From a9dabba83bb796c76eeb8e981f00f71bf445e950 Mon Sep 17 00:00:00 2001 From: NTG_DESKTOP Date: Tue, 13 May 2025 02:33:01 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 44 +++++++++++++++++++ .../Core/GoogldSheetManager.cs | 4 +- Assets/Behavior Designer.meta | 3 ++ Assets/Behavior Designer/Documentation.pdf | 3 ++ .../Behavior Designer/Documentation.pdf.meta | 3 ++ Assets/Behavior Designer/Editor.meta | 3 ++ .../Editor/BehaviorDesigner.Editor.dll | 3 ++ .../Editor/BehaviorDesigner.Editor.dll.meta | 3 ++ .../Editor/BehaviorTreeInspector.cs | 3 ++ .../Editor/BehaviorTreeInspector.cs.meta | 3 ++ .../Editor/ExternalBehaviorTreeInspector.cs | 3 ++ .../ExternalBehaviorTreeInspector.cs.meta | 3 ++ .../Editor/GridShader.shader | 3 ++ .../Editor/GridShader.shader.meta | 3 ++ .../Editor/Object Drawers.meta | 3 ++ .../Object Drawers/FloatSliderDrawer.cs | 3 ++ .../Object Drawers/FloatSliderDrawer.cs.meta | 3 ++ .../Editor/Object Drawers/IntSliderDrawer.cs | 3 ++ .../Object Drawers/IntSliderDrawer.cs.meta | 3 ++ .../Object Drawers/StackedActionDrawer.cs | 3 ++ .../StackedActionDrawer.cs.meta | 3 ++ .../StackedConditionalDrawer.cs | 3 ++ .../StackedConditionalDrawer.cs.meta | 3 ++ Assets/Behavior Designer/Integrations.meta | 3 ++ .../Behavior Designer/Integrations/Readme.pdf | 3 ++ .../Integrations/Readme.pdf.meta | 3 ++ .../Runtime Source Code Location.pdf | 3 ++ .../Runtime Source Code Location.pdf.meta | 3 ++ Assets/Behavior Designer/Runtime.meta | 3 ++ .../Runtime/BehaviorDesigner.Runtime.dll | 3 ++ .../Runtime/BehaviorDesigner.Runtime.dll.meta | 3 ++ .../Behavior Designer/Runtime/BehaviorTree.cs | 3 ++ .../Runtime/BehaviorTree.cs.meta | 3 ++ .../Runtime/ExternalBehaviorTree.cs | 3 ++ .../Runtime/ExternalBehaviorTree.cs.meta | 3 ++ .../Runtime/Object Drawers.meta | 3 ++ .../Object Drawers/FloatSliderAttribute.cs | 3 ++ .../FloatSliderAttribute.cs.meta | 3 ++ .../Object Drawers/IntSliderAttribute.cs | 3 ++ .../Object Drawers/IntSliderAttribute.cs.meta | 3 ++ Assets/Behavior Designer/Runtime/Tasks.meta | 3 ++ .../Runtime/Tasks/Actions.meta | 3 ++ .../Tasks/Actions/BehaviorTreeReference.cs | 3 ++ .../Actions/BehaviorTreeReference.cs.meta | 3 ++ .../Runtime/Tasks/Actions/Idle.cs | 3 ++ .../Runtime/Tasks/Actions/Idle.cs.meta | 3 ++ .../Runtime/Tasks/Actions/Log.cs | 3 ++ .../Runtime/Tasks/Actions/Log.cs.meta | 3 ++ .../Tasks/Actions/PerformInterruption.cs | 3 ++ .../Tasks/Actions/PerformInterruption.cs.meta | 3 ++ .../Runtime/Tasks/Actions/Reflection.meta | 3 ++ .../Tasks/Actions/Reflection/GetFieldValue.cs | 3 ++ .../Actions/Reflection/GetFieldValue.cs.meta | 3 ++ .../Actions/Reflection/GetPropertyValue.cs | 3 ++ .../Reflection/GetPropertyValue.cs.meta | 3 ++ .../Tasks/Actions/Reflection/InvokeMethod.cs | 3 ++ .../Actions/Reflection/InvokeMethod.cs.meta | 3 ++ .../Tasks/Actions/Reflection/SetFieldValue.cs | 3 ++ .../Actions/Reflection/SetFieldValue.cs.meta | 3 ++ .../Actions/Reflection/SetPropertyValue.cs | 3 ++ .../Reflection/SetPropertyValue.cs.meta | 3 ++ .../Tasks/Actions/RestartBehaviorTree.cs | 3 ++ .../Tasks/Actions/RestartBehaviorTree.cs.meta | 3 ++ .../Runtime/Tasks/Actions/SendEvent.cs | 3 ++ .../Runtime/Tasks/Actions/SendEvent.cs.meta | 3 ++ .../Runtime/Tasks/Actions/StackedAction.cs | 3 ++ .../Tasks/Actions/StackedAction.cs.meta | 3 ++ .../Tasks/Actions/StartBehaviorTree.cs | 3 ++ .../Tasks/Actions/StartBehaviorTree.cs.meta | 3 ++ .../Runtime/Tasks/Actions/StopBehaviorTree.cs | 3 ++ .../Tasks/Actions/StopBehaviorTree.cs.meta | 3 ++ .../Runtime/Tasks/Actions/Wait.cs | 3 ++ .../Runtime/Tasks/Actions/Wait.cs.meta | 3 ++ .../Runtime/Tasks/Composites.meta | 3 ++ .../Runtime/Tasks/Composites/Parallel.cs | 3 ++ .../Runtime/Tasks/Composites/Parallel.cs.meta | 3 ++ .../Tasks/Composites/ParallelComplete.cs | 3 ++ .../Tasks/Composites/ParallelComplete.cs.meta | 3 ++ .../Tasks/Composites/ParallelSelector.cs | 3 ++ .../Tasks/Composites/ParallelSelector.cs.meta | 3 ++ .../Tasks/Composites/PrioritySelector.cs | 3 ++ .../Tasks/Composites/PrioritySelector.cs.meta | 3 ++ .../Tasks/Composites/RandomSelector.cs | 3 ++ .../Tasks/Composites/RandomSelector.cs.meta | 3 ++ .../Tasks/Composites/RandomSequence.cs | 3 ++ .../Tasks/Composites/RandomSequence.cs.meta | 3 ++ .../Runtime/Tasks/Composites/Selector.cs | 3 ++ .../Runtime/Tasks/Composites/Selector.cs.meta | 3 ++ .../Tasks/Composites/SelectorEvaluator.cs | 3 ++ .../Composites/SelectorEvaluator.cs.meta | 3 ++ .../Runtime/Tasks/Composites/Sequence.cs | 3 ++ .../Runtime/Tasks/Composites/Sequence.cs.meta | 3 ++ .../Tasks/Composites/UtilitySelector.cs | 3 ++ .../Tasks/Composites/UtilitySelector.cs.meta | 3 ++ .../Runtime/Tasks/Conditionals.meta | 3 ++ .../Tasks/Conditionals/HasReceivedEvent.cs | 3 ++ .../Conditionals/HasReceivedEvent.cs.meta | 3 ++ .../Runtime/Tasks/Conditionals/Physics.meta | 3 ++ .../Physics/HasEnteredCollision.cs | 3 ++ .../Physics/HasEnteredCollision.cs.meta | 3 ++ .../Physics/HasEnteredCollision2D.cs | 3 ++ .../Physics/HasEnteredCollision2D.cs.meta | 3 ++ .../Conditionals/Physics/HasEnteredTrigger.cs | 3 ++ .../Physics/HasEnteredTrigger.cs.meta | 3 ++ .../Physics/HasEnteredTrigger2D.cs | 3 ++ .../Physics/HasEnteredTrigger2D.cs.meta | 3 ++ .../Physics/HasExitedCollision.cs | 3 ++ .../Physics/HasExitedCollision.cs.meta | 3 ++ .../Physics/HasExitedCollision2D.cs | 3 ++ .../Physics/HasExitedCollision2D.cs.meta | 3 ++ .../Conditionals/Physics/HasExitedTrigger.cs | 3 ++ .../Physics/HasExitedTrigger.cs.meta | 3 ++ .../Physics/HasExitedTrigger2D.cs | 3 ++ .../Physics/HasExitedTrigger2D.cs.meta | 3 ++ .../Tasks/Conditionals/RandomProbability.cs | 3 ++ .../Conditionals/RandomProbability.cs.meta | 3 ++ .../Tasks/Conditionals/Reflection.meta | 3 ++ .../Reflection/CompareFieldValue.cs | 3 ++ .../Reflection/CompareFieldValue.cs.meta | 3 ++ .../Reflection/ComparePropertyValue.cs | 3 ++ .../Reflection/ComparePropertyValue.cs.meta | 3 ++ .../Tasks/Conditionals/StackedConditional.cs | 3 ++ .../Conditionals/StackedConditional.cs.meta | 3 ++ .../Runtime/Tasks/Decorators.meta | 3 ++ .../Tasks/Decorators/ConditionalEvaluator.cs | 3 ++ .../Decorators/ConditionalEvaluator.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/Cooldown.cs | 3 ++ .../Runtime/Tasks/Decorators/Cooldown.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/Interrupt.cs | 3 ++ .../Tasks/Decorators/Interrupt.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/Inverter.cs | 3 ++ .../Runtime/Tasks/Decorators/Inverter.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/Repeater.cs | 3 ++ .../Runtime/Tasks/Decorators/Repeater.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/ReturnFailure.cs | 3 ++ .../Tasks/Decorators/ReturnFailure.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/ReturnSuccess.cs | 3 ++ .../Tasks/Decorators/ReturnSuccess.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/TaskGuard.cs | 3 ++ .../Tasks/Decorators/TaskGuard.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/UntilFailure.cs | 3 ++ .../Tasks/Decorators/UntilFailure.cs.meta | 3 ++ .../Runtime/Tasks/Decorators/UntilSuccess.cs | 3 ++ .../Tasks/Decorators/UntilSuccess.cs.meta | 3 ++ .../Runtime/Tasks/EntryTask.cs | 3 ++ .../Runtime/Tasks/EntryTask.cs.meta | 3 ++ .../Runtime/Tasks/Unity.meta | 3 ++ .../Runtime/Tasks/Unity/Animation.meta | 3 ++ .../Runtime/Tasks/Unity/Animation/Blend.cs | 3 ++ .../Tasks/Unity/Animation/Blend.cs.meta | 3 ++ .../Tasks/Unity/Animation/CrossFade.cs | 3 ++ .../Tasks/Unity/Animation/CrossFade.cs.meta | 3 ++ .../Tasks/Unity/Animation/CrossFadeQueued.cs | 3 ++ .../Unity/Animation/CrossFadeQueued.cs.meta | 3 ++ .../Unity/Animation/GetAnimatePhysics.cs | 3 ++ .../Unity/Animation/GetAnimatePhysics.cs.meta | 3 ++ .../Tasks/Unity/Animation/IsPlaying.cs | 3 ++ .../Tasks/Unity/Animation/IsPlaying.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animation/Play.cs | 3 ++ .../Tasks/Unity/Animation/Play.cs.meta | 3 ++ .../Tasks/Unity/Animation/PlayQueued.cs | 3 ++ .../Tasks/Unity/Animation/PlayQueued.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animation/Rewind.cs | 3 ++ .../Tasks/Unity/Animation/Rewind.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animation/Sample.cs | 3 ++ .../Tasks/Unity/Animation/Sample.cs.meta | 3 ++ .../Unity/Animation/SetAnimatePhysics.cs | 3 ++ .../Unity/Animation/SetAnimatePhysics.cs.meta | 3 ++ .../Tasks/Unity/Animation/SetWrapMode.cs | 3 ++ .../Tasks/Unity/Animation/SetWrapMode.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animation/Stop.cs | 3 ++ .../Tasks/Unity/Animation/Stop.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animator.meta | 3 ++ .../Runtime/Tasks/Unity/Animator/CrossFade.cs | 3 ++ .../Tasks/Unity/Animator/CrossFade.cs.meta | 3 ++ .../Unity/Animator/GetApplyRootMotion.cs | 3 ++ .../Unity/Animator/GetApplyRootMotion.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetBoolParameter.cs | 3 ++ .../Unity/Animator/GetBoolParameter.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetDeltaPosition.cs | 3 ++ .../Unity/Animator/GetDeltaPosition.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetDeltaRotation.cs | 3 ++ .../Unity/Animator/GetDeltaRotation.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetFloatParameter.cs | 3 ++ .../Unity/Animator/GetFloatParameter.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetGravityWeight.cs | 3 ++ .../Unity/Animator/GetGravityWeight.cs.meta | 3 ++ .../Unity/Animator/GetIntegerParameter.cs | 3 ++ .../Animator/GetIntegerParameter.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetLayerWeight.cs | 3 ++ .../Unity/Animator/GetLayerWeight.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animator/GetSpeed.cs | 3 ++ .../Tasks/Unity/Animator/GetSpeed.cs.meta | 3 ++ .../Tasks/Unity/Animator/GetStringToHash.cs | 3 ++ .../Unity/Animator/GetStringToHash.cs.meta | 3 ++ .../Unity/Animator/InterruptMatchTarget.cs | 3 ++ .../Animator/InterruptMatchTarget.cs.meta | 3 ++ .../Tasks/Unity/Animator/IsInTransition.cs | 3 ++ .../Unity/Animator/IsInTransition.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animator/IsName.cs | 3 ++ .../Tasks/Unity/Animator/IsName.cs.meta | 3 ++ .../Animator/IsParameterControlledByCurve.cs | 3 ++ .../IsParameterControlledByCurve.cs.meta | 3 ++ .../Tasks/Unity/Animator/MatchTarget.cs | 3 ++ .../Tasks/Unity/Animator/MatchTarget.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animator/Play.cs | 3 ++ .../Runtime/Tasks/Unity/Animator/Play.cs.meta | 3 ++ .../Unity/Animator/SetApplyRootMotion.cs | 3 ++ .../Unity/Animator/SetApplyRootMotion.cs.meta | 3 ++ .../Tasks/Unity/Animator/SetBoolParameter.cs | 3 ++ .../Unity/Animator/SetBoolParameter.cs.meta | 3 ++ .../Tasks/Unity/Animator/SetFloatParameter.cs | 3 ++ .../Unity/Animator/SetFloatParameter.cs.meta | 3 ++ .../Unity/Animator/SetIntegerParameter.cs | 3 ++ .../Animator/SetIntegerParameter.cs.meta | 3 ++ .../Tasks/Unity/Animator/SetLayerWeight.cs | 3 ++ .../Unity/Animator/SetLayerWeight.cs.meta | 3 ++ .../Tasks/Unity/Animator/SetLookAtPosition.cs | 3 ++ .../Unity/Animator/SetLookAtPosition.cs.meta | 3 ++ .../Tasks/Unity/Animator/SetLookAtWeight.cs | 3 ++ .../Unity/Animator/SetLookAtWeight.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Animator/SetSpeed.cs | 3 ++ .../Tasks/Unity/Animator/SetSpeed.cs.meta | 3 ++ .../Tasks/Unity/Animator/SetTrigger.cs | 3 ++ .../Tasks/Unity/Animator/SetTrigger.cs.meta | 3 ++ .../Tasks/Unity/Animator/StartPlayback.cs | 3 ++ .../Unity/Animator/StartPlayback.cs.meta | 3 ++ .../Tasks/Unity/Animator/StartRecording.cs | 3 ++ .../Unity/Animator/StartRecording.cs.meta | 3 ++ .../Tasks/Unity/Animator/StopPlayback.cs | 3 ++ .../Tasks/Unity/Animator/StopPlayback.cs.meta | 3 ++ .../Tasks/Unity/Animator/StopRecording.cs | 3 ++ .../Unity/Animator/StopRecording.cs.meta | 3 ++ .../Tasks/Unity/Animator/WaitForState.cs | 3 ++ .../Tasks/Unity/Animator/WaitForState.cs.meta | 3 ++ .../Runtime/Tasks/Unity/AudioSource.meta | 3 ++ .../AudioSource/GetIgnoreListenerPause.cs | 3 ++ .../GetIgnoreListenerPause.cs.meta | 3 ++ .../AudioSource/GetIgnoreListenerVolume.cs | 3 ++ .../GetIgnoreListenerVolume.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetLoop.cs | 3 ++ .../Tasks/Unity/AudioSource/GetLoop.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetMaxDistance.cs | 3 ++ .../Unity/AudioSource/GetMaxDistance.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetMinDistance.cs | 3 ++ .../Unity/AudioSource/GetMinDistance.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetMute.cs | 3 ++ .../Tasks/Unity/AudioSource/GetMute.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetPitch.cs | 3 ++ .../Tasks/Unity/AudioSource/GetPitch.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetPriority.cs | 3 ++ .../Unity/AudioSource/GetPriority.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetSpread.cs | 3 ++ .../Tasks/Unity/AudioSource/GetSpread.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetTime.cs | 3 ++ .../Tasks/Unity/AudioSource/GetTime.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetTimeSamples.cs | 3 ++ .../Unity/AudioSource/GetTimeSamples.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/GetVolume.cs | 3 ++ .../Tasks/Unity/AudioSource/GetVolume.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/IsPlaying.cs | 3 ++ .../Tasks/Unity/AudioSource/IsPlaying.cs.meta | 3 ++ .../Runtime/Tasks/Unity/AudioSource/Pause.cs | 3 ++ .../Tasks/Unity/AudioSource/Pause.cs.meta | 3 ++ .../Runtime/Tasks/Unity/AudioSource/Play.cs | 3 ++ .../Tasks/Unity/AudioSource/Play.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/PlayDelayed.cs | 3 ++ .../Unity/AudioSource/PlayDelayed.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/PlayOneShot.cs | 3 ++ .../Unity/AudioSource/PlayOneShot.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/PlayScheduled.cs | 3 ++ .../Unity/AudioSource/PlayScheduled.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetAudioClip.cs | 3 ++ .../Unity/AudioSource/SetAudioClip.cs.meta | 3 ++ .../AudioSource/SetIgnoreListenerPause.cs | 3 ++ .../SetIgnoreListenerPause.cs.meta | 3 ++ .../AudioSource/SetIgnoreListenerVolume.cs | 3 ++ .../SetIgnoreListenerVolume.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetLoop.cs | 3 ++ .../Tasks/Unity/AudioSource/SetLoop.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetMaxDistance.cs | 3 ++ .../Unity/AudioSource/SetMaxDistance.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetMinDistance.cs | 3 ++ .../Unity/AudioSource/SetMinDistance.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetMute.cs | 3 ++ .../Tasks/Unity/AudioSource/SetMute.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetPitch.cs | 3 ++ .../Tasks/Unity/AudioSource/SetPitch.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetPriority.cs | 3 ++ .../Unity/AudioSource/SetPriority.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetRolloffMode.cs | 3 ++ .../Unity/AudioSource/SetRolloffMode.cs.meta | 3 ++ .../Unity/AudioSource/SetScheduledEndTime.cs | 3 ++ .../AudioSource/SetScheduledEndTime.cs.meta | 3 ++ .../AudioSource/SetScheduledStartTime.cs | 3 ++ .../AudioSource/SetScheduledStartTime.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetSpread.cs | 3 ++ .../Tasks/Unity/AudioSource/SetSpread.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetTime.cs | 3 ++ .../Tasks/Unity/AudioSource/SetTime.cs.meta | 3 ++ .../AudioSource/SetVelocityUpdateMode.cs | 3 ++ .../AudioSource/SetVelocityUpdateMode.cs.meta | 3 ++ .../Tasks/Unity/AudioSource/SetVolume.cs | 3 ++ .../Tasks/Unity/AudioSource/SetVolume.cs.meta | 3 ++ .../Runtime/Tasks/Unity/AudioSource/Stop.cs | 3 ++ .../Tasks/Unity/AudioSource/Stop.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Behaviour.meta | 3 ++ .../Tasks/Unity/Behaviour/GetEnabled.cs | 3 ++ .../Tasks/Unity/Behaviour/GetEnabled.cs.meta | 3 ++ .../Tasks/Unity/Behaviour/IsEnabled.cs | 3 ++ .../Tasks/Unity/Behaviour/IsEnabled.cs.meta | 3 ++ .../Tasks/Unity/Behaviour/SetEnabled.cs | 3 ++ .../Tasks/Unity/Behaviour/SetEnabled.cs.meta | 3 ++ .../Runtime/Tasks/Unity/BoxCollider.meta | 3 ++ .../Tasks/Unity/BoxCollider/GetCenter.cs | 3 ++ .../Tasks/Unity/BoxCollider/GetCenter.cs.meta | 3 ++ .../Tasks/Unity/BoxCollider/GetSize.cs | 3 ++ .../Tasks/Unity/BoxCollider/GetSize.cs.meta | 3 ++ .../Tasks/Unity/BoxCollider/SetCenter.cs | 3 ++ .../Tasks/Unity/BoxCollider/SetCenter.cs.meta | 3 ++ .../Tasks/Unity/BoxCollider/SetSize.cs | 3 ++ .../Tasks/Unity/BoxCollider/SetSize.cs.meta | 3 ++ .../Runtime/Tasks/Unity/BoxCollider2D.meta | 3 ++ .../Tasks/Unity/BoxCollider2D/GetSize.cs | 3 ++ .../Tasks/Unity/BoxCollider2D/GetSize.cs.meta | 3 ++ .../Tasks/Unity/BoxCollider2D/SetSize.cs | 3 ++ .../Tasks/Unity/BoxCollider2D/SetSize.cs.meta | 3 ++ .../Runtime/Tasks/Unity/CapsuleCollider.meta | 3 ++ .../Tasks/Unity/CapsuleCollider/GetCenter.cs | 3 ++ .../Unity/CapsuleCollider/GetCenter.cs.meta | 3 ++ .../Unity/CapsuleCollider/GetDirection.cs | 3 ++ .../CapsuleCollider/GetDirection.cs.meta | 3 ++ .../Tasks/Unity/CapsuleCollider/GetHeight.cs | 3 ++ .../Unity/CapsuleCollider/GetHeight.cs.meta | 3 ++ .../Tasks/Unity/CapsuleCollider/GetRadius.cs | 3 ++ .../Unity/CapsuleCollider/GetRadius.cs.meta | 3 ++ .../Tasks/Unity/CapsuleCollider/SetCenter.cs | 3 ++ .../Unity/CapsuleCollider/SetCenter.cs.meta | 3 ++ .../Unity/CapsuleCollider/SetDirection.cs | 3 ++ .../CapsuleCollider/SetDirection.cs.meta | 3 ++ .../Tasks/Unity/CapsuleCollider/SetHeight.cs | 3 ++ .../Unity/CapsuleCollider/SetHeight.cs.meta | 3 ++ .../Tasks/Unity/CapsuleCollider/SetRadius.cs | 3 ++ .../Unity/CapsuleCollider/SetRadius.cs.meta | 3 ++ .../Tasks/Unity/CharacterController.meta | 3 ++ .../Unity/CharacterController/GetCenter.cs | 3 ++ .../CharacterController/GetCenter.cs.meta | 3 ++ .../Unity/CharacterController/GetHeight.cs | 3 ++ .../CharacterController/GetHeight.cs.meta | 3 ++ .../Unity/CharacterController/GetRadius.cs | 3 ++ .../CharacterController/GetRadius.cs.meta | 3 ++ .../CharacterController/GetSlopeLimit.cs | 3 ++ .../CharacterController/GetSlopeLimit.cs.meta | 3 ++ .../CharacterController/GetStepOffset.cs | 3 ++ .../CharacterController/GetStepOffset.cs.meta | 3 ++ .../Unity/CharacterController/GetVelocity.cs | 3 ++ .../CharacterController/GetVelocity.cs.meta | 3 ++ .../CharacterController/HasColliderHit.cs | 3 ++ .../HasColliderHit.cs.meta | 3 ++ .../Unity/CharacterController/IsGrounded.cs | 3 ++ .../CharacterController/IsGrounded.cs.meta | 3 ++ .../Tasks/Unity/CharacterController/Move.cs | 3 ++ .../Unity/CharacterController/Move.cs.meta | 3 ++ .../Unity/CharacterController/SetCenter.cs | 3 ++ .../CharacterController/SetCenter.cs.meta | 3 ++ .../Unity/CharacterController/SetHeight.cs | 3 ++ .../CharacterController/SetHeight.cs.meta | 3 ++ .../Unity/CharacterController/SetRadius.cs | 3 ++ .../CharacterController/SetRadius.cs.meta | 3 ++ .../CharacterController/SetSlopeLimit.cs | 3 ++ .../CharacterController/SetSlopeLimit.cs.meta | 3 ++ .../CharacterController/SetStepOffset.cs | 3 ++ .../CharacterController/SetStepOffset.cs.meta | 3 ++ .../Unity/CharacterController/SimpleMove.cs | 3 ++ .../CharacterController/SimpleMove.cs.meta | 3 ++ .../Runtime/Tasks/Unity/CircleCollider2D.meta | 3 ++ .../Tasks/Unity/CircleCollider2D/GetOffset.cs | 3 ++ .../Unity/CircleCollider2D/GetOffset.cs.meta | 3 ++ .../Tasks/Unity/CircleCollider2D/GetRadius.cs | 3 ++ .../Unity/CircleCollider2D/GetRadius.cs.meta | 3 ++ .../Tasks/Unity/CircleCollider2D/SetOffset.cs | 3 ++ .../Unity/CircleCollider2D/SetOffset.cs.meta | 3 ++ .../Tasks/Unity/CircleCollider2D/SetRadius.cs | 3 ++ .../Unity/CircleCollider2D/SetRadius.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Collider.meta | 3 ++ .../Tasks/Unity/Collider/GetEnabled.cs | 3 ++ .../Tasks/Unity/Collider/GetEnabled.cs.meta | 3 ++ .../Tasks/Unity/Collider/SetEnabled.cs | 3 ++ .../Tasks/Unity/Collider/SetEnabled.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Debug.meta | 3 ++ .../Runtime/Tasks/Unity/Debug/DrawLine.cs | 3 ++ .../Tasks/Unity/Debug/DrawLine.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Debug/DrawRay.cs | 3 ++ .../Runtime/Tasks/Unity/Debug/DrawRay.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Debug/LogFormat.cs | 3 ++ .../Tasks/Unity/Debug/LogFormat.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Debug/LogValue.cs | 3 ++ .../Tasks/Unity/Debug/LogValue.cs.meta | 3 ++ .../Runtime/Tasks/Unity/GameObject.meta | 3 ++ .../Unity/GameObject/ActiveInHierarchy.cs | 3 ++ .../GameObject/ActiveInHierarchy.cs.meta | 3 ++ .../Tasks/Unity/GameObject/ActiveSelf.cs | 3 ++ .../Tasks/Unity/GameObject/ActiveSelf.cs.meta | 3 ++ .../Tasks/Unity/GameObject/CompareLayer.cs | 3 ++ .../Unity/GameObject/CompareLayer.cs.meta | 3 ++ .../Tasks/Unity/GameObject/CompareTag.cs | 3 ++ .../Tasks/Unity/GameObject/CompareTag.cs.meta | 3 ++ .../Runtime/Tasks/Unity/GameObject/Destroy.cs | 3 ++ .../Tasks/Unity/GameObject/Destroy.cs.meta | 3 ++ .../Unity/GameObject/DestroyImmediate.cs | 3 ++ .../Unity/GameObject/DestroyImmediate.cs.meta | 3 ++ .../Runtime/Tasks/Unity/GameObject/Find.cs | 3 ++ .../Tasks/Unity/GameObject/Find.cs.meta | 3 ++ .../GameObject/FindGameObjectsWithTag.cs | 3 ++ .../GameObject/FindGameObjectsWithTag.cs.meta | 3 ++ .../Tasks/Unity/GameObject/FindWithTag.cs | 3 ++ .../Unity/GameObject/FindWithTag.cs.meta | 3 ++ .../Tasks/Unity/GameObject/GetComponent.cs | 3 ++ .../Unity/GameObject/GetComponent.cs.meta | 3 ++ .../Runtime/Tasks/Unity/GameObject/GetTag.cs | 3 ++ .../Tasks/Unity/GameObject/GetTag.cs.meta | 3 ++ .../Tasks/Unity/GameObject/Instantiate.cs | 3 ++ .../Unity/GameObject/Instantiate.cs.meta | 3 ++ .../Tasks/Unity/GameObject/SendMessage.cs | 3 ++ .../Unity/GameObject/SendMessage.cs.meta | 3 ++ .../Tasks/Unity/GameObject/SetActive.cs | 3 ++ .../Tasks/Unity/GameObject/SetActive.cs.meta | 3 ++ .../Runtime/Tasks/Unity/GameObject/SetTag.cs | 3 ++ .../Tasks/Unity/GameObject/SetTag.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input.meta | 3 ++ .../Tasks/Unity/Input/GetAcceleration.cs | 3 ++ .../Tasks/Unity/Input/GetAcceleration.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/GetAxis.cs | 3 ++ .../Runtime/Tasks/Unity/Input/GetAxis.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/GetAxisRaw.cs | 3 ++ .../Tasks/Unity/Input/GetAxisRaw.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/GetButton.cs | 3 ++ .../Tasks/Unity/Input/GetButton.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/GetKey.cs | 3 ++ .../Runtime/Tasks/Unity/Input/GetKey.cs.meta | 3 ++ .../Tasks/Unity/Input/GetMouseButton.cs | 3 ++ .../Tasks/Unity/Input/GetMouseButton.cs.meta | 3 ++ .../Tasks/Unity/Input/GetMousePosition.cs | 3 ++ .../Unity/Input/GetMousePosition.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/IsButtonDown.cs | 3 ++ .../Tasks/Unity/Input/IsButtonDown.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/IsButtonUp.cs | 3 ++ .../Tasks/Unity/Input/IsButtonUp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/IsKeyDown.cs | 3 ++ .../Tasks/Unity/Input/IsKeyDown.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/IsKeyUp.cs | 3 ++ .../Runtime/Tasks/Unity/Input/IsKeyUp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/IsMouseDown.cs | 3 ++ .../Tasks/Unity/Input/IsMouseDown.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Input/IsMouseUp.cs | 3 ++ .../Tasks/Unity/Input/IsMouseUp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/LayerMask.meta | 3 ++ .../Runtime/Tasks/Unity/LayerMask/GetLayer.cs | 3 ++ .../Tasks/Unity/LayerMask/GetLayer.cs.meta | 3 ++ .../Runtime/Tasks/Unity/LayerMask/SetLayer.cs | 3 ++ .../Tasks/Unity/LayerMask/SetLayer.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light.meta | 3 ++ .../Runtime/Tasks/Unity/Light/GetColor.cs | 3 ++ .../Tasks/Unity/Light/GetColor.cs.meta | 3 ++ .../Tasks/Unity/Light/GetCookieSize.cs | 3 ++ .../Tasks/Unity/Light/GetCookieSize.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/GetIntensity.cs | 3 ++ .../Tasks/Unity/Light/GetIntensity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/GetRange.cs | 3 ++ .../Tasks/Unity/Light/GetRange.cs.meta | 3 ++ .../Tasks/Unity/Light/GetShadowBias.cs | 3 ++ .../Tasks/Unity/Light/GetShadowBias.cs.meta | 3 ++ .../Tasks/Unity/Light/GetShadowStrength.cs | 3 ++ .../Unity/Light/GetShadowStrength.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/GetSpotAngle.cs | 3 ++ .../Tasks/Unity/Light/GetSpotAngle.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetColor.cs | 3 ++ .../Tasks/Unity/Light/SetColor.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetCookie.cs | 3 ++ .../Tasks/Unity/Light/SetCookie.cs.meta | 3 ++ .../Tasks/Unity/Light/SetCookieSize.cs | 3 ++ .../Tasks/Unity/Light/SetCookieSize.cs.meta | 3 ++ .../Tasks/Unity/Light/SetCullingMask.cs | 3 ++ .../Tasks/Unity/Light/SetCullingMask.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetIntensity.cs | 3 ++ .../Tasks/Unity/Light/SetIntensity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetRange.cs | 3 ++ .../Tasks/Unity/Light/SetRange.cs.meta | 3 ++ .../Tasks/Unity/Light/SetShadowBias.cs | 3 ++ .../Tasks/Unity/Light/SetShadowBias.cs.meta | 3 ++ .../Tasks/Unity/Light/SetShadowStrength.cs | 3 ++ .../Unity/Light/SetShadowStrength.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetShadows.cs | 3 ++ .../Tasks/Unity/Light/SetShadows.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetSpotAngle.cs | 3 ++ .../Tasks/Unity/Light/SetSpotAngle.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Light/SetType.cs | 3 ++ .../Runtime/Tasks/Unity/Light/SetType.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math.meta | 3 ++ .../Tasks/Unity/Math/BoolComparison.cs | 3 ++ .../Tasks/Unity/Math/BoolComparison.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/BoolFlip.cs | 3 ++ .../Runtime/Tasks/Unity/Math/BoolFlip.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/BoolOperator.cs | 3 ++ .../Tasks/Unity/Math/BoolOperator.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/FloatAbs.cs | 3 ++ .../Runtime/Tasks/Unity/Math/FloatAbs.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/FloatClamp.cs | 3 ++ .../Tasks/Unity/Math/FloatClamp.cs.meta | 3 ++ .../Tasks/Unity/Math/FloatComparison.cs | 3 ++ .../Tasks/Unity/Math/FloatComparison.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/FloatOperator.cs | 3 ++ .../Tasks/Unity/Math/FloatOperator.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/IntAbs.cs | 3 ++ .../Runtime/Tasks/Unity/Math/IntAbs.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/IntClamp.cs | 3 ++ .../Runtime/Tasks/Unity/Math/IntClamp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/IntComparison.cs | 3 ++ .../Tasks/Unity/Math/IntComparison.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/IntOperator.cs | 3 ++ .../Tasks/Unity/Math/IntOperator.cs.meta | 3 ++ .../Tasks/Unity/Math/IsFloatPositive.cs | 3 ++ .../Tasks/Unity/Math/IsFloatPositive.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/IsIntPositive.cs | 3 ++ .../Tasks/Unity/Math/IsIntPositive.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/Lerp.cs | 3 ++ .../Runtime/Tasks/Unity/Math/Lerp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/LerpAngle.cs | 3 ++ .../Tasks/Unity/Math/LerpAngle.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/RandomBool.cs | 3 ++ .../Tasks/Unity/Math/RandomBool.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/RandomFloat.cs | 3 ++ .../Tasks/Unity/Math/RandomFloat.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/RandomInt.cs | 3 ++ .../Tasks/Unity/Math/RandomInt.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/SetBool.cs | 3 ++ .../Runtime/Tasks/Unity/Math/SetBool.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/SetFloat.cs | 3 ++ .../Runtime/Tasks/Unity/Math/SetFloat.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Math/SetInt.cs | 3 ++ .../Runtime/Tasks/Unity/Math/SetInt.cs.meta | 3 ++ .../Runtime/Tasks/Unity/NavMeshAgent.meta | 3 ++ .../Unity/NavMeshAgent/GetAcceleration.cs | 3 ++ .../NavMeshAgent/GetAcceleration.cs.meta | 3 ++ .../Unity/NavMeshAgent/GetAngularSpeed.cs | 3 ++ .../NavMeshAgent/GetAngularSpeed.cs.meta | 3 ++ .../Unity/NavMeshAgent/GetDestination.cs | 3 ++ .../Unity/NavMeshAgent/GetDestination.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/GetIsStopped.cs | 3 ++ .../Unity/NavMeshAgent/GetIsStopped.cs.meta | 3 ++ .../NavMeshAgent/GetRemainingDistance.cs | 3 ++ .../NavMeshAgent/GetRemainingDistance.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/GetSpeed.cs | 3 ++ .../Tasks/Unity/NavMeshAgent/GetSpeed.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/IsStopped.cs | 3 ++ .../Unity/NavMeshAgent/IsStopped.cs.meta | 3 ++ .../Runtime/Tasks/Unity/NavMeshAgent/Move.cs | 3 ++ .../Tasks/Unity/NavMeshAgent/Move.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/ResetPath.cs | 3 ++ .../Unity/NavMeshAgent/ResetPath.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/Resume.cs | 3 ++ .../Tasks/Unity/NavMeshAgent/Resume.cs.meta | 3 ++ .../Unity/NavMeshAgent/SetAcceleration.cs | 3 ++ .../NavMeshAgent/SetAcceleration.cs.meta | 3 ++ .../Unity/NavMeshAgent/SetAngularSpeed.cs | 3 ++ .../NavMeshAgent/SetAngularSpeed.cs.meta | 3 ++ .../Unity/NavMeshAgent/SetDestination.cs | 3 ++ .../Unity/NavMeshAgent/SetDestination.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/SetIsStopped.cs | 3 ++ .../Unity/NavMeshAgent/SetIsStopped.cs.meta | 3 ++ .../Tasks/Unity/NavMeshAgent/SetSpeed.cs | 3 ++ .../Tasks/Unity/NavMeshAgent/SetSpeed.cs.meta | 3 ++ .../Runtime/Tasks/Unity/NavMeshAgent/Stop.cs | 3 ++ .../Tasks/Unity/NavMeshAgent/Stop.cs.meta | 3 ++ .../Runtime/Tasks/Unity/NavMeshAgent/Warp.cs | 3 ++ .../Tasks/Unity/NavMeshAgent/Warp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/ParticleSystem.meta | 3 ++ .../Tasks/Unity/ParticleSystem/Clear.cs | 3 ++ .../Tasks/Unity/ParticleSystem/Clear.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/GetDuration.cs | 3 ++ .../Unity/ParticleSystem/GetDuration.cs.meta | 3 ++ .../Unity/ParticleSystem/GetEnableEmission.cs | 3 ++ .../ParticleSystem/GetEnableEmission.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/GetLoop.cs | 3 ++ .../Unity/ParticleSystem/GetLoop.cs.meta | 3 ++ .../Unity/ParticleSystem/GetMaxParticles.cs | 3 ++ .../ParticleSystem/GetMaxParticles.cs.meta | 3 ++ .../Unity/ParticleSystem/GetParticleCount.cs | 3 ++ .../ParticleSystem/GetParticleCount.cs.meta | 3 ++ .../Unity/ParticleSystem/GetPlaybackSpeed.cs | 3 ++ .../ParticleSystem/GetPlaybackSpeed.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/GetTime.cs | 3 ++ .../Unity/ParticleSystem/GetTime.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/IsAlive.cs | 3 ++ .../Unity/ParticleSystem/IsAlive.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/IsPaused.cs | 3 ++ .../Unity/ParticleSystem/IsPaused.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/IsPlaying.cs | 3 ++ .../Unity/ParticleSystem/IsPlaying.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/IsStopped.cs | 3 ++ .../Unity/ParticleSystem/IsStopped.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/Pause.cs | 3 ++ .../Tasks/Unity/ParticleSystem/Pause.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/Play.cs | 3 ++ .../Tasks/Unity/ParticleSystem/Play.cs.meta | 3 ++ .../Unity/ParticleSystem/SetEnableEmission.cs | 3 ++ .../ParticleSystem/SetEnableEmission.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/SetLoop.cs | 3 ++ .../Unity/ParticleSystem/SetLoop.cs.meta | 3 ++ .../Unity/ParticleSystem/SetMaxParticles.cs | 3 ++ .../ParticleSystem/SetMaxParticles.cs.meta | 3 ++ .../Unity/ParticleSystem/SetPlaybackSpeed.cs | 3 ++ .../ParticleSystem/SetPlaybackSpeed.cs.meta | 3 ++ .../Unity/ParticleSystem/SetStartColor.cs | 3 ++ .../ParticleSystem/SetStartColor.cs.meta | 3 ++ .../Unity/ParticleSystem/SetStartDelay.cs | 3 ++ .../ParticleSystem/SetStartDelay.cs.meta | 3 ++ .../Unity/ParticleSystem/SetStartLifetime.cs | 3 ++ .../ParticleSystem/SetStartLifetime.cs.meta | 3 ++ .../Unity/ParticleSystem/SetStartRotation.cs | 3 ++ .../ParticleSystem/SetStartRotation.cs.meta | 3 ++ .../Unity/ParticleSystem/SetStartSize.cs | 3 ++ .../Unity/ParticleSystem/SetStartSize.cs.meta | 3 ++ .../Unity/ParticleSystem/SetStartSpeed.cs | 3 ++ .../ParticleSystem/SetStartSpeed.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/SetTime.cs | 3 ++ .../Unity/ParticleSystem/SetTime.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/Simulate.cs | 3 ++ .../Unity/ParticleSystem/Simulate.cs.meta | 3 ++ .../Tasks/Unity/ParticleSystem/Stop.cs | 3 ++ .../Tasks/Unity/ParticleSystem/Stop.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Physics.meta | 3 ++ .../Runtime/Tasks/Unity/Physics/Linecast.cs | 3 ++ .../Tasks/Unity/Physics/Linecast.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Physics/Raycast.cs | 3 ++ .../Tasks/Unity/Physics/Raycast.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Physics/Spherecast.cs | 3 ++ .../Tasks/Unity/Physics/Spherecast.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Physics2D.meta | 3 ++ .../Tasks/Unity/Physics2D/Circlecast.cs | 3 ++ .../Tasks/Unity/Physics2D/Circlecast.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Physics2D/Linecast.cs | 3 ++ .../Tasks/Unity/Physics2D/Linecast.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Physics2D/Raycast.cs | 3 ++ .../Tasks/Unity/Physics2D/Raycast.cs.meta | 3 ++ .../Runtime/Tasks/Unity/PlayerPrefs.meta | 3 ++ .../Tasks/Unity/PlayerPrefs/DeleteAll.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/DeleteAll.cs.meta | 3 ++ .../Tasks/Unity/PlayerPrefs/DeleteKey.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/DeleteKey.cs.meta | 3 ++ .../Tasks/Unity/PlayerPrefs/GetFloat.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/GetFloat.cs.meta | 3 ++ .../Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/GetInt.cs.meta | 3 ++ .../Tasks/Unity/PlayerPrefs/GetString.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/GetString.cs.meta | 3 ++ .../Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/HasKey.cs.meta | 3 ++ .../Runtime/Tasks/Unity/PlayerPrefs/Save.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/Save.cs.meta | 3 ++ .../Tasks/Unity/PlayerPrefs/SetFloat.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/SetFloat.cs.meta | 3 ++ .../Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/SetInt.cs.meta | 3 ++ .../Tasks/Unity/PlayerPrefs/SetString.cs | 3 ++ .../Tasks/Unity/PlayerPrefs/SetString.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion/Angle.cs | 3 ++ .../Tasks/Unity/Quaternion/Angle.cs.meta | 3 ++ .../Tasks/Unity/Quaternion/AngleAxis.cs | 3 ++ .../Tasks/Unity/Quaternion/AngleAxis.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion/Dot.cs | 3 ++ .../Tasks/Unity/Quaternion/Dot.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion/Euler.cs | 3 ++ .../Tasks/Unity/Quaternion/Euler.cs.meta | 3 ++ .../Tasks/Unity/Quaternion/FromToRotation.cs | 3 ++ .../Unity/Quaternion/FromToRotation.cs.meta | 3 ++ .../Tasks/Unity/Quaternion/Identity.cs | 3 ++ .../Tasks/Unity/Quaternion/Identity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion/Inverse.cs | 3 ++ .../Tasks/Unity/Quaternion/Inverse.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion/Lerp.cs | 3 ++ .../Tasks/Unity/Quaternion/Lerp.cs.meta | 3 ++ .../Tasks/Unity/Quaternion/LookRotation.cs | 3 ++ .../Unity/Quaternion/LookRotation.cs.meta | 3 ++ .../Tasks/Unity/Quaternion/RotateTowards.cs | 3 ++ .../Unity/Quaternion/RotateTowards.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Quaternion/Slerp.cs | 3 ++ .../Tasks/Unity/Quaternion/Slerp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Renderer.meta | 3 ++ .../Runtime/Tasks/Unity/Renderer/IsVisible.cs | 3 ++ .../Tasks/Unity/Renderer/IsVisible.cs.meta | 3 ++ .../Tasks/Unity/Renderer/SetMaterial.cs | 3 ++ .../Tasks/Unity/Renderer/SetMaterial.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody.meta | 3 ++ .../Unity/Rigidbody/AddExplosionForce.cs | 3 ++ .../Unity/Rigidbody/AddExplosionForce.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/AddForce.cs | 3 ++ .../Tasks/Unity/Rigidbody/AddForce.cs.meta | 3 ++ .../Unity/Rigidbody/AddForceAtPosition.cs | 3 ++ .../Rigidbody/AddForceAtPosition.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/AddRelativeForce.cs | 3 ++ .../Unity/Rigidbody/AddRelativeForce.cs.meta | 3 ++ .../Unity/Rigidbody/AddRelativeTorque.cs | 3 ++ .../Unity/Rigidbody/AddRelativeTorque.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/AddTorque.cs | 3 ++ .../Tasks/Unity/Rigidbody/AddTorque.cs.meta | 3 ++ .../Unity/Rigidbody/GetAngularDamping.cs | 3 ++ .../Unity/Rigidbody/GetAngularDamping.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetAngularDrag.cs | 3 ++ .../Unity/Rigidbody/GetAngularDrag.cs.meta | 3 ++ .../Unity/Rigidbody/GetAngularVelocity.cs | 3 ++ .../Rigidbody/GetAngularVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetCenterOfMass.cs | 3 ++ .../Unity/Rigidbody/GetCenterOfMass.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/GetDrag.cs | 3 ++ .../Tasks/Unity/Rigidbody/GetDrag.cs.meta | 3 ++ .../Unity/Rigidbody/GetFreezeRotation.cs | 3 ++ .../Unity/Rigidbody/GetFreezeRotation.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetIsKinematic.cs | 3 ++ .../Unity/Rigidbody/GetIsKinematic.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetLinearDamping.cs | 3 ++ .../Unity/Rigidbody/GetLinearDamping.cs.meta | 3 ++ .../Unity/Rigidbody/GetLinearVelocity.cs | 3 ++ .../Unity/Rigidbody/GetLinearVelocity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/GetMass.cs | 3 ++ .../Tasks/Unity/Rigidbody/GetMass.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetPosition.cs | 3 ++ .../Tasks/Unity/Rigidbody/GetPosition.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetRotation.cs | 3 ++ .../Tasks/Unity/Rigidbody/GetRotation.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetUseGravity.cs | 3 ++ .../Unity/Rigidbody/GetUseGravity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/GetVelocity.cs | 3 ++ .../Tasks/Unity/Rigidbody/GetVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/IsKinematic.cs | 3 ++ .../Tasks/Unity/Rigidbody/IsKinematic.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/IsSleeping.cs | 3 ++ .../Tasks/Unity/Rigidbody/IsSleeping.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/MovePosition.cs | 3 ++ .../Unity/Rigidbody/MovePosition.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/MoveRotation.cs | 3 ++ .../Unity/Rigidbody/MoveRotation.cs.meta | 3 ++ .../Unity/Rigidbody/SetAngularDamping.cs | 3 ++ .../Unity/Rigidbody/SetAngularDamping.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetAngularDrag.cs | 3 ++ .../Unity/Rigidbody/SetAngularDrag.cs.meta | 3 ++ .../Unity/Rigidbody/SetAngularVelocity.cs | 3 ++ .../Rigidbody/SetAngularVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetCenterOfMass.cs | 3 ++ .../Unity/Rigidbody/SetCenterOfMass.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetConstraints.cs | 3 ++ .../Unity/Rigidbody/SetConstraints.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetDamping.cs | 3 ++ .../Tasks/Unity/Rigidbody/SetDamping.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/SetDrag.cs | 3 ++ .../Tasks/Unity/Rigidbody/SetDrag.cs.meta | 3 ++ .../Unity/Rigidbody/SetFreezeRotation.cs | 3 ++ .../Unity/Rigidbody/SetFreezeRotation.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetIsKinematic.cs | 3 ++ .../Unity/Rigidbody/SetIsKinematic.cs.meta | 3 ++ .../Unity/Rigidbody/SetLinearVelocity.cs | 3 ++ .../Unity/Rigidbody/SetLinearVelocity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/SetMass.cs | 3 ++ .../Tasks/Unity/Rigidbody/SetMass.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetPosition.cs | 3 ++ .../Tasks/Unity/Rigidbody/SetPosition.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetRotation.cs | 3 ++ .../Tasks/Unity/Rigidbody/SetRotation.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetUseGravity.cs | 3 ++ .../Unity/Rigidbody/SetUseGravity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/SetVelocity.cs | 3 ++ .../Tasks/Unity/Rigidbody/SetVelocity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/Sleep.cs | 3 ++ .../Tasks/Unity/Rigidbody/Sleep.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody/UseGravity.cs | 3 ++ .../Tasks/Unity/Rigidbody/UseGravity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody/WakeUp.cs | 3 ++ .../Tasks/Unity/Rigidbody/WakeUp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody2D.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/AddForce.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/AddForce.cs.meta | 3 ++ .../Unity/Rigidbody2D/AddForceAtPosition.cs | 3 ++ .../Rigidbody2D/AddForceAtPosition.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/AddTorque.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/AddTorque.cs.meta | 3 ++ .../Unity/Rigidbody2D/GetAngularDamping.cs | 3 ++ .../Rigidbody2D/GetAngularDamping.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetAngularDrag.cs | 3 ++ .../Unity/Rigidbody2D/GetAngularDrag.cs.meta | 3 ++ .../Unity/Rigidbody2D/GetAngularVelocity.cs | 3 ++ .../Rigidbody2D/GetAngularVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetDrag.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/GetDrag.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetGravtyScale.cs | 3 ++ .../Unity/Rigidbody2D/GetGravtyScale.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetIsKinematic.cs | 3 ++ .../Unity/Rigidbody2D/GetIsKinematic.cs.meta | 3 ++ .../Unity/Rigidbody2D/GetLinearDamping.cs | 3 ++ .../Rigidbody2D/GetLinearDamping.cs.meta | 3 ++ .../Unity/Rigidbody2D/GetLinearVelocity.cs | 3 ++ .../Rigidbody2D/GetLinearVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetMass.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/GetMass.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetPosition.cs | 3 ++ .../Unity/Rigidbody2D/GetPosition.cs.meta | 3 ++ .../Unity/Rigidbody2D/GetRigidbodyType.cs | 3 ++ .../Rigidbody2D/GetRigidbodyType.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetRotation.cs | 3 ++ .../Unity/Rigidbody2D/GetRotation.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/GetVelocity.cs | 3 ++ .../Unity/Rigidbody2D/GetVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/IsKinematic.cs | 3 ++ .../Unity/Rigidbody2D/IsKinematic.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/IsSleeping.cs | 3 ++ .../Unity/Rigidbody2D/IsSleeping.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/MovePosition.cs | 3 ++ .../Unity/Rigidbody2D/MovePosition.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/MoveRotation.cs | 3 ++ .../Unity/Rigidbody2D/MoveRotation.cs.meta | 3 ++ .../Unity/Rigidbody2D/SetAngularDamping.cs | 3 ++ .../Rigidbody2D/SetAngularDamping.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/SetAngularDrag.cs | 3 ++ .../Unity/Rigidbody2D/SetAngularDrag.cs.meta | 3 ++ .../Unity/Rigidbody2D/SetAngularVelocity.cs | 3 ++ .../Rigidbody2D/SetAngularVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/SetDrag.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/SetDrag.cs.meta | 3 ++ .../Unity/Rigidbody2D/SetGravityScale.cs | 3 ++ .../Unity/Rigidbody2D/SetGravityScale.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/SetIsKinematic.cs | 3 ++ .../Unity/Rigidbody2D/SetIsKinematic.cs.meta | 3 ++ .../Unity/Rigidbody2D/SetLinearDamping.cs | 3 ++ .../Rigidbody2D/SetLinearDamping.cs.meta | 3 ++ .../Unity/Rigidbody2D/SetLinearVelocity.cs | 3 ++ .../Rigidbody2D/SetLinearVelocity.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/SetMass.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/SetMass.cs.meta | 3 ++ .../Unity/Rigidbody2D/SetRigidbodyType.cs | 3 ++ .../Rigidbody2D/SetRigidbodyType.cs.meta | 3 ++ .../Tasks/Unity/Rigidbody2D/SetVelocity.cs | 3 ++ .../Unity/Rigidbody2D/SetVelocity.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/Sleep.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs | 3 ++ .../Tasks/Unity/Rigidbody2D/WakeUp.cs.meta | 3 ++ .../Runtime/Tasks/Unity/SharedVariables.meta | 3 ++ .../SharedVariables/CompareSharedBool.cs | 3 ++ .../SharedVariables/CompareSharedBool.cs.meta | 3 ++ .../SharedVariables/CompareSharedColor.cs | 3 ++ .../CompareSharedColor.cs.meta | 3 ++ .../SharedVariables/CompareSharedFloat.cs | 3 ++ .../CompareSharedFloat.cs.meta | 3 ++ .../CompareSharedGameObject.cs | 3 ++ .../CompareSharedGameObject.cs.meta | 3 ++ .../CompareSharedGameObjectList.cs | 3 ++ .../CompareSharedGameObjectList.cs.meta | 3 ++ .../Unity/SharedVariables/CompareSharedInt.cs | 3 ++ .../SharedVariables/CompareSharedInt.cs.meta | 3 ++ .../SharedVariables/CompareSharedObject.cs | 3 ++ .../CompareSharedObject.cs.meta | 3 ++ .../CompareSharedObjectList.cs | 3 ++ .../CompareSharedObjectList.cs.meta | 3 ++ .../CompareSharedQuaternion.cs | 3 ++ .../CompareSharedQuaternion.cs.meta | 3 ++ .../SharedVariables/CompareSharedRect.cs | 3 ++ .../SharedVariables/CompareSharedRect.cs.meta | 3 ++ .../SharedVariables/CompareSharedString.cs | 3 ++ .../CompareSharedString.cs.meta | 3 ++ .../SharedVariables/CompareSharedTransform.cs | 3 ++ .../CompareSharedTransform.cs.meta | 3 ++ .../CompareSharedTransformList.cs | 3 ++ .../CompareSharedTransformList.cs.meta | 3 ++ .../SharedVariables/CompareSharedVector2.cs | 3 ++ .../CompareSharedVector2.cs.meta | 3 ++ .../SharedVariables/CompareSharedVector3.cs | 3 ++ .../CompareSharedVector3.cs.meta | 3 ++ .../SharedVariables/CompareSharedVector4.cs | 3 ++ .../CompareSharedVector4.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedBool.cs | 3 ++ .../SharedVariables/SetSharedBool.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedColor.cs | 3 ++ .../SharedVariables/SetSharedColor.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedFloat.cs | 3 ++ .../SharedVariables/SetSharedFloat.cs.meta | 3 ++ .../SharedVariables/SetSharedGameObject.cs | 3 ++ .../SetSharedGameObject.cs.meta | 3 ++ .../SetSharedGameObjectList.cs | 3 ++ .../SetSharedGameObjectList.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedInt.cs | 3 ++ .../SharedVariables/SetSharedInt.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedObject.cs | 3 ++ .../SharedVariables/SetSharedObject.cs.meta | 3 ++ .../SharedVariables/SetSharedObjectList.cs | 3 ++ .../SetSharedObjectList.cs.meta | 3 ++ .../SharedVariables/SetSharedQuaternion.cs | 3 ++ .../SetSharedQuaternion.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedRect.cs | 3 ++ .../SharedVariables/SetSharedRect.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedString.cs | 3 ++ .../SharedVariables/SetSharedString.cs.meta | 3 ++ .../SharedVariables/SetSharedTransform.cs | 3 ++ .../SetSharedTransform.cs.meta | 3 ++ .../SharedVariables/SetSharedTransformList.cs | 3 ++ .../SetSharedTransformList.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedVector2.cs | 3 ++ .../SharedVariables/SetSharedVector2.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedVector3.cs | 3 ++ .../SharedVariables/SetSharedVector3.cs.meta | 3 ++ .../Unity/SharedVariables/SetSharedVector4.cs | 3 ++ .../SharedVariables/SetSharedVector4.cs.meta | 3 ++ .../SharedGameObjectToTransform.cs | 3 ++ .../SharedGameObjectToTransform.cs.meta | 3 ++ .../SharedGameObjectsToGameObjectList.cs | 3 ++ .../SharedGameObjectsToGameObjectList.cs.meta | 3 ++ .../SharedTransformToGameObject.cs | 3 ++ .../SharedTransformToGameObject.cs.meta | 3 ++ .../SharedTransformsToTransformList.cs | 3 ++ .../SharedTransformsToTransformList.cs.meta | 3 ++ .../Runtime/Tasks/Unity/SphereCollider.meta | 3 ++ .../Tasks/Unity/SphereCollider/GetCenter.cs | 3 ++ .../Unity/SphereCollider/GetCenter.cs.meta | 3 ++ .../Tasks/Unity/SphereCollider/GetRadius.cs | 3 ++ .../Unity/SphereCollider/GetRadius.cs.meta | 3 ++ .../Tasks/Unity/SphereCollider/SetCenter.cs | 3 ++ .../Unity/SphereCollider/SetCenter.cs.meta | 3 ++ .../Tasks/Unity/SphereCollider/SetRadius.cs | 3 ++ .../Unity/SphereCollider/SetRadius.cs.meta | 3 ++ .../Runtime/Tasks/Unity/String.meta | 3 ++ .../Runtime/Tasks/Unity/String/BuildString.cs | 3 ++ .../Tasks/Unity/String/BuildString.cs.meta | 3 ++ .../Runtime/Tasks/Unity/String/CompareTo.cs | 3 ++ .../Tasks/Unity/String/CompareTo.cs.meta | 3 ++ .../Runtime/Tasks/Unity/String/Format.cs | 3 ++ .../Runtime/Tasks/Unity/String/Format.cs.meta | 3 ++ .../Runtime/Tasks/Unity/String/GetLength.cs | 3 ++ .../Tasks/Unity/String/GetLength.cs.meta | 3 ++ .../Tasks/Unity/String/GetRandomString.cs | 3 ++ .../Unity/String/GetRandomString.cs.meta | 3 ++ .../Tasks/Unity/String/GetSubstring.cs | 3 ++ .../Tasks/Unity/String/GetSubstring.cs.meta | 3 ++ .../Tasks/Unity/String/IsNullOrEmpty.cs | 3 ++ .../Tasks/Unity/String/IsNullOrEmpty.cs.meta | 3 ++ .../Runtime/Tasks/Unity/String/Replace.cs | 3 ++ .../Tasks/Unity/String/Replace.cs.meta | 3 ++ .../Runtime/Tasks/Unity/String/SetString.cs | 3 ++ .../Tasks/Unity/String/SetString.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Time.meta | 3 ++ .../Runtime/Tasks/Unity/Time/GetDeltaTime.cs | 3 ++ .../Tasks/Unity/Time/GetDeltaTime.cs.meta | 3 ++ .../Unity/Time/GetRealtimeSinceStartup.cs | 3 ++ .../Time/GetRealtimeSinceStartup.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Time/GetTime.cs | 3 ++ .../Runtime/Tasks/Unity/Time/GetTime.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Time/GetTimeScale.cs | 3 ++ .../Tasks/Unity/Time/GetTimeScale.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Time/SetTimeScale.cs | 3 ++ .../Tasks/Unity/Time/SetTimeScale.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline/IsPaused.cs | 3 ++ .../Tasks/Unity/Timeline/IsPaused.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline/IsPlaying.cs | 3 ++ .../Tasks/Unity/Timeline/IsPlaying.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline/Pause.cs | 3 ++ .../Tasks/Unity/Timeline/Pause.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline/Play.cs | 3 ++ .../Runtime/Tasks/Unity/Timeline/Play.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline/Resume.cs | 3 ++ .../Tasks/Unity/Timeline/Resume.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Timeline/Stop.cs | 3 ++ .../Runtime/Tasks/Unity/Timeline/Stop.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Transform.meta | 3 ++ .../Runtime/Tasks/Unity/Transform/Find.cs | 3 ++ .../Tasks/Unity/Transform/Find.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetAngleToTarget.cs | 3 ++ .../Unity/Transform/GetAngleToTarget.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Transform/GetChild.cs | 3 ++ .../Tasks/Unity/Transform/GetChild.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetChildCount.cs | 3 ++ .../Unity/Transform/GetChildCount.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetEulerAngles.cs | 3 ++ .../Unity/Transform/GetEulerAngles.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetForwardVector.cs | 3 ++ .../Unity/Transform/GetForwardVector.cs.meta | 3 ++ .../Unity/Transform/GetLocalEulerAngles.cs | 3 ++ .../Transform/GetLocalEulerAngles.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetLocalPosition.cs | 3 ++ .../Unity/Transform/GetLocalPosition.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetLocalRotation.cs | 3 ++ .../Unity/Transform/GetLocalRotation.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetLocalScale.cs | 3 ++ .../Unity/Transform/GetLocalScale.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetParent.cs | 3 ++ .../Tasks/Unity/Transform/GetParent.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetPosition.cs | 3 ++ .../Tasks/Unity/Transform/GetPosition.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetRightVector.cs | 3 ++ .../Unity/Transform/GetRightVector.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetRotation.cs | 3 ++ .../Tasks/Unity/Transform/GetRotation.cs.meta | 3 ++ .../Tasks/Unity/Transform/GetUpVector.cs | 3 ++ .../Tasks/Unity/Transform/GetUpVector.cs.meta | 3 ++ .../Tasks/Unity/Transform/IsChildOf.cs | 3 ++ .../Tasks/Unity/Transform/IsChildOf.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Transform/LookAt.cs | 3 ++ .../Tasks/Unity/Transform/LookAt.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Transform/Rotate.cs | 3 ++ .../Tasks/Unity/Transform/Rotate.cs.meta | 3 ++ .../Tasks/Unity/Transform/RotateAround.cs | 3 ++ .../Unity/Transform/RotateAround.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetEulerAngles.cs | 3 ++ .../Unity/Transform/SetEulerAngles.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetForwardVector.cs | 3 ++ .../Unity/Transform/SetForwardVector.cs.meta | 3 ++ .../Unity/Transform/SetLocalEulerAngles.cs | 3 ++ .../Transform/SetLocalEulerAngles.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetLocalPosition.cs | 3 ++ .../Unity/Transform/SetLocalPosition.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetLocalRotation.cs | 3 ++ .../Unity/Transform/SetLocalRotation.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetLocalScale.cs | 3 ++ .../Unity/Transform/SetLocalScale.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetParent.cs | 3 ++ .../Tasks/Unity/Transform/SetParent.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetPosition.cs | 3 ++ .../Tasks/Unity/Transform/SetPosition.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetRightVector.cs | 3 ++ .../Unity/Transform/SetRightVector.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetRotation.cs | 3 ++ .../Tasks/Unity/Transform/SetRotation.cs.meta | 3 ++ .../Tasks/Unity/Transform/SetUpVector.cs | 3 ++ .../Tasks/Unity/Transform/SetUpVector.cs.meta | 3 ++ .../Tasks/Unity/Transform/Translate.cs | 3 ++ .../Tasks/Unity/Transform/Translate.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2.meta | 3 ++ .../Tasks/Unity/Vector2/ClampMagnitude.cs | 3 ++ .../Unity/Vector2/ClampMagnitude.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/Distance.cs | 3 ++ .../Tasks/Unity/Vector2/Distance.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/Dot.cs | 3 ++ .../Runtime/Tasks/Unity/Vector2/Dot.cs.meta | 3 ++ .../Tasks/Unity/Vector2/GetMagnitude.cs | 3 ++ .../Tasks/Unity/Vector2/GetMagnitude.cs.meta | 3 ++ .../Tasks/Unity/Vector2/GetRightVector.cs | 3 ++ .../Unity/Vector2/GetRightVector.cs.meta | 3 ++ .../Tasks/Unity/Vector2/GetSqrMagnitude.cs | 3 ++ .../Unity/Vector2/GetSqrMagnitude.cs.meta | 3 ++ .../Tasks/Unity/Vector2/GetUpVector.cs | 3 ++ .../Tasks/Unity/Vector2/GetUpVector.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/GetVector3.cs | 3 ++ .../Tasks/Unity/Vector2/GetVector3.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/GetXY.cs | 3 ++ .../Runtime/Tasks/Unity/Vector2/GetXY.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/Lerp.cs | 3 ++ .../Runtime/Tasks/Unity/Vector2/Lerp.cs.meta | 3 ++ .../Tasks/Unity/Vector2/MoveTowards.cs | 3 ++ .../Tasks/Unity/Vector2/MoveTowards.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/Multiply.cs | 3 ++ .../Tasks/Unity/Vector2/Multiply.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/Normalize.cs | 3 ++ .../Tasks/Unity/Vector2/Normalize.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/Operator.cs | 3 ++ .../Tasks/Unity/Vector2/Operator.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/SetValue.cs | 3 ++ .../Tasks/Unity/Vector2/SetValue.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector2/SetXY.cs | 3 ++ .../Runtime/Tasks/Unity/Vector2/SetXY.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Angle.cs | 3 ++ .../Runtime/Tasks/Unity/Vector3/Angle.cs.meta | 3 ++ .../Tasks/Unity/Vector3/ClampMagnitude.cs | 3 ++ .../Unity/Vector3/ClampMagnitude.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Distance.cs | 3 ++ .../Tasks/Unity/Vector3/Distance.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Dot.cs | 3 ++ .../Runtime/Tasks/Unity/Vector3/Dot.cs.meta | 3 ++ .../Tasks/Unity/Vector3/GetForwardVector.cs | 3 ++ .../Unity/Vector3/GetForwardVector.cs.meta | 3 ++ .../Tasks/Unity/Vector3/GetMagnitude.cs | 3 ++ .../Tasks/Unity/Vector3/GetMagnitude.cs.meta | 3 ++ .../Tasks/Unity/Vector3/GetRightVector.cs | 3 ++ .../Unity/Vector3/GetRightVector.cs.meta | 3 ++ .../Tasks/Unity/Vector3/GetSqrMagnitude.cs | 3 ++ .../Unity/Vector3/GetSqrMagnitude.cs.meta | 3 ++ .../Tasks/Unity/Vector3/GetUpVector.cs | 3 ++ .../Tasks/Unity/Vector3/GetUpVector.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/GetVector2.cs | 3 ++ .../Tasks/Unity/Vector3/GetVector2.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/GetXYZ.cs | 3 ++ .../Tasks/Unity/Vector3/GetXYZ.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Lerp.cs | 3 ++ .../Runtime/Tasks/Unity/Vector3/Lerp.cs.meta | 3 ++ .../Tasks/Unity/Vector3/MoveTowards.cs | 3 ++ .../Tasks/Unity/Vector3/MoveTowards.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Multiply.cs | 3 ++ .../Tasks/Unity/Vector3/Multiply.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Normalize.cs | 3 ++ .../Tasks/Unity/Vector3/Normalize.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/Operator.cs | 3 ++ .../Tasks/Unity/Vector3/Operator.cs.meta | 3 ++ .../Tasks/Unity/Vector3/RotateTowards.cs | 3 ++ .../Tasks/Unity/Vector3/RotateTowards.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/SetValue.cs | 3 ++ .../Tasks/Unity/Vector3/SetValue.cs.meta | 3 ++ .../Runtime/Tasks/Unity/Vector3/SetXYZ.cs | 3 ++ .../Tasks/Unity/Vector3/SetXYZ.cs.meta | 3 ++ .../Behavior Designer/Runtime/Variables.meta | 3 ++ .../Runtime/Variables/SharedAnimationCurve.cs | 3 ++ .../Variables/SharedAnimationCurve.cs.meta | 3 ++ .../Runtime/Variables/SharedBehaviour.cs | 3 ++ .../Runtime/Variables/SharedBehaviour.cs.meta | 3 ++ .../Runtime/Variables/SharedBool.cs | 3 ++ .../Runtime/Variables/SharedBool.cs.meta | 3 ++ .../Runtime/Variables/SharedCollider.cs | 3 ++ .../Runtime/Variables/SharedCollider.cs.meta | 3 ++ .../Runtime/Variables/SharedColor.cs | 3 ++ .../Runtime/Variables/SharedColor.cs.meta | 3 ++ .../Runtime/Variables/SharedFloat.cs | 3 ++ .../Runtime/Variables/SharedFloat.cs.meta | 3 ++ .../Runtime/Variables/SharedGameObject.cs | 3 ++ .../Variables/SharedGameObject.cs.meta | 3 ++ .../Runtime/Variables/SharedGameObjectList.cs | 3 ++ .../Variables/SharedGameObjectList.cs.meta | 3 ++ .../Runtime/Variables/SharedHumanBodyBones.cs | 3 ++ .../Variables/SharedHumanBodyBones.cs.meta | 3 ++ .../Runtime/Variables/SharedInt.cs | 3 ++ .../Runtime/Variables/SharedInt.cs.meta | 3 ++ .../Runtime/Variables/SharedLayerMask.cs | 3 ++ .../Runtime/Variables/SharedLayerMask.cs.meta | 3 ++ .../Runtime/Variables/SharedMaterial.cs | 3 ++ .../Runtime/Variables/SharedMaterial.cs.meta | 3 ++ .../Runtime/Variables/SharedObject.cs | 3 ++ .../Runtime/Variables/SharedObject.cs.meta | 3 ++ .../Runtime/Variables/SharedObjectList.cs | 3 ++ .../Variables/SharedObjectList.cs.meta | 3 ++ .../Runtime/Variables/SharedQuaternion.cs | 3 ++ .../Variables/SharedQuaternion.cs.meta | 3 ++ .../Runtime/Variables/SharedRect.cs | 3 ++ .../Runtime/Variables/SharedRect.cs.meta | 3 ++ .../Variables/SharedRigidbodyType2D.cs | 3 ++ .../Variables/SharedRigidbodyType2D.cs.meta | 3 ++ .../Runtime/Variables/SharedString.cs | 3 ++ .../Runtime/Variables/SharedString.cs.meta | 3 ++ .../Runtime/Variables/SharedTransform.cs | 3 ++ .../Runtime/Variables/SharedTransform.cs.meta | 3 ++ .../Runtime/Variables/SharedTransformList.cs | 3 ++ .../Variables/SharedTransformList.cs.meta | 3 ++ .../Runtime/Variables/SharedUInt.cs | 3 ++ .../Runtime/Variables/SharedUInt.cs.meta | 3 ++ .../Runtime/Variables/SharedVector2.cs | 3 ++ .../Runtime/Variables/SharedVector2.cs.meta | 3 ++ .../Runtime/Variables/SharedVector2Int.cs | 3 ++ .../Variables/SharedVector2Int.cs.meta | 3 ++ .../Runtime/Variables/SharedVector3.cs | 3 ++ .../Runtime/Variables/SharedVector3.cs.meta | 3 ++ .../Runtime/Variables/SharedVector3Int.cs | 3 ++ .../Variables/SharedVector3Int.cs.meta | 3 ++ .../Runtime/Variables/SharedVector4.cs | 3 ++ .../Runtime/Variables/SharedVector4.cs.meta | 3 ++ Assets/EasyGridBuilder Pro.meta | 3 ++ Assets/EasyGridBuilder Pro/Demo Scenes.meta | 3 ++ .../Demo Scenes/Demo 2D Tutorial.unity | 3 ++ .../Demo Scenes/Demo 2D Tutorial.unity.meta | 3 ++ .../Demo Scenes/Demo 2D.unity | 3 ++ .../Demo Scenes/Demo 2D.unity.meta | 3 ++ .../Demo Scenes/Demo 3D All In One.unity | 3 ++ .../Demo Scenes/Demo 3D All In One.unity.meta | 3 ++ .../Demo Scenes/Demo 3D Lite.unity | 3 ++ .../Demo Scenes/Demo 3D Lite.unity.meta | 3 ++ .../Demo 3D Modular Building.unity | 3 ++ .../Demo 3D Modular Building.unity.meta | 3 ++ .../Demo Scenes/Demo 3D Tutorial.unity | 3 ++ .../Demo Scenes/Demo 3D Tutorial.unity.meta | 3 ++ ... Grid Builder Pro - Third-Party Notice.txt | 3 ++ ... Builder Pro - Third-Party Notice.txt.meta | 3 ++ .../Easy Grid Builder Pro Documentation.url | 3 ++ ...sy Grid Builder Pro Documentation.url.meta | 3 ++ ...uilder Pro Quick Start Guide (Offline).pdf | 3 ++ ...r Pro Quick Start Guide (Offline).pdf.meta | 3 ++ Assets/EasyGridBuilder Pro/Misc Assets.meta | 3 ++ .../Misc Assets/2D Sprites.meta | 3 ++ .../Misc Assets/2D Sprites/Blue.png | 3 ++ .../Misc Assets/2D Sprites/Blue.png.meta | 3 ++ .../Misc Assets/2D Sprites/Green.png | 3 ++ .../Misc Assets/2D Sprites/Green.png.meta | 3 ++ .../Misc Assets/2D Sprites/Purple.png | 3 ++ .../Misc Assets/2D Sprites/Purple.png.meta | 3 ++ .../Misc Assets/2D Sprites/Red.png | 3 ++ .../Misc Assets/2D Sprites/Red.png.meta | 3 ++ .../Misc Assets/2D Sprites/Road Tile 01.png | 3 ++ .../2D Sprites/Road Tile 01.png.meta | 3 ++ .../Misc Assets/2D Sprites/Road Tile 02.png | 3 ++ .../2D Sprites/Road Tile 02.png.meta | 3 ++ .../Misc Assets/2D Sprites/Road Tile 03.png | 3 ++ .../2D Sprites/Road Tile 03.png.meta | 3 ++ .../Misc Assets/2D Sprites/Road Tile 04.png | 3 ++ .../2D Sprites/Road Tile 04.png.meta | 3 ++ .../Misc Assets/2D Sprites/Tree Large 01.png | 3 ++ .../2D Sprites/Tree Large 01.png.meta | 3 ++ .../Misc Assets/2D Sprites/Tree Large 02.png | 3 ++ .../2D Sprites/Tree Large 02.png.meta | 3 ++ .../Misc Assets/2D Sprites/Tree Large 03.png | 3 ++ .../2D Sprites/Tree Large 03.png.meta | 3 ++ .../Misc Assets/2D Sprites/Tree Small 01.png | 3 ++ .../2D Sprites/Tree Small 01.png.meta | 3 ++ .../Misc Assets/2D Sprites/Tree Small 02.png | 3 ++ .../2D Sprites/Tree Small 02.png.meta | 3 ++ .../Misc Assets/2D Sprites/Tree Small 03.png | 3 ++ .../2D Sprites/Tree Small 03.png.meta | 3 ++ .../Misc Assets/2D Sprites/Yellow.png | 3 ++ .../Misc Assets/2D Sprites/Yellow.png.meta | 3 ++ .../Misc Assets/Fonts.meta | 3 ++ .../Misc Assets/Fonts/License.txt | 3 ++ .../Misc Assets/Fonts/License.txt.meta | 3 ++ .../Fonts/Roboto-Regular SDF.asset | 3 ++ .../Fonts/Roboto-Regular SDF.asset.meta | 3 ++ .../Misc Assets/Fonts/Roboto-Regular.ttf | 3 ++ .../Misc Assets/Fonts/Roboto-Regular.ttf.meta | 3 ++ .../Misc Assets/Icons.meta | 3 ++ .../Icons/2D Building 1x1 Icon.png | 3 ++ .../Icons/2D Building 1x1 Icon.png.meta | 3 ++ .../Icons/2D Building 1x2 Icon.png | 3 ++ .../Icons/2D Building 1x2 Icon.png.meta | 3 ++ .../Icons/2D Building 2x1 Icon.png | 3 ++ .../Icons/2D Building 2x1 Icon.png.meta | 3 ++ .../Icons/2D Building 2x2 Icon.png | 3 ++ .../Icons/2D Building 2x2 Icon.png.meta | 3 ++ .../Icons/2D Building 3x2 Icon.png | 3 ++ .../Icons/2D Building 3x2 Icon.png.meta | 3 ++ .../Icons/2D Road Tile 01 Icon.png | 3 ++ .../Icons/2D Road Tile 01 Icon.png.meta | 3 ++ .../Icons/2D Road Tile 02 Icon.png | 3 ++ .../Icons/2D Road Tile 02 Icon.png.meta | 3 ++ .../Icons/2D Road Tile 03 Icon.png | 3 ++ .../Icons/2D Road Tile 03 Icon.png.meta | 3 ++ .../Icons/2D Road Tile 04 Icon.png | 3 ++ .../Icons/2D Road Tile 04 Icon.png.meta | 3 ++ .../Misc Assets/Icons/2D Tree Large Icon.png | 3 ++ .../Icons/2D Tree Large Icon.png.meta | 3 ++ .../Misc Assets/Icons/2D Tree Small Icon.png | 3 ++ .../Icons/2D Tree Small Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Barrel Icon.png | 3 ++ .../Misc Assets/Icons/3D Barrel Icon.png.meta | 3 ++ .../Icons/3D Building 1x1 Icon.png | 3 ++ .../Icons/3D Building 1x1 Icon.png.meta | 3 ++ .../Icons/3D Building 1x2 Icon.png | 3 ++ .../Icons/3D Building 1x2 Icon.png.meta | 3 ++ .../Icons/3D Building 2x1 Icon.png | 3 ++ .../Icons/3D Building 2x1 Icon.png.meta | 3 ++ .../Icons/3D Building 2x2 Icon.png | 3 ++ .../Icons/3D Building 2x2 Icon.png.meta | 3 ++ .../Icons/3D Building 2x3 Icon.png | 3 ++ .../Icons/3D Building 2x3 Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Bush Icon.png | 3 ++ .../Misc Assets/Icons/3D Bush Icon.png.meta | 3 ++ .../Icons/3D Coconut Tree Icon.png | 3 ++ .../Icons/3D Coconut Tree Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Large Tree Icon.png | 3 ++ .../Icons/3D Large Tree Icon.png.meta | 3 ++ .../Icons/3D Modular Floor Icon.png | 3 ++ .../Icons/3D Modular Floor Icon.png.meta | 3 ++ .../Icons/3D Modular Wall Door Icon.png | 3 ++ .../Icons/3D Modular Wall Door Icon.png.meta | 3 ++ .../Icons/3D Modular Wall Icon.png | 3 ++ .../Icons/3D Modular Wall Icon.png.meta | 3 ++ .../Icons/3D Modular Wall Window Icon.png | 3 ++ .../3D Modular Wall Window Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Street Lamp Icon.png | 3 ++ .../Icons/3D Street Lamp Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Tile Road01 Icon.png | 3 ++ .../Icons/3D Tile Road01 Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Tile Road02 Icon.png | 3 ++ .../Icons/3D Tile Road02 Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Tile Road03 Icon.png | 3 ++ .../Icons/3D Tile Road03 Icon.png.meta | 3 ++ .../Misc Assets/Icons/3D Tile Road04 Icon.png | 3 ++ .../Icons/3D Tile Road04 Icon.png.meta | 3 ++ .../Icons/UI Category Buildings Icon.png | 3 ++ .../Icons/UI Category Buildings Icon.png.meta | 3 ++ .../Icons/UI Category Extra Props Icon.png | 3 ++ .../UI Category Extra Props Icon.png.meta | 3 ++ .../Icons/UI Category Tiles Icon.png | 3 ++ .../Icons/UI Category Tiles Icon.png.meta | 3 ++ .../Misc Assets/Materials.meta | 3 ++ .../Misc Assets/Materials/BlackMat.mat | 3 ++ .../Misc Assets/Materials/BlackMat.mat.meta | 3 ++ .../Misc Assets/Materials/BuildablesMat.mat | 3 ++ .../Materials/BuildablesMat.mat.meta | 3 ++ .../Misc Assets/Materials/FireMat.mat | 3 ++ .../Misc Assets/Materials/FireMat.mat.meta | 3 ++ .../Misc Assets/Materials/HoloShader.meta | 3 ++ .../Materials/HoloShader/HoloShader.shader | 3 ++ .../HoloShader/HoloShader.shader.meta | 3 ++ .../Materials/HoloShader/HoloTexture.png | 3 ++ .../Materials/HoloShader/HoloTexture.png.meta | 3 ++ .../Misc Assets/Materials/NodesMat.mat | 3 ++ .../Misc Assets/Materials/NodesMat.mat.meta | 3 ++ .../Materials/NotPlaceableVisualMat.mat | 3 ++ .../Materials/NotPlaceableVisualMat.mat.meta | 3 ++ .../Materials/PlaceableVisualMat.mat | 3 ++ .../Materials/PlaceableVisualMat.mat.meta | 3 ++ .../Misc Assets/Materials/PropsMat.mat | 3 ++ .../Misc Assets/Materials/PropsMat.mat.meta | 3 ++ .../Misc Assets/Materials/Texture-01.png | 3 ++ .../Misc Assets/Materials/Texture-01.png.meta | 3 ++ .../Misc Assets/Materials/Texture-02.png | 3 ++ .../Misc Assets/Materials/Texture-02.png.meta | 3 ++ .../Misc Assets/Materials/Texture-03.png | 3 ++ .../Misc Assets/Materials/Texture-03.png.meta | 3 ++ .../Misc Assets/Models.meta | 3 ++ .../Misc Assets/Models/1.fbx | 3 ++ .../Misc Assets/Models/1.fbx.meta | 3 ++ .../Misc Assets/Models/2.fbx | 3 ++ .../Misc Assets/Models/2.fbx.meta | 3 ++ .../Misc Assets/Models/3.fbx | 3 ++ .../Misc Assets/Models/3.fbx.meta | 3 ++ .../Misc Assets/Models/4.fbx | 3 ++ .../Misc Assets/Models/4.fbx.meta | 3 ++ .../Misc Assets/Models/5.fbx | 3 ++ .../Misc Assets/Models/5.fbx.meta | 3 ++ .../Models/Combined Buildings.meta | 3 ++ .../3D Building 1x1 obj.asset | 3 ++ .../3D Building 1x1 obj.asset.meta | 3 ++ .../3D Building 1x2 obj.asset | 3 ++ .../3D Building 1x2 obj.asset.meta | 3 ++ .../3D Building 2x1 obj Part01.asset | 3 ++ .../3D Building 2x1 obj Part01.asset.meta | 3 ++ .../3D Building 2x1 obj Part02.asset | 3 ++ .../3D Building 2x1 obj Part02.asset.meta | 3 ++ .../3D Building 2x2 obj Part01.asset | 3 ++ .../3D Building 2x2 obj Part01.asset.meta | 3 ++ .../3D Building 2x2 obj Part02.asset | 3 ++ .../3D Building 2x2 obj Part02.asset.meta | 3 ++ .../3D Building 2x3 obj Part01.asset | 3 ++ .../3D Building 2x3 obj Part01.asset.meta | 3 ++ .../3D Building 2x3 obj Part02.asset | 3 ++ .../3D Building 2x3 obj Part02.asset.meta | 3 ++ .../3D Building 2x3 obj Part03.asset | 3 ++ .../3D Building 2x3 obj Part03.asset.meta | 3 ++ .../3D Building 2x3 obj Part04.asset | 3 ++ .../3D Building 2x3 obj Part04.asset.meta | 3 ++ .../Misc Assets/Models/Modular Parts.meta | 3 ++ .../Models/Modular Parts/barrel-stack.fbx | 3 ++ .../Modular Parts/barrel-stack.fbx.meta | 3 ++ .../Models/Modular Parts/floor-wood-half.fbx | 3 ++ .../Modular Parts/floor-wood-half.fbx.meta | 3 ++ .../Models/Modular Parts/floor-wood.fbx | 3 ++ .../Models/Modular Parts/floor-wood.fbx.meta | 3 ++ .../Models/Modular Parts/railing.fbx | 3 ++ .../Models/Modular Parts/railing.fbx.meta | 3 ++ .../Models/Modular Parts/stairs-railing.fbx | 3 ++ .../Modular Parts/stairs-railing.fbx.meta | 3 ++ .../Models/Modular Parts/stairs.fbx | 3 ++ .../Models/Modular Parts/stairs.fbx.meta | 3 ++ .../Models/Modular Parts/torch.fbx | 3 ++ .../Models/Modular Parts/torch.fbx.meta | 3 ++ .../Models/Modular Parts/wall-door.fbx | 3 ++ .../Models/Modular Parts/wall-door.fbx.meta | 3 ++ .../Models/Modular Parts/wall-window.fbx | 3 ++ .../Models/Modular Parts/wall-window.fbx.meta | 3 ++ .../Misc Assets/Models/Modular Parts/wall.fbx | 3 ++ .../Models/Modular Parts/wall.fbx.meta | 3 ++ .../Misc Assets/Models/Props.meta | 3 ++ .../Misc Assets/Models/Props/barrel rock.fbx | 3 ++ .../Models/Props/barrel rock.fbx.meta | 3 ++ .../Misc Assets/Models/Props/barrel water.fbx | 3 ++ .../Models/Props/barrel water.fbx.meta | 3 ++ .../Misc Assets/Models/Props/barrel.fbx | 3 ++ .../Misc Assets/Models/Props/barrel.fbx.meta | 3 ++ .../Misc Assets/Models/Props/base-01.fbx | 3 ++ .../Misc Assets/Models/Props/base-01.fbx.meta | 3 ++ .../Misc Assets/Models/Props/base-02.fbx | 3 ++ .../Misc Assets/Models/Props/base-02.fbx.meta | 3 ++ .../Misc Assets/Models/Props/big tree.fbx | 3 ++ .../Models/Props/big tree.fbx.meta | 3 ++ .../Misc Assets/Models/Props/bush.fbx | 3 ++ .../Misc Assets/Models/Props/bush.fbx.meta | 3 ++ .../Models/Props/coconut-tree1.fbx | 3 ++ .../Models/Props/coconut-tree1.fbx.meta | 3 ++ .../Models/Props/coconut-tree2.fbx | 3 ++ .../Models/Props/coconut-tree2.fbx.meta | 3 ++ .../Misc Assets/Models/Props/road-01.fbx | 3 ++ .../Misc Assets/Models/Props/road-01.fbx.meta | 3 ++ .../Misc Assets/Models/Props/road-02.fbx | 3 ++ .../Misc Assets/Models/Props/road-02.fbx.meta | 3 ++ .../Misc Assets/Models/Props/road-03.fbx | 3 ++ .../Misc Assets/Models/Props/road-03.fbx.meta | 3 ++ .../Misc Assets/Models/Props/road-04.fbx | 3 ++ .../Misc Assets/Models/Props/road-04.fbx.meta | 3 ++ .../Misc Assets/Models/Props/street-lamp.fbx | 3 ++ .../Models/Props/street-lamp.fbx.meta | 3 ++ .../Misc Assets/Prefabs.meta | 3 ++ .../Misc Assets/Prefabs/Buildings.meta | 3 ++ .../Prefabs/Buildings/3D Building 1x1.prefab | 3 ++ .../Buildings/3D Building 1x1.prefab.meta | 3 ++ .../Prefabs/Buildings/3D Building 1x2.prefab | 3 ++ .../Buildings/3D Building 1x2.prefab.meta | 3 ++ .../Prefabs/Buildings/3D Building 2x1.prefab | 3 ++ .../Buildings/3D Building 2x1.prefab.meta | 3 ++ .../Prefabs/Buildings/3D Building 2x2.prefab | 3 ++ .../Buildings/3D Building 2x2.prefab.meta | 3 ++ .../Prefabs/Buildings/3D Building 2x3.prefab | 3 ++ .../Buildings/3D Building 2x3.prefab.meta | 3 ++ .../Misc Assets/Prefabs/Modular Parts.meta | 3 ++ .../Prefabs/Modular Parts/Barrel Stack.prefab | 3 ++ .../Modular Parts/Barrel Stack.prefab.meta | 3 ++ .../Modular Parts/Floor Full (2x2).prefab | 3 ++ .../Floor Full (2x2).prefab.meta | 3 ++ .../Modular Parts/Floor Half (2x1).prefab | 3 ++ .../Floor Half (2x1).prefab.meta | 3 ++ .../Prefabs/Modular Parts/Railing.prefab | 3 ++ .../Prefabs/Modular Parts/Railing.prefab.meta | 3 ++ .../Prefabs/Modular Parts/Stairs.prefab | 3 ++ .../Prefabs/Modular Parts/Stairs.prefab.meta | 3 ++ .../Prefabs/Modular Parts/Torch.prefab | 3 ++ .../Prefabs/Modular Parts/Torch.prefab.meta | 3 ++ .../Prefabs/Modular Parts/Wall Door.prefab | 3 ++ .../Modular Parts/Wall Door.prefab.meta | 3 ++ .../Prefabs/Modular Parts/Wall Window.prefab | 3 ++ .../Modular Parts/Wall Window.prefab.meta | 3 ++ .../Prefabs/Modular Parts/Wall.prefab | 3 ++ .../Prefabs/Modular Parts/Wall.prefab.meta | 3 ++ .../Misc Assets/Prefabs/Props.meta | 3 ++ .../Prefabs/Props/Barrel Rock.prefab | 3 ++ .../Prefabs/Props/Barrel Rock.prefab.meta | 3 ++ .../Prefabs/Props/Barrel Water.prefab | 3 ++ .../Prefabs/Props/Barrel Water.prefab.meta | 3 ++ .../Misc Assets/Prefabs/Props/Barrel.prefab | 3 ++ .../Prefabs/Props/Barrel.prefab.meta | 3 ++ .../Misc Assets/Prefabs/Props/Bush.prefab | 3 ++ .../Prefabs/Props/Bush.prefab.meta | 3 ++ .../Prefabs/Props/CoconutTree1.prefab | 3 ++ .../Prefabs/Props/CoconutTree1.prefab.meta | 3 ++ .../Prefabs/Props/CoconutTree2.prefab | 3 ++ .../Prefabs/Props/CoconutTree2.prefab.meta | 3 ++ .../Prefabs/Props/GroundDirtTile.prefab | 3 ++ .../Prefabs/Props/GroundDirtTile.prefab.meta | 3 ++ .../Prefabs/Props/GroundGrassTile.prefab | 3 ++ .../Prefabs/Props/GroundGrassTile.prefab.meta | 3 ++ .../Prefabs/Props/GroundRoadTile01.prefab | 3 ++ .../Props/GroundRoadTile01.prefab.meta | 3 ++ .../Prefabs/Props/GroundRoadTile02.prefab | 3 ++ .../Props/GroundRoadTile02.prefab.meta | 3 ++ .../Prefabs/Props/GroundRoadTile03.prefab | 3 ++ .../Props/GroundRoadTile03.prefab.meta | 3 ++ .../Prefabs/Props/GroundRoadTile04.prefab | 3 ++ .../Props/GroundRoadTile04.prefab.meta | 3 ++ .../Prefabs/Props/LargeTree.prefab | 3 ++ .../Prefabs/Props/LargeTree.prefab.meta | 3 ++ .../Prefabs/Props/StreetLamp.prefab | 3 ++ .../Prefabs/Props/StreetLamp.prefab.meta | 3 ++ .../Misc Assets/Prefabs/UI Prefabs.meta | 3 ++ ...dables Section Category PlaceHolder.prefab | 3 ++ ...s Section Category PlaceHolder.prefab.meta | 3 ++ .../UI Prefabs/PlaceHolderBuildable.prefab | 3 ++ .../PlaceHolderBuildable.prefab.meta | 3 ++ .../UI Prefabs/PlaceHolderCategory.prefab | 3 ++ .../PlaceHolderCategory.prefab.meta | 3 ++ .../Misc Assets/Sound.meta | 3 ++ .../Misc Assets/Sound/HammerHit01.wav | 3 ++ .../Misc Assets/Sound/HammerHit01.wav.meta | 3 ++ .../Misc Assets/Sound/HammerHit02.wav | 3 ++ .../Misc Assets/Sound/HammerHit02.wav.meta | 3 ++ .../Misc Assets/Sound/HammerHit03.wav | 3 ++ .../Misc Assets/Sound/HammerHit03.wav.meta | 3 ++ .../Misc Assets/Sound/UIClick.wav | 3 ++ .../Misc Assets/Sound/UIClick.wav.meta | 3 ++ .../Misc Assets/UI Animation.meta | 3 ++ .../UI Animation/Buildables List.meta | 3 ++ .../Buildables List.controller | 3 ++ .../Buildables List.controller.meta | 3 ++ .../BuildablesListClossed.anim | 3 ++ .../BuildablesListClossed.anim.meta | 3 ++ .../Buildables List/BuildablesListOpen.anim | 3 ++ .../BuildablesListOpen.anim.meta | 3 ++ .../BuildablesListOpenned.anim | 3 ++ .../BuildablesListOpenned.anim.meta | 3 ++ .../Misc Assets/UI Animation/Buttons.meta | 3 ++ .../UI Animation/Buttons/Button.controller | 3 ++ .../Buttons/Button.controller.meta | 3 ++ .../UI Animation/Buttons/ButtonAnimation.anim | 3 ++ .../Buttons/ButtonAnimation.anim.meta | 3 ++ .../Buttons/CollapsButton.controller | 3 ++ .../Buttons/CollapsButton.controller.meta | 3 ++ .../Buttons/CollapsButtonCloseAnimation.anim | 3 ++ .../CollapsButtonCloseAnimation.anim.meta | 3 ++ .../Buttons/CollapsButtonClossed.anim | 3 ++ .../Buttons/CollapsButtonClossed.anim.meta | 3 ++ .../Buttons/CollapsButtonOpenAnimation.anim | 3 ++ .../CollapsButtonOpenAnimation.anim.meta | 3 ++ .../Buttons/CollapsButtonOpenned.anim | 3 ++ .../Buttons/CollapsButtonOpenned.anim.meta | 3 ++ .../UI Animation/Main Buttons.meta | 3 ++ .../Main Buttons/MainButtons.controller | 3 ++ .../Main Buttons/MainButtons.controller.meta | 3 ++ .../Main Buttons/MainButtonsClosed.anim | 3 ++ .../Main Buttons/MainButtonsClosed.anim.meta | 3 ++ .../Main Buttons/MainButtonsOpen.anim | 3 ++ .../Main Buttons/MainButtonsOpen.anim.meta | 3 ++ .../Main Buttons/MainButtonsOpened.anim | 3 ++ .../Main Buttons/MainButtonsOpened.anim.meta | 3 ++ .../Misc Assets/UI Textures.meta | 3 ++ .../UI Textures/SimpleCrosshair.png | 3 ++ .../UI Textures/SimpleCrosshair.png.meta | 3 ++ .../Misc Assets/UI Textures/Squre05.png | 3 ++ .../Misc Assets/UI Textures/Squre05.png.meta | 3 ++ .../UI Textures/UI Background Circle.png | 3 ++ .../UI Textures/UI Background Circle.png.meta | 3 ++ .../UI Textures/UI Background Square.png | 3 ++ .../UI Textures/UI Background Square.png.meta | 3 ++ .../Misc Assets/UI Textures/UI Build Icon.png | 3 ++ .../UI Textures/UI Build Icon.png.meta | 3 ++ .../UI Textures/UI Clossed Eye Icon.png | 3 ++ .../UI Textures/UI Clossed Eye Icon.png.meta | 3 ++ .../UI Textures/UI Destroy Icon.png | 3 ++ .../UI Textures/UI Destroy Icon.png.meta | 3 ++ .../UI Textures/UI Food Icon New.png | 3 ++ .../UI Textures/UI Food Icon New.png.meta | 3 ++ .../UI Textures/UI Grid Level Change Icon.png | 3 ++ .../UI Grid Level Change Icon.png.meta | 3 ++ .../Misc Assets/UI Textures/UI Load Icon.png | 3 ++ .../UI Textures/UI Load Icon.png.meta | 3 ++ .../UI Textures/UI Metal Icon New.png | 3 ++ .../UI Textures/UI Metal Icon New.png.meta | 3 ++ .../UI Textures/UI Open Eye Icon.png | 3 ++ .../UI Textures/UI Open Eye Icon.png.meta | 3 ++ .../UI Textures/UI Quesion Mark Icon.png | 3 ++ .../UI Textures/UI Quesion Mark Icon.png.meta | 3 ++ .../Misc Assets/UI Textures/UI Save Icon.png | 3 ++ .../UI Textures/UI Save Icon.png.meta | 3 ++ .../UI Textures/UI Select Icon.png | 3 ++ .../UI Textures/UI Select Icon.png.meta | 3 ++ .../UI Textures/UI Settings Icon.png | 3 ++ .../UI Textures/UI Settings Icon.png.meta | 3 ++ .../UI Textures/UI Wood Icon New.png | 3 ++ .../UI Textures/UI Wood Icon New.png.meta | 3 ++ Assets/EasyGridBuilder Pro/Prefabs.meta | 3 ++ .../Buildable Free Object Samples.meta | 3 ++ .../2D Free Extra Props.meta | 3 ++ .../2D Free Tree Large 01.prefab | 3 ++ .../2D Free Tree Large 01.prefab.meta | 3 ++ .../2D Free Tree Large 02.prefab | 3 ++ .../2D Free Tree Large 02.prefab.meta | 3 ++ .../2D Free Tree Large 03.prefab | 3 ++ .../2D Free Tree Large 03.prefab.meta | 3 ++ .../2D Free Tree Small 01.prefab | 3 ++ .../2D Free Tree Small 01.prefab.meta | 3 ++ .../2D Free Tree Small 02.prefab | 3 ++ .../2D Free Tree Small 02.prefab.meta | 3 ++ .../2D Free Tree Small 03.prefab | 3 ++ .../2D Free Tree Small 03.prefab.meta | 3 ++ .../3D Free Extra Props.meta | 3 ++ .../3D Free Barrel Closed.prefab | 3 ++ .../3D Free Barrel Closed.prefab.meta | 3 ++ .../3D Free Barrel Rocks.prefab | 3 ++ .../3D Free Barrel Rocks.prefab.meta | 3 ++ .../3D Free Barrel Water.prefab | 3 ++ .../3D Free Barrel Water.prefab.meta | 3 ++ .../3D Free Extra Props/3D Free Bush.prefab | 3 ++ .../3D Free Bush.prefab.meta | 3 ++ .../3D Free Coconut Tree01.prefab | 3 ++ .../3D Free Coconut Tree01.prefab.meta | 3 ++ .../3D Free Coconut Tree02.prefab | 3 ++ .../3D Free Coconut Tree02.prefab.meta | 3 ++ .../3D Free Large Tree.prefab | 3 ++ .../3D Free Large Tree.prefab.meta | 3 ++ .../3D Free Street Lamp.prefab | 3 ++ .../3D Free Street Lamp.prefab.meta | 3 ++ .../Buildable Grid Object Samples.meta | 3 ++ .../2D Grid Buildings.meta | 3 ++ .../2D Grid Building 1x1.prefab | 3 ++ .../2D Grid Building 1x1.prefab.meta | 3 ++ .../2D Grid Building 1x2.prefab | 3 ++ .../2D Grid Building 1x2.prefab.meta | 3 ++ .../2D Grid Building 2x1.prefab | 3 ++ .../2D Grid Building 2x1.prefab.meta | 3 ++ .../2D Grid Building 2x2.prefab | 3 ++ .../2D Grid Building 2x2.prefab.meta | 3 ++ .../2D Grid Building 3x2.prefab | 3 ++ .../2D Grid Building 3x2.prefab.meta | 3 ++ .../2D Grid Tiles.meta | 3 ++ .../2D Grid Tiles/3D Grid Tile Road01.prefab | 3 ++ .../3D Grid Tile Road01.prefab.meta | 3 ++ .../2D Grid Tiles/3D Grid Tile Road02.prefab | 3 ++ .../3D Grid Tile Road02.prefab.meta | 3 ++ .../2D Grid Tiles/3D Grid Tile Road03.prefab | 3 ++ .../3D Grid Tile Road03.prefab.meta | 3 ++ .../2D Grid Tiles/3D Grid Tile Road04.prefab | 3 ++ .../3D Grid Tile Road04.prefab.meta | 3 ++ .../3D Grid Buildings.meta | 3 ++ .../3D Grid Building 1x1.prefab | 3 ++ .../3D Grid Building 1x1.prefab.meta | 3 ++ .../3D Grid Building 1x2.prefab | 3 ++ .../3D Grid Building 1x2.prefab.meta | 3 ++ .../3D Grid Building 2x1.prefab | 3 ++ .../3D Grid Building 2x1.prefab.meta | 3 ++ .../3D Grid Building 2x2.prefab | 3 ++ .../3D Grid Building 2x2.prefab.meta | 3 ++ .../3D Grid Building 2x3.prefab | 3 ++ .../3D Grid Building 2x3.prefab.meta | 3 ++ .../3D Grid Tiles.meta | 3 ++ .../3D Grid Tiles/3D Grid Tile Road01.prefab | 3 ++ .../3D Grid Tile Road01.prefab.meta | 3 ++ .../3D Grid Tiles/3D Grid Tile Road02.prefab | 3 ++ .../3D Grid Tile Road02.prefab.meta | 3 ++ .../3D Grid Tiles/3D Grid Tile Road03.prefab | 3 ++ .../3D Grid Tile Road03.prefab.meta | 3 ++ .../3D Grid Tiles/3D Grid Tile Road04.prefab | 3 ++ .../3D Grid Tile Road04.prefab.meta | 3 ++ .../Prefabs/Canvas Grid Samples.meta | 3 ++ .../Canvas Grid Samples/Grid Canvas.prefab | 3 ++ .../Grid Canvas.prefab.meta | 3 ++ .../Canvas Grid Samples/TrianglePieceEdge.png | 3 ++ .../TrianglePieceEdge.png.meta | 3 ++ .../Canvas Grid Samples/White Box Rounded.png | 3 ++ .../White Box Rounded.png.meta | 3 ++ .../Prefabs/Canvas Grid Samples/WhiteBox.png | 3 ++ .../Canvas Grid Samples/WhiteBox.png.meta | 3 ++ .../WhiteBoxMiddleEmpty01.png | 3 ++ .../WhiteBoxMiddleEmpty01.png.meta | 3 ++ .../WhiteBoxMiddleEmpty02.png | 3 ++ .../WhiteBoxMiddleEmpty02.png.meta | 3 ++ .../WhiteBoxMiddleEmptyNoPadding.png | 3 ++ .../WhiteBoxMiddleEmptyNoPadding.png.meta | 3 ++ .../Canvas Grid Samples/WhiteCircle.png | 3 ++ .../Canvas Grid Samples/WhiteCircle.png.meta | 3 ++ .../WhiteCircleMiddleEmpty01.png | 3 ++ .../WhiteCircleMiddleEmpty01.png.meta | 3 ++ .../WhiteCircleMiddleEmpty02.png | 3 ++ .../WhiteCircleMiddleEmpty02.png.meta | 3 ++ .../Canvas Grid Samples/WhitePlussMark.png | 3 ++ .../WhitePlussMark.png.meta | 3 ++ .../Canvas Grid Samples/WhiteXMark.png | 3 ++ .../Canvas Grid Samples/WhiteXMark.png.meta | 3 ++ .../Prefabs/EGB Pro UI ToolTip.prefab | 3 ++ .../Prefabs/EGB Pro UI ToolTip.prefab.meta | 3 ++ .../Prefabs/EGB Pro UI.prefab | 3 ++ .../Prefabs/EGB Pro UI.prefab.meta | 3 ++ .../Prefabs/EGB Pro.prefab | 3 ++ .../Prefabs/EGB Pro.prefab.meta | 3 ++ ...Objects Samples (Grid & Edge Objects).meta | 3 ++ .../Floor.prefab | 3 ++ .../Floor.prefab.meta | 3 ++ .../Wall Door.prefab | 3 ++ .../Wall Door.prefab.meta | 3 ++ .../Wall Window.prefab | 3 ++ .../Wall Window.prefab.meta | 3 ++ .../Wall.prefab | 3 ++ .../Wall.prefab.meta | 3 ++ .../Prefabs/Node Grid Samples.meta | 3 ++ .../2D Sample Node 01.prefab | 3 ++ .../2D Sample Node 01.prefab.meta | 3 ++ .../2D Sample Node 02.prefab | 3 ++ .../2D Sample Node 02.prefab.meta | 3 ++ .../2D Sample Node 03.prefab | 3 ++ .../2D Sample Node 03.prefab.meta | 3 ++ .../2D Sample Node Edged 01.prefab | 3 ++ .../2D Sample Node Edged 01.prefab.meta | 3 ++ .../2D Sample Node Edged 02.prefab | 3 ++ .../2D Sample Node Edged 02.prefab.meta | 3 ++ .../2D Sample Node Edged 03.prefab | 3 ++ .../2D Sample Node Edged 03.prefab.meta | 3 ++ .../3D Sample Node 01.prefab | 3 ++ .../3D Sample Node 01.prefab.meta | 3 ++ .../3D Sample Node 02.prefab | 3 ++ .../3D Sample Node 02.prefab.meta | 3 ++ .../3D Sample Node 03.prefab | 3 ++ .../3D Sample Node 03.prefab.meta | 3 ++ .../3D Sample Node Edged 01.prefab | 3 ++ .../3D Sample Node Edged 01.prefab.meta | 3 ++ .../3D Sample Node Edged 02.prefab | 3 ++ .../3D Sample Node Edged 02.prefab.meta | 3 ++ .../3D Sample Node Edged 03.prefab | 3 ++ .../3D Sample Node Edged 03.prefab.meta | 3 ++ .../Prefabs/Tutorial Prefabs.meta | 3 ++ .../EGB Pro Inventory UI.prefab | 3 ++ .../EGB Pro Inventory UI.prefab.meta | 3 ++ .../First Person Camera Holder.prefab | 3 ++ .../First Person Camera Holder.prefab.meta | 3 ++ .../First Person Character Controller.prefab | 3 ++ ...st Person Character Controller.prefab.meta | 3 ++ .../First Person Controller UI.prefab | 3 ++ .../First Person Controller UI.prefab.meta | 3 ++ .../Tutorial Prefabs/SwitchControllers.prefab | 3 ++ .../SwitchControllers.prefab.meta | 3 ++ .../Tutorial Prefabs/WASDCameraHolder.prefab | 3 ++ .../WASDCameraHolder.prefab.meta | 3 ++ .../Scriptable Objects.meta | 3 ++ .../Build Condition SO.meta | 3 ++ ...velObjects Sample Build Condition SO.asset | 3 ++ ...jects Sample Build Condition SO.asset.meta | 3 ++ ...velObjects Sample Build Condition SO.asset | 3 ++ ...jects Sample Build Condition SO.asset.meta | 3 ++ ...velObjects Sample Build Condition SO.asset | 3 ++ ...jects Sample Build Condition SO.asset.meta | 3 ++ .../Buildable Category SO.meta | 3 ++ ...gs Buildable Object Type Category SO.asset | 3 ++ ...ildable Object Type Category SO.asset.meta | 3 ++ ...ps Buildable Object Type Category SO.asset | 3 ++ ...ildable Object Type Category SO.asset.meta | 3 ++ ...es Buildable Object Type Category SO.asset | 3 ++ ...ildable Object Type Category SO.asset.meta | 3 ++ .../Buildable Free Object Type SO.meta | 3 ++ .../2D Free Extra Props.meta | 3 ++ ...arge - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ ...mall - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ .../3D Free Extra Props.meta | 3 ++ ...rrel - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ ...Bush - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ ...Tree - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ ...Tree - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ ...Lamp - Buildable Free Object Type SO.asset | 3 ++ ...- Buildable Free Object Type SO.asset.meta | 3 ++ .../Buildable Grid Object Type SO.meta | 3 ++ .../2D Grid Buildings.meta | 3 ++ ... 1x1 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 1x2 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 2x1 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 2x2 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 3x2 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ .../2D Grid Tiles.meta | 3 ++ ...e 01 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ...e 02 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ...e 03 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ...e 04 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ .../3D Grid Buildings.meta | 3 ++ ... 1x1 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 1x2 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 2x1 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 2x2 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ... 2x3 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ .../3D Grid Tiles.meta | 3 ++ ...ad01 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ...ad02 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ...ad03 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ ...ad04 - Buildable Grid Object Type SO.asset | 3 ++ ...- Buildable Grid Object Type SO.asset.meta | 3 ++ .../Easy Grid Builder Pro Inputs SO.meta | 3 ++ ...d - Easy Grid Builder Pro Inputs SO.asset | 3 ++ ...Easy Grid Builder Pro Inputs SO.asset.meta | 3 ++ ... Object Type SO (Grid & Edge Objects).meta | 3 ++ .../Floor Buildable Grid Object Type SO.asset | 3 ++ ...r Buildable Grid Object Type SO.asset.meta | 3 ++ .../Wall Buildable Edge Object Type SO.asset | 3 ++ ...l Buildable Edge Object Type SO.asset.meta | 3 ++ ...l Door Buildable Edge Object Type SO.asset | 3 ++ ...r Buildable Edge Object Type SO.asset.meta | 3 ++ ...Window Buildable Edge Object Type SO.asset | 3 ++ ...w Buildable Edge Object Type SO.asset.meta | 3 ++ Assets/EasyGridBuilder Pro/Scripts.meta | 3 ++ .../Scripts/Core Grid Scripts.meta | 3 ++ .../Core Grid Scripts/Grid Buildables.meta | 3 ++ .../Grid Buildables/BuildableEdgeObject.cs | 3 ++ .../BuildableEdgeObject.cs.meta | 3 ++ .../Grid Buildables/BuildableFreeObject.cs | 3 ++ .../BuildableFreeObject.cs.meta | 3 ++ .../BuildableFreeObjectSnapper.cs | 3 ++ .../BuildableFreeObjectSnapper.cs.meta | 3 ++ .../Grid Buildables/BuildableGridObject.cs | 3 ++ .../BuildableGridObject.cs.meta | 3 ++ .../BuildableObjectAreaBlocker.cs | 3 ++ .../BuildableObjectAreaBlocker.cs.meta | 3 ++ .../Grid Buildables/Editor.meta | 3 ++ .../Editor/BuildableEdgeObjectEditor.cs | 3 ++ .../Editor/BuildableEdgeObjectEditor.cs.meta | 3 ++ .../Editor/BuildableFreeObjectEditor.cs | 3 ++ .../Editor/BuildableFreeObjectEditor.cs.meta | 3 ++ .../BuildableFreeObjectSnapperEditor.cs | 3 ++ .../BuildableFreeObjectSnapperEditor.cs.meta | 3 ++ .../Editor/BuildableGridObjectEditor.cs | 3 ++ .../Editor/BuildableGridObjectEditor.cs.meta | 3 ++ .../BuildableObjectAreaBlockerEditor.cs | 3 ++ .../BuildableObjectAreaBlockerEditor.cs.meta | 3 ++ .../Scripts/Core Grid Scripts/Grid Core.meta | 3 ++ .../Grid Core/EasyGridBuilderPro.cs | 3 ++ .../Grid Core/EasyGridBuilderPro.cs.meta | 3 ++ .../Core Grid Scripts/Grid Core/Editor.meta | 3 ++ .../Editor/EasyGridBuilderProEditor.cs | 3 ++ .../Editor/EasyGridBuilderProEditor.cs.meta | 3 ++ .../MultiGridBuildConditionManagerEditor.cs | 3 ++ ...ltiGridBuildConditionManagerEditor.cs.meta | 3 ++ .../Editor/MultiGridInputManagerEditor.cs | 3 ++ .../MultiGridInputManagerEditor.cs.meta | 3 ++ .../Editor/MultiGridManagerEditor.cs | 3 ++ .../Editor/MultiGridManagerEditor.cs.meta | 3 ++ .../Editor/MultiGridUIManagerEditor.cs | 3 ++ .../Editor/MultiGridUIManagerEditor.cs.meta | 3 ++ .../Core Grid Scripts/Grid Core/Internal.meta | 3 ++ .../Grid Core/Internal/GridEnums.cs | 3 ++ .../Grid Core/Internal/GridEnums.cs.meta | 3 ++ .../Grid Core/Internal/GridXY.cs | 3 ++ .../Grid Core/Internal/GridXY.cs.meta | 3 ++ .../Grid Core/Internal/GridXZ.cs | 3 ++ .../Grid Core/Internal/GridXZ.cs.meta | 3 ++ .../MultiGridBuildConditionManager.cs | 3 ++ .../MultiGridBuildConditionManager.cs.meta | 3 ++ .../Grid Core/MultiGridInputManager.cs | 3 ++ .../Grid Core/MultiGridInputManager.cs.meta | 3 ++ .../Grid Core/MultiGridManager.cs | 3 ++ .../Grid Core/MultiGridManager.cs.meta | 3 ++ .../Grid Core/MultiGridUIManager.cs | 3 ++ .../Grid Core/MultiGridUIManager.cs.meta | 3 ++ .../Core Grid Scripts/Grid Modules.meta | 3 ++ .../Grid Modules/EdgeObjectGhost.cs | 3 ++ .../Grid Modules/EdgeObjectGhost.cs.meta | 3 ++ .../Grid Modules/Editor.meta | 3 ++ .../Editor/EdgeObjectGhostEditor.cs | 3 ++ .../Editor/EdgeObjectGhostEditor.cs.meta | 3 ++ .../Editor/FreeObjectGhostEditor.cs | 3 ++ .../Editor/FreeObjectGhostEditor.cs.meta | 3 ++ .../Editor/GridObjectGhostEditor.cs | 3 ++ .../Editor/GridObjectGhostEditor.cs.meta | 3 ++ .../Editor/GridObjectSelectorEditor.cs | 3 ++ .../Editor/GridObjectSelectorEditor.cs.meta | 3 ++ .../Grid Modules/FreeObjectGhost.cs | 3 ++ .../Grid Modules/FreeObjectGhost.cs.meta | 3 ++ .../Grid Modules/FreeObjectMover.cs | 3 ++ .../Grid Modules/FreeObjectMover.cs.meta | 3 ++ .../Grid Modules/GridObjectGhost.cs | 3 ++ .../Grid Modules/GridObjectGhost.cs.meta | 3 ++ .../Grid Modules/GridObjectMover.cs | 3 ++ .../Grid Modules/GridObjectMover.cs.meta | 3 ++ .../Grid Modules/GridObjectSelector.cs | 3 ++ .../Grid Modules/GridObjectSelector.cs.meta | 3 ++ .../Core Grid Scripts/Grid Saving.meta | 3 ++ .../Grid Saving/GridSaveSystem.cs | 3 ++ .../Grid Saving/GridSaveSystem.cs.meta | 3 ++ .../Grid Scriptable Objects.meta | 3 ++ .../BuildConditionSO.cs | 3 ++ .../BuildConditionSO.cs.meta | 3 ++ .../BuildableEdgeObjectTypeSO.cs | 3 ++ .../BuildableEdgeObjectTypeSO.cs.meta | 3 ++ .../BuildableFreeObjectTypeSO.cs | 3 ++ .../BuildableFreeObjectTypeSO.cs.meta | 3 ++ .../BuildableGridObjectTypeSO.cs | 3 ++ .../BuildableGridObjectTypeSO.cs.meta | 3 ++ .../BuildableObjectTypeCategorySO.cs | 3 ++ .../BuildableObjectTypeCategorySO.cs.meta | 3 ++ .../EasyGridBuilderProInputsSO.cs | 3 ++ .../EasyGridBuilderProInputsSO.cs.meta | 3 ++ .../Grid Scriptable Objects/Editor.meta | 3 ++ .../Editor/BuildableEdgeObjectTypeSOEditor.cs | 3 ++ .../BuildableEdgeObjectTypeSOEditor.cs.meta | 3 ++ .../Editor/BuildableFreeObjectTypeSOEditor.cs | 3 ++ .../BuildableFreeObjectTypeSOEditor.cs.meta | 3 ++ .../Editor/BuildableGridObjectTypeSOEditor.cs | 3 ++ .../BuildableGridObjectTypeSOEditor.cs.meta | 3 ++ .../BuildableObjectTypeCategorySOEditor.cs | 3 ++ ...uildableObjectTypeCategorySOEditor.cs.meta | 3 ++ .../EasyGridBuilderProInputsSOEditor.cs | 3 ++ .../EasyGridBuilderProInputsSOEditor.cs.meta | 3 ++ .../Scripts/Core Grid Scripts/Grid UI.meta | 3 ++ .../Core Grid Scripts/Grid UI/Editor.meta | 3 ++ .../Editor/UITriggerAnimationEditor.cs | 3 ++ .../Editor/UITriggerAnimationEditor.cs.meta | 3 ++ .../Grid UI/UIBuildableSODataContainer.cs | 3 ++ .../UIBuildableSODataContainer.cs.meta | 3 ++ .../UIGridModeAndGridLevelIndicator.cs | 3 ++ .../UIGridModeAndGridLevelIndicator.cs.meta | 3 ++ .../Grid UI/UITriggerAnimation.cs | 3 ++ .../Grid UI/UITriggerAnimation.cs.meta | 3 ++ .../Scripts/Editor Icons.meta | 3 ++ .../BuildCondition Icon Green.png | 3 ++ .../BuildCondition Icon Green.png.meta | 3 ++ .../BuildCondition Icon Yellow.png | 3 ++ .../BuildCondition Icon Yellow.png.meta | 3 ++ .../Editor Icons/Buildable BLocker Icon.png | 3 ++ .../Buildable BLocker Icon.png.meta | 3 ++ .../Editor Icons/Category Icon Green.png | 3 ++ .../Editor Icons/Category Icon Green.png.meta | 3 ++ .../Editor Icons/Edge Object Icon Blue.png | 3 ++ .../Edge Object Icon Blue.png.meta | 3 ++ .../Editor Icons/Edge Object Icon Green.png | 3 ++ .../Edge Object Icon Green.png.meta | 3 ++ .../Editor Icons/Free Object Icon Blue.png | 3 ++ .../Free Object Icon Blue.png.meta | 3 ++ .../Editor Icons/Free Object Icon Green.png | 3 ++ .../Free Object Icon Green.png.meta | 3 ++ .../Editor Icons/Ghost Icon Yellow.png | 3 ++ .../Editor Icons/Ghost Icon Yellow.png.meta | 3 ++ .../Scripts/Editor Icons/Grid Icon Blue.png | 3 ++ .../Editor Icons/Grid Icon Blue.png.meta | 3 ++ .../Scripts/Editor Icons/Grid Icon Yellow.png | 3 ++ .../Editor Icons/Grid Icon Yellow.png.meta | 3 ++ .../Editor Icons/Grid Object Icon Blue.png | 3 ++ .../Grid Object Icon Blue.png.meta | 3 ++ .../Editor Icons/Grid Object Icon Green.png | 3 ++ .../Grid Object Icon Green.png.meta | 3 ++ .../Scripts/Editor Icons/Input Icon Green.png | 3 ++ .../Editor Icons/Input Icon Green.png.meta | 3 ++ .../Editor Icons/Input Icon Yellow.png | 3 ++ .../Editor Icons/Input Icon Yellow.png.meta | 3 ++ .../Scripts/Editor Icons/Move Icon Yellow.png | 3 ++ .../Editor Icons/Move Icon Yellow.png.meta | 3 ++ .../Scripts/Editor Icons/Save Icon Green.png | 3 ++ .../Editor Icons/Save Icon Green.png.meta | 3 ++ .../Editor Icons/Select Icon Yellow.png | 3 ++ .../Editor Icons/Select Icon Yellow.png.meta | 3 ++ .../Editor Icons/Snapper Icon Blue.png | 3 ++ .../Editor Icons/Snapper Icon Blue.png.meta | 3 ++ .../Scripts/Editor Icons/UI Icon Yellow.png | 3 ++ .../Editor Icons/UI Icon Yellow.png.meta | 3 ++ .../Scripts/ExampleFeatures.meta | 3 ++ .../Build Condition Sample.meta | 3 ++ .../ExampleInventoryBuildCondition.cs | 3 ++ .../ExampleInventoryBuildCondition.cs.meta | 3 ++ .../ExampleFeatures/Unity Events Sample.meta | 3 ++ .../Unity Events Sample/ExampleUnityEvents.cs | 3 ++ .../ExampleUnityEvents.cs.meta | 3 ++ .../Scripts/Utilities.meta | 3 ++ .../Camera & Character Controllers.meta | 3 ++ .../Editor.meta | 3 ++ .../Editor/SwitchControllersEditor.cs | 3 ++ .../Editor/SwitchControllersEditor.cs.meta | 3 ++ .../Editor/WASDCameraControllerEditor.cs | 3 ++ .../Editor/WASDCameraControllerEditor.cs.meta | 3 ++ .../SimpleFirstPersonCameraController.cs | 3 ++ .../SimpleFirstPersonCameraController.cs.meta | 3 ++ .../SimpleFirstPersonCameraHolder.cs | 3 ++ .../SimpleFirstPersonCameraHolder.cs.meta | 3 ++ .../SimpleFirstPersonCharacterController.cs | 3 ++ ...mpleFirstPersonCharacterController.cs.meta | 3 ++ .../SwitchControllers.cs | 3 ++ .../SwitchControllers.cs.meta | 3 ++ .../WASDCameraController.cs | 3 ++ .../WASDCameraController.cs.meta | 3 ++ .../Scripts/Utilities/Internal.meta | 3 ++ .../Internal/ColliderBridgeFreeObject.cs | 3 ++ .../Internal/ColliderBridgeFreeObject.cs.meta | 3 ++ .../Internal/ColliderBridgeGridObject.cs | 3 ++ .../Internal/ColliderBridgeGridObject.cs.meta | 3 ++ .../Scripts/Utilities/Internal/Editor.meta | 3 ++ .../Internal/Editor/ReadOnlyDrawer.cs | 3 ++ .../Internal/Editor/ReadOnlyDrawer.cs.meta | 3 ++ .../Utilities/Internal/Editor/RenameDrawer.cs | 3 ++ .../Internal/Editor/RenameDrawer.cs.meta | 3 ++ .../Utilities/Internal/ReadOnlyAttribute.cs | 3 ++ .../Internal/ReadOnlyAttribute.cs.meta | 3 ++ .../Utilities/Internal/RenameAttribute.cs | 3 ++ .../Internal/RenameAttribute.cs.meta | 3 ++ .../Scripts/Utilities/Spawn Effects.meta | 3 ++ .../Utilities/Spawn Effects/Editor.meta | 3 ++ .../Editor/SpawnEffectsEditor.cs | 3 ++ .../Editor/SpawnEffectsEditor.cs.meta | 3 ++ .../Utilities/Spawn Effects/SpawnEffects.cs | 3 ++ .../Spawn Effects/SpawnEffects.cs.meta | 3 ++ .../Scripts/Utilities/ToolTip System.meta | 3 ++ .../Utilities/ToolTip System/Editor.meta | 3 ++ .../ToolTip System/Editor/ToolTipEditor.cs | 3 ++ .../Editor/ToolTipEditor.cs.meta | 3 ++ .../Utilities/ToolTip System/ToolTip.cs | 3 ++ .../Utilities/ToolTip System/ToolTip.cs.meta | 3 ++ .../Utilities/ToolTip System/ToolTipSystem.cs | 3 ++ .../ToolTip System/ToolTipSystem.cs.meta | 3 ++ .../ToolTip System/ToolTipTrigger.cs | 3 ++ .../ToolTip System/ToolTipTrigger.cs.meta | 3 ++ Assets/EasyGridBuilder Pro/Settings.meta | 3 ++ .../Settings/EGBP PhysicsManager.preset | 3 ++ .../Settings/EGBP PhysicsManager.preset.meta | 3 ++ .../Settings/EGBP TagManager.preset | 3 ++ .../Settings/EGBP TagManager.preset.meta | 3 ++ Assets/Editor Default Resources.meta | 3 ++ .../Dialogue System.meta | 3 ++ .../Dialogue System/Conditions.png | 3 ++ .../Dialogue System/Conditions.png.meta | 3 ++ .../DialogueManager Inspector Dark.png | 3 ++ .../DialogueManager Inspector Dark.png.meta | 3 ++ .../DialogueManager Inspector Light.png | 3 ++ .../DialogueManager Inspector Light.png.meta | 3 ++ .../Dialogue System/EditorNode.png | 3 ++ .../Dialogue System/EditorNode.png.meta | 3 ++ .../Dialogue System/Event.png | 3 ++ .../Dialogue System/Event.png.meta | 3 ++ .../Dialogue System/Resize.png | 3 ++ .../Dialogue System/Resize.png.meta | 3 ++ .../Dialogue System/Script.png | 3 ++ .../Dialogue System/Script.png.meta | 3 ++ .../Dialogue System/Sequence.png | 3 ++ .../Dialogue System/Sequence.png.meta | 3 ++ Assets/Editor.meta | 3 ++ Assets/Editor/SpineSettings.asset | 3 ++ Assets/Editor/SpineSettings.asset.meta | 3 ++ Assets/Epic Toon FX.meta | 3 ++ Assets/Epic Toon FX/Changelog.txt | 3 ++ Assets/Epic Toon FX/Changelog.txt.meta | 3 ++ Assets/Epic Toon FX/Demo.meta | 3 ++ Assets/Epic Toon FX/Demo/Animation.meta | 3 ++ .../Demo/Animation/Target.controller | 3 ++ .../Demo/Animation/Target.controller.meta | 3 ++ .../Demo/Animation/Target2.controller | 3 ++ .../Demo/Animation/Target2.controller.meta | 3 ++ .../Demo/Animation/TrgtMove01.anim | 3 ++ .../Demo/Animation/TrgtMove01.anim.meta | 3 ++ .../Demo/Animation/TrgtMove02.anim | 3 ++ .../Demo/Animation/TrgtMove02.anim.meta | 3 ++ Assets/Epic Toon FX/Demo/Demo Prefabs.meta | 3 ++ .../Demo Prefabs/CanvasSceneSelect.prefab | 3 ++ .../CanvasSceneSelect.prefab.meta | 3 ++ .../Demo/Demo Prefabs/Demo VFX.meta | 3 ++ .../Demo VFX/BulletImpactDirtDemo.prefab | 3 ++ .../Demo VFX/BulletImpactDirtDemo.prefab.meta | 3 ++ .../Demo VFX/BulletImpactGlassDemo.prefab | 3 ++ .../BulletImpactGlassDemo.prefab.meta | 3 ++ .../Demo VFX/BulletImpactGrassDemo.prefab | 3 ++ .../BulletImpactGrassDemo.prefab.meta | 3 ++ .../Demo VFX/BulletImpactMetalDemo.prefab | 3 ++ .../BulletImpactMetalDemo.prefab.meta | 3 ++ .../Demo VFX/BulletImpactStoneDemo.prefab | 3 ++ .../BulletImpactStoneDemo.prefab.meta | 3 ++ .../Demo VFX/BulletImpactWoodDemo.prefab | 3 ++ .../Demo VFX/BulletImpactWoodDemo.prefab.meta | 3 ++ .../Demo Prefabs/Demo VFX/ParticleRing.prefab | 3 ++ .../Demo VFX/ParticleRing.prefab.meta | 3 ++ .../Demo/Demo Prefabs/DemoScene.prefab | 3 ++ .../Demo/Demo Prefabs/DemoScene.prefab.meta | 3 ++ .../Demo/Demo Prefabs/DemoScene2D.prefab | 3 ++ .../Demo/Demo Prefabs/DemoScene2D.prefab.meta | 3 ++ .../Demo/Demo Prefabs/MissileScene.prefab | 3 ++ .../Demo Prefabs/MissileScene.prefab.meta | 3 ++ .../Demo/Demo Prefabs/SwordDemo.prefab | 3 ++ .../Demo/Demo Prefabs/SwordDemo.prefab.meta | 3 ++ .../Demo/Demo Prefabs/VFX Library.meta | 3 ++ .../VFX Library/MainUICanvas.prefab | 3 ++ .../VFX Library/MainUICanvas.prefab.meta | 3 ++ .../ParticleEffectsLibraryETFX.prefab | 3 ++ .../ParticleEffectsLibraryETFX.prefab.meta | 3 ++ Assets/Epic Toon FX/Demo/Materials.meta | 3 ++ .../Demo/Materials/Bullet Surfaces.meta | 3 ++ .../Bullet Surfaces/dev_material_dirt.mat | 3 ++ .../dev_material_dirt.mat.meta | 3 ++ .../Bullet Surfaces/dev_material_glass.mat | 3 ++ .../dev_material_glass.mat.meta | 3 ++ .../Bullet Surfaces/dev_material_grass.mat | 3 ++ .../dev_material_grass.mat.meta | 3 ++ .../Bullet Surfaces/dev_material_metal.mat | 3 ++ .../dev_material_metal.mat.meta | 3 ++ .../Bullet Surfaces/dev_material_stone.mat | 3 ++ .../dev_material_stone.mat.meta | 3 ++ .../Bullet Surfaces/dev_material_wood.mat | 3 ++ .../dev_material_wood.mat.meta | 3 ++ .../Epic Toon FX/Demo/Materials/Skybox.meta | 3 ++ .../Demo/Materials/Skybox/BlueSkybox.mat | 3 ++ .../Demo/Materials/Skybox/BlueSkybox.mat.meta | 3 ++ .../Demo/Materials/Skybox/PurpleSkybox.mat | 3 ++ .../Materials/Skybox/PurpleSkybox.mat.meta | 3 ++ Assets/Epic Toon FX/Demo/Materials/card.mat | 3 ++ .../Epic Toon FX/Demo/Materials/card.mat.meta | 3 ++ Assets/Epic Toon FX/Demo/Materials/dev.mat | 3 ++ .../Epic Toon FX/Demo/Materials/dev.mat.meta | 3 ++ Assets/Epic Toon FX/Demo/Materials/dev2.mat | 3 ++ .../Epic Toon FX/Demo/Materials/dev2.mat.meta | 3 ++ .../Epic Toon FX/Demo/Materials/dev_big.mat | 3 ++ .../Demo/Materials/dev_big.mat.meta | 3 ++ .../Demo/Materials/dev_emojis.mat | 3 ++ .../Demo/Materials/dev_emojis.mat.meta | 3 ++ .../Epic Toon FX/Demo/Materials/dev_half.mat | 3 ++ .../Demo/Materials/dev_half.mat.meta | 3 ++ .../Demo/Materials/dev_miniscene.mat | 3 ++ .../Demo/Materials/dev_miniscene.mat.meta | 3 ++ .../Epic Toon FX/Demo/Materials/dev_small.mat | 3 ++ .../Demo/Materials/dev_small.mat.meta | 3 ++ .../Epic Toon FX/Demo/Materials/devcrate.mat | 3 ++ .../Demo/Materials/devcrate.mat.meta | 3 ++ .../Epic Toon FX/Demo/Materials/devtarget.mat | 3 ++ .../Demo/Materials/devtarget.mat.meta | 3 ++ Assets/Epic Toon FX/Demo/Missile Prefabs.meta | 3 ++ .../Demo/Missile Prefabs/Bubble.meta | 3 ++ .../Bubble/BubbleMissileOBJ.prefab | 3 ++ .../Bubble/BubbleMissileOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Bullet.meta | 3 ++ .../Bullet/BulletSmallBlueOBJ.prefab | 3 ++ .../Bullet/BulletSmallBlueOBJ.prefab.meta | 3 ++ .../Bullet/BulletSmallFireOBJ.prefab | 3 ++ .../Bullet/BulletSmallFireOBJ.prefab.meta | 3 ++ .../Bullet/BulletSmallGreenOBJ.prefab | 3 ++ .../Bullet/BulletSmallGreenOBJ.prefab.meta | 3 ++ .../Bullet/BulletSmallPinkOBJ.prefab | 3 ++ .../Bullet/BulletSmallPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/BulletFat.meta | 3 ++ .../BulletFat/BulletFatBlueOBJ.prefab | 3 ++ .../BulletFat/BulletFatBlueOBJ.prefab.meta | 3 ++ .../BulletFat/BulletFatFireOBJ.prefab | 3 ++ .../BulletFat/BulletFatFireOBJ.prefab.meta | 3 ++ .../BulletFat/BulletFatGreenOBJ.prefab | 3 ++ .../BulletFat/BulletFatGreenOBJ.prefab.meta | 3 ++ .../BulletFat/BulletFatPinkOBJ.prefab | 3 ++ .../BulletFat/BulletFatPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Energy.meta | 3 ++ .../Energy/EnergyMissileBlueOBJ.prefab | 3 ++ .../Energy/EnergyMissileBlueOBJ.prefab.meta | 3 ++ .../Energy/EnergyMissileGreenOBJ.prefab | 3 ++ .../Energy/EnergyMissileGreenOBJ.prefab.meta | 3 ++ .../Energy/EnergyMissilePinkOBJ.prefab | 3 ++ .../Energy/EnergyMissilePinkOBJ.prefab.meta | 3 ++ .../Energy/EnergyMissileRedOBJ.prefab | 3 ++ .../Energy/EnergyMissileRedOBJ.prefab.meta | 3 ++ .../Energy/EnergyMissileYellowOBJ.prefab | 3 ++ .../Energy/EnergyMissileYellowOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/EnergyNova.meta | 3 ++ .../EnergyNova/NovaBlueOBJ.prefab | 3 ++ .../EnergyNova/NovaBlueOBJ.prefab.meta | 3 ++ .../EnergyNova/NovaFireOBJ.prefab | 3 ++ .../EnergyNova/NovaFireOBJ.prefab.meta | 3 ++ .../EnergyNova/NovaGreenOBJ.prefab | 3 ++ .../EnergyNova/NovaGreenOBJ.prefab.meta | 3 ++ .../EnergyNova/NovaPinkOBJ.prefab | 3 ++ .../EnergyNova/NovaPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/EnergyNovaSmall.meta | 3 ++ .../EnergyNovaSmall/NovaSmallBlueOBJ.prefab | 3 ++ .../NovaSmallBlueOBJ.prefab.meta | 3 ++ .../EnergyNovaSmall/NovaSmallFireOBJ.prefab | 3 ++ .../NovaSmallFireOBJ.prefab.meta | 3 ++ .../EnergyNovaSmall/NovaSmallGreenOBJ.prefab | 3 ++ .../NovaSmallGreenOBJ.prefab.meta | 3 ++ .../EnergyNovaSmall/NovaSmallPinkOBJ.prefab | 3 ++ .../NovaSmallPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/EnergyNovaSoft.meta | 3 ++ .../EnergyNovaSoft/NovaSoftBlueOBJ.prefab | 3 ++ .../NovaSoftBlueOBJ.prefab.meta | 3 ++ .../EnergyNovaSoft/NovaSoftFireOBJ.prefab | 3 ++ .../NovaSoftFireOBJ.prefab.meta | 3 ++ .../EnergyNovaSoft/NovaSoftGreenOBJ.prefab | 3 ++ .../NovaSoftGreenOBJ.prefab.meta | 3 ++ .../EnergyNovaSoft/NovaSoftPinkOBJ.prefab | 3 ++ .../NovaSoftPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Fireball.meta | 3 ++ .../Fireball/FireBallBlueOBJ.prefab | 3 ++ .../Fireball/FireBallBlueOBJ.prefab.meta | 3 ++ .../Fireball/FireBallFireOBJ.prefab | 3 ++ .../Fireball/FireBallFireOBJ.prefab.meta | 3 ++ .../Fireball/FireBallGreenOBJ.prefab | 3 ++ .../Fireball/FireBallGreenOBJ.prefab.meta | 3 ++ .../Fireball/FireBallPinkOBJ.prefab | 3 ++ .../Fireball/FireBallPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/FireballSharp.meta | 3 ++ .../FireballSharp/FireBallSharpBlueOBJ.prefab | 3 ++ .../FireBallSharpBlueOBJ.prefab.meta | 3 ++ .../FireballSharp/FireBallSharpFireOBJ.prefab | 3 ++ .../FireBallSharpFireOBJ.prefab.meta | 3 ++ .../FireBallSharpGreenOBJ.prefab | 3 ++ .../FireBallSharpGreenOBJ.prefab.meta | 3 ++ .../FireballSharp/FireBallSharpPinkOBJ.prefab | 3 ++ .../FireBallSharpPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/FireballSoft.meta | 3 ++ .../FireballSoft/FireBallSoftBlueOBJ.prefab | 3 ++ .../FireBallSoftBlueOBJ.prefab.meta | 3 ++ .../FireballSoft/FireBallSoftFireOBJ.prefab | 3 ++ .../FireBallSoftFireOBJ.prefab.meta | 3 ++ .../FireballSoft/FireBallSoftGreenOBJ.prefab | 3 ++ .../FireBallSoftGreenOBJ.prefab.meta | 3 ++ .../FireballSoft/FireBallSoftPinkOBJ.prefab | 3 ++ .../FireBallSoftPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Flash.meta | 3 ++ .../Flash/FlashMissileBlueOBJ.prefab | 3 ++ .../Flash/FlashMissileBlueOBJ.prefab.meta | 3 ++ .../Flash/FlashMissileGreenOBJ.prefab | 3 ++ .../Flash/FlashMissileGreenOBJ.prefab.meta | 3 ++ .../Flash/FlashMissilePinkOBJ.prefab | 3 ++ .../Flash/FlashMissilePinkOBJ.prefab.meta | 3 ++ .../Flash/FlashMissileYellowOBJ.prefab | 3 ++ .../Flash/FlashMissileYellowOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Frost.meta | 3 ++ .../Frost/FrostMissileOBJ.prefab | 3 ++ .../Frost/FrostMissileOBJ.prefab.meta | 3 ++ .../Frost/SnowMissileOBJ.prefab | 3 ++ .../Frost/SnowMissileOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Fruit.meta | 3 ++ .../Fruit/AppleMissileOBJ.prefab | 3 ++ .../Fruit/AppleMissileOBJ.prefab.meta | 3 ++ .../Fruit/BananaMissileOBJ.prefab | 3 ++ .../Fruit/BananaMissileOBJ.prefab.meta | 3 ++ .../Fruit/CoconutMissileOBJ.prefab | 3 ++ .../Fruit/CoconutMissileOBJ.prefab.meta | 3 ++ .../Fruit/GrapeMissileOBJ.prefab | 3 ++ .../Fruit/GrapeMissileOBJ.prefab.meta | 3 ++ .../Fruit/MelonMissileOBJ.prefab | 3 ++ .../Fruit/MelonMissileOBJ.prefab.meta | 3 ++ .../Fruit/OrangeMissileOBJ.prefab | 3 ++ .../Fruit/OrangeMissileOBJ.prefab.meta | 3 ++ .../Fruit/PearMissileOBJ.prefab | 3 ++ .../Fruit/PearMissileOBJ.prefab.meta | 3 ++ .../Fruit/PumpkinMissileOBJ.prefab | 3 ++ .../Fruit/PumpkinMissileOBJ.prefab.meta | 3 ++ .../Fruit/StrawberryMissileOBJ.prefab | 3 ++ .../Fruit/StrawberryMissileOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Gas.meta | 3 ++ .../Missile Prefabs/Gas/GasBlueOBJ.prefab | 3 ++ .../Gas/GasBlueOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Gas/GasFireOBJ.prefab | 3 ++ .../Gas/GasFireOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Gas/GasGreenOBJ.prefab | 3 ++ .../Gas/GasGreenOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Gas/GasPinkOBJ.prefab | 3 ++ .../Gas/GasPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Grenade.meta | 3 ++ .../Grenade/GrenadeBlueOBJ.prefab | 3 ++ .../Grenade/GrenadeBlueOBJ.prefab.meta | 3 ++ .../Grenade/GrenadeFireOBJ.prefab | 3 ++ .../Grenade/GrenadeFireOBJ.prefab.meta | 3 ++ .../Grenade/GrenadeGreenOBJ.prefab | 3 ++ .../Grenade/GrenadeGreenOBJ.prefab.meta | 3 ++ .../Grenade/GrenadePinkOBJ.prefab | 3 ++ .../Grenade/GrenadePinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Laser.meta | 3 ++ .../Missile Prefabs/Laser/LaserBlueOBJ.prefab | 3 ++ .../Laser/LaserBlueOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Laser/LaserFireOBJ.prefab | 3 ++ .../Laser/LaserFireOBJ.prefab.meta | 3 ++ .../Laser/LaserGreenOBJ.prefab | 3 ++ .../Laser/LaserGreenOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Laser/LaserPinkOBJ.prefab | 3 ++ .../Laser/LaserPinkOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Laser/LaserRedOBJ.prefab | 3 ++ .../Laser/LaserRedOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Lightning.meta | 3 ++ .../Lightning/LightningBlueOBJ.prefab | 3 ++ .../Lightning/LightningBlueOBJ.prefab.meta | 3 ++ .../Lightning/LightningGreenOBJ.prefab | 3 ++ .../Lightning/LightningGreenOBJ.prefab.meta | 3 ++ .../Lightning/LightningPinkOBJ.prefab | 3 ++ .../Lightning/LightningPinkOBJ.prefab.meta | 3 ++ .../Lightning/LightningYellowOBJ.prefab | 3 ++ .../Lightning/LightningYellowOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/LightningSoft.meta | 3 ++ .../LightningSoft/LightningSoftBlueOBJ.prefab | 3 ++ .../LightningSoftBlueOBJ.prefab.meta | 3 ++ .../LightningSoftGreenOBJ.prefab | 3 ++ .../LightningSoftGreenOBJ.prefab.meta | 3 ++ .../LightningSoft/LightningSoftPinkOBJ.prefab | 3 ++ .../LightningSoftPinkOBJ.prefab.meta | 3 ++ .../LightningSoftYellowOBJ.prefab | 3 ++ .../LightningSoftYellowOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Liquid.meta | 3 ++ .../Liquid/LiquidAcidOBJ.prefab | 3 ++ .../Liquid/LiquidAcidOBJ.prefab.meta | 3 ++ .../Liquid/LiquidLavaOBJ.prefab | 3 ++ .../Liquid/LiquidLavaOBJ.prefab.meta | 3 ++ .../Liquid/LiquidOilOBJ.prefab | 3 ++ .../Liquid/LiquidOilOBJ.prefab.meta | 3 ++ .../Liquid/LiquidWaterClearOBJ.prefab | 3 ++ .../Liquid/LiquidWaterClearOBJ.prefab.meta | 3 ++ .../Liquid/LiquidWaterOBJ.prefab | 3 ++ .../Liquid/LiquidWaterOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Magic.meta | 3 ++ .../Missile Prefabs/Magic/MagicBlueOBJ.prefab | 3 ++ .../Magic/MagicBlueOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Magic/MagicFireOBJ.prefab | 3 ++ .../Magic/MagicFireOBJ.prefab.meta | 3 ++ .../Magic/MagicGreenOBJ.prefab | 3 ++ .../Magic/MagicGreenOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Magic/MagicPinkOBJ.prefab | 3 ++ .../Magic/MagicPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/MagicSoft.meta | 3 ++ .../MagicSoft/MagicSoftBlueOBJ.prefab | 3 ++ .../MagicSoft/MagicSoftBlueOBJ.prefab.meta | 3 ++ .../MagicSoft/MagicSoftFireOBJ.prefab | 3 ++ .../MagicSoft/MagicSoftFireOBJ.prefab.meta | 3 ++ .../MagicSoft/MagicSoftGreenOBJ.prefab | 3 ++ .../MagicSoft/MagicSoftGreenOBJ.prefab.meta | 3 ++ .../MagicSoft/MagicSoftPinkOBJ.prefab | 3 ++ .../MagicSoft/MagicSoftPinkOBJ.prefab.meta | 3 ++ .../MagicSoft/MagicSoftYellowOBJ.prefab | 3 ++ .../MagicSoft/MagicSoftYellowOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Mystic.meta | 3 ++ .../Mystic/MysticDarkOBJ.prefab | 3 ++ .../Mystic/MysticDarkOBJ.prefab.meta | 3 ++ .../Mystic/MysticGreenOBJ.prefab | 3 ++ .../Mystic/MysticGreenOBJ.prefab.meta | 3 ++ .../Mystic/MysticOrangeOBJ.prefab | 3 ++ .../Mystic/MysticOrangeOBJ.prefab.meta | 3 ++ .../Mystic/MysticPurpleOBJ.prefab | 3 ++ .../Mystic/MysticPurpleOBJ.prefab.meta | 3 ++ .../Mystic/MysticWhiteOBJ.prefab | 3 ++ .../Mystic/MysticWhiteOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Nuke.meta | 3 ++ .../Missile Prefabs/Nuke/NukeBlueOBJ.prefab | 3 ++ .../Nuke/NukeBlueOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Nuke/NukeFireOBJ.prefab | 3 ++ .../Nuke/NukeFireOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Nuke/NukeGreenOBJ.prefab | 3 ++ .../Nuke/NukeGreenOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Nuke/NukePinkOBJ.prefab | 3 ++ .../Nuke/NukePinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Rocket.meta | 3 ++ .../Rocket/RocketBlueOBJ.prefab | 3 ++ .../Rocket/RocketBlueOBJ.prefab.meta | 3 ++ .../Rocket/RocketFireOBJ.prefab | 3 ++ .../Rocket/RocketFireOBJ.prefab.meta | 3 ++ .../Rocket/RocketGreenOBJ.prefab | 3 ++ .../Rocket/RocketGreenOBJ.prefab.meta | 3 ++ .../Rocket/RocketPinkOBJ.prefab | 3 ++ .../Rocket/RocketPinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Shadow.meta | 3 ++ .../Shadow/ShadowMissileOBJ.prefab | 3 ++ .../Shadow/ShadowMissileOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Sharp.meta | 3 ++ .../Sharp/SharpMissileBlueOBJ.prefab | 3 ++ .../Sharp/SharpMissileBlueOBJ.prefab.meta | 3 ++ .../Sharp/SharpMissileFireOBJ.prefab | 3 ++ .../Sharp/SharpMissileFireOBJ.prefab.meta | 3 ++ .../Sharp/SharpMissileGreenOBJ.prefab | 3 ++ .../Sharp/SharpMissileGreenOBJ.prefab.meta | 3 ++ .../Sharp/SharpMissilePinkOBJ.prefab | 3 ++ .../Sharp/SharpMissilePinkOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Soul.meta | 3 ++ .../Soul/SoulCrimsonOBJ.prefab | 3 ++ .../Soul/SoulCrimsonOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Soul/SoulGreenOBJ.prefab | 3 ++ .../Soul/SoulGreenOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Soul/SoulOrangeOBJ.prefab | 3 ++ .../Soul/SoulOrangeOBJ.prefab.meta | 3 ++ .../Missile Prefabs/Soul/SoulPurpleOBJ.prefab | 3 ++ .../Soul/SoulPurpleOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Sparkle.meta | 3 ++ .../Sparkle/SparkleMissileBlueOBJ.prefab | 3 ++ .../Sparkle/SparkleMissileBlueOBJ.prefab.meta | 3 ++ .../Sparkle/SparkleMissileGreenOBJ.prefab | 3 ++ .../SparkleMissileGreenOBJ.prefab.meta | 3 ++ .../Sparkle/SparkleMissilePinkOBJ.prefab | 3 ++ .../Sparkle/SparkleMissilePinkOBJ.prefab.meta | 3 ++ .../Sparkle/SparkleMissileYellowOBJ.prefab | 3 ++ .../SparkleMissileYellowOBJ.prefab.meta | 3 ++ .../Demo/Missile Prefabs/Storm.meta | 3 ++ .../Storm/StormMissileOBJ.prefab | 3 ++ .../Storm/StormMissileOBJ.prefab.meta | 3 ++ Assets/Epic Toon FX/Demo/Scenes.meta | 3 ++ Assets/Epic Toon FX/Demo/Scenes/Extras.meta | 3 ++ .../Demo/Scenes/Extras/etfx_decal_test.unity | 3 ++ .../Scenes/Extras/etfx_decal_test.unity.meta | 3 ++ .../Demo/Scenes/Extras/etfx_flatground.unity | 3 ++ .../Scenes/Extras/etfx_flatground.unity.meta | 3 ++ .../Demo/Scenes/Extras/etfx_library.unity | 3 ++ .../Scenes/Extras/etfx_library.unity.meta | 3 ++ .../Demo/Scenes/Extras/etfx_newdemo.unity | 3 ++ .../Scenes/Extras/etfx_newdemo.unity.meta | 3 ++ .../Scenes/Extras/etfx_singleeffect.unity | 3 ++ .../Extras/etfx_singleeffect.unity.meta | 3 ++ .../Extras/etfx_singleeffect_render.unity | 3 ++ .../etfx_singleeffect_render.unity.meta | 3 ++ .../etfx_singleeffect_renderSettings.lighting | 3 ++ ..._singleeffect_renderSettings.lighting.meta | 3 ++ .../Scenes/Extras/etfx_videopreview.unity | 3 ++ .../Extras/etfx_videopreview.unity.meta | 3 ++ .../Demo/Scenes/etfx_2ddemo.unity | 3 ++ .../Demo/Scenes/etfx_2ddemo.unity.meta | 3 ++ .../Demo/Scenes/etfx_2ddemoSettings.lighting | 3 ++ .../Scenes/etfx_2ddemoSettings.lighting.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_cards.unity | 3 ++ .../Demo/Scenes/etfx_cards.unity.meta | 3 ++ .../Demo/Scenes/etfx_combat.unity | 3 ++ .../Demo/Scenes/etfx_combat.unity.meta | 3 ++ .../Demo/Scenes/etfx_decals.unity | 3 ++ .../Demo/Scenes/etfx_decals.unity.meta | 3 ++ .../Demo/Scenes/etfx_decals2.unity | 3 ++ .../Demo/Scenes/etfx_decals2.unity.meta | 3 ++ .../Demo/Scenes/etfx_decalsSettings.lighting | 3 ++ .../Scenes/etfx_decalsSettings.lighting.meta | 3 ++ .../Demo/Scenes/etfx_emojis.unity | 3 ++ .../Demo/Scenes/etfx_emojis.unity.meta | 3 ++ .../Demo/Scenes/etfx_explosions.unity | 3 ++ .../Demo/Scenes/etfx_explosions.unity.meta | 3 ++ .../Demo/Scenes/etfx_explosions2.unity | 3 ++ .../Demo/Scenes/etfx_explosions2.unity.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_fire.unity | 3 ++ .../Demo/Scenes/etfx_fire.unity.meta | 3 ++ .../Demo/Scenes/etfx_fireworks.unity | 3 ++ .../Demo/Scenes/etfx_fireworks.unity.meta | 3 ++ .../Demo/Scenes/etfx_flares.unity | 3 ++ .../Demo/Scenes/etfx_flares.unity.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_fruit.unity | 3 ++ .../Demo/Scenes/etfx_fruit.unity.meta | 3 ++ .../Demo/Scenes/etfx_healing.unity | 3 ++ .../Demo/Scenes/etfx_healing.unity.meta | 3 ++ .../Demo/Scenes/etfx_lightning.unity | 3 ++ .../Demo/Scenes/etfx_lightning.unity.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_magic.unity | 3 ++ .../Demo/Scenes/etfx_magic.unity.meta | 3 ++ .../Demo/Scenes/etfx_magic2.unity | 3 ++ .../Demo/Scenes/etfx_magic2.unity.meta | 3 ++ .../Demo/Scenes/etfx_magic3.unity | 3 ++ .../Demo/Scenes/etfx_magic3.unity.meta | 3 ++ .../Demo/Scenes/etfx_maindemo.unity | 3 ++ .../Demo/Scenes/etfx_maindemo.unity.meta | 3 ++ .../Scenes/etfx_maindemoSettings.lighting | 3 ++ .../etfx_maindemoSettings.lighting.meta | 3 ++ .../Demo/Scenes/etfx_missiles.unity | 3 ++ .../Demo/Scenes/etfx_missiles.unity.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_money.unity | 3 ++ .../Demo/Scenes/etfx_money.unity.meta | 3 ++ .../Demo/Scenes/etfx_onomatopoeia.unity | 3 ++ .../Demo/Scenes/etfx_onomatopoeia.unity.meta | 3 ++ .../Demo/Scenes/etfx_portals.unity | 3 ++ .../Demo/Scenes/etfx_portals.unity.meta | 3 ++ .../Demo/Scenes/etfx_portals2.unity | 3 ++ .../Demo/Scenes/etfx_portals2.unity.meta | 3 ++ .../Demo/Scenes/etfx_powerups.unity | 3 ++ .../Demo/Scenes/etfx_powerups.unity.meta | 3 ++ .../Demo/Scenes/etfx_powerups2.unity | 3 ++ .../Demo/Scenes/etfx_powerups2.unity.meta | 3 ++ .../Demo/Scenes/etfx_powerups3.unity | 3 ++ .../Demo/Scenes/etfx_powerups3.unity.meta | 3 ++ .../Demo/Scenes/etfx_sparkles.unity | 3 ++ .../Demo/Scenes/etfx_sparkles.unity.meta | 3 ++ .../Demo/Scenes/etfx_swordcombat.unity | 3 ++ .../Demo/Scenes/etfx_swordcombat.unity.meta | 3 ++ .../Demo/Scenes/etfx_swordcombat2.unity | 3 ++ .../Demo/Scenes/etfx_swordcombat2.unity.meta | 3 ++ .../Demo/Scenes/etfx_swordcombat3.unity | 3 ++ .../Demo/Scenes/etfx_swordcombat3.unity.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_water.unity | 3 ++ .../Demo/Scenes/etfx_water.unity.meta | 3 ++ .../Epic Toon FX/Demo/Scenes/etfx_wind.unity | 3 ++ .../Demo/Scenes/etfx_wind.unity.meta | 3 ++ Assets/Epic Toon FX/Demo/Scripts.meta | 3 ++ .../Demo/Scripts/ETFXEffectController.cs | 3 ++ .../Demo/Scripts/ETFXEffectController.cs.meta | 3 ++ .../Scripts/ETFXEffectControllerPooled.cs | 3 ++ .../ETFXEffectControllerPooled.cs.meta | 3 ++ .../Demo/Scripts/ETFXEffectCycler.cs | 3 ++ .../Demo/Scripts/ETFXEffectCycler.cs.meta | 3 ++ .../Demo/Scripts/ETFXFireProjectile.cs | 3 ++ .../Demo/Scripts/ETFXFireProjectile.cs.meta | 3 ++ .../Demo/Scripts/ETFXLoopScript.cs | 3 ++ .../Demo/Scripts/ETFXLoopScript.cs.meta | 3 ++ .../Demo/Scripts/ETFXMouseOrbit.cs | 3 ++ .../Demo/Scripts/ETFXMouseOrbit.cs.meta | 3 ++ .../Demo/Scripts/ETFXProjectileScript.cs | 3 ++ .../Demo/Scripts/ETFXProjectileScript.cs.meta | 3 ++ .../Demo/Scripts/ETFXSceneManager.cs | 3 ++ .../Demo/Scripts/ETFXSceneManager.cs.meta | 3 ++ .../Demo/Scripts/ETFXSpriteBouncer.cs | 3 ++ .../Demo/Scripts/ETFXSpriteBouncer.cs.meta | 3 ++ .../Epic Toon FX/Demo/Scripts/ETFXTarget.cs | 3 ++ .../Demo/Scripts/ETFXTarget.cs.meta | 3 ++ .../Demo/Scripts/VFX Library.meta | 3 ++ .../Scripts/VFX Library/PEButtonScript.cs | 3 ++ .../VFX Library/PEButtonScript.cs.meta | 3 ++ .../VFX Library/ParticleEffectsLibrary.cs | 3 ++ .../ParticleEffectsLibrary.cs.meta | 3 ++ .../Scripts/VFX Library/UICanvasManager.cs | 3 ++ .../VFX Library/UICanvasManager.cs.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures.meta | 3 ++ .../Demo/Textures/2D Sprites.meta | 3 ++ .../Demo/Textures/2D Sprites/devsprite.png | 3 ++ .../Textures/2D Sprites/devsprite.png.meta | 3 ++ .../Textures/2D Sprites/devsprite_small.png | 3 ++ .../2D Sprites/devsprite_small.png.meta | 3 ++ .../Textures/2D Sprites/mountain_back.png | 3 ++ .../2D Sprites/mountain_back.png.meta | 3 ++ .../Demo/Textures/2D Sprites/tile_dirt.png | 3 ++ .../Textures/2D Sprites/tile_dirt.png.meta | 3 ++ .../Demo/Textures/2D Sprites/tile_grass.png | 3 ++ .../Textures/2D Sprites/tile_grass.png.meta | 3 ++ .../Demo/Textures/2D Sprites/tile_grass2.png | 3 ++ .../Textures/2D Sprites/tile_grass2.png.meta | 3 ++ .../2D Sprites/tile_grass_platform.png | 3 ++ .../2D Sprites/tile_grass_platform.png.meta | 3 ++ .../2D Sprites/tile_grass_platform2.png | 3 ++ .../2D Sprites/tile_grass_platform2.png.meta | 3 ++ .../2D Sprites/tile_grass_platform_l.png | 3 ++ .../2D Sprites/tile_grass_platform_l.png.meta | 3 ++ .../2D Sprites/tile_grass_platform_r.png | 3 ++ .../2D Sprites/tile_grass_platform_r.png.meta | 3 ++ .../Textures/2D Sprites/tile_grass_popup.png | 3 ++ .../2D Sprites/tile_grass_popup.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/Skybox.meta | 3 ++ .../Epic Toon FX/Demo/Textures/Skybox/1.png | 3 ++ .../Demo/Textures/Skybox/1.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/Skybox/2.png | 3 ++ .../Demo/Textures/Skybox/2.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/Skybox/3.png | 3 ++ .../Demo/Textures/Skybox/3.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/Skybox/4.png | 3 ++ .../Demo/Textures/Skybox/4.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/Skybox/5.png | 3 ++ .../Demo/Textures/Skybox/5.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/Skybox/6.png | 3 ++ .../Demo/Textures/Skybox/6.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/card.png | 3 ++ .../Epic Toon FX/Demo/Textures/card.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/dev.png | 3 ++ .../Epic Toon FX/Demo/Textures/dev.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/dev2.png | 3 ++ .../Epic Toon FX/Demo/Textures/dev2.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/dev3.png | 3 ++ .../Epic Toon FX/Demo/Textures/dev3.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/dev4.png | 3 ++ .../Epic Toon FX/Demo/Textures/dev4.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/dev4_m.png | 3 ++ .../Demo/Textures/dev4_m.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/devcrate.png | 3 ++ .../Demo/Textures/devcrate.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/devcrate2.png | 3 ++ .../Demo/Textures/devcrate2.png.meta | 3 ++ .../Epic Toon FX/Demo/Textures/devtarget.png | 3 ++ .../Demo/Textures/devtarget.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/devwall.png | 3 ++ .../Demo/Textures/devwall.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/dirt.png | 3 ++ .../Epic Toon FX/Demo/Textures/dirt.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/grass.png | 3 ++ .../Epic Toon FX/Demo/Textures/grass.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/icon.png | 3 ++ .../Epic Toon FX/Demo/Textures/icon.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/stone.png | 3 ++ .../Epic Toon FX/Demo/Textures/stone.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/stone_n.png | 3 ++ .../Demo/Textures/stone_n.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/wood.png | 3 ++ .../Epic Toon FX/Demo/Textures/wood.png.meta | 3 ++ Assets/Epic Toon FX/Demo/Textures/wood_n.png | 3 ++ .../Demo/Textures/wood_n.png.meta | 3 ++ .../ETFX v1.8 - Documentation.pdf | 3 ++ .../ETFX v1.8 - Documentation.pdf.meta | 3 ++ Assets/Epic Toon FX/Materials.meta | 3 ++ Assets/Epic Toon FX/Materials/Basics.meta | 3 ++ .../Materials/Basics/circle_AB.mat | 3 ++ .../Materials/Basics/circle_AB.mat.meta | 3 ++ .../Materials/Basics/circle_ADD.mat | 3 ++ .../Materials/Basics/circle_ADD.mat.meta | 3 ++ .../Materials/Basics/circle_nosoft_AB.mat | 3 ++ .../Basics/circle_nosoft_AB.mat.meta | 3 ++ .../Materials/Basics/circle_sharp_AB.mat | 3 ++ .../Materials/Basics/circle_sharp_AB.mat.meta | 3 ++ .../Materials/Basics/circlestretchy_AB.mat | 3 ++ .../Basics/circlestretchy_AB.mat.meta | 3 ++ .../Materials/Basics/cloud_2x2_default_AB.mat | 3 ++ .../Basics/cloud_2x2_default_AB.mat.meta | 3 ++ .../Materials/Basics/cloud_2x2_soft_AB.mat | 3 ++ .../Basics/cloud_2x2_soft_AB.mat.meta | 3 ++ .../Materials/Basics/cloud_2x2_soft_ADD.mat | 3 ++ .../Basics/cloud_2x2_soft_ADD.mat.meta | 3 ++ .../Materials/Basics/cloud_magic_AB.mat | 3 ++ .../Materials/Basics/cloud_magic_AB.mat.meta | 3 ++ .../Materials/Basics/cloud_magic_inv_AB.mat | 3 ++ .../Basics/cloud_magic_inv_AB.mat.meta | 3 ++ .../Materials/Basics/glow1_AB.mat | 3 ++ .../Materials/Basics/glow1_AB.mat.meta | 3 ++ .../Materials/Basics/glow1_ADD.mat | 3 ++ .../Materials/Basics/glow1_ADD.mat.meta | 3 ++ .../Materials/Basics/glow2_ADD.mat | 3 ++ .../Materials/Basics/glow2_ADD.mat.meta | 3 ++ .../Materials/Basics/glow3_AB.mat | 3 ++ .../Materials/Basics/glow3_AB.mat.meta | 3 ++ .../Materials/Basics/glow4_ADD.mat | 3 ++ .../Materials/Basics/glow4_ADD.mat.meta | 3 ++ .../Materials/Basics/glow5_ADD.mat | 3 ++ .../Materials/Basics/glow5_ADD.mat.meta | 3 ++ .../Materials/Basics/glow6_ADD.mat | 3 ++ .../Materials/Basics/glow6_ADD.mat.meta | 3 ++ .../Materials/Basics/gradient_circle_ADD.mat | 3 ++ .../Basics/gradient_circle_ADD.mat.meta | 3 ++ .../Materials/Basics/gradient_edges_ADD.mat | 3 ++ .../Basics/gradient_edges_ADD.mat.meta | 3 ++ .../Basics/gradient_horizontal_ADD.mat | 3 ++ .../Basics/gradient_horizontal_ADD.mat.meta | 3 ++ .../Basics/gradient_vertical_ADD.mat | 3 ++ .../Basics/gradient_vertical_ADD.mat.meta | 3 ++ .../Materials/Basics/lasergradient_AB.mat | 3 ++ .../Basics/lasergradient_AB.mat.meta | 3 ++ .../Materials/Basics/lightray1_ADD.mat | 3 ++ .../Materials/Basics/lightray1_ADD.mat.meta | 3 ++ .../Materials/Basics/lightray2_ADD.mat | 3 ++ .../Materials/Basics/lightray2_ADD.mat.meta | 3 ++ .../Materials/Basics/lightray3_ADD.mat | 3 ++ .../Materials/Basics/lightray3_ADD.mat.meta | 3 ++ .../Materials/Basics/line_sharp_AB.mat | 3 ++ .../Materials/Basics/line_sharp_AB.mat.meta | 3 ++ .../Epic Toon FX/Materials/Basics/ring_AB.mat | 3 ++ .../Materials/Basics/ring_AB.mat.meta | 3 ++ .../Materials/Basics/ring_ADD.mat | 3 ++ .../Materials/Basics/ring_ADD.mat.meta | 3 ++ .../Materials/Basics/ring_nofade_ADD.mat | 3 ++ .../Materials/Basics/ring_nofade_ADD.mat.meta | 3 ++ .../Materials/Basics/ring_shockwave_ADD.mat | 3 ++ .../Basics/ring_shockwave_ADD.mat.meta | 3 ++ .../Materials/Basics/rocketgradient_AB.mat | 3 ++ .../Basics/rocketgradient_AB.mat.meta | 3 ++ .../Materials/Basics/rocketgradient_ADD.mat | 3 ++ .../Basics/rocketgradient_ADD.mat.meta | 3 ++ .../Epic Toon FX/Materials/Basics/snow_AB.mat | 3 ++ .../Materials/Basics/snow_AB.mat.meta | 3 ++ .../Materials/Basics/solid_AB.mat | 3 ++ .../Materials/Basics/solid_AB.mat.meta | 3 ++ .../Materials/Basics/sparkle2_ADD.mat | 3 ++ .../Materials/Basics/sparkle2_ADD.mat.meta | 3 ++ .../Materials/Basics/sparkle_AB.mat | 3 ++ .../Materials/Basics/sparkle_AB.mat.meta | 3 ++ .../Materials/Basics/sparkle_ADD.mat | 3 ++ .../Materials/Basics/sparkle_ADD.mat.meta | 3 ++ .../Materials/Basics/triangle_AB.mat | 3 ++ .../Materials/Basics/triangle_AB.mat.meta | 3 ++ .../Materials/Basics/triangle_curve_AB.mat | 3 ++ .../Basics/triangle_curve_AB.mat.meta | 3 ++ .../Materials/Basics/triangle_soft_ADD.mat | 3 ++ .../Basics/triangle_soft_ADD.mat.meta | 3 ++ .../Materials/Basics/wave3_ADD.mat | 3 ++ .../Materials/Basics/wave3_ADD.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Bubbles.meta | 3 ++ .../Misc/Bubbles/bubble_half_clear_AB.mat | 3 ++ .../Bubbles/bubble_half_clear_AB.mat.meta | 3 ++ .../Misc/Bubbles/bubble_half_thick_ADD.mat | 3 ++ .../Bubbles/bubble_half_thick_ADD.mat.meta | 3 ++ .../Misc/Bubbles/bubble_round2_ADD.mat | 3 ++ .../Misc/Bubbles/bubble_round2_ADD.mat.meta | 3 ++ .../Misc/Bubbles/bubble_round3_ADD.mat | 3 ++ .../Misc/Bubbles/bubble_round3_ADD.mat.meta | 3 ++ .../Misc/Bubbles/bubble_soap_ADD.mat | 3 ++ .../Misc/Bubbles/bubble_soap_ADD.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc/Cards.meta | 3 ++ .../Materials/Misc/Cards/cardglow06_ADD.mat | 3 ++ .../Misc/Cards/cardglow06_ADD.mat.meta | 3 ++ .../Materials/Misc/Cards/cardglow07_ADD.mat | 3 ++ .../Misc/Cards/cardglow07_ADD.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Decals.meta | 3 ++ .../Materials/Misc/Decals/decal_atlas_AB.mat | 3 ++ .../Misc/Decals/decal_atlas_AB.mat.meta | 3 ++ .../Materials/Misc/Decals/decal_gibs_AB.mat | 3 ++ .../Misc/Decals/decal_gibs_AB.mat.meta | 3 ++ .../Materials/Misc/Decals/decal_scorch_AB.mat | 3 ++ .../Misc/Decals/decal_scorch_AB.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Emojis.meta | 3 ++ .../Materials/Misc/Emojis/em_OwO.mat | 3 ++ .../Materials/Misc/Emojis/em_OwO.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_OwOEyebrow.mat | 3 ++ .../Misc/Emojis/em_OwOEyebrow.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_UwU.mat | 3 ++ .../Materials/Misc/Emojis/em_UwU.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_XD.mat | 3 ++ .../Materials/Misc/Emojis/em_XD.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_angry.mat | 3 ++ .../Materials/Misc/Emojis/em_angry.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_angryscream.mat | 3 ++ .../Misc/Emojis/em_angryscream.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_bigsmile.mat | 3 ++ .../Misc/Emojis/em_bigsmile.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_blush.mat | 3 ++ .../Materials/Misc/Emojis/em_blush.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_clenchteeth.mat | 3 ++ .../Misc/Emojis/em_clenchteeth.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_clenchteeth2.mat | 3 ++ .../Misc/Emojis/em_clenchteeth2.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_cool.mat | 3 ++ .../Materials/Misc/Emojis/em_cool.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_crazy.mat | 3 ++ .../Materials/Misc/Emojis/em_crazy.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_cry.mat | 3 ++ .../Materials/Misc/Emojis/em_cry.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_cute.mat | 3 ++ .../Materials/Misc/Emojis/em_cute.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_dead.mat | 3 ++ .../Materials/Misc/Emojis/em_dead.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_deadtired.mat | 3 ++ .../Misc/Emojis/em_deadtired.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_derp.mat | 3 ++ .../Materials/Misc/Emojis/em_derp.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_derpgasp.mat | 3 ++ .../Misc/Emojis/em_derpgasp.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_disappoint.mat | 3 ++ .../Misc/Emojis/em_disappoint.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_drool.mat | 3 ++ .../Materials/Misc/Emojis/em_drool.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_evil.mat | 3 ++ .../Materials/Misc/Emojis/em_evil.mat.meta | 3 ++ .../Misc/Emojis/em_expressionless.mat | 3 ++ .../Misc/Emojis/em_expressionless.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_happy.mat | 3 ++ .../Materials/Misc/Emojis/em_happy.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_heart.mat | 3 ++ .../Materials/Misc/Emojis/em_heart.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_injured.mat | 3 ++ .../Materials/Misc/Emojis/em_injured.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_kiss.mat | 3 ++ .../Materials/Misc/Emojis/em_kiss.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_kissyface.mat | 3 ++ .../Misc/Emojis/em_kissyface.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_laughcry.mat | 3 ++ .../Misc/Emojis/em_laughcry.mat.meta | 3 ++ .../Misc/Emojis/em_laughsweatdrop.mat | 3 ++ .../Misc/Emojis/em_laughsweatdrop.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_mad.mat | 3 ++ .../Materials/Misc/Emojis/em_mad.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_nauseous.mat | 3 ++ .../Misc/Emojis/em_nauseous.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_pleading.mat | 3 ++ .../Misc/Emojis/em_pleading.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_poop.mat | 3 ++ .../Materials/Misc/Emojis/em_poop.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sad.mat | 3 ++ .../Materials/Misc/Emojis/em_sad.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sadcry.mat | 3 ++ .../Materials/Misc/Emojis/em_sadcry.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_scared.mat | 3 ++ .../Materials/Misc/Emojis/em_scared.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_shocked.mat | 3 ++ .../Materials/Misc/Emojis/em_shocked.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sick.mat | 3 ++ .../Materials/Misc/Emojis/em_sick.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sick2.mat | 3 ++ .../Materials/Misc/Emojis/em_sick2.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sick3.mat | 3 ++ .../Materials/Misc/Emojis/em_sick3.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_silly.mat | 3 ++ .../Materials/Misc/Emojis/em_silly.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sillyhappy.mat | 3 ++ .../Misc/Emojis/em_sillyhappy.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sillysmile.mat | 3 ++ .../Misc/Emojis/em_sillysmile.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sillywink.mat | 3 ++ .../Misc/Emojis/em_sillywink.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sinister.mat | 3 ++ .../Misc/Emojis/em_sinister.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_sleep.mat | 3 ++ .../Materials/Misc/Emojis/em_sleep.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_starstruck.mat | 3 ++ .../Misc/Emojis/em_starstruck.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_tearyeyes.mat | 3 ++ .../Misc/Emojis/em_tearyeyes.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_text_ah_zz.mat | 3 ++ .../Misc/Emojis/em_text_ah_zz.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_text_haha.mat | 3 ++ .../Misc/Emojis/em_text_haha.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_thumbsdown.mat | 3 ++ .../Misc/Emojis/em_thumbsdown.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_thumbsup.mat | 3 ++ .../Misc/Emojis/em_thumbsup.mat.meta | 3 ++ .../Materials/Misc/Emojis/em_yawn.mat | 3 ++ .../Materials/Misc/Emojis/em_yawn.mat.meta | 3 ++ .../Materials/Misc/Explosions.meta | 3 ++ .../Misc/Explosions/explosion_AB.mat | 3 ++ .../Misc/Explosions/explosion_AB.mat.meta | 3 ++ .../explosion_sharp_flat_3x3_AB.mat | 3 ++ .../explosion_sharp_flat_3x3_AB.mat.meta | 3 ++ .../explosion_sharp_soft_3x3_AB.mat | 3 ++ .../explosion_sharp_soft_3x3_AB.mat.meta | 3 ++ .../Misc/Explosions/explosion_spike01_AB.mat | 3 ++ .../Explosions/explosion_spike01_AB.mat.meta | 3 ++ .../Misc/Explosions/explosion_spike02_AB.mat | 3 ++ .../Explosions/explosion_spike02_AB.mat.meta | 3 ++ .../explosion_spritesheet2_3x3_AB.mat | 3 ++ .../explosion_spritesheet2_3x3_AB.mat.meta | 3 ++ .../explosion_spritesheet_3x3_AB.mat | 3 ++ .../explosion_spritesheet_3x3_AB.mat.meta | 3 ++ .../Misc/Explosions/muzzleflash01_AB.mat | 3 ++ .../Misc/Explosions/muzzleflash01_AB.mat.meta | 3 ++ .../Explosions/nova_3x3_spritesheet_ADD.mat | 3 ++ .../nova_3x3_spritesheet_ADD.mat.meta | 3 ++ .../nova_6x3_soft_spritesheet_ADD.mat | 3 ++ .../nova_6x3_soft_spritesheet_ADD.mat.meta | 3 ++ .../Explosions/nova_6x3_spritesheet_ADD.mat | 3 ++ .../nova_6x3_spritesheet_ADD.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc/Fire.meta | 3 ++ .../Materials/Misc/Fire/candle_AB.mat | 3 ++ .../Materials/Misc/Fire/candle_AB.mat.meta | 3 ++ .../Materials/Misc/Fire/candle_blurry_ADD.mat | 3 ++ .../Misc/Fire/candle_blurry_ADD.mat.meta | 3 ++ .../Materials/Misc/Fire/candle_simple_ADD.mat | 3 ++ .../Misc/Fire/candle_simple_ADD.mat.meta | 3 ++ .../Misc/Fire/candle_simple_colored_AB.mat | 3 ++ .../Fire/candle_simple_colored_AB.mat.meta | 3 ++ .../Materials/Misc/Fire/candle_soft2_AB.mat | 3 ++ .../Misc/Fire/candle_soft2_AB.mat.meta | 3 ++ .../Materials/Misc/Fire/candle_soft_AB.mat | 3 ++ .../Misc/Fire/candle_soft_AB.mat.meta | 3 ++ .../Materials/Misc/Fire/fire_3x6_ADD.mat | 3 ++ .../Materials/Misc/Fire/fire_3x6_ADD.mat.meta | 3 ++ .../Misc/Fire/fire_ground_3x3_AB.mat | 3 ++ .../Misc/Fire/fire_ground_3x3_AB.mat.meta | 3 ++ .../Materials/Misc/Fire/fire_soft_AB.mat | 3 ++ .../Materials/Misc/Fire/fire_soft_AB.mat.meta | 3 ++ .../Misc/Fire/fire_soft_blank_AB.mat | 3 ++ .../Misc/Fire/fire_soft_blank_AB.mat.meta | 3 ++ .../Misc/Fire/fire_soft_blank_ADD.mat | 3 ++ .../Misc/Fire/fire_soft_blank_ADD.mat.meta | 3 ++ .../Misc/Fire/fire_soft_spiky_ADD.mat | 3 ++ .../Misc/Fire/fire_soft_spiky_ADD.mat.meta | 3 ++ .../Materials/Misc/Fire/fireball_AB.mat | 3 ++ .../Materials/Misc/Fire/fireball_AB.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Hearts.meta | 3 ++ .../Materials/Misc/Hearts/heart2_AB.mat | 3 ++ .../Materials/Misc/Hearts/heart2_AB.mat.meta | 3 ++ .../Materials/Misc/Hearts/heart2broken_AB.mat | 3 ++ .../Misc/Hearts/heart2broken_AB.mat.meta | 3 ++ .../Misc/Hearts/heart2broken_blue_AB.mat | 3 ++ .../Misc/Hearts/heart2broken_blue_AB.mat.meta | 3 ++ .../Materials/Misc/Hearts/heart_AB.mat | 3 ++ .../Materials/Misc/Hearts/heart_AB.mat.meta | 3 ++ .../Materials/Misc/Lightning.meta | 3 ++ .../Misc/Lightning/lightning1_ADD.mat | 3 ++ .../Misc/Lightning/lightning1_ADD.mat.meta | 3 ++ .../Misc/Lightning/lightning2_ADD.mat | 3 ++ .../Misc/Lightning/lightning2_ADD.mat.meta | 3 ++ .../Misc/Lightning/lightning_3x1_ADD.mat | 3 ++ .../Misc/Lightning/lightning_3x1_ADD.mat.meta | 3 ++ .../Misc/Lightning/lightning_3x3_ADD.mat | 3 ++ .../Misc/Lightning/lightning_3x3_ADD.mat.meta | 3 ++ .../Misc/Lightning/lightning_v2_3x3_ADD.mat | 3 ++ .../Lightning/lightning_v2_3x3_ADD.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Liquid.meta | 3 ++ .../Materials/Misc/Liquid/drop_AB.mat | 3 ++ .../Materials/Misc/Liquid/drop_AB.mat.meta | 3 ++ .../Materials/Misc/Liquid/drop_opaque_AB.mat | 3 ++ .../Misc/Liquid/drop_opaque_AB.mat.meta | 3 ++ .../Materials/Misc/Liquid/splat01_3x3_AB.mat | 3 ++ .../Misc/Liquid/splat01_3x3_AB.mat.meta | 3 ++ .../Misc/Liquid/splat01_trsp_3x3_AB.mat | 3 ++ .../Misc/Liquid/splat01_trsp_3x3_AB.mat.meta | 3 ++ .../Materials/Misc/Liquid/splat02_3x3_AB.mat | 3 ++ .../Misc/Liquid/splat02_3x3_AB.mat.meta | 3 ++ .../Misc/Liquid/splat02_trsp_3x3_AB.mat | 3 ++ .../Misc/Liquid/splat02_trsp_3x3_AB.mat.meta | 3 ++ .../Materials/Misc/Liquid/splat03_3x3_AB.mat | 3 ++ .../Misc/Liquid/splat03_3x3_AB.mat.meta | 3 ++ .../Misc/Liquid/splat03_trsp_3x3_AB.mat | 3 ++ .../Misc/Liquid/splat03_trsp_3x3_AB.mat.meta | 3 ++ .../Materials/Misc/Liquid/water_3x3_AB.mat | 3 ++ .../Misc/Liquid/water_3x3_AB.mat.meta | 3 ++ .../Misc/Liquid/water_soft_3x3_AB.mat | 3 ++ .../Misc/Liquid/water_soft_3x3_AB.mat.meta | 3 ++ .../Misc/Liquid/water_trsp_3x3_AB.mat | 3 ++ .../Misc/Liquid/water_trsp_3x3_AB.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc/Magic.meta | 3 ++ .../Materials/Misc/Magic/aura_slam_ADD.mat | 3 ++ .../Misc/Magic/aura_slam_ADD.mat.meta | 3 ++ .../Materials/Misc/Magic/aura_soft01_ADD.mat | 3 ++ .../Misc/Magic/aura_soft01_ADD.mat.meta | 3 ++ .../Misc/Magic/aura_vertical_ADD.mat | 3 ++ .../Misc/Magic/aura_vertical_ADD.mat.meta | 3 ++ .../Materials/Misc/Magic/magic_blast_ADD.mat | 3 ++ .../Misc/Magic/magic_blast_ADD.mat.meta | 3 ++ .../Materials/Misc/Magic/magic_line_ADD.mat | 3 ++ .../Misc/Magic/magic_line_ADD.mat.meta | 3 ++ .../Materials/Misc/Magic/magic_orb2_AB.mat | 3 ++ .../Misc/Magic/magic_orb2_AB.mat.meta | 3 ++ .../Materials/Misc/Magic/magic_orb2_ADD.mat | 3 ++ .../Misc/Magic/magic_orb2_ADD.mat.meta | 3 ++ .../Materials/Misc/Magic/magic_orb_ADD.mat | 3 ++ .../Misc/Magic/magic_orb_ADD.mat.meta | 3 ++ .../Misc/Magic/magic_runecircle_ADD.mat | 3 ++ .../Misc/Magic/magic_runecircle_ADD.mat.meta | 3 ++ .../Materials/Misc/Magic/shield_magic_ADD.mat | 3 ++ .../Misc/Magic/shield_magic_ADD.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Portals.meta | 3 ++ .../Misc/Portals/portal_circular_ADD.mat | 3 ++ .../Misc/Portals/portal_circular_ADD.mat.meta | 3 ++ .../Materials/Misc/Portals/portal_glow_AB.mat | 3 ++ .../Misc/Portals/portal_glow_AB.mat.meta | 3 ++ .../Misc/Portals/portal_glow_ADD.mat | 3 ++ .../Misc/Portals/portal_glow_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_ring_spiky_ADD.mat | 3 ++ .../Portals/portal_ring_spiky_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_ring_twisty2_ADD.mat | 3 ++ .../Portals/portal_ring_twisty2_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_ring_twisty_ADD.mat | 3 ++ .../Portals/portal_ring_twisty_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_soft_ADD.mat | 3 ++ .../Misc/Portals/portal_soft_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_stripes_blue_ADD.mat | 3 ++ .../Portals/portal_stripes_blue_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_stripes_green_ADD.mat | 3 ++ .../Portals/portal_stripes_green_ADD.mat.meta | 3 ++ .../Portals/portal_stripes_purple_ADD.mat | 3 ++ .../portal_stripes_purple_ADD.mat.meta | 3 ++ .../Misc/Portals/portal_stripes_red_ADD.mat | 3 ++ .../Portals/portal_stripes_red_ADD.mat.meta | 3 ++ .../Portals/portal_stripes_yellow_ADD.mat | 3 ++ .../portal_stripes_yellow_ADD.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Powerbox.meta | 3 ++ .../Materials/Misc/Powerbox/Metal.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_bomb.mat | 3 ++ .../Powerbox/Metal/power_metal_bomb.mat.meta | 3 ++ .../Metal/power_metal_boxingglove.mat | 3 ++ .../Metal/power_metal_boxingglove.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_bullet.mat | 3 ++ .../Metal/power_metal_bullet.mat.meta | 3 ++ .../Metal/power_metal_exclamation.mat | 3 ++ .../Metal/power_metal_exclamation.mat.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_fire.mat | 3 ++ .../Powerbox/Metal/power_metal_fire.mat.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_fire2.mat | 3 ++ .../Powerbox/Metal/power_metal_fire2.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_health.mat | 3 ++ .../Metal/power_metal_health.mat.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_heart.mat | 3 ++ .../Powerbox/Metal/power_metal_heart.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_lightning.mat | 3 ++ .../Metal/power_metal_lightning.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_magnet.mat | 3 ++ .../Metal/power_metal_magnet.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_question.mat | 3 ++ .../Metal/power_metal_question.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_shield.mat | 3 ++ .../Metal/power_metal_shield.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_skates.mat | 3 ++ .../Metal/power_metal_skates.mat.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_skull.mat | 3 ++ .../Powerbox/Metal/power_metal_skull.mat.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_speed.mat | 3 ++ .../Powerbox/Metal/power_metal_speed.mat.meta | 3 ++ .../Powerbox/Metal/power_metal_spikybomb.mat | 3 ++ .../Metal/power_metal_spikybomb.mat.meta | 3 ++ .../Misc/Powerbox/Metal/power_metal_star.mat | 3 ++ .../Powerbox/Metal/power_metal_star.mat.meta | 3 ++ .../Materials/Misc/Powerbox/PreColored.meta | 3 ++ .../Powerbox/PreColored/power_bomb_pc.mat | 3 ++ .../PreColored/power_bomb_pc.mat.meta | 3 ++ .../PreColored/power_boxingglove_pc.mat | 3 ++ .../PreColored/power_boxingglove_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_bullet_pc.mat | 3 ++ .../PreColored/power_bullet_pc.mat.meta | 3 ++ .../PreColored/power_exclamation_pc.mat | 3 ++ .../PreColored/power_exclamation_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_fire2_pc.mat | 3 ++ .../PreColored/power_fire2_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_fire_pc.mat | 3 ++ .../PreColored/power_fire_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_health_pc.mat | 3 ++ .../PreColored/power_health_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_heart_pc.mat | 3 ++ .../PreColored/power_heart_pc.mat.meta | 3 ++ .../PreColored/power_lightning_pc.mat | 3 ++ .../PreColored/power_lightning_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_magnet_pc.mat | 3 ++ .../PreColored/power_magnet_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_question_pc.mat | 3 ++ .../PreColored/power_question_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_shield_pc.mat | 3 ++ .../PreColored/power_shield_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_skates_pc.mat | 3 ++ .../PreColored/power_skates_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_skull_pc.mat | 3 ++ .../PreColored/power_skull_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_speed_pc.mat | 3 ++ .../PreColored/power_speed_pc.mat.meta | 3 ++ .../PreColored/power_spikybomb_pc.mat | 3 ++ .../PreColored/power_spikybomb_pc.mat.meta | 3 ++ .../Powerbox/PreColored/power_star_pc.mat | 3 ++ .../PreColored/power_star_pc.mat.meta | 3 ++ .../Materials/Misc/Powerbox/VertexColor.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_bomb.mat | 3 ++ .../Powerbox/VertexColor/power_bomb.mat.meta | 3 ++ .../VertexColor/power_boxingglove.mat | 3 ++ .../VertexColor/power_boxingglove.mat.meta | 3 ++ .../Powerbox/VertexColor/power_bullet.mat | 3 ++ .../VertexColor/power_bullet.mat.meta | 3 ++ .../VertexColor/power_exclamation.mat | 3 ++ .../VertexColor/power_exclamation.mat.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_fire.mat | 3 ++ .../Powerbox/VertexColor/power_fire.mat.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_fire2.mat | 3 ++ .../Powerbox/VertexColor/power_fire2.mat.meta | 3 ++ .../Powerbox/VertexColor/power_health.mat | 3 ++ .../VertexColor/power_health.mat.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_heart.mat | 3 ++ .../Powerbox/VertexColor/power_heart.mat.meta | 3 ++ .../Powerbox/VertexColor/power_lightning.mat | 3 ++ .../VertexColor/power_lightning.mat.meta | 3 ++ .../Powerbox/VertexColor/power_magnet.mat | 3 ++ .../VertexColor/power_magnet.mat.meta | 3 ++ .../Powerbox/VertexColor/power_question.mat | 3 ++ .../VertexColor/power_question.mat.meta | 3 ++ .../Powerbox/VertexColor/power_shield.mat | 3 ++ .../VertexColor/power_shield.mat.meta | 3 ++ .../Powerbox/VertexColor/power_skates.mat | 3 ++ .../VertexColor/power_skates.mat.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_skull.mat | 3 ++ .../Powerbox/VertexColor/power_skull.mat.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_speed.mat | 3 ++ .../Powerbox/VertexColor/power_speed.mat.meta | 3 ++ .../Powerbox/VertexColor/power_spikybomb.mat | 3 ++ .../VertexColor/power_spikybomb.mat.meta | 3 ++ .../Misc/Powerbox/VertexColor/power_star.mat | 3 ++ .../Powerbox/VertexColor/power_star.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Powerups.meta | 3 ++ .../Materials/Misc/Powerups/PreColored.meta | 3 ++ .../PreColored/pwr_sym_pc_bolt_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_bolt_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_bomb_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_bomb_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_boxingglove_AB.mat | 3 ++ .../pwr_sym_pc_boxingglove_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_bullet_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_bullet_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_exclamation_AB.mat | 3 ++ .../pwr_sym_pc_exclamation_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_fire2_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_fire2_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_fire_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_fire_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_health_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_health_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_heart_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_heart_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_magnet_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_magnet_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_question_AB.mat | 3 ++ .../pwr_sym_pc_question_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_shield_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_shield_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_skates_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_skates_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_skull_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_skull_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_speed_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_speed_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_spikybomb_AB.mat | 3 ++ .../pwr_sym_pc_spikybomb_AB.mat.meta | 3 ++ .../PreColored/pwr_sym_pc_star_AB.mat | 3 ++ .../PreColored/pwr_sym_pc_star_AB.mat.meta | 3 ++ .../Materials/Misc/Powerups/VertexColor.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_bolt_AB.mat | 3 ++ .../VertexColor/pwr_sym_bolt_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_bomb_AB.mat | 3 ++ .../VertexColor/pwr_sym_bomb_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_boxingglove_AB.mat | 3 ++ .../pwr_sym_boxingglove_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_bullet_AB.mat | 3 ++ .../VertexColor/pwr_sym_bullet_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_exclamation_AB.mat | 3 ++ .../pwr_sym_exclamation_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_fire2_AB.mat | 3 ++ .../VertexColor/pwr_sym_fire2_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_fire_AB.mat | 3 ++ .../VertexColor/pwr_sym_fire_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_health_AB.mat | 3 ++ .../VertexColor/pwr_sym_health_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_heart_AB.mat | 3 ++ .../VertexColor/pwr_sym_heart_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_magnet_AB.mat | 3 ++ .../VertexColor/pwr_sym_magnet_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_question_AB.mat | 3 ++ .../VertexColor/pwr_sym_question_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_shield_AB.mat | 3 ++ .../VertexColor/pwr_sym_shield_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_skates_AB.mat | 3 ++ .../VertexColor/pwr_sym_skates_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_skull_AB.mat | 3 ++ .../VertexColor/pwr_sym_skull_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_speed_AB.mat | 3 ++ .../VertexColor/pwr_sym_speed_AB.mat.meta | 3 ++ .../VertexColor/pwr_sym_spikybomb_AB.mat | 3 ++ .../VertexColor/pwr_sym_spikybomb_AB.mat.meta | 3 ++ .../Powerups/VertexColor/pwr_sym_star_AB.mat | 3 ++ .../VertexColor/pwr_sym_star_AB.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Skulls.meta | 3 ++ .../Materials/Misc/Skulls/skull2_AB.mat | 3 ++ .../Materials/Misc/Skulls/skull2_AB.mat.meta | 3 ++ .../Materials/Misc/Skulls/skull3_AB.mat | 3 ++ .../Materials/Misc/Skulls/skull3_AB.mat.meta | 3 ++ .../Materials/Misc/Skulls/skull4_AB.mat | 3 ++ .../Materials/Misc/Skulls/skull4_AB.mat.meta | 3 ++ .../Materials/Misc/Skulls/skull_evil_AB.mat | 3 ++ .../Misc/Skulls/skull_evil_AB.mat.meta | 3 ++ .../Materials/Misc/Skulls/skull_love_AB.mat | 3 ++ .../Misc/Skulls/skull_love_AB.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc/Stars.meta | 3 ++ .../Materials/Misc/Stars/star_4x4_AB.mat | 3 ++ .../Materials/Misc/Stars/star_4x4_AB.mat.meta | 3 ++ .../Materials/Misc/Stars/star_AB.mat | 3 ++ .../Materials/Misc/Stars/star_AB.mat.meta | 3 ++ .../Materials/Misc/Stars/star_ADD.mat | 3 ++ .../Materials/Misc/Stars/star_ADD.mat.meta | 3 ++ .../Materials/Misc/Stars/star_outline_AB.mat | 3 ++ .../Misc/Stars/star_outline_AB.mat.meta | 3 ++ .../Materials/Misc/Stars/star_outlined_AB.mat | 3 ++ .../Misc/Stars/star_outlined_AB.mat.meta | 3 ++ .../Misc/Stars/star_outlined_colored_AB.mat | 3 ++ .../Stars/star_outlined_colored_AB.mat.meta | 3 ++ .../Materials/Misc/Stars/star_soft_4x4_AB.mat | 3 ++ .../Misc/Stars/star_soft_4x4_AB.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc/Sword.meta | 3 ++ .../Materials/Misc/Sword/slash01_AB.mat | 3 ++ .../Materials/Misc/Sword/slash01_AB.mat.meta | 3 ++ .../Materials/Misc/Sword/slash01_ADD.mat | 3 ++ .../Materials/Misc/Sword/slash01_ADD.mat.meta | 3 ++ .../Materials/Misc/Sword/slash02_AB.mat | 3 ++ .../Materials/Misc/Sword/slash02_AB.mat.meta | 3 ++ .../Materials/Misc/Sword/slash02_ADD.mat | 3 ++ .../Materials/Misc/Sword/slash02_ADD.mat.meta | 3 ++ .../Materials/Misc/Sword/slash03_AB.mat | 3 ++ .../Materials/Misc/Sword/slash03_AB.mat.meta | 3 ++ .../Materials/Misc/Sword/slash03_ADD.mat | 3 ++ .../Materials/Misc/Sword/slash03_ADD.mat.meta | 3 ++ .../Materials/Misc/Sword/slash_ADD.mat | 3 ++ .../Materials/Misc/Sword/slash_ADD.mat.meta | 3 ++ .../Misc/Sword/slash_circle01_AB.mat | 3 ++ .../Misc/Sword/slash_circle01_AB.mat.meta | 3 ++ .../Misc/Sword/slash_circle01_ADD.mat | 3 ++ .../Misc/Sword/slash_circle01_ADD.mat.meta | 3 ++ .../Misc/Sword/slash_circle02_ADD.mat | 3 ++ .../Misc/Sword/slash_circle02_ADD.mat.meta | 3 ++ Assets/Epic Toon FX/Materials/Misc/Text.meta | 3 ++ .../Materials/Misc/Text/numbers_ADD.mat | 3 ++ .../Materials/Misc/Text/numbers_ADD.mat.meta | 3 ++ .../Materials/Misc/Text/sharp_blue.mat | 3 ++ .../Materials/Misc/Text/sharp_blue.mat.meta | 3 ++ .../Materials/Misc/Text/sharp_red.mat | 3 ++ .../Materials/Misc/Text/sharp_red.mat.meta | 3 ++ .../Materials/Misc/Text/sharp_white.mat | 3 ++ .../Materials/Misc/Text/sharp_white.mat.meta | 3 ++ .../Materials/Misc/Text/sharp_yellow.mat | 3 ++ .../Materials/Misc/Text/sharp_yellow.mat.meta | 3 ++ .../Materials/Misc/Text/txt_bang.mat | 3 ++ .../Materials/Misc/Text/txt_bang.mat.meta | 3 ++ .../Materials/Misc/Text/txt_blam.mat | 3 ++ .../Materials/Misc/Text/txt_blam.mat.meta | 3 ++ .../Materials/Misc/Text/txt_boom.mat | 3 ++ .../Materials/Misc/Text/txt_boom.mat.meta | 3 ++ .../Materials/Misc/Text/txt_clunk.mat | 3 ++ .../Materials/Misc/Text/txt_clunk.mat.meta | 3 ++ .../Materials/Misc/Text/txt_crack.mat | 3 ++ .../Materials/Misc/Text/txt_crack.mat.meta | 3 ++ .../Materials/Misc/Text/txt_crash.mat | 3 ++ .../Materials/Misc/Text/txt_crash.mat.meta | 3 ++ .../Materials/Misc/Text/txt_crit.mat | 3 ++ .../Materials/Misc/Text/txt_crit.mat.meta | 3 ++ .../Materials/Misc/Text/txt_critical.mat | 3 ++ .../Materials/Misc/Text/txt_critical.mat.meta | 3 ++ .../Materials/Misc/Text/txt_hit.mat | 3 ++ .../Materials/Misc/Text/txt_hit.mat.meta | 3 ++ .../Materials/Misc/Text/txt_ka-pow.mat | 3 ++ .../Materials/Misc/Text/txt_ka-pow.mat.meta | 3 ++ .../Materials/Misc/Text/txt_kick.mat | 3 ++ .../Materials/Misc/Text/txt_kick.mat.meta | 3 ++ .../Materials/Misc/Text/txt_ko.mat | 3 ++ .../Materials/Misc/Text/txt_ko.mat.meta | 3 ++ .../Materials/Misc/Text/txt_miss.mat | 3 ++ .../Materials/Misc/Text/txt_miss.mat.meta | 3 ++ .../Materials/Misc/Text/txt_omg.mat | 3 ++ .../Materials/Misc/Text/txt_omg.mat.meta | 3 ++ .../Materials/Misc/Text/txt_poof.mat | 3 ++ .../Materials/Misc/Text/txt_poof.mat.meta | 3 ++ .../Materials/Misc/Text/txt_pop.mat | 3 ++ .../Materials/Misc/Text/txt_pop.mat.meta | 3 ++ .../Materials/Misc/Text/txt_pow.mat | 3 ++ .../Materials/Misc/Text/txt_pow.mat.meta | 3 ++ .../Materials/Misc/Text/txt_punch.mat | 3 ++ .../Materials/Misc/Text/txt_punch.mat.meta | 3 ++ .../Materials/Misc/Text/txt_smack.mat | 3 ++ .../Materials/Misc/Text/txt_smack.mat.meta | 3 ++ .../Materials/Misc/Text/txt_smooch.mat | 3 ++ .../Materials/Misc/Text/txt_smooch.mat.meta | 3 ++ .../Materials/Misc/Text/txt_sparkle.mat | 3 ++ .../Materials/Misc/Text/txt_sparkle.mat.meta | 3 ++ .../Materials/Misc/Text/txt_splash.mat | 3 ++ .../Materials/Misc/Text/txt_splash.mat.meta | 3 ++ .../Materials/Misc/Text/txt_splat.mat | 3 ++ .../Materials/Misc/Text/txt_splat.mat.meta | 3 ++ .../Materials/Misc/Text/txt_whammm.mat | 3 ++ .../Materials/Misc/Text/txt_whammm.mat.meta | 3 ++ .../Materials/Misc/Text/txt_wow.mat | 3 ++ .../Materials/Misc/Text/txt_wow.mat.meta | 3 ++ .../Materials/Misc/Text/txt_wtf.mat | 3 ++ .../Materials/Misc/Text/txt_wtf.mat.meta | 3 ++ .../Materials/Misc/Text/txt_zzzap.mat | 3 ++ .../Materials/Misc/Text/txt_zzzap.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Unsorted.meta | 3 ++ .../Misc/Unsorted/aura_punch_ADD.mat | 3 ++ .../Misc/Unsorted/aura_punch_ADD.mat.meta | 3 ++ .../Materials/Misc/Unsorted/coins_AB.mat | 3 ++ .../Materials/Misc/Unsorted/coins_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/confetti_AB.mat | 3 ++ .../Misc/Unsorted/confetti_AB.mat.meta | 3 ++ .../Misc/Unsorted/evil_spirit2_ADD.mat | 3 ++ .../Misc/Unsorted/evil_spirit2_ADD.mat.meta | 3 ++ .../Misc/Unsorted/evil_spirit3_ADD.mat | 3 ++ .../Misc/Unsorted/evil_spirit3_ADD.mat.meta | 3 ++ .../Misc/Unsorted/evil_spirit_ADD.mat | 3 ++ .../Misc/Unsorted/evil_spirit_ADD.mat.meta | 3 ++ .../Materials/Misc/Unsorted/feather_AB.mat | 3 ++ .../Misc/Unsorted/feather_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/fruit.mat | 3 ++ .../Materials/Misc/Unsorted/fruit.mat.meta | 3 ++ .../Materials/Misc/Unsorted/fruitslices.mat | 3 ++ .../Misc/Unsorted/fruitslices.mat.meta | 3 ++ .../Materials/Misc/Unsorted/grab1_ADD.mat | 3 ++ .../Misc/Unsorted/grab1_ADD.mat.meta | 3 ++ .../Materials/Misc/Unsorted/grab2_ADD.mat | 3 ++ .../Misc/Unsorted/grab2_ADD.mat.meta | 3 ++ .../Materials/Misc/Unsorted/healing_AB.mat | 3 ++ .../Misc/Unsorted/healing_AB.mat.meta | 3 ++ .../Misc/Unsorted/ice_spikes_ADD.mat | 3 ++ .../Misc/Unsorted/ice_spikes_ADD.mat.meta | 3 ++ .../Materials/Misc/Unsorted/leaf_3x3_AB.mat | 3 ++ .../Misc/Unsorted/leaf_3x3_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/moneybills_AB.mat | 3 ++ .../Misc/Unsorted/moneybills_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/notes_AB.mat | 3 ++ .../Materials/Misc/Unsorted/notes_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/snowflake_AB.mat | 3 ++ .../Misc/Unsorted/snowflake_AB.mat.meta | 3 ++ .../Misc/Unsorted/talkbubble_4x4_AB.mat | 3 ++ .../Misc/Unsorted/talkbubble_4x4_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/talkbubble_AB.mat | 3 ++ .../Misc/Unsorted/talkbubble_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/wave_AB.mat | 3 ++ .../Materials/Misc/Unsorted/wave_AB.mat.meta | 3 ++ .../Materials/Misc/Unsorted/wave_soft_AB.mat | 3 ++ .../Misc/Unsorted/wave_soft_AB.mat.meta | 3 ++ .../Epic Toon FX/Materials/Misc/Warnings.meta | 3 ++ .../Materials/Misc/Warnings/warn_bolt_AB.mat | 3 ++ .../Misc/Warnings/warn_bolt_AB.mat.meta | 3 ++ .../Misc/Warnings/warn_exclamation_AB.mat | 3 ++ .../Warnings/warn_exclamation_AB.mat.meta | 3 ++ .../Misc/Warnings/warn_explosive_AB.mat | 3 ++ .../Misc/Warnings/warn_explosive_AB.mat.meta | 3 ++ .../Materials/Misc/Warnings/warn_skull_AB.mat | 3 ++ .../Misc/Warnings/warn_skull_AB.mat.meta | 3 ++ Assets/Epic Toon FX/Models.meta | 3 ++ .../Epic Toon FX/Models/ETFX_AuraVertical.FBX | 3 ++ .../Models/ETFX_AuraVertical.FBX.meta | 3 ++ .../Models/ETFX_AuraVerticalCentered.FBX | 3 ++ .../Models/ETFX_AuraVerticalCentered.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_Bullet.FBX | 3 ++ .../Epic Toon FX/Models/ETFX_Bullet.FBX.meta | 3 ++ .../Epic Toon FX/Models/ETFX_BulletFatHP.FBX | 3 ++ .../Models/ETFX_BulletFatHP.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX | 3 ++ .../Models/ETFX_BulletHP.FBX.meta | 3 ++ .../Epic Toon FX/Models/ETFX_BulletSharp.FBX | 3 ++ .../Models/ETFX_BulletSharp.FBX.meta | 3 ++ .../Epic Toon FX/Models/ETFX_CirclePlane.FBX | 3 ++ .../Models/ETFX_CirclePlane.FBX.meta | 3 ++ .../Epic Toon FX/Models/ETFX_CirclePlane2.FBX | 3 ++ .../Models/ETFX_CirclePlane2.FBX.meta | 3 ++ .../Models/ETFX_CirclePlaneHalf.FBX | 3 ++ .../Models/ETFX_CirclePlaneHalf.FBX.meta | 3 ++ .../Epic Toon FX/Models/ETFX_CurvedPlane.FBX | 3 ++ .../Models/ETFX_CurvedPlane.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX | 3 ++ .../Models/ETFX_MagicWall.FBX.meta | 3 ++ .../Models/ETFX_PlaneWeighted.FBX | 3 ++ .../Models/ETFX_PlaneWeighted.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX | 3 ++ .../Models/ETFX_PowerBox.FBX.meta | 3 ++ .../Models/ETFX_PowerBoxSmooth.FBX | 3 ++ .../Models/ETFX_PowerBoxSmooth.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_Rocket.FBX | 3 ++ .../Epic Toon FX/Models/ETFX_Rocket.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX | 3 ++ .../Epic Toon FX/Models/ETFX_Rocket2.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_Shield.FBX | 3 ++ .../Epic Toon FX/Models/ETFX_Shield.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/ETFX_Sword.FBX | 3 ++ .../Epic Toon FX/Models/ETFX_Sword.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/Materials.meta | 3 ++ .../Models/Materials/Material #30.mat | 3 ++ .../Models/Materials/Material #30.mat.meta | 3 ++ .../Epic Toon FX/Models/Materials/No Name.mat | 3 ++ .../Models/Materials/No Name.mat.meta | 3 ++ .../Epic Toon FX/Models/Materials/Sword.mat | 3 ++ .../Models/Materials/Sword.mat.meta | 3 ++ .../Models/Materials/sphereshield.mat | 3 ++ .../Models/Materials/sphereshield.mat.meta | 3 ++ .../Models/Materials/verticalglow02.mat | 3 ++ .../Models/Materials/verticalglow02.mat.meta | 3 ++ .../Models/Materials/verticalgradient2.mat | 3 ++ .../Materials/verticalgradient2.mat.meta | 3 ++ Assets/Epic Toon FX/Models/aura_flat.FBX | 3 ++ Assets/Epic Toon FX/Models/aura_flat.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/aura_inward.FBX | 3 ++ .../Epic Toon FX/Models/aura_inward.FBX.meta | 3 ++ Assets/Epic Toon FX/Models/aura_straight.FBX | 3 ++ .../Models/aura_straight.FBX.meta | 3 ++ Assets/Epic Toon FX/Prefabs 2D.meta | 3 ++ .../Epic Toon FX/Prefabs 2D/Background.meta | 3 ++ .../Background/BackgroundStars.prefab | 3 ++ .../Background/BackgroundStars.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs 2D/Blood.meta | 3 ++ .../Epic Toon FX/Prefabs 2D/Blood/Green.meta | 3 ++ .../Blood/Green/GreenBloodDripping2D.prefab | 3 ++ .../Green/GreenBloodDripping2D.prefab.meta | 3 ++ .../Blood/Green/GreenBloodExplosion2D.prefab | 3 ++ .../Green/GreenBloodExplosion2D.prefab.meta | 3 ++ .../Blood/Green/GreenBloodShowerLoop2D.prefab | 3 ++ .../Green/GreenBloodShowerLoop2D.prefab.meta | 3 ++ .../Green/GreenBloodSplatCritical2D.prefab | 3 ++ .../GreenBloodSplatCritical2D.prefab.meta | 3 ++ .../Green/GreenBloodSplatDirectional2D.prefab | 3 ++ .../GreenBloodSplatDirectional2D.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs 2D/Blood/Red.meta | 3 ++ .../Blood/Red/BloodDripping2D.prefab | 3 ++ .../Blood/Red/BloodDripping2D.prefab.meta | 3 ++ .../Blood/Red/BloodExplosion2D.prefab | 3 ++ .../Blood/Red/BloodExplosion2D.prefab.meta | 3 ++ .../Blood/Red/BloodShowerLoop2D.prefab | 3 ++ .../Blood/Red/BloodShowerLoop2D.prefab.meta | 3 ++ .../Blood/Red/BloodSplatCritical2D.prefab | 3 ++ .../Red/BloodSplatCritical2D.prefab.meta | 3 ++ .../Blood/Red/BloodSplatDirectional2D.prefab | 3 ++ .../Red/BloodSplatDirectional2D.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs 2D/Blood/Yellow.meta | 3 ++ .../Blood/Yellow/YellowBloodDripping2D.prefab | 3 ++ .../Yellow/YellowBloodDripping2D.prefab.meta | 3 ++ .../Yellow/YellowBloodExplosion2D.prefab | 3 ++ .../Yellow/YellowBloodExplosion2D.prefab.meta | 3 ++ .../Yellow/YellowBloodShowerLoop2D.prefab | 3 ++ .../YellowBloodShowerLoop2D.prefab.meta | 3 ++ .../Yellow/YellowBloodSplatCritical2D.prefab | 3 ++ .../YellowBloodSplatCritical2D.prefab.meta | 3 ++ .../YellowBloodSplatDirectional2D.prefab | 3 ++ .../YellowBloodSplatDirectional2D.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs 2D/Explosions.meta | 3 ++ .../Prefabs 2D/Explosions/MetalHit2D.prefab | 3 ++ .../Explosions/MetalHit2D.prefab.meta | 3 ++ .../Explosions/SparkExplosion2D.prefab | 3 ++ .../Explosions/SparkExplosion2D.prefab.meta | 3 ++ .../Prefabs 2D/Explosions/StarBurst2D.prefab | 3 ++ .../Explosions/StarBurst2D.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs 2D/Water.meta | 3 ++ .../Prefabs 2D/Water/Flowing.meta | 3 ++ .../Water/Flowing/WaterDripping2D.prefab | 3 ++ .../Water/Flowing/WaterDripping2D.prefab.meta | 3 ++ .../Water/Flowing/WaterDrippingHeavy2D.prefab | 3 ++ .../Flowing/WaterDrippingHeavy2D.prefab.meta | 3 ++ .../Water/Flowing/WaterFall2D.prefab | 3 ++ .../Water/Flowing/WaterFall2D.prefab.meta | 3 ++ .../Water/Flowing/WaterFallSoft2D.prefab | 3 ++ .../Water/Flowing/WaterFallSoft2D.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs 2D/Weather.meta | 3 ++ .../Prefabs 2D/Weather/Rain2D.prefab | 3 ++ .../Prefabs 2D/Weather/Rain2D.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Combat.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Combat/Blood.meta | 3 ++ .../Prefabs/Combat/Blood/Green.meta | 3 ++ .../Blood/Green/GreenBloodDripping.prefab | 3 ++ .../Green/GreenBloodDripping.prefab.meta | 3 ++ .../Blood/Green/GreenBloodExplosion.prefab | 3 ++ .../Green/GreenBloodExplosion.prefab.meta | 3 ++ .../Green/GreenBloodExplosionRound.prefab | 3 ++ .../GreenBloodExplosionRound.prefab.meta | 3 ++ .../Green/GreenBloodExplosionRound2.prefab | 3 ++ .../GreenBloodExplosionRound2.prefab.meta | 3 ++ .../Green/GreenBloodExplosionSpiky.prefab | 3 ++ .../GreenBloodExplosionSpiky.prefab.meta | 3 ++ .../Blood/Green/GreenBloodFlowing.prefab | 3 ++ .../Blood/Green/GreenBloodFlowing.prefab.meta | 3 ++ .../Blood/Green/GreenBloodPoolGrowing.prefab | 3 ++ .../Green/GreenBloodPoolGrowing.prefab.meta | 3 ++ .../Blood/Green/GreenBloodShowerLoop.prefab | 3 ++ .../Green/GreenBloodShowerLoop.prefab.meta | 3 ++ .../Green/GreenBloodSplatCritical.prefab | 3 ++ .../Green/GreenBloodSplatCritical.prefab.meta | 3 ++ .../Green/GreenBloodSplatDirectional.prefab | 3 ++ .../GreenBloodSplatDirectional.prefab.meta | 3 ++ .../Green/GreenBloodSplatDirectional2.prefab | 3 ++ .../GreenBloodSplatDirectional2.prefab.meta | 3 ++ .../Blood/Green/GreenBloodSplatWide.prefab | 3 ++ .../Green/GreenBloodSplatWide.prefab.meta | 3 ++ .../Blood/Green/GreenBloodSplatWide2.prefab | 3 ++ .../Green/GreenBloodSplatWide2.prefab.meta | 3 ++ .../Prefabs/Combat/Blood/Red.meta | 3 ++ .../Combat/Blood/Red/BloodDripping.prefab | 3 ++ .../Blood/Red/BloodDripping.prefab.meta | 3 ++ .../Combat/Blood/Red/BloodExplosion.prefab | 3 ++ .../Blood/Red/BloodExplosion.prefab.meta | 3 ++ .../Blood/Red/BloodExplosionRound.prefab | 3 ++ .../Blood/Red/BloodExplosionRound.prefab.meta | 3 ++ .../Blood/Red/BloodExplosionRound2.prefab | 3 ++ .../Red/BloodExplosionRound2.prefab.meta | 3 ++ .../Blood/Red/BloodExplosionSpiky.prefab | 3 ++ .../Blood/Red/BloodExplosionSpiky.prefab.meta | 3 ++ .../Combat/Blood/Red/BloodFlowing.prefab | 3 ++ .../Combat/Blood/Red/BloodFlowing.prefab.meta | 3 ++ .../Combat/Blood/Red/BloodPoolGrowing.prefab | 3 ++ .../Blood/Red/BloodPoolGrowing.prefab.meta | 3 ++ .../Combat/Blood/Red/BloodShowerLoop.prefab | 3 ++ .../Blood/Red/BloodShowerLoop.prefab.meta | 3 ++ .../Blood/Red/BloodSplatCritical.prefab | 3 ++ .../Blood/Red/BloodSplatCritical.prefab.meta | 3 ++ .../Blood/Red/BloodSplatDirectional.prefab | 3 ++ .../Red/BloodSplatDirectional.prefab.meta | 3 ++ .../Blood/Red/BloodSplatDirectional2.prefab | 3 ++ .../Red/BloodSplatDirectional2.prefab.meta | 3 ++ .../Combat/Blood/Red/BloodSplatWide.prefab | 3 ++ .../Blood/Red/BloodSplatWide.prefab.meta | 3 ++ .../Combat/Blood/Red/BloodSplatWide2.prefab | 3 ++ .../Blood/Red/BloodSplatWide2.prefab.meta | 3 ++ .../Prefabs/Combat/Blood/Water.meta | 3 ++ .../Combat/Blood/Water/WaterDripping.prefab | 3 ++ .../Blood/Water/WaterDripping.prefab.meta | 3 ++ .../Combat/Blood/Water/WaterExplosion.prefab | 3 ++ .../Blood/Water/WaterExplosion.prefab.meta | 3 ++ .../Blood/Water/WaterExplosionRound.prefab | 3 ++ .../Water/WaterExplosionRound.prefab.meta | 3 ++ .../Blood/Water/WaterExplosionRound2.prefab | 3 ++ .../Water/WaterExplosionRound2.prefab.meta | 3 ++ .../Blood/Water/WaterExplosionSpiky.prefab | 3 ++ .../Water/WaterExplosionSpiky.prefab.meta | 3 ++ .../Combat/Blood/Water/WaterFlowing.prefab | 3 ++ .../Blood/Water/WaterFlowing.prefab.meta | 3 ++ .../Combat/Blood/Water/WaterShowerLoop.prefab | 3 ++ .../Blood/Water/WaterShowerLoop.prefab.meta | 3 ++ .../Blood/Water/WaterSplatCritical.prefab | 3 ++ .../Water/WaterSplatCritical.prefab.meta | 3 ++ .../Blood/Water/WaterSplatDirectional.prefab | 3 ++ .../Water/WaterSplatDirectional.prefab.meta | 3 ++ .../Blood/Water/WaterSplatDirectional2.prefab | 3 ++ .../Water/WaterSplatDirectional2.prefab.meta | 3 ++ .../Combat/Blood/Water/WaterSplatWide.prefab | 3 ++ .../Blood/Water/WaterSplatWide.prefab.meta | 3 ++ .../Combat/Blood/Water/WaterSplatWide2.prefab | 3 ++ .../Blood/Water/WaterSplatWide2.prefab.meta | 3 ++ .../Prefabs/Combat/Blood/Yellow.meta | 3 ++ .../Blood/Yellow/YellowBloodDripping.prefab | 3 ++ .../Yellow/YellowBloodDripping.prefab.meta | 3 ++ .../Blood/Yellow/YellowBloodExplosion.prefab | 3 ++ .../Yellow/YellowBloodExplosion.prefab.meta | 3 ++ .../Yellow/YellowBloodExplosionRound.prefab | 3 ++ .../YellowBloodExplosionRound.prefab.meta | 3 ++ .../Yellow/YellowBloodExplosionRound2.prefab | 3 ++ .../YellowBloodExplosionRound2.prefab.meta | 3 ++ .../Yellow/YellowBloodExplosionSpiky.prefab | 3 ++ .../YellowBloodExplosionSpiky.prefab.meta | 3 ++ .../Blood/Yellow/YellowBloodFlowing.prefab | 3 ++ .../Yellow/YellowBloodFlowing.prefab.meta | 3 ++ .../Yellow/YellowBloodPoolGrowing.prefab | 3 ++ .../Yellow/YellowBloodPoolGrowing.prefab.meta | 3 ++ .../Blood/Yellow/YellowBloodShowerLoop.prefab | 3 ++ .../Yellow/YellowBloodShowerLoop.prefab.meta | 3 ++ .../Yellow/YellowBloodSplatCritical.prefab | 3 ++ .../YellowBloodSplatCritical.prefab.meta | 3 ++ .../Yellow/YellowBloodSplatDirectional.prefab | 3 ++ .../YellowBloodSplatDirectional.prefab.meta | 3 ++ .../YellowBloodSplatDirectional2.prefab | 3 ++ .../YellowBloodSplatDirectional2.prefab.meta | 3 ++ .../Blood/Yellow/YellowBloodSplatWide.prefab | 3 ++ .../Yellow/YellowBloodSplatWide.prefab.meta | 3 ++ .../Blood/Yellow/YellowBloodSplatWide2.prefab | 3 ++ .../Yellow/YellowBloodSplatWide2.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/BombFuse.meta | 3 ++ .../Prefabs/Combat/BombFuse/BombFuse.prefab | 3 ++ .../Combat/BombFuse/BombFuse.prefab.meta | 3 ++ .../Prefabs/Combat/BombFuse/BombFuse2.prefab | 3 ++ .../Combat/BombFuse/BombFuse2.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/Brawling.meta | 3 ++ .../Prefabs/Combat/Brawling/RoundHit.meta | 3 ++ .../Brawling/RoundHit/RoundHitBlue.prefab | 3 ++ .../RoundHit/RoundHitBlue.prefab.meta | 3 ++ .../Brawling/RoundHit/RoundHitGreen.prefab | 3 ++ .../RoundHit/RoundHitGreen.prefab.meta | 3 ++ .../Brawling/RoundHit/RoundHitRed.prefab | 3 ++ .../Brawling/RoundHit/RoundHitRed.prefab.meta | 3 ++ .../Brawling/RoundHit/RoundHitYellow.prefab | 3 ++ .../RoundHit/RoundHitYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Brawling/Soft.meta | 3 ++ .../Combat/Brawling/Soft/Directional.meta | 3 ++ .../Soft/Directional/SoftPunchExtreme.prefab | 3 ++ .../Directional/SoftPunchExtreme.prefab.meta | 3 ++ .../Soft/Directional/SoftPunchHeavy.prefab | 3 ++ .../Directional/SoftPunchHeavy.prefab.meta | 3 ++ .../Soft/Directional/SoftPunchLight.prefab | 3 ++ .../Directional/SoftPunchLight.prefab.meta | 3 ++ .../Soft/Directional/SoftPunchMedium.prefab | 3 ++ .../Directional/SoftPunchMedium.prefab.meta | 3 ++ .../Prefabs/Combat/Brawling/Soft/Radial.meta | 3 ++ .../Soft/Radial/SoftRadialPunchExtreme.prefab | 3 ++ .../Radial/SoftRadialPunchExtreme.prefab.meta | 3 ++ .../Soft/Radial/SoftRadialPunchHeavy.prefab | 3 ++ .../Radial/SoftRadialPunchHeavy.prefab.meta | 3 ++ .../Soft/Radial/SoftRadialPunchLight.prefab | 3 ++ .../Radial/SoftRadialPunchLight.prefab.meta | 3 ++ .../Soft/Radial/SoftRadialPunchMedium.prefab | 3 ++ .../Radial/SoftRadialPunchMedium.prefab.meta | 3 ++ .../Combat/Brawling/Soft/SoftBodySlam.prefab | 3 ++ .../Brawling/Soft/SoftBodySlam.prefab.meta | 3 ++ .../Brawling/Soft/SoftFightAction.prefab | 3 ++ .../Brawling/Soft/SoftFightAction.prefab.meta | 3 ++ .../Brawling/Soft/SoftFightAction2.prefab | 3 ++ .../Soft/SoftFightAction2.prefab.meta | 3 ++ .../Prefabs/Combat/Brawling/Stun.meta | 3 ++ .../Brawling/Stun/StunnedCirclingStars.prefab | 3 ++ .../Stun/StunnedCirclingStars.prefab.meta | 3 ++ .../Stun/StunnedCirclingStarsSimple.prefab | 3 ++ .../StunnedCirclingStarsSimple.prefab.meta | 3 ++ .../Prefabs/Combat/Brawling/Toon.meta | 3 ++ .../Combat/Brawling/Toon/Directional.meta | 3 ++ .../Toon/Directional/ToonPunchExtreme.prefab | 3 ++ .../Directional/ToonPunchExtreme.prefab.meta | 3 ++ .../Toon/Directional/ToonPunchHeavy.prefab | 3 ++ .../Directional/ToonPunchHeavy.prefab.meta | 3 ++ .../Toon/Directional/ToonPunchLight.prefab | 3 ++ .../Directional/ToonPunchLight.prefab.meta | 3 ++ .../Toon/Directional/ToonPunchMedium.prefab | 3 ++ .../Directional/ToonPunchMedium.prefab.meta | 3 ++ .../Prefabs/Combat/Brawling/Toon/Radial.meta | 3 ++ .../Toon/Radial/ToonRadialPunchExtreme.prefab | 3 ++ .../Radial/ToonRadialPunchExtreme.prefab.meta | 3 ++ .../Toon/Radial/ToonRadialPunchHeavy.prefab | 3 ++ .../Radial/ToonRadialPunchHeavy.prefab.meta | 3 ++ .../Toon/Radial/ToonRadialPunchLight.prefab | 3 ++ .../Radial/ToonRadialPunchLight.prefab.meta | 3 ++ .../Toon/Radial/ToonRadialPunchMedium.prefab | 3 ++ .../Radial/ToonRadialPunchMedium.prefab.meta | 3 ++ .../Combat/Brawling/Toon/ToonBodySlam.prefab | 3 ++ .../Brawling/Toon/ToonBodySlam.prefab.meta | 3 ++ .../Brawling/Toon/ToonFightAction.prefab | 3 ++ .../Brawling/Toon/ToonFightAction.prefab.meta | 3 ++ .../Brawling/Toon/ToonFightAction2.prefab | 3 ++ .../Toon/ToonFightAction2.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/Combat FX.txt | 3 ++ .../Prefabs/Combat/Combat FX.txt.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Combat/Death.meta | 3 ++ .../Prefabs/Combat/Death/Skulls.meta | 3 ++ .../Combat/Death/Skulls/CuteDeath.prefab | 3 ++ .../Combat/Death/Skulls/CuteDeath.prefab.meta | 3 ++ .../Death/Skulls/ElectricDeathBlue.prefab | 3 ++ .../Skulls/ElectricDeathBlue.prefab.meta | 3 ++ .../Death/Skulls/ElectricDeathYellow.prefab | 3 ++ .../Skulls/ElectricDeathYellow.prefab.meta | 3 ++ .../Combat/Death/Skulls/EvilDeath.prefab | 3 ++ .../Combat/Death/Skulls/EvilDeath.prefab.meta | 3 ++ .../Combat/Death/Skulls/FireDeath.prefab | 3 ++ .../Combat/Death/Skulls/FireDeath.prefab.meta | 3 ++ .../Combat/Death/Skulls/FrostDeath.prefab | 3 ++ .../Death/Skulls/FrostDeath.prefab.meta | 3 ++ .../Combat/Death/Skulls/GenericDeath.prefab | 3 ++ .../Death/Skulls/GenericDeath.prefab.meta | 3 ++ .../Combat/Death/Skulls/MysticDeath.prefab | 3 ++ .../Death/Skulls/MysticDeath.prefab.meta | 3 ++ .../Combat/Death/Skulls/PoisonDeath.prefab | 3 ++ .../Death/Skulls/PoisonDeath.prefab.meta | 3 ++ .../Combat/Death/Skulls/SuperEvilDeath.prefab | 3 ++ .../Death/Skulls/SuperEvilDeath.prefab.meta | 3 ++ .../Prefabs/Combat/Death/Souls.meta | 3 ++ .../Combat/Death/Souls/SoulCuteDeath.prefab | 3 ++ .../Death/Souls/SoulCuteDeath.prefab.meta | 3 ++ .../Death/Souls/SoulElectricDeathBlue.prefab | 3 ++ .../Souls/SoulElectricDeathBlue.prefab.meta | 3 ++ .../Souls/SoulElectricDeathYellow.prefab | 3 ++ .../Souls/SoulElectricDeathYellow.prefab.meta | 3 ++ .../Combat/Death/Souls/SoulEvilDeath.prefab | 3 ++ .../Death/Souls/SoulEvilDeath.prefab.meta | 3 ++ .../Combat/Death/Souls/SoulFireDeath.prefab | 3 ++ .../Death/Souls/SoulFireDeath.prefab.meta | 3 ++ .../Combat/Death/Souls/SoulFrostDeath.prefab | 3 ++ .../Death/Souls/SoulFrostDeath.prefab.meta | 3 ++ .../Death/Souls/SoulGenericDeath.prefab | 3 ++ .../Death/Souls/SoulGenericDeath.prefab.meta | 3 ++ .../Combat/Death/Souls/SoulMysticDeath.prefab | 3 ++ .../Death/Souls/SoulMysticDeath.prefab.meta | 3 ++ .../Combat/Death/Souls/SoulPoisonDeath.prefab | 3 ++ .../Death/Souls/SoulPoisonDeath.prefab.meta | 3 ++ .../Death/Souls/SoulSuperEvilDeath.prefab | 3 ++ .../Souls/SoulSuperEvilDeath.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/Decals.meta | 3 ++ .../Prefabs/Combat/Decals/Bullet Decal.meta | 3 ++ .../Bullet Decal/BulletDecalDirt.prefab | 3 ++ .../Bullet Decal/BulletDecalDirt.prefab.meta | 3 ++ .../Bullet Decal/BulletDecalGlass.prefab | 3 ++ .../Bullet Decal/BulletDecalGlass.prefab.meta | 3 ++ .../Bullet Decal/BulletDecalGrass.prefab | 3 ++ .../Bullet Decal/BulletDecalGrass.prefab.meta | 3 ++ .../Bullet Decal/BulletDecalMetal.prefab | 3 ++ .../Bullet Decal/BulletDecalMetal.prefab.meta | 3 ++ .../Bullet Decal/BulletDecalStone.prefab | 3 ++ .../Bullet Decal/BulletDecalStone.prefab.meta | 3 ++ .../Bullet Decal/BulletDecalWood.prefab | 3 ++ .../Bullet Decal/BulletDecalWood.prefab.meta | 3 ++ .../Prefabs/Combat/Decals/Energy Decal.meta | 3 ++ .../Energy Decal/EnergyDecalBlue.prefab | 3 ++ .../Energy Decal/EnergyDecalBlue.prefab.meta | 3 ++ .../Energy Decal/EnergyDecalFire.prefab | 3 ++ .../Energy Decal/EnergyDecalFire.prefab.meta | 3 ++ .../Energy Decal/EnergyDecalGreen.prefab | 3 ++ .../Energy Decal/EnergyDecalGreen.prefab.meta | 3 ++ .../Energy Decal/EnergyDecalPink.prefab | 3 ++ .../Energy Decal/EnergyDecalPink.prefab.meta | 3 ++ .../Combat/Decals/Explosion Decal.meta | 3 ++ .../Explosion Decal/ExplosionDecalBlue.prefab | 3 ++ .../ExplosionDecalBlue.prefab.meta | 3 ++ .../Explosion Decal/ExplosionDecalFire.prefab | 3 ++ .../ExplosionDecalFire.prefab.meta | 3 ++ .../ExplosionDecalGreen.prefab | 3 ++ .../ExplosionDecalGreen.prefab.meta | 3 ++ .../Explosion Decal/ExplosionDecalPink.prefab | 3 ++ .../ExplosionDecalPink.prefab.meta | 3 ++ .../Prefabs/Combat/Explosions (Misc).meta | 3 ++ .../BalloonPopExplosion.prefab | 3 ++ .../BalloonPopExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/FlashExplosion.prefab | 3 ++ .../FlashExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/FlashExplosion2.prefab | 3 ++ .../FlashExplosion2.prefab.meta | 3 ++ .../FlashExplosionRadial.prefab | 3 ++ .../FlashExplosionRadial.prefab.meta | 3 ++ .../Explosions (Misc)/HitDustExplosion.prefab | 3 ++ .../HitDustExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/MetalExplosion.prefab | 3 ++ .../MetalExplosion.prefab.meta | 3 ++ .../MetalExplosionBig.prefab | 3 ++ .../MetalExplosionBig.prefab.meta | 3 ++ .../Explosions (Misc)/PoisonExplosion.prefab | 3 ++ .../PoisonExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/PoisonExplosion2.prefab | 3 ++ .../PoisonExplosion2.prefab.meta | 3 ++ .../PoisonExplosionSoft.prefab | 3 ++ .../PoisonExplosionSoft.prefab.meta | 3 ++ .../PoisonSkullExplosion.prefab | 3 ++ .../PoisonSkullExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/RespawnExplosion.prefab | 3 ++ .../RespawnExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/ScanExplosion.prefab | 3 ++ .../ScanExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/SparkExplosion.prefab | 3 ++ .../SparkExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/StunExplosion.prefab | 3 ++ .../StunExplosion.prefab.meta | 3 ++ .../Explosions (Misc)/StunExplosion2.prefab | 3 ++ .../StunExplosion2.prefab.meta | 3 ++ .../StunStarExplosion.prefab | 3 ++ .../StunStarExplosion.prefab.meta | 3 ++ .../TargetHitExplosion.prefab | 3 ++ .../TargetHitExplosion.prefab.meta | 3 ++ .../Prefabs/Combat/Explosions (Text).meta | 3 ++ .../Combat/Explosions (Text)/Bang.prefab | 3 ++ .../Combat/Explosions (Text)/Bang.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Blam.prefab | 3 ++ .../Combat/Explosions (Text)/Blam.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Boom.prefab | 3 ++ .../Combat/Explosions (Text)/Boom.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Crack.prefab | 3 ++ .../Explosions (Text)/Crack.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Crash.prefab | 3 ++ .../Explosions (Text)/Crash.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Critical.prefab | 3 ++ .../Explosions (Text)/Critical.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Hit.prefab | 3 ++ .../Combat/Explosions (Text)/Hit.prefab.meta | 3 ++ .../Combat/Explosions (Text)/KaPow.prefab | 3 ++ .../Explosions (Text)/KaPow.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Miss.prefab | 3 ++ .../Combat/Explosions (Text)/Miss.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Omg.prefab | 3 ++ .../Combat/Explosions (Text)/Omg.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Poof.prefab | 3 ++ .../Combat/Explosions (Text)/Poof.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Pop.prefab | 3 ++ .../Combat/Explosions (Text)/Pop.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Pow.prefab | 3 ++ .../Combat/Explosions (Text)/Pow.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Smack.prefab | 3 ++ .../Explosions (Text)/Smack.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Smooch.prefab | 3 ++ .../Explosions (Text)/Smooch.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Sparkle.prefab | 3 ++ .../Explosions (Text)/Sparkle.prefab.meta | 3 ++ .../Explosions (Text)/Splash(Water).prefab | 3 ++ .../Splash(Water).prefab.meta | 3 ++ .../Explosions (Text)/Splat(Green).prefab | 3 ++ .../Splat(Green).prefab.meta | 3 ++ .../Explosions (Text)/Splat(Red).prefab | 3 ++ .../Explosions (Text)/Splat(Red).prefab.meta | 3 ++ .../Explosions (Text)/Splat(Water).prefab | 3 ++ .../Splat(Water).prefab.meta | 3 ++ .../Combat/Explosions (Text)/Whammm.prefab | 3 ++ .../Explosions (Text)/Whammm.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Wow.prefab | 3 ++ .../Combat/Explosions (Text)/Wow.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Wtf.prefab | 3 ++ .../Combat/Explosions (Text)/Wtf.prefab.meta | 3 ++ .../Combat/Explosions (Text)/Zap.prefab | 3 ++ .../Combat/Explosions (Text)/Zap.prefab.meta | 3 ++ .../Prefabs/Combat/Explosions.meta | 3 ++ .../Combat/Explosions/BubbleExplosion.meta | 3 ++ .../BubbleExplosion/BubbleExplosion.prefab | 3 ++ .../BubbleExplosion.prefab.meta | 3 ++ .../Combat/Explosions/BulletExplosion.meta | 3 ++ .../BulletExplosionBlue.prefab | 3 ++ .../BulletExplosionBlue.prefab.meta | 3 ++ .../BulletExplosionFire.prefab | 3 ++ .../BulletExplosionFire.prefab.meta | 3 ++ .../BulletExplosionGreen.prefab | 3 ++ .../BulletExplosionGreen.prefab.meta | 3 ++ .../BulletExplosionPink.prefab | 3 ++ .../BulletExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/BulletFatExplosion.meta | 3 ++ .../BulletFatExplosionBlue.prefab | 3 ++ .../BulletFatExplosionBlue.prefab.meta | 3 ++ .../BulletFatExplosionFire.prefab | 3 ++ .../BulletFatExplosionFire.prefab.meta | 3 ++ .../BulletFatExplosionGreen.prefab | 3 ++ .../BulletFatExplosionGreen.prefab.meta | 3 ++ .../BulletFatExplosionPink.prefab | 3 ++ .../BulletFatExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/EnergyExplosion.meta | 3 ++ .../EnergyExplosionBlue.prefab | 3 ++ .../EnergyExplosionBlue.prefab.meta | 3 ++ .../EnergyExplosionGreen.prefab | 3 ++ .../EnergyExplosionGreen.prefab.meta | 3 ++ .../EnergyExplosionPink.prefab | 3 ++ .../EnergyExplosionPink.prefab.meta | 3 ++ .../EnergyExplosion/EnergyExplosionRed.prefab | 3 ++ .../EnergyExplosionRed.prefab.meta | 3 ++ .../EnergyExplosionYellow.prefab | 3 ++ .../EnergyExplosionYellow.prefab.meta | 3 ++ .../Explosions/FireballRoundExplosion.meta | 3 ++ .../ExplosionFireballBlue.prefab | 3 ++ .../ExplosionFireballBlue.prefab.meta | 3 ++ .../ExplosionFireballFire.prefab | 3 ++ .../ExplosionFireballFire.prefab.meta | 3 ++ .../ExplosionFireballGreen.prefab | 3 ++ .../ExplosionFireballGreen.prefab.meta | 3 ++ .../ExplosionFireballPink.prefab | 3 ++ .../ExplosionFireballPink.prefab.meta | 3 ++ .../Explosions/FireballSharpExplosion.meta | 3 ++ .../ExplosionFireballSharpBlue.prefab | 3 ++ .../ExplosionFireballSharpBlue.prefab.meta | 3 ++ .../ExplosionFireballSharpFire.prefab | 3 ++ .../ExplosionFireballSharpFire.prefab.meta | 3 ++ .../ExplosionFireballSharpGreen.prefab | 3 ++ .../ExplosionFireballSharpGreen.prefab.meta | 3 ++ .../ExplosionFireballSharpPink.prefab | 3 ++ .../ExplosionFireballSharpPink.prefab.meta | 3 ++ .../Explosions/FireballSoftExplosion.meta | 3 ++ .../ExplosionFireballSoftBlue.prefab | 3 ++ .../ExplosionFireballSoftBlue.prefab.meta | 3 ++ .../ExplosionFireballSoftFire.prefab | 3 ++ .../ExplosionFireballSoftFire.prefab.meta | 3 ++ .../ExplosionFireballSoftGreen.prefab | 3 ++ .../ExplosionFireballSoftGreen.prefab.meta | 3 ++ .../ExplosionFireballSoftPink.prefab | 3 ++ .../ExplosionFireballSoftPink.prefab.meta | 3 ++ .../Combat/Explosions/FlashExplosion.meta | 3 ++ .../FlashExplosion/FlashExplosionBlue.prefab | 3 ++ .../FlashExplosionBlue.prefab.meta | 3 ++ .../FlashExplosion/FlashExplosionGreen.prefab | 3 ++ .../FlashExplosionGreen.prefab.meta | 3 ++ .../FlashExplosion/FlashExplosionPink.prefab | 3 ++ .../FlashExplosionPink.prefab.meta | 3 ++ .../FlashExplosionYellow.prefab | 3 ++ .../FlashExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/FrostExplosion.meta | 3 ++ .../FrostExplosion/FrostExplosion.prefab | 3 ++ .../FrostExplosion/FrostExplosion.prefab.meta | 3 ++ .../Combat/Explosions/FruitExplosion.meta | 3 ++ .../FruitExplosion/AppleExplosion.prefab | 3 ++ .../FruitExplosion/AppleExplosion.prefab.meta | 3 ++ .../FruitExplosion/BananaExplosion.prefab | 3 ++ .../BananaExplosion.prefab.meta | 3 ++ .../FruitExplosion/CoconutExplosion.prefab | 3 ++ .../CoconutExplosion.prefab.meta | 3 ++ .../FruitExplosion/GrapeExplosion.prefab | 3 ++ .../FruitExplosion/GrapeExplosion.prefab.meta | 3 ++ .../FruitExplosion/MelonExplosion.prefab | 3 ++ .../FruitExplosion/MelonExplosion.prefab.meta | 3 ++ .../FruitExplosion/OrangeExplosion.prefab | 3 ++ .../OrangeExplosion.prefab.meta | 3 ++ .../FruitExplosion/PearExplosion.prefab | 3 ++ .../FruitExplosion/PearExplosion.prefab.meta | 3 ++ .../FruitExplosion/PumpkinExplosion.prefab | 3 ++ .../PumpkinExplosion.prefab.meta | 3 ++ .../FruitExplosion/StrawberryExplosion.prefab | 3 ++ .../StrawberryExplosion.prefab.meta | 3 ++ .../Combat/Explosions/GasExplosion.meta | 3 ++ .../GasExplosion/GasExplosionBlue.prefab | 3 ++ .../GasExplosion/GasExplosionBlue.prefab.meta | 3 ++ .../GasExplosion/GasExplosionFire.prefab | 3 ++ .../GasExplosion/GasExplosionFire.prefab.meta | 3 ++ .../GasExplosion/GasExplosionGreen.prefab | 3 ++ .../GasExplosionGreen.prefab.meta | 3 ++ .../GasExplosion/GasExplosionPink.prefab | 3 ++ .../GasExplosion/GasExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/GlitterExplosion.meta | 3 ++ .../GlitterExplosionBlue.prefab | 3 ++ .../GlitterExplosionBlue.prefab.meta | 3 ++ .../GlitterExplosionGreen.prefab | 3 ++ .../GlitterExplosionGreen.prefab.meta | 3 ++ .../GlitterExplosionPink.prefab | 3 ++ .../GlitterExplosionPink.prefab.meta | 3 ++ .../GlitterExplosionYellow.prefab | 3 ++ .../GlitterExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/GrenadeExplosion.meta | 3 ++ .../GrenadeExplosionBlue.prefab | 3 ++ .../GrenadeExplosionBlue.prefab.meta | 3 ++ .../GrenadeExplosionFire.prefab | 3 ++ .../GrenadeExplosionFire.prefab.meta | 3 ++ .../GrenadeExplosionGreen.prefab | 3 ++ .../GrenadeExplosionGreen.prefab.meta | 3 ++ .../GrenadeExplosionPink.prefab | 3 ++ .../GrenadeExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/LaserExplosion.meta | 3 ++ .../LaserExplosion/LaserExplosionBlue.prefab | 3 ++ .../LaserExplosionBlue.prefab.meta | 3 ++ .../LaserExplosion/LaserExplosionFire.prefab | 3 ++ .../LaserExplosionFire.prefab.meta | 3 ++ .../LaserExplosion/LaserExplosionGreen.prefab | 3 ++ .../LaserExplosionGreen.prefab.meta | 3 ++ .../LaserExplosion/LaserExplosionPink.prefab | 3 ++ .../LaserExplosionPink.prefab.meta | 3 ++ .../LaserExplosion/LaserExplosionRed.prefab | 3 ++ .../LaserExplosionRed.prefab.meta | 3 ++ .../Combat/Explosions/LightningExplosion.meta | 3 ++ .../LightningExplosionBlue.prefab | 3 ++ .../LightningExplosionBlue.prefab.meta | 3 ++ .../LightningExplosionGreen.prefab | 3 ++ .../LightningExplosionGreen.prefab.meta | 3 ++ .../LightningExplosionPink.prefab | 3 ++ .../LightningExplosionPink.prefab.meta | 3 ++ .../LightningExplosionYellow.prefab | 3 ++ .../LightningExplosionYellow.prefab.meta | 3 ++ .../Explosions/LightningSoftExplosion.meta | 3 ++ .../LightningSoftExplosionBlue.prefab | 3 ++ .../LightningSoftExplosionBlue.prefab.meta | 3 ++ .../LightningSoftExplosionGreen.prefab | 3 ++ .../LightningSoftExplosionGreen.prefab.meta | 3 ++ .../LightningSoftExplosionPink.prefab | 3 ++ .../LightningSoftExplosionPink.prefab.meta | 3 ++ .../LightningSoftExplosionYellow.prefab | 3 ++ .../LightningSoftExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/LiquidExplosion.meta | 3 ++ .../LiquidExplosionAcid.prefab | 3 ++ .../LiquidExplosionAcid.prefab.meta | 3 ++ .../LiquidExplosionAcidBig.prefab | 3 ++ .../LiquidExplosionAcidBig.prefab.meta | 3 ++ .../LiquidExplosionLava.prefab | 3 ++ .../LiquidExplosionLava.prefab.meta | 3 ++ .../LiquidExplosionLavaBig.prefab | 3 ++ .../LiquidExplosionLavaBig.prefab.meta | 3 ++ .../LiquidExplosion/LiquidExplosionOil.prefab | 3 ++ .../LiquidExplosionOil.prefab.meta | 3 ++ .../LiquidExplosionSlime.prefab | 3 ++ .../LiquidExplosionSlime.prefab.meta | 3 ++ .../LiquidExplosionWater.prefab | 3 ++ .../LiquidExplosionWater.prefab.meta | 3 ++ .../LiquidExplosionWaterClear.prefab | 3 ++ .../LiquidExplosionWaterClear.prefab.meta | 3 ++ .../LiquidExplosionWaterClearBig.prefab | 3 ++ .../LiquidExplosionWaterClearBig.prefab.meta | 3 ++ .../Combat/Explosions/MagicExplosion.meta | 3 ++ .../MagicExplosion/MagicExplosionBlue.prefab | 3 ++ .../MagicExplosionBlue.prefab.meta | 3 ++ .../MagicExplosion/MagicExplosionFire.prefab | 3 ++ .../MagicExplosionFire.prefab.meta | 3 ++ .../MagicExplosion/MagicExplosionGreen.prefab | 3 ++ .../MagicExplosionGreen.prefab.meta | 3 ++ .../MagicExplosion/MagicExplosionPink.prefab | 3 ++ .../MagicExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/MagicNovaExplosion.meta | 3 ++ .../MagicNovaExplosionBlue.prefab | 3 ++ .../MagicNovaExplosionBlue.prefab.meta | 3 ++ .../MagicNovaExplosionFire.prefab | 3 ++ .../MagicNovaExplosionFire.prefab.meta | 3 ++ .../MagicNovaExplosionGreen.prefab | 3 ++ .../MagicNovaExplosionGreen.prefab.meta | 3 ++ .../MagicNovaExplosionPink.prefab | 3 ++ .../MagicNovaExplosionPink.prefab.meta | 3 ++ .../MagicNovaExplosionYellow.prefab | 3 ++ .../MagicNovaExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/MagicSoftExplosion.meta | 3 ++ .../MagicSoftExplosionBlue.prefab | 3 ++ .../MagicSoftExplosionBlue.prefab.meta | 3 ++ .../MagicSoftExplosionFire.prefab | 3 ++ .../MagicSoftExplosionFire.prefab.meta | 3 ++ .../MagicSoftExplosionGreen.prefab | 3 ++ .../MagicSoftExplosionGreen.prefab.meta | 3 ++ .../MagicSoftExplosionPink.prefab | 3 ++ .../MagicSoftExplosionPink.prefab.meta | 3 ++ .../MagicSoftExplosionYellow.prefab | 3 ++ .../MagicSoftExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/MegaExplosion.meta | 3 ++ .../MegaExplosion/MegaExplosionBlue.prefab | 3 ++ .../MegaExplosionBlue.prefab.meta | 3 ++ .../MegaExplosion/MegaExplosionGreen.prefab | 3 ++ .../MegaExplosionGreen.prefab.meta | 3 ++ .../MegaExplosion/MegaExplosionPink.prefab | 3 ++ .../MegaExplosionPink.prefab.meta | 3 ++ .../MegaExplosion/MegaExplosionRed.prefab | 3 ++ .../MegaExplosionRed.prefab.meta | 3 ++ .../MegaExplosion/MegaExplosionYellow.prefab | 3 ++ .../MegaExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/MysticExplosion.meta | 3 ++ .../MysticExplosionDark.prefab | 3 ++ .../MysticExplosionDark.prefab.meta | 3 ++ .../MysticExplosionGreen.prefab | 3 ++ .../MysticExplosionGreen.prefab.meta | 3 ++ .../MysticExplosionOrange.prefab | 3 ++ .../MysticExplosionOrange.prefab.meta | 3 ++ .../MysticExplosionPurple.prefab | 3 ++ .../MysticExplosionPurple.prefab.meta | 3 ++ .../MysticExplosionWhite.prefab | 3 ++ .../MysticExplosionWhite.prefab.meta | 3 ++ .../Combat/Explosions/NovaExplosion.meta | 3 ++ .../NovaExplosion/ExplosionNovaBlue.prefab | 3 ++ .../ExplosionNovaBlue.prefab.meta | 3 ++ .../NovaExplosion/ExplosionNovaFire.prefab | 3 ++ .../ExplosionNovaFire.prefab.meta | 3 ++ .../NovaExplosion/ExplosionNovaGreen.prefab | 3 ++ .../ExplosionNovaGreen.prefab.meta | 3 ++ .../NovaExplosion/ExplosionNovaPink.prefab | 3 ++ .../ExplosionNovaPink.prefab.meta | 3 ++ .../Combat/Explosions/NovaSmallExplosion.meta | 3 ++ .../ExplosionNovaSmallBlue.prefab | 3 ++ .../ExplosionNovaSmallBlue.prefab.meta | 3 ++ .../ExplosionNovaSmallFire.prefab | 3 ++ .../ExplosionNovaSmallFire.prefab.meta | 3 ++ .../ExplosionNovaSmallGreen.prefab | 3 ++ .../ExplosionNovaSmallGreen.prefab.meta | 3 ++ .../ExplosionNovaSmallPink.prefab | 3 ++ .../ExplosionNovaSmallPink.prefab.meta | 3 ++ .../Combat/Explosions/NovaSoftExplosion.meta | 3 ++ .../ExplosionNovaSoftBlue.prefab | 3 ++ .../ExplosionNovaSoftBlue.prefab.meta | 3 ++ .../ExplosionNovaSoftFire.prefab | 3 ++ .../ExplosionNovaSoftFire.prefab.meta | 3 ++ .../ExplosionNovaSoftGreen.prefab | 3 ++ .../ExplosionNovaSoftGreen.prefab.meta | 3 ++ .../ExplosionNovaSoftPink.prefab | 3 ++ .../ExplosionNovaSoftPink.prefab.meta | 3 ++ .../Combat/Explosions/NukeConeExplosion.meta | 3 ++ .../NukeConeExplosionBlue.prefab | 3 ++ .../NukeConeExplosionBlue.prefab.meta | 3 ++ .../NukeConeExplosionFire.prefab | 3 ++ .../NukeConeExplosionFire.prefab.meta | 3 ++ .../NukeConeExplosionGreen.prefab | 3 ++ .../NukeConeExplosionGreen.prefab.meta | 3 ++ .../NukeConeExplosionPink.prefab | 3 ++ .../NukeConeExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/NukeExplosion.meta | 3 ++ .../NukeExplosion/NukeExplosionBlue.prefab | 3 ++ .../NukeExplosionBlue.prefab.meta | 3 ++ .../NukeExplosion/NukeExplosionFire.prefab | 3 ++ .../NukeExplosionFire.prefab.meta | 3 ++ .../NukeExplosion/NukeExplosionGreen.prefab | 3 ++ .../NukeExplosionGreen.prefab.meta | 3 ++ .../NukeExplosion/NukeExplosionPink.prefab | 3 ++ .../NukeExplosionPink.prefab.meta | 3 ++ .../Explosions/NukeVerticalExplosion.meta | 3 ++ .../NukeVerticalExplosionBlue.prefab | 3 ++ .../NukeVerticalExplosionBlue.prefab.meta | 3 ++ .../NukeVerticalExplosionFire.prefab | 3 ++ .../NukeVerticalExplosionFire.prefab.meta | 3 ++ .../NukeVerticalExplosionGreen.prefab | 3 ++ .../NukeVerticalExplosionGreen.prefab.meta | 3 ++ .../NukeVerticalExplosionPink.prefab | 3 ++ .../NukeVerticalExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/RoundExplosion.meta | 3 ++ .../RoundExplosion/ExplosionRoundBlue.prefab | 3 ++ .../ExplosionRoundBlue.prefab.meta | 3 ++ .../RoundExplosion/ExplosionRoundFire.prefab | 3 ++ .../ExplosionRoundFire.prefab.meta | 3 ++ .../RoundExplosion/ExplosionRoundGreen.prefab | 3 ++ .../ExplosionRoundGreen.prefab.meta | 3 ++ .../RoundExplosion/ExplosionRoundPink.prefab | 3 ++ .../ExplosionRoundPink.prefab.meta | 3 ++ .../Combat/Explosions/ShadowExplosion.meta | 3 ++ .../ShadowExplosion/ShadowExplosion.prefab | 3 ++ .../ShadowExplosion.prefab.meta | 3 ++ .../ShadowExplosion/ShadowExplosion2.prefab | 3 ++ .../ShadowExplosion2.prefab.meta | 3 ++ .../ShadowExplosion/ShadowExplosion3.prefab | 3 ++ .../ShadowExplosion3.prefab.meta | 3 ++ .../Combat/Explosions/SharpExplosion.meta | 3 ++ .../SharpExplosion/SharpExplosionBlue.prefab | 3 ++ .../SharpExplosionBlue.prefab.meta | 3 ++ .../SharpExplosion/SharpExplosionFire.prefab | 3 ++ .../SharpExplosionFire.prefab.meta | 3 ++ .../SharpExplosion/SharpExplosionGreen.prefab | 3 ++ .../SharpExplosionGreen.prefab.meta | 3 ++ .../SharpExplosion/SharpExplosionPink.prefab | 3 ++ .../SharpExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/SmallExplosion.meta | 3 ++ .../SmallExplosion/SmallExplosionBlue.prefab | 3 ++ .../SmallExplosionBlue.prefab.meta | 3 ++ .../SmallExplosion/SmallExplosionFire.prefab | 3 ++ .../SmallExplosionFire.prefab.meta | 3 ++ .../SmallExplosion/SmallExplosionGreen.prefab | 3 ++ .../SmallExplosionGreen.prefab.meta | 3 ++ .../SmallExplosion/SmallExplosionPink.prefab | 3 ++ .../SmallExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/SnowExplosion.meta | 3 ++ .../SnowExplosion/SnowExplosion.prefab | 3 ++ .../SnowExplosion/SnowExplosion.prefab.meta | 3 ++ .../Combat/Explosions/SoulExplosion.meta | 3 ++ .../SoulExplosion/SoulExplosionCrimson.prefab | 3 ++ .../SoulExplosionCrimson.prefab.meta | 3 ++ .../SoulExplosion/SoulExplosionGreen.prefab | 3 ++ .../SoulExplosionGreen.prefab.meta | 3 ++ .../SoulExplosion/SoulExplosionOrange.prefab | 3 ++ .../SoulExplosionOrange.prefab.meta | 3 ++ .../SoulExplosion/SoulExplosionPurple.prefab | 3 ++ .../SoulExplosionPurple.prefab.meta | 3 ++ .../Combat/Explosions/SparkleExplosion.meta | 3 ++ .../SparkleExplosionBlue.prefab | 3 ++ .../SparkleExplosionBlue.prefab.meta | 3 ++ .../SparkleExplosionGreen.prefab | 3 ++ .../SparkleExplosionGreen.prefab.meta | 3 ++ .../SparkleExplosionPink.prefab | 3 ++ .../SparkleExplosionPink.prefab.meta | 3 ++ .../SparkleExplosionYellow.prefab | 3 ++ .../SparkleExplosionYellow.prefab.meta | 3 ++ .../Combat/Explosions/SpikyExplosion.meta | 3 ++ .../SpikyExplosion/SpikyExplosionBlue.prefab | 3 ++ .../SpikyExplosionBlue.prefab.meta | 3 ++ .../SpikyExplosion/SpikyExplosionFire.prefab | 3 ++ .../SpikyExplosionFire.prefab.meta | 3 ++ .../SpikyExplosion/SpikyExplosionGreen.prefab | 3 ++ .../SpikyExplosionGreen.prefab.meta | 3 ++ .../SpikyExplosion/SpikyExplosionPink.prefab | 3 ++ .../SpikyExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/StarExplosion.meta | 3 ++ .../StarExplosion/StarExplosionBlue.prefab | 3 ++ .../StarExplosionBlue.prefab.meta | 3 ++ .../StarExplosion/StarExplosionGreen.prefab | 3 ++ .../StarExplosionGreen.prefab.meta | 3 ++ .../StarExplosion/StarExplosionOrange.prefab | 3 ++ .../StarExplosionOrange.prefab.meta | 3 ++ .../StarExplosion/StarExplosionPink.prefab | 3 ++ .../StarExplosionPink.prefab.meta | 3 ++ .../Explosions/StarIntenseExplosion.meta | 3 ++ .../StarIntenseExplosionBlue.prefab | 3 ++ .../StarIntenseExplosionBlue.prefab.meta | 3 ++ .../StarIntenseExplosionGreen.prefab | 3 ++ .../StarIntenseExplosionGreen.prefab.meta | 3 ++ .../StarIntenseExplosionOrange.prefab | 3 ++ .../StarIntenseExplosionOrange.prefab.meta | 3 ++ .../StarIntenseExplosionPink.prefab | 3 ++ .../StarIntenseExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/StarlineExplosion.meta | 3 ++ .../StarlineExplosionBlue.prefab | 3 ++ .../StarlineExplosionBlue.prefab.meta | 3 ++ .../StarlineExplosionGreen.prefab | 3 ++ .../StarlineExplosionGreen.prefab.meta | 3 ++ .../StarlineExplosionOrange.prefab | 3 ++ .../StarlineExplosionOrange.prefab.meta | 3 ++ .../StarlineExplosionPink.prefab | 3 ++ .../StarlineExplosionPink.prefab.meta | 3 ++ .../Combat/Explosions/StormExplosion.meta | 3 ++ .../StormExplosion/StormExplosion.prefab | 3 ++ .../StormExplosion/StormExplosion.prefab.meta | 3 ++ .../Prefabs/Combat/Flamethrower.meta | 3 ++ .../Prefabs/Combat/Flamethrower/Cartoon.meta | 3 ++ .../Cartoon/FlamethrowerToonyBlue.prefab | 3 ++ .../Cartoon/FlamethrowerToonyBlue.prefab.meta | 3 ++ .../Cartoon/FlamethrowerToonyFire.prefab | 3 ++ .../Cartoon/FlamethrowerToonyFire.prefab.meta | 3 ++ .../Cartoon/FlamethrowerToonyGreen.prefab | 3 ++ .../FlamethrowerToonyGreen.prefab.meta | 3 ++ .../Cartoon/FlamethrowerToonyPink.prefab | 3 ++ .../Cartoon/FlamethrowerToonyPink.prefab.meta | 3 ++ .../Prefabs/Combat/Flamethrower/Sharp.meta | 3 ++ .../Sharp/FlamethrowerSharpBlue.prefab | 3 ++ .../Sharp/FlamethrowerSharpBlue.prefab.meta | 3 ++ .../Sharp/FlamethrowerSharpFire.prefab | 3 ++ .../Sharp/FlamethrowerSharpFire.prefab.meta | 3 ++ .../Sharp/FlamethrowerSharpGreen.prefab | 3 ++ .../Sharp/FlamethrowerSharpGreen.prefab.meta | 3 ++ .../Sharp/FlamethrowerSharpPink.prefab | 3 ++ .../Sharp/FlamethrowerSharpPink.prefab.meta | 3 ++ .../Prefabs/Combat/Flamethrower/Soft.meta | 3 ++ .../Combat/Flamethrower/Soft/Additive.meta | 3 ++ .../Additive/FlamethrowerAdditiveBlue.prefab | 3 ++ .../FlamethrowerAdditiveBlue.prefab.meta | 3 ++ .../Additive/FlamethrowerAdditiveGreen.prefab | 3 ++ .../FlamethrowerAdditiveGreen.prefab.meta | 3 ++ .../FlamethrowerAdditivePurple.prefab | 3 ++ .../FlamethrowerAdditivePurple.prefab.meta | 3 ++ .../Additive/FlamethrowerAdditiveRed.prefab | 3 ++ .../FlamethrowerAdditiveRed.prefab.meta | 3 ++ .../Combat/Flamethrower/Soft/Alpha Blend.meta | 3 ++ .../FlamethrowerAlphaBlendBlue.prefab | 3 ++ .../FlamethrowerAlphaBlendBlue.prefab.meta | 3 ++ .../FlamethrowerAlphaBlendGreen.prefab | 3 ++ .../FlamethrowerAlphaBlendGreen.prefab.meta | 3 ++ .../FlamethrowerAlphaBlendPurple.prefab | 3 ++ .../FlamethrowerAlphaBlendPurple.prefab.meta | 3 ++ .../FlamethrowerAlphaBlendRed.prefab | 3 ++ .../FlamethrowerAlphaBlendRed.prefab.meta | 3 ++ .../Prefabs/Combat/Flamethrower/Spiky.meta | 3 ++ .../Spiky/FlamethrowerSpikyBlue.prefab | 3 ++ .../Spiky/FlamethrowerSpikyBlue.prefab.meta | 3 ++ .../Spiky/FlamethrowerSpikyGreen.prefab | 3 ++ .../Spiky/FlamethrowerSpikyGreen.prefab.meta | 3 ++ .../Spiky/FlamethrowerSpikyPurple.prefab | 3 ++ .../Spiky/FlamethrowerSpikyPurple.prefab.meta | 3 ++ .../Spiky/FlamethrowerSpikyRed.prefab | 3 ++ .../Spiky/FlamethrowerSpikyRed.prefab.meta | 3 ++ .../Spiky/FlamethrowerSpikyYellow.prefab | 3 ++ .../Spiky/FlamethrowerSpikyYellow.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/Giblets.meta | 3 ++ .../Combat/Giblets/GibletExplodeDirt.prefab | 3 ++ .../Giblets/GibletExplodeDirt.prefab.meta | 3 ++ .../Combat/Giblets/GibletExplodeGlass.prefab | 3 ++ .../Giblets/GibletExplodeGlass.prefab.meta | 3 ++ .../Combat/Giblets/GibletExplodeGrass.prefab | 3 ++ .../Giblets/GibletExplodeGrass.prefab.meta | 3 ++ .../Combat/Giblets/GibletExplodeMetal.prefab | 3 ++ .../Giblets/GibletExplodeMetal.prefab.meta | 3 ++ .../Combat/Giblets/GibletExplodeStone.prefab | 3 ++ .../Giblets/GibletExplodeStone.prefab.meta | 3 ++ .../Combat/Giblets/GibletExplodeWood.prefab | 3 ++ .../Giblets/GibletExplodeWood.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Combat/Magic.meta | 3 ++ .../Prefabs/Combat/Magic/Aura Soft.meta | 3 ++ .../Magic/Aura Soft/AuraSoftBlue.prefab | 3 ++ .../Magic/Aura Soft/AuraSoftBlue.prefab.meta | 3 ++ .../Magic/Aura Soft/AuraSoftGreen.prefab | 3 ++ .../Magic/Aura Soft/AuraSoftGreen.prefab.meta | 3 ++ .../Magic/Aura Soft/AuraSoftYellow.prefab | 3 ++ .../Aura Soft/AuraSoftYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Aura.meta | 3 ++ .../Combat/Magic/Aura/MagicAuraBlue.prefab | 3 ++ .../Magic/Aura/MagicAuraBlue.prefab.meta | 3 ++ .../Combat/Magic/Aura/MagicAuraGreen.prefab | 3 ++ .../Magic/Aura/MagicAuraGreen.prefab.meta | 3 ++ .../Combat/Magic/Aura/MagicAuraYellow.prefab | 3 ++ .../Magic/Aura/MagicAuraYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Buff.meta | 3 ++ .../Combat/Magic/Buff/MagicBuffBlue.prefab | 3 ++ .../Magic/Buff/MagicBuffBlue.prefab.meta | 3 ++ .../Combat/Magic/Buff/MagicBuffGreen.prefab | 3 ++ .../Magic/Buff/MagicBuffGreen.prefab.meta | 3 ++ .../Combat/Magic/Buff/MagicBuffYellow.prefab | 3 ++ .../Magic/Buff/MagicBuffYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Charge.meta | 3 ++ .../Magic/Charge/MagicChargeBlue.prefab | 3 ++ .../Magic/Charge/MagicChargeBlue.prefab.meta | 3 ++ .../Magic/Charge/MagicChargeGreen.prefab | 3 ++ .../Magic/Charge/MagicChargeGreen.prefab.meta | 3 ++ .../Magic/Charge/MagicChargeYellow.prefab | 3 ++ .../Charge/MagicChargeYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Circle Simple.meta | 3 ++ .../MagicCircleSimpleBlue.prefab | 3 ++ .../MagicCircleSimpleBlue.prefab.meta | 3 ++ .../MagicCircleSimpleGreen.prefab | 3 ++ .../MagicCircleSimpleGreen.prefab.meta | 3 ++ .../MagicCircleSimpleYellow.prefab | 3 ++ .../MagicCircleSimpleYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Circle.meta | 3 ++ .../Magic/Circle/MagicCircleBlue.prefab | 3 ++ .../Magic/Circle/MagicCircleBlue.prefab.meta | 3 ++ .../Magic/Circle/MagicCircleGreen.prefab | 3 ++ .../Magic/Circle/MagicCircleGreen.prefab.meta | 3 ++ .../Magic/Circle/MagicCircleYellow.prefab | 3 ++ .../Circle/MagicCircleYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Enchant.meta | 3 ++ .../Magic/Enchant/MagicEnchantBlue.prefab | 3 ++ .../Enchant/MagicEnchantBlue.prefab.meta | 3 ++ .../Magic/Enchant/MagicEnchantGreen.prefab | 3 ++ .../Enchant/MagicEnchantGreen.prefab.meta | 3 ++ .../Magic/Enchant/MagicEnchantYellow.prefab | 3 ++ .../Enchant/MagicEnchantYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Field.meta | 3 ++ .../Combat/Magic/Field/MagicFieldBlue.prefab | 3 ++ .../Magic/Field/MagicFieldBlue.prefab.meta | 3 ++ .../Combat/Magic/Field/MagicFieldGreen.prefab | 3 ++ .../Magic/Field/MagicFieldGreen.prefab.meta | 3 ++ .../Combat/Magic/Field/MagicFieldWhite.prefab | 3 ++ .../Magic/Field/MagicFieldWhite.prefab.meta | 3 ++ .../Magic/Field/MagicFieldYellow.prefab | 3 ++ .../Magic/Field/MagicFieldYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Nova.meta | 3 ++ .../Combat/Magic/Nova/MagicNovaBlue.prefab | 3 ++ .../Magic/Nova/MagicNovaBlue.prefab.meta | 3 ++ .../Combat/Magic/Nova/MagicNovaGreen.prefab | 3 ++ .../Magic/Nova/MagicNovaGreen.prefab.meta | 3 ++ .../Combat/Magic/Nova/MagicNovaYellow.prefab | 3 ++ .../Magic/Nova/MagicNovaYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/PillarBlast.meta | 3 ++ .../PillarBlast/MagicPillarBlastBlue.prefab | 3 ++ .../MagicPillarBlastBlue.prefab.meta | 3 ++ .../PillarBlast/MagicPillarBlastGreen.prefab | 3 ++ .../MagicPillarBlastGreen.prefab.meta | 3 ++ .../PillarBlast/MagicPillarBlastYellow.prefab | 3 ++ .../MagicPillarBlastYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Shield.meta | 3 ++ .../Magic/Shield/MagicShieldBlue.prefab | 3 ++ .../Magic/Shield/MagicShieldBlue.prefab.meta | 3 ++ .../Magic/Shield/MagicShieldGreen.prefab | 3 ++ .../Magic/Shield/MagicShieldGreen.prefab.meta | 3 ++ .../Magic/Shield/MagicShieldPurple.prefab | 3 ++ .../Shield/MagicShieldPurple.prefab.meta | 3 ++ .../Magic/Shield/MagicShieldYellow.prefab | 3 ++ .../Shield/MagicShieldYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Magic/Sphere.meta | 3 ++ .../Magic/Sphere/MagicSphereBlue.prefab | 3 ++ .../Magic/Sphere/MagicSphereBlue.prefab.meta | 3 ++ .../Magic/Sphere/MagicSphereGreen.prefab | 3 ++ .../Magic/Sphere/MagicSphereGreen.prefab.meta | 3 ++ .../Magic/Sphere/MagicSphereYellow.prefab | 3 ++ .../Sphere/MagicSphereYellow.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/Missiles.meta | 3 ++ .../Prefabs/Combat/Missiles/Bubble.meta | 3 ++ .../Missiles/Bubble/BubbleMissile.prefab | 3 ++ .../Missiles/Bubble/BubbleMissile.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Bullet.meta | 3 ++ .../Bullet/BulletMeshSmallBlue.prefab | 3 ++ .../Bullet/BulletMeshSmallBlue.prefab.meta | 3 ++ .../Bullet/BulletMeshSmallFire.prefab | 3 ++ .../Bullet/BulletMeshSmallFire.prefab.meta | 3 ++ .../Bullet/BulletMeshSmallGreen.prefab | 3 ++ .../Bullet/BulletMeshSmallGreen.prefab.meta | 3 ++ .../Bullet/BulletMeshSmallPink.prefab | 3 ++ .../Bullet/BulletMeshSmallPink.prefab.meta | 3 ++ .../Missiles/Bullet/BulletSmallBlue.prefab | 3 ++ .../Bullet/BulletSmallBlue.prefab.meta | 3 ++ .../Missiles/Bullet/BulletSmallFire.prefab | 3 ++ .../Bullet/BulletSmallFire.prefab.meta | 3 ++ .../Missiles/Bullet/BulletSmallGreen.prefab | 3 ++ .../Bullet/BulletSmallGreen.prefab.meta | 3 ++ .../Missiles/Bullet/BulletSmallPink.prefab | 3 ++ .../Bullet/BulletSmallPink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Energy.meta | 3 ++ .../Missiles/Energy/EnergyMissileBlue.prefab | 3 ++ .../Energy/EnergyMissileBlue.prefab.meta | 3 ++ .../Missiles/Energy/EnergyMissileGreen.prefab | 3 ++ .../Energy/EnergyMissileGreen.prefab.meta | 3 ++ .../Missiles/Energy/EnergyMissilePink.prefab | 3 ++ .../Energy/EnergyMissilePink.prefab.meta | 3 ++ .../Missiles/Energy/EnergyMissileRed.prefab | 3 ++ .../Energy/EnergyMissileRed.prefab.meta | 3 ++ .../Energy/EnergyMissileYellow.prefab | 3 ++ .../Energy/EnergyMissileYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/FatBullet.meta | 3 ++ .../Missiles/FatBullet/BulletFatBlue.prefab | 3 ++ .../FatBullet/BulletFatBlue.prefab.meta | 3 ++ .../Missiles/FatBullet/BulletFatFire.prefab | 3 ++ .../FatBullet/BulletFatFire.prefab.meta | 3 ++ .../Missiles/FatBullet/BulletFatGreen.prefab | 3 ++ .../FatBullet/BulletFatGreen.prefab.meta | 3 ++ .../Missiles/FatBullet/BulletFatPink.prefab | 3 ++ .../FatBullet/BulletFatPink.prefab.meta | 3 ++ .../FatBullet/BulletMeshFatBlue.prefab | 3 ++ .../FatBullet/BulletMeshFatBlue.prefab.meta | 3 ++ .../FatBullet/BulletMeshFatFire.prefab | 3 ++ .../FatBullet/BulletMeshFatFire.prefab.meta | 3 ++ .../FatBullet/BulletMeshFatGreen.prefab | 3 ++ .../FatBullet/BulletMeshFatGreen.prefab.meta | 3 ++ .../FatBullet/BulletMeshFatPink.prefab | 3 ++ .../FatBullet/BulletMeshFatPink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Fireball.meta | 3 ++ .../Fireball/FireballMissileBlue.prefab | 3 ++ .../Fireball/FireballMissileBlue.prefab.meta | 3 ++ .../Fireball/FireballMissileFire.prefab | 3 ++ .../Fireball/FireballMissileFire.prefab.meta | 3 ++ .../Fireball/FireballMissileGreen.prefab | 3 ++ .../Fireball/FireballMissileGreen.prefab.meta | 3 ++ .../Fireball/FireballMissilePink.prefab | 3 ++ .../Fireball/FireballMissilePink.prefab.meta | 3 ++ .../Combat/Missiles/FireballSharp.meta | 3 ++ .../FireballSharpMissileBlue.prefab | 3 ++ .../FireballSharpMissileBlue.prefab.meta | 3 ++ .../FireballSharpMissileFire.prefab | 3 ++ .../FireballSharpMissileFire.prefab.meta | 3 ++ .../FireballSharpMissileGreen.prefab | 3 ++ .../FireballSharpMissileGreen.prefab.meta | 3 ++ .../FireballSharpMissilePink.prefab | 3 ++ .../FireballSharpMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/FireballSoft.meta | 3 ++ .../FireballSoftMissileBlue.prefab | 3 ++ .../FireballSoftMissileBlue.prefab.meta | 3 ++ .../FireballSoftMissileFire.prefab | 3 ++ .../FireballSoftMissileFire.prefab.meta | 3 ++ .../FireballSoftMissileGreen.prefab | 3 ++ .../FireballSoftMissileGreen.prefab.meta | 3 ++ .../FireballSoftMissilePink.prefab | 3 ++ .../FireballSoftMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Flash.meta | 3 ++ .../Missiles/Flash/FlashMissileBlue.prefab | 3 ++ .../Flash/FlashMissileBlue.prefab.meta | 3 ++ .../Missiles/Flash/FlashMissileGreen.prefab | 3 ++ .../Flash/FlashMissileGreen.prefab.meta | 3 ++ .../Missiles/Flash/FlashMissilePink.prefab | 3 ++ .../Flash/FlashMissilePink.prefab.meta | 3 ++ .../Missiles/Flash/FlashMissileYellow.prefab | 3 ++ .../Flash/FlashMissileYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Frost.meta | 3 ++ .../Combat/Missiles/Frost/FrostMissile.prefab | 3 ++ .../Missiles/Frost/FrostMissile.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Fruit.meta | 3 ++ .../Combat/Missiles/Fruit/AppleMissile.prefab | 3 ++ .../Missiles/Fruit/AppleMissile.prefab.meta | 3 ++ .../Missiles/Fruit/BananaMissile.prefab | 3 ++ .../Missiles/Fruit/BananaMissile.prefab.meta | 3 ++ .../Missiles/Fruit/CoconutMissile.prefab | 3 ++ .../Missiles/Fruit/CoconutMissile.prefab.meta | 3 ++ .../Combat/Missiles/Fruit/GrapeMissile.prefab | 3 ++ .../Missiles/Fruit/GrapeMissile.prefab.meta | 3 ++ .../Combat/Missiles/Fruit/MelonMissile.prefab | 3 ++ .../Missiles/Fruit/MelonMissile.prefab.meta | 3 ++ .../Missiles/Fruit/OrangeMissile.prefab | 3 ++ .../Missiles/Fruit/OrangeMissile.prefab.meta | 3 ++ .../Combat/Missiles/Fruit/PearMissile.prefab | 3 ++ .../Missiles/Fruit/PearMissile.prefab.meta | 3 ++ .../Missiles/Fruit/PumpkinMissile.prefab | 3 ++ .../Missiles/Fruit/PumpkinMissile.prefab.meta | 3 ++ .../Missiles/Fruit/StrawberryMissile.prefab | 3 ++ .../Fruit/StrawberryMissile.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Gas.meta | 3 ++ .../Combat/Missiles/Gas/GasMissileBlue.prefab | 3 ++ .../Missiles/Gas/GasMissileBlue.prefab.meta | 3 ++ .../Combat/Missiles/Gas/GasMissileFire.prefab | 3 ++ .../Missiles/Gas/GasMissileFire.prefab.meta | 3 ++ .../Missiles/Gas/GasMissileGreen.prefab | 3 ++ .../Missiles/Gas/GasMissileGreen.prefab.meta | 3 ++ .../Combat/Missiles/Gas/GasMissilePink.prefab | 3 ++ .../Missiles/Gas/GasMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Grenade.meta | 3 ++ .../Grenade/GrenadeMissileBlue.prefab | 3 ++ .../Grenade/GrenadeMissileBlue.prefab.meta | 3 ++ .../Grenade/GrenadeMissileFire.prefab | 3 ++ .../Grenade/GrenadeMissileFire.prefab.meta | 3 ++ .../Grenade/GrenadeMissileGreen.prefab | 3 ++ .../Grenade/GrenadeMissileGreen.prefab.meta | 3 ++ .../Grenade/GrenadeMissilePink.prefab | 3 ++ .../Grenade/GrenadeMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Laser.meta | 3 ++ .../Laser/LaserMeshMissileBlue.prefab | 3 ++ .../Laser/LaserMeshMissileBlue.prefab.meta | 3 ++ .../Laser/LaserMeshMissileFire.prefab | 3 ++ .../Laser/LaserMeshMissileFire.prefab.meta | 3 ++ .../Laser/LaserMeshMissileGreen.prefab | 3 ++ .../Laser/LaserMeshMissileGreen.prefab.meta | 3 ++ .../Laser/LaserMeshMissilePink.prefab | 3 ++ .../Laser/LaserMeshMissilePink.prefab.meta | 3 ++ .../Missiles/Laser/LaserMeshMissileRed.prefab | 3 ++ .../Laser/LaserMeshMissileRed.prefab.meta | 3 ++ .../Missiles/Laser/LaserMissileBlue.prefab | 3 ++ .../Laser/LaserMissileBlue.prefab.meta | 3 ++ .../Missiles/Laser/LaserMissileFire.prefab | 3 ++ .../Laser/LaserMissileFire.prefab.meta | 3 ++ .../Missiles/Laser/LaserMissileGreen.prefab | 3 ++ .../Laser/LaserMissileGreen.prefab.meta | 3 ++ .../Missiles/Laser/LaserMissilePink.prefab | 3 ++ .../Laser/LaserMissilePink.prefab.meta | 3 ++ .../Missiles/Laser/LaserMissileRed.prefab | 3 ++ .../Laser/LaserMissileRed.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Lightning.meta | 3 ++ .../Lightning/LightningMissileBlue.prefab | 3 ++ .../LightningMissileBlue.prefab.meta | 3 ++ .../Lightning/LightningMissileGreen.prefab | 3 ++ .../LightningMissileGreen.prefab.meta | 3 ++ .../Lightning/LightningMissilePink.prefab | 3 ++ .../LightningMissilePink.prefab.meta | 3 ++ .../Lightning/LightningMissileYellow.prefab | 3 ++ .../LightningMissileYellow.prefab.meta | 3 ++ .../Combat/Missiles/LightningSoft.meta | 3 ++ .../LightningSoftMissileBlue.prefab | 3 ++ .../LightningSoftMissileBlue.prefab.meta | 3 ++ .../LightningSoftMissileGreen.prefab | 3 ++ .../LightningSoftMissileGreen.prefab.meta | 3 ++ .../LightningSoftMissilePink.prefab | 3 ++ .../LightningSoftMissilePink.prefab.meta | 3 ++ .../LightningSoftMissileYellow.prefab | 3 ++ .../LightningSoftMissileYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Liquid.meta | 3 ++ .../Missiles/Liquid/LiquidMissileAcid.prefab | 3 ++ .../Liquid/LiquidMissileAcid.prefab.meta | 3 ++ .../Missiles/Liquid/LiquidMissileLava.prefab | 3 ++ .../Liquid/LiquidMissileLava.prefab.meta | 3 ++ .../Missiles/Liquid/LiquidMissileOil.prefab | 3 ++ .../Liquid/LiquidMissileOil.prefab.meta | 3 ++ .../Missiles/Liquid/LiquidMissileWater.prefab | 3 ++ .../Liquid/LiquidMissileWater.prefab.meta | 3 ++ .../Liquid/LiquidMissileWaterClear.prefab | 3 ++ .../LiquidMissileWaterClear.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Magic.meta | 3 ++ .../Missiles/Magic/MagicMissileBlue.prefab | 3 ++ .../Magic/MagicMissileBlue.prefab.meta | 3 ++ .../Missiles/Magic/MagicMissileFire.prefab | 3 ++ .../Magic/MagicMissileFire.prefab.meta | 3 ++ .../Missiles/Magic/MagicMissileGreen.prefab | 3 ++ .../Magic/MagicMissileGreen.prefab.meta | 3 ++ .../Missiles/Magic/MagicMissilePink.prefab | 3 ++ .../Magic/MagicMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/MagicSoft.meta | 3 ++ .../MagicSoft/MagicMissileSoftBlue.prefab | 3 ++ .../MagicMissileSoftBlue.prefab.meta | 3 ++ .../MagicSoft/MagicMissileSoftFire.prefab | 3 ++ .../MagicMissileSoftFire.prefab.meta | 3 ++ .../MagicSoft/MagicMissileSoftGreen.prefab | 3 ++ .../MagicMissileSoftGreen.prefab.meta | 3 ++ .../MagicSoft/MagicMissileSoftPink.prefab | 3 ++ .../MagicMissileSoftPink.prefab.meta | 3 ++ .../MagicSoft/MagicMissileSoftYellow.prefab | 3 ++ .../MagicMissileSoftYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Mystic.meta | 3 ++ .../Missiles/Mystic/MysticMissileDark.prefab | 3 ++ .../Mystic/MysticMissileDark.prefab.meta | 3 ++ .../Missiles/Mystic/MysticMissileGreen.prefab | 3 ++ .../Mystic/MysticMissileGreen.prefab.meta | 3 ++ .../Mystic/MysticMissileOrange.prefab | 3 ++ .../Mystic/MysticMissileOrange.prefab.meta | 3 ++ .../Mystic/MysticMissilePurple.prefab | 3 ++ .../Mystic/MysticMissilePurple.prefab.meta | 3 ++ .../Missiles/Mystic/MysticMissileWhite.prefab | 3 ++ .../Mystic/MysticMissileWhite.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/NovaMissile.meta | 3 ++ .../NovaMissile/NovaMissileBlue.prefab | 3 ++ .../NovaMissile/NovaMissileBlue.prefab.meta | 3 ++ .../NovaMissile/NovaMissileFire.prefab | 3 ++ .../NovaMissile/NovaMissileFire.prefab.meta | 3 ++ .../NovaMissile/NovaMissileGreen.prefab | 3 ++ .../NovaMissile/NovaMissileGreen.prefab.meta | 3 ++ .../NovaMissile/NovaMissilePink.prefab | 3 ++ .../NovaMissile/NovaMissilePink.prefab.meta | 3 ++ .../Combat/Missiles/NovaMissileSoft.meta | 3 ++ .../NovaMissileSoftBlue.prefab | 3 ++ .../NovaMissileSoftBlue.prefab.meta | 3 ++ .../NovaMissileSoftFire.prefab | 3 ++ .../NovaMissileSoftFire.prefab.meta | 3 ++ .../NovaMissileSoftGreen.prefab | 3 ++ .../NovaMissileSoftGreen.prefab.meta | 3 ++ .../NovaMissileSoftPink.prefab | 3 ++ .../NovaMissileSoftPink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/NovaSmall.meta | 3 ++ .../NovaSmall/NovaMissileSmallBlue.prefab | 3 ++ .../NovaMissileSmallBlue.prefab.meta | 3 ++ .../NovaSmall/NovaMissileSmallFire.prefab | 3 ++ .../NovaMissileSmallFire.prefab.meta | 3 ++ .../NovaSmall/NovaMissileSmallGreen.prefab | 3 ++ .../NovaMissileSmallGreen.prefab.meta | 3 ++ .../NovaSmall/NovaMissileSmallPink.prefab | 3 ++ .../NovaMissileSmallPink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Nuke.meta | 3 ++ .../Missiles/Nuke/NukeMissileBlue.prefab | 3 ++ .../Missiles/Nuke/NukeMissileBlue.prefab.meta | 3 ++ .../Missiles/Nuke/NukeMissileFire.prefab | 3 ++ .../Missiles/Nuke/NukeMissileFire.prefab.meta | 3 ++ .../Missiles/Nuke/NukeMissileGreen.prefab | 3 ++ .../Nuke/NukeMissileGreen.prefab.meta | 3 ++ .../Missiles/Nuke/NukeMissilePink.prefab | 3 ++ .../Missiles/Nuke/NukeMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Rocket.meta | 3 ++ .../Rocket/RocketMeshMissileBlue.prefab | 3 ++ .../Rocket/RocketMeshMissileBlue.prefab.meta | 3 ++ .../Rocket/RocketMeshMissileFire.prefab | 3 ++ .../Rocket/RocketMeshMissileFire.prefab.meta | 3 ++ .../Rocket/RocketMeshMissileGreen.prefab | 3 ++ .../Rocket/RocketMeshMissileGreen.prefab.meta | 3 ++ .../Rocket/RocketMeshMissilePink.prefab | 3 ++ .../Rocket/RocketMeshMissilePink.prefab.meta | 3 ++ .../Missiles/Rocket/RocketMissileBlue.prefab | 3 ++ .../Rocket/RocketMissileBlue.prefab.meta | 3 ++ .../Missiles/Rocket/RocketMissileFire.prefab | 3 ++ .../Rocket/RocketMissileFire.prefab.meta | 3 ++ .../Missiles/Rocket/RocketMissileGreen.prefab | 3 ++ .../Rocket/RocketMissileGreen.prefab.meta | 3 ++ .../Missiles/Rocket/RocketMissilePink.prefab | 3 ++ .../Rocket/RocketMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Shadow.meta | 3 ++ .../Missiles/Shadow/ShadowMissile.prefab | 3 ++ .../Missiles/Shadow/ShadowMissile.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Sharp.meta | 3 ++ .../Missiles/Sharp/SharpMissileBlue.prefab | 3 ++ .../Sharp/SharpMissileBlue.prefab.meta | 3 ++ .../Missiles/Sharp/SharpMissileFire.prefab | 3 ++ .../Sharp/SharpMissileFire.prefab.meta | 3 ++ .../Missiles/Sharp/SharpMissileGreen.prefab | 3 ++ .../Sharp/SharpMissileGreen.prefab.meta | 3 ++ .../Missiles/Sharp/SharpMissilePink.prefab | 3 ++ .../Sharp/SharpMissilePink.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Snow.meta | 3 ++ .../Combat/Missiles/Snow/SnowMissile.prefab | 3 ++ .../Missiles/Snow/SnowMissile.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Soul.meta | 3 ++ .../Missiles/Soul/SoulMissileCrimson.prefab | 3 ++ .../Soul/SoulMissileCrimson.prefab.meta | 3 ++ .../Missiles/Soul/SoulMissileGreen.prefab | 3 ++ .../Soul/SoulMissileGreen.prefab.meta | 3 ++ .../Missiles/Soul/SoulMissileOrange.prefab | 3 ++ .../Soul/SoulMissileOrange.prefab.meta | 3 ++ .../Missiles/Soul/SoulMissilePurple.prefab | 3 ++ .../Soul/SoulMissilePurple.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Sparkle.meta | 3 ++ .../Sparkle/SparkleMissileBlue.prefab | 3 ++ .../Sparkle/SparkleMissileBlue.prefab.meta | 3 ++ .../Sparkle/SparkleMissileGreen.prefab | 3 ++ .../Sparkle/SparkleMissileGreen.prefab.meta | 3 ++ .../Sparkle/SparkleMissilePink.prefab | 3 ++ .../Sparkle/SparkleMissilePink.prefab.meta | 3 ++ .../Sparkle/SparkleMissileYellow.prefab | 3 ++ .../Sparkle/SparkleMissileYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Missiles/Storm.meta | 3 ++ .../Combat/Missiles/Storm/StormMissile.prefab | 3 ++ .../Missiles/Storm/StormMissile.prefab.meta | 3 ++ .../Prefabs/Combat/Muzzleflash.meta | 3 ++ .../Prefabs/Combat/Muzzleflash/- Misc.meta | 3 ++ .../Combat/Muzzleflash/- Misc/GunFire.meta | 3 ++ .../- Misc/GunFire/GunFireBlue.prefab | 3 ++ .../- Misc/GunFire/GunFireBlue.prefab.meta | 3 ++ .../- Misc/GunFire/GunFireGreen.prefab | 3 ++ .../- Misc/GunFire/GunFireGreen.prefab.meta | 3 ++ .../- Misc/GunFire/GunFirePurple.prefab | 3 ++ .../- Misc/GunFire/GunFirePurple.prefab.meta | 3 ++ .../- Misc/GunFire/GunFireYellow.prefab | 3 ++ .../- Misc/GunFire/GunFireYellow.prefab.meta | 3 ++ .../Muzzleflash/- Misc/StandardMuzzle.meta | 3 ++ .../StandardMuzzle/StandardMuzzleBlue.prefab | 3 ++ .../StandardMuzzleBlue.prefab.meta | 3 ++ .../StandardMuzzle/StandardMuzzleGreen.prefab | 3 ++ .../StandardMuzzleGreen.prefab.meta | 3 ++ .../StandardMuzzlePurple.prefab | 3 ++ .../StandardMuzzlePurple.prefab.meta | 3 ++ .../StandardMuzzleYellow.prefab | 3 ++ .../StandardMuzzleYellow.prefab.meta | 3 ++ .../Combat/Muzzleflash/BubbleMuzzle.meta | 3 ++ .../BubbleMuzzle/BubbleMuzzle.prefab | 3 ++ .../BubbleMuzzle/BubbleMuzzle.prefab.meta | 3 ++ .../Combat/Muzzleflash/BulletFatMuzzle.meta | 3 ++ .../BulletFatMuzzleBlue.prefab | 3 ++ .../BulletFatMuzzleBlue.prefab.meta | 3 ++ .../BulletFatMuzzleFire.prefab | 3 ++ .../BulletFatMuzzleFire.prefab.meta | 3 ++ .../BulletFatMuzzleGreen.prefab | 3 ++ .../BulletFatMuzzleGreen.prefab.meta | 3 ++ .../BulletFatMuzzlePink.prefab | 3 ++ .../BulletFatMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/BulletMuzzle.meta | 3 ++ .../BulletMuzzle/BulletMuzzleBlue.prefab | 3 ++ .../BulletMuzzle/BulletMuzzleBlue.prefab.meta | 3 ++ .../BulletMuzzle/BulletMuzzleFire.prefab | 3 ++ .../BulletMuzzle/BulletMuzzleFire.prefab.meta | 3 ++ .../BulletMuzzle/BulletMuzzleGreen.prefab | 3 ++ .../BulletMuzzleGreen.prefab.meta | 3 ++ .../BulletMuzzle/BulletMuzzlePink.prefab | 3 ++ .../BulletMuzzle/BulletMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/EnergyMuzzle.meta | 3 ++ .../EnergyMuzzle/EnergyMuzzleBlue.prefab | 3 ++ .../EnergyMuzzle/EnergyMuzzleBlue.prefab.meta | 3 ++ .../EnergyMuzzle/EnergyMuzzleGreen.prefab | 3 ++ .../EnergyMuzzleGreen.prefab.meta | 3 ++ .../EnergyMuzzle/EnergyMuzzlePink.prefab | 3 ++ .../EnergyMuzzle/EnergyMuzzlePink.prefab.meta | 3 ++ .../EnergyMuzzle/EnergyMuzzleRed.prefab | 3 ++ .../EnergyMuzzle/EnergyMuzzleRed.prefab.meta | 3 ++ .../EnergyMuzzle/EnergyMuzzleYellow.prefab | 3 ++ .../EnergyMuzzleYellow.prefab.meta | 3 ++ .../Combat/Muzzleflash/EnergyNovaMuzzle.meta | 3 ++ .../EnergyNovaMuzzleBlue.prefab | 3 ++ .../EnergyNovaMuzzleBlue.prefab.meta | 3 ++ .../EnergyNovaMuzzleFire.prefab | 3 ++ .../EnergyNovaMuzzleFire.prefab.meta | 3 ++ .../EnergyNovaMuzzleGreen.prefab | 3 ++ .../EnergyNovaMuzzleGreen.prefab.meta | 3 ++ .../EnergyNovaMuzzlePink.prefab | 3 ++ .../EnergyNovaMuzzlePink.prefab.meta | 3 ++ .../Muzzleflash/EnergyNovaSmallMuzzle.meta | 3 ++ .../EnergyNovaMuzzleSmallBlue.prefab | 3 ++ .../EnergyNovaMuzzleSmallBlue.prefab.meta | 3 ++ .../EnergyNovaMuzzleSmallFire.prefab | 3 ++ .../EnergyNovaMuzzleSmallFire.prefab.meta | 3 ++ .../EnergyNovaMuzzleSmallGreen.prefab | 3 ++ .../EnergyNovaMuzzleSmallGreen.prefab.meta | 3 ++ .../EnergyNovaMuzzleSmallPink.prefab | 3 ++ .../EnergyNovaMuzzleSmallPink.prefab.meta | 3 ++ .../Combat/Muzzleflash/FireballMuzzle.meta | 3 ++ .../FireballMuzzle/MuzzleFireballBlue.prefab | 3 ++ .../MuzzleFireballBlue.prefab.meta | 3 ++ .../FireballMuzzle/MuzzleFireballFire.prefab | 3 ++ .../MuzzleFireballFire.prefab.meta | 3 ++ .../FireballMuzzle/MuzzleFireballGreen.prefab | 3 ++ .../MuzzleFireballGreen.prefab.meta | 3 ++ .../FireballMuzzle/MuzzleFireballPink.prefab | 3 ++ .../MuzzleFireballPink.prefab.meta | 3 ++ .../Muzzleflash/FireballSoftMuzzle.meta | 3 ++ .../MuzzleFireballSoftBlue.prefab | 3 ++ .../MuzzleFireballSoftBlue.prefab.meta | 3 ++ .../MuzzleFireballSoftFire.prefab | 3 ++ .../MuzzleFireballSoftFire.prefab.meta | 3 ++ .../MuzzleFireballSoftGreen.prefab | 3 ++ .../MuzzleFireballSoftGreen.prefab.meta | 3 ++ .../MuzzleFireballSoftPink.prefab | 3 ++ .../MuzzleFireballSoftPink.prefab.meta | 3 ++ .../Combat/Muzzleflash/FrostMuzzle.meta | 3 ++ .../FrostMuzzle/FrostMuzzle.prefab | 3 ++ .../FrostMuzzle/FrostMuzzle.prefab.meta | 3 ++ .../Combat/Muzzleflash/GrenadeMuzzle.meta | 3 ++ .../GrenadeMuzzle/GrenadeMuzzleBlue.prefab | 3 ++ .../GrenadeMuzzleBlue.prefab.meta | 3 ++ .../GrenadeMuzzle/GrenadeMuzzleFire.prefab | 3 ++ .../GrenadeMuzzleFire.prefab.meta | 3 ++ .../GrenadeMuzzle/GrenadeMuzzleGreen.prefab | 3 ++ .../GrenadeMuzzleGreen.prefab.meta | 3 ++ .../GrenadeMuzzle/GrenadeMuzzlePink.prefab | 3 ++ .../GrenadeMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/LaserMuzzle.meta | 3 ++ .../LaserMuzzle/LaserMuzzleBlue.prefab | 3 ++ .../LaserMuzzle/LaserMuzzleBlue.prefab.meta | 3 ++ .../LaserMuzzle/LaserMuzzleFire.prefab | 3 ++ .../LaserMuzzle/LaserMuzzleFire.prefab.meta | 3 ++ .../LaserMuzzle/LaserMuzzleGreen.prefab | 3 ++ .../LaserMuzzle/LaserMuzzleGreen.prefab.meta | 3 ++ .../LaserMuzzle/LaserMuzzlePink.prefab | 3 ++ .../LaserMuzzle/LaserMuzzlePink.prefab.meta | 3 ++ .../LaserMuzzle/LaserMuzzleRed.prefab | 3 ++ .../LaserMuzzle/LaserMuzzleRed.prefab.meta | 3 ++ .../Combat/Muzzleflash/LightningMuzzle.meta | 3 ++ .../LightningMuzzleBlue.prefab | 3 ++ .../LightningMuzzleBlue.prefab.meta | 3 ++ .../LightningMuzzleGreen.prefab | 3 ++ .../LightningMuzzleGreen.prefab.meta | 3 ++ .../LightningMuzzlePink.prefab | 3 ++ .../LightningMuzzlePink.prefab.meta | 3 ++ .../LightningMuzzleYellow.prefab | 3 ++ .../LightningMuzzleYellow.prefab.meta | 3 ++ .../Combat/Muzzleflash/LiquidMuzzle.meta | 3 ++ .../LiquidMuzzle/LiquidMuzzleAcid.prefab | 3 ++ .../LiquidMuzzle/LiquidMuzzleAcid.prefab.meta | 3 ++ .../LiquidMuzzle/LiquidMuzzleLava.prefab | 3 ++ .../LiquidMuzzle/LiquidMuzzleLava.prefab.meta | 3 ++ .../LiquidMuzzle/LiquidMuzzleOil.prefab | 3 ++ .../LiquidMuzzle/LiquidMuzzleOil.prefab.meta | 3 ++ .../LiquidMuzzle/LiquidMuzzleWater.prefab | 3 ++ .../LiquidMuzzleWater.prefab.meta | 3 ++ .../LiquidMuzzleWaterClear.prefab | 3 ++ .../LiquidMuzzleWaterClear.prefab.meta | 3 ++ .../Combat/Muzzleflash/MagicMuzzle.meta | 3 ++ .../MagicMuzzle/MagicMuzzleBlue.prefab | 3 ++ .../MagicMuzzle/MagicMuzzleBlue.prefab.meta | 3 ++ .../MagicMuzzle/MagicMuzzleFire.prefab | 3 ++ .../MagicMuzzle/MagicMuzzleFire.prefab.meta | 3 ++ .../MagicMuzzle/MagicMuzzleGreen.prefab | 3 ++ .../MagicMuzzle/MagicMuzzleGreen.prefab.meta | 3 ++ .../MagicMuzzle/MagicMuzzlePink.prefab | 3 ++ .../MagicMuzzle/MagicMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/MagicSoftMuzzle.meta | 3 ++ .../MagicSoftMuzzleBlue.prefab | 3 ++ .../MagicSoftMuzzleBlue.prefab.meta | 3 ++ .../MagicSoftMuzzleFire.prefab | 3 ++ .../MagicSoftMuzzleFire.prefab.meta | 3 ++ .../MagicSoftMuzzleGreen.prefab | 3 ++ .../MagicSoftMuzzleGreen.prefab.meta | 3 ++ .../MagicSoftMuzzlePink.prefab | 3 ++ .../MagicSoftMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/MysticMuzzle.meta | 3 ++ .../MysticMuzzle/MysticMuzzleDark.prefab | 3 ++ .../MysticMuzzle/MysticMuzzleDark.prefab.meta | 3 ++ .../MysticMuzzle/MysticMuzzleGreen.prefab | 3 ++ .../MysticMuzzleGreen.prefab.meta | 3 ++ .../MysticMuzzle/MysticMuzzleOrange.prefab | 3 ++ .../MysticMuzzleOrange.prefab.meta | 3 ++ .../MysticMuzzle/MysticMuzzlePurple.prefab | 3 ++ .../MysticMuzzlePurple.prefab.meta | 3 ++ .../MysticMuzzle/MysticMuzzleWhite.prefab | 3 ++ .../MysticMuzzleWhite.prefab.meta | 3 ++ .../Combat/Muzzleflash/NukeMuzzle.meta | 3 ++ .../NukeMuzzle/NukeMuzzleBlue.prefab | 3 ++ .../NukeMuzzle/NukeMuzzleBlue.prefab.meta | 3 ++ .../NukeMuzzle/NukeMuzzleFire.prefab | 3 ++ .../NukeMuzzle/NukeMuzzleFire.prefab.meta | 3 ++ .../NukeMuzzle/NukeMuzzleGreen.prefab | 3 ++ .../NukeMuzzle/NukeMuzzleGreen.prefab.meta | 3 ++ .../NukeMuzzle/NukeMuzzlePink.prefab | 3 ++ .../NukeMuzzle/NukeMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/RocketMuzzle.meta | 3 ++ .../RocketMuzzle/RocketMuzzleBlue.prefab | 3 ++ .../RocketMuzzle/RocketMuzzleBlue.prefab.meta | 3 ++ .../RocketMuzzle/RocketMuzzleFire.prefab | 3 ++ .../RocketMuzzle/RocketMuzzleFire.prefab.meta | 3 ++ .../RocketMuzzle/RocketMuzzleGreen.prefab | 3 ++ .../RocketMuzzleGreen.prefab.meta | 3 ++ .../RocketMuzzle/RocketMuzzlePink.prefab | 3 ++ .../RocketMuzzle/RocketMuzzlePink.prefab.meta | 3 ++ .../Combat/Muzzleflash/ShadowMuzzle.meta | 3 ++ .../ShadowMuzzle/ShadowMuzzle.prefab | 3 ++ .../ShadowMuzzle/ShadowMuzzle.prefab.meta | 3 ++ .../Combat/Muzzleflash/SharpMuzzle.meta | 3 ++ .../SharpMuzzle/SharpMuzzleBlue.prefab | 3 ++ .../SharpMuzzle/SharpMuzzleBlue.prefab.meta | 3 ++ .../SharpMuzzle/SharpMuzzleFire.prefab | 3 ++ .../SharpMuzzle/SharpMuzzleFire.prefab.meta | 3 ++ .../SharpMuzzle/SharpMuzzleGreen.prefab | 3 ++ .../SharpMuzzle/SharpMuzzleGreen.prefab.meta | 3 ++ .../SharpMuzzle/SharpMuzzlePink.prefab | 3 ++ .../SharpMuzzle/SharpMuzzlePink.prefab.meta | 3 ++ .../Prefabs/Combat/Muzzleflash/Snow.meta | 3 ++ .../Combat/Muzzleflash/Snow/SnowMuzzle.prefab | 3 ++ .../Muzzleflash/Snow/SnowMuzzle.prefab.meta | 3 ++ .../Combat/Muzzleflash/SoulMuzzle.meta | 3 ++ .../SoulMuzzle/SoulMuzzleCrimson.prefab | 3 ++ .../SoulMuzzle/SoulMuzzleCrimson.prefab.meta | 3 ++ .../SoulMuzzle/SoulMuzzleGreen.prefab | 3 ++ .../SoulMuzzle/SoulMuzzleGreen.prefab.meta | 3 ++ .../SoulMuzzle/SoulMuzzleOrange.prefab | 3 ++ .../SoulMuzzle/SoulMuzzleOrange.prefab.meta | 3 ++ .../SoulMuzzle/SoulMuzzlePurple.prefab | 3 ++ .../SoulMuzzle/SoulMuzzlePurple.prefab.meta | 3 ++ .../Combat/Muzzleflash/SparkleMuzzle.meta | 3 ++ .../SparkleMuzzle/SparkleMuzzleBlue.prefab | 3 ++ .../SparkleMuzzleBlue.prefab.meta | 3 ++ .../SparkleMuzzle/SparkleMuzzleGreen.prefab | 3 ++ .../SparkleMuzzleGreen.prefab.meta | 3 ++ .../SparkleMuzzle/SparkleMuzzlePink.prefab | 3 ++ .../SparkleMuzzlePink.prefab.meta | 3 ++ .../SparkleMuzzle/SparkleMuzzleYellow.prefab | 3 ++ .../SparkleMuzzleYellow.prefab.meta | 3 ++ .../Combat/Muzzleflash/StormMuzzle.meta | 3 ++ .../StormMuzzle/StormMuzzle.prefab | 3 ++ .../StormMuzzle/StormMuzzle.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Combat/Nova.meta | 3 ++ .../Prefabs/Combat/Nova/Fire.meta | 3 ++ .../Combat/Nova/Fire/NovaFireBlue.prefab | 3 ++ .../Combat/Nova/Fire/NovaFireBlue.prefab.meta | 3 ++ .../Combat/Nova/Fire/NovaFireGreen.prefab | 3 ++ .../Nova/Fire/NovaFireGreen.prefab.meta | 3 ++ .../Combat/Nova/Fire/NovaFirePink.prefab | 3 ++ .../Combat/Nova/Fire/NovaFirePink.prefab.meta | 3 ++ .../Combat/Nova/Fire/NovaFireRed.prefab | 3 ++ .../Combat/Nova/Fire/NovaFireRed.prefab.meta | 3 ++ .../Prefabs/Combat/Nova/Frost.meta | 3 ++ .../Combat/Nova/Frost/NovaFrost.prefab | 3 ++ .../Combat/Nova/Frost/NovaFrost.prefab.meta | 3 ++ .../Prefabs/Combat/Nova/Lightning.meta | 3 ++ .../Nova/Lightning/NovaLightningBlue.prefab | 3 ++ .../Lightning/NovaLightningBlue.prefab.meta | 3 ++ .../Nova/Lightning/NovaLightningGreen.prefab | 3 ++ .../Lightning/NovaLightningGreen.prefab.meta | 3 ++ .../Nova/Lightning/NovaLightningPurple.prefab | 3 ++ .../Lightning/NovaLightningPurple.prefab.meta | 3 ++ .../Nova/Lightning/NovaLightningYellow.prefab | 3 ++ .../Lightning/NovaLightningYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Nova/Standard.meta | 3 ++ .../Combat/Nova/Standard/NovaBlue.prefab | 3 ++ .../Combat/Nova/Standard/NovaBlue.prefab.meta | 3 ++ .../Combat/Nova/Standard/NovaFire.prefab | 3 ++ .../Combat/Nova/Standard/NovaFire.prefab.meta | 3 ++ .../Combat/Nova/Standard/NovaGreen.prefab | 3 ++ .../Nova/Standard/NovaGreen.prefab.meta | 3 ++ .../Combat/Nova/Standard/NovaPink.prefab | 3 ++ .../Combat/Nova/Standard/NovaPink.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Combat/Shield.meta | 3 ++ .../Combat/Shield/ShieldSoftBlue.prefab | 3 ++ .../Combat/Shield/ShieldSoftBlue.prefab.meta | 3 ++ .../Combat/Shield/ShieldSoftGreen.prefab | 3 ++ .../Combat/Shield/ShieldSoftGreen.prefab.meta | 3 ++ .../Combat/Shield/ShieldSoftPurple.prefab | 3 ++ .../Shield/ShieldSoftPurple.prefab.meta | 3 ++ .../Combat/Shield/ShieldSoftYellow.prefab | 3 ++ .../Shield/ShieldSoftYellow.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Combat/Sword.meta | 3 ++ .../Prefabs/Combat/Sword/- Legacy.meta | 3 ++ .../- Legacy/SwordHitCriticalLegacy.meta | 3 ++ .../SwordHitBlueCriticalLegacy.prefab | 3 ++ .../SwordHitBlueCriticalLegacy.prefab.meta | 3 ++ .../SwordHitRedCriticalLegacy.prefab | 3 ++ .../SwordHitRedCriticalLegacy.prefab.meta | 3 ++ .../SwordHitYellowCriticalLegacy.prefab | 3 ++ .../SwordHitYellowCriticalLegacy.prefab.meta | 3 ++ .../Combat/Sword/- Legacy/SwordHitLegacy.meta | 3 ++ .../SwordHitLegacy/SwordHitBlueLegacy.prefab | 3 ++ .../SwordHitBlueLegacy.prefab.meta | 3 ++ .../SwordHitLegacy/SwordHitRedLegacy.prefab | 3 ++ .../SwordHitRedLegacy.prefab.meta | 3 ++ .../SwordHitYellowLegacy.prefab | 3 ++ .../SwordHitYellowLegacy.prefab.meta | 3 ++ .../Prefabs/Combat/Sword/Hit.meta | 3 ++ .../Prefabs/Combat/Sword/Hit/SwordHit.meta | 3 ++ .../Sword/Hit/SwordHit/SwordHitBlue.prefab | 3 ++ .../Hit/SwordHit/SwordHitBlue.prefab.meta | 3 ++ .../Sword/Hit/SwordHit/SwordHitGreen.prefab | 3 ++ .../Hit/SwordHit/SwordHitGreen.prefab.meta | 3 ++ .../Sword/Hit/SwordHit/SwordHitRed.prefab | 3 ++ .../Hit/SwordHit/SwordHitRed.prefab.meta | 3 ++ .../Sword/Hit/SwordHit/SwordHitYellow.prefab | 3 ++ .../Hit/SwordHit/SwordHitYellow.prefab.meta | 3 ++ .../Combat/Sword/Hit/SwordHitCritical.meta | 3 ++ .../SwordHitBlueCritical.prefab | 3 ++ .../SwordHitBlueCritical.prefab.meta | 3 ++ .../SwordHitGreenCritical.prefab | 3 ++ .../SwordHitGreenCritical.prefab.meta | 3 ++ .../SwordHitRedCritical.prefab | 3 ++ .../SwordHitRedCritical.prefab.meta | 3 ++ .../SwordHitYellowCritical.prefab | 3 ++ .../SwordHitYellowCritical.prefab.meta | 3 ++ .../Combat/Sword/Hit/SwordHitMagic.meta | 3 ++ .../SwordHitMagic/SwordHitMagicBlue.prefab | 3 ++ .../SwordHitMagicBlue.prefab.meta | 3 ++ .../SwordHitMagic/SwordHitMagicGreen.prefab | 3 ++ .../SwordHitMagicGreen.prefab.meta | 3 ++ .../Hit/SwordHitMagic/SwordHitMagicRed.prefab | 3 ++ .../SwordHitMagicRed.prefab.meta | 3 ++ .../SwordHitMagic/SwordHitMagicYellow.prefab | 3 ++ .../SwordHitMagicYellow.prefab.meta | 3 ++ .../Combat/Sword/Hit/SwordHitMini.meta | 3 ++ .../Hit/SwordHitMini/SwordHitMiniBlue.prefab | 3 ++ .../SwordHitMini/SwordHitMiniBlue.prefab.meta | 3 ++ .../Hit/SwordHitMini/SwordHitMiniGreen.prefab | 3 ++ .../SwordHitMiniGreen.prefab.meta | 3 ++ .../Hit/SwordHitMini/SwordHitMiniRed.prefab | 3 ++ .../SwordHitMini/SwordHitMiniRed.prefab.meta | 3 ++ .../SwordHitMini/SwordHitMiniYellow.prefab | 3 ++ .../SwordHitMiniYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Sword/Slash.meta | 3 ++ .../Combat/Sword/Slash/SwordSlashMini.meta | 3 ++ .../SwordSlashMini/SwordSlashMiniBlue.prefab | 3 ++ .../SwordSlashMiniBlue.prefab.meta | 3 ++ .../SwordSlashMini/SwordSlashMiniGreen.prefab | 3 ++ .../SwordSlashMiniGreen.prefab.meta | 3 ++ .../SwordSlashMini/SwordSlashMiniRed.prefab | 3 ++ .../SwordSlashMiniRed.prefab.meta | 3 ++ .../SwordSlashMini/SwordSlashMiniWhite.prefab | 3 ++ .../SwordSlashMiniWhite.prefab.meta | 3 ++ .../SwordSlashMiniYellow.prefab | 3 ++ .../SwordSlashMiniYellow.prefab.meta | 3 ++ .../Combat/Sword/Slash/SwordSlashThick.meta | 3 ++ .../SwordSlashThickBlue.prefab | 3 ++ .../SwordSlashThickBlue.prefab.meta | 3 ++ .../SwordSlashThickGreen.prefab | 3 ++ .../SwordSlashThickGreen.prefab.meta | 3 ++ .../SwordSlashThick/SwordSlashThickRed.prefab | 3 ++ .../SwordSlashThickRed.prefab.meta | 3 ++ .../SwordSlashThickWhite.prefab | 3 ++ .../SwordSlashThickWhite.prefab.meta | 3 ++ .../SwordSlashThickYellow.prefab | 3 ++ .../SwordSlashThickYellow.prefab.meta | 3 ++ .../Combat/Sword/Slash/SwordSlashThin.meta | 3 ++ .../SwordSlashThin/SwordSlashThinBlue.prefab | 3 ++ .../SwordSlashThinBlue.prefab.meta | 3 ++ .../SwordSlashThin/SwordSlashThinGreen.prefab | 3 ++ .../SwordSlashThinGreen.prefab.meta | 3 ++ .../SwordSlashThin/SwordSlashThinRed.prefab | 3 ++ .../SwordSlashThinRed.prefab.meta | 3 ++ .../SwordSlashThin/SwordSlashThinWhite.prefab | 3 ++ .../SwordSlashThinWhite.prefab.meta | 3 ++ .../SwordSlashThinYellow.prefab | 3 ++ .../SwordSlashThinYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Sword/Spin.meta | 3 ++ .../Combat/Sword/Spin/SwordSpinBlue.prefab | 3 ++ .../Sword/Spin/SwordSpinBlue.prefab.meta | 3 ++ .../Combat/Sword/Spin/SwordSpinGreen.prefab | 3 ++ .../Sword/Spin/SwordSpinGreen.prefab.meta | 3 ++ .../Combat/Sword/Spin/SwordSpinRed.prefab | 3 ++ .../Sword/Spin/SwordSpinRed.prefab.meta | 3 ++ .../Combat/Sword/Spin/SwordSpinWhite.prefab | 3 ++ .../Sword/Spin/SwordSpinWhite.prefab.meta | 3 ++ .../Combat/Sword/Spin/SwordSpinYellow.prefab | 3 ++ .../Sword/Spin/SwordSpinYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Sword/Wave.meta | 3 ++ .../Combat/Sword/Wave/SwordWaveBlue.prefab | 3 ++ .../Sword/Wave/SwordWaveBlue.prefab.meta | 3 ++ .../Combat/Sword/Wave/SwordWaveGreen.prefab | 3 ++ .../Sword/Wave/SwordWaveGreen.prefab.meta | 3 ++ .../Combat/Sword/Wave/SwordWaveRed.prefab | 3 ++ .../Sword/Wave/SwordWaveRed.prefab.meta | 3 ++ .../Combat/Sword/Wave/SwordWaveWhite.prefab | 3 ++ .../Sword/Wave/SwordWaveWhite.prefab.meta | 3 ++ .../Combat/Sword/Wave/SwordWaveYellow.prefab | 3 ++ .../Sword/Wave/SwordWaveYellow.prefab.meta | 3 ++ .../Prefabs/Combat/Sword/Whirlwind.meta | 3 ++ .../Sword/Whirlwind/SwordWhirlwindBlue.prefab | 3 ++ .../Whirlwind/SwordWhirlwindBlue.prefab.meta | 3 ++ .../Whirlwind/SwordWhirlwindGreen.prefab | 3 ++ .../Whirlwind/SwordWhirlwindGreen.prefab.meta | 3 ++ .../Sword/Whirlwind/SwordWhirlwindRed.prefab | 3 ++ .../Whirlwind/SwordWhirlwindRed.prefab.meta | 3 ++ .../Whirlwind/SwordWhirlwindWhite.prefab | 3 ++ .../Whirlwind/SwordWhirlwindWhite.prefab.meta | 3 ++ .../Whirlwind/SwordWhirlwindYellow.prefab | 3 ++ .../SwordWhirlwindYellow.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Environment.meta | 3 ++ .../Prefabs/Environment/Bubbles.meta | 3 ++ .../Bubbles/SoapBubbleBlast.prefab | 3 ++ .../Bubbles/SoapBubbleBlast.prefab.meta | 3 ++ .../Bubbles/SoapBubbleEmitter.prefab | 3 ++ .../Bubbles/SoapBubbleEmitter.prefab.meta | 3 ++ .../Bubbles/SoapBubbleTrail.prefab | 3 ++ .../Bubbles/SoapBubbleTrail.prefab.meta | 3 ++ .../Prefabs/Environment/Confetti.meta | 3 ++ .../Prefabs/Environment/Confetti/Blast.meta | 3 ++ .../Confetti/Blast/ConfettiBlastBlue.prefab | 3 ++ .../Blast/ConfettiBlastBlue.prefab.meta | 3 ++ .../Blast/ConfettiBlastGreenYellow.prefab | 3 ++ .../ConfettiBlastGreenYellow.prefab.meta | 3 ++ .../Blast/ConfettiBlastOrangeGreen.prefab | 3 ++ .../ConfettiBlastOrangeGreen.prefab.meta | 3 ++ .../Blast/ConfettiBlastOrangePurple.prefab | 3 ++ .../ConfettiBlastOrangePurple.prefab.meta | 3 ++ .../Blast/ConfettiBlastRainbow.prefab | 3 ++ .../Blast/ConfettiBlastRainbow.prefab.meta | 3 ++ .../Confetti/Blast/ConfettiBlastRed.prefab | 3 ++ .../Blast/ConfettiBlastRed.prefab.meta | 3 ++ .../Environment/Confetti/Directional.meta | 3 ++ .../ConfettiDirectionalBlue.prefab | 3 ++ .../ConfettiDirectionalBlue.prefab.meta | 3 ++ .../ConfettiDirectionalGreenYellow.prefab | 3 ++ ...ConfettiDirectionalGreenYellow.prefab.meta | 3 ++ .../ConfettiDirectionalOrangeGreen.prefab | 3 ++ ...ConfettiDirectionalOrangeGreen.prefab.meta | 3 ++ .../ConfettiDirectionalOrangePurple.prefab | 3 ++ ...onfettiDirectionalOrangePurple.prefab.meta | 3 ++ .../ConfettiDirectionalRainbow.prefab | 3 ++ .../ConfettiDirectionalRainbow.prefab.meta | 3 ++ .../Directional/ConfettiDirectionalRed.prefab | 3 ++ .../ConfettiDirectionalRed.prefab.meta | 3 ++ .../Prefabs/Environment/Confetti/Shower.meta | 3 ++ .../Confetti/Shower/ConfettiShowerBlue.prefab | 3 ++ .../Shower/ConfettiShowerBlue.prefab.meta | 3 ++ .../Shower/ConfettiShowerGreenYellow.prefab | 3 ++ .../ConfettiShowerGreenYellow.prefab.meta | 3 ++ .../Shower/ConfettiShowerOrangeGreen.prefab | 3 ++ .../ConfettiShowerOrangeGreen.prefab.meta | 3 ++ .../Shower/ConfettiShowerOrangePurple.prefab | 3 ++ .../ConfettiShowerOrangePurple.prefab.meta | 3 ++ .../Shower/ConfettiShowerRainbow.prefab | 3 ++ .../Shower/ConfettiShowerRainbow.prefab.meta | 3 ++ .../Confetti/Shower/ConfettiShowerRed.prefab | 3 ++ .../Shower/ConfettiShowerRed.prefab.meta | 3 ++ .../Prefabs/Environment/Dust.meta | 3 ++ .../Environment/Dust/DustDirtyPoof.prefab | 3 ++ .../Dust/DustDirtyPoof.prefab.meta | 3 ++ .../Environment/Dust/DustDirtyPoofSoft.prefab | 3 ++ .../Dust/DustDirtyPoofSoft.prefab.meta | 3 ++ .../Environment/Dust/DustMotesCalm.prefab | 3 ++ .../Dust/DustMotesCalm.prefab.meta | 3 ++ .../Environment/Dust/DustMotesLively.prefab | 3 ++ .../Dust/DustMotesLively.prefab.meta | 3 ++ .../Prefabs/Environment/Environment FX.txt | 3 ++ .../Environment/Environment FX.txt.meta | 3 ++ .../Prefabs/Environment/Fire.meta | 3 ++ .../Prefabs/Environment/Fire/Candle.meta | 3 ++ .../Environment/Fire/Candle/CandleLight.meta | 3 ++ .../Candle/CandleLight/CandleLightRed.prefab | 3 ++ .../CandleLight/CandleLightRed.prefab.meta | 3 ++ .../Environment/Fire/Candle/CandleLight2.meta | 3 ++ .../Candle/CandleLight2/CandleLight2.prefab | 3 ++ .../CandleLight2/CandleLight2.prefab.meta | 3 ++ .../CandleLight2/CandleLight2Modular.prefab | 3 ++ .../CandleLight2Modular.prefab.meta | 3 ++ .../CandleLight2/CandleLight2Smoke.prefab | 3 ++ .../CandleLight2Smoke.prefab.meta | 3 ++ .../Fire/Candle/CandleLightSoft.meta | 3 ++ .../CandleLightSoftBlue.prefab | 3 ++ .../CandleLightSoftBlue.prefab.meta | 3 ++ .../CandleLightSoftGreen.prefab | 3 ++ .../CandleLightSoftGreen.prefab.meta | 3 ++ .../CandleLightSoftPurple.prefab | 3 ++ .../CandleLightSoftPurple.prefab.meta | 3 ++ .../CandleLightSoft/CandleLightSoftRed.prefab | 3 ++ .../CandleLightSoftRed.prefab.meta | 3 ++ .../CandleLightSoftYellow.prefab | 3 ++ .../CandleLightSoftYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Cartoon.meta | 3 ++ .../Fire/Cartoon/Field Intense.meta | 3 ++ .../Field Intense/FireFieldIntenseBlue.prefab | 3 ++ .../FireFieldIntenseBlue.prefab.meta | 3 ++ .../FireFieldIntenseGreen.prefab | 3 ++ .../FireFieldIntenseGreen.prefab.meta | 3 ++ .../Field Intense/FireFieldIntensePink.prefab | 3 ++ .../FireFieldIntensePink.prefab.meta | 3 ++ .../Field Intense/FireFieldIntenseRed.prefab | 3 ++ .../FireFieldIntenseRed.prefab.meta | 3 ++ .../Environment/Fire/Cartoon/Field.meta | 3 ++ .../Fire/Cartoon/Field/FireFieldBlue.prefab | 3 ++ .../Cartoon/Field/FireFieldBlue.prefab.meta | 3 ++ .../Fire/Cartoon/Field/FireFieldGreen.prefab | 3 ++ .../Cartoon/Field/FireFieldGreen.prefab.meta | 3 ++ .../Fire/Cartoon/Field/FireFieldPink.prefab | 3 ++ .../Cartoon/Field/FireFieldPink.prefab.meta | 3 ++ .../Fire/Cartoon/Field/FireFieldRed.prefab | 3 ++ .../Cartoon/Field/FireFieldRed.prefab.meta | 3 ++ .../Environment/Fire/Cartoon/Radial.meta | 3 ++ .../Cartoon/Radial/ToonRadialFireBlue.prefab | 3 ++ .../Radial/ToonRadialFireBlue.prefab.meta | 3 ++ .../Cartoon/Radial/ToonRadialFireGreen.prefab | 3 ++ .../Radial/ToonRadialFireGreen.prefab.meta | 3 ++ .../Cartoon/Radial/ToonRadialFirePink.prefab | 3 ++ .../Radial/ToonRadialFirePink.prefab.meta | 3 ++ .../Cartoon/Radial/ToonRadialFireRed.prefab | 3 ++ .../Radial/ToonRadialFireRed.prefab.meta | 3 ++ .../Environment/Fire/Cartoon/Tall.meta | 3 ++ .../Fire/Cartoon/Tall/ToonTallFireBlue.prefab | 3 ++ .../Cartoon/Tall/ToonTallFireBlue.prefab.meta | 3 ++ .../Cartoon/Tall/ToonTallFireGreen.prefab | 3 ++ .../Tall/ToonTallFireGreen.prefab.meta | 3 ++ .../Fire/Cartoon/Tall/ToonTallFirePink.prefab | 3 ++ .../Cartoon/Tall/ToonTallFirePink.prefab.meta | 3 ++ .../Fire/Cartoon/Tall/ToonTallFireRed.prefab | 3 ++ .../Cartoon/Tall/ToonTallFireRed.prefab.meta | 3 ++ .../Fire/Cartoon/Torch Intense.meta | 3 ++ .../ToonFireTorchIntenseBlue.prefab | 3 ++ .../ToonFireTorchIntenseBlue.prefab.meta | 3 ++ .../ToonFireTorchIntenseGreen.prefab | 3 ++ .../ToonFireTorchIntenseGreen.prefab.meta | 3 ++ .../ToonFireTorchIntensePurple.prefab | 3 ++ .../ToonFireTorchIntensePurple.prefab.meta | 3 ++ .../ToonFireTorchIntenseRed.prefab | 3 ++ .../ToonFireTorchIntenseRed.prefab.meta | 3 ++ .../Environment/Fire/Cartoon/Torch.meta | 3 ++ .../Cartoon/Torch/ToonFireTorchBlue.prefab | 3 ++ .../Torch/ToonFireTorchBlue.prefab.meta | 3 ++ .../Cartoon/Torch/ToonFireTorchGreen.prefab | 3 ++ .../Torch/ToonFireTorchGreen.prefab.meta | 3 ++ .../Cartoon/Torch/ToonFireTorchPink.prefab | 3 ++ .../Torch/ToonFireTorchPink.prefab.meta | 3 ++ .../Cartoon/Torch/ToonFireTorchRed.prefab | 3 ++ .../Torch/ToonFireTorchRed.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Round.meta | 3 ++ .../Fire/Round/RoundFireBlue.prefab | 3 ++ .../Fire/Round/RoundFireBlue.prefab.meta | 3 ++ .../Fire/Round/RoundFireGreen.prefab | 3 ++ .../Fire/Round/RoundFireGreen.prefab.meta | 3 ++ .../Fire/Round/RoundFirePurple.prefab | 3 ++ .../Fire/Round/RoundFirePurple.prefab.meta | 3 ++ .../Fire/Round/RoundFireRed.prefab | 3 ++ .../Fire/Round/RoundFireRed.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Soft.meta | 3 ++ .../Prefabs/Environment/Fire/Soft/Big.meta | 3 ++ .../Fire/Soft/Big/SoftFireBigBlue.prefab | 3 ++ .../Fire/Soft/Big/SoftFireBigBlue.prefab.meta | 3 ++ .../Fire/Soft/Big/SoftFireBigGreen.prefab | 3 ++ .../Soft/Big/SoftFireBigGreen.prefab.meta | 3 ++ .../Fire/Soft/Big/SoftFireBigPurple.prefab | 3 ++ .../Soft/Big/SoftFireBigPurple.prefab.meta | 3 ++ .../Fire/Soft/Big/SoftFireBigRed.prefab | 3 ++ .../Fire/Soft/Big/SoftFireBigRed.prefab.meta | 3 ++ .../Fire/Soft/Big/SoftFireBigYellow.prefab | 3 ++ .../Soft/Big/SoftFireBigYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Soft/Tall.meta | 3 ++ .../Fire/Soft/Tall/SoftTallFireBlue.prefab | 3 ++ .../Soft/Tall/SoftTallFireBlue.prefab.meta | 3 ++ .../Fire/Soft/Tall/SoftTallFireGreen.prefab | 3 ++ .../Soft/Tall/SoftTallFireGreen.prefab.meta | 3 ++ .../Fire/Soft/Tall/SoftTallFirePurple.prefab | 3 ++ .../Soft/Tall/SoftTallFirePurple.prefab.meta | 3 ++ .../Fire/Soft/Tall/SoftTallFireRed.prefab | 3 ++ .../Soft/Tall/SoftTallFireRed.prefab.meta | 3 ++ .../Fire/Soft/Tall/SoftTallFireYellow.prefab | 3 ++ .../Soft/Tall/SoftTallFireYellow.prefab.meta | 3 ++ .../Environment/Fire/Soft/Torch Additive.meta | 3 ++ .../SoftFireAdditiveBlue.prefab | 3 ++ .../SoftFireAdditiveBlue.prefab.meta | 3 ++ .../SoftFireAdditiveGreen.prefab | 3 ++ .../SoftFireAdditiveGreen.prefab.meta | 3 ++ .../SoftFireAdditivePurple.prefab | 3 ++ .../SoftFireAdditivePurple.prefab.meta | 3 ++ .../Torch Additive/SoftFireAdditiveRed.prefab | 3 ++ .../SoftFireAdditiveRed.prefab.meta | 3 ++ .../SoftFireAdditiveYellow.prefab | 3 ++ .../SoftFireAdditiveYellow.prefab.meta | 3 ++ .../Fire/Soft/Torch AlphaBlend.meta | 3 ++ .../Torch AlphaBlend/SoftFireABBlue.prefab | 3 ++ .../SoftFireABBlue.prefab.meta | 3 ++ .../Torch AlphaBlend/SoftFireABGreen.prefab | 3 ++ .../SoftFireABGreen.prefab.meta | 3 ++ .../Torch AlphaBlend/SoftFireABPurple.prefab | 3 ++ .../SoftFireABPurple.prefab.meta | 3 ++ .../Torch AlphaBlend/SoftFireABRed.prefab | 3 ++ .../SoftFireABRed.prefab.meta | 3 ++ .../Torch AlphaBlend/SoftFireABYellow.prefab | 3 ++ .../SoftFireABYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Spiky.meta | 3 ++ .../Prefabs/Environment/Fire/Spiky/Big.meta | 3 ++ .../Spiky/Big/SpikyFireBigAdditiveBlue.prefab | 3 ++ .../Big/SpikyFireBigAdditiveBlue.prefab.meta | 3 ++ .../Big/SpikyFireBigAdditiveGreen.prefab | 3 ++ .../Big/SpikyFireBigAdditiveGreen.prefab.meta | 3 ++ .../Big/SpikyFireBigAdditivePurple.prefab | 3 ++ .../SpikyFireBigAdditivePurple.prefab.meta | 3 ++ .../Spiky/Big/SpikyFireBigAdditiveRed.prefab | 3 ++ .../Big/SpikyFireBigAdditiveRed.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Spiky/Small.meta | 3 ++ .../Spiky/Small/SpikyFireAdditiveBlue.prefab | 3 ++ .../Small/SpikyFireAdditiveBlue.prefab.meta | 3 ++ .../Spiky/Small/SpikyFireAdditiveGreen.prefab | 3 ++ .../Small/SpikyFireAdditiveGreen.prefab.meta | 3 ++ .../Small/SpikyFireAdditivePurple.prefab | 3 ++ .../Small/SpikyFireAdditivePurple.prefab.meta | 3 ++ .../Spiky/Small/SpikyFireAdditiveRed.prefab | 3 ++ .../Small/SpikyFireAdditiveRed.prefab.meta | 3 ++ .../Small/SpikyFireAdditiveYellow.prefab | 3 ++ .../Small/SpikyFireAdditiveYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Fire/Trails.meta | 3 ++ .../Fire/Trails/SoftFireTrail.prefab | 3 ++ .../Fire/Trails/SoftFireTrail.prefab.meta | 3 ++ .../Fire/Trails/SpikyFireTrail.prefab | 3 ++ .../Fire/Trails/SpikyFireTrail.prefab.meta | 3 ++ .../Fire/Trails/ToonFireTrail.prefab | 3 ++ .../Fire/Trails/ToonFireTrail.prefab.meta | 3 ++ .../Prefabs/Environment/Fireflies.meta | 3 ++ .../Fireflies/FireFliesBlue.prefab | 3 ++ .../Fireflies/FireFliesBlue.prefab.meta | 3 ++ .../Fireflies/FireFliesGreen.prefab | 3 ++ .../Fireflies/FireFliesGreen.prefab.meta | 3 ++ .../Fireflies/FireFliesPink.prefab | 3 ++ .../Fireflies/FireFliesPink.prefab.meta | 3 ++ .../Environment/Fireflies/FireFliesRed.prefab | 3 ++ .../Fireflies/FireFliesRed.prefab.meta | 3 ++ .../Fireflies/FireFliesYellow.prefab | 3 ++ .../Fireflies/FireFliesYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Firework.meta | 3 ++ .../Environment/Firework/FireworkBlue.prefab | 3 ++ .../Firework/FireworkBlue.prefab.meta | 3 ++ .../Firework/FireworkBlueCluster.prefab | 3 ++ .../Firework/FireworkBlueCluster.prefab.meta | 3 ++ .../Environment/Firework/FireworkGreen.prefab | 3 ++ .../Firework/FireworkGreen.prefab.meta | 3 ++ .../Firework/FireworkGreenCluster.prefab | 3 ++ .../Firework/FireworkGreenCluster.prefab.meta | 3 ++ .../Firework/FireworkPurple.prefab | 3 ++ .../Firework/FireworkPurple.prefab.meta | 3 ++ .../Firework/FireworkPurpleCluster.prefab | 3 ++ .../FireworkPurpleCluster.prefab.meta | 3 ++ .../Environment/Firework/FireworkRed.prefab | 3 ++ .../Firework/FireworkRed.prefab.meta | 3 ++ .../Firework/FireworkRedCluster.prefab | 3 ++ .../Firework/FireworkRedCluster.prefab.meta | 3 ++ .../Firework/FireworkYellow.prefab | 3 ++ .../Firework/FireworkYellow.prefab.meta | 3 ++ .../Firework/FireworkYellowCluster.prefab | 3 ++ .../FireworkYellowCluster.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Environment/Fog.meta | 3 ++ .../Prefabs/Environment/Fog/Black.meta | 3 ++ .../Environment/Fog/Black/FogCalmBlack.prefab | 3 ++ .../Fog/Black/FogCalmBlack.prefab.meta | 3 ++ .../Environment/Fog/Black/FogFlatBlack.prefab | 3 ++ .../Fog/Black/FogFlatBlack.prefab.meta | 3 ++ .../Fog/Black/FogHeavyBlack.prefab | 3 ++ .../Fog/Black/FogHeavyBlack.prefab.meta | 3 ++ .../Fog/Black/FogLivelyBlack.prefab | 3 ++ .../Fog/Black/FogLivelyBlack.prefab.meta | 3 ++ .../Prefabs/Environment/Fog/Grey.meta | 3 ++ .../Environment/Fog/Grey/FogCalmGrey.prefab | 3 ++ .../Fog/Grey/FogCalmGrey.prefab.meta | 3 ++ .../Environment/Fog/Grey/FogFlatGrey.prefab | 3 ++ .../Fog/Grey/FogFlatGrey.prefab.meta | 3 ++ .../Environment/Fog/Grey/FogHeavyGrey.prefab | 3 ++ .../Fog/Grey/FogHeavyGrey.prefab.meta | 3 ++ .../Environment/Fog/Grey/FogLivelyGrey.prefab | 3 ++ .../Fog/Grey/FogLivelyGrey.prefab.meta | 3 ++ .../Prefabs/Environment/Fog/White.meta | 3 ++ .../Environment/Fog/White/FogCalmWhite.prefab | 3 ++ .../Fog/White/FogCalmWhite.prefab.meta | 3 ++ .../Environment/Fog/White/FogFlatWhite.prefab | 3 ++ .../Fog/White/FogFlatWhite.prefab.meta | 3 ++ .../Fog/White/FogHeavyWhite.prefab | 3 ++ .../Fog/White/FogHeavyWhite.prefab.meta | 3 ++ .../Fog/White/FogLivelyWhite.prefab | 3 ++ .../Fog/White/FogLivelyWhite.prefab.meta | 3 ++ .../Prefabs/Environment/Lightning.meta | 3 ++ .../Environment/Lightning/Sharp Orb.meta | 3 ++ .../Sharp Orb/LightningOrbSharpBlue.prefab | 3 ++ .../LightningOrbSharpBlue.prefab.meta | 3 ++ .../Sharp Orb/LightningOrbSharpGreen.prefab | 3 ++ .../LightningOrbSharpGreen.prefab.meta | 3 ++ .../Sharp Orb/LightningOrbSharpPink.prefab | 3 ++ .../LightningOrbSharpPink.prefab.meta | 3 ++ .../Sharp Orb/LightningOrbSharpYellow.prefab | 3 ++ .../LightningOrbSharpYellow.prefab.meta | 3 ++ .../Environment/Lightning/Sharp Strike.meta | 3 ++ .../LightningStrikeSharpBlue.prefab | 3 ++ .../LightningStrikeSharpBlue.prefab.meta | 3 ++ .../LightningStrikeSharpPink.prefab | 3 ++ .../LightningStrikeSharpPink.prefab.meta | 3 ++ .../LightningStrikeSharpTallBlue.prefab | 3 ++ .../LightningStrikeSharpTallBlue.prefab.meta | 3 ++ .../Environment/Lightning/Soft Orb.meta | 3 ++ .../Soft Orb/LightningOrbSoftBlue.prefab | 3 ++ .../Soft Orb/LightningOrbSoftBlue.prefab.meta | 3 ++ .../Soft Orb/LightningOrbSoftGreen.prefab | 3 ++ .../LightningOrbSoftGreen.prefab.meta | 3 ++ .../Soft Orb/LightningOrbSoftPink.prefab | 3 ++ .../Soft Orb/LightningOrbSoftPink.prefab.meta | 3 ++ .../Soft Orb/LightningOrbSoftYellow.prefab | 3 ++ .../LightningOrbSoftYellow.prefab.meta | 3 ++ .../Environment/Lightning/Soft Strike.meta | 3 ++ .../Soft Strike/LightningBlastBlue.prefab | 3 ++ .../LightningBlastBlue.prefab.meta | 3 ++ .../Soft Strike/LightningBlastPink.prefab | 3 ++ .../LightningBlastPink.prefab.meta | 3 ++ .../Soft Strike/LightningStrikeBlue.prefab | 3 ++ .../LightningStrikeBlue.prefab.meta | 3 ++ .../Soft Strike/LightningStrikePink.prefab | 3 ++ .../LightningStrikePink.prefab.meta | 3 ++ .../LightningStrikeTallBlue.prefab | 3 ++ .../LightningStrikeTallBlue.prefab.meta | 3 ++ .../Prefabs/Environment/Smoke.meta | 3 ++ .../Environment/Smoke/CigaretteSmoke.prefab | 3 ++ .../Smoke/CigaretteSmoke.prefab.meta | 3 ++ .../Prefabs/Environment/Smoke/Dark.meta | 3 ++ .../Smoke/Dark/SmokeBurstDark.prefab | 3 ++ .../Smoke/Dark/SmokeBurstDark.prefab.meta | 3 ++ .../Smoke/Dark/SmokeBurstDarkSoft.prefab | 3 ++ .../Smoke/Dark/SmokeBurstDarkSoft.prefab.meta | 3 ++ .../Environment/Smoke/Dark/SmokeDark.prefab | 3 ++ .../Smoke/Dark/SmokeDark.prefab.meta | 3 ++ .../Smoke/Dark/SmokeDarkSoft.prefab | 3 ++ .../Smoke/Dark/SmokeDarkSoft.prefab.meta | 3 ++ .../Smoke/Dark/SmokeDarkSoftTrail.prefab | 3 ++ .../Smoke/Dark/SmokeDarkSoftTrail.prefab.meta | 3 ++ .../Smoke/Dark/SmokeDarkSoftTrail2.prefab | 3 ++ .../Dark/SmokeDarkSoftTrail2.prefab.meta | 3 ++ .../Smoke/Dark/SmokeDarkTrail.prefab | 3 ++ .../Smoke/Dark/SmokeDarkTrail.prefab.meta | 3 ++ .../Smoke/Dark/SmokeExplosionDark.prefab | 3 ++ .../Smoke/Dark/SmokeExplosionDark.prefab.meta | 3 ++ .../Environment/Smoke/StinkyCloud.prefab | 3 ++ .../Environment/Smoke/StinkyCloud.prefab.meta | 3 ++ .../Environment/Smoke/StinkyCloudTrail.prefab | 3 ++ .../Smoke/StinkyCloudTrail.prefab.meta | 3 ++ .../Prefabs/Environment/Smoke/White.meta | 3 ++ .../Smoke/White/SmokeBurstWhite.prefab | 3 ++ .../Smoke/White/SmokeBurstWhite.prefab.meta | 3 ++ .../Smoke/White/SmokeBurstWhiteSoft.prefab | 3 ++ .../White/SmokeBurstWhiteSoft.prefab.meta | 3 ++ .../Smoke/White/SmokeExplosionWhite.prefab | 3 ++ .../White/SmokeExplosionWhite.prefab.meta | 3 ++ .../Environment/Smoke/White/SmokeWhite.prefab | 3 ++ .../Smoke/White/SmokeWhite.prefab.meta | 3 ++ .../Smoke/White/SmokeWhiteSoft.prefab | 3 ++ .../Smoke/White/SmokeWhiteSoft.prefab.meta | 3 ++ .../Smoke/White/SmokeWhiteSoftTrail.prefab | 3 ++ .../White/SmokeWhiteSoftTrail.prefab.meta | 3 ++ .../Smoke/White/SmokeWhiteTrail.prefab | 3 ++ .../Smoke/White/SmokeWhiteTrail.prefab.meta | 3 ++ .../Prefabs/Environment/Sparks.meta | 3 ++ .../Sparks/SparkExplosionBlue.prefab | 3 ++ .../Sparks/SparkExplosionBlue.prefab.meta | 3 ++ .../Sparks/SparkExplosionYellow.prefab | 3 ++ .../Sparks/SparkExplosionYellow.prefab.meta | 3 ++ .../Environment/Sparks/SparkLoopBlue.prefab | 3 ++ .../Sparks/SparkLoopBlue.prefab.meta | 3 ++ .../Environment/Sparks/SparkLoopYellow.prefab | 3 ++ .../Sparks/SparkLoopYellow.prefab.meta | 3 ++ .../Sparks/SparkRadialExplosionBlue.prefab | 3 ++ .../SparkRadialExplosionBlue.prefab.meta | 3 ++ .../Sparks/SparkRadialExplosionYellow.prefab | 3 ++ .../SparkRadialExplosionYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Stars.meta | 3 ++ .../Environment/Stars/CalmStarField.prefab | 3 ++ .../Stars/CalmStarField.prefab.meta | 3 ++ .../Environment/Stars/StarFieldSimple.prefab | 3 ++ .../Stars/StarFieldSimple.prefab.meta | 3 ++ .../Prefabs/Environment/Stars/StarFog.meta | 3 ++ .../Stars/StarFog/StarFogBlue.prefab | 3 ++ .../Stars/StarFog/StarFogBlue.prefab.meta | 3 ++ .../Stars/StarFog/StarFogGreen.prefab | 3 ++ .../Stars/StarFog/StarFogGreen.prefab.meta | 3 ++ .../Stars/StarFog/StarFogRed.prefab | 3 ++ .../Stars/StarFog/StarFogRed.prefab.meta | 3 ++ .../Stars/StarFog/StarFogYellow.prefab | 3 ++ .../Stars/StarFog/StarFogYellow.prefab.meta | 3 ++ .../Environment/Stars/StarFogFlow.meta | 3 ++ .../Stars/StarFogFlow/StarFogFlowBlue.prefab | 3 ++ .../StarFogFlow/StarFogFlowBlue.prefab.meta | 3 ++ .../Stars/StarFogFlow/StarFogFlowGreen.prefab | 3 ++ .../StarFogFlow/StarFogFlowGreen.prefab.meta | 3 ++ .../Stars/StarFogFlow/StarFogFlowRed.prefab | 3 ++ .../StarFogFlow/StarFogFlowRed.prefab.meta | 3 ++ .../StarFogFlow/StarFogFlowYellow.prefab | 3 ++ .../StarFogFlow/StarFogFlowYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Stars/StarVortex.meta | 3 ++ .../Stars/StarVortex/StarVortexBlue.prefab | 3 ++ .../StarVortex/StarVortexBlue.prefab.meta | 3 ++ .../Stars/StarVortex/StarVortexGreen.prefab | 3 ++ .../StarVortex/StarVortexGreen.prefab.meta | 3 ++ .../Stars/StarVortex/StarVortexRed.prefab | 3 ++ .../StarVortex/StarVortexRed.prefab.meta | 3 ++ .../Stars/StarVortex/StarVortexYellow.prefab | 3 ++ .../StarVortex/StarVortexYellow.prefab.meta | 3 ++ .../Prefabs/Environment/Underwater.meta | 3 ++ .../BubbleBlastBigUnderwater.prefab | 3 ++ .../BubbleBlastBigUnderwater.prefab.meta | 3 ++ .../Underwater/BubbleBlastUnderwater.prefab | 3 ++ .../BubbleBlastUnderwater.prefab.meta | 3 ++ .../Underwater/BubbleRisingUnderwater.prefab | 3 ++ .../BubbleRisingUnderwater.prefab.meta | 3 ++ .../Underwater/BubbleStreamUnderwater.prefab | 3 ++ .../BubbleStreamUnderwater.prefab.meta | 3 ++ .../Prefabs/Environment/Water.meta | 3 ++ .../Prefabs/Environment/Water/Boiling.meta | 3 ++ .../Water/Boiling/AcidBoiling.prefab | 3 ++ .../Water/Boiling/AcidBoiling.prefab.meta | 3 ++ .../Water/Boiling/LavaBoiling.prefab | 3 ++ .../Water/Boiling/LavaBoiling.prefab.meta | 3 ++ .../Water/Boiling/WaterBoiling.prefab | 3 ++ .../Water/Boiling/WaterBoiling.prefab.meta | 3 ++ .../Prefabs/Environment/Water/Bubbles.meta | 3 ++ .../Water/Bubbles/BubbleSimpleTrail.prefab | 3 ++ .../Bubbles/BubbleSimpleTrail.prefab.meta | 3 ++ .../Water/Bubbles/BubbleSimplestTrail.prefab | 3 ++ .../Bubbles/BubbleSimplestTrail.prefab.meta | 3 ++ .../Water/Bubbles/BubbleTrail.prefab | 3 ++ .../Water/Bubbles/BubbleTrail.prefab.meta | 3 ++ .../Prefabs/Environment/Water/Flowing.meta | 3 ++ .../Environment/Water/Flowing/Sharp.meta | 3 ++ .../Sharp/WaterDripDynamicSharp.prefab | 3 ++ .../Sharp/WaterDripDynamicSharp.prefab.meta | 3 ++ .../Flowing/Sharp/WaterDripFlowSharp.prefab | 3 ++ .../Sharp/WaterDripFlowSharp.prefab.meta | 3 ++ .../Water/Flowing/Sharp/WaterDripSharp.prefab | 3 ++ .../Flowing/Sharp/WaterDripSharp.prefab.meta | 3 ++ .../Flowing/Sharp/WaterGeysirSharp.prefab | 3 ++ .../Sharp/WaterGeysirSharp.prefab.meta | 3 ++ .../Flowing/Sharp/WaterRippleSharp.prefab | 3 ++ .../Sharp/WaterRippleSharp.prefab.meta | 3 ++ .../Flowing/Sharp/WaterSplashSharp.prefab | 3 ++ .../Sharp/WaterSplashSharp.prefab.meta | 3 ++ .../Flowing/Sharp/WaterSplashTinySharp.prefab | 3 ++ .../Sharp/WaterSplashTinySharp.prefab.meta | 3 ++ .../Flowing/Sharp/WaterfallBigSharp.prefab | 3 ++ .../Sharp/WaterfallBigSharp.prefab.meta | 3 ++ .../Water/Flowing/Sharp/WaterfallSharp.prefab | 3 ++ .../Flowing/Sharp/WaterfallSharp.prefab.meta | 3 ++ .../Environment/Water/Flowing/Soft.meta | 3 ++ .../Flowing/Soft/WaterDripDynamicSoft.prefab | 3 ++ .../Soft/WaterDripDynamicSoft.prefab.meta | 3 ++ .../Flowing/Soft/WaterDripFlowSoft.prefab | 3 ++ .../Soft/WaterDripFlowSoft.prefab.meta | 3 ++ .../Water/Flowing/Soft/WaterDripSoft.prefab | 3 ++ .../Flowing/Soft/WaterDripSoft.prefab.meta | 3 ++ .../Water/Flowing/Soft/WaterGeysirSoft.prefab | 3 ++ .../Flowing/Soft/WaterGeysirSoft.prefab.meta | 3 ++ .../Water/Flowing/Soft/WaterRippleSoft.prefab | 3 ++ .../Flowing/Soft/WaterRippleSoft.prefab.meta | 3 ++ .../Water/Flowing/Soft/WaterSplashSoft.prefab | 3 ++ .../Flowing/Soft/WaterSplashSoft.prefab.meta | 3 ++ .../Flowing/Soft/WaterSplashTinySoft.prefab | 3 ++ .../Soft/WaterSplashTinySoft.prefab.meta | 3 ++ .../Flowing/Soft/WaterfallBigSoft.prefab | 3 ++ .../Flowing/Soft/WaterfallBigSoft.prefab.meta | 3 ++ .../Water/Flowing/Soft/WaterfallSoft.prefab | 3 ++ .../Flowing/Soft/WaterfallSoft.prefab.meta | 3 ++ .../Water/Flowing/Transparent.meta | 3 ++ .../Transparent/WaterDripDynamicTrsp.prefab | 3 ++ .../WaterDripDynamicTrsp.prefab.meta | 3 ++ .../Transparent/WaterDripFlowTrsp.prefab | 3 ++ .../Transparent/WaterDripFlowTrsp.prefab.meta | 3 ++ .../Flowing/Transparent/WaterDripTrsp.prefab | 3 ++ .../Transparent/WaterDripTrsp.prefab.meta | 3 ++ .../Transparent/WaterGeysirTrsp.prefab | 3 ++ .../Transparent/WaterGeysirTrsp.prefab.meta | 3 ++ .../Transparent/WaterRippleTrsp.prefab | 3 ++ .../Transparent/WaterRippleTrsp.prefab.meta | 3 ++ .../Transparent/WaterSplashTinyTrsp.prefab | 3 ++ .../WaterSplashTinyTrsp.prefab.meta | 3 ++ .../Transparent/WaterSplashTrsp.prefab | 3 ++ .../Transparent/WaterSplashTrsp.prefab.meta | 3 ++ .../Transparent/WaterfallBigTrsp.prefab | 3 ++ .../Transparent/WaterfallBigTrsp.prefab.meta | 3 ++ .../Flowing/Transparent/WaterfallTrsp.prefab | 3 ++ .../Transparent/WaterfallTrsp.prefab.meta | 3 ++ .../Prefabs/Environment/Water/Other.meta | 3 ++ .../Water/Other/WaterRainRipples.prefab | 3 ++ .../Water/Other/WaterRainRipples.prefab.meta | 3 ++ .../Prefabs/Environment/Weather.meta | 3 ++ .../Prefabs/Environment/Weather/Rain.meta | 3 ++ .../Environment/Weather/Rain/RainHard.prefab | 3 ++ .../Weather/Rain/RainHard.prefab.meta | 3 ++ .../Environment/Weather/Rain/RainLight.prefab | 3 ++ .../Weather/Rain/RainLight.prefab.meta | 3 ++ .../Weather/Rain/RainMedium.prefab | 3 ++ .../Weather/Rain/RainMedium.prefab.meta | 3 ++ .../Weather/Rain/RainSimple.prefab | 3 ++ .../Weather/Rain/RainSimple.prefab.meta | 3 ++ .../Environment/Weather/Rain/RainStorm.prefab | 3 ++ .../Weather/Rain/RainStorm.prefab.meta | 3 ++ .../Prefabs/Environment/Weather/Snow.meta | 3 ++ .../Environment/Weather/Snow/SnowHard.prefab | 3 ++ .../Weather/Snow/SnowHard.prefab.meta | 3 ++ .../Environment/Weather/Snow/SnowLight.prefab | 3 ++ .../Weather/Snow/SnowLight.prefab.meta | 3 ++ .../Weather/Snow/SnowMedium.prefab | 3 ++ .../Weather/Snow/SnowMedium.prefab.meta | 3 ++ .../Weather/Snow/SnowSpinny.prefab | 3 ++ .../Weather/Snow/SnowSpinny.prefab.meta | 3 ++ .../Environment/Weather/Snow/SnowStorm.prefab | 3 ++ .../Weather/Snow/SnowStorm.prefab.meta | 3 ++ .../Environment/Weather/Whirlwinds.meta | 3 ++ .../Weather/Whirlwinds/Whirlwind.prefab | 3 ++ .../Weather/Whirlwinds/Whirlwind.prefab.meta | 3 ++ .../Weather/Whirlwinds/Whirlwind2.prefab | 3 ++ .../Weather/Whirlwinds/Whirlwind2.prefab.meta | 3 ++ .../Weather/Whirlwinds/Whirlwind3.prefab | 3 ++ .../Weather/Whirlwinds/Whirlwind3.prefab.meta | 3 ++ .../Environment/Weather/Wind & Leaves.meta | 3 ++ .../Wind & Leaves/BlowingLeaves.prefab | 3 ++ .../Wind & Leaves/BlowingLeaves.prefab.meta | 3 ++ .../Wind & Leaves/FallingLeaves.prefab | 3 ++ .../Wind & Leaves/FallingLeaves.prefab.meta | 3 ++ .../Wind & Leaves/LeafExplosion.prefab | 3 ++ .../Wind & Leaves/LeafExplosion.prefab.meta | 3 ++ .../Weather/Wind & Leaves/Windlines.prefab | 3 ++ .../Wind & Leaves/Windlines.prefab.meta | 3 ++ .../Weather/Wind & Leaves/Windlines2.prefab | 3 ++ .../Wind & Leaves/Windlines2.prefab.meta | 3 ++ .../Wind & Leaves/WindlinesSpeedy.prefab | 3 ++ .../Wind & Leaves/WindlinesSpeedy.prefab.meta | 3 ++ .../Wind & Leaves/WindlinesStormy.prefab | 3 ++ .../Wind & Leaves/WindlinesStormy.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Interactive.meta | 3 ++ .../Prefabs/Interactive/Cards.meta | 3 ++ .../Interactive/Cards/CardglowType01.prefab | 3 ++ .../Cards/CardglowType01.prefab.meta | 3 ++ .../Interactive/Cards/CardglowType02.prefab | 3 ++ .../Cards/CardglowType02.prefab.meta | 3 ++ .../Interactive/Cards/CardglowType03.prefab | 3 ++ .../Cards/CardglowType03.prefab.meta | 3 ++ .../Interactive/Cards/CardglowType04.prefab | 3 ++ .../Cards/CardglowType04.prefab.meta | 3 ++ .../Prefabs/Interactive/Emojis.meta | 3 ++ .../Prefabs/Interactive/Emojis/- Misc.meta | 3 ++ .../Emojis/- Misc/EmojiHeart.prefab | 3 ++ .../Emojis/- Misc/EmojiHeart.prefab.meta | 3 ++ .../Emojis/- Misc/EmojiPoop.prefab | 3 ++ .../Emojis/- Misc/EmojiPoop.prefab.meta | 3 ++ .../Emojis/- Misc/EmojiThumbsDown.prefab | 3 ++ .../Emojis/- Misc/EmojiThumbsDown.prefab.meta | 3 ++ .../Emojis/- Misc/EmojiThumbsUp.prefab | 3 ++ .../Emojis/- Misc/EmojiThumbsUp.prefab.meta | 3 ++ .../Prefabs/Interactive/Emojis/Anger.meta | 3 ++ .../Emojis/Anger/EmojiAngry.prefab | 3 ++ .../Emojis/Anger/EmojiAngry.prefab.meta | 3 ++ .../Emojis/Anger/EmojiAngry2.prefab | 3 ++ .../Emojis/Anger/EmojiAngry2.prefab.meta | 3 ++ .../Interactive/Emojis/Anger/EmojiMad.prefab | 3 ++ .../Emojis/Anger/EmojiMad.prefab.meta | 3 ++ .../Emojis/Anger/EmojiSinister.prefab | 3 ++ .../Emojis/Anger/EmojiSinister.prefab.meta | 3 ++ .../Prefabs/Interactive/Emojis/Disgust.meta | 3 ++ .../Emojis/Disgust/EmojiNauseous.prefab | 3 ++ .../Emojis/Disgust/EmojiNauseous.prefab.meta | 3 ++ .../Emojis/Disgust/EmojiPuke.prefab | 3 ++ .../Emojis/Disgust/EmojiPuke.prefab.meta | 3 ++ .../Emojis/Disgust/EmojiQueasy.prefab | 3 ++ .../Emojis/Disgust/EmojiQueasy.prefab.meta | 3 ++ .../Emojis/Disgust/EmojiSick.prefab | 3 ++ .../Emojis/Disgust/EmojiSick.prefab.meta | 3 ++ .../Interactive/Emojis/Fear & Surprise.meta | 3 ++ .../Emojis/Fear & Surprise/EmojiBlush.prefab | 3 ++ .../Fear & Surprise/EmojiBlush.prefab.meta | 3 ++ .../Fear & Surprise/EmojiClenchTeeth.prefab | 3 ++ .../EmojiClenchTeeth.prefab.meta | 3 ++ .../Emojis/Fear & Surprise/EmojiCrazy.prefab | 3 ++ .../Fear & Surprise/EmojiCrazy.prefab.meta | 3 ++ .../Fear & Surprise/EmojiNervous.prefab | 3 ++ .../Fear & Surprise/EmojiNervous.prefab.meta | 3 ++ .../Emojis/Fear & Surprise/EmojiScared.prefab | 3 ++ .../Fear & Surprise/EmojiScared.prefab.meta | 3 ++ .../Fear & Surprise/EmojiShocked.prefab | 3 ++ .../Fear & Surprise/EmojiShocked.prefab.meta | 3 ++ .../Prefabs/Interactive/Emojis/Joy.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiCool.prefab | 3 ++ .../Emojis/Joy/EmojiCool.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiCute.prefab | 3 ++ .../Emojis/Joy/EmojiCute.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiDerp.prefab | 3 ++ .../Emojis/Joy/EmojiDerp.prefab.meta | 3 ++ .../Emojis/Joy/EmojiDerpGasp.prefab | 3 ++ .../Emojis/Joy/EmojiDerpGasp.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiDrool.prefab | 3 ++ .../Emojis/Joy/EmojiDrool.prefab.meta | 3 ++ .../Emojis/Joy/EmojiEvilLaugh.prefab | 3 ++ .../Emojis/Joy/EmojiEvilLaugh.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiHappy.prefab | 3 ++ .../Emojis/Joy/EmojiHappy.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiKiss.prefab | 3 ++ .../Emojis/Joy/EmojiKiss.prefab.meta | 3 ++ .../Emojis/Joy/EmojiKissyface.prefab | 3 ++ .../Emojis/Joy/EmojiKissyface.prefab.meta | 3 ++ .../Emojis/Joy/EmojiLaughCry.prefab | 3 ++ .../Emojis/Joy/EmojiLaughCry.prefab.meta | 3 ++ .../Emojis/Joy/EmojiLaughSweatdrop.prefab | 3 ++ .../Joy/EmojiLaughSweatdrop.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiOwO.prefab | 3 ++ .../Emojis/Joy/EmojiOwO.prefab.meta | 3 ++ .../Emojis/Joy/EmojiOwOEyebrow.prefab | 3 ++ .../Emojis/Joy/EmojiOwOEyebrow.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiSilly.prefab | 3 ++ .../Emojis/Joy/EmojiSilly.prefab.meta | 3 ++ .../Emojis/Joy/EmojiSillyHappy.prefab | 3 ++ .../Emojis/Joy/EmojiSillyHappy.prefab.meta | 3 ++ .../Emojis/Joy/EmojiSillySmile.prefab | 3 ++ .../Emojis/Joy/EmojiSillySmile.prefab.meta | 3 ++ .../Emojis/Joy/EmojiSillyWink.prefab | 3 ++ .../Emojis/Joy/EmojiSillyWink.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiSmile.prefab | 3 ++ .../Emojis/Joy/EmojiSmile.prefab.meta | 3 ++ .../Emojis/Joy/EmojiStarstruck.prefab | 3 ++ .../Emojis/Joy/EmojiStarstruck.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiUwU.prefab | 3 ++ .../Emojis/Joy/EmojiUwU.prefab.meta | 3 ++ .../Interactive/Emojis/Joy/EmojiXD.prefab | 3 ++ .../Emojis/Joy/EmojiXD.prefab.meta | 3 ++ .../Prefabs/Interactive/Emojis/Sadness.meta | 3 ++ .../Emojis/Sadness/EmojiCry.prefab | 3 ++ .../Emojis/Sadness/EmojiCry.prefab.meta | 3 ++ .../Emojis/Sadness/EmojiDisappointed.prefab | 3 ++ .../Sadness/EmojiDisappointed.prefab.meta | 3 ++ .../Emojis/Sadness/EmojiExpressionless.prefab | 3 ++ .../Sadness/EmojiExpressionless.prefab.meta | 3 ++ .../Emojis/Sadness/EmojiPleading.prefab | 3 ++ .../Emojis/Sadness/EmojiPleading.prefab.meta | 3 ++ .../Emojis/Sadness/EmojiSad.prefab | 3 ++ .../Emojis/Sadness/EmojiSad.prefab.meta | 3 ++ .../Emojis/Sadness/EmojiSadCry.prefab | 3 ++ .../Emojis/Sadness/EmojiSadCry.prefab.meta | 3 ++ .../Emojis/Sadness/EmojiTearyEyes.prefab | 3 ++ .../Emojis/Sadness/EmojiTearyEyes.prefab.meta | 3 ++ .../Prefabs/Interactive/Emojis/Tired.meta | 3 ++ .../Interactive/Emojis/Tired/EmojiDead.prefab | 3 ++ .../Emojis/Tired/EmojiDead.prefab.meta | 3 ++ .../Emojis/Tired/EmojiDeadTired.prefab | 3 ++ .../Emojis/Tired/EmojiDeadTired.prefab.meta | 3 ++ .../Emojis/Tired/EmojiInjured.prefab | 3 ++ .../Emojis/Tired/EmojiInjured.prefab.meta | 3 ++ .../Emojis/Tired/EmojiSleep.prefab | 3 ++ .../Emojis/Tired/EmojiSleep.prefab.meta | 3 ++ .../Interactive/Emojis/Tired/EmojiYawn.prefab | 3 ++ .../Emojis/Tired/EmojiYawn.prefab.meta | 3 ++ .../Prefabs/Interactive/Feathers.meta | 3 ++ .../Feathers/FeatherExplosion.prefab | 3 ++ .../Feathers/FeatherExplosion.prefab.meta | 3 ++ .../Interactive/Feathers/FeatherShower.prefab | 3 ++ .../Feathers/FeatherShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Flares.meta | 3 ++ .../Prefabs/Interactive/Flares/Sharp.meta | 3 ++ .../Flares/Sharp/FlareSharpBlue.prefab | 3 ++ .../Flares/Sharp/FlareSharpBlue.prefab.meta | 3 ++ .../Flares/Sharp/FlareSharpGreen.prefab | 3 ++ .../Flares/Sharp/FlareSharpGreen.prefab.meta | 3 ++ .../Flares/Sharp/FlareSharpPurple.prefab | 3 ++ .../Flares/Sharp/FlareSharpPurple.prefab.meta | 3 ++ .../Flares/Sharp/FlareSharpRed.prefab | 3 ++ .../Flares/Sharp/FlareSharpRed.prefab.meta | 3 ++ .../Flares/Sharp/FlareSharpYellow.prefab | 3 ++ .../Flares/Sharp/FlareSharpYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Flares/Soft.meta | 3 ++ .../Flares/Soft/FlareSoftBlue.prefab | 3 ++ .../Flares/Soft/FlareSoftBlue.prefab.meta | 3 ++ .../Flares/Soft/FlareSoftGreen.prefab | 3 ++ .../Flares/Soft/FlareSoftGreen.prefab.meta | 3 ++ .../Flares/Soft/FlareSoftPurple.prefab | 3 ++ .../Flares/Soft/FlareSoftPurple.prefab.meta | 3 ++ .../Flares/Soft/FlareSoftRed.prefab | 3 ++ .../Flares/Soft/FlareSoftRed.prefab.meta | 3 ++ .../Flares/Soft/FlareSoftYellow.prefab | 3 ++ .../Flares/Soft/FlareSoftYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit.meta | 3 ++ .../Prefabs/Interactive/Fruit/Apple.meta | 3 ++ .../Interactive/Fruit/Apple/AppleBlast.prefab | 3 ++ .../Fruit/Apple/AppleBlast.prefab.meta | 3 ++ .../Fruit/Apple/AppleDirectional.prefab | 3 ++ .../Fruit/Apple/AppleDirectional.prefab.meta | 3 ++ .../Fruit/Apple/AppleFountain.prefab | 3 ++ .../Fruit/Apple/AppleFountain.prefab.meta | 3 ++ .../Fruit/Apple/AppleShower.prefab | 3 ++ .../Fruit/Apple/AppleShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Banana.meta | 3 ++ .../Fruit/Banana/BananaBlast.prefab | 3 ++ .../Fruit/Banana/BananaBlast.prefab.meta | 3 ++ .../Fruit/Banana/BananaDirectional.prefab | 3 ++ .../Banana/BananaDirectional.prefab.meta | 3 ++ .../Fruit/Banana/BananaFountain.prefab | 3 ++ .../Fruit/Banana/BananaFountain.prefab.meta | 3 ++ .../Fruit/Banana/BananaShower.prefab | 3 ++ .../Fruit/Banana/BananaShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Coconut.meta | 3 ++ .../Fruit/Coconut/CoconutBlast.prefab | 3 ++ .../Fruit/Coconut/CoconutBlast.prefab.meta | 3 ++ .../Fruit/Coconut/CoconutDirectional.prefab | 3 ++ .../Coconut/CoconutDirectional.prefab.meta | 3 ++ .../Fruit/Coconut/CoconutFountain.prefab | 3 ++ .../Fruit/Coconut/CoconutFountain.prefab.meta | 3 ++ .../Fruit/Coconut/CoconutShower.prefab | 3 ++ .../Fruit/Coconut/CoconutShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/FruitMix.meta | 3 ++ .../Fruit/FruitMix/FruitBlast.prefab | 3 ++ .../Fruit/FruitMix/FruitBlast.prefab.meta | 3 ++ .../Fruit/FruitMix/FruitDirectional.prefab | 3 ++ .../FruitMix/FruitDirectional.prefab.meta | 3 ++ .../Fruit/FruitMix/FruitFountain.prefab | 3 ++ .../Fruit/FruitMix/FruitFountain.prefab.meta | 3 ++ .../Fruit/FruitMix/FruitShower.prefab | 3 ++ .../Fruit/FruitMix/FruitShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Grape.meta | 3 ++ .../Interactive/Fruit/Grape/GrapeBlast.prefab | 3 ++ .../Fruit/Grape/GrapeBlast.prefab.meta | 3 ++ .../Fruit/Grape/GrapeDirectional.prefab | 3 ++ .../Fruit/Grape/GrapeDirectional.prefab.meta | 3 ++ .../Fruit/Grape/GrapeFountain.prefab | 3 ++ .../Fruit/Grape/GrapeFountain.prefab.meta | 3 ++ .../Fruit/Grape/GrapeShower.prefab | 3 ++ .../Fruit/Grape/GrapeShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Melon.meta | 3 ++ .../Interactive/Fruit/Melon/MelonBlast.prefab | 3 ++ .../Fruit/Melon/MelonBlast.prefab.meta | 3 ++ .../Fruit/Melon/MelonDirectional.prefab | 3 ++ .../Fruit/Melon/MelonDirectional.prefab.meta | 3 ++ .../Fruit/Melon/MelonFountain.prefab | 3 ++ .../Fruit/Melon/MelonFountain.prefab.meta | 3 ++ .../Fruit/Melon/MelonShower.prefab | 3 ++ .../Fruit/Melon/MelonShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Orange.meta | 3 ++ .../Fruit/Orange/OrangeBlast.prefab | 3 ++ .../Fruit/Orange/OrangeBlast.prefab.meta | 3 ++ .../Fruit/Orange/OrangeDirectional.prefab | 3 ++ .../Orange/OrangeDirectional.prefab.meta | 3 ++ .../Fruit/Orange/OrangeFountain.prefab | 3 ++ .../Fruit/Orange/OrangeFountain.prefab.meta | 3 ++ .../Fruit/Orange/OrangeShower.prefab | 3 ++ .../Fruit/Orange/OrangeShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Pear.meta | 3 ++ .../Interactive/Fruit/Pear/PearBlast.prefab | 3 ++ .../Fruit/Pear/PearBlast.prefab.meta | 3 ++ .../Fruit/Pear/PearDirectional.prefab | 3 ++ .../Fruit/Pear/PearDirectional.prefab.meta | 3 ++ .../Fruit/Pear/PearFountain.prefab | 3 ++ .../Fruit/Pear/PearFountain.prefab.meta | 3 ++ .../Interactive/Fruit/Pear/PearShower.prefab | 3 ++ .../Fruit/Pear/PearShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Pumpkin.meta | 3 ++ .../Fruit/Pumpkin/PumpkinBlast.prefab | 3 ++ .../Fruit/Pumpkin/PumpkinBlast.prefab.meta | 3 ++ .../Fruit/Pumpkin/PumpkinDirectional.prefab | 3 ++ .../Pumpkin/PumpkinDirectional.prefab.meta | 3 ++ .../Fruit/Pumpkin/PumpkinFountain.prefab | 3 ++ .../Fruit/Pumpkin/PumpkinFountain.prefab.meta | 3 ++ .../Fruit/Pumpkin/PumpkinShower.prefab | 3 ++ .../Fruit/Pumpkin/PumpkinShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Fruit/Strawberry.meta | 3 ++ .../Fruit/Strawberry/StrawberryBlast.prefab | 3 ++ .../Strawberry/StrawberryBlast.prefab.meta | 3 ++ .../Strawberry/StrawberryDirectional.prefab | 3 ++ .../StrawberryDirectional.prefab.meta | 3 ++ .../Strawberry/StrawberryFountain.prefab | 3 ++ .../Strawberry/StrawberryFountain.prefab.meta | 3 ++ .../Fruit/Strawberry/StrawberryShower.prefab | 3 ++ .../Strawberry/StrawberryShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Healing.meta | 3 ++ .../Interactive/Healing/HealBig.prefab | 3 ++ .../Interactive/Healing/HealBig.prefab.meta | 3 ++ .../Interactive/Healing/HealField.prefab | 3 ++ .../Interactive/Healing/HealField.prefab.meta | 3 ++ .../Interactive/Healing/HealField2.prefab | 3 ++ .../Healing/HealField2.prefab.meta | 3 ++ .../Interactive/Healing/HealNova.prefab | 3 ++ .../Interactive/Healing/HealNova.prefab.meta | 3 ++ .../Interactive/Healing/HealOnce.prefab | 3 ++ .../Interactive/Healing/HealOnce.prefab.meta | 3 ++ .../Interactive/Healing/HealOnceBurst.prefab | 3 ++ .../Healing/HealOnceBurst.prefab.meta | 3 ++ .../Interactive/Healing/HealOnceLoop.prefab | 3 ++ .../Healing/HealOnceLoop.prefab.meta | 3 ++ .../Interactive/Healing/HealStream.prefab | 3 ++ .../Healing/HealStream.prefab.meta | 3 ++ .../Interactive/Healing/HealStream2.prefab | 3 ++ .../Healing/HealStream2.prefab.meta | 3 ++ .../Interactive/Healing/HealStream3.prefab | 3 ++ .../Healing/HealStream3.prefab.meta | 3 ++ .../Prefabs/Interactive/Hearts.meta | 3 ++ .../Interactive/Hearts/HeartBreak.prefab | 3 ++ .../Interactive/Hearts/HeartBreak.prefab.meta | 3 ++ .../Interactive/Hearts/HeartExplosion.prefab | 3 ++ .../Hearts/HeartExplosion.prefab.meta | 3 ++ .../Interactive/Hearts/HeartPoof.prefab | 3 ++ .../Interactive/Hearts/HeartPoof.prefab.meta | 3 ++ .../Interactive/Hearts/HeartStream.prefab | 3 ++ .../Hearts/HeartStream.prefab.meta | 3 ++ .../Interactive/Hearts/HeartTrail.prefab | 3 ++ .../Interactive/Hearts/HeartTrail.prefab.meta | 3 ++ .../Prefabs/Interactive/Interactive FX.txt | 3 ++ .../Interactive/Interactive FX.txt.meta | 3 ++ .../Prefabs/Interactive/Level Up.meta | 3 ++ .../Interactive/Level Up/Cylinder.meta | 3 ++ .../Cylinder/LevelupCylinderBlue.prefab | 3 ++ .../Cylinder/LevelupCylinderBlue.prefab.meta | 3 ++ .../Cylinder/LevelupCylinderGreen.prefab | 3 ++ .../Cylinder/LevelupCylinderGreen.prefab.meta | 3 ++ .../Cylinder/LevelupCylinderPurple.prefab | 3 ++ .../LevelupCylinderPurple.prefab.meta | 3 ++ .../Cylinder/LevelupCylinderRed.prefab | 3 ++ .../Cylinder/LevelupCylinderRed.prefab.meta | 3 ++ .../Cylinder/LevelupCylinderWhite.prefab | 3 ++ .../Cylinder/LevelupCylinderWhite.prefab.meta | 3 ++ .../Cylinder/LevelupCylinderYellow.prefab | 3 ++ .../LevelupCylinderYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Level Up/Nova.meta | 3 ++ .../Level Up/Nova/LevelupNovaBlue.prefab | 3 ++ .../Level Up/Nova/LevelupNovaBlue.prefab.meta | 3 ++ .../Level Up/Nova/LevelupNovaGreen.prefab | 3 ++ .../Nova/LevelupNovaGreen.prefab.meta | 3 ++ .../Level Up/Nova/LevelupNovaPurple.prefab | 3 ++ .../Nova/LevelupNovaPurple.prefab.meta | 3 ++ .../Level Up/Nova/LevelupNovaRed.prefab | 3 ++ .../Level Up/Nova/LevelupNovaRed.prefab.meta | 3 ++ .../Level Up/Nova/LevelupNovaWhite.prefab | 3 ++ .../Nova/LevelupNovaWhite.prefab.meta | 3 ++ .../Level Up/Nova/LevelupNovaYellow.prefab | 3 ++ .../Nova/LevelupNovaYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Loot.meta | 3 ++ .../Prefabs/Interactive/Loot/ChestAppear.meta | 3 ++ .../Loot/ChestAppear/ChestAppearBlue.prefab | 3 ++ .../ChestAppear/ChestAppearBlue.prefab.meta | 3 ++ .../Loot/ChestAppear/ChestAppearPurple.prefab | 3 ++ .../ChestAppear/ChestAppearPurple.prefab.meta | 3 ++ .../Loot/ChestAppear/ChestAppearWhite.prefab | 3 ++ .../ChestAppear/ChestAppearWhite.prefab.meta | 3 ++ .../Loot/ChestAppear/ChestAppearYellow.prefab | 3 ++ .../ChestAppear/ChestAppearYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Loot/GlowOrb.meta | 3 ++ .../Loot/GlowOrb/GlowOrbBlue.prefab | 3 ++ .../Loot/GlowOrb/GlowOrbBlue.prefab.meta | 3 ++ .../Loot/GlowOrb/GlowOrbGreen.prefab | 3 ++ .../Loot/GlowOrb/GlowOrbGreen.prefab.meta | 3 ++ .../Loot/GlowOrb/GlowOrbPink.prefab | 3 ++ .../Loot/GlowOrb/GlowOrbPink.prefab.meta | 3 ++ .../Loot/GlowOrb/GlowOrbYellow.prefab | 3 ++ .../Loot/GlowOrb/GlowOrbYellow.prefab.meta | 3 ++ .../Interactive/Loot/ItemSkewedGlow.meta | 3 ++ .../ItemSkewedGlow/ItemSkewedGlowBlue.prefab | 3 ++ .../ItemSkewedGlowBlue.prefab.meta | 3 ++ .../ItemSkewedGlow/ItemSkewedGlowGreen.prefab | 3 ++ .../ItemSkewedGlowGreen.prefab.meta | 3 ++ .../ItemSkewedGlow/ItemSkewedGlowPink.prefab | 3 ++ .../ItemSkewedGlowPink.prefab.meta | 3 ++ .../ItemSkewedGlowPurple.prefab | 3 ++ .../ItemSkewedGlowPurple.prefab.meta | 3 ++ .../ItemSkewedGlowRainbow.prefab | 3 ++ .../ItemSkewedGlowRainbow.prefab.meta | 3 ++ .../ItemSkewedGlow/ItemSkewedGlowWhite.prefab | 3 ++ .../ItemSkewedGlowWhite.prefab.meta | 3 ++ .../ItemSkewedGlowYellow.prefab | 3 ++ .../ItemSkewedGlowYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Loot/ItemSparkle.meta | 3 ++ .../Loot/ItemSparkle/ItemSparkleBlue.prefab | 3 ++ .../ItemSparkle/ItemSparkleBlue.prefab.meta | 3 ++ .../Loot/ItemSparkle/ItemSparkleGreen.prefab | 3 ++ .../ItemSparkle/ItemSparkleGreen.prefab.meta | 3 ++ .../Loot/ItemSparkle/ItemSparklePink.prefab | 3 ++ .../ItemSparkle/ItemSparklePink.prefab.meta | 3 ++ .../Loot/ItemSparkle/ItemSparklePurple.prefab | 3 ++ .../ItemSparkle/ItemSparklePurple.prefab.meta | 3 ++ .../ItemSparkle/ItemSparkleRainbow.prefab | 3 ++ .../ItemSparkleRainbow.prefab.meta | 3 ++ .../Loot/ItemSparkle/ItemSparkleWhite.prefab | 3 ++ .../ItemSparkle/ItemSparkleWhite.prefab.meta | 3 ++ .../Loot/ItemSparkle/ItemSparkleYellow.prefab | 3 ++ .../ItemSparkle/ItemSparkleYellow.prefab.meta | 3 ++ .../Interactive/Loot/ItemSparkleBurst.meta | 3 ++ .../ItemSparkleBurstBlue.prefab | 3 ++ .../ItemSparkleBurstBlue.prefab.meta | 3 ++ .../ItemSparkleBurstGreen.prefab | 3 ++ .../ItemSparkleBurstGreen.prefab.meta | 3 ++ .../ItemSparkleBurstPink.prefab | 3 ++ .../ItemSparkleBurstPink.prefab.meta | 3 ++ .../ItemSparkleBurstPurple.prefab | 3 ++ .../ItemSparkleBurstPurple.prefab.meta | 3 ++ .../ItemSparkleBurstRainbow.prefab | 3 ++ .../ItemSparkleBurstRainbow.prefab.meta | 3 ++ .../ItemSparkleBurstWhite.prefab | 3 ++ .../ItemSparkleBurstWhite.prefab.meta | 3 ++ .../ItemSparkleBurstYellow.prefab | 3 ++ .../ItemSparkleBurstYellow.prefab.meta | 3 ++ .../Interactive/Loot/ItemSparkleSoft.meta | 3 ++ .../ItemSparkleSoftBlue.prefab | 3 ++ .../ItemSparkleSoftBlue.prefab.meta | 3 ++ .../ItemSparkleSoftGreen.prefab | 3 ++ .../ItemSparkleSoftGreen.prefab.meta | 3 ++ .../ItemSparkleSoftPink.prefab | 3 ++ .../ItemSparkleSoftPink.prefab.meta | 3 ++ .../ItemSparkleSoftPurple.prefab | 3 ++ .../ItemSparkleSoftPurple.prefab.meta | 3 ++ .../ItemSparkleSoftRainbow.prefab | 3 ++ .../ItemSparkleSoftRainbow.prefab.meta | 3 ++ .../ItemSparkleSoftWhite.prefab | 3 ++ .../ItemSparkleSoftWhite.prefab.meta | 3 ++ .../ItemSparkleSoftYellow.prefab | 3 ++ .../ItemSparkleSoftYellow.prefab.meta | 3 ++ .../Loot/TreasureChestGlowRays.prefab | 3 ++ .../Loot/TreasureChestGlowRays.prefab.meta | 3 ++ .../Loot/TreasureVerticalGlowRays.prefab | 3 ++ .../Loot/TreasureVerticalGlowRays.prefab.meta | 3 ++ .../Interactive/Loot/UnboxExplosion.prefab | 3 ++ .../Loot/UnboxExplosion.prefab.meta | 3 ++ .../Prefabs/Interactive/Money.meta | 3 ++ .../Prefabs/Interactive/Money/Bills.meta | 3 ++ .../Money/Bills/DollarbillBlast.prefab | 3 ++ .../Money/Bills/DollarbillBlast.prefab.meta | 3 ++ .../Money/Bills/DollarbillDirectional.prefab | 3 ++ .../Bills/DollarbillDirectional.prefab.meta | 3 ++ .../Money/Bills/DollarbillFountain.prefab | 3 ++ .../Bills/DollarbillFountain.prefab.meta | 3 ++ .../Money/Bills/DollarbillShower.prefab | 3 ++ .../Money/Bills/DollarbillShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Money/Coins.meta | 3 ++ .../Money/Coins/GoldCoinBlast.prefab | 3 ++ .../Money/Coins/GoldCoinBlast.prefab.meta | 3 ++ .../Money/Coins/GoldCoinDirectional.prefab | 3 ++ .../Coins/GoldCoinDirectional.prefab.meta | 3 ++ .../Money/Coins/GoldCoinFountain.prefab | 3 ++ .../Money/Coins/GoldCoinFountain.prefab.meta | 3 ++ .../Money/Coins/GoldCoinShower.prefab | 3 ++ .../Money/Coins/GoldCoinShower.prefab.meta | 3 ++ .../Money/Coins/SilverCoinBlast.prefab | 3 ++ .../Money/Coins/SilverCoinBlast.prefab.meta | 3 ++ .../Money/Coins/SilverCoinDirectional.prefab | 3 ++ .../Coins/SilverCoinDirectional.prefab.meta | 3 ++ .../Money/Coins/SilverCoinFountain.prefab | 3 ++ .../Coins/SilverCoinFountain.prefab.meta | 3 ++ .../Money/Coins/SilverCoinShower.prefab | 3 ++ .../Money/Coins/SilverCoinShower.prefab.meta | 3 ++ .../Prefabs/Interactive/Portals.meta | 3 ++ .../Interactive/Portals/SimplePortal.meta | 3 ++ .../SimplePortal/SimplePortalBlue.prefab | 3 ++ .../SimplePortal/SimplePortalBlue.prefab.meta | 3 ++ .../SimplePortal/SimplePortalGold.prefab | 3 ++ .../SimplePortal/SimplePortalGold.prefab.meta | 3 ++ .../SimplePortal/SimplePortalGreen.prefab | 3 ++ .../SimplePortalGreen.prefab.meta | 3 ++ .../SimplePortal/SimplePortalPurple.prefab | 3 ++ .../SimplePortalPurple.prefab.meta | 3 ++ .../SimplePortal/SimplePortalRed.prefab | 3 ++ .../SimplePortal/SimplePortalRed.prefab.meta | 3 ++ .../Interactive/Portals/SoftPortal.meta | 3 ++ .../Portals/SoftPortal/SoftPortalBlue.prefab | 3 ++ .../SoftPortal/SoftPortalBlue.prefab.meta | 3 ++ .../Portals/SoftPortal/SoftPortalGold.prefab | 3 ++ .../SoftPortal/SoftPortalGold.prefab.meta | 3 ++ .../Portals/SoftPortal/SoftPortalGreen.prefab | 3 ++ .../SoftPortal/SoftPortalGreen.prefab.meta | 3 ++ .../SoftPortal/SoftPortalPurple.prefab | 3 ++ .../SoftPortal/SoftPortalPurple.prefab.meta | 3 ++ .../Portals/SoftPortal/SoftPortalRed.prefab | 3 ++ .../SoftPortal/SoftPortalRed.prefab.meta | 3 ++ .../Interactive/Portals/SpinPortal.meta | 3 ++ .../Portals/SpinPortal/SpinPortalBlue.prefab | 3 ++ .../SpinPortal/SpinPortalBlue.prefab.meta | 3 ++ .../Portals/SpinPortal/SpinPortalGold.prefab | 3 ++ .../SpinPortal/SpinPortalGold.prefab.meta | 3 ++ .../Portals/SpinPortal/SpinPortalGreen.prefab | 3 ++ .../SpinPortal/SpinPortalGreen.prefab.meta | 3 ++ .../SpinPortal/SpinPortalPurple.prefab | 3 ++ .../SpinPortal/SpinPortalPurple.prefab.meta | 3 ++ .../Portals/SpinPortal/SpinPortalRed.prefab | 3 ++ .../SpinPortal/SpinPortalRed.prefab.meta | 3 ++ .../Interactive/Portals/SwirlPortal.meta | 3 ++ .../SwirlPortal/SwirlPortalBlue.prefab | 3 ++ .../SwirlPortal/SwirlPortalBlue.prefab.meta | 3 ++ .../SwirlPortal/SwirlPortalGold.prefab | 3 ++ .../SwirlPortal/SwirlPortalGold.prefab.meta | 3 ++ .../SwirlPortal/SwirlPortalGreen.prefab | 3 ++ .../SwirlPortal/SwirlPortalGreen.prefab.meta | 3 ++ .../SwirlPortal/SwirlPortalPurple.prefab | 3 ++ .../SwirlPortal/SwirlPortalPurple.prefab.meta | 3 ++ .../Portals/SwirlPortal/SwirlPortalRed.prefab | 3 ++ .../SwirlPortal/SwirlPortalRed.prefab.meta | 3 ++ .../Interactive/Portals/VortexPortal.meta | 3 ++ .../VortexPortal/VortexPortalBlue.prefab | 3 ++ .../VortexPortal/VortexPortalBlue.prefab.meta | 3 ++ .../VortexPortal/VortexPortalGold.prefab | 3 ++ .../VortexPortal/VortexPortalGold.prefab.meta | 3 ++ .../VortexPortal/VortexPortalGreen.prefab | 3 ++ .../VortexPortalGreen.prefab.meta | 3 ++ .../VortexPortal/VortexPortalPurple.prefab | 3 ++ .../VortexPortalPurple.prefab.meta | 3 ++ .../VortexPortal/VortexPortalRed.prefab | 3 ++ .../VortexPortal/VortexPortalRed.prefab.meta | 3 ++ .../Interactive/Portals/WavePortal.meta | 3 ++ .../Portals/WavePortal/WavePortalBlue.prefab | 3 ++ .../WavePortal/WavePortalBlue.prefab.meta | 3 ++ .../Portals/WavePortal/WavePortalGold.prefab | 3 ++ .../WavePortal/WavePortalGold.prefab.meta | 3 ++ .../Portals/WavePortal/WavePortalGreen.prefab | 3 ++ .../WavePortal/WavePortalGreen.prefab.meta | 3 ++ .../WavePortal/WavePortalPurple.prefab | 3 ++ .../WavePortal/WavePortalPurple.prefab.meta | 3 ++ .../Portals/WavePortal/WavePortalRed.prefab | 3 ++ .../WavePortal/WavePortalRed.prefab.meta | 3 ++ .../Prefabs/Interactive/Powerups.meta | 3 ++ .../Interactive/Powerups/PowerBox.meta | 3 ++ .../Powerups/PowerBox/Box Colored.meta | 3 ++ .../Box Colored/PowerboxColBomb.prefab | 3 ++ .../Box Colored/PowerboxColBomb.prefab.meta | 3 ++ .../Box Colored/PowerboxColBoxingGlove.prefab | 3 ++ .../PowerboxColBoxingGlove.prefab.meta | 3 ++ .../Box Colored/PowerboxColBullet.prefab | 3 ++ .../Box Colored/PowerboxColBullet.prefab.meta | 3 ++ .../Box Colored/PowerboxColExclamation.prefab | 3 ++ .../PowerboxColExclamation.prefab.meta | 3 ++ .../Box Colored/PowerboxColFire.prefab | 3 ++ .../Box Colored/PowerboxColFire.prefab.meta | 3 ++ .../Box Colored/PowerboxColFire2.prefab | 3 ++ .../Box Colored/PowerboxColFire2.prefab.meta | 3 ++ .../Box Colored/PowerboxColHealth.prefab | 3 ++ .../Box Colored/PowerboxColHealth.prefab.meta | 3 ++ .../Box Colored/PowerboxColHeart.prefab | 3 ++ .../Box Colored/PowerboxColHeart.prefab.meta | 3 ++ .../Box Colored/PowerboxColLightning.prefab | 3 ++ .../PowerboxColLightning.prefab.meta | 3 ++ .../Box Colored/PowerboxColMagnet.prefab | 3 ++ .../Box Colored/PowerboxColMagnet.prefab.meta | 3 ++ .../Box Colored/PowerboxColQuestion.prefab | 3 ++ .../PowerboxColQuestion.prefab.meta | 3 ++ .../Box Colored/PowerboxColShield.prefab | 3 ++ .../Box Colored/PowerboxColShield.prefab.meta | 3 ++ .../Box Colored/PowerboxColSkates.prefab | 3 ++ .../Box Colored/PowerboxColSkates.prefab.meta | 3 ++ .../Box Colored/PowerboxColSkull.prefab | 3 ++ .../Box Colored/PowerboxColSkull.prefab.meta | 3 ++ .../Box Colored/PowerboxColSpeed.prefab | 3 ++ .../Box Colored/PowerboxColSpeed.prefab.meta | 3 ++ .../Box Colored/PowerboxColSpikybomb.prefab | 3 ++ .../PowerboxColSpikybomb.prefab.meta | 3 ++ .../Box Colored/PowerboxColStar.prefab | 3 ++ .../Box Colored/PowerboxColStar.prefab.meta | 3 ++ .../Powerups/PowerBox/Box Flat.meta | 3 ++ .../PowerBox/Box Flat/PowerboxBomb.prefab | 3 ++ .../Box Flat/PowerboxBomb.prefab.meta | 3 ++ .../Box Flat/PowerboxBoxingGlove.prefab | 3 ++ .../Box Flat/PowerboxBoxingGlove.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxBullet.prefab | 3 ++ .../Box Flat/PowerboxBullet.prefab.meta | 3 ++ .../Box Flat/PowerboxExclamation.prefab | 3 ++ .../Box Flat/PowerboxExclamation.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxFire.prefab | 3 ++ .../Box Flat/PowerboxFire.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxFire2.prefab | 3 ++ .../Box Flat/PowerboxFire2.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxHealth.prefab | 3 ++ .../Box Flat/PowerboxHealth.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxHeart.prefab | 3 ++ .../Box Flat/PowerboxHeart.prefab.meta | 3 ++ .../Box Flat/PowerboxLightning.prefab | 3 ++ .../Box Flat/PowerboxLightning.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxMagnet.prefab | 3 ++ .../Box Flat/PowerboxMagnet.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxQuestion.prefab | 3 ++ .../Box Flat/PowerboxQuestion.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxShield.prefab | 3 ++ .../Box Flat/PowerboxShield.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxSkates.prefab | 3 ++ .../Box Flat/PowerboxSkates.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxSkull.prefab | 3 ++ .../Box Flat/PowerboxSkull.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxSpeed.prefab | 3 ++ .../Box Flat/PowerboxSpeed.prefab.meta | 3 ++ .../Box Flat/PowerboxSpikybomb.prefab | 3 ++ .../Box Flat/PowerboxSpikybomb.prefab.meta | 3 ++ .../PowerBox/Box Flat/PowerboxStar.prefab | 3 ++ .../Box Flat/PowerboxStar.prefab.meta | 3 ++ .../Powerups/PowerBox/Box Metal.meta | 3 ++ .../Box Metal/PowerboxMetalBomb.prefab | 3 ++ .../Box Metal/PowerboxMetalBomb.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalBoxingGlove.prefab | 3 ++ .../PowerboxMetalBoxingGlove.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalBullet.prefab | 3 ++ .../Box Metal/PowerboxMetalBullet.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalExclamation.prefab | 3 ++ .../PowerboxMetalExclamation.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalFire.prefab | 3 ++ .../Box Metal/PowerboxMetalFire.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalFire2.prefab | 3 ++ .../Box Metal/PowerboxMetalFire2.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalHealth.prefab | 3 ++ .../Box Metal/PowerboxMetalHealth.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalHeart.prefab | 3 ++ .../Box Metal/PowerboxMetalHeart.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalLightning.prefab | 3 ++ .../PowerboxMetalLightning.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalMagnet.prefab | 3 ++ .../Box Metal/PowerboxMetalMagnet.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalQuestion.prefab | 3 ++ .../PowerboxMetalQuestion.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalShield.prefab | 3 ++ .../Box Metal/PowerboxMetalShield.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalSkates.prefab | 3 ++ .../Box Metal/PowerboxMetalSkates.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalSkull.prefab | 3 ++ .../Box Metal/PowerboxMetalSkull.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalSpeed.prefab | 3 ++ .../Box Metal/PowerboxMetalSpeed.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalSpikybomb.prefab | 3 ++ .../PowerboxMetalSpikybomb.prefab.meta | 3 ++ .../Box Metal/PowerboxMetalStar.prefab | 3 ++ .../Box Metal/PowerboxMetalStar.prefab.meta | 3 ++ .../Powerups/PowerBox/Pickup Colored.meta | 3 ++ .../PowerboxPickupColBomb.prefab | 3 ++ .../PowerboxPickupColBomb.prefab.meta | 3 ++ .../PowerboxPickupColBoxingGlove.prefab | 3 ++ .../PowerboxPickupColBoxingGlove.prefab.meta | 3 ++ .../PowerboxPickupColBullet.prefab | 3 ++ .../PowerboxPickupColBullet.prefab.meta | 3 ++ .../PowerboxPickupColExclamation.prefab | 3 ++ .../PowerboxPickupColExclamation.prefab.meta | 3 ++ .../PowerboxPickupColFire.prefab | 3 ++ .../PowerboxPickupColFire.prefab.meta | 3 ++ .../PowerboxPickupColFire2.prefab | 3 ++ .../PowerboxPickupColFire2.prefab.meta | 3 ++ .../PowerboxPickupColHealth.prefab | 3 ++ .../PowerboxPickupColHealth.prefab.meta | 3 ++ .../PowerboxPickupColHeart.prefab | 3 ++ .../PowerboxPickupColHeart.prefab.meta | 3 ++ .../PowerboxPickupColLightning.prefab | 3 ++ .../PowerboxPickupColLightning.prefab.meta | 3 ++ .../PowerboxPickupColMagnet.prefab | 3 ++ .../PowerboxPickupColMagnet.prefab.meta | 3 ++ .../PowerboxPickupColQuestion.prefab | 3 ++ .../PowerboxPickupColQuestion.prefab.meta | 3 ++ .../PowerboxPickupColShield.prefab | 3 ++ .../PowerboxPickupColShield.prefab.meta | 3 ++ .../PowerboxPickupColSkates.prefab | 3 ++ .../PowerboxPickupColSkates.prefab.meta | 3 ++ .../PowerboxPickupColSkull.prefab | 3 ++ .../PowerboxPickupColSkull.prefab.meta | 3 ++ .../PowerboxPickupColSpeed.prefab | 3 ++ .../PowerboxPickupColSpeed.prefab.meta | 3 ++ .../PowerboxPickupColSpikybomb.prefab | 3 ++ .../PowerboxPickupColSpikybomb.prefab.meta | 3 ++ .../PowerboxPickupColStar.prefab | 3 ++ .../PowerboxPickupColStar.prefab.meta | 3 ++ .../Interactive/Powerups/PowerBox/Pickup.meta | 3 ++ .../PowerBox/Pickup/PowerboxPickupBomb.prefab | 3 ++ .../Pickup/PowerboxPickupBomb.prefab.meta | 3 ++ .../Pickup/PowerboxPickupBoxingGlove.prefab | 3 ++ .../PowerboxPickupBoxingGlove.prefab.meta | 3 ++ .../Pickup/PowerboxPickupBullet.prefab | 3 ++ .../Pickup/PowerboxPickupBullet.prefab.meta | 3 ++ .../Pickup/PowerboxPickupExclamation.prefab | 3 ++ .../PowerboxPickupExclamation.prefab.meta | 3 ++ .../PowerBox/Pickup/PowerboxPickupFire.prefab | 3 ++ .../Pickup/PowerboxPickupFire.prefab.meta | 3 ++ .../Pickup/PowerboxPickupFire2.prefab | 3 ++ .../Pickup/PowerboxPickupFire2.prefab.meta | 3 ++ .../Pickup/PowerboxPickupHealth.prefab | 3 ++ .../Pickup/PowerboxPickupHealth.prefab.meta | 3 ++ .../Pickup/PowerboxPickupHeart.prefab | 3 ++ .../Pickup/PowerboxPickupHeart.prefab.meta | 3 ++ .../Pickup/PowerboxPickupLightning.prefab | 3 ++ .../PowerboxPickupLightning.prefab.meta | 3 ++ .../Pickup/PowerboxPickupMagnet.prefab | 3 ++ .../Pickup/PowerboxPickupMagnet.prefab.meta | 3 ++ .../Pickup/PowerboxPickupQuestion.prefab | 3 ++ .../Pickup/PowerboxPickupQuestion.prefab.meta | 3 ++ .../Pickup/PowerboxPickupShield.prefab | 3 ++ .../Pickup/PowerboxPickupShield.prefab.meta | 3 ++ .../Pickup/PowerboxPickupSkates.prefab | 3 ++ .../Pickup/PowerboxPickupSkates.prefab.meta | 3 ++ .../Pickup/PowerboxPickupSkull.prefab | 3 ++ .../Pickup/PowerboxPickupSkull.prefab.meta | 3 ++ .../Pickup/PowerboxPickupSpeed.prefab | 3 ++ .../Pickup/PowerboxPickupSpeed.prefab.meta | 3 ++ .../Pickup/PowerboxPickupSpikybomb.prefab | 3 ++ .../PowerboxPickupSpikybomb.prefab.meta | 3 ++ .../PowerBox/Pickup/PowerboxPickupStar.prefab | 3 ++ .../Pickup/PowerboxPickupStar.prefab.meta | 3 ++ .../Interactive/Powerups/PowerOrb.meta | 3 ++ .../Interactive/Powerups/PowerOrb/Basic.meta | 3 ++ .../PowerOrb/Basic/PowerOrbBlue.prefab | 3 ++ .../PowerOrb/Basic/PowerOrbBlue.prefab.meta | 3 ++ .../PowerOrb/Basic/PowerOrbGreen.prefab | 3 ++ .../PowerOrb/Basic/PowerOrbGreen.prefab.meta | 3 ++ .../PowerOrb/Basic/PowerOrbPurple.prefab | 3 ++ .../PowerOrb/Basic/PowerOrbPurple.prefab.meta | 3 ++ .../PowerOrb/Basic/PowerOrbRed.prefab | 3 ++ .../PowerOrb/Basic/PowerOrbRed.prefab.meta | 3 ++ .../PowerOrb/Basic/PowerOrbYellow.prefab | 3 ++ .../PowerOrb/Basic/PowerOrbYellow.prefab.meta | 3 ++ .../Powerups/PowerOrb/Elemental.meta | 3 ++ .../Elemental/PowerOrbFireElemental.prefab | 3 ++ .../PowerOrbFireElemental.prefab.meta | 3 ++ .../PowerOrbFireSoftElemental.prefab | 3 ++ .../PowerOrbFireSoftElemental.prefab.meta | 3 ++ .../Elemental/PowerOrbFrostElemental.prefab | 3 ++ .../PowerOrbFrostElemental.prefab.meta | 3 ++ .../Elemental/PowerOrbLifeElemental.prefab | 3 ++ .../PowerOrbLifeElemental.prefab.meta | 3 ++ .../PowerOrbLightningElemental.prefab | 3 ++ .../PowerOrbLightningElemental.prefab.meta | 3 ++ .../Elemental/PowerOrbShadowElemental.prefab | 3 ++ .../PowerOrbShadowElemental.prefab.meta | 3 ++ .../Elemental/PowerOrbStormElemental.prefab | 3 ++ .../PowerOrbStormElemental.prefab.meta | 3 ++ .../Elemental/PowerOrbWaterElemental.prefab | 3 ++ .../PowerOrbWaterElemental.prefab.meta | 3 ++ .../Interactive/Powerups/PowerOrb/Sci-Fi.meta | 3 ++ .../PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab | 3 ++ .../Sci-Fi/PowerOrbSciFi01.prefab.meta | 3 ++ .../PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab | 3 ++ .../Sci-Fi/PowerOrbSciFi02.prefab.meta | 3 ++ .../PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab | 3 ++ .../Sci-Fi/PowerOrbSciFi03.prefab.meta | 3 ++ .../PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab | 3 ++ .../Sci-Fi/PowerOrbSciFi04.prefab.meta | 3 ++ .../PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab | 3 ++ .../Sci-Fi/PowerOrbSciFi05.prefab.meta | 3 ++ .../Interactive/Powerups/PowerOrb/Small.meta | 3 ++ .../PowerOrb/Small/PowerOrbSmallBlue.prefab | 3 ++ .../Small/PowerOrbSmallBlue.prefab.meta | 3 ++ .../PowerOrb/Small/PowerOrbSmallGreen.prefab | 3 ++ .../Small/PowerOrbSmallGreen.prefab.meta | 3 ++ .../PowerOrb/Small/PowerOrbSmallPurple.prefab | 3 ++ .../Small/PowerOrbSmallPurple.prefab.meta | 3 ++ .../PowerOrb/Small/PowerOrbSmallRed.prefab | 3 ++ .../Small/PowerOrbSmallRed.prefab.meta | 3 ++ .../PowerOrb/Small/PowerOrbSmallYellow.prefab | 3 ++ .../Small/PowerOrbSmallYellow.prefab.meta | 3 ++ .../Interactive/Powerups/PowerupActivate.meta | 3 ++ .../PowerupActivateBlue.prefab | 3 ++ .../PowerupActivateBlue.prefab.meta | 3 ++ .../PowerupActivateGreen.prefab | 3 ++ .../PowerupActivateGreen.prefab.meta | 3 ++ .../PowerupActivatePurple.prefab | 3 ++ .../PowerupActivatePurple.prefab.meta | 3 ++ .../PowerupActivate/PowerupActivateRed.prefab | 3 ++ .../PowerupActivateRed.prefab.meta | 3 ++ .../PowerupActivateYellow.prefab | 3 ++ .../PowerupActivateYellow.prefab.meta | 3 ++ .../Interactive/Powerups/PowerupGlow.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow1.prefab | 3 ++ .../PowerupGlow/PowerupGlow1.prefab.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow2.prefab | 3 ++ .../PowerupGlow/PowerupGlow2.prefab.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow3.prefab | 3 ++ .../PowerupGlow/PowerupGlow3.prefab.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow4.prefab | 3 ++ .../PowerupGlow/PowerupGlow4.prefab.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow5.prefab | 3 ++ .../PowerupGlow/PowerupGlow5.prefab.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow6.prefab | 3 ++ .../PowerupGlow/PowerupGlow6.prefab.meta | 3 ++ .../Powerups/PowerupGlow/PowerupGlow7.prefab | 3 ++ .../PowerupGlow/PowerupGlow7.prefab.meta | 3 ++ .../Prefabs/Interactive/Sparkle.meta | 3 ++ .../Interactive/Sparkle/SparkleArea.meta | 3 ++ .../SparkleArea/SparkleAreaBlue.prefab | 3 ++ .../SparkleArea/SparkleAreaBlue.prefab.meta | 3 ++ .../SparkleArea/SparkleAreaGreen.prefab | 3 ++ .../SparkleArea/SparkleAreaGreen.prefab.meta | 3 ++ .../SparkleArea/SparkleAreaPurple.prefab | 3 ++ .../SparkleArea/SparkleAreaPurple.prefab.meta | 3 ++ .../SparkleArea/SparkleAreaWhite.prefab | 3 ++ .../SparkleArea/SparkleAreaWhite.prefab.meta | 3 ++ .../SparkleArea/SparkleAreaYellow.prefab | 3 ++ .../SparkleArea/SparkleAreaYellow.prefab.meta | 3 ++ .../Interactive/Sparkle/SparkleSolo.meta | 3 ++ .../SparkleSolo/SparkleSoloBlue.prefab | 3 ++ .../SparkleSolo/SparkleSoloBlue.prefab.meta | 3 ++ .../SparkleSolo/SparkleSoloGreen.prefab | 3 ++ .../SparkleSolo/SparkleSoloGreen.prefab.meta | 3 ++ .../SparkleSolo/SparkleSoloPurple.prefab | 3 ++ .../SparkleSolo/SparkleSoloPurple.prefab.meta | 3 ++ .../SparkleSolo/SparkleSoloWhite.prefab | 3 ++ .../SparkleSolo/SparkleSoloWhite.prefab.meta | 3 ++ .../SparkleSolo/SparkleSoloYellow.prefab | 3 ++ .../SparkleSolo/SparkleSoloYellow.prefab.meta | 3 ++ .../Interactive/Sparkle/TinySparkle.prefab | 3 ++ .../Sparkle/TinySparkle.prefab.meta | 3 ++ .../Prefabs/Interactive/Stars.meta | 3 ++ .../Interactive/Stars/BigStarFilled.prefab | 3 ++ .../Stars/BigStarFilled.prefab.meta | 3 ++ .../Interactive/Stars/StarExplosion.prefab | 3 ++ .../Stars/StarExplosion.prefab.meta | 3 ++ .../Prefabs/Interactive/Stars/StarPoof.prefab | 3 ++ .../Interactive/Stars/StarPoof.prefab.meta | 3 ++ .../Interactive/Stars/StarStream.prefab | 3 ++ .../Interactive/Stars/StarStream.prefab.meta | 3 ++ .../Interactive/Stars/StarTrail.prefab | 3 ++ .../Interactive/Stars/StarTrail.prefab.meta | 3 ++ .../Prefabs/Interactive/Trails.meta | 3 ++ .../Interactive/Trails/FireFloorTrail.prefab | 3 ++ .../Trails/FireFloorTrail.prefab.meta | 3 ++ .../Interactive/Trails/IceFloorTrail.prefab | 3 ++ .../Trails/IceFloorTrail.prefab.meta | 3 ++ .../Trails/LightningFloorBlueTrail.prefab | 3 ++ .../LightningFloorBlueTrail.prefab.meta | 3 ++ .../Trails/LightningFloorPurpleTrail.prefab | 3 ++ .../LightningFloorPurpleTrail.prefab.meta | 3 ++ .../Trails/LightningFloorYellowTrail.prefab | 3 ++ .../LightningFloorYellowTrail.prefab.meta | 3 ++ .../Prefabs/Interactive/Warning.meta | 3 ++ .../Interactive/Warning/WarningBolt.prefab | 3 ++ .../Warning/WarningBolt.prefab.meta | 3 ++ .../Warning/WarningExclamation.prefab | 3 ++ .../Warning/WarningExclamation.prefab.meta | 3 ++ .../Warning/WarningExplosive.prefab | 3 ++ .../Warning/WarningExplosive.prefab.meta | 3 ++ .../Interactive/Warning/WarningSkull.prefab | 3 ++ .../Warning/WarningSkull.prefab.meta | 3 ++ .../Prefabs/Interactive/Zone.meta | 3 ++ .../Prefabs/Interactive/Zone/BasicZone.meta | 3 ++ .../Zone/BasicZone/BasicZoneBlue.prefab | 3 ++ .../Zone/BasicZone/BasicZoneBlue.prefab.meta | 3 ++ .../Zone/BasicZone/BasicZoneGreen.prefab | 3 ++ .../Zone/BasicZone/BasicZoneGreen.prefab.meta | 3 ++ .../Zone/BasicZone/BasicZonePurple.prefab | 3 ++ .../BasicZone/BasicZonePurple.prefab.meta | 3 ++ .../Zone/BasicZone/BasicZoneRed.prefab | 3 ++ .../Zone/BasicZone/BasicZoneRed.prefab.meta | 3 ++ .../Zone/BasicZone/BasicZoneWhite.prefab | 3 ++ .../Zone/BasicZone/BasicZoneWhite.prefab.meta | 3 ++ .../Zone/BasicZone/BasicZoneYellow.prefab | 3 ++ .../BasicZone/BasicZoneYellow.prefab.meta | 3 ++ .../Interactive/Zone/BasicZoneWall.meta | 3 ++ .../BasicZoneWall/BasicZoneWallBlue.prefab | 3 ++ .../BasicZoneWallBlue.prefab.meta | 3 ++ .../BasicZoneWall/BasicZoneWallGreen.prefab | 3 ++ .../BasicZoneWallGreen.prefab.meta | 3 ++ .../BasicZoneWall/BasicZoneWallPurple.prefab | 3 ++ .../BasicZoneWallPurple.prefab.meta | 3 ++ .../BasicZoneWall/BasicZoneWallRed.prefab | 3 ++ .../BasicZoneWallRed.prefab.meta | 3 ++ .../BasicZoneWall/BasicZoneWallWhite.prefab | 3 ++ .../BasicZoneWallWhite.prefab.meta | 3 ++ .../BasicZoneWall/BasicZoneWallYellow.prefab | 3 ++ .../BasicZoneWallYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Zone/MagicZone.meta | 3 ++ .../Zone/MagicZone/MagicZoneBlue.prefab | 3 ++ .../Zone/MagicZone/MagicZoneBlue.prefab.meta | 3 ++ .../Zone/MagicZone/MagicZoneGreen.prefab | 3 ++ .../Zone/MagicZone/MagicZoneGreen.prefab.meta | 3 ++ .../Zone/MagicZone/MagicZonePink.prefab | 3 ++ .../Zone/MagicZone/MagicZonePink.prefab.meta | 3 ++ .../Zone/MagicZone/MagicZoneYellow.prefab | 3 ++ .../MagicZone/MagicZoneYellow.prefab.meta | 3 ++ .../Prefabs/Interactive/Zone/SpinZone.meta | 3 ++ .../Zone/SpinZone/SpinZoneBlue.prefab | 3 ++ .../Zone/SpinZone/SpinZoneBlue.prefab.meta | 3 ++ .../Zone/SpinZone/SpinZoneOrange.prefab | 3 ++ .../Zone/SpinZone/SpinZoneOrange.prefab.meta | 3 ++ Assets/Epic Toon FX/Prefabs/Misc.meta | 3 ++ .../Epic Toon FX/Prefabs/Misc/AuraTest.prefab | 3 ++ .../Prefabs/Misc/AuraTest.prefab.meta | 3 ++ .../Prefabs/Misc/ConstructBuilding01.prefab | 3 ++ .../Misc/ConstructBuilding01.prefab.meta | 3 ++ .../Prefabs/Misc/CurvySmoke.prefab | 3 ++ .../Prefabs/Misc/CurvySmoke.prefab.meta | 3 ++ .../Prefabs/Misc/MusicalNoteExplosion.prefab | 3 ++ .../Misc/MusicalNoteExplosion.prefab.meta | 3 ++ .../Prefabs/Misc/MusicalNotes.prefab | 3 ++ .../Prefabs/Misc/MusicalNotes.prefab.meta | 3 ++ .../Prefabs/Misc/MusicalNotesAggro.prefab | 3 ++ .../Misc/MusicalNotesAggro.prefab.meta | 3 ++ .../Prefabs/Misc/MusicalNotesCalm.prefab | 3 ++ .../Prefabs/Misc/MusicalNotesCalm.prefab.meta | 3 ++ .../Epic Toon FX/Prefabs/Misc/Plexus.prefab | 3 ++ .../Prefabs/Misc/Plexus.prefab.meta | 3 ++ .../Prefabs/Misc/PlexusExplosion.prefab | 3 ++ .../Prefabs/Misc/PlexusExplosion.prefab.meta | 3 ++ .../Prefabs/Misc/SleepingZzZ.prefab | 3 ++ .../Prefabs/Misc/SleepingZzZ.prefab.meta | 3 ++ .../Prefabs/Misc/TypingMessage.prefab | 3 ++ .../Prefabs/Misc/TypingMessage.prefab.meta | 3 ++ .../Prefabs/Misc/TypingMessageLight.prefab | 3 ++ .../Misc/TypingMessageLight.prefab.meta | 3 ++ Assets/Epic Toon FX/Scripts.meta | 3 ++ Assets/Epic Toon FX/Scripts/ETFXLightFade.cs | 3 ++ .../Scripts/ETFXLightFade.cs.meta | 3 ++ .../Scripts/ETFXPitchRandomizer.cs | 3 ++ .../Scripts/ETFXPitchRandomizer.cs.meta | 3 ++ Assets/Epic Toon FX/Scripts/ETFXRotation.cs | 3 ++ .../Epic Toon FX/Scripts/ETFXRotation.cs.meta | 3 ++ Assets/Epic Toon FX/Shaders.meta | 3 ++ .../Shaders/ETFX_PowerboxLit.shader | 3 ++ .../Shaders/ETFX_PowerboxLit.shader.meta | 3 ++ .../Shaders/ETFX_PowerboxUnlit.shader | 3 ++ .../Shaders/ETFX_PowerboxUnlit.shader.meta | 3 ++ Assets/Epic Toon FX/Sound.meta | 3 ++ .../Sound/etfx_explosion_acid.wav | 3 ++ .../Sound/etfx_explosion_acid.wav.meta | 3 ++ .../Sound/etfx_explosion_bubble.wav | 3 ++ .../Sound/etfx_explosion_bubble.wav.meta | 3 ++ .../Sound/etfx_explosion_bullet.wav | 3 ++ .../Sound/etfx_explosion_bullet.wav.meta | 3 ++ .../Sound/etfx_explosion_chargeup.wav | 3 ++ .../Sound/etfx_explosion_chargeup.wav.meta | 3 ++ .../Sound/etfx_explosion_chargeup2.wav | 3 ++ .../Sound/etfx_explosion_chargeup2.wav.meta | 3 ++ .../Sound/etfx_explosion_dark01.wav | 3 ++ .../Sound/etfx_explosion_dark01.wav.meta | 3 ++ .../Sound/etfx_explosion_dark02.wav | 3 ++ .../Sound/etfx_explosion_dark02.wav.meta | 3 ++ .../Sound/etfx_explosion_fireball.wav | 3 ++ .../Sound/etfx_explosion_fireball.wav.meta | 3 ++ .../Sound/etfx_explosion_fireball2.wav | 3 ++ .../Sound/etfx_explosion_fireball2.wav.meta | 3 ++ .../Sound/etfx_explosion_flash.wav | 3 ++ .../Sound/etfx_explosion_flash.wav.meta | 3 ++ .../Sound/etfx_explosion_frost.wav | 3 ++ .../Sound/etfx_explosion_frost.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_explosion_gas.wav | 3 ++ .../Sound/etfx_explosion_gas.wav.meta | 3 ++ .../Sound/etfx_explosion_grenade.wav | 3 ++ .../Sound/etfx_explosion_grenade.wav.meta | 3 ++ .../Sound/etfx_explosion_laser.wav | 3 ++ .../Sound/etfx_explosion_laser.wav.meta | 3 ++ .../Sound/etfx_explosion_lava.wav | 3 ++ .../Sound/etfx_explosion_lava.wav.meta | 3 ++ .../Sound/etfx_explosion_lightning.wav | 3 ++ .../Sound/etfx_explosion_lightning.wav.meta | 3 ++ .../Sound/etfx_explosion_liquid.wav | 3 ++ .../Sound/etfx_explosion_liquid.wav.meta | 3 ++ .../Sound/etfx_explosion_liquid2.wav | 3 ++ .../Sound/etfx_explosion_liquid2.wav.meta | 3 ++ .../Sound/etfx_explosion_liquid3.wav | 3 ++ .../Sound/etfx_explosion_liquid3.wav.meta | 3 ++ .../Sound/etfx_explosion_magic.wav | 3 ++ .../Sound/etfx_explosion_magic.wav.meta | 3 ++ .../Sound/etfx_explosion_magic2.wav | 3 ++ .../Sound/etfx_explosion_magic2.wav.meta | 3 ++ .../Sound/etfx_explosion_minimagic.wav | 3 ++ .../Sound/etfx_explosion_minimagic.wav.meta | 3 ++ .../Sound/etfx_explosion_minimagic2.wav | 3 ++ .../Sound/etfx_explosion_minimagic2.wav.meta | 3 ++ .../Sound/etfx_explosion_mystic.wav | 3 ++ .../Sound/etfx_explosion_mystic.wav.meta | 3 ++ .../Sound/etfx_explosion_mystic02.wav | 3 ++ .../Sound/etfx_explosion_mystic02.wav.meta | 3 ++ .../Sound/etfx_explosion_nuke.wav | 3 ++ .../Sound/etfx_explosion_nuke.wav.meta | 3 ++ .../Sound/etfx_explosion_plasma.wav | 3 ++ .../Sound/etfx_explosion_plasma.wav.meta | 3 ++ .../Sound/etfx_explosion_plasma2.wav | 3 ++ .../Sound/etfx_explosion_plasma2.wav.meta | 3 ++ .../Sound/etfx_explosion_poisoncloud.wav | 3 ++ .../Sound/etfx_explosion_poisoncloud.wav.meta | 3 ++ .../Sound/etfx_explosion_poof.wav | 3 ++ .../Sound/etfx_explosion_poof.wav.meta | 3 ++ .../Sound/etfx_explosion_rocket.wav | 3 ++ .../Sound/etfx_explosion_rocket.wav.meta | 3 ++ .../Sound/etfx_explosion_rocket2.wav | 3 ++ .../Sound/etfx_explosion_rocket2.wav.meta | 3 ++ .../Sound/etfx_explosion_scan.wav | 3 ++ .../Sound/etfx_explosion_scan.wav.meta | 3 ++ .../Sound/etfx_explosion_sharp.wav | 3 ++ .../Sound/etfx_explosion_sharp.wav.meta | 3 ++ .../Sound/etfx_explosion_slime.wav | 3 ++ .../Sound/etfx_explosion_slime.wav.meta | 3 ++ .../Sound/etfx_explosion_slime2.wav | 3 ++ .../Sound/etfx_explosion_slime2.wav.meta | 3 ++ .../Sound/etfx_explosion_snow.wav | 3 ++ .../Sound/etfx_explosion_snow.wav.meta | 3 ++ .../Sound/etfx_explosion_soul.wav | 3 ++ .../Sound/etfx_explosion_soul.wav.meta | 3 ++ .../Sound/etfx_explosion_sparkle2.wav | 3 ++ .../Sound/etfx_explosion_sparkle2.wav.meta | 3 ++ .../Sound/etfx_explosion_sparkle3.wav | 3 ++ .../Sound/etfx_explosion_sparkle3.wav.meta | 3 ++ .../Sound/etfx_explosion_storm.wav | 3 ++ .../Sound/etfx_explosion_storm.wav.meta | 3 ++ .../Sound/etfx_impact_metal01.wav | 3 ++ .../Sound/etfx_impact_metal01.wav.meta | 3 ++ .../Sound/etfx_impact_metal02.wav | 3 ++ .../Sound/etfx_impact_metal02.wav.meta | 3 ++ .../Sound/etfx_impact_metal03.wav | 3 ++ .../Sound/etfx_impact_metal03.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_pop_balloon.wav | 3 ++ .../Sound/etfx_pop_balloon.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_bubble.wav | 3 ++ .../Sound/etfx_shoot_bubble.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_bubble2.wav | 3 ++ .../Sound/etfx_shoot_bubble2.wav.meta | 3 ++ .../Sound/etfx_shoot_energy01.wav | 3 ++ .../Sound/etfx_shoot_energy01.wav.meta | 3 ++ .../Sound/etfx_shoot_energy02.wav | 3 ++ .../Sound/etfx_shoot_energy02.wav.meta | 3 ++ .../Sound/etfx_shoot_energy03.wav | 3 ++ .../Sound/etfx_shoot_energy03.wav.meta | 3 ++ .../Sound/etfx_shoot_energy04.wav | 3 ++ .../Sound/etfx_shoot_energy04.wav.meta | 3 ++ .../Sound/etfx_shoot_fireball.wav | 3 ++ .../Sound/etfx_shoot_fireball.wav.meta | 3 ++ .../Sound/etfx_shoot_fireball2.wav | 3 ++ .../Sound/etfx_shoot_fireball2.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_flash.wav | 3 ++ .../Sound/etfx_shoot_flash.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_frost.wav | 3 ++ .../Sound/etfx_shoot_frost.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav | 3 ++ .../Sound/etfx_shoot_gas.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav | 3 ++ .../Sound/etfx_shoot_gas2.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_grenade.wav | 3 ++ .../Sound/etfx_shoot_grenade.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_laser.wav | 3 ++ .../Sound/etfx_shoot_laser.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_laser02.wav | 3 ++ .../Sound/etfx_shoot_laser02.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_laser03.wav | 3 ++ .../Sound/etfx_shoot_laser03.wav.meta | 3 ++ .../Sound/etfx_shoot_lightning.wav | 3 ++ .../Sound/etfx_shoot_lightning.wav.meta | 3 ++ .../Sound/etfx_shoot_lightning2.wav | 3 ++ .../Sound/etfx_shoot_lightning2.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_magic.wav | 3 ++ .../Sound/etfx_shoot_magic.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_mystic.wav | 3 ++ .../Sound/etfx_shoot_mystic.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav | 3 ++ .../Sound/etfx_shoot_nuke.wav.meta | 3 ++ .../Sound/etfx_shoot_pistol02.wav | 3 ++ .../Sound/etfx_shoot_pistol02.wav.meta | 3 ++ .../Sound/etfx_shoot_pistol03.wav | 3 ++ .../Sound/etfx_shoot_pistol03.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_rocket.wav | 3 ++ .../Sound/etfx_shoot_rocket.wav.meta | 3 ++ .../Sound/etfx_shoot_rocket02.wav | 3 ++ .../Sound/etfx_shoot_rocket02.wav.meta | 3 ++ .../Sound/etfx_shoot_rocket03.wav | 3 ++ .../Sound/etfx_shoot_rocket03.wav.meta | 3 ++ .../Sound/etfx_shoot_snowball.wav | 3 ++ .../Sound/etfx_shoot_snowball.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav | 3 ++ .../Sound/etfx_shoot_soul.wav.meta | 3 ++ .../Epic Toon FX/Sound/etfx_shoot_storm.wav | 3 ++ .../Sound/etfx_shoot_storm.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_spawn.wav | 3 ++ Assets/Epic Toon FX/Sound/etfx_spawn.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_stun01.wav | 3 ++ .../Epic Toon FX/Sound/etfx_stun01.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_stun02.wav | 3 ++ .../Epic Toon FX/Sound/etfx_stun02.wav.meta | 3 ++ Assets/Epic Toon FX/Sound/etfx_target_hit.wav | 3 ++ .../Sound/etfx_target_hit.wav.meta | 3 ++ Assets/Epic Toon FX/Textures.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/OwO.png | 3 ++ .../Epic Toon FX/Textures/Emojis/OwO.png.meta | 3 ++ .../Textures/Emojis/OwOEyebrow.png | 3 ++ .../Textures/Emojis/OwOEyebrow.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/UwU.png | 3 ++ .../Epic Toon FX/Textures/Emojis/UwU.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/XD.png | 3 ++ .../Epic Toon FX/Textures/Emojis/XD.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/angry.png | 3 ++ .../Textures/Emojis/angry.png.meta | 3 ++ .../Textures/Emojis/angryscream.png | 3 ++ .../Textures/Emojis/angryscream.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/bigsmile.png | 3 ++ .../Textures/Emojis/bigsmile.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/blush.png | 3 ++ .../Textures/Emojis/blush.png.meta | 3 ++ .../Textures/Emojis/clenchteeth.png | 3 ++ .../Textures/Emojis/clenchteeth.png.meta | 3 ++ .../Textures/Emojis/clenchteeth2.png | 3 ++ .../Textures/Emojis/clenchteeth2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/cool.png | 3 ++ .../Textures/Emojis/cool.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/crazy.png | 3 ++ .../Textures/Emojis/crazy.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/cry.png | 3 ++ .../Epic Toon FX/Textures/Emojis/cry.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/cute.png | 3 ++ .../Textures/Emojis/cute.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/dead.png | 3 ++ .../Textures/Emojis/dead.png.meta | 3 ++ .../Textures/Emojis/deadtired.png | 3 ++ .../Textures/Emojis/deadtired.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/derp.png | 3 ++ .../Textures/Emojis/derp.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/derpgasp.png | 3 ++ .../Textures/Emojis/derpgasp.png.meta | 3 ++ .../Textures/Emojis/disappoint.png | 3 ++ .../Textures/Emojis/disappoint.png.meta | 3 ++ .../Textures/Emojis/disappoint2.png | 3 ++ .../Textures/Emojis/disappoint2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/drool.png | 3 ++ .../Textures/Emojis/drool.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/evil.png | 3 ++ .../Textures/Emojis/evil.png.meta | 3 ++ .../Textures/Emojis/expressionless.png | 3 ++ .../Textures/Emojis/expressionless.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/happy.png | 3 ++ .../Textures/Emojis/happy.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/heart.png | 3 ++ .../Textures/Emojis/heart.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/injured.png | 3 ++ .../Textures/Emojis/injured.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/kiss.png | 3 ++ .../Textures/Emojis/kiss.png.meta | 3 ++ .../Textures/Emojis/kissyface.png | 3 ++ .../Textures/Emojis/kissyface.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/laugh.png | 3 ++ .../Textures/Emojis/laugh.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/laughcry.png | 3 ++ .../Textures/Emojis/laughcry.png.meta | 3 ++ .../Textures/Emojis/laughsweatdrop.png | 3 ++ .../Textures/Emojis/laughsweatdrop.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/mad.png | 3 ++ .../Epic Toon FX/Textures/Emojis/mad.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/nauseous.png | 3 ++ .../Textures/Emojis/nauseous.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/pleading.png | 3 ++ .../Textures/Emojis/pleading.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/poop.png | 3 ++ .../Textures/Emojis/poop.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/sad.png | 3 ++ .../Epic Toon FX/Textures/Emojis/sad.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/sadcry.png | 3 ++ .../Textures/Emojis/sadcry.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/scared.png | 3 ++ .../Textures/Emojis/scared.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/shocked.png | 3 ++ .../Textures/Emojis/shocked.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/sick.png | 3 ++ .../Textures/Emojis/sick.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/sick2.png | 3 ++ .../Textures/Emojis/sick2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/sick3.png | 3 ++ .../Textures/Emojis/sick3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/silly.png | 3 ++ .../Textures/Emojis/silly.png.meta | 3 ++ .../Textures/Emojis/sillyhappy.png | 3 ++ .../Textures/Emojis/sillyhappy.png.meta | 3 ++ .../Textures/Emojis/sillysmile.png | 3 ++ .../Textures/Emojis/sillysmile.png.meta | 3 ++ .../Textures/Emojis/sillywink.png | 3 ++ .../Textures/Emojis/sillywink.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/sinister.png | 3 ++ .../Textures/Emojis/sinister.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/sleep.png | 3 ++ .../Textures/Emojis/sleep.png.meta | 3 ++ .../Textures/Emojis/starstruck.png | 3 ++ .../Textures/Emojis/starstruck.png.meta | 3 ++ .../Textures/Emojis/tearyeyes.png | 3 ++ .../Textures/Emojis/tearyeyes.png.meta | 3 ++ .../Textures/Emojis/thumbsdown.png | 3 ++ .../Textures/Emojis/thumbsdown.png.meta | 3 ++ .../Epic Toon FX/Textures/Emojis/thumbsup.png | 3 ++ .../Textures/Emojis/thumbsup.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Emojis/yawn.png | 3 ++ .../Textures/Emojis/yawn.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Powerbox.meta | 3 ++ .../Textures/Powerbox/powerbox_base01.png | 3 ++ .../Powerbox/powerbox_base01.png.meta | 3 ++ .../Textures/Powerbox/powerbox_base02.png | 3 ++ .../Powerbox/powerbox_base02.png.meta | 3 ++ .../Textures/Powerbox/powerbox_bomb.png | 3 ++ .../Textures/Powerbox/powerbox_bomb.png.meta | 3 ++ .../Powerbox/powerbox_boxingglove.png | 3 ++ .../Powerbox/powerbox_boxingglove.png.meta | 3 ++ .../Textures/Powerbox/powerbox_bullet_e.png | 3 ++ .../Powerbox/powerbox_bullet_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_contrast.png | 3 ++ .../Powerbox/powerbox_contrast.png.meta | 3 ++ .../Powerbox/powerbox_exclamation.png | 3 ++ .../Powerbox/powerbox_exclamation.png.meta | 3 ++ .../Textures/Powerbox/powerbox_fire.png | 3 ++ .../Textures/Powerbox/powerbox_fire.png.meta | 3 ++ .../Textures/Powerbox/powerbox_fire2.png | 3 ++ .../Textures/Powerbox/powerbox_fire2.png.meta | 3 ++ .../Textures/Powerbox/powerbox_health_e.png | 3 ++ .../Powerbox/powerbox_health_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_heart_e.png | 3 ++ .../Powerbox/powerbox_heart_e.png.meta | 3 ++ .../Powerbox/powerbox_lightning_e.png | 3 ++ .../Powerbox/powerbox_lightning_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_magnet_e.png | 3 ++ .../Powerbox/powerbox_magnet_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_n.png | 3 ++ .../Textures/Powerbox/powerbox_n.png.meta | 3 ++ .../Textures/Powerbox/powerbox_quest_e.png | 3 ++ .../Powerbox/powerbox_quest_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_shield_e.png | 3 ++ .../Powerbox/powerbox_shield_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_skates.png | 3 ++ .../Powerbox/powerbox_skates.png.meta | 3 ++ .../Textures/Powerbox/powerbox_skull_e.png | 3 ++ .../Powerbox/powerbox_skull_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_speed_e.png | 3 ++ .../Powerbox/powerbox_speed_e.png.meta | 3 ++ .../Textures/Powerbox/powerbox_spikybomb.png | 3 ++ .../Powerbox/powerbox_spikybomb.png.meta | 3 ++ .../Textures/Powerbox/powerbox_star_e.png | 3 ++ .../Powerbox/powerbox_star_e.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Symbols.meta | 3 ++ .../Textures/Symbols/sym_bolt.png | 3 ++ .../Textures/Symbols/sym_bolt.png.meta | 3 ++ .../Textures/Symbols/sym_bomb.png | 3 ++ .../Textures/Symbols/sym_bomb.png.meta | 3 ++ .../Textures/Symbols/sym_boxingglove.png | 3 ++ .../Textures/Symbols/sym_boxingglove.png.meta | 3 ++ .../Textures/Symbols/sym_bullet.png | 3 ++ .../Textures/Symbols/sym_bullet.png.meta | 3 ++ .../Textures/Symbols/sym_exclamation.png | 3 ++ .../Textures/Symbols/sym_exclamation.png.meta | 3 ++ .../Textures/Symbols/sym_fire.png | 3 ++ .../Textures/Symbols/sym_fire.png.meta | 3 ++ .../Textures/Symbols/sym_fire2.png | 3 ++ .../Textures/Symbols/sym_fire2.png.meta | 3 ++ .../Textures/Symbols/sym_health.png | 3 ++ .../Textures/Symbols/sym_health.png.meta | 3 ++ .../Textures/Symbols/sym_heart.png | 3 ++ .../Textures/Symbols/sym_heart.png.meta | 3 ++ .../Textures/Symbols/sym_magnet.png | 3 ++ .../Textures/Symbols/sym_magnet.png.meta | 3 ++ .../Textures/Symbols/sym_question.png | 3 ++ .../Textures/Symbols/sym_question.png.meta | 3 ++ .../Textures/Symbols/sym_shield.png | 3 ++ .../Textures/Symbols/sym_shield.png.meta | 3 ++ .../Textures/Symbols/sym_skates.png | 3 ++ .../Textures/Symbols/sym_skates.png.meta | 3 ++ .../Textures/Symbols/sym_skull.png | 3 ++ .../Textures/Symbols/sym_skull.png.meta | 3 ++ .../Textures/Symbols/sym_speed.png | 3 ++ .../Textures/Symbols/sym_speed.png.meta | 3 ++ .../Textures/Symbols/sym_spikybomb.png | 3 ++ .../Textures/Symbols/sym_spikybomb.png.meta | 3 ++ .../Textures/Symbols/sym_star.png | 3 ++ .../Textures/Symbols/sym_star.png.meta | 3 ++ .../Textures/Symbols/symc_bomb.png | 3 ++ .../Textures/Symbols/symc_bomb.png.meta | 3 ++ .../Textures/Symbols/symc_boxingglove.png | 3 ++ .../Symbols/symc_boxingglove.png.meta | 3 ++ .../Textures/Symbols/symc_bullet.png | 3 ++ .../Textures/Symbols/symc_bullet.png.meta | 3 ++ .../Textures/Symbols/symc_exclamation.png | 3 ++ .../Symbols/symc_exclamation.png.meta | 3 ++ .../Textures/Symbols/symc_fire.png | 3 ++ .../Textures/Symbols/symc_fire.png.meta | 3 ++ .../Textures/Symbols/symc_fire2.png | 3 ++ .../Textures/Symbols/symc_fire2.png.meta | 3 ++ .../Textures/Symbols/symc_health.png | 3 ++ .../Textures/Symbols/symc_health.png.meta | 3 ++ .../Textures/Symbols/symc_heart.png | 3 ++ .../Textures/Symbols/symc_heart.png.meta | 3 ++ .../Textures/Symbols/symc_lightning.png | 3 ++ .../Textures/Symbols/symc_lightning.png.meta | 3 ++ .../Textures/Symbols/symc_magnet.png | 3 ++ .../Textures/Symbols/symc_magnet.png.meta | 3 ++ .../Textures/Symbols/symc_question.png | 3 ++ .../Textures/Symbols/symc_question.png.meta | 3 ++ .../Textures/Symbols/symc_shield.png | 3 ++ .../Textures/Symbols/symc_shield.png.meta | 3 ++ .../Textures/Symbols/symc_skates.png | 3 ++ .../Textures/Symbols/symc_skates.png.meta | 3 ++ .../Textures/Symbols/symc_skull.png | 3 ++ .../Textures/Symbols/symc_skull.png.meta | 3 ++ .../Textures/Symbols/symc_speed.png | 3 ++ .../Textures/Symbols/symc_speed.png.meta | 3 ++ .../Textures/Symbols/symc_spikybomb.png | 3 ++ .../Textures/Symbols/symc_spikybomb.png.meta | 3 ++ .../Textures/Symbols/symc_star.png | 3 ++ .../Textures/Symbols/symc_star.png.meta | 3 ++ .../Textures/Symbols/warn_bolt.png | 3 ++ .../Textures/Symbols/warn_bolt.png.meta | 3 ++ .../Textures/Symbols/warn_exclamation.png | 3 ++ .../Symbols/warn_exclamation.png.meta | 3 ++ .../Textures/Symbols/warn_explosive.png | 3 ++ .../Textures/Symbols/warn_explosive.png.meta | 3 ++ .../Textures/Symbols/warn_skull.png | 3 ++ .../Textures/Symbols/warn_skull.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text.meta | 3 ++ .../Epic Toon FX/Textures/Text/sharp_blue.png | 3 ++ .../Textures/Text/sharp_blue.png.meta | 3 ++ .../Textures/Text/sharp_green.png | 3 ++ .../Textures/Text/sharp_green.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/sharp_red.png | 3 ++ .../Textures/Text/sharp_red.png.meta | 3 ++ .../Textures/Text/sharp_white.png | 3 ++ .../Textures/Text/sharp_white.png.meta | 3 ++ .../Textures/Text/sharp_yellow.png | 3 ++ .../Textures/Text/sharp_yellow.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_bang.png | 3 ++ .../Textures/Text/txt_bang.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_blam.png | 3 ++ .../Textures/Text/txt_blam.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_boom.png | 3 ++ .../Textures/Text/txt_boom.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_clunk.png | 3 ++ .../Textures/Text/txt_clunk.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_crack.png | 3 ++ .../Textures/Text/txt_crack.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_crash.png | 3 ++ .../Textures/Text/txt_crash.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_crit.png | 3 ++ .../Textures/Text/txt_crit.png.meta | 3 ++ .../Textures/Text/txt_critical.png | 3 ++ .../Textures/Text/txt_critical.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_hit.png | 3 ++ .../Textures/Text/txt_hit.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_ka-pow.png | 3 ++ .../Textures/Text/txt_ka-pow.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_kick.png | 3 ++ .../Textures/Text/txt_kick.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_ko.png | 3 ++ .../Textures/Text/txt_ko.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_miss.png | 3 ++ .../Textures/Text/txt_miss.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_omg.png | 3 ++ .../Textures/Text/txt_omg.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_poof.png | 3 ++ .../Textures/Text/txt_poof.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_pop.png | 3 ++ .../Textures/Text/txt_pop.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_pow.png | 3 ++ .../Textures/Text/txt_pow.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_punch.png | 3 ++ .../Textures/Text/txt_punch.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_smack.png | 3 ++ .../Textures/Text/txt_smack.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_smooch.png | 3 ++ .../Textures/Text/txt_smooch.png.meta | 3 ++ .../Textures/Text/txt_sparkle.png | 3 ++ .../Textures/Text/txt_sparkle.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_splash.png | 3 ++ .../Textures/Text/txt_splash.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_splat.png | 3 ++ .../Textures/Text/txt_splat.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_whammm.png | 3 ++ .../Textures/Text/txt_whammm.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_wow.png | 3 ++ .../Textures/Text/txt_wow.png.meta | 3 ++ Assets/Epic Toon FX/Textures/Text/txt_wtf.png | 3 ++ .../Textures/Text/txt_wtf.png.meta | 3 ++ .../Epic Toon FX/Textures/Text/txt_zzzap.png | 3 ++ .../Textures/Text/txt_zzzap.png.meta | 3 ++ Assets/Epic Toon FX/Textures/aura_punch.png | 3 ++ .../Epic Toon FX/Textures/aura_punch.png.meta | 3 ++ Assets/Epic Toon FX/Textures/aura_soft01.png | 3 ++ .../Textures/aura_soft01.png.meta | 3 ++ .../Textures/bubble_half_clear.png | 3 ++ .../Textures/bubble_half_clear.png.meta | 3 ++ .../Textures/bubble_half_thick.png | 3 ++ .../Textures/bubble_half_thick.png.meta | 3 ++ .../Epic Toon FX/Textures/bubble_round2.png | 3 ++ .../Textures/bubble_round2.png.meta | 3 ++ .../Epic Toon FX/Textures/bubble_round3.png | 3 ++ .../Textures/bubble_round3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/bubble_soap.png | 3 ++ .../Textures/bubble_soap.png.meta | 3 ++ Assets/Epic Toon FX/Textures/candle.png | 3 ++ Assets/Epic Toon FX/Textures/candle.png.meta | 3 ++ .../Epic Toon FX/Textures/candle_blurry.png | 3 ++ .../Textures/candle_blurry.png.meta | 3 ++ .../Textures/candle_simple_colored.png | 3 ++ .../Textures/candle_simple_colored.png.meta | 3 ++ .../Textures/candle_simple_modular.png | 3 ++ .../Textures/candle_simple_modular.png.meta | 3 ++ Assets/Epic Toon FX/Textures/candle_soft.png | 3 ++ .../Textures/candle_soft.png.meta | 3 ++ Assets/Epic Toon FX/Textures/candle_soft2.png | 3 ++ .../Textures/candle_soft2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/candle_soft3.png | 3 ++ .../Textures/candle_soft3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/cardglow06.png | 3 ++ .../Epic Toon FX/Textures/cardglow06.png.meta | 3 ++ Assets/Epic Toon FX/Textures/cardglow07.png | 3 ++ .../Epic Toon FX/Textures/cardglow07.png.meta | 3 ++ Assets/Epic Toon FX/Textures/circle.png | 3 ++ Assets/Epic Toon FX/Textures/circle.png.meta | 3 ++ .../Epic Toon FX/Textures/circle_blurred.png | 3 ++ .../Textures/circle_blurred.png.meta | 3 ++ .../Epic Toon FX/Textures/circle_outlined.png | 3 ++ .../Textures/circle_outlined.png.meta | 3 ++ Assets/Epic Toon FX/Textures/circle_sharp.png | 3 ++ .../Textures/circle_sharp.png.meta | 3 ++ Assets/Epic Toon FX/Textures/circle_soft.png | 3 ++ .../Textures/circle_soft.png.meta | 3 ++ .../Epic Toon FX/Textures/circlestretchy.png | 3 ++ .../Textures/circlestretchy.png.meta | 3 ++ .../Epic Toon FX/Textures/cloud_2x2_hard.png | 3 ++ .../Textures/cloud_2x2_hard.png.meta | 3 ++ .../Textures/cloud_2x2_hard_softshadow.png | 3 ++ .../cloud_2x2_hard_softshadow.png.meta | 3 ++ .../Textures/cloud_2x2_hardshadow.png | 3 ++ .../Textures/cloud_2x2_hardshadow.png.meta | 3 ++ .../Textures/cloud_2x2_outlined.png | 3 ++ .../Textures/cloud_2x2_outlined.png.meta | 3 ++ .../Epic Toon FX/Textures/cloud_2x2_soft.png | 3 ++ .../Textures/cloud_2x2_soft.png.meta | 3 ++ .../Epic Toon FX/Textures/cloud_2x2_soft2.png | 3 ++ .../Textures/cloud_2x2_soft2.png.meta | 3 ++ .../Textures/cloud_2x2_soft_translucent.png | 3 ++ .../cloud_2x2_soft_translucent.png.meta | 3 ++ Assets/Epic Toon FX/Textures/cloud_magic.png | 3 ++ .../Textures/cloud_magic.png.meta | 3 ++ .../Textures/cloud_magic_fluffy.png | 3 ++ .../Textures/cloud_magic_fluffy.png.meta | 3 ++ .../Textures/cloud_magic_softshadow.png | 3 ++ .../Textures/cloud_magic_softshadow.png.meta | 3 ++ .../Textures/clouds_magic2_soft.png | 3 ++ .../Textures/clouds_magic2_soft.png.meta | 3 ++ .../Textures/clouds_magic2_soft_inv.png | 3 ++ .../Textures/clouds_magic2_soft_inv.png.meta | 3 ++ .../Textures/clouds_magic_2x2.png | 3 ++ .../Textures/clouds_magic_2x2.png.meta | 3 ++ .../Textures/clouds_magic_ss_2x2.png | 3 ++ .../Textures/clouds_magic_ss_2x2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/coins.png | 3 ++ Assets/Epic Toon FX/Textures/coins.png.meta | 3 ++ .../Epic Toon FX/Textures/coins_outline.png | 3 ++ .../Textures/coins_outline.png.meta | 3 ++ Assets/Epic Toon FX/Textures/confetti.png | 3 ++ .../Epic Toon FX/Textures/confetti.png.meta | 3 ++ .../Textures/confetti_outlined.png | 3 ++ .../Textures/confetti_outlined.png.meta | 3 ++ Assets/Epic Toon FX/Textures/decal_atlas.png | 3 ++ .../Textures/decal_atlas.png.meta | 3 ++ Assets/Epic Toon FX/Textures/decal_gibs.png | 3 ++ .../Epic Toon FX/Textures/decal_gibs.png.meta | 3 ++ Assets/Epic Toon FX/Textures/decal_scorch.png | 3 ++ .../Textures/decal_scorch.png.meta | 3 ++ Assets/Epic Toon FX/Textures/drop_opaque.png | 3 ++ .../Textures/drop_opaque.png.meta | 3 ++ Assets/Epic Toon FX/Textures/drop_trsp.png | 3 ++ .../Epic Toon FX/Textures/drop_trsp.png.meta | 3 ++ Assets/Epic Toon FX/Textures/evil_spirit.png | 3 ++ .../Textures/evil_spirit.png.meta | 3 ++ Assets/Epic Toon FX/Textures/evil_spirit2.png | 3 ++ .../Textures/evil_spirit2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/evil_spirit3.png | 3 ++ .../Textures/evil_spirit3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/explosion.png | 3 ++ .../Epic Toon FX/Textures/explosion.png.meta | 3 ++ .../Textures/explosion_round2_3x3.png | 3 ++ .../Textures/explosion_round2_3x3.png.meta | 3 ++ .../Textures/explosion_round3_3x3.png | 3 ++ .../Textures/explosion_round3_3x3.png.meta | 3 ++ .../Textures/explosion_round_3x3.png | 3 ++ .../Textures/explosion_round_3x3.png.meta | 3 ++ .../Textures/explosion_round_outlined_3x3.png | 3 ++ .../explosion_round_outlined_3x3.png.meta | 3 ++ .../explosion_round_softshadow_3x3.png | 3 ++ .../explosion_round_softshadow_3x3.png.meta | 3 ++ .../Textures/explosion_sharp_flat_3x3.png | 3 ++ .../explosion_sharp_flat_3x3.png.meta | 3 ++ .../Textures/explosion_sharp_soft_3x3.png | 3 ++ .../explosion_sharp_soft_3x3.png.meta | 3 ++ .../Textures/explosion_spike01.png | 3 ++ .../Textures/explosion_spike01.png.meta | 3 ++ .../Textures/explosion_spike02.png | 3 ++ .../Textures/explosion_spike02.png.meta | 3 ++ .../Textures/explosion_spike03.png | 3 ++ .../Textures/explosion_spike03.png.meta | 3 ++ Assets/Epic Toon FX/Textures/feather.png | 3 ++ Assets/Epic Toon FX/Textures/feather.png.meta | 3 ++ .../Textures/feather_outlined.png | 3 ++ .../Textures/feather_outlined.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fire2_6x3.png | 3 ++ .../Epic Toon FX/Textures/fire2_6x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fire_6x3.png | 3 ++ .../Epic Toon FX/Textures/fire_6x3.png.meta | 3 ++ .../Epic Toon FX/Textures/fire_ground3x3.png | 3 ++ .../Textures/fire_ground3x3.png.meta | 3 ++ .../Textures/fire_ground_soft3x3.png | 3 ++ .../Textures/fire_ground_soft3x3.png.meta | 3 ++ .../Textures/fire_ground_softer3x3.png | 3 ++ .../Textures/fire_ground_softer3x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fire_soft.png | 3 ++ .../Epic Toon FX/Textures/fire_soft.png.meta | 3 ++ .../Epic Toon FX/Textures/fire_soft_blank.png | 3 ++ .../Textures/fire_soft_blank.png.meta | 3 ++ .../Epic Toon FX/Textures/fire_soft_spiky.png | 3 ++ .../Textures/fire_soft_spiky.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fireball.png | 3 ++ .../Epic Toon FX/Textures/fireball.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fireball2.png | 3 ++ .../Epic Toon FX/Textures/fireball2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fruits.png | 3 ++ Assets/Epic Toon FX/Textures/fruits.png.meta | 3 ++ Assets/Epic Toon FX/Textures/fruitslices.png | 3 ++ .../Textures/fruitslices.png.meta | 3 ++ Assets/Epic Toon FX/Textures/glow1.png | 3 ++ Assets/Epic Toon FX/Textures/glow1.png.meta | 3 ++ Assets/Epic Toon FX/Textures/glow2.png | 3 ++ Assets/Epic Toon FX/Textures/glow2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/glow3.png | 3 ++ Assets/Epic Toon FX/Textures/glow3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/glow4.png | 3 ++ Assets/Epic Toon FX/Textures/glow4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/glow5.png | 3 ++ Assets/Epic Toon FX/Textures/glow5.png.meta | 3 ++ Assets/Epic Toon FX/Textures/glow6.png | 3 ++ Assets/Epic Toon FX/Textures/glow6.png.meta | 3 ++ Assets/Epic Toon FX/Textures/grab1.png | 3 ++ Assets/Epic Toon FX/Textures/grab1.png.meta | 3 ++ Assets/Epic Toon FX/Textures/grab2.png | 3 ++ Assets/Epic Toon FX/Textures/grab2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/gradient_bw.png | 3 ++ .../Textures/gradient_bw.png.meta | 3 ++ .../Epic Toon FX/Textures/gradient_circle.png | 3 ++ .../Textures/gradient_circle.png.meta | 3 ++ .../Epic Toon FX/Textures/gradient_edges.png | 3 ++ .../Textures/gradient_edges.png.meta | 3 ++ .../Textures/gradient_horizontal.png | 3 ++ .../Textures/gradient_horizontal.png.meta | 3 ++ .../Textures/gradient_vertical.png | 3 ++ .../Textures/gradient_vertical.png.meta | 3 ++ .../Textures/gradient_vertical2.png | 3 ++ .../Textures/gradient_vertical2.png.meta | 3 ++ .../Textures/gradient_vertical_spiky.png | 3 ++ .../Textures/gradient_vertical_spiky.png.meta | 3 ++ Assets/Epic Toon FX/Textures/healing.png | 3 ++ Assets/Epic Toon FX/Textures/healing.png.meta | 3 ++ Assets/Epic Toon FX/Textures/heart.png | 3 ++ Assets/Epic Toon FX/Textures/heart.png.meta | 3 ++ Assets/Epic Toon FX/Textures/heart2.png | 3 ++ Assets/Epic Toon FX/Textures/heart2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/heart2broken.png | 3 ++ .../Textures/heart2broken.png.meta | 3 ++ .../Textures/heart2broken_blue.png | 3 ++ .../Textures/heart2broken_blue.png.meta | 3 ++ .../Epic Toon FX/Textures/heart_outlined.png | 3 ++ .../Textures/heart_outlined.png.meta | 3 ++ Assets/Epic Toon FX/Textures/ice_spikes.png | 3 ++ .../Epic Toon FX/Textures/ice_spikes.png.meta | 3 ++ Assets/Epic Toon FX/Textures/leaf2_3x3.png | 3 ++ .../Epic Toon FX/Textures/leaf2_3x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/leaf_3x3.png | 3 ++ .../Epic Toon FX/Textures/leaf_3x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/lightning1.png | 3 ++ .../Epic Toon FX/Textures/lightning1.png.meta | 3 ++ Assets/Epic Toon FX/Textures/lightning2.png | 3 ++ .../Epic Toon FX/Textures/lightning2.png.meta | 3 ++ .../Textures/lightning_spikes_3x1.png | 3 ++ .../Textures/lightning_spikes_3x1.png.meta | 3 ++ .../Textures/lightning_v1_3x3.png | 3 ++ .../Textures/lightning_v1_3x3.png.meta | 3 ++ .../Textures/lightning_v2_3x3.png | 3 ++ .../Textures/lightning_v2_3x3.png.meta | 3 ++ .../Textures/lightning_v3_3x3.png | 3 ++ .../Textures/lightning_v3_3x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/lightray1.png | 3 ++ .../Epic Toon FX/Textures/lightray1.png.meta | 3 ++ Assets/Epic Toon FX/Textures/lightray2.png | 3 ++ .../Epic Toon FX/Textures/lightray2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/lightray3.png | 3 ++ .../Epic Toon FX/Textures/lightray3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/line_sharp.png | 3 ++ .../Epic Toon FX/Textures/line_sharp.png.meta | 3 ++ Assets/Epic Toon FX/Textures/magic_blast.png | 3 ++ .../Textures/magic_blast.png.meta | 3 ++ Assets/Epic Toon FX/Textures/magic_line.png | 3 ++ .../Epic Toon FX/Textures/magic_line.png.meta | 3 ++ .../Textures/magic_line_sharp.png | 3 ++ .../Textures/magic_line_sharp.png.meta | 3 ++ Assets/Epic Toon FX/Textures/magic_orb.png | 3 ++ .../Epic Toon FX/Textures/magic_orb.png.meta | 3 ++ Assets/Epic Toon FX/Textures/magic_orb2.png | 3 ++ .../Epic Toon FX/Textures/magic_orb2.png.meta | 3 ++ .../Textures/magic_runecircle.png | 3 ++ .../Textures/magic_runecircle.png.meta | 3 ++ Assets/Epic Toon FX/Textures/moneybills.png | 3 ++ .../Epic Toon FX/Textures/moneybills.png.meta | 3 ++ Assets/Epic Toon FX/Textures/moneybillsv2.png | 3 ++ .../Textures/moneybillsv2.png.meta | 3 ++ .../Epic Toon FX/Textures/muzzleflash01.png | 3 ++ .../Textures/muzzleflash01.png.meta | 3 ++ Assets/Epic Toon FX/Textures/notes.png | 3 ++ Assets/Epic Toon FX/Textures/notes.png.meta | 3 ++ Assets/Epic Toon FX/Textures/notes2.png | 3 ++ Assets/Epic Toon FX/Textures/notes2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/nova_3x3.png | 3 ++ .../Epic Toon FX/Textures/nova_3x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/nova_6x3.png | 3 ++ .../Epic Toon FX/Textures/nova_6x3.png.meta | 3 ++ .../Epic Toon FX/Textures/nova_soft_6x3.png | 3 ++ .../Textures/nova_soft_6x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/numbers.png | 3 ++ Assets/Epic Toon FX/Textures/numbers.png.meta | 3 ++ .../Epic Toon FX/Textures/portal_circular.png | 3 ++ .../Textures/portal_circular.png.meta | 3 ++ Assets/Epic Toon FX/Textures/portal_glow.png | 3 ++ .../Textures/portal_glow.png.meta | 3 ++ .../Textures/portal_ring_spiky.png | 3 ++ .../Textures/portal_ring_spiky.png.meta | 3 ++ .../Textures/portal_ring_twisty.png | 3 ++ .../Textures/portal_ring_twisty.png.meta | 3 ++ .../Textures/portal_ring_twisty2.png | 3 ++ .../Textures/portal_ring_twisty2.png.meta | 3 ++ .../Epic Toon FX/Textures/portal_soft01.png | 3 ++ .../Textures/portal_soft01.png.meta | 3 ++ .../Epic Toon FX/Textures/portal_soft02.png | 3 ++ .../Textures/portal_soft02.png.meta | 3 ++ .../Textures/portal_stripes_blue.png | 3 ++ .../Textures/portal_stripes_blue.png.meta | 3 ++ .../Textures/portal_stripes_green.png | 3 ++ .../Textures/portal_stripes_green.png.meta | 3 ++ .../Textures/portal_stripes_purple.png | 3 ++ .../Textures/portal_stripes_purple.png.meta | 3 ++ .../Textures/portal_stripes_red.png | 3 ++ .../Textures/portal_stripes_red.png.meta | 3 ++ .../Textures/portal_stripes_yellow.png | 3 ++ .../Textures/portal_stripes_yellow.png.meta | 3 ++ Assets/Epic Toon FX/Textures/ring.png | 3 ++ Assets/Epic Toon FX/Textures/ring.png.meta | 3 ++ .../Epic Toon FX/Textures/ring_shockwave.png | 3 ++ .../Textures/ring_shockwave.png.meta | 3 ++ .../Epic Toon FX/Textures/rocket_gradient.png | 3 ++ .../Textures/rocket_gradient.png.meta | 3 ++ Assets/Epic Toon FX/Textures/shield_magic.png | 3 ++ .../Textures/shield_magic.png.meta | 3 ++ Assets/Epic Toon FX/Textures/skull2.png | 3 ++ Assets/Epic Toon FX/Textures/skull2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/skull3.png | 3 ++ Assets/Epic Toon FX/Textures/skull3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/skull4.png | 3 ++ Assets/Epic Toon FX/Textures/skull4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/skull5.png | 3 ++ Assets/Epic Toon FX/Textures/skull5.png.meta | 3 ++ Assets/Epic Toon FX/Textures/skull_evil.png | 3 ++ .../Epic Toon FX/Textures/skull_evil.png.meta | 3 ++ Assets/Epic Toon FX/Textures/skull_love.png | 3 ++ .../Epic Toon FX/Textures/skull_love.png.meta | 3 ++ Assets/Epic Toon FX/Textures/slash01.png | 3 ++ Assets/Epic Toon FX/Textures/slash01.png.meta | 3 ++ Assets/Epic Toon FX/Textures/slash02.png | 3 ++ Assets/Epic Toon FX/Textures/slash02.png.meta | 3 ++ Assets/Epic Toon FX/Textures/slash03.png | 3 ++ Assets/Epic Toon FX/Textures/slash03.png.meta | 3 ++ .../Epic Toon FX/Textures/slash_circle01.png | 3 ++ .../Textures/slash_circle01.png.meta | 3 ++ .../Textures/slash_circle01_soft.png | 3 ++ .../Textures/slash_circle01_soft.png.meta | 3 ++ .../Epic Toon FX/Textures/slash_circle02.png | 3 ++ .../Textures/slash_circle02.png.meta | 3 ++ Assets/Epic Toon FX/Textures/slash_sharp.png | 3 ++ .../Textures/slash_sharp.png.meta | 3 ++ Assets/Epic Toon FX/Textures/slash_soft.png | 3 ++ .../Epic Toon FX/Textures/slash_soft.png.meta | 3 ++ Assets/Epic Toon FX/Textures/snow.png | 3 ++ Assets/Epic Toon FX/Textures/snow.png.meta | 3 ++ Assets/Epic Toon FX/Textures/snow_2x2.png | 3 ++ .../Epic Toon FX/Textures/snow_2x2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/snowflake.png | 3 ++ .../Epic Toon FX/Textures/snowflake.png.meta | 3 ++ Assets/Epic Toon FX/Textures/snowflake2.png | 3 ++ .../Epic Toon FX/Textures/snowflake2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/sparkle.png | 3 ++ Assets/Epic Toon FX/Textures/sparkle.png.meta | 3 ++ Assets/Epic Toon FX/Textures/sparkle2.png | 3 ++ .../Epic Toon FX/Textures/sparkle2.png.meta | 3 ++ Assets/Epic Toon FX/Textures/sparkle3.png | 3 ++ .../Epic Toon FX/Textures/sparkle3.png.meta | 3 ++ .../Epic Toon FX/Textures/sparkle_round.png | 3 ++ .../Textures/sparkle_round.png.meta | 3 ++ .../Textures/splat00_flat_3x3.png | 3 ++ .../Textures/splat00_flat_3x3.png.meta | 3 ++ .../Textures/splat00_trsp_3x3.png | 3 ++ .../Textures/splat00_trsp_3x3.png.meta | 3 ++ .../Textures/splat01_flat_3x3.png | 3 ++ .../Textures/splat01_flat_3x3.png.meta | 3 ++ .../Textures/splat01_shaded_3x3.png | 3 ++ .../Textures/splat01_shaded_3x3.png.meta | 3 ++ .../Textures/splat01_trsp_3x3.png | 3 ++ .../Textures/splat01_trsp_3x3.png.meta | 3 ++ .../Textures/splat02_flat_3x3.png | 3 ++ .../Textures/splat02_flat_3x3.png.meta | 3 ++ .../Textures/splat02_shaded_3x3.png | 3 ++ .../Textures/splat02_shaded_3x3.png.meta | 3 ++ .../Textures/splat02_trsp_3x3.png | 3 ++ .../Textures/splat02_trsp_3x3.png.meta | 3 ++ .../Textures/splat03_flat_3x3.png | 3 ++ .../Textures/splat03_flat_3x3.png.meta | 3 ++ .../Textures/splat03_shaded_3x3.png | 3 ++ .../Textures/splat03_shaded_3x3.png.meta | 3 ++ .../Textures/splat03_trsp_4x4.png | 3 ++ .../Textures/splat03_trsp_4x4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/star.png | 3 ++ Assets/Epic Toon FX/Textures/star.png.meta | 3 ++ Assets/Epic Toon FX/Textures/star_4x4.png | 3 ++ .../Epic Toon FX/Textures/star_4x4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/star_outline.png | 3 ++ .../Textures/star_outline.png.meta | 3 ++ .../Epic Toon FX/Textures/star_outlined.png | 3 ++ .../Textures/star_outlined.png.meta | 3 ++ .../Textures/star_outlined_colored.png | 3 ++ .../Textures/star_outlined_colored.png.meta | 3 ++ .../Epic Toon FX/Textures/star_soft_4x4.png | 3 ++ .../Textures/star_soft_4x4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/talkbubble.png | 3 ++ .../Epic Toon FX/Textures/talkbubble.png.meta | 3 ++ .../Epic Toon FX/Textures/talkbubble_4x4.png | 3 ++ .../Textures/talkbubble_4x4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/text_ah_zz.png | 3 ++ .../Epic Toon FX/Textures/text_ah_zz.png.meta | 3 ++ Assets/Epic Toon FX/Textures/text_haha.png | 3 ++ .../Epic Toon FX/Textures/text_haha.png.meta | 3 ++ Assets/Epic Toon FX/Textures/triangle.png | 3 ++ .../Epic Toon FX/Textures/triangle.png.meta | 3 ++ .../Epic Toon FX/Textures/triangle_curve.png | 3 ++ .../Textures/triangle_curve.png.meta | 3 ++ .../Epic Toon FX/Textures/triangle_soft.png | 3 ++ .../Textures/triangle_soft.png.meta | 3 ++ Assets/Epic Toon FX/Textures/water_3x3.png | 3 ++ .../Epic Toon FX/Textures/water_3x3.png.meta | 3 ++ .../Epic Toon FX/Textures/water_soft_3x3.png | 3 ++ .../Textures/water_soft_3x3.png.meta | 3 ++ .../Epic Toon FX/Textures/water_trsp_3x3.png | 3 ++ .../Textures/water_trsp_3x3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/wave.png | 3 ++ Assets/Epic Toon FX/Textures/wave.png.meta | 3 ++ Assets/Epic Toon FX/Textures/wave3.png | 3 ++ Assets/Epic Toon FX/Textures/wave3.png.meta | 3 ++ Assets/Epic Toon FX/Textures/wave4.png | 3 ++ Assets/Epic Toon FX/Textures/wave4.png.meta | 3 ++ Assets/Epic Toon FX/Textures/wave_soft.png | 3 ++ .../Epic Toon FX/Textures/wave_soft.png.meta | 3 ++ Assets/Epic Toon FX/Upgrade.meta | 3 ++ .../Upgrade/URP Compatibility.txt | 3 ++ Assets/Gizmos.meta | 3 ++ Assets/Gizmos/Behavior Designer Hier Icon.png | 3 ++ .../Behavior Designer Hier Icon.png.meta | 3 ++ .../Gizmos/Behavior Designer Scene Icon.png | 3 ++ .../Behavior Designer Scene Icon.png.meta | 3 ++ Assets/Gizmos/DialogueDatabase Icon.png | 3 ++ Assets/Gizmos/DialogueDatabase Icon.png.meta | 3 ++ Assets/Gizmos/StringAsset Icon.png | 3 ++ Assets/Gizmos/StringAsset Icon.png.meta | 3 ++ Assets/Gizmos/TextTable Icon.png | 3 ++ Assets/Gizmos/TextTable Icon.png.meta | 3 ++ Assets/HotReload.meta | 3 ++ Assets/HotReload/Resources.meta | 3 ++ .../Resources/HotReloadSettingsObject.asset | 3 ++ .../HotReloadSettingsObject.asset.meta | 3 ++ Assets/Layer Lab.meta | 3 ++ Assets/Layer Lab/GUI Pro-CasualGame.meta | 3 ++ .../GUI Pro-CasualGame/+README+.meta | 3 ++ .../+README+/LayerLab_UserAssetGuide.txt | 3 ++ .../+README+/LayerLab_UserAssetGuide.txt.meta | 3 ++ .../GUI Pro-CasualGame/Extensions.meta | 3 ++ .../Extensions/UIParticle.meta | 3 ++ .../Extensions/UIParticle/UIParticleSystem.cs | 3 ++ .../UIParticle/UIParticleSystem.cs.meta | 3 ++ .../UIParticle/hidden particle.shader | 3 ++ .../UIParticle/hidden particle.shader.meta | 3 ++ .../Layer Lab/GUI Pro-CasualGame/Prefabs.meta | 3 ++ .../Prefabs/Prefabs_Component_Buttons.meta | 3 ++ .../Button01_145_BtnText_Blue.prefab | 3 ++ .../Button01_145_BtnText_Blue.prefab.meta | 3 ++ .../Button01_145_BtnText_BlueGray.prefab | 3 ++ .../Button01_145_BtnText_BlueGray.prefab.meta | 3 ++ .../Button01_145_BtnText_Gray.prefab | 3 ++ .../Button01_145_BtnText_Gray.prefab.meta | 3 ++ .../Button01_145_BtnText_Green.prefab | 3 ++ .../Button01_145_BtnText_Green.prefab.meta | 3 ++ .../Button01_145_BtnText_Orange.prefab | 3 ++ .../Button01_145_BtnText_Orange.prefab.meta | 3 ++ .../Button01_145_BtnText_Purple.prefab | 3 ++ .../Button01_145_BtnText_Purple.prefab.meta | 3 ++ .../Button01_145_BtnText_Red.prefab | 3 ++ .../Button01_145_BtnText_Red.prefab.meta | 3 ++ .../Button01_145_BtnText_Sky.prefab | 3 ++ .../Button01_145_BtnText_Sky.prefab.meta | 3 ++ .../Button01_145_BtnText_White.prefab | 3 ++ .../Button01_145_BtnText_White.prefab.meta | 3 ++ .../Button01_145_BtnText_Yellow.prefab | 3 ++ .../Button01_145_BtnText_Yellow.prefab.meta | 3 ++ .../Button01_175_BtnText_Blue.prefab | 3 ++ .../Button01_175_BtnText_Blue.prefab.meta | 3 ++ .../Button01_175_BtnText_BlueGray.prefab | 3 ++ .../Button01_175_BtnText_BlueGray.prefab.meta | 3 ++ .../Button01_175_BtnText_Gray.prefab | 3 ++ .../Button01_175_BtnText_Gray.prefab.meta | 3 ++ .../Button01_175_BtnText_Green.prefab | 3 ++ .../Button01_175_BtnText_Green.prefab.meta | 3 ++ .../Button01_175_BtnText_Orange.prefab | 3 ++ .../Button01_175_BtnText_Orange.prefab.meta | 3 ++ .../Button01_175_BtnText_Purple.prefab | 3 ++ .../Button01_175_BtnText_Purple.prefab.meta | 3 ++ .../Button01_175_BtnText_Red.prefab | 3 ++ .../Button01_175_BtnText_Red.prefab.meta | 3 ++ .../Button01_175_BtnText_Sky.prefab | 3 ++ .../Button01_175_BtnText_Sky.prefab.meta | 3 ++ .../Button01_175_BtnText_White.prefab | 3 ++ .../Button01_175_BtnText_White.prefab.meta | 3 ++ .../Button01_175_BtnText_Yellow.prefab | 3 ++ .../Button01_175_BtnText_Yellow.prefab.meta | 3 ++ .../Button01_195_BtnText_Blue.prefab | 3 ++ .../Button01_195_BtnText_Blue.prefab.meta | 3 ++ .../Button01_195_BtnText_BlueGray.prefab | 3 ++ .../Button01_195_BtnText_BlueGray.prefab.meta | 3 ++ .../Button01_195_BtnText_Gray.prefab | 3 ++ .../Button01_195_BtnText_Gray.prefab.meta | 3 ++ .../Button01_195_BtnText_Green.prefab | 3 ++ .../Button01_195_BtnText_Green.prefab.meta | 3 ++ .../Button01_195_BtnText_Orange.prefab | 3 ++ .../Button01_195_BtnText_Orange.prefab.meta | 3 ++ .../Button01_195_BtnText_Purple.prefab | 3 ++ .../Button01_195_BtnText_Purple.prefab.meta | 3 ++ .../Button01_195_BtnText_Red.prefab | 3 ++ .../Button01_195_BtnText_Red.prefab.meta | 3 ++ .../Button01_195_BtnText_Sky.prefab | 3 ++ .../Button01_195_BtnText_Sky.prefab.meta | 3 ++ .../Button01_195_BtnText_White.prefab | 3 ++ .../Button01_195_BtnText_White.prefab.meta | 3 ++ .../Button01_195_BtnText_Yellow.prefab | 3 ++ .../Button01_195_BtnText_Yellow.prefab.meta | 3 ++ .../Button01_225_BtnText_Blue.prefab | 3 ++ .../Button01_225_BtnText_Blue.prefab.meta | 3 ++ .../Button01_225_BtnText_BlueGray.prefab | 3 ++ .../Button01_225_BtnText_BlueGray.prefab.meta | 3 ++ .../Button01_225_BtnText_Gray.prefab | 3 ++ .../Button01_225_BtnText_Gray.prefab.meta | 3 ++ .../Button01_225_BtnText_Green.prefab | 3 ++ .../Button01_225_BtnText_Green.prefab.meta | 3 ++ .../Button01_225_BtnText_Orange.prefab | 3 ++ .../Button01_225_BtnText_Orange.prefab.meta | 3 ++ .../Button01_225_BtnText_Purple.prefab | 3 ++ .../Button01_225_BtnText_Purple.prefab.meta | 3 ++ .../Button01_225_BtnText_Red.prefab | 3 ++ .../Button01_225_BtnText_Red.prefab.meta | 3 ++ .../Button01_225_BtnText_Sky.prefab | 3 ++ .../Button01_225_BtnText_Sky.prefab.meta | 3 ++ .../Button01_225_BtnText_White.prefab | 3 ++ .../Button01_225_BtnText_White.prefab.meta | 3 ++ .../Button01_225_BtnText_Yellow.prefab | 3 ++ .../Button01_225_BtnText_Yellow.prefab.meta | 3 ++ .../Button02_BtnIconText_Blue.prefab | 3 ++ .../Button02_BtnIconText_Blue.prefab.meta | 3 ++ .../Button02_BtnIconText_Yellow.prefab | 3 ++ .../Button02_BtnIconText_Yellow.prefab.meta | 3 ++ .../Button03_BtnIconText_Blue.prefab | 3 ++ .../Button03_BtnIconText_Blue.prefab.meta | 3 ++ .../Button03_BtnIconText_Purple.prefab | 3 ++ .../Button03_BtnIconText_Purple.prefab.meta | 3 ++ .../Button03_BtnIconText_White.prefab | 3 ++ .../Button03_BtnIconText_White.prefab.meta | 3 ++ .../Button_Circle128_Dark.prefab | 3 ++ .../Button_Circle128_Dark.prefab.meta | 3 ++ .../Button_Circle128_White.prefab | 3 ++ .../Button_Circle128_White.prefab.meta | 3 ++ .../Button_Circle147_Gray.prefab | 3 ++ .../Button_Circle147_Gray.prefab.meta | 3 ++ .../Button_Circle147_Navy.prefab | 3 ++ .../Button_Circle147_Navy.prefab.meta | 3 ++ .../Button_Circle147_White.prefab | 3 ++ .../Button_Circle147_White.prefab.meta | 3 ++ .../Button_FlushLeft_Gray.prefab | 3 ++ .../Button_FlushLeft_Gray.prefab.meta | 3 ++ .../Button_FlushLeft_White.prefab | 3 ++ .../Button_FlushLeft_White.prefab.meta | 3 ++ .../Button_FlushRight_Gray.prefab | 3 ++ .../Button_FlushRight_Gray.prefab.meta | 3 ++ .../Button_FlushRight_White.prefab | 3 ++ .../Button_FlushRight_White.prefab.meta | 3 ++ .../Button_Hexagon199_Blue.prefab | 3 ++ .../Button_Hexagon199_Blue.prefab.meta | 3 ++ .../Button_Hexagon199_Red.prefab | 3 ++ .../Button_Hexagon199_Red.prefab.meta | 3 ++ .../Button_Hexagon199_White.prefab | 3 ++ .../Button_Hexagon199_White.prefab.meta | 3 ++ .../Button_Square01_Sky.prefab | 3 ++ .../Button_Square01_Sky.prefab.meta | 3 ++ .../Button_Square01_White.prefab | 3 ++ .../Button_Square01_White.prefab.meta | 3 ++ .../Button_Square02_Gray.prefab | 3 ++ .../Button_Square02_Gray.prefab.meta | 3 ++ .../Button_Square02_White.prefab | 3 ++ .../Button_Square02_White.prefab.meta | 3 ++ .../Button_Square03_Navy.prefab | 3 ++ .../Button_Square03_Navy.prefab.meta | 3 ++ .../Button_Square03_White.prefab | 3 ++ .../Button_Square03_White.prefab.meta | 3 ++ .../Button_Square04_Dark.prefab | 3 ++ .../Button_Square04_Dark.prefab.meta | 3 ++ .../Button_Square04_White.prefab | 3 ++ .../Button_Square04_White.prefab.meta | 3 ++ .../Button_Square05_Blue.prefab | 3 ++ .../Button_Square05_Blue.prefab.meta | 3 ++ .../Button_Square06_Navy.prefab | 3 ++ .../Button_Square06_Navy.prefab.meta | 3 ++ .../Button_Square06_White.prefab | 3 ++ .../Button_Square06_White.prefab.meta | 3 ++ .../Button_TaperedDown.prefab | 3 ++ .../Button_TaperedDown.prefab.meta | 3 ++ .../Button_TaperedLeft.prefab | 3 ++ .../Button_TaperedLeft.prefab.meta | 3 ++ .../Menu_TabMenu.prefab | 3 ++ .../Menu_TabMenu.prefab.meta | 3 ++ .../_PrefabsPanel_Buttons.prefab | 3 ++ .../_PrefabsPanel_Buttons.prefab.meta | 3 ++ .../Prefabs/Prefabs_Component_Frames.meta | 3 ++ .../BannerFrame01_Navy.prefab | 3 ++ .../BannerFrame01_Navy.prefab.meta | 3 ++ .../BannerFrame01_White.prefab | 3 ++ .../BannerFrame01_White.prefab.meta | 3 ++ .../BannerFrame02_Navy.prefab | 3 ++ .../BannerFrame02_Navy.prefab.meta | 3 ++ .../BannerFrame02_White.prefab | 3 ++ .../BannerFrame02_White.prefab.meta | 3 ++ .../BannerFrame03_Navy.prefab | 3 ++ .../BannerFrame03_Navy.prefab.meta | 3 ++ .../BannerFrame03_White.prefab | 3 ++ .../BannerFrame03_White.prefab.meta | 3 ++ .../BasicFrame_Circle77_Dark.prefab | 3 ++ .../BasicFrame_Circle77_Dark.prefab.meta | 3 ++ .../BasicFrame_Circle77_White.prefab | 3 ++ .../BasicFrame_Circle77_White.prefab.meta | 3 ++ .../BasicFrame_Round12_Gradient_Navy.prefab | 3 ++ ...sicFrame_Round12_Gradient_Navy.prefab.meta | 3 ++ .../BasicFrame_Round12_Gradient_White.prefab | 3 ++ ...icFrame_Round12_Gradient_White.prefab.meta | 3 ++ .../BasicFrame_Round12_Navy.prefab | 3 ++ .../BasicFrame_Round12_Navy.prefab.meta | 3 ++ .../BasicFrame_Round12_White.prefab | 3 ++ .../BasicFrame_Round12_White.prefab.meta | 3 ++ ...sicFrame_Round20_Transparent_Navy_1.prefab | 3 ++ ...ame_Round20_Transparent_Navy_1.prefab.meta | 3 ++ ...sicFrame_Round20_Transparent_Navy_2.prefab | 3 ++ ...ame_Round20_Transparent_Navy_2.prefab.meta | 3 ++ ...asicFrame_Round20_Transparent_White.prefab | 3 ++ ...rame_Round20_Transparent_White.prefab.meta | 3 ++ .../BasicFrame_Square_Dark.prefab | 3 ++ .../BasicFrame_Square_Dark.prefab.meta | 3 ++ .../BasicFrame_Square_White.prefab | 3 ++ .../BasicFrame_Square_White.prefab.meta | 3 ++ .../BorderFrame_Circle81_Navy.prefab | 3 ++ .../BorderFrame_Circle81_Navy.prefab.meta | 3 ++ .../BorderFrame_Circle81_White.prefab | 3 ++ .../BorderFrame_Circle81_White.prefab.meta | 3 ++ .../BorderFrame_Round01_Blue.prefab | 3 ++ .../BorderFrame_Round01_Blue.prefab.meta | 3 ++ .../BorderFrame_Round01_Sky.prefab | 3 ++ .../BorderFrame_Round01_Sky.prefab.meta | 3 ++ .../BorderFrame_Round01_White.prefab | 3 ++ .../BorderFrame_Round01_White.prefab.meta | 3 ++ .../BorderFrame_Round02_Blue.prefab | 3 ++ .../BorderFrame_Round02_Blue.prefab.meta | 3 ++ .../BorderFrame_Round02_White.prefab | 3 ++ .../BorderFrame_Round02_White.prefab.meta | 3 ++ .../BorderFrame_Round03_Navy.prefab | 3 ++ .../BorderFrame_Round03_Navy.prefab.meta | 3 ++ .../BorderFrame_Round03_White.prefab | 3 ++ .../BorderFrame_Round03_White.prefab.meta | 3 ++ ...derFrame_Round04_Transparent_Purple.prefab | 3 ++ ...ame_Round04_Transparent_Purple.prefab.meta | 3 ++ ...rderFrame_Round04_Transparent_White.prefab | 3 ++ ...rame_Round04_Transparent_White.prefab.meta | 3 ++ .../BorderFrame_Round05_Gradient.prefab | 3 ++ .../BorderFrame_Round05_Gradient.prefab.meta | 3 ++ .../BorderFrame_Square01_Blue.prefab | 3 ++ .../BorderFrame_Square01_Blue.prefab.meta | 3 ++ .../BorderFrame_Square01_White.prefab | 3 ++ .../BorderFrame_Square01_White.prefab.meta | 3 ++ .../BubbleFrame01_Single_OffWhite.prefab | 3 ++ .../BubbleFrame01_Single_OffWhite.prefab.meta | 3 ++ .../BubbleFrame01_White.prefab | 3 ++ .../BubbleFrame01_White.prefab.meta | 3 ++ .../BubbleFrame02_Left-Group.prefab | 3 ++ .../BubbleFrame02_Left-Group.prefab.meta | 3 ++ .../BubbleFrame02_Right-Group.prefab | 3 ++ .../BubbleFrame02_Right-Group.prefab.meta | 3 ++ .../CardFrame01-Group.prefab | 3 ++ .../CardFrame01-Group.prefab.meta | 3 ++ .../CardFrame02-Group.prefab | 3 ++ .../CardFrame02-Group.prefab.meta | 3 ++ .../CardFrame03-Group.prefab | 3 ++ .../CardFrame03-Group.prefab.meta | 3 ++ .../CardFrame04-Group.prefab | 3 ++ .../CardFrame04-Group.prefab.meta | 3 ++ .../CardFrame05-Group.prefab | 3 ++ .../CardFrame05-Group.prefab.meta | 3 ++ .../CardFrame06-Group.prefab | 3 ++ .../CardFrame06-Group.prefab.meta | 3 ++ .../CardFrame07-Group.prefab | 3 ++ .../CardFrame07-Group.prefab.meta | 3 ++ .../CardFrame08-Group.prefab | 3 ++ .../CardFrame08-Group.prefab.meta | 3 ++ .../Frame_FlushDown.prefab | 3 ++ .../Frame_FlushDown.prefab.meta | 3 ++ .../Frame_FlushLeft.prefab | 3 ++ .../Frame_FlushLeft.prefab.meta | 3 ++ .../Frame_FlushUp.prefab | 3 ++ .../Frame_FlushUp.prefab.meta | 3 ++ .../ItemFrame01-Group.prefab | 3 ++ .../ItemFrame01-Group.prefab.meta | 3 ++ .../ItemFrame02-Group.prefab | 3 ++ .../ItemFrame02-Group.prefab.meta | 3 ++ .../ItemFrame03-Group.prefab | 3 ++ .../ItemFrame03-Group.prefab.meta | 3 ++ .../ItemFrame04-Group.prefab | 3 ++ .../ItemFrame04-Group.prefab.meta | 3 ++ .../ItemFrame05-Group.prefab | 3 ++ .../ItemFrame05-Group.prefab.meta | 3 ++ .../ItemFrame06-Group.prefab | 3 ++ .../ItemFrame06-Group.prefab.meta | 3 ++ .../ItemFrame07-Group.prefab | 3 ++ .../ItemFrame07-Group.prefab.meta | 3 ++ .../ListFrame01-Group.prefab | 3 ++ .../ListFrame01-Group.prefab.meta | 3 ++ .../ListFrame02-Group.prefab | 3 ++ .../ListFrame02-Group.prefab.meta | 3 ++ .../ListFrame03-Group.prefab | 3 ++ .../ListFrame03-Group.prefab.meta | 3 ++ .../ListFrame04-Group.prefab | 3 ++ .../ListFrame04-Group.prefab.meta | 3 ++ .../PanelFrame01_Round_Navy.prefab | 3 ++ .../PanelFrame01_Round_Navy.prefab.meta | 3 ++ .../PanelFrame01_Round_White.prefab | 3 ++ .../PanelFrame01_Round_White.prefab.meta | 3 ++ .../PanelFrame02_Round_Navy.prefab | 3 ++ .../PanelFrame02_Round_Navy.prefab.meta | 3 ++ .../PanelFrame02_Round_White.prefab | 3 ++ .../PanelFrame02_Round_White.prefab.meta | 3 ++ .../PanelFrame03_Topbar_Navy.prefab | 3 ++ .../PanelFrame03_Topbar_Navy.prefab.meta | 3 ++ .../PanelFrame03_Topbar_White.prefab | 3 ++ .../PanelFrame03_Topbar_White.prefab.meta | 3 ++ ...elFrame04_TopbarDivided_Single_Navy.prefab | 3 ++ ...me04_TopbarDivided_Single_Navy.prefab.meta | 3 ++ .../PanelFrame04_TopbarDivided_White.prefab | 3 ++ ...nelFrame04_TopbarDivided_White.prefab.meta | 3 ++ .../PanelFrame05_Bottom_Navy.prefab | 3 ++ .../PanelFrame05_Bottom_Navy.prefab.meta | 3 ++ .../PanelFrame05_Bottom_White.prefab | 3 ++ .../PanelFrame05_Bottom_White.prefab.meta | 3 ++ .../PanelFrame06_Bottom_Navy.prefab | 3 ++ .../PanelFrame06_Bottom_Navy.prefab.meta | 3 ++ .../PanelFrame06_Bottom_White.prefab | 3 ++ .../PanelFrame06_Bottom_White.prefab.meta | 3 ++ .../ProfileFrame01_Blue.prefab | 3 ++ .../ProfileFrame01_Blue.prefab.meta | 3 ++ .../ProfileFrame01_White.prefab | 3 ++ .../ProfileFrame01_White.prefab.meta | 3 ++ .../SkillFrame01-Group.prefab | 3 ++ .../SkillFrame01-Group.prefab.meta | 3 ++ .../SkillFrame02-Group.prefab | 3 ++ .../SkillFrame02-Group.prefab.meta | 3 ++ .../StageFrame-Group.prefab | 3 ++ .../StageFrame-Group.prefab.meta | 3 ++ .../_PrefabsPanel_Frames.prefab | 3 ++ .../_PrefabsPanel_Frames.prefab.meta | 3 ++ .../Prefabs/Prefabs_Component_Labels.meta | 3 ++ .../Label_Bubble01_Navy.prefab | 3 ++ .../Label_Bubble01_Navy.prefab.meta | 3 ++ .../Label_Bubble01_White.prefab | 3 ++ .../Label_Bubble01_White.prefab.meta | 3 ++ .../Label_Bubble02_Single_Yellow.prefab | 3 ++ .../Label_Bubble02_Single_Yellow.prefab.meta | 3 ++ .../Label_Bubble02_White.prefab | 3 ++ .../Label_Bubble02_White.prefab.meta | 3 ++ .../Label_Ribbon_Single_Orange.prefab | 3 ++ .../Label_Ribbon_Single_Orange.prefab.meta | 3 ++ .../Label_Ribbon_White.prefab | 3 ++ .../Label_Ribbon_White.prefab.meta | 3 ++ .../Label_Round01_Black.prefab | 3 ++ .../Label_Round01_Black.prefab.meta | 3 ++ .../Label_Round01_White.prefab | 3 ++ .../Label_Round01_White.prefab.meta | 3 ++ .../Label_Round02_Green.prefab | 3 ++ .../Label_Round02_Green.prefab.meta | 3 ++ .../Label_Round02_White.prefab | 3 ++ .../Label_Round02_White.prefab.meta | 3 ++ .../Label_Tapered_Black.prefab | 3 ++ .../Label_Tapered_Black.prefab.meta | 3 ++ .../Label_Tapered_White.prefab | 3 ++ .../Label_Tapered_White.prefab.meta | 3 ++ .../Label_Trapezoid-Group.prefab | 3 ++ .../Label_Trapezoid-Group.prefab.meta | 3 ++ .../Title_Flag01-Group.prefab | 3 ++ .../Title_Flag01-Group.prefab.meta | 3 ++ .../Title_Flag01_Blue.prefab | 3 ++ .../Title_Flag01_Blue.prefab.meta | 3 ++ .../Title_Flag01_Green.prefab | 3 ++ .../Title_Flag01_Green.prefab.meta | 3 ++ .../Title_Flag01_Orange.prefab | 3 ++ .../Title_Flag01_Orange.prefab.meta | 3 ++ .../Title_Flag01_Purple.prefab | 3 ++ .../Title_Flag01_Purple.prefab.meta | 3 ++ .../Title_Flag01_Red.prefab | 3 ++ .../Title_Flag01_Red.prefab.meta | 3 ++ .../Title_Flag02-Group.prefab | 3 ++ .../Title_Flag02-Group.prefab.meta | 3 ++ .../Title_Flag02_Blue.prefab | 3 ++ .../Title_Flag02_Blue.prefab.meta | 3 ++ .../Title_Flag02_Green.prefab | 3 ++ .../Title_Flag02_Green.prefab.meta | 3 ++ .../Title_Flag02_Orange.prefab | 3 ++ .../Title_Flag02_Orange.prefab.meta | 3 ++ .../Title_Flag02_Purple.prefab | 3 ++ .../Title_Flag02_Purple.prefab.meta | 3 ++ .../Title_Flag02_Red.prefab | 3 ++ .../Title_Flag02_Red.prefab.meta | 3 ++ ...Title_Line_Divider_TransparentWhite.prefab | 3 ++ ..._Line_Divider_TransparentWhite.prefab.meta | 3 ++ .../Title_Line_Divider_White.prefab | 3 ++ .../Title_Line_Divider_White.prefab.meta | 3 ++ .../Title_Oval_Blue.prefab | 3 ++ .../Title_Oval_Blue.prefab.meta | 3 ++ .../Title_Oval_White.prefab | 3 ++ .../Title_Oval_White.prefab.meta | 3 ++ .../Title_Ribbon-Group-.prefab | 3 ++ .../Title_Ribbon-Group-.prefab.meta | 3 ++ .../Title_Ribbon_Blue.prefab | 3 ++ .../Title_Ribbon_Blue.prefab.meta | 3 ++ .../Title_Ribbon_Green.prefab | 3 ++ .../Title_Ribbon_Green.prefab.meta | 3 ++ .../Title_Ribbon_Orange.prefab | 3 ++ .../Title_Ribbon_Orange.prefab.meta | 3 ++ .../Title_Ribbon_Yellow.prefab | 3 ++ .../Title_Ribbon_Yellow.prefab.meta | 3 ++ .../_PrefabsPanel_Labels.prefab | 3 ++ .../_PrefabsPanel_Labels.prefab.meta | 3 ++ .../Prefabs/Prefabs_Component_Popups.meta | 3 ++ .../Popup01_Single_Navy.prefab | 3 ++ .../Popup01_Single_Navy.prefab.meta | 3 ++ .../Popup01_Single_Purple.prefab | 3 ++ .../Popup01_Single_Purple.prefab.meta | 3 ++ .../Popup01_White.prefab | 3 ++ .../Popup01_White.prefab.meta | 3 ++ .../Popup02_Divided_Single_Navy.prefab | 3 ++ .../Popup02_Divided_Single_Navy.prefab.meta | 3 ++ .../Popup02_Divided_White.prefab | 3 ++ .../Popup02_Divided_White.prefab.meta | 3 ++ .../Popup03_Divided_Single_Navy.prefab | 3 ++ .../Popup03_Divided_Single_Navy.prefab.meta | 3 ++ .../Popup03_Divided_White.prefab | 3 ++ .../Popup03_Divided_White.prefab.meta | 3 ++ .../Popup_FullWidth01_Navy.prefab | 3 ++ .../Popup_FullWidth01_Navy.prefab.meta | 3 ++ .../Popup_FullWidth01_White.prefab | 3 ++ .../Popup_FullWidth01_White.prefab.meta | 3 ++ .../Popup_FullWidth02_TransparentDark.prefab | 3 ++ ...up_FullWidth02_TransparentDark.prefab.meta | 3 ++ .../Popup_FullWidth02_TransparentWhite.prefab | 3 ++ ...p_FullWidth02_TransparentWhite.prefab.meta | 3 ++ .../Popup_FullWidth03_Single_Navy.prefab | 3 ++ .../Popup_FullWidth03_Single_Navy.prefab.meta | 3 ++ .../Popup_FullWidth03_White.prefab | 3 ++ .../Popup_FullWidth03_White.prefab.meta | 3 ++ .../Popup_Slide01_Navy.prefab | 3 ++ .../Popup_Slide01_Navy.prefab.meta | 3 ++ .../Popup_Slide01_White.prefab | 3 ++ .../Popup_Slide01_White.prefab.meta | 3 ++ .../Popup_Slide02_Dark.prefab | 3 ++ .../Popup_Slide02_Dark.prefab.meta | 3 ++ .../Popup_Slide02_White.prefab | 3 ++ .../Popup_Slide02_White.prefab.meta | 3 ++ .../ToastMessage_Topbar_Single_Purple.prefab | 3 ++ ...stMessage_Topbar_Single_Purple.prefab.meta | 3 ++ .../ToastMessage_Topbar_White.prefab | 3 ++ .../ToastMessage_Topbar_White.prefab.meta | 3 ++ .../_PrefabsPanel_Popups.prefab | 3 ++ .../_PrefabsPanel_Popups.prefab.meta | 3 ++ .../Prefabs/Prefabs_Component_Sliders.meta | 3 ++ .../Slider_Basic01_DemoBlue.prefab | 3 ++ .../Slider_Basic01_DemoBlue.prefab.meta | 3 ++ .../Slider_Basic01_White.prefab | 3 ++ .../Slider_Basic01_White.prefab.meta | 3 ++ .../Slider_Basic02_DemoYellow.prefab | 3 ++ .../Slider_Basic02_DemoYellow.prefab.meta | 3 ++ .../Slider_Basic02_White.prefab | 3 ++ .../Slider_Basic02_White.prefab.meta | 3 ++ .../Slider_Basic03_DemoYellow.prefab | 3 ++ .../Slider_Basic03_DemoYellow.prefab.meta | 3 ++ .../Slider_Basic03_White.prefab | 3 ++ .../Slider_Basic03_White.prefab.meta | 3 ++ .../Slider_Basic04_Green.prefab | 3 ++ .../Slider_Basic04_Green.prefab.meta | 3 ++ .../Slider_Basic04_Red.prefab | 3 ++ .../Slider_Basic04_Red.prefab.meta | 3 ++ .../Slider_Basic04_White.prefab | 3 ++ .../Slider_Basic04_White.prefab.meta | 3 ++ .../Slider_BasicTrapezoid01_Blue.prefab | 3 ++ .../Slider_BasicTrapezoid01_Blue.prefab.meta | 3 ++ .../Slider_BasicTrapezoid01_Red.prefab | 3 ++ .../Slider_BasicTrapezoid01_Red.prefab.meta | 3 ++ .../Slider_BasicTrapezoid01_White.prefab | 3 ++ .../Slider_BasicTrapezoid01_White.prefab.meta | 3 ++ .../Slider_BasicTrapezoid02_Blue.prefab | 3 ++ .../Slider_BasicTrapezoid02_Blue.prefab.meta | 3 ++ .../Slider_BasicTrapezoid02_Red.prefab | 3 ++ .../Slider_BasicTrapezoid02_Red.prefab.meta | 3 ++ .../Slider_BasicTrapezoid02_White.prefab | 3 ++ .../Slider_BasicTrapezoid02_White.prefab.meta | 3 ++ .../Slider_BasicTriple_Demo.prefab | 3 ++ .../Slider_BasicTriple_Demo.prefab.meta | 3 ++ .../Slider_BasicTriple_White.prefab | 3 ++ .../Slider_BasicTriple_White.prefab.meta | 3 ++ .../Slider_Fusion_Demo.prefab | 3 ++ .../Slider_Fusion_Demo.prefab.meta | 3 ++ .../Slider_Handle_White.prefab | 3 ++ .../Slider_Handle_White.prefab.meta | 3 ++ .../Slider_Handle_Yellow.prefab | 3 ++ .../Slider_Handle_Yellow.prefab.meta | 3 ++ .../Slider_Icon01_White.prefab | 3 ++ .../Slider_Icon01_White.prefab.meta | 3 ++ .../Slider_Icon01_Yellow.prefab | 3 ++ .../Slider_Icon01_Yellow.prefab.meta | 3 ++ .../Slider_Icon02_White.prefab | 3 ++ .../Slider_Icon02_White.prefab.meta | 3 ++ .../Slider_Icon02_Yellow.prefab | 3 ++ .../Slider_Icon02_Yellow.prefab.meta | 3 ++ .../Slider_Icon03_OrangeYellow.prefab | 3 ++ .../Slider_Icon03_OrangeYellow.prefab.meta | 3 ++ .../Slider_Icon03_White.prefab | 3 ++ .../Slider_Icon03_White.prefab.meta | 3 ++ .../Slider_Icon04_Green-Group.prefab | 3 ++ .../Slider_Icon04_Green-Group.prefab.meta | 3 ++ .../Slider_Icon04_Red-Group.prefab | 3 ++ .../Slider_Icon04_Red-Group.prefab.meta | 3 ++ .../Slider_Icon05_White.prefab | 3 ++ .../Slider_Icon05_White.prefab.meta | 3 ++ .../Slider_Icon05_Yellow.prefab | 3 ++ .../Slider_Icon05_Yellow.prefab.meta | 3 ++ .../Slider_Level01_Blue.prefab | 3 ++ .../Slider_Level01_Blue.prefab.meta | 3 ++ .../Slider_Level01_Green.prefab | 3 ++ .../Slider_Level01_Green.prefab.meta | 3 ++ .../Slider_Level01_White.prefab | 3 ++ .../Slider_Level01_White.prefab.meta | 3 ++ .../Slider_Level01_Yellow.prefab | 3 ++ .../Slider_Level01_Yellow.prefab.meta | 3 ++ .../Slider_Level02_Blue.prefab | 3 ++ .../Slider_Level02_Blue.prefab.meta | 3 ++ .../Slider_Level02_White.prefab | 3 ++ .../Slider_Level02_White.prefab.meta | 3 ++ .../Slider_Level03_Blue.prefab | 3 ++ .../Slider_Level03_Blue.prefab.meta | 3 ++ .../Slider_Level03_White.prefab | 3 ++ .../Slider_Level03_White.prefab.meta | 3 ++ .../Slider_Level04_Purple.prefab | 3 ++ .../Slider_Level04_Purple.prefab.meta | 3 ++ .../Slider_StageHorizontal_Demo.prefab | 3 ++ .../Slider_StageHorizontal_Demo.prefab.meta | 3 ++ .../Slider_StageHorizontal_White.prefab | 3 ++ .../Slider_StageHorizontal_White.prefab.meta | 3 ++ .../Slider_Wave_Demo.prefab | 3 ++ .../Slider_Wave_Demo.prefab.meta | 3 ++ .../Slider_Wave_White.prefab | 3 ++ .../Slider_Wave_White.prefab.meta | 3 ++ .../_PrefabsPanel_Sliders.prefab | 3 ++ .../_PrefabsPanel_Sliders.prefab.meta | 3 ++ .../Prefabs/Prefabs_Component_UI_Etc.meta | 3 ++ .../Alert_Dot_Red.prefab | 3 ++ .../Alert_Dot_Red.prefab.meta | 3 ++ .../Alert_Dot_White.prefab | 3 ++ .../Alert_Dot_White.prefab.meta | 3 ++ .../Alert_Text_l_Green.prefab | 3 ++ .../Alert_Text_l_Green.prefab.meta | 3 ++ .../Alert_Text_l_Red.prefab | 3 ++ .../Alert_Text_l_Red.prefab.meta | 3 ++ .../Alert_Text_l_White.prefab | 3 ++ .../Alert_Text_l_White.prefab.meta | 3 ++ .../Alert_Text_s_Green.prefab | 3 ++ .../Alert_Text_s_Green.prefab.meta | 3 ++ .../Alert_Text_s_Red.prefab | 3 ++ .../Alert_Text_s_Red.prefab.meta | 3 ++ .../Alert_Text_s_White.prefab | 3 ++ .../Alert_Text_s_White.prefab.meta | 3 ++ .../InputField01-Group.prefab | 3 ++ .../InputField01-Group.prefab.meta | 3 ++ .../InputField02_Navy.prefab | 3 ++ .../InputField02_Navy.prefab.meta | 3 ++ .../InputField02_White.prefab | 3 ++ .../InputField02_White.prefab.meta | 3 ++ .../InputField03_Dark.prefab | 3 ++ .../InputField03_Dark.prefab.meta | 3 ++ .../InputField03_White.prefab | 3 ++ .../InputField03_White.prefab.meta | 3 ++ .../Loading_Rotate_Animation_Blue.prefab | 3 ++ .../Loading_Rotate_Animation_Blue.prefab.meta | 3 ++ .../Loading_Rotate_Animation_White.prefab | 3 ++ ...Loading_Rotate_Animation_White.prefab.meta | 3 ++ .../ResourceBar-Group_Demo.prefab | 3 ++ .../ResourceBar-Group_Demo.prefab.meta | 3 ++ .../ResourceBar-Group_White.prefab | 3 ++ .../ResourceBar-Group_White.prefab.meta | 3 ++ .../Swich_Single_Off.prefab | 3 ++ .../Swich_Single_Off.prefab.meta | 3 ++ .../Swich_Single_On.prefab | 3 ++ .../Swich_Single_On.prefab.meta | 3 ++ .../Swich_White.prefab | 3 ++ .../Swich_White.prefab.meta | 3 ++ .../Toggle01_Check_Green.prefab | 3 ++ .../Toggle01_Check_Green.prefab.meta | 3 ++ .../Toggle01_Check_Orange.prefab | 3 ++ .../Toggle01_Check_Orange.prefab.meta | 3 ++ .../Toggle01_Check_White.prefab | 3 ++ .../Toggle01_Check_White.prefab.meta | 3 ++ .../Toggle02_CheckBox_Orange.prefab | 3 ++ .../Toggle02_CheckBox_Orange.prefab.meta | 3 ++ .../Toggle02_CheckBox_White.prefab | 3 ++ .../Toggle02_CheckBox_White.prefab.meta | 3 ++ .../UserInfo01_Left.prefab | 3 ++ .../UserInfo01_Left.prefab.meta | 3 ++ .../UserInfo01_Left_White.prefab | 3 ++ .../UserInfo01_Left_White.prefab.meta | 3 ++ .../UserInfo02_Right.prefab | 3 ++ .../UserInfo02_Right.prefab.meta | 3 ++ .../UserInfo02_Right_White.prefab | 3 ++ .../UserInfo02_Right_White.prefab.meta | 3 ++ .../_PrefabsPanel_UI_Etc.prefab | 3 ++ .../_PrefabsPanel_UI_Etc.prefab.meta | 3 ++ .../Prefabs/Prefabs_DemoScene_Panels.meta | 3 ++ .../Prefabs_DemoScene_Panels/Ad_Remove.prefab | 3 ++ .../Ad_Remove.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Character.prefab | 3 ++ .../Character.prefab.meta | 3 ++ .../Character_List.prefab | 3 ++ .../Character_List.prefab.meta | 3 ++ .../Character_Select.prefab | 3 ++ .../Character_Select.prefab.meta | 3 ++ .../Character_SuperPassive.prefab | 3 ++ .../Character_SuperPassive.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Chat.prefab | 3 ++ .../Prefabs_DemoScene_Panels/Chat.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Clan.prefab | 3 ++ .../Prefabs_DemoScene_Panels/Clan.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Equipment.prefab | 3 ++ .../Equipment.prefab.meta | 3 ++ .../Equipment_Popup_AddSlot.prefab | 3 ++ .../Equipment_Popup_AddSlot.prefab.meta | 3 ++ .../Equipment_Popup_Detail1.prefab | 3 ++ .../Equipment_Popup_Detail1.prefab.meta | 3 ++ .../Equipment_Popup_Detail2.prefab | 3 ++ .../Equipment_Popup_Detail2.prefab.meta | 3 ++ .../ErrorNetwork.prefab | 3 ++ .../ErrorNetwork.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Inventory.prefab | 3 ++ .../Inventory.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/LevelUp.prefab | 3 ++ .../LevelUp.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Loading.prefab | 3 ++ .../Loading.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Lobby.prefab | 3 ++ .../Lobby.prefab.meta | 3 ++ .../LockScreen.prefab | 3 ++ .../LockScreen.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Missions.prefab | 3 ++ .../Missions.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Pass.prefab | 3 ++ .../Prefabs_DemoScene_Panels/Pass.prefab.meta | 3 ++ .../Play_BattleVS.prefab | 3 ++ .../Play_BattleVS.prefab.meta | 3 ++ .../Play_Continue.prefab | 3 ++ .../Play_Continue.prefab.meta | 3 ++ .../Play_Pause.prefab | 3 ++ .../Play_Pause.prefab.meta | 3 ++ .../Play_Result.prefab | 3 ++ .../Play_Result.prefab.meta | 3 ++ .../Play_Type1.prefab | 3 ++ .../Play_Type1.prefab.meta | 3 ++ .../Play_Type2.prefab | 3 ++ .../Play_Type2.prefab.meta | 3 ++ .../Play_TypeText.prefab | 3 ++ .../Play_TypeText.prefab.meta | 3 ++ .../Popup_ChangeName.prefab | 3 ++ .../Popup_ChangeName.prefab.meta | 3 ++ .../Popup_Checking.prefab | 3 ++ .../Popup_Checking.prefab.meta | 3 ++ .../Popup_EUALPrivacy.prefab | 3 ++ .../Popup_EUALPrivacy.prefab.meta | 3 ++ .../Popup_Inbox.prefab | 3 ++ .../Popup_Inbox.prefab.meta | 3 ++ .../Popup_Login.prefab | 3 ++ .../Popup_Login.prefab.meta | 3 ++ .../Popup_Name.prefab | 3 ++ .../Popup_Name.prefab.meta | 3 ++ .../Popup_Offline.prefab | 3 ++ .../Popup_Offline.prefab.meta | 3 ++ .../Popup_Pass.prefab | 3 ++ .../Popup_Pass.prefab.meta | 3 ++ .../Popup_RewardGet.prefab | 3 ++ .../Popup_RewardGet.prefab.meta | 3 ++ .../Popup_RewardMonth.prefab | 3 ++ .../Popup_RewardMonth.prefab.meta | 3 ++ .../Popup_RewardWeek.prefab | 3 ++ .../Popup_RewardWeek.prefab.meta | 3 ++ .../Popup_Setting.prefab | 3 ++ .../Popup_Setting.prefab.meta | 3 ++ .../Popup_Setting_Language.prefab | 3 ++ .../Popup_Setting_Language.prefab.meta | 3 ++ .../Popup_Signup.prefab | 3 ++ .../Popup_Signup.prefab.meta | 3 ++ .../Popup_Subscribe.prefab | 3 ++ .../Popup_Subscribe.prefab.meta | 3 ++ .../Popup_Update.prefab | 3 ++ .../Popup_Update.prefab.meta | 3 ++ .../Popup_UserInfo.prefab | 3 ++ .../Popup_UserInfo.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Ranking.prefab | 3 ++ .../Ranking.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Rate.prefab | 3 ++ .../Prefabs_DemoScene_Panels/Rate.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Roulette.prefab | 3 ++ .../Roulette.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/RuneFuse.prefab | 3 ++ .../RuneFuse.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Shop.prefab | 3 ++ .../Prefabs_DemoScene_Panels/Shop.prefab.meta | 3 ++ .../Stage_Select_Type1.prefab | 3 ++ .../Stage_Select_Type1.prefab.meta | 3 ++ .../Stage_Select_Type2.prefab | 3 ++ .../Stage_Select_Type2.prefab.meta | 3 ++ .../Stage_Select_Type2_Detail.prefab | 3 ++ .../Stage_Select_Type2_Detail.prefab.meta | 3 ++ .../Prefabs_DemoScene_Panels/Title.prefab | 3 ++ .../Title.prefab.meta | 3 ++ .../Title_LoadingBar.prefab | 3 ++ .../Title_LoadingBar.prefab.meta | 3 ++ .../Tutorial_Character.prefab | 3 ++ .../Tutorial_Character.prefab.meta | 3 ++ .../Tutorial_Hand.prefab | 3 ++ .../Tutorial_Hand.prefab.meta | 3 ++ .../Prefabs/Prefabs_DemoScene_Particle.meta | 3 ++ .../Fx_Rotate_Light01.prefab | 3 ++ .../Fx_Rotate_Light01.prefab.meta | 3 ++ .../Fx_Rotate_Light02.prefab | 3 ++ .../Fx_Rotate_Light02.prefab.meta | 3 ++ .../Fx_Rotate_Light03.prefab | 3 ++ .../Fx_Rotate_Light03.prefab.meta | 3 ++ .../Fx_Rotate_Light04.prefab | 3 ++ .../Fx_Rotate_Light04.prefab.meta | 3 ++ .../Fx_Rotate_Light05.prefab | 3 ++ .../Fx_Rotate_Light05.prefab.meta | 3 ++ .../Fx_Rotate_Light06.prefab | 3 ++ .../Fx_Rotate_Light06.prefab.meta | 3 ++ .../Fx_Shines_Glow01.prefab | 3 ++ .../Fx_Shines_Glow01.prefab.meta | 3 ++ .../Fx_Shines_Glow02.prefab | 3 ++ .../Fx_Shines_Glow02.prefab.meta | 3 ++ .../Fx_Shines_Glow03.prefab | 3 ++ .../Fx_Shines_Glow03.prefab.meta | 3 ++ .../Fx_Shines_Light01.prefab | 3 ++ .../Fx_Shines_Light01.prefab.meta | 3 ++ .../Fx_Shines_Light02.prefab | 3 ++ .../Fx_Shines_Light02.prefab.meta | 3 ++ .../Prefabs_DemoScene_Particle/Fx_Snow.prefab | 3 ++ .../Fx_Snow.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar01_ClearBlue.prefab | 3 ++ ...x_Sparkle_LongStar01_ClearBlue.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar01_ClearGreen.prefab | 3 ++ ..._Sparkle_LongStar01_ClearGreen.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar01_ClearPurple.prefab | 3 ++ ...Sparkle_LongStar01_ClearPurple.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar01_ClearRed.prefab | 3 ++ ...Fx_Sparkle_LongStar01_ClearRed.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar01_ClearWhite.prefab | 3 ++ ..._Sparkle_LongStar01_ClearWhite.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar01_ClearYellow.prefab | 3 ++ ...Sparkle_LongStar01_ClearYellow.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar02_BlurryBlue.prefab | 3 ++ ..._Sparkle_LongStar02_BlurryBlue.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar02_BlurryGreen.prefab | 3 ++ ...Sparkle_LongStar02_BlurryGreen.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar02_BlurryPurple.prefab | 3 ++ ...parkle_LongStar02_BlurryPurple.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar02_BlurryRed.prefab | 3 ++ ...x_Sparkle_LongStar02_BlurryRed.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar02_BlurryWhite.prefab | 3 ++ ...Sparkle_LongStar02_BlurryWhite.prefab.meta | 3 ++ .../Fx_Sparkle_LongStar02_BlurryYellow.prefab | 3 ++ ...parkle_LongStar02_BlurryYellow.prefab.meta | 3 ++ .../Fx_Sparkle_Star01_CustomColor_Blue.prefab | 3 ++ ...parkle_Star01_CustomColor_Blue.prefab.meta | 3 ++ ...Fx_Sparkle_Star01_CustomColor_Green.prefab | 3 ++ ...arkle_Star01_CustomColor_Green.prefab.meta | 3 ++ .../Fx_Sparkle_Star01_CustomColor_Pink.prefab | 3 ++ ...parkle_Star01_CustomColor_Pink.prefab.meta | 3 ++ ...Fx_Sparkle_Star01_CustomColor_White.prefab | 3 ++ ...arkle_Star01_CustomColor_White.prefab.meta | 3 ++ ...x_Sparkle_Star01_CustomColor_Yellow.prefab | 3 ++ ...rkle_Star01_CustomColor_Yellow.prefab.meta | 3 ++ .../Fx_Sparkle_Star02_ClearBlue.prefab | 3 ++ .../Fx_Sparkle_Star02_ClearBlue.prefab.meta | 3 ++ .../Fx_Sparkle_Star02_ClearGreen.prefab | 3 ++ .../Fx_Sparkle_Star02_ClearGreen.prefab.meta | 3 ++ .../Fx_Sparkle_Star02_ClearPurple.prefab | 3 ++ .../Fx_Sparkle_Star02_ClearPurple.prefab.meta | 3 ++ .../Fx_Sparkle_Star02_ClearRed.prefab | 3 ++ .../Fx_Sparkle_Star02_ClearRed.prefab.meta | 3 ++ .../Fx_Sparkle_Star02_ClearWhite.prefab | 3 ++ .../Fx_Sparkle_Star02_ClearWhite.prefab.meta | 3 ++ .../Fx_Sparkle_Star02_ClearYellow.prefab | 3 ++ .../Fx_Sparkle_Star02_ClearYellow.prefab.meta | 3 ++ .../Fx_Sparkle_XStar01_BlurryBlue.prefab | 3 ++ .../Fx_Sparkle_XStar01_BlurryBlue.prefab.meta | 3 ++ .../Fx_Sparkle_XStar01_BlurryGreen.prefab | 3 ++ ...Fx_Sparkle_XStar01_BlurryGreen.prefab.meta | 3 ++ .../Fx_Sparkle_XStar01_BlurryPurple.prefab | 3 ++ ...x_Sparkle_XStar01_BlurryPurple.prefab.meta | 3 ++ .../Fx_Sparkle_XStar01_BlurryRed.prefab | 3 ++ .../Fx_Sparkle_XStar01_BlurryRed.prefab.meta | 3 ++ .../Fx_Sparkle_XStar01_BlurryWhite.prefab | 3 ++ ...Fx_Sparkle_XStar01_BlurryWhite.prefab.meta | 3 ++ .../Fx_Sparkle_XStar01_BlurryYellow.prefab | 3 ++ ...x_Sparkle_XStar01_BlurryYellow.prefab.meta | 3 ++ .../Fx_Sparkle_XStar02_ClearBlue.prefab | 3 ++ .../Fx_Sparkle_XStar02_ClearBlue.prefab.meta | 3 ++ .../Fx_Sparkle_XStar02_ClearGreen.prefab | 3 ++ .../Fx_Sparkle_XStar02_ClearGreen.prefab.meta | 3 ++ .../Fx_Sparkle_XStar02_ClearPurple.prefab | 3 ++ ...Fx_Sparkle_XStar02_ClearPurple.prefab.meta | 3 ++ .../Fx_Sparkle_XStar02_ClearRed.prefab | 3 ++ .../Fx_Sparkle_XStar02_ClearRed.prefab.meta | 3 ++ .../Fx_Sparkle_XStar02_ClearWhite.prefab | 3 ++ .../Fx_Sparkle_XStar02_ClearWhite.prefab.meta | 3 ++ .../Fx_Sparkle_XStar02_ClearYellow.prefab | 3 ++ ...Fx_Sparkle_XStar02_ClearYellow.prefab.meta | 3 ++ .../Fx_Spread_Circle01.prefab | 3 ++ .../Fx_Spread_Circle01.prefab.meta | 3 ++ .../Fx_Spread_Circle02.prefab | 3 ++ .../Fx_Spread_Circle02.prefab.meta | 3 ++ .../Fx_Spread_Star01.prefab | 3 ++ .../Fx_Spread_Star01.prefab.meta | 3 ++ .../Fx_Spread_Star02.prefab | 3 ++ .../Fx_Spread_Star02.prefab.meta | 3 ++ .../Fx_Spread_Star03.prefab | 3 ++ .../Fx_Spread_Star03.prefab.meta | 3 ++ .../Fx_Spread_Star04.prefab | 3 ++ .../Fx_Spread_Star04.prefab.meta | 3 ++ .../Fx_Spread_Star05.prefab | 3 ++ .../Fx_Spread_Star05.prefab.meta | 3 ++ .../Fx_Spread_Star06.prefab | 3 ++ .../Fx_Spread_Star06.prefab.meta | 3 ++ .../Layer Lab/GUI Pro-CasualGame/Preview.meta | 3 ++ .../GUI Pro-CasualGame/Preview/ADRemove.png | 3 ++ .../Preview/ADRemove.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Character.png | 3 ++ .../Preview/Character.png.meta | 3 ++ .../Preview/Character_List.png | 3 ++ .../Preview/Character_List.png.meta | 3 ++ .../Preview/Character_Select.png | 3 ++ .../Preview/Character_Select.png.meta | 3 ++ .../Preview/Character_SuperPassive.png | 3 ++ .../Preview/Character_SuperPassive.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Chat.png | 3 ++ .../GUI Pro-CasualGame/Preview/Chat.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Clan.png | 3 ++ .../GUI Pro-CasualGame/Preview/Clan.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Equipment.png | 3 ++ .../Preview/Equipment.png.meta | 3 ++ .../Preview/Equipment_Popup_AddSlot.png | 3 ++ .../Preview/Equipment_Popup_AddSlot.png.meta | 3 ++ .../Preview/Equipment_Popup_Detail1.png | 3 ++ .../Preview/Equipment_Popup_Detail1.png.meta | 3 ++ .../Preview/Equipment_Popup_Detail2.png | 3 ++ .../Preview/Equipment_Popup_Detail2.png.meta | 3 ++ .../Preview/ErrorNetwork.png | 3 ++ .../Preview/ErrorNetwork.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Inventory.png | 3 ++ .../Preview/Inventory.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/LevelUp.png | 3 ++ .../Preview/LevelUp.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Loading.png | 3 ++ .../Preview/Loading.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Lobby.png | 3 ++ .../GUI Pro-CasualGame/Preview/Lobby.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/LockScreen.png | 3 ++ .../Preview/LockScreen.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Missions.png | 3 ++ .../Preview/Missions.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Pass.png | 3 ++ .../GUI Pro-CasualGame/Preview/Pass.png.meta | 3 ++ .../Preview/Play_BattleVS.png | 3 ++ .../Preview/Play_BattleVS.png.meta | 3 ++ .../Preview/Play_Continue.png | 3 ++ .../Preview/Play_Continue.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Play_Pause.png | 3 ++ .../Preview/Play_Pause.png.meta | 3 ++ .../Preview/Play_Result.png | 3 ++ .../Preview/Play_Result.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Play_Type1.png | 3 ++ .../Preview/Play_Type1.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Play_Type2.png | 3 ++ .../Preview/Play_Type2.png.meta | 3 ++ .../Preview/Play_TypeText.png | 3 ++ .../Preview/Play_TypeText.png.meta | 3 ++ .../Preview/Popup_ChangeName.png | 3 ++ .../Preview/Popup_ChangeName.png.meta | 3 ++ .../Preview/Popup_Checking.png | 3 ++ .../Preview/Popup_Checking.png.meta | 3 ++ .../Preview/Popup_EUALPrivacy.png | 3 ++ .../Preview/Popup_EUALPrivacy.png.meta | 3 ++ .../Preview/Popup_Inbox.png | 3 ++ .../Preview/Popup_Inbox.png.meta | 3 ++ .../Preview/Popup_Login.png | 3 ++ .../Preview/Popup_Login.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Popup_Name.png | 3 ++ .../Preview/Popup_Name.png.meta | 3 ++ .../Preview/Popup_Offline.png | 3 ++ .../Preview/Popup_Offline.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Popup_Pass.png | 3 ++ .../Preview/Popup_Pass.png.meta | 3 ++ .../Preview/Popup_RewardGet.png | 3 ++ .../Preview/Popup_RewardGet.png.meta | 3 ++ .../Preview/Popup_RewardMonth.png | 3 ++ .../Preview/Popup_RewardMonth.png.meta | 3 ++ .../Preview/Popup_RewardWeek.png | 3 ++ .../Preview/Popup_RewardWeek.png.meta | 3 ++ .../Preview/Popup_Setting.png | 3 ++ .../Preview/Popup_Setting.png.meta | 3 ++ .../Preview/Popup_Setting_Language.png | 3 ++ .../Preview/Popup_Setting_Language.png.meta | 3 ++ .../Preview/Popup_Signup.png | 3 ++ .../Preview/Popup_Signup.png.meta | 3 ++ .../Preview/Popup_Subscribe.png | 3 ++ .../Preview/Popup_Subscribe.png.meta | 3 ++ .../Preview/Popup_Update.png | 3 ++ .../Preview/Popup_Update.png.meta | 3 ++ .../Preview/Popup_UserInfo.png | 3 ++ .../Preview/Popup_UserInfo.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Ranking.png | 3 ++ .../Preview/Ranking.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Rate.png | 3 ++ .../GUI Pro-CasualGame/Preview/Rate.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Roulette.png | 3 ++ .../Preview/Roulette.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/RuneFuse.png | 3 ++ .../Preview/RuneFuse.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Shop.png | 3 ++ .../GUI Pro-CasualGame/Preview/Shop.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Shop1.png | 3 ++ .../GUI Pro-CasualGame/Preview/Shop1.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Shop2.png | 3 ++ .../GUI Pro-CasualGame/Preview/Shop2.png.meta | 3 ++ .../Preview/Stage_Select_Type1.png | 3 ++ .../Preview/Stage_Select_Type1.png.meta | 3 ++ .../Preview/Stage_Select_Type2_Detail.png | 3 ++ .../Stage_Select_Type2_Detail.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/Title.png | 3 ++ .../GUI Pro-CasualGame/Preview/Title.png.meta | 3 ++ .../Preview/Title_Loadingbar.png | 3 ++ .../Preview/Title_Loadingbar.png.meta | 3 ++ .../Preview/Tutorial_Character.png | 3 ++ .../Preview/Tutorial_Character.png.meta | 3 ++ .../Preview/Tutorial_Hand.png | 3 ++ .../Preview/Tutorial_Hand.png.meta | 3 ++ .../Preview/_Component_1.png | 3 ++ .../Preview/_Component_1.png.meta | 3 ++ .../Preview/_Component_2.png | 3 ++ .../Preview/_Component_2.png.meta | 3 ++ .../Preview/_Component_3.png | 3 ++ .../Preview/_Component_3.png.meta | 3 ++ .../Preview/_Component_4.png | 3 ++ .../Preview/_Component_4.png.meta | 3 ++ .../Preview/_Component_5.png | 3 ++ .../Preview/_Component_5.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/_ItemIcons.png | 3 ++ .../Preview/_ItemIcons.png.meta | 3 ++ .../Preview/_PictoIcons.png | 3 ++ .../Preview/_PictoIcons.png.meta | 3 ++ .../GUI Pro-CasualGame/Preview/_RuneIcons.png | 3 ++ .../Preview/_RuneIcons.png.meta | 3 ++ .../GUI Pro-CasualGame/ResourcesData.meta | 3 ++ .../ResourcesData/Animatons.meta | 3 ++ .../ResourcesData/Animatons/Loading.anim | 3 ++ .../ResourcesData/Animatons/Loading.anim.meta | 3 ++ .../ResourcesData/Animatons/Loading_Bg.png | 3 ++ .../Animatons/Loading_Bg.png.meta | 3 ++ .../Animatons/Loading_Rotate.png | 3 ++ .../Animatons/Loading_Rotate.png.meta | 3 ++ .../ResourcesData/Fonts.meta | 3 ++ ...ilitaOne-Regular Outline 120 SDF Atlas.png | 3 ++ ...One-Regular Outline 120 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 120 SDF.asset | 3 ++ ...litaOne-Regular Outline 120 SDF.asset.meta | 3 ++ ...ilitaOne-Regular Outline 210 SDF Atlas.png | 3 ++ ...One-Regular Outline 210 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 210 SDF.asset | 3 ++ ...litaOne-Regular Outline 210 SDF.asset.meta | 3 ++ ...LilitaOne-Regular Outline 32 SDF Atlas.png | 3 ++ ...aOne-Regular Outline 32 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 32 SDF.asset | 3 ++ ...ilitaOne-Regular Outline 32 SDF.asset.meta | 3 ++ ...LilitaOne-Regular Outline 40 SDF Atlas.png | 3 ++ ...aOne-Regular Outline 40 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 40 SDF.asset | 3 ++ ...ilitaOne-Regular Outline 40 SDF.asset.meta | 3 ++ ...LilitaOne-Regular Outline 50 SDF Atlas.png | 3 ++ ...aOne-Regular Outline 50 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 50 SDF.asset | 3 ++ ...ilitaOne-Regular Outline 50 SDF.asset.meta | 3 ++ ...LilitaOne-Regular Outline 54 SDF Atlas.png | 3 ++ ...aOne-Regular Outline 54 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 54 SDF.asset | 3 ++ ...ilitaOne-Regular Outline 54 SDF.asset.meta | 3 ++ ...LilitaOne-Regular Outline 64 SDF Atlas.png | 3 ++ ...aOne-Regular Outline 64 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 64 SDF.asset | 3 ++ ...ilitaOne-Regular Outline 64 SDF.asset.meta | 3 ++ ...LilitaOne-Regular Outline 72 SDF Atlas.png | 3 ++ ...aOne-Regular Outline 72 SDF Atlas.png.meta | 3 ++ .../LilitaOne-Regular Outline 72 SDF.asset | 3 ++ ...ilitaOne-Regular Outline 72 SDF.asset.meta | 3 ++ ...r Outline_Extended ASCII_120 SDF Atlas.png | 3 ++ ...line_Extended ASCII_120 SDF Atlas.png.meta | 3 ++ ...gular Outline_Extended ASCII_120 SDF.asset | 3 ++ ... Outline_Extended ASCII_120 SDF.asset.meta | 3 ++ ...r Outline_Extended ASCII_210 SDF Atlas.png | 3 ++ ...line_Extended ASCII_210 SDF Atlas.png.meta | 3 ++ ...gular Outline_Extended ASCII_210 SDF.asset | 3 ++ ... Outline_Extended ASCII_210 SDF.asset.meta | 3 ++ ...ar Outline_Extended ASCII_32 SDF Atlas.png | 3 ++ ...tline_Extended ASCII_32 SDF Atlas.png.meta | 3 ++ ...egular Outline_Extended ASCII_32 SDF.asset | 3 ++ ...r Outline_Extended ASCII_32 SDF.asset.meta | 3 ++ ...ar Outline_Extended ASCII_40 SDF Atlas.png | 3 ++ ...tline_Extended ASCII_40 SDF Atlas.png.meta | 3 ++ ...egular Outline_Extended ASCII_40 SDF.asset | 3 ++ ...r Outline_Extended ASCII_40 SDF.asset.meta | 3 ++ ...ar Outline_Extended ASCII_50 SDF Atlas.png | 3 ++ ...tline_Extended ASCII_50 SDF Atlas.png.meta | 3 ++ ...egular Outline_Extended ASCII_50 SDF.asset | 3 ++ ...r Outline_Extended ASCII_50 SDF.asset.meta | 3 ++ ...ar Outline_Extended ASCII_54 SDF Atlas.png | 3 ++ ...tline_Extended ASCII_54 SDF Atlas.png.meta | 3 ++ ...egular Outline_Extended ASCII_54 SDF.asset | 3 ++ ...r Outline_Extended ASCII_54 SDF.asset.meta | 3 ++ ...ar Outline_Extended ASCII_64 SDF Atlas.png | 3 ++ ...tline_Extended ASCII_64 SDF Atlas.png.meta | 3 ++ ...egular Outline_Extended ASCII_64 SDF.asset | 3 ++ ...r Outline_Extended ASCII_64 SDF.asset.meta | 3 ++ ...ar Outline_Extended ASCII_72 SDF Atlas.png | 3 ++ ...tline_Extended ASCII_72 SDF Atlas.png.meta | 3 ++ ...egular Outline_Extended ASCII_72 SDF.asset | 3 ++ ...r Outline_Extended ASCII_72 SDF.asset.meta | 3 ++ .../Fonts/LilitaOne-Regular SDF.asset | 3 ++ .../Fonts/LilitaOne-Regular SDF.asset.meta | 3 ++ .../ResourcesData/Fonts/OFL.txt | 3 ++ .../ResourcesData/Fonts/OFL.txt.meta | 3 ++ .../ResourcesData/Particles.meta | 3 ++ .../ResourcesData/Particles/Materials.meta | 3 ++ .../Materials/fx_Star_l_blurry_blue.mat | 3 ++ .../Materials/fx_Star_l_blurry_blue.mat.meta | 3 ++ .../Materials/fx_Star_l_blurry_green.mat | 3 ++ .../Materials/fx_Star_l_blurry_green.mat.meta | 3 ++ .../Materials/fx_Star_l_blurry_purple.mat | 3 ++ .../fx_Star_l_blurry_purple.mat.meta | 3 ++ .../Materials/fx_Star_l_blurry_red.mat | 3 ++ .../Materials/fx_Star_l_blurry_red.mat.meta | 3 ++ .../Materials/fx_Star_l_blurry_white.mat | 3 ++ .../Materials/fx_Star_l_blurry_white.mat.meta | 3 ++ .../Materials/fx_Star_l_blurry_yellow.mat | 3 ++ .../fx_Star_l_blurry_yellow.mat.meta | 3 ++ .../Materials/fx_Star_l_clear_White.mat | 3 ++ .../Materials/fx_Star_l_clear_White.mat.meta | 3 ++ .../Materials/fx_Star_l_clear_blue.mat | 3 ++ .../Materials/fx_Star_l_clear_blue.mat.meta | 3 ++ .../Materials/fx_Star_l_clear_green.mat | 3 ++ .../Materials/fx_Star_l_clear_green.mat.meta | 3 ++ .../Materials/fx_Star_l_clear_purple.mat | 3 ++ .../Materials/fx_Star_l_clear_purple.mat.meta | 3 ++ .../Materials/fx_Star_l_clear_red.mat | 3 ++ .../Materials/fx_Star_l_clear_red.mat.meta | 3 ++ .../Materials/fx_Star_l_clear_yellow.mat | 3 ++ .../Materials/fx_Star_l_clear_yellow.mat.meta | 3 ++ .../Particles/Materials/fx_circle.mat | 3 ++ .../Particles/Materials/fx_circle.mat.meta | 3 ++ .../Particles/Materials/fx_circle_glow01.mat | 3 ++ .../Materials/fx_circle_glow01.mat.meta | 3 ++ .../Particles/Materials/fx_circle_glow02.mat | 3 ++ .../Materials/fx_circle_glow02.mat.meta | 3 ++ .../Particles/Materials/fx_circle_glow03.mat | 3 ++ .../Materials/fx_circle_glow03.mat.meta | 3 ++ .../Particles/Materials/fx_circle_glow04.mat | 3 ++ .../Materials/fx_circle_glow04.mat.meta | 3 ++ .../Particles/Materials/fx_circle_line01.mat | 3 ++ .../Materials/fx_circle_line01.mat.meta | 3 ++ .../Particles/Materials/fx_circle_line02.mat | 3 ++ .../Materials/fx_circle_line02.mat.meta | 3 ++ .../Materials/fx_circle_line03_blue.mat | 3 ++ .../Materials/fx_circle_line03_blue.mat.meta | 3 ++ .../Particles/Materials/fx_light01.mat | 3 ++ .../Particles/Materials/fx_light01.mat.meta | 3 ++ .../Particles/Materials/fx_light02_line.mat | 3 ++ .../Materials/fx_light02_line.mat.meta | 3 ++ .../Materials/fx_light03_line_small.mat | 3 ++ .../Materials/fx_light03_line_small.mat.meta | 3 ++ .../Materials/fx_star_s_blurry_blue.mat | 3 ++ .../Materials/fx_star_s_blurry_blue.mat.meta | 3 ++ .../Materials/fx_star_s_blurry_green.mat | 3 ++ .../Materials/fx_star_s_blurry_green.mat.meta | 3 ++ .../Materials/fx_star_s_blurry_purple.mat | 3 ++ .../fx_star_s_blurry_purple.mat.meta | 3 ++ .../Materials/fx_star_s_blurry_red.mat | 3 ++ .../Materials/fx_star_s_blurry_red.mat.meta | 3 ++ .../Materials/fx_star_s_blurry_white.mat | 3 ++ .../Materials/fx_star_s_blurry_white.mat.meta | 3 ++ .../Materials/fx_star_s_blurry_yellow.mat | 3 ++ .../fx_star_s_blurry_yellow.mat.meta | 3 ++ .../Materials/fx_star_s_clear_blue.mat | 3 ++ .../Materials/fx_star_s_clear_blue.mat.meta | 3 ++ .../Materials/fx_star_s_clear_green.mat | 3 ++ .../Materials/fx_star_s_clear_green.mat.meta | 3 ++ .../Materials/fx_star_s_clear_pruple.mat | 3 ++ .../Materials/fx_star_s_clear_pruple.mat.meta | 3 ++ .../Materials/fx_star_s_clear_red.mat | 3 ++ .../Materials/fx_star_s_clear_red.mat.meta | 3 ++ .../Materials/fx_star_s_clear_white.mat | 3 ++ .../Materials/fx_star_s_clear_white.mat.meta | 3 ++ .../Materials/fx_star_s_clear_yellow.mat | 3 ++ .../Materials/fx_star_s_clear_yellow.mat.meta | 3 ++ .../ResourcesData/Particles/Texture.meta | 3 ++ .../Particles/Texture/fx_box_blur.png | 3 ++ .../Particles/Texture/fx_box_blur.png.meta | 3 ++ .../Particles/Texture/fx_circle.png | 3 ++ .../Particles/Texture/fx_circle.png.meta | 3 ++ .../Particles/Texture/fx_circle_blur 1.png | 3 ++ .../Texture/fx_circle_blur 1.png.meta | 3 ++ .../Particles/Texture/fx_circle_blur.png | 3 ++ .../Particles/Texture/fx_circle_blur.png.meta | 3 ++ .../Particles/Texture/fx_circle_glow.png | 3 ++ .../Particles/Texture/fx_circle_glow.png.meta | 3 ++ .../Particles/Texture/fx_circle_line_blue.png | 3 ++ .../Texture/fx_circle_line_blue.png.meta | 3 ++ .../Particles/Texture/fx_glow.png | 3 ++ .../Particles/Texture/fx_glow.png.meta | 3 ++ .../Particles/Texture/fx_glow_small.png | 3 ++ .../Particles/Texture/fx_glow_small.png.meta | 3 ++ .../Particles/Texture/fx_rotate_line.png | 3 ++ .../Particles/Texture/fx_rotate_line.png.meta | 3 ++ .../Texture/fx_rotate_line_small.png | 3 ++ .../Texture/fx_rotate_line_small.png.meta | 3 ++ .../Texture/fx_special_particle_blue.png | 3 ++ .../Texture/fx_special_particle_blue.png.meta | 3 ++ .../Texture/fx_special_particle_green.png | 3 ++ .../fx_special_particle_green.png.meta | 3 ++ .../Texture/fx_special_particle_purple.png | 3 ++ .../fx_special_particle_purple.png.meta | 3 ++ .../Texture/fx_special_particle_red.png | 3 ++ .../Texture/fx_special_particle_red.png.meta | 3 ++ .../Texture/fx_special_particle_white.png | 3 ++ .../fx_special_particle_white.png.meta | 3 ++ .../Texture/fx_special_particle_yellow.png | 3 ++ .../fx_special_particle_yellow.png.meta | 3 ++ .../Particles/Texture/fx_star_blue.png | 3 ++ .../Particles/Texture/fx_star_blue.png.meta | 3 ++ .../Particles/Texture/fx_star_green.png | 3 ++ .../Particles/Texture/fx_star_green.png.meta | 3 ++ .../Particles/Texture/fx_star_light.png | 3 ++ .../Particles/Texture/fx_star_light.png.meta | 3 ++ .../Particles/Texture/fx_star_purple.png | 3 ++ .../Particles/Texture/fx_star_purple.png.meta | 3 ++ .../Particles/Texture/fx_star_red.png | 3 ++ .../Particles/Texture/fx_star_red.png.meta | 3 ++ .../Particles/Texture/fx_star_white.png | 3 ++ .../Particles/Texture/fx_star_white.png.meta | 3 ++ .../Particles/Texture/fx_star_yellow.png | 3 ++ .../Particles/Texture/fx_star_yellow.png.meta | 3 ++ .../ResourcesData/Shader & Materials.meta | 3 ++ .../Shader & Materials/MobileAdditive.shader | 3 ++ .../MobileAdditive.shader.meta | 3 ++ .../Shader & Materials/UIAdditive.mat | 3 ++ .../Shader & Materials/UIAdditive.mat.meta | 3 ++ .../Shader & Materials/UIAdditive.shader | 3 ++ .../Shader & Materials/UIAdditive.shader.meta | 3 ++ .../ResourcesData/Sprites.meta | 3 ++ .../ResourcesData/Sprites/Components.meta | 3 ++ .../Sprites/Components/Button.meta | 3 ++ .../Components/Button/Button01_145_Blue.Png | 3 ++ .../Button/Button01_145_Blue.Png.meta | 3 ++ .../Button/Button01_145_BlueGray.Png | 3 ++ .../Button/Button01_145_BlueGray.Png.meta | 3 ++ .../Components/Button/Button01_145_Gray.Png | 3 ++ .../Button/Button01_145_Gray.Png.meta | 3 ++ .../Components/Button/Button01_145_Green.Png | 3 ++ .../Button/Button01_145_Green.Png.meta | 3 ++ .../Components/Button/Button01_145_Orange.Png | 3 ++ .../Button/Button01_145_Orange.Png.meta | 3 ++ .../Components/Button/Button01_145_Purple.Png | 3 ++ .../Button/Button01_145_Purple.Png.meta | 3 ++ .../Components/Button/Button01_145_Red.Png | 3 ++ .../Button/Button01_145_Red.Png.meta | 3 ++ .../Components/Button/Button01_145_Sky.Png | 3 ++ .../Button/Button01_145_Sky.Png.meta | 3 ++ .../Components/Button/Button01_145_White.Png | 3 ++ .../Button/Button01_145_White.Png.meta | 3 ++ .../Components/Button/Button01_145_Yellow.Png | 3 ++ .../Button/Button01_145_Yellow.Png.meta | 3 ++ .../Components/Button/Button01_175_Blue.png | 3 ++ .../Button/Button01_175_Blue.png.meta | 3 ++ .../Button/Button01_175_BlueGray.png | 3 ++ .../Button/Button01_175_BlueGray.png.meta | 3 ++ .../Components/Button/Button01_175_Gray.png | 3 ++ .../Button/Button01_175_Gray.png.meta | 3 ++ .../Components/Button/Button01_175_Green.png | 3 ++ .../Button/Button01_175_Green.png.meta | 3 ++ .../Components/Button/Button01_175_Orange.png | 3 ++ .../Button/Button01_175_Orange.png.meta | 3 ++ .../Components/Button/Button01_175_Purple.png | 3 ++ .../Button/Button01_175_Purple.png.meta | 3 ++ .../Components/Button/Button01_175_Red.png | 3 ++ .../Button/Button01_175_Red.png.meta | 3 ++ .../Components/Button/Button01_175_Sky.png | 3 ++ .../Button/Button01_175_Sky.png.meta | 3 ++ .../Components/Button/Button01_175_White.png | 3 ++ .../Button/Button01_175_White.png.meta | 3 ++ .../Components/Button/Button01_175_Yellow.png | 3 ++ .../Button/Button01_175_Yellow.png.meta | 3 ++ .../Components/Button/Button01_195_Blue.png | 3 ++ .../Button/Button01_195_Blue.png.meta | 3 ++ .../Button/Button01_195_BlueGray.png | 3 ++ .../Button/Button01_195_BlueGray.png.meta | 3 ++ .../Components/Button/Button01_195_Gray.png | 3 ++ .../Button/Button01_195_Gray.png.meta | 3 ++ .../Components/Button/Button01_195_Green.png | 3 ++ .../Button/Button01_195_Green.png.meta | 3 ++ .../Components/Button/Button01_195_Orange.png | 3 ++ .../Button/Button01_195_Orange.png.meta | 3 ++ .../Components/Button/Button01_195_Purple.png | 3 ++ .../Button/Button01_195_Purple.png.meta | 3 ++ .../Components/Button/Button01_195_Red.png | 3 ++ .../Button/Button01_195_Red.png.meta | 3 ++ .../Components/Button/Button01_195_Sky.png | 3 ++ .../Button/Button01_195_Sky.png.meta | 3 ++ .../Components/Button/Button01_195_White.png | 3 ++ .../Button/Button01_195_White.png.meta | 3 ++ .../Components/Button/Button01_195_Yellow.png | 3 ++ .../Button/Button01_195_Yellow.png.meta | 3 ++ .../Components/Button/Button01_225_Blue.png | 3 ++ .../Button/Button01_225_Blue.png.meta | 3 ++ .../Button/Button01_225_BlueGray.png | 3 ++ .../Button/Button01_225_BlueGray.png.meta | 3 ++ .../Components/Button/Button01_225_Gray.png | 3 ++ .../Button/Button01_225_Gray.png.meta | 3 ++ .../Components/Button/Button01_225_Green.png | 3 ++ .../Button/Button01_225_Green.png.meta | 3 ++ .../Components/Button/Button01_225_Orange.png | 3 ++ .../Button/Button01_225_Orange.png.meta | 3 ++ .../Components/Button/Button01_225_Purple.png | 3 ++ .../Button/Button01_225_Purple.png.meta | 3 ++ .../Components/Button/Button01_225_Red.png | 3 ++ .../Button/Button01_225_Red.png.meta | 3 ++ .../Components/Button/Button01_225_Sky.png | 3 ++ .../Button/Button01_225_Sky.png.meta | 3 ++ .../Components/Button/Button01_225_White.png | 3 ++ .../Button/Button01_225_White.png.meta | 3 ++ .../Components/Button/Button01_225_Yellow.png | 3 ++ .../Button/Button01_225_Yellow.png.meta | 3 ++ .../Components/Button/Button02_Blue.png | 3 ++ .../Components/Button/Button02_Blue.png.meta | 3 ++ .../Components/Button/Button02_Yellow.png | 3 ++ .../Button/Button02_Yellow.png.meta | 3 ++ .../Components/Button/Button03_Blue.png | 3 ++ .../Components/Button/Button03_Blue.png.meta | 3 ++ .../Components/Button/Button03_Purple.png | 3 ++ .../Button/Button03_Purple.png.meta | 3 ++ .../Components/Button/Button03_White_Bg.png | 3 ++ .../Button/Button03_White_Bg.png.meta | 3 ++ .../Button/Button03_White_Gradient.png | 3 ++ .../Button/Button03_White_Gradient.png.meta | 3 ++ .../Button/Button03_White_Light.png | 3 ++ .../Button/Button03_White_Light.png.meta | 3 ++ .../Button/Button_Circle128_Dark.png | 3 ++ .../Button/Button_Circle128_Dark.png.meta | 3 ++ .../Button/Button_Circle128_White.png | 3 ++ .../Button/Button_Circle128_White.png.meta | 3 ++ .../Button/Button_Circle147_Gray.png | 3 ++ .../Button/Button_Circle147_Gray.png.meta | 3 ++ .../Button/Button_Circle147_Navy.png | 3 ++ .../Button/Button_Circle147_Navy.png.meta | 3 ++ .../Button/Button_Circle147_White.png | 3 ++ .../Button/Button_Circle147_White.png.meta | 3 ++ .../Button/Button_FlushLeft_Gray.png | 3 ++ .../Button/Button_FlushLeft_Gray.png.meta | 3 ++ .../Button/Button_FlushLeft_White.png | 3 ++ .../Button/Button_FlushLeft_White.png.meta | 3 ++ .../Button/Button_FlushRight_Gray.png | 3 ++ .../Button/Button_FlushRight_Gray.png.meta | 3 ++ .../Button/Button_FlushRight_White.png | 3 ++ .../Button/Button_FlushRight_White.png.meta | 3 ++ .../Button/Button_Hexagon199_Blue.png | 3 ++ .../Button/Button_Hexagon199_Blue.png.meta | 3 ++ .../Button/Button_Hexagon199_Red.png | 3 ++ .../Button/Button_Hexagon199_Red.png.meta | 3 ++ .../Button/Button_Hexagon199_White_Bg.png | 3 ++ .../Button_Hexagon199_White_Bg.png.meta | 3 ++ .../Button/Button_Hexagon199_White_Shadow.png | 3 ++ .../Button_Hexagon199_White_Shadow.png.meta | 3 ++ .../Components/Button/Button_Square01_Sky.png | 3 ++ .../Button/Button_Square01_Sky.png.meta | 3 ++ .../Button/Button_Square01_White.png | 3 ++ .../Button/Button_Square01_White.png.meta | 3 ++ .../Button/Button_Square02_Gray.png | 3 ++ .../Button/Button_Square02_Gray.png.meta | 3 ++ .../Button/Button_Square02_White.png | 3 ++ .../Button/Button_Square02_White.png.meta | 3 ++ .../Button/Button_Square03_Navy.png | 3 ++ .../Button/Button_Square03_Navy.png.meta | 3 ++ .../Button/Button_Square03_White.png | 3 ++ .../Button/Button_Square03_White.png.meta | 3 ++ .../Components/Button/Button_Square04.png | 3 ++ .../Button/Button_Square04.png.meta | 3 ++ .../Button/Button_Square05_Blue.png | 3 ++ .../Button/Button_Square05_Blue.png.meta | 3 ++ .../Button/Button_Square06_Navy.png | 3 ++ .../Button/Button_Square06_Navy.png.meta | 3 ++ .../Button/Button_Square06_White_Bg.png | 3 ++ .../Button/Button_Square06_White_Bg.png.meta | 3 ++ .../Button/Button_Square06_White_Gradient.png | 3 ++ .../Button_Square06_White_Gradient.png.meta | 3 ++ .../Button/Button_TaperedDown_Green.png | 3 ++ .../Button/Button_TaperedDown_Green.png.meta | 3 ++ .../Button/Button_TaperedLeft_Green.png | 3 ++ .../Button/Button_TaperedLeft_Green.png.meta | 3 ++ .../Sprites/Components/Button/Menu_TopBtn.png | 3 ++ .../Components/Button/Menu_TopBtn.png.meta | 3 ++ .../Components/Button/Menu_TopBtn_Focus.png | 3 ++ .../Button/Menu_TopBtn_Focus.png.meta | 3 ++ .../Sprites/Components/Frame.meta | 3 ++ .../Frame/BannerFrame01_Single_Navy.png | 3 ++ .../Frame/BannerFrame01_Single_Navy.png.meta | 3 ++ .../Frame/BannerFrame01_White_Bg.png | 3 ++ .../Frame/BannerFrame01_White_Bg.png.meta | 3 ++ .../Frame/BannerFrame01_White_InnerLeft.png | 3 ++ .../BannerFrame01_White_InnerLeft.png.meta | 3 ++ .../Frame/BannerFrame02_Single_Navy.png | 3 ++ .../Frame/BannerFrame02_Single_Navy.png.meta | 3 ++ .../Frame/BannerFrame02_White_Bg.png | 3 ++ .../Frame/BannerFrame02_White_Bg.png.meta | 3 ++ .../Frame/BannerFrame02_White_InnerLeft.png | 3 ++ .../BannerFrame02_White_InnerLeft.png.meta | 3 ++ .../Frame/BannerFrame03_Single_Navy.png | 3 ++ .../Frame/BannerFrame03_Single_Navy.png.meta | 3 ++ .../Components/Frame/BannerFrame03_White.png | 3 ++ .../Frame/BannerFrame03_White.png.meta | 3 ++ .../Frame/BannerFrame03_White_InnerRight.png | 3 ++ .../BannerFrame03_White_InnerRight.png.meta | 3 ++ .../Components/Frame/BasicFrame_Circle77.png | 3 ++ .../Frame/BasicFrame_Circle77.png.meta | 3 ++ .../Components/Frame/BasicFrame_Round12.png | 3 ++ .../Frame/BasicFrame_Round12.png.meta | 3 ++ .../Frame/BasicFrame_Round12_Gradient.png | 3 ++ .../BasicFrame_Round12_Gradient.png.meta | 3 ++ .../Components/Frame/BasicFrame_Round20.png | 3 ++ .../Frame/BasicFrame_Round20.png.meta | 3 ++ .../Components/Frame/BasicFrame_Square.png | 3 ++ .../Frame/BasicFrame_Square.png.meta | 3 ++ .../Components/Frame/BorderFrame_Circle81.png | 3 ++ .../Frame/BorderFrame_Circle81.png.meta | 3 ++ .../Frame/BorderFrame_Round01_Blue.png | 3 ++ .../Frame/BorderFrame_Round01_Blue.png.meta | 3 ++ .../Frame/BorderFrame_Round01_Sky.png | 3 ++ .../Frame/BorderFrame_Round01_Sky.png.meta | 3 ++ .../Frame/BorderFrame_Round01_White1.png | 3 ++ .../Frame/BorderFrame_Round01_White1.png.meta | 3 ++ .../Frame/BorderFrame_Round01_White2.png | 3 ++ .../Frame/BorderFrame_Round01_White2.png.meta | 3 ++ .../Components/Frame/BorderFrame_Round02.png | 3 ++ .../Frame/BorderFrame_Round02.png.meta | 3 ++ .../Components/Frame/BorderFrame_Round03.png | 3 ++ .../Frame/BorderFrame_Round03.png.meta | 3 ++ .../Components/Frame/BorderFrame_Round04.png | 3 ++ .../Frame/BorderFrame_Round04.png.meta | 3 ++ .../Frame/BorderFrame_Round05_Navy.png | 3 ++ .../Frame/BorderFrame_Round05_Navy.png.meta | 3 ++ .../Frame/BorderFrame_Square01_Blue.png | 3 ++ .../Frame/BorderFrame_Square01_Blue.png.meta | 3 ++ .../Frame/BorderFrame_Square01_White.png | 3 ++ .../Frame/BorderFrame_Square01_White.png.meta | 3 ++ .../Components/Frame/BubbleFrame01_Icon.png | 3 ++ .../Frame/BubbleFrame01_Icon.png.meta | 3 ++ .../Frame/BubbleFrame01_Single_OffWhite.png | 3 ++ .../BubbleFrame01_Single_OffWhite.png.meta | 3 ++ .../BubbleFrame01_Single_OffWhite_Arrow.png | 3 ++ ...bbleFrame01_Single_OffWhite_Arrow.png.meta | 3 ++ .../Frame/BubbleFrame01_White_Arrow.png | 3 ++ .../Frame/BubbleFrame01_White_Arrow.png.meta | 3 ++ .../BubbleFrame01_White_Arrow_Shadow.png | 3 ++ .../BubbleFrame01_White_Arrow_Shadow.png.meta | 3 ++ .../Frame/BubbleFrame01_White_Bg.png | 3 ++ .../Frame/BubbleFrame01_White_Bg.png.meta | 3 ++ .../Frame/BubbleFrame01_White_Bg_Shadow.png | 3 ++ .../BubbleFrame01_White_Bg_Shadow.png.meta | 3 ++ .../Frame/BubbleFrame02_Single_Left_Navy.png | 3 ++ .../BubbleFrame02_Single_Left_Navy.png.meta | 3 ++ .../BubbleFrame02_Single_Left_OffWhite.png | 3 ++ ...ubbleFrame02_Single_Left_OffWhite.png.meta | 3 ++ .../Frame/BubbleFrame02_Single_Left_Pink.png | 3 ++ .../BubbleFrame02_Single_Left_Pink.png.meta | 3 ++ .../Frame/BubbleFrame02_Single_Right_Navy.png | 3 ++ .../BubbleFrame02_Single_Right_Navy.png.meta | 3 ++ .../BubbleFrame02_Single_Right_OffWhite.png | 3 ++ ...bbleFrame02_Single_Right_OffWhite.png.meta | 3 ++ .../Frame/BubbleFrame02_Single_Right_Pink.png | 3 ++ .../BubbleFrame02_Single_Right_Pink.png.meta | 3 ++ .../Frame/BubbleFrame02_White_Bg_Left.png | 3 ++ .../BubbleFrame02_White_Bg_Left.png.meta | 3 ++ .../Frame/BubbleFrame02_White_Bg_Right.png | 3 ++ .../BubbleFrame02_White_Bg_Right.png.meta | 3 ++ .../Frame/BubbleFrame02_White_Shadow.png | 3 ++ .../Frame/BubbleFrame02_White_Shadow.png.meta | 3 ++ .../Components/Frame/CardFrame01_Bg.png | 3 ++ .../Components/Frame/CardFrame01_Bg.png.meta | 3 ++ .../Components/Frame/CardFrame01_Border.png | 3 ++ .../Frame/CardFrame01_Border.png.meta | 3 ++ .../Components/Frame/CardFrame01_Glow.png | 3 ++ .../Frame/CardFrame01_Glow.png.meta | 3 ++ .../Components/Frame/CardFrame01_Gradient.png | 3 ++ .../Frame/CardFrame01_Gradient.png.meta | 3 ++ .../Components/Frame/CardFrame01_Icon.png | 3 ++ .../Frame/CardFrame01_Icon.png.meta | 3 ++ .../Components/Frame/CardFrame02_Bg.png | 3 ++ .../Components/Frame/CardFrame02_Bg.png.meta | 3 ++ .../Components/Frame/CardFrame02_Border.png | 3 ++ .../Frame/CardFrame02_Border.png.meta | 3 ++ .../Components/Frame/CardFrame02_Glow.png | 3 ++ .../Frame/CardFrame02_Glow.png.meta | 3 ++ .../Components/Frame/CardFrame02_Gradient.png | 3 ++ .../Frame/CardFrame02_Gradient.png.meta | 3 ++ .../Components/Frame/CardFrame03_Glow.png | 3 ++ .../Frame/CardFrame03_Glow.png.meta | 3 ++ .../Components/Frame/CardFrame03_Gradient.png | 3 ++ .../Frame/CardFrame03_Gradient.png.meta | 3 ++ .../Frame/CardFrame03_Single_Blue.png | 3 ++ .../Frame/CardFrame03_Single_Blue.png.meta | 3 ++ .../Frame/CardFrame03_Single_Dim.png | 3 ++ .../Frame/CardFrame03_Single_Dim.png.meta | 3 ++ .../Frame/CardFrame03_Single_Green.png | 3 ++ .../Frame/CardFrame03_Single_Green.png.meta | 3 ++ .../Frame/CardFrame03_Single_Orange.png | 3 ++ .../Frame/CardFrame03_Single_Orange.png.meta | 3 ++ .../Frame/CardFrame03_Single_Purple.png | 3 ++ .../Frame/CardFrame03_Single_Purple.png.meta | 3 ++ .../Components/Frame/CardFrame03_White.png | 3 ++ .../Frame/CardFrame03_White.png.meta | 3 ++ .../Components/Frame/CardFrame04_Focus.png | 3 ++ .../Frame/CardFrame04_Focus.png.meta | 3 ++ .../Components/Frame/CardFrame04_Glow.png | 3 ++ .../Frame/CardFrame04_Glow.png.meta | 3 ++ .../Components/Frame/CardFrame04_Gradent.png | 3 ++ .../Frame/CardFrame04_Gradent.png.meta | 3 ++ .../Frame/CardFrame04_Single_Blue_Bg_d.png | 3 ++ .../CardFrame04_Single_Blue_Bg_d.png.meta | 3 ++ .../Frame/CardFrame04_Single_Blue_Bg_n.png | 3 ++ .../CardFrame04_Single_Blue_Bg_n.png.meta | 3 ++ .../Components/Frame/CardFrame04_White1.png | 3 ++ .../Frame/CardFrame04_White1.png.meta | 3 ++ .../Frame/CardFrame04_White2_Bottom.png | 3 ++ .../Frame/CardFrame04_White2_Bottom.png.meta | 3 ++ .../Frame/CardFrame04_White3_Border.png | 3 ++ .../Frame/CardFrame04_White3_Border.png.meta | 3 ++ .../Components/Frame/CardFrame05_Bg_Green.png | 3 ++ .../Frame/CardFrame05_Bg_Green.png.meta | 3 ++ .../Frame/CardFrame05_Bg_Purple.png | 3 ++ .../Frame/CardFrame05_Bg_Purple.png.meta | 3 ++ .../Components/Frame/CardFrame05_Glow.png | 3 ++ .../Frame/CardFrame05_Glow.png.meta | 3 ++ .../Components/Frame/CardFrame06_Bg_Blue.png | 3 ++ .../Frame/CardFrame06_Bg_Blue.png.meta | 3 ++ .../Frame/CardFrame06_Bg_Purple.png | 3 ++ .../Frame/CardFrame06_Bg_Purple.png.meta | 3 ++ .../Frame/CardFrame06_Bg_Yellow.png | 3 ++ .../Frame/CardFrame06_Bg_Yellow.png.meta | 3 ++ .../Components/Frame/CardFrame06_Glow.png | 3 ++ .../Frame/CardFrame06_Glow.png.meta | 3 ++ .../Components/Frame/CardFrame07_Bg.png | 3 ++ .../Components/Frame/CardFrame07_Bg.png.meta | 3 ++ .../Components/Frame/CardFrame07_Dim.png | 3 ++ .../Components/Frame/CardFrame07_Dim.png.meta | 3 ++ .../Components/Frame/CardFrame07_Focus.png | 3 ++ .../Frame/CardFrame07_Focus.png.meta | 3 ++ .../Components/Frame/CardFrame07_Glow_1.png | 3 ++ .../Frame/CardFrame07_Glow_1.png.meta | 3 ++ .../Components/Frame/CardFrame07_Glow_2.png | 3 ++ .../Frame/CardFrame07_Glow_2.png.meta | 3 ++ .../Components/Frame/CardFrame08_Dim.png | 3 ++ .../Components/Frame/CardFrame08_Dim.png.meta | 3 ++ .../Components/Frame/CardFrame08_Focus.png | 3 ++ .../Frame/CardFrame08_Focus.png.meta | 3 ++ .../Components/Frame/CardFrame08_Glow_1.png | 3 ++ .../Frame/CardFrame08_Glow_1.png.meta | 3 ++ .../Components/Frame/CardFrame08_Glow_2.png | 3 ++ .../Frame/CardFrame08_Glow_2.png.meta | 3 ++ .../Frame/CardFrame08_Single_Blue.png | 3 ++ .../Frame/CardFrame08_Single_Blue.png.meta | 3 ++ .../Frame/CardFrame08_Single_Purple.png | 3 ++ .../Frame/CardFrame08_Single_Purple.png.meta | 3 ++ .../Components/Frame/CardFrame08_White.png | 3 ++ .../Frame/CardFrame08_White.png.meta | 3 ++ .../Components/Frame/Frame_FlushBottom.png | 3 ++ .../Frame/Frame_FlushBottom.png.meta | 3 ++ .../Components/Frame/Frame_FlushLeft.png | 3 ++ .../Components/Frame/Frame_FlushLeft.png.meta | 3 ++ .../Components/Frame/Frame_FlushTop.png | 3 ++ .../Components/Frame/Frame_FlushTop.png.meta | 3 ++ .../Components/Frame/Frame_ListFrame07.png | 3 ++ .../Frame/Frame_ListFrame07.png.meta | 3 ++ .../Components/Frame/ItemFrame01_Count.png | 3 ++ .../Frame/ItemFrame01_Count.png.meta | 3 ++ .../Components/Frame/ItemFrame01_Empty.png | 3 ++ .../Frame/ItemFrame01_Empty.png.meta | 3 ++ .../Frame/ItemFrame01_Single_Blue.png | 3 ++ .../Frame/ItemFrame01_Single_Blue.png.meta | 3 ++ .../Frame/ItemFrame01_Single_Brown.png | 3 ++ .../Frame/ItemFrame01_Single_Brown.png.meta | 3 ++ .../Frame/ItemFrame01_Single_Green.png | 3 ++ .../Frame/ItemFrame01_Single_Green.png.meta | 3 ++ .../Frame/ItemFrame01_Single_Purple.png | 3 ++ .../Frame/ItemFrame01_Single_Purple.png.meta | 3 ++ .../Frame/ItemFrame01_Single_Red.png | 3 ++ .../Frame/ItemFrame01_Single_Red.png.meta | 3 ++ .../Frame/ItemFrame01_Single_Yellow.png | 3 ++ .../Frame/ItemFrame01_Single_Yellow.png.meta | 3 ++ .../Components/Frame/ItemFrame01_f.png | 3 ++ .../Components/Frame/ItemFrame01_f.png.meta | 3 ++ .../Frame/ItemFrame02_Single_Gray.png | 3 ++ .../Frame/ItemFrame02_Single_Gray.png.meta | 3 ++ .../Frame/ItemFrame02_Single_Green.png | 3 ++ .../Frame/ItemFrame02_Single_Green.png.meta | 3 ++ .../Frame/ItemFrame02_Single_Purple.png | 3 ++ .../Frame/ItemFrame02_Single_Purple.png.meta | 3 ++ .../Frame/ItemFrame02_Single_Yellow.png | 3 ++ .../Frame/ItemFrame02_Single_Yellow.png.meta | 3 ++ .../Components/Frame/ItemFrame02_White1.png | 3 ++ .../Frame/ItemFrame02_White1.png.meta | 3 ++ .../Frame/ItemFrame02_White2_Inner.png | 3 ++ .../Frame/ItemFrame02_White2_Inner.png.meta | 3 ++ .../ItemFrame02_White3_InnerGradient.png | 3 ++ .../ItemFrame02_White3_InnerGradient.png.meta | 3 ++ .../Frame/ItemFrame03_Single_Navy.png | 3 ++ .../Frame/ItemFrame03_Single_Navy.png.meta | 3 ++ .../Frame/ItemFrame03_Single_Purple.png | 3 ++ .../Frame/ItemFrame03_Single_Purple.png.meta | 3 ++ .../Components/Frame/ItemFrame03_White1.png | 3 ++ .../Frame/ItemFrame03_White1.png.meta | 3 ++ .../Frame/ItemFrame03_White2_Shadow.png | 3 ++ .../Frame/ItemFrame03_White2_Shadow.png.meta | 3 ++ .../Components/Frame/ItemFrame03_f.png | 3 ++ .../Components/Frame/ItemFrame03_f.png.meta | 3 ++ .../Components/Frame/ItemFrame04_Single_d.png | 3 ++ .../Frame/ItemFrame04_Single_d.png.meta | 3 ++ .../Components/Frame/ItemFrame04_Single_n.png | 3 ++ .../Frame/ItemFrame04_Single_n.png.meta | 3 ++ .../Components/Frame/ItemFrame04_White1.png | 3 ++ .../Frame/ItemFrame04_White1.png.meta | 3 ++ .../Frame/ItemFrame04_White2_Inner.png | 3 ++ .../Frame/ItemFrame04_White2_Inner.png.meta | 3 ++ .../Frame/ItemFrame05_Single_Blue.png | 3 ++ .../Frame/ItemFrame05_Single_Blue.png.meta | 3 ++ .../Components/Frame/ItemFrame05_White1.png | 3 ++ .../Frame/ItemFrame05_White1.png.meta | 3 ++ .../Frame/ItemFrame05_White3_Glow.png | 3 ++ .../Frame/ItemFrame05_White3_Glow.png.meta | 3 ++ .../Components/Frame/ItemFrame05_d.png | 3 ++ .../Components/Frame/ItemFrame05_d.png.meta | 3 ++ .../Frame/ItemFrame05_white2_Border.png | 3 ++ .../Frame/ItemFrame05_white2_Border.png.meta | 3 ++ .../Components/Frame/ItemFrame06_Blue.png | 3 ++ .../Frame/ItemFrame06_Blue.png.meta | 3 ++ .../Components/Frame/ItemFrame06_Pink.png | 3 ++ .../Frame/ItemFrame06_Pink.png.meta | 3 ++ .../Components/Frame/ItemFrame06_Yellow.png | 3 ++ .../Frame/ItemFrame06_Yellow.png.meta | 3 ++ .../Components/Frame/ItemFrame07_f_White1.png | 3 ++ .../Frame/ItemFrame07_f_White1.png.meta | 3 ++ .../Components/Frame/ItemFrame07_f_White2.png | 3 ++ .../Frame/ItemFrame07_f_White2.png.meta | 3 ++ .../Components/Frame/ItemFrame07_f_single.png | 3 ++ .../Frame/ItemFrame07_f_single.png.meta | 3 ++ .../Components/Frame/ItemFrame07_n.png | 3 ++ .../Components/Frame/ItemFrame07_n.png.meta | 3 ++ .../Components/Frame/ListFrame01_Bg.png | 3 ++ .../Components/Frame/ListFrame01_Bg.png.meta | 3 ++ .../Components/Frame/ListFrame01_Bg_Left.png | 3 ++ .../Frame/ListFrame01_Bg_Left.png.meta | 3 ++ .../Frame/ListFrame01_Bg_Left_Mask.png | 3 ++ .../Frame/ListFrame01_Bg_Left_Mask.png.meta | 3 ++ .../Frame/ListFrame02_Single_Navy.png | 3 ++ .../Frame/ListFrame02_Single_Navy.png.meta | 3 ++ .../Components/Frame/ListFrame02_White1.png | 3 ++ .../Frame/ListFrame02_White1.png.meta | 3 ++ .../Frame/ListFrame02_White2_Right.png | 3 ++ .../Frame/ListFrame02_White2_Right.png.meta | 3 ++ .../Components/Frame/ListFrame02_f.png | 3 ++ .../Components/Frame/ListFrame02_f.png.meta | 3 ++ .../Frame/ListFrame03_Single_Bg_Blue.png | 3 ++ .../Frame/ListFrame03_Single_Bg_Blue.png.meta | 3 ++ .../Frame/ListFrame03_Single_Bg_Sky.png | 3 ++ .../Frame/ListFrame03_Single_Bg_Sky.png.meta | 3 ++ .../Frame/ListFrame03_Single_Inner_Blue.png | 3 ++ .../ListFrame03_Single_Inner_Blue.png.meta | 3 ++ .../Frame/ListFrame03_Single_Inner_Green.png | 3 ++ .../ListFrame03_Single_Inner_Green.png.meta | 3 ++ .../Components/Frame/ListFrame03_White_Bg.png | 3 ++ .../Frame/ListFrame03_White_Bg.png.meta | 3 ++ .../Frame/ListFrame03_White_inner.png | 3 ++ .../Frame/ListFrame03_White_inner.png.meta | 3 ++ .../Frame/ListFrame03_White_left.png | 3 ++ .../Frame/ListFrame03_White_left.png.meta | 3 ++ .../Frame/PanelFrame01_Round_Bg.png | 3 ++ .../Frame/PanelFrame01_Round_Bg.png.meta | 3 ++ .../Frame/PanelFrame01_Round_Line.png | 3 ++ .../Frame/PanelFrame01_Round_Line.png.meta | 3 ++ .../Frame/PanelFrame02_Round_Single_Navy.png | 3 ++ .../PanelFrame02_Round_Single_Navy.png.meta | 3 ++ .../PanelFrame02_Round_White_InnerTop1.png | 3 ++ ...anelFrame02_Round_White_InnerTop1.png.meta | 3 ++ .../PanelFrame02_Round_White_InnerTop2.png | 3 ++ ...anelFrame02_Round_White_InnerTop2.png.meta | 3 ++ .../Frame/PanelFrame02_Round_White_bg.png | 3 ++ .../PanelFrame02_Round_White_bg.png.meta | 3 ++ .../Components/Frame/PanelFrame03_Topbar.png | 3 ++ .../Frame/PanelFrame03_Topbar.png.meta | 3 ++ ...PanelFrame04_TopbarDivided_Single_Navy.png | 3 ++ ...Frame04_TopbarDivided_Single_Navy.png.meta | 3 ++ .../PanelFrame04_TopbarDivided_White.png | 3 ++ .../PanelFrame04_TopbarDivided_White.png.meta | 3 ++ ...Frame04_TopbarDivided_White_InnerRight.png | 3 ++ ...04_TopbarDivided_White_InnerRight.png.meta | 3 ++ .../Components/Frame/PanelFrame05_Bottom.png | 3 ++ .../Frame/PanelFrame05_Bottom.png.meta | 3 ++ .../Components/Frame/PanelFrame06_Bottom.png | 3 ++ .../Frame/PanelFrame06_Bottom.png.meta | 3 ++ .../Frame/ProfileFrame01_Border.png | 3 ++ .../Frame/ProfileFrame01_Border.png.meta | 3 ++ .../Frame/ProfileFrame01_Inner_Blue.png | 3 ++ .../Frame/ProfileFrame01_Inner_Blue.png.meta | 3 ++ .../Frame/ProfileFrame01_Inner_White1.png | 3 ++ .../ProfileFrame01_Inner_White1.png.meta | 3 ++ .../ProfileFrame01_Inner_White2_Gradient.png | 3 ++ ...fileFrame01_Inner_White2_Gradient.png.meta | 3 ++ .../Components/Frame/SkillFrame01_BgMask.png | 3 ++ .../Frame/SkillFrame01_BgMask.png.meta | 3 ++ .../Components/Frame/SkillFrame01_Border.png | 3 ++ .../Frame/SkillFrame01_Border.png.meta | 3 ++ .../Components/Frame/SkillFrame02_BgMask.png | 3 ++ .../Frame/SkillFrame02_BgMask.png.meta | 3 ++ .../Components/Frame/SkillFrame02_Border.png | 3 ++ .../Frame/SkillFrame02_Border.png.meta | 3 ++ .../Components/Frame/StageFrame_Line.png | 3 ++ .../Components/Frame/StageFrame_Line.png.meta | 3 ++ .../Frame/StageFrame_Single_Bg_d.png | 3 ++ .../Frame/StageFrame_Single_Bg_d.png.meta | 3 ++ .../Frame/StageFrame_Single_Bg_n.png | 3 ++ .../Frame/StageFrame_Single_Bg_n.png.meta | 3 ++ .../Frame/StageFrame_Single_Bg_n_Blue.png | 3 ++ .../StageFrame_Single_Bg_n_Blue.png.meta | 3 ++ .../Frame/StageFrame_Single_Bg_n_Purple.png | 3 ++ .../StageFrame_Single_Bg_n_Purple.png.meta | 3 ++ .../Frame/StageFrame_Single_Bg_n_Yellow.png | 3 ++ .../StageFrame_Single_Bg_n_Yellow.png.meta | 3 ++ .../Frame/StageFrame_Single_Focus.png | 3 ++ .../Frame/StageFrame_Single_Focus.png.meta | 3 ++ .../Components/Frame/StageFrame_White_Bg.png | 3 ++ .../Frame/StageFrame_White_Bg.png.meta | 3 ++ .../Frame/StageFrame_White_BorderGradient.png | 3 ++ .../StageFrame_White_BorderGradient.png.meta | 3 ++ .../Frame/StageFrame_White_FocusBorder.png | 3 ++ .../StageFrame_White_FocusBorder.png.meta | 3 ++ .../Frame/StageFrame_White_FocusGlow.png | 3 ++ .../Frame/StageFrame_White_FocusGlow.png.meta | 3 ++ .../Frame/StageFrame_White_InnerBg.png | 3 ++ .../Frame/StageFrame_White_InnerBg.png.meta | 3 ++ .../Frame/StageFrame_White_InnerBottom.png | 3 ++ .../StageFrame_White_InnerBottom.png.meta | 3 ++ .../Frame/StageFrame_White_InnerGradient.png | 3 ++ .../StageFrame_White_InnerGradient.png.meta | 3 ++ .../Sprites/Components/IconMisc.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Blue02_l.png | 3 ++ .../IconMisc/Icon_ChestIcon_Blue02_l.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Blue02_m.png | 3 ++ .../IconMisc/Icon_ChestIcon_Blue02_m.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Blue02_s.png | 3 ++ .../IconMisc/Icon_ChestIcon_Blue02_s.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Blue03_l.png | 3 ++ .../IconMisc/Icon_ChestIcon_Blue03_l.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Blue03_s.png | 3 ++ .../IconMisc/Icon_ChestIcon_Blue03_s.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Gold01_l.png | 3 ++ .../IconMisc/Icon_ChestIcon_Gold01_l.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Gold01_s.png | 3 ++ .../IconMisc/Icon_ChestIcon_Gold01_s.png.meta | 3 ++ .../IconMisc/Icon_ChestIcon_Gold01_xl.png | 3 ++ .../Icon_ChestIcon_Gold01_xl.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_AdRemove_l.png | 3 ++ .../Icon_ImageIcon_AdRemove_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_AdRemove_s.png | 3 ++ .../Icon_ImageIcon_AdRemove_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_00_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_00_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_00_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_00_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_01_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_01_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_01_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Ad_01_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Badge.png | 3 ++ .../IconMisc/Icon_ImageIcon_Badge.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Badge_Best.png | 3 ++ .../Icon_ImageIcon_Badge_Best.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Badge_Popular.png | 3 ++ .../Icon_ImageIcon_Badge_Popular.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Chat.png | 3 ++ .../IconMisc/Icon_ImageIcon_Chat.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Clan.png | 3 ++ .../IconMisc/Icon_ImageIcon_Clan.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_ClearStamp_l.png | 3 ++ .../Icon_ImageIcon_ClearStamp_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_ClearStamp_s.png | 3 ++ .../Icon_ImageIcon_ClearStamp_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Coin01_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Coin01_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Coin01_l_d.png | 3 ++ .../Icon_ImageIcon_Coin01_l_d.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Coin01_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Coin01_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Coin02.png | 3 ++ .../IconMisc/Icon_ImageIcon_Coin02.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Crown_Gold.Png | 3 ++ .../Icon_ImageIcon_Crown_Gold.Png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Crown_Silver.png | 3 ++ .../Icon_ImageIcon_Crown_Silver.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Emoji.png | 3 ++ .../IconMisc/Icon_ImageIcon_Emoji.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Energy.png | 3 ++ .../IconMisc/Icon_ImageIcon_Energy.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Facebook.png | 3 ++ .../IconMisc/Icon_ImageIcon_Facebook.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Gem01_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Gem01_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Gem01_m.png | 3 ++ .../IconMisc/Icon_ImageIcon_Gem01_m.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Gem01_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Gem01_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Gem02.png | 3 ++ .../IconMisc/Icon_ImageIcon_Gem02.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_GemGold.png | 3 ++ .../IconMisc/Icon_ImageIcon_GemGold.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Gift_Blue.png | 3 ++ .../Icon_ImageIcon_Gift_Blue.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Gift_Purple.png | 3 ++ .../Icon_ImageIcon_Gift_Purple.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Glove.png | 3 ++ .../IconMisc/Icon_ImageIcon_Glove.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_GoldPouch.png | 3 ++ .../Icon_ImageIcon_GoldPouch.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Info.png | 3 ++ .../IconMisc/Icon_ImageIcon_Info.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Knife_Battle.png | 3 ++ .../Icon_ImageIcon_Knife_Battle.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_LevelFrame1.png | 3 ++ .../Icon_ImageIcon_LevelFrame1.png.meta | 3 ++ .../Icon_ImageIcon_LevelFrame2_Highlight.png | 3 ++ ...n_ImageIcon_LevelFrame2_Highlight.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Lock01_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Lock01_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Lock01_m.png | 3 ++ .../IconMisc/Icon_ImageIcon_Lock01_m.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Lock01_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Lock01_s.png.meta | 3 ++ .../Icon_ImageIcon_Lock02_Lock_btn.png | 3 ++ .../Icon_ImageIcon_Lock02_Lock_btn.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Lock02_btn.png | 3 ++ .../Icon_ImageIcon_Lock02_btn.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Map_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Map_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Map_s.Png | 3 ++ .../IconMisc/Icon_ImageIcon_Map_s.Png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Medal_Bronze.png | 3 ++ .../Icon_ImageIcon_Medal_Bronze.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Medal_Gold.png | 3 ++ .../Icon_ImageIcon_Medal_Gold.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Medal_Silver.png | 3 ++ .../Icon_ImageIcon_Medal_Silver.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Member.png | 3 ++ .../IconMisc/Icon_ImageIcon_Member.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_NetworkError.png | 3 ++ .../Icon_ImageIcon_NetworkError.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Pass01.png | 3 ++ .../IconMisc/Icon_ImageIcon_Pass01.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Pass02.png | 3 ++ .../IconMisc/Icon_ImageIcon_Pass02.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Pass03.png | 3 ++ .../IconMisc/Icon_ImageIcon_Pass03.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Pass_Golden.png | 3 ++ .../Icon_ImageIcon_Pass_Golden.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Pass_Normal.png | 3 ++ .../Icon_ImageIcon_Pass_Normal.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Ranking.png | 3 ++ .../IconMisc/Icon_ImageIcon_Ranking.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Star01_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Star01_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Star01_m.png | 3 ++ .../IconMisc/Icon_ImageIcon_Star01_m.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Star01_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Star01_s.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Star02_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Star02_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Star02_s.png | 3 ++ .../IconMisc/Icon_ImageIcon_Star02_s.png.meta | 3 ++ .../Icon_ImageIcon_StarGrade_l_Off.png | 3 ++ .../Icon_ImageIcon_StarGrade_l_Off.png.meta | 3 ++ .../Icon_ImageIcon_StarGrade_l_On.png | 3 ++ .../Icon_ImageIcon_StarGrade_l_On.png.meta | 3 ++ .../Icon_ImageIcon_StarGrade_s_Off.png | 3 ++ .../Icon_ImageIcon_StarGrade_s_Off.png.meta | 3 ++ .../Icon_ImageIcon_StarGrade_s_On.png | 3 ++ .../Icon_ImageIcon_StarGrade_s_On.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Trophy_S.png | 3 ++ .../IconMisc/Icon_ImageIcon_Trophy_S.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Trophy_l.png | 3 ++ .../IconMisc/Icon_ImageIcon_Trophy_l.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Trophy_m.png | 3 ++ .../IconMisc/Icon_ImageIcon_Trophy_m.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_Tutorial_Hand.png | 3 ++ .../Icon_ImageIcon_Tutorial_Hand.png.meta | 3 ++ .../Icon_ImageIcon_Tutorial_LineCircle.png | 3 ++ ...con_ImageIcon_Tutorial_LineCircle.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_UserThumbnail.png | 3 ++ .../Icon_ImageIcon_UserThumbnail.png.meta | 3 ++ .../IconMisc/Icon_ImageIcon_lock_00.png | 3 ++ .../IconMisc/Icon_ImageIcon_lock_00.png.meta | 3 ++ .../IconMisc/Icon_MenuIcon01_List_n.Png | 3 ++ .../IconMisc/Icon_MenuIcon01_List_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon01_List_s.Png | 3 ++ .../IconMisc/Icon_MenuIcon01_List_s.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon01_Menu_n.Png | 3 ++ .../IconMisc/Icon_MenuIcon01_Menu_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon01_Menu_s.Png | 3 ++ .../IconMisc/Icon_MenuIcon01_Menu_s.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon02_Cards.Png | 3 ++ .../IconMisc/Icon_MenuIcon02_Cards.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon02_Clan_d.Png | 3 ++ .../IconMisc/Icon_MenuIcon02_Clan_d.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon02_Clan_n.Png | 3 ++ .../IconMisc/Icon_MenuIcon02_Clan_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon02_Inventory.Png | 3 ++ .../Icon_MenuIcon02_Inventory.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon02_Shop.Png | 3 ++ .../IconMisc/Icon_MenuIcon02_Shop.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Ornament_n.Png | 3 ++ .../Icon_MenuIcon03_Ornament_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Ornament_s.Png | 3 ++ .../Icon_MenuIcon03_Ornament_s.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Shield_n.Png | 3 ++ .../Icon_MenuIcon03_Shield_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Shield_s.Png | 3 ++ .../Icon_MenuIcon03_Shield_s.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Shoes_n.Png | 3 ++ .../IconMisc/Icon_MenuIcon03_Shoes_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Shoes_s.Png | 3 ++ .../IconMisc/Icon_MenuIcon03_Shoes_s.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Weapon_n.Png | 3 ++ .../Icon_MenuIcon03_Weapon_n.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon03_Weapon_s.Png | 3 ++ .../Icon_MenuIcon03_Weapon_s.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon04_Friends.png | 3 ++ .../IconMisc/Icon_MenuIcon04_Friends.png.meta | 3 ++ .../IconMisc/Icon_MenuIcon04_Inbox.Png | 3 ++ .../IconMisc/Icon_MenuIcon04_Inbox.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon04_Mission.Png | 3 ++ .../IconMisc/Icon_MenuIcon04_Mission.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon04_News-.Png | 3 ++ .../IconMisc/Icon_MenuIcon04_News-.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon04_Reward.Png | 3 ++ .../IconMisc/Icon_MenuIcon04_Reward.Png.meta | 3 ++ .../IconMisc/Icon_MenuIcon04_Trophy.Png | 3 ++ .../IconMisc/Icon_MenuIcon04_Trophy.Png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Add01.png | 3 ++ .../IconMisc/Icon_PictoIcon_Add01.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Add02_l.png | 3 ++ .../IconMisc/Icon_PictoIcon_Add02_l.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Add02_s.png | 3 ++ .../IconMisc/Icon_PictoIcon_Add02_s.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Auto.png | 3 ++ .../IconMisc/Icon_PictoIcon_Auto.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Back.png | 3 ++ .../IconMisc/Icon_PictoIcon_Back.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Battery_Full.png | 3 ++ .../Icon_PictoIcon_Battery_Full.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Battery_Half.png | 3 ++ .../Icon_PictoIcon_Battery_Half.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Bell.png | 3 ++ .../IconMisc/Icon_PictoIcon_Bell.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Boss_Stage_f.png | 3 ++ .../Icon_PictoIcon_Boss_Stage_f.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Boss_Stage_n.png | 3 ++ .../Icon_PictoIcon_Boss_Stage_n.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Close.png | 3 ++ .../IconMisc/Icon_PictoIcon_Close.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Delete.png | 3 ++ .../IconMisc/Icon_PictoIcon_Delete.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Down.png | 3 ++ .../IconMisc/Icon_PictoIcon_Down.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Edit.png | 3 ++ .../IconMisc/Icon_PictoIcon_Edit.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Exit_l.png | 3 ++ .../IconMisc/Icon_PictoIcon_Exit_l.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Exit_s.png | 3 ++ .../IconMisc/Icon_PictoIcon_Exit_s.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Haptic.png | 3 ++ .../IconMisc/Icon_PictoIcon_Haptic.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Help.png | 3 ++ .../IconMisc/Icon_PictoIcon_Help.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Home.png | 3 ++ .../IconMisc/Icon_PictoIcon_Home.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Lock_l.png | 3 ++ .../IconMisc/Icon_PictoIcon_Lock_l.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Lock_s.png | 3 ++ .../IconMisc/Icon_PictoIcon_Lock_s.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Music_off.png | 3 ++ .../Icon_PictoIcon_Music_off.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Music_on.png | 3 ++ .../IconMisc/Icon_PictoIcon_Music_on.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Next01.png | 3 ++ .../IconMisc/Icon_PictoIcon_Next01.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Next02.png | 3 ++ .../IconMisc/Icon_PictoIcon_Next02.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Pause.png | 3 ++ .../IconMisc/Icon_PictoIcon_Pause.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Play.png | 3 ++ .../IconMisc/Icon_PictoIcon_Play.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Prev01.png | 3 ++ .../IconMisc/Icon_PictoIcon_Prev01.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Prev02.png | 3 ++ .../IconMisc/Icon_PictoIcon_Prev02.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Resume.png | 3 ++ .../IconMisc/Icon_PictoIcon_Resume.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Search.png | 3 ++ .../IconMisc/Icon_PictoIcon_Search.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Setting.png | 3 ++ .../IconMisc/Icon_PictoIcon_Setting.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Setting02.png | 3 ++ .../Icon_PictoIcon_Setting02.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Sound_off.png | 3 ++ .../Icon_PictoIcon_Sound_off.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Sound_on.png | 3 ++ .../IconMisc/Icon_PictoIcon_Sound_on.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Time.png | 3 ++ .../IconMisc/Icon_PictoIcon_Time.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_TimeColon.png | 3 ++ .../Icon_PictoIcon_TimeColon.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Timer.png | 3 ++ .../IconMisc/Icon_PictoIcon_Timer.png.meta | 3 ++ .../IconMisc/Icon_PictoIcon_Wifi.png | 3 ++ .../IconMisc/Icon_PictoIcon_Wifi.png.meta | 3 ++ .../IconMisc/Icon_Profile_sample.png | 3 ++ .../IconMisc/Icon_Profile_sample.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_ax.png | 3 ++ .../IconMisc/Icon_Reward_Pass_ax.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_book.png | 3 ++ .../IconMisc/Icon_Reward_Pass_book.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_clover.png | 3 ++ .../IconMisc/Icon_Reward_Pass_clover.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_gem.png | 3 ++ .../IconMisc/Icon_Reward_Pass_gem.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_glove.png | 3 ++ .../IconMisc/Icon_Reward_Pass_glove.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_gold.png | 3 ++ .../IconMisc/Icon_Reward_Pass_gold.png.meta | 3 ++ .../IconMisc/Icon_Reward_Pass_rune.png | 3 ++ .../IconMisc/Icon_Reward_Pass_rune.png.meta | 3 ++ .../Components/IconMisc/Icon_RoleIcon_01.png | 3 ++ .../IconMisc/Icon_RoleIcon_01.png.meta | 3 ++ .../Components/IconMisc/Icon_RoleIcon_02.png | 3 ++ .../IconMisc/Icon_RoleIcon_02.png.meta | 3 ++ .../Components/IconMisc/Icon_RoleIcon_03.png | 3 ++ .../IconMisc/Icon_RoleIcon_03.png.meta | 3 ++ .../Components/IconMisc/Icon_RoleIcon_04.png | 3 ++ .../IconMisc/Icon_RoleIcon_04.png.meta | 3 ++ .../IconMisc/Icon_ShopIcon_GemBox.png | 3 ++ .../IconMisc/Icon_ShopIcon_GemBox.png.meta | 3 ++ .../IconMisc/Icon_SkilIcon_Icon1.png | 3 ++ .../IconMisc/Icon_SkilIcon_Icon1.png.meta | 3 ++ .../IconMisc/Icon_SkilIcon_Icon2.png | 3 ++ .../IconMisc/Icon_SkilIcon_Icon2.png.meta | 3 ++ .../IconMisc/Icon_SkilIcon_Icon3.png | 3 ++ .../IconMisc/Icon_SkilIcon_Icon3.png.meta | 3 ++ .../IconMisc/Icon_SkillIcon_Passive_Get.png | 3 ++ .../Icon_SkillIcon_Passive_Get.png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Boss.Png | 3 ++ .../IconMisc/Icon_StatsIcon_Boss.Png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Critical.png | 3 ++ .../IconMisc/Icon_StatsIcon_Critical.png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Crown.Png | 3 ++ .../IconMisc/Icon_StatsIcon_Crown.Png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Damage.png | 3 ++ .../IconMisc/Icon_StatsIcon_Damage.png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Defense.png | 3 ++ .../IconMisc/Icon_StatsIcon_Defense.png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Fist.Png | 3 ++ .../IconMisc/Icon_StatsIcon_Fist.Png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Hp01.png | 3 ++ .../IconMisc/Icon_StatsIcon_Hp01.png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Hp02.png | 3 ++ .../IconMisc/Icon_StatsIcon_Hp02.png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Skeleton.Png | 3 ++ .../IconMisc/Icon_StatsIcon_Skeleton.Png.meta | 3 ++ .../IconMisc/Icon_StatsIcon_Speed.png | 3 ++ .../IconMisc/Icon_StatsIcon_Speed.png.meta | 3 ++ .../Components/IconMisc/Icon_StatsIcon_Vs.Png | 3 ++ .../IconMisc/Icon_StatsIcon_Vs.Png.meta | 3 ++ .../Sprites/Components/Icon_Clan.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large0.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large0.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large1.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large1.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large2.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large2.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large3.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large3.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large4.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Large4.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small0.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small0.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small1.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small1.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small2.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small2.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small3.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small3.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small4.png | 3 ++ .../Icon_Clan/ClanFlag_Bg_Small4.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Frame_Large.png | 3 ++ .../Icon_Clan/ClanFlag_Frame_Large.png.meta | 3 ++ .../Icon_Clan/ClanFlag_Frame_Small.png | 3 ++ .../Icon_Clan/ClanFlag_Frame_Small.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large0.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large0.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large1.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large1.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large2.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large2.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large3.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large3.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large4.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Large4.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small0.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small0.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small1.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small1.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small2.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small2.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small3.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small3.png.meta | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small4.png | 3 ++ .../Icon_Clan/ClanIcon_Symbol_Small4.png.meta | 3 ++ .../Sprites/Components/Icon_Flag.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Chn.Png | 3 ++ .../Icon_Flag/Icon_Flag_Chn.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Deu.Png | 3 ++ .../Icon_Flag/Icon_Flag_Deu.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Eng.Png | 3 ++ .../Icon_Flag/Icon_Flag_Eng.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Esp.Png | 3 ++ .../Icon_Flag/Icon_Flag_Esp.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Fra.Png | 3 ++ .../Icon_Flag/Icon_Flag_Fra.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Gre.Png | 3 ++ .../Icon_Flag/Icon_Flag_Gre.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Ina.Png | 3 ++ .../Icon_Flag/Icon_Flag_Ina.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Ita.Png | 3 ++ .../Icon_Flag/Icon_Flag_Ita.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Jpn.Png | 3 ++ .../Icon_Flag/Icon_Flag_Jpn.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Kor.Png | 3 ++ .../Icon_Flag/Icon_Flag_Kor.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Pol.Png | 3 ++ .../Icon_Flag/Icon_Flag_Pol.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Pra.Png | 3 ++ .../Icon_Flag/Icon_Flag_Pra.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Prt.Png | 3 ++ .../Icon_Flag/Icon_Flag_Prt.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Rou.Png | 3 ++ .../Icon_Flag/Icon_Flag_Rou.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Rus.Png | 3 ++ .../Icon_Flag/Icon_Flag_Rus.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Swe.Png | 3 ++ .../Icon_Flag/Icon_Flag_Swe.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Tha.Png | 3 ++ .../Icon_Flag/Icon_Flag_Tha.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Tur.Png | 3 ++ .../Icon_Flag/Icon_Flag_Tur.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Twn.Png | 3 ++ .../Icon_Flag/Icon_Flag_Twn.Png.meta | 3 ++ .../Components/Icon_Flag/Icon_Flag_Ukr.Png | 3 ++ .../Icon_Flag/Icon_Flag_Ukr.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Ara.png | 3 ++ .../Icon_LanguageFlag_Large_Ara.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Chn.png | 3 ++ .../Icon_LanguageFlag_Large_Chn.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Deu.png | 3 ++ .../Icon_LanguageFlag_Large_Deu.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Eng.png | 3 ++ .../Icon_LanguageFlag_Large_Eng.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Esp.Png | 3 ++ .../Icon_LanguageFlag_Large_Esp.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Fra.Png | 3 ++ .../Icon_LanguageFlag_Large_Fra.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Gre.Png | 3 ++ .../Icon_LanguageFlag_Large_Gre.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Ina.Png | 3 ++ .../Icon_LanguageFlag_Large_Ina.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Ita.Png | 3 ++ .../Icon_LanguageFlag_Large_Ita.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png | 3 ++ .../Icon_LanguageFlag_Large_Jpn.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Kor.Png | 3 ++ .../Icon_LanguageFlag_Large_Kor.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Pol.Png | 3 ++ .../Icon_LanguageFlag_Large_Pol.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Pra.Png | 3 ++ .../Icon_LanguageFlag_Large_Pra.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Prt.Png | 3 ++ .../Icon_LanguageFlag_Large_Prt.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Rou.Png | 3 ++ .../Icon_LanguageFlag_Large_Rou.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Rus.Png | 3 ++ .../Icon_LanguageFlag_Large_Rus.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Swe.Png | 3 ++ .../Icon_LanguageFlag_Large_Swe.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Tha.Png | 3 ++ .../Icon_LanguageFlag_Large_Tha.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Tur.Png | 3 ++ .../Icon_LanguageFlag_Large_Tur.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Twn.Png | 3 ++ .../Icon_LanguageFlag_Large_Twn.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png | 3 ++ .../Icon_LanguageFlag_Large_Ukr.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png | 3 ++ .../Icon_LanguageFlag_Large_Vnm.Png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Chn.png | 3 ++ .../Icon_LanguageFlag_Small_Chn.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Deu.png | 3 ++ .../Icon_LanguageFlag_Small_Deu.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Eng.png | 3 ++ .../Icon_LanguageFlag_Small_Eng.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Esp.png | 3 ++ .../Icon_LanguageFlag_Small_Esp.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Fra.png | 3 ++ .../Icon_LanguageFlag_Small_Fra.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Gre.png | 3 ++ .../Icon_LanguageFlag_Small_Gre.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Ina.png | 3 ++ .../Icon_LanguageFlag_Small_Ina.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Ita.png | 3 ++ .../Icon_LanguageFlag_Small_Ita.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Jpn.png | 3 ++ .../Icon_LanguageFlag_Small_Jpn.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Kor.png | 3 ++ .../Icon_LanguageFlag_Small_Kor.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Pol.png | 3 ++ .../Icon_LanguageFlag_Small_Pol.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Pra.png | 3 ++ .../Icon_LanguageFlag_Small_Pra.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Prt.png | 3 ++ .../Icon_LanguageFlag_Small_Prt.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Rou.png | 3 ++ .../Icon_LanguageFlag_Small_Rou.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Rus.png | 3 ++ .../Icon_LanguageFlag_Small_Rus.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Swe.png | 3 ++ .../Icon_LanguageFlag_Small_Swe.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Tha.png | 3 ++ .../Icon_LanguageFlag_Small_Tha.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Tur.png | 3 ++ .../Icon_LanguageFlag_Small_Tur.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Twn.png | 3 ++ .../Icon_LanguageFlag_Small_Twn.png.meta | 3 ++ .../Icon_Flag/Icon_LanguageFlag_Small_Ukr.png | 3 ++ .../Icon_LanguageFlag_Small_Ukr.png.meta | 3 ++ .../Sprites/Components/Icon_ItemIcons.meta | 3 ++ .../Components/Icon_ItemIcons/128.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Adremove.png | 3 ++ .../Icon_ItemIcons/128/Icon_Adremove.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Bag.png | 3 ++ .../Icon_ItemIcons/128/Icon_Bag.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Battle.png | 3 ++ .../Icon_ItemIcons/128/Icon_Battle.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Bolt.png | 3 ++ .../Icon_ItemIcons/128/Icon_Bolt.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Bomb_Bomb.png | 3 ++ .../128/Icon_Bomb_Bomb.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Bomb_Dynamite.png | 3 ++ .../128/Icon_Bomb_Dynamite.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Bomb_LandMine.png | 3 ++ .../128/Icon_Bomb_LandMine.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Book.png | 3 ++ .../Icon_ItemIcons/128/Icon_Book.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Booster.png | 3 ++ .../Icon_ItemIcons/128/Icon_Booster.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Boots.png | 3 ++ .../Icon_ItemIcons/128/Icon_Boots.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_BoxingGloves.png | 3 ++ .../128/Icon_BoxingGloves.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Cards.png | 3 ++ .../Icon_ItemIcons/128/Icon_Cards.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Chest.png | 3 ++ .../Icon_ItemIcons/128/Icon_Chest.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Chest_Open.png | 3 ++ .../128/Icon_Chest_Open.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Clan.png | 3 ++ .../Icon_ItemIcons/128/Icon_Clan.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Clover.png | 3 ++ .../Icon_ItemIcons/128/Icon_Clover.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Compass.png | 3 ++ .../Icon_ItemIcons/128/Icon_Compass.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Crown.png | 3 ++ .../Icon_ItemIcons/128/Icon_Crown.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Dice.png | 3 ++ .../Icon_ItemIcons/128/Icon_Dice.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Dice_Yellow.png | 3 ++ .../128/Icon_Dice_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Dog-Gum.png | 3 ++ .../Icon_ItemIcons/128/Icon_Dog-Gum.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Egg.png | 3 ++ .../Icon_ItemIcons/128/Icon_Egg.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Emergency_Bag.png | 3 ++ .../128/Icon_Emergency_Bag.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Energy_Green.png | 3 ++ .../128/Icon_Energy_Green.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Energy_Yellow.png | 3 ++ .../128/Icon_Energy_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Flippers.png | 3 ++ .../Icon_ItemIcons/128/Icon_Flippers.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Food_Can.png | 3 ++ .../Icon_ItemIcons/128/Icon_Food_Can.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Food_Meat.png | 3 ++ .../128/Icon_Food_Meat.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Food_Pizza.png | 3 ++ .../128/Icon_Food_Pizza.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Food_Shell.png | 3 ++ .../128/Icon_Food_Shell.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Friends.png | 3 ++ .../Icon_ItemIcons/128/Icon_Friends.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_GearWheels.png | 3 ++ .../128/Icon_GearWheels.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gem01_Blue.png | 3 ++ .../128/Icon_Gem01_Blue.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gem01_Green.png | 3 ++ .../128/Icon_Gem01_Green.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gem01_Pruple.png | 3 ++ .../128/Icon_Gem01_Pruple.png.meta | 3 ++ .../128/Icon_Gem02_Hexagon_Blue.png | 3 ++ .../128/Icon_Gem02_Hexagon_Blue.png.meta | 3 ++ .../128/Icon_Gem02_Hexagon_Green.png | 3 ++ .../128/Icon_Gem02_Hexagon_Green.png.meta | 3 ++ .../128/Icon_Gem02_Hexagon_Purple.png | 3 ++ .../128/Icon_Gem02_Hexagon_Purple.png.meta | 3 ++ .../128/Icon_Gem03_Diamond_Blue.png | 3 ++ .../128/Icon_Gem03_Diamond_Blue.png.meta | 3 ++ .../128/Icon_Gem03_Diamond_Green.png | 3 ++ .../128/Icon_Gem03_Diamond_Green.png.meta | 3 ++ .../128/Icon_Gem03_Diamond_Purple.png | 3 ++ .../128/Icon_Gem03_Diamond_Purple.png.meta | 3 ++ .../128/Icon_Gem04_Octagon_Blue.png | 3 ++ .../128/Icon_Gem04_Octagon_Blue.png.meta | 3 ++ .../128/Icon_Gem04_Octagon_Purple.png | 3 ++ .../128/Icon_Gem04_Octagon_Purple.png.meta | 3 ++ .../128/Icon_Gem04_Octagon_Red.png | 3 ++ .../128/Icon_Gem04_Octagon_Red.png.meta | 3 ++ .../128/Icon_Gem04_Octagon_Yellow.png | 3 ++ .../128/Icon_Gem04_Octagon_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gem_Pearl.png | 3 ++ .../128/Icon_Gem_Pearl.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gems.png | 3 ++ .../Icon_ItemIcons/128/Icon_Gems.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gift.png | 3 ++ .../Icon_ItemIcons/128/Icon_Gift.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gold.png | 3 ++ .../Icon_ItemIcons/128/Icon_Gold.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Golden_Pass.png | 3 ++ .../128/Icon_Golden_Pass.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Golds.png | 3 ++ .../Icon_ItemIcons/128/Icon_Golds.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Gps.png | 3 ++ .../Icon_ItemIcons/128/Icon_Gps.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Guild.png | 3 ++ .../Icon_ItemIcons/128/Icon_Guild.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Hammer.png | 3 ++ .../Icon_ItemIcons/128/Icon_Hammer.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Heart.png | 3 ++ .../Icon_ItemIcons/128/Icon_Heart.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Horsesheos.png | 3 ++ .../128/Icon_Horsesheos.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Hourglass.png | 3 ++ .../128/Icon_Hourglass.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Key_Bronze.png | 3 ++ .../128/Icon_Key_Bronze.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Key_Gold.png | 3 ++ .../Icon_ItemIcons/128/Icon_Key_Gold.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Key_Silver.png | 3 ++ .../128/Icon_Key_Silver.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Laurel.png | 3 ++ .../Icon_ItemIcons/128/Icon_Laurel.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Lock.png | 3 ++ .../Icon_ItemIcons/128/Icon_Lock.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Magnetic.png | 3 ++ .../Icon_ItemIcons/128/Icon_Magnetic.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Mail.png | 3 ++ .../Icon_ItemIcons/128/Icon_Mail.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Mana.png | 3 ++ .../Icon_ItemIcons/128/Icon_Mana.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Map.png | 3 ++ .../Icon_ItemIcons/128/Icon_Map.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Megaphone.png | 3 ++ .../128/Icon_Megaphone.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Missile.png | 3 ++ .../Icon_ItemIcons/128/Icon_Missile.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_News.png | 3 ++ .../Icon_ItemIcons/128/Icon_News.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Nut.png | 3 ++ .../Icon_ItemIcons/128/Icon_Nut.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Oil.png | 3 ++ .../Icon_ItemIcons/128/Icon_Oil.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Potion01_Blue.png | 3 ++ .../128/Icon_Potion01_Blue.png.meta | 3 ++ .../128/Icon_Potion01_Green.png | 3 ++ .../128/Icon_Potion01_Green.png.meta | 3 ++ .../128/Icon_Potion01_Orange.png | 3 ++ .../128/Icon_Potion01_Orange.png.meta | 3 ++ .../128/Icon_Potion01_Purple.png | 3 ++ .../128/Icon_Potion01_Purple.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Potion01_Red.png | 3 ++ .../128/Icon_Potion01_Red.png.meta | 3 ++ .../128/Icon_Potion01_Yellow.png | 3 ++ .../128/Icon_Potion01_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Potion02_Blue.png | 3 ++ .../128/Icon_Potion02_Blue.png.meta | 3 ++ .../128/Icon_Potion02_Green.png | 3 ++ .../128/Icon_Potion02_Green.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Potion02_Pink.png | 3 ++ .../128/Icon_Potion02_Pink.png.meta | 3 ++ .../128/Icon_Potion02_Purple.png | 3 ++ .../128/Icon_Potion02_Purple.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Potion02_Red.png | 3 ++ .../128/Icon_Potion02_Red.png.meta | 3 ++ .../128/Icon_Potion02_Yellow.png | 3 ++ .../128/Icon_Potion02_Yellow.png.meta | 3 ++ .../128/Icon_Potion02_YellowGreen.png | 3 ++ .../128/Icon_Potion02_YellowGreen.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Pumkin.png | 3 ++ .../Icon_ItemIcons/128/Icon_Pumkin.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Quest.png | 3 ++ .../Icon_ItemIcons/128/Icon_Quest.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Ranking.png | 3 ++ .../Icon_ItemIcons/128/Icon_Ranking.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Shield.png | 3 ++ .../Icon_ItemIcons/128/Icon_Shield.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Shop.png | 3 ++ .../Icon_ItemIcons/128/Icon_Shop.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Shovel.png | 3 ++ .../Icon_ItemIcons/128/Icon_Shovel.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Star.png | 3 ++ .../Icon_ItemIcons/128/Icon_Star.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Star_Red.png | 3 ++ .../Icon_ItemIcons/128/Icon_Star_Red.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Stopwatch.png | 3 ++ .../128/Icon_Stopwatch.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Sword.png | 3 ++ .../Icon_ItemIcons/128/Icon_Sword.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Target.png | 3 ++ .../Icon_ItemIcons/128/Icon_Target.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Timer.png | 3 ++ .../Icon_ItemIcons/128/Icon_Timer.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Tooth.png | 3 ++ .../Icon_ItemIcons/128/Icon_Tooth.png.meta | 3 ++ .../Icon_ItemIcons/128/Icon_Trophy.png | 3 ++ .../Icon_ItemIcons/128/Icon_Trophy.png.meta | 3 ++ .../Components/Icon_ItemIcons/256.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Adremove.png | 3 ++ .../Icon_ItemIcons/256/Icon_Adremove.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Bag.png | 3 ++ .../Icon_ItemIcons/256/Icon_Bag.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Battle.png | 3 ++ .../Icon_ItemIcons/256/Icon_Battle.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Bolt.png | 3 ++ .../Icon_ItemIcons/256/Icon_Bolt.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Bomb_Bomb.png | 3 ++ .../256/Icon_Bomb_Bomb.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Bomb_Dynamite.png | 3 ++ .../256/Icon_Bomb_Dynamite.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Bomb_LandMine.png | 3 ++ .../256/Icon_Bomb_LandMine.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Book.png | 3 ++ .../Icon_ItemIcons/256/Icon_Book.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Booster.png | 3 ++ .../Icon_ItemIcons/256/Icon_Booster.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Boots.png | 3 ++ .../Icon_ItemIcons/256/Icon_Boots.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_BoxingGloves.png | 3 ++ .../256/Icon_BoxingGloves.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Cards.png | 3 ++ .../Icon_ItemIcons/256/Icon_Cards.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Chest.png | 3 ++ .../Icon_ItemIcons/256/Icon_Chest.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Chest_Open.png | 3 ++ .../256/Icon_Chest_Open.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Clan.png | 3 ++ .../Icon_ItemIcons/256/Icon_Clan.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Clover.png | 3 ++ .../Icon_ItemIcons/256/Icon_Clover.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Compass.png | 3 ++ .../Icon_ItemIcons/256/Icon_Compass.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Crown.png | 3 ++ .../Icon_ItemIcons/256/Icon_Crown.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Dice.png | 3 ++ .../Icon_ItemIcons/256/Icon_Dice.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Dice_Yellow.png | 3 ++ .../256/Icon_Dice_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Dog-Gum.png | 3 ++ .../Icon_ItemIcons/256/Icon_Dog-Gum.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Egg.png | 3 ++ .../Icon_ItemIcons/256/Icon_Egg.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Emergency_Bag.png | 3 ++ .../256/Icon_Emergency_Bag.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Energy_Green.png | 3 ++ .../256/Icon_Energy_Green.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Energy_Yellow.png | 3 ++ .../256/Icon_Energy_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Flippers.png | 3 ++ .../Icon_ItemIcons/256/Icon_Flippers.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Food_Can.png | 3 ++ .../Icon_ItemIcons/256/Icon_Food_Can.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Food_Meat.png | 3 ++ .../256/Icon_Food_Meat.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Food_Pizza.png | 3 ++ .../256/Icon_Food_Pizza.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Food_Shell.png | 3 ++ .../256/Icon_Food_Shell.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Friends.png | 3 ++ .../Icon_ItemIcons/256/Icon_Friends.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_GearWheels.png | 3 ++ .../256/Icon_GearWheels.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gem01_Blue.png | 3 ++ .../256/Icon_Gem01_Blue.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gem01_Green.png | 3 ++ .../256/Icon_Gem01_Green.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gem01_Pruple.png | 3 ++ .../256/Icon_Gem01_Pruple.png.meta | 3 ++ .../256/Icon_Gem02_Hexagon_Blue.png | 3 ++ .../256/Icon_Gem02_Hexagon_Blue.png.meta | 3 ++ .../256/Icon_Gem02_Hexagon_Green.png | 3 ++ .../256/Icon_Gem02_Hexagon_Green.png.meta | 3 ++ .../256/Icon_Gem02_Hexagon_Purple.png | 3 ++ .../256/Icon_Gem02_Hexagon_Purple.png.meta | 3 ++ .../256/Icon_Gem03_Diamond_Blue.png | 3 ++ .../256/Icon_Gem03_Diamond_Blue.png.meta | 3 ++ .../256/Icon_Gem03_Diamond_Green.png | 3 ++ .../256/Icon_Gem03_Diamond_Green.png.meta | 3 ++ .../256/Icon_Gem03_Diamond_Purple.png | 3 ++ .../256/Icon_Gem03_Diamond_Purple.png.meta | 3 ++ .../256/Icon_Gem04_Octagon_Blue.png | 3 ++ .../256/Icon_Gem04_Octagon_Blue.png.meta | 3 ++ .../256/Icon_Gem04_Octagon_Purple.png | 3 ++ .../256/Icon_Gem04_Octagon_Purple.png.meta | 3 ++ .../256/Icon_Gem04_Octagon_Red.png | 3 ++ .../256/Icon_Gem04_Octagon_Red.png.meta | 3 ++ .../256/Icon_Gem04_Octagon_Yellow.png | 3 ++ .../256/Icon_Gem04_Octagon_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gem_Pearl.png | 3 ++ .../256/Icon_Gem_Pearl.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gems.png | 3 ++ .../Icon_ItemIcons/256/Icon_Gems.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gift.png | 3 ++ .../Icon_ItemIcons/256/Icon_Gift.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gold.png | 3 ++ .../Icon_ItemIcons/256/Icon_Gold.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Golden_Pass.png | 3 ++ .../256/Icon_Golden_Pass.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Golds.png | 3 ++ .../Icon_ItemIcons/256/Icon_Golds.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Gps.png | 3 ++ .../Icon_ItemIcons/256/Icon_Gps.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Guild.png | 3 ++ .../Icon_ItemIcons/256/Icon_Guild.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Hammer.png | 3 ++ .../Icon_ItemIcons/256/Icon_Hammer.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Heart.png | 3 ++ .../Icon_ItemIcons/256/Icon_Heart.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Horsesheos.png | 3 ++ .../256/Icon_Horsesheos.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Hourglass.png | 3 ++ .../256/Icon_Hourglass.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Key_Bronze.png | 3 ++ .../256/Icon_Key_Bronze.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Key_Gold.png | 3 ++ .../Icon_ItemIcons/256/Icon_Key_Gold.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Key_Silver.png | 3 ++ .../256/Icon_Key_Silver.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Laurel.png | 3 ++ .../Icon_ItemIcons/256/Icon_Laurel.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Lock.png | 3 ++ .../Icon_ItemIcons/256/Icon_Lock.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Magnetic.png | 3 ++ .../Icon_ItemIcons/256/Icon_Magnetic.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Mail.png | 3 ++ .../Icon_ItemIcons/256/Icon_Mail.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Mana.png | 3 ++ .../Icon_ItemIcons/256/Icon_Mana.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Map.png | 3 ++ .../Icon_ItemIcons/256/Icon_Map.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Megaphone.png | 3 ++ .../256/Icon_Megaphone.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Missile.png | 3 ++ .../Icon_ItemIcons/256/Icon_Missile.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_News.png | 3 ++ .../Icon_ItemIcons/256/Icon_News.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Nut.png | 3 ++ .../Icon_ItemIcons/256/Icon_Nut.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Oil.png | 3 ++ .../Icon_ItemIcons/256/Icon_Oil.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Potion01_Blue.png | 3 ++ .../256/Icon_Potion01_Blue.png.meta | 3 ++ .../256/Icon_Potion01_Green.png | 3 ++ .../256/Icon_Potion01_Green.png.meta | 3 ++ .../256/Icon_Potion01_Orange.png | 3 ++ .../256/Icon_Potion01_Orange.png.meta | 3 ++ .../256/Icon_Potion01_Purple.png | 3 ++ .../256/Icon_Potion01_Purple.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Potion01_Red.png | 3 ++ .../256/Icon_Potion01_Red.png.meta | 3 ++ .../256/Icon_Potion01_Yellow.png | 3 ++ .../256/Icon_Potion01_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Potion02_Blue.png | 3 ++ .../256/Icon_Potion02_Blue.png.meta | 3 ++ .../256/Icon_Potion02_Green.png | 3 ++ .../256/Icon_Potion02_Green.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Potion02_Pink.png | 3 ++ .../256/Icon_Potion02_Pink.png.meta | 3 ++ .../256/Icon_Potion02_Purple.png | 3 ++ .../256/Icon_Potion02_Purple.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Potion02_Red.png | 3 ++ .../256/Icon_Potion02_Red.png.meta | 3 ++ .../256/Icon_Potion02_Yellow.png | 3 ++ .../256/Icon_Potion02_Yellow.png.meta | 3 ++ .../256/Icon_Potion02_YellowGreen.png | 3 ++ .../256/Icon_Potion02_YellowGreen.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Pumkin.png | 3 ++ .../Icon_ItemIcons/256/Icon_Pumkin.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Quest.png | 3 ++ .../Icon_ItemIcons/256/Icon_Quest.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Ranking.png | 3 ++ .../Icon_ItemIcons/256/Icon_Ranking.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Shield.png | 3 ++ .../Icon_ItemIcons/256/Icon_Shield.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Shop.png | 3 ++ .../Icon_ItemIcons/256/Icon_Shop.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Shovel.png | 3 ++ .../Icon_ItemIcons/256/Icon_Shovel.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Star.png | 3 ++ .../Icon_ItemIcons/256/Icon_Star.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Star_Red.png | 3 ++ .../Icon_ItemIcons/256/Icon_Star_Red.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Stopwatch.png | 3 ++ .../256/Icon_Stopwatch.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Sword.png | 3 ++ .../Icon_ItemIcons/256/Icon_Sword.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Target.png | 3 ++ .../Icon_ItemIcons/256/Icon_Target.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Timer.png | 3 ++ .../Icon_ItemIcons/256/Icon_Timer.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Tooth.png | 3 ++ .../Icon_ItemIcons/256/Icon_Tooth.png.meta | 3 ++ .../Icon_ItemIcons/256/Icon_Trophy.png | 3 ++ .../Icon_ItemIcons/256/Icon_Trophy.png.meta | 3 ++ .../Sprites/Components/Icon_ItemIcons/32.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Adremove.png | 3 ++ .../Icon_ItemIcons/32/Icon_Adremove.png.meta | 3 ++ .../Components/Icon_ItemIcons/32/Icon_Bag.png | 3 ++ .../Icon_ItemIcons/32/Icon_Bag.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Battle.png | 3 ++ .../Icon_ItemIcons/32/Icon_Battle.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Bolt.png | 3 ++ .../Icon_ItemIcons/32/Icon_Bolt.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Bomb_Bomb.png | 3 ++ .../Icon_ItemIcons/32/Icon_Bomb_Bomb.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Bomb_Dynamite.png | 3 ++ .../32/Icon_Bomb_Dynamite.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Bomb_LandMine.png | 3 ++ .../32/Icon_Bomb_LandMine.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Book.png | 3 ++ .../Icon_ItemIcons/32/Icon_Book.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Booster.png | 3 ++ .../Icon_ItemIcons/32/Icon_Booster.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Boots.png | 3 ++ .../Icon_ItemIcons/32/Icon_Boots.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_BoxingGloves.png | 3 ++ .../32/Icon_BoxingGloves.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Cards.png | 3 ++ .../Icon_ItemIcons/32/Icon_Cards.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Chest.png | 3 ++ .../Icon_ItemIcons/32/Icon_Chest.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Clan.png | 3 ++ .../Icon_ItemIcons/32/Icon_Clan.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Clover.png | 3 ++ .../Icon_ItemIcons/32/Icon_Clover.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Compass.png | 3 ++ .../Icon_ItemIcons/32/Icon_Compass.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Crown.png | 3 ++ .../Icon_ItemIcons/32/Icon_Crown.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Dice.png | 3 ++ .../Icon_ItemIcons/32/Icon_Dice.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Dice_Yellow.png | 3 ++ .../32/Icon_Dice_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Dog-Gum.png | 3 ++ .../Icon_ItemIcons/32/Icon_Dog-Gum.png.meta | 3 ++ .../Components/Icon_ItemIcons/32/Icon_Egg.png | 3 ++ .../Icon_ItemIcons/32/Icon_Egg.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Emergency_Bag.png | 3 ++ .../32/Icon_Emergency_Bag.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Energy_Green.png | 3 ++ .../32/Icon_Energy_Green.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Energy_Yellow.png | 3 ++ .../32/Icon_Energy_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Flippers.png | 3 ++ .../Icon_ItemIcons/32/Icon_Flippers.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Food_Can.png | 3 ++ .../Icon_ItemIcons/32/Icon_Food_Can.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Food_Meat.png | 3 ++ .../Icon_ItemIcons/32/Icon_Food_Meat.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Food_Pizza.png | 3 ++ .../32/Icon_Food_Pizza.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Food_Shell.png | 3 ++ .../32/Icon_Food_Shell.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Friends.png | 3 ++ .../Icon_ItemIcons/32/Icon_Friends.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_GearWheels.png | 3 ++ .../32/Icon_GearWheels.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gem01_Blue.png | 3 ++ .../32/Icon_Gem01_Blue.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gem01_Green.png | 3 ++ .../32/Icon_Gem01_Green.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gem01_Pruple.png | 3 ++ .../32/Icon_Gem01_Pruple.png.meta | 3 ++ .../32/Icon_Gem02_Hexagon_Blue.png | 3 ++ .../32/Icon_Gem02_Hexagon_Blue.png.meta | 3 ++ .../32/Icon_Gem02_Hexagon_Green.png | 3 ++ .../32/Icon_Gem02_Hexagon_Green.png.meta | 3 ++ .../32/Icon_Gem02_Hexagon_Purple.png | 3 ++ .../32/Icon_Gem02_Hexagon_Purple.png.meta | 3 ++ .../32/Icon_Gem03_Diamond_Blue.png | 3 ++ .../32/Icon_Gem03_Diamond_Blue.png.meta | 3 ++ .../32/Icon_Gem03_Diamond_Green.png | 3 ++ .../32/Icon_Gem03_Diamond_Green.png.meta | 3 ++ .../32/Icon_Gem03_Diamond_Purple.png | 3 ++ .../32/Icon_Gem03_Diamond_Purple.png.meta | 3 ++ .../32/Icon_Gem04_Octagon_Blue.png | 3 ++ .../32/Icon_Gem04_Octagon_Blue.png.meta | 3 ++ .../32/Icon_Gem04_Octagon_Purple.png | 3 ++ .../32/Icon_Gem04_Octagon_Purple.png.meta | 3 ++ .../32/Icon_Gem04_Octagon_Red.png | 3 ++ .../32/Icon_Gem04_Octagon_Red.png.meta | 3 ++ .../32/Icon_Gem04_Octagon_Yellow.png | 3 ++ .../32/Icon_Gem04_Octagon_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gem_Pearl.png | 3 ++ .../Icon_ItemIcons/32/Icon_Gem_Pearl.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gems.png | 3 ++ .../Icon_ItemIcons/32/Icon_Gems.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gift.png | 3 ++ .../Icon_ItemIcons/32/Icon_Gift.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Gold.png | 3 ++ .../Icon_ItemIcons/32/Icon_Gold.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Golden_Pass.png | 3 ++ .../32/Icon_Golden_Pass.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Golds.png | 3 ++ .../Icon_ItemIcons/32/Icon_Golds.png.meta | 3 ++ .../Components/Icon_ItemIcons/32/Icon_Gps.png | 3 ++ .../Icon_ItemIcons/32/Icon_Gps.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Guild.png | 3 ++ .../Icon_ItemIcons/32/Icon_Guild.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Hammer.png | 3 ++ .../Icon_ItemIcons/32/Icon_Hammer.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Heart.png | 3 ++ .../Icon_ItemIcons/32/Icon_Heart.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Horsesheos.png | 3 ++ .../32/Icon_Horsesheos.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Hourglass.png | 3 ++ .../Icon_ItemIcons/32/Icon_Hourglass.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Key_Bronze.png | 3 ++ .../32/Icon_Key_Bronze.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Key_Gold.png | 3 ++ .../Icon_ItemIcons/32/Icon_Key_Gold.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Key_Silver.png | 3 ++ .../32/Icon_Key_Silver.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Laurel.png | 3 ++ .../Icon_ItemIcons/32/Icon_Laurel.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Lock.png | 3 ++ .../Icon_ItemIcons/32/Icon_Lock.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Magnetic.png | 3 ++ .../Icon_ItemIcons/32/Icon_Magnetic.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Mail.png | 3 ++ .../Icon_ItemIcons/32/Icon_Mail.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Mana.png | 3 ++ .../Icon_ItemIcons/32/Icon_Mana.png.meta | 3 ++ .../Components/Icon_ItemIcons/32/Icon_Map.png | 3 ++ .../Icon_ItemIcons/32/Icon_Map.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Megaphone.png | 3 ++ .../Icon_ItemIcons/32/Icon_Megaphone.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Missile.png | 3 ++ .../Icon_ItemIcons/32/Icon_Missile.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_News.png | 3 ++ .../Icon_ItemIcons/32/Icon_News.png.meta | 3 ++ .../Components/Icon_ItemIcons/32/Icon_Nut.png | 3 ++ .../Icon_ItemIcons/32/Icon_Nut.png.meta | 3 ++ .../Components/Icon_ItemIcons/32/Icon_Oil.png | 3 ++ .../Icon_ItemIcons/32/Icon_Oil.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Potion01_Blue.png | 3 ++ .../32/Icon_Potion01_Blue.png.meta | 3 ++ .../32/Icon_Potion01_Purple.png | 3 ++ .../32/Icon_Potion01_Purple.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Potion01_Red.png | 3 ++ .../32/Icon_Potion01_Red.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Potion02_Pink.png | 3 ++ .../32/Icon_Potion02_Pink.png.meta | 3 ++ .../32/Icon_Potion02_Purple.png | 3 ++ .../32/Icon_Potion02_Purple.png.meta | 3 ++ .../32/Icon_Potion02_YellowGreen.png | 3 ++ .../32/Icon_Potion02_YellowGreen.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Pumkin.png | 3 ++ .../Icon_ItemIcons/32/Icon_Pumkin.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Quest.png | 3 ++ .../Icon_ItemIcons/32/Icon_Quest.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Ranking.png | 3 ++ .../Icon_ItemIcons/32/Icon_Ranking.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Shield.png | 3 ++ .../Icon_ItemIcons/32/Icon_Shield.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Shop.png | 3 ++ .../Icon_ItemIcons/32/Icon_Shop.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Shovel.png | 3 ++ .../Icon_ItemIcons/32/Icon_Shovel.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Star.png | 3 ++ .../Icon_ItemIcons/32/Icon_Star.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Star_Red.png | 3 ++ .../Icon_ItemIcons/32/Icon_Star_Red.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Stopwatch.png | 3 ++ .../Icon_ItemIcons/32/Icon_Stopwatch.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Sword.png | 3 ++ .../Icon_ItemIcons/32/Icon_Sword.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Target.png | 3 ++ .../Icon_ItemIcons/32/Icon_Target.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Timer.png | 3 ++ .../Icon_ItemIcons/32/Icon_Timer.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Tooth.png | 3 ++ .../Icon_ItemIcons/32/Icon_Tooth.png.meta | 3 ++ .../Icon_ItemIcons/32/Icon_Trophy.png | 3 ++ .../Icon_ItemIcons/32/Icon_Trophy.png.meta | 3 ++ .../Components/Icon_ItemIcons/512.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Adremove.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Adremove.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Bag.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Bag.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Battle.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Battle.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Bolt.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Bolt.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Bomb_Bomb.Png | 3 ++ .../512/Icon_Bomb_Bomb.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png | 3 ++ .../512/Icon_Bomb_Dynamite.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Bomb_LandMine.Png | 3 ++ .../512/Icon_Bomb_LandMine.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Book.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Book.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Booster.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Booster.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Boots.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Boots.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_BoxingGloves.Png | 3 ++ .../512/Icon_BoxingGloves.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Cards.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Cards.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Chest.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Chest.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Chest_Open.png | 3 ++ .../512/Icon_Chest_Open.png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Clan.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Clan.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Clover.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Clover.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Compass.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Compass.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Crown.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Crown.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Dice.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Dice.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Dice_Yellow.Png | 3 ++ .../512/Icon_Dice_Yellow.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Dog-Gum.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Dog-Gum.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Egg.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Egg.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Emergency_Bag.Png | 3 ++ .../512/Icon_Emergency_Bag.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Energy_Green.Png | 3 ++ .../512/Icon_Energy_Green.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Energy_Yellow.Png | 3 ++ .../512/Icon_Energy_Yellow.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Flippers.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Flippers.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Food_Can.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Food_Can.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Food_Meat.Png | 3 ++ .../512/Icon_Food_Meat.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Food_Pizza.Png | 3 ++ .../512/Icon_Food_Pizza.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Food_Shell.Png | 3 ++ .../512/Icon_Food_Shell.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Friends.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Friends.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_GearWheels.Png | 3 ++ .../512/Icon_GearWheels.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gem01_Blue.Png | 3 ++ .../512/Icon_Gem01_Blue.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gem01_Green.Png | 3 ++ .../512/Icon_Gem01_Green.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gem01_Pruple.Png | 3 ++ .../512/Icon_Gem01_Pruple.Png.meta | 3 ++ .../512/Icon_Gem02_Hexagon_Blue.Png | 3 ++ .../512/Icon_Gem02_Hexagon_Blue.Png.meta | 3 ++ .../512/Icon_Gem02_Hexagon_Green.Png | 3 ++ .../512/Icon_Gem02_Hexagon_Green.Png.meta | 3 ++ .../512/Icon_Gem02_Hexagon_Purple.Png | 3 ++ .../512/Icon_Gem02_Hexagon_Purple.Png.meta | 3 ++ .../512/Icon_Gem03_Diamond_Blue.Png | 3 ++ .../512/Icon_Gem03_Diamond_Blue.Png.meta | 3 ++ .../512/Icon_Gem03_Diamond_Green.Png | 3 ++ .../512/Icon_Gem03_Diamond_Green.Png.meta | 3 ++ .../512/Icon_Gem03_Diamond_Purple.Png | 3 ++ .../512/Icon_Gem03_Diamond_Purple.Png.meta | 3 ++ .../512/Icon_Gem04_Octagon_Blue.Png | 3 ++ .../512/Icon_Gem04_Octagon_Blue.Png.meta | 3 ++ .../512/Icon_Gem04_Octagon_Purple.Png | 3 ++ .../512/Icon_Gem04_Octagon_Purple.Png.meta | 3 ++ .../512/Icon_Gem04_Octagon_Red.Png | 3 ++ .../512/Icon_Gem04_Octagon_Red.Png.meta | 3 ++ .../512/Icon_Gem04_Octagon_Yellow.Png | 3 ++ .../512/Icon_Gem04_Octagon_Yellow.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gem_Pearl.Png | 3 ++ .../512/Icon_Gem_Pearl.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gems.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Gems.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gift.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Gift.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gold.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Gold.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Golden_Pass.Png | 3 ++ .../512/Icon_Golden_Pass.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Golds.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Golds.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Gps.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Gps.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Guild.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Guild.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Hammer.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Hammer.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Heart.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Heart.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Horsesheos.Png | 3 ++ .../512/Icon_Horsesheos.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Hourglass.Png | 3 ++ .../512/Icon_Hourglass.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Key_Bronze.Png | 3 ++ .../512/Icon_Key_Bronze.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Key_Gold.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Key_Gold.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Key_Silver.Png | 3 ++ .../512/Icon_Key_Silver.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Laurel.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Laurel.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Lock.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Lock.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Magnetic.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Magnetic.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Mail.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Mail.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Mana.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Mana.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Map.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Map.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Megaphone.Png | 3 ++ .../512/Icon_Megaphone.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Missile.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Missile.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_News.Png | 3 ++ .../Icon_ItemIcons/512/Icon_News.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Nut.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Nut.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Oil.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Oil.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Potion01_Blue.png | 3 ++ .../512/Icon_Potion01_Blue.png.meta | 3 ++ .../512/Icon_Potion01_Green.png | 3 ++ .../512/Icon_Potion01_Green.png.meta | 3 ++ .../512/Icon_Potion01_Orange.png | 3 ++ .../512/Icon_Potion01_Orange.png.meta | 3 ++ .../512/Icon_Potion01_Purple.png | 3 ++ .../512/Icon_Potion01_Purple.png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Potion01_Red.png | 3 ++ .../512/Icon_Potion01_Red.png.meta | 3 ++ .../512/Icon_Potion01_Yellow.png | 3 ++ .../512/Icon_Potion01_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Potion02_Blue.png | 3 ++ .../512/Icon_Potion02_Blue.png.meta | 3 ++ .../512/Icon_Potion02_Green.png | 3 ++ .../512/Icon_Potion02_Green.png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Potion02_Pink.png | 3 ++ .../512/Icon_Potion02_Pink.png.meta | 3 ++ .../512/Icon_Potion02_Purple.png | 3 ++ .../512/Icon_Potion02_Purple.png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Potion02_Red.png | 3 ++ .../512/Icon_Potion02_Red.png.meta | 3 ++ .../512/Icon_Potion02_Yellow.png | 3 ++ .../512/Icon_Potion02_Yellow.png.meta | 3 ++ .../512/Icon_Potion02_YellowGreen.png | 3 ++ .../512/Icon_Potion02_YellowGreen.png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Pumkin.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Pumkin.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Quest.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Quest.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Ranking.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Ranking.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Shield.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Shield.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Shop.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Shop.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Shovel.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Shovel.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Star.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Star.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Star_Red.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Star_Red.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Stopwatch.Png | 3 ++ .../512/Icon_Stopwatch.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Sword.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Sword.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Target.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Target.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Timer.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Timer.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Tooth.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Tooth.Png.meta | 3 ++ .../Icon_ItemIcons/512/Icon_Trophy.Png | 3 ++ .../Icon_ItemIcons/512/Icon_Trophy.Png.meta | 3 ++ .../Sprites/Components/Icon_ItemIcons/64.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Adremove.png | 3 ++ .../Icon_ItemIcons/64/Icon_Adremove.png.meta | 3 ++ .../Components/Icon_ItemIcons/64/Icon_Bag.png | 3 ++ .../Icon_ItemIcons/64/Icon_Bag.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Battle.png | 3 ++ .../Icon_ItemIcons/64/Icon_Battle.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Bolt.png | 3 ++ .../Icon_ItemIcons/64/Icon_Bolt.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Bomb_Bomb.png | 3 ++ .../Icon_ItemIcons/64/Icon_Bomb_Bomb.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Bomb_Dynamite.png | 3 ++ .../64/Icon_Bomb_Dynamite.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Bomb_LandMine.png | 3 ++ .../64/Icon_Bomb_LandMine.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Book.png | 3 ++ .../Icon_ItemIcons/64/Icon_Book.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Booster.png | 3 ++ .../Icon_ItemIcons/64/Icon_Booster.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Boots.png | 3 ++ .../Icon_ItemIcons/64/Icon_Boots.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_BoxingGloves.png | 3 ++ .../64/Icon_BoxingGloves.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Cards.png | 3 ++ .../Icon_ItemIcons/64/Icon_Cards.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Chest.png | 3 ++ .../Icon_ItemIcons/64/Icon_Chest.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Clan.png | 3 ++ .../Icon_ItemIcons/64/Icon_Clan.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Clover.png | 3 ++ .../Icon_ItemIcons/64/Icon_Clover.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Compass.png | 3 ++ .../Icon_ItemIcons/64/Icon_Compass.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Crown.png | 3 ++ .../Icon_ItemIcons/64/Icon_Crown.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Dice.png | 3 ++ .../Icon_ItemIcons/64/Icon_Dice.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Dice_Yellow.png | 3 ++ .../64/Icon_Dice_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Dog-Gum.png | 3 ++ .../Icon_ItemIcons/64/Icon_Dog-Gum.png.meta | 3 ++ .../Components/Icon_ItemIcons/64/Icon_Egg.png | 3 ++ .../Icon_ItemIcons/64/Icon_Egg.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Emergency_Bag.png | 3 ++ .../64/Icon_Emergency_Bag.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Energy_Green.png | 3 ++ .../64/Icon_Energy_Green.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Energy_Yellow.png | 3 ++ .../64/Icon_Energy_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Flippers.png | 3 ++ .../Icon_ItemIcons/64/Icon_Flippers.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Food_Can.png | 3 ++ .../Icon_ItemIcons/64/Icon_Food_Can.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Food_Meat.png | 3 ++ .../Icon_ItemIcons/64/Icon_Food_Meat.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Food_Pizza.png | 3 ++ .../64/Icon_Food_Pizza.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Food_Shell.png | 3 ++ .../64/Icon_Food_Shell.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Friends.png | 3 ++ .../Icon_ItemIcons/64/Icon_Friends.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_GearWheels.png | 3 ++ .../64/Icon_GearWheels.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gem01_Blue.png | 3 ++ .../64/Icon_Gem01_Blue.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gem01_Green.png | 3 ++ .../64/Icon_Gem01_Green.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gem01_Pruple.png | 3 ++ .../64/Icon_Gem01_Pruple.png.meta | 3 ++ .../64/Icon_Gem02_Hexagon_Blue.png | 3 ++ .../64/Icon_Gem02_Hexagon_Blue.png.meta | 3 ++ .../64/Icon_Gem02_Hexagon_Green.png | 3 ++ .../64/Icon_Gem02_Hexagon_Green.png.meta | 3 ++ .../64/Icon_Gem02_Hexagon_Purple.png | 3 ++ .../64/Icon_Gem02_Hexagon_Purple.png.meta | 3 ++ .../64/Icon_Gem03_Diamond_Blue.png | 3 ++ .../64/Icon_Gem03_Diamond_Blue.png.meta | 3 ++ .../64/Icon_Gem03_Diamond_Green.png | 3 ++ .../64/Icon_Gem03_Diamond_Green.png.meta | 3 ++ .../64/Icon_Gem03_Diamond_Purple.png | 3 ++ .../64/Icon_Gem03_Diamond_Purple.png.meta | 3 ++ .../64/Icon_Gem04_Octagon_Blue.png | 3 ++ .../64/Icon_Gem04_Octagon_Blue.png.meta | 3 ++ .../64/Icon_Gem04_Octagon_Purple.png | 3 ++ .../64/Icon_Gem04_Octagon_Purple.png.meta | 3 ++ .../64/Icon_Gem04_Octagon_Red.png | 3 ++ .../64/Icon_Gem04_Octagon_Red.png.meta | 3 ++ .../64/Icon_Gem04_Octagon_Yellow.png | 3 ++ .../64/Icon_Gem04_Octagon_Yellow.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gem_Pearl.png | 3 ++ .../Icon_ItemIcons/64/Icon_Gem_Pearl.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gems.png | 3 ++ .../Icon_ItemIcons/64/Icon_Gems.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gift.png | 3 ++ .../Icon_ItemIcons/64/Icon_Gift.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Gold.png | 3 ++ .../Icon_ItemIcons/64/Icon_Gold.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Golden_Pass.png | 3 ++ .../64/Icon_Golden_Pass.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Golds.png | 3 ++ .../Icon_ItemIcons/64/Icon_Golds.png.meta | 3 ++ .../Components/Icon_ItemIcons/64/Icon_Gps.png | 3 ++ .../Icon_ItemIcons/64/Icon_Gps.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Guild.png | 3 ++ .../Icon_ItemIcons/64/Icon_Guild.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Hammer.png | 3 ++ .../Icon_ItemIcons/64/Icon_Hammer.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Heart.png | 3 ++ .../Icon_ItemIcons/64/Icon_Heart.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Horsesheos.png | 3 ++ .../64/Icon_Horsesheos.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Hourglass.png | 3 ++ .../Icon_ItemIcons/64/Icon_Hourglass.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Key_Bronze.png | 3 ++ .../64/Icon_Key_Bronze.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Key_Gold.png | 3 ++ .../Icon_ItemIcons/64/Icon_Key_Gold.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Key_Silver.png | 3 ++ .../64/Icon_Key_Silver.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Laurel.png | 3 ++ .../Icon_ItemIcons/64/Icon_Laurel.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Lock.png | 3 ++ .../Icon_ItemIcons/64/Icon_Lock.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Magnetic.png | 3 ++ .../Icon_ItemIcons/64/Icon_Magnetic.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Mail.png | 3 ++ .../Icon_ItemIcons/64/Icon_Mail.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Mana.png | 3 ++ .../Icon_ItemIcons/64/Icon_Mana.png.meta | 3 ++ .../Components/Icon_ItemIcons/64/Icon_Map.png | 3 ++ .../Icon_ItemIcons/64/Icon_Map.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Megaphone.png | 3 ++ .../Icon_ItemIcons/64/Icon_Megaphone.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Missile.png | 3 ++ .../Icon_ItemIcons/64/Icon_Missile.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_News.png | 3 ++ .../Icon_ItemIcons/64/Icon_News.png.meta | 3 ++ .../Components/Icon_ItemIcons/64/Icon_Nut.png | 3 ++ .../Icon_ItemIcons/64/Icon_Nut.png.meta | 3 ++ .../Components/Icon_ItemIcons/64/Icon_Oil.png | 3 ++ .../Icon_ItemIcons/64/Icon_Oil.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Potion01_Blue.png | 3 ++ .../64/Icon_Potion01_Blue.png.meta | 3 ++ .../64/Icon_Potion01_Purple.png | 3 ++ .../64/Icon_Potion01_Purple.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Potion01_Red.png | 3 ++ .../64/Icon_Potion01_Red.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Potion02_Pink.png | 3 ++ .../64/Icon_Potion02_Pink.png.meta | 3 ++ .../64/Icon_Potion02_Purple.png | 3 ++ .../64/Icon_Potion02_Purple.png.meta | 3 ++ .../64/Icon_Potion02_YellowGreen.png | 3 ++ .../64/Icon_Potion02_YellowGreen.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Pumkin.png | 3 ++ .../Icon_ItemIcons/64/Icon_Pumkin.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Quest.png | 3 ++ .../Icon_ItemIcons/64/Icon_Quest.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Ranking.png | 3 ++ .../Icon_ItemIcons/64/Icon_Ranking.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Shield.png | 3 ++ .../Icon_ItemIcons/64/Icon_Shield.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Shop.png | 3 ++ .../Icon_ItemIcons/64/Icon_Shop.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Shovel.png | 3 ++ .../Icon_ItemIcons/64/Icon_Shovel.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Star.png | 3 ++ .../Icon_ItemIcons/64/Icon_Star.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Star_Red.png | 3 ++ .../Icon_ItemIcons/64/Icon_Star_Red.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Stopwatch.png | 3 ++ .../Icon_ItemIcons/64/Icon_Stopwatch.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Sword.png | 3 ++ .../Icon_ItemIcons/64/Icon_Sword.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Target.png | 3 ++ .../Icon_ItemIcons/64/Icon_Target.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Timer.png | 3 ++ .../Icon_ItemIcons/64/Icon_Timer.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Tooth.png | 3 ++ .../Icon_ItemIcons/64/Icon_Tooth.png.meta | 3 ++ .../Icon_ItemIcons/64/Icon_Trophy.png | 3 ++ .../Icon_ItemIcons/64/Icon_Trophy.png.meta | 3 ++ .../Components/Icon_ItemIcons/Original.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Adremove.Png | 3 ++ .../Original/Icon_Adremove.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Bag.Png | 3 ++ .../Icon_ItemIcons/Original/Icon_Bag.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Battle.Png | 3 ++ .../Original/Icon_Battle.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Bolt.Png | 3 ++ .../Original/Icon_Bolt.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Book.Png | 3 ++ .../Original/Icon_Book.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Booster.Png | 3 ++ .../Original/Icon_Booster.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Boots.Png | 3 ++ .../Original/Icon_Boots.Png.meta | 3 ++ .../Original/Icon_Boxing Gloves.Png | 3 ++ .../Original/Icon_Boxing Gloves.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Cards.Png | 3 ++ .../Original/Icon_Cards.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Chest.Png | 3 ++ .../Original/Icon_Chest.Png.meta | 3 ++ .../Original/Icon_Chest_Open_l.png | 3 ++ .../Original/Icon_Chest_Open_l.png.meta | 3 ++ .../Original/Icon_Chest_Open_m.png | 3 ++ .../Original/Icon_Chest_Open_m.png.meta | 3 ++ .../Original/Icon_Chest_Open_s.png | 3 ++ .../Original/Icon_Chest_Open_s.png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Clan.Png | 3 ++ .../Original/Icon_Clan.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Clover.Png | 3 ++ .../Original/Icon_Clover.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Compass.Png | 3 ++ .../Original/Icon_Compass.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Crown.Png | 3 ++ .../Original/Icon_Crown.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Dice.Png | 3 ++ .../Original/Icon_Dice.Png.meta | 3 ++ .../Original/Icon_Dice_Yellow.Png | 3 ++ .../Original/Icon_Dice_Yellow.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_DogGum.Png | 3 ++ .../Original/Icon_DogGum.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Egg.Png | 3 ++ .../Icon_ItemIcons/Original/Icon_Egg.Png.meta | 3 ++ .../Original/Icon_Emergency_Bag.Png | 3 ++ .../Original/Icon_Emergency_Bag.Png.meta | 3 ++ .../Original/Icon_Energy_Green.Png | 3 ++ .../Original/Icon_Energy_Green.Png.meta | 3 ++ .../Original/Icon_Energy_Yellow.Png | 3 ++ .../Original/Icon_Energy_Yellow.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Flippers.Png | 3 ++ .../Original/Icon_Flippers.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Food_Can.Png | 3 ++ .../Original/Icon_Food_Can.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Friends.Png | 3 ++ .../Original/Icon_Friends.Png.meta | 3 ++ .../Original/Icon_GearWheels.Png | 3 ++ .../Original/Icon_GearWheels.Png.meta | 3 ++ .../Original/Icon_Gem01_Blue.Png | 3 ++ .../Original/Icon_Gem01_Blue.Png.meta | 3 ++ .../Original/Icon_Gem01_Green.Png | 3 ++ .../Original/Icon_Gem01_Green.Png.meta | 3 ++ .../Original/Icon_Gem01_Purple.Png | 3 ++ .../Original/Icon_Gem01_Purple.Png.meta | 3 ++ .../Original/Icon_Gem02_Hexagon_Blue.Png | 3 ++ .../Original/Icon_Gem02_Hexagon_Blue.Png.meta | 3 ++ .../Original/Icon_Gem02_Hexagon_Green.Png | 3 ++ .../Icon_Gem02_Hexagon_Green.Png.meta | 3 ++ .../Original/Icon_Gem02_Hexagon_Purple.Png | 3 ++ .../Icon_Gem02_Hexagon_Purple.Png.meta | 3 ++ .../Original/Icon_Gem03_Diamond_Blue.Png | 3 ++ .../Original/Icon_Gem03_Diamond_Blue.Png.meta | 3 ++ .../Original/Icon_Gem03_Diamond_Green.Png | 3 ++ .../Icon_Gem03_Diamond_Green.Png.meta | 3 ++ .../Original/Icon_Gem03_Diamond_Purple.Png | 3 ++ .../Icon_Gem03_Diamond_Purple.Png.meta | 3 ++ .../Original/Icon_Gem04_Octagon_Blue.Png | 3 ++ .../Original/Icon_Gem04_Octagon_Blue.Png.meta | 3 ++ .../Original/Icon_Gem04_Octagon_Purple.Png | 3 ++ .../Icon_Gem04_Octagon_Purple.Png.meta | 3 ++ .../Original/Icon_Gem04_Octagon_Red.Png | 3 ++ .../Original/Icon_Gem04_Octagon_Red.Png.meta | 3 ++ .../Original/Icon_Gem04_Octagon_Yellow.Png | 3 ++ .../Icon_Gem04_Octagon_Yellow.Png.meta | 3 ++ .../Original/Icon_Gem_Pearl.Png | 3 ++ .../Original/Icon_Gem_Pearl.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Gems.Png | 3 ++ .../Original/Icon_Gems.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Gift.Png | 3 ++ .../Original/Icon_Gift.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Gold.Png | 3 ++ .../Original/Icon_Gold.Png.meta | 3 ++ .../Original/Icon_Golden_Pass.Png | 3 ++ .../Original/Icon_Golden_Pass.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Golds.Png | 3 ++ .../Original/Icon_Golds.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Gps.Png | 3 ++ .../Icon_ItemIcons/Original/Icon_Gps.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Guild.Png | 3 ++ .../Original/Icon_Guild.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Hammer.Png | 3 ++ .../Original/Icon_Hammer.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Heart.Png | 3 ++ .../Original/Icon_Heart.Png.meta | 3 ++ .../Original/Icon_Horsesheos.Png | 3 ++ .../Original/Icon_Horsesheos.Png.meta | 3 ++ .../Original/Icon_Hourglass.Png | 3 ++ .../Original/Icon_Hourglass.Png.meta | 3 ++ .../Original/Icon_Key_Bronze.Png | 3 ++ .../Original/Icon_Key_Bronze.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Key_Gold.Png | 3 ++ .../Original/Icon_Key_Gold.Png.meta | 3 ++ .../Original/Icon_Key_Silver.Png | 3 ++ .../Original/Icon_Key_Silver.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Laurel.Png | 3 ++ .../Original/Icon_Laurel.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Lock.Png | 3 ++ .../Original/Icon_Lock.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Magnetic.Png | 3 ++ .../Original/Icon_Magnetic.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Mail.Png | 3 ++ .../Original/Icon_Mail.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Mana.Png | 3 ++ .../Original/Icon_Mana.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Map.Png | 3 ++ .../Icon_ItemIcons/Original/Icon_Map.Png.meta | 3 ++ .../Original/Icon_Megaphone.Png | 3 ++ .../Original/Icon_Megaphone.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Missile.Png | 3 ++ .../Original/Icon_Missile.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_News.Png | 3 ++ .../Original/Icon_News.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Nut.Png | 3 ++ .../Icon_ItemIcons/Original/Icon_Nut.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Oil.Png | 3 ++ .../Icon_ItemIcons/Original/Icon_Oil.Png.meta | 3 ++ .../Original/Icon_Potion01_Blue.png | 3 ++ .../Original/Icon_Potion01_Blue.png.meta | 3 ++ .../Original/Icon_Potion01_Green.png | 3 ++ .../Original/Icon_Potion01_Green.png.meta | 3 ++ .../Original/Icon_Potion01_Orange.png | 3 ++ .../Original/Icon_Potion01_Orange.png.meta | 3 ++ .../Original/Icon_Potion01_Purple.png | 3 ++ .../Original/Icon_Potion01_Purple.png.meta | 3 ++ .../Original/Icon_Potion01_Red.png | 3 ++ .../Original/Icon_Potion01_Red.png.meta | 3 ++ .../Original/Icon_Potion01_Yellow.png | 3 ++ .../Original/Icon_Potion01_Yellow.png.meta | 3 ++ .../Original/Icon_Potion02_Blue.png | 3 ++ .../Original/Icon_Potion02_Blue.png.meta | 3 ++ .../Original/Icon_Potion02_Green.png | 3 ++ .../Original/Icon_Potion02_Green.png.meta | 3 ++ .../Original/Icon_Potion02_Pink.png | 3 ++ .../Original/Icon_Potion02_Pink.png.meta | 3 ++ .../Original/Icon_Potion02_Purple.png | 3 ++ .../Original/Icon_Potion02_Purple.png.meta | 3 ++ .../Original/Icon_Potion02_Red.png | 3 ++ .../Original/Icon_Potion02_Red.png.meta | 3 ++ .../Original/Icon_Potion02_Yellow.png | 3 ++ .../Original/Icon_Potion02_Yellow.png.meta | 3 ++ .../Original/Icon_Potion02_YellowGreen.png | 3 ++ .../Icon_Potion02_YellowGreen.png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Pumkin.Png | 3 ++ .../Original/Icon_Pumkin.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Quest.Png | 3 ++ .../Original/Icon_Quest.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Ranking.Png | 3 ++ .../Original/Icon_Ranking.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Shield.Png | 3 ++ .../Original/Icon_Shield.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Shop.Png | 3 ++ .../Original/Icon_Shop.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Shovel.Png | 3 ++ .../Original/Icon_Shovel.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Star.Png | 3 ++ .../Original/Icon_Star.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Star_Red.Png | 3 ++ .../Original/Icon_Star_Red.Png.meta | 3 ++ .../Original/Icon_Stopwatch.Png | 3 ++ .../Original/Icon_Stopwatch.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Sword.Png | 3 ++ .../Original/Icon_Sword.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Target.Png | 3 ++ .../Original/Icon_Target.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Timer.Png | 3 ++ .../Original/Icon_Timer.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Tooth.Png | 3 ++ .../Original/Icon_Tooth.Png.meta | 3 ++ .../Icon_ItemIcons/Original/Icon_Trophy.Png | 3 ++ .../Original/Icon_Trophy.Png.meta | 3 ++ .../Original/icon_Bomb_Bomb.Png | 3 ++ .../Original/icon_Bomb_Bomb.Png.meta | 3 ++ .../Original/icon_Bomb_Dynamite.Png | 3 ++ .../Original/icon_Bomb_Dynamite.Png.meta | 3 ++ .../Original/icon_Bomb_LandMine.Png | 3 ++ .../Original/icon_Bomb_LandMine.Png.meta | 3 ++ .../Original/icon_Food_Meat.Png | 3 ++ .../Original/icon_Food_Meat.Png.meta | 3 ++ .../Original/icon_Food_Pizza.Png | 3 ++ .../Original/icon_Food_Pizza.Png.meta | 3 ++ .../Original/icon_Food_Shell.Png | 3 ++ .../Original/icon_Food_Shell.Png.meta | 3 ++ .../Sprites/Components/Icon_PictoIcons.meta | 3 ++ .../Components/Icon_PictoIcons/128.meta | 3 ++ .../Icon_PictoIcons/128/PictoIcon_Check.Png | 3 ++ .../128/PictoIcon_Check.Png.meta | 3 ++ .../Icon_PictoIcons/128/PictoIcon_Close.Png | 3 ++ .../128/PictoIcon_Close.Png.meta | 3 ++ .../128/PictoIcon_Close_Circle.Png | 3 ++ .../128/PictoIcon_Close_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/128/PictoIcon_Divide.Png | 3 ++ .../128/PictoIcon_Divide.Png.meta | 3 ++ .../128/PictoIcon_Divide_Circle.Png | 3 ++ .../128/PictoIcon_Divide_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/128/PictoIcon_Equal.Png | 3 ++ .../128/PictoIcon_Equal.Png.meta | 3 ++ .../128/PictoIcon_Equal_Circle.Png | 3 ++ .../128/PictoIcon_Equal_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/128/PictoIcon_Minus.Png | 3 ++ .../128/PictoIcon_Minus.Png.meta | 3 ++ .../128/PictoIcon_Minus_Circle.Png | 3 ++ .../128/PictoIcon_Minus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/128/PictoIcon_Plus.Png | 3 ++ .../128/PictoIcon_Plus.Png.meta | 3 ++ .../128/PictoIcon_Plus_Circle.Png | 3 ++ .../128/PictoIcon_Plus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Account.Png | 3 ++ .../128/Pictoicon_Account.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Achieve.Png | 3 ++ .../128/Pictoicon_Achieve.Png.meta | 3 ++ .../128/Pictoicon_Airplane.Png | 3 ++ .../128/Pictoicon_Airplane.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Alert.Png | 3 ++ .../128/Pictoicon_Alert.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Anchor.Png | 3 ++ .../128/Pictoicon_Anchor.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Angel.Png | 3 ++ .../128/Pictoicon_Angel.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Ankh.Png | 3 ++ .../128/Pictoicon_Ankh.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Anvil.Png | 3 ++ .../128/Pictoicon_Anvil.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Armor.Png | 3 ++ .../128/Pictoicon_Armor.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Arrow.Png | 3 ++ .../128/Pictoicon_Arrow.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Backward.Png | 3 ++ .../128/Pictoicon_Arrow_Backward.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Bottom.Png | 3 ++ .../128/Pictoicon_Arrow_Bottom.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Down.Png | 3 ++ .../128/Pictoicon_Arrow_Down.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Forward.Png | 3 ++ .../128/Pictoicon_Arrow_Forward.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Fw.Png | 3 ++ .../128/Pictoicon_Arrow_Fw.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Next.Png | 3 ++ .../128/Pictoicon_Arrow_Next.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Prev.Png | 3 ++ .../128/Pictoicon_Arrow_Prev.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Rw.Png | 3 ++ .../128/Pictoicon_Arrow_Rw.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Top.Png | 3 ++ .../128/Pictoicon_Arrow_Top.Png.meta | 3 ++ .../128/Pictoicon_Arrow_Up.Png | 3 ++ .../128/Pictoicon_Arrow_Up.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Arrows.Png | 3 ++ .../128/Pictoicon_Arrows.Png.meta | 3 ++ .../128/Pictoicon_Assassin.Png | 3 ++ .../128/Pictoicon_Assassin.Png.meta | 3 ++ .../128/Pictoicon_Attachment.Png | 3 ++ .../128/Pictoicon_Attachment.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Attack.Png | 3 ++ .../128/Pictoicon_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Audio.Png | 3 ++ .../128/Pictoicon_Audio.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Award.Png | 3 ++ .../128/Pictoicon_Award.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Axe.Png | 3 ++ .../128/Pictoicon_Axe.Png.meta | 3 ++ .../128/Pictoicon_Bad_Immune.Png | 3 ++ .../128/Pictoicon_Bad_Immune.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bag.Png | 3 ++ .../128/Pictoicon_Bag.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Ball.Png | 3 ++ .../128/Pictoicon_Ball.Png.meta | 3 ++ .../128/Pictoicon_Ball_Attack.Png | 3 ++ .../128/Pictoicon_Ball_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bang.Png | 3 ++ .../128/Pictoicon_Bang.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bank.Png | 3 ++ .../128/Pictoicon_Bank.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bat.Png | 3 ++ .../128/Pictoicon_Bat.Png.meta | 3 ++ .../128/Pictoicon_Battery_0.Png | 3 ++ .../128/Pictoicon_Battery_0.Png.meta | 3 ++ .../128/Pictoicon_Battery_1.Png | 3 ++ .../128/Pictoicon_Battery_1.Png.meta | 3 ++ .../128/Pictoicon_Battery_2.Png | 3 ++ .../128/Pictoicon_Battery_2.Png.meta | 3 ++ .../128/Pictoicon_Battery_3.Png | 3 ++ .../128/Pictoicon_Battery_3.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Battle.Png | 3 ++ .../128/Pictoicon_Battle.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bell.Png | 3 ++ .../128/Pictoicon_Bell.Png.meta | 3 ++ .../128/Pictoicon_Bell_Mute.Png | 3 ++ .../128/Pictoicon_Bell_Mute.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bin.Png | 3 ++ .../128/Pictoicon_Bin.Png.meta | 3 ++ .../128/Pictoicon_Blackhole.Png | 3 ++ .../128/Pictoicon_Blackhole.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Block_0.Png | 3 ++ .../128/Pictoicon_Block_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Block_1.Png | 3 ++ .../128/Pictoicon_Block_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bone.Png | 3 ++ .../128/Pictoicon_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Book_0.Png | 3 ++ .../128/Pictoicon_Book_0.Png.meta | 3 ++ .../128/Pictoicon_Bookmark.Png | 3 ++ .../128/Pictoicon_Bookmark.Png.meta | 3 ++ .../128/Pictoicon_Bookmark_Add.Png | 3 ++ .../128/Pictoicon_Bookmark_Add.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Boom.Png | 3 ++ .../128/Pictoicon_Boom.Png.meta | 3 ++ .../128/Pictoicon_Boot_Fly.Png | 3 ++ .../128/Pictoicon_Boot_Fly.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Boss.Png | 3 ++ .../128/Pictoicon_Boss.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Buff.Png | 3 ++ .../128/Pictoicon_Buff.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Bulb.Png | 3 ++ .../128/Pictoicon_Bulb.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Cactus.Png | 3 ++ .../128/Pictoicon_Cactus.Png.meta | 3 ++ .../128/Pictoicon_Calendar.Png | 3 ++ .../128/Pictoicon_Calendar.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Camera.Png | 3 ++ .../128/Pictoicon_Camera.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Candle.Png | 3 ++ .../128/Pictoicon_Candle.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Card.Png | 3 ++ .../128/Pictoicon_Card.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Cart.Png | 3 ++ .../128/Pictoicon_Cart.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Castle.Png | 3 ++ .../128/Pictoicon_Castle.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Caution.Png | 3 ++ .../128/Pictoicon_Caution.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Chat.Png | 3 ++ .../128/Pictoicon_Chat.Png.meta | 3 ++ .../128/Pictoicon_Chess_King.Png | 3 ++ .../128/Pictoicon_Chess_King.Png.meta | 3 ++ .../128/Pictoicon_Chess_Knight.Png | 3 ++ .../128/Pictoicon_Chess_Knight.Png.meta | 3 ++ .../128/Pictoicon_Chess_Pawn.Png | 3 ++ .../128/Pictoicon_Chess_Pawn.Png.meta | 3 ++ .../128/Pictoicon_Chess_Queen.Png | 3 ++ .../128/Pictoicon_Chess_Queen.Png.meta | 3 ++ .../128/Pictoicon_Chess_Rock.Png | 3 ++ .../128/Pictoicon_Chess_Rock.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Chest_0.Png | 3 ++ .../128/Pictoicon_Chest_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Chest_1.Png | 3 ++ .../128/Pictoicon_Chest_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Cloth.Png | 3 ++ .../128/Pictoicon_Cloth.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Clover.Png | 3 ++ .../128/Pictoicon_Clover.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Coal.Png | 3 ++ .../128/Pictoicon_Coal.Png.meta | 3 ++ .../128/Pictoicon_Coin_Crown.Png | 3 ++ .../128/Pictoicon_Coin_Crown.Png.meta | 3 ++ .../128/Pictoicon_Coin_Skull.Png | 3 ++ .../128/Pictoicon_Coin_Skull.Png.meta | 3 ++ .../128/Pictoicon_Coin_Star.Png | 3 ++ .../128/Pictoicon_Coin_Star.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Compass.Png | 3 ++ .../128/Pictoicon_Compass.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Confirm.Png | 3 ++ .../128/Pictoicon_Confirm.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Connect.Png | 3 ++ .../128/Pictoicon_Connect.Png.meta | 3 ++ .../128/Pictoicon_Control_Fw.Png | 3 ++ .../128/Pictoicon_Control_Fw.Png.meta | 3 ++ .../128/Pictoicon_Control_Pause.Png | 3 ++ .../128/Pictoicon_Control_Pause.Png.meta | 3 ++ .../128/Pictoicon_Control_Play.Png | 3 ++ .../128/Pictoicon_Control_Play.Png.meta | 3 ++ .../128/Pictoicon_Control_Rw.Png | 3 ++ .../128/Pictoicon_Control_Rw.Png.meta | 3 ++ .../128/Pictoicon_Control_Stop.Png | 3 ++ .../128/Pictoicon_Control_Stop.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Copy.Png | 3 ++ .../128/Pictoicon_Copy.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Coupon.Png | 3 ++ .../128/Pictoicon_Coupon.Png.meta | 3 ++ .../128/Pictoicon_Critical.Png | 3 ++ .../128/Pictoicon_Critical.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Crown.Png | 3 ++ .../128/Pictoicon_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Crystal.Png | 3 ++ .../128/Pictoicon_Crystal.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Damage.Png | 3 ++ .../128/Pictoicon_Damage.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Debug.Png | 3 ++ .../128/Pictoicon_Debug.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Defense.Png | 3 ++ .../128/Pictoicon_Defense.Png.meta | 3 ++ .../128/Pictoicon_Defense_Weak.Png | 3 ++ .../128/Pictoicon_Defense_Weak.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Detail.Png | 3 ++ .../128/Pictoicon_Detail.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Dice.Png | 3 ++ .../128/Pictoicon_Dice.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Dig.Png | 3 ++ .../128/Pictoicon_Dig.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Direct.Png | 3 ++ .../128/Pictoicon_Direct.Png.meta | 3 ++ .../128/Pictoicon_Direction.Png | 3 ++ .../128/Pictoicon_Direction.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Dislike.Png | 3 ++ .../128/Pictoicon_Dislike.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Display.Png | 3 ++ .../128/Pictoicon_Display.Png.meta | 3 ++ .../128/Pictoicon_Documnet.Png | 3 ++ .../128/Pictoicon_Documnet.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Door.Png | 3 ++ .../128/Pictoicon_Door.Png.meta | 3 ++ .../128/Pictoicon_Download.Png | 3 ++ .../128/Pictoicon_Download.Png.meta | 3 ++ .../128/Pictoicon_Emoji_Angry.Png | 3 ++ .../128/Pictoicon_Emoji_Angry.Png.meta | 3 ++ .../128/Pictoicon_Emoji_Sad.Png | 3 ++ .../128/Pictoicon_Emoji_Sad.Png.meta | 3 ++ .../128/Pictoicon_Emoji_Smile.Png | 3 ++ .../128/Pictoicon_Emoji_Smile.Png.meta | 3 ++ .../128/Pictoicon_Emoji_Wow.Png | 3 ++ .../128/Pictoicon_Emoji_Wow.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Energy.Png | 3 ++ .../128/Pictoicon_Energy.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Expand.Png | 3 ++ .../128/Pictoicon_Expand.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Export.Png | 3 ++ .../128/Pictoicon_Export.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Eyeball.Png | 3 ++ .../128/Pictoicon_Eyeball.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Feather.Png | 3 ++ .../128/Pictoicon_Feather.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Female.Png | 3 ++ .../128/Pictoicon_Female.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Fense.Png | 3 ++ .../128/Pictoicon_Fense.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Fight.Png | 3 ++ .../128/Pictoicon_Fight.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Filter.Png | 3 ++ .../128/Pictoicon_Filter.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Fire.Png | 3 ++ .../128/Pictoicon_Fire.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Firm.Png | 3 ++ .../128/Pictoicon_Firm.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Fish.Png | 3 ++ .../128/Pictoicon_Fish.Png.meta | 3 ++ .../128/Pictoicon_Fish_Bone.Png | 3 ++ .../128/Pictoicon_Fish_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Fist.Png | 3 ++ .../128/Pictoicon_Fist.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Fix.Png | 3 ++ .../128/Pictoicon_Fix.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Flag_0.Png | 3 ++ .../128/Pictoicon_Flag_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Flag_1.Png | 3 ++ .../128/Pictoicon_Flag_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Flower.Png | 3 ++ .../128/Pictoicon_Flower.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Focus.Png | 3 ++ .../128/Pictoicon_Focus.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Folder.Png | 3 ++ .../128/Pictoicon_Folder.Png.meta | 3 ++ .../128/Pictoicon_Friend_Add.Png | 3 ++ .../128/Pictoicon_Friend_Add.Png.meta | 3 ++ .../128/Pictoicon_Gacha_Ball.Png | 3 ++ .../128/Pictoicon_Gacha_Ball.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Game.Png | 3 ++ .../128/Pictoicon_Game.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Gear.Png | 3 ++ .../128/Pictoicon_Gear.Png.meta | 3 ++ .../128/Pictoicon_Gem_Diamond.Png | 3 ++ .../128/Pictoicon_Gem_Diamond.Png.meta | 3 ++ .../128/Pictoicon_Gem_Hexagon.Png | 3 ++ .../128/Pictoicon_Gem_Hexagon.Png.meta | 3 ++ .../128/Pictoicon_Gem_Rhombus.Png | 3 ++ .../128/Pictoicon_Gem_Rhombus.Png.meta | 3 ++ .../128/Pictoicon_Gem_Triangle.Png | 3 ++ .../128/Pictoicon_Gem_Triangle.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Gift.Png | 3 ++ .../128/Pictoicon_Gift.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Globe.Png | 3 ++ .../128/Pictoicon_Globe.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Glove.Png | 3 ++ .../128/Pictoicon_Glove.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Goal.Png | 3 ++ .../128/Pictoicon_Goal.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Guild.Png | 3 ++ .../128/Pictoicon_Guild.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Gun.Png | 3 ++ .../128/Pictoicon_Gun.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Hammer.Png | 3 ++ .../128/Pictoicon_Hammer.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Haptic.Png | 3 ++ .../128/Pictoicon_Haptic.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Hatchet.Png | 3 ++ .../128/Pictoicon_Hatchet.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Health.Png | 3 ++ .../128/Pictoicon_Health.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Helmet.Png | 3 ++ .../128/Pictoicon_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Help.Png | 3 ++ .../128/Pictoicon_Help.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Hide.Png | 3 ++ .../128/Pictoicon_Hide.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_History.Png | 3 ++ .../128/Pictoicon_History.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Home_0.Png | 3 ++ .../128/Pictoicon_Home_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Home_1.Png | 3 ++ .../128/Pictoicon_Home_1.Png.meta | 3 ++ .../128/Pictoicon_Horseshoes.Png | 3 ++ .../128/Pictoicon_Horseshoes.Png.meta | 3 ++ .../128/Pictoicon_Hourglass.Png | 3 ++ .../128/Pictoicon_Hourglass.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Info.Png | 3 ++ .../128/Pictoicon_Info.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Invert.Png | 3 ++ .../128/Pictoicon_Invert.Png.meta | 3 ++ .../128/Pictoicon_Joystick.Png | 3 ++ .../128/Pictoicon_Joystick.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Key.Png | 3 ++ .../128/Pictoicon_Key.Png.meta | 3 ++ .../128/Pictoicon_Key_Crown.Png | 3 ++ .../128/Pictoicon_Key_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Kinght.Png | 3 ++ .../128/Pictoicon_Kinght.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Laurel.Png | 3 ++ .../128/Pictoicon_Laurel.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Layout.Png | 3 ++ .../128/Pictoicon_Layout.Png.meta | 3 ++ .../128/Pictoicon_Leaderboard.Png | 3 ++ .../128/Pictoicon_Leaderboard.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Leaf.Png | 3 ++ .../128/Pictoicon_Leaf.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Learn.Png | 3 ++ .../128/Pictoicon_Learn.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Life.Png | 3 ++ .../128/Pictoicon_Life.Png.meta | 3 ++ .../128/Pictoicon_Life_Add.Png | 3 ++ .../128/Pictoicon_Life_Add.Png.meta | 3 ++ .../128/Pictoicon_Life_Break.Png | 3 ++ .../128/Pictoicon_Life_Break.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Light.Png | 3 ++ .../128/Pictoicon_Light.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Like.Png | 3 ++ .../128/Pictoicon_Like.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Link.Png | 3 ++ .../128/Pictoicon_Link.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_List_0.Png | 3 ++ .../128/Pictoicon_List_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_List_1.Png | 3 ++ .../128/Pictoicon_List_1.Png.meta | 3 ++ .../128/Pictoicon_Location.Png | 3 ++ .../128/Pictoicon_Location.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Lock.Png | 3 ++ .../128/Pictoicon_Lock.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Magic.Png | 3 ++ .../128/Pictoicon_Magic.Png.meta | 3 ++ .../128/Pictoicon_Magic_Ball.Png | 3 ++ .../128/Pictoicon_Magic_Ball.Png.meta | 3 ++ .../128/Pictoicon_Magic_Bomb.Png | 3 ++ .../128/Pictoicon_Magic_Bomb.Png.meta | 3 ++ .../128/Pictoicon_Magic_Drop.Png | 3 ++ .../128/Pictoicon_Magic_Drop.Png.meta | 3 ++ .../128/Pictoicon_Magic_Square.Png | 3 ++ .../128/Pictoicon_Magic_Square.Png.meta | 3 ++ .../128/Pictoicon_Magnetic.Png | 3 ++ .../128/Pictoicon_Magnetic.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mail.Png | 3 ++ .../128/Pictoicon_Mail.Png.meta | 3 ++ .../128/Pictoicon_Mail_Read.Png | 3 ++ .../128/Pictoicon_Mail_Read.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Male.Png | 3 ++ .../128/Pictoicon_Male.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mana.Png | 3 ++ .../128/Pictoicon_Mana.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Map_0.Png | 3 ++ .../128/Pictoicon_Map_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Map_1.Png | 3 ++ .../128/Pictoicon_Map_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mappin.Png | 3 ++ .../128/Pictoicon_Mappin.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mask.Png | 3 ++ .../128/Pictoicon_Mask.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Meat.Png | 3 ++ .../128/Pictoicon_Meat.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Medal_0.Png | 3 ++ .../128/Pictoicon_Medal_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Medal_1.Png | 3 ++ .../128/Pictoicon_Medal_1.Png.meta | 3 ++ .../128/Pictoicon_Megaphone.Png | 3 ++ .../128/Pictoicon_Megaphone.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Menu_0.Png | 3 ++ .../128/Pictoicon_Menu_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Menu_1.Png | 3 ++ .../128/Pictoicon_Menu_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mic.Png | 3 ++ .../128/Pictoicon_Mic.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mic_Off.Png | 3 ++ .../128/Pictoicon_Mic_Off.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Missile.Png | 3 ++ .../128/Pictoicon_Missile.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Mission.Png | 3 ++ .../128/Pictoicon_Mission.Png.meta | 3 ++ .../128/Pictoicon_Moneybag.Png | 3 ++ .../128/Pictoicon_Moneybag.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Moon.Png | 3 ++ .../128/Pictoicon_Moon.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Movie.Png | 3 ++ .../128/Pictoicon_Movie.Png.meta | 3 ++ .../128/Pictoicon_Mushroom.Png | 3 ++ .../128/Pictoicon_Mushroom.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Music.Png | 3 ++ .../128/Pictoicon_Music.Png.meta | 3 ++ .../128/Pictoicon_Music_Off.Png | 3 ++ .../128/Pictoicon_Music_Off.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Nostop.Png | 3 ++ .../128/Pictoicon_Nostop.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Oil.Png | 3 ++ .../128/Pictoicon_Oil.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Paper_0.Png | 3 ++ .../128/Pictoicon_Paper_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Paper_1.Png | 3 ++ .../128/Pictoicon_Paper_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Passive.Png | 3 ++ .../128/Pictoicon_Passive.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Paw.Png | 3 ++ .../128/Pictoicon_Paw.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pen.Png | 3 ++ .../128/Pictoicon_Pen.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pet.Png | 3 ++ .../128/Pictoicon_Pet.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Photo.Png | 3 ++ .../128/Pictoicon_Photo.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pick.Png | 3 ++ .../128/Pictoicon_Pick.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Piggy.Png | 3 ++ .../128/Pictoicon_Piggy.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Plam.Png | 3 ++ .../128/Pictoicon_Plam.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Planet.Png | 3 ++ .../128/Pictoicon_Planet.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pointer.Png | 3 ++ .../128/Pictoicon_Pointer.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Poo.Png | 3 ++ .../128/Pictoicon_Poo.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Posion.Png | 3 ++ .../128/Pictoicon_Posion.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Post.Png | 3 ++ .../128/Pictoicon_Post.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pot.Png | 3 ++ .../128/Pictoicon_Pot.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Potion.Png | 3 ++ .../128/Pictoicon_Potion.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pouch.Png | 3 ++ .../128/Pictoicon_Pouch.Png.meta | 3 ++ .../128/Pictoicon_Poweroff.Png | 3 ++ .../128/Pictoicon_Poweroff.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Priest.Png | 3 ++ .../128/Pictoicon_Priest.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Print.Png | 3 ++ .../128/Pictoicon_Print.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Profile.Png | 3 ++ .../128/Pictoicon_Profile.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Pumkin.Png | 3 ++ .../128/Pictoicon_Pumkin.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Puzzle.Png | 3 ++ .../128/Pictoicon_Puzzle.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Qna.Png | 3 ++ .../128/Pictoicon_Qna.Png.meta | 3 ++ .../128/Pictoicon_Question.Png | 3 ++ .../128/Pictoicon_Question.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Quit.Png | 3 ++ .../128/Pictoicon_Quit.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Ranking.Png | 3 ++ .../128/Pictoicon_Ranking.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Redo.Png | 3 ++ .../128/Pictoicon_Redo.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Refresh.Png | 3 ++ .../128/Pictoicon_Refresh.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Reload.Png | 3 ++ .../128/Pictoicon_Reload.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Reverse.Png | 3 ++ .../128/Pictoicon_Reverse.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Ring.Png | 3 ++ .../128/Pictoicon_Ring.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Rocket.Png | 3 ++ .../128/Pictoicon_Rocket.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Rune.Png | 3 ++ .../128/Pictoicon_Rune.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Save.Png | 3 ++ .../128/Pictoicon_Save.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Scale.Png | 3 ++ .../128/Pictoicon_Scale.Png.meta | 3 ++ .../128/Pictoicon_Scissors.Png | 3 ++ .../128/Pictoicon_Scissors.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Scroll.Png | 3 ++ .../128/Pictoicon_Scroll.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Search.Png | 3 ++ .../128/Pictoicon_Search.Png.meta | 3 ++ .../128/Pictoicon_Security.Png | 3 ++ .../128/Pictoicon_Security.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Send.Png | 3 ++ .../128/Pictoicon_Send.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Setting.Png | 3 ++ .../128/Pictoicon_Setting.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Shape.Png | 3 ++ .../128/Pictoicon_Shape.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Share.Png | 3 ++ .../128/Pictoicon_Share.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Shield.Png | 3 ++ .../128/Pictoicon_Shield.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Shoes.Png | 3 ++ .../128/Pictoicon_Shoes.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Shop_0.Png | 3 ++ .../128/Pictoicon_Shop_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Shop_1.Png | 3 ++ .../128/Pictoicon_Shop_1.Png.meta | 3 ++ .../128/Pictoicon_Shuriken.Png | 3 ++ .../128/Pictoicon_Shuriken.Png.meta | 3 ++ .../128/Pictoicon_Signpost.Png | 3 ++ .../128/Pictoicon_Signpost.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Siren.Png | 3 ++ .../128/Pictoicon_Siren.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Skull.Png | 3 ++ .../128/Pictoicon_Skull.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Sleep.Png | 3 ++ .../128/Pictoicon_Sleep.Png.meta | 3 ++ .../128/Pictoicon_Slidebar.Png | 3 ++ .../128/Pictoicon_Slidebar.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Sound.Png | 3 ++ .../128/Pictoicon_Sound.Png.meta | 3 ++ .../128/Pictoicon_Sound_Off.Png | 3 ++ .../128/Pictoicon_Sound_Off.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Speed.Png | 3 ++ .../128/Pictoicon_Speed.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Stack.Png | 3 ++ .../128/Pictoicon_Stack.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Star.Png | 3 ++ .../128/Pictoicon_Star.Png.meta | 3 ++ .../128/Pictoicon_Stopwatch.Png | 3 ++ .../128/Pictoicon_Stopwatch.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Store.Png | 3 ++ .../128/Pictoicon_Store.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Sun.Png | 3 ++ .../128/Pictoicon_Sun.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Switch.Png | 3 ++ .../128/Pictoicon_Switch.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Sword.Png | 3 ++ .../128/Pictoicon_Sword.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tag.Png | 3 ++ .../128/Pictoicon_Tag.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Talk_0.Png | 3 ++ .../128/Pictoicon_Talk_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Talk_1.Png | 3 ++ .../128/Pictoicon_Talk_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tank.Png | 3 ++ .../128/Pictoicon_Tank.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tap.Png | 3 ++ .../128/Pictoicon_Tap.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Target.Png | 3 ++ .../128/Pictoicon_Target.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Thunder.Png | 3 ++ .../128/Pictoicon_Thunder.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Ticket.Png | 3 ++ .../128/Pictoicon_Ticket.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Time.Png | 3 ++ .../128/Pictoicon_Time.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Timer.Png | 3 ++ .../128/Pictoicon_Timer.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tool.Png | 3 ++ .../128/Pictoicon_Tool.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tooltip.Png | 3 ++ .../128/Pictoicon_Tooltip.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tower.Png | 3 ++ .../128/Pictoicon_Tower.Png.meta | 3 ++ .../128/Pictoicon_Training.Png | 3 ++ .../128/Pictoicon_Training.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tree.Png | 3 ++ .../128/Pictoicon_Tree.Png.meta | 3 ++ .../128/Pictoicon_Tree_Pine.Png | 3 ++ .../128/Pictoicon_Tree_Pine.Png.meta | 3 ++ .../128/Pictoicon_Trophy_0.Png | 3 ++ .../128/Pictoicon_Trophy_0.Png.meta | 3 ++ .../128/Pictoicon_Trophy_1.Png | 3 ++ .../128/Pictoicon_Trophy_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tv.Png | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Tv.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Undo.Png | 3 ++ .../128/Pictoicon_Undo.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Unlock.Png | 3 ++ .../128/Pictoicon_Unlock.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_User.Png | 3 ++ .../128/Pictoicon_User.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Video.Png | 3 ++ .../128/Pictoicon_Video.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_View.Png | 3 ++ .../128/Pictoicon_View.Png.meta | 3 ++ .../128/Pictoicon_Viking_Helmet.Png | 3 ++ .../128/Pictoicon_Viking_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Volume.Png | 3 ++ .../128/Pictoicon_Volume.Png.meta | 3 ++ .../128/Pictoicon_Volume_Mute.Png | 3 ++ .../128/Pictoicon_Volume_Mute.Png.meta | 3 ++ .../128/Pictoicon_Volume_Off.Png | 3 ++ .../128/Pictoicon_Volume_Off.Png.meta | 3 ++ .../128/Pictoicon_Volume_On.Png | 3 ++ .../128/Pictoicon_Volume_On.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Wand_0.Png | 3 ++ .../128/Pictoicon_Wand_0.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Wand_1.Png | 3 ++ .../128/Pictoicon_Wand_1.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Wand_2.Png | 3 ++ .../128/Pictoicon_Wand_2.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Warning.Png | 3 ++ .../128/Pictoicon_Warning.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Water.Png | 3 ++ .../128/Pictoicon_Water.Png.meta | 3 ++ .../128/Pictoicon_Wifi_Off.Png | 3 ++ .../128/Pictoicon_Wifi_Off.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Wifi_On.Png | 3 ++ .../128/Pictoicon_Wifi_On.Png.meta | 3 ++ .../128/Pictoicon_Windcock.Png | 3 ++ .../128/Pictoicon_Windcock.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Wing.Png | 3 ++ .../128/Pictoicon_Wing.Png.meta | 3 ++ .../128/Pictoicon_Witchhat.Png | 3 ++ .../128/Pictoicon_Witchhat.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Yinyang.Png | 3 ++ .../128/Pictoicon_Yinyang.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Zoomin.Png | 3 ++ .../128/Pictoicon_Zoomin.Png.meta | 3 ++ .../Icon_PictoIcons/128/Pictoicon_Zoomout.Png | 3 ++ .../128/Pictoicon_Zoomout.Png.meta | 3 ++ .../Components/Icon_PictoIcons/256.meta | 3 ++ .../Icon_PictoIcons/256/PictoIcon_Check.Png | 3 ++ .../256/PictoIcon_Check.Png.meta | 3 ++ .../Icon_PictoIcons/256/PictoIcon_Close.Png | 3 ++ .../256/PictoIcon_Close.Png.meta | 3 ++ .../256/PictoIcon_Close_Circle.Png | 3 ++ .../256/PictoIcon_Close_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/256/PictoIcon_Divide.Png | 3 ++ .../256/PictoIcon_Divide.Png.meta | 3 ++ .../256/PictoIcon_Divide_Circle.Png | 3 ++ .../256/PictoIcon_Divide_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/256/PictoIcon_Equal.Png | 3 ++ .../256/PictoIcon_Equal.Png.meta | 3 ++ .../256/PictoIcon_Equal_Circle.Png | 3 ++ .../256/PictoIcon_Equal_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/256/PictoIcon_Minus.Png | 3 ++ .../256/PictoIcon_Minus.Png.meta | 3 ++ .../256/PictoIcon_Minus_Circle.Png | 3 ++ .../256/PictoIcon_Minus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/256/PictoIcon_Plus.Png | 3 ++ .../256/PictoIcon_Plus.Png.meta | 3 ++ .../256/PictoIcon_Plus_Circle.Png | 3 ++ .../256/PictoIcon_Plus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Account.Png | 3 ++ .../256/Pictoicon_Account.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Achieve.Png | 3 ++ .../256/Pictoicon_Achieve.Png.meta | 3 ++ .../256/Pictoicon_Airplane.Png | 3 ++ .../256/Pictoicon_Airplane.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Alert.Png | 3 ++ .../256/Pictoicon_Alert.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Anchor.Png | 3 ++ .../256/Pictoicon_Anchor.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Angel.Png | 3 ++ .../256/Pictoicon_Angel.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Ankh.Png | 3 ++ .../256/Pictoicon_Ankh.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Anvil.Png | 3 ++ .../256/Pictoicon_Anvil.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Armor.Png | 3 ++ .../256/Pictoicon_Armor.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Arrow.Png | 3 ++ .../256/Pictoicon_Arrow.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Backward.Png | 3 ++ .../256/Pictoicon_Arrow_Backward.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Bottom.Png | 3 ++ .../256/Pictoicon_Arrow_Bottom.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Down.Png | 3 ++ .../256/Pictoicon_Arrow_Down.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Forward.Png | 3 ++ .../256/Pictoicon_Arrow_Forward.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Fw.Png | 3 ++ .../256/Pictoicon_Arrow_Fw.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Next.Png | 3 ++ .../256/Pictoicon_Arrow_Next.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Prev.Png | 3 ++ .../256/Pictoicon_Arrow_Prev.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Rw.Png | 3 ++ .../256/Pictoicon_Arrow_Rw.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Top.Png | 3 ++ .../256/Pictoicon_Arrow_Top.Png.meta | 3 ++ .../256/Pictoicon_Arrow_Up.Png | 3 ++ .../256/Pictoicon_Arrow_Up.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Arrows.Png | 3 ++ .../256/Pictoicon_Arrows.Png.meta | 3 ++ .../256/Pictoicon_Assassin.Png | 3 ++ .../256/Pictoicon_Assassin.Png.meta | 3 ++ .../256/Pictoicon_Attachment.Png | 3 ++ .../256/Pictoicon_Attachment.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Attack.Png | 3 ++ .../256/Pictoicon_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Audio.Png | 3 ++ .../256/Pictoicon_Audio.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Award.Png | 3 ++ .../256/Pictoicon_Award.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Axe.Png | 3 ++ .../256/Pictoicon_Axe.Png.meta | 3 ++ .../256/Pictoicon_Bad_Immune.Png | 3 ++ .../256/Pictoicon_Bad_Immune.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bag.Png | 3 ++ .../256/Pictoicon_Bag.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Ball.Png | 3 ++ .../256/Pictoicon_Ball.Png.meta | 3 ++ .../256/Pictoicon_Ball_Attack.Png | 3 ++ .../256/Pictoicon_Ball_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bang.Png | 3 ++ .../256/Pictoicon_Bang.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bank.Png | 3 ++ .../256/Pictoicon_Bank.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bat.Png | 3 ++ .../256/Pictoicon_Bat.Png.meta | 3 ++ .../256/Pictoicon_Battery_0.Png | 3 ++ .../256/Pictoicon_Battery_0.Png.meta | 3 ++ .../256/Pictoicon_Battery_1.Png | 3 ++ .../256/Pictoicon_Battery_1.Png.meta | 3 ++ .../256/Pictoicon_Battery_2.Png | 3 ++ .../256/Pictoicon_Battery_2.Png.meta | 3 ++ .../256/Pictoicon_Battery_3.Png | 3 ++ .../256/Pictoicon_Battery_3.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Battle.Png | 3 ++ .../256/Pictoicon_Battle.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bell.Png | 3 ++ .../256/Pictoicon_Bell.Png.meta | 3 ++ .../256/Pictoicon_Bell_Mute.Png | 3 ++ .../256/Pictoicon_Bell_Mute.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bin.Png | 3 ++ .../256/Pictoicon_Bin.Png.meta | 3 ++ .../256/Pictoicon_Blackhole.Png | 3 ++ .../256/Pictoicon_Blackhole.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Block_0.Png | 3 ++ .../256/Pictoicon_Block_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Block_1.Png | 3 ++ .../256/Pictoicon_Block_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bone.Png | 3 ++ .../256/Pictoicon_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Book_0.Png | 3 ++ .../256/Pictoicon_Book_0.Png.meta | 3 ++ .../256/Pictoicon_Bookmark.Png | 3 ++ .../256/Pictoicon_Bookmark.Png.meta | 3 ++ .../256/Pictoicon_Bookmark_Add.Png | 3 ++ .../256/Pictoicon_Bookmark_Add.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Boom.Png | 3 ++ .../256/Pictoicon_Boom.Png.meta | 3 ++ .../256/Pictoicon_Boot_Fly.Png | 3 ++ .../256/Pictoicon_Boot_Fly.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Boss.Png | 3 ++ .../256/Pictoicon_Boss.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Buff.Png | 3 ++ .../256/Pictoicon_Buff.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Bulb.Png | 3 ++ .../256/Pictoicon_Bulb.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Cactus.Png | 3 ++ .../256/Pictoicon_Cactus.Png.meta | 3 ++ .../256/Pictoicon_Calendar.Png | 3 ++ .../256/Pictoicon_Calendar.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Camera.Png | 3 ++ .../256/Pictoicon_Camera.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Candle.Png | 3 ++ .../256/Pictoicon_Candle.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Card.Png | 3 ++ .../256/Pictoicon_Card.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Cart.Png | 3 ++ .../256/Pictoicon_Cart.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Castle.Png | 3 ++ .../256/Pictoicon_Castle.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Caution.Png | 3 ++ .../256/Pictoicon_Caution.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Chat.Png | 3 ++ .../256/Pictoicon_Chat.Png.meta | 3 ++ .../256/Pictoicon_Chess_King.Png | 3 ++ .../256/Pictoicon_Chess_King.Png.meta | 3 ++ .../256/Pictoicon_Chess_Knight.Png | 3 ++ .../256/Pictoicon_Chess_Knight.Png.meta | 3 ++ .../256/Pictoicon_Chess_Pawn.Png | 3 ++ .../256/Pictoicon_Chess_Pawn.Png.meta | 3 ++ .../256/Pictoicon_Chess_Queen.Png | 3 ++ .../256/Pictoicon_Chess_Queen.Png.meta | 3 ++ .../256/Pictoicon_Chess_Rock.Png | 3 ++ .../256/Pictoicon_Chess_Rock.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Chest_0.Png | 3 ++ .../256/Pictoicon_Chest_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Chest_1.Png | 3 ++ .../256/Pictoicon_Chest_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Cloth.Png | 3 ++ .../256/Pictoicon_Cloth.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Clover.Png | 3 ++ .../256/Pictoicon_Clover.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Coal.Png | 3 ++ .../256/Pictoicon_Coal.Png.meta | 3 ++ .../256/Pictoicon_Coin_Crown.Png | 3 ++ .../256/Pictoicon_Coin_Crown.Png.meta | 3 ++ .../256/Pictoicon_Coin_Skull.Png | 3 ++ .../256/Pictoicon_Coin_Skull.Png.meta | 3 ++ .../256/Pictoicon_Coin_Star.Png | 3 ++ .../256/Pictoicon_Coin_Star.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Compass.Png | 3 ++ .../256/Pictoicon_Compass.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Confirm.Png | 3 ++ .../256/Pictoicon_Confirm.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Connect.Png | 3 ++ .../256/Pictoicon_Connect.Png.meta | 3 ++ .../256/Pictoicon_Control_Fw.Png | 3 ++ .../256/Pictoicon_Control_Fw.Png.meta | 3 ++ .../256/Pictoicon_Control_Pause.Png | 3 ++ .../256/Pictoicon_Control_Pause.Png.meta | 3 ++ .../256/Pictoicon_Control_Play.Png | 3 ++ .../256/Pictoicon_Control_Play.Png.meta | 3 ++ .../256/Pictoicon_Control_Rw.Png | 3 ++ .../256/Pictoicon_Control_Rw.Png.meta | 3 ++ .../256/Pictoicon_Control_Stop.Png | 3 ++ .../256/Pictoicon_Control_Stop.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Copy.Png | 3 ++ .../256/Pictoicon_Copy.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Coupon.Png | 3 ++ .../256/Pictoicon_Coupon.Png.meta | 3 ++ .../256/Pictoicon_Critical.Png | 3 ++ .../256/Pictoicon_Critical.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Crown.Png | 3 ++ .../256/Pictoicon_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Crystal.Png | 3 ++ .../256/Pictoicon_Crystal.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Damage.Png | 3 ++ .../256/Pictoicon_Damage.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Debug.Png | 3 ++ .../256/Pictoicon_Debug.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Defense.Png | 3 ++ .../256/Pictoicon_Defense.Png.meta | 3 ++ .../256/Pictoicon_Defense_Weak.Png | 3 ++ .../256/Pictoicon_Defense_Weak.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Detail.Png | 3 ++ .../256/Pictoicon_Detail.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Dice.Png | 3 ++ .../256/Pictoicon_Dice.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Dig.Png | 3 ++ .../256/Pictoicon_Dig.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Direct.Png | 3 ++ .../256/Pictoicon_Direct.Png.meta | 3 ++ .../256/Pictoicon_Direction.Png | 3 ++ .../256/Pictoicon_Direction.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Dislike.Png | 3 ++ .../256/Pictoicon_Dislike.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Display.Png | 3 ++ .../256/Pictoicon_Display.Png.meta | 3 ++ .../256/Pictoicon_Documnet.Png | 3 ++ .../256/Pictoicon_Documnet.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Door.Png | 3 ++ .../256/Pictoicon_Door.Png.meta | 3 ++ .../256/Pictoicon_Download.Png | 3 ++ .../256/Pictoicon_Download.Png.meta | 3 ++ .../256/Pictoicon_Emoji_Angry.Png | 3 ++ .../256/Pictoicon_Emoji_Angry.Png.meta | 3 ++ .../256/Pictoicon_Emoji_Sad.Png | 3 ++ .../256/Pictoicon_Emoji_Sad.Png.meta | 3 ++ .../256/Pictoicon_Emoji_Smile.Png | 3 ++ .../256/Pictoicon_Emoji_Smile.Png.meta | 3 ++ .../256/Pictoicon_Emoji_Wow.Png | 3 ++ .../256/Pictoicon_Emoji_Wow.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Energy.Png | 3 ++ .../256/Pictoicon_Energy.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Expand.Png | 3 ++ .../256/Pictoicon_Expand.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Export.Png | 3 ++ .../256/Pictoicon_Export.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Eyeball.Png | 3 ++ .../256/Pictoicon_Eyeball.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Feather.Png | 3 ++ .../256/Pictoicon_Feather.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Female.Png | 3 ++ .../256/Pictoicon_Female.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Fense.Png | 3 ++ .../256/Pictoicon_Fense.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Fight.Png | 3 ++ .../256/Pictoicon_Fight.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Filter.Png | 3 ++ .../256/Pictoicon_Filter.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Fire.Png | 3 ++ .../256/Pictoicon_Fire.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Firm.Png | 3 ++ .../256/Pictoicon_Firm.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Fish.Png | 3 ++ .../256/Pictoicon_Fish.Png.meta | 3 ++ .../256/Pictoicon_Fish_Bone.Png | 3 ++ .../256/Pictoicon_Fish_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Fist.Png | 3 ++ .../256/Pictoicon_Fist.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Fix.Png | 3 ++ .../256/Pictoicon_Fix.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Flag_0.Png | 3 ++ .../256/Pictoicon_Flag_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Flag_1.Png | 3 ++ .../256/Pictoicon_Flag_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Flower.Png | 3 ++ .../256/Pictoicon_Flower.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Focus.Png | 3 ++ .../256/Pictoicon_Focus.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Folder.Png | 3 ++ .../256/Pictoicon_Folder.Png.meta | 3 ++ .../256/Pictoicon_Friend_Add.Png | 3 ++ .../256/Pictoicon_Friend_Add.Png.meta | 3 ++ .../256/Pictoicon_Gacha_Ball.Png | 3 ++ .../256/Pictoicon_Gacha_Ball.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Game.Png | 3 ++ .../256/Pictoicon_Game.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Gear.Png | 3 ++ .../256/Pictoicon_Gear.Png.meta | 3 ++ .../256/Pictoicon_Gem_Diamond.Png | 3 ++ .../256/Pictoicon_Gem_Diamond.Png.meta | 3 ++ .../256/Pictoicon_Gem_Hexagon.Png | 3 ++ .../256/Pictoicon_Gem_Hexagon.Png.meta | 3 ++ .../256/Pictoicon_Gem_Rhombus.Png | 3 ++ .../256/Pictoicon_Gem_Rhombus.Png.meta | 3 ++ .../256/Pictoicon_Gem_Triangle.Png | 3 ++ .../256/Pictoicon_Gem_Triangle.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Gift.Png | 3 ++ .../256/Pictoicon_Gift.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Globe.Png | 3 ++ .../256/Pictoicon_Globe.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Glove.Png | 3 ++ .../256/Pictoicon_Glove.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Goal.Png | 3 ++ .../256/Pictoicon_Goal.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Guild.Png | 3 ++ .../256/Pictoicon_Guild.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Gun.Png | 3 ++ .../256/Pictoicon_Gun.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Hammer.Png | 3 ++ .../256/Pictoicon_Hammer.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Haptic.Png | 3 ++ .../256/Pictoicon_Haptic.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Hatchet.Png | 3 ++ .../256/Pictoicon_Hatchet.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Health.Png | 3 ++ .../256/Pictoicon_Health.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Helmet.Png | 3 ++ .../256/Pictoicon_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Help.Png | 3 ++ .../256/Pictoicon_Help.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Hide.Png | 3 ++ .../256/Pictoicon_Hide.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_History.Png | 3 ++ .../256/Pictoicon_History.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Home_0.Png | 3 ++ .../256/Pictoicon_Home_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Home_1.Png | 3 ++ .../256/Pictoicon_Home_1.Png.meta | 3 ++ .../256/Pictoicon_Horseshoes.Png | 3 ++ .../256/Pictoicon_Horseshoes.Png.meta | 3 ++ .../256/Pictoicon_Hourglass.Png | 3 ++ .../256/Pictoicon_Hourglass.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Info.Png | 3 ++ .../256/Pictoicon_Info.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Invert.Png | 3 ++ .../256/Pictoicon_Invert.Png.meta | 3 ++ .../256/Pictoicon_Joystick.Png | 3 ++ .../256/Pictoicon_Joystick.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Key.Png | 3 ++ .../256/Pictoicon_Key.Png.meta | 3 ++ .../256/Pictoicon_Key_Crown.Png | 3 ++ .../256/Pictoicon_Key_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Kinght.Png | 3 ++ .../256/Pictoicon_Kinght.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Laurel.Png | 3 ++ .../256/Pictoicon_Laurel.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Layout.Png | 3 ++ .../256/Pictoicon_Layout.Png.meta | 3 ++ .../256/Pictoicon_Leaderboard.Png | 3 ++ .../256/Pictoicon_Leaderboard.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Leaf.Png | 3 ++ .../256/Pictoicon_Leaf.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Learn.Png | 3 ++ .../256/Pictoicon_Learn.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Life.Png | 3 ++ .../256/Pictoicon_Life.Png.meta | 3 ++ .../256/Pictoicon_Life_Add.Png | 3 ++ .../256/Pictoicon_Life_Add.Png.meta | 3 ++ .../256/Pictoicon_Life_Break.Png | 3 ++ .../256/Pictoicon_Life_Break.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Light.Png | 3 ++ .../256/Pictoicon_Light.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Like.Png | 3 ++ .../256/Pictoicon_Like.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Link.Png | 3 ++ .../256/Pictoicon_Link.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_List_0.Png | 3 ++ .../256/Pictoicon_List_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_List_1.Png | 3 ++ .../256/Pictoicon_List_1.Png.meta | 3 ++ .../256/Pictoicon_Location.Png | 3 ++ .../256/Pictoicon_Location.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Lock.Png | 3 ++ .../256/Pictoicon_Lock.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Magic.Png | 3 ++ .../256/Pictoicon_Magic.Png.meta | 3 ++ .../256/Pictoicon_Magic_Ball.Png | 3 ++ .../256/Pictoicon_Magic_Ball.Png.meta | 3 ++ .../256/Pictoicon_Magic_Bomb.Png | 3 ++ .../256/Pictoicon_Magic_Bomb.Png.meta | 3 ++ .../256/Pictoicon_Magic_Drop.Png | 3 ++ .../256/Pictoicon_Magic_Drop.Png.meta | 3 ++ .../256/Pictoicon_Magic_Square.Png | 3 ++ .../256/Pictoicon_Magic_Square.Png.meta | 3 ++ .../256/Pictoicon_Magnetic.Png | 3 ++ .../256/Pictoicon_Magnetic.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mail.Png | 3 ++ .../256/Pictoicon_Mail.Png.meta | 3 ++ .../256/Pictoicon_Mail_Read.Png | 3 ++ .../256/Pictoicon_Mail_Read.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Male.Png | 3 ++ .../256/Pictoicon_Male.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mana.Png | 3 ++ .../256/Pictoicon_Mana.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Map_0.Png | 3 ++ .../256/Pictoicon_Map_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Map_1.Png | 3 ++ .../256/Pictoicon_Map_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mappin.Png | 3 ++ .../256/Pictoicon_Mappin.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mask.Png | 3 ++ .../256/Pictoicon_Mask.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Meat.Png | 3 ++ .../256/Pictoicon_Meat.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Medal_0.Png | 3 ++ .../256/Pictoicon_Medal_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Medal_1.Png | 3 ++ .../256/Pictoicon_Medal_1.Png.meta | 3 ++ .../256/Pictoicon_Megaphone.Png | 3 ++ .../256/Pictoicon_Megaphone.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Menu_0.Png | 3 ++ .../256/Pictoicon_Menu_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Menu_1.Png | 3 ++ .../256/Pictoicon_Menu_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mic.Png | 3 ++ .../256/Pictoicon_Mic.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mic_Off.Png | 3 ++ .../256/Pictoicon_Mic_Off.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Missile.Png | 3 ++ .../256/Pictoicon_Missile.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Mission.Png | 3 ++ .../256/Pictoicon_Mission.Png.meta | 3 ++ .../256/Pictoicon_Moneybag.Png | 3 ++ .../256/Pictoicon_Moneybag.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Moon.Png | 3 ++ .../256/Pictoicon_Moon.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Movie.Png | 3 ++ .../256/Pictoicon_Movie.Png.meta | 3 ++ .../256/Pictoicon_Mushroom.Png | 3 ++ .../256/Pictoicon_Mushroom.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Music.Png | 3 ++ .../256/Pictoicon_Music.Png.meta | 3 ++ .../256/Pictoicon_Music_Off.Png | 3 ++ .../256/Pictoicon_Music_Off.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Nostop.Png | 3 ++ .../256/Pictoicon_Nostop.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Oil.Png | 3 ++ .../256/Pictoicon_Oil.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Paper_0.Png | 3 ++ .../256/Pictoicon_Paper_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Paper_1.Png | 3 ++ .../256/Pictoicon_Paper_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Passive.Png | 3 ++ .../256/Pictoicon_Passive.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Paw.Png | 3 ++ .../256/Pictoicon_Paw.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pen.Png | 3 ++ .../256/Pictoicon_Pen.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pet.Png | 3 ++ .../256/Pictoicon_Pet.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Photo.Png | 3 ++ .../256/Pictoicon_Photo.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pick.Png | 3 ++ .../256/Pictoicon_Pick.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Piggy.Png | 3 ++ .../256/Pictoicon_Piggy.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Plam.Png | 3 ++ .../256/Pictoicon_Plam.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Planet.Png | 3 ++ .../256/Pictoicon_Planet.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pointer.Png | 3 ++ .../256/Pictoicon_Pointer.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Poo.Png | 3 ++ .../256/Pictoicon_Poo.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Posion.Png | 3 ++ .../256/Pictoicon_Posion.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Post.Png | 3 ++ .../256/Pictoicon_Post.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pot.Png | 3 ++ .../256/Pictoicon_Pot.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Potion.Png | 3 ++ .../256/Pictoicon_Potion.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pouch.Png | 3 ++ .../256/Pictoicon_Pouch.Png.meta | 3 ++ .../256/Pictoicon_Poweroff.Png | 3 ++ .../256/Pictoicon_Poweroff.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Priest.Png | 3 ++ .../256/Pictoicon_Priest.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Print.Png | 3 ++ .../256/Pictoicon_Print.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Profile.Png | 3 ++ .../256/Pictoicon_Profile.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Pumkin.Png | 3 ++ .../256/Pictoicon_Pumkin.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Puzzle.Png | 3 ++ .../256/Pictoicon_Puzzle.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Qna.Png | 3 ++ .../256/Pictoicon_Qna.Png.meta | 3 ++ .../256/Pictoicon_Question.Png | 3 ++ .../256/Pictoicon_Question.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Quit.Png | 3 ++ .../256/Pictoicon_Quit.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Ranking.Png | 3 ++ .../256/Pictoicon_Ranking.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Redo.Png | 3 ++ .../256/Pictoicon_Redo.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Refresh.Png | 3 ++ .../256/Pictoicon_Refresh.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Reload.Png | 3 ++ .../256/Pictoicon_Reload.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Reverse.Png | 3 ++ .../256/Pictoicon_Reverse.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Ring.Png | 3 ++ .../256/Pictoicon_Ring.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Rocket.Png | 3 ++ .../256/Pictoicon_Rocket.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Rune.Png | 3 ++ .../256/Pictoicon_Rune.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Save.Png | 3 ++ .../256/Pictoicon_Save.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Scale.Png | 3 ++ .../256/Pictoicon_Scale.Png.meta | 3 ++ .../256/Pictoicon_Scissors.Png | 3 ++ .../256/Pictoicon_Scissors.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Scroll.Png | 3 ++ .../256/Pictoicon_Scroll.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Search.Png | 3 ++ .../256/Pictoicon_Search.Png.meta | 3 ++ .../256/Pictoicon_Security.Png | 3 ++ .../256/Pictoicon_Security.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Send.Png | 3 ++ .../256/Pictoicon_Send.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Setting.Png | 3 ++ .../256/Pictoicon_Setting.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Shape.Png | 3 ++ .../256/Pictoicon_Shape.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Share.Png | 3 ++ .../256/Pictoicon_Share.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Shield.Png | 3 ++ .../256/Pictoicon_Shield.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Shoes.Png | 3 ++ .../256/Pictoicon_Shoes.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Shop_0.Png | 3 ++ .../256/Pictoicon_Shop_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Shop_1.Png | 3 ++ .../256/Pictoicon_Shop_1.Png.meta | 3 ++ .../256/Pictoicon_Shuriken.Png | 3 ++ .../256/Pictoicon_Shuriken.Png.meta | 3 ++ .../256/Pictoicon_Signpost.Png | 3 ++ .../256/Pictoicon_Signpost.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Siren.Png | 3 ++ .../256/Pictoicon_Siren.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Skull.Png | 3 ++ .../256/Pictoicon_Skull.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Sleep.Png | 3 ++ .../256/Pictoicon_Sleep.Png.meta | 3 ++ .../256/Pictoicon_Slidebar.Png | 3 ++ .../256/Pictoicon_Slidebar.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Sound.Png | 3 ++ .../256/Pictoicon_Sound.Png.meta | 3 ++ .../256/Pictoicon_Sound_Off.Png | 3 ++ .../256/Pictoicon_Sound_Off.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Speed.Png | 3 ++ .../256/Pictoicon_Speed.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Stack.Png | 3 ++ .../256/Pictoicon_Stack.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Star.Png | 3 ++ .../256/Pictoicon_Star.Png.meta | 3 ++ .../256/Pictoicon_Stopwatch.Png | 3 ++ .../256/Pictoicon_Stopwatch.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Store.Png | 3 ++ .../256/Pictoicon_Store.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Sun.Png | 3 ++ .../256/Pictoicon_Sun.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Switch.Png | 3 ++ .../256/Pictoicon_Switch.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Sword.Png | 3 ++ .../256/Pictoicon_Sword.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tag.Png | 3 ++ .../256/Pictoicon_Tag.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Talk_0.Png | 3 ++ .../256/Pictoicon_Talk_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Talk_1.Png | 3 ++ .../256/Pictoicon_Talk_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tank.Png | 3 ++ .../256/Pictoicon_Tank.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tap.Png | 3 ++ .../256/Pictoicon_Tap.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Target.Png | 3 ++ .../256/Pictoicon_Target.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Thunder.Png | 3 ++ .../256/Pictoicon_Thunder.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Ticket.Png | 3 ++ .../256/Pictoicon_Ticket.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Time.Png | 3 ++ .../256/Pictoicon_Time.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Timer.Png | 3 ++ .../256/Pictoicon_Timer.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tool.Png | 3 ++ .../256/Pictoicon_Tool.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tooltip.Png | 3 ++ .../256/Pictoicon_Tooltip.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tower.Png | 3 ++ .../256/Pictoicon_Tower.Png.meta | 3 ++ .../256/Pictoicon_Training.Png | 3 ++ .../256/Pictoicon_Training.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tree.Png | 3 ++ .../256/Pictoicon_Tree.Png.meta | 3 ++ .../256/Pictoicon_Tree_Pine.Png | 3 ++ .../256/Pictoicon_Tree_Pine.Png.meta | 3 ++ .../256/Pictoicon_Trophy_0.Png | 3 ++ .../256/Pictoicon_Trophy_0.Png.meta | 3 ++ .../256/Pictoicon_Trophy_1.Png | 3 ++ .../256/Pictoicon_Trophy_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tv.Png | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Tv.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Undo.Png | 3 ++ .../256/Pictoicon_Undo.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Unlock.Png | 3 ++ .../256/Pictoicon_Unlock.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_User.Png | 3 ++ .../256/Pictoicon_User.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Video.Png | 3 ++ .../256/Pictoicon_Video.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_View.Png | 3 ++ .../256/Pictoicon_View.Png.meta | 3 ++ .../256/Pictoicon_Viking_Helmet.Png | 3 ++ .../256/Pictoicon_Viking_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Volume.Png | 3 ++ .../256/Pictoicon_Volume.Png.meta | 3 ++ .../256/Pictoicon_Volume_Mute.Png | 3 ++ .../256/Pictoicon_Volume_Mute.Png.meta | 3 ++ .../256/Pictoicon_Volume_Off.Png | 3 ++ .../256/Pictoicon_Volume_Off.Png.meta | 3 ++ .../256/Pictoicon_Volume_On.Png | 3 ++ .../256/Pictoicon_Volume_On.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Wand_0.Png | 3 ++ .../256/Pictoicon_Wand_0.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Wand_1.Png | 3 ++ .../256/Pictoicon_Wand_1.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Wand_2.Png | 3 ++ .../256/Pictoicon_Wand_2.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Warning.Png | 3 ++ .../256/Pictoicon_Warning.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Water.Png | 3 ++ .../256/Pictoicon_Water.Png.meta | 3 ++ .../256/Pictoicon_Wifi_Off.Png | 3 ++ .../256/Pictoicon_Wifi_Off.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Wifi_On.Png | 3 ++ .../256/Pictoicon_Wifi_On.Png.meta | 3 ++ .../256/Pictoicon_Windcock.Png | 3 ++ .../256/Pictoicon_Windcock.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Wing.Png | 3 ++ .../256/Pictoicon_Wing.Png.meta | 3 ++ .../256/Pictoicon_Witchhat.Png | 3 ++ .../256/Pictoicon_Witchhat.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Yinyang.Png | 3 ++ .../256/Pictoicon_Yinyang.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Zoomin.Png | 3 ++ .../256/Pictoicon_Zoomin.Png.meta | 3 ++ .../Icon_PictoIcons/256/Pictoicon_Zoomout.Png | 3 ++ .../256/Pictoicon_Zoomout.Png.meta | 3 ++ .../Components/Icon_PictoIcons/32.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Account.Png | 3 ++ .../32/PictoIcon_Account.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Achieve.Png | 3 ++ .../32/PictoIcon_Achieve.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Check.Png | 3 ++ .../32/PictoIcon_Check.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Close.Png | 3 ++ .../32/PictoIcon_Close.Png.meta | 3 ++ .../32/PictoIcon_Close_Circle.Png | 3 ++ .../32/PictoIcon_Close_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Divide.Png | 3 ++ .../32/PictoIcon_Divide.Png.meta | 3 ++ .../32/PictoIcon_Divide_Circle.Png | 3 ++ .../32/PictoIcon_Divide_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Equal.Png | 3 ++ .../32/PictoIcon_Equal.Png.meta | 3 ++ .../32/PictoIcon_Equal_Circle.Png | 3 ++ .../32/PictoIcon_Equal_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Minus.Png | 3 ++ .../32/PictoIcon_Minus.Png.meta | 3 ++ .../32/PictoIcon_Minus_Circle.Png | 3 ++ .../32/PictoIcon_Minus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/32/PictoIcon_Plus.Png | 3 ++ .../32/PictoIcon_Plus.Png.meta | 3 ++ .../32/PictoIcon_Plus_Circle.Png | 3 ++ .../32/PictoIcon_Plus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Airplane.Png | 3 ++ .../32/Pictoicon_Airplane.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Alert.Png | 3 ++ .../32/Pictoicon_Alert.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Anchor.Png | 3 ++ .../32/Pictoicon_Anchor.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Angel.Png | 3 ++ .../32/Pictoicon_Angel.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Ankh.Png | 3 ++ .../32/Pictoicon_Ankh.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Anvil.Png | 3 ++ .../32/Pictoicon_Anvil.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Armor.Png | 3 ++ .../32/Pictoicon_Armor.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Arrow.Png | 3 ++ .../32/Pictoicon_Arrow.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Backward.Png | 3 ++ .../32/Pictoicon_Arrow_Backward.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Bottom.Png | 3 ++ .../32/Pictoicon_Arrow_Bottom.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Down.Png | 3 ++ .../32/Pictoicon_Arrow_Down.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Forward.Png | 3 ++ .../32/Pictoicon_Arrow_Forward.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png | 3 ++ .../32/Pictoicon_Arrow_Fw.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Next.Png | 3 ++ .../32/Pictoicon_Arrow_Next.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Prev.Png | 3 ++ .../32/Pictoicon_Arrow_Prev.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png | 3 ++ .../32/Pictoicon_Arrow_Rw.Png.meta | 3 ++ .../32/Pictoicon_Arrow_Top.Png | 3 ++ .../32/Pictoicon_Arrow_Top.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png | 3 ++ .../32/Pictoicon_Arrow_Up.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Arrows.Png | 3 ++ .../32/Pictoicon_Arrows.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Assassin.Png | 3 ++ .../32/Pictoicon_Assassin.Png.meta | 3 ++ .../32/Pictoicon_Attachment.Png | 3 ++ .../32/Pictoicon_Attachment.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Attack.Png | 3 ++ .../32/Pictoicon_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Audio.Png | 3 ++ .../32/Pictoicon_Audio.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Award.Png | 3 ++ .../32/Pictoicon_Award.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Axe.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Axe.Png.meta | 3 ++ .../32/Pictoicon_Bad_Immune.Png | 3 ++ .../32/Pictoicon_Bad_Immune.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bag.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bag.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Ball.Png | 3 ++ .../32/Pictoicon_Ball.Png.meta | 3 ++ .../32/Pictoicon_Ball_Attack.Png | 3 ++ .../32/Pictoicon_Ball_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bang.Png | 3 ++ .../32/Pictoicon_Bang.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bank.Png | 3 ++ .../32/Pictoicon_Bank.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bat.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bat.Png.meta | 3 ++ .../32/Pictoicon_Battery_0.Png | 3 ++ .../32/Pictoicon_Battery_0.Png.meta | 3 ++ .../32/Pictoicon_Battery_1.Png | 3 ++ .../32/Pictoicon_Battery_1.Png.meta | 3 ++ .../32/Pictoicon_Battery_2.Png | 3 ++ .../32/Pictoicon_Battery_2.Png.meta | 3 ++ .../32/Pictoicon_Battery_3.Png | 3 ++ .../32/Pictoicon_Battery_3.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Battle.Png | 3 ++ .../32/Pictoicon_Battle.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bell.Png | 3 ++ .../32/Pictoicon_Bell.Png.meta | 3 ++ .../32/Pictoicon_Bell_Mute.Png | 3 ++ .../32/Pictoicon_Bell_Mute.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bin.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bin.Png.meta | 3 ++ .../32/Pictoicon_Blackhole.Png | 3 ++ .../32/Pictoicon_Blackhole.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Block_0.Png | 3 ++ .../32/Pictoicon_Block_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Block_1.Png | 3 ++ .../32/Pictoicon_Block_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bone.Png | 3 ++ .../32/Pictoicon_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Book_0.Png | 3 ++ .../32/Pictoicon_Book_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bookmark.Png | 3 ++ .../32/Pictoicon_Bookmark.Png.meta | 3 ++ .../32/Pictoicon_Bookmark_Add.Png | 3 ++ .../32/Pictoicon_Bookmark_Add.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Boom.Png | 3 ++ .../32/Pictoicon_Boom.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png | 3 ++ .../32/Pictoicon_Boot_Fly.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Boss.Png | 3 ++ .../32/Pictoicon_Boss.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Buff.Png | 3 ++ .../32/Pictoicon_Buff.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Bulb.Png | 3 ++ .../32/Pictoicon_Bulb.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Cactus.Png | 3 ++ .../32/Pictoicon_Cactus.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Calendar.Png | 3 ++ .../32/Pictoicon_Calendar.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Camera.Png | 3 ++ .../32/Pictoicon_Camera.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Candle.Png | 3 ++ .../32/Pictoicon_Candle.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Card.Png | 3 ++ .../32/Pictoicon_Card.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Cart.Png | 3 ++ .../32/Pictoicon_Cart.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Castle.Png | 3 ++ .../32/Pictoicon_Castle.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Caution.Png | 3 ++ .../32/Pictoicon_Caution.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Chat.Png | 3 ++ .../32/Pictoicon_Chat.Png.meta | 3 ++ .../32/Pictoicon_Chess_King.Png | 3 ++ .../32/Pictoicon_Chess_King.Png.meta | 3 ++ .../32/Pictoicon_Chess_Knight.Png | 3 ++ .../32/Pictoicon_Chess_Knight.Png.meta | 3 ++ .../32/Pictoicon_Chess_Pawn.Png | 3 ++ .../32/Pictoicon_Chess_Pawn.Png.meta | 3 ++ .../32/Pictoicon_Chess_Queen.Png | 3 ++ .../32/Pictoicon_Chess_Queen.Png.meta | 3 ++ .../32/Pictoicon_Chess_Rock.Png | 3 ++ .../32/Pictoicon_Chess_Rock.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Chest_0.Png | 3 ++ .../32/Pictoicon_Chest_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Chest_1.Png | 3 ++ .../32/Pictoicon_Chest_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Cloth.Png | 3 ++ .../32/Pictoicon_Cloth.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Clover.Png | 3 ++ .../32/Pictoicon_Clover.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Coal.Png | 3 ++ .../32/Pictoicon_Coal.Png.meta | 3 ++ .../32/Pictoicon_Coin_Crown.Png | 3 ++ .../32/Pictoicon_Coin_Crown.Png.meta | 3 ++ .../32/Pictoicon_Coin_Skull.Png | 3 ++ .../32/Pictoicon_Coin_Skull.Png.meta | 3 ++ .../32/Pictoicon_Coin_Star.Png | 3 ++ .../32/Pictoicon_Coin_Star.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Compass.Png | 3 ++ .../32/Pictoicon_Compass.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Confirm.Png | 3 ++ .../32/Pictoicon_Confirm.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Connect.Png | 3 ++ .../32/Pictoicon_Connect.Png.meta | 3 ++ .../32/Pictoicon_Control_Fw.Png | 3 ++ .../32/Pictoicon_Control_Fw.Png.meta | 3 ++ .../32/Pictoicon_Control_Pause.Png | 3 ++ .../32/Pictoicon_Control_Pause.Png.meta | 3 ++ .../32/Pictoicon_Control_Play.Png | 3 ++ .../32/Pictoicon_Control_Play.Png.meta | 3 ++ .../32/Pictoicon_Control_Rw.Png | 3 ++ .../32/Pictoicon_Control_Rw.Png.meta | 3 ++ .../32/Pictoicon_Control_Stop.Png | 3 ++ .../32/Pictoicon_Control_Stop.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Copy.Png | 3 ++ .../32/Pictoicon_Copy.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Coupon.Png | 3 ++ .../32/Pictoicon_Coupon.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Critical.Png | 3 ++ .../32/Pictoicon_Critical.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Crown.Png | 3 ++ .../32/Pictoicon_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Crystal.Png | 3 ++ .../32/Pictoicon_Crystal.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Damage.Png | 3 ++ .../32/Pictoicon_Damage.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Debug.Png | 3 ++ .../32/Pictoicon_Debug.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Defense.Png | 3 ++ .../32/Pictoicon_Defense.Png.meta | 3 ++ .../32/Pictoicon_Defense_Weak.Png | 3 ++ .../32/Pictoicon_Defense_Weak.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Detail.Png | 3 ++ .../32/Pictoicon_Detail.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Dice.Png | 3 ++ .../32/Pictoicon_Dice.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Dig.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Dig.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Direct.Png | 3 ++ .../32/Pictoicon_Direct.Png.meta | 3 ++ .../32/Pictoicon_Direction.Png | 3 ++ .../32/Pictoicon_Direction.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Dislike.Png | 3 ++ .../32/Pictoicon_Dislike.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Display.Png | 3 ++ .../32/Pictoicon_Display.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Documnet.Png | 3 ++ .../32/Pictoicon_Documnet.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Door.Png | 3 ++ .../32/Pictoicon_Door.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Download.Png | 3 ++ .../32/Pictoicon_Download.Png.meta | 3 ++ .../32/Pictoicon_Emoji_Angry.Png | 3 ++ .../32/Pictoicon_Emoji_Angry.Png.meta | 3 ++ .../32/Pictoicon_Emoji_Sad.Png | 3 ++ .../32/Pictoicon_Emoji_Sad.Png.meta | 3 ++ .../32/Pictoicon_Emoji_Smile.Png | 3 ++ .../32/Pictoicon_Emoji_Smile.Png.meta | 3 ++ .../32/Pictoicon_Emoji_Wow.Png | 3 ++ .../32/Pictoicon_Emoji_Wow.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Energy.Png | 3 ++ .../32/Pictoicon_Energy.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Expand.Png | 3 ++ .../32/Pictoicon_Expand.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Export.Png | 3 ++ .../32/Pictoicon_Export.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Eyeball.Png | 3 ++ .../32/Pictoicon_Eyeball.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Feather.Png | 3 ++ .../32/Pictoicon_Feather.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Female.Png | 3 ++ .../32/Pictoicon_Female.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fense.Png | 3 ++ .../32/Pictoicon_Fense.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fight.Png | 3 ++ .../32/Pictoicon_Fight.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Filter.Png | 3 ++ .../32/Pictoicon_Filter.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fire.Png | 3 ++ .../32/Pictoicon_Fire.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Firm.Png | 3 ++ .../32/Pictoicon_Firm.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fish.Png | 3 ++ .../32/Pictoicon_Fish.Png.meta | 3 ++ .../32/Pictoicon_Fish_Bone.Png | 3 ++ .../32/Pictoicon_Fish_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fist.Png | 3 ++ .../32/Pictoicon_Fist.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fix.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Fix.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Flag_0.Png | 3 ++ .../32/Pictoicon_Flag_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Flag_1.Png | 3 ++ .../32/Pictoicon_Flag_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Flower.Png | 3 ++ .../32/Pictoicon_Flower.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Focus.Png | 3 ++ .../32/Pictoicon_Focus.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Folder.Png | 3 ++ .../32/Pictoicon_Folder.Png.meta | 3 ++ .../32/Pictoicon_Friend_Add.Png | 3 ++ .../32/Pictoicon_Friend_Add.Png.meta | 3 ++ .../32/Pictoicon_Gacha_Ball.Png | 3 ++ .../32/Pictoicon_Gacha_Ball.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Game.Png | 3 ++ .../32/Pictoicon_Game.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Gear.Png | 3 ++ .../32/Pictoicon_Gear.Png.meta | 3 ++ .../32/Pictoicon_Gem_Diamond.Png | 3 ++ .../32/Pictoicon_Gem_Diamond.Png.meta | 3 ++ .../32/Pictoicon_Gem_Hexagon.Png | 3 ++ .../32/Pictoicon_Gem_Hexagon.Png.meta | 3 ++ .../32/Pictoicon_Gem_Rhombus.Png | 3 ++ .../32/Pictoicon_Gem_Rhombus.Png.meta | 3 ++ .../32/Pictoicon_Gem_Triangle.Png | 3 ++ .../32/Pictoicon_Gem_Triangle.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Gift.Png | 3 ++ .../32/Pictoicon_Gift.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Globe.Png | 3 ++ .../32/Pictoicon_Globe.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Glove.Png | 3 ++ .../32/Pictoicon_Glove.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Goal.Png | 3 ++ .../32/Pictoicon_Goal.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Guild.Png | 3 ++ .../32/Pictoicon_Guild.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Gun.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Gun.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Hammer.Png | 3 ++ .../32/Pictoicon_Hammer.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Haptic.Png | 3 ++ .../32/Pictoicon_Haptic.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Hatchet.Png | 3 ++ .../32/Pictoicon_Hatchet.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Health.Png | 3 ++ .../32/Pictoicon_Health.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Helmet.Png | 3 ++ .../32/Pictoicon_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Help.Png | 3 ++ .../32/Pictoicon_Help.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Hide.Png | 3 ++ .../32/Pictoicon_Hide.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_History.Png | 3 ++ .../32/Pictoicon_History.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Home_0.Png | 3 ++ .../32/Pictoicon_Home_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Home_1.Png | 3 ++ .../32/Pictoicon_Home_1.Png.meta | 3 ++ .../32/Pictoicon_Horseshoes.Png | 3 ++ .../32/Pictoicon_Horseshoes.Png.meta | 3 ++ .../32/Pictoicon_Hourglass.Png | 3 ++ .../32/Pictoicon_Hourglass.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Info.Png | 3 ++ .../32/Pictoicon_Info.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Invert.Png | 3 ++ .../32/Pictoicon_Invert.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Joystick.Png | 3 ++ .../32/Pictoicon_Joystick.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Key.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Key.Png.meta | 3 ++ .../32/Pictoicon_Key_Crown.Png | 3 ++ .../32/Pictoicon_Key_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Kinght.Png | 3 ++ .../32/Pictoicon_Kinght.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Laurel.Png | 3 ++ .../32/Pictoicon_Laurel.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Layout.Png | 3 ++ .../32/Pictoicon_Layout.Png.meta | 3 ++ .../32/Pictoicon_Leaderboard.Png | 3 ++ .../32/Pictoicon_Leaderboard.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Leaf.Png | 3 ++ .../32/Pictoicon_Leaf.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Learn.Png | 3 ++ .../32/Pictoicon_Learn.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Life.Png | 3 ++ .../32/Pictoicon_Life.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Life_Add.Png | 3 ++ .../32/Pictoicon_Life_Add.Png.meta | 3 ++ .../32/Pictoicon_Life_Break.Png | 3 ++ .../32/Pictoicon_Life_Break.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Light.Png | 3 ++ .../32/Pictoicon_Light.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Like.Png | 3 ++ .../32/Pictoicon_Like.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Link.Png | 3 ++ .../32/Pictoicon_Link.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_List_0.Png | 3 ++ .../32/Pictoicon_List_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_List_1.Png | 3 ++ .../32/Pictoicon_List_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Location.Png | 3 ++ .../32/Pictoicon_Location.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Lock.Png | 3 ++ .../32/Pictoicon_Lock.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Magic.Png | 3 ++ .../32/Pictoicon_Magic.Png.meta | 3 ++ .../32/Pictoicon_Magic_Ball.Png | 3 ++ .../32/Pictoicon_Magic_Ball.Png.meta | 3 ++ .../32/Pictoicon_Magic_Bomb.Png | 3 ++ .../32/Pictoicon_Magic_Bomb.Png.meta | 3 ++ .../32/Pictoicon_Magic_Drop.Png | 3 ++ .../32/Pictoicon_Magic_Drop.Png.meta | 3 ++ .../32/Pictoicon_Magic_Square.Png | 3 ++ .../32/Pictoicon_Magic_Square.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Magnetic.Png | 3 ++ .../32/Pictoicon_Magnetic.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mail.Png | 3 ++ .../32/Pictoicon_Mail.Png.meta | 3 ++ .../32/Pictoicon_Mail_Read.Png | 3 ++ .../32/Pictoicon_Mail_Read.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Male.Png | 3 ++ .../32/Pictoicon_Male.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mana.Png | 3 ++ .../32/Pictoicon_Mana.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Map_0.Png | 3 ++ .../32/Pictoicon_Map_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Map_1.Png | 3 ++ .../32/Pictoicon_Map_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mappin.Png | 3 ++ .../32/Pictoicon_Mappin.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mask.Png | 3 ++ .../32/Pictoicon_Mask.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Meat.Png | 3 ++ .../32/Pictoicon_Meat.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Medal_0.Png | 3 ++ .../32/Pictoicon_Medal_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Medal_1.Png | 3 ++ .../32/Pictoicon_Medal_1.Png.meta | 3 ++ .../32/Pictoicon_Megaphone.Png | 3 ++ .../32/Pictoicon_Megaphone.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Menu_0.Png | 3 ++ .../32/Pictoicon_Menu_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Menu_1.Png | 3 ++ .../32/Pictoicon_Menu_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mic.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mic.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mic_Off.Png | 3 ++ .../32/Pictoicon_Mic_Off.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Missile.Png | 3 ++ .../32/Pictoicon_Missile.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mission.Png | 3 ++ .../32/Pictoicon_Mission.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Moneybag.Png | 3 ++ .../32/Pictoicon_Moneybag.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Moon.Png | 3 ++ .../32/Pictoicon_Moon.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Movie.Png | 3 ++ .../32/Pictoicon_Movie.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Mushroom.Png | 3 ++ .../32/Pictoicon_Mushroom.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Music.Png | 3 ++ .../32/Pictoicon_Music.Png.meta | 3 ++ .../32/Pictoicon_Music_Off.Png | 3 ++ .../32/Pictoicon_Music_Off.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Nostop.Png | 3 ++ .../32/Pictoicon_Nostop.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Oil.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Oil.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Paper_0.Png | 3 ++ .../32/Pictoicon_Paper_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Paper_1.Png | 3 ++ .../32/Pictoicon_Paper_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Passive.Png | 3 ++ .../32/Pictoicon_Passive.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Paw.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Paw.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pen.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pen.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pet.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pet.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Photo.Png | 3 ++ .../32/Pictoicon_Photo.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pick.Png | 3 ++ .../32/Pictoicon_Pick.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Piggy.Png | 3 ++ .../32/Pictoicon_Piggy.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Plam.Png | 3 ++ .../32/Pictoicon_Plam.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Planet.Png | 3 ++ .../32/Pictoicon_Planet.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pointer.Png | 3 ++ .../32/Pictoicon_Pointer.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Poo.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Poo.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Posion.Png | 3 ++ .../32/Pictoicon_Posion.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Post.Png | 3 ++ .../32/Pictoicon_Post.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pot.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pot.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Potion.Png | 3 ++ .../32/Pictoicon_Potion.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pouch.Png | 3 ++ .../32/Pictoicon_Pouch.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Poweroff.Png | 3 ++ .../32/Pictoicon_Poweroff.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Priest.Png | 3 ++ .../32/Pictoicon_Priest.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Print.Png | 3 ++ .../32/Pictoicon_Print.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Profile.Png | 3 ++ .../32/Pictoicon_Profile.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Pumkin.Png | 3 ++ .../32/Pictoicon_Pumkin.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Puzzle.Png | 3 ++ .../32/Pictoicon_Puzzle.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Qna.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Qna.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Question.Png | 3 ++ .../32/Pictoicon_Question.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Quit.Png | 3 ++ .../32/Pictoicon_Quit.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Ranking.Png | 3 ++ .../32/Pictoicon_Ranking.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Redo.Png | 3 ++ .../32/Pictoicon_Redo.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Refresh.Png | 3 ++ .../32/Pictoicon_Refresh.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Reload.Png | 3 ++ .../32/Pictoicon_Reload.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Reverse.Png | 3 ++ .../32/Pictoicon_Reverse.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Ring.Png | 3 ++ .../32/Pictoicon_Ring.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Rocket.Png | 3 ++ .../32/Pictoicon_Rocket.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Rune.Png | 3 ++ .../32/Pictoicon_Rune.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Save.Png | 3 ++ .../32/Pictoicon_Save.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Scale.Png | 3 ++ .../32/Pictoicon_Scale.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Scissors.Png | 3 ++ .../32/Pictoicon_Scissors.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Scroll.Png | 3 ++ .../32/Pictoicon_Scroll.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Search.Png | 3 ++ .../32/Pictoicon_Search.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Security.Png | 3 ++ .../32/Pictoicon_Security.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Send.Png | 3 ++ .../32/Pictoicon_Send.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Setting.Png | 3 ++ .../32/Pictoicon_Setting.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Shape.Png | 3 ++ .../32/Pictoicon_Shape.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Share.Png | 3 ++ .../32/Pictoicon_Share.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Shield.Png | 3 ++ .../32/Pictoicon_Shield.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Shoes.Png | 3 ++ .../32/Pictoicon_Shoes.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Shop_0.Png | 3 ++ .../32/Pictoicon_Shop_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Shop_1.Png | 3 ++ .../32/Pictoicon_Shop_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Shuriken.Png | 3 ++ .../32/Pictoicon_Shuriken.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Signpost.Png | 3 ++ .../32/Pictoicon_Signpost.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Siren.Png | 3 ++ .../32/Pictoicon_Siren.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Skull.Png | 3 ++ .../32/Pictoicon_Skull.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Sleep.Png | 3 ++ .../32/Pictoicon_Sleep.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Slidebar.Png | 3 ++ .../32/Pictoicon_Slidebar.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Sound.Png | 3 ++ .../32/Pictoicon_Sound.Png.meta | 3 ++ .../32/Pictoicon_Sound_Off.Png | 3 ++ .../32/Pictoicon_Sound_Off.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Speed.Png | 3 ++ .../32/Pictoicon_Speed.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Stack.Png | 3 ++ .../32/Pictoicon_Stack.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Star.Png | 3 ++ .../32/Pictoicon_Star.Png.meta | 3 ++ .../32/Pictoicon_Stopwatch.Png | 3 ++ .../32/Pictoicon_Stopwatch.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Store.Png | 3 ++ .../32/Pictoicon_Store.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Sun.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Sun.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Switch.Png | 3 ++ .../32/Pictoicon_Switch.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Sword.Png | 3 ++ .../32/Pictoicon_Sword.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tag.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tag.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Talk_0.Png | 3 ++ .../32/Pictoicon_Talk_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Talk_1.Png | 3 ++ .../32/Pictoicon_Talk_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tank.Png | 3 ++ .../32/Pictoicon_Tank.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tap.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tap.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Target.Png | 3 ++ .../32/Pictoicon_Target.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Thunder.Png | 3 ++ .../32/Pictoicon_Thunder.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Ticket.Png | 3 ++ .../32/Pictoicon_Ticket.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Time.Png | 3 ++ .../32/Pictoicon_Time.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Timer.Png | 3 ++ .../32/Pictoicon_Timer.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tool.Png | 3 ++ .../32/Pictoicon_Tool.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tooltip.Png | 3 ++ .../32/Pictoicon_Tooltip.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tower.Png | 3 ++ .../32/Pictoicon_Tower.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Training.Png | 3 ++ .../32/Pictoicon_Training.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tree.Png | 3 ++ .../32/Pictoicon_Tree.Png.meta | 3 ++ .../32/Pictoicon_Tree_Pine.Png | 3 ++ .../32/Pictoicon_Tree_Pine.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Trophy_0.Png | 3 ++ .../32/Pictoicon_Trophy_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Trophy_1.Png | 3 ++ .../32/Pictoicon_Trophy_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tv.Png | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Tv.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Undo.Png | 3 ++ .../32/Pictoicon_Undo.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Unlock.Png | 3 ++ .../32/Pictoicon_Unlock.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_User.Png | 3 ++ .../32/Pictoicon_User.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Video.Png | 3 ++ .../32/Pictoicon_Video.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_View.Png | 3 ++ .../32/Pictoicon_View.Png.meta | 3 ++ .../32/Pictoicon_Viking_Helmet.Png | 3 ++ .../32/Pictoicon_Viking_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Volume.Png | 3 ++ .../32/Pictoicon_Volume.Png.meta | 3 ++ .../32/Pictoicon_Volume_Mute.Png | 3 ++ .../32/Pictoicon_Volume_Mute.Png.meta | 3 ++ .../32/Pictoicon_Volume_Off.Png | 3 ++ .../32/Pictoicon_Volume_Off.Png.meta | 3 ++ .../32/Pictoicon_Volume_On.Png | 3 ++ .../32/Pictoicon_Volume_On.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Wand_0.Png | 3 ++ .../32/Pictoicon_Wand_0.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Wand_1.Png | 3 ++ .../32/Pictoicon_Wand_1.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Wand_2.Png | 3 ++ .../32/Pictoicon_Wand_2.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Warning.Png | 3 ++ .../32/Pictoicon_Warning.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Water.Png | 3 ++ .../32/Pictoicon_Water.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png | 3 ++ .../32/Pictoicon_Wifi_Off.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Wifi_On.Png | 3 ++ .../32/Pictoicon_Wifi_On.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Windcock.Png | 3 ++ .../32/Pictoicon_Windcock.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Wing.Png | 3 ++ .../32/Pictoicon_Wing.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Witchhat.Png | 3 ++ .../32/Pictoicon_Witchhat.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Yinyang.Png | 3 ++ .../32/Pictoicon_Yinyang.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Zoomin.Png | 3 ++ .../32/Pictoicon_Zoomin.Png.meta | 3 ++ .../Icon_PictoIcons/32/Pictoicon_Zoomout.Png | 3 ++ .../32/Pictoicon_Zoomout.Png.meta | 3 ++ .../Components/Icon_PictoIcons/512.meta | 3 ++ .../Icon_PictoIcons/512/PictoIcon_Check.Png | 3 ++ .../512/PictoIcon_Check.Png.meta | 3 ++ .../Icon_PictoIcons/512/PictoIcon_Close.Png | 3 ++ .../512/PictoIcon_Close.Png.meta | 3 ++ .../512/PictoIcon_Close_Circle.Png | 3 ++ .../512/PictoIcon_Close_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/512/PictoIcon_Divide.Png | 3 ++ .../512/PictoIcon_Divide.Png.meta | 3 ++ .../512/PictoIcon_Divide_Circle.Png | 3 ++ .../512/PictoIcon_Divide_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/512/PictoIcon_Equal.Png | 3 ++ .../512/PictoIcon_Equal.Png.meta | 3 ++ .../512/PictoIcon_Equal_Circle.Png | 3 ++ .../512/PictoIcon_Equal_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/512/PictoIcon_Minus.Png | 3 ++ .../512/PictoIcon_Minus.Png.meta | 3 ++ .../512/PictoIcon_Minus_Circle.Png | 3 ++ .../512/PictoIcon_Minus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/512/PictoIcon_Plus.Png | 3 ++ .../512/PictoIcon_Plus.Png.meta | 3 ++ .../512/PictoIcon_Plus_Circle.Png | 3 ++ .../512/PictoIcon_Plus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Account.Png | 3 ++ .../512/Pictoicon_Account.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Achieve.Png | 3 ++ .../512/Pictoicon_Achieve.Png.meta | 3 ++ .../512/Pictoicon_Airplane.Png | 3 ++ .../512/Pictoicon_Airplane.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Alert.Png | 3 ++ .../512/Pictoicon_Alert.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Anchor.Png | 3 ++ .../512/Pictoicon_Anchor.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Angel.Png | 3 ++ .../512/Pictoicon_Angel.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Ankh.Png | 3 ++ .../512/Pictoicon_Ankh.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Anvil.Png | 3 ++ .../512/Pictoicon_Anvil.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Armor.Png | 3 ++ .../512/Pictoicon_Armor.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Arrow.Png | 3 ++ .../512/Pictoicon_Arrow.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Backward.Png | 3 ++ .../512/Pictoicon_Arrow_Backward.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Bottom.Png | 3 ++ .../512/Pictoicon_Arrow_Bottom.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Down.Png | 3 ++ .../512/Pictoicon_Arrow_Down.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Forward.Png | 3 ++ .../512/Pictoicon_Arrow_Forward.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Fw.Png | 3 ++ .../512/Pictoicon_Arrow_Fw.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Next.Png | 3 ++ .../512/Pictoicon_Arrow_Next.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Prev.Png | 3 ++ .../512/Pictoicon_Arrow_Prev.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Rw.Png | 3 ++ .../512/Pictoicon_Arrow_Rw.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Top.Png | 3 ++ .../512/Pictoicon_Arrow_Top.Png.meta | 3 ++ .../512/Pictoicon_Arrow_Up.Png | 3 ++ .../512/Pictoicon_Arrow_Up.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Arrows.Png | 3 ++ .../512/Pictoicon_Arrows.Png.meta | 3 ++ .../512/Pictoicon_Assassin.Png | 3 ++ .../512/Pictoicon_Assassin.Png.meta | 3 ++ .../512/Pictoicon_Attachment.Png | 3 ++ .../512/Pictoicon_Attachment.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Attack.Png | 3 ++ .../512/Pictoicon_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Audio.Png | 3 ++ .../512/Pictoicon_Audio.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Award.Png | 3 ++ .../512/Pictoicon_Award.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Axe.Png | 3 ++ .../512/Pictoicon_Axe.Png.meta | 3 ++ .../512/Pictoicon_Bad_Immune.Png | 3 ++ .../512/Pictoicon_Bad_Immune.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bag.Png | 3 ++ .../512/Pictoicon_Bag.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Ball.Png | 3 ++ .../512/Pictoicon_Ball.Png.meta | 3 ++ .../512/Pictoicon_Ball_Attack.Png | 3 ++ .../512/Pictoicon_Ball_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bang.Png | 3 ++ .../512/Pictoicon_Bang.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bank.Png | 3 ++ .../512/Pictoicon_Bank.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bat.Png | 3 ++ .../512/Pictoicon_Bat.Png.meta | 3 ++ .../512/Pictoicon_Battery_0.Png | 3 ++ .../512/Pictoicon_Battery_0.Png.meta | 3 ++ .../512/Pictoicon_Battery_1.Png | 3 ++ .../512/Pictoicon_Battery_1.Png.meta | 3 ++ .../512/Pictoicon_Battery_2.Png | 3 ++ .../512/Pictoicon_Battery_2.Png.meta | 3 ++ .../512/Pictoicon_Battery_3.Png | 3 ++ .../512/Pictoicon_Battery_3.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Battle.Png | 3 ++ .../512/Pictoicon_Battle.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bell.Png | 3 ++ .../512/Pictoicon_Bell.Png.meta | 3 ++ .../512/Pictoicon_Bell_Mute.Png | 3 ++ .../512/Pictoicon_Bell_Mute.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bin.Png | 3 ++ .../512/Pictoicon_Bin.Png.meta | 3 ++ .../512/Pictoicon_Blackhole.Png | 3 ++ .../512/Pictoicon_Blackhole.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Block_0.Png | 3 ++ .../512/Pictoicon_Block_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Block_1.Png | 3 ++ .../512/Pictoicon_Block_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bone.Png | 3 ++ .../512/Pictoicon_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Book_0.Png | 3 ++ .../512/Pictoicon_Book_0.Png.meta | 3 ++ .../512/Pictoicon_Bookmark.Png | 3 ++ .../512/Pictoicon_Bookmark.Png.meta | 3 ++ .../512/Pictoicon_Bookmark_Add.Png | 3 ++ .../512/Pictoicon_Bookmark_Add.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Boom.Png | 3 ++ .../512/Pictoicon_Boom.Png.meta | 3 ++ .../512/Pictoicon_Boot_Fly.Png | 3 ++ .../512/Pictoicon_Boot_Fly.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Boss.Png | 3 ++ .../512/Pictoicon_Boss.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Buff.Png | 3 ++ .../512/Pictoicon_Buff.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Bulb.Png | 3 ++ .../512/Pictoicon_Bulb.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Cactus.Png | 3 ++ .../512/Pictoicon_Cactus.Png.meta | 3 ++ .../512/Pictoicon_Calendar.Png | 3 ++ .../512/Pictoicon_Calendar.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Camera.Png | 3 ++ .../512/Pictoicon_Camera.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Candle.Png | 3 ++ .../512/Pictoicon_Candle.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Card.Png | 3 ++ .../512/Pictoicon_Card.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Cart.Png | 3 ++ .../512/Pictoicon_Cart.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Castle.Png | 3 ++ .../512/Pictoicon_Castle.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Caution.Png | 3 ++ .../512/Pictoicon_Caution.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Chat.Png | 3 ++ .../512/Pictoicon_Chat.Png.meta | 3 ++ .../512/Pictoicon_Chess_King.Png | 3 ++ .../512/Pictoicon_Chess_King.Png.meta | 3 ++ .../512/Pictoicon_Chess_Knight.Png | 3 ++ .../512/Pictoicon_Chess_Knight.Png.meta | 3 ++ .../512/Pictoicon_Chess_Pawn.Png | 3 ++ .../512/Pictoicon_Chess_Pawn.Png.meta | 3 ++ .../512/Pictoicon_Chess_Queen.Png | 3 ++ .../512/Pictoicon_Chess_Queen.Png.meta | 3 ++ .../512/Pictoicon_Chess_Rock.Png | 3 ++ .../512/Pictoicon_Chess_Rock.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Chest_0.Png | 3 ++ .../512/Pictoicon_Chest_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Chest_1.Png | 3 ++ .../512/Pictoicon_Chest_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Cloth.Png | 3 ++ .../512/Pictoicon_Cloth.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Clover.Png | 3 ++ .../512/Pictoicon_Clover.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Coal.Png | 3 ++ .../512/Pictoicon_Coal.Png.meta | 3 ++ .../512/Pictoicon_Coin_Crown.Png | 3 ++ .../512/Pictoicon_Coin_Crown.Png.meta | 3 ++ .../512/Pictoicon_Coin_Skull.Png | 3 ++ .../512/Pictoicon_Coin_Skull.Png.meta | 3 ++ .../512/Pictoicon_Coin_Star.Png | 3 ++ .../512/Pictoicon_Coin_Star.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Compass.Png | 3 ++ .../512/Pictoicon_Compass.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Confirm.Png | 3 ++ .../512/Pictoicon_Confirm.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Connect.Png | 3 ++ .../512/Pictoicon_Connect.Png.meta | 3 ++ .../512/Pictoicon_Control_Fw.Png | 3 ++ .../512/Pictoicon_Control_Fw.Png.meta | 3 ++ .../512/Pictoicon_Control_Pause.Png | 3 ++ .../512/Pictoicon_Control_Pause.Png.meta | 3 ++ .../512/Pictoicon_Control_Play.Png | 3 ++ .../512/Pictoicon_Control_Play.Png.meta | 3 ++ .../512/Pictoicon_Control_Rw.Png | 3 ++ .../512/Pictoicon_Control_Rw.Png.meta | 3 ++ .../512/Pictoicon_Control_Stop.Png | 3 ++ .../512/Pictoicon_Control_Stop.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Copy.Png | 3 ++ .../512/Pictoicon_Copy.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Coupon.Png | 3 ++ .../512/Pictoicon_Coupon.Png.meta | 3 ++ .../512/Pictoicon_Critical.Png | 3 ++ .../512/Pictoicon_Critical.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Crown.Png | 3 ++ .../512/Pictoicon_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Crystal.Png | 3 ++ .../512/Pictoicon_Crystal.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Damage.Png | 3 ++ .../512/Pictoicon_Damage.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Debug.Png | 3 ++ .../512/Pictoicon_Debug.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Defense.Png | 3 ++ .../512/Pictoicon_Defense.Png.meta | 3 ++ .../512/Pictoicon_Defense_Weak.Png | 3 ++ .../512/Pictoicon_Defense_Weak.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Detail.Png | 3 ++ .../512/Pictoicon_Detail.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Dice.Png | 3 ++ .../512/Pictoicon_Dice.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Dig.Png | 3 ++ .../512/Pictoicon_Dig.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Direct.Png | 3 ++ .../512/Pictoicon_Direct.Png.meta | 3 ++ .../512/Pictoicon_Direction.Png | 3 ++ .../512/Pictoicon_Direction.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Dislike.Png | 3 ++ .../512/Pictoicon_Dislike.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Display.Png | 3 ++ .../512/Pictoicon_Display.Png.meta | 3 ++ .../512/Pictoicon_Documnet.Png | 3 ++ .../512/Pictoicon_Documnet.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Door.Png | 3 ++ .../512/Pictoicon_Door.Png.meta | 3 ++ .../512/Pictoicon_Download.Png | 3 ++ .../512/Pictoicon_Download.Png.meta | 3 ++ .../512/Pictoicon_Emoji_Angry.Png | 3 ++ .../512/Pictoicon_Emoji_Angry.Png.meta | 3 ++ .../512/Pictoicon_Emoji_Sad.Png | 3 ++ .../512/Pictoicon_Emoji_Sad.Png.meta | 3 ++ .../512/Pictoicon_Emoji_Smile.Png | 3 ++ .../512/Pictoicon_Emoji_Smile.Png.meta | 3 ++ .../512/Pictoicon_Emoji_Wow.Png | 3 ++ .../512/Pictoicon_Emoji_Wow.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Energy.Png | 3 ++ .../512/Pictoicon_Energy.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Expand.Png | 3 ++ .../512/Pictoicon_Expand.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Export.Png | 3 ++ .../512/Pictoicon_Export.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Eyeball.Png | 3 ++ .../512/Pictoicon_Eyeball.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Feather.Png | 3 ++ .../512/Pictoicon_Feather.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Female.Png | 3 ++ .../512/Pictoicon_Female.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Fense.Png | 3 ++ .../512/Pictoicon_Fense.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Fight.Png | 3 ++ .../512/Pictoicon_Fight.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Filter.Png | 3 ++ .../512/Pictoicon_Filter.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Fire.Png | 3 ++ .../512/Pictoicon_Fire.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Firm.Png | 3 ++ .../512/Pictoicon_Firm.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Fish.Png | 3 ++ .../512/Pictoicon_Fish.Png.meta | 3 ++ .../512/Pictoicon_Fish_Bone.Png | 3 ++ .../512/Pictoicon_Fish_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Fist.Png | 3 ++ .../512/Pictoicon_Fist.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Fix.Png | 3 ++ .../512/Pictoicon_Fix.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Flag_0.Png | 3 ++ .../512/Pictoicon_Flag_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Flag_1.Png | 3 ++ .../512/Pictoicon_Flag_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Flower.Png | 3 ++ .../512/Pictoicon_Flower.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Focus.Png | 3 ++ .../512/Pictoicon_Focus.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Folder.Png | 3 ++ .../512/Pictoicon_Folder.Png.meta | 3 ++ .../512/Pictoicon_Friend_Add.Png | 3 ++ .../512/Pictoicon_Friend_Add.Png.meta | 3 ++ .../512/Pictoicon_Gacha_Ball.Png | 3 ++ .../512/Pictoicon_Gacha_Ball.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Game.Png | 3 ++ .../512/Pictoicon_Game.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Gear.Png | 3 ++ .../512/Pictoicon_Gear.Png.meta | 3 ++ .../512/Pictoicon_Gem_Diamond.Png | 3 ++ .../512/Pictoicon_Gem_Diamond.Png.meta | 3 ++ .../512/Pictoicon_Gem_Hexagon.Png | 3 ++ .../512/Pictoicon_Gem_Hexagon.Png.meta | 3 ++ .../512/Pictoicon_Gem_Rhombus.Png | 3 ++ .../512/Pictoicon_Gem_Rhombus.Png.meta | 3 ++ .../512/Pictoicon_Gem_Triangle.Png | 3 ++ .../512/Pictoicon_Gem_Triangle.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Gift.Png | 3 ++ .../512/Pictoicon_Gift.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Globe.Png | 3 ++ .../512/Pictoicon_Globe.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Glove.Png | 3 ++ .../512/Pictoicon_Glove.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Goal.Png | 3 ++ .../512/Pictoicon_Goal.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Guild.Png | 3 ++ .../512/Pictoicon_Guild.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Gun.Png | 3 ++ .../512/Pictoicon_Gun.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Hammer.Png | 3 ++ .../512/Pictoicon_Hammer.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Haptic.Png | 3 ++ .../512/Pictoicon_Haptic.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Hatchet.Png | 3 ++ .../512/Pictoicon_Hatchet.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Health.Png | 3 ++ .../512/Pictoicon_Health.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Helmet.Png | 3 ++ .../512/Pictoicon_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Help.Png | 3 ++ .../512/Pictoicon_Help.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Hide.Png | 3 ++ .../512/Pictoicon_Hide.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_History.Png | 3 ++ .../512/Pictoicon_History.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Home_0.Png | 3 ++ .../512/Pictoicon_Home_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Home_1.Png | 3 ++ .../512/Pictoicon_Home_1.Png.meta | 3 ++ .../512/Pictoicon_Horseshoes.Png | 3 ++ .../512/Pictoicon_Horseshoes.Png.meta | 3 ++ .../512/Pictoicon_Hourglass.Png | 3 ++ .../512/Pictoicon_Hourglass.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Info.Png | 3 ++ .../512/Pictoicon_Info.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Invert.Png | 3 ++ .../512/Pictoicon_Invert.Png.meta | 3 ++ .../512/Pictoicon_Joystick.Png | 3 ++ .../512/Pictoicon_Joystick.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Key.Png | 3 ++ .../512/Pictoicon_Key.Png.meta | 3 ++ .../512/Pictoicon_Key_Crown.Png | 3 ++ .../512/Pictoicon_Key_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Kinght.Png | 3 ++ .../512/Pictoicon_Kinght.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Laurel.Png | 3 ++ .../512/Pictoicon_Laurel.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Layout.Png | 3 ++ .../512/Pictoicon_Layout.Png.meta | 3 ++ .../512/Pictoicon_Leaderboard.Png | 3 ++ .../512/Pictoicon_Leaderboard.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Leaf.Png | 3 ++ .../512/Pictoicon_Leaf.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Learn.Png | 3 ++ .../512/Pictoicon_Learn.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Life.Png | 3 ++ .../512/Pictoicon_Life.Png.meta | 3 ++ .../512/Pictoicon_Life_Add.Png | 3 ++ .../512/Pictoicon_Life_Add.Png.meta | 3 ++ .../512/Pictoicon_Life_Break.Png | 3 ++ .../512/Pictoicon_Life_Break.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Light.Png | 3 ++ .../512/Pictoicon_Light.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Like.Png | 3 ++ .../512/Pictoicon_Like.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Link.Png | 3 ++ .../512/Pictoicon_Link.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_List_0.Png | 3 ++ .../512/Pictoicon_List_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_List_1.Png | 3 ++ .../512/Pictoicon_List_1.Png.meta | 3 ++ .../512/Pictoicon_Location.Png | 3 ++ .../512/Pictoicon_Location.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Lock.Png | 3 ++ .../512/Pictoicon_Lock.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Magic.Png | 3 ++ .../512/Pictoicon_Magic.Png.meta | 3 ++ .../512/Pictoicon_Magic_Ball.Png | 3 ++ .../512/Pictoicon_Magic_Ball.Png.meta | 3 ++ .../512/Pictoicon_Magic_Bomb.Png | 3 ++ .../512/Pictoicon_Magic_Bomb.Png.meta | 3 ++ .../512/Pictoicon_Magic_Drop.Png | 3 ++ .../512/Pictoicon_Magic_Drop.Png.meta | 3 ++ .../512/Pictoicon_Magic_Square.Png | 3 ++ .../512/Pictoicon_Magic_Square.Png.meta | 3 ++ .../512/Pictoicon_Magnetic.Png | 3 ++ .../512/Pictoicon_Magnetic.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mail.Png | 3 ++ .../512/Pictoicon_Mail.Png.meta | 3 ++ .../512/Pictoicon_Mail_Read.Png | 3 ++ .../512/Pictoicon_Mail_Read.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Male.Png | 3 ++ .../512/Pictoicon_Male.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mana.Png | 3 ++ .../512/Pictoicon_Mana.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Map_0.Png | 3 ++ .../512/Pictoicon_Map_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Map_1.Png | 3 ++ .../512/Pictoicon_Map_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mappin.Png | 3 ++ .../512/Pictoicon_Mappin.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mask.Png | 3 ++ .../512/Pictoicon_Mask.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Meat.Png | 3 ++ .../512/Pictoicon_Meat.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Medal_0.Png | 3 ++ .../512/Pictoicon_Medal_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Medal_1.Png | 3 ++ .../512/Pictoicon_Medal_1.Png.meta | 3 ++ .../512/Pictoicon_Megaphone.Png | 3 ++ .../512/Pictoicon_Megaphone.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Menu_0.Png | 3 ++ .../512/Pictoicon_Menu_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Menu_1.Png | 3 ++ .../512/Pictoicon_Menu_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mic.Png | 3 ++ .../512/Pictoicon_Mic.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mic_Off.Png | 3 ++ .../512/Pictoicon_Mic_Off.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Missile.Png | 3 ++ .../512/Pictoicon_Missile.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Mission.Png | 3 ++ .../512/Pictoicon_Mission.Png.meta | 3 ++ .../512/Pictoicon_Moneybag.Png | 3 ++ .../512/Pictoicon_Moneybag.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Moon.Png | 3 ++ .../512/Pictoicon_Moon.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Movie.Png | 3 ++ .../512/Pictoicon_Movie.Png.meta | 3 ++ .../512/Pictoicon_Mushroom.Png | 3 ++ .../512/Pictoicon_Mushroom.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Music.Png | 3 ++ .../512/Pictoicon_Music.Png.meta | 3 ++ .../512/Pictoicon_Music_Off.Png | 3 ++ .../512/Pictoicon_Music_Off.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Nostop.Png | 3 ++ .../512/Pictoicon_Nostop.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Oil.Png | 3 ++ .../512/Pictoicon_Oil.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Paper_0.Png | 3 ++ .../512/Pictoicon_Paper_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Paper_1.Png | 3 ++ .../512/Pictoicon_Paper_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Passive.Png | 3 ++ .../512/Pictoicon_Passive.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Paw.Png | 3 ++ .../512/Pictoicon_Paw.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pen.Png | 3 ++ .../512/Pictoicon_Pen.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pet.Png | 3 ++ .../512/Pictoicon_Pet.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Photo.Png | 3 ++ .../512/Pictoicon_Photo.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pick.Png | 3 ++ .../512/Pictoicon_Pick.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Piggy.Png | 3 ++ .../512/Pictoicon_Piggy.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Plam.Png | 3 ++ .../512/Pictoicon_Plam.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Planet.Png | 3 ++ .../512/Pictoicon_Planet.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pointer.Png | 3 ++ .../512/Pictoicon_Pointer.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Poo.Png | 3 ++ .../512/Pictoicon_Poo.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Posion.Png | 3 ++ .../512/Pictoicon_Posion.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Post.Png | 3 ++ .../512/Pictoicon_Post.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pot.Png | 3 ++ .../512/Pictoicon_Pot.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Potion.Png | 3 ++ .../512/Pictoicon_Potion.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pouch.Png | 3 ++ .../512/Pictoicon_Pouch.Png.meta | 3 ++ .../512/Pictoicon_Poweroff.Png | 3 ++ .../512/Pictoicon_Poweroff.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Priest.Png | 3 ++ .../512/Pictoicon_Priest.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Print.Png | 3 ++ .../512/Pictoicon_Print.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Profile.Png | 3 ++ .../512/Pictoicon_Profile.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Pumkin.Png | 3 ++ .../512/Pictoicon_Pumkin.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Puzzle.Png | 3 ++ .../512/Pictoicon_Puzzle.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Qna.Png | 3 ++ .../512/Pictoicon_Qna.Png.meta | 3 ++ .../512/Pictoicon_Question.Png | 3 ++ .../512/Pictoicon_Question.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Quit.Png | 3 ++ .../512/Pictoicon_Quit.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Ranking.Png | 3 ++ .../512/Pictoicon_Ranking.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Redo.Png | 3 ++ .../512/Pictoicon_Redo.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Refresh.Png | 3 ++ .../512/Pictoicon_Refresh.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Reload.Png | 3 ++ .../512/Pictoicon_Reload.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Reverse.Png | 3 ++ .../512/Pictoicon_Reverse.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Ring.Png | 3 ++ .../512/Pictoicon_Ring.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Rocket.Png | 3 ++ .../512/Pictoicon_Rocket.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Rune.Png | 3 ++ .../512/Pictoicon_Rune.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Save.Png | 3 ++ .../512/Pictoicon_Save.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Scale.Png | 3 ++ .../512/Pictoicon_Scale.Png.meta | 3 ++ .../512/Pictoicon_Scissors.Png | 3 ++ .../512/Pictoicon_Scissors.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Scroll.Png | 3 ++ .../512/Pictoicon_Scroll.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Search.Png | 3 ++ .../512/Pictoicon_Search.Png.meta | 3 ++ .../512/Pictoicon_Security.Png | 3 ++ .../512/Pictoicon_Security.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Send.Png | 3 ++ .../512/Pictoicon_Send.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Setting.Png | 3 ++ .../512/Pictoicon_Setting.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Shape.Png | 3 ++ .../512/Pictoicon_Shape.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Share.Png | 3 ++ .../512/Pictoicon_Share.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Shield.Png | 3 ++ .../512/Pictoicon_Shield.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Shoes.Png | 3 ++ .../512/Pictoicon_Shoes.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Shop_0.Png | 3 ++ .../512/Pictoicon_Shop_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Shop_1.Png | 3 ++ .../512/Pictoicon_Shop_1.Png.meta | 3 ++ .../512/Pictoicon_Shuriken.Png | 3 ++ .../512/Pictoicon_Shuriken.Png.meta | 3 ++ .../512/Pictoicon_Signpost.Png | 3 ++ .../512/Pictoicon_Signpost.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Siren.Png | 3 ++ .../512/Pictoicon_Siren.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Skull.Png | 3 ++ .../512/Pictoicon_Skull.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Sleep.Png | 3 ++ .../512/Pictoicon_Sleep.Png.meta | 3 ++ .../512/Pictoicon_Slidebar.Png | 3 ++ .../512/Pictoicon_Slidebar.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Sound.Png | 3 ++ .../512/Pictoicon_Sound.Png.meta | 3 ++ .../512/Pictoicon_Sound_Off.Png | 3 ++ .../512/Pictoicon_Sound_Off.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Speed.Png | 3 ++ .../512/Pictoicon_Speed.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Stack.Png | 3 ++ .../512/Pictoicon_Stack.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Star.Png | 3 ++ .../512/Pictoicon_Star.Png.meta | 3 ++ .../512/Pictoicon_Stopwatch.Png | 3 ++ .../512/Pictoicon_Stopwatch.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Store.Png | 3 ++ .../512/Pictoicon_Store.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Sun.Png | 3 ++ .../512/Pictoicon_Sun.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Switch.Png | 3 ++ .../512/Pictoicon_Switch.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Sword.Png | 3 ++ .../512/Pictoicon_Sword.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tag.Png | 3 ++ .../512/Pictoicon_Tag.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Talk_0.Png | 3 ++ .../512/Pictoicon_Talk_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Talk_1.Png | 3 ++ .../512/Pictoicon_Talk_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tank.Png | 3 ++ .../512/Pictoicon_Tank.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tap.Png | 3 ++ .../512/Pictoicon_Tap.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Target.Png | 3 ++ .../512/Pictoicon_Target.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Thunder.Png | 3 ++ .../512/Pictoicon_Thunder.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Ticket.Png | 3 ++ .../512/Pictoicon_Ticket.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Time.Png | 3 ++ .../512/Pictoicon_Time.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Timer.Png | 3 ++ .../512/Pictoicon_Timer.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tool.Png | 3 ++ .../512/Pictoicon_Tool.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tooltip.Png | 3 ++ .../512/Pictoicon_Tooltip.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tower.Png | 3 ++ .../512/Pictoicon_Tower.Png.meta | 3 ++ .../512/Pictoicon_Training.Png | 3 ++ .../512/Pictoicon_Training.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tree.Png | 3 ++ .../512/Pictoicon_Tree.Png.meta | 3 ++ .../512/Pictoicon_Tree_Pine.Png | 3 ++ .../512/Pictoicon_Tree_Pine.Png.meta | 3 ++ .../512/Pictoicon_Trophy_0.Png | 3 ++ .../512/Pictoicon_Trophy_0.Png.meta | 3 ++ .../512/Pictoicon_Trophy_1.Png | 3 ++ .../512/Pictoicon_Trophy_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tv.Png | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Tv.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Undo.Png | 3 ++ .../512/Pictoicon_Undo.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Unlock.Png | 3 ++ .../512/Pictoicon_Unlock.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_User.Png | 3 ++ .../512/Pictoicon_User.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Video.Png | 3 ++ .../512/Pictoicon_Video.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_View.Png | 3 ++ .../512/Pictoicon_View.Png.meta | 3 ++ .../512/Pictoicon_Viking_Helmet.Png | 3 ++ .../512/Pictoicon_Viking_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Volume.Png | 3 ++ .../512/Pictoicon_Volume.Png.meta | 3 ++ .../512/Pictoicon_Volume_Mute.Png | 3 ++ .../512/Pictoicon_Volume_Mute.Png.meta | 3 ++ .../512/Pictoicon_Volume_Off.Png | 3 ++ .../512/Pictoicon_Volume_Off.Png.meta | 3 ++ .../512/Pictoicon_Volume_On.Png | 3 ++ .../512/Pictoicon_Volume_On.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Wand_0.Png | 3 ++ .../512/Pictoicon_Wand_0.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Wand_1.Png | 3 ++ .../512/Pictoicon_Wand_1.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Wand_2.Png | 3 ++ .../512/Pictoicon_Wand_2.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Warning.Png | 3 ++ .../512/Pictoicon_Warning.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Water.Png | 3 ++ .../512/Pictoicon_Water.Png.meta | 3 ++ .../512/Pictoicon_Wifi_Off.Png | 3 ++ .../512/Pictoicon_Wifi_Off.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Wifi_On.Png | 3 ++ .../512/Pictoicon_Wifi_On.Png.meta | 3 ++ .../512/Pictoicon_Windcock.Png | 3 ++ .../512/Pictoicon_Windcock.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Wing.Png | 3 ++ .../512/Pictoicon_Wing.Png.meta | 3 ++ .../512/Pictoicon_Witchhat.Png | 3 ++ .../512/Pictoicon_Witchhat.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Yinyang.Png | 3 ++ .../512/Pictoicon_Yinyang.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Zoomin.Png | 3 ++ .../512/Pictoicon_Zoomin.Png.meta | 3 ++ .../Icon_PictoIcons/512/Pictoicon_Zoomout.Png | 3 ++ .../512/Pictoicon_Zoomout.Png.meta | 3 ++ .../Components/Icon_PictoIcons/64.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Candle.Png | 3 ++ .../64/PictoIcon_Candle.Png.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Check.Png | 3 ++ .../64/PictoIcon_Check.Png.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Close.Png | 3 ++ .../64/PictoIcon_Close.Png.meta | 3 ++ .../64/PictoIcon_Close_Circle.Png | 3 ++ .../64/PictoIcon_Close_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Divide.Png | 3 ++ .../64/PictoIcon_Divide.Png.meta | 3 ++ .../64/PictoIcon_Divide_Circle.Png | 3 ++ .../64/PictoIcon_Divide_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Equal.Png | 3 ++ .../64/PictoIcon_Equal.Png.meta | 3 ++ .../64/PictoIcon_Equal_Circle.Png | 3 ++ .../64/PictoIcon_Equal_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Minus.Png | 3 ++ .../64/PictoIcon_Minus.Png.meta | 3 ++ .../64/PictoIcon_Minus_Circle.Png | 3 ++ .../64/PictoIcon_Minus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/64/PictoIcon_Plus.Png | 3 ++ .../64/PictoIcon_Plus.Png.meta | 3 ++ .../64/PictoIcon_Plus_Circle.Png | 3 ++ .../64/PictoIcon_Plus_Circle.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Account.Png | 3 ++ .../64/Pictoicon_Account.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Achieve.Png | 3 ++ .../64/Pictoicon_Achieve.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Airplane.Png | 3 ++ .../64/Pictoicon_Airplane.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Alert.Png | 3 ++ .../64/Pictoicon_Alert.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Anchor.Png | 3 ++ .../64/Pictoicon_Anchor.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Angel.Png | 3 ++ .../64/Pictoicon_Angel.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Ankh.Png | 3 ++ .../64/Pictoicon_Ankh.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Anvil.Png | 3 ++ .../64/Pictoicon_Anvil.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Armor.Png | 3 ++ .../64/Pictoicon_Armor.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Arrow.Png | 3 ++ .../64/Pictoicon_Arrow.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Backward.Png | 3 ++ .../64/Pictoicon_Arrow_Backward.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Bottom.Png | 3 ++ .../64/Pictoicon_Arrow_Bottom.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Down.Png | 3 ++ .../64/Pictoicon_Arrow_Down.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Forward.Png | 3 ++ .../64/Pictoicon_Arrow_Forward.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png | 3 ++ .../64/Pictoicon_Arrow_Fw.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Next.Png | 3 ++ .../64/Pictoicon_Arrow_Next.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Prev.Png | 3 ++ .../64/Pictoicon_Arrow_Prev.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png | 3 ++ .../64/Pictoicon_Arrow_Rw.Png.meta | 3 ++ .../64/Pictoicon_Arrow_Top.Png | 3 ++ .../64/Pictoicon_Arrow_Top.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png | 3 ++ .../64/Pictoicon_Arrow_Up.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Arrows.Png | 3 ++ .../64/Pictoicon_Arrows.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Assassin.Png | 3 ++ .../64/Pictoicon_Assassin.Png.meta | 3 ++ .../64/Pictoicon_Attachment.Png | 3 ++ .../64/Pictoicon_Attachment.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Attack.Png | 3 ++ .../64/Pictoicon_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Audio.Png | 3 ++ .../64/Pictoicon_Audio.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Award.Png | 3 ++ .../64/Pictoicon_Award.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Axe.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Axe.Png.meta | 3 ++ .../64/Pictoicon_Bad_Immune.Png | 3 ++ .../64/Pictoicon_Bad_Immune.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bag.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bag.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Ball.Png | 3 ++ .../64/Pictoicon_Ball.Png.meta | 3 ++ .../64/Pictoicon_Ball_Attack.Png | 3 ++ .../64/Pictoicon_Ball_Attack.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bang.Png | 3 ++ .../64/Pictoicon_Bang.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bank.Png | 3 ++ .../64/Pictoicon_Bank.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bat.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bat.Png.meta | 3 ++ .../64/Pictoicon_Battery_0.Png | 3 ++ .../64/Pictoicon_Battery_0.Png.meta | 3 ++ .../64/Pictoicon_Battery_1.Png | 3 ++ .../64/Pictoicon_Battery_1.Png.meta | 3 ++ .../64/Pictoicon_Battery_2.Png | 3 ++ .../64/Pictoicon_Battery_2.Png.meta | 3 ++ .../64/Pictoicon_Battery_3.Png | 3 ++ .../64/Pictoicon_Battery_3.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Battle.Png | 3 ++ .../64/Pictoicon_Battle.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bell.Png | 3 ++ .../64/Pictoicon_Bell.Png.meta | 3 ++ .../64/Pictoicon_Bell_Mute.Png | 3 ++ .../64/Pictoicon_Bell_Mute.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bin.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bin.Png.meta | 3 ++ .../64/Pictoicon_Blackhole.Png | 3 ++ .../64/Pictoicon_Blackhole.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Block_0.Png | 3 ++ .../64/Pictoicon_Block_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Block_1.Png | 3 ++ .../64/Pictoicon_Block_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bone.Png | 3 ++ .../64/Pictoicon_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Book_0.Png | 3 ++ .../64/Pictoicon_Book_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bookmark.Png | 3 ++ .../64/Pictoicon_Bookmark.Png.meta | 3 ++ .../64/Pictoicon_Bookmark_Add.Png | 3 ++ .../64/Pictoicon_Bookmark_Add.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Boom.Png | 3 ++ .../64/Pictoicon_Boom.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png | 3 ++ .../64/Pictoicon_Boot_Fly.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Boss.Png | 3 ++ .../64/Pictoicon_Boss.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Buff.Png | 3 ++ .../64/Pictoicon_Buff.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Bulb.Png | 3 ++ .../64/Pictoicon_Bulb.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Cactus.Png | 3 ++ .../64/Pictoicon_Cactus.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Calendar.Png | 3 ++ .../64/Pictoicon_Calendar.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Camera.Png | 3 ++ .../64/Pictoicon_Camera.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Card.Png | 3 ++ .../64/Pictoicon_Card.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Cart.Png | 3 ++ .../64/Pictoicon_Cart.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Castle.Png | 3 ++ .../64/Pictoicon_Castle.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Caution.Png | 3 ++ .../64/Pictoicon_Caution.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Chat.Png | 3 ++ .../64/Pictoicon_Chat.Png.meta | 3 ++ .../64/Pictoicon_Chess_King.Png | 3 ++ .../64/Pictoicon_Chess_King.Png.meta | 3 ++ .../64/Pictoicon_Chess_Knight.Png | 3 ++ .../64/Pictoicon_Chess_Knight.Png.meta | 3 ++ .../64/Pictoicon_Chess_Pawn.Png | 3 ++ .../64/Pictoicon_Chess_Pawn.Png.meta | 3 ++ .../64/Pictoicon_Chess_Queen.Png | 3 ++ .../64/Pictoicon_Chess_Queen.Png.meta | 3 ++ .../64/Pictoicon_Chess_Rock.Png | 3 ++ .../64/Pictoicon_Chess_Rock.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Chest_0.Png | 3 ++ .../64/Pictoicon_Chest_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Chest_1.Png | 3 ++ .../64/Pictoicon_Chest_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Cloth.Png | 3 ++ .../64/Pictoicon_Cloth.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Clover.Png | 3 ++ .../64/Pictoicon_Clover.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Coal.Png | 3 ++ .../64/Pictoicon_Coal.Png.meta | 3 ++ .../64/Pictoicon_Coin_Crown.Png | 3 ++ .../64/Pictoicon_Coin_Crown.Png.meta | 3 ++ .../64/Pictoicon_Coin_Skull.Png | 3 ++ .../64/Pictoicon_Coin_Skull.Png.meta | 3 ++ .../64/Pictoicon_Coin_Star.Png | 3 ++ .../64/Pictoicon_Coin_Star.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Compass.Png | 3 ++ .../64/Pictoicon_Compass.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Confirm.Png | 3 ++ .../64/Pictoicon_Confirm.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Connect.Png | 3 ++ .../64/Pictoicon_Connect.Png.meta | 3 ++ .../64/Pictoicon_Control_Fw.Png | 3 ++ .../64/Pictoicon_Control_Fw.Png.meta | 3 ++ .../64/Pictoicon_Control_Pause.Png | 3 ++ .../64/Pictoicon_Control_Pause.Png.meta | 3 ++ .../64/Pictoicon_Control_Play.Png | 3 ++ .../64/Pictoicon_Control_Play.Png.meta | 3 ++ .../64/Pictoicon_Control_Rw.Png | 3 ++ .../64/Pictoicon_Control_Rw.Png.meta | 3 ++ .../64/Pictoicon_Control_Stop.Png | 3 ++ .../64/Pictoicon_Control_Stop.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Copy.Png | 3 ++ .../64/Pictoicon_Copy.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Coupon.Png | 3 ++ .../64/Pictoicon_Coupon.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Critical.Png | 3 ++ .../64/Pictoicon_Critical.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Crown.Png | 3 ++ .../64/Pictoicon_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Crystal.Png | 3 ++ .../64/Pictoicon_Crystal.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Damage.Png | 3 ++ .../64/Pictoicon_Damage.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Debug.Png | 3 ++ .../64/Pictoicon_Debug.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Defense.Png | 3 ++ .../64/Pictoicon_Defense.Png.meta | 3 ++ .../64/Pictoicon_Defense_Weak.Png | 3 ++ .../64/Pictoicon_Defense_Weak.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Detail.Png | 3 ++ .../64/Pictoicon_Detail.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Dice.Png | 3 ++ .../64/Pictoicon_Dice.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Dig.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Dig.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Direct.Png | 3 ++ .../64/Pictoicon_Direct.Png.meta | 3 ++ .../64/Pictoicon_Direction.Png | 3 ++ .../64/Pictoicon_Direction.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Dislike.Png | 3 ++ .../64/Pictoicon_Dislike.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Display.Png | 3 ++ .../64/Pictoicon_Display.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Documnet.Png | 3 ++ .../64/Pictoicon_Documnet.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Door.Png | 3 ++ .../64/Pictoicon_Door.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Download.Png | 3 ++ .../64/Pictoicon_Download.Png.meta | 3 ++ .../64/Pictoicon_Emoji_Angry.Png | 3 ++ .../64/Pictoicon_Emoji_Angry.Png.meta | 3 ++ .../64/Pictoicon_Emoji_Sad.Png | 3 ++ .../64/Pictoicon_Emoji_Sad.Png.meta | 3 ++ .../64/Pictoicon_Emoji_Smile.Png | 3 ++ .../64/Pictoicon_Emoji_Smile.Png.meta | 3 ++ .../64/Pictoicon_Emoji_Wow.Png | 3 ++ .../64/Pictoicon_Emoji_Wow.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Energy.Png | 3 ++ .../64/Pictoicon_Energy.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Expand.Png | 3 ++ .../64/Pictoicon_Expand.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Export.Png | 3 ++ .../64/Pictoicon_Export.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Eyeball.Png | 3 ++ .../64/Pictoicon_Eyeball.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Feather.Png | 3 ++ .../64/Pictoicon_Feather.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Female.Png | 3 ++ .../64/Pictoicon_Female.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fense.Png | 3 ++ .../64/Pictoicon_Fense.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fight.Png | 3 ++ .../64/Pictoicon_Fight.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Filter.Png | 3 ++ .../64/Pictoicon_Filter.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fire.Png | 3 ++ .../64/Pictoicon_Fire.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Firm.Png | 3 ++ .../64/Pictoicon_Firm.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fish.Png | 3 ++ .../64/Pictoicon_Fish.Png.meta | 3 ++ .../64/Pictoicon_Fish_Bone.Png | 3 ++ .../64/Pictoicon_Fish_Bone.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fist.Png | 3 ++ .../64/Pictoicon_Fist.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fix.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Fix.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Flag_0.Png | 3 ++ .../64/Pictoicon_Flag_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Flag_1.Png | 3 ++ .../64/Pictoicon_Flag_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Flower.Png | 3 ++ .../64/Pictoicon_Flower.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Focus.Png | 3 ++ .../64/Pictoicon_Focus.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Folder.Png | 3 ++ .../64/Pictoicon_Folder.Png.meta | 3 ++ .../64/Pictoicon_Friend_Add.Png | 3 ++ .../64/Pictoicon_Friend_Add.Png.meta | 3 ++ .../64/Pictoicon_Gacha_Ball.Png | 3 ++ .../64/Pictoicon_Gacha_Ball.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Game.Png | 3 ++ .../64/Pictoicon_Game.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Gear.Png | 3 ++ .../64/Pictoicon_Gear.Png.meta | 3 ++ .../64/Pictoicon_Gem_Diamond.Png | 3 ++ .../64/Pictoicon_Gem_Diamond.Png.meta | 3 ++ .../64/Pictoicon_Gem_Hexagon.Png | 3 ++ .../64/Pictoicon_Gem_Hexagon.Png.meta | 3 ++ .../64/Pictoicon_Gem_Rhombus.Png | 3 ++ .../64/Pictoicon_Gem_Rhombus.Png.meta | 3 ++ .../64/Pictoicon_Gem_Triangle.Png | 3 ++ .../64/Pictoicon_Gem_Triangle.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Gift.Png | 3 ++ .../64/Pictoicon_Gift.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Globe.Png | 3 ++ .../64/Pictoicon_Globe.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Glove.Png | 3 ++ .../64/Pictoicon_Glove.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Goal.Png | 3 ++ .../64/Pictoicon_Goal.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Guild.Png | 3 ++ .../64/Pictoicon_Guild.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Gun.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Gun.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Hammer.Png | 3 ++ .../64/Pictoicon_Hammer.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Haptic.Png | 3 ++ .../64/Pictoicon_Haptic.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Hatchet.Png | 3 ++ .../64/Pictoicon_Hatchet.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Health.Png | 3 ++ .../64/Pictoicon_Health.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Helmet.Png | 3 ++ .../64/Pictoicon_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Help.Png | 3 ++ .../64/Pictoicon_Help.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Hide.Png | 3 ++ .../64/Pictoicon_Hide.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_History.Png | 3 ++ .../64/Pictoicon_History.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Home_0.Png | 3 ++ .../64/Pictoicon_Home_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Home_1.Png | 3 ++ .../64/Pictoicon_Home_1.Png.meta | 3 ++ .../64/Pictoicon_Horseshoes.Png | 3 ++ .../64/Pictoicon_Horseshoes.Png.meta | 3 ++ .../64/Pictoicon_Hourglass.Png | 3 ++ .../64/Pictoicon_Hourglass.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Info.Png | 3 ++ .../64/Pictoicon_Info.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Invert.Png | 3 ++ .../64/Pictoicon_Invert.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Joystick.Png | 3 ++ .../64/Pictoicon_Joystick.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Key.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Key.Png.meta | 3 ++ .../64/Pictoicon_Key_Crown.Png | 3 ++ .../64/Pictoicon_Key_Crown.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Kinght.Png | 3 ++ .../64/Pictoicon_Kinght.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Laurel.Png | 3 ++ .../64/Pictoicon_Laurel.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Layout.Png | 3 ++ .../64/Pictoicon_Layout.Png.meta | 3 ++ .../64/Pictoicon_Leaderboard.Png | 3 ++ .../64/Pictoicon_Leaderboard.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Leaf.Png | 3 ++ .../64/Pictoicon_Leaf.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Learn.Png | 3 ++ .../64/Pictoicon_Learn.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Life.Png | 3 ++ .../64/Pictoicon_Life.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Life_Add.Png | 3 ++ .../64/Pictoicon_Life_Add.Png.meta | 3 ++ .../64/Pictoicon_Life_Break.Png | 3 ++ .../64/Pictoicon_Life_Break.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Light.Png | 3 ++ .../64/Pictoicon_Light.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Like.Png | 3 ++ .../64/Pictoicon_Like.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Link.Png | 3 ++ .../64/Pictoicon_Link.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_List_0.Png | 3 ++ .../64/Pictoicon_List_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_List_1.Png | 3 ++ .../64/Pictoicon_List_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Location.Png | 3 ++ .../64/Pictoicon_Location.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Lock.Png | 3 ++ .../64/Pictoicon_Lock.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Magic.Png | 3 ++ .../64/Pictoicon_Magic.Png.meta | 3 ++ .../64/Pictoicon_Magic_Ball.Png | 3 ++ .../64/Pictoicon_Magic_Ball.Png.meta | 3 ++ .../64/Pictoicon_Magic_Bomb.Png | 3 ++ .../64/Pictoicon_Magic_Bomb.Png.meta | 3 ++ .../64/Pictoicon_Magic_Drop.Png | 3 ++ .../64/Pictoicon_Magic_Drop.Png.meta | 3 ++ .../64/Pictoicon_Magic_Square.Png | 3 ++ .../64/Pictoicon_Magic_Square.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Magnetic.Png | 3 ++ .../64/Pictoicon_Magnetic.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mail.Png | 3 ++ .../64/Pictoicon_Mail.Png.meta | 3 ++ .../64/Pictoicon_Mail_Read.Png | 3 ++ .../64/Pictoicon_Mail_Read.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Male.Png | 3 ++ .../64/Pictoicon_Male.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mana.Png | 3 ++ .../64/Pictoicon_Mana.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Map_0.Png | 3 ++ .../64/Pictoicon_Map_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Map_1.Png | 3 ++ .../64/Pictoicon_Map_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mappin.Png | 3 ++ .../64/Pictoicon_Mappin.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mask.Png | 3 ++ .../64/Pictoicon_Mask.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Meat.Png | 3 ++ .../64/Pictoicon_Meat.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Medal_0.Png | 3 ++ .../64/Pictoicon_Medal_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Medal_1.Png | 3 ++ .../64/Pictoicon_Medal_1.Png.meta | 3 ++ .../64/Pictoicon_Megaphone.Png | 3 ++ .../64/Pictoicon_Megaphone.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Menu_0.Png | 3 ++ .../64/Pictoicon_Menu_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Menu_1.Png | 3 ++ .../64/Pictoicon_Menu_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mic.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mic.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mic_Off.Png | 3 ++ .../64/Pictoicon_Mic_Off.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Missile.Png | 3 ++ .../64/Pictoicon_Missile.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mission.Png | 3 ++ .../64/Pictoicon_Mission.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Moneybag.Png | 3 ++ .../64/Pictoicon_Moneybag.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Moon.Png | 3 ++ .../64/Pictoicon_Moon.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Movie.Png | 3 ++ .../64/Pictoicon_Movie.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Mushroom.Png | 3 ++ .../64/Pictoicon_Mushroom.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Music.Png | 3 ++ .../64/Pictoicon_Music.Png.meta | 3 ++ .../64/Pictoicon_Music_Off.Png | 3 ++ .../64/Pictoicon_Music_Off.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Nostop.Png | 3 ++ .../64/Pictoicon_Nostop.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Oil.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Oil.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Paper_0.Png | 3 ++ .../64/Pictoicon_Paper_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Paper_1.Png | 3 ++ .../64/Pictoicon_Paper_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Passive.Png | 3 ++ .../64/Pictoicon_Passive.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Paw.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Paw.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pen.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pen.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pet.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pet.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Photo.Png | 3 ++ .../64/Pictoicon_Photo.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pick.Png | 3 ++ .../64/Pictoicon_Pick.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Piggy.Png | 3 ++ .../64/Pictoicon_Piggy.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Plam.Png | 3 ++ .../64/Pictoicon_Plam.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Planet.Png | 3 ++ .../64/Pictoicon_Planet.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pointer.Png | 3 ++ .../64/Pictoicon_Pointer.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Poo.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Poo.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Posion.Png | 3 ++ .../64/Pictoicon_Posion.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Post.Png | 3 ++ .../64/Pictoicon_Post.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pot.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pot.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Potion.Png | 3 ++ .../64/Pictoicon_Potion.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pouch.Png | 3 ++ .../64/Pictoicon_Pouch.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Poweroff.Png | 3 ++ .../64/Pictoicon_Poweroff.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Priest.Png | 3 ++ .../64/Pictoicon_Priest.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Print.Png | 3 ++ .../64/Pictoicon_Print.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Profile.Png | 3 ++ .../64/Pictoicon_Profile.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Pumkin.Png | 3 ++ .../64/Pictoicon_Pumkin.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Puzzle.Png | 3 ++ .../64/Pictoicon_Puzzle.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Qna.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Qna.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Question.Png | 3 ++ .../64/Pictoicon_Question.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Quit.Png | 3 ++ .../64/Pictoicon_Quit.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Ranking.Png | 3 ++ .../64/Pictoicon_Ranking.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Redo.Png | 3 ++ .../64/Pictoicon_Redo.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Refresh.Png | 3 ++ .../64/Pictoicon_Refresh.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Reload.Png | 3 ++ .../64/Pictoicon_Reload.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Reverse.Png | 3 ++ .../64/Pictoicon_Reverse.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Ring.Png | 3 ++ .../64/Pictoicon_Ring.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Rocket.Png | 3 ++ .../64/Pictoicon_Rocket.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Rune.Png | 3 ++ .../64/Pictoicon_Rune.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Save.Png | 3 ++ .../64/Pictoicon_Save.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Scale.Png | 3 ++ .../64/Pictoicon_Scale.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Scissors.Png | 3 ++ .../64/Pictoicon_Scissors.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Scroll.Png | 3 ++ .../64/Pictoicon_Scroll.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Search.Png | 3 ++ .../64/Pictoicon_Search.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Security.Png | 3 ++ .../64/Pictoicon_Security.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Send.Png | 3 ++ .../64/Pictoicon_Send.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Setting.Png | 3 ++ .../64/Pictoicon_Setting.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Shape.Png | 3 ++ .../64/Pictoicon_Shape.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Share.Png | 3 ++ .../64/Pictoicon_Share.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Shield.Png | 3 ++ .../64/Pictoicon_Shield.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Shoes.Png | 3 ++ .../64/Pictoicon_Shoes.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Shop_0.Png | 3 ++ .../64/Pictoicon_Shop_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Shop_1.Png | 3 ++ .../64/Pictoicon_Shop_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Shuriken.Png | 3 ++ .../64/Pictoicon_Shuriken.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Signpost.Png | 3 ++ .../64/Pictoicon_Signpost.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Siren.Png | 3 ++ .../64/Pictoicon_Siren.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Skull.Png | 3 ++ .../64/Pictoicon_Skull.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Sleep.Png | 3 ++ .../64/Pictoicon_Sleep.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Slidebar.Png | 3 ++ .../64/Pictoicon_Slidebar.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Sound.Png | 3 ++ .../64/Pictoicon_Sound.Png.meta | 3 ++ .../64/Pictoicon_Sound_Off.Png | 3 ++ .../64/Pictoicon_Sound_Off.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Speed.Png | 3 ++ .../64/Pictoicon_Speed.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Stack.Png | 3 ++ .../64/Pictoicon_Stack.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Star.Png | 3 ++ .../64/Pictoicon_Star.Png.meta | 3 ++ .../64/Pictoicon_Stopwatch.Png | 3 ++ .../64/Pictoicon_Stopwatch.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Store.Png | 3 ++ .../64/Pictoicon_Store.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Sun.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Sun.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Switch.Png | 3 ++ .../64/Pictoicon_Switch.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Sword.Png | 3 ++ .../64/Pictoicon_Sword.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tag.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tag.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Talk_0.Png | 3 ++ .../64/Pictoicon_Talk_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Talk_1.Png | 3 ++ .../64/Pictoicon_Talk_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tank.Png | 3 ++ .../64/Pictoicon_Tank.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tap.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tap.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Target.Png | 3 ++ .../64/Pictoicon_Target.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Thunder.Png | 3 ++ .../64/Pictoicon_Thunder.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Ticket.Png | 3 ++ .../64/Pictoicon_Ticket.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Time.Png | 3 ++ .../64/Pictoicon_Time.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Timer.Png | 3 ++ .../64/Pictoicon_Timer.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tool.Png | 3 ++ .../64/Pictoicon_Tool.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tooltip.Png | 3 ++ .../64/Pictoicon_Tooltip.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tower.Png | 3 ++ .../64/Pictoicon_Tower.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Training.Png | 3 ++ .../64/Pictoicon_Training.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tree.Png | 3 ++ .../64/Pictoicon_Tree.Png.meta | 3 ++ .../64/Pictoicon_Tree_Pine.Png | 3 ++ .../64/Pictoicon_Tree_Pine.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Trophy_0.Png | 3 ++ .../64/Pictoicon_Trophy_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Trophy_1.Png | 3 ++ .../64/Pictoicon_Trophy_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tv.Png | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Tv.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Undo.Png | 3 ++ .../64/Pictoicon_Undo.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Unlock.Png | 3 ++ .../64/Pictoicon_Unlock.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_User.Png | 3 ++ .../64/Pictoicon_User.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Video.Png | 3 ++ .../64/Pictoicon_Video.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_View.Png | 3 ++ .../64/Pictoicon_View.Png.meta | 3 ++ .../64/Pictoicon_Viking_Helmet.Png | 3 ++ .../64/Pictoicon_Viking_Helmet.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Volume.Png | 3 ++ .../64/Pictoicon_Volume.Png.meta | 3 ++ .../64/Pictoicon_Volume_Mute.Png | 3 ++ .../64/Pictoicon_Volume_Mute.Png.meta | 3 ++ .../64/Pictoicon_Volume_Off.Png | 3 ++ .../64/Pictoicon_Volume_Off.Png.meta | 3 ++ .../64/Pictoicon_Volume_On.Png | 3 ++ .../64/Pictoicon_Volume_On.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Wand_0.Png | 3 ++ .../64/Pictoicon_Wand_0.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Wand_1.Png | 3 ++ .../64/Pictoicon_Wand_1.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Wand_2.Png | 3 ++ .../64/Pictoicon_Wand_2.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Warning.Png | 3 ++ .../64/Pictoicon_Warning.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Water.Png | 3 ++ .../64/Pictoicon_Water.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png | 3 ++ .../64/Pictoicon_Wifi_Off.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Wifi_On.Png | 3 ++ .../64/Pictoicon_Wifi_On.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Windcock.Png | 3 ++ .../64/Pictoicon_Windcock.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Wing.Png | 3 ++ .../64/Pictoicon_Wing.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Witchhat.Png | 3 ++ .../64/Pictoicon_Witchhat.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Yinyang.Png | 3 ++ .../64/Pictoicon_Yinyang.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Zoomin.Png | 3 ++ .../64/Pictoicon_Zoomin.Png.meta | 3 ++ .../Icon_PictoIcons/64/Pictoicon_Zoomout.Png | 3 ++ .../64/Pictoicon_Zoomout.Png.meta | 3 ++ .../Sprites/Components/Icon_RuneIcons.meta | 3 ++ .../Components/Icon_RuneIcons/128.meta | 3 ++ .../128/RuneIcon0_Ball_Count.Png | 3 ++ .../128/RuneIcon0_Ball_Count.Png.meta | 3 ++ .../128/RuneIcon0_Ball_Health.Png | 3 ++ .../128/RuneIcon0_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon0_Buff.Png | 3 ++ .../128/RuneIcon0_Buff.Png.meta | 3 ++ .../128/RuneIcon0_Critical_Chance.Png | 3 ++ .../128/RuneIcon0_Critical_Chance.Png.meta | 3 ++ .../128/RuneIcon0_Critical_Damage.Png | 3 ++ .../128/RuneIcon0_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon0_Damage.Png | 3 ++ .../128/RuneIcon0_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon0_Debuff.Png | 3 ++ .../128/RuneIcon0_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png | 3 ++ .../128/RuneIcon0_Get_Coin.Png.meta | 3 ++ .../128/RuneIcon0_Get_Score.Png | 3 ++ .../128/RuneIcon0_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon0_Passive.Png | 3 ++ .../128/RuneIcon0_Passive.Png.meta | 3 ++ .../128/RuneIcon1_Ball_Count.Png | 3 ++ .../128/RuneIcon1_Ball_Count.Png.meta | 3 ++ .../128/RuneIcon1_Ball_Health.Png | 3 ++ .../128/RuneIcon1_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon1_Buff.Png | 3 ++ .../128/RuneIcon1_Buff.Png.meta | 3 ++ .../128/RuneIcon1_Critical_Chance.Png | 3 ++ .../128/RuneIcon1_Critical_Chance.Png.meta | 3 ++ .../128/RuneIcon1_Critical_Damage.Png | 3 ++ .../128/RuneIcon1_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon1_Damage.Png | 3 ++ .../128/RuneIcon1_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon1_Debuff.Png | 3 ++ .../128/RuneIcon1_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png | 3 ++ .../128/RuneIcon1_Get_Coin.Png.meta | 3 ++ .../128/RuneIcon1_Get_Score.Png | 3 ++ .../128/RuneIcon1_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon1_Passive.Png | 3 ++ .../128/RuneIcon1_Passive.Png.meta | 3 ++ .../128/RuneIcon2_Ball_Count.Png | 3 ++ .../128/RuneIcon2_Ball_Count.Png.meta | 3 ++ .../128/RuneIcon2_Ball_Health.Png | 3 ++ .../128/RuneIcon2_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon2_Buff.Png | 3 ++ .../128/RuneIcon2_Buff.Png.meta | 3 ++ .../128/RuneIcon2_Critical_Chance.Png | 3 ++ .../128/RuneIcon2_Critical_Chance.Png.meta | 3 ++ .../128/RuneIcon2_Critical_Damage.Png | 3 ++ .../128/RuneIcon2_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon2_Damage.Png | 3 ++ .../128/RuneIcon2_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon2_Debuff.Png | 3 ++ .../128/RuneIcon2_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png | 3 ++ .../128/RuneIcon2_Get_Coin.Png.meta | 3 ++ .../128/RuneIcon2_Get_Score.Png | 3 ++ .../128/RuneIcon2_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon2_Passive.Png | 3 ++ .../128/RuneIcon2_Passive.Png.meta | 3 ++ .../128/RuneIcon3_Ball_Count.Png | 3 ++ .../128/RuneIcon3_Ball_Count.Png.meta | 3 ++ .../128/RuneIcon3_Ball_Health.Png | 3 ++ .../128/RuneIcon3_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon3_Buff.Png | 3 ++ .../128/RuneIcon3_Buff.Png.meta | 3 ++ .../128/RuneIcon3_Critical_Chance.Png | 3 ++ .../128/RuneIcon3_Critical_Chance.Png.meta | 3 ++ .../128/RuneIcon3_Critical_Damage.Png | 3 ++ .../128/RuneIcon3_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon3_Damage.Png | 3 ++ .../128/RuneIcon3_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon3_Debuff.Png | 3 ++ .../128/RuneIcon3_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png | 3 ++ .../128/RuneIcon3_Get_Coin.Png.meta | 3 ++ .../128/RuneIcon3_Get_Score.Png | 3 ++ .../128/RuneIcon3_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon3_Passive.Png | 3 ++ .../128/RuneIcon3_Passive.Png.meta | 3 ++ .../128/RuneIcon4_Ball_Count.Png | 3 ++ .../128/RuneIcon4_Ball_Count.Png.meta | 3 ++ .../128/RuneIcon4_Ball_Health.Png | 3 ++ .../128/RuneIcon4_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon4_Buff.Png | 3 ++ .../128/RuneIcon4_Buff.Png.meta | 3 ++ .../128/RuneIcon4_Critical_Chance.Png | 3 ++ .../128/RuneIcon4_Critical_Chance.Png.meta | 3 ++ .../128/RuneIcon4_Critical_Damage.Png | 3 ++ .../128/RuneIcon4_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon4_Damage.Png | 3 ++ .../128/RuneIcon4_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon4_Debuff.Png | 3 ++ .../128/RuneIcon4_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png | 3 ++ .../128/RuneIcon4_Get_Coin.Png.meta | 3 ++ .../128/RuneIcon4_Get_Score.Png | 3 ++ .../128/RuneIcon4_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon4_Passive.Png | 3 ++ .../128/RuneIcon4_Passive.Png.meta | 3 ++ .../128/RuneIcon5_Ball_Count.Png | 3 ++ .../128/RuneIcon5_Ball_Count.Png.meta | 3 ++ .../128/RuneIcon5_Ball_Health.Png | 3 ++ .../128/RuneIcon5_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon5_Buff.Png | 3 ++ .../128/RuneIcon5_Buff.Png.meta | 3 ++ .../128/RuneIcon5_Critical_Chance.Png | 3 ++ .../128/RuneIcon5_Critical_Chance.Png.meta | 3 ++ .../128/RuneIcon5_Critical_Damage.Png | 3 ++ .../128/RuneIcon5_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon5_Damage.Png | 3 ++ .../128/RuneIcon5_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon5_Debuff.Png | 3 ++ .../128/RuneIcon5_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png | 3 ++ .../128/RuneIcon5_Get_Coin.Png.meta | 3 ++ .../128/RuneIcon5_Get_Score.Png | 3 ++ .../128/RuneIcon5_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon5_Passive.Png | 3 ++ .../128/RuneIcon5_Passive.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon_Frame_0.Png | 3 ++ .../128/RuneIcon_Frame_0.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon_Frame_1.Png | 3 ++ .../128/RuneIcon_Frame_1.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon_Frame_2.Png | 3 ++ .../128/RuneIcon_Frame_2.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon_Frame_3.Png | 3 ++ .../128/RuneIcon_Frame_3.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon_Frame_4.Png | 3 ++ .../128/RuneIcon_Frame_4.Png.meta | 3 ++ .../Icon_RuneIcons/128/RuneIcon_Frame_5.Png | 3 ++ .../128/RuneIcon_Frame_5.Png.meta | 3 ++ .../Components/Icon_RuneIcons/256.meta | 3 ++ .../256/RuneIcon0_Ball_Count.png | 3 ++ .../256/RuneIcon0_Ball_Count.png.meta | 3 ++ .../256/RuneIcon0_Ball_Health.png | 3 ++ .../256/RuneIcon0_Ball_Health.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon0_Buff.png | 3 ++ .../256/RuneIcon0_Buff.png.meta | 3 ++ .../256/RuneIcon0_Critical_Chance.png | 3 ++ .../256/RuneIcon0_Critical_Chance.png.meta | 3 ++ .../256/RuneIcon0_Critical_Damage.png | 3 ++ .../256/RuneIcon0_Critical_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon0_Damage.png | 3 ++ .../256/RuneIcon0_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon0_Debuff.png | 3 ++ .../256/RuneIcon0_Debuff.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon0_Get_Coin.png | 3 ++ .../256/RuneIcon0_Get_Coin.png.meta | 3 ++ .../256/RuneIcon0_Get_Score.png | 3 ++ .../256/RuneIcon0_Get_Score.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon0_Passive.png | 3 ++ .../256/RuneIcon0_Passive.png.meta | 3 ++ .../256/RuneIcon1_Ball_Count.png | 3 ++ .../256/RuneIcon1_Ball_Count.png.meta | 3 ++ .../256/RuneIcon1_Ball_Health.png | 3 ++ .../256/RuneIcon1_Ball_Health.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon1_Buff.png | 3 ++ .../256/RuneIcon1_Buff.png.meta | 3 ++ .../256/RuneIcon1_Critical_Chance.png | 3 ++ .../256/RuneIcon1_Critical_Chance.png.meta | 3 ++ .../256/RuneIcon1_Critical_Damage.png | 3 ++ .../256/RuneIcon1_Critical_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon1_Damage.png | 3 ++ .../256/RuneIcon1_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon1_Debuff.png | 3 ++ .../256/RuneIcon1_Debuff.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon1_Get_Coin.png | 3 ++ .../256/RuneIcon1_Get_Coin.png.meta | 3 ++ .../256/RuneIcon1_Get_Score.png | 3 ++ .../256/RuneIcon1_Get_Score.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon1_Passive.png | 3 ++ .../256/RuneIcon1_Passive.png.meta | 3 ++ .../256/RuneIcon2_Ball_Count.png | 3 ++ .../256/RuneIcon2_Ball_Count.png.meta | 3 ++ .../256/RuneIcon2_Ball_Health.png | 3 ++ .../256/RuneIcon2_Ball_Health.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon2_Buff.png | 3 ++ .../256/RuneIcon2_Buff.png.meta | 3 ++ .../256/RuneIcon2_Critical_Chance.png | 3 ++ .../256/RuneIcon2_Critical_Chance.png.meta | 3 ++ .../256/RuneIcon2_Critical_Damage.png | 3 ++ .../256/RuneIcon2_Critical_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon2_Damage.png | 3 ++ .../256/RuneIcon2_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon2_Debuff.png | 3 ++ .../256/RuneIcon2_Debuff.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon2_Get_Coin.png | 3 ++ .../256/RuneIcon2_Get_Coin.png.meta | 3 ++ .../256/RuneIcon2_Get_Score.png | 3 ++ .../256/RuneIcon2_Get_Score.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon2_Passive.png | 3 ++ .../256/RuneIcon2_Passive.png.meta | 3 ++ .../256/RuneIcon3_Ball_Count.png | 3 ++ .../256/RuneIcon3_Ball_Count.png.meta | 3 ++ .../256/RuneIcon3_Ball_Health.png | 3 ++ .../256/RuneIcon3_Ball_Health.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon3_Buff.png | 3 ++ .../256/RuneIcon3_Buff.png.meta | 3 ++ .../256/RuneIcon3_Critical_Chance.png | 3 ++ .../256/RuneIcon3_Critical_Chance.png.meta | 3 ++ .../256/RuneIcon3_Critical_Damage.png | 3 ++ .../256/RuneIcon3_Critical_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon3_Damage.png | 3 ++ .../256/RuneIcon3_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon3_Debuff.png | 3 ++ .../256/RuneIcon3_Debuff.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon3_Get_Coin.png | 3 ++ .../256/RuneIcon3_Get_Coin.png.meta | 3 ++ .../256/RuneIcon3_Get_Score.png | 3 ++ .../256/RuneIcon3_Get_Score.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon3_Passive.png | 3 ++ .../256/RuneIcon3_Passive.png.meta | 3 ++ .../256/RuneIcon4_Ball_Count.png | 3 ++ .../256/RuneIcon4_Ball_Count.png.meta | 3 ++ .../256/RuneIcon4_Ball_Health.png | 3 ++ .../256/RuneIcon4_Ball_Health.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon4_Buff.png | 3 ++ .../256/RuneIcon4_Buff.png.meta | 3 ++ .../256/RuneIcon4_Critical_Chance.png | 3 ++ .../256/RuneIcon4_Critical_Chance.png.meta | 3 ++ .../256/RuneIcon4_Critical_Damage.png | 3 ++ .../256/RuneIcon4_Critical_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon4_Damage.png | 3 ++ .../256/RuneIcon4_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon4_Debuff.png | 3 ++ .../256/RuneIcon4_Debuff.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon4_Get_Coin.png | 3 ++ .../256/RuneIcon4_Get_Coin.png.meta | 3 ++ .../256/RuneIcon4_Get_Score.png | 3 ++ .../256/RuneIcon4_Get_Score.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon4_Passive.png | 3 ++ .../256/RuneIcon4_Passive.png.meta | 3 ++ .../256/RuneIcon5_Ball_Count.png | 3 ++ .../256/RuneIcon5_Ball_Count.png.meta | 3 ++ .../256/RuneIcon5_Ball_Health.png | 3 ++ .../256/RuneIcon5_Ball_Health.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon5_Buff.png | 3 ++ .../256/RuneIcon5_Buff.png.meta | 3 ++ .../256/RuneIcon5_Critical_Chance.png | 3 ++ .../256/RuneIcon5_Critical_Chance.png.meta | 3 ++ .../256/RuneIcon5_Critical_Damage.png | 3 ++ .../256/RuneIcon5_Critical_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon5_Damage.png | 3 ++ .../256/RuneIcon5_Damage.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon5_Debuff.png | 3 ++ .../256/RuneIcon5_Debuff.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon5_Get_Coin.png | 3 ++ .../256/RuneIcon5_Get_Coin.png.meta | 3 ++ .../256/RuneIcon5_Get_Score.png | 3 ++ .../256/RuneIcon5_Get_Score.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon5_Passive.png | 3 ++ .../256/RuneIcon5_Passive.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon_Frame_0.png | 3 ++ .../256/RuneIcon_Frame_0.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon_Frame_1.png | 3 ++ .../256/RuneIcon_Frame_1.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon_Frame_2.png | 3 ++ .../256/RuneIcon_Frame_2.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon_Frame_3.png | 3 ++ .../256/RuneIcon_Frame_3.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon_Frame_4.png | 3 ++ .../256/RuneIcon_Frame_4.png.meta | 3 ++ .../Icon_RuneIcons/256/RuneIcon_Frame_5.png | 3 ++ .../256/RuneIcon_Frame_5.png.meta | 3 ++ .../Components/Icon_RuneIcons/512.meta | 3 ++ .../512/RuneIcon0_Ball_Count.Png | 3 ++ .../512/RuneIcon0_Ball_Count.Png.meta | 3 ++ .../512/RuneIcon0_Ball_Health.Png | 3 ++ .../512/RuneIcon0_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon0_Buff.Png | 3 ++ .../512/RuneIcon0_Buff.Png.meta | 3 ++ .../512/RuneIcon0_Critical_Chance.Png | 3 ++ .../512/RuneIcon0_Critical_Chance.Png.meta | 3 ++ .../512/RuneIcon0_Critical_Damage.Png | 3 ++ .../512/RuneIcon0_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon0_Damage.Png | 3 ++ .../512/RuneIcon0_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon0_Debuff.Png | 3 ++ .../512/RuneIcon0_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png | 3 ++ .../512/RuneIcon0_Get_Coin.Png.meta | 3 ++ .../512/RuneIcon0_Get_Score.Png | 3 ++ .../512/RuneIcon0_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon0_Passive.Png | 3 ++ .../512/RuneIcon0_Passive.Png.meta | 3 ++ .../512/RuneIcon1_Ball_Count.Png | 3 ++ .../512/RuneIcon1_Ball_Count.Png.meta | 3 ++ .../512/RuneIcon1_Ball_Health.Png | 3 ++ .../512/RuneIcon1_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon1_Buff.Png | 3 ++ .../512/RuneIcon1_Buff.Png.meta | 3 ++ .../512/RuneIcon1_Critical_Chance.Png | 3 ++ .../512/RuneIcon1_Critical_Chance.Png.meta | 3 ++ .../512/RuneIcon1_Critical_Damage.Png | 3 ++ .../512/RuneIcon1_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon1_Damage.Png | 3 ++ .../512/RuneIcon1_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon1_Debuff.Png | 3 ++ .../512/RuneIcon1_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png | 3 ++ .../512/RuneIcon1_Get_Coin.Png.meta | 3 ++ .../512/RuneIcon1_Get_Score.Png | 3 ++ .../512/RuneIcon1_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon1_Passive.Png | 3 ++ .../512/RuneIcon1_Passive.Png.meta | 3 ++ .../512/RuneIcon2_Ball_Count.Png | 3 ++ .../512/RuneIcon2_Ball_Count.Png.meta | 3 ++ .../512/RuneIcon2_Ball_Health.Png | 3 ++ .../512/RuneIcon2_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon2_Buff.Png | 3 ++ .../512/RuneIcon2_Buff.Png.meta | 3 ++ .../512/RuneIcon2_Critical_Chance.Png | 3 ++ .../512/RuneIcon2_Critical_Chance.Png.meta | 3 ++ .../512/RuneIcon2_Critical_Damage.Png | 3 ++ .../512/RuneIcon2_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon2_Damage.Png | 3 ++ .../512/RuneIcon2_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon2_Debuff.Png | 3 ++ .../512/RuneIcon2_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png | 3 ++ .../512/RuneIcon2_Get_Coin.Png.meta | 3 ++ .../512/RuneIcon2_Get_Score.Png | 3 ++ .../512/RuneIcon2_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon2_Passive.Png | 3 ++ .../512/RuneIcon2_Passive.Png.meta | 3 ++ .../512/RuneIcon3_Ball_Count.Png | 3 ++ .../512/RuneIcon3_Ball_Count.Png.meta | 3 ++ .../512/RuneIcon3_Ball_Health.Png | 3 ++ .../512/RuneIcon3_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon3_Buff.Png | 3 ++ .../512/RuneIcon3_Buff.Png.meta | 3 ++ .../512/RuneIcon3_Critical_Chance.Png | 3 ++ .../512/RuneIcon3_Critical_Chance.Png.meta | 3 ++ .../512/RuneIcon3_Critical_Damage.Png | 3 ++ .../512/RuneIcon3_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon3_Damage.Png | 3 ++ .../512/RuneIcon3_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon3_Debuff.Png | 3 ++ .../512/RuneIcon3_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png | 3 ++ .../512/RuneIcon3_Get_Coin.Png.meta | 3 ++ .../512/RuneIcon3_Get_Score.Png | 3 ++ .../512/RuneIcon3_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon3_Passive.Png | 3 ++ .../512/RuneIcon3_Passive.Png.meta | 3 ++ .../512/RuneIcon4_Ball_Count.Png | 3 ++ .../512/RuneIcon4_Ball_Count.Png.meta | 3 ++ .../512/RuneIcon4_Ball_Health.Png | 3 ++ .../512/RuneIcon4_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon4_Buff.Png | 3 ++ .../512/RuneIcon4_Buff.Png.meta | 3 ++ .../512/RuneIcon4_Critical_Chance.Png | 3 ++ .../512/RuneIcon4_Critical_Chance.Png.meta | 3 ++ .../512/RuneIcon4_Critical_Damage.Png | 3 ++ .../512/RuneIcon4_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon4_Damage.Png | 3 ++ .../512/RuneIcon4_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon4_Debuff.Png | 3 ++ .../512/RuneIcon4_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png | 3 ++ .../512/RuneIcon4_Get_Coin.Png.meta | 3 ++ .../512/RuneIcon4_Get_Score.Png | 3 ++ .../512/RuneIcon4_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon4_Passive.Png | 3 ++ .../512/RuneIcon4_Passive.Png.meta | 3 ++ .../512/RuneIcon5_Ball_Count.Png | 3 ++ .../512/RuneIcon5_Ball_Count.Png.meta | 3 ++ .../512/RuneIcon5_Ball_Health.Png | 3 ++ .../512/RuneIcon5_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon5_Buff.Png | 3 ++ .../512/RuneIcon5_Buff.Png.meta | 3 ++ .../512/RuneIcon5_Critical_Chance.Png | 3 ++ .../512/RuneIcon5_Critical_Chance.Png.meta | 3 ++ .../512/RuneIcon5_Critical_Damage.Png | 3 ++ .../512/RuneIcon5_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon5_Damage.Png | 3 ++ .../512/RuneIcon5_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon5_Debuff.Png | 3 ++ .../512/RuneIcon5_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png | 3 ++ .../512/RuneIcon5_Get_Coin.Png.meta | 3 ++ .../512/RuneIcon5_Get_Score.Png | 3 ++ .../512/RuneIcon5_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon5_Passive.Png | 3 ++ .../512/RuneIcon5_Passive.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon_Frame_0.Png | 3 ++ .../512/RuneIcon_Frame_0.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon_Frame_1.Png | 3 ++ .../512/RuneIcon_Frame_1.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon_Frame_2.Png | 3 ++ .../512/RuneIcon_Frame_2.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon_Frame_3.Png | 3 ++ .../512/RuneIcon_Frame_3.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon_Frame_4.Png | 3 ++ .../512/RuneIcon_Frame_4.Png.meta | 3 ++ .../Icon_RuneIcons/512/RuneIcon_Frame_5.Png | 3 ++ .../512/RuneIcon_Frame_5.Png.meta | 3 ++ .../Sprites/Components/Icon_RuneIcons/64.meta | 3 ++ .../64/RuneIcon0_Ball_Count.Png | 3 ++ .../64/RuneIcon0_Ball_Count.Png.meta | 3 ++ .../64/RuneIcon0_Ball_Health.Png | 3 ++ .../64/RuneIcon0_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Buff.Png | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Buff.Png.meta | 3 ++ .../64/RuneIcon0_Critical_Chance.Png | 3 ++ .../64/RuneIcon0_Critical_Chance.Png.meta | 3 ++ .../64/RuneIcon0_Critical_Damage.Png | 3 ++ .../64/RuneIcon0_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Damage.Png | 3 ++ .../64/RuneIcon0_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Debuff.Png | 3 ++ .../64/RuneIcon0_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png | 3 ++ .../64/RuneIcon0_Get_Coin.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Get_Score.Png | 3 ++ .../64/RuneIcon0_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon0_Passive.Png | 3 ++ .../64/RuneIcon0_Passive.Png.meta | 3 ++ .../64/RuneIcon1_Ball_Count.Png | 3 ++ .../64/RuneIcon1_Ball_Count.Png.meta | 3 ++ .../64/RuneIcon1_Ball_Health.Png | 3 ++ .../64/RuneIcon1_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Buff.Png | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Buff.Png.meta | 3 ++ .../64/RuneIcon1_Critical_Chance.Png | 3 ++ .../64/RuneIcon1_Critical_Chance.Png.meta | 3 ++ .../64/RuneIcon1_Critical_Damage.Png | 3 ++ .../64/RuneIcon1_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Damage.Png | 3 ++ .../64/RuneIcon1_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Debuff.Png | 3 ++ .../64/RuneIcon1_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png | 3 ++ .../64/RuneIcon1_Get_Coin.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Get_Score.Png | 3 ++ .../64/RuneIcon1_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon1_Passive.Png | 3 ++ .../64/RuneIcon1_Passive.Png.meta | 3 ++ .../64/RuneIcon2_Ball_Count.Png | 3 ++ .../64/RuneIcon2_Ball_Count.Png.meta | 3 ++ .../64/RuneIcon2_Ball_Health.Png | 3 ++ .../64/RuneIcon2_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Buff.Png | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Buff.Png.meta | 3 ++ .../64/RuneIcon2_Critical_Chance.Png | 3 ++ .../64/RuneIcon2_Critical_Chance.Png.meta | 3 ++ .../64/RuneIcon2_Critical_Damage.Png | 3 ++ .../64/RuneIcon2_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Damage.Png | 3 ++ .../64/RuneIcon2_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Debuff.Png | 3 ++ .../64/RuneIcon2_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png | 3 ++ .../64/RuneIcon2_Get_Coin.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Get_Score.Png | 3 ++ .../64/RuneIcon2_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon2_Passive.Png | 3 ++ .../64/RuneIcon2_Passive.Png.meta | 3 ++ .../64/RuneIcon3_Ball_Count.Png | 3 ++ .../64/RuneIcon3_Ball_Count.Png.meta | 3 ++ .../64/RuneIcon3_Ball_Health.Png | 3 ++ .../64/RuneIcon3_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Buff.Png | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Buff.Png.meta | 3 ++ .../64/RuneIcon3_Critical_Chance.Png | 3 ++ .../64/RuneIcon3_Critical_Chance.Png.meta | 3 ++ .../64/RuneIcon3_Critical_Damage.Png | 3 ++ .../64/RuneIcon3_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Damage.Png | 3 ++ .../64/RuneIcon3_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Debuff.Png | 3 ++ .../64/RuneIcon3_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png | 3 ++ .../64/RuneIcon3_Get_Coin.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Get_Score.Png | 3 ++ .../64/RuneIcon3_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon3_Passive.Png | 3 ++ .../64/RuneIcon3_Passive.Png.meta | 3 ++ .../64/RuneIcon4_Ball_Count.Png | 3 ++ .../64/RuneIcon4_Ball_Count.Png.meta | 3 ++ .../64/RuneIcon4_Ball_Health.Png | 3 ++ .../64/RuneIcon4_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Buff.Png | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Buff.Png.meta | 3 ++ .../64/RuneIcon4_Critical_Chance.Png | 3 ++ .../64/RuneIcon4_Critical_Chance.Png.meta | 3 ++ .../64/RuneIcon4_Critical_Damage.Png | 3 ++ .../64/RuneIcon4_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Damage.Png | 3 ++ .../64/RuneIcon4_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Debuff.Png | 3 ++ .../64/RuneIcon4_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png | 3 ++ .../64/RuneIcon4_Get_Coin.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Get_Score.Png | 3 ++ .../64/RuneIcon4_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon4_Passive.Png | 3 ++ .../64/RuneIcon4_Passive.Png.meta | 3 ++ .../64/RuneIcon5_Ball_Count.Png | 3 ++ .../64/RuneIcon5_Ball_Count.Png.meta | 3 ++ .../64/RuneIcon5_Ball_Health.Png | 3 ++ .../64/RuneIcon5_Ball_Health.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Buff.Png | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Buff.Png.meta | 3 ++ .../64/RuneIcon5_Critical_Chance.Png | 3 ++ .../64/RuneIcon5_Critical_Chance.Png.meta | 3 ++ .../64/RuneIcon5_Critical_Damage.Png | 3 ++ .../64/RuneIcon5_Critical_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Damage.Png | 3 ++ .../64/RuneIcon5_Damage.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Debuff.Png | 3 ++ .../64/RuneIcon5_Debuff.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png | 3 ++ .../64/RuneIcon5_Get_Coin.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Get_Score.Png | 3 ++ .../64/RuneIcon5_Get_Score.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon5_Passive.Png | 3 ++ .../64/RuneIcon5_Passive.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon_Frame_0.Png | 3 ++ .../64/RuneIcon_Frame_0.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon_Frame_1.Png | 3 ++ .../64/RuneIcon_Frame_1.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon_Frame_2.Png | 3 ++ .../64/RuneIcon_Frame_2.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon_Frame_3.Png | 3 ++ .../64/RuneIcon_Frame_3.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon_Frame_4.Png | 3 ++ .../64/RuneIcon_Frame_4.Png.meta | 3 ++ .../Icon_RuneIcons/64/RuneIcon_Frame_5.Png | 3 ++ .../64/RuneIcon_Frame_5.Png.meta | 3 ++ .../Components/Icon_RuneIcons/Original.meta | 3 ++ .../Original/RuneIcon0_Ball_Count.Png | 3 ++ .../Original/RuneIcon0_Ball_Count.Png.meta | 3 ++ .../Original/RuneIcon0_Ball_Health.Png | 3 ++ .../Original/RuneIcon0_Ball_Health.Png.meta | 3 ++ .../Original/RuneIcon0_Buff.Png | 3 ++ .../Original/RuneIcon0_Buff.Png.meta | 3 ++ .../Original/RuneIcon0_Critical_Chance.Png | 3 ++ .../RuneIcon0_Critical_Chance.Png.meta | 3 ++ .../Original/RuneIcon0_Critical_Damage.Png | 3 ++ .../RuneIcon0_Critical_Damage.Png.meta | 3 ++ .../Original/RuneIcon0_Damage.Png | 3 ++ .../Original/RuneIcon0_Damage.Png.meta | 3 ++ .../Original/RuneIcon0_Debuff.Png | 3 ++ .../Original/RuneIcon0_Debuff.Png.meta | 3 ++ .../Original/RuneIcon0_Get_Coin.Png | 3 ++ .../Original/RuneIcon0_Get_Coin.Png.meta | 3 ++ .../Original/RuneIcon0_Get_Score.Png | 3 ++ .../Original/RuneIcon0_Get_Score.Png.meta | 3 ++ .../Original/RuneIcon0_Passive.Png | 3 ++ .../Original/RuneIcon0_Passive.Png.meta | 3 ++ .../Original/RuneIcon1_Ball_Count.Png | 3 ++ .../Original/RuneIcon1_Ball_Count.Png.meta | 3 ++ .../Original/RuneIcon1_Ball_Health.Png | 3 ++ .../Original/RuneIcon1_Ball_Health.Png.meta | 3 ++ .../Original/RuneIcon1_Buff.Png | 3 ++ .../Original/RuneIcon1_Buff.Png.meta | 3 ++ .../Original/RuneIcon1_Critical_Chance.Png | 3 ++ .../RuneIcon1_Critical_Chance.Png.meta | 3 ++ .../Original/RuneIcon1_Critical_Damage.Png | 3 ++ .../RuneIcon1_Critical_Damage.Png.meta | 3 ++ .../Original/RuneIcon1_Damage.Png | 3 ++ .../Original/RuneIcon1_Damage.Png.meta | 3 ++ .../Original/RuneIcon1_Debuff.Png | 3 ++ .../Original/RuneIcon1_Debuff.Png.meta | 3 ++ .../Original/RuneIcon1_Get_Coin.Png | 3 ++ .../Original/RuneIcon1_Get_Coin.Png.meta | 3 ++ .../Original/RuneIcon1_Get_Score.Png | 3 ++ .../Original/RuneIcon1_Get_Score.Png.meta | 3 ++ .../Original/RuneIcon1_Passive.Png | 3 ++ .../Original/RuneIcon1_Passive.Png.meta | 3 ++ .../Original/RuneIcon2_Ball_Count.Png | 3 ++ .../Original/RuneIcon2_Ball_Count.Png.meta | 3 ++ .../Original/RuneIcon2_Ball_Health.Png | 3 ++ .../Original/RuneIcon2_Ball_Health.Png.meta | 3 ++ .../Original/RuneIcon2_Buff.Png | 3 ++ .../Original/RuneIcon2_Buff.Png.meta | 3 ++ .../Original/RuneIcon2_Critical_Chance.Png | 3 ++ .../RuneIcon2_Critical_Chance.Png.meta | 3 ++ .../Original/RuneIcon2_Critical_Damage.Png | 3 ++ .../RuneIcon2_Critical_Damage.Png.meta | 3 ++ .../Original/RuneIcon2_Damage.Png | 3 ++ .../Original/RuneIcon2_Damage.Png.meta | 3 ++ .../Original/RuneIcon2_Debuff.Png | 3 ++ .../Original/RuneIcon2_Debuff.Png.meta | 3 ++ .../Original/RuneIcon2_Get_Coin.Png | 3 ++ .../Original/RuneIcon2_Get_Coin.Png.meta | 3 ++ .../Original/RuneIcon2_Get_Score.Png | 3 ++ .../Original/RuneIcon2_Get_Score.Png.meta | 3 ++ .../Original/RuneIcon2_Passive.Png | 3 ++ .../Original/RuneIcon2_Passive.Png.meta | 3 ++ .../Original/RuneIcon3_Ball_Count.Png | 3 ++ .../Original/RuneIcon3_Ball_Count.Png.meta | 3 ++ .../Original/RuneIcon3_Ball_Health.Png | 3 ++ .../Original/RuneIcon3_Ball_Health.Png.meta | 3 ++ .../Original/RuneIcon3_Buff.Png | 3 ++ .../Original/RuneIcon3_Buff.Png.meta | 3 ++ .../Original/RuneIcon3_Critical_Chance.Png | 3 ++ .../RuneIcon3_Critical_Chance.Png.meta | 3 ++ .../Original/RuneIcon3_Critical_Damage.Png | 3 ++ .../RuneIcon3_Critical_Damage.Png.meta | 3 ++ .../Original/RuneIcon3_Damage.Png | 3 ++ .../Original/RuneIcon3_Damage.Png.meta | 3 ++ .../Original/RuneIcon3_Debuff.Png | 3 ++ .../Original/RuneIcon3_Debuff.Png.meta | 3 ++ .../Original/RuneIcon3_Get_Coin.Png | 3 ++ .../Original/RuneIcon3_Get_Coin.Png.meta | 3 ++ .../Original/RuneIcon3_Get_Score.Png | 3 ++ .../Original/RuneIcon3_Get_Score.Png.meta | 3 ++ .../Original/RuneIcon3_Passive.Png | 3 ++ .../Original/RuneIcon3_Passive.Png.meta | 3 ++ .../Original/RuneIcon4_Ball_Count.Png | 3 ++ .../Original/RuneIcon4_Ball_Count.Png.meta | 3 ++ .../Original/RuneIcon4_Ball_Health.Png | 3 ++ .../Original/RuneIcon4_Ball_Health.Png.meta | 3 ++ .../Original/RuneIcon4_Buff.Png | 3 ++ .../Original/RuneIcon4_Buff.Png.meta | 3 ++ .../Original/RuneIcon4_Critical_Chance.Png | 3 ++ .../RuneIcon4_Critical_Chance.Png.meta | 3 ++ .../Original/RuneIcon4_Critical_Damage.Png | 3 ++ .../RuneIcon4_Critical_Damage.Png.meta | 3 ++ .../Original/RuneIcon4_Damage.Png | 3 ++ .../Original/RuneIcon4_Damage.Png.meta | 3 ++ .../Original/RuneIcon4_Debuff.Png | 3 ++ .../Original/RuneIcon4_Debuff.Png.meta | 3 ++ .../Original/RuneIcon4_Get_Coin.Png | 3 ++ .../Original/RuneIcon4_Get_Coin.Png.meta | 3 ++ .../Original/RuneIcon4_Get_Score.Png | 3 ++ .../Original/RuneIcon4_Get_Score.Png.meta | 3 ++ .../Original/RuneIcon4_Passive.Png | 3 ++ .../Original/RuneIcon4_Passive.Png.meta | 3 ++ .../Original/RuneIcon5_Ball_Count.Png | 3 ++ .../Original/RuneIcon5_Ball_Count.Png.meta | 3 ++ .../Original/RuneIcon5_Ball_Health.Png | 3 ++ .../Original/RuneIcon5_Ball_Health.Png.meta | 3 ++ .../Original/RuneIcon5_Buff.Png | 3 ++ .../Original/RuneIcon5_Buff.Png.meta | 3 ++ .../Original/RuneIcon5_Critical_Chance.Png | 3 ++ .../RuneIcon5_Critical_Chance.Png.meta | 3 ++ .../Original/RuneIcon5_Critical_Damage.Png | 3 ++ .../RuneIcon5_Critical_Damage.Png.meta | 3 ++ .../Original/RuneIcon5_Damage.Png | 3 ++ .../Original/RuneIcon5_Damage.Png.meta | 3 ++ .../Original/RuneIcon5_Damage_Large.Png | 3 ++ .../Original/RuneIcon5_Damage_Large.Png.meta | 3 ++ .../Original/RuneIcon5_Debuff.Png | 3 ++ .../Original/RuneIcon5_Debuff.Png.meta | 3 ++ .../Original/RuneIcon5_Get_Coin.Png | 3 ++ .../Original/RuneIcon5_Get_Coin.Png.meta | 3 ++ .../Original/RuneIcon5_Get_Score.Png | 3 ++ .../Original/RuneIcon5_Get_Score.Png.meta | 3 ++ .../Original/RuneIcon5_Passive.Png | 3 ++ .../Original/RuneIcon5_Passive.Png.meta | 3 ++ .../Original/RuneIcon_Frame_0.png | 3 ++ .../Original/RuneIcon_Frame_0.png.meta | 3 ++ .../Original/RuneIcon_Frame_1.png | 3 ++ .../Original/RuneIcon_Frame_1.png.meta | 3 ++ .../Original/RuneIcon_Frame_2.png | 3 ++ .../Original/RuneIcon_Frame_2.png.meta | 3 ++ .../Original/RuneIcon_Frame_3.png | 3 ++ .../Original/RuneIcon_Frame_3.png.meta | 3 ++ .../Original/RuneIcon_Frame_4.png | 3 ++ .../Original/RuneIcon_Frame_4.png.meta | 3 ++ .../Original/RuneIcon_Frame_5.png | 3 ++ .../Original/RuneIcon_Frame_5.png.meta | 3 ++ .../Sprites/Components/Icon_ShopItems.meta | 3 ++ .../Icon_ShopItems/ShopItem_Coin_1.png | 3 ++ .../Icon_ShopItems/ShopItem_Coin_1.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Coin_2.png | 3 ++ .../Icon_ShopItems/ShopItem_Coin_2.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Coin_3.png | 3 ++ .../Icon_ShopItems/ShopItem_Coin_3.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Coin_4.png | 3 ++ .../Icon_ShopItems/ShopItem_Coin_4.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Coin_5.png | 3 ++ .../Icon_ShopItems/ShopItem_Coin_5.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Blue_1.png | 3 ++ .../ShopItem_Gem_Blue_1.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Blue_2.png | 3 ++ .../ShopItem_Gem_Blue_2.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Blue_3.png | 3 ++ .../ShopItem_Gem_Blue_3.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Blue_4.png | 3 ++ .../ShopItem_Gem_Blue_4.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Blue_5.png | 3 ++ .../ShopItem_Gem_Blue_5.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Green_1.png | 3 ++ .../ShopItem_Gem_Green_1.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Green_2.png | 3 ++ .../ShopItem_Gem_Green_2.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Green_3.png | 3 ++ .../ShopItem_Gem_Green_3.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Green_4.png | 3 ++ .../ShopItem_Gem_Green_4.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Green_5.png | 3 ++ .../ShopItem_Gem_Green_5.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Purple_1.png | 3 ++ .../ShopItem_Gem_Purple_1.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Purple_2.png | 3 ++ .../ShopItem_Gem_Purple_2.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Purple_3.png | 3 ++ .../ShopItem_Gem_Purple_3.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Purple_4.png | 3 ++ .../ShopItem_Gem_Purple_4.png.meta | 3 ++ .../Icon_ShopItems/ShopItem_Gem_Purple_5.png | 3 ++ .../ShopItem_Gem_Purple_5.png.meta | 3 ++ .../ShopItem_SpecialChest_Blue.png | 3 ++ .../ShopItem_SpecialChest_Blue.png.meta | 3 ++ .../ShopItem_SpecialChest_Green.png | 3 ++ .../ShopItem_SpecialChest_Green.png.meta | 3 ++ .../ShopItem_SpecialChest_Purple.png | 3 ++ .../ShopItem_SpecialChest_Purple.png.meta | 3 ++ .../Sprites/Components/Label.meta | 3 ++ .../Components/Label/Label_Bubble01.png | 3 ++ .../Components/Label/Label_Bubble01.png.meta | 3 ++ .../Label/Label_Bubble02_Single_Yellow.png | 3 ++ .../Label_Bubble02_Single_Yellow.png.meta | 3 ++ .../Label/Label_Bubble02_White_Bg.png | 3 ++ .../Label/Label_Bubble02_White_Bg.png.meta | 3 ++ .../Label/Label_Bubble02_White_Border.png | 3 ++ .../Label_Bubble02_White_Border.png.meta | 3 ++ .../Label/Label_Ribbon_Single_Orange.png | 3 ++ .../Label/Label_Ribbon_Single_Orange.png.meta | 3 ++ .../Label/Label_Ribbon_White_Bg.png | 3 ++ .../Label/Label_Ribbon_White_Bg.png.meta | 3 ++ .../Label/Label_Ribbon_White_Light.png | 3 ++ .../Label/Label_Ribbon_White_Light.png.meta | 3 ++ .../Components/Label/Label_Round01_White.png | 3 ++ .../Label/Label_Round01_White.png.meta | 3 ++ .../Components/Label/Label_Round02_White.png | 3 ++ .../Label/Label_Round02_White.png.meta | 3 ++ .../Components/Label/Label_Tapered_White.png | 3 ++ .../Label/Label_Tapered_White.png.meta | 3 ++ .../Label/Label_Trapezoid_Single_Blue.png | 3 ++ .../Label_Trapezoid_Single_Blue.png.meta | 3 ++ .../Label/Label_Trapezoid_Single_Green.png | 3 ++ .../Label_Trapezoid_Single_Green.png.meta | 3 ++ .../Label/Label_Trapezoid_Single_Orange.png | 3 ++ .../Label_Trapezoid_Single_Orange.png.meta | 3 ++ .../Label/Label_Trapezoid_Single_Purple.png | 3 ++ .../Label_Trapezoid_Single_Purple.png.meta | 3 ++ .../Label/Label_Trapezoid_White_Bg.png | 3 ++ .../Label/Label_Trapezoid_White_Bg.png.meta | 3 ++ .../Label/Label_Trapezoid_White_Border.png | 3 ++ .../Label_Trapezoid_White_Border.png.meta | 3 ++ .../Components/Label/Title_Flag01_Blue.png | 3 ++ .../Label/Title_Flag01_Blue.png.meta | 3 ++ .../Components/Label/Title_Flag01_Green.png | 3 ++ .../Label/Title_Flag01_Green.png.meta | 3 ++ .../Components/Label/Title_Flag01_Orange.png | 3 ++ .../Label/Title_Flag01_Orange.png.meta | 3 ++ .../Components/Label/Title_Flag01_Purple.png | 3 ++ .../Label/Title_Flag01_Purple.png.meta | 3 ++ .../Components/Label/Title_Flag01_Red.png | 3 ++ .../Label/Title_Flag01_Red.png.meta | 3 ++ .../Components/Label/Title_Flag02_Blue.png | 3 ++ .../Label/Title_Flag02_Blue.png.meta | 3 ++ .../Components/Label/Title_Flag02_Green.png | 3 ++ .../Label/Title_Flag02_Green.png.meta | 3 ++ .../Components/Label/Title_Flag02_Orange.png | 3 ++ .../Label/Title_Flag02_Orange.png.meta | 3 ++ .../Components/Label/Title_Flag02_Purple.png | 3 ++ .../Label/Title_Flag02_Purple.png.meta | 3 ++ .../Components/Label/Title_Flag02_Red.png | 3 ++ .../Label/Title_Flag02_Red.png.meta | 3 ++ .../Label/Title_Line_Divider_Left.png | 3 ++ .../Label/Title_Line_Divider_Left.png.meta | 3 ++ .../Label/Title_Line_Divider_Right.png | 3 ++ .../Label/Title_Line_Divider_Right.png.meta | 3 ++ .../Sprites/Components/Label/Title_Oval.png | 3 ++ .../Components/Label/Title_Oval.png.meta | 3 ++ .../Components/Label/Title_Ribbon_Bg_Blue.png | 3 ++ .../Label/Title_Ribbon_Bg_Blue.png.meta | 3 ++ .../Label/Title_Ribbon_Bg_Green.png | 3 ++ .../Label/Title_Ribbon_Bg_Green.png.meta | 3 ++ .../Label/Title_Ribbon_Bg_Orange.png | 3 ++ .../Label/Title_Ribbon_Bg_Orange.png.meta | 3 ++ .../Label/Title_Ribbon_Bg_Yellow.png | 3 ++ .../Label/Title_Ribbon_Bg_Yellow.png.meta | 3 ++ .../Components/Label/Title_Ribbon_Icon.png | 3 ++ .../Label/Title_Ribbon_Icon.png.meta | 3 ++ .../Sprites/Components/Popup.meta | 3 ++ .../Components/Popup/Common_Popup_Glow.png | 3 ++ .../Popup/Common_Popup_Glow.png.meta | 3 ++ .../Components/Popup/Common_Popup_Line.png | 3 ++ .../Popup/Common_Popup_Line.png.meta | 3 ++ .../Popup/Common_Popup_TitleLIne.png | 3 ++ .../Popup/Common_Popup_TitleLIne.png.meta | 3 ++ .../Components/Popup/Popoup01~03_White_Bg.png | 3 ++ .../Popup/Popoup01~03_White_Bg.png.meta | 3 ++ .../Popup/Popoup01~03_White_Bg_TopBasic.png | 3 ++ .../Popoup01~03_White_Bg_TopBasic.png.meta | 3 ++ .../Popup/Popoup01~03_White_Bg_TopLine.png | 3 ++ .../Popoup01~03_White_Bg_TopLine.png.meta | 3 ++ .../Popup/Popoup01~03_White_LIght.png | 3 ++ .../Popup/Popoup01~03_White_LIght.png.meta | 3 ++ .../Components/Popup/Popup01_Single_Navy.png | 3 ++ .../Popup/Popup01_Single_Navy.png.meta | 3 ++ .../Popup/Popup01_Single_Purple.png | 3 ++ .../Popup/Popup01_Single_Purple.png.meta | 3 ++ .../Components/Popup/Popup02_Single.png | 3 ++ .../Components/Popup/Popup02_Single.png.meta | 3 ++ .../Components/Popup/Popup03_Single.png | 3 ++ .../Components/Popup/Popup03_Single.png.meta | 3 ++ .../Components/Popup/Popup_FullWidth01.png | 3 ++ .../Popup/Popup_FullWidth01.png.meta | 3 ++ .../Components/Popup/Popup_FullWidth02.png | 3 ++ .../Popup/Popup_FullWidth02.png.meta | 3 ++ .../Popup/Popup_FullWidth03_Single_Navy.png | 3 ++ .../Popup_FullWidth03_Single_Navy.png.meta | 3 ++ .../Popup/Popup_FullWidth03_White.png | 3 ++ .../Popup/Popup_FullWidth03_White.png.meta | 3 ++ .../Popup/Popup_Slide01_Single_Navy.png | 3 ++ .../Popup/Popup_Slide01_Single_Navy.png.meta | 3 ++ .../Popup/Popup_Slide01_White_Bg.png | 3 ++ .../Popup/Popup_Slide01_White_Bg.png.meta | 3 ++ .../Popup_Slide01_White_GradientBottom.png | 3 ++ ...opup_Slide01_White_GradientBottom.png.meta | 3 ++ .../Popup/Popup_Slide02_BottomGlow.png | 3 ++ .../Popup/Popup_Slide02_BottomGlow.png.meta | 3 ++ .../Popup/Popup_Slide02_Single_Navy.png | 3 ++ .../Popup/Popup_Slide02_Single_Navy.png.meta | 3 ++ .../Popup_Slide02_Single_Navy_TopBar.png | 3 ++ .../Popup_Slide02_Single_Navy_TopBar.png.meta | 3 ++ .../Popup_Slide02_Single_Navy_TopGlow.png | 3 ++ ...Popup_Slide02_Single_Navy_TopGlow.png.meta | 3 ++ .../Popup/Popup_Slide02_White_Bg.png | 3 ++ .../Popup/Popup_Slide02_White_Bg.png.meta | 3 ++ .../Popup/Popup_Slide02_White_BgBottom.png | 3 ++ .../Popup_Slide02_White_BgBottom.png.meta | 3 ++ .../Popup/Popup_Slide02_White_BgTop.png | 3 ++ .../Popup/Popup_Slide02_White_BgTop.png.meta | 3 ++ .../Popup/Popup_Slide02_White_TopGlow.png | 3 ++ .../Popup_Slide02_White_TopGlow.png.meta | 3 ++ .../ToastMessage_Topbar_Single_Purple.png | 3 ++ ...ToastMessage_Topbar_Single_Purple.png.meta | 3 ++ .../Popup/ToastMessage_Topbar_White.png | 3 ++ .../Popup/ToastMessage_Topbar_White.png.meta | 3 ++ .../Sprites/Components/Slider.meta | 3 ++ .../Components/Slider/Slider_Basic01_Bg.png | 3 ++ .../Slider/Slider_Basic01_Bg.png.meta | 3 ++ .../Slider/Slider_Basic01_Fill_Blue.png | 3 ++ .../Slider/Slider_Basic01_Fill_Blue.png.meta | 3 ++ .../Slider/Slider_Basic01_Fill_White.png | 3 ++ .../Slider/Slider_Basic01_Fill_White.png.meta | 3 ++ .../Components/Slider/Slider_Basic02_Bg.png | 3 ++ .../Slider/Slider_Basic02_Bg.png.meta | 3 ++ .../Slider/Slider_Basic02_Fill_White.png | 3 ++ .../Slider/Slider_Basic02_Fill_White.png.meta | 3 ++ .../Slider/Slider_Basic02_Fill_Yellow.png | 3 ++ .../Slider_Basic02_Fill_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Basic03_Bg.png | 3 ++ .../Slider/Slider_Basic03_Bg.png.meta | 3 ++ .../Slider/Slider_Basic03_Fill_White.png | 3 ++ .../Slider/Slider_Basic03_Fill_White.png.meta | 3 ++ .../Slider/Slider_Basic03_Fill_Yellow.png | 3 ++ .../Slider_Basic03_Fill_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Basic04_Bg.png | 3 ++ .../Slider/Slider_Basic04_Bg.png.meta | 3 ++ .../Slider/Slider_Basic04_DividerLine.png | 3 ++ .../Slider_Basic04_DividerLine.png.meta | 3 ++ .../Slider/Slider_Basic04_Fill_Green.png | 3 ++ .../Slider/Slider_Basic04_Fill_Green.png.meta | 3 ++ .../Slider/Slider_Basic04_Fill_Red.png | 3 ++ .../Slider/Slider_Basic04_Fill_Red.png.meta | 3 ++ .../Slider/Slider_Basic04_Fill_White.png | 3 ++ .../Slider/Slider_Basic04_Fill_White.png.meta | 3 ++ .../Slider/Slider_BasicTrapezoid01_Bg.png | 3 ++ .../Slider_BasicTrapezoid01_Bg.png.meta | 3 ++ .../Slider_BasicTrapezoid01_Fill_Blue.png | 3 ++ ...Slider_BasicTrapezoid01_Fill_Blue.png.meta | 3 ++ .../Slider_BasicTrapezoid01_Fill_Red.png | 3 ++ .../Slider_BasicTrapezoid01_Fill_Red.png.meta | 3 ++ .../Slider_BasicTrapezoid01_Fill_White.png | 3 ++ ...lider_BasicTrapezoid01_Fill_White.png.meta | 3 ++ .../Slider/Slider_BasicTrapezoid02_Bg.png | 3 ++ .../Slider_BasicTrapezoid02_Bg.png.meta | 3 ++ .../Slider_BasicTrapezoid02_Fill_Blue.png | 3 ++ ...Slider_BasicTrapezoid02_Fill_Blue.png.meta | 3 ++ .../Slider_BasicTrapezoid02_Fill_Red.png | 3 ++ .../Slider_BasicTrapezoid02_Fill_Red.png.meta | 3 ++ .../Slider_BasicTrapezoid02_Fill_White.png | 3 ++ ...lider_BasicTrapezoid02_Fill_White.png.meta | 3 ++ .../Slider/Slider_BasicTriple_Bg.png | 3 ++ .../Slider/Slider_BasicTriple_Bg.png.meta | 3 ++ .../Slider/Slider_BasicTriple_BgBack.png | 3 ++ .../Slider/Slider_BasicTriple_BgBack.png.meta | 3 ++ .../Slider_BasicTriple_Fill_Bottom_Red.png | 3 ++ ...lider_BasicTriple_Fill_Bottom_Red.png.meta | 3 ++ .../Slider_BasicTriple_Fill_Bottom_White.png | 3 ++ ...der_BasicTriple_Fill_Bottom_White.png.meta | 3 ++ .../Slider_BasicTriple_Fill_Middle_White.png | 3 ++ ...der_BasicTriple_Fill_Middle_White.png.meta | 3 ++ .../Slider_BasicTriple_Fill_Middle_Yellow.png | 3 ++ ...er_BasicTriple_Fill_Middle_Yellow.png.meta | 3 ++ .../Slider_BasicTriple_Fill_Top_Blue.png | 3 ++ .../Slider_BasicTriple_Fill_Top_Blue.png.meta | 3 ++ .../Slider_BasicTriple_Fill_Top_White.png | 3 ++ ...Slider_BasicTriple_Fill_Top_White.png.meta | 3 ++ .../Components/Slider/Slider_Fusion_Bg1.png | 3 ++ .../Slider/Slider_Fusion_Bg1.png.meta | 3 ++ .../Components/Slider/Slider_Fusion_Bg2.png | 3 ++ .../Slider/Slider_Fusion_Bg2.png.meta | 3 ++ .../Components/Slider/Slider_Fusion_Bg3.png | 3 ++ .../Slider/Slider_Fusion_Bg3.png.meta | 3 ++ .../Components/Slider/Slider_Fusion_Bg4.png | 3 ++ .../Slider/Slider_Fusion_Bg4.png.meta | 3 ++ .../Components/Slider/Slider_Fusion_Bg5.png | 3 ++ .../Slider/Slider_Fusion_Bg5.png.meta | 3 ++ .../Slider/Slider_Fusion_BgBorder.png | 3 ++ .../Slider/Slider_Fusion_BgBorder.png.meta | 3 ++ .../Slider/Slider_Fusion_BgGlow.png | 3 ++ .../Slider/Slider_Fusion_BgGlow.png.meta | 3 ++ .../Components/Slider/Slider_Fusion_Fill.png | 3 ++ .../Slider/Slider_Fusion_Fill.png.meta | 3 ++ .../Slider/Slider_Fusion_IconBg.png | 3 ++ .../Slider/Slider_Fusion_IconBg.png.meta | 3 ++ .../Components/Slider/Slider_Handle_Fill.png | 3 ++ .../Slider/Slider_Handle_Fill.png.meta | 3 ++ .../Slider/Slider_Handle_FrontBg.png | 3 ++ .../Slider/Slider_Handle_FrontBg.png.meta | 3 ++ .../Components/Slider/Slider_Handle_Icon.png | 3 ++ .../Slider/Slider_Handle_Icon.png.meta | 3 ++ .../Components/Slider/Slider_Icon01_Bg.png | 3 ++ .../Slider/Slider_Icon01_Bg.png.meta | 3 ++ .../Slider/Slider_Icon01_DividerLine.png | 3 ++ .../Slider/Slider_Icon01_DividerLine.png.meta | 3 ++ .../Slider/Slider_Icon01_Fill_Mask.png | 3 ++ .../Slider/Slider_Icon01_Fill_Mask.png.meta | 3 ++ .../Slider/Slider_Icon01_Fill_White.png | 3 ++ .../Slider/Slider_Icon01_Fill_White.png.meta | 3 ++ .../Slider/Slider_Icon01_Fill_Yellow.png | 3 ++ .../Slider/Slider_Icon01_Fill_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Icon01_Icon1.png | 3 ++ .../Slider/Slider_Icon01_Icon1.png.meta | 3 ++ .../Components/Slider/Slider_Icon01_icon2.png | 3 ++ .../Slider/Slider_Icon01_icon2.png.meta | 3 ++ .../Components/Slider/Slider_Icon02_Bg.png | 3 ++ .../Slider/Slider_Icon02_Bg.png.meta | 3 ++ .../Slider/Slider_Icon02_DividerLIne.png | 3 ++ .../Slider/Slider_Icon02_DividerLIne.png.meta | 3 ++ .../Slider/Slider_Icon02_Fill_Mask.png | 3 ++ .../Slider/Slider_Icon02_Fill_Mask.png.meta | 3 ++ .../Slider/Slider_Icon02_Fill_White.png | 3 ++ .../Slider/Slider_Icon02_Fill_White.png.meta | 3 ++ .../Slider/Slider_Icon02_Fill_Yellow.png | 3 ++ .../Slider/Slider_Icon02_Fill_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Icon02_Icon1.png | 3 ++ .../Slider/Slider_Icon02_Icon1.png.meta | 3 ++ .../Components/Slider/Slider_Icon02_Icon2.png | 3 ++ .../Slider/Slider_Icon02_Icon2.png.meta | 3 ++ .../Components/Slider/Slider_Icon03_Bg.png | 3 ++ .../Slider/Slider_Icon03_Bg.png.meta | 3 ++ .../Slider/Slider_Icon03_Fill_Mask.png | 3 ++ .../Slider/Slider_Icon03_Fill_Mask.png.meta | 3 ++ .../Slider/Slider_Icon03_Fill_Orange.png | 3 ++ .../Slider/Slider_Icon03_Fill_Orange.png.meta | 3 ++ .../Slider/Slider_Icon03_Fill_White.png | 3 ++ .../Slider/Slider_Icon03_Fill_White.png.meta | 3 ++ .../Slider/Slider_Icon03_Fill_Yellow.png | 3 ++ .../Slider/Slider_Icon03_Fill_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Icon03_Icon.png | 3 ++ .../Slider/Slider_Icon03_Icon.png.meta | 3 ++ .../Components/Slider/Slider_Icon04_Bg.png | 3 ++ .../Slider/Slider_Icon04_Bg.png.meta | 3 ++ .../Slider/Slider_Icon04_Border.png | 3 ++ .../Slider/Slider_Icon04_Border.png.meta | 3 ++ .../Slider/Slider_Icon04_Fill_Green.png | 3 ++ .../Slider/Slider_Icon04_Fill_Green.png.meta | 3 ++ .../Slider/Slider_Icon04_Fill_Red.png | 3 ++ .../Slider/Slider_Icon04_Fill_Red.png.meta | 3 ++ .../Components/Slider/Slider_Icon04_Icon1.png | 3 ++ .../Slider/Slider_Icon04_Icon1.png.meta | 3 ++ .../Components/Slider/Slider_Icon04_Icon2.png | 3 ++ .../Slider/Slider_Icon04_Icon2.png.meta | 3 ++ .../Components/Slider/Slider_Icon04_Icon3.png | 3 ++ .../Slider/Slider_Icon04_Icon3.png.meta | 3 ++ .../Components/Slider/Slider_Icon04__Icon.png | 3 ++ .../Slider/Slider_Icon04__Icon.png.meta | 3 ++ .../Components/Slider/Slider_Icon05_Bg.png | 3 ++ .../Slider/Slider_Icon05_Bg.png.meta | 3 ++ .../Slider/Slider_Icon05_Fill_White.png | 3 ++ .../Slider/Slider_Icon05_Fill_White.png.meta | 3 ++ .../Slider/Slider_Icon05_Fill_Yellow.png | 3 ++ .../Slider/Slider_Icon05_Fill_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Icon05_Icon.png | 3 ++ .../Slider/Slider_Icon05_Icon.png.meta | 3 ++ .../Slider/Slider_Level01_Badge_Blue.png | 3 ++ .../Slider/Slider_Level01_Badge_Blue.png.meta | 3 ++ .../Slider/Slider_Level01_Badge_Yellow.png | 3 ++ .../Slider_Level01_Badge_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Level01_Bg.png | 3 ++ .../Slider/Slider_Level01_Bg.png.meta | 3 ++ .../Slider/Slider_Level01_Fill_Blue.png | 3 ++ .../Slider/Slider_Level01_Fill_Blue.png.meta | 3 ++ .../Slider/Slider_Level01_Fill_Green.png | 3 ++ .../Slider/Slider_Level01_Fill_Green.png.meta | 3 ++ .../Slider/Slider_Level01_Fill_White.png | 3 ++ .../Slider/Slider_Level01_Fill_White.png.meta | 3 ++ .../Slider/Slider_Level01_Fill_Yellow.png | 3 ++ .../Slider_Level01_Fill_Yellow.png.meta | 3 ++ .../Slider/Slider_Level02_Badge.png | 3 ++ .../Slider/Slider_Level02_Badge.png.meta | 3 ++ .../Components/Slider/Slider_Level02_Bg.png | 3 ++ .../Slider/Slider_Level02_Bg.png.meta | 3 ++ .../Slider/Slider_Level02_Fill_Blue.png | 3 ++ .../Slider/Slider_Level02_Fill_Blue.png.meta | 3 ++ .../Slider/Slider_Level02_Fill_White.png | 3 ++ .../Slider/Slider_Level02_Fill_White.png.meta | 3 ++ .../Slider/Slider_Level03_Badge.png | 3 ++ .../Slider/Slider_Level03_Badge.png.meta | 3 ++ .../Components/Slider/Slider_Level03_Bg.png | 3 ++ .../Slider/Slider_Level03_Bg.png.meta | 3 ++ .../Slider/Slider_Level03_Fill_Blue.png | 3 ++ .../Slider/Slider_Level03_Fill_Blue.png.meta | 3 ++ .../Slider/Slider_Level03_Fill_White.png | 3 ++ .../Slider/Slider_Level03_Fill_White.png.meta | 3 ++ .../Components/Slider/Slider_Level04_Bg.png | 3 ++ .../Slider/Slider_Level04_Bg.png.meta | 3 ++ .../Slider/Slider_Level04_BgBorder.png | 3 ++ .../Slider/Slider_Level04_BgBorder.png.meta | 3 ++ .../Slider/Slider_Level04_DividerLine.png | 3 ++ .../Slider_Level04_DividerLine.png.meta | 3 ++ .../Components/Slider/Slider_Level04_Fill.png | 3 ++ .../Slider/Slider_Level04_Fill.png.meta | 3 ++ .../Components/Slider/Slider_Level04_Icon.png | 3 ++ .../Slider/Slider_Level04_Icon.png.meta | 3 ++ .../Slider/Slider_StageHorizontal_Bg.png | 3 ++ .../Slider/Slider_StageHorizontal_Bg.png.meta | 3 ++ .../Slider_StageHorizontal_Fill_White.png | 3 ++ ...Slider_StageHorizontal_Fill_White.png.meta | 3 ++ .../Slider_StageHorizontal_Fill_Yellow.png | 3 ++ ...lider_StageHorizontal_Fill_Yellow.png.meta | 3 ++ .../Slider_StageHorizontal_Icon_Gray.png | 3 ++ .../Slider_StageHorizontal_Icon_Gray.png.meta | 3 ++ .../Slider_StageHorizontal_Icon_Yellow.png | 3 ++ ...lider_StageHorizontal_Icon_Yellow.png.meta | 3 ++ .../Components/Slider/Slider_Wave_Bg.png | 3 ++ .../Components/Slider/Slider_Wave_Bg.png.meta | 3 ++ .../Slider/Slider_Wave_Fill_Focus.png | 3 ++ .../Slider/Slider_Wave_Fill_Focus.png.meta | 3 ++ .../Components/Slider/Slider_Wave_Icon1.png | 3 ++ .../Slider/Slider_Wave_Icon1.png.meta | 3 ++ .../Components/Slider/Slider_Wave_Icon2.png | 3 ++ .../Slider/Slider_Wave_Icon2.png.meta | 3 ++ .../Sprites/Components/UI_Etc.meta | 3 ++ .../Components/UI_Etc/Alert_Dot_Bg.png | 3 ++ .../Components/UI_Etc/Alert_Dot_Bg.png.meta | 3 ++ .../Components/UI_Etc/Alert_Dot_Border.png | 3 ++ .../UI_Etc/Alert_Dot_Border.png.meta | 3 ++ .../Components/UI_Etc/Alert_Text_l_Green.png | 3 ++ .../UI_Etc/Alert_Text_l_Green.png.meta | 3 ++ .../Components/UI_Etc/Alert_Text_l_Red.png | 3 ++ .../UI_Etc/Alert_Text_l_Red.png.meta | 3 ++ .../Components/UI_Etc/Alert_Text_l_White1.png | 3 ++ .../UI_Etc/Alert_Text_l_White1.png.meta | 3 ++ .../Components/UI_Etc/Alert_Text_l_White2.png | 3 ++ .../UI_Etc/Alert_Text_l_White2.png.meta | 3 ++ .../Components/UI_Etc/Alert_Text_s_Green.png | 3 ++ .../UI_Etc/Alert_Text_s_Green.png.meta | 3 ++ .../Components/UI_Etc/Alert_Text_s_Red.png | 3 ++ .../UI_Etc/Alert_Text_s_Red.png.meta | 3 ++ .../UI_Etc/Alert_Text_s_White_Bg.png | 3 ++ .../UI_Etc/Alert_Text_s_White_Bg.png.meta | 3 ++ .../UI_Etc/Alert_Text_s_White_Border.png | 3 ++ .../UI_Etc/Alert_Text_s_White_Border.png.meta | 3 ++ .../Components/UI_Etc/InputField01_Bg_f.png | 3 ++ .../UI_Etc/InputField01_Bg_f.png.meta | 3 ++ .../Components/UI_Etc/InputField01_Bg_n.png | 3 ++ .../UI_Etc/InputField01_Bg_n.png.meta | 3 ++ .../Components/UI_Etc/InputField02.png | 3 ++ .../Components/UI_Etc/InputField02.png.meta | 3 ++ .../Components/UI_Etc/InputField03_Bg.png | 3 ++ .../UI_Etc/InputField03_Bg.png.meta | 3 ++ .../Components/UI_Etc/InputField03_Border.png | 3 ++ .../UI_Etc/InputField03_Border.png.meta | 3 ++ .../UI_Etc/InputField_Icon_Account.png | 3 ++ .../UI_Etc/InputField_Icon_Account.png.meta | 3 ++ .../UI_Etc/InputField_Icon_Email.png | 3 ++ .../UI_Etc/InputField_Icon_Email.png.meta | 3 ++ .../Components/UI_Etc/InputField_Icon_Pw.png | 3 ++ .../UI_Etc/InputField_Icon_Pw.png.meta | 3 ++ .../Components/UI_Etc/ResourceBar_Bg.png | 3 ++ .../Components/UI_Etc/ResourceBar_Bg.png.meta | 3 ++ .../Components/UI_Etc/ResourceBar_Btn_Bg.png | 3 ++ .../UI_Etc/ResourceBar_Btn_Bg.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Gradient.png | 3 ++ .../UI_Etc/ResourceBar_Btn_Gradient.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Icon_Add.png | 3 ++ .../UI_Etc/ResourceBar_Btn_Icon_Add.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Light.png | 3 ++ .../UI_Etc/ResourceBar_Btn_Light.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Single_Blue.png | 3 ++ .../ResourceBar_Btn_Single_Blue.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Single_Green.png | 3 ++ .../ResourceBar_Btn_Single_Green.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Single_Purple.png | 3 ++ .../ResourceBar_Btn_Single_Purple.png.meta | 3 ++ .../UI_Etc/ResourceBar_Btn_Single_Yellow.png | 3 ++ .../ResourceBar_Btn_Single_Yellow.png.meta | 3 ++ .../UI_Etc/ResourceBar_Icon_Coin.png | 3 ++ .../UI_Etc/ResourceBar_Icon_Coin.png.meta | 3 ++ .../UI_Etc/ResourceBar_Icon_Energy.png | 3 ++ .../UI_Etc/ResourceBar_Icon_Energy.png.meta | 3 ++ .../UI_Etc/ResourceBar_Icon_Gem_Blue.png | 3 ++ .../UI_Etc/ResourceBar_Icon_Gem_Blue.png.meta | 3 ++ .../UI_Etc/ResourceBar_Icon_Gem_Green.png | 3 ++ .../ResourceBar_Icon_Gem_Green.png.meta | 3 ++ .../UI_Etc/ResourceBar_Icon_Gem_Purple.png | 3 ++ .../ResourceBar_Icon_Gem_Purple.png.meta | 3 ++ .../Components/UI_Etc/Switch_Bg_Off.png | 3 ++ .../Components/UI_Etc/Switch_Bg_Off.png.meta | 3 ++ .../Components/UI_Etc/Switch_Bg_On.png | 3 ++ .../Components/UI_Etc/Switch_Bg_On.png.meta | 3 ++ .../Components/UI_Etc/Switch_Bg_White.png | 3 ++ .../UI_Etc/Switch_Bg_White.png.meta | 3 ++ .../Components/UI_Etc/Switch_Handle_Off.png | 3 ++ .../UI_Etc/Switch_Handle_Off.png.meta | 3 ++ .../Components/UI_Etc/Switch_Handle_On.png | 3 ++ .../UI_Etc/Switch_Handle_On.png.meta | 3 ++ .../Components/UI_Etc/Switch_Handle_White.png | 3 ++ .../UI_Etc/Switch_Handle_White.png.meta | 3 ++ .../UI_Etc/Toggle01_Check_Green.png | 3 ++ .../UI_Etc/Toggle01_Check_Green.png.meta | 3 ++ .../UI_Etc/Toggle01_Check_Orange.png | 3 ++ .../UI_Etc/Toggle01_Check_Orange.png.meta | 3 ++ .../UI_Etc/Toggle01_Check_White.png | 3 ++ .../UI_Etc/Toggle01_Check_White.png.meta | 3 ++ .../UI_Etc/Toggle02_CheckBox_Icon_Orange.png | 3 ++ .../Toggle02_CheckBox_Icon_Orange.png.meta | 3 ++ .../UI_Etc/Toggle02_CheckBox_Icon_White.png | 3 ++ .../Toggle02_CheckBox_Icon_White.png.meta | 3 ++ .../UI_Etc/Toggle02_CheckBox_Off.png | 3 ++ .../UI_Etc/Toggle02_CheckBox_Off.png.meta | 3 ++ .../UI_Etc/Toggle02_CheckBox_On.png | 3 ++ .../UI_Etc/Toggle02_CheckBox_On.png.meta | 3 ++ .../UI_Etc/Toggle02_CheckBox_White_Border.png | 3 ++ .../Toggle02_CheckBox_White_Border.png.meta | 3 ++ .../UI_Etc/Toggle02_CheckBox_White_bg.png | 3 ++ .../Toggle02_CheckBox_White_bg.png.meta | 3 ++ .../Components/UI_Etc/UserInfo01_Bottom.png | 3 ++ .../UI_Etc/UserInfo01_Bottom.png.meta | 3 ++ .../Components/UI_Etc/UserInfo01_Top.png | 3 ++ .../Components/UI_Etc/UserInfo01_Top.png.meta | 3 ++ .../Components/UI_Etc/UserInfo02_Bottom.png | 3 ++ .../UI_Etc/UserInfo02_Bottom.png.meta | 3 ++ .../Components/UI_Etc/UserInfo02_Top.png | 3 ++ .../Components/UI_Etc/UserInfo02_Top.png.meta | 3 ++ .../UI_Etc/UserInfo_Profile_Icon.png | 3 ++ .../UI_Etc/UserInfo_Profile_Icon.png.meta | 3 ++ .../ResourcesData/Sprites/Demo.meta | 3 ++ .../Sprites/Demo/Demo_Background.meta | 3 ++ .../Demo/Demo_Background/Background_01.png | 3 ++ .../Demo_Background/Background_01.png.meta | 3 ++ .../Demo/Demo_Background/Background_02.png | 3 ++ .../Demo_Background/Background_02.png.meta | 3 ++ .../Demo/Demo_Background/Background_03.png | 3 ++ .../Demo_Background/Background_03.png.meta | 3 ++ .../Demo/Demo_Background/Background_04.png | 3 ++ .../Demo_Background/Background_04.png.meta | 3 ++ .../Demo/Demo_Background/Background_05.png | 3 ++ .../Demo_Background/Background_05.png.meta | 3 ++ .../Demo/Demo_Background/Background_06.png | 3 ++ .../Demo_Background/Background_06.png.meta | 3 ++ .../Demo/Demo_Background/Background_07.png | 3 ++ .../Demo_Background/Background_07.png.meta | 3 ++ .../Demo_Background/Background_08_1Left.png | 3 ++ .../Background_08_1Left.png.meta | 3 ++ .../Demo_Background/Background_08_2Middle.png | 3 ++ .../Background_08_2Middle.png.meta | 3 ++ .../Demo_Background/Background_08_3Right.png | 3 ++ .../Background_08_3Right.png.meta | 3 ++ .../Background_08_4BottomGlow_Green.png | 3 ++ .../Background_08_4BottomGlow_Green.png.meta | 3 ++ .../Background_08_5BottomGlow_Blue.png | 3 ++ .../Background_08_5BottomGlow_Blue.png.meta | 3 ++ .../Background_08_6EffectImage.png | 3 ++ .../Background_08_6EffectImage.png.meta | 3 ++ .../Demo_Background/Background_09_Purple1.png | 3 ++ .../Background_09_Purple1.png.meta | 3 ++ .../Demo_Background/Background_09_Purple2.png | 3 ++ .../Background_09_Purple2.png.meta | 3 ++ .../Background_09_Purple3_GlowTop.png | 3 ++ .../Background_09_Purple3_GlowTop.png.meta | 3 ++ .../Background_09_Purple4_GlowBottom.png | 3 ++ .../Background_09_Purple4_GlowBottom.png.meta | 3 ++ .../Background_09_Purple5_DivideLine.png | 3 ++ .../Background_09_Purple5_DivideLine.png.meta | 3 ++ .../Background_ScreenDimed_Black.png | 3 ++ .../Background_ScreenDimed_Black.png.meta | 3 ++ .../Background_ScreenDimed_Navy.png | 3 ++ .../Background_ScreenDimed_Navy.png.meta | 3 ++ .../Demo_Background/Background_ScreenGlow.png | 3 ++ .../Background_ScreenGlow.png.meta | 3 ++ .../Sprites/Demo/Demo_Character.meta | 3 ++ .../Demo_Character/Character_Sample01_l.png | 3 ++ .../Character_Sample01_l.png.meta | 3 ++ .../Demo_Character/Character_Sample01_m.png | 3 ++ .../Character_Sample01_m.png.meta | 3 ++ .../Demo_Character/Character_Sample01_s.png | 3 ++ .../Character_Sample01_s.png.meta | 3 ++ .../Demo_Character/Character_Sample01_xl.png | 3 ++ .../Character_Sample01_xl.png.meta | 3 ++ .../Demo_Character/Character_Sample02.png | 3 ++ .../Character_Sample02.png.meta | 3 ++ .../Demo_Character/Character_Sample03_l.png | 3 ++ .../Character_Sample03_l.png.meta | 3 ++ .../Demo_Character/Character_Sample03_m.png | 3 ++ .../Character_Sample03_m.png.meta | 3 ++ .../Demo_Character/Character_Sample03_s.png | 3 ++ .../Character_Sample03_s.png.meta | 3 ++ .../Demo_Character/Character_Sample04.png | 3 ++ .../Character_Sample04.png.meta | 3 ++ .../Demo_Character/Character_Sample05_l.png | 3 ++ .../Character_Sample05_l.png.meta | 3 ++ .../Demo_Character/Character_Sample05_m.png | 3 ++ .../Character_Sample05_m.png.meta | 3 ++ .../Demo_Character/Character_Sample05_s.png | 3 ++ .../Character_Sample05_s.png.meta | 3 ++ .../Demo_Character/Character_Sample06_l.png | 3 ++ .../Character_Sample06_l.png.meta | 3 ++ .../Demo_Character/Character_Sample06_m.png | 3 ++ .../Character_Sample06_m.png.meta | 3 ++ .../Demo_Character/Character_Sample06_s.png | 3 ++ .../Character_Sample06_s.png.meta | 3 ++ .../Demo_Character/Character_Sample07_l.png | 3 ++ .../Character_Sample07_l.png.meta | 3 ++ .../Demo_Character/Character_Sample07_xl.png | 3 ++ .../Character_Sample07_xl.png.meta | 3 ++ .../Demo_Character/Character_Sample07_xl2.png | 3 ++ .../Character_Sample07_xl2.png.meta | 3 ++ .../Demo_Character/Character_Sample08.png | 3 ++ .../Character_Sample08.png.meta | 3 ++ .../Demo_Character/Character_Sample09.png | 3 ++ .../Character_Sample09.png.meta | 3 ++ .../Demo_Character/Character_Sample10.png | 3 ++ .../Character_Sample10.png.meta | 3 ++ .../Demo_Character/Character_Sample11.png | 3 ++ .../Character_Sample11.png.meta | 3 ++ .../Demo_Character/Character_Sample12.png | 3 ++ .../Character_Sample12.png.meta | 3 ++ .../Demo_Character/Character_Sample13.png | 3 ++ .../Character_Sample13.png.meta | 3 ++ .../Demo_Character/Character_Sample14.png | 3 ++ .../Character_Sample14.png.meta | 3 ++ .../Demo_Character/Character_Sample15.png | 3 ++ .../Character_Sample15.png.meta | 3 ++ .../Demo_Character/Character_Sample16.png | 3 ++ .../Character_Sample16.png.meta | 3 ++ .../Demo_Character/Character_Sample17.png | 3 ++ .../Character_Sample17.png.meta | 3 ++ .../Demo_Character/Character_Sample18.png | 3 ++ .../Character_Sample18.png.meta | 3 ++ .../Demo_Character/Character_Shadow01.png | 3 ++ .../Character_Shadow01.png.meta | 3 ++ .../Demo_Character/Character_Shadow02.png | 3 ++ .../Character_Shadow02.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample0.png | 3 ++ .../Play_Caracter_Sample0.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample03.png | 3 ++ .../Play_Caracter_Sample03.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample04.png | 3 ++ .../Play_Caracter_Sample04.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample05.png | 3 ++ .../Play_Caracter_Sample05.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample06.png | 3 ++ .../Play_Caracter_Sample06.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample07.png | 3 ++ .../Play_Caracter_Sample07.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample08.png | 3 ++ .../Play_Caracter_Sample08.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample09.png | 3 ++ .../Play_Caracter_Sample09.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample1.png | 3 ++ .../Play_Caracter_Sample1.png.meta | 3 ++ .../Demo_Character/Play_Caracter_Sample10.png | 3 ++ .../Play_Caracter_Sample10.png.meta | 3 ++ .../Sprites/Demo/Demo_Image.meta | 3 ++ .../Demo/Demo_Image/Common_White_Box.png | 3 ++ .../Demo/Demo_Image/Common_White_Box.png.meta | 3 ++ .../Demo/Demo_Image/Common_White_Oval.png | 3 ++ .../Demo_Image/Common_White_Oval.png.meta | 3 ++ .../Sprites/Demo/Demo_Image/Glow_Cirlce.png | 3 ++ .../Demo/Demo_Image/Glow_Cirlce.png.meta | 3 ++ .../Sprites/Demo/Demo_Image/Glow_Oval.png | 3 ++ .../Demo/Demo_Image/Glow_Oval.png.meta | 3 ++ .../Demo_Image/Image_StageTheme_Beach.png | 3 ++ .../Image_StageTheme_Beach.png.meta | 3 ++ .../Demo/Demo_Image/Image_StageTheme_City.png | 3 ++ .../Demo_Image/Image_StageTheme_City.png.meta | 3 ++ .../Demo_Image/Image_StageTheme_Forest.png | 3 ++ .../Image_StageTheme_Forest.png.meta | 3 ++ .../Demo/Demo_Image/Image_TitleLogo.png | 3 ++ .../Demo/Demo_Image/Image_TitleLogo.png.meta | 3 ++ .../Sprites/Demo/Demo_Image/Image_Vs_text.png | 3 ++ .../Demo/Demo_Image/Image_Vs_text.png.meta | 3 ++ .../ResourcesData/Sprites/Demo/Demo_Play.meta | 3 ++ .../Demo_Play/Play_ActionText_Frame_Blue.png | 3 ++ .../Play_ActionText_Frame_Blue.png.meta | 3 ++ .../Play_ActionText_Frame_Orange.png | 3 ++ .../Play_ActionText_Frame_Orange.png.meta | 3 ++ .../Play_ActionText_Frame_Purple.png | 3 ++ .../Play_ActionText_Frame_Purple.png.meta | 3 ++ .../Demo_Play/Play_ActionText_Frame_Red.png | 3 ++ .../Play_ActionText_Frame_Red.png.meta | 3 ++ .../Demo_Play/Play_Character_FocusTarget.png | 3 ++ .../Play_Character_FocusTarget.png.meta | 3 ++ .../Demo/Demo_Play/Play_Joystick_bg.png | 3 ++ .../Demo/Demo_Play/Play_Joystick_bg.png.meta | 3 ++ .../Demo/Demo_Play/Play_Joystick_handle.png | 3 ++ .../Demo_Play/Play_Joystick_handle.png.meta | 3 ++ .../Demo_Play/Play_Joystick_move_focus_bl.png | 3 ++ .../Play_Joystick_move_focus_bl.png.meta | 3 ++ .../Demo_Play/Play_Joystick_move_focus_br.png | 3 ++ .../Play_Joystick_move_focus_br.png.meta | 3 ++ .../Demo_Play/Play_Joystick_move_focus_tl.png | 3 ++ .../Play_Joystick_move_focus_tl.png.meta | 3 ++ .../Demo_Play/Play_Joystick_move_focus_tr.png | 3 ++ .../Play_Joystick_move_focus_tr.png.meta | 3 ++ .../Demo/Demo_Play/Play_Minimap_Bg_Frame.png | 3 ++ .../Demo_Play/Play_Minimap_Bg_Frame.png.meta | 3 ++ .../Demo/Demo_Play/Play_Minimap_Bg_Sample.png | 3 ++ .../Demo_Play/Play_Minimap_Bg_Sample.png.meta | 3 ++ .../Play_Minimap_Character_Bg_Frame.png | 3 ++ .../Play_Minimap_Character_Bg_Frame.png.meta | 3 ++ .../Play_Minimap_Character_Bg_InBase.png | 3 ++ .../Play_Minimap_Character_Bg_InBase.png.meta | 3 ++ .../Play_Minimap_Character_Icon_1.png | 3 ++ .../Play_Minimap_Character_Icon_1.png.meta | 3 ++ .../Play_Minimap_Character_Icon_2.png | 3 ++ .../Play_Minimap_Character_Icon_2.png.meta | 3 ++ .../Play_Minimap_Character_Icon_3.png | 3 ++ .../Play_Minimap_Character_Icon_3.png.meta | 3 ++ .../Play_Minimap_Character_Icon_4.png | 3 ++ .../Play_Minimap_Character_Icon_4.png.meta | 3 ++ .../Demo/Demo_Play/Play_Minimap_Icon_1.png | 3 ++ .../Demo_Play/Play_Minimap_Icon_1.png.meta | 3 ++ .../Demo/Demo_Play/Play_Minimap_Icon_2.png | 3 ++ .../Demo_Play/Play_Minimap_Icon_2.png.meta | 3 ++ .../Demo_Play/Play_Minimap_Point_Blue.png | 3 ++ .../Play_Minimap_Point_Blue.png.meta | 3 ++ .../Demo/Demo_Play/Play_Minimap_Point_Red.png | 3 ++ .../Demo_Play/Play_Minimap_Point_Red.png.meta | 3 ++ .../Demo_Play/Play_Minimap_Point_RedGlow.png | 3 ++ .../Play_Minimap_Point_RedGlow.png.meta | 3 ++ .../Demo/Demo_Play/Play_Roulette_Arrow.png | 3 ++ .../Demo_Play/Play_Roulette_Arrow.png.meta | 3 ++ .../Demo/Demo_Play/Play_Roulette_Bg.png | 3 ++ .../Demo/Demo_Play/Play_Roulette_Bg.png.meta | 3 ++ .../Demo/Demo_Play/Play_Roulette_Btn_spin.png | 3 ++ .../Demo_Play/Play_Roulette_Btn_spin.png.meta | 3 ++ .../Demo/Demo_Play/Play_Roulette_Gold.png | 3 ++ .../Demo_Play/Play_Roulette_Gold.png.meta | 3 ++ .../Demo/Demo_Play/Play_Roulette_wheel.png | 3 ++ .../Demo_Play/Play_Roulette_wheel.png.meta | 3 ++ .../Sprites/Demo/Demo_Play/Play_Skill_0.png | 3 ++ .../Demo/Demo_Play/Play_Skill_0.png.meta | 3 ++ .../Demo/Demo_Play/Play_Skill_0_dimed.png | 3 ++ .../Demo_Play/Play_Skill_0_dimed.png.meta | 3 ++ .../Sprites/Demo/Demo_Play/Play_Skill_1.png | 3 ++ .../Demo/Demo_Play/Play_Skill_1.png.meta | 3 ++ .../Demo/Demo_Play/Play_Skill_1_dimed.png | 3 ++ .../Demo_Play/Play_Skill_1_dimed.png.meta | 3 ++ .../Sprites/Demo/Demo_Play/Play_Skill_2.png | 3 ++ .../Demo/Demo_Play/Play_Skill_2.png.meta | 3 ++ .../Demo/Demo_Play/Play_Skill_2_dimed.png | 3 ++ .../Demo_Play/Play_Skill_2_dimed.png.meta | 3 ++ .../Demo/Demo_Play/Play_Skill_Bg_Frame.png | 3 ++ .../Demo_Play/Play_Skill_Bg_Frame.png.meta | 3 ++ .../Demo_Play/Play_Skill_Bg_Frame_Dim.png | 3 ++ .../Play_Skill_Bg_Frame_Dim.png.meta | 3 ++ .../Demo_Play/Play_Skill_Bg_Frame_Orange.png | 3 ++ .../Play_Skill_Bg_Frame_Orange.png.meta | 3 ++ .../Demo/Demo_Play/Play_Skill_Bg_InBase.png | 3 ++ .../Demo_Play/Play_Skill_Bg_InBase.png.meta | 3 ++ .../Demo/Demo_Play/Play_Skill_Cooltime.png | 3 ++ .../Demo_Play/Play_Skill_Cooltime.png.meta | 3 ++ .../Demo/Demo_Play/Play_Time_Bg_pvp.png | 3 ++ .../Demo/Demo_Play/Play_Time_Bg_pvp.png.meta | 3 ++ .../Layer Lab/GUI Pro-CasualGame/Scenes.meta | 3 ++ .../Scenes/DemoScene_CasualGame.unity | 3 ++ .../Scenes/DemoScene_CasualGame.unity.meta | 3 ++ Assets/Layer Lab/Scripts.meta | 3 ++ Assets/Layer Lab/Scripts/Icon_Arrow_Next.png | 3 ++ .../Scripts/Icon_Arrow_Next.png.meta | 3 ++ Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png | 3 ++ .../Scripts/Icon_Arrow_Prev.png.meta | 3 ++ Assets/Layer Lab/Scripts/PanelControl.cs | 3 ++ Assets/Layer Lab/Scripts/PanelControl.cs.meta | 3 ++ Assets/Layer Lab/Scripts/PanelView.cs | 3 ++ Assets/Layer Lab/Scripts/PanelView.cs.meta | 3 ++ Assets/Pixel Crushers.meta | 3 ++ Assets/Pixel Crushers/Dialogue System.meta | 3 ++ .../Dialogue System/Third Party Support.meta | 3 ++ .../Behavior Designer Support.meta | 3 ++ .../Behavior Designer Support/Scripts.meta | 3 ++ .../BehaviorDesignLuaFunctionInfo.asset | 3 ++ .../BehaviorDesignLuaFunctionInfo.asset.meta | 3 ++ .../Scripts/BehaviorTreeLuaBridge.cs | 3 ++ .../Scripts/BehaviorTreeLuaBridge.cs.meta | 3 ++ .../Scripts/SequencerCommandBehavior.cs | 3 ++ .../Scripts/SequencerCommandBehavior.cs.meta | 3 ++ .../SequencerCommandBehaviorVariable.cs | 3 ++ .../SequencerCommandBehaviorVariable.cs.meta | 3 ++ .../Behavior Designer Support/_README.txt | 3 ++ .../_README.txt.meta | 3 ++ .../Easy Save Support.meta | 3 ++ .../Easy Save Support/Example.meta | 3 ++ .../Example/EasySave Example.unity | 3 ++ .../Example/EasySave Example.unity.meta | 3 ++ .../Easy Save Support/Scripts.meta | 3 ++ .../Scripts/ESSavedGameDataStorer.cs | 3 ++ .../Scripts/ESSavedGameDataStorer.cs.meta | 3 ++ .../Localization Package Support.meta | 3 ++ .../Localization Package Support/Scripts.meta | 3 ++ ...DialogueSystemLocalizationPackageBridge.cs | 3 ++ ...gueSystemLocalizationPackageBridge.cs.meta | 3 ++ .../Scripts/Editor.meta | 3 ++ .../DialogueToLocalizationTableWindow.cs | 3 ++ .../DialogueToLocalizationTableWindow.cs.meta | 3 ++ .../Localization Package Support/_README.txt | 3 ++ .../_README.txt.meta | 3 ++ .../Third Party Support/Spine Support.meta | 3 ++ .../Spine Support/Example.meta | 3 ++ .../Spine Support/Example/Animation.meta | 3 ++ ...mpleLeftSpineAnimatorController.controller | 3 ++ ...eftSpineAnimatorController.controller.meta | 3 ++ ...pleRightSpineAnimatorController.controller | 3 ++ ...ghtSpineAnimatorController.controller.meta | 3 ++ .../Example/Animation/ShowFromLeft.anim | 3 ++ .../Example/Animation/ShowFromLeft.anim.meta | 3 ++ .../Example/Animation/ShowFromRight.anim | 3 ++ .../Example/Animation/ShowFromRight.anim.meta | 3 ++ .../Spine Support/Example/README.txt | 3 ++ .../Spine Support/Example/README.txt.meta | 3 ++ .../Example/Spine Example Database.asset | 3 ++ .../Example/Spine Example Database.asset.meta | 3 ++ .../Spine Support/Example/Spine Example.unity | 3 ++ .../Example/Spine Example.unity.meta | 3 ++ .../Spine Subtitle Panels Example.meta | 3 ++ .../Spine Subtitle Panels Example/README.txt | 3 ++ .../README.txt.meta | 3 ++ .../Scripts.meta | 3 ++ .../Scripts/SpineDialogueActorUI.cs | 3 ++ .../Scripts/SpineDialogueActorUI.cs.meta | 3 ++ .../Scripts/SpineDialogueUI.cs | 3 ++ .../Scripts/SpineDialogueUI.cs.meta | 3 ++ ...ine Subtitle Panels Example Database.asset | 3 ++ ...ubtitle Panels Example Database.asset.meta | 3 ++ .../Spine Subtitle Panels Example.unity | 3 ++ .../Spine Subtitle Panels Example.unity.meta | 3 ++ .../Spine Support/Scripts.meta | 3 ++ .../Scripts/SequencerCommandSpineActor.cs | 3 ++ .../SequencerCommandSpineActor.cs.meta | 3 ++ .../Scripts/SequencerCommandSpineAnimation.cs | 3 ++ .../SequencerCommandSpineAnimation.cs.meta | 3 ++ .../Scripts/SpineDialogueActor.cs | 3 ++ .../Scripts/SpineDialogueActor.cs.meta | 3 ++ .../Scripts/SpinePortraitManager.cs | 3 ++ .../Scripts/SpinePortraitManager.cs.meta | 3 ++ .../Scripts/SpineSequencerReferences.cs | 3 ++ .../Scripts/SpineSequencerReferences.cs.meta | 3 ++ .../Scripts/SpineSubtitlePanel.cs | 3 ++ .../Scripts/SpineSubtitlePanel.cs.meta | 3 ++ Assets/Plugins/AllIn1SpriteShader.meta | 3 ++ .../AllIn1SpriteShader/!Start_Here.txt | 3 ++ .../AllIn1SpriteShader/!Start_Here.txt.meta | 3 ++ .../AllIn1SpriteShaderAssembly.asmdef | 3 ++ .../AllIn1SpriteShaderAssembly.asmdef.meta | 3 ++ Assets/Plugins/AllIn1SpriteShader/Demo.meta | 3 ++ .../AllIn1SpriteShader/Demo/Animation.meta | 3 ++ .../Demo/Animation/Alpha Cutoff.controller | 3 ++ .../Animation/Alpha Cutoff.controller.meta | 3 ++ .../Demo/Animation/AlphaCutoff.anim | 3 ++ .../Demo/Animation/AlphaCutoff.anim.meta | 3 ++ .../Demo/Animation/AtlasSpriteBoy.controller | 3 ++ .../Animation/AtlasSpriteBoy.controller.meta | 3 ++ .../Demo/Animation/Blur.anim | 3 ++ .../Demo/Animation/Blur.anim.meta | 3 ++ .../Demo/Animation/Blur.controller | 3 ++ .../Demo/Animation/Blur.controller.meta | 3 ++ .../Demo/Animation/Burn.anim | 3 ++ .../Demo/Animation/Burn.anim.meta | 3 ++ .../Demo/Animation/Burn.controller | 3 ++ .../Demo/Animation/Burn.controller.meta | 3 ++ .../Demo/Animation/BurningSoldier.anim | 3 ++ .../Demo/Animation/BurningSoldier.anim.meta | 3 ++ .../Demo/Animation/BurningSoldier.controller | 3 ++ .../Animation/BurningSoldier.controller.meta | 3 ++ .../Demo/Animation/CrazyPattern.anim | 3 ++ .../Demo/Animation/CrazyPattern.anim.meta | 3 ++ .../Demo/Animation/CrazyPattern.controller | 3 ++ .../Animation/CrazyPattern.controller.meta | 3 ++ .../Demo/Animation/CustomGradient.anim | 3 ++ .../Demo/Animation/CustomGradient.anim.meta | 3 ++ .../Demo/Animation/CustomGradient.controller | 3 ++ .../Animation/CustomGradient.controller.meta | 3 ++ .../Demo/Animation/Fade.anim | 3 ++ .../Demo/Animation/Fade.anim.meta | 3 ++ .../Demo/Animation/Fade.controller | 3 ++ .../Demo/Animation/Fade.controller.meta | 3 ++ .../Demo/Animation/Fill Amount 1.controller | 3 ++ .../Animation/Fill Amount 1.controller.meta | 3 ++ .../Demo/Animation/Fill Amount.controller | 3 ++ .../Animation/Fill Amount.controller.meta | 3 ++ .../Demo/Animation/FillAmount.anim | 3 ++ .../Demo/Animation/FillAmount.anim.meta | 3 ++ .../Demo/Animation/Fish Eye.controller | 3 ++ .../Demo/Animation/Fish Eye.controller.meta | 3 ++ .../Demo/Animation/Frame.controller | 3 ++ .../Demo/Animation/Frame.controller.meta | 3 ++ .../Demo/Animation/Hallucination.anim | 3 ++ .../Demo/Animation/Hallucination.anim.meta | 3 ++ .../Demo/Animation/Hit Effect 1.controller | 3 ++ .../Animation/Hit Effect 1.controller.meta | 3 ++ .../Demo/Animation/Hit Effect.controller | 3 ++ .../Demo/Animation/Hit Effect.controller.meta | 3 ++ .../Demo/Animation/HitEffect.anim | 3 ++ .../Demo/Animation/HitEffect.anim.meta | 3 ++ .../Demo/Animation/Hologram.anim | 3 ++ .../Demo/Animation/Hologram.anim.meta | 3 ++ .../Demo/Animation/IceSoldier.anim | 3 ++ .../Demo/Animation/IceSoldier.anim.meta | 3 ++ .../Demo/Animation/IceSoldier.controller | 3 ++ .../Demo/Animation/IceSoldier.controller.meta | 3 ++ .../Demo/Animation/Impact.controller | 3 ++ .../Demo/Animation/Impact.controller.meta | 3 ++ .../Demo/Animation/Impact1.anim | 3 ++ .../Demo/Animation/Impact1.anim.meta | 3 ++ .../Demo/Animation/MotionBlur.anim | 3 ++ .../Demo/Animation/MotionBlur.anim.meta | 3 ++ .../Demo/Animation/Offset.anim | 3 ++ .../Demo/Animation/Offset.anim.meta | 3 ++ .../Demo/Animation/Offset.controller | 3 ++ .../Demo/Animation/Offset.controller.meta | 3 ++ .../Demo/Animation/Original.controller | 3 ++ .../Demo/Animation/Original.controller.meta | 3 ++ .../Demo/Animation/Posterize.anim | 3 ++ .../Demo/Animation/Posterize.anim.meta | 3 ++ .../Demo/Animation/Posterize.controller | 3 ++ .../Demo/Animation/Posterize.controller.meta | 3 ++ .../Demo/Animation/RadialFillAmount.anim | 3 ++ .../Demo/Animation/RadialFillAmount.anim.meta | 3 ++ .../Animation/RadialFillAmount.controller | 3 ++ .../RadialFillAmount.controller.meta | 3 ++ .../Demo/Animation/Rotate.anim | 3 ++ .../Demo/Animation/Rotate.anim.meta | 3 ++ .../Demo/Animation/Rotate.controller | 3 ++ .../Demo/Animation/Rotate.controller.meta | 3 ++ .../Demo/Animation/ScreenHit.anim | 3 ++ .../Demo/Animation/ScreenHit.anim.meta | 3 ++ .../Demo/Animation/ScreenHit.controller | 3 ++ .../Demo/Animation/ScreenHit.controller.meta | 3 ++ .../Demo/Animation/Shield Soldier.controller | 3 ++ .../Animation/Shield Soldier.controller.meta | 3 ++ .../Demo/Animation/ShieldSparksPS.anim | 3 ++ .../Demo/Animation/ShieldSparksPS.anim.meta | 3 ++ .../Demo/Animation/Shine.anim | 3 ++ .../Demo/Animation/Shine.anim.meta | 3 ++ .../Demo/Animation/Shine.controller | 3 ++ .../Demo/Animation/Shine.controller.meta | 3 ++ .../Demo/Animation/ShinyBoy.anim | 3 ++ .../Demo/Animation/ShinyBoy.anim.meta | 3 ++ .../Demo/Animation/Soldier.controller | 3 ++ .../Demo/Animation/Soldier.controller.meta | 3 ++ .../Demo/Animation/SoldierRun.anim | 3 ++ .../Demo/Animation/SoldierRun.anim.meta | 3 ++ .../Demo/Animation/Sprite.controller | 3 ++ .../Demo/Animation/Sprite.controller.meta | 3 ++ .../Demo/Animation/Teleport.anim | 3 ++ .../Demo/Animation/Teleport.anim.meta | 3 ++ .../Demo/Animation/Twist 1.controller | 3 ++ .../Demo/Animation/Twist 1.controller.meta | 3 ++ .../Demo/Animation/Twist.anim | 3 ++ .../Demo/Animation/Twist.anim.meta | 3 ++ .../Demo/Animation/Twist.controller | 3 ++ .../Demo/Animation/Twist.controller.meta | 3 ++ .../Demo/Animation/TwistDisappear.anim | 3 ++ .../Demo/Animation/TwistDisappear.anim.meta | 3 ++ .../Demo/Animation/Zoom.anim | 3 ++ .../Demo/Animation/Zoom.anim.meta | 3 ++ .../Demo/Animation/Zoom.controller | 3 ++ .../Demo/Animation/Zoom.controller.meta | 3 ++ .../Demo/Animation/hpBar.anim | 3 ++ .../Demo/Animation/hpBar.anim.meta | 3 ++ .../AllIn1SpriteShader/Demo/Demo.unity | 3 ++ .../AllIn1SpriteShader/Demo/Demo.unity.meta | 3 ++ .../AllIn1SpriteShader/Demo/Demo2.unity | 3 ++ .../AllIn1SpriteShader/Demo/Demo2.unity.meta | 3 ++ .../Demo/DemoLitShader.unity | 3 ++ .../Demo/DemoLitShader.unity.meta | 3 ++ .../AllIn1SpriteShader/Demo/Fonts.meta | 3 ++ .../Demo/Fonts/CaviarDreams.ttf | 3 ++ .../Demo/Fonts/CaviarDreams.ttf.meta | 3 ++ .../Demo/Fonts/CaviarDreams_Bold.ttf | 3 ++ .../Demo/Fonts/CaviarDreams_Bold.ttf.meta | 3 ++ .../Demo/Fonts/PoetsenOne-Regular.ttf | 3 ++ .../Demo/Fonts/PoetsenOne-Regular.ttf.meta | 3 ++ .../AllIn1SpriteShader/Demo/Materials.meta | 3 ++ .../Demo/Materials/Color Ramp Gradient.mat | 3 ++ .../Materials/Color Ramp Gradient.mat.meta | 3 ++ .../Demo/Materials/DemoGradient.mat | 3 ++ .../Demo/Materials/DemoGradient.mat.meta | 3 ++ .../Demo/Materials/Fire.mat | 3 ++ .../Demo/Materials/Fire.mat.meta | 3 ++ .../Demo/Materials/FireSoldier.mat | 3 ++ .../Demo/Materials/FireSoldier.mat.meta | 3 ++ .../AllIn1SpriteShader/Demo/Materials/Ice.mat | 3 ++ .../Demo/Materials/Ice.mat.meta | 3 ++ .../Demo/Materials/IceSoldier.mat | 3 ++ .../Demo/Materials/IceSoldier.mat.meta | 3 ++ .../Demo/Materials/LitFloor.mat | 3 ++ .../Demo/Materials/LitFloor.mat.meta | 3 ++ .../Demo/Materials/LitSprite1.mat | 3 ++ .../Demo/Materials/LitSprite1.mat.meta | 3 ++ .../Demo/Materials/LitSprite2.mat | 3 ++ .../Demo/Materials/LitSprite2.mat.meta | 3 ++ .../Demo/Materials/LitSprite3.mat | 3 ++ .../Demo/Materials/LitSprite3.mat.meta | 3 ++ .../Demo/Materials/LitWall.mat | 3 ++ .../Demo/Materials/LitWall.mat.meta | 3 ++ .../Demo/Materials/MagicRing.mat | 3 ++ .../Demo/Materials/MagicRing.mat.meta | 3 ++ .../Demo/Materials/Outline1.mat | 3 ++ .../Demo/Materials/Outline1.mat.meta | 3 ++ .../Demo/Materials/Shield.mat | 3 ++ .../Demo/Materials/Shield.mat.meta | 3 ++ .../Demo/Materials/ShieldSoldier.mat | 3 ++ .../Demo/Materials/ShieldSoldier.mat.meta | 3 ++ .../Demo/Materials/SnowFlake.mat | 3 ++ .../Demo/Materials/SnowFlake.mat.meta | 3 ++ .../Demo/Materials/Sparks.mat | 3 ++ .../Demo/Materials/Sparks.mat.meta | 3 ++ .../Demo/PostProcessProfiles.meta | 3 ++ .../AllIn1PostProcessing.asset | 3 ++ .../AllIn1PostProcessing.asset.meta | 3 ++ .../AllIn1SpriteShader/Demo/Prefabs.meta | 3 ++ .../Demo/Prefabs/Particle System Demo.prefab | 3 ++ .../Prefabs/Particle System Demo.prefab.meta | 3 ++ .../Demo/Prefabs/Shield Soldier Demo.prefab | 3 ++ .../Prefabs/Shield Soldier Demo.prefab.meta | 3 ++ .../AllIn1SpriteShader/Demo/Scripts.meta | 3 ++ .../Demo/Scripts/All1ShaderDemoController.cs | 3 ++ .../Scripts/All1ShaderDemoController.cs.meta | 3 ++ .../Demo/Scripts/All1TextureOffsetOverTIme.cs | 3 ++ .../Scripts/All1TextureOffsetOverTIme.cs.meta | 3 ++ .../Demo/Scripts/AllIn1AutoRotate.cs | 3 ++ .../Demo/Scripts/AllIn1AutoRotate.cs.meta | 3 ++ .../Demo/Scripts/AllIn1ScrollProperty.cs | 3 ++ .../Demo/Scripts/AllIn1ScrollProperty.cs.meta | 3 ++ .../Demo/Scripts/Demo2AutoScroll.cs | 3 ++ .../Demo/Scripts/Demo2AutoScroll.cs.meta | 3 ++ .../Demo/Scripts/DemoCamera.cs | 3 ++ .../Demo/Scripts/DemoCamera.cs.meta | 3 ++ .../Demo/Scripts/DemoCircleExpositor.cs | 3 ++ .../Demo/Scripts/DemoCircleExpositor.cs.meta | 3 ++ .../Demo/Scripts/DemoItem.cs | 3 ++ .../Demo/Scripts/DemoItem.cs.meta | 3 ++ .../Demo/Scripts/DemoRandomColorSwap.cs | 3 ++ .../Demo/Scripts/DemoRandomColorSwap.cs.meta | 3 ++ .../Demo/Scripts/DemoRepositionExpositor.cs | 3 ++ .../Scripts/DemoRepositionExpositor.cs.meta | 3 ++ .../AllIn1SpriteShader/Demo/Textures.meta | 3 ++ .../Demo/Textures/BoyGirl.png | 3 ++ .../Demo/Textures/BoyGirl.png.meta | 3 ++ .../Demo/Textures/Circle.png | 3 ++ .../Demo/Textures/Circle.png.meta | 3 ++ .../Demo/Textures/IceTexture.png | 3 ++ .../Demo/Textures/IceTexture.png.meta | 3 ++ .../Demo/Textures/Magic1.png | 3 ++ .../Demo/Textures/Magic1.png.meta | 3 ++ .../Demo/Textures/Magic2.png | 3 ++ .../Demo/Textures/Magic2.png.meta | 3 ++ .../Demo/Textures/RockTexture.png | 3 ++ .../Demo/Textures/RockTexture.png.meta | 3 ++ .../Demo/Textures/RockTextureNormal.png | 3 ++ .../Demo/Textures/RockTextureNormal.png.meta | 3 ++ .../Demo/Textures/Square.png | 3 ++ .../Demo/Textures/Square.png.meta | 3 ++ .../Demo/Textures/WoodTexture.png | 3 ++ .../Demo/Textures/WoodTexture.png.meta | 3 ++ .../Demo/Textures/WoodTextureNormal.png | 3 ++ .../Demo/Textures/WoodTextureNormal.png.meta | 3 ++ .../Demo/Textures/backMountain.png | 3 ++ .../Demo/Textures/backMountain.png.meta | 3 ++ .../Demo/Textures/coals.png | 3 ++ .../Demo/Textures/coals.png.meta | 3 ++ .../Demo/Textures/coalsEmissive.png | 3 ++ .../Demo/Textures/coalsEmissive.png.meta | 3 ++ .../AllIn1SpriteShader/Demo/Textures/flag.png | 3 ++ .../Demo/Textures/flag.png.meta | 3 ++ .../Demo/Textures/flameShape.png | 3 ++ .../Demo/Textures/flameShape.png.meta | 3 ++ .../Demo/Textures/grass.png | 3 ++ .../Demo/Textures/grass.png.meta | 3 ++ .../Demo/Textures/shield.png | 3 ++ .../Demo/Textures/shield.png.meta | 3 ++ .../Demo/Textures/shieldGlow.png | 3 ++ .../Demo/Textures/shieldGlow.png.meta | 3 ++ .../Demo/Textures/snowFlake.png | 3 ++ .../Demo/Textures/snowFlake.png.meta | 3 ++ .../Demo/Textures/spaceSoldier.png | 3 ++ .../Demo/Textures/spaceSoldier.png.meta | 3 ++ .../Demo/Textures/spaceSoldierColorSwap.png | 3 ++ .../Textures/spaceSoldierColorSwap.png.meta | 3 ++ .../Demo/Textures/spaceSoldierGlow.png | 3 ++ .../Demo/Textures/spaceSoldierGlow.png.meta | 3 ++ .../Textures/spaceSoldierHelmetTopMask.png | 3 ++ .../spaceSoldierHelmetTopMask.png.meta | 3 ++ .../Demo/Textures/spaceSoldierNormal.png | 3 ++ .../Demo/Textures/spaceSoldierNormal.png.meta | 3 ++ .../Demo/Textures/spark.png | 3 ++ .../Demo/Textures/spark.png.meta | 3 ++ .../Demo/Textures/splotch.png | 3 ++ .../Demo/Textures/splotch.png.meta | 3 ++ .../Demo/Textures/sunDoodle.png | 3 ++ .../Demo/Textures/sunDoodle.png.meta | 3 ++ .../Demo/Textures/water.png | 3 ++ .../Demo/Textures/water.png.meta | 3 ++ .../AllIn1SpriteShader/Documentation.pdf | 3 ++ .../AllIn1SpriteShader/Documentation.pdf.meta | 3 ++ .../Plugins/AllIn1SpriteShader/Materials.meta | 3 ++ .../Materials/EmptyMaterial.mat | 3 ++ .../Materials/EmptyMaterial.mat.meta | 3 ++ .../Materials/ScaledTIme.mat | 3 ++ .../Materials/ScaledTIme.mat.meta | 3 ++ .../Materials/UIStencil.mat | 3 ++ .../Materials/UIStencil.mat.meta | 3 ++ .../Plugins/AllIn1SpriteShader/Scripts.meta | 3 ++ .../Scripts/All1CreateUnifiedOutline.cs | 3 ++ .../Scripts/All1CreateUnifiedOutline.cs.meta | 3 ++ .../Scripts/AllIn1Shader.cs | 3 ++ .../Scripts/AllIn1Shader.cs.meta | 3 ++ .../Scripts/AllIn1ShaderWindow.cs | 3 ++ .../Scripts/AllIn1ShaderWindow.cs.meta | 3 ++ .../AllIn1SpriteShader/Scripts/Editor.meta | 3 ++ .../Editor/AllIn1ShaderGradientDrawer.cs | 3 ++ .../Editor/AllIn1ShaderGradientDrawer.cs.meta | 3 ++ .../Scripts/Editor/AllIn1ShaderImporter.cs | 3 ++ .../Editor/AllIn1ShaderImporter.cs.meta | 3 ++ .../Editor/AllIn1ShaderScriptEditor.cs | 3 ++ .../Editor/AllIn1ShaderScriptEditor.cs.meta | 3 ++ .../AllIn1SpriteShaderLitMaterialInspector.cs | 3 ++ ...n1SpriteShaderLitMaterialInspector.cs.meta | 3 ++ .../AllIn1SpriteShaderMaterialInspector.cs | 3 ++ ...llIn1SpriteShaderMaterialInspector.cs.meta | 3 ++ ...lIn1SpriteShaderUiMaskMaterialInspector.cs | 3 ++ ...priteShaderUiMaskMaterialInspector.cs.meta | 3 ++ .../Scripts/Editor/RenderPipelineChecker.cs | 3 ++ .../Editor/RenderPipelineChecker.cs.meta | 3 ++ .../AllIn1SpriteShader/Scripts/RandomSeed.cs | 3 ++ .../Scripts/RandomSeed.cs.meta | 3 ++ .../AllIn1SpriteShader/Scripts/SetAtlasUvs.cs | 3 ++ .../Scripts/SetAtlasUvs.cs.meta | 3 ++ .../Scripts/SetGlobalTimeNew.cs | 3 ++ .../Scripts/SetGlobalTimeNew.cs.meta | 3 ++ .../Scripts/SetGlobalTimeUnity2018.cs | 3 ++ .../Scripts/SetGlobalTimeUnity2018.cs.meta | 3 ++ .../AllIn1SpriteShader/Scripts/Texture.meta | 3 ++ .../Texture/AllIn1SpriteShaderEditorImage.png | 3 ++ .../AllIn1SpriteShaderEditorImage.png.meta | 3 ++ .../Scripts/TrueShadowCompatibility.cs | 3 ++ .../Scripts/TrueShadowCompatibility.cs.meta | 3 ++ .../Plugins/AllIn1SpriteShader/Shaders.meta | 3 ++ .../Shaders/AllIn1OneShaderFunctions.cginc | 3 ++ .../AllIn1OneShaderFunctions.cginc.meta | 3 ++ .../Shaders/AllIn1SpriteShader.shader | 3 ++ .../Shaders/AllIn1SpriteShader.shader.meta | 3 ++ .../Shaders/AllIn1SpriteShaderLit.shader | 3 ++ .../Shaders/AllIn1SpriteShaderLit.shader.meta | 3 ++ .../AllIn1SpriteShaderScaledTime.shader | 3 ++ .../AllIn1SpriteShaderScaledTime.shader.meta | 3 ++ .../Shaders/AllIn1SpriteShaderUiMask.shader | 3 ++ .../AllIn1SpriteShaderUiMask.shader.meta | 3 ++ .../AllIn1SpriteShaderUiMaskScaledTime.shader | 3 ++ ...n1SpriteShaderUiMaskScaledTime.shader.meta | 3 ++ .../Shaders/LitShaders.meta | 3 ++ ...In1SpriteShaderLit_BetterShader.surfshader | 3 ++ ...riteShaderLit_BetterShader.surfshader.meta | 3 ++ ...1SpriteShaderLit_BetterShader_HDRP2019.txt | 3 ++ ...teShaderLit_BetterShader_HDRP2019.txt.meta | 3 ++ ...1SpriteShaderLit_BetterShader_HDRP2020.txt | 3 ++ ...teShaderLit_BetterShader_HDRP2020.txt.meta | 3 ++ ...1SpriteShaderLit_BetterShader_HDRP2021.txt | 3 ++ ...teShaderLit_BetterShader_HDRP2021.txt.meta | 3 ++ ...1SpriteShaderLit_BetterShader_HDRP2022.txt | 3 ++ ...teShaderLit_BetterShader_HDRP2022.txt.meta | 3 ++ ...1SpriteShaderLit_BetterShader_HDRP2023.txt | 3 ++ ...teShaderLit_BetterShader_HDRP2023.txt.meta | 3 ++ ...1SpriteShaderLit_BetterShader_Standard.txt | 3 ++ ...teShaderLit_BetterShader_Standard.txt.meta | 3 ++ ...n1SpriteShaderLit_BetterShader_URP2019.txt | 3 ++ ...iteShaderLit_BetterShader_URP2019.txt.meta | 3 ++ ...n1SpriteShaderLit_BetterShader_URP2020.txt | 3 ++ ...iteShaderLit_BetterShader_URP2020.txt.meta | 3 ++ ...n1SpriteShaderLit_BetterShader_URP2021.txt | 3 ++ ...iteShaderLit_BetterShader_URP2021.txt.meta | 3 ++ ...n1SpriteShaderLit_BetterShader_URP2022.txt | 3 ++ ...iteShaderLit_BetterShader_URP2022.txt.meta | 3 ++ ...n1SpriteShaderLit_BetterShader_URP2023.txt | 3 ++ ...iteShaderLit_BetterShader_URP2023.txt.meta | 3 ++ .../Shaders/LitShaders/_README.txt | 3 ++ .../Shaders/LitShaders/_README.txt.meta | 3 ++ .../Plugins/AllIn1SpriteShader/Textures.meta | 3 ++ .../Textures/GradientTextures.meta | 3 ++ .../GradientTextures/gradientTexture_1.png | 3 ++ .../gradientTexture_1.png.meta | 3 ++ .../GradientTextures/gradientTexture_2.png | 3 ++ .../gradientTexture_2.png.meta | 3 ++ .../GradientTextures/palette-bumbleberry.psd | 3 ++ .../palette-bumbleberry.psd.meta | 3 ++ .../GradientTextures/palette-cool.psd | 3 ++ .../GradientTextures/palette-cool.psd.meta | 3 ++ .../GradientTextures/palette-downwell.png | 3 ++ .../palette-downwell.png.meta | 3 ++ .../GradientTextures/palette-earthy.psd | 3 ++ .../GradientTextures/palette-earthy.psd.meta | 3 ++ .../palette-gameboy-pop-1x.png | 3 ++ .../palette-gameboy-pop-1x.png.meta | 3 ++ .../GradientTextures/palette-gameboy.psd | 3 ++ .../GradientTextures/palette-gameboy.psd.meta | 3 ++ .../palette-metroid-ii-sgb-1x.png | 3 ++ .../palette-metroid-ii-sgb-1x.png.meta | 3 ++ .../GradientTextures/palette-mist-gb-1x.png | 3 ++ .../palette-mist-gb-1x.png.meta | 3 ++ .../GradientTextures/palette-neapolitan.psd | 3 ++ .../palette-neapolitan.psd.meta | 3 ++ .../palette-nintendo-gameboy-bgb-1x.png | 3 ++ .../palette-nintendo-gameboy-bgb-1x.png.meta | 3 ++ ...palette-nintendo-gameboy-black-zero-1x.png | 3 ++ ...te-nintendo-gameboy-black-zero-1x.png.meta | 3 ++ .../GradientTextures/palette-platinum-1x.png | 3 ++ .../palette-platinum-1x.png.meta | 3 ++ .../Textures/GradientTextures/shadeRamp.png | 3 ++ .../GradientTextures/shadeRamp.png.meta | 3 ++ .../GradientTextures/toonShadeRamp.png | 3 ++ .../GradientTextures/toonShadeRamp.png.meta | 3 ++ .../Textures/NormalMaps.meta | 3 ++ .../NormalMaps/spaceSoldierNormalMap.png | 3 ++ .../NormalMaps/spaceSoldierNormalMap.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/UVChecker.png | 3 ++ .../Textures/UVChecker.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/black.png | 3 ++ .../Textures/black.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/fire.png | 3 ++ .../AllIn1SpriteShader/Textures/fire.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/fire2.png | 3 ++ .../Textures/fire2.png.meta | 3 ++ .../Textures/flameNoise.png | 3 ++ .../Textures/flameNoise.png.meta | 3 ++ .../Textures/flameNoise2.png | 3 ++ .../Textures/flameNoise2.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/gradient.png | 3 ++ .../Textures/gradient.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/gradient2.png | 3 ++ .../Textures/gradient2.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/rainbow.png | 3 ++ .../Textures/rainbow.png.meta | 3 ++ .../Textures/seamlessNoise.png | 3 ++ .../Textures/seamlessNoise.png.meta | 3 ++ .../Textures/toonSeamlessNoise.png | 3 ++ .../Textures/toonSeamlessNoise.png.meta | 3 ++ .../AllIn1SpriteShader/Textures/white.png | 3 ++ .../Textures/white.png.meta | 3 ++ Assets/Plugins/AllIn1VfxToolkit.meta | 3 ++ Assets/Plugins/AllIn1VfxToolkit/!README.txt | 3 ++ .../Plugins/AllIn1VfxToolkit/!README.txt.meta | 3 ++ .../AllIn1VfxAssemebly.asmdef | 3 ++ .../AllIn1VfxAssemebly.asmdef.meta | 3 ++ .../AllIn1VfxToolkit/Demo & Assets.meta | 3 ++ .../AllIn1VfxToolkit/Demo & Assets/Demo.meta | 3 ++ .../Demo & Assets/Demo/Animation.meta | 3 ++ .../Demo/Animation/Beam Blue.controller | 3 ++ .../Demo/Animation/Beam Blue.controller.meta | 3 ++ .../Demo/Animation/BlueBeam.anim | 3 ++ .../Demo/Animation/BlueBeam.anim.meta | 3 ++ .../Demo/Animation/CharacterRun.controller | 3 ++ .../Animation/CharacterRun.controller.meta | 3 ++ .../Demo/Animation/Fire Bullet.controller | 3 ++ .../Animation/Fire Bullet.controller.meta | 3 ++ .../Demo/Animation/FireBulletSpawn.anim | 3 ++ .../Demo/Animation/FireBulletSpawn.anim.meta | 3 ++ .../Demo/Animation/FireShield.anim | 3 ++ .../Demo/Animation/FireShield.anim.meta | 3 ++ .../Demo/Animation/FireShield.controller | 3 ++ .../Demo/Animation/FireShield.controller.meta | 3 ++ .../Demo/Animation/HumanoidRun.anim | 3 ++ .../Demo/Animation/HumanoidRun.anim.meta | 3 ++ .../Demo/Animation/MagicSlash.controller | 3 ++ .../Demo/Animation/MagicSlash.controller.meta | 3 ++ .../Demo/Animation/MagicSlashAnim.anim | 3 ++ .../Demo/Animation/MagicSlashAnim.anim.meta | 3 ++ .../Demo/Animation/RunAvatar.asset | 3 ++ .../Demo/Animation/RunAvatar.asset.meta | 3 ++ .../Demo/Animation/SandShield.anim | 3 ++ .../Demo/Animation/SandShield.anim.meta | 3 ++ .../Demo/Animation/SandShield.controller | 3 ++ .../Demo/Animation/SandShield.controller.meta | 3 ++ .../Demo/Animation/VenomSlash.controller | 3 ++ .../Demo/Animation/VenomSlash.controller.meta | 3 ++ .../Demo/Animation/VenomSlashAnim.anim | 3 ++ .../Demo/Animation/VenomSlashAnim.anim.meta | 3 ++ .../Demo/Animation/WaterShield.anim | 3 ++ .../Demo/Animation/WaterShield.anim.meta | 3 ++ .../Demo/Animation/WaterShield.controller | 3 ++ .../Animation/WaterShield.controller.meta | 3 ++ .../Demo & Assets/Demo/DemoVfxToolkit.unity | 3 ++ .../Demo/DemoVfxToolkit.unity.meta | 3 ++ .../Demo/DemoVfxToolkitLitShader.unity | 3 ++ .../Demo/DemoVfxToolkitLitShader.unity.meta | 3 ++ .../Demo/EffectsScriptableObjects.meta | 3 ++ .../AreaAuras Group.asset | 3 ++ .../AreaAuras Group.asset.meta | 3 ++ .../EffectsScriptableObjects/AreaBlue.asset | 3 ++ .../AreaBlue.asset.meta | 3 ++ .../EffectsScriptableObjects/AreaGreen.asset | 3 ++ .../AreaGreen.asset.meta | 3 ++ .../EffectsScriptableObjects/AreaPurple.asset | 3 ++ .../AreaPurple.asset.meta | 3 ++ .../EffectsScriptableObjects/AreaRed.asset | 3 ++ .../AreaRed.asset.meta | 3 ++ .../EffectsScriptableObjects/AuraEvil.asset | 3 ++ .../AuraEvil.asset.meta | 3 ++ .../EffectsScriptableObjects/AuraHoly.asset | 3 ++ .../AuraHoly.asset.meta | 3 ++ .../Explosion Group.asset | 3 ++ .../Explosion Group.asset.meta | 3 ++ .../Explosions Blue Impact.asset | 3 ++ .../Explosions Blue Impact.asset.meta | 3 ++ .../Explosions Bomb.asset | 3 ++ .../Explosions Bomb.asset.meta | 3 ++ .../Explosions Galaxy.asset | 3 ++ .../Explosions Galaxy.asset.meta | 3 ++ .../Explosions Purple Impact.asset | 3 ++ .../Explosions Purple Impact.asset.meta | 3 ++ .../Explosions Red Impact.asset | 3 ++ .../Explosions Red Impact.asset.meta | 3 ++ .../Explosions Toon Bomb.asset | 3 ++ .../Explosions Toon Bomb.asset.meta | 3 ++ .../Explosions Water Splash.asset | 3 ++ .../Explosions Water Splash.asset.meta | 3 ++ .../Magic Explosive Spell.asset | 3 ++ .../Magic Explosive Spell.asset.meta | 3 ++ .../Playable Others Group.asset | 3 ++ .../Playable Others Group.asset.meta | 3 ++ .../Playables Blue Beam.asset | 3 ++ .../Playables Blue Beam.asset.meta | 3 ++ .../Playables Incinerate Spell.asset | 3 ++ .../Playables Incinerate Spell.asset.meta | 3 ++ .../Playables Lightning Strike.asset | 3 ++ .../Playables Lightning Strike.asset.meta | 3 ++ .../Playables Orange Beam.asset | 3 ++ .../Playables Orange Beam.asset.meta | 3 ++ .../Playables Slash 1.asset | 3 ++ .../Playables Slash 1.asset.meta | 3 ++ .../Playables Slash 2.asset | 3 ++ .../Playables Slash 2.asset.meta | 3 ++ .../Playables Slash 3.asset | 3 ++ .../Playables Slash 3.asset.meta | 3 ++ .../Playables Slash 4.asset | 3 ++ .../Playables Slash 4.asset.meta | 3 ++ .../Projectile Group 1.asset | 3 ++ .../Projectile Group 1.asset.meta | 3 ++ .../Projectiles Digital.asset | 3 ++ .../Projectiles Digital.asset.meta | 3 ++ .../Projectiles Fire.asset | 3 ++ .../Projectiles Fire.asset.meta | 3 ++ .../Projectiles Gun.asset | 3 ++ .../Projectiles Gun.asset.meta | 3 ++ .../Projectiles Ice.asset | 3 ++ .../Projectiles Ice.asset.meta | 3 ++ .../Shield Group.asset | 3 ++ .../Shield Group.asset.meta | 3 ++ .../Shields Fire.asset | 3 ++ .../Shields Fire.asset.meta | 3 ++ .../Shields Sand.asset | 3 ++ .../Shields Sand.asset.meta | 3 ++ .../Shields Scifi 2.asset | 3 ++ .../Shields Scifi 2.asset.meta | 3 ++ .../Shields Scifi.asset | 3 ++ .../Shields Scifi.asset.meta | 3 ++ .../Shields Water.asset | 3 ++ .../Shields Water.asset.meta | 3 ++ .../Statics1 Blue Fire.asset | 3 ++ .../Statics1 Blue Fire.asset.meta | 3 ++ .../Statics1 Dark Magic Orb.asset | 3 ++ .../Statics1 Dark Magic Orb.asset.meta | 3 ++ .../Statics1 Electricity.asset | 3 ++ .../Statics1 Electricity.asset.meta | 3 ++ .../Statics1 Fire Trail.asset | 3 ++ .../Statics1 Fire Trail.asset.meta | 3 ++ .../Statics1 Galaxy Character.asset | 3 ++ .../Statics1 Galaxy Character.asset.meta | 3 ++ .../Statics1 Ghost Trail.asset | 3 ++ .../Statics1 Ghost Trail.asset.meta | 3 ++ .../Statics1 Pink Trail.asset | 3 ++ .../Statics1 Pink Trail.asset.meta | 3 ++ .../Statics1 Pixel Fire.asset | 3 ++ .../Statics1 Pixel Fire.asset.meta | 3 ++ .../Statics1 Real Fire.asset | 3 ++ .../Statics1 Real Fire.asset.meta | 3 ++ .../Statics1 Thick Smoke.asset | 3 ++ .../Statics1 Thick Smoke.asset.meta | 3 ++ .../Statics1 Toon Character.asset | 3 ++ .../Statics1 Toon Character.asset.meta | 3 ++ .../EffectsScriptableObjects/Statics1.asset | 3 ++ .../Statics1.asset.meta | 3 ++ .../Statics2 Air Column.asset | 3 ++ .../Statics2 Air Column.asset.meta | 3 ++ .../Statics2 Blue Pixel Portal.asset | 3 ++ .../Statics2 Blue Pixel Portal.asset.meta | 3 ++ .../Statics2 Blue Tornado.asset | 3 ++ .../Statics2 Blue Tornado.asset.meta | 3 ++ .../Statics2 Fire Tornado.asset | 3 ++ .../Statics2 Fire Tornado.asset.meta | 3 ++ .../Statics2 Green Portal.asset | 3 ++ .../Statics2 Green Portal.asset.meta | 3 ++ .../Statics2 Magic Spiral.asset | 3 ++ .../Statics2 Magic Spiral.asset.meta | 3 ++ .../Statics2 Plasma Ball.asset | 3 ++ .../Statics2 Plasma Ball.asset.meta | 3 ++ .../EffectsScriptableObjects/Statics2.asset | 3 ++ .../Statics2.asset.meta | 3 ++ .../Demo & Assets/Demo/Fonts.meta | 3 ++ .../Demo/Fonts/PoetsenOne-Regular.ttf | 3 ++ .../Demo/Fonts/PoetsenOne-Regular.ttf.meta | 3 ++ .../Demo/Fonts/Raleway-Medium.ttf | 3 ++ .../Demo/Fonts/Raleway-Medium.ttf.meta | 3 ++ .../Demo/Fonts/Roboto-Medium.ttf | 3 ++ .../Demo/Fonts/Roboto-Medium.ttf.meta | 3 ++ .../Demo & Assets/Demo/Materials.meta | 3 ++ .../Demo & Assets/Demo/Materials/10_Base.mat | 3 ++ .../Demo/Materials/10_Base.mat.meta | 3 ++ .../Demo/Materials/10_Tornado_Core.mat | 3 ++ .../Demo/Materials/10_Tornado_Core.mat.meta | 3 ++ .../Demo/Materials/10_Tornado_Ext.mat | 3 ++ .../Demo/Materials/10_Tornado_Ext.mat.meta | 3 ++ .../Demo/Materials/11_Light_Sparks.mat | 3 ++ .../Demo/Materials/11_Light_Sparks.mat.meta | 3 ++ .../Demo/Materials/11_Light_Strike.mat | 3 ++ .../Demo/Materials/11_Light_Strike.mat.meta | 3 ++ .../Demo/Materials/11_Sparks.mat | 3 ++ .../Demo/Materials/11_Sparks.mat.meta | 3 ++ .../Demo/Materials/12_Toon_Base.mat | 3 ++ .../Demo/Materials/12_Toon_Base.mat.meta | 3 ++ .../Demo/Materials/12_Toon_Shield.mat | 3 ++ .../Demo/Materials/12_Toon_Shield.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/13_Base.mat | 3 ++ .../Demo/Materials/13_Base.mat.meta | 3 ++ .../Demo/Materials/13_Tornado_Core.mat | 3 ++ .../Demo/Materials/13_Tornado_Core.mat.meta | 3 ++ .../Demo/Materials/13_tornado_Ext.mat | 3 ++ .../Demo/Materials/13_tornado_Ext.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/14_Base.mat | 3 ++ .../Demo/Materials/14_Base.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/14_Core.mat | 3 ++ .../Demo/Materials/14_Core.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/14_Ext.mat | 3 ++ .../Demo/Materials/14_Ext.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/15_Base.mat | 3 ++ .../Demo/Materials/15_Base.mat.meta | 3 ++ .../Demo/Materials/15_Base_2.mat | 3 ++ .../Demo/Materials/15_Base_2.mat.meta | 3 ++ .../Demo/Materials/15_Vertical_1.mat | 3 ++ .../Demo/Materials/15_Vertical_1.mat.meta | 3 ++ .../Demo/Materials/16_Base_1.mat | 3 ++ .../Demo/Materials/16_Base_1.mat.meta | 3 ++ .../Demo/Materials/16_Base_2.mat | 3 ++ .../Demo/Materials/16_Base_2.mat.meta | 3 ++ .../Demo/Materials/16_Vertical_1.mat | 3 ++ .../Demo/Materials/16_Vertical_1.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/17_Base.mat | 3 ++ .../Demo/Materials/17_Base.mat.meta | 3 ++ .../Demo/Materials/17_Spiral.mat | 3 ++ .../Demo/Materials/17_Spiral.mat.meta | 3 ++ .../Demo/Materials/18_Slash_Mesh.mat | 3 ++ .../Demo/Materials/18_Slash_Mesh.mat.meta | 3 ++ .../Demo/Materials/19_Shere_Distortion.mat | 3 ++ .../Materials/19_Shere_Distortion.mat.meta | 3 ++ .../Demo/Materials/2_Water_Base.mat | 3 ++ .../Demo/Materials/2_Water_Base.mat.meta | 3 ++ .../Demo/Materials/2_Water_Sphere.mat | 3 ++ .../Demo/Materials/2_Water_Sphere.mat.meta | 3 ++ .../Demo/Materials/4_Aura_Base.mat | 3 ++ .../Demo/Materials/4_Aura_Base.mat.meta | 3 ++ .../Demo/Materials/4_Aura_Core.mat | 3 ++ .../Demo/Materials/4_Aura_Core.mat.meta | 3 ++ .../Demo/Materials/4_Aura_Wave.mat | 3 ++ .../Demo/Materials/4_Aura_Wave.mat.meta | 3 ++ .../Demo/Materials/5_Aura_Base_1.mat | 3 ++ .../Demo/Materials/5_Aura_Base_1.mat.meta | 3 ++ .../Demo/Materials/5_Aura_Base_2.mat | 3 ++ .../Demo/Materials/5_Aura_Base_2.mat.meta | 3 ++ .../Demo/Materials/5_Aura_Vertical.mat | 3 ++ .../Demo/Materials/5_Aura_Vertical.mat.meta | 3 ++ .../Demo/Materials/6_Aura_Base_1.mat | 3 ++ .../Demo/Materials/6_Aura_Base_1.mat.meta | 3 ++ .../Demo/Materials/6_Aura_Base_2.mat | 3 ++ .../Demo/Materials/6_Aura_Base_2.mat.meta | 3 ++ .../Demo/Materials/6_Aura_Vertical.mat | 3 ++ .../Demo/Materials/6_Aura_Vertical.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/7_Aura_1.mat | 3 ++ .../Demo/Materials/7_Aura_1.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/7_Aura_3.mat | 3 ++ .../Demo/Materials/7_Aura_3.mat.meta | 3 ++ .../Demo/Materials/7_Aura_Base.mat | 3 ++ .../Demo/Materials/7_Aura_Base.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/8_Beam1.mat | 3 ++ .../Demo/Materials/8_Beam1.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/8_Sphere.mat | 3 ++ .../Demo/Materials/8_Sphere.mat.meta | 3 ++ .../Demo/Materials/8_Sphere_Toon.mat | 3 ++ .../Demo/Materials/8_Sphere_Toon.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/8_Splash.mat | 3 ++ .../Demo/Materials/8_Splash.mat.meta | 3 ++ .../Demo/Materials/8_Splash_Toon.mat | 3 ++ .../Demo/Materials/8_Splash_Toon.mat.meta | 3 ++ .../Demo/Materials/8_ToonBeam_1.mat | 3 ++ .../Demo/Materials/8_ToonBeam_1.mat.meta | 3 ++ .../Demo/Materials/8_ToonBeam_2.mat | 3 ++ .../Demo/Materials/8_ToonBeam_2.mat.meta | 3 ++ .../Demo/Materials/8_ToonBeam_3.mat | 3 ++ .../Demo/Materials/8_ToonBeam_3.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/9_Ray.mat | 3 ++ .../Demo/Materials/9_Ray.mat.meta | 3 ++ .../Demo/Materials/9_Sparks Purple.mat | 3 ++ .../Demo/Materials/9_Sparks Purple.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/9_Sparks.mat | 3 ++ .../Demo/Materials/9_Sparks.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/9_Sphere.mat | 3 ++ .../Demo/Materials/9_Sphere.mat.meta | 3 ++ .../Materials/AbosrbMagicChargeUpCircle.mat | 3 ++ .../AbosrbMagicChargeUpCircle.mat.meta | 3 ++ .../Materials/AbosrbMagicChargeUpLines.mat | 3 ++ .../AbosrbMagicChargeUpLines.mat.meta | 3 ++ .../Demo/Materials/AbosrbMagicFlare.mat | 3 ++ .../Demo/Materials/AbosrbMagicFlare.mat.meta | 3 ++ .../Demo/Materials/AbosrbMagicFlare2.mat | 3 ++ .../Demo/Materials/AbosrbMagicFlare2.mat.meta | 3 ++ .../Demo/Materials/AbsorbMagicPieces.mat | 3 ++ .../Demo/Materials/AbsorbMagicPieces.mat.meta | 3 ++ .../Demo/Materials/AbsorbMagicStreaks.mat | 3 ++ .../Materials/AbsorbMagicStreaks.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Ash.mat | 3 ++ .../Demo & Assets/Demo/Materials/Ash.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/BackFire.mat | 3 ++ .../Demo/Materials/BackFire.mat.meta | 3 ++ .../Demo/Materials/BackgroundGlow.mat | 3 ++ .../Demo/Materials/BackgroundGlow.mat.meta | 3 ++ .../Demo/Materials/BlackFire.mat | 3 ++ .../Demo/Materials/BlackFire.mat.meta | 3 ++ .../Demo/Materials/BlueEmbers.mat | 3 ++ .../Demo/Materials/BlueEmbers.mat.meta | 3 ++ .../Demo/Materials/BlueFireTrail.mat | 3 ++ .../Demo/Materials/BlueFireTrail.mat.meta | 3 ++ .../Demo/Materials/BluePixelPs.mat | 3 ++ .../Demo/Materials/BluePixelPs.mat.meta | 3 ++ .../Demo/Materials/CenterGlow.mat | 3 ++ .../Demo/Materials/CenterGlow.mat.meta | 3 ++ .../Demo/Materials/CenterGlow2.mat | 3 ++ .../Demo/Materials/CenterGlow2.mat.meta | 3 ++ .../Demo/Materials/CenterSparks.mat | 3 ++ .../Demo/Materials/CenterSparks.mat.meta | 3 ++ .../Demo/Materials/CharacterToon.mat | 3 ++ .../Demo/Materials/CharacterToon.mat.meta | 3 ++ .../Demo/Materials/CrackLighting.mat | 3 ++ .../Demo/Materials/CrackLighting.mat.meta | 3 ++ .../Demo/Materials/CrackLighting2.mat | 3 ++ .../Demo/Materials/CrackLighting2.mat.meta | 3 ++ .../Demo/Materials/CrackLighting3.mat | 3 ++ .../Demo/Materials/CrackLighting3.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/DarkBG.mat | 3 ++ .../Demo/Materials/DarkBG.mat.meta | 3 ++ .../Demo/Materials/DarkBGWater.mat | 3 ++ .../Demo/Materials/DarkBGWater.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Debris.mat | 3 ++ .../Demo/Materials/Debris.mat.meta | 3 ++ .../Demo/Materials/DistortOrbSparks.mat | 3 ++ .../Demo/Materials/DistortOrbSparks.mat.meta | 3 ++ .../Demo/Materials/DistortionDebris.mat | 3 ++ .../Demo/Materials/DistortionDebris.mat.meta | 3 ++ .../Demo/Materials/DistortionField.mat | 3 ++ .../Demo/Materials/DistortionField.mat.meta | 3 ++ .../Demo/Materials/DistortionShockwave.mat | 3 ++ .../Materials/DistortionShockwave.mat.meta | 3 ++ .../Demo/Materials/DistortionShockwaveIn.mat | 3 ++ .../Materials/DistortionShockwaveIn.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Drops.mat | 3 ++ .../Demo/Materials/Drops.mat.meta | 3 ++ .../Materials/ElectricMagicSwordSlash.mat | 3 ++ .../ElectricMagicSwordSlash.mat.meta | 3 ++ .../Demo/Materials/ElectricSparks.mat | 3 ++ .../Demo/Materials/ElectricSparks.mat.meta | 3 ++ .../Demo/Materials/Electricity.mat | 3 ++ .../Demo/Materials/Electricity.mat.meta | 3 ++ .../Demo/Materials/EmberSparks.mat | 3 ++ .../Demo/Materials/EmberSparks.mat.meta | 3 ++ .../Demo/Materials/EmberSparksGalaxy.mat | 3 ++ .../Demo/Materials/EmberSparksGalaxy.mat.meta | 3 ++ .../Demo/Materials/Environment.meta | 3 ++ .../Environment/DemoBackGradient.mat | 3 ++ .../Environment/DemoBackGradient.mat.meta | 3 ++ .../Materials/Environment/DemoDarkWall.mat | 3 ++ .../Environment/DemoDarkWall.mat.meta | 3 ++ .../Materials/Environment/DemoFloorMat.mat | 3 ++ .../Environment/DemoFloorMat.mat.meta | 3 ++ .../Environment/DemoFloorMatVfxLit.mat | 3 ++ .../Environment/DemoFloorMatVfxLit.mat.meta | 3 ++ .../Materials/Environment/DemoFloorVfxLit.mat | 3 ++ .../Environment/DemoFloorVfxLit.mat.meta | 3 ++ .../Demo/Materials/Environment/DemoWhite.mat | 3 ++ .../Materials/Environment/DemoWhite.mat.meta | 3 ++ .../Demo/Materials/EvilCapsule.mat | 3 ++ .../Demo/Materials/EvilCapsule.mat.meta | 3 ++ .../Demo/Materials/ExpansiveWave.mat | 3 ++ .../Demo/Materials/ExpansiveWave.mat.meta | 3 ++ .../Demo/Materials/ExplosionBurnmark.mat | 3 ++ .../Demo/Materials/ExplosionBurnmark.mat.meta | 3 ++ .../Demo/Materials/ExplosionBurnmark2.mat | 3 ++ .../Materials/ExplosionBurnmark2.mat.meta | 3 ++ .../Demo/Materials/ExplosionBurnmark3.mat | 3 ++ .../Materials/ExplosionBurnmark3.mat.meta | 3 ++ .../Demo/Materials/ExplosionSparks.mat | 3 ++ .../Demo/Materials/ExplosionSparks.mat.meta | 3 ++ .../Demo/Materials/ExplosionStreaks.mat | 3 ++ .../Demo/Materials/ExplosionStreaks.mat.meta | 3 ++ .../Demo/Materials/FaintGlow.mat | 3 ++ .../Demo/Materials/FaintGlow.mat.meta | 3 ++ .../Demo/Materials/FaintOrange.mat | 3 ++ .../Demo/Materials/FaintOrange.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Fire.mat | 3 ++ .../Demo/Materials/Fire.mat.meta | 3 ++ .../Demo/Materials/FireBullet.mat | 3 ++ .../Demo/Materials/FireBullet.mat.meta | 3 ++ .../Demo/Materials/FireMuzzleCone.mat | 3 ++ .../Demo/Materials/FireMuzzleCone.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/FireReal.mat | 3 ++ .../Demo/Materials/FireReal.mat.meta | 3 ++ .../Demo/Materials/FireShapes.mat | 3 ++ .../Demo/Materials/FireShapes.mat.meta | 3 ++ .../Demo/Materials/FireShotTrail.mat | 3 ++ .../Demo/Materials/FireShotTrail.mat.meta | 3 ++ .../Demo/Materials/FireSparks.mat | 3 ++ .../Demo/Materials/FireSparks.mat.meta | 3 ++ .../Demo/Materials/FireSparks2.mat | 3 ++ .../Demo/Materials/FireSparks2.mat.meta | 3 ++ .../Demo/Materials/FireTrail.mat | 3 ++ .../Demo/Materials/FireTrail.mat.meta | 3 ++ .../Demo/Materials/FireTrailSmoke.mat | 3 ++ .../Demo/Materials/FireTrailSmoke.mat.meta | 3 ++ .../Demo/Materials/Fire_Sparks.mat | 3 ++ .../Demo/Materials/Fire_Sparks.mat.meta | 3 ++ .../Demo/Materials/GalaxyCharacter.mat | 3 ++ .../Demo/Materials/GalaxyCharacter.mat.meta | 3 ++ .../Demo/Materials/GalaxyCharacterLit.mat | 3 ++ .../Materials/GalaxyCharacterLit.mat.meta | 3 ++ .../Demo/Materials/GalaxySmokeSide.mat | 3 ++ .../Demo/Materials/GalaxySmokeSide.mat.meta | 3 ++ .../Demo/Materials/GalaxySmokeTop.mat | 3 ++ .../Demo/Materials/GalaxySmokeTop.mat.meta | 3 ++ .../Demo/Materials/GalaxySparksExpl.mat | 3 ++ .../Demo/Materials/GalaxySparksExpl.mat.meta | 3 ++ .../Demo/Materials/GalaxyStars.mat | 3 ++ .../Demo/Materials/GalaxyStars.mat.meta | 3 ++ .../Demo/Materials/GhostSmoke.mat | 3 ++ .../Demo/Materials/GhostSmoke.mat.meta | 3 ++ .../Demo/Materials/GhostSphere.mat | 3 ++ .../Demo/Materials/GhostSphere.mat.meta | 3 ++ .../Demo/Materials/GhostTrail.mat | 3 ++ .../Demo/Materials/GhostTrail.mat.meta | 3 ++ .../Demo/Materials/GhostTrail2.mat | 3 ++ .../Demo/Materials/GhostTrail2.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Glow.mat | 3 ++ .../Demo/Materials/Glow.mat.meta | 3 ++ .../Demo/Materials/GlowExplosion.mat | 3 ++ .../Demo/Materials/GlowExplosion.mat.meta | 3 ++ .../Demo/Materials/GlowFireBlue.mat | 3 ++ .../Demo/Materials/GlowFireBlue.mat.meta | 3 ++ .../Demo/Materials/GlowFireRed.mat | 3 ++ .../Demo/Materials/GlowFireRed.mat.meta | 3 ++ .../Demo/Materials/GlowSphere.mat | 3 ++ .../Demo/Materials/GlowSphere.mat.meta | 3 ++ .../Demo/Materials/GreenFire.mat | 3 ++ .../Demo/Materials/GreenFire.mat.meta | 3 ++ .../Demo/Materials/GunBulletCore.mat | 3 ++ .../Demo/Materials/GunBulletCore.mat.meta | 3 ++ .../Demo/Materials/GunBulletTrail.mat | 3 ++ .../Demo/Materials/GunBulletTrail.mat.meta | 3 ++ .../Demo/Materials/GunImpactBigSparks.mat | 3 ++ .../Materials/GunImpactBigSparks.mat.meta | 3 ++ .../Demo/Materials/GunImpactFlare.mat | 3 ++ .../Demo/Materials/GunImpactFlare.mat.meta | 3 ++ .../Demo/Materials/GunMuzzleCone.mat | 3 ++ .../Demo/Materials/GunMuzzleCone.mat.meta | 3 ++ .../Demo/Materials/GunMuzzlePlanes.mat | 3 ++ .../Demo/Materials/GunMuzzlePlanes.mat.meta | 3 ++ .../Demo/Materials/GunMuzzleSparks.mat | 3 ++ .../Demo/Materials/GunMuzzleSparks.mat.meta | 3 ++ .../Demo/Materials/HolySphere.mat | 3 ++ .../Demo/Materials/HolySphere.mat.meta | 3 ++ .../Demo/Materials/IceFlares.mat | 3 ++ .../Demo/Materials/IceFlares.mat.meta | 3 ++ .../Demo/Materials/IceMuzzleCone.mat | 3 ++ .../Demo/Materials/IceMuzzleCone.mat.meta | 3 ++ .../Demo/Materials/IceShotTrail.mat | 3 ++ .../Demo/Materials/IceShotTrail.mat.meta | 3 ++ .../Demo/Materials/IceShotTrailDark.mat | 3 ++ .../Demo/Materials/IceShotTrailDark.mat.meta | 3 ++ .../Demo/Materials/ImpactBigSparks.mat | 3 ++ .../Demo/Materials/ImpactBigSparks.mat.meta | 3 ++ .../Demo/Materials/ImpactCenterFlare.mat | 3 ++ .../Demo/Materials/ImpactCenterFlare.mat.meta | 3 ++ .../Demo/Materials/ImpactCenterGlow.mat | 3 ++ .../Demo/Materials/ImpactCenterGlow.mat.meta | 3 ++ .../Demo/Materials/ImpactFlare.mat | 3 ++ .../Demo/Materials/ImpactFlare.mat.meta | 3 ++ .../Demo/Materials/ImpactFlareFire.mat | 3 ++ .../Demo/Materials/ImpactFlareFire.mat.meta | 3 ++ .../Demo/Materials/ImpactFlareIce.mat | 3 ++ .../Demo/Materials/ImpactFlareIce.mat.meta | 3 ++ .../Demo/Materials/ImpactGlow.mat | 3 ++ .../Demo/Materials/ImpactGlow.mat.meta | 3 ++ .../Demo/Materials/ImpactMark.mat | 3 ++ .../Demo/Materials/ImpactMark.mat.meta | 3 ++ .../Demo/Materials/ImpactRing.mat | 3 ++ .../Demo/Materials/ImpactRing.mat.meta | 3 ++ .../Demo/Materials/ImpactRing2.mat | 3 ++ .../Demo/Materials/ImpactRing2.mat.meta | 3 ++ .../Demo/Materials/ImpactRingBlue.mat | 3 ++ .../Demo/Materials/ImpactRingBlue.mat.meta | 3 ++ .../Demo/Materials/ImpactRingRed.mat | 3 ++ .../Demo/Materials/ImpactRingRed.mat.meta | 3 ++ .../Demo/Materials/ImpactShapeBlue.mat | 3 ++ .../Demo/Materials/ImpactShapeBlue.mat.meta | 3 ++ .../Demo/Materials/ImpactShapeBright.mat | 3 ++ .../Demo/Materials/ImpactShapeBright.mat.meta | 3 ++ .../Demo/Materials/ImpactShapeRed.mat | 3 ++ .../Demo/Materials/ImpactShapeRed.mat.meta | 3 ++ .../Demo/Materials/ImpactSmoke2.mat | 3 ++ .../Demo/Materials/ImpactSmoke2.mat.meta | 3 ++ .../Demo/Materials/ImpactSmokeBlue.mat | 3 ++ .../Demo/Materials/ImpactSmokeBlue.mat.meta | 3 ++ .../Demo/Materials/ImpactSmokePurple.mat | 3 ++ .../Demo/Materials/ImpactSmokePurple.mat.meta | 3 ++ .../Demo/Materials/ImpactSmokeRed.mat | 3 ++ .../Demo/Materials/ImpactSmokeRed.mat.meta | 3 ++ .../Demo/Materials/ImpactSpirals.mat | 3 ++ .../Demo/Materials/ImpactSpirals.mat.meta | 3 ++ .../Demo/Materials/IntersectOrb.mat | 3 ++ .../Demo/Materials/IntersectOrb.mat.meta | 3 ++ .../Demo/Materials/IntersectOrbLit.mat | 3 ++ .../Demo/Materials/IntersectOrbLit.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Leafs.mat | 3 ++ .../Demo/Materials/Leafs.mat.meta | 3 ++ .../Demo/Materials/LightRays.mat | 3 ++ .../Demo/Materials/LightRays.mat.meta | 3 ++ .../Demo/Materials/LightRaysMasked.mat | 3 ++ .../Demo/Materials/LightRaysMasked.mat.meta | 3 ++ .../Demo/Materials/Lightnings.mat | 3 ++ .../Demo/Materials/Lightnings.mat.meta | 3 ++ .../Demo/Materials/MagicPurpleBall.mat | 3 ++ .../Demo/Materials/MagicPurpleBall.mat.meta | 3 ++ .../Demo/Materials/MagicPurpleCircle.mat | 3 ++ .../Demo/Materials/MagicPurpleCircle.mat.meta | 3 ++ .../Demo/Materials/MagicPurpleCircle2.mat | 3 ++ .../Materials/MagicPurpleCircle2.mat.meta | 3 ++ .../Demo/Materials/MuzzleWave.mat | 3 ++ .../Demo/Materials/MuzzleWave.mat.meta | 3 ++ .../Demo/Materials/MuzzleWave2.mat | 3 ++ .../Demo/Materials/MuzzleWave2.mat.meta | 3 ++ .../Demo/Materials/OrangeFaintGlow.mat | 3 ++ .../Demo/Materials/OrangeFaintGlow.mat.meta | 3 ++ .../Demo/Materials/OrangeFireTrail.mat | 3 ++ .../Demo/Materials/OrangeFireTrail.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/OrbSpark.mat | 3 ++ .../Demo/Materials/OrbSpark.mat.meta | 3 ++ .../Demo/Materials/OrbSparkGlow.mat | 3 ++ .../Demo/Materials/OrbSparkGlow.mat.meta | 3 ++ .../Demo/Materials/Pentagram.mat | 3 ++ .../Demo/Materials/Pentagram.mat.meta | 3 ++ .../Demo/Materials/PentagramEcho.mat | 3 ++ .../Demo/Materials/PentagramEcho.mat.meta | 3 ++ .../Demo/Materials/PentagramSoul.mat | 3 ++ .../Demo/Materials/PentagramSoul.mat.meta | 3 ++ .../Demo/Materials/PentagramSoul2.mat | 3 ++ .../Demo/Materials/PentagramSoul2.mat.meta | 3 ++ .../Demo/Materials/PixelFire.mat | 3 ++ .../Demo/Materials/PixelFire.mat.meta | 3 ++ .../Demo/Materials/PixelFire2.mat | 3 ++ .../Demo/Materials/PixelFire2.mat.meta | 3 ++ .../Demo/Materials/PixelFireShape.mat | 3 ++ .../Demo/Materials/PixelFireShape.mat.meta | 3 ++ .../Demo/Materials/PixelGlow.mat | 3 ++ .../Demo/Materials/PixelGlow.mat.meta | 3 ++ .../Demo/Materials/PixelSmoke.mat | 3 ++ .../Demo/Materials/PixelSmoke.mat.meta | 3 ++ .../Demo/Materials/PixelSparks.mat | 3 ++ .../Demo/Materials/PixelSparks.mat.meta | 3 ++ .../Demo/Materials/PlainLeafs.mat | 3 ++ .../Demo/Materials/PlainLeafs.mat.meta | 3 ++ .../Demo/Materials/PortalBlue.mat | 3 ++ .../Demo/Materials/PortalBlue.mat.meta | 3 ++ .../Demo/Materials/PortalDistortion.mat | 3 ++ .../Demo/Materials/PortalDistortion.mat.meta | 3 ++ .../Demo/Materials/PortalPixelBlue.mat | 3 ++ .../Demo/Materials/PortalPixelBlue.mat.meta | 3 ++ .../Demo/Materials/ProjGlowRed.mat | 3 ++ .../Demo/Materials/ProjGlowRed.mat.meta | 3 ++ .../Demo/Materials/ProjGlowTrail.mat | 3 ++ .../Demo/Materials/ProjGlowTrail.mat.meta | 3 ++ .../Demo/Materials/ProjHeadDigital.mat | 3 ++ .../Demo/Materials/ProjHeadDigital.mat.meta | 3 ++ .../Demo/Materials/ProjHeadIce.mat | 3 ++ .../Demo/Materials/ProjHeadIce.mat.meta | 3 ++ .../Demo/Materials/ProjSmallTrail.mat | 3 ++ .../Demo/Materials/ProjSmallTrail.mat.meta | 3 ++ .../Demo/Materials/ProjTrail1.mat | 3 ++ .../Demo/Materials/ProjTrail1.mat.meta | 3 ++ .../Demo/Materials/ProjTrail2.mat | 3 ++ .../Demo/Materials/ProjTrail2.mat.meta | 3 ++ .../Demo/Materials/ProjWaves.mat | 3 ++ .../Demo/Materials/ProjWaves.mat.meta | 3 ++ .../Demo/Materials/ProjectileSparks.mat | 3 ++ .../Demo/Materials/ProjectileSparks.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/QuadWave.mat | 3 ++ .../Demo/Materials/QuadWave.mat.meta | 3 ++ .../Demo/Materials/RandomBrokenPieces.mat | 3 ++ .../Materials/RandomBrokenPieces.mat.meta | 3 ++ .../Demo/Materials/RedFaintGlow.mat | 3 ++ .../Demo/Materials/RedFaintGlow.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/SandOrb.mat | 3 ++ .../Demo/Materials/SandOrb.mat.meta | 3 ++ .../Demo/Materials/SandWaves.mat | 3 ++ .../Demo/Materials/SandWaves.mat.meta | 3 ++ .../Demo/Materials/SciFiOrbLines.mat | 3 ++ .../Demo/Materials/SciFiOrbLines.mat.meta | 3 ++ .../Demo/Materials/SciFiShield2.mat | 3 ++ .../Demo/Materials/SciFiShield2.mat.meta | 3 ++ .../Demo/Materials/Shield2Particles.mat | 3 ++ .../Demo/Materials/Shield2Particles.mat.meta | 3 ++ .../Demo/Materials/Shockwave.mat | 3 ++ .../Demo/Materials/Shockwave.mat.meta | 3 ++ .../Demo/Materials/ShockwaveDistortion.mat | 3 ++ .../Materials/ShockwaveDistortion.mat.meta | 3 ++ .../Demo/Materials/ShockwaveWave.mat | 3 ++ .../Demo/Materials/ShockwaveWave.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/SlashAsh.mat | 3 ++ .../Demo/Materials/SlashAsh.mat.meta | 3 ++ .../Demo/Materials/SlashCore.mat | 3 ++ .../Demo/Materials/SlashCore.mat.meta | 3 ++ .../Demo/Materials/SlashDark.mat | 3 ++ .../Demo/Materials/SlashDark.mat.meta | 3 ++ .../Demo/Materials/SlashDropsVenom.mat | 3 ++ .../Demo/Materials/SlashDropsVenom.mat.meta | 3 ++ .../Demo/Materials/SlashMagicSparks.mat | 3 ++ .../Demo/Materials/SlashMagicSparks.mat.meta | 3 ++ .../Demo/Materials/SlashSmoke2.mat | 3 ++ .../Demo/Materials/SlashSmoke2.mat.meta | 3 ++ .../Demo/Materials/SlashSmokeDark.mat | 3 ++ .../Demo/Materials/SlashSmokeDark.mat.meta | 3 ++ .../Demo/Materials/SlashSmokeVenom.mat | 3 ++ .../Demo/Materials/SlashSmokeVenom.mat.meta | 3 ++ .../Demo/Materials/SlashSparks.mat | 3 ++ .../Demo/Materials/SlashSparks.mat.meta | 3 ++ .../Demo/Materials/SlashSparks2.mat | 3 ++ .../Demo/Materials/SlashSparks2.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Smoke.mat | 3 ++ .../Demo/Materials/Smoke.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Smoke2.mat | 3 ++ .../Demo/Materials/Smoke2.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Smoke3.mat | 3 ++ .../Demo/Materials/Smoke3.mat.meta | 3 ++ .../Demo/Materials/SmokeDiablo3.mat | 3 ++ .../Demo/Materials/SmokeDiablo3.mat.meta | 3 ++ .../Demo/Materials/SmokeDistortion.mat | 3 ++ .../Demo/Materials/SmokeDistortion.mat.meta | 3 ++ .../Demo/Materials/SmokeFlame.mat | 3 ++ .../Demo/Materials/SmokeFlame.mat.meta | 3 ++ .../Demo/Materials/SmokePuffMesh.mat | 3 ++ .../Demo/Materials/SmokePuffMesh.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/SmokeTop.mat | 3 ++ .../Demo/Materials/SmokeTop.mat.meta | 3 ++ .../Demo/Materials/SmokeTrail.mat | 3 ++ .../Demo/Materials/SmokeTrail.mat.meta | 3 ++ .../Demo/Materials/SmokeWater.mat | 3 ++ .../Demo/Materials/SmokeWater.mat.meta | 3 ++ .../Demo/Materials/Smoke_side.mat | 3 ++ .../Demo/Materials/Smoke_side.mat.meta | 3 ++ .../Demo/Materials/SnowFlakes.mat | 3 ++ .../Demo/Materials/SnowFlakes.mat.meta | 3 ++ .../Demo/Materials/SparkleSciFiOrb.mat | 3 ++ .../Demo/Materials/SparkleSciFiOrb.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Sparks.mat | 3 ++ .../Demo/Materials/Sparks.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Sparks1.mat | 3 ++ .../Demo/Materials/Sparks1.mat.meta | 3 ++ .../Demo/Materials/SparksSword.mat | 3 ++ .../Demo/Materials/SparksSword.mat.meta | 3 ++ .../Demo/Materials/SpeedLines.mat | 3 ++ .../Demo/Materials/SpeedLines.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Spiral.mat | 3 ++ .../Demo/Materials/Spiral.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Spiral1.mat | 3 ++ .../Demo/Materials/Spiral1.mat.meta | 3 ++ .../Demo/Materials/SplashStreak.mat | 3 ++ .../Demo/Materials/SplashStreak.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Stones.mat | 3 ++ .../Demo/Materials/Stones.mat.meta | 3 ++ .../Demo/Materials/ToonExplosionEmbers.mat | 3 ++ .../Materials/ToonExplosionEmbers.mat.meta | 3 ++ .../Demo/Materials/ToonFireSmoke.mat | 3 ++ .../Demo/Materials/ToonFireSmoke.mat.meta | 3 ++ .../Demo/Materials/ToonSmokeTrail.mat | 3 ++ .../Demo/Materials/ToonSmokeTrail.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/Triangle.mat | 3 ++ .../Demo/Materials/Triangle.mat.meta | 3 ++ .../Demo/Materials/VenomSwordSlash.mat | 3 ++ .../Demo/Materials/VenomSwordSlash.mat.meta | 3 ++ .../Demo/Materials/WaterBaseLit.mat | 3 ++ .../Demo/Materials/WaterBaseLit.mat.meta | 3 ++ .../Demo/Materials/WaterRings.mat | 3 ++ .../Demo/Materials/WaterRings.mat.meta | 3 ++ .../Demo/Materials/WaterSphereLit.mat | 3 ++ .../Demo/Materials/WaterSphereLit.mat.meta | 3 ++ .../Demo/Materials/WaterSplash.mat | 3 ++ .../Demo/Materials/WaterSplash.mat.meta | 3 ++ .../Demo/Materials/WaterSplash2.mat | 3 ++ .../Demo/Materials/WaterSplash2.mat.meta | 3 ++ .../Demo/Materials/WavePurple.mat | 3 ++ .../Demo/Materials/WavePurple.mat.meta | 3 ++ .../Demo/Materials/YellowCenterProjectile.mat | 3 ++ .../Materials/YellowCenterProjectile.mat.meta | 3 ++ .../Demo & Assets/Demo/Materials/ZWrite.mat | 3 ++ .../Demo/Materials/ZWrite.mat.meta | 3 ++ .../Demo/Materials/ZWriteGpuIntancing.mat | 3 ++ .../Materials/ZWriteGpuIntancing.mat.meta | 3 ++ .../Demo/Materials/xShapeImpact.mat | 3 ++ .../Demo/Materials/xShapeImpact.mat.meta | 3 ++ .../Demo & Assets/Demo/Models.meta | 3 ++ .../Demo & Assets/Demo/Models/DemoPuppet.fbx | 3 ++ .../Demo/Models/DemoPuppet.fbx.meta | 3 ++ .../Demo/PostProcessingProfile.meta | 3 ++ .../PostProcessingProfile/AllIn1VfxPp.asset | 3 ++ .../AllIn1VfxPp.asset.meta | 3 ++ .../Demo & Assets/Demo/Prefabs.meta | 3 ++ .../Demo/Prefabs/Air Column.prefab | 3 ++ .../Demo/Prefabs/Air Column.prefab.meta | 3 ++ .../Demo/Prefabs/Beam Blue.prefab | 3 ++ .../Demo/Prefabs/Beam Blue.prefab.meta | 3 ++ .../Prefabs/Blue Area + Distort Sphere.prefab | 3 ++ .../Blue Area + Distort Sphere.prefab.meta | 3 ++ .../Demo/Prefabs/Blue Fire.prefab | 3 ++ .../Demo/Prefabs/Blue Fire.prefab.meta | 3 ++ .../Demo/Prefabs/Blue Impact.prefab | 3 ++ .../Demo/Prefabs/Blue Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Blue Pixel Portal.prefab | 3 ++ .../Prefabs/Blue Pixel Portal.prefab.meta | 3 ++ .../Demo/Prefabs/Blue Tornado.prefab | 3 ++ .../Demo/Prefabs/Blue Tornado.prefab.meta | 3 ++ .../Demo/Prefabs/Dark Magic Orb.prefab | 3 ++ .../Demo/Prefabs/Dark Magic Orb.prefab.meta | 3 ++ .../Demo/Prefabs/Digital Muzzle Flash.prefab | 3 ++ .../Prefabs/Digital Muzzle Flash.prefab.meta | 3 ++ .../Demo/Prefabs/Digital Proj Impact.prefab | 3 ++ .../Prefabs/Digital Proj Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Digital Projectile.prefab | 3 ++ .../Prefabs/Digital Projectile.prefab.meta | 3 ++ .../Demo/Prefabs/Electricity.prefab | 3 ++ .../Demo/Prefabs/Electricity.prefab.meta | 3 ++ .../Demo/Prefabs/Evil Aura.prefab | 3 ++ .../Demo/Prefabs/Evil Aura.prefab.meta | 3 ++ .../Demo/Prefabs/Explosion Bomb.prefab | 3 ++ .../Demo/Prefabs/Explosion Bomb.prefab.meta | 3 ++ .../Demo/Prefabs/Explosion Galaxy.prefab | 3 ++ .../Demo/Prefabs/Explosion Galaxy.prefab.meta | 3 ++ .../Demo/Prefabs/Fire Bullet.prefab | 3 ++ .../Demo/Prefabs/Fire Bullet.prefab.meta | 3 ++ .../Demo/Prefabs/Fire Impact.prefab | 3 ++ .../Demo/Prefabs/Fire Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Fire Muzzle Flash.prefab | 3 ++ .../Prefabs/Fire Muzzle Flash.prefab.meta | 3 ++ .../Demo/Prefabs/Fire Shield.prefab | 3 ++ .../Demo/Prefabs/Fire Shield.prefab.meta | 3 ++ .../Demo/Prefabs/Fire Tornado.prefab | 3 ++ .../Demo/Prefabs/Fire Tornado.prefab.meta | 3 ++ .../Demo/Prefabs/Fire Trail.prefab | 3 ++ .../Demo/Prefabs/Fire Trail.prefab.meta | 3 ++ .../Demo/Prefabs/Ghost Trail.prefab | 3 ++ .../Demo/Prefabs/Ghost Trail.prefab.meta | 3 ++ .../Demo/Prefabs/Green Area.prefab | 3 ++ .../Demo/Prefabs/Green Area.prefab.meta | 3 ++ .../Demo/Prefabs/Green Portal.prefab | 3 ++ .../Demo/Prefabs/Green Portal.prefab.meta | 3 ++ .../Demo/Prefabs/Gun Bullet.prefab | 3 ++ .../Demo/Prefabs/Gun Bullet.prefab.meta | 3 ++ .../Demo/Prefabs/Gun Impact.prefab | 3 ++ .../Demo/Prefabs/Gun Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Gun Muzzle Flash.prefab | 3 ++ .../Demo/Prefabs/Gun Muzzle Flash.prefab.meta | 3 ++ .../Demo/Prefabs/Holy Aura.prefab | 3 ++ .../Demo/Prefabs/Holy Aura.prefab.meta | 3 ++ .../Demo/Prefabs/Ice Impact.prefab | 3 ++ .../Demo/Prefabs/Ice Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Ice Muzzle Flash.prefab | 3 ++ .../Demo/Prefabs/Ice Muzzle Flash.prefab.meta | 3 ++ .../Demo/Prefabs/Ice Projectile.prefab | 3 ++ .../Demo/Prefabs/Ice Projectile.prefab.meta | 3 ++ .../Demo/Prefabs/Incinerate Spell.prefab | 3 ++ .../Demo/Prefabs/Incinerate Spell.prefab.meta | 3 ++ .../Demo/Prefabs/Lightning Strike.prefab | 3 ++ .../Demo/Prefabs/Lightning Strike.prefab.meta | 3 ++ .../Demo/Prefabs/Magic Explosive Spell.prefab | 3 ++ .../Prefabs/Magic Explosive Spell.prefab.meta | 3 ++ .../Demo/Prefabs/Magic Spiral.prefab | 3 ++ .../Demo/Prefabs/Magic Spiral.prefab.meta | 3 ++ .../Demo/Prefabs/Pink Trail.prefab | 3 ++ .../Demo/Prefabs/Pink Trail.prefab.meta | 3 ++ .../Demo/Prefabs/Pixel Fire.prefab | 3 ++ .../Demo/Prefabs/Pixel Fire.prefab.meta | 3 ++ .../Demo/Prefabs/Plasma Ball.prefab | 3 ++ .../Demo/Prefabs/Plasma Ball.prefab.meta | 3 ++ .../Demo/Prefabs/Purple Area.prefab | 3 ++ .../Demo/Prefabs/Purple Area.prefab.meta | 3 ++ .../Demo/Prefabs/Purple Impact.prefab | 3 ++ .../Demo/Prefabs/Purple Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Real Fire.prefab | 3 ++ .../Demo/Prefabs/Real Fire.prefab.meta | 3 ++ .../Demo/Prefabs/Red Area.prefab | 3 ++ .../Demo/Prefabs/Red Area.prefab.meta | 3 ++ .../Demo/Prefabs/Red Impact.prefab | 3 ++ .../Demo/Prefabs/Red Impact.prefab.meta | 3 ++ .../Demo/Prefabs/Sand Shield.prefab | 3 ++ .../Demo/Prefabs/Sand Shield.prefab.meta | 3 ++ .../Demo/Prefabs/SciFi Shield 2.prefab | 3 ++ .../Demo/Prefabs/SciFi Shield 2.prefab.meta | 3 ++ .../Demo/Prefabs/SciFi Shield.prefab | 3 ++ .../Demo/Prefabs/SciFi Shield.prefab.meta | 3 ++ .../Screenspace Galaxy Character.prefab | 3 ++ .../Screenspace Galaxy Character.prefab.meta | 3 ++ .../Demo/Prefabs/Slash Blue.prefab | 3 ++ .../Demo/Prefabs/Slash Blue.prefab.meta | 3 ++ .../Demo/Prefabs/Slash Magic.prefab | 3 ++ .../Demo/Prefabs/Slash Magic.prefab.meta | 3 ++ .../Demo/Prefabs/Slash Orange.prefab | 3 ++ .../Demo/Prefabs/Slash Orange.prefab.meta | 3 ++ .../Demo/Prefabs/Slash Venom.prefab | 3 ++ .../Demo/Prefabs/Slash Venom.prefab.meta | 3 ++ .../Demo/Prefabs/Thick Smoke.prefab | 3 ++ .../Demo/Prefabs/Thick Smoke.prefab.meta | 3 ++ .../Demo/Prefabs/Toon Beam Orange.prefab | 3 ++ .../Demo/Prefabs/Toon Beam Orange.prefab.meta | 3 ++ .../Demo/Prefabs/Toon Character.prefab | 3 ++ .../Demo/Prefabs/Toon Character.prefab.meta | 3 ++ .../Demo/Prefabs/Toon Explosion.prefab | 3 ++ .../Demo/Prefabs/Toon Explosion.prefab.meta | 3 ++ .../Demo/Prefabs/Water Shield.prefab | 3 ++ .../Demo/Prefabs/Water Shield.prefab.meta | 3 ++ .../Demo/Prefabs/Water Splash.prefab | 3 ++ .../Demo/Prefabs/Water Splash.prefab.meta | 3 ++ .../Demo/Prefabs/zProjectileBase.prefab | 3 ++ .../Demo/Prefabs/zProjectileBase.prefab.meta | 3 ++ .../Demo & Assets/Demo/Scripts.meta | 3 ++ .../Demo/Scripts/All1DemoDropdownScroller.cs | 3 ++ .../Scripts/All1DemoDropdownScroller.cs.meta | 3 ++ .../Demo/Scripts/All1DemoMouseLocker.cs | 3 ++ .../Demo/Scripts/All1DemoMouseLocker.cs.meta | 3 ++ .../Scripts/All1DemoProjectileObstacle.cs | 3 ++ .../All1DemoProjectileObstacle.cs.meta | 3 ++ .../Demo/Scripts/All1DemoSceneColor.cs | 3 ++ .../Demo/Scripts/All1DemoSceneColor.cs.meta | 3 ++ .../Demo/Scripts/All1VfxDemoEffect.cs | 3 ++ .../Demo/Scripts/All1VfxDemoEffect.cs.meta | 3 ++ .../Scripts/All1VfxDemoEffectCollection.cs | 3 ++ .../All1VfxDemoEffectCollection.cs.meta | 3 ++ .../Scripts/All1VfxDemoScriptsAssembly.asmdef | 3 ++ .../All1VfxDemoScriptsAssembly.asmdef.meta | 3 ++ .../Demo/Scripts/AllIn1AutoRotate.cs | 3 ++ .../Demo/Scripts/AllIn1AutoRotate.cs.meta | 3 ++ .../Demo/Scripts/AllIn1CanvasFader.cs | 3 ++ .../Demo/Scripts/AllIn1CanvasFader.cs.meta | 3 ++ .../Scripts/AllIn1ChangeAllChildTextFonts.cs | 3 ++ .../AllIn1ChangeAllChildTextFonts.cs.meta | 3 ++ .../Demo/Scripts/AllIn1DemoProjectile.cs | 3 ++ .../Demo/Scripts/AllIn1DemoProjectile.cs.meta | 3 ++ .../Demo/Scripts/AllIn1DemoScaleTween.cs | 3 ++ .../Demo/Scripts/AllIn1DemoScaleTween.cs.meta | 3 ++ .../Demo/Scripts/AllIn1DoShake.cs | 3 ++ .../Demo/Scripts/AllIn1DoShake.cs.meta | 3 ++ .../Demo/Scripts/AllIn1MouseRotate.cs | 3 ++ .../Demo/Scripts/AllIn1MouseRotate.cs.meta | 3 ++ .../Demo/Scripts/AllIn1Shaker.cs | 3 ++ .../Demo/Scripts/AllIn1Shaker.cs.meta | 3 ++ .../Demo/Scripts/AllIn1TimeControl.cs | 3 ++ .../Demo/Scripts/AllIn1TimeControl.cs.meta | 3 ++ .../Demo/Scripts/AllIn1VfxAutoDestroy.cs | 3 ++ .../Demo/Scripts/AllIn1VfxAutoDestroy.cs.meta | 3 ++ .../Demo/Scripts/AllIn1VfxDemoController.cs | 3 ++ .../Scripts/AllIn1VfxDemoController.cs.meta | 3 ++ .../Demo/Scripts/AllIn1VfxFadeLight.cs | 3 ++ .../Demo/Scripts/AllIn1VfxFadeLight.cs.meta | 3 ++ .../Scripts/AllIn1VfxParticleSystemTime.cs | 3 ++ .../AllIn1VfxParticleSystemTime.cs.meta | 3 ++ .../Demo & Assets/Demo/Texutres.meta | 3 ++ .../Demo/Texutres/FloorTexture.png | 3 ++ .../Demo/Texutres/FloorTexture.png.meta | 3 ++ .../Demo & Assets/Demo/Texutres/UiButton.png | 3 ++ .../Demo/Texutres/UiButton.png.meta | 3 ++ .../Demo/Texutres/UiCircleSmall.png | 3 ++ .../Demo/Texutres/UiCircleSmall.png.meta | 3 ++ .../Demo/Texutres/UiTriangle.png | 3 ++ .../Demo/Texutres/UiTriangle.png.meta | 3 ++ .../Demo & Assets/Meshes.meta | 3 ++ .../Demo & Assets/Meshes/Arc1.mesh | 3 ++ .../Demo & Assets/Meshes/Arc1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/ArrowHead.mesh | 3 ++ .../Demo & Assets/Meshes/ArrowHead.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Base1.mesh | 3 ++ .../Demo & Assets/Meshes/Base1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Base2.mesh | 3 ++ .../Demo & Assets/Meshes/Base2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Base3.mesh | 3 ++ .../Demo & Assets/Meshes/Base3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Base4.mesh | 3 ++ .../Demo & Assets/Meshes/Base4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Beam1.mesh | 3 ++ .../Demo & Assets/Meshes/Beam1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Beam2.mesh | 3 ++ .../Demo & Assets/Meshes/Beam2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/BigWave.mesh | 3 ++ .../Demo & Assets/Meshes/BigWave.mesh.meta | 3 ++ .../Demo & Assets/Meshes/BigWave2.mesh | 3 ++ .../Demo & Assets/Meshes/BigWave2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/BigWave3.mesh | 3 ++ .../Demo & Assets/Meshes/BigWave3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Bullet.mesh | 3 ++ .../Demo & Assets/Meshes/Bullet.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Bullet2.mesh | 3 ++ .../Demo & Assets/Meshes/Bullet2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Bullet3.mesh | 3 ++ .../Demo & Assets/Meshes/Bullet3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/BulletPointy.mesh | 3 ++ .../Meshes/BulletPointy.mesh.meta | 3 ++ .../Demo & Assets/Meshes/BulletRound.mesh | 3 ++ .../Meshes/BulletRound.mesh.meta | 3 ++ .../Demo & Assets/Meshes/BulletVeryLong.mesh | 3 ++ .../Meshes/BulletVeryLong.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell100Deg.mesh | 3 ++ .../Meshes/CastSpell100Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell10Deg.mesh | 3 ++ .../Meshes/CastSpell10Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell180Deg.mesh | 3 ++ .../Meshes/CastSpell180Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell20Deg.mesh | 3 ++ .../Meshes/CastSpell20Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell25Deg.mesh | 3 ++ .../Meshes/CastSpell25Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell360Deg.mesh | 3 ++ .../Meshes/CastSpell360Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell45Deg.mesh | 3 ++ .../Meshes/CastSpell45Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell60Deg.mesh | 3 ++ .../Meshes/CastSpell60Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CastSpell75Deg.mesh | 3 ++ .../Meshes/CastSpell75Deg.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CircularQuad.mesh | 3 ++ .../Meshes/CircularQuad.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CircularQuad2.mesh | 3 ++ .../Meshes/CircularQuad2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CircularQuad3.mesh | 3 ++ .../Meshes/CircularQuad3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CircularQuad4.mesh | 3 ++ .../Meshes/CircularQuad4.mesh.meta | 3 ++ .../Meshes/CircularQuadTwisted.mesh | 3 ++ .../Meshes/CircularQuadTwisted.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Cone1.mesh | 3 ++ .../Demo & Assets/Meshes/Cone1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Cone2.mesh | 3 ++ .../Demo & Assets/Meshes/Cone2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Cone3.mesh | 3 ++ .../Demo & Assets/Meshes/Cone3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Cone4.mesh | 3 ++ .../Demo & Assets/Meshes/Cone4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Crystal.mesh | 3 ++ .../Demo & Assets/Meshes/Crystal.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Curve_1.mesh | 3 ++ .../Demo & Assets/Meshes/Curve_1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Curve_2.mesh | 3 ++ .../Demo & Assets/Meshes/Curve_2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CurvedCone1.mesh | 3 ++ .../Meshes/CurvedCone1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Cylinder.mesh | 3 ++ .../Demo & Assets/Meshes/Cylinder.mesh.meta | 3 ++ .../Demo & Assets/Meshes/CylinderRay.mesh | 3 ++ .../Meshes/CylinderRay.mesh.meta | 3 ++ .../Demo & Assets/Meshes/HorizontalLoop.mesh | 3 ++ .../Meshes/HorizontalLoop.mesh.meta | 3 ++ .../Demo & Assets/Meshes/MuzzleCone.mesh | 3 ++ .../Demo & Assets/Meshes/MuzzleCone.mesh.meta | 3 ++ .../Demo & Assets/Meshes/MuzzlePlanes.mesh | 3 ++ .../Meshes/MuzzlePlanes.mesh.meta | 3 ++ .../Demo & Assets/Meshes/PilarAura.mesh | 3 ++ .../Demo & Assets/Meshes/PilarAura.mesh.meta | 3 ++ .../Demo & Assets/Meshes/QuadRing.mesh | 3 ++ .../Demo & Assets/Meshes/QuadRing.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Ring.mesh | 3 ++ .../Demo & Assets/Meshes/Ring.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Ring1.mesh | 3 ++ .../Demo & Assets/Meshes/Ring1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SciFiShield.mesh | 3 ++ .../Meshes/SciFiShield.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SemiSphere.mesh | 3 ++ .../Demo & Assets/Meshes/SemiSphere.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Semisphere2.mesh | 3 ++ .../Meshes/Semisphere2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash.mesh | 3 ++ .../Demo & Assets/Meshes/Slash.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash2.mesh | 3 ++ .../Demo & Assets/Meshes/Slash2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash3.mesh | 3 ++ .../Demo & Assets/Meshes/Slash3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash4.mesh | 3 ++ .../Demo & Assets/Meshes/Slash4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash5.mesh | 3 ++ .../Demo & Assets/Meshes/Slash5.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash6.mesh | 3 ++ .../Demo & Assets/Meshes/Slash6.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash7.mesh | 3 ++ .../Demo & Assets/Meshes/Slash7.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Slash8.mesh | 3 ++ .../Demo & Assets/Meshes/Slash8.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SmokePuffMesh.mesh | 3 ++ .../Meshes/SmokePuffMesh.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SmokePuffMesh2.mesh | 3 ++ .../Meshes/SmokePuffMesh2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SmokePuffMesh3.mesh | 3 ++ .../Meshes/SmokePuffMesh3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SmokePuffMesh4.mesh | 3 ++ .../Meshes/SmokePuffMesh4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SphereTwisted.mesh | 3 ++ .../Meshes/SphereTwisted.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SphereTwisted2.mesh | 3 ++ .../Meshes/SphereTwisted2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SphereVfx.mesh | 3 ++ .../Demo & Assets/Meshes/SphereVfx.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SphereVfx2.mesh | 3 ++ .../Demo & Assets/Meshes/SphereVfx2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/SphereVfx3.mesh | 3 ++ .../Demo & Assets/Meshes/SphereVfx3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spike.mesh | 3 ++ .../Demo & Assets/Meshes/Spike.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spike1.mesh | 3 ++ .../Demo & Assets/Meshes/Spike1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spiral.mesh | 3 ++ .../Demo & Assets/Meshes/Spiral.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spiral2.mesh | 3 ++ .../Demo & Assets/Meshes/Spiral2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spiral3.mesh | 3 ++ .../Demo & Assets/Meshes/Spiral3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spiral4.mesh | 3 ++ .../Demo & Assets/Meshes/Spiral4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Spiral5.mesh | 3 ++ .../Demo & Assets/Meshes/Spiral5.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Swirl1.mesh | 3 ++ .../Demo & Assets/Meshes/Swirl1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Swirl2.mesh | 3 ++ .../Demo & Assets/Meshes/Swirl2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Swirl3.mesh | 3 ++ .../Demo & Assets/Meshes/Swirl3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Swirl4.mesh | 3 ++ .../Demo & Assets/Meshes/Swirl4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Swirl5.mesh | 3 ++ .../Demo & Assets/Meshes/Swirl5.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Tornado1.mesh | 3 ++ .../Demo & Assets/Meshes/Tornado1.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Tornado2.mesh | 3 ++ .../Demo & Assets/Meshes/Tornado2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Triangle.mesh | 3 ++ .../Demo & Assets/Meshes/Triangle.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Vertical.mesh | 3 ++ .../Demo & Assets/Meshes/Vertical.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Vertical2.mesh | 3 ++ .../Demo & Assets/Meshes/Vertical2.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Vertical3.mesh | 3 ++ .../Demo & Assets/Meshes/Vertical3.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Vertical4.mesh | 3 ++ .../Demo & Assets/Meshes/Vertical4.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Wave.mesh | 3 ++ .../Demo & Assets/Meshes/Wave.mesh.meta | 3 ++ .../Demo & Assets/Meshes/Wave2.mesh | 3 ++ .../Demo & Assets/Meshes/Wave2.mesh.meta | 3 ++ .../Demo & Assets/Textures Demo.meta | 3 ++ .../Textures Demo/DemoTextures.unity | 3 ++ .../Textures Demo/DemoTextures.unity.meta | 3 ++ .../Demo & Assets/Textures Demo/Font.meta | 3 ++ .../Font/PoetsenOne-RegularTextures.ttf | 3 ++ .../Font/PoetsenOne-RegularTextures.ttf.meta | 3 ++ .../Textures Demo/ScriptableObjects.meta | 3 ++ ...l1VfxDistorsionMapsTextureCollection.asset | 3 ++ ...DistorsionMapsTextureCollection.asset.meta | 3 ++ .../All1VfxGrayscaleTextureCollection.asset | 3 ++ ...l1VfxGrayscaleTextureCollection.asset.meta | 3 ++ .../All1VfxNoiseTextureCollection.asset | 3 ++ .../All1VfxNoiseTextureCollection.asset.meta | 3 ++ .../All1VfxOthersTextureCollection.asset | 3 ++ .../All1VfxOthersTextureCollection.asset.meta | 3 ++ .../All1VfxShapeTextureCollection.asset | 3 ++ .../All1VfxShapeTextureCollection.asset.meta | 3 ++ .../All1VfxTrailsTextureCollection.asset | 3 ++ .../All1VfxTrailsTextureCollection.asset.meta | 3 ++ .../Demo & Assets/Textures Demo/Scripts.meta | 3 ++ .../Scripts/All1VfxDemoTextureCollection.cs | 3 ++ .../All1VfxDemoTextureCollection.cs.meta | 3 ++ .../Scripts/AllIn1DemoScaleTween.cs | 3 ++ .../Scripts/AllIn1DemoScaleTween.cs.meta | 3 ++ .../Scripts/AllIn1VfxTexDemoAssembly.asmdef | 3 ++ .../AllIn1VfxTexDemoAssembly.asmdef.meta | 3 ++ .../Scripts/AllIn1VfxTextureDemoManager.cs | 3 ++ .../AllIn1VfxTextureDemoManager.cs.meta | 3 ++ .../Demo & Assets/Textures Demo/Textures.meta | 3 ++ .../Textures/DemoTexturesBack.png | 3 ++ .../Textures/DemoTexturesBack.png.meta | 3 ++ .../DistortionMapsCopyNoNormalMap.meta | 3 ++ .../Distortion1.png | 3 ++ .../Distortion1.png.meta | 3 ++ .../Distortion2.png | 3 ++ .../Distortion2.png.meta | 3 ++ .../Distortion3.png | 3 ++ .../Distortion3.png.meta | 3 ++ .../DistortionCircle.png | 3 ++ .../DistortionCircle.png.meta | 3 ++ .../DistortionCircle10.png | 3 ++ .../DistortionCircle10.png.meta | 3 ++ .../DistortionCircle11.png | 3 ++ .../DistortionCircle11.png.meta | 3 ++ .../DistortionCircle2.png | 3 ++ .../DistortionCircle2.png.meta | 3 ++ .../DistortionCircle3.png | 3 ++ .../DistortionCircle3.png.meta | 3 ++ .../DistortionCircle4.png | 3 ++ .../DistortionCircle4.png.meta | 3 ++ .../DistortionCircle7.png | 3 ++ .../DistortionCircle7.png.meta | 3 ++ .../DistortionCone1.png | 3 ++ .../DistortionCone1.png.meta | 3 ++ .../DistortionCone2.png | 3 ++ .../DistortionCone2.png.meta | 3 ++ .../DistortionCrack1.png | 3 ++ .../DistortionCrack1.png.meta | 3 ++ .../DistortionCrack2.png | 3 ++ .../DistortionCrack2.png.meta | 3 ++ .../DistortionCrack3.png | 3 ++ .../DistortionCrack3.png.meta | 3 ++ .../DistortionCrack4.png | 3 ++ .../DistortionCrack4.png.meta | 3 ++ .../DistortionCrack5.png | 3 ++ .../DistortionCrack5.png.meta | 3 ++ .../DistortionMuzzle1.png | 3 ++ .../DistortionMuzzle1.png.meta | 3 ++ .../DistortionNoise1.png | 3 ++ .../DistortionNoise1.png.meta | 3 ++ .../DistortionNoise2.png | 3 ++ .../DistortionNoise2.png.meta | 3 ++ .../DistortionNoise3.png | 3 ++ .../DistortionNoise3.png.meta | 3 ++ .../DistortionNoise4.png | 3 ++ .../DistortionNoise4.png.meta | 3 ++ .../DistortionNoise5.png | 3 ++ .../DistortionNoise5.png.meta | 3 ++ .../DistortionNoise6.png | 3 ++ .../DistortionNoise6.png.meta | 3 ++ .../DistortionRing1.png | 3 ++ .../DistortionRing1.png.meta | 3 ++ .../DistortionRing2.png | 3 ++ .../DistortionRing2.png.meta | 3 ++ .../DistortionRing3.png | 3 ++ .../DistortionRing3.png.meta | 3 ++ .../DistortionRing4.png | 3 ++ .../DistortionRing4.png.meta | 3 ++ .../DistortionRing5.png | 3 ++ .../DistortionRing5.png.meta | 3 ++ .../DistortionRing6.png | 3 ++ .../DistortionRing6.png.meta | 3 ++ .../DistortionRing7.png | 3 ++ .../DistortionRing7.png.meta | 3 ++ .../DistortionRing8.png | 3 ++ .../DistortionRing8.png.meta | 3 ++ .../DistortionRing9.png | 3 ++ .../DistortionRing9.png.meta | 3 ++ .../DistortionSmoke1.png | 3 ++ .../DistortionSmoke1.png.meta | 3 ++ .../DistortionSmoke2.png | 3 ++ .../DistortionSmoke2.png.meta | 3 ++ .../DistortionSmoke3.png | 3 ++ .../DistortionSmoke3.png.meta | 3 ++ .../NormalTrail.png | 3 ++ .../NormalTrail.png.meta | 3 ++ .../NormalTrail2.png | 3 ++ .../NormalTrail2.png.meta | 3 ++ .../NormalTrail3.png | 3 ++ .../NormalTrail3.png.meta | 3 ++ .../NormalTrail4.png | 3 ++ .../NormalTrail4.png.meta | 3 ++ .../NormalTrailHead.png | 3 ++ .../NormalTrailHead.png.meta | 3 ++ .../NormalTrailHead2.png | 3 ++ .../NormalTrailHead2.png.meta | 3 ++ .../Textures Demo/Textures/UiButton.png | 3 ++ .../Textures Demo/Textures/UiButton.png.meta | 3 ++ .../Textures Demo/Textures/UiTriangle.png | 3 ++ .../Textures/UiTriangle.png.meta | 3 ++ .../VfxTexturesDocumentation.pdf | 3 ++ .../VfxTexturesDocumentation.pdf.meta | 3 ++ .../Demo & Assets/Textures.meta | 3 ++ .../Textures/Color Gradients.meta | 3 ++ .../Color Gradients/AlphaGradient.png | 3 ++ .../Color Gradients/AlphaGradient.png.meta | 3 ++ .../Color Gradients/GradientBlueGreen.png | 3 ++ .../GradientBlueGreen.png.meta | 3 ++ .../Textures/Color Gradients/GradientBurn.png | 3 ++ .../Color Gradients/GradientBurn.png.meta | 3 ++ .../Textures/Distortion Normal Maps.meta | 3 ++ .../Distortion Normal Maps/Distortion1.png | 3 ++ .../Distortion1.png.meta | 3 ++ .../Distortion Normal Maps/Distortion2.png | 3 ++ .../Distortion2.png.meta | 3 ++ .../Distortion Normal Maps/Distortion3.png | 3 ++ .../Distortion3.png.meta | 3 ++ .../DistortionCircle.png | 3 ++ .../DistortionCircle.png.meta | 3 ++ .../DistortionCircle10.png | 3 ++ .../DistortionCircle10.png.meta | 3 ++ .../DistortionCircle11.png | 3 ++ .../DistortionCircle11.png.meta | 3 ++ .../DistortionCircle2.png | 3 ++ .../DistortionCircle2.png.meta | 3 ++ .../DistortionCircle3.png | 3 ++ .../DistortionCircle3.png.meta | 3 ++ .../DistortionCircle4.png | 3 ++ .../DistortionCircle4.png.meta | 3 ++ .../DistortionCircle7.png | 3 ++ .../DistortionCircle7.png.meta | 3 ++ .../DistortionCone1.png | 3 ++ .../DistortionCone1.png.meta | 3 ++ .../DistortionCone2.png | 3 ++ .../DistortionCone2.png.meta | 3 ++ .../DistortionCrack1.png | 3 ++ .../DistortionCrack1.png.meta | 3 ++ .../DistortionCrack2.png | 3 ++ .../DistortionCrack2.png.meta | 3 ++ .../DistortionCrack3.png | 3 ++ .../DistortionCrack3.png.meta | 3 ++ .../DistortionCrack4.png | 3 ++ .../DistortionCrack4.png.meta | 3 ++ .../DistortionCrack5.png | 3 ++ .../DistortionCrack5.png.meta | 3 ++ .../DistortionMuzzle1.png | 3 ++ .../DistortionMuzzle1.png.meta | 3 ++ .../DistortionNoise1.png | 3 ++ .../DistortionNoise1.png.meta | 3 ++ .../DistortionNoise2.png | 3 ++ .../DistortionNoise2.png.meta | 3 ++ .../DistortionNoise3.png | 3 ++ .../DistortionNoise3.png.meta | 3 ++ .../DistortionNoise4.png | 3 ++ .../DistortionNoise4.png.meta | 3 ++ .../DistortionNoise5.png | 3 ++ .../DistortionNoise5.png.meta | 3 ++ .../DistortionNoise6.png | 3 ++ .../DistortionNoise6.png.meta | 3 ++ .../DistortionRing1.png | 3 ++ .../DistortionRing1.png.meta | 3 ++ .../DistortionRing2.png | 3 ++ .../DistortionRing2.png.meta | 3 ++ .../DistortionRing3.png | 3 ++ .../DistortionRing3.png.meta | 3 ++ .../DistortionRing4.png | 3 ++ .../DistortionRing4.png.meta | 3 ++ .../DistortionRing5.png | 3 ++ .../DistortionRing5.png.meta | 3 ++ .../DistortionRing6.png | 3 ++ .../DistortionRing6.png.meta | 3 ++ .../DistortionRing7.png | 3 ++ .../DistortionRing7.png.meta | 3 ++ .../DistortionRing8.png | 3 ++ .../DistortionRing8.png.meta | 3 ++ .../DistortionRing9.png | 3 ++ .../DistortionRing9.png.meta | 3 ++ .../DistortionSmoke1.png | 3 ++ .../DistortionSmoke1.png.meta | 3 ++ .../DistortionSmoke2.png | 3 ++ .../DistortionSmoke2.png.meta | 3 ++ .../DistortionSmoke3.png | 3 ++ .../DistortionSmoke3.png.meta | 3 ++ .../Distortion Normal Maps/NormalTrail.png | 3 ++ .../NormalTrail.png.meta | 3 ++ .../Distortion Normal Maps/NormalTrail2.png | 3 ++ .../NormalTrail2.png.meta | 3 ++ .../Distortion Normal Maps/NormalTrail3.png | 3 ++ .../NormalTrail3.png.meta | 3 ++ .../Distortion Normal Maps/NormalTrail4.png | 3 ++ .../NormalTrail4.png.meta | 3 ++ .../NormalTrailHead.png | 3 ++ .../NormalTrailHead.png.meta | 3 ++ .../NormalTrailHead2.png | 3 ++ .../NormalTrailHead2.png.meta | 3 ++ .../Textures/Greyscale Gradients.meta | 3 ++ .../Greyscale Gradients/AngleGradient.png | 3 ++ .../AngleGradient.png.meta | 3 ++ .../Textures/Greyscale Gradients/Black.png | 3 ++ .../Greyscale Gradients/Black.png.meta | 3 ++ .../Greyscale Gradients/Gradient1.png | 3 ++ .../Greyscale Gradients/Gradient1.png.meta | 3 ++ .../Greyscale Gradients/Gradient10.png | 3 ++ .../Greyscale Gradients/Gradient10.png.meta | 3 ++ .../Greyscale Gradients/Gradient11.png | 3 ++ .../Greyscale Gradients/Gradient11.png.meta | 3 ++ .../Greyscale Gradients/Gradient12.png | 3 ++ .../Greyscale Gradients/Gradient12.png.meta | 3 ++ .../Greyscale Gradients/Gradient13.png | 3 ++ .../Greyscale Gradients/Gradient13.png.meta | 3 ++ .../Greyscale Gradients/Gradient14.png | 3 ++ .../Greyscale Gradients/Gradient14.png.meta | 3 ++ .../Greyscale Gradients/Gradient15.png | 3 ++ .../Greyscale Gradients/Gradient15.png.meta | 3 ++ .../Greyscale Gradients/Gradient16.png | 3 ++ .../Greyscale Gradients/Gradient16.png.meta | 3 ++ .../Greyscale Gradients/Gradient17.png | 3 ++ .../Greyscale Gradients/Gradient17.png.meta | 3 ++ .../Greyscale Gradients/Gradient19.png | 3 ++ .../Greyscale Gradients/Gradient19.png.meta | 3 ++ .../Greyscale Gradients/Gradient2.png | 3 ++ .../Greyscale Gradients/Gradient2.png.meta | 3 ++ .../Greyscale Gradients/Gradient20.png | 3 ++ .../Greyscale Gradients/Gradient20.png.meta | 3 ++ .../Greyscale Gradients/Gradient21.png | 3 ++ .../Greyscale Gradients/Gradient21.png.meta | 3 ++ .../Greyscale Gradients/Gradient22.png | 3 ++ .../Greyscale Gradients/Gradient22.png.meta | 3 ++ .../Greyscale Gradients/Gradient3.png | 3 ++ .../Greyscale Gradients/Gradient3.png.meta | 3 ++ .../Greyscale Gradients/Gradient4.png | 3 ++ .../Greyscale Gradients/Gradient4.png.meta | 3 ++ .../Greyscale Gradients/Gradient5.png | 3 ++ .../Greyscale Gradients/Gradient5.png.meta | 3 ++ .../Greyscale Gradients/Gradient6.png | 3 ++ .../Greyscale Gradients/Gradient6.png.meta | 3 ++ .../Greyscale Gradients/Gradient7.png | 3 ++ .../Greyscale Gradients/Gradient7.png.meta | 3 ++ .../Greyscale Gradients/Gradient8.png | 3 ++ .../Greyscale Gradients/Gradient8.png.meta | 3 ++ .../Greyscale Gradients/Gradient9.png | 3 ++ .../Greyscale Gradients/Gradient9.png.meta | 3 ++ .../Textures/Greyscale Gradients/White.png | 3 ++ .../Greyscale Gradients/White.png.meta | 3 ++ .../Demo & Assets/Textures/Noise.meta | 3 ++ .../Textures/Noise/ColorNoise1.png | 3 ++ .../Textures/Noise/ColorNoise1.png.meta | 3 ++ .../Textures/Noise/ColorNoise2.png | 3 ++ .../Textures/Noise/ColorNoise2.png.meta | 3 ++ .../Textures/Noise/ColorNoise3.png | 3 ++ .../Textures/Noise/ColorNoise3.png.meta | 3 ++ .../Textures/Noise/ColorNoise4.png | 3 ++ .../Textures/Noise/ColorNoise4.png.meta | 3 ++ .../Textures/Noise/ColorNoise5.png | 3 ++ .../Textures/Noise/ColorNoise5.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise.png | 3 ++ .../Textures/Noise/Noise.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise1.png | 3 ++ .../Textures/Noise/Noise1.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise10.png | 3 ++ .../Textures/Noise/Noise10.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise100.png | 3 ++ .../Textures/Noise/Noise100.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise101.png | 3 ++ .../Textures/Noise/Noise101.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise102.png | 3 ++ .../Textures/Noise/Noise102.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise103.png | 3 ++ .../Textures/Noise/Noise103.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise104.png | 3 ++ .../Textures/Noise/Noise104.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise105.png | 3 ++ .../Textures/Noise/Noise105.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise106.png | 3 ++ .../Textures/Noise/Noise106.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise107.png | 3 ++ .../Textures/Noise/Noise107.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise108.png | 3 ++ .../Textures/Noise/Noise108.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise109.png | 3 ++ .../Textures/Noise/Noise109.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise11.png | 3 ++ .../Textures/Noise/Noise11.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise110.png | 3 ++ .../Textures/Noise/Noise110.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise111.png | 3 ++ .../Textures/Noise/Noise111.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise112.png | 3 ++ .../Textures/Noise/Noise112.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise113.png | 3 ++ .../Textures/Noise/Noise113.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise114.png | 3 ++ .../Textures/Noise/Noise114.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise115.png | 3 ++ .../Textures/Noise/Noise115.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise116.png | 3 ++ .../Textures/Noise/Noise116.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise117.png | 3 ++ .../Textures/Noise/Noise117.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise118.png | 3 ++ .../Textures/Noise/Noise118.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise119.png | 3 ++ .../Textures/Noise/Noise119.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise12.png | 3 ++ .../Textures/Noise/Noise12.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise120.png | 3 ++ .../Textures/Noise/Noise120.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise121.png | 3 ++ .../Textures/Noise/Noise121.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise122.png | 3 ++ .../Textures/Noise/Noise122.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise123.png | 3 ++ .../Textures/Noise/Noise123.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise124.png | 3 ++ .../Textures/Noise/Noise124.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise13.png | 3 ++ .../Textures/Noise/Noise13.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise14.png | 3 ++ .../Textures/Noise/Noise14.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise15.png | 3 ++ .../Textures/Noise/Noise15.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise16.png | 3 ++ .../Textures/Noise/Noise16.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise17.png | 3 ++ .../Textures/Noise/Noise17.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise18.png | 3 ++ .../Textures/Noise/Noise18.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise19.png | 3 ++ .../Textures/Noise/Noise19.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise2.png | 3 ++ .../Textures/Noise/Noise2.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise20.png | 3 ++ .../Textures/Noise/Noise20.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise21.png | 3 ++ .../Textures/Noise/Noise21.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise22.png | 3 ++ .../Textures/Noise/Noise22.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise23.png | 3 ++ .../Textures/Noise/Noise23.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise24.png | 3 ++ .../Textures/Noise/Noise24.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise25.png | 3 ++ .../Textures/Noise/Noise25.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise26.png | 3 ++ .../Textures/Noise/Noise26.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise27.png | 3 ++ .../Textures/Noise/Noise27.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise28.png | 3 ++ .../Textures/Noise/Noise28.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise29.png | 3 ++ .../Textures/Noise/Noise29.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise3.png | 3 ++ .../Textures/Noise/Noise3.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise30.png | 3 ++ .../Textures/Noise/Noise30.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise31.png | 3 ++ .../Textures/Noise/Noise31.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise32.png | 3 ++ .../Textures/Noise/Noise32.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise33.png | 3 ++ .../Textures/Noise/Noise33.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise34.png | 3 ++ .../Textures/Noise/Noise34.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise35.png | 3 ++ .../Textures/Noise/Noise35.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise36.png | 3 ++ .../Textures/Noise/Noise36.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise37.png | 3 ++ .../Textures/Noise/Noise37.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise38.png | 3 ++ .../Textures/Noise/Noise38.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise39.png | 3 ++ .../Textures/Noise/Noise39.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise4.png | 3 ++ .../Textures/Noise/Noise4.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise40.png | 3 ++ .../Textures/Noise/Noise40.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise41.png | 3 ++ .../Textures/Noise/Noise41.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise42.png | 3 ++ .../Textures/Noise/Noise42.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise43.png | 3 ++ .../Textures/Noise/Noise43.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise44.png | 3 ++ .../Textures/Noise/Noise44.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise45.png | 3 ++ .../Textures/Noise/Noise45.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise46.png | 3 ++ .../Textures/Noise/Noise46.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise47.png | 3 ++ .../Textures/Noise/Noise47.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise48.png | 3 ++ .../Textures/Noise/Noise48.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise49.png | 3 ++ .../Textures/Noise/Noise49.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise5.png | 3 ++ .../Textures/Noise/Noise5.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise50.png | 3 ++ .../Textures/Noise/Noise50.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise51.png | 3 ++ .../Textures/Noise/Noise51.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise52.png | 3 ++ .../Textures/Noise/Noise52.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise53.png | 3 ++ .../Textures/Noise/Noise53.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise54.png | 3 ++ .../Textures/Noise/Noise54.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise55.png | 3 ++ .../Textures/Noise/Noise55.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise56.png | 3 ++ .../Textures/Noise/Noise56.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise57.png | 3 ++ .../Textures/Noise/Noise57.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise58.png | 3 ++ .../Textures/Noise/Noise58.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise59.png | 3 ++ .../Textures/Noise/Noise59.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise6.png | 3 ++ .../Textures/Noise/Noise6.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise60.png | 3 ++ .../Textures/Noise/Noise60.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise61.png | 3 ++ .../Textures/Noise/Noise61.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise62.png | 3 ++ .../Textures/Noise/Noise62.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise63.png | 3 ++ .../Textures/Noise/Noise63.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise64.png | 3 ++ .../Textures/Noise/Noise64.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise65.png | 3 ++ .../Textures/Noise/Noise65.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise66.png | 3 ++ .../Textures/Noise/Noise66.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise67.png | 3 ++ .../Textures/Noise/Noise67.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise68.png | 3 ++ .../Textures/Noise/Noise68.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise69.png | 3 ++ .../Textures/Noise/Noise69.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise7.png | 3 ++ .../Textures/Noise/Noise7.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise70.png | 3 ++ .../Textures/Noise/Noise70.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise71.png | 3 ++ .../Textures/Noise/Noise71.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise72.png | 3 ++ .../Textures/Noise/Noise72.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise73.png | 3 ++ .../Textures/Noise/Noise73.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise74.png | 3 ++ .../Textures/Noise/Noise74.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise75.png | 3 ++ .../Textures/Noise/Noise75.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise76.png | 3 ++ .../Textures/Noise/Noise76.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise77.png | 3 ++ .../Textures/Noise/Noise77.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise78.png | 3 ++ .../Textures/Noise/Noise78.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise79.png | 3 ++ .../Textures/Noise/Noise79.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise8.png | 3 ++ .../Textures/Noise/Noise8.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise80.png | 3 ++ .../Textures/Noise/Noise80.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise81.png | 3 ++ .../Textures/Noise/Noise81.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise82.png | 3 ++ .../Textures/Noise/Noise82.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise83.png | 3 ++ .../Textures/Noise/Noise83.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise84.png | 3 ++ .../Textures/Noise/Noise84.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise85.png | 3 ++ .../Textures/Noise/Noise85.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise86.png | 3 ++ .../Textures/Noise/Noise86.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise87.png | 3 ++ .../Textures/Noise/Noise87.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise88.png | 3 ++ .../Textures/Noise/Noise88.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise89.png | 3 ++ .../Textures/Noise/Noise89.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise9.png | 3 ++ .../Textures/Noise/Noise9.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise90.png | 3 ++ .../Textures/Noise/Noise90.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise91.png | 3 ++ .../Textures/Noise/Noise91.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise92.png | 3 ++ .../Textures/Noise/Noise92.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise93.png | 3 ++ .../Textures/Noise/Noise93.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise94.png | 3 ++ .../Textures/Noise/Noise94.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise95.png | 3 ++ .../Textures/Noise/Noise95.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise96.png | 3 ++ .../Textures/Noise/Noise96.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise97.png | 3 ++ .../Textures/Noise/Noise97.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise98.png | 3 ++ .../Textures/Noise/Noise98.png.meta | 3 ++ .../Demo & Assets/Textures/Noise/Noise99.png | 3 ++ .../Textures/Noise/Noise99.png.meta | 3 ++ .../Textures/Noise/PerlinNoise.png | 3 ++ .../Textures/Noise/PerlinNoise.png.meta | 3 ++ .../Textures/Noise/PerlinNoise2.png | 3 ++ .../Textures/Noise/PerlinNoise2.png.meta | 3 ++ .../Textures/Noise/PerlinNoise3.png | 3 ++ .../Textures/Noise/PerlinNoise3.png.meta | 3 ++ .../Textures/Noise/SmokeNoise.png | 3 ++ .../Textures/Noise/SmokeNoise.png.meta | 3 ++ .../Demo & Assets/Textures/Others.meta | 3 ++ .../Textures/Others/AlienRunes.png | 3 ++ .../Textures/Others/AlienRunes.png.meta | 3 ++ .../Demo & Assets/Textures/Others/Blood1.png | 3 ++ .../Textures/Others/Blood1.png.meta | 3 ++ .../Demo & Assets/Textures/Others/Blood2.png | 3 ++ .../Textures/Others/Blood2.png.meta | 3 ++ .../Demo & Assets/Textures/Others/Blood3.png | 3 ++ .../Textures/Others/Blood3.png.meta | 3 ++ .../Textures/Others/BloodColor.png | 3 ++ .../Textures/Others/BloodColor.png.meta | 3 ++ .../Textures/Others/BloodGrayscale.png | 3 ++ .../Textures/Others/BloodGrayscale.png.meta | 3 ++ .../Textures/Others/Digital1.png | 3 ++ .../Textures/Others/Digital1.png.meta | 3 ++ .../Textures/Others/Digital2.png | 3 ++ .../Textures/Others/Digital2.png.meta | 3 ++ .../Textures/Others/Digital3.png | 3 ++ .../Textures/Others/Digital3.png.meta | 3 ++ .../Textures/Others/Digital4.png | 3 ++ .../Textures/Others/Digital4.png.meta | 3 ++ .../Textures/Others/Digital5.png | 3 ++ .../Textures/Others/Digital5.png.meta | 3 ++ .../Textures/Others/GalaxyBackground.png | 3 ++ .../Textures/Others/GalaxyBackground.png.meta | 3 ++ .../Textures/Others/HoneyComb1.png | 3 ++ .../Textures/Others/HoneyComb1.png.meta | 3 ++ .../Textures/Others/HoneyComb2.png | 3 ++ .../Textures/Others/HoneyComb2.png.meta | 3 ++ .../Textures/Others/InvokeArea.png | 3 ++ .../Textures/Others/InvokeArea.png.meta | 3 ++ .../Textures/Others/InvokeArea2.png | 3 ++ .../Textures/Others/InvokeArea2.png.meta | 3 ++ .../Textures/Others/InvokeArea3.png | 3 ++ .../Textures/Others/InvokeArea3.png.meta | 3 ++ .../Textures/Others/InvokeArea4.png | 3 ++ .../Textures/Others/InvokeArea4.png.meta | 3 ++ .../Textures/Others/InvokeArea5.png | 3 ++ .../Textures/Others/InvokeArea5.png.meta | 3 ++ .../Textures/Others/InvokeArea6.png | 3 ++ .../Textures/Others/InvokeArea6.png.meta | 3 ++ .../Textures/Others/InvokeArea7.png | 3 ++ .../Textures/Others/InvokeArea7.png.meta | 3 ++ .../Textures/Others/SciFiShield.png | 3 ++ .../Textures/Others/SciFiShield.png.meta | 3 ++ .../Textures/Others/SpeedLines1.png | 3 ++ .../Textures/Others/SpeedLines1.png.meta | 3 ++ .../Textures/Others/SpeedLines2.png | 3 ++ .../Textures/Others/SpeedLines2.png.meta | 3 ++ .../Textures/Others/SpeedLines3.png | 3 ++ .../Textures/Others/SpeedLines3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes.meta | 3 ++ .../Textures/Shapes/BeamShape.png | 3 ++ .../Textures/Shapes/BeamShape.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle.png | 3 ++ .../Textures/Shapes/Circle.png.meta | 3 ++ .../Textures/Shapes/Circle11.png | 3 ++ .../Textures/Shapes/Circle11.png.meta | 3 ++ .../Textures/Shapes/Circle12.png | 3 ++ .../Textures/Shapes/Circle12.png.meta | 3 ++ .../Textures/Shapes/Circle13.png | 3 ++ .../Textures/Shapes/Circle13.png.meta | 3 ++ .../Textures/Shapes/Circle14.png | 3 ++ .../Textures/Shapes/Circle14.png.meta | 3 ++ .../Textures/Shapes/Circle15.png | 3 ++ .../Textures/Shapes/Circle15.png.meta | 3 ++ .../Textures/Shapes/Circle16.png | 3 ++ .../Textures/Shapes/Circle16.png.meta | 3 ++ .../Textures/Shapes/Circle17.png | 3 ++ .../Textures/Shapes/Circle17.png.meta | 3 ++ .../Textures/Shapes/Circle18.png | 3 ++ .../Textures/Shapes/Circle18.png.meta | 3 ++ .../Textures/Shapes/Circle19.png | 3 ++ .../Textures/Shapes/Circle19.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle2.png | 3 ++ .../Textures/Shapes/Circle2.png.meta | 3 ++ .../Textures/Shapes/Circle20.png | 3 ++ .../Textures/Shapes/Circle20.png.meta | 3 ++ .../Textures/Shapes/Circle21.png | 3 ++ .../Textures/Shapes/Circle21.png.meta | 3 ++ .../Textures/Shapes/Circle22.png | 3 ++ .../Textures/Shapes/Circle22.png.meta | 3 ++ .../Textures/Shapes/Circle23.png | 3 ++ .../Textures/Shapes/Circle23.png.meta | 3 ++ .../Textures/Shapes/Circle24.png | 3 ++ .../Textures/Shapes/Circle24.png.meta | 3 ++ .../Textures/Shapes/Circle25.png | 3 ++ .../Textures/Shapes/Circle25.png.meta | 3 ++ .../Textures/Shapes/Circle26.png | 3 ++ .../Textures/Shapes/Circle26.png.meta | 3 ++ .../Textures/Shapes/Circle27.png | 3 ++ .../Textures/Shapes/Circle27.png.meta | 3 ++ .../Textures/Shapes/Circle28.png | 3 ++ .../Textures/Shapes/Circle28.png.meta | 3 ++ .../Textures/Shapes/Circle29.png | 3 ++ .../Textures/Shapes/Circle29.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle3.png | 3 ++ .../Textures/Shapes/Circle3.png.meta | 3 ++ .../Textures/Shapes/Circle30.png | 3 ++ .../Textures/Shapes/Circle30.png.meta | 3 ++ .../Textures/Shapes/Circle31.png | 3 ++ .../Textures/Shapes/Circle31.png.meta | 3 ++ .../Textures/Shapes/Circle32.png | 3 ++ .../Textures/Shapes/Circle32.png.meta | 3 ++ .../Textures/Shapes/Circle33.png | 3 ++ .../Textures/Shapes/Circle33.png.meta | 3 ++ .../Textures/Shapes/Circle34.png | 3 ++ .../Textures/Shapes/Circle34.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle4.png | 3 ++ .../Textures/Shapes/Circle4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle5.png | 3 ++ .../Textures/Shapes/Circle5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle6.png | 3 ++ .../Textures/Shapes/Circle6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle7.png | 3 ++ .../Textures/Shapes/Circle7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle8.png | 3 ++ .../Textures/Shapes/Circle8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Circle9.png | 3 ++ .../Textures/Shapes/Circle9.png.meta | 3 ++ .../Textures/Shapes/CircleFireball.png | 3 ++ .../Textures/Shapes/CircleFireball.png.meta | 3 ++ .../Textures/Shapes/CirclePentagram.png | 3 ++ .../Textures/Shapes/CirclePentagram.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Coin1.png | 3 ++ .../Textures/Shapes/Coin1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Coin2.png | 3 ++ .../Textures/Shapes/Coin2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Coin3.png | 3 ++ .../Textures/Shapes/Coin3.png.meta | 3 ++ .../Textures/Shapes/CylinderScrew.png | 3 ++ .../Textures/Shapes/CylinderScrew.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Diamond.png | 3 ++ .../Textures/Shapes/Diamond.png.meta | 3 ++ .../Textures/Shapes/DigitalProjectileHead.png | 3 ++ .../Shapes/DigitalProjectileHead.png.meta | 3 ++ .../Textures/Shapes/DigitalShapes1.png | 3 ++ .../Textures/Shapes/DigitalShapes1.png.meta | 3 ++ .../Textures/Shapes/DigitalShapes2.png | 3 ++ .../Textures/Shapes/DigitalShapes2.png.meta | 3 ++ .../Textures/Shapes/DigitalSquare.png | 3 ++ .../Textures/Shapes/DigitalSquare.png.meta | 3 ++ .../Textures/Shapes/DigitalTriangle.png | 3 ++ .../Textures/Shapes/DigitalTriangle.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Drop.png | 3 ++ .../Textures/Shapes/Drop.png.meta | 3 ++ .../Textures/Shapes/ElectricMask.png | 3 ++ .../Textures/Shapes/ElectricMask.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire1.png | 3 ++ .../Textures/Shapes/Fire1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire10.png | 3 ++ .../Textures/Shapes/Fire10.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire11.png | 3 ++ .../Textures/Shapes/Fire11.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire12.png | 3 ++ .../Textures/Shapes/Fire12.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire13.png | 3 ++ .../Textures/Shapes/Fire13.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire14.png | 3 ++ .../Textures/Shapes/Fire14.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire15.png | 3 ++ .../Textures/Shapes/Fire15.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire16.png | 3 ++ .../Textures/Shapes/Fire16.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire17.png | 3 ++ .../Textures/Shapes/Fire17.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire18.png | 3 ++ .../Textures/Shapes/Fire18.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire19.png | 3 ++ .../Textures/Shapes/Fire19.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire2.png | 3 ++ .../Textures/Shapes/Fire2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire20.png | 3 ++ .../Textures/Shapes/Fire20.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire21.png | 3 ++ .../Textures/Shapes/Fire21.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire3.png | 3 ++ .../Textures/Shapes/Fire3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire4.png | 3 ++ .../Textures/Shapes/Fire4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire5.png | 3 ++ .../Textures/Shapes/Fire5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire6.png | 3 ++ .../Textures/Shapes/Fire6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire7.png | 3 ++ .../Textures/Shapes/Fire7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire8.png | 3 ++ .../Textures/Shapes/Fire8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Fire9.png | 3 ++ .../Textures/Shapes/Fire9.png.meta | 3 ++ .../Textures/Shapes/FireEmbers.png | 3 ++ .../Textures/Shapes/FireEmbers.png.meta | 3 ++ .../Textures/Shapes/FireEmbers2.png | 3 ++ .../Textures/Shapes/FireEmbers2.png.meta | 3 ++ .../Textures/Shapes/FireEmbers2Erosion.png | 3 ++ .../Shapes/FireEmbers2Erosion.png.meta | 3 ++ .../Textures/Shapes/FireEmbers3.png | 3 ++ .../Textures/Shapes/FireEmbers3.png.meta | 3 ++ .../Textures/Shapes/FireEmbers4.png | 3 ++ .../Textures/Shapes/FireEmbers4.png.meta | 3 ++ .../Textures/Shapes/FireEmbers5.png | 3 ++ .../Textures/Shapes/FireEmbers5.png.meta | 3 ++ .../Textures/Shapes/FireEmbers6.png | 3 ++ .../Textures/Shapes/FireEmbers6.png.meta | 3 ++ .../Textures/Shapes/FlameMask.png | 3 ++ .../Textures/Shapes/FlameMask.png.meta | 3 ++ .../Textures/Shapes/FlameMaskTrail.png | 3 ++ .../Textures/Shapes/FlameMaskTrail.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare1.png | 3 ++ .../Textures/Shapes/Flare1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare10.png | 3 ++ .../Textures/Shapes/Flare10.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare11.png | 3 ++ .../Textures/Shapes/Flare11.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare12.png | 3 ++ .../Textures/Shapes/Flare12.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare13.png | 3 ++ .../Textures/Shapes/Flare13.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare14.png | 3 ++ .../Textures/Shapes/Flare14.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare15.png | 3 ++ .../Textures/Shapes/Flare15.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare16.png | 3 ++ .../Textures/Shapes/Flare16.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare17.png | 3 ++ .../Textures/Shapes/Flare17.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare18.png | 3 ++ .../Textures/Shapes/Flare18.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare19.png | 3 ++ .../Textures/Shapes/Flare19.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare2.png | 3 ++ .../Textures/Shapes/Flare2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare20.png | 3 ++ .../Textures/Shapes/Flare20.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare21.png | 3 ++ .../Textures/Shapes/Flare21.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare23.png | 3 ++ .../Textures/Shapes/Flare23.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare24.png | 3 ++ .../Textures/Shapes/Flare24.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare25.png | 3 ++ .../Textures/Shapes/Flare25.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare26.png | 3 ++ .../Textures/Shapes/Flare26.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare27.png | 3 ++ .../Textures/Shapes/Flare27.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare28.png | 3 ++ .../Textures/Shapes/Flare28.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare29.png | 3 ++ .../Textures/Shapes/Flare29.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare3.png | 3 ++ .../Textures/Shapes/Flare3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare30.png | 3 ++ .../Textures/Shapes/Flare30.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare31.png | 3 ++ .../Textures/Shapes/Flare31.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare32.png | 3 ++ .../Textures/Shapes/Flare32.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare33.png | 3 ++ .../Textures/Shapes/Flare33.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare34.png | 3 ++ .../Textures/Shapes/Flare34.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare35.png | 3 ++ .../Textures/Shapes/Flare35.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare36.png | 3 ++ .../Textures/Shapes/Flare36.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare37.png | 3 ++ .../Textures/Shapes/Flare37.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare38.png | 3 ++ .../Textures/Shapes/Flare38.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare39.png | 3 ++ .../Textures/Shapes/Flare39.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare4.png | 3 ++ .../Textures/Shapes/Flare4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare40.png | 3 ++ .../Textures/Shapes/Flare40.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare5.png | 3 ++ .../Textures/Shapes/Flare5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare6.png | 3 ++ .../Textures/Shapes/Flare6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare7.png | 3 ++ .../Textures/Shapes/Flare7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare8.png | 3 ++ .../Textures/Shapes/Flare8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flare9.png | 3 ++ .../Textures/Shapes/Flare9.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flower1.png | 3 ++ .../Textures/Shapes/Flower1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Flower2.png | 3 ++ .../Textures/Shapes/Flower2.png.meta | 3 ++ .../Textures/Shapes/FuzzyBall.png | 3 ++ .../Textures/Shapes/FuzzyBall.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glitter.png | 3 ++ .../Textures/Shapes/Glitter.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow.png | 3 ++ .../Textures/Shapes/Glow.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow10.png | 3 ++ .../Textures/Shapes/Glow10.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow11.png | 3 ++ .../Textures/Shapes/Glow11.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow2.png | 3 ++ .../Textures/Shapes/Glow2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow3.png | 3 ++ .../Textures/Shapes/Glow3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow4.png | 3 ++ .../Textures/Shapes/Glow4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow5.png | 3 ++ .../Textures/Shapes/Glow5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow6.png | 3 ++ .../Textures/Shapes/Glow6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow7.png | 3 ++ .../Textures/Shapes/Glow7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow8.png | 3 ++ .../Textures/Shapes/Glow8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Glow9.png | 3 ++ .../Textures/Shapes/Glow9.png.meta | 3 ++ .../Textures/Shapes/GroundCrack1.png | 3 ++ .../Textures/Shapes/GroundCrack1.png.meta | 3 ++ .../Textures/Shapes/GroundCrack10.png | 3 ++ .../Textures/Shapes/GroundCrack10.png.meta | 3 ++ .../Textures/Shapes/GroundCrack2.png | 3 ++ .../Textures/Shapes/GroundCrack2.png.meta | 3 ++ .../Textures/Shapes/GroundCrack3.png | 3 ++ .../Textures/Shapes/GroundCrack3.png.meta | 3 ++ .../Textures/Shapes/GroundCrack4.png | 3 ++ .../Textures/Shapes/GroundCrack4.png.meta | 3 ++ .../Textures/Shapes/GroundCrack5.png | 3 ++ .../Textures/Shapes/GroundCrack5.png.meta | 3 ++ .../Textures/Shapes/GroundCrack6.png | 3 ++ .../Textures/Shapes/GroundCrack6.png.meta | 3 ++ .../Textures/Shapes/GroundCrack7.png | 3 ++ .../Textures/Shapes/GroundCrack7.png.meta | 3 ++ .../Textures/Shapes/GroundCrack8.png | 3 ++ .../Textures/Shapes/GroundCrack8.png.meta | 3 ++ .../Textures/Shapes/GroundCrack9.png | 3 ++ .../Textures/Shapes/GroundCrack9.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Heart.png | 3 ++ .../Textures/Shapes/Heart.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Heart2.png | 3 ++ .../Textures/Shapes/Heart2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Heart3.png | 3 ++ .../Textures/Shapes/Heart3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact1.png | 3 ++ .../Textures/Shapes/Impact1.png.meta | 3 ++ .../Textures/Shapes/Impact10.png | 3 ++ .../Textures/Shapes/Impact10.png.meta | 3 ++ .../Textures/Shapes/Impact11.png | 3 ++ .../Textures/Shapes/Impact11.png.meta | 3 ++ .../Textures/Shapes/Impact12.png | 3 ++ .../Textures/Shapes/Impact12.png.meta | 3 ++ .../Textures/Shapes/Impact13.png | 3 ++ .../Textures/Shapes/Impact13.png.meta | 3 ++ .../Textures/Shapes/Impact14.png | 3 ++ .../Textures/Shapes/Impact14.png.meta | 3 ++ .../Textures/Shapes/Impact15.png | 3 ++ .../Textures/Shapes/Impact15.png.meta | 3 ++ .../Textures/Shapes/Impact16.png | 3 ++ .../Textures/Shapes/Impact16.png.meta | 3 ++ .../Textures/Shapes/Impact17.png | 3 ++ .../Textures/Shapes/Impact17.png.meta | 3 ++ .../Textures/Shapes/Impact18.png | 3 ++ .../Textures/Shapes/Impact18.png.meta | 3 ++ .../Textures/Shapes/Impact19.png | 3 ++ .../Textures/Shapes/Impact19.png.meta | 3 ++ .../Textures/Shapes/Impact19b.png | 3 ++ .../Textures/Shapes/Impact19b.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact2.png | 3 ++ .../Textures/Shapes/Impact2.png.meta | 3 ++ .../Textures/Shapes/Impact20.png | 3 ++ .../Textures/Shapes/Impact20.png.meta | 3 ++ .../Textures/Shapes/Impact21.png | 3 ++ .../Textures/Shapes/Impact21.png.meta | 3 ++ .../Textures/Shapes/Impact22.png | 3 ++ .../Textures/Shapes/Impact22.png.meta | 3 ++ .../Textures/Shapes/Impact23.png | 3 ++ .../Textures/Shapes/Impact23.png.meta | 3 ++ .../Textures/Shapes/Impact24.png | 3 ++ .../Textures/Shapes/Impact24.png.meta | 3 ++ .../Textures/Shapes/Impact25.png | 3 ++ .../Textures/Shapes/Impact25.png.meta | 3 ++ .../Textures/Shapes/Impact26.png | 3 ++ .../Textures/Shapes/Impact26.png.meta | 3 ++ .../Textures/Shapes/Impact27.png | 3 ++ .../Textures/Shapes/Impact27.png.meta | 3 ++ .../Textures/Shapes/Impact28.png | 3 ++ .../Textures/Shapes/Impact28.png.meta | 3 ++ .../Textures/Shapes/Impact29.png | 3 ++ .../Textures/Shapes/Impact29.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact3.png | 3 ++ .../Textures/Shapes/Impact3.png.meta | 3 ++ .../Textures/Shapes/Impact30.png | 3 ++ .../Textures/Shapes/Impact30.png.meta | 3 ++ .../Textures/Shapes/Impact31.png | 3 ++ .../Textures/Shapes/Impact31.png.meta | 3 ++ .../Textures/Shapes/Impact32.png | 3 ++ .../Textures/Shapes/Impact32.png.meta | 3 ++ .../Textures/Shapes/Impact33.png | 3 ++ .../Textures/Shapes/Impact33.png.meta | 3 ++ .../Textures/Shapes/Impact34.png | 3 ++ .../Textures/Shapes/Impact34.png.meta | 3 ++ .../Textures/Shapes/Impact35.png | 3 ++ .../Textures/Shapes/Impact35.png.meta | 3 ++ .../Textures/Shapes/Impact36.png | 3 ++ .../Textures/Shapes/Impact36.png.meta | 3 ++ .../Textures/Shapes/Impact37.png | 3 ++ .../Textures/Shapes/Impact37.png.meta | 3 ++ .../Textures/Shapes/Impact38.png | 3 ++ .../Textures/Shapes/Impact38.png.meta | 3 ++ .../Textures/Shapes/Impact38b.png | 3 ++ .../Textures/Shapes/Impact38b.png.meta | 3 ++ .../Textures/Shapes/Impact39.png | 3 ++ .../Textures/Shapes/Impact39.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact4.png | 3 ++ .../Textures/Shapes/Impact4.png.meta | 3 ++ .../Textures/Shapes/Impact40.png | 3 ++ .../Textures/Shapes/Impact40.png.meta | 3 ++ .../Textures/Shapes/Impact41.png | 3 ++ .../Textures/Shapes/Impact41.png.meta | 3 ++ .../Textures/Shapes/Impact42.png | 3 ++ .../Textures/Shapes/Impact42.png.meta | 3 ++ .../Textures/Shapes/Impact43.png | 3 ++ .../Textures/Shapes/Impact43.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact5.png | 3 ++ .../Textures/Shapes/Impact5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact6.png | 3 ++ .../Textures/Shapes/Impact6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact7.png | 3 ++ .../Textures/Shapes/Impact7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact8.png | 3 ++ .../Textures/Shapes/Impact8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Impact9.png | 3 ++ .../Textures/Shapes/Impact9.png.meta | 3 ++ .../Textures/Shapes/ImpactToon.png | 3 ++ .../Textures/Shapes/ImpactToon.png.meta | 3 ++ .../Textures/Shapes/ImpactToon2.png | 3 ++ .../Textures/Shapes/ImpactToon2.png.meta | 3 ++ .../Textures/Shapes/ImpactToon3.png | 3 ++ .../Textures/Shapes/ImpactToon3.png.meta | 3 ++ .../Textures/Shapes/ImpactToon4.png | 3 ++ .../Textures/Shapes/ImpactToon4.png.meta | 3 ++ .../Textures/Shapes/ImpactToon5.png | 3 ++ .../Textures/Shapes/ImpactToon5.png.meta | 3 ++ .../Textures/Shapes/ImpactToon6.png | 3 ++ .../Textures/Shapes/ImpactToon6.png.meta | 3 ++ .../Textures/Shapes/ImpactToon7.png | 3 ++ .../Textures/Shapes/ImpactToon7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Leaf1.png | 3 ++ .../Textures/Shapes/Leaf1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Leaf2.png | 3 ++ .../Textures/Shapes/Leaf2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Leaf3.png | 3 ++ .../Textures/Shapes/Leaf3.png.meta | 3 ++ .../Textures/Shapes/LightRays.png | 3 ++ .../Textures/Shapes/LightRays.png.meta | 3 ++ .../Textures/Shapes/LightingErode1.png | 3 ++ .../Textures/Shapes/LightingErode1.png.meta | 3 ++ .../Textures/Shapes/LightingErode2.png | 3 ++ .../Textures/Shapes/LightingErode2.png.meta | 3 ++ .../Textures/Shapes/LightingShape.png | 3 ++ .../Textures/Shapes/LightingShape.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Line6.png | 3 ++ .../Textures/Shapes/Line6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic1.png | 3 ++ .../Textures/Shapes/Magic1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic10.png | 3 ++ .../Textures/Shapes/Magic10.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic11.png | 3 ++ .../Textures/Shapes/Magic11.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic12.png | 3 ++ .../Textures/Shapes/Magic12.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic13.png | 3 ++ .../Textures/Shapes/Magic13.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic14.png | 3 ++ .../Textures/Shapes/Magic14.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic15.png | 3 ++ .../Textures/Shapes/Magic15.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic2.png | 3 ++ .../Textures/Shapes/Magic2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic3.png | 3 ++ .../Textures/Shapes/Magic3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic4.png | 3 ++ .../Textures/Shapes/Magic4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic5.png | 3 ++ .../Textures/Shapes/Magic5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic6.png | 3 ++ .../Textures/Shapes/Magic6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic7.png | 3 ++ .../Textures/Shapes/Magic7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic8.png | 3 ++ .../Textures/Shapes/Magic8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Magic9.png | 3 ++ .../Textures/Shapes/Magic9.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle1.png | 3 ++ .../Textures/Shapes/Muzzle1.png.meta | 3 ++ .../Textures/Shapes/Muzzle10.png | 3 ++ .../Textures/Shapes/Muzzle10.png.meta | 3 ++ .../Textures/Shapes/Muzzle11.png | 3 ++ .../Textures/Shapes/Muzzle11.png.meta | 3 ++ .../Textures/Shapes/Muzzle12.png | 3 ++ .../Textures/Shapes/Muzzle12.png.meta | 3 ++ .../Textures/Shapes/Muzzle13.png | 3 ++ .../Textures/Shapes/Muzzle13.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle2.png | 3 ++ .../Textures/Shapes/Muzzle2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle3.png | 3 ++ .../Textures/Shapes/Muzzle3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle4.png | 3 ++ .../Textures/Shapes/Muzzle4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle5.png | 3 ++ .../Textures/Shapes/Muzzle5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle6.png | 3 ++ .../Textures/Shapes/Muzzle6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle7.png | 3 ++ .../Textures/Shapes/Muzzle7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle8.png | 3 ++ .../Textures/Shapes/Muzzle8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Muzzle9.png | 3 ++ .../Textures/Shapes/Muzzle9.png.meta | 3 ++ .../Textures/Shapes/Projectile1.png | 3 ++ .../Textures/Shapes/Projectile1.png.meta | 3 ++ .../Textures/Shapes/Projectile10.png | 3 ++ .../Textures/Shapes/Projectile10.png.meta | 3 ++ .../Textures/Shapes/Projectile11.png | 3 ++ .../Textures/Shapes/Projectile11.png.meta | 3 ++ .../Textures/Shapes/Projectile12.png | 3 ++ .../Textures/Shapes/Projectile12.png.meta | 3 ++ .../Textures/Shapes/Projectile12b.png | 3 ++ .../Textures/Shapes/Projectile12b.png.meta | 3 ++ .../Textures/Shapes/Projectile13.png | 3 ++ .../Textures/Shapes/Projectile13.png.meta | 3 ++ .../Textures/Shapes/Projectile14.png | 3 ++ .../Textures/Shapes/Projectile14.png.meta | 3 ++ .../Textures/Shapes/Projectile15.png | 3 ++ .../Textures/Shapes/Projectile15.png.meta | 3 ++ .../Textures/Shapes/Projectile16.png | 3 ++ .../Textures/Shapes/Projectile16.png.meta | 3 ++ .../Textures/Shapes/Projectile17.png | 3 ++ .../Textures/Shapes/Projectile17.png.meta | 3 ++ .../Textures/Shapes/Projectile2.png | 3 ++ .../Textures/Shapes/Projectile2.png.meta | 3 ++ .../Textures/Shapes/Projectile3.png | 3 ++ .../Textures/Shapes/Projectile3.png.meta | 3 ++ .../Textures/Shapes/Projectile4.png | 3 ++ .../Textures/Shapes/Projectile4.png.meta | 3 ++ .../Textures/Shapes/Projectile5.png | 3 ++ .../Textures/Shapes/Projectile5.png.meta | 3 ++ .../Textures/Shapes/Projectile6.png | 3 ++ .../Textures/Shapes/Projectile6.png.meta | 3 ++ .../Textures/Shapes/Projectile7.png | 3 ++ .../Textures/Shapes/Projectile7.png.meta | 3 ++ .../Textures/Shapes/Projectile8.png | 3 ++ .../Textures/Shapes/Projectile8.png.meta | 3 ++ .../Textures/Shapes/Projectile9.png | 3 ++ .../Textures/Shapes/Projectile9.png.meta | 3 ++ .../Textures/Shapes/RandomPieces.png | 3 ++ .../Textures/Shapes/RandomPieces.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring.png | 3 ++ .../Textures/Shapes/Ring.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring2.png | 3 ++ .../Textures/Shapes/Ring2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring3.png | 3 ++ .../Textures/Shapes/Ring3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring4.png | 3 ++ .../Textures/Shapes/Ring4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring5.png | 3 ++ .../Textures/Shapes/Ring5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring6.png | 3 ++ .../Textures/Shapes/Ring6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Ring7.png | 3 ++ .../Textures/Shapes/Ring7.png.meta | 3 ++ .../Textures/Shapes/RingGlow.png | 3 ++ .../Textures/Shapes/RingGlow.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Scratch.png | 3 ++ .../Textures/Shapes/Scratch.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield.png | 3 ++ .../Textures/Shapes/Shield.png.meta | 3 ++ .../Textures/Shapes/Shield10.png | 3 ++ .../Textures/Shapes/Shield10.png.meta | 3 ++ .../Textures/Shapes/Shield11.png | 3 ++ .../Textures/Shapes/Shield11.png.meta | 3 ++ .../Textures/Shapes/Shield12.png | 3 ++ .../Textures/Shapes/Shield12.png.meta | 3 ++ .../Textures/Shapes/Shield13.png | 3 ++ .../Textures/Shapes/Shield13.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield2.png | 3 ++ .../Textures/Shapes/Shield2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield3.png | 3 ++ .../Textures/Shapes/Shield3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield4.png | 3 ++ .../Textures/Shapes/Shield4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield5.png | 3 ++ .../Textures/Shapes/Shield5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield6.png | 3 ++ .../Textures/Shapes/Shield6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield7.png | 3 ++ .../Textures/Shapes/Shield7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield8.png | 3 ++ .../Textures/Shapes/Shield8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Shield9.png | 3 ++ .../Textures/Shapes/Shield9.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke.png | 3 ++ .../Textures/Shapes/Smoke.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke10.png | 3 ++ .../Textures/Shapes/Smoke10.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke11.png | 3 ++ .../Textures/Shapes/Smoke11.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke12.png | 3 ++ .../Textures/Shapes/Smoke12.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke13.png | 3 ++ .../Textures/Shapes/Smoke13.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke14.png | 3 ++ .../Textures/Shapes/Smoke14.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke15.png | 3 ++ .../Textures/Shapes/Smoke15.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke16.png | 3 ++ .../Textures/Shapes/Smoke16.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke17.png | 3 ++ .../Textures/Shapes/Smoke17.png.meta | 3 ++ .../Textures/Shapes/Smoke17_1.png | 3 ++ .../Textures/Shapes/Smoke17_1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke18.png | 3 ++ .../Textures/Shapes/Smoke18.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke2.png | 3 ++ .../Textures/Shapes/Smoke2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke3.png | 3 ++ .../Textures/Shapes/Smoke3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke4.png | 3 ++ .../Textures/Shapes/Smoke4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke5.png | 3 ++ .../Textures/Shapes/Smoke5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke6.png | 3 ++ .../Textures/Shapes/Smoke6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke7.png | 3 ++ .../Textures/Shapes/Smoke7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke8.png | 3 ++ .../Textures/Shapes/Smoke8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Smoke9.png | 3 ++ .../Textures/Shapes/Smoke9.png.meta | 3 ++ .../Textures/Shapes/SnowFlake.png | 3 ++ .../Textures/Shapes/SnowFlake.png.meta | 3 ++ .../Textures/Shapes/SnowFlake2.png | 3 ++ .../Textures/Shapes/SnowFlake2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Sparks4.png | 3 ++ .../Textures/Shapes/Sparks4.png.meta | 3 ++ .../Textures/Shapes/SpikeBall.png | 3 ++ .../Textures/Shapes/SpikeBall.png.meta | 3 ++ .../Textures/Shapes/SpikeBallTwirl.png | 3 ++ .../Textures/Shapes/SpikeBallTwirl.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral.png | 3 ++ .../Textures/Shapes/Spiral.png.meta | 3 ++ .../Textures/Shapes/Spiral10.png | 3 ++ .../Textures/Shapes/Spiral10.png.meta | 3 ++ .../Textures/Shapes/Spiral11.png | 3 ++ .../Textures/Shapes/Spiral11.png.meta | 3 ++ .../Textures/Shapes/Spiral12.png | 3 ++ .../Textures/Shapes/Spiral12.png.meta | 3 ++ .../Textures/Shapes/Spiral13.png | 3 ++ .../Textures/Shapes/Spiral13.png.meta | 3 ++ .../Textures/Shapes/Spiral14.png | 3 ++ .../Textures/Shapes/Spiral14.png.meta | 3 ++ .../Textures/Shapes/Spiral15.png | 3 ++ .../Textures/Shapes/Spiral15.png.meta | 3 ++ .../Textures/Shapes/Spiral16.png | 3 ++ .../Textures/Shapes/Spiral16.png.meta | 3 ++ .../Textures/Shapes/Spiral17.png | 3 ++ .../Textures/Shapes/Spiral17.png.meta | 3 ++ .../Textures/Shapes/Spiral18.png | 3 ++ .../Textures/Shapes/Spiral18.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral2.png | 3 ++ .../Textures/Shapes/Spiral2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral3.png | 3 ++ .../Textures/Shapes/Spiral3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral4.png | 3 ++ .../Textures/Shapes/Spiral4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral5.png | 3 ++ .../Textures/Shapes/Spiral5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral6.png | 3 ++ .../Textures/Shapes/Spiral6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral7.png | 3 ++ .../Textures/Shapes/Spiral7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral8.png | 3 ++ .../Textures/Shapes/Spiral8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Spiral9.png | 3 ++ .../Textures/Shapes/Spiral9.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash.png | 3 ++ .../Textures/Shapes/Splash.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash1.png | 3 ++ .../Textures/Shapes/Splash1.png.meta | 3 ++ .../Textures/Shapes/Splash10.png | 3 ++ .../Textures/Shapes/Splash10.png.meta | 3 ++ .../Textures/Shapes/Splash11.png | 3 ++ .../Textures/Shapes/Splash11.png.meta | 3 ++ .../Textures/Shapes/Splash12.png | 3 ++ .../Textures/Shapes/Splash12.png.meta | 3 ++ .../Textures/Shapes/Splash13.png | 3 ++ .../Textures/Shapes/Splash13.png.meta | 3 ++ .../Textures/Shapes/Splash14.png | 3 ++ .../Textures/Shapes/Splash14.png.meta | 3 ++ .../Textures/Shapes/Splash15.png | 3 ++ .../Textures/Shapes/Splash15.png.meta | 3 ++ .../Textures/Shapes/Splash16.png | 3 ++ .../Textures/Shapes/Splash16.png.meta | 3 ++ .../Textures/Shapes/Splash17.png | 3 ++ .../Textures/Shapes/Splash17.png.meta | 3 ++ .../Textures/Shapes/Splash18.png | 3 ++ .../Textures/Shapes/Splash18.png.meta | 3 ++ .../Textures/Shapes/Splash19.png | 3 ++ .../Textures/Shapes/Splash19.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash2.png | 3 ++ .../Textures/Shapes/Splash2.png.meta | 3 ++ .../Textures/Shapes/Splash20.png | 3 ++ .../Textures/Shapes/Splash20.png.meta | 3 ++ .../Textures/Shapes/Splash21.png | 3 ++ .../Textures/Shapes/Splash21.png.meta | 3 ++ .../Textures/Shapes/Splash22.png | 3 ++ .../Textures/Shapes/Splash22.png.meta | 3 ++ .../Textures/Shapes/Splash23.png | 3 ++ .../Textures/Shapes/Splash23.png.meta | 3 ++ .../Textures/Shapes/Splash24.png | 3 ++ .../Textures/Shapes/Splash24.png.meta | 3 ++ .../Textures/Shapes/Splash25.png | 3 ++ .../Textures/Shapes/Splash25.png.meta | 3 ++ .../Textures/Shapes/Splash26.png | 3 ++ .../Textures/Shapes/Splash26.png.meta | 3 ++ .../Textures/Shapes/Splash27.png | 3 ++ .../Textures/Shapes/Splash27.png.meta | 3 ++ .../Textures/Shapes/Splash28.png | 3 ++ .../Textures/Shapes/Splash28.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash3.png | 3 ++ .../Textures/Shapes/Splash3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash4.png | 3 ++ .../Textures/Shapes/Splash4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash5.png | 3 ++ .../Textures/Shapes/Splash5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash6.png | 3 ++ .../Textures/Shapes/Splash6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash7.png | 3 ++ .../Textures/Shapes/Splash7.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash8.png | 3 ++ .../Textures/Shapes/Splash8.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Splash9.png | 3 ++ .../Textures/Shapes/Splash9.png.meta | 3 ++ .../Textures/Shapes/SplashErode.png | 3 ++ .../Textures/Shapes/SplashErode.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Square.png | 3 ++ .../Textures/Shapes/Square.png.meta | 3 ++ .../Textures/Shapes/SquareBlurry.png | 3 ++ .../Textures/Shapes/SquareBlurry.png.meta | 3 ++ .../Textures/Shapes/SquareBlurryMask.png | 3 ++ .../Textures/Shapes/SquareBlurryMask.png.meta | 3 ++ .../Textures/Shapes/SquareMask.png | 3 ++ .../Textures/Shapes/SquareMask.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star1.png | 3 ++ .../Textures/Shapes/Star1.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star2.png | 3 ++ .../Textures/Shapes/Star2.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star3.png | 3 ++ .../Textures/Shapes/Star3.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star4.png | 3 ++ .../Textures/Shapes/Star4.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star5.png | 3 ++ .../Textures/Shapes/Star5.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star6.png | 3 ++ .../Textures/Shapes/Star6.png.meta | 3 ++ .../Demo & Assets/Textures/Shapes/Star7.png | 3 ++ .../Textures/Shapes/Star7.png.meta | 3 ++ .../Textures/Shapes/StarDiamond.png | 3 ++ .../Textures/Shapes/StarDiamond.png.meta | 3 ++ .../Textures/Shapes/Triangle.png | 3 ++ .../Textures/Shapes/Triangle.png.meta | 3 ++ .../Textures/Shapes/WaterSplash.png | 3 ++ .../Textures/Shapes/WaterSplash.png.meta | 3 ++ .../Textures/Shapes/WaterSplashErode.png | 3 ++ .../Textures/Shapes/WaterSplashErode.png.meta | 3 ++ .../Textures/Shapes/ZapsAtlas.png | 3 ++ .../Textures/Shapes/ZapsAtlas.png.meta | 3 ++ .../Demo & Assets/Textures/Trails.meta | 3 ++ .../Textures/Trails/DigitalTrail1.png | 3 ++ .../Textures/Trails/DigitalTrail1.png.meta | 3 ++ .../Textures/Trails/DigitalTrail2.png | 3 ++ .../Textures/Trails/DigitalTrail2.png.meta | 3 ++ .../Textures/Trails/DigitalTrail3.png | 3 ++ .../Textures/Trails/DigitalTrail3.png.meta | 3 ++ .../Textures/Trails/EnergyTrail1.png | 3 ++ .../Textures/Trails/EnergyTrail1.png.meta | 3 ++ .../Textures/Trails/EnergyTrail2.png | 3 ++ .../Textures/Trails/EnergyTrail2.png.meta | 3 ++ .../Textures/Trails/EnergyTrail3.png | 3 ++ .../Textures/Trails/EnergyTrail3.png.meta | 3 ++ .../Textures/Trails/EnergyTrail4.png | 3 ++ .../Textures/Trails/EnergyTrail4.png.meta | 3 ++ .../Textures/Trails/EnergyTrail5.png | 3 ++ .../Textures/Trails/EnergyTrail5.png.meta | 3 ++ .../Textures/Trails/EnergyTrail6.png | 3 ++ .../Textures/Trails/EnergyTrail6.png.meta | 3 ++ .../Textures/Trails/FlameTrail1.png | 3 ++ .../Textures/Trails/FlameTrail1.png.meta | 3 ++ .../Textures/Trails/FlameTrail10.png | 3 ++ .../Textures/Trails/FlameTrail10.png.meta | 3 ++ .../Textures/Trails/FlameTrail2.png | 3 ++ .../Textures/Trails/FlameTrail2.png.meta | 3 ++ .../Textures/Trails/FlameTrail3.png | 3 ++ .../Textures/Trails/FlameTrail3.png.meta | 3 ++ .../Textures/Trails/FlameTrail4.png | 3 ++ .../Textures/Trails/FlameTrail4.png.meta | 3 ++ .../Textures/Trails/FlameTrail5.png | 3 ++ .../Textures/Trails/FlameTrail5.png.meta | 3 ++ .../Textures/Trails/FlameTrail6.png | 3 ++ .../Textures/Trails/FlameTrail6.png.meta | 3 ++ .../Textures/Trails/FlameTrail7.png | 3 ++ .../Textures/Trails/FlameTrail7.png.meta | 3 ++ .../Textures/Trails/FlameTrail8.png | 3 ++ .../Textures/Trails/FlameTrail8.png.meta | 3 ++ .../Textures/Trails/FlameTrail9.png | 3 ++ .../Textures/Trails/FlameTrail9.png.meta | 3 ++ .../Textures/Trails/GlowTrail.png | 3 ++ .../Textures/Trails/GlowTrail.png.meta | 3 ++ .../Demo & Assets/Textures/Trails/Line1.png | 3 ++ .../Textures/Trails/Line1.png.meta | 3 ++ .../Demo & Assets/Textures/Trails/Line2.png | 3 ++ .../Textures/Trails/Line2.png.meta | 3 ++ .../Demo & Assets/Textures/Trails/Line3.png | 3 ++ .../Textures/Trails/Line3.png.meta | 3 ++ .../Demo & Assets/Textures/Trails/Line4.png | 3 ++ .../Textures/Trails/Line4.png.meta | 3 ++ .../Demo & Assets/Textures/Trails/Line5.png | 3 ++ .../Textures/Trails/Line5.png.meta | 3 ++ .../Textures/Trails/MagicTrail1.png | 3 ++ .../Textures/Trails/MagicTrail1.png.meta | 3 ++ .../Textures/Trails/MagicTrail10.png | 3 ++ .../Textures/Trails/MagicTrail10.png.meta | 3 ++ .../Textures/Trails/MagicTrail11.png | 3 ++ .../Textures/Trails/MagicTrail11.png.meta | 3 ++ .../Textures/Trails/MagicTrail12.png | 3 ++ .../Textures/Trails/MagicTrail12.png.meta | 3 ++ .../Textures/Trails/MagicTrail2.png | 3 ++ .../Textures/Trails/MagicTrail2.png.meta | 3 ++ .../Textures/Trails/MagicTrail3.png | 3 ++ .../Textures/Trails/MagicTrail3.png.meta | 3 ++ .../Textures/Trails/MagicTrail4.png | 3 ++ .../Textures/Trails/MagicTrail4.png.meta | 3 ++ .../Textures/Trails/MagicTrail5.png | 3 ++ .../Textures/Trails/MagicTrail5.png.meta | 3 ++ .../Textures/Trails/MagicTrail6.png | 3 ++ .../Textures/Trails/MagicTrail6.png.meta | 3 ++ .../Textures/Trails/MagicTrail7.png | 3 ++ .../Textures/Trails/MagicTrail7.png.meta | 3 ++ .../Textures/Trails/MagicTrail8.png | 3 ++ .../Textures/Trails/MagicTrail8.png.meta | 3 ++ .../Textures/Trails/MagicTrail9.png | 3 ++ .../Textures/Trails/MagicTrail9.png.meta | 3 ++ .../Textures/Trails/ScrollHead.png | 3 ++ .../Textures/Trails/ScrollHead.png.meta | 3 ++ .../Textures/Trails/SlashCore1.png | 3 ++ .../Textures/Trails/SlashCore1.png.meta | 3 ++ .../Textures/Trails/SlashCore10.png | 3 ++ .../Textures/Trails/SlashCore10.png.meta | 3 ++ .../Textures/Trails/SlashCore2.png | 3 ++ .../Textures/Trails/SlashCore2.png.meta | 3 ++ .../Textures/Trails/SlashCore3.png | 3 ++ .../Textures/Trails/SlashCore3.png.meta | 3 ++ .../Textures/Trails/SlashCore4.png | 3 ++ .../Textures/Trails/SlashCore4.png.meta | 3 ++ .../Textures/Trails/SlashCore5.png | 3 ++ .../Textures/Trails/SlashCore5.png.meta | 3 ++ .../Textures/Trails/SlashCore6.png | 3 ++ .../Textures/Trails/SlashCore6.png.meta | 3 ++ .../Textures/Trails/SlashCore7.png | 3 ++ .../Textures/Trails/SlashCore7.png.meta | 3 ++ .../Textures/Trails/SlashCore8.png | 3 ++ .../Textures/Trails/SlashCore8.png.meta | 3 ++ .../Textures/Trails/SlashCore9.png | 3 ++ .../Textures/Trails/SlashCore9.png.meta | 3 ++ .../Textures/Trails/SlashMask.png | 3 ++ .../Textures/Trails/SlashMask.png.meta | 3 ++ .../Textures/Trails/SlashMaskVertical.png | 3 ++ .../Trails/SlashMaskVertical.png.meta | 3 ++ .../Textures/Trails/SmokeTrail1.png | 3 ++ .../Textures/Trails/SmokeTrail1.png.meta | 3 ++ .../Textures/Trails/SmokeTrail10.png | 3 ++ .../Textures/Trails/SmokeTrail10.png.meta | 3 ++ .../Textures/Trails/SmokeTrail11.png | 3 ++ .../Textures/Trails/SmokeTrail11.png.meta | 3 ++ .../Textures/Trails/SmokeTrail12.png | 3 ++ .../Textures/Trails/SmokeTrail12.png.meta | 3 ++ .../Textures/Trails/SmokeTrail13.png | 3 ++ .../Textures/Trails/SmokeTrail13.png.meta | 3 ++ .../Textures/Trails/SmokeTrail14.png | 3 ++ .../Textures/Trails/SmokeTrail14.png.meta | 3 ++ .../Textures/Trails/SmokeTrail15.png | 3 ++ .../Textures/Trails/SmokeTrail15.png.meta | 3 ++ .../Textures/Trails/SmokeTrail16.png | 3 ++ .../Textures/Trails/SmokeTrail16.png.meta | 3 ++ .../Textures/Trails/SmokeTrail2.png | 3 ++ .../Textures/Trails/SmokeTrail2.png.meta | 3 ++ .../Textures/Trails/SmokeTrail3.png | 3 ++ .../Textures/Trails/SmokeTrail3.png.meta | 3 ++ .../Textures/Trails/SmokeTrail4.png | 3 ++ .../Textures/Trails/SmokeTrail4.png.meta | 3 ++ .../Textures/Trails/SmokeTrail5.png | 3 ++ .../Textures/Trails/SmokeTrail5.png.meta | 3 ++ .../Textures/Trails/SmokeTrail6.png | 3 ++ .../Textures/Trails/SmokeTrail6.png.meta | 3 ++ .../Textures/Trails/SmokeTrail7.png | 3 ++ .../Textures/Trails/SmokeTrail7.png.meta | 3 ++ .../Textures/Trails/SmokeTrail8.png | 3 ++ .../Textures/Trails/SmokeTrail8.png.meta | 3 ++ .../Textures/Trails/SmokeTrail9.png | 3 ++ .../Textures/Trails/SmokeTrail9.png.meta | 3 ++ .../Textures/Trails/ToonBeamTrail1.png | 3 ++ .../Textures/Trails/ToonBeamTrail1.png.meta | 3 ++ .../Textures/Trails/ToonBeamTrail2.png | 3 ++ .../Textures/Trails/ToonBeamTrail2.png.meta | 3 ++ .../Textures/Trails/ToonBeamTrail3.png | 3 ++ .../Textures/Trails/ToonBeamTrail3.png.meta | 3 ++ .../Textures/Trails/ToonBeamTrail4.png | 3 ++ .../Textures/Trails/ToonBeamTrail4.png.meta | 3 ++ .../Textures/Trails/ToonBeamTrail5.png | 3 ++ .../Textures/Trails/ToonBeamTrail5.png.meta | 3 ++ .../Textures/Trails/ToonDust1.png | 3 ++ .../Textures/Trails/ToonDust1.png.meta | 3 ++ .../Textures/Trails/ToonDust2.png | 3 ++ .../Textures/Trails/ToonDust2.png.meta | 3 ++ .../Textures/Trails/TrailElectric.png | 3 ++ .../Textures/Trails/TrailElectric.png.meta | 3 ++ .../Textures/Trails/TrailElectric10.png | 3 ++ .../Textures/Trails/TrailElectric10.png.meta | 3 ++ .../Textures/Trails/TrailElectric11.png | 3 ++ .../Textures/Trails/TrailElectric11.png.meta | 3 ++ .../Textures/Trails/TrailElectric12.png | 3 ++ .../Textures/Trails/TrailElectric12.png.meta | 3 ++ .../Textures/Trails/TrailElectric13.png | 3 ++ .../Textures/Trails/TrailElectric13.png.meta | 3 ++ .../Textures/Trails/TrailElectric14.png | 3 ++ .../Textures/Trails/TrailElectric14.png.meta | 3 ++ .../Textures/Trails/TrailElectric15.png | 3 ++ .../Textures/Trails/TrailElectric15.png.meta | 3 ++ .../Textures/Trails/TrailElectric16.png | 3 ++ .../Textures/Trails/TrailElectric16.png.meta | 3 ++ .../Textures/Trails/TrailElectric17.png | 3 ++ .../Textures/Trails/TrailElectric17.png.meta | 3 ++ .../Textures/Trails/TrailElectric18.png | 3 ++ .../Textures/Trails/TrailElectric18.png.meta | 3 ++ .../Textures/Trails/TrailElectric19.png | 3 ++ .../Textures/Trails/TrailElectric19.png.meta | 3 ++ .../Textures/Trails/TrailElectric2.png | 3 ++ .../Textures/Trails/TrailElectric2.png.meta | 3 ++ .../Textures/Trails/TrailElectric20.png | 3 ++ .../Textures/Trails/TrailElectric20.png.meta | 3 ++ .../Textures/Trails/TrailElectric21.png | 3 ++ .../Textures/Trails/TrailElectric21.png.meta | 3 ++ .../Textures/Trails/TrailElectric22.png | 3 ++ .../Textures/Trails/TrailElectric22.png.meta | 3 ++ .../Textures/Trails/TrailElectric23.png | 3 ++ .../Textures/Trails/TrailElectric23.png.meta | 3 ++ .../Textures/Trails/TrailElectric24.png | 3 ++ .../Textures/Trails/TrailElectric24.png.meta | 3 ++ .../Textures/Trails/TrailElectric25.png | 3 ++ .../Textures/Trails/TrailElectric25.png.meta | 3 ++ .../Textures/Trails/TrailElectric26.png | 3 ++ .../Textures/Trails/TrailElectric26.png.meta | 3 ++ .../Textures/Trails/TrailElectric3.png | 3 ++ .../Textures/Trails/TrailElectric3.png.meta | 3 ++ .../Textures/Trails/TrailElectric4.png | 3 ++ .../Textures/Trails/TrailElectric4.png.meta | 3 ++ .../Textures/Trails/TrailElectric5.png | 3 ++ .../Textures/Trails/TrailElectric5.png.meta | 3 ++ .../Textures/Trails/TrailElectric6.png | 3 ++ .../Textures/Trails/TrailElectric6.png.meta | 3 ++ .../Textures/Trails/TrailElectric7.png | 3 ++ .../Textures/Trails/TrailElectric7.png.meta | 3 ++ .../Textures/Trails/TrailElectric8.png | 3 ++ .../Textures/Trails/TrailElectric8.png.meta | 3 ++ .../Textures/Trails/TrailElectric9.png | 3 ++ .../Textures/Trails/TrailElectric9.png.meta | 3 ++ .../Textures/Trails/TrailHead1.png | 3 ++ .../Textures/Trails/TrailHead1.png.meta | 3 ++ .../Textures/Trails/TrailHead10.png | 3 ++ .../Textures/Trails/TrailHead10.png.meta | 3 ++ .../Textures/Trails/TrailHead2.png | 3 ++ .../Textures/Trails/TrailHead2.png.meta | 3 ++ .../Textures/Trails/TrailHead3.png | 3 ++ .../Textures/Trails/TrailHead3.png.meta | 3 ++ .../Textures/Trails/TrailHead4.png | 3 ++ .../Textures/Trails/TrailHead4.png.meta | 3 ++ .../Textures/Trails/TrailHead5.png | 3 ++ .../Textures/Trails/TrailHead5.png.meta | 3 ++ .../Textures/Trails/TrailHead6.png | 3 ++ .../Textures/Trails/TrailHead6.png.meta | 3 ++ .../Textures/Trails/TrailHead7.png | 3 ++ .../Textures/Trails/TrailHead7.png.meta | 3 ++ .../Textures/Trails/TrailHead8.png | 3 ++ .../Textures/Trails/TrailHead8.png.meta | 3 ++ .../Textures/Trails/TrailHead9.png | 3 ++ .../Textures/Trails/TrailHead9.png.meta | 3 ++ .../Textures/Trails/TrailLines1.png | 3 ++ .../Textures/Trails/TrailLines1.png.meta | 3 ++ .../Textures/Trails/TrailLines1_1.png | 3 ++ .../Textures/Trails/TrailLines1_1.png.meta | 3 ++ .../Textures/Trails/TrailLines2.png | 3 ++ .../Textures/Trails/TrailLines2.png.meta | 3 ++ .../Textures/Trails/TrailLines3.png | 3 ++ .../Textures/Trails/TrailLines3.png.meta | 3 ++ .../Textures/Trails/TrailLines4.png | 3 ++ .../Textures/Trails/TrailLines4.png.meta | 3 ++ .../Textures/Trails/TrailLines4b.png | 3 ++ .../Textures/Trails/TrailLines4b.png.meta | 3 ++ .../Textures/Trails/TrailLines5.png | 3 ++ .../Textures/Trails/TrailLines5.png.meta | 3 ++ .../Textures/Trails/TrailLines6.png | 3 ++ .../Textures/Trails/TrailLines6.png.meta | 3 ++ .../Textures/Trails/WaterStreakHead.png | 3 ++ .../Textures/Trails/WaterStreakHead.png.meta | 3 ++ .../Demo & Assets/Textures/_ImportPreset.meta | 3 ++ .../AllIn1VfxImportPreset.preset | 3 ++ .../AllIn1VfxImportPreset.preset.meta | 3 ++ .../AllIn1VfxSpriteImportPreset.preset | 3 ++ .../AllIn1VfxSpriteImportPreset.preset.meta | 3 ++ .../AllIn1VfxToolkit/Documentation.pdf | 3 ++ .../AllIn1VfxToolkit/Documentation.pdf.meta | 3 ++ Assets/Plugins/AllIn1VfxToolkit/Editor.meta | 3 ++ .../Editor/AllIn1ParticleHelperEditor.cs | 3 ++ .../Editor/AllIn1ParticleHelperEditor.cs.meta | 3 ++ .../Editor/AllIn1VfxCustomMaterialEditor.cs | 3 ++ .../AllIn1VfxCustomMaterialEditor.cs.meta | 3 ++ .../Editor/AllIn1VfxEditor.cs | 3 ++ .../Editor/AllIn1VfxEditor.cs.meta | 3 ++ .../Editor/AllIn1VfxGradientDrawer.cs | 3 ++ .../Editor/AllIn1VfxGradientDrawer.cs.meta | 3 ++ .../AllIn1VfxLitCustomMaterialEditor.cs | 3 ++ .../AllIn1VfxLitCustomMaterialEditor.cs.meta | 3 ++ .../Editor/AllIn1VfxShaderImporter.cs | 3 ++ .../Editor/AllIn1VfxShaderImporter.cs.meta | 3 ++ .../Editor/RenderPipelineChecker.cs | 3 ++ .../Editor/RenderPipelineChecker.cs.meta | 3 ++ .../AllIn1VfxToolkit/Editor/Texture.meta | 3 ++ .../Texture/AllIn1VfxCustomEditorImage.png | 3 ++ .../AllIn1VfxCustomEditorImage.png.meta | 3 ++ .../AllIn1VfxToolkit/MaterialSaves.meta | 3 ++ .../MaterialSaves/DefaultVfxMat.mat | 3 ++ .../MaterialSaves/DefaultVfxMat.mat.meta | 3 ++ .../AllIn1VfxToolkit/ParticlePresets.meta | 3 ++ .../ConeBurstHelperPreset.asset | 3 ++ .../ConeBurstHelperPreset.asset.meta | 3 ++ .../ParticlePresets/ConeBurstPsPreset.preset | 3 ++ .../ConeBurstPsPreset.preset.meta | 3 ++ .../ExplosionBurstHelperPreset.asset | 3 ++ .../ExplosionBurstHelperPreset.asset.meta | 3 ++ .../ParticlePresets/ExplosionPsPreset.preset | 3 ++ .../ExplosionPsPreset.preset.meta | 3 ++ .../SingleCenterHelperPreset.asset | 3 ++ .../SingleCenterHelperPreset.asset.meta | 3 ++ .../SingleCenterPsPreset.preset | 3 ++ .../SingleCenterPsPreset.preset.meta | 3 ++ Assets/Plugins/AllIn1VfxToolkit/Scripts.meta | 3 ++ .../Scripts/All1VfxRandomTimeSeed.cs | 3 ++ .../Scripts/All1VfxRandomTimeSeed.cs.meta | 3 ++ .../Scripts/AllIn1GraphicMaterialDuplicate.cs | 3 ++ .../AllIn1GraphicMaterialDuplicate.cs.meta | 3 ++ .../AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs | 3 ++ .../Scripts/AllIn1LookAt.cs.meta | 3 ++ .../Scripts/AllIn1ParticleHelperComponent.cs | 3 ++ .../AllIn1ParticleHelperComponent.cs.meta | 3 ++ .../Scripts/AllIn1ParticleHelperSO.cs | 3 ++ .../Scripts/AllIn1ParticleHelperSO.cs.meta | 3 ++ .../Scripts/AllIn1VfxBounceAnimation.cs | 3 ++ .../Scripts/AllIn1VfxBounceAnimation.cs.meta | 3 ++ .../Scripts/AllIn1VfxComponent.cs | 3 ++ .../Scripts/AllIn1VfxComponent.cs.meta | 3 ++ .../Scripts/AllIn1VfxFakeLightDirSetter.cs | 3 ++ .../AllIn1VfxFakeLightDirSetter.cs.meta | 3 ++ .../Scripts/AllIn1VfxNoiseCreator.cs | 3 ++ .../Scripts/AllIn1VfxNoiseCreator.cs.meta | 3 ++ .../Scripts/AllIn1VfxScrollShaderProperty.cs | 3 ++ .../AllIn1VfxScrollShaderProperty.cs.meta | 3 ++ .../Scripts/AllIn1VfxScrollShaderTexture.cs | 3 ++ .../AllIn1VfxScrollShaderTexture.cs.meta | 3 ++ .../Scripts/AllIn1VfxWindow.cs | 3 ++ .../Scripts/AllIn1VfxWindow.cs.meta | 3 ++ .../Scripts/SetAllIn1VfxCustomGlobalTime.cs | 3 ++ .../SetAllIn1VfxCustomGlobalTime.cs.meta | 3 ++ Assets/Plugins/AllIn1VfxToolkit/Shaders.meta | 3 ++ .../AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader | 3 ++ .../Shaders/AllIn1Vfx.shader.meta | 3 ++ .../Shaders/AllIn1VfxBuiltIn.shader | 3 ++ .../Shaders/AllIn1VfxBuiltIn.shader.meta | 3 ++ .../Shaders/AllIn1VfxFunctions.cginc | 3 ++ .../Shaders/AllIn1VfxFunctions.cginc.meta | 3 ++ .../Shaders/AllIn1VfxGrabPass.shader | 3 ++ .../Shaders/AllIn1VfxGrabPass.shader.meta | 3 ++ .../Shaders/AllIn1VfxLit.shader | 3 ++ .../Shaders/AllIn1VfxLit.shader.meta | 3 ++ .../Shaders/EditorShaders.meta | 3 ++ .../AllIn1VfxFractalNoise.shader | 3 ++ .../AllIn1VfxFractalNoise.shader.meta | 3 ++ .../EditorShaders/AllIn1VfxWorleyNoise.shader | 3 ++ .../AllIn1VfxWorleyNoise.shader.meta | 3 ++ .../AllIn1VfxToolkit/Shaders/Extras.meta | 3 ++ .../Shaders/Extras/All1VfxZWrite.shader | 3 ++ .../Shaders/Extras/All1VfxZWrite.shader.meta | 3 ++ .../Extras/All1VfxZWriteGpuInstancing.shader | 3 ++ .../All1VfxZWriteGpuInstancing.shader.meta | 3 ++ .../AllIn1VfxToolkit/Shaders/LitShaders.meta | 3 ++ .../AllIn1VfxLit_BetterShader.surfshader | 3 ++ .../AllIn1VfxLit_BetterShader.surfshader.meta | 3 ++ .../AllIn1VfxLit_BetterShader_HDRP2019.txt | 3 ++ ...llIn1VfxLit_BetterShader_HDRP2019.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_HDRP2020.txt | 3 ++ ...llIn1VfxLit_BetterShader_HDRP2020.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_HDRP2021.txt | 3 ++ ...llIn1VfxLit_BetterShader_HDRP2021.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_HDRP2022.txt | 3 ++ ...llIn1VfxLit_BetterShader_HDRP2022.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_HDRP2023.txt | 3 ++ ...llIn1VfxLit_BetterShader_HDRP2023.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_Standard.txt | 3 ++ ...llIn1VfxLit_BetterShader_Standard.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_URP2019.txt | 3 ++ ...AllIn1VfxLit_BetterShader_URP2019.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_URP2020.txt | 3 ++ ...AllIn1VfxLit_BetterShader_URP2020.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_URP2021.txt | 3 ++ ...AllIn1VfxLit_BetterShader_URP2021.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_URP2022.txt | 3 ++ ...AllIn1VfxLit_BetterShader_URP2022.txt.meta | 3 ++ .../AllIn1VfxLit_BetterShader_URP2023.txt | 3 ++ ...AllIn1VfxLit_BetterShader_URP2023.txt.meta | 3 ++ Assets/Plugins/Borodar.meta | 3 ++ Assets/Plugins/Borodar/RainbowHierarchy.meta | 3 ++ .../Borodar/RainbowHierarchy/Demo.meta | 3 ++ .../RainbowHierarchy/Demo/DemoColors.unity | 3 ++ .../Demo/DemoColors.unity.meta | 3 ++ .../Demo/DemoComponents.unity | 3 ++ .../Demo/DemoComponents.unity.meta | 3 ++ .../Borodar/RainbowHierarchy/NOTICES.txt | 3 ++ .../Borodar/RainbowHierarchy/NOTICES.txt.meta | 3 ++ .../Borodar/RainbowHierarchy/QuickStart.pdf | 3 ++ .../RainbowHierarchy/QuickStart.pdf.meta | 3 ++ .../Borodar/RainbowHierarchy/Scripts.meta | 3 ++ .../RainbowHierarchy/Scripts/Editor.meta | 3 ++ .../Scripts/Editor/Helpers.meta | 3 ++ .../Scripts/Editor/Helpers/ColorHelper.cs | 3 ++ .../Editor/Helpers/ColorHelper.cs.meta | 3 ++ .../Editor/Helpers/HierarchyEditorUtility.cs | 3 ++ .../Helpers/HierarchyEditorUtility.cs.meta | 3 ++ .../Editor/Helpers/HierarchyWindowAdapter.cs | 3 ++ .../Helpers/HierarchyWindowAdapter.cs.meta | 3 ++ .../Scripts/Editor/Helpers/RHLogger.cs | 3 ++ .../Scripts/Editor/Helpers/RHLogger.cs.meta | 3 ++ .../RainbowHierarchy/Scripts/Editor/Port.meta | 3 ++ .../Editor/Port/EditorProxyInitializer.cs | 3 ++ .../Port/EditorProxyInitializer.cs.meta | 3 ++ .../Editor/Port/HierarchyRulesetExporter.cs | 3 ++ .../Port/HierarchyRulesetExporter.cs.meta | 3 ++ .../Editor/Port/HierarchyRulesetImporter.cs | 3 ++ .../Port/HierarchyRulesetImporter.cs.meta | 3 ++ .../Editor/Port/HierarchyRulesetWrapper.cs | 3 ++ .../Port/HierarchyRulesetWrapper.cs.meta | 3 ++ .../Scripts/Editor/Prefs.meta | 3 ++ .../Editor/Prefs/HierarchyPreferences.cs | 3 ++ .../Editor/Prefs/HierarchyPreferences.cs.meta | 3 ++ .../Scripts/Editor/Prefs/Items.meta | 3 ++ .../Editor/Prefs/Items/EditorPrefsBoolean.cs | 3 ++ .../Prefs/Items/EditorPrefsBoolean.cs.meta | 3 ++ .../Editor/Prefs/Items/EditorPrefsItem.cs | 3 ++ .../Prefs/Items/EditorPrefsItem.cs.meta | 3 ++ .../Prefs/Items/EditorPrefsModifierKey.cs | 3 ++ .../Items/EditorPrefsModifierKey.cs.meta | 3 ++ .../Scripts/Editor/RList.meta | 3 ++ .../Scripts/Editor/RList/LICENSE | 3 ++ .../Scripts/Editor/RList/LICENSE.meta | 3 ++ .../Scripts/Editor/RList/ReorderableArray.cs | 3 ++ .../Editor/RList/ReorderableArray.cs.meta | 3 ++ .../Editor/RList/ReorderableAttribute.cs | 3 ++ .../Editor/RList/ReorderableAttribute.cs.meta | 3 ++ .../Scripts/Editor/RList/ReorderableDrawer.cs | 3 ++ .../Editor/RList/ReorderableDrawer.cs.meta | 3 ++ .../Scripts/Editor/RList/ReorderableList.cs | 3 ++ .../Editor/RList/ReorderableList.cs.meta | 3 ++ .../Scripts/Editor/RainbowHierarchyGUI.cs | 3 ++ .../Editor/RainbowHierarchyGUI.cs.meta | 3 ++ .../Scripts/Editor/Ruleset.meta | 3 ++ .../Editor/Ruleset/HierarchyRuleDrawer.cs | 3 ++ .../Ruleset/HierarchyRuleDrawer.cs.meta | 3 ++ .../Editor/Ruleset/HierarchyRulesetEditor.cs | 3 ++ .../Ruleset/HierarchyRulesetEditor.cs.meta | 3 ++ .../Ruleset/HierarchyRulesetEditorV2.cs | 3 ++ .../Ruleset/HierarchyRulesetEditorV2.cs.meta | 3 ++ .../Scripts/Editor/Storage.meta | 3 ++ .../Scripts/Editor/Storage/Backgrounds.meta | 3 ++ .../HierarchyBackgroundsStorage.cs | 3 ++ .../HierarchyBackgroundsStorage.cs.meta | 3 ++ .../Editor/Storage/EditorTextures.meta | 3 ++ .../EditorTextures/HierarchyEditorTexture.cs | 3 ++ .../HierarchyEditorTexture.cs.meta | 3 ++ .../HierarchyEditorTexturesStorage.cs | 3 ++ .../HierarchyEditorTexturesStorage.cs.meta | 3 ++ .../Scripts/Editor/Storage/Icons.meta | 3 ++ .../Storage/Icons/HierarchyIconCategory.cs | 3 ++ .../Icons/HierarchyIconCategory.cs.meta | 3 ++ .../Icons/HierarchyIconsArchiveFree.cs | 3 ++ .../Icons/HierarchyIconsArchiveFree.cs.meta | 3 ++ .../Storage/Icons/HierarchyIconsArchivePro.cs | 3 ++ .../Icons/HierarchyIconsArchivePro.cs.meta | 3 ++ .../Storage/Icons/HierarchyIconsStorage.cs | 3 ++ .../Icons/HierarchyIconsStorage.cs.meta | 3 ++ .../Editor/Storage/TexturesStorageHelper.cs | 3 ++ .../Storage/TexturesStorageHelper.cs.meta | 3 ++ .../Scripts/Editor/Windows.meta | 3 ++ .../Windows/CoreDraggablePopupWindow.cs | 3 ++ .../Windows/CoreDraggablePopupWindow.cs.meta | 3 ++ .../Windows/HierarchyBackgroundsPopup.cs | 3 ++ .../Windows/HierarchyBackgroundsPopup.cs.meta | 3 ++ .../Editor/Windows/HierarchyIconsPopup.cs | 3 ++ .../Windows/HierarchyIconsPopup.cs.meta | 3 ++ .../Editor/Windows/HierarchyPopupWindow.cs | 3 ++ .../Windows/HierarchyPopupWindow.cs.meta | 3 ++ .../Editor/Windows/HierarchySelectionPopup.cs | 3 ++ .../Windows/HierarchySelectionPopup.cs.meta | 3 ++ .../RainbowHierarchy/Scripts/Runtime.meta | 3 ++ .../Scripts/Runtime/HierarchyBackground.cs | 3 ++ .../Runtime/HierarchyBackground.cs.meta | 3 ++ .../Scripts/Runtime/HierarchyEditorProxy.cs | 3 ++ .../Runtime/HierarchyEditorProxy.cs.meta | 3 ++ .../Scripts/Runtime/HierarchyIcon.cs | 3 ++ .../Scripts/Runtime/HierarchyIcon.cs.meta | 3 ++ .../Scripts/Runtime/HierarchyRule.cs | 3 ++ .../Scripts/Runtime/HierarchyRule.cs.meta | 3 ++ .../Scripts/Runtime/HierarchyRuleset.cs | 3 ++ .../Scripts/Runtime/HierarchyRuleset.cs.meta | 3 ++ .../Scripts/Runtime/HierarchyRulesetV2.cs | 3 ++ .../Runtime/HierarchyRulesetV2.cs.meta | 3 ++ .../Scripts/Runtime/HierarchySceneConfig.cs | 3 ++ .../Runtime/HierarchySceneConfig.cs.meta | 3 ++ .../Scripts/Runtime/Info.meta | 3 ++ .../Scripts/Runtime/Info/AssetInfo.cs | 3 ++ .../Scripts/Runtime/Info/AssetInfo.cs.meta | 3 ++ Assets/Plugins/Demigiant.meta | 3 ++ Assets/Plugins/Demigiant/DOTween.meta | 3 ++ Assets/Plugins/Demigiant/DOTween/DOTween.XML | 3 ++ .../Demigiant/DOTween/DOTween.XML.meta | 3 ++ Assets/Plugins/Demigiant/DOTween/DOTween.dll | 3 ++ .../Demigiant/DOTween/DOTween.dll.meta | 3 ++ Assets/Plugins/Demigiant/DOTween/Editor.meta | 3 ++ .../DOTween/Editor/DOTweenEditor.XML | 3 ++ .../DOTween/Editor/DOTweenEditor.XML.meta | 3 ++ .../DOTween/Editor/DOTweenEditor.dll | 3 ++ .../DOTween/Editor/DOTweenEditor.dll.meta | 3 ++ .../Demigiant/DOTween/Editor/Imgs.meta | 3 ++ .../DOTween/Editor/Imgs/DOTweenIcon.png | 3 ++ .../DOTween/Editor/Imgs/DOTweenIcon.png.meta | 3 ++ .../DOTween/Editor/Imgs/DOTweenMiniIcon.png | 3 ++ .../Editor/Imgs/DOTweenMiniIcon.png.meta | 3 ++ .../Demigiant/DOTween/Editor/Imgs/Footer.png | 3 ++ .../DOTween/Editor/Imgs/Footer.png.meta | 3 ++ .../DOTween/Editor/Imgs/Footer_dark.png | 3 ++ .../DOTween/Editor/Imgs/Footer_dark.png.meta | 3 ++ .../Demigiant/DOTween/Editor/Imgs/Header.jpg | 3 ++ .../DOTween/Editor/Imgs/Header.jpg.meta | 3 ++ Assets/Plugins/Demigiant/DOTween/Modules.meta | 3 ++ .../DOTween/Modules/DOTweenModuleAudio.cs | 3 ++ .../Modules/DOTweenModuleAudio.cs.meta | 3 ++ .../Modules/DOTweenModuleEPOOutline.cs | 3 ++ .../Modules/DOTweenModuleEPOOutline.cs.meta | 3 ++ .../DOTween/Modules/DOTweenModulePhysics.cs | 3 ++ .../Modules/DOTweenModulePhysics.cs.meta | 3 ++ .../DOTween/Modules/DOTweenModulePhysics2D.cs | 3 ++ .../Modules/DOTweenModulePhysics2D.cs.meta | 3 ++ .../DOTween/Modules/DOTweenModuleSprite.cs | 3 ++ .../Modules/DOTweenModuleSprite.cs.meta | 3 ++ .../DOTween/Modules/DOTweenModuleUI.cs | 3 ++ .../DOTween/Modules/DOTweenModuleUI.cs.meta | 3 ++ .../Modules/DOTweenModuleUnityVersion.cs | 3 ++ .../Modules/DOTweenModuleUnityVersion.cs.meta | 3 ++ .../DOTween/Modules/DOTweenModuleUtils.cs | 3 ++ .../Modules/DOTweenModuleUtils.cs.meta | 3 ++ Assets/Plugins/Demigiant/DOTween/readme.txt | 3 ++ .../Plugins/Demigiant/DOTween/readme.txt.meta | 3 ++ .../Demigiant/DOTweenPro Examples.meta | 3 ++ .../DOTweenAnimation_Advanced.unity | 3 ++ .../DOTweenAnimation_Advanced.unity.meta | 3 ++ ...DOTweenAnimation_AdvancedSettings.lighting | 3 ++ ...enAnimation_AdvancedSettings.lighting.meta | 3 ++ .../DOTweenAnimation_Basics.unity | 3 ++ .../DOTweenAnimation_Basics.unity.meta | 3 ++ .../DOTweenAnimation_BasicsSettings.lighting | 3 ++ ...weenAnimation_BasicsSettings.lighting.meta | 3 ++ .../DOTweenPro Examples/DOTweenPath.unity | 3 ++ .../DOTweenPath.unity.meta | 3 ++ .../DOTweenPathSettings.lighting | 3 ++ .../DOTweenPathSettings.lighting.meta | 3 ++ .../DOTweenPro Examples/Examples Assets.meta | 3 ++ .../Examples Assets/dotweenpro_logo.png | 3 ++ .../Examples Assets/dotweenpro_logo.png.meta | 3 ++ Assets/Plugins/Demigiant/DOTweenPro.meta | 3 ++ .../Demigiant/DOTweenPro/DOTweenAnimation.cs | 3 ++ .../DOTweenPro/DOTweenAnimation.cs.meta | 3 ++ .../Demigiant/DOTweenPro/DOTweenDeAudio.cs | 3 ++ .../DOTweenPro/DOTweenDeAudio.cs.meta | 3 ++ .../DOTweenPro/DOTweenDeUnityExtended.cs | 3 ++ .../DOTweenPro/DOTweenDeUnityExtended.cs.meta | 3 ++ .../Demigiant/DOTweenPro/DOTweenPro.XML | 3 ++ .../Demigiant/DOTweenPro/DOTweenPro.XML.meta | 3 ++ .../Demigiant/DOTweenPro/DOTweenPro.dll | 3 ++ .../Demigiant/DOTweenPro/DOTweenPro.dll.meta | 3 ++ .../DOTweenPro/DOTweenProShortcuts.cs | 3 ++ .../DOTweenPro/DOTweenProShortcuts.cs.meta | 3 ++ .../DOTweenPro/DOTweenTextMeshPro.cs | 3 ++ .../DOTweenPro/DOTweenTextMeshPro.cs.meta | 3 ++ .../Demigiant/DOTweenPro/DOTweenTk2d.cs | 3 ++ .../Demigiant/DOTweenPro/DOTweenTk2d.cs.meta | 3 ++ .../Plugins/Demigiant/DOTweenPro/Editor.meta | 3 ++ .../Editor/DOTweenAnimationInspector.cs | 3 ++ .../Editor/DOTweenAnimationInspector.cs.meta | 3 ++ .../Editor/DOTweenPreviewManager.cs | 3 ++ .../Editor/DOTweenPreviewManager.cs.meta | 3 ++ .../DOTweenPro/Editor/DOTweenProEditor.XML | 3 ++ .../Editor/DOTweenProEditor.XML.meta | 3 ++ .../DOTweenPro/Editor/DOTweenProEditor.dll | 3 ++ .../Editor/DOTweenProEditor.dll.meta | 3 ++ .../Plugins/Demigiant/DOTweenPro/readme.txt | 3 ++ .../Demigiant/DOTweenPro/readme.txt.meta | 3 ++ Assets/Plugins/Demigiant/DemiLib.meta | 3 ++ Assets/Plugins/Demigiant/DemiLib/Core.meta | 3 ++ .../Demigiant/DemiLib/Core/DemiLib.dll | 3 ++ .../Demigiant/DemiLib/Core/DemiLib.dll.meta | 3 ++ .../Demigiant/DemiLib/Core/DemiLib.xml | 3 ++ .../Demigiant/DemiLib/Core/DemiLib.xml.meta | 3 ++ .../Demigiant/DemiLib/Core/Editor.meta | 3 ++ .../DemiLib/Core/Editor/DemiEditor.dll | 3 ++ .../DemiLib/Core/Editor/DemiEditor.dll.meta | 3 ++ .../DemiLib/Core/Editor/DemiEditor.xml | 3 ++ .../DemiLib/Core/Editor/DemiEditor.xml.meta | 3 ++ .../Demigiant/DemiLib/Core/Editor/Imgs.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/blackSquare.png | 3 ++ .../Core/Editor/Imgs/blackSquare.png.meta | 3 ++ .../Core/Editor/Imgs/blackSquareAlpha10.png | 3 ++ .../Editor/Imgs/blackSquareAlpha10.png.meta | 3 ++ .../Core/Editor/Imgs/blackSquareAlpha15.png | 3 ++ .../Editor/Imgs/blackSquareAlpha15.png.meta | 3 ++ .../Core/Editor/Imgs/blackSquareAlpha25.png | 3 ++ .../Editor/Imgs/blackSquareAlpha25.png.meta | 3 ++ .../Core/Editor/Imgs/blackSquareAlpha50.png | 3 ++ .../Editor/Imgs/blackSquareAlpha50.png.meta | 3 ++ .../Core/Editor/Imgs/blackSquareAlpha80.png | 3 ++ .../Editor/Imgs/blackSquareAlpha80.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/blueSquare.png | 3 ++ .../Core/Editor/Imgs/blueSquare.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/circle.png | 3 ++ .../DemiLib/Core/Editor/Imgs/circle.png.meta | 3 ++ .../Editor/Imgs/circle_dashedBorderEmpty.png | 3 ++ .../Imgs/circle_dashedBorderEmpty.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/greenSquare.png | 3 ++ .../Core/Editor/Imgs/greenSquare.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/grid_bright.png | 3 ++ .../Core/Editor/Imgs/grid_bright.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/grid_dark.png | 3 ++ .../Core/Editor/Imgs/grid_dark.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alert.png | 3 ++ .../Core/Editor/Imgs/ico_alert.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignB.png | 3 ++ .../Core/Editor/Imgs/ico_alignB.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignBC.png | 3 ++ .../Core/Editor/Imgs/ico_alignBC.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignBL.png | 3 ++ .../Core/Editor/Imgs/ico_alignBL.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignBR.png | 3 ++ .../Core/Editor/Imgs/ico_alignBR.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignCC.png | 3 ++ .../Core/Editor/Imgs/ico_alignCC.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignCL.png | 3 ++ .../Core/Editor/Imgs/ico_alignCL.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignCR.png | 3 ++ .../Core/Editor/Imgs/ico_alignCR.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignHC.png | 3 ++ .../Core/Editor/Imgs/ico_alignHC.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignL.png | 3 ++ .../Core/Editor/Imgs/ico_alignL.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignR.png | 3 ++ .../Core/Editor/Imgs/ico_alignR.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignT.png | 3 ++ .../Core/Editor/Imgs/ico_alignT.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignTC.png | 3 ++ .../Core/Editor/Imgs/ico_alignTC.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignTL.png | 3 ++ .../Core/Editor/Imgs/ico_alignTL.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignTR.png | 3 ++ .../Core/Editor/Imgs/ico_alignTR.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_alignVC.png | 3 ++ .../Core/Editor/Imgs/ico_alignVC.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_camera.png | 3 ++ .../Core/Editor/Imgs/ico_camera.png.meta | 3 ++ .../Core/Editor/Imgs/ico_camera_border.png | 3 ++ .../Editor/Imgs/ico_camera_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_cog.png | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_cog.png.meta | 3 ++ .../Core/Editor/Imgs/ico_cog_border.png | 3 ++ .../Core/Editor/Imgs/ico_cog_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_comment.png | 3 ++ .../Core/Editor/Imgs/ico_comment.png.meta | 3 ++ .../Core/Editor/Imgs/ico_comment_border.png | 3 ++ .../Editor/Imgs/ico_comment_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_delete.png | 3 ++ .../Core/Editor/Imgs/ico_delete.png.meta | 3 ++ .../Core/Editor/Imgs/ico_demigiant.png | 3 ++ .../Core/Editor/Imgs/ico_demigiant.png.meta | 3 ++ .../Editor/Imgs/ico_distributeHAlignT.png | 3 ++ .../Imgs/ico_distributeHAlignT.png.meta | 3 ++ .../Editor/Imgs/ico_distributeVAlignL.png | 3 ++ .../Imgs/ico_distributeVAlignL.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_doing.png | 3 ++ .../Core/Editor/Imgs/ico_doing.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_end.png | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_end.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_flipV.png | 3 ++ .../Core/Editor/Imgs/ico_flipV.png.meta | 3 ++ .../Core/Editor/Imgs/ico_foldout_closed.png | 3 ++ .../Editor/Imgs/ico_foldout_closed.png.meta | 3 ++ .../Core/Editor/Imgs/ico_foldout_open.png | 3 ++ .../Editor/Imgs/ico_foldout_open.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_heart.png | 3 ++ .../Core/Editor/Imgs/ico_heart.png.meta | 3 ++ .../Core/Editor/Imgs/ico_heart_border.png | 3 ++ .../Editor/Imgs/ico_heart_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_light.png | 3 ++ .../Core/Editor/Imgs/ico_light.png.meta | 3 ++ .../Core/Editor/Imgs/ico_light_border.png | 3 ++ .../Editor/Imgs/ico_light_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_lock.png | 3 ++ .../Core/Editor/Imgs/ico_lock.png.meta | 3 ++ .../Core/Editor/Imgs/ico_lock_open.png | 3 ++ .../Core/Editor/Imgs/ico_lock_open.png.meta | 3 ++ .../Core/Editor/Imgs/ico_nodeArrow.png | 3 ++ .../Core/Editor/Imgs/ico_nodeArrow.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_ok.png | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_ok.png.meta | 3 ++ .../Core/Editor/Imgs/ico_optionsDropdown.png | 3 ++ .../Editor/Imgs/ico_optionsDropdown.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_play.png | 3 ++ .../Core/Editor/Imgs/ico_play.png.meta | 3 ++ .../Core/Editor/Imgs/ico_play_border.png | 3 ++ .../Core/Editor/Imgs/ico_play_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_skull.png | 3 ++ .../Core/Editor/Imgs/ico_skull.png.meta | 3 ++ .../Core/Editor/Imgs/ico_skull_border.png | 3 ++ .../Editor/Imgs/ico_skull_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_star.png | 3 ++ .../Core/Editor/Imgs/ico_star.png.meta | 3 ++ .../Core/Editor/Imgs/ico_star_border.png | 3 ++ .../Core/Editor/Imgs/ico_star_border.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_todo.png | 3 ++ .../Core/Editor/Imgs/ico_todo.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_ui.png | 3 ++ .../DemiLib/Core/Editor/Imgs/ico_ui.png.meta | 3 ++ .../Core/Editor/Imgs/ico_ui_border.png | 3 ++ .../Core/Editor/Imgs/ico_ui_border.png.meta | 3 ++ .../Core/Editor/Imgs/ico_visibility.png | 3 ++ .../Core/Editor/Imgs/ico_visibility.png.meta | 3 ++ .../Core/Editor/Imgs/ico_visibility_off.png | 3 ++ .../Editor/Imgs/ico_visibility_off.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/orangeSquare.png | 3 ++ .../Core/Editor/Imgs/orangeSquare.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/project.meta | 3 ++ .../Core/Editor/Imgs/project/ico_atlas.png | 3 ++ .../Editor/Imgs/project/ico_atlas.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_audio.png | 3 ++ .../Editor/Imgs/project/ico_audio.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_bundle.png | 3 ++ .../Editor/Imgs/project/ico_bundle.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_cog.png | 3 ++ .../Core/Editor/Imgs/project/ico_cog.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_cross.png | 3 ++ .../Editor/Imgs/project/ico_cross.png.meta | 3 ++ .../Editor/Imgs/project/ico_demigiant.png | 3 ++ .../Imgs/project/ico_demigiant.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_folder.png | 3 ++ .../Editor/Imgs/project/ico_folder.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_fonts.png | 3 ++ .../Editor/Imgs/project/ico_fonts.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_heart.png | 3 ++ .../Editor/Imgs/project/ico_heart.png.meta | 3 ++ .../Editor/Imgs/project/ico_materials.png | 3 ++ .../Imgs/project/ico_materials.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_models.png | 3 ++ .../Editor/Imgs/project/ico_models.png.meta | 3 ++ .../Editor/Imgs/project/ico_particles.png | 3 ++ .../Imgs/project/ico_particles.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_play.png | 3 ++ .../Editor/Imgs/project/ico_play.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_prefab.png | 3 ++ .../Editor/Imgs/project/ico_prefab.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_scripts.png | 3 ++ .../Editor/Imgs/project/ico_scripts.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_shaders.png | 3 ++ .../Editor/Imgs/project/ico_shaders.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_skull.png | 3 ++ .../Editor/Imgs/project/ico_skull.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_star.png | 3 ++ .../Editor/Imgs/project/ico_star.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_terrains.png | 3 ++ .../Editor/Imgs/project/ico_terrains.png.meta | 3 ++ .../Core/Editor/Imgs/project/ico_textures.png | 3 ++ .../Editor/Imgs/project/ico_textures.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/purpleSquare.png | 3 ++ .../Core/Editor/Imgs/purpleSquare.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/redSquare.png | 3 ++ .../Core/Editor/Imgs/redSquare.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/squareBorder.png | 3 ++ .../Core/Editor/Imgs/squareBorder.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderAlpha15.png | 3 ++ .../Editor/Imgs/squareBorderAlpha15.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderCurved.png | 3 ++ .../Editor/Imgs/squareBorderCurved.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderCurved02.png | 3 ++ .../Editor/Imgs/squareBorderCurved02.png.meta | 3 ++ .../Imgs/squareBorderCurved02_darkBorders.png | 3 ++ .../squareBorderCurved02_darkBorders.png.meta | 3 ++ .../Editor/Imgs/squareBorderCurvedAlpha.png | 3 ++ .../Imgs/squareBorderCurvedAlpha.png.meta | 3 ++ .../Editor/Imgs/squareBorderCurvedEmpty.png | 3 ++ .../Imgs/squareBorderCurvedEmpty.png.meta | 3 ++ .../Editor/Imgs/squareBorderCurvedEmpty02.png | 3 ++ .../Imgs/squareBorderCurvedEmpty02.png.meta | 3 ++ .../Imgs/squareBorderCurvedEmptyThick.png | 3 ++ .../squareBorderCurvedEmptyThick.png.meta | 3 ++ .../Imgs/squareBorderCurved_darkBorders.png | 3 ++ .../squareBorderCurved_darkBorders.png.meta | 3 ++ .../squareBorderCurved_darkBordersAlpha.png | 3 ++ ...uareBorderCurved_darkBordersAlpha.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderEmpty.png | 3 ++ .../Editor/Imgs/squareBorderEmpty.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderEmpty01.png | 3 ++ .../Editor/Imgs/squareBorderEmpty01.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderEmpty02.png | 3 ++ .../Editor/Imgs/squareBorderEmpty02.png.meta | 3 ++ .../Core/Editor/Imgs/squareBorderEmpty03.png | 3 ++ .../Editor/Imgs/squareBorderEmpty03.png.meta | 3 ++ .../Editor/Imgs/squareBorderThickEmpty.png | 3 ++ .../Imgs/squareBorderThickEmpty.png.meta | 3 ++ .../Editor/Imgs/squareBorderThickerEmpty.png | 3 ++ .../Imgs/squareBorderThickerEmpty.png.meta | 3 ++ .../Core/Editor/Imgs/squareCorners03.png | 3 ++ .../Core/Editor/Imgs/squareCorners03.png.meta | 3 ++ .../Core/Editor/Imgs/squareCornersEmpty02.png | 3 ++ .../Editor/Imgs/squareCornersEmpty02.png.meta | 3 ++ .../Core/Editor/Imgs/tileBars_empty.png | 3 ++ .../Core/Editor/Imgs/tileBars_empty.png.meta | 3 ++ .../Core/Editor/Imgs/tileBars_slanted.png | 3 ++ .../Editor/Imgs/tileBars_slanted.png.meta | 3 ++ .../Editor/Imgs/tileBars_slanted_alpha.png | 3 ++ .../Imgs/tileBars_slanted_alpha.png.meta | 3 ++ .../Core/Editor/Imgs/tileCheckerboard.png | 3 ++ .../Editor/Imgs/tileCheckerboard.png.meta | 3 ++ .../Core/Editor/Imgs/transparentSquare.png | 3 ++ .../Editor/Imgs/transparentSquare.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/whiteDot.png | 3 ++ .../Core/Editor/Imgs/whiteDot.png.meta | 3 ++ .../Core/Editor/Imgs/whiteDot_darkBorder.png | 3 ++ .../Editor/Imgs/whiteDot_darkBorder.png.meta | 3 ++ .../Editor/Imgs/whiteDot_whiteBorderAlpha.png | 3 ++ .../Imgs/whiteDot_whiteBorderAlpha.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/whiteSquare.png | 3 ++ .../Core/Editor/Imgs/whiteSquare.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareAlpha10.png | 3 ++ .../Editor/Imgs/whiteSquareAlpha10.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareAlpha15.png | 3 ++ .../Editor/Imgs/whiteSquareAlpha15.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareAlpha25.png | 3 ++ .../Editor/Imgs/whiteSquareAlpha25.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareAlpha50.png | 3 ++ .../Editor/Imgs/whiteSquareAlpha50.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareAlpha80.png | 3 ++ .../Editor/Imgs/whiteSquareAlpha80.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareCurved.png | 3 ++ .../Editor/Imgs/whiteSquareCurved.png.meta | 3 ++ .../Core/Editor/Imgs/whiteSquareCurved02.png | 3 ++ .../Editor/Imgs/whiteSquareCurved02.png.meta | 3 ++ .../Editor/Imgs/whiteSquare_fadeOut_bt.png | 3 ++ .../Imgs/whiteSquare_fadeOut_bt.png.meta | 3 ++ .../DemiLib/Core/Editor/Imgs/yellowSquare.png | 3 ++ .../Core/Editor/Imgs/yellowSquare.png.meta | 3 ++ .../Plugins/Demigiant/readme_DOTweenPro.txt | 3 ++ .../Demigiant/readme_DOTweenPro.txt.meta | 3 ++ Assets/Plugins/Easy Save 3.meta | 3 ++ Assets/Plugins/Easy Save 3/Change Log.meta | 3 ++ .../Easy Save 3/Change Log/Change Log.txt | 3 ++ .../Change Log/Change Log.txt.meta | 3 ++ Assets/Plugins/Easy Save 3/Editor.meta | 3 ++ .../Easy Save 3/Editor/AddES3Prefab.cs | 3 ++ .../Easy Save 3/Editor/AddES3Prefab.cs.meta | 3 ++ .../Easy Save 3/Editor/AutoSaveWindow.cs | 3 ++ .../Easy Save 3/Editor/AutoSaveWindow.cs.meta | 3 ++ .../Easy Save 3/Editor/ChangeReferenceID.cs | 3 ++ .../Editor/ChangeReferenceID.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3AutoSaveEditor.cs | 3 ++ .../Editor/ES3AutoSaveEditor.cs.meta | 3 ++ .../Editor/ES3AutoSaveMgrEditor.cs | 3 ++ .../Editor/ES3AutoSaveMgrEditor.cs.meta | 3 ++ .../Editor/ES3ClassTypeTemplate.txt | 3 ++ .../Editor/ES3ClassTypeTemplate.txt.meta | 3 ++ .../Editor/ES3ComponentTypeTemplate.txt | 3 ++ .../Editor/ES3ComponentTypeTemplate.txt.meta | 3 ++ .../Easy Save 3/Editor/ES3EditorStyle.cs | 3 ++ .../Easy Save 3/Editor/ES3EditorStyle.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3EditorUtility.cs | 3 ++ .../Editor/ES3EditorUtility.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3GameObjectEditor.cs | 3 ++ .../Editor/ES3GameObjectEditor.cs.meta | 3 ++ .../Editor/ES3GlobalReferencesEditor.cs | 3 ++ .../Editor/ES3GlobalReferencesEditor.cs.meta | 3 ++ .../Editor/ES3InspectorInfoEditor.cs | 3 ++ .../Editor/ES3InspectorInfoEditor.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3PlayMakerEditor.cs | 3 ++ .../Editor/ES3PlayMakerEditor.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3Postprocessor.cs | 3 ++ .../Editor/ES3Postprocessor.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3PrefabEditor.cs | 3 ++ .../Editor/ES3PrefabEditor.cs.meta | 3 ++ .../Editor/ES3ReferenceMgrEditor.cs | 3 ++ .../Editor/ES3ReferenceMgrEditor.cs.meta | 3 ++ .../ES3ScriptableObjectTypeTemplate.txt | 3 ++ .../ES3ScriptableObjectTypeTemplate.txt.meta | 3 ++ .../Editor/ES3ScriptingDefineSymbols.cs | 3 ++ .../Editor/ES3ScriptingDefineSymbols.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3SettingsEditor.cs | 3 ++ .../Editor/ES3SettingsEditor.cs.meta | 3 ++ .../Easy Save 3/Editor/ES3TypeTemplate.txt | 3 ++ .../Editor/ES3TypeTemplate.txt.meta | 3 ++ .../Editor/ES3Type_MaterialTemplate.txt | 3 ++ .../Editor/ES3Type_MaterialTemplate.txt.meta | 3 ++ .../Editor/ES3ValueTypeTemplate.txt | 3 ++ .../Editor/ES3ValueTypeTemplate.txt.meta | 3 ++ .../Plugins/Easy Save 3/Editor/ES3Window.cs | 3 ++ .../Easy Save 3/Editor/ES3Window.cs.meta | 3 ++ .../Editor/EasySave3.asmdef.disabled | 3 ++ .../Editor/EasySave3.asmdef.disabled.meta | 3 ++ .../Editor/EasySave3Editor.asmdef.disabled | 3 ++ .../EasySave3Editor.asmdef.disabled.meta | 3 ++ .../Editor/EnableES3AssemblyDefinitions.cs | 3 ++ .../EnableES3AssemblyDefinitions.cs.meta | 3 ++ .../Plugins/Easy Save 3/Editor/HomeWindow.cs | 3 ++ .../Easy Save 3/Editor/HomeWindow.cs.meta | 3 ++ .../Easy Save 3/Editor/ReferencesWindow.cs | 3 ++ .../Editor/ReferencesWindow.cs.meta | 3 ++ .../Easy Save 3/Editor/SettingsWindow.cs | 3 ++ .../Easy Save 3/Editor/SettingsWindow.cs.meta | 3 ++ .../Plugins/Easy Save 3/Editor/ToolsWindow.cs | 3 ++ .../Easy Save 3/Editor/ToolsWindow.cs.meta | 3 ++ .../Plugins/Easy Save 3/Editor/TypesWindow.cs | 3 ++ .../Easy Save 3/Editor/TypesWindow.cs.meta | 3 ++ .../Plugins/Easy Save 3/Editor/checkmark.png | 3 ++ .../Easy Save 3/Editor/checkmark.png.meta | 3 ++ .../Easy Save 3/Editor/checkmarkSmall.png | 3 ++ .../Editor/checkmarkSmall.png.meta | 3 ++ .../Easy Save 3/Editor/es3Logo16x16-bw.png | 3 ++ .../Editor/es3Logo16x16-bw.png.meta | 3 ++ .../Easy Save 3/Editor/es3Logo16x16.png | 3 ++ .../Easy Save 3/Editor/es3Logo16x16.png.meta | 3 ++ Assets/Plugins/Easy Save 3/PlayMaker.meta | 3 ++ .../Easy Save 3/PlayMaker/ES3PlayMaker.cs | 3 ++ .../PlayMaker/ES3PlayMaker.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Resources.meta | 3 ++ Assets/Plugins/Easy Save 3/Resources/ES3.meta | 3 ++ .../Resources/ES3/ES3Defaults.asset | 3 ++ .../Resources/ES3/ES3Defaults.asset.meta | 3 ++ Assets/Plugins/Easy Save 3/Scripts.meta | 3 ++ .../Easy Save 3/Scripts/Attributes.meta | 3 ++ .../Scripts/Attributes/ES3Attributes.cs | 3 ++ .../Scripts/Attributes/ES3Attributes.cs.meta | 3 ++ .../Easy Save 3/Scripts/Auto Save.meta | 3 ++ .../Scripts/Auto Save/ES3AutoSave.cs | 3 ++ .../Scripts/Auto Save/ES3AutoSave.cs.meta | 3 ++ .../Scripts/Auto Save/ES3AutoSaveMgr.cs | 3 ++ .../Scripts/Auto Save/ES3AutoSaveMgr.cs.meta | 3 ++ .../Easy Save 3/Scripts/Debugging.meta | 3 ++ .../Easy Save 3/Scripts/Debugging/ES3Debug.cs | 3 ++ .../Scripts/Debugging/ES3Debug.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Scripts/ES3.cs | 3 ++ .../Plugins/Easy Save 3/Scripts/ES3.cs.meta | 3 ++ .../Plugins/Easy Save 3/Scripts/ES3Crypto.cs | 3 ++ .../Easy Save 3/Scripts/ES3Crypto.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Scripts/ES3File.cs | 3 ++ .../Easy Save 3/Scripts/ES3File.cs.meta | 3 ++ .../Easy Save 3/Scripts/ES3GameObject.cs | 3 ++ .../Easy Save 3/Scripts/ES3GameObject.cs.meta | 3 ++ .../Easy Save 3/Scripts/ES3GlobalManager.cs | 3 ++ .../Scripts/ES3GlobalManager.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs | 3 ++ .../Plugins/Easy Save 3/Scripts/ES3IO.cs.meta | 3 ++ .../Easy Save 3/Scripts/ES3InspectorInfo.cs | 3 ++ .../Scripts/ES3InspectorInfo.cs.meta | 3 ++ .../Plugins/Easy Save 3/Scripts/ES3Prefab.cs | 3 ++ .../Easy Save 3/Scripts/ES3Prefab.cs.meta | 3 ++ .../Easy Save 3/Scripts/ES3ReferenceMgr.cs | 3 ++ .../Scripts/ES3ReferenceMgr.cs.meta | 3 ++ .../Scripts/ES3ReferenceMgrBase.cs | 3 ++ .../Scripts/ES3ReferenceMgrBase.cs.meta | 3 ++ .../Easy Save 3/Scripts/ES3Reflection.cs | 3 ++ .../Easy Save 3/Scripts/ES3Reflection.cs.meta | 3 ++ .../Scripts/ES3SerializableDictionary.cs | 3 ++ .../Scripts/ES3SerializableDictionary.cs.meta | 3 ++ .../Easy Save 3/Scripts/ES3Spreadsheet.cs | 3 ++ .../Scripts/ES3Spreadsheet.cs.meta | 3 ++ .../Plugins/Easy Save 3/Scripts/Readers.meta | 3 ++ .../Scripts/Readers/ES3JSONReader.cs | 3 ++ .../Scripts/Readers/ES3JSONReader.cs.meta | 3 ++ .../Easy Save 3/Scripts/Readers/ES3Reader.cs | 3 ++ .../Scripts/Readers/ES3Reader.cs.meta | 3 ++ .../Scripts/Readers/ES3XMLReader.cs | 3 ++ .../Scripts/Readers/ES3XMLReader.cs.meta | 3 ++ .../Easy Save 3/Scripts/Referencing.meta | 3 ++ .../Referencing/ES3GlobalReferences.cs | 3 ++ .../Referencing/ES3GlobalReferences.cs.meta | 3 ++ .../Easy Save 3/Scripts/Save Slots.meta | 3 ++ .../Scripts/Save Slots/ES3CreateSlot.cs | 3 ++ .../Scripts/Save Slots/ES3CreateSlot.cs.meta | 3 ++ .../Easy Save 3/Scripts/Save Slots/ES3Slot.cs | 3 ++ .../Scripts/Save Slots/ES3Slot.cs.meta | 3 ++ .../Scripts/Save Slots/ES3SlotDialog.cs | 3 ++ .../Scripts/Save Slots/ES3SlotDialog.cs.meta | 3 ++ .../Scripts/Save Slots/ES3SlotManager.cs | 3 ++ .../Scripts/Save Slots/ES3SlotManager.cs.meta | 3 ++ .../Save Slots/Easy Save Slots Canvas.prefab | 3 ++ .../Easy Save Slots Canvas.prefab.meta | 3 ++ .../Plugins/Easy Save 3/Scripts/Settings.meta | 3 ++ .../Scripts/Settings/ES3DefaultSettings.cs | 3 ++ .../Settings/ES3DefaultSettings.cs.meta | 3 ++ .../Scripts/Settings/ES3Defaults.cs | 3 ++ .../Scripts/Settings/ES3Defaults.cs.meta | 3 ++ .../Scripts/Settings/ES3Settings.cs | 3 ++ .../Scripts/Settings/ES3Settings.cs.meta | 3 ++ .../Plugins/Easy Save 3/Scripts/Streams.meta | 3 ++ .../Scripts/Streams/ES3FileStream.cs | 3 ++ .../Scripts/Streams/ES3FileStream.cs.meta | 3 ++ .../Scripts/Streams/ES3PlayerPrefsStream.cs | 3 ++ .../Streams/ES3PlayerPrefsStream.cs.meta | 3 ++ .../Scripts/Streams/ES3ResourcesStream.cs | 3 ++ .../Streams/ES3ResourcesStream.cs.meta | 3 ++ .../Easy Save 3/Scripts/Streams/ES3Stream.cs | 3 ++ .../Scripts/Streams/ES3Stream.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Scripts/Types.meta | 3 ++ .../Scripts/Types/Collection Types.meta | 3 ++ .../Types/Collection Types/ES32DArrayType.cs | 3 ++ .../Collection Types/ES32DArrayType.cs.meta | 3 ++ .../Types/Collection Types/ES33DArrayType.cs | 3 ++ .../Collection Types/ES33DArrayType.cs.meta | 3 ++ .../Types/Collection Types/ES3ArrayType.cs | 3 ++ .../Collection Types/ES3ArrayType.cs.meta | 3 ++ .../Collection Types/ES3CollectionType.cs | 3 ++ .../ES3CollectionType.cs.meta | 3 ++ .../ES3ConcurrentDictionaryType.cs | 3 ++ .../ES3ConcurrentDictionaryType.cs.meta | 3 ++ .../Collection Types/ES3DictionaryType.cs | 3 ++ .../ES3DictionaryType.cs.meta | 3 ++ .../Types/Collection Types/ES3HashSetType.cs | 3 ++ .../Collection Types/ES3HashSetType.cs.meta | 3 ++ .../Types/Collection Types/ES3ListType.cs | 3 ++ .../Collection Types/ES3ListType.cs.meta | 3 ++ .../Collection Types/ES3NativeArrayType.cs | 3 ++ .../ES3NativeArrayType.cs.meta | 3 ++ .../Collection Types/ES3ObservableListType.cs | 3 ++ .../ES3ObservableListType.cs.meta | 3 ++ .../Types/Collection Types/ES3QueueType.cs | 3 ++ .../Collection Types/ES3QueueType.cs.meta | 3 ++ .../Types/Collection Types/ES3StackType.cs | 3 ++ .../Collection Types/ES3StackType.cs.meta | 3 ++ .../Types/Collection Types/ES3TupleType.cs | 3 ++ .../Collection Types/ES3TupleType.cs.meta | 3 ++ .../Collection Types/ES3Type_ArrayList.cs | 3 ++ .../ES3Type_ArrayList.cs.meta | 3 ++ .../Scripts/Types/ES3ComponentType.cs | 3 ++ .../Scripts/Types/ES3ComponentType.cs.meta | 3 ++ .../Scripts/Types/ES3GenericType.cs | 3 ++ .../Scripts/Types/ES3GenericType.cs.meta | 3 ++ .../Scripts/Types/ES3IListGenericType.cs | 3 ++ .../Scripts/Types/ES3IListGenericType.cs.meta | 3 ++ .../Scripts/Types/ES3ObjectType.cs | 3 ++ .../Scripts/Types/ES3ObjectType.cs.meta | 3 ++ .../Easy Save 3/Scripts/Types/ES3Property.cs | 3 ++ .../Scripts/Types/ES3Property.cs.meta | 3 ++ .../Scripts/Types/ES3ScriptableObjectType.cs | 3 ++ .../Types/ES3ScriptableObjectType.cs.meta | 3 ++ .../Easy Save 3/Scripts/Types/ES3Type.cs | 3 ++ .../Easy Save 3/Scripts/Types/ES3Type.cs.meta | 3 ++ .../Easy Save 3/Scripts/Types/ES3TypeMgr.cs | 3 ++ .../Scripts/Types/ES3TypeMgr.cs.meta | 3 ++ .../Scripts/Types/ES3UnityObjectType.cs | 3 ++ .../Scripts/Types/ES3UnityObjectType.cs.meta | 3 ++ .../Easy Save 3/Scripts/Types/NET Types.meta | 3 ++ .../Types/NET Types/ES3Type_BigInteger.cs | 3 ++ .../NET Types/ES3Type_BigInteger.cs.meta | 3 ++ .../Types/NET Types/ES3Type_Nullable.cs | 3 ++ .../Types/NET Types/ES3Type_Nullable.cs.meta | 3 ++ .../Scripts/Types/NET Types/ES3Type_Random.cs | 3 ++ .../Types/NET Types/ES3Type_Random.cs.meta | 3 ++ .../Scripts/Types/NET Types/ES3Type_Type.cs | 3 ++ .../Types/NET Types/ES3Type_Type.cs.meta | 3 ++ .../Scripts/Types/Primitive Types.meta | 3 ++ .../Types/Primitive Types/ES3Type_DateTime.cs | 3 ++ .../Primitive Types/ES3Type_DateTime.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_ES3Ref.cs | 3 ++ .../Primitive Types/ES3Type_ES3Ref.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_UIntPtr.cs | 3 ++ .../Primitive Types/ES3Type_UIntPtr.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_bool.cs | 3 ++ .../Primitive Types/ES3Type_bool.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_byte.cs | 3 ++ .../Primitive Types/ES3Type_byte.cs.meta | 3 ++ .../Primitive Types/ES3Type_byteArray.cs | 3 ++ .../Primitive Types/ES3Type_byteArray.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_char.cs | 3 ++ .../Primitive Types/ES3Type_char.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_decimal.cs | 3 ++ .../Primitive Types/ES3Type_decimal.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_double.cs | 3 ++ .../Primitive Types/ES3Type_double.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_enum.cs | 3 ++ .../Primitive Types/ES3Type_enum.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_float.cs | 3 ++ .../Primitive Types/ES3Type_float.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_int.cs | 3 ++ .../Types/Primitive Types/ES3Type_int.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_intptr.cs | 3 ++ .../Primitive Types/ES3Type_intptr.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_long.cs | 3 ++ .../Primitive Types/ES3Type_long.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_sbyte.cs | 3 ++ .../Primitive Types/ES3Type_sbyte.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_short.cs | 3 ++ .../Primitive Types/ES3Type_short.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_string.cs | 3 ++ .../Primitive Types/ES3Type_string.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_uint.cs | 3 ++ .../Primitive Types/ES3Type_uint.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_ulong.cs | 3 ++ .../Primitive Types/ES3Type_ulong.cs.meta | 3 ++ .../Types/Primitive Types/ES3Type_ushort.cs | 3 ++ .../Primitive Types/ES3Type_ushort.cs.meta | 3 ++ .../Scripts/Types/Reflected Types.meta | 3 ++ .../ES3ReflectedComponentType.cs | 3 ++ .../ES3ReflectedComponentType.cs.meta | 3 ++ .../Reflected Types/ES3ReflectedObjectType.cs | 3 ++ .../ES3ReflectedObjectType.cs.meta | 3 ++ .../ES3ReflectedScriptableObjectType.cs | 3 ++ .../ES3ReflectedScriptableObjectType.cs.meta | 3 ++ .../Types/Reflected Types/ES3ReflectedType.cs | 3 ++ .../Reflected Types/ES3ReflectedType.cs.meta | 3 ++ .../ES3ReflectedUnityObjectType.cs | 3 ++ .../ES3ReflectedUnityObjectType.cs.meta | 3 ++ .../Reflected Types/ES3ReflectedValueType.cs | 3 ++ .../ES3ReflectedValueType.cs.meta | 3 ++ .../Scripts/Types/Unity Types.meta | 3 ++ .../Types/Unity Types/Component Types.meta | 3 ++ .../Component Types/ES3Type_BoxCollider.cs | 3 ++ .../ES3Type_BoxCollider.cs.meta | 3 ++ .../Component Types/ES3Type_BoxCollider2D.cs | 3 ++ .../ES3Type_BoxCollider2D.cs.meta | 3 ++ .../Component Types/ES3Type_Camera.cs | 3 ++ .../Component Types/ES3Type_Camera.cs.meta | 3 ++ .../ES3Type_CapsuleCollider.cs | 3 ++ .../ES3Type_CapsuleCollider.cs.meta | 3 ++ .../Component Types/ES3Type_EventSystem.cs | 3 ++ .../ES3Type_EventSystem.cs.meta | 3 ++ .../Component Types/ES3Type_Image.cs | 3 ++ .../Component Types/ES3Type_Image.cs.meta | 3 ++ .../Component Types/ES3Type_MeshCollider.cs | 3 ++ .../ES3Type_MeshCollider.cs.meta | 3 ++ .../Component Types/ES3Type_MeshFilter.cs | 3 ++ .../ES3Type_MeshFilter.cs.meta | 3 ++ .../Component Types/ES3Type_MeshRenderer.cs | 3 ++ .../ES3Type_MeshRenderer.cs.meta | 3 ++ .../Component Types/ES3Type_ParticleSystem.cs | 3 ++ .../ES3Type_ParticleSystem.cs.meta | 3 ++ .../ES3Type_PolygonCollider2D.cs | 3 ++ .../ES3Type_PolygonCollider2D.cs.meta | 3 ++ .../Component Types/ES3Type_RawImage.cs | 3 ++ .../Component Types/ES3Type_RawImage.cs.meta | 3 ++ .../Component Types/ES3Type_Rigidbody.cs | 3 ++ .../Component Types/ES3Type_Rigidbody.cs.meta | 3 ++ .../Component Types/ES3Type_SphereCollider.cs | 3 ++ .../ES3Type_SphereCollider.cs.meta | 3 ++ .../Component Types/ES3Type_Text.cs | 3 ++ .../Component Types/ES3Type_Text.cs.meta | 3 ++ .../Component Types/ES3Type_Transform.cs | 3 ++ .../Component Types/ES3Type_Transform.cs.meta | 3 ++ .../Unity Types/ES3Type_AnimationCurve.cs | 3 ++ .../ES3Type_AnimationCurve.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_AudioClip.cs | 3 ++ .../Unity Types/ES3Type_AudioClip.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_BoneWeight.cs | 3 ++ .../Unity Types/ES3Type_BoneWeight.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Bounds.cs | 3 ++ .../Types/Unity Types/ES3Type_Bounds.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Burst.cs | 3 ++ .../Types/Unity Types/ES3Type_Burst.cs.meta | 3 ++ .../Unity Types/ES3Type_CollisionModule.cs | 3 ++ .../ES3Type_CollisionModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Color.cs | 3 ++ .../Types/Unity Types/ES3Type_Color.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Color32.cs | 3 ++ .../Types/Unity Types/ES3Type_Color32.cs.meta | 3 ++ .../Unity Types/ES3Type_ColorBySpeedModule.cs | 3 ++ .../ES3Type_ColorBySpeedModule.cs.meta | 3 ++ .../ES3Type_ColorOverLifetimeModule.cs | 3 ++ .../ES3Type_ColorOverLifetimeModule.cs.meta | 3 ++ .../Unity Types/ES3Type_EmissionModule.cs | 3 ++ .../ES3Type_EmissionModule.cs.meta | 3 ++ .../ES3Type_ExternalForcesModule.cs | 3 ++ .../ES3Type_ExternalForcesModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Flare.cs | 3 ++ .../Types/Unity Types/ES3Type_Flare.cs.meta | 3 ++ .../Scripts/Types/Unity Types/ES3Type_Font.cs | 3 ++ .../Types/Unity Types/ES3Type_Font.cs.meta | 3 ++ .../ES3Type_ForceOverLifetimeModule.cs | 3 ++ .../ES3Type_ForceOverLifetimeModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_GameObject.cs | 3 ++ .../Unity Types/ES3Type_GameObject.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Gradient.cs | 3 ++ .../Unity Types/ES3Type_Gradient.cs.meta | 3 ++ .../Unity Types/ES3Type_GradientAlphaKey.cs | 3 ++ .../ES3Type_GradientAlphaKey.cs.meta | 3 ++ .../Unity Types/ES3Type_GradientColorKey.cs | 3 ++ .../ES3Type_GradientColorKey.cs.meta | 3 ++ .../Scripts/Types/Unity Types/ES3Type_Guid.cs | 3 ++ .../Types/Unity Types/ES3Type_Guid.cs.meta | 3 ++ .../ES3Type_InheritVelocityModule.cs | 3 ++ .../ES3Type_InheritVelocityModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Keyframe.cs | 3 ++ .../Unity Types/ES3Type_Keyframe.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_LayerMask.cs | 3 ++ .../Unity Types/ES3Type_LayerMask.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Light.cs | 3 ++ .../Types/Unity Types/ES3Type_Light.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_LightsModule.cs | 3 ++ .../Unity Types/ES3Type_LightsModule.cs.meta | 3 ++ ...ES3Type_LimitVelocityOverLifetimeModule.cs | 3 ++ ...pe_LimitVelocityOverLifetimeModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_MainModule.cs | 3 ++ .../Unity Types/ES3Type_MainModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Material.cs | 3 ++ .../Unity Types/ES3Type_Material.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Matrix4x4.cs | 3 ++ .../Unity Types/ES3Type_Matrix4x4.cs.meta | 3 ++ .../Scripts/Types/Unity Types/ES3Type_Mesh.cs | 3 ++ .../Types/Unity Types/ES3Type_Mesh.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_MinMaxCurve.cs | 3 ++ .../Unity Types/ES3Type_MinMaxCurve.cs.meta | 3 ++ .../Unity Types/ES3Type_MinMaxGradient.cs | 3 ++ .../ES3Type_MinMaxGradient.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_NoiseModule.cs | 3 ++ .../Unity Types/ES3Type_NoiseModule.cs.meta | 3 ++ .../Unity Types/ES3Type_PhysicMaterial.cs | 3 ++ .../ES3Type_PhysicMaterial.cs.meta | 3 ++ .../Unity Types/ES3Type_PhysicsMaterial2D.cs | 3 ++ .../ES3Type_PhysicsMaterial2D.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Quaternion.cs | 3 ++ .../Unity Types/ES3Type_Quaternion.cs.meta | 3 ++ .../Scripts/Types/Unity Types/ES3Type_Rect.cs | 3 ++ .../Types/Unity Types/ES3Type_Rect.cs.meta | 3 ++ .../Unity Types/ES3Type_RectTransform.cs | 3 ++ .../Unity Types/ES3Type_RectTransform.cs.meta | 3 ++ .../Unity Types/ES3Type_RenderTexture.cs | 3 ++ .../Unity Types/ES3Type_RenderTexture.cs.meta | 3 ++ .../ES3Type_RotationBySpeedModule.cs | 3 ++ .../ES3Type_RotationBySpeedModule.cs.meta | 3 ++ .../ES3Type_RotationOverLifetimeModule.cs | 3 ++ ...ES3Type_RotationOverLifetimeModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Shader.cs | 3 ++ .../Types/Unity Types/ES3Type_Shader.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_ShapeModule.cs | 3 ++ .../Unity Types/ES3Type_ShapeModule.cs.meta | 3 ++ .../Unity Types/ES3Type_SizeBySpeedModule.cs | 3 ++ .../ES3Type_SizeBySpeedModule.cs.meta | 3 ++ .../ES3Type_SizeOverLifetimeModule.cs | 3 ++ .../ES3Type_SizeOverLifetimeModule.cs.meta | 3 ++ .../ES3Type_SkinnedMeshRenderer.cs | 3 ++ .../ES3Type_SkinnedMeshRenderer.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Sprite.cs | 3 ++ .../Types/Unity Types/ES3Type_Sprite.cs.meta | 3 ++ .../Unity Types/ES3Type_SpriteRenderer.cs | 3 ++ .../ES3Type_SpriteRenderer.cs.meta | 3 ++ .../Unity Types/ES3Type_SubEmittersModule.cs | 3 ++ .../ES3Type_SubEmittersModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Texture.cs | 3 ++ .../Types/Unity Types/ES3Type_Texture.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Texture2D.cs | 3 ++ .../Unity Types/ES3Type_Texture2D.cs.meta | 3 ++ .../ES3Type_TextureSheetAnimationModule.cs | 3 ++ ...S3Type_TextureSheetAnimationModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_TrailModule.cs | 3 ++ .../Unity Types/ES3Type_TrailModule.cs.meta | 3 ++ .../Unity Types/ES3Type_TriggerModule.cs | 3 ++ .../Unity Types/ES3Type_TriggerModule.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Vector2.cs | 3 ++ .../Types/Unity Types/ES3Type_Vector2.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Vector2Int.cs | 3 ++ .../Unity Types/ES3Type_Vector2Int.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Vector3.cs | 3 ++ .../Types/Unity Types/ES3Type_Vector3.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Vector3Int.cs | 3 ++ .../Unity Types/ES3Type_Vector3Int.cs.meta | 3 ++ .../Types/Unity Types/ES3Type_Vector4.cs | 3 ++ .../Types/Unity Types/ES3Type_Vector4.cs.meta | 3 ++ .../ES3Type_VelocityOverLifetimeModule.cs | 3 ++ ...ES3Type_VelocityOverLifetimeModule.cs.meta | 3 ++ .../Types/Unity Types/UnityObjectType.cs | 3 ++ .../Types/Unity Types/UnityObjectType.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Scripts/Web.meta | 3 ++ .../Easy Save 3/Scripts/Web/ES3Cloud.cs | 3 ++ .../Easy Save 3/Scripts/Web/ES3Cloud.cs.meta | 3 ++ .../Easy Save 3/Scripts/Web/ES3WebClass.cs | 3 ++ .../Scripts/Web/ES3WebClass.cs.meta | 3 ++ .../Plugins/Easy Save 3/Scripts/Writers.meta | 3 ++ .../Easy Save 3/Scripts/Writers/ES3Binary.cs | 3 ++ .../Scripts/Writers/ES3Binary.cs.meta | 3 ++ .../Scripts/Writers/ES3BinaryWriter.cs | 3 ++ .../Scripts/Writers/ES3BinaryWriter.cs.meta | 3 ++ .../Scripts/Writers/ES3CacheWriter.cs | 3 ++ .../Scripts/Writers/ES3CacheWriter.cs.meta | 3 ++ .../Scripts/Writers/ES3JSONWriter.cs | 3 ++ .../Scripts/Writers/ES3JSONWriter.cs.meta | 3 ++ .../Easy Save 3/Scripts/Writers/ES3Writer.cs | 3 ++ .../Scripts/Writers/ES3Writer.cs.meta | 3 ++ .../Scripts/Writers/ES3XMLWriter.cs | 3 ++ .../Scripts/Writers/ES3XMLWriter.cs.meta | 3 ++ Assets/Plugins/Easy Save 3/Web.meta | 3 ++ Assets/Plugins/Easy Save 3/Web/ES3Cloud.php | 3 ++ .../Plugins/Easy Save 3/Web/ES3Cloud.php.meta | 3 ++ Assets/Plugins/Febucci.meta | 3 ++ Assets/Plugins/Febucci/Text Animator.meta | 3 ++ .../Febucci/Text Animator/Attributes.meta | 3 ++ .../Text Animator/Attributes/Editor.meta | 3 ++ .../Editor/CharsDisplayTimeAttributeDrawer.cs | 3 ++ .../CharsDisplayTimeAttributeDrawer.cs.meta | 3 ++ .../Editor/Febucci.Attributes.Editor.asmdef | 3 ++ .../Febucci.Attributes.Editor.asmdef.meta | 3 ++ .../Editor/MinValueAttributeDrawer.cs | 3 ++ .../Editor/MinValueAttributeDrawer.cs.meta | 3 ++ .../Editor/NotZeroAttributeDrawer.cs | 3 ++ .../Editor/NotZeroAttributeDrawer.cs.meta | 3 ++ .../Editor/PositiveValueAttributeDrawer.cs | 3 ++ .../PositiveValueAttributeDrawer.cs.meta | 3 ++ .../Text Animator/Attributes/Runtime.meta | 3 ++ .../Runtime/CharsDisplayTimeAttribute.cs | 3 ++ .../Runtime/CharsDisplayTimeAttribute.cs.meta | 3 ++ .../Runtime/Febucci.Attributes.Runtime.asmdef | 3 ++ .../Febucci.Attributes.Runtime.asmdef.meta | 3 ++ .../Attributes/Runtime/MinValueAttribute.cs | 3 ++ .../Runtime/MinValueAttribute.cs.meta | 3 ++ .../Attributes/Runtime/NotZeroAttribute.cs | 3 ++ .../Runtime/NotZeroAttribute.cs.meta | 3 ++ .../Runtime/PositiveValueAttribute.cs | 3 ++ .../Runtime/PositiveValueAttribute.cs.meta | 3 ++ .../Plugins/Febucci/Text Animator/Data.meta | 3 ++ .../Febucci/Text Animator/Data/Actions.meta | 3 ++ .../Data/Actions/Actions Database.asset | 3 ++ .../Data/Actions/Actions Database.asset.meta | 3 ++ .../Data/Actions/SpeedAction.asset | 3 ++ .../Data/Actions/SpeedAction.asset.meta | 3 ++ .../Data/Actions/WaitAnyInputAction.asset | 3 ++ .../Actions/WaitAnyInputAction.asset.meta | 3 ++ .../Data/Actions/WaitForAction.asset | 3 ++ .../Data/Actions/WaitForAction.asset.meta | 3 ++ .../Text Animator/Data/Appearances.meta | 3 ++ .../Appearances/Appearances Database.asset | 3 ++ .../Appearances Database.asset.meta | 3 ++ .../DiagonalExpandAppearance.asset | 3 ++ .../DiagonalExpandAppearance.asset.meta | 3 ++ .../Data/Appearances/FadeAppearance.asset | 3 ++ .../Appearances/FadeAppearance.asset.meta | 3 ++ .../HorizontalExpandAppearance.asset | 3 ++ .../HorizontalExpandAppearance.asset.meta | 3 ++ .../Data/Appearances/OffsetAppearance.asset | 3 ++ .../Appearances/OffsetAppearance.asset.meta | 3 ++ .../RandomDirectionAppearance.asset | 3 ++ .../RandomDirectionAppearance.asset.meta | 3 ++ .../Data/Appearances/RotatingAppearance.asset | 3 ++ .../Appearances/RotatingAppearance.asset.meta | 3 ++ .../Data/Appearances/SizeAppearance.asset | 3 ++ .../Appearances/SizeAppearance.asset.meta | 3 ++ .../VerticalExpandAppearance.asset | 3 ++ .../VerticalExpandAppearance.asset.meta | 3 ++ .../Febucci/Text Animator/Data/Behaviors.meta | 3 ++ .../Data/Behaviors/Behaviors Database.asset | 3 ++ .../Behaviors/Behaviors Database.asset.meta | 3 ++ .../Data/Behaviors/BounceBehavior.asset | 3 ++ .../Data/Behaviors/BounceBehavior.asset.meta | 3 ++ .../Data/Behaviors/DangleBehavior.asset | 3 ++ .../Data/Behaviors/DangleBehavior.asset.meta | 3 ++ .../Data/Behaviors/FadeBehavior.asset | 3 ++ .../Data/Behaviors/FadeBehavior.asset.meta | 3 ++ .../Data/Behaviors/PendulumBehavior.asset | 3 ++ .../Behaviors/PendulumBehavior.asset.meta | 3 ++ .../Data/Behaviors/RainbowBehavior.asset | 3 ++ .../Data/Behaviors/RainbowBehavior.asset.meta | 3 ++ .../Data/Behaviors/RotationBehavior.asset | 3 ++ .../Behaviors/RotationBehavior.asset.meta | 3 ++ .../Data/Behaviors/ShakeBehavior.asset | 3 ++ .../Data/Behaviors/ShakeBehavior.asset.meta | 3 ++ .../Data/Behaviors/SizeBehavior.asset | 3 ++ .../Data/Behaviors/SizeBehavior.asset.meta | 3 ++ .../Data/Behaviors/SlideBehavior.asset | 3 ++ .../Data/Behaviors/SlideBehavior.asset.meta | 3 ++ .../Data/Behaviors/SwingBehavior.asset | 3 ++ .../Data/Behaviors/SwingBehavior.asset.meta | 3 ++ .../Data/Behaviors/WaveBehavior.asset | 3 ++ .../Data/Behaviors/WaveBehavior.asset.meta | 3 ++ .../Data/Behaviors/WiggleBehavior.asset | 3 ++ .../Data/Behaviors/WiggleBehavior.asset.meta | 3 ++ .../Text Animator/Data/InstallationData.asset | 3 ++ .../Data/InstallationData.asset.meta | 3 ++ .../Febucci/Text Animator/Data/Resources.meta | 3 ++ .../Data/Resources/TextAnimatorSettings.asset | 3 ++ .../Resources/TextAnimatorSettings.asset.meta | 3 ++ .../Febucci/Text Animator/Data/Styles.meta | 3 ++ .../Data/Styles/TextAnimator StyleSheet.asset | 3 ++ .../Styles/TextAnimator StyleSheet.asset.meta | 3 ++ .../Febucci/Text Animator/Example.meta | 3 ++ .../Text Animator/Example/00 - Welcome.unity | 3 ++ .../Example/00 - Welcome.unity.meta | 3 ++ .../Example/Example 1A - Effects.unity | 3 ++ .../Example/Example 1A - Effects.unity.meta | 3 ++ .../Example/Example 1B - Stacks.unity | 3 ++ .../Example/Example 1B - Stacks.unity.meta | 3 ++ .../Example/Example 1C - Attributes.unity | 3 ++ .../Example 1C - Attributes.unity.meta | 3 ++ .../Example/Example 2 - Events.unity | 3 ++ .../Example/Example 2 - Events.unity.meta | 3 ++ .../Example/Example 3 - Actions.unity | 3 ++ .../Example/Example 3 - Actions.unity.meta | 3 ++ .../Febucci/Text Animator/Example/Font.meta | 3 ++ .../Example/Font/Lato-Regular.asset | 3 ++ .../Example/Font/Lato-Regular.asset.meta | 3 ++ .../Example/Font/Lato-Regular.ttf | 3 ++ .../Example/Font/Lato-Regular.ttf.meta | 3 ++ .../Text Animator/Example/Font/OFL.txt | 3 ++ .../Text Animator/Example/Font/OFL.txt.meta | 3 ++ .../Text Animator/Example/Scripts.meta | 3 ++ .../Example/Scripts/Runtime.meta | 3 ++ .../Scripts/Runtime/DefaultEffectsExample.cs | 3 ++ .../Runtime/DefaultEffectsExample.cs.meta | 3 ++ .../Example/Scripts/Runtime/ExampleEvents.cs | 3 ++ .../Scripts/Runtime/ExampleEvents.cs.meta | 3 ++ .../Febucci.TextAnimator.Demo.Runtime.asmdef | 3 ++ ...ucci.TextAnimator.Demo.Runtime.asmdef.meta | 3 ++ .../Example/Scripts/Runtime/UsageExample.cs | 3 ++ .../Scripts/Runtime/UsageExample.cs.meta | 3 ++ .../Text Animator/Example/Sprites.meta | 3 ++ .../Text Animator/Example/Sprites/Circle.png | 3 ++ .../Example/Sprites/Circle.png.meta | 3 ++ .../Example/Sprites/Example_sprites.png | 3 ++ .../Example/Sprites/Example_sprites.png.meta | 3 ++ .../Sprites/example_dialoguebox_body.png | 3 ++ .../Sprites/example_dialoguebox_body.png.meta | 3 ++ .../Plugins/Febucci/Text Animator/Extra.meta | 3 ++ .../Febucci/Text Animator/Integrations.meta | 3 ++ .../Integrations/Integrations.txt | 3 ++ .../Integrations/Integrations.txt.meta | 3 ++ .../Text Animator/Quick Start [Offline].pdf | 3 ++ .../Quick Start [Offline].pdf.meta | 3 ++ .../Febucci/Text Animator/Scripts.meta | 3 ++ .../Febucci/Text Animator/Scripts/Editor.meta | 3 ++ .../Text Animator/Scripts/Editor/Drawers.meta | 3 ++ .../Scripts/Editor/Drawers/Components.meta | 3 ++ .../Drawers/Components/TAnimCoreDrawer.cs | 3 ++ .../Components/TAnimCoreDrawer.cs.meta | 3 ++ .../Components/TypewriterByCharacterDrawer.cs | 3 ++ .../TypewriterByCharacterDrawer.cs.meta | 3 ++ .../Components/TypewriterByWordDrawer.cs | 3 ++ .../Components/TypewriterByWordDrawer.cs.meta | 3 ++ .../Components/TypewriterCoreDrawer.cs | 3 ++ .../Components/TypewriterCoreDrawer.cs.meta | 3 ++ .../Scripts/Editor/Drawers/Properties.meta | 3 ++ .../Properties/ColorCurvePropertyDrawer.cs | 3 ++ .../ColorCurvePropertyDrawer.cs.meta | 3 ++ .../Properties/EmissionCurvePropertyDrawer.cs | 3 ++ .../EmissionCurvePropertyDrawer.cs.meta | 3 ++ .../Properties/FloatCurvePropertyDrawer.cs | 3 ++ .../FloatCurvePropertyDrawer.cs.meta | 3 ++ .../Scripts/Editor/Drawers/Scriptables.meta | 3 ++ .../Editor/Drawers/Scriptables/Actions.meta | 3 ++ .../Actions/ActionScriptableDrawer.cs | 3 ++ .../Actions/ActionScriptableDrawer.cs.meta | 3 ++ .../Drawers/Scriptables/Animations.meta | 3 ++ .../Animations/AnimScriptableDrawer.cs | 3 ++ .../Animations/AnimScriptableDrawer.cs.meta | 3 ++ .../Editor/Drawers/Scriptables/Database.meta | 3 ++ .../ActionDatabaseScriptableDrawer.cs | 3 ++ .../ActionDatabaseScriptableDrawer.cs.meta | 3 ++ .../Database/AnimDatabaseScriptableDrawer.cs | 3 ++ .../AnimDatabaseScriptableDrawer.cs.meta | 3 ++ .../Database/AnimationElementDrawer.cs | 3 ++ .../Database/AnimationElementDrawer.cs.meta | 3 ++ .../Database/DatabaseSharedDrawer.cs | 3 ++ .../Database/DatabaseSharedDrawer.cs.meta | 3 ++ .../Scripts/Editor/Drawers/Settings.meta | 3 ++ .../Settings/TextAnimatorInstallationData.cs | 3 ++ .../TextAnimatorInstallationData.cs.meta | 3 ++ .../TextAnimatorInstallationDataDrawer.cs | 3 ++ ...TextAnimatorInstallationDataDrawer.cs.meta | 3 ++ .../Settings/TextAnimatorSettingsDrawer.cs | 3 ++ .../TextAnimatorSettingsDrawer.cs.meta | 3 ++ .../Settings/TextAnimatorSetupWindow.cs | 3 ++ .../Settings/TextAnimatorSetupWindow.cs.meta | 3 ++ .../Scripts/Editor/Drawers/_Core.meta | 3 ++ .../Drawers/_Core/GenericSharedDrawer.cs | 3 ++ .../Drawers/_Core/GenericSharedDrawer.cs.meta | 3 ++ .../Editor/Drawers/_Core/SharedDrawer.cs | 3 ++ .../Editor/Drawers/_Core/SharedDrawer.cs.meta | 3 ++ .../Editor/Drawers/_Core/TexturesLoader.cs | 3 ++ .../Drawers/_Core/TexturesLoader.cs.meta | 3 ++ .../Editor/Febucci.TextAnimator.Editor.asmdef | 3 ++ .../Febucci.TextAnimator.Editor.asmdef.meta | 3 ++ .../Scripts/Editor/Resources.meta | 3 ++ .../Editor/Resources/Text Animator.meta | 3 ++ .../Resources/Text Animator/about_logo.png | 3 ++ .../Text Animator/about_logo.png.meta | 3 ++ .../Resources/Text Animator/pause_icon.png | 3 ++ .../Text Animator/pause_icon.png.meta | 3 ++ .../Resources/Text Animator/play_icon.png | 3 ++ .../Text Animator/play_icon.png.meta | 3 ++ .../Resources/Text Animator/restart_icon.png | 3 ++ .../Text Animator/restart_icon.png.meta | 3 ++ .../Resources/Text Animator/save_icon.png | 3 ++ .../Text Animator/save_icon.png.meta | 3 ++ .../Resources/Text Animator/stop_icon.png | 3 ++ .../Text Animator/stop_icon.png.meta | 3 ++ .../Text Animator/Scripts/Runtime.meta | 3 ++ .../Text Animator/Scripts/Runtime/Common.meta | 3 ++ .../Scripts/Runtime/Common/Numbers.meta | 3 ++ .../Scripts/Runtime/Common/Numbers/Mathf.cs | 3 ++ .../Runtime/Common/Numbers/Mathf.cs.meta | 3 ++ .../Scripts/Runtime/Common/Numbers/Tween.cs | 3 ++ .../Runtime/Common/Numbers/Tween.cs.meta | 3 ++ .../Runtime/Common/Numbers/Vector2Int.cs | 3 ++ .../Runtime/Common/Numbers/Vector2Int.cs.meta | 3 ++ .../Scripts/Runtime/Common/TextUtilities.meta | 3 ++ .../Runtime/Common/TextUtilities/Parsing.meta | 3 ++ .../TextUtilities/Parsing/PlainTagParser.cs | 3 ++ .../Parsing/PlainTagParser.cs.meta | 3 ++ .../TextUtilities/Parsing/TagParserBase.cs | 3 ++ .../Parsing/TagParserBase.cs.meta | 3 ++ .../TextUtilities/Parsing/TextParser.cs | 3 ++ .../TextUtilities/Parsing/TextParser.cs.meta | 3 ++ .../Scripts/Runtime/Components.meta | 3 ++ .../Scripts/Runtime/Components/Animator.meta | 3 ++ .../Components/Animator/TextMeshPro.meta | 3 ++ .../Febucci.TextAnimator.TMP.Runtime.asmdef | 3 ++ ...bucci.TextAnimator.TMP.Runtime.asmdef.meta | 3 ++ .../Animator/TextMeshPro/TMPTagParser.cs | 3 ++ .../Animator/TextMeshPro/TMPTagParser.cs.meta | 3 ++ .../Animator/TextMeshPro/TextAnimator_TMP.cs | 3 ++ .../TextMeshPro/TextAnimator_TMP.cs.meta | 3 ++ .../Runtime/Components/Animator/_Core.meta | 3 ++ .../Animator/_Core/AnimationLoop.cs | 3 ++ .../Animator/_Core/AnimationLoop.cs.meta | 3 ++ .../Components/Animator/_Core/TAnimCore.cs | 3 ++ .../Animator/_Core/TAnimCore.cs.meta | 3 ++ .../Components/Animator/_Core/TimeData.cs | 3 ++ .../Animator/_Core/TimeData.cs.meta | 3 ++ .../Components/Animator/_Core/TimeScale.cs | 3 ++ .../Animator/_Core/TimeScale.cs.meta | 3 ++ .../Runtime/Components/Typewriter.meta | 3 ++ .../Components/Typewriter/Built-in.meta | 3 ++ .../Built-in/TypewriterByCharacter.cs | 3 ++ .../Built-in/TypewriterByCharacter.cs.meta | 3 ++ .../Typewriter/Built-in/TypewriterByWord.cs | 3 ++ .../Built-in/TypewriterByWord.cs.meta | 3 ++ .../Runtime/Components/Typewriter/_Core.meta | 3 ++ .../Typewriter/_Core/CharacterEvent.cs | 3 ++ .../Typewriter/_Core/CharacterEvent.cs.meta | 3 ++ .../Typewriter/_Core/MessageEvent.cs | 3 ++ .../Typewriter/_Core/MessageEvent.cs.meta | 3 ++ .../Typewriter/_Core/TypewriterCore.cs | 3 ++ .../Typewriter/_Core/TypewriterCore.cs.meta | 3 ++ .../Components/Typewriter/_Core/TypingInfo.cs | 3 ++ .../Typewriter/_Core/TypingInfo.cs.meta | 3 ++ .../Febucci.TextAnimator.Runtime.asmdef | 3 ++ .../Febucci.TextAnimator.Runtime.asmdef.meta | 3 ++ .../Scripts/Runtime/Parsing.meta | 3 ++ .../Scripts/Runtime/Parsing/Markers.meta | 3 ++ .../Runtime/Parsing/Markers/Actions.meta | 3 ++ .../Parsing/Markers/Actions/ActionDatabase.cs | 3 ++ .../Markers/Actions/ActionDatabase.cs.meta | 3 ++ .../Parsing/Markers/Actions/ActionMarker.cs | 3 ++ .../Markers/Actions/ActionMarker.cs.meta | 3 ++ .../Parsing/Markers/Actions/ActionParser.cs | 3 ++ .../Markers/Actions/ActionParser.cs.meta | 3 ++ .../Runtime/Parsing/Markers/Events.meta | 3 ++ .../Parsing/Markers/Events/EventMarker.cs | 3 ++ .../Markers/Events/EventMarker.cs.meta | 3 ++ .../Parsing/Markers/Events/EventParser.cs | 3 ++ .../Markers/Events/EventParser.cs.meta | 3 ++ .../Runtime/Parsing/Markers/_Core.meta | 3 ++ .../Parsing/Markers/_Core/MarkerBase.cs | 3 ++ .../Parsing/Markers/_Core/MarkerBase.cs.meta | 3 ++ .../Scripts/Runtime/Parsing/Regions.meta | 3 ++ .../Runtime/Parsing/Regions/Animations.meta | 3 ++ .../Regions/Animations/AnimationParser.cs | 3 ++ .../Animations/AnimationParser.cs.meta | 3 ++ .../Regions/Animations/AnimationRegion.cs | 3 ++ .../Animations/AnimationRegion.cs.meta | 3 ++ .../Runtime/Parsing/Regions/Styles.meta | 3 ++ .../Parsing/Regions/Styles/StylesParser.cs | 3 ++ .../Regions/Styles/StylesParser.cs.meta | 3 ++ .../Runtime/Parsing/Regions/_Core.meta | 3 ++ .../Parsing/Regions/_Core/ModifierInfo.cs | 3 ++ .../Regions/_Core/ModifierInfo.cs.meta | 3 ++ .../Parsing/Regions/_Core/RegionBase.cs | 3 ++ .../Parsing/Regions/_Core/RegionBase.cs.meta | 3 ++ .../Runtime/Parsing/Regions/_Core/TagRange.cs | 3 ++ .../Parsing/Regions/_Core/TagRange.cs.meta | 3 ++ .../Scripts/Runtime/Parsing/_Core.meta | 3 ++ .../Scripts/Runtime/Parsing/_Core/CharInfo.cs | 3 ++ .../Runtime/Parsing/_Core/CharInfo.cs.meta | 3 ++ .../Runtime/Parsing/_Core/CharacterData.cs | 3 ++ .../Parsing/_Core/CharacterData.cs.meta | 3 ++ .../Scripts/Runtime/Parsing/_Core/Database.cs | 3 ++ .../Runtime/Parsing/_Core/Database.cs.meta | 3 ++ .../Runtime/Parsing/_Core/ITagProvider.cs | 3 ++ .../Parsing/_Core/ITagProvider.cs.meta | 3 ++ .../Scripts/Runtime/Parsing/_Core/MeshData.cs | 3 ++ .../Runtime/Parsing/_Core/MeshData.cs.meta | 3 ++ .../Scripts/Runtime/Parsing/_Core/WordInfo.cs | 3 ++ .../Runtime/Parsing/_Core/WordInfo.cs.meta | 3 ++ .../Scripts/Runtime/Scriptables.meta | 3 ++ .../Scripts/Runtime/Scriptables/Actions.meta | 3 ++ .../Runtime/Scriptables/Actions/Built-in.meta | 3 ++ .../Actions/Built-in/SpeedAction.cs | 3 ++ .../Actions/Built-in/SpeedAction.cs.meta | 3 ++ .../Actions/Built-in/WaitAnyInputAction.cs | 3 ++ .../Built-in/WaitAnyInputAction.cs.meta | 3 ++ .../Actions/Built-in/WaitForAction.cs | 3 ++ .../Actions/Built-in/WaitForAction.cs.meta | 3 ++ .../Runtime/Scriptables/Actions/_Core.meta | 3 ++ .../Actions/_Core/ActionScriptableBase.cs | 3 ++ .../_Core/ActionScriptableBase.cs.meta | 3 ++ .../Runtime/Scriptables/Animations.meta | 3 ++ .../Scriptables/Animations/Appearances.meta | 3 ++ .../Animations/Appearances/Built-in.meta | 3 ++ .../Built-in/DiagonalExpandAppearance.cs | 3 ++ .../Built-in/DiagonalExpandAppearance.cs.meta | 3 ++ .../Appearances/Built-in/FadeAppearance.cs | 3 ++ .../Built-in/FadeAppearance.cs.meta | 3 ++ .../Built-in/HorizontalExpandAppearance.cs | 3 ++ .../HorizontalExpandAppearance.cs.meta | 3 ++ .../Appearances/Built-in/OffsetAppearance.cs | 3 ++ .../Built-in/OffsetAppearance.cs.meta | 3 ++ .../Built-in/RandomDirectionAppearance.cs | 3 ++ .../RandomDirectionAppearance.cs.meta | 3 ++ .../Built-in/RotatingAppearance.cs | 3 ++ .../Built-in/RotatingAppearance.cs.meta | 3 ++ .../Appearances/Built-in/SizeAppearance.cs | 3 ++ .../Built-in/SizeAppearance.cs.meta | 3 ++ .../Built-in/VerticalExpandAppearance.cs | 3 ++ .../Built-in/VerticalExpandAppearance.cs.meta | 3 ++ .../Animations/Appearances/_Core.meta | 3 ++ .../_Core/AppearanceScriptableBase.cs | 3 ++ .../_Core/AppearanceScriptableBase.cs.meta | 3 ++ .../Scriptables/Animations/Behaviors.meta | 3 ++ .../Animations/Behaviors/Built-in.meta | 3 ++ .../Behaviors/Built-in/BounceBehavior.cs | 3 ++ .../Behaviors/Built-in/BounceBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/DangleBehavior.cs | 3 ++ .../Behaviors/Built-in/DangleBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/FadeBehavior.cs | 3 ++ .../Behaviors/Built-in/FadeBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/PendulumBehavior.cs | 3 ++ .../Built-in/PendulumBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/RainbowBehavior.cs | 3 ++ .../Built-in/RainbowBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/RotationBehavior.cs | 3 ++ .../Built-in/RotationBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/ShakeBehavior.cs | 3 ++ .../Behaviors/Built-in/ShakeBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/SizeBehavior.cs | 3 ++ .../Behaviors/Built-in/SizeBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/SlideBehavior.cs | 3 ++ .../Behaviors/Built-in/SlideBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/SwingBehavior.cs | 3 ++ .../Behaviors/Built-in/SwingBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/WaveBehavior.cs | 3 ++ .../Behaviors/Built-in/WaveBehavior.cs.meta | 3 ++ .../Behaviors/Built-in/WiggleBehavior.cs | 3 ++ .../Behaviors/Built-in/WiggleBehavior.cs.meta | 3 ++ .../Animations/Behaviors/_Core.meta | 3 ++ .../Behaviors/_Core/BehaviorScriptableBase.cs | 3 ++ .../_Core/BehaviorScriptableBase.cs.meta | 3 ++ .../Behaviors/_Core/BehaviorScriptableSine.cs | 3 ++ .../_Core/BehaviorScriptableSine.cs.meta | 3 ++ .../Scriptables/Animations/Special.meta | 3 ++ .../Animations/Special/CompositeAnimation.cs | 3 ++ .../Special/CompositeAnimation.cs.meta | 3 ++ .../Special/CompositeWithEmission.cs | 3 ++ .../Special/CompositeWithEmission.cs.meta | 3 ++ .../Animations/Special/Curves.meta | 3 ++ .../Animations/Special/Curves/Built-in.meta | 3 ++ .../Curves/Built-in/UniformCurveAnimation.cs | 3 ++ .../Built-in/UniformCurveAnimation.cs.meta | 3 ++ .../Curves/Built-in/VertexCurveAnimation.cs | 3 ++ .../Built-in/VertexCurveAnimation.cs.meta | 3 ++ .../Animations/Special/Curves/_Core.meta | 3 ++ .../Special/Curves/_Core/AnimationData.cs | 3 ++ .../Curves/_Core/AnimationData.cs.meta | 3 ++ .../Special/Curves/_Core/ColorCurve.cs | 3 ++ .../Special/Curves/_Core/ColorCurve.cs.meta | 3 ++ .../Special/Curves/_Core/EmissionCurve.cs | 3 ++ .../Curves/_Core/EmissionCurve.cs.meta | 3 ++ .../Special/Curves/_Core/FloatCurve.cs | 3 ++ .../Special/Curves/_Core/FloatCurve.cs.meta | 3 ++ .../Special/Curves/_Core/TimeMode.cs | 3 ++ .../Special/Curves/_Core/TimeMode.cs.meta | 3 ++ .../Runtime/Scriptables/Animations/_Core.meta | 3 ++ .../_Core/AnimationScriptableBase.cs | 3 ++ .../_Core/AnimationScriptableBase.cs.meta | 3 ++ .../Animations/_Core/AnimationsDatabase.cs | 3 ++ .../_Core/AnimationsDatabase.cs.meta | 3 ++ .../Animations/_Core/DefaultValueAttribute.cs | 3 ++ .../_Core/DefaultValueAttribute.cs.meta | 3 ++ .../Animations/_Core/EffectInfoAttribute.cs | 3 ++ .../_Core/EffectInfoAttribute.cs.meta | 3 ++ .../Scripts/Runtime/Scriptables/Settings.meta | 3 ++ .../Settings/TextAnimatorSettings.cs | 3 ++ .../Settings/TextAnimatorSettings.cs.meta | 3 ++ .../Scripts/Runtime/Scriptables/Styles.meta | 3 ++ .../Runtime/Scriptables/Styles/Style.cs | 3 ++ .../Runtime/Scriptables/Styles/Style.cs.meta | 3 ++ .../Styles/StyleSheetScriptable.cs | 3 ++ .../Styles/StyleSheetScriptable.cs.meta | 3 ++ .../Scripts/Runtime/Utilities.meta | 3 ++ .../Scripts/Runtime/Utilities/FormatUtils.cs | 3 ++ .../Runtime/Utilities/FormatUtils.cs.meta | 3 ++ .../Runtime/Utilities/TextUtilities.cs | 3 ++ .../Runtime/Utilities/TextUtilities.cs.meta | 3 ++ .../Text Animator/Third-Party Notices.txt | 3 ++ .../Third-Party Notices.txt.meta | 3 ++ Assets/Plugins/Pixel Crushers.meta | 3 ++ Assets/Plugins/Pixel Crushers/Common.meta | 3 ++ .../Pixel Crushers/Common/Documentation.meta | 3 ++ .../Input_Device_Manager_Manual.pdf | 3 ++ .../Input_Device_Manager_Manual.pdf.meta | 3 ++ .../Documentation/Save_System_Manual.pdf | 3 ++ .../Documentation/Save_System_Manual.pdf.meta | 3 ++ .../Documentation/Text_Table_Manual.pdf | 3 ++ .../Documentation/Text_Table_Manual.pdf.meta | 3 ++ .../Pixel Crushers/Common/Scripts.meta | 3 ++ .../Pixel Crushers/Common/Scripts/Editor.meta | 3 ++ .../Common/Scripts/Editor/Message System.meta | 3 ++ .../Message System/MessageEventsEditor.cs | 3 ++ .../MessageEventsEditor.cs.meta | 3 ++ .../Common/Scripts/Editor/Misc.meta | 3 ++ .../Scripts/Editor/Misc/AssetUtility.cs | 3 ++ .../Scripts/Editor/Misc/AssetUtility.cs.meta | 3 ++ .../Scripts/Editor/Misc/EditorGUIZoomArea.cs | 3 ++ .../Editor/Misc/EditorGUIZoomArea.cs.meta | 3 ++ .../Editor/Misc/EnablePhysics2DMenuItem.cs | 3 ++ .../Misc/EnablePhysics2DMenuItem.cs.meta | 3 ++ .../Editor/Misc/HelpBoxAttributeDrawer.cs | 3 ++ .../Misc/HelpBoxAttributeDrawer.cs.meta | 3 ++ .../Editor/Misc/MoreEditorGuiUtility.cs | 3 ++ .../Editor/Misc/MoreEditorGuiUtility.cs.meta | 3 ++ .../Scripts/Editor/Misc/MoreEditorUtility.cs | 3 ++ .../Editor/Misc/MoreEditorUtility.cs.meta | 3 ++ .../Scripts/Editor/Misc/TimedEventEditor.cs | 3 ++ .../Editor/Misc/TimedEventEditor.cs.meta | 3 ++ .../Common/Scripts/Editor/Misc/TypeUtility.cs | 3 ++ .../Scripts/Editor/Misc/TypeUtility.cs.meta | 3 ++ .../Common/Scripts/Editor/Save System.meta | 3 ++ .../DiskSavedGameDataStorerEditor.cs | 3 ++ .../DiskSavedGameDataStorerEditor.cs.meta | 3 ++ .../PlayerPrefsSavedGameDataStorerEditor.cs | 3 ++ ...ayerPrefsSavedGameDataStorerEditor.cs.meta | 3 ++ .../Save System/SaveSystemEditorUtility.cs | 3 ++ .../SaveSystemEditorUtility.cs.meta | 3 ++ .../Scripts/Editor/Save System/SaverEditor.cs | 3 ++ .../Editor/Save System/SaverEditor.cs.meta | 3 ++ .../Common/Scripts/Editor/Text.meta | 3 ++ .../Common/Scripts/Editor/Text/CSVUtility.cs | 3 ++ .../Scripts/Editor/Text/CSVUtility.cs.meta | 3 ++ .../Scripts/Editor/Text/StringFieldDrawer.cs | 3 ++ .../Editor/Text/StringFieldDrawer.cs.meta | 3 ++ .../StringFieldTextAreaAttributeDrawer.cs | 3 ++ ...StringFieldTextAreaAttributeDrawer.cs.meta | 3 ++ .../Scripts/Editor/Text/TextTableEditor.cs | 3 ++ .../Editor/Text/TextTableEditor.cs.meta | 3 ++ .../Editor/Text/TextTableEditorWindow.cs | 3 ++ .../Editor/Text/TextTableEditorWindow.cs.meta | 3 ++ .../Text/TextTableMassExportImportWindow.cs | 3 ++ .../TextTableMassExportImportWindow.cs.meta | 3 ++ .../Common/Scripts/Editor/UI.meta | 3 ++ .../Editor/UI/CheckInputManagerSettings.cs | 3 ++ .../UI/CheckInputManagerSettings.cs.meta | 3 ++ .../Editor/UI/InputDeviceManagerEditor.cs | 3 ++ .../UI/InputDeviceManagerEditor.cs.meta | 3 ++ .../Editor/UI/UIDropdownFieldDrawer.cs | 3 ++ .../Editor/UI/UIDropdownFieldDrawer.cs.meta | 3 ++ .../Editor/UI/UILocalizationManagerEditor.cs | 3 ++ .../UI/UILocalizationManagerEditor.cs.meta | 3 ++ .../Scripts/Editor/UI/UITextFieldDrawer.cs | 3 ++ .../Editor/UI/UITextFieldDrawer.cs.meta | 3 ++ .../Common/Scripts/Editor/UnityEvents.meta | 3 ++ .../Editor/UnityEvents/TagMaskDrawer.cs | 3 ++ .../Editor/UnityEvents/TagMaskDrawer.cs.meta | 3 ++ .../Common/Scripts/Message System.meta | 3 ++ .../Message System/DataSynchronizer.cs | 3 ++ .../Message System/DataSynchronizer.cs.meta | 3 ++ .../Scripts/Message System/IMessageHandler.cs | 3 ++ .../Message System/IMessageHandler.cs.meta | 3 ++ .../Scripts/Message System/MessageArgs.cs | 3 ++ .../Message System/MessageArgs.cs.meta | 3 ++ .../Scripts/Message System/MessageEvents.cs | 3 ++ .../Message System/MessageEvents.cs.meta | 3 ++ .../Scripts/Message System/MessageSystem.cs | 3 ++ .../Message System/MessageSystem.cs.meta | 3 ++ .../Message System/MessageSystemLogger.cs | 3 ++ .../MessageSystemLogger.cs.meta | 3 ++ .../Pixel Crushers/Common/Scripts/Misc.meta | 3 ++ .../Common/Scripts/Misc/AlwaysFaceCamera.cs | 3 ++ .../Scripts/Misc/AlwaysFaceCamera.cs.meta | 3 ++ .../Common/Scripts/Misc/CheckPhysics2D.cs | 3 ++ .../Scripts/Misc/CheckPhysics2D.cs.meta | 3 ++ .../Common/Scripts/Misc/ComponentUtility.cs | 3 ++ .../Scripts/Misc/ComponentUtility.cs.meta | 3 ++ .../Common/Scripts/Misc/CoroutineUtility.cs | 3 ++ .../Scripts/Misc/CoroutineUtility.cs.meta | 3 ++ .../Common/Scripts/Misc/CursorControl.cs | 3 ++ .../Common/Scripts/Misc/CursorControl.cs.meta | 3 ++ .../Scripts/Misc/DictionaryExtensions.cs | 3 ++ .../Scripts/Misc/DictionaryExtensions.cs.meta | 3 ++ .../Common/Scripts/Misc/Dimension.cs | 3 ++ .../Common/Scripts/Misc/Dimension.cs.meta | 3 ++ .../Scripts/Misc/DontDestroyGameObject.cs | 3 ++ .../Misc/DontDestroyGameObject.cs.meta | 3 ++ .../Common/Scripts/Misc/EnableOnStart.cs | 3 ++ .../Common/Scripts/Misc/EnableOnStart.cs.meta | 3 ++ .../Common/Scripts/Misc/GameObjectUtility.cs | 3 ++ .../Scripts/Misc/GameObjectUtility.cs.meta | 3 ++ .../Common/Scripts/Misc/GameTime.cs | 3 ++ .../Common/Scripts/Misc/GameTime.cs.meta | 3 ++ .../Common/Scripts/Misc/HelpBoxAttribute.cs | 3 ++ .../Scripts/Misc/HelpBoxAttribute.cs.meta | 3 ++ .../Common/Scripts/Misc/InstantiatePrefabs.cs | 3 ++ .../Scripts/Misc/InstantiatePrefabs.cs.meta | 3 ++ .../Common/Scripts/Misc/LODManager.cs | 3 ++ .../Common/Scripts/Misc/LODManager.cs.meta | 3 ++ .../Common/Scripts/Misc/ListExtensions.cs | 3 ++ .../Scripts/Misc/ListExtensions.cs.meta | 3 ++ .../Common/Scripts/Misc/MoreGizmos.cs | 3 ++ .../Common/Scripts/Misc/MoreGizmos.cs.meta | 3 ++ .../Common/Scripts/Misc/MorePhysics2D.cs | 3 ++ .../Common/Scripts/Misc/MorePhysics2D.cs.meta | 3 ++ .../Common/Scripts/Misc/Pool.cs | 3 ++ .../Common/Scripts/Misc/Pool.cs.meta | 3 ++ .../Common/Scripts/Misc/RectExtensions.cs | 3 ++ .../Scripts/Misc/RectExtensions.cs.meta | 3 ++ .../Common/Scripts/Misc/RuntimeTypeUtility.cs | 3 ++ .../Scripts/Misc/RuntimeTypeUtility.cs.meta | 3 ++ .../Common/Scripts/Misc/SafeConvert.cs | 3 ++ .../Common/Scripts/Misc/SafeConvert.cs.meta | 3 ++ .../Common/Scripts/Misc/SceneNotifier.cs | 3 ++ .../Common/Scripts/Misc/SceneNotifier.cs.meta | 3 ++ .../Scripts/Misc/ScriptableObjectUtility.cs | 3 ++ .../Misc/ScriptableObjectUtility.cs.meta | 3 ++ .../Common/Scripts/Misc/Tweener.cs | 3 ++ .../Common/Scripts/Misc/Tweener.cs.meta | 3 ++ .../Common/Scripts/Save System.meta | 3 ++ .../Common/Scripts/Save System/Misc.meta | 3 ++ .../Scripts/Save System/Misc/AutoSaveLoad.cs | 3 ++ .../Save System/Misc/AutoSaveLoad.cs.meta | 3 ++ .../Save System/Misc/SaveSystemEvents.cs | 3 ++ .../Save System/Misc/SaveSystemEvents.cs.meta | 3 ++ .../Save System/Misc/SaveSystemMethods.cs | 3 ++ .../Misc/SaveSystemMethods.cs.meta | 3 ++ .../Save System/Misc/SaveSystemTestMenu.cs | 3 ++ .../Misc/SaveSystemTestMenu.cs.meta | 3 ++ .../Scripts/Save System/Misc/SavedGameData.cs | 3 ++ .../Save System/Misc/SavedGameData.cs.meta | 3 ++ .../Scripts/Save System/Misc/ScenePortal.cs | 3 ++ .../Save System/Misc/ScenePortal.cs.meta | 3 ++ .../Save System/Misc/SceneValidationMode.cs | 3 ++ .../Misc/SceneValidationMode.cs.meta | 3 ++ .../Common/Scripts/Save System/SaveSystem.cs | 3 ++ .../Scripts/Save System/SaveSystem.cs.meta | 3 ++ .../Common/Scripts/Save System/Savers.meta | 3 ++ .../Scripts/Save System/Savers/ActiveSaver.cs | 3 ++ .../Save System/Savers/ActiveSaver.cs.meta | 3 ++ .../Save System/Savers/AnimatorSaver.cs | 3 ++ .../Save System/Savers/AnimatorSaver.cs.meta | 3 ++ .../Save System/Savers/DestructibleSaver.cs | 3 ++ .../Savers/DestructibleSaver.cs.meta | 3 ++ .../Save System/Savers/EnabledSaver.cs | 3 ++ .../Save System/Savers/EnabledSaver.cs.meta | 3 ++ .../Save System/Savers/MultiActiveSaver.cs | 3 ++ .../Savers/MultiActiveSaver.cs.meta | 3 ++ .../Save System/Savers/MultiEnabledSaver.cs | 3 ++ .../Savers/MultiEnabledSaver.cs.meta | 3 ++ .../Save System/Savers/PositionSaver.cs | 3 ++ .../Save System/Savers/PositionSaver.cs.meta | 3 ++ .../Scripts/Save System/Savers/Saver.cs | 3 ++ .../Scripts/Save System/Savers/Saver.cs.meta | 3 ++ .../Scripts/Save System/Serializers.meta | 3 ++ .../Save System/Serializers/Binary.meta | 3 ++ .../Binary/BinaryDataSerializer.cs | 3 ++ .../Binary/BinaryDataSerializer.cs.meta | 3 ++ .../QuaternionSerializationSurrogate.cs | 3 ++ .../QuaternionSerializationSurrogate.cs.meta | 3 ++ .../Binary/Vector3SerializationSurrogate.cs | 3 ++ .../Vector3SerializationSurrogate.cs.meta | 3 ++ .../Save System/Serializers/DataSerializer.cs | 3 ++ .../Serializers/DataSerializer.cs.meta | 3 ++ .../Serializers/JsonDataSerializer.cs | 3 ++ .../Serializers/JsonDataSerializer.cs.meta | 3 ++ .../Common/Scripts/Save System/Spawning.meta | 3 ++ .../Save System/Spawning/SpawnedObject.cs | 3 ++ .../Spawning/SpawnedObject.cs.meta | 3 ++ .../Save System/Spawning/SpawnedObjectList.cs | 3 ++ .../Spawning/SpawnedObjectList.cs.meta | 3 ++ .../Spawning/SpawnedObjectManager.cs | 3 ++ .../Spawning/SpawnedObjectManager.cs.meta | 3 ++ .../Common/Scripts/Save System/Storers.meta | 3 ++ .../Storers/DiskSavedGameDataStorer.cs | 3 ++ .../Storers/DiskSavedGameDataStorer.cs.meta | 3 ++ .../Save System/Storers/EncryptionUtility.cs | 3 ++ .../Storers/EncryptionUtility.cs.meta | 3 ++ .../Storers/PlayerPrefsSavedGameDataStorer.cs | 3 ++ .../PlayerPrefsSavedGameDataStorer.cs.meta | 3 ++ .../Storers/SavedGameDataStorer.cs | 3 ++ .../Storers/SavedGameDataStorer.cs.meta | 3 ++ .../Scripts/Save System/Transitions.meta | 3 ++ .../Transitions/LoadingScreenProgressBar.cs | 3 ++ .../LoadingScreenProgressBar.cs.meta | 3 ++ .../Transitions/SceneTransitionManager.cs | 3 ++ .../SceneTransitionManager.cs.meta | 3 ++ .../StandardSceneTransitionManager.cs | 3 ++ .../StandardSceneTransitionManager.cs.meta | 3 ++ .../Pixel Crushers/Common/Scripts/Text.meta | 3 ++ .../Common/Scripts/Text/EncodingType.cs | 3 ++ .../Common/Scripts/Text/EncodingType.cs.meta | 3 ++ .../Common/Scripts/Text/GlobalTextTable.cs | 3 ++ .../Scripts/Text/GlobalTextTable.cs.meta | 3 ++ .../Common/Scripts/Text/StringAsset.cs | 3 ++ .../Common/Scripts/Text/StringAsset.cs.meta | 3 ++ .../Common/Scripts/Text/StringField.cs | 3 ++ .../Common/Scripts/Text/StringField.cs.meta | 3 ++ .../Text/StringFieldTextAreaAttribute.cs | 3 ++ .../Text/StringFieldTextAreaAttribute.cs.meta | 3 ++ .../Common/Scripts/Text/TextTable.cs | 3 ++ .../Common/Scripts/Text/TextTable.cs.meta | 3 ++ .../Pixel Crushers/Common/Scripts/UI.meta | 3 ++ .../UI/DeselectPreviousOnPointerEnter.cs | 3 ++ .../UI/DeselectPreviousOnPointerEnter.cs.meta | 3 ++ .../Common/Scripts/UI/IEventSystemUser.cs | 3 ++ .../Scripts/UI/IEventSystemUser.cs.meta | 3 ++ .../Common/Scripts/UI/InputActionRegistry.cs | 3 ++ .../Scripts/UI/InputActionRegistry.cs.meta | 3 ++ .../Common/Scripts/UI/InputDeviceManager.cs | 3 ++ .../Scripts/UI/InputDeviceManager.cs.meta | 3 ++ .../Common/Scripts/UI/InputDeviceMethods.cs | 3 ++ .../Scripts/UI/InputDeviceMethods.cs.meta | 3 ++ .../Scripts/UI/KeepRectTransformOnscreen.cs | 3 ++ .../UI/KeepRectTransformOnscreen.cs.meta | 3 ++ .../Common/Scripts/UI/LocalizeUI.cs | 3 ++ .../Common/Scripts/UI/LocalizeUI.cs.meta | 3 ++ .../Common/Scripts/UI/LocalizedFonts.cs | 3 ++ .../Common/Scripts/UI/LocalizedFonts.cs.meta | 3 ++ .../Common/Scripts/UI/SetEventSystem.cs | 3 ++ .../Common/Scripts/UI/SetEventSystem.cs.meta | 3 ++ .../Common/Scripts/UI/SetLocalizedFont.cs | 3 ++ .../Scripts/UI/SetLocalizedFont.cs.meta | 3 ++ .../Scripts/UI/ShowCursorWhileEnabled.cs | 3 ++ .../Scripts/UI/ShowCursorWhileEnabled.cs.meta | 3 ++ .../Common/Scripts/UI/UIAnimatorMonitor.cs | 3 ++ .../Scripts/UI/UIAnimatorMonitor.cs.meta | 3 ++ .../Common/Scripts/UI/UIButtonKeyTrigger.cs | 3 ++ .../Scripts/UI/UIButtonKeyTrigger.cs.meta | 3 ++ .../Common/Scripts/UI/UIDropdownField.cs | 3 ++ .../Common/Scripts/UI/UIDropdownField.cs.meta | 3 ++ .../Common/Scripts/UI/UIInputField.cs | 3 ++ .../Common/Scripts/UI/UIInputField.cs.meta | 3 ++ .../Scripts/UI/UILocalizationManager.cs | 3 ++ .../Scripts/UI/UILocalizationManager.cs.meta | 3 ++ .../Common/Scripts/UI/UIPanel.cs | 3 ++ .../Common/Scripts/UI/UIPanel.cs.meta | 3 ++ .../Common/Scripts/UI/UIScrollbarEnabler.cs | 3 ++ .../Scripts/UI/UIScrollbarEnabler.cs.meta | 3 ++ .../Common/Scripts/UI/UITextColor.cs | 3 ++ .../Common/Scripts/UI/UITextColor.cs.meta | 3 ++ .../Common/Scripts/UI/UITextField.cs | 3 ++ .../Common/Scripts/UI/UITextField.cs.meta | 3 ++ .../Common/Scripts/UI/UIUtility.cs | 3 ++ .../Common/Scripts/UI/UIUtility.cs.meta | 3 ++ .../Common/Scripts/UnityEvents.meta | 3 ++ .../Scripts/UnityEvents/CollisionEvent.cs | 3 ++ .../UnityEvents/CollisionEvent.cs.meta | 3 ++ .../Scripts/UnityEvents/DisappearEvent.cs | 3 ++ .../UnityEvents/DisappearEvent.cs.meta | 3 ++ .../Scripts/UnityEvents/ParameterEvents.cs | 3 ++ .../UnityEvents/ParameterEvents.cs.meta | 3 ++ .../Common/Scripts/UnityEvents/TagMask.cs | 3 ++ .../Scripts/UnityEvents/TagMask.cs.meta | 3 ++ .../Scripts/UnityEvents/TagMaskEvent.cs | 3 ++ .../Scripts/UnityEvents/TagMaskEvent.cs.meta | 3 ++ .../Common/Scripts/UnityEvents/TimedEvent.cs | 3 ++ .../Scripts/UnityEvents/TimedEvent.cs.meta | 3 ++ .../Scripts/UnityEvents/TriggerEvent.cs | 3 ++ .../Scripts/UnityEvents/TriggerEvent.cs.meta | 3 ++ .../Pixel Crushers/Common/Templates.meta | 3 ++ .../Common/Templates/SaverTemplate.cs | 3 ++ .../Common/Templates/SaverTemplate.cs.meta | 3 ++ .../Common/Third Party Support.meta | 3 ++ .../Pixel Crushers/Common/Wrappers.meta | 3 ++ .../Common/Wrappers/Editor.meta | 3 ++ .../Common/Wrappers/Editor/Text.meta | 3 ++ .../Wrappers/Editor/Text/StringAssetMenu.cs | 3 ++ .../Editor/Text/StringAssetMenu.cs.meta | 3 ++ .../Editor/Text/TextTableAssetMenu.cs | 3 ++ .../Editor/Text/TextTableAssetMenu.cs.meta | 3 ++ .../Common/Wrappers/Message System.meta | 3 ++ .../Message System/DataSynchronizer.cs | 3 ++ .../Message System/DataSynchronizer.cs.meta | 3 ++ .../Wrappers/Message System/MessageEvents.cs | 3 ++ .../Message System/MessageEvents.cs.meta | 3 ++ .../Message System/MessageSystemLogger.cs | 3 ++ .../MessageSystemLogger.cs.meta | 3 ++ .../Pixel Crushers/Common/Wrappers/Misc.meta | 3 ++ .../Common/Wrappers/Misc/AlwaysFaceCamera.cs | 3 ++ .../Wrappers/Misc/AlwaysFaceCamera.cs.meta | 3 ++ .../Common/Wrappers/Misc/CheckPhysics2D.cs | 3 ++ .../Wrappers/Misc/CheckPhysics2D.cs.meta | 3 ++ .../Wrappers/Misc/DontDestroyGameObject.cs | 3 ++ .../Misc/DontDestroyGameObject.cs.meta | 3 ++ .../Common/Wrappers/Misc/EditorNote.cs | 3 ++ .../Common/Wrappers/Misc/EditorNote.cs.meta | 3 ++ .../Common/Wrappers/Misc/EnableOnStart.cs | 3 ++ .../Wrappers/Misc/EnableOnStart.cs.meta | 3 ++ .../Wrappers/Misc/InstantiatePrefabs.cs | 3 ++ .../Wrappers/Misc/InstantiatePrefabs.cs.meta | 3 ++ .../Common/Wrappers/Misc/LODManager.cs | 3 ++ .../Common/Wrappers/Misc/LODManager.cs.meta | 3 ++ .../Common/Wrappers/Save System.meta | 3 ++ .../Common/Wrappers/Save System/Misc.meta | 3 ++ .../Wrappers/Save System/Misc/AutoSaveLoad.cs | 3 ++ .../Save System/Misc/AutoSaveLoad.cs.meta | 3 ++ .../Save System/Misc/SaveSystemEvents.cs | 3 ++ .../Save System/Misc/SaveSystemEvents.cs.meta | 3 ++ .../Save System/Misc/SaveSystemMethods.cs | 3 ++ .../Misc/SaveSystemMethods.cs.meta | 3 ++ .../Save System/Misc/SaveSystemTestMenu.cs | 3 ++ .../Misc/SaveSystemTestMenu.cs.meta | 3 ++ .../Wrappers/Save System/Misc/ScenePortal.cs | 3 ++ .../Save System/Misc/ScenePortal.cs.meta | 3 ++ .../Common/Wrappers/Save System/SaveSystem.cs | 3 ++ .../Wrappers/Save System/SaveSystem.cs.meta | 3 ++ .../Common/Wrappers/Save System/Savers.meta | 3 ++ .../Save System/Savers/ActiveSaver.cs | 3 ++ .../Save System/Savers/ActiveSaver.cs.meta | 3 ++ .../Save System/Savers/AnimatorSaver.cs | 3 ++ .../Save System/Savers/AnimatorSaver.cs.meta | 3 ++ .../Save System/Savers/DestructibleSaver.cs | 3 ++ .../Savers/DestructibleSaver.cs.meta | 3 ++ .../Save System/Savers/EnabledSaver.cs | 3 ++ .../Save System/Savers/EnabledSaver.cs.meta | 3 ++ .../Save System/Savers/MultiActiveSaver.cs | 3 ++ .../Savers/MultiActiveSaver.cs.meta | 3 ++ .../Save System/Savers/MultiEnabledSaver.cs | 3 ++ .../Savers/MultiEnabledSaver.cs.meta | 3 ++ .../Save System/Savers/PositionSaver.cs | 3 ++ .../Save System/Savers/PositionSaver.cs.meta | 3 ++ .../Wrappers/Save System/Serializers.meta | 3 ++ .../Save System/Serializers/Binary.meta | 3 ++ .../Binary/BinaryDataSerializer.cs | 3 ++ .../Binary/BinaryDataSerializer.cs.meta | 3 ++ .../Serializers/JsonDataSerializer.cs | 3 ++ .../Serializers/JsonDataSerializer.cs.meta | 3 ++ .../Common/Wrappers/Save System/Spawning.meta | 3 ++ .../Save System/Spawning/SpawnedObject.cs | 3 ++ .../Spawning/SpawnedObject.cs.meta | 3 ++ .../Save System/Spawning/SpawnedObjectList.cs | 3 ++ .../Spawning/SpawnedObjectList.cs.meta | 3 ++ .../Spawning/SpawnedObjectManager.cs | 3 ++ .../Spawning/SpawnedObjectManager.cs.meta | 3 ++ .../Common/Wrappers/Save System/Storers.meta | 3 ++ .../Storers/DiskSavedGameDataStorer.cs | 3 ++ .../Storers/DiskSavedGameDataStorer.cs.meta | 3 ++ .../Storers/PlayerPrefsSavedGameDataStorer.cs | 3 ++ .../PlayerPrefsSavedGameDataStorer.cs.meta | 3 ++ .../Wrappers/Save System/Transitions.meta | 3 ++ .../Transitions/LoadingScreenProgressBar.cs | 3 ++ .../LoadingScreenProgressBar.cs.meta | 3 ++ .../StandardSceneTransitionManager.cs | 3 ++ .../StandardSceneTransitionManager.cs.meta | 3 ++ .../Pixel Crushers/Common/Wrappers/Text.meta | 3 ++ .../Common/Wrappers/Text/GlobalTextTable.cs | 3 ++ .../Wrappers/Text/GlobalTextTable.cs.meta | 3 ++ .../Common/Wrappers/Text/StringAsset.cs | 3 ++ .../Common/Wrappers/Text/StringAsset.cs.meta | 3 ++ .../Common/Wrappers/Text/TextTable.cs | 3 ++ .../Common/Wrappers/Text/TextTable.cs.meta | 3 ++ .../Pixel Crushers/Common/Wrappers/UI.meta | 3 ++ .../UI/DeselectPreviousOnPointerEnter.cs | 3 ++ .../UI/DeselectPreviousOnPointerEnter.cs.meta | 3 ++ .../Common/Wrappers/UI/InputActionRegistry.cs | 3 ++ .../Wrappers/UI/InputActionRegistry.cs.meta | 3 ++ .../Common/Wrappers/UI/InputDeviceManager.cs | 3 ++ .../Wrappers/UI/InputDeviceManager.cs.meta | 3 ++ .../Common/Wrappers/UI/InputDeviceMethods.cs | 3 ++ .../Wrappers/UI/InputDeviceMethods.cs.meta | 3 ++ .../Wrappers/UI/KeepRectTransformOnscreen.cs | 3 ++ .../UI/KeepRectTransformOnscreen.cs.meta | 3 ++ .../Common/Wrappers/UI/LocalizeUI.cs | 3 ++ .../Common/Wrappers/UI/LocalizeUI.cs.meta | 3 ++ .../Common/Wrappers/UI/LocalizedFonts.cs | 3 ++ .../Common/Wrappers/UI/LocalizedFonts.cs.meta | 3 ++ .../Common/Wrappers/UI/SetEventSystem.cs | 3 ++ .../Common/Wrappers/UI/SetEventSystem.cs.meta | 3 ++ .../Common/Wrappers/UI/SetLocalizedFont.cs | 3 ++ .../Wrappers/UI/SetLocalizedFont.cs.meta | 3 ++ .../Wrappers/UI/ShowCursorWhileEnabled.cs | 3 ++ .../UI/ShowCursorWhileEnabled.cs.meta | 3 ++ .../Common/Wrappers/UI/UIButtonKeyTrigger.cs | 3 ++ .../Wrappers/UI/UIButtonKeyTrigger.cs.meta | 3 ++ .../Wrappers/UI/UILocalizationManager.cs | 3 ++ .../Wrappers/UI/UILocalizationManager.cs.meta | 3 ++ .../Common/Wrappers/UI/UIPanel.cs | 3 ++ .../Common/Wrappers/UI/UIPanel.cs.meta | 3 ++ .../Common/Wrappers/UI/UIScrollbarEnabler.cs | 3 ++ .../Wrappers/UI/UIScrollbarEnabler.cs.meta | 3 ++ .../Common/Wrappers/UI/UITextColor.cs | 3 ++ .../Common/Wrappers/UI/UITextColor.cs.meta | 3 ++ .../Common/Wrappers/UnityEvents.meta | 3 ++ .../Wrappers/UnityEvents/CollisionEvent.cs | 3 ++ .../UnityEvents/CollisionEvent.cs.meta | 3 ++ .../Wrappers/UnityEvents/DisappearEvent.cs | 3 ++ .../UnityEvents/DisappearEvent.cs.meta | 3 ++ .../Common/Wrappers/UnityEvents/TimedEvent.cs | 3 ++ .../Wrappers/UnityEvents/TimedEvent.cs.meta | 3 ++ .../Wrappers/UnityEvents/TriggerEvent.cs | 3 ++ .../Wrappers/UnityEvents/TriggerEvent.cs.meta | 3 ++ .../Plugins/Pixel Crushers/Common/_README.txt | 3 ++ .../Pixel Crushers/Common/_README.txt.meta | 3 ++ .../Pixel Crushers/Dialogue System.meta | 3 ++ .../Pixel Crushers/Dialogue System/Demo.meta | 3 ++ .../Dialogue System/Demo/Art.meta | 3 ++ .../Dialogue System/Demo/Art/Recon Troop.meta | 3 ++ .../Demo/Art/Recon Troop/Animator.meta | 3 ++ .../Animator/ReconTroopAnimator.controller | 3 ++ .../ReconTroopAnimator.controller.meta | 3 ++ .../Recon Troop/Animator/Upper Body Mask.mask | 3 ++ .../Animator/Upper Body Mask.mask.meta | 3 ++ .../Demo/Art/Recon Troop/Materials.meta | 3 ++ .../Art/Recon Troop/Materials/AssaultGun.mat | 3 ++ .../Recon Troop/Materials/AssaultGun.mat.meta | 3 ++ .../Demo/Art/Recon Troop/Materials/Head.mat | 3 ++ .../Art/Recon Troop/Materials/Head.mat.meta | 3 ++ .../Materials/InfiltratorPistol.mat | 3 ++ .../Materials/InfiltratorPistol.mat.meta | 3 ++ .../Art/Recon Troop/Materials/ReconTroop.mat | 3 ++ .../Recon Troop/Materials/ReconTroop.mat.meta | 3 ++ .../Materials/ReconTroopHelmet.mat | 3 ++ .../Materials/ReconTroopHelmet.mat.meta | 3 ++ .../Materials/ReconTroopHelmetRed.mat | 3 ++ .../Materials/ReconTroopHelmetRed.mat.meta | 3 ++ .../Recon Troop/Materials/ReconTroopRed.mat | 3 ++ .../Materials/ReconTroopRed.mat.meta | 3 ++ .../Demo/Art/Recon Troop/Model.meta | 3 ++ .../Model/TwoHandGunFireStanding.anim | 3 ++ .../Model/TwoHandGunFireStanding.anim.meta | 3 ++ .../Art/Recon Troop/Model/mReconTroop.fbx | 3 ++ .../Recon Troop/Model/mReconTroop.fbx.meta | 3 ++ .../Demo/Art/Recon Troop/ShaderMaps.meta | 3 ++ .../ShaderMaps/ReconTroopHelmet_NRM.png | 3 ++ .../ShaderMaps/ReconTroopHelmet_NRM.png.meta | 3 ++ .../ShaderMaps/ReconTroopHelmet_SPEC.png | 3 ++ .../ShaderMaps/ReconTroopHelmet_SPEC.png.meta | 3 ++ .../Recon Troop/ShaderMaps/ReconTroop_NRM.png | 3 ++ .../ShaderMaps/ReconTroop_NRM.png.meta | 3 ++ .../ShaderMaps/ReconTroop_SPEC.png | 3 ++ .../ShaderMaps/ReconTroop_SPEC.png.meta | 3 ++ .../Demo/Art/Recon Troop/Textures.meta | 3 ++ .../Art/Recon Troop/Textures/AssaultGun.png | 3 ++ .../Recon Troop/Textures/AssaultGun.png.meta | 3 ++ .../Textures/InfiltratorPistol.png | 3 ++ .../Textures/InfiltratorPistol.png.meta | 3 ++ .../Art/Recon Troop/Textures/ReconTroop.png | 3 ++ .../Recon Troop/Textures/ReconTroop.png.meta | 3 ++ .../Textures/ReconTroop1024x1024_Red.png | 3 ++ .../Textures/ReconTroop1024x1024_Red.png.meta | 3 ++ .../Recon Troop/Textures/ReconTroopHead.png | 3 ++ .../Textures/ReconTroopHead.png.meta | 3 ++ .../Recon Troop/Textures/ReconTroopHelmet.png | 3 ++ .../Textures/ReconTroopHelmet.png.meta | 3 ++ .../Textures/ReconTroopHelmet512x512_Red.png | 3 ++ .../ReconTroopHelmet512x512_Red.png.meta | 3 ++ .../Demo/Art/Scifi Environment.meta | 3 ++ .../Demo/Art/Scifi Environment/Materials.meta | 3 ++ .../Materials/FloorAmaterial.mat | 3 ++ .../Materials/FloorAmaterial.mat.meta | 3 ++ .../Materials/LargeDoorway.mat | 3 ++ .../Materials/LargeDoorway.mat.meta | 3 ++ .../Materials/Pipe_electricBox_ts_Diff.mat | 3 ++ .../Pipe_electricBox_ts_Diff.mat.meta | 3 ++ .../Materials/TerminalDiffuseMap.mat | 3 ++ .../Materials/TerminalDiffuseMap.mat.meta | 3 ++ .../Materials/WallDivider.mat | 3 ++ .../Materials/WallDivider.mat.meta | 3 ++ .../Materials/WallLamp-16 - Default.mat | 3 ++ .../Materials/WallLamp-16 - Default.mat.meta | 3 ++ .../Materials/WallTypeA_FloorRaft_Diff.mat | 3 ++ .../WallTypeA_FloorRaft_Diff.mat.meta | 3 ++ .../Materials/ceilTypeA_Diff.mat | 3 ++ .../Materials/ceilTypeA_Diff.mat.meta | 3 ++ .../Materials/wallTanker.mat | 3 ++ .../Materials/wallTanker.mat.meta | 3 ++ .../Demo/Art/Scifi Environment/Models.meta | 3 ++ .../Art/Scifi Environment/Models/CeilingA.FBX | 3 ++ .../Models/CeilingA.FBX.meta | 3 ++ .../Scifi Environment/Models/ElectricBox.FBX | 3 ++ .../Models/ElectricBox.FBX.meta | 3 ++ .../Scifi Environment/Models/FloorPanel.FBX | 3 ++ .../Models/FloorPanel.FBX.meta | 3 ++ .../Scifi Environment/Models/LargeDoorsA.FBX | 3 ++ .../Models/LargeDoorsA.FBX.meta | 3 ++ .../Scifi Environment/Models/LightBeam.FBX | 3 ++ .../Models/LightBeam.FBX.meta | 3 ++ .../Scifi Environment/Models/LightEndBox.FBX | 3 ++ .../Models/LightEndBox.FBX.meta | 3 ++ .../Art/Scifi Environment/Models/Pipe.FBX | 3 ++ .../Scifi Environment/Models/Pipe.FBX.meta | 3 ++ .../Art/Scifi Environment/Models/Tanker.FBX | 3 ++ .../Scifi Environment/Models/Tanker.FBX.meta | 3 ++ .../Art/Scifi Environment/Models/Terminal.FBX | 3 ++ .../Models/Terminal.FBX.meta | 3 ++ .../Scifi Environment/Models/WallDividerA.FBX | 3 ++ .../Models/WallDividerA.FBX.meta | 3 ++ .../Models/WallDividerA_atLargeDoor.FBX | 3 ++ .../Models/WallDividerA_atLargeDoor.FBX.meta | 3 ++ .../Art/Scifi Environment/Models/WallLamp.FBX | 3 ++ .../Models/WallLamp.FBX.meta | 3 ++ .../Scifi Environment/Models/WallTypeA.FBX | 3 ++ .../Models/WallTypeA.FBX.meta | 3 ++ .../Demo/Art/Scifi Environment/Room.meta | 3 ++ .../Scifi Environment/Room/LightmapFar-0.exr | 3 ++ .../Room/LightmapFar-0.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapFar-1.exr | 3 ++ .../Room/LightmapFar-1.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapFar-2.exr | 3 ++ .../Room/LightmapFar-2.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapFar-3.exr | 3 ++ .../Room/LightmapFar-3.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapNear-0.exr | 3 ++ .../Room/LightmapNear-0.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapNear-1.exr | 3 ++ .../Room/LightmapNear-1.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapNear-2.exr | 3 ++ .../Room/LightmapNear-2.exr.meta | 3 ++ .../Scifi Environment/Room/LightmapNear-3.exr | 3 ++ .../Room/LightmapNear-3.exr.meta | 3 ++ .../Demo/Art/Scifi Environment/Textures.meta | 3 ++ .../Scifi Environment/Textures/ElecBoxNM.png | 3 ++ .../Textures/ElecBoxNM.png.meta | 3 ++ .../Scifi Environment/Textures/FloorTileA.tga | 3 ++ .../Textures/FloorTileA.tga.meta | 3 ++ .../Textures/FloorTileA_norm.png | 3 ++ .../Textures/FloorTileA_norm.png.meta | 3 ++ .../Textures/LargeDoorway.png | 3 ++ .../Textures/LargeDoorway.png.meta | 3 ++ .../Textures/LargeDoorway_norm.png | 3 ++ .../Textures/LargeDoorway_norm.png.meta | 3 ++ .../Textures/Pipe_electricBox_ts_Diff.png | 3 ++ .../Pipe_electricBox_ts_Diff.png.meta | 3 ++ .../Textures/TerminalDiffuseSpecMap.tga | 3 ++ .../Textures/TerminalDiffuseSpecMap.tga.meta | 3 ++ .../Textures/Terminal_Norm.png | 3 ++ .../Textures/Terminal_Norm.png.meta | 3 ++ .../WallDivider_LightBeam_ts_Diff.png | 3 ++ .../WallDivider_LightBeam_ts_Diff.png.meta | 3 ++ .../WallDivider_LightBeam_ts_Glow.png | 3 ++ .../WallDivider_LightBeam_ts_Glow.png.meta | 3 ++ .../Textures/WallLamp_norm.png | 3 ++ .../Textures/WallLamp_norm.png.meta | 3 ++ .../Textures/WallTypeA_FloorRaft_ts_Diff.png | 3 ++ .../WallTypeA_FloorRaft_ts_Diff.png.meta | 3 ++ .../Textures/WallTypeA_FloorRaft_ts_Norm.png | 3 ++ .../WallTypeA_FloorRaft_ts_Norm.png.meta | 3 ++ .../Textures/ceilTypeA_Diff.png | 3 ++ .../Textures/ceilTypeA_Diff.png.meta | 3 ++ .../Textures/wallLamp_Diff.png | 3 ++ .../Textures/wallLamp_Diff.png.meta | 3 ++ .../Scifi Environment/Textures/wallTanker.png | 3 ++ .../Textures/wallTanker.png.meta | 3 ++ .../Dialogue System/Demo/Art/Sounds.meta | 3 ++ .../Demo/Art/Sounds/Background Noise.ogg | 3 ++ .../Demo/Art/Sounds/Background Noise.ogg.meta | 3 ++ .../Demo/Art/Sounds/Pulse Rifle.ogg | 3 ++ .../Demo/Art/Sounds/Pulse Rifle.ogg.meta | 3 ++ .../Demo/Art/Sounds/_README.txt | 3 ++ .../Demo/Art/Sounds/_README.txt.meta | 3 ++ .../Dialogue System/Demo/Art/Textures.meta | 3 ++ .../Demo/Art/Textures/Portraits.meta | 3 ++ .../Demo/Art/Textures/Portraits/Terminal.png | 3 ++ .../Art/Textures/Portraits/Terminal.png.meta | 3 ++ .../Art/Textures/Portraits/TroopGreen.png | 3 ++ .../Textures/Portraits/TroopGreen.png.meta | 3 ++ .../Demo/Art/Textures/Portraits/TroopRed.png | 3 ++ .../Art/Textures/Portraits/TroopRed.png.meta | 3 ++ .../Dialogue System/Demo/Data.meta | 3 ++ .../Demo/Data/Demo Database.asset | 3 ++ .../Demo/Data/Demo Database.asset.meta | 3 ++ .../Dialogue System/Demo/Prefabs.meta | 3 ++ .../Demo/Prefabs/Dead Enemy.prefab | 3 ++ .../Demo/Prefabs/Dead Enemy.prefab.meta | 3 ++ .../Demo/Prefabs/Dialogue Manager.prefab | 3 ++ .../Demo/Prefabs/Dialogue Manager.prefab.meta | 3 ++ .../Dialogue System/Demo/Prefabs/Enemy.prefab | 3 ++ .../Demo/Prefabs/Enemy.prefab.meta | 3 ++ .../Demo/Prefabs/Player.prefab | 3 ++ .../Demo/Prefabs/Player.prefab.meta | 3 ++ .../Demo/Prefabs/Private Hart.prefab | 3 ++ .../Demo/Prefabs/Private Hart.prefab.meta | 3 ++ .../Dialogue System/Demo/Prefabs/Room.prefab | 3 ++ .../Demo/Prefabs/Room.prefab.meta | 3 ++ .../Demo/Prefabs/Sergeant Graves.prefab | 3 ++ .../Demo/Prefabs/Sergeant Graves.prefab.meta | 3 ++ .../Demo/Prefabs/Terminal Dialogue UI.prefab | 3 ++ .../Prefabs/Terminal Dialogue UI.prefab.meta | 3 ++ .../Demo/Prefabs/Terminal.prefab | 3 ++ .../Demo/Prefabs/Terminal.prefab.meta | 3 ++ .../Dialogue System/Demo/Resources.meta | 3 ++ .../Demo/Resources/Enemy_6_1.ogg | 3 ++ .../Demo/Resources/Enemy_6_1.ogg.meta | 3 ++ .../Demo/Resources/Enemy_6_2.ogg | 3 ++ .../Demo/Resources/Enemy_6_2.ogg.meta | 3 ++ .../Demo/Resources/Enemy_6_3.ogg | 3 ++ .../Demo/Resources/Enemy_6_3.ogg.meta | 3 ++ .../Demo/Resources/Player_1_4.ogg | 3 ++ .../Demo/Resources/Player_1_4.ogg.meta | 3 ++ .../Demo/Resources/Player_1_5.ogg | 3 ++ .../Demo/Resources/Player_1_5.ogg.meta | 3 ++ .../Demo/Resources/Player_1_7.ogg | 3 ++ .../Demo/Resources/Player_1_7.ogg.meta | 3 ++ .../Demo/Resources/Player_1_8.ogg | 3 ++ .../Demo/Resources/Player_1_8.ogg.meta | 3 ++ .../Demo/Resources/Player_2_6.ogg | 3 ++ .../Demo/Resources/Player_2_6.ogg.meta | 3 ++ .../Demo/Resources/Player_2_7.ogg | 3 ++ .../Demo/Resources/Player_2_7.ogg.meta | 3 ++ .../Demo/Resources/Player_2_8.ogg | 3 ++ .../Demo/Resources/Player_2_8.ogg.meta | 3 ++ .../Demo/Resources/Private_Hart_1_1.ogg | 3 ++ .../Demo/Resources/Private_Hart_1_1.ogg.meta | 3 ++ .../Demo/Resources/Private_Hart_1_2.ogg | 3 ++ .../Demo/Resources/Private_Hart_1_2.ogg.meta | 3 ++ .../Demo/Resources/Private_Hart_1_3.ogg | 3 ++ .../Demo/Resources/Private_Hart_1_3.ogg.meta | 3 ++ .../Demo/Resources/Private_Hart_1_6.ogg | 3 ++ .../Demo/Resources/Private_Hart_1_6.ogg.meta | 3 ++ .../Demo/Resources/Sergeant_Graves_2_2.ogg | 3 ++ .../Resources/Sergeant_Graves_2_2.ogg.meta | 3 ++ .../Demo/Resources/Sergeant_Graves_2_3.ogg | 3 ++ .../Resources/Sergeant_Graves_2_3.ogg.meta | 3 ++ .../Demo/Resources/Sergeant_Graves_2_4.ogg | 3 ++ .../Resources/Sergeant_Graves_2_4.ogg.meta | 3 ++ .../Demo/Resources/Sergeant_Graves_2_5.ogg | 3 ++ .../Resources/Sergeant_Graves_2_5.ogg.meta | 3 ++ .../Dialogue System/Demo/Scenes.meta | 3 ++ .../Demo/Scenes/DemoScene1.unity | 3 ++ .../Demo/Scenes/DemoScene1.unity.meta | 3 ++ .../Demo/Scenes/DemoScene2.unity | 3 ++ .../Demo/Scenes/DemoScene2.unity.meta | 3 ++ .../Demo/Scenes/New Input System.meta | 3 ++ .../New Input System/DemoInputControls.cs | 3 ++ .../DemoInputControls.cs.meta | 3 ++ .../DemoInputControls.inputactions | 3 ++ .../DemoInputControls.inputactions.meta | 3 ++ .../New Input System/DemoInputRegistration.cs | 3 ++ .../DemoInputRegistration.cs.meta | 3 ++ .../_New_Input_System_Setup.txt | 3 ++ .../_New_Input_System_Setup.txt.meta | 3 ++ .../Demo/URP_HDRP_Materials.meta | 3 ++ .../Dialogue System/Demo/_README.txt | 3 ++ .../Dialogue System/Demo/_README.txt.meta | 3 ++ .../Dialogue System/Documentation.pdf | 3 ++ .../Dialogue System/Documentation.pdf.meta | 3 ++ .../Dialogue System/Prefabs.meta | 3 ++ .../Dialogue System/Prefabs/Art.meta | 3 ++ .../Prefabs/Art/Animation.meta | 3 ++ .../Art/Animation/Canvas Group Animator.meta | 3 ++ ...anvas Group Animator Controller.controller | 3 ++ ... Group Animator Controller.controller.meta | 3 ++ .../Canvas Group Animator/Focus.anim | 3 ++ .../Canvas Group Animator/Focus.anim.meta | 3 ++ .../Canvas Group Animator/Hidden.anim | 3 ++ .../Canvas Group Animator/Hidden.anim.meta | 3 ++ .../Animation/Canvas Group Animator/Hide.anim | 3 ++ .../Canvas Group Animator/Hide.anim.meta | 3 ++ ...FaderCanvas Animator Controller.controller | 3 ++ ...Canvas Animator Controller.controller.meta | 3 ++ .../Animation/Canvas Group Animator/Show.anim | 3 ++ .../Canvas Group Animator/Show.anim.meta | 3 ++ .../Animation/Expanding Panel Animator.meta | 3 ++ ...nding Panel Animator Controller.controller | 3 ++ ... Panel Animator Controller.controller.meta | 3 ++ .../Expanding Panel Animator/Show Expand.anim | 3 ++ .../Show Expand.anim.meta | 3 ++ .../Art/Animation/Portrait Animator.meta | 3 ++ .../Portrait Animator/Focus Color.anim | 3 ++ .../Portrait Animator/Focus Color.anim.meta | 3 ++ .../Portrait Animator Controller.controller | 3 ++ ...rtrait Animator Controller.controller.meta | 3 ++ .../Portrait Animator/Show Color.anim | 3 ++ .../Portrait Animator/Show Color.anim.meta | 3 ++ .../Dialogue System/Prefabs/Art/Fonts.meta | 3 ++ .../Prefabs/Art/Fonts/BKANT.TTF | 3 ++ .../Prefabs/Art/Fonts/BKANT.TTF.meta | 3 ++ .../Prefabs/Art/Fonts/Bitwise Font.meta | 3 ++ .../Bitwise Font/!DigitalGraphicLabs.html | 3 ++ .../!DigitalGraphicLabs.html.meta | 3 ++ .../Art/Fonts/Bitwise Font/!license.txt | 3 ++ .../Art/Fonts/Bitwise Font/!license.txt.meta | 3 ++ .../Art/Fonts/Bitwise Font/bitwise.ttf | 3 ++ .../Art/Fonts/Bitwise Font/bitwise.ttf.meta | 3 ++ .../Prefabs/Art/Fonts/Orbitron.meta | 3 ++ .../Fonts/Orbitron/SIL Open Font License.txt | 3 ++ .../Orbitron/SIL Open Font License.txt.meta | 3 ++ .../Art/Fonts/Orbitron/orbitron-black.otf | 3 ++ .../Fonts/Orbitron/orbitron-black.otf.meta | 3 ++ .../Art/Fonts/Orbitron/orbitron-bold.otf | 3 ++ .../Art/Fonts/Orbitron/orbitron-bold.otf.meta | 3 ++ .../Art/Fonts/Orbitron/orbitron-light.otf | 3 ++ .../Fonts/Orbitron/orbitron-light.otf.meta | 3 ++ .../Art/Fonts/Orbitron/orbitron-medium.otf | 3 ++ .../Fonts/Orbitron/orbitron-medium.otf.meta | 3 ++ .../Prefabs/Art/SceneFaderCanvas.prefab | 3 ++ .../Prefabs/Art/SceneFaderCanvas.prefab.meta | 3 ++ .../Prefabs/Art/Shared Audio.meta | 3 ++ .../Prefabs/Art/Shared Audio/_README.txt | 3 ++ .../Prefabs/Art/Shared Audio/_README.txt.meta | 3 ++ .../Prefabs/Art/Shared Audio/click.ogg | 3 ++ .../Prefabs/Art/Shared Audio/click.ogg.meta | 3 ++ .../Prefabs/Art/Shared Audio/hover.ogg | 3 ++ .../Prefabs/Art/Shared Audio/hover.ogg.meta | 3 ++ .../Prefabs/Art/Shared Audio/typewriter.ogg | 3 ++ .../Art/Shared Audio/typewriter.ogg.meta | 3 ++ .../Dialogue System/Prefabs/Art/Textures.meta | 3 ++ .../Prefabs/Art/Textures/Basic.meta | 3 ++ .../Art/Textures/Basic/ReticleInRange.png | 3 ++ .../Textures/Basic/ReticleInRange.png.meta | 3 ++ .../Art/Textures/Basic/ReticleOutOfRange.png | 3 ++ .../Textures/Basic/ReticleOutOfRange.png.meta | 3 ++ .../Prefabs/Art/Textures/Basic/portrait.png | 3 ++ .../Art/Textures/Basic/portrait.png.meta | 3 ++ .../Art/Textures/Basic/transparent.png | 3 ++ .../Art/Textures/Basic/transparent.png.meta | 3 ++ .../Prefabs/Art/Textures/Bubble.meta | 3 ++ .../Prefabs/Art/Textures/Bubble/Bubble.png | 3 ++ .../Art/Textures/Bubble/Bubble.png.meta | 3 ++ .../Prefabs/Art/Textures/Circle.meta | 3 ++ .../Art/Textures/Circle/Circle Button.png | 3 ++ .../Textures/Circle/Circle Button.png.meta | 3 ++ .../Art/Textures/Circle/Circle Portrait.png | 3 ++ .../Textures/Circle/Circle Portrait.png.meta | 3 ++ .../Art/Textures/Circle/Circle Subtitle.png | 3 ++ .../Textures/Circle/Circle Subtitle.png.meta | 3 ++ .../Textures/Circle/Circle Timer Empty.png | 3 ++ .../Circle/Circle Timer Empty.png.meta | 3 ++ .../Art/Textures/Circle/Circle Timer Full.png | 3 ++ .../Circle/Circle Timer Full.png.meta | 3 ++ .../Prefabs/Art/Textures/Circle/_README.txt | 3 ++ .../Art/Textures/Circle/_README.txt.meta | 3 ++ .../Prefabs/Art/Textures/JRPG.meta | 3 ++ .../Textures/JRPG/Continue Triangle Down.png | 3 ++ .../JRPG/Continue Triangle Down.png.meta | 3 ++ .../Prefabs/Art/Textures/JRPG/FrameSprite.png | 3 ++ .../Art/Textures/JRPG/FrameSprite.png.meta | 3 ++ .../Textures/JRPG/Test Portrait Sprite.png | 3 ++ .../JRPG/Test Portrait Sprite.png.meta | 3 ++ .../Prefabs/Art/Textures/JRPG/WindowFrame.png | 3 ++ .../Art/Textures/JRPG/WindowFrame.png.meta | 3 ++ .../Art/Textures/JRPG/WindowSprite.png | 3 ++ .../Art/Textures/JRPG/WindowSprite.png.meta | 3 ++ .../Prefabs/Art/Textures/Mobile.meta | 3 ++ .../Art/Textures/Mobile/Button_3x1.png | 3 ++ .../Art/Textures/Mobile/Button_3x1.png.meta | 3 ++ .../Art/Textures/Mobile/PanelBackground.png | 3 ++ .../Textures/Mobile/PanelBackground.png.meta | 3 ++ .../Prefabs/Art/Textures/Mobile/PanelBar.png | 3 ++ .../Art/Textures/Mobile/PanelBar.png.meta | 3 ++ .../Prefabs/Art/Textures/Mobile/ScrollBar.png | 3 ++ .../Art/Textures/Mobile/ScrollBar.png.meta | 3 ++ .../Art/Textures/Mobile/ScrollButton_3x1.png | 3 ++ .../Textures/Mobile/ScrollButton_3x1.png.meta | 3 ++ .../Art/Textures/Mobile/WindowBackground.png | 3 ++ .../Textures/Mobile/WindowBackground.png.meta | 3 ++ .../Prefabs/Art/Textures/Nuke.meta | 3 ++ .../Art/Textures/Nuke/Nuke Button Sprite.png | 3 ++ .../Textures/Nuke/Nuke Button Sprite.png.meta | 3 ++ .../Art/Textures/Nuke/Nuke Panel Sprite.png | 3 ++ .../Textures/Nuke/Nuke Panel Sprite.png.meta | 3 ++ .../Prefabs/Art/Textures/Runic.meta | 3 ++ .../Prefabs/Art/Textures/Runic/Button.png | 3 ++ .../Art/Textures/Runic/Button.png.meta | 3 ++ .../Art/Textures/Runic/ButtonHighlighted.png | 3 ++ .../Textures/Runic/ButtonHighlighted.png.meta | 3 ++ .../Art/Textures/Runic/ButtonPressed.png | 3 ++ .../Art/Textures/Runic/ButtonPressed.png.meta | 3 ++ .../Art/Textures/Runic/Panel Background.png | 3 ++ .../Textures/Runic/Panel Background.png.meta | 3 ++ .../Prefabs/Art/Textures/Runic/Scroll Bar.png | 3 ++ .../Art/Textures/Runic/Scroll Bar.png.meta | 3 ++ .../Art/Textures/Runic/ScrollButton.png | 3 ++ .../Art/Textures/Runic/ScrollButton.png.meta | 3 ++ .../Art/Textures/Runic/ScrollButtonHeld.png | 3 ++ .../Textures/Runic/ScrollButtonHeld.png.meta | 3 ++ .../Runic/ScrollButtonHighlighted.png | 3 ++ .../Runic/ScrollButtonHighlighted.png.meta | 3 ++ .../Art/Textures/Runic/Window Background.png | 3 ++ .../Textures/Runic/Window Background.png.meta | 3 ++ .../Prefabs/Art/Textures/SMS.meta | 3 ++ .../Art/Textures/SMS/SMS Bubble Flipped.png | 3 ++ .../Textures/SMS/SMS Bubble Flipped.png.meta | 3 ++ .../Prefabs/Art/Textures/SMS/SMS Bubble.png | 3 ++ .../Art/Textures/SMS/SMS Bubble.png.meta | 3 ++ .../Prefabs/Art/Textures/Sci-fi.meta | 3 ++ .../Art/Textures/Sci-fi/Dialog_light.png | 3 ++ .../Art/Textures/Sci-fi/Dialog_light.png.meta | 3 ++ .../Art/Textures/Sci-fi/Dialog_stripes.png | 3 ++ .../Textures/Sci-fi/Dialog_stripes.png.meta | 3 ++ .../Sci-fi/Dialog_stripes_selected.png | 3 ++ .../Sci-fi/Dialog_stripes_selected.png.meta | 3 ++ .../Art/Textures/Sci-fi/Simple_butt.png | 3 ++ .../Art/Textures/Sci-fi/Simple_butt.png.meta | 3 ++ .../Textures/Sci-fi/Simple_butt_pressed.png | 3 ++ .../Sci-fi/Simple_butt_pressed.png.meta | 3 ++ .../Art/Textures/Sci-fi/shaded_butt.png | 3 ++ .../Art/Textures/Sci-fi/shaded_butt.png.meta | 3 ++ .../Textures/Sci-fi/shaded_butt_pressed.png | 3 ++ .../Sci-fi/shaded_butt_pressed.png.meta | 3 ++ .../Prefabs/Art/Textures/Shared Textures.meta | 3 ++ .../Art/Textures/Shared Textures/Blank.png | 3 ++ .../Textures/Shared Textures/Blank.png.meta | 3 ++ .../Shared Textures/Default QTE Atlas.png | 3 ++ .../Default QTE Atlas.png.meta | 3 ++ .../Shared Textures/Hard Background.png | 3 ++ .../Shared Textures/Hard Background.png.meta | 3 ++ .../Shared Textures/Progress Bar Empty.png | 3 ++ .../Progress Bar Empty.png.meta | 3 ++ .../Shared Textures/Progress Bar Full.png | 3 ++ .../Progress Bar Full.png.meta | 3 ++ .../Textures/Shared Textures/QTE 0 Good.png | 3 ++ .../Shared Textures/QTE 0 Good.png.meta | 3 ++ .../Textures/Shared Textures/QTE 1 Evil.png | 3 ++ .../Shared Textures/QTE 1 Evil.png.meta | 3 ++ .../Shared Textures/Soft Background.png | 3 ++ .../Shared Textures/Soft Background.png.meta | 3 ++ .../Textures/Shared Textures/Solid Black.png | 3 ++ .../Shared Textures/Solid Black.png.meta | 3 ++ .../Shared Textures/Test Portrait.png | 3 ++ .../Shared Textures/Test Portrait.png.meta | 3 ++ .../Shared Textures/Transparent Black.png | 3 ++ .../Transparent Black.png.meta | 3 ++ .../Art/Textures/Shared Textures/_README.txt | 3 ++ .../Textures/Shared Textures/_README.txt.meta | 3 ++ .../Prefabs/Art/Textures/UnityUI.meta | 3 ++ .../Art/Textures/UnityUI/Button - Trimmed.psd | 3 ++ .../UnityUI/Button - Trimmed.psd.meta | 3 ++ .../Prefabs/Art/Textures/UnityUI/Jupiter.ttf | 3 ++ .../Art/Textures/UnityUI/Jupiter.ttf.meta | 3 ++ .../Art/Textures/UnityUI/SF Button.controller | 3 ++ .../UnityUI/SF Button.controller.meta | 3 ++ .../Art/Textures/UnityUI/SF Button.psd | 3 ++ .../Art/Textures/UnityUI/SF Button.psd.meta | 3 ++ .../Prefabs/Art/Textures/UnityUI/SF Title.psd | 3 ++ .../Art/Textures/UnityUI/SF Title.psd.meta | 3 ++ .../Art/Textures/UnityUI/SF Window.psd | 3 ++ .../Art/Textures/UnityUI/SF Window.psd.meta | 3 ++ .../Prefabs/Art/Textures/UnityUI/Slider 2.psd | 3 ++ .../Art/Textures/UnityUI/Slider 2.psd.meta | 3 ++ .../Art/Textures/UnityUI/Unity - Button.psd | 3 ++ .../Textures/UnityUI/Unity - Button.psd.meta | 3 ++ .../Textures/UnityUI/Unity - Check Mark.psd | 3 ++ .../UnityUI/Unity - Check Mark.psd.meta | 3 ++ .../Art/Textures/UnityUI/Unity - Edges.psd | 3 ++ .../Textures/UnityUI/Unity - Edges.psd.meta | 3 ++ .../Art/Textures/UnityUI/Unity - Flat.psd | 3 ++ .../Textures/UnityUI/Unity - Flat.psd.meta | 3 ++ .../Art/Textures/UnityUI/Unity - Inset.psd | 3 ++ .../Textures/UnityUI/Unity - Inset.psd.meta | 3 ++ .../Textures/UnityUI/Unity - Selection.psd | 3 ++ .../UnityUI/Unity - Selection.psd.meta | 3 ++ .../Art/Textures/UnityUI/Unity - Window.psd | 3 ++ .../Textures/UnityUI/Unity - Window.psd.meta | 3 ++ .../Prefabs/Art/Textures/UnityUI/_README.txt | 3 ++ .../Art/Textures/UnityUI/_README.txt.meta | 3 ++ .../Prefabs/Art/Textures/VN.meta | 3 ++ .../Prefabs/Art/Textures/VN/Animation.meta | 3 ++ ...anvas Group Animator Controller.controller | 3 ++ ... Group Animator Controller.controller.meta | 3 ++ .../VN/Animation/Slide Right Hide.anim | 3 ++ .../VN/Animation/Slide Right Hide.anim.meta | 3 ++ .../VN/Animation/Slide Right Show.anim | 3 ++ .../VN/Animation/Slide Right Show.anim.meta | 3 ++ .../Art/Textures/VN/JRPG 1 Panel Sprite.png | 3 ++ .../Textures/VN/JRPG 1 Panel Sprite.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/Window.png | 3 ++ .../Art/Textures/Wheel/Window.png.meta | 3 ++ .../Art/Textures/Wheel/border_splice.png | 3 ++ .../Art/Textures/Wheel/border_splice.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/btn1_hover.png | 3 ++ .../Art/Textures/Wheel/btn1_hover.png.meta | 3 ++ .../Art/Textures/Wheel/btn1_normal.png | 3 ++ .../Art/Textures/Wheel/btn1_normal.png.meta | 3 ++ .../Art/Textures/Wheel/btn1_pressed.png | 3 ++ .../Art/Textures/Wheel/btn1_pressed.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/btn2_hover.png | 3 ++ .../Art/Textures/Wheel/btn2_hover.png.meta | 3 ++ .../Art/Textures/Wheel/btn2_normal.png | 3 ++ .../Art/Textures/Wheel/btn2_normal.png.meta | 3 ++ .../Art/Textures/Wheel/btn2_pressed.png | 3 ++ .../Art/Textures/Wheel/btn2_pressed.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/btn3_hover.png | 3 ++ .../Art/Textures/Wheel/btn3_hover.png.meta | 3 ++ .../Art/Textures/Wheel/btn3_normal.png | 3 ++ .../Art/Textures/Wheel/btn3_normal.png.meta | 3 ++ .../Art/Textures/Wheel/btn3_pressed.png | 3 ++ .../Art/Textures/Wheel/btn3_pressed.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/btn4_hover.png | 3 ++ .../Art/Textures/Wheel/btn4_hover.png.meta | 3 ++ .../Art/Textures/Wheel/btn4_normal.png | 3 ++ .../Art/Textures/Wheel/btn4_normal.png.meta | 3 ++ .../Art/Textures/Wheel/btn4_pressed.png | 3 ++ .../Art/Textures/Wheel/btn4_pressed.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/btn5_hover.png | 3 ++ .../Art/Textures/Wheel/btn5_hover.png.meta | 3 ++ .../Art/Textures/Wheel/btn5_normal.png | 3 ++ .../Art/Textures/Wheel/btn5_normal.png.meta | 3 ++ .../Art/Textures/Wheel/btn5_pressed.png | 3 ++ .../Art/Textures/Wheel/btn5_pressed.png.meta | 3 ++ .../Prefabs/Art/Textures/Wheel/btn6_hover.png | 3 ++ .../Art/Textures/Wheel/btn6_hover.png.meta | 3 ++ .../Art/Textures/Wheel/btn6_normal.png | 3 ++ .../Art/Textures/Wheel/btn6_normal.png.meta | 3 ++ .../Art/Textures/Wheel/btn6_pressed.png | 3 ++ .../Art/Textures/Wheel/btn6_pressed.png.meta | 3 ++ .../Art/Textures/Wheel/btn_hover_splice.png | 3 ++ .../Textures/Wheel/btn_hover_splice.png.meta | 3 ++ .../Art/Textures/Wheel/btn_normal_splice.png | 3 ++ .../Textures/Wheel/btn_normal_splice.png.meta | 3 ++ .../Art/Textures/Wheel/btn_pressed_splice.png | 3 ++ .../Wheel/btn_pressed_splice.png.meta | 3 ++ .../Textures/Wheel/dialogue_system_ring.png | 3 ++ .../Wheel/dialogue_system_ring.png.meta | 3 ++ .../Art/Textures/Wheel/header_splice.png | 3 ++ .../Art/Textures/Wheel/header_splice.png.meta | 3 ++ .../Prefabs/Camera Angle Studio.meta | 3 ++ .../Camera Angle Studio.unity | 3 ++ .../Camera Angle Studio.unity.meta | 3 ++ .../Prefabs/Camera Angle Studio/_README.txt | 3 ++ .../Camera Angle Studio/_README.txt.meta | 3 ++ .../Prefabs/Dialogue Manager.prefab | 3 ++ .../Prefabs/Dialogue Manager.prefab.meta | 3 ++ .../Prefabs/Standard UI Prefabs.meta | 3 ++ .../Prefabs/Standard UI Prefabs/Pro.meta | 3 ++ .../Standard UI Prefabs/Pro/Circle.meta | 3 ++ .../Circle/Circle Standard Dialogue UI.prefab | 3 ++ .../Circle Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Computer.meta | 3 ++ .../Computer Standard Dialogue UI.prefab | 3 ++ .../Computer Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Mobile.meta | 3 ++ .../Mobile/Mobile Standard Dialogue UI.prefab | 3 ++ .../Mobile Standard Dialogue UI.prefab.meta | 3 ++ .../Prefabs/Standard UI Prefabs/Pro/Nuke.meta | 3 ++ .../Pro/Nuke/Nuke Standard Dialogue UI.prefab | 3 ++ .../Nuke Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Old School.meta | 3 ++ .../Old School Standard Dialogue UI.prefab | 3 ++ ...ld School Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Runic.meta | 3 ++ .../Runic/Runic Standard Dialogue UI.prefab | 3 ++ .../Runic Standard Dialogue UI.prefab.meta | 3 ++ .../Runic Standard Quest Tracker HUD.prefab | 3 ++ ...nic Standard Quest Tracker HUD.prefab.meta | 3 ++ .../Prefabs/Standard UI Prefabs/Pro/SMS.meta | 3 ++ .../Pro/SMS/SMS Dialogue UI.prefab | 3 ++ .../Pro/SMS/SMS Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Sci-fi.meta | 3 ++ .../Sci-fi/Sci-fi Standard Dialogue UI.prefab | 3 ++ .../Sci-fi Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Scrolling.meta | 3 ++ .../Scrolling/Scrolling Dialogue UI.prefab | 3 ++ .../Scrolling Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Pro/Wheel.meta | 3 ++ .../Pro/Wheel/Wheel Dialogue GUI Skin.guiskin | 3 ++ .../Wheel Dialogue GUI Skin.guiskin.meta | 3 ++ .../Wheel/Wheel Standard Dialogue UI.prefab | 3 ++ .../Wheel Standard Dialogue UI.prefab.meta | 3 ++ .../Wheel Standard Quest Tracker HUD.prefab | 3 ++ ...eel Standard Quest Tracker HUD.prefab.meta | 3 ++ .../Wheel Standard UI Quest Log Window.prefab | 3 ++ ...l Standard UI Quest Log Window.prefab.meta | 3 ++ .../Standard UI Prefabs/Templates.meta | 3 ++ .../Standard UI Prefabs/Templates/Basic.meta | 3 ++ .../Basic/Basic Standard Bark UI.prefab | 3 ++ .../Basic/Basic Standard Bark UI.prefab.meta | 3 ++ .../Basic Standard Dialogue UI TMPro.prefab | 3 ++ ...sic Standard Dialogue UI TMPro.prefab.meta | 3 ++ .../Basic/Basic Standard Dialogue UI.prefab | 3 ++ .../Basic Standard Dialogue UI.prefab.meta | 3 ++ .../Basic Standard Quest Tracker HUD.prefab | 3 ++ ...sic Standard Quest Tracker HUD.prefab.meta | 3 ++ .../Basic Standard UI Quest Log Window.prefab | 3 ++ ...c Standard UI Quest Log Window.prefab.meta | 3 ++ ...Basic Standard UI Selector Elements.prefab | 3 ++ ... Standard UI Selector Elements.prefab.meta | 3 ++ .../Basic/Basic Standard Usable UI.prefab | 3 ++ .../Basic Standard Usable UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Templates/Bubble.meta | 3 ++ .../Bubble Template Standard Bark UI.prefab | 3 ++ ...bble Template Standard Bark UI.prefab.meta | 3 ++ ...ble Template Standard UI Menu Panel.prefab | 3 ++ ...emplate Standard UI Menu Panel.prefab.meta | 3 ++ ...Template Standard UI Subtitle Panel.prefab | 3 ++ ...ate Standard UI Subtitle Panel.prefab.meta | 3 ++ .../Standard UI Prefabs/Templates/Focus.meta | 3 ++ ...Focus Template Standard Dialogue UI.prefab | 3 ++ ... Template Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Templates/JRPG.meta | 3 ++ .../JRPG Template Standard Dialogue UI.prefab | 3 ++ ... Template Standard Dialogue UI.prefab.meta | 3 ++ .../Templates/Letterbox.meta | 3 ++ .../Letterbox/Letterbox Animator.meta | 3 ++ ...Alert Panel Animator Controller.controller | 3 ++ ... Panel Animator Controller.controller.meta | 3 ++ ...logue Panel Animator Controller.controller | 3 ++ ... Panel Animator Controller.controller.meta | 3 ++ .../Letterbox Animator/Show Alert Panel.anim | 3 ++ .../Show Alert Panel.anim.meta | 3 ++ .../Show Dialogue Panel.anim | 3 ++ .../Show Dialogue Panel.anim.meta | 3 ++ ...erbox Template Standard Dialogue UI.prefab | 3 ++ ... Template Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Templates/VN.meta | 3 ++ .../VN Template Standard Dialogue UI.prefab | 3 ++ ... Template Standard Dialogue UI.prefab.meta | 3 ++ .../Standard UI Prefabs/Templates/WRPG.meta | 3 ++ .../WRPG Template Standard Dialogue UI.prefab | 3 ++ ... Template Standard Dialogue UI.prefab.meta | 3 ++ .../Prefabs/UIToolkit UI Prefabs.meta | 3 ++ .../Prefabs/UIToolkit UI Prefabs/Basic.meta | 3 ++ .../Basic/BasicUIToolkitDialogueUI.prefab | 3 ++ .../BasicUIToolkitDialogueUI.prefab.meta | 3 ++ .../UIToolkitDialogueUIAlertTemplate.uxml | 3 ++ ...UIToolkitDialogueUIAlertTemplate.uxml.meta | 3 ++ .../UIToolkitDialogueUIDialogueTemplate.uxml | 3 ++ ...oolkitDialogueUIDialogueTemplate.uxml.meta | 3 ++ .../UIToolkitDialogueUIPanelSettings.asset | 3 ++ ...IToolkitDialogueUIPanelSettings.asset.meta | 3 ++ .../Basic/UIToolkitDialogueUIQTETemplate.uxml | 3 ++ .../UIToolkitDialogueUIQTETemplate.uxml.meta | 3 ++ .../Basic/UIToolkitDialogueUIStylesheet.uss | 3 ++ .../UIToolkitDialogueUIStylesheet.uss.meta | 3 ++ .../Basic/UnityDefaultRuntimeTheme.tss | 3 ++ .../Basic/UnityDefaultRuntimeTheme.tss.meta | 3 ++ .../Dialogue System/Resources.meta | 3 ++ .../Resources/Default Camera Angles.prefab | 3 ++ .../Default Camera Angles.prefab.meta | 3 ++ .../Resources/Default Dialogue UI.prefab | 3 ++ .../Resources/Default Dialogue UI.prefab.meta | 3 ++ .../Dialogue System/Scripts.meta | 3 ++ .../Dialogue System/Scripts/Demo Scripts.meta | 3 ++ .../Scripts/Demo Scripts/DemoMenu.cs | 3 ++ .../Scripts/Demo Scripts/DemoMenu.cs.meta | 3 ++ .../Scripts/Demo Scripts/DieOnTakeDamage.cs | 3 ++ .../Demo Scripts/DieOnTakeDamage.cs.meta | 3 ++ .../Demo Scripts/NavigateOnMouseClick.cs | 3 ++ .../Demo Scripts/NavigateOnMouseClick.cs.meta | 3 ++ .../Scripts/Demo Scripts/SimpleController.cs | 3 ++ .../Demo Scripts/SimpleController.cs.meta | 3 ++ .../Demo Scripts/SmoothCameraWithBumper.cs | 3 ++ .../SmoothCameraWithBumper.cs.meta | 3 ++ .../Dialogue System/Scripts/Editor.meta | 3 ++ .../Scripts/Editor/Dialogue Editor.meta | 3 ++ .../Editor/Dialogue Editor/AssetFoldouts.cs | 3 ++ .../Dialogue Editor/AssetFoldouts.cs.meta | 3 ++ .../ConversationTemplates.meta | 3 ++ ...alogueEditorWindowConversationTemplates.cs | 3 ++ ...eEditorWindowConversationTemplates.cs.meta | 3 ++ .../Dialogue Editor/DialogueDatabaseEditor.cs | 3 ++ .../DialogueDatabaseEditor.cs.meta | 3 ++ .../DialogueEditorVariableView.cs | 3 ++ .../DialogueEditorVariableView.cs.meta | 3 ++ .../Dialogue Editor/DialogueEditorWindow.cs | 3 ++ .../DialogueEditorWindow.cs.meta | 3 ++ .../DialogueEditorWindowActorSection.cs | 3 ++ .../DialogueEditorWindowActorSection.cs.meta | 3 ++ .../DialogueEditorWindowAssetLists.cs | 3 ++ .../DialogueEditorWindowAssetLists.cs.meta | 3 ++ .../DialogueEditorWindowAssetSection.cs | 3 ++ .../DialogueEditorWindowAssetSection.cs.meta | 3 ++ ...DialogueEditorWindowConversationSection.cs | 3 ++ ...gueEditorWindowConversationSection.cs.meta | 3 ++ ...eEditorWindowDatabaseIssuesCheckSection.cs | 3 ++ ...orWindowDatabaseIssuesCheckSection.cs.meta | 3 ++ .../DialogueEditorWindowDatabaseSection.cs | 3 ++ ...ialogueEditorWindowDatabaseSection.cs.meta | 3 ++ ...ialogueEditorWindowDatabaseStatsSection.cs | 3 ++ ...ueEditorWindowDatabaseStatsSection.cs.meta | 3 ++ .../DialogueEditorWindowDelegates.cs | 3 ++ .../DialogueEditorWindowDelegates.cs.meta | 3 ++ ...alogueEditorWindowDialogueTreeSearchBar.cs | 3 ++ ...eEditorWindowDialogueTreeSearchBar.cs.meta | 3 ++ ...DialogueEditorWindowDialogueTreeSection.cs | 3 ++ ...gueEditorWindowDialogueTreeSection.cs.meta | 3 ++ ...alogueEditorWindowFieldMultinodeSection.cs | 3 ++ ...eEditorWindowFieldMultinodeSection.cs.meta | 3 ++ .../DialogueEditorWindowFieldsSection.cs | 3 ++ .../DialogueEditorWindowFieldsSection.cs.meta | 3 ++ .../DialogueEditorWindowGUIStyles.cs | 3 ++ .../DialogueEditorWindowGUIStyles.cs.meta | 3 ++ .../DialogueEditorWindowItemSection.cs | 3 ++ .../DialogueEditorWindowItemSection.cs.meta | 3 ++ .../DialogueEditorWindowLanguageList.cs | 3 ++ .../DialogueEditorWindowLanguageList.cs.meta | 3 ++ .../DialogueEditorWindowLocalization.cs | 3 ++ .../DialogueEditorWindowLocalization.cs.meta | 3 ++ .../DialogueEditorWindowLocationSection.cs | 3 ++ ...ialogueEditorWindowLocationSection.cs.meta | 3 ++ .../DialogueEditorWindowMain.cs | 3 ++ .../DialogueEditorWindowMain.cs.meta | 3 ++ .../DialogueEditorWindowNoAI.cs | 3 ++ .../DialogueEditorWindowNoAI.cs.meta | 3 ++ .../DialogueEditorWindowPrefs.cs | 3 ++ .../DialogueEditorWindowPrefs.cs.meta | 3 ++ .../DialogueEditorWindowReorderIDs.cs | 3 ++ .../DialogueEditorWindowReorderIDs.cs.meta | 3 ++ .../DialogueEditorWindowTemplateSection.cs | 3 ++ ...ialogueEditorWindowTemplateSection.cs.meta | 3 ++ .../DialogueEditorWindowUndo.cs | 3 ++ .../DialogueEditorWindowUndo.cs.meta | 3 ++ ...alogueEditorWindowUpdateTemplateSection.cs | 3 ++ ...eEditorWindowUpdateTemplateSection.cs.meta | 3 ++ .../DialogueEditorWindowVariableSection.cs | 3 ++ ...ialogueEditorWindowVariableSection.cs.meta | 3 ++ .../DialogueEditorWindowWatchSection.cs | 3 ++ .../DialogueEditorWindowWatchSection.cs.meta | 3 ++ .../Editor/Dialogue Editor/Export.meta | 3 ++ .../Dialogue Editor/Export/CSVExporter.cs | 3 ++ .../Export/CSVExporter.cs.meta | 3 ++ .../Export/ChatMapperExporter.cs | 3 ++ .../Export/ChatMapperExporter.cs.meta | 3 ++ .../Export/LanguageTextExporter.cs | 3 ++ .../Export/LanguageTextExporter.cs.meta | 3 ++ .../Export/ProofreadingExporter.cs | 3 ++ .../Export/ProofreadingExporter.cs.meta | 3 ++ .../Export/ScreenplayExporter.cs | 3 ++ .../Export/ScreenplayExporter.cs.meta | 3 ++ .../Export/VoiceoverScriptExporter.cs | 3 ++ .../Export/VoiceoverScriptExporter.cs.meta | 3 ++ .../Scripts/Editor/Dialogue Editor/Nodes.meta | 3 ++ ...logueEditorWindowConversationNodeEditor.cs | 3 ++ ...EditorWindowConversationNodeEditor.cs.meta | 3 ++ ...WindowConversationNodeEditorAutoArrange.cs | 3 ++ ...wConversationNodeEditorAutoArrange.cs.meta | 3 ++ ...eEditorWindowConversationNodeEditorBase.cs | 3 ++ ...orWindowConversationNodeEditorBase.cs.meta | 3 ++ ...WindowConversationNodeEditorTopControls.cs | 3 ++ ...wConversationNodeEditorTopControls.cs.meta | 3 ++ .../Scripts/Editor/Dialogue Editor/Toolbar.cs | 3 ++ .../Editor/Dialogue Editor/Toolbar.cs.meta | 3 ++ .../Dialogue Editor/VariableViewWindow.cs | 3 ++ .../VariableViewWindow.cs.meta | 3 ++ .../Scripts/Editor/Edit Mode Player.meta | 3 ++ .../Edit Mode Player/EditModePlayerWindow.cs | 3 ++ .../EditModePlayerWindow.cs.meta | 3 ++ .../Scripts/Editor/Fields.meta | 3 ++ .../Scripts/Editor/Fields/Base.meta | 3 ++ .../Fields/Base/CustomFieldType_Actor.cs | 3 ++ .../Fields/Base/CustomFieldType_Actor.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_Boolean.cs | 3 ++ .../Base/CustomFieldType_Boolean.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_Files.cs | 3 ++ .../Fields/Base/CustomFieldType_Files.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_Item.cs | 3 ++ .../Fields/Base/CustomFieldType_Item.cs.meta | 3 ++ .../Base/CustomFieldType_Localization.cs | 3 ++ .../Base/CustomFieldType_Localization.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_Location.cs | 3 ++ .../Base/CustomFieldType_Location.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_Number.cs | 3 ++ .../Base/CustomFieldType_Number.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_QuestState.cs | 3 ++ .../Base/CustomFieldType_QuestState.cs.meta | 3 ++ .../Fields/Base/CustomFieldType_Text.cs | 3 ++ .../Fields/Base/CustomFieldType_Text.cs.meta | 3 ++ .../Scripts/Editor/Fields/CustomFieldType.cs | 3 ++ .../Editor/Fields/CustomFieldType.cs.meta | 3 ++ .../Editor/Fields/CustomFieldTypeService.cs | 3 ++ .../Fields/CustomFieldTypeService.cs.meta | 3 ++ .../Scripts/Editor/Fields/Examples.meta | 3 ++ .../Examples/CustomFieldType_SceneType.cs | 3 ++ .../CustomFieldType_SceneType.cs.meta | 3 ++ .../Scripts/Editor/Fields/_README.txt | 3 ++ .../Scripts/Editor/Fields/_README.txt.meta | 3 ++ .../Scripts/Editor/Inspectors.meta | 3 ++ .../Scripts/Editor/Inspectors/Barks.meta | 3 ++ .../Barks/BarkGroupManagerEditor.cs | 3 ++ .../Barks/BarkGroupManagerEditor.cs.meta | 3 ++ .../Editor/Inspectors/LocalizedText.meta | 3 ++ .../LocalizedText/LocalizedTextTableEditor.cs | 3 ++ .../LocalizedTextTableEditor.cs.meta | 3 ++ .../Scripts/Editor/Inspectors/MVC.meta | 3 ++ .../Inspectors/MVC/DialogueActorEditor.cs | 3 ++ .../MVC/DialogueActorEditor.cs.meta | 3 ++ .../MVC/SequencerShortcutsEditor.cs | 3 ++ .../MVC/SequencerShortcutsEditor.cs.meta | 3 ++ .../Scripts/Editor/Inspectors/Manager.meta | 3 ++ .../Manager/DialogueSystemControllerEditor.cs | 3 ++ .../DialogueSystemControllerEditor.cs.meta | 3 ++ .../DialogueSystemControllerHierarchyIcon.cs | 3 ++ ...logueSystemControllerHierarchyIcon.cs.meta | 3 ++ .../Scripts/Editor/Inspectors/Quests.meta | 3 ++ .../Quests/StandardUIQuestTrackerEditor.cs | 3 ++ .../StandardUIQuestTrackerEditor.cs.meta | 3 ++ .../Editor/Inspectors/Save System.meta | 3 ++ .../Save System/PersistentActiveDataEditor.cs | 3 ++ .../PersistentActiveDataEditor.cs.meta | 3 ++ .../PersistentActiveDataMultipleEditor.cs | 3 ++ ...PersistentActiveDataMultipleEditor.cs.meta | 3 ++ .../Scripts/Editor/Inspectors/Triggers.meta | 3 ++ .../Editor/Inspectors/Triggers/ActorPicker.cs | 3 ++ .../Inspectors/Triggers/ActorPicker.cs.meta | 3 ++ .../Inspectors/Triggers/ActorPopupDrawer.cs | 3 ++ .../Triggers/ActorPopupDrawer.cs.meta | 3 ++ .../Inspectors/Triggers/BarkOnIdleEditor.cs | 3 ++ .../Triggers/BarkOnIdleEditor.cs.meta | 3 ++ .../Inspectors/Triggers/ConditionEditor.cs | 3 ++ .../Triggers/ConditionEditor.cs.meta | 3 ++ .../Triggers/ConditionObserverEditor.cs | 3 ++ .../Triggers/ConditionObserverEditor.cs.meta | 3 ++ .../Triggers/ConditionPropertyDrawer.cs | 3 ++ .../Triggers/ConditionPropertyDrawer.cs.meta | 3 ++ .../Inspectors/Triggers/ConversationPicker.cs | 3 ++ .../Triggers/ConversationPicker.cs.meta | 3 ++ .../Triggers/ConversationPopupDrawer.cs | 3 ++ .../Triggers/ConversationPopupDrawer.cs.meta | 3 ++ .../Triggers/DialogueEntryPicker.cs | 3 ++ .../Triggers/DialogueEntryPicker.cs.meta | 3 ++ .../Triggers/DialogueEntryPopupDrawer.cs | 3 ++ .../Triggers/DialogueEntryPopupDrawer.cs.meta | 3 ++ .../Triggers/DialogueSystemTriggerEditor.cs | 3 ++ .../DialogueSystemTriggerEditor.cs.meta | 3 ++ .../DialogueSystemTriggerEventDrawer.cs | 3 ++ .../DialogueSystemTriggerEventDrawer.cs.meta | 3 ++ .../Triggers/DialogueTriggerEventDrawer.cs | 3 ++ .../DialogueTriggerEventDrawer.cs.meta | 3 ++ .../Editor/Inspectors/Triggers/ItemPicker.cs | 3 ++ .../Inspectors/Triggers/ItemPicker.cs.meta | 3 ++ .../Inspectors/Triggers/ItemPopupDrawer.cs | 3 ++ .../Triggers/ItemPopupDrawer.cs.meta | 3 ++ .../Editor/Inspectors/Triggers/Legacy.meta | 3 ++ .../Triggers/Legacy/AlertTriggerEditor.cs | 3 ++ .../Legacy/AlertTriggerEditor.cs.meta | 3 ++ .../Legacy/BarkOnDialogueEventEditor.cs | 3 ++ .../Legacy/BarkOnDialogueEventEditor.cs.meta | 3 ++ .../Triggers/Legacy/BarkTriggerEditor.cs | 3 ++ .../Triggers/Legacy/BarkTriggerEditor.cs.meta | 3 ++ .../Legacy/ConversationTriggerEditor.cs | 3 ++ .../Legacy/ConversationTriggerEditor.cs.meta | 3 ++ .../Legacy/LuaOnDialogueEventEditor.cs | 3 ++ .../Legacy/LuaOnDialogueEventEditor.cs.meta | 3 ++ .../Triggers/Legacy/LuaTriggerEditor.cs | 3 ++ .../Triggers/Legacy/LuaTriggerEditor.cs.meta | 3 ++ .../Triggers/Legacy/QuestTriggerEditor.cs | 3 ++ .../Legacy/QuestTriggerEditor.cs.meta | 3 ++ .../SendMessageOnDialogueEventEditor.cs | 3 ++ .../SendMessageOnDialogueEventEditor.cs.meta | 3 ++ .../Triggers/Legacy/SequenceTriggerEditor.cs | 3 ++ .../Legacy/SequenceTriggerEditor.cs.meta | 3 ++ .../Legacy/SetActiveOnDialogueEventEditor.cs | 3 ++ .../SetActiveOnDialogueEventEditor.cs.meta | 3 ++ .../SetAnimationOnDialogueEventEditor.cs | 3 ++ .../SetAnimationOnDialogueEventEditor.cs.meta | 3 ++ .../SetAnimatorStateOnDialogueEventEditor.cs | 3 ++ ...AnimatorStateOnDialogueEventEditor.cs.meta | 3 ++ ...etComponentEnabledOnDialogueEventEditor.cs | 3 ++ ...ponentEnabledOnDialogueEventEditor.cs.meta | 3 ++ .../Legacy/SetEnabledOnDialogueEventEditor.cs | 3 ++ .../SetEnabledOnDialogueEventEditor.cs.meta | 3 ++ .../SetQuestStateOnDialogueEventEditor.cs | 3 ++ ...SetQuestStateOnDialogueEventEditor.cs.meta | 3 ++ .../StartConversationOnDialogueEventEditor.cs | 3 ++ ...tConversationOnDialogueEventEditor.cs.meta | 3 ++ .../StartSequenceOnDialogueEventEditor.cs | 3 ++ ...StartSequenceOnDialogueEventEditor.cs.meta | 3 ++ .../Triggers/LocationPopupDrawer.cs | 3 ++ .../Triggers/LocationPopupDrawer.cs.meta | 3 ++ .../Triggers/QuestConditionPropertyDrawer.cs | 3 ++ .../QuestConditionPropertyDrawer.cs.meta | 3 ++ .../Triggers/QuestEntryPopupDrawer.cs | 3 ++ .../Triggers/QuestEntryPopupDrawer.cs.meta | 3 ++ .../Editor/Inspectors/Triggers/QuestPicker.cs | 3 ++ .../Inspectors/Triggers/QuestPicker.cs.meta | 3 ++ .../Inspectors/Triggers/QuestPopupDrawer.cs | 3 ++ .../Triggers/QuestPopupDrawer.cs.meta | 3 ++ .../Inspectors/Triggers/QuestStateDrawer.cs | 3 ++ .../Triggers/QuestStateDrawer.cs.meta | 3 ++ .../ReferenceDatabaseDialogueEventEditor.cs | 3 ++ ...ferenceDatabaseDialogueEventEditor.cs.meta | 3 ++ .../Inspectors/Triggers/VariablePicker.cs | 3 ++ .../Triggers/VariablePicker.cs.meta | 3 ++ .../Triggers/VariablePopupDrawer.cs | 3 ++ .../Triggers/VariablePopupDrawer.cs.meta | 3 ++ .../Scripts/Editor/Options.meta | 3 ++ .../Scripts/Editor/Options/Timeline.meta | 3 ++ .../Editor/Options/Timeline/BarkDrawer.cs | 3 ++ .../Options/Timeline/BarkDrawer.cs.meta | 3 ++ .../ContinueConversationBehaviourDrawer.cs | 3 ++ ...ontinueConversationBehaviourDrawer.cs.meta | 3 ++ .../Timeline/PlaySequenceBehaviourDrawer.cs | 3 ++ .../PlaySequenceBehaviourDrawer.cs.meta | 3 ++ .../Options/Timeline/RunLuaBehaviourDrawer.cs | 3 ++ .../Timeline/RunLuaBehaviourDrawer.cs.meta | 3 ++ .../SequencerMessageBehaviourDrawer.cs | 3 ++ .../SequencerMessageBehaviourDrawer.cs.meta | 3 ++ .../Timeline/SetQuestStateBehaviourDrawer.cs | 3 ++ .../SetQuestStateBehaviourDrawer.cs.meta | 3 ++ .../Timeline/ShowAlertBehaviourDrawer.cs | 3 ++ .../Timeline/ShowAlertBehaviourDrawer.cs.meta | 3 ++ .../StartConversationBehaviourDrawer.cs | 3 ++ .../StartConversationBehaviourDrawer.cs.meta | 3 ++ .../Dialogue System/Scripts/Editor/Tools.meta | 3 ++ .../Editor/Tools/Camera Angle Editor.meta | 3 ++ .../Camera Angle Editor/CameraAngleEditor.cs | 3 ++ .../CameraAngleEditor.cs.meta | 3 ++ .../Editor/Tools/DialogueSystemMenuItems.cs | 3 ++ .../Tools/DialogueSystemMenuItems.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers.meta | 3 ++ .../Importers/AbstractConverterWindow.cs | 3 ++ .../Importers/AbstractConverterWindow.cs.meta | 3 ++ .../Editor/Tools/Importers/Arcweave.meta | 3 ++ .../Arcweave/ArcweaveImporterWindow.cs | 3 ++ .../Arcweave/ArcweaveImporterWindow.cs.meta | 3 ++ .../ArcweaveImporterWindowDisabled.cs | 3 ++ .../ArcweaveImporterWindowDisabled.cs.meta | 3 ++ .../Editor/Tools/Importers/Articy.meta | 3 ++ .../Importers/Articy/ArticyConverterWindow.cs | 3 ++ .../Articy/ArticyConverterWindow.cs.meta | 3 ++ .../Articy/ArticyConverterWindowDisabled.cs | 3 ++ .../ArticyConverterWindowDisabled.cs.meta | 3 ++ .../Importers/Articy/ArticyEditorTools.cs | 3 ++ .../Articy/ArticyEditorTools.cs.meta | 3 ++ .../Articy/ArticySchemaEditorTools.cs | 3 ++ .../Articy/ArticySchemaEditorTools.cs.meta | 3 ++ .../Articy/ConverterPrefsEditorTools.cs | 3 ++ .../Articy/ConverterPrefsEditorTools.cs.meta | 3 ++ .../Tools/Importers/Articy/Schemas.meta | 3 ++ .../Importers/Articy/Schemas/Articy 1.4.meta | 3 ++ .../Articy 1.4/Articy_1_4_EditorTools.cs | 3 ++ .../Articy 1.4/Articy_1_4_EditorTools.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 2.2.meta | 3 ++ .../Articy 2.2/Articy_2_2_EditorTools.cs | 3 ++ .../Articy 2.2/Articy_2_2_EditorTools.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 2.4.meta | 3 ++ .../Articy 2.4/Articy_2_4_EditorTools.cs | 3 ++ .../Articy 2.4/Articy_2_4_EditorTools.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 3.1.meta | 3 ++ .../Articy 3.1/Articy_3_1_EditorTools.cs | 3 ++ .../Articy 3.1/Articy_3_1_EditorTools.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 4.0.meta | 3 ++ .../Articy 4.0/Articy_4_0_EditorTools.cs | 3 ++ .../Articy 4.0/Articy_4_0_EditorTools.cs.meta | 3 ++ .../Editor/Tools/Importers/Aurora.meta | 3 ++ .../Importers/Aurora/AuroraConverterPrefs.cs | 3 ++ .../Aurora/AuroraConverterPrefs.cs.meta | 3 ++ .../Importers/Aurora/AuroraConverterWindow.cs | 3 ++ .../Aurora/AuroraConverterWindow.cs.meta | 3 ++ .../Aurora/AuroraConverterWindowDisabled.cs | 3 ++ .../AuroraConverterWindowDisabled.cs.meta | 3 ++ .../Aurora/AuroraPredefinedTokens.cs | 3 ++ .../Aurora/AuroraPredefinedTokens.cs.meta | 3 ++ .../Editor/Tools/Importers/Aurora/Dlg.cs | 3 ++ .../Editor/Tools/Importers/Aurora/Dlg.cs.meta | 3 ++ .../Editor/Tools/Importers/Aurora/Jrl.cs | 3 ++ .../Editor/Tools/Importers/Aurora/Jrl.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers/CSV.meta | 3 ++ .../Tools/Importers/CSV/CSVConverterWindow.cs | 3 ++ .../Importers/CSV/CSVConverterWindow.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers/Celtx.meta | 3 ++ .../Importers/Celtx/CeltxConverterWindow.cs | 3 ++ .../Celtx/CeltxConverterWindow.cs.meta | 3 ++ .../Celtx/CeltxConverterWindowDisabled.cs | 3 ++ .../CeltxConverterWindowDisabled.cs.meta | 3 ++ .../Editor/Tools/Importers/Celtx3.meta | 3 ++ .../Importers/Celtx3/CeltxConverterWindow.cs | 3 ++ .../Celtx3/CeltxConverterWindow.cs.meta | 3 ++ .../Celtx3/CeltxConverterWindowDisabled.cs | 3 ++ .../CeltxConverterWindowDisabled.cs.meta | 3 ++ .../Editor/Tools/Importers/Chat Mapper.meta | 3 ++ .../Chat Mapper/ChatMapperConverter.cs | 3 ++ .../Chat Mapper/ChatMapperConverter.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers/JSON.meta | 3 ++ .../Tools/Importers/JSON/JsonImportWindow.cs | 3 ++ .../Importers/JSON/JsonImportWindow.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers/Twine.meta | 3 ++ .../Importers/Twine/TwineImportWindow.cs | 3 ++ .../Importers/Twine/TwineImportWindow.cs.meta | 3 ++ .../Twine/TwineImportWindowDisabled.cs | 3 ++ .../Twine/TwineImportWindowDisabled.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers/Yarn.meta | 3 ++ .../Importers/Yarn/YarnBuiltInOperatorEnum.cs | 3 ++ .../Yarn/YarnBuiltInOperatorEnum.cs.meta | 3 ++ .../Tools/Importers/Yarn/YarnConverter.cs | 3 ++ .../Importers/Yarn/YarnConverter.cs.meta | 3 ++ .../Importers/Yarn/YarnConverterWindow.cs | 3 ++ .../Yarn/YarnConverterWindow.cs.meta | 3 ++ .../Yarn/YarnConverterWindowDisabled.cs | 3 ++ .../Yarn/YarnConverterWindowDisabled.cs.meta | 3 ++ .../Importers/Yarn/YarnEnumExtensions.cs | 3 ++ .../Importers/Yarn/YarnEnumExtensions.cs.meta | 3 ++ .../Tools/Importers/Yarn/YarnExpression.cs | 3 ++ .../Importers/Yarn/YarnExpression.cs.meta | 3 ++ .../Tools/Importers/Yarn/YarnProject.cs | 3 ++ .../Tools/Importers/Yarn/YarnProject.cs.meta | 3 ++ .../Tools/Importers/Yarn/YarnStatementType.cs | 3 ++ .../Importers/Yarn/YarnStatementType.cs.meta | 3 ++ .../Scripts/Editor/Tools/Importers/Yarn2.meta | 3 ++ .../Editor/Tools/Importers/Yarn2/ANTLR.meta | 3 ++ .../ANTLR/PixelCrushersIndentAwareLexer.cs | 3 ++ .../PixelCrushersIndentAwareLexer.cs.meta | 3 ++ .../ANTLR/PixelCrushersYarnSpinnerLexer.g4 | 3 ++ .../PixelCrushersYarnSpinnerLexer.g4.meta | 3 ++ .../ANTLR/PixelCrushersYarnSpinnerParser.g4 | 3 ++ .../PixelCrushersYarnSpinnerParser.g4.meta | 3 ++ .../Importers/Yarn2/ANTLR/generated_src.meta | 3 ++ .../PixelCrushersYarnSpinnerLexer.cs | 3 ++ .../PixelCrushersYarnSpinnerLexer.cs.meta | 3 ++ .../PixelCrushersYarnSpinnerLexer.tokens | 3 ++ .../PixelCrushersYarnSpinnerLexer.tokens.meta | 3 ++ .../PixelCrushersYarnSpinnerParser.cs | 3 ++ .../PixelCrushersYarnSpinnerParser.cs.meta | 3 ++ .../PixelCrushersYarnSpinnerParser.tokens | 3 ++ ...PixelCrushersYarnSpinnerParser.tokens.meta | 3 ++ ...elCrushersYarnSpinnerParserBaseListener.cs | 3 ++ ...shersYarnSpinnerParserBaseListener.cs.meta | 3 ++ .../PixelCrushersYarnSpinnerParserListener.cs | 3 ++ ...lCrushersYarnSpinnerParserListener.cs.meta | 3 ++ .../Importers/Yarn2/Yarn2ImporterWindow.cs | 3 ++ .../Yarn2/Yarn2ImporterWindow.cs.meta | 3 ++ .../Yarn2/Yarn2ImporterWindowDisabled.cs | 3 ++ .../Yarn2/Yarn2ImporterWindowDisabled.cs.meta | 3 ++ .../Yarn2/YarnCommandTextSplitter.cs | 3 ++ .../Yarn2/YarnCommandTextSplitter.cs.meta | 3 ++ .../Importers/Yarn2/YarnImporterProject.cs | 3 ++ .../Yarn2/YarnImporterProject.cs.meta | 3 ++ .../Yarn2/YarnImporterProjectReader.cs | 3 ++ .../Yarn2/YarnImporterProjectReader.cs.meta | 3 ++ .../Yarn2/YarnImporterProjectWriter.cs | 3 ++ .../Yarn2/YarnImporterProjectWriter.cs.meta | 3 ++ .../Editor/Tools/Localization Tool.meta | 3 ++ .../LocalizationToolsWindow.cs | 3 ++ .../LocalizationToolsWindow.cs.meta | 3 ++ .../LocalizationToolsWindowPrefs.cs | 3 ++ .../LocalizationToolsWindowPrefs.cs.meta | 3 ++ .../Scripts/Editor/Tools/Renamer.meta | 3 ++ .../DialogueSystemAssetRenamerUtility.cs | 3 ++ .../DialogueSystemAssetRenamerUtility.cs.meta | 3 ++ .../DialogueSystemAssetRenamerWindow.cs | 3 ++ .../DialogueSystemAssetRenamerWindow.cs.meta | 3 ++ .../Editor/Tools/ScriptingSymbolNames.cs | 3 ++ .../Editor/Tools/ScriptingSymbolNames.cs.meta | 3 ++ .../Scripts/Editor/Tools/Setup Wizards.meta | 3 ++ .../Setup Wizards/DialogueManagerWizard.cs | 3 ++ .../DialogueManagerWizard.cs.meta | 3 ++ .../Tools/Setup Wizards/NPCSetupWizard.cs | 3 ++ .../Setup Wizards/NPCSetupWizard.cs.meta | 3 ++ .../Tools/Setup Wizards/PlayerSetupWizard.cs | 3 ++ .../Setup Wizards/PlayerSetupWizard.cs.meta | 3 ++ .../Tools/Setup Wizards/WelcomeWindow.cs | 3 ++ .../Tools/Setup Wizards/WelcomeWindow.cs.meta | 3 ++ .../Scripts/Editor/Tools/Unique ID Tool.meta | 3 ++ .../Tools/Unique ID Tool/UniqueIDWindow.cs | 3 ++ .../Unique ID Tool/UniqueIDWindow.cs.meta | 3 ++ .../Unique ID Tool/UniqueIDWindowPrefs.cs | 3 ++ .../UniqueIDWindowPrefs.cs.meta | 3 ++ .../Scripts/Editor/Tools/Updater.meta | 3 ++ .../Updater/DialogueSystem1xTo2xUpdater.cs | 3 ++ .../DialogueSystem1xTo2xUpdater.cs.meta | 3 ++ .../Dialogue System/Scripts/Editor/UI.meta | 3 ++ .../Scripts/Editor/UI/Standard UI.meta | 3 ++ .../Editor/UI/Standard UI/Dialogue UI.meta | 3 ++ .../Dialogue UI/StandardUIMenuPanelEditor.cs | 3 ++ .../StandardUIMenuPanelEditor.cs.meta | 3 ++ .../StandardUISubtitlePanelEditor.cs | 3 ++ .../StandardUISubtitlePanelEditor.cs.meta | 3 ++ .../Editor/UI/Standard UI/Selector UI.meta | 3 ++ .../SelectorUseStandardUIElementsEditor.cs | 3 ++ ...electorUseStandardUIElementsEditor.cs.meta | 3 ++ .../Scripts/Editor/Utility.meta | 3 ++ .../Scripts/Editor/Utility/BitMaskDrawer.cs | 3 ++ .../Editor/Utility/BitMaskDrawer.cs.meta | 3 ++ .../Utility/DialogueDatabaseEditorTools.cs | 3 ++ .../DialogueDatabaseEditorTools.cs.meta | 3 ++ .../Editor/Utility/DialogueEditorStyles.cs | 3 ++ .../Utility/DialogueEditorStyles.cs.meta | 3 ++ .../Scripts/Editor/Utility/EditorTools.cs | 3 ++ .../Editor/Utility/EditorTools.cs.meta | 3 ++ .../Editor/Utility/EditorWindowTools.cs | 3 ++ .../Editor/Utility/EditorWindowTools.cs.meta | 3 ++ .../Scripts/Editor/Utility/EditorZoomArea.cs | 3 ++ .../Editor/Utility/EditorZoomArea.cs.meta | 3 ++ .../Editor/Utility/LuaConditionWizard.cs | 3 ++ .../Editor/Utility/LuaConditionWizard.cs.meta | 3 ++ .../Utility/LuaConditionsWizardDrawer.cs | 3 ++ .../Utility/LuaConditionsWizardDrawer.cs.meta | 3 ++ .../Scripts/Editor/Utility/LuaScriptWizard.cs | 3 ++ .../Editor/Utility/LuaScriptWizard.cs.meta | 3 ++ .../Editor/Utility/LuaScriptWizardDrawer.cs | 3 ++ .../Utility/LuaScriptWizardDrawer.cs.meta | 3 ++ .../Scripts/Editor/Utility/LuaWizardBase.cs | 3 ++ .../Editor/Utility/LuaWizardBase.cs.meta | 3 ++ .../Editor/Utility/RelationsInspector.meta | 3 ++ .../RelationsInspectorLink.cs | 3 ++ .../RelationsInspectorLink.cs.meta | 3 ++ .../Editor/Utility/SequenceEditorTools.cs | 3 ++ .../Utility/SequenceEditorTools.cs.meta | 3 ++ .../Scripts/Editor/Utility/TemplateTools.cs | 3 ++ .../Editor/Utility/TemplateTools.cs.meta | 3 ++ .../Dialogue System/Scripts/Importers.meta | 3 ++ .../Scripts/Importers/Arcweave.meta | 3 ++ .../Importers/Arcweave/ArcweaveImporter.cs | 3 ++ .../Arcweave/ArcweaveImporter.cs.meta | 3 ++ .../Scripts/Importers/Arcweave/ArcweaveLua.cs | 3 ++ .../Importers/Arcweave/ArcweaveLua.cs.meta | 3 ++ .../Importers/Arcweave/ArcweaveProject.cs | 3 ++ .../Arcweave/ArcweaveProject.cs.meta | 3 ++ .../Scripts/Importers/Articy.meta | 3 ++ .../Importers/Articy/ArticyConverter.cs | 3 ++ .../Importers/Articy/ArticyConverter.cs.meta | 3 ++ .../Scripts/Importers/Articy/ArticyData.cs | 3 ++ .../Importers/Articy/ArticyData.cs.meta | 3 ++ .../Importers/Articy/ArticyLuaFunctions.cs | 3 ++ .../Articy/ArticyLuaFunctions.cs.meta | 3 ++ .../Importers/Articy/ArticySchemaTools.cs | 3 ++ .../Articy/ArticySchemaTools.cs.meta | 3 ++ .../Scripts/Importers/Articy/ArticyTools.cs | 3 ++ .../Importers/Articy/ArticyTools.cs.meta | 3 ++ .../Importers/Articy/ConversionSetting.cs | 3 ++ .../Articy/ConversionSetting.cs.meta | 3 ++ .../Importers/Articy/ConversionSettings.cs | 3 ++ .../Articy/ConversionSettings.cs.meta | 3 ++ .../Importers/Articy/ConverterPrefs.cs | 3 ++ .../Importers/Articy/ConverterPrefs.cs.meta | 3 ++ .../Scripts/Importers/Articy/Schemas.meta | 3 ++ .../Importers/Articy/Schemas/Articy 1.4.meta | 3 ++ .../Schemas/Articy 1.4/Articy_1_4_Tools.cs | 3 ++ .../Articy 1.4/Articy_1_4_Tools.cs.meta | 3 ++ .../XmlContentExport_FullProject_1_4.cs | 3 ++ .../XmlContentExport_FullProject_1_4.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 2.2.meta | 3 ++ .../Schemas/Articy 2.2/Articy_2_2_Tools.cs | 3 ++ .../Articy 2.2/Articy_2_2_Tools.cs.meta | 3 ++ .../XmlContentExport_FullProject_2_2.cs | 3 ++ .../XmlContentExport_FullProject_2_2.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 2.4.meta | 3 ++ .../Schemas/Articy 2.4/Articy_2_4_Tools.cs | 3 ++ .../Articy 2.4/Articy_2_4_Tools.cs.meta | 3 ++ .../XmlContentExport_FullProject_2_4.cs | 3 ++ .../XmlContentExport_FullProject_2_4.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 3.1.meta | 3 ++ .../Schemas/Articy 3.1/Articy_3_1_Tools.cs | 3 ++ .../Articy 3.1/Articy_3_1_Tools.cs.meta | 3 ++ .../XmlContentExport_FullProject_3_1.cs | 3 ++ .../XmlContentExport_FullProject_3_1.cs.meta | 3 ++ .../Importers/Articy/Schemas/Articy 4.0.meta | 3 ++ .../Schemas/Articy 4.0/Articy_4_0_Tools.cs | 3 ++ .../Articy 4.0/Articy_4_0_Tools.cs.meta | 3 ++ .../XmlContentExport_FullProject_4_0.cs | 3 ++ .../XmlContentExport_FullProject_4_0.cs.meta | 3 ++ .../Scripts/Importers/Aurora.meta | 3 ++ .../Scripts/Importers/Aurora/NWNUtility.cs | 3 ++ .../Importers/Aurora/NWNUtility.cs.meta | 3 ++ .../Scripts/Importers/Celtx.meta | 3 ++ .../Scripts/Importers/Celtx/CeltxData.cs | 3 ++ .../Scripts/Importers/Celtx/CeltxData.cs.meta | 3 ++ .../Scripts/Importers/Celtx/CeltxDataRaw.cs | 3 ++ .../Importers/Celtx/CeltxDataRaw.cs.meta | 3 ++ .../Scripts/Importers/Celtx/CeltxFields.cs | 3 ++ .../Importers/Celtx/CeltxFields.cs.meta | 3 ++ .../Celtx/CeltxToDialogueDatabase.cs | 3 ++ .../Celtx/CeltxToDialogueDatabase.cs.meta | 3 ++ .../Scripts/Importers/Celtx3.meta | 3 ++ .../Importers/Celtx3/CeltxCondition.cs | 3 ++ .../Importers/Celtx3/CeltxCondition.cs.meta | 3 ++ .../Scripts/Importers/Celtx3/CeltxFields.cs | 3 ++ .../Importers/Celtx3/CeltxFields.cs.meta | 3 ++ .../Celtx3/CeltxGem3ToDialogueDatabase.cs | 3 ++ .../CeltxGem3ToDialogueDatabase.cs.meta | 3 ++ .../Scripts/Importers/Chat Mapper.meta | 3 ++ .../Chat Mapper/ChatMapperUtility.cs | 3 ++ .../Chat Mapper/ChatMapperUtility.cs.meta | 3 ++ .../Importers/Localization Import.meta | 3 ++ .../DialogueDatabaseLocalizationImporter.cs | 3 ++ ...alogueDatabaseLocalizationImporter.cs.meta | 3 ++ .../Scripts/Importers/Twine.meta | 3 ++ .../Scripts/Importers/Twine/TwineImporter.cs | 3 ++ .../Importers/Twine/TwineImporter.cs.meta | 3 ++ .../Scripts/Importers/Twine/TwineStory.cs | 3 ++ .../Importers/Twine/TwineStory.cs.meta | 3 ++ .../Scripts/Importers/Yarn2.meta | 3 ++ .../Importers/Yarn2/YarnCustomCommands.cs | 3 ++ .../Yarn2/YarnCustomCommands.cs.meta | 3 ++ .../Scripts/Importers/Yarn2/YarnEnumDomain.cs | 3 ++ .../Importers/Yarn2/YarnEnumDomain.cs.meta | 3 ++ .../Dialogue System/Scripts/Lua.meta | 3 ++ .../Scripts/Lua/Lua Interpreter.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/Chunk.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/Assignment.cs | 3 ++ .../Lua Interpreter/Chunk/Assignment.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/BreakStmt.cs | 3 ++ .../Lua Interpreter/Chunk/BreakStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/Chunk.cs | 3 ++ .../Lua/Lua Interpreter/Chunk/Chunk.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/DoStmt.cs | 3 ++ .../Lua/Lua Interpreter/Chunk/DoStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/ExprStmt.cs | 3 ++ .../Lua Interpreter/Chunk/ExprStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/ForInStmt.cs | 3 ++ .../Lua Interpreter/Chunk/ForInStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/ForStmt.cs | 3 ++ .../Lua/Lua Interpreter/Chunk/ForStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/Function.cs | 3 ++ .../Lua Interpreter/Chunk/Function.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/IfStmt.cs | 3 ++ .../Lua/Lua Interpreter/Chunk/IfStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/LocalFunc.cs | 3 ++ .../Lua Interpreter/Chunk/LocalFunc.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/LocalVar.cs | 3 ++ .../Lua Interpreter/Chunk/LocalVar.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/RepeatStmt.cs | 3 ++ .../Lua Interpreter/Chunk/RepeatStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/ReturnStmt.cs | 3 ++ .../Lua Interpreter/Chunk/ReturnStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/Statement.cs | 3 ++ .../Lua Interpreter/Chunk/Statement.cs.meta | 3 ++ .../Lua/Lua Interpreter/Chunk/WhileStmt.cs | 3 ++ .../Lua Interpreter/Chunk/WhileStmt.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/Expr.meta | 3 ++ .../Lua/Lua Interpreter/Expr/Access.cs | 3 ++ .../Lua/Lua Interpreter/Expr/Access.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/BaseExpr.cs | 3 ++ .../Lua/Lua Interpreter/Expr/BaseExpr.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/BoolLiteral.cs | 3 ++ .../Lua Interpreter/Expr/BoolLiteral.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/Expr/Expr.cs | 3 ++ .../Lua/Lua Interpreter/Expr/Expr.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/FunctionBody.cs | 3 ++ .../Lua Interpreter/Expr/FunctionBody.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/FunctionCall.cs | 3 ++ .../Lua Interpreter/Expr/FunctionCall.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/FunctionValue.cs | 3 ++ .../Expr/FunctionValue.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/GroupExpr.cs | 3 ++ .../Lua Interpreter/Expr/GroupExpr.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/KeyAccess.cs | 3 ++ .../Lua Interpreter/Expr/KeyAccess.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/MethodCall.cs | 3 ++ .../Lua Interpreter/Expr/MethodCall.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/NameAccess.cs | 3 ++ .../Lua Interpreter/Expr/NameAccess.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/NilLiteral.cs | 3 ++ .../Lua Interpreter/Expr/NilLiteral.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/NumberLiteral.cs | 3 ++ .../Expr/NumberLiteral.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/OperTable.cs | 3 ++ .../Lua Interpreter/Expr/OperTable.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/Operation.cs | 3 ++ .../Lua Interpreter/Expr/Operation.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/OperatorExpr.cs | 3 ++ .../Lua Interpreter/Expr/OperatorExpr.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/PrimaryExpr.cs | 3 ++ .../Lua Interpreter/Expr/PrimaryExpr.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/StringLiteral.cs | 3 ++ .../Expr/StringLiteral.cs.meta | 3 ++ .../Lua Interpreter/Expr/TableConstructor.cs | 3 ++ .../Expr/TableConstructor.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/Expr/Term.cs | 3 ++ .../Lua/Lua Interpreter/Expr/Term.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/VarName.cs | 3 ++ .../Lua/Lua Interpreter/Expr/VarName.cs.meta | 3 ++ .../Lua/Lua Interpreter/Expr/VariableArg.cs | 3 ++ .../Lua Interpreter/Expr/VariableArg.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/Extra.meta | 3 ++ .../Extra/LuaInterpreterExtensions.cs | 3 ++ .../Extra/LuaInterpreterExtensions.cs.meta | 3 ++ .../Lua/Lua Interpreter/Extra/Tuple.cs | 3 ++ .../Lua/Lua Interpreter/Extra/Tuple.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaInterpreter.cs | 3 ++ .../Lua Interpreter/LuaInterpreter.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaLibrary.meta | 3 ++ .../Lua/Lua Interpreter/LuaLibrary/BaseLib.cs | 3 ++ .../LuaLibrary/BaseLib.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaLibrary/FileLib.cs | 3 ++ .../LuaLibrary/FileLib.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaLibrary/IOLib.cs | 3 ++ .../Lua Interpreter/LuaLibrary/IOLib.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaLibrary/MathLib.cs | 3 ++ .../LuaLibrary/MathLib.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaLibrary/OSLib.cs | 3 ++ .../Lua Interpreter/LuaLibrary/OSLib.cs.meta | 3 ++ .../Lua Interpreter/LuaLibrary/StringLib.cs | 3 ++ .../LuaLibrary/StringLib.cs.meta | 3 ++ .../Lua Interpreter/LuaLibrary/TableLib.cs | 3 ++ .../LuaLibrary/TableLib.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/LuaValue.meta | 3 ++ .../Lua Interpreter/LuaValue/LuaBoolean.cs | 3 ++ .../LuaValue/LuaBoolean.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaValue/LuaError.cs | 3 ++ .../Lua Interpreter/LuaValue/LuaError.cs.meta | 3 ++ .../Lua Interpreter/LuaValue/LuaFunction.cs | 3 ++ .../LuaValue/LuaFunction.cs.meta | 3 ++ .../LuaValue/LuaMethodFunction.cs | 3 ++ .../LuaValue/LuaMethodFunction.cs.meta | 3 ++ .../Lua Interpreter/LuaValue/LuaMultiValue.cs | 3 ++ .../LuaValue/LuaMultiValue.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaValue/LuaNil.cs | 3 ++ .../Lua Interpreter/LuaValue/LuaNil.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaValue/LuaNumber.cs | 3 ++ .../LuaValue/LuaNumber.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaValue/LuaString.cs | 3 ++ .../LuaValue/LuaString.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaValue/LuaTable.cs | 3 ++ .../Lua Interpreter/LuaValue/LuaTable.cs.meta | 3 ++ .../Lua Interpreter/LuaValue/LuaUserdata.cs | 3 ++ .../LuaValue/LuaUserdata.cs.meta | 3 ++ .../Lua/Lua Interpreter/LuaValue/LuaValue.cs | 3 ++ .../Lua Interpreter/LuaValue/LuaValue.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/Parser.meta | 3 ++ .../Lua/Lua Interpreter/Parser/Parser.cs | 3 ++ .../Lua/Lua Interpreter/Parser/Parser.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/ParserInput.cs | 3 ++ .../Parser/ParserInput.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/Syntax.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/Access.cs | 3 ++ .../Parser/Syntax/Access.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/Syntax/Args.cs | 3 ++ .../Parser/Syntax/Args.cs.meta | 3 ++ .../Parser/Syntax/Assignment.cs | 3 ++ .../Parser/Syntax/Assignment.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/BaseExpr.cs | 3 ++ .../Parser/Syntax/BaseExpr.cs.meta | 3 ++ .../Parser/Syntax/BoolLiteral.cs | 3 ++ .../Parser/Syntax/BoolLiteral.cs.meta | 3 ++ .../Parser/Syntax/BreakStmt.cs | 3 ++ .../Parser/Syntax/BreakStmt.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/Chunk.cs | 3 ++ .../Parser/Syntax/Chunk.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/DoStmt.cs | 3 ++ .../Parser/Syntax/DoStmt.cs.meta | 3 ++ .../Parser/Syntax/ElseifBlock.cs | 3 ++ .../Parser/Syntax/ElseifBlock.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/Syntax/Expr.cs | 3 ++ .../Parser/Syntax/Expr.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/ExprStmt.cs | 3 ++ .../Parser/Syntax/ExprStmt.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/Field.cs | 3 ++ .../Parser/Syntax/Field.cs.meta | 3 ++ .../Parser/Syntax/ForInStmt.cs | 3 ++ .../Parser/Syntax/ForInStmt.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/ForStmt.cs | 3 ++ .../Parser/Syntax/ForStmt.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/Function.cs | 3 ++ .../Parser/Syntax/Function.cs.meta | 3 ++ .../Parser/Syntax/FunctionBody.cs | 3 ++ .../Parser/Syntax/FunctionBody.cs.meta | 3 ++ .../Parser/Syntax/FunctionCall.cs | 3 ++ .../Parser/Syntax/FunctionCall.cs.meta | 3 ++ .../Parser/Syntax/FunctionName.cs | 3 ++ .../Parser/Syntax/FunctionName.cs.meta | 3 ++ .../Parser/Syntax/FunctionValue.cs | 3 ++ .../Parser/Syntax/FunctionValue.cs.meta | 3 ++ .../Parser/Syntax/GroupExpr.cs | 3 ++ .../Parser/Syntax/GroupExpr.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/IfStmt.cs | 3 ++ .../Parser/Syntax/IfStmt.cs.meta | 3 ++ .../Parser/Syntax/ItemValue.cs | 3 ++ .../Parser/Syntax/ItemValue.cs.meta | 3 ++ .../Parser/Syntax/KeyAccess.cs | 3 ++ .../Parser/Syntax/KeyAccess.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/KeyValue.cs | 3 ++ .../Parser/Syntax/KeyValue.cs.meta | 3 ++ .../Parser/Syntax/LocalFunc.cs | 3 ++ .../Parser/Syntax/LocalFunc.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/LocalVar.cs | 3 ++ .../Parser/Syntax/LocalVar.cs.meta | 3 ++ .../Parser/Syntax/MethodCall.cs | 3 ++ .../Parser/Syntax/MethodCall.cs.meta | 3 ++ .../Parser/Syntax/NameAccess.cs | 3 ++ .../Parser/Syntax/NameAccess.cs.meta | 3 ++ .../Parser/Syntax/NameValue.cs | 3 ++ .../Parser/Syntax/NameValue.cs.meta | 3 ++ .../Parser/Syntax/NilLiteral.cs | 3 ++ .../Parser/Syntax/NilLiteral.cs.meta | 3 ++ .../Parser/Syntax/NumberLiteral.cs | 3 ++ .../Parser/Syntax/NumberLiteral.cs.meta | 3 ++ .../Parser/Syntax/OperatorExpr.cs | 3 ++ .../Parser/Syntax/OperatorExpr.cs.meta | 3 ++ .../Parser/Syntax/ParamList.cs | 3 ++ .../Parser/Syntax/ParamList.cs.meta | 3 ++ .../Parser/Syntax/PrimaryExpr.cs | 3 ++ .../Parser/Syntax/PrimaryExpr.cs.meta | 3 ++ .../Parser/Syntax/RepeatStmt.cs | 3 ++ .../Parser/Syntax/RepeatStmt.cs.meta | 3 ++ .../Parser/Syntax/ReturnStmt.cs | 3 ++ .../Parser/Syntax/ReturnStmt.cs.meta | 3 ++ .../Parser/Syntax/Statement.cs | 3 ++ .../Parser/Syntax/Statement.cs.meta | 3 ++ .../Parser/Syntax/StringLiteral.cs | 3 ++ .../Parser/Syntax/StringLiteral.cs.meta | 3 ++ .../Parser/Syntax/TableConstructor.cs | 3 ++ .../Parser/Syntax/TableConstructor.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/Syntax/Term.cs | 3 ++ .../Parser/Syntax/Term.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/Syntax/Var.cs | 3 ++ .../Lua Interpreter/Parser/Syntax/Var.cs.meta | 3 ++ .../Lua Interpreter/Parser/Syntax/VarName.cs | 3 ++ .../Parser/Syntax/VarName.cs.meta | 3 ++ .../Parser/Syntax/VariableArg.cs | 3 ++ .../Parser/Syntax/VariableArg.cs.meta | 3 ++ .../Parser/Syntax/WhileStmt.cs | 3 ++ .../Parser/Syntax/WhileStmt.cs.meta | 3 ++ .../Lua/Lua Interpreter/Parser/TextInput.cs | 3 ++ .../Lua Interpreter/Parser/TextInput.cs.meta | 3 ++ .../Parser/TextParserCommon.cs | 3 ++ .../Parser/TextParserCommon.cs.meta | 3 ++ .../Scripts/Lua/Lua Interpreter/_README.txt | 3 ++ .../Lua/Lua Interpreter/_README.txt.meta | 3 ++ .../Scripts/Lua/Lua Utility.meta | 3 ++ .../Lua/Lua Utility/CommonLibraryLua.cs | 3 ++ .../Lua/Lua Utility/CommonLibraryLua.cs.meta | 3 ++ .../Scripts/Lua/Lua Utility/LuaConsole.cs | 3 ++ .../Lua/Lua Utility/LuaConsole.cs.meta | 3 ++ .../Scripts/Lua/Lua Utility/LuaWatchItem.cs | 3 ++ .../Lua/Lua Utility/LuaWatchItem.cs.meta | 3 ++ .../Scripts/Lua/Lua Utility/LuaWatchList.cs | 3 ++ .../Lua/Lua Utility/LuaWatchList.cs.meta | 3 ++ .../Scripts/Lua/Lua Wrapper.meta | 3 ++ .../Lua/Lua Wrapper/Lua Interpreter.meta | 3 ++ .../Lua/Lua Wrapper/Lua Interpreter/Lua.cs | 3 ++ .../Lua Wrapper/Lua Interpreter/Lua.cs.meta | 3 ++ .../Lua Interpreter/LuaTableWrapper.cs | 3 ++ .../Lua Interpreter/LuaTableWrapper.cs.meta | 3 ++ .../Scripts/Lua/Lua Wrapper/NLua.meta | 3 ++ .../Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs | 3 ++ .../Lua/Lua Wrapper/NLua/NLua_Lua.cs.meta | 3 ++ .../Lua Wrapper/NLua/NLua_LuaTableWrapper.cs | 3 ++ .../NLua/NLua_LuaTableWrapper.cs.meta | 3 ++ .../Dialogue System/Scripts/MVC.meta | 3 ++ .../Dialogue System/Scripts/MVC/Actor.meta | 3 ++ .../Scripts/MVC/Actor/ActorSubtitleColor.cs | 3 ++ .../MVC/Actor/ActorSubtitleColor.cs.meta | 3 ++ .../Scripts/MVC/Actor/DefaultCameraAngle.cs | 3 ++ .../MVC/Actor/DefaultCameraAngle.cs.meta | 3 ++ .../Scripts/MVC/Actor/DialogueActor.cs | 3 ++ .../Scripts/MVC/Actor/DialogueActor.cs.meta | 3 ++ .../Scripts/MVC/Actor/Override.meta | 3 ++ .../MVC/Actor/Override/OverrideDialogueUI.cs | 3 ++ .../Actor/Override/OverrideDialogueUI.cs.meta | 3 ++ .../Actor/Override/OverrideDisplaySettings.cs | 3 ++ .../Override/OverrideDisplaySettings.cs.meta | 3 ++ .../MVC/Actor/Override/OverrideUIBase.cs | 3 ++ .../MVC/Actor/Override/OverrideUIBase.cs.meta | 3 ++ .../Scripts/MVC/Actor/OverrideActorName.cs | 3 ++ .../MVC/Actor/OverrideActorName.cs.meta | 3 ++ .../Scripts/MVC/Controller.meta | 3 ++ .../Scripts/MVC/Controller/BarkController.cs | 3 ++ .../MVC/Controller/BarkController.cs.meta | 3 ++ .../MVC/Controller/ConversationController.cs | 3 ++ .../Controller/ConversationController.cs.meta | 3 ++ .../Dialogue System/Scripts/MVC/Model.meta | 3 ++ .../Scripts/MVC/Model/Data.meta | 3 ++ .../Scripts/MVC/Model/Data/Actor.cs | 3 ++ .../Scripts/MVC/Model/Data/Actor.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Asset.cs | 3 ++ .../Scripts/MVC/Model/Data/Asset.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/CharacterType.cs | 3 ++ .../MVC/Model/Data/CharacterType.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Chat Mapper.meta | 3 ++ .../Data/Chat Mapper/ChatMapperProject.cs | 3 ++ .../Chat Mapper/ChatMapperProject.cs.meta | 3 ++ .../ChatMapperToDialogueDatabase.cs | 3 ++ .../ChatMapperToDialogueDatabase.cs.meta | 3 ++ .../MVC/Model/Data/ConditionPriority.cs | 3 ++ .../MVC/Model/Data/ConditionPriority.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Conversation.cs | 3 ++ .../MVC/Model/Data/Conversation.cs.meta | 3 ++ .../ConversationOverrideDisplaySettings.cs | 3 ++ ...onversationOverrideDisplaySettings.cs.meta | 3 ++ .../MVC/Model/Data/DialogueDatabase.cs | 3 ++ .../MVC/Model/Data/DialogueDatabase.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/DialogueEntry.cs | 3 ++ .../MVC/Model/Data/DialogueEntry.cs.meta | 3 ++ .../MVC/Model/Data/DialogueEntrySortMode.cs | 3 ++ .../Model/Data/DialogueEntrySortMode.cs.meta | 3 ++ .../MVC/Model/Data/DialogueSystemFields.cs | 3 ++ .../Model/Data/DialogueSystemFields.cs.meta | 3 ++ .../Model/Data/DialogueSystemSceneEvents.cs | 3 ++ .../Data/DialogueSystemSceneEvents.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/EmphasisSetting.cs | 3 ++ .../MVC/Model/Data/EmphasisSetting.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/EntryGroup.cs | 3 ++ .../Scripts/MVC/Model/Data/EntryGroup.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/EntrytagFormat.cs | 3 ++ .../MVC/Model/Data/EntrytagFormat.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Field.cs | 3 ++ .../Scripts/MVC/Model/Data/Field.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/FieldType.cs | 3 ++ .../Scripts/MVC/Model/Data/FieldType.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Icons.meta | 3 ++ .../MVC/Model/Data/Icons/DialogueDatabase.png | 3 ++ .../Data/Icons/DialogueDatabase.png.meta | 3 ++ .../Scripts/MVC/Model/Data/Item.cs | 3 ++ .../Scripts/MVC/Model/Data/Item.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Link.cs | 3 ++ .../Scripts/MVC/Model/Data/Link.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Location.cs | 3 ++ .../Scripts/MVC/Model/Data/Location.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Utility.meta | 3 ++ .../Data/Utility/CharacterTypeUtility.cs | 3 ++ .../Data/Utility/CharacterTypeUtility.cs.meta | 3 ++ .../Data/Utility/ConditionPriorityUtility.cs | 3 ++ .../Utility/ConditionPriorityUtility.cs.meta | 3 ++ .../MVC/Model/Data/Utility/DatabaseMerger.cs | 3 ++ .../Model/Data/Utility/DatabaseMerger.cs.meta | 3 ++ .../MVC/Model/Data/Utility/DatabaseUtility.cs | 3 ++ .../Data/Utility/DatabaseUtility.cs.meta | 3 ++ .../MVC/Model/Data/Utility/LinkUtility.cs | 3 ++ .../Model/Data/Utility/LinkUtility.cs.meta | 3 ++ .../MVC/Model/Data/Utility/Template.cs | 3 ++ .../MVC/Model/Data/Utility/Template.cs.meta | 3 ++ .../Scripts/MVC/Model/Data/Variable.cs | 3 ++ .../Scripts/MVC/Model/Data/Variable.cs.meta | 3 ++ .../Scripts/MVC/Model/Logic.meta | 3 ++ .../Scripts/MVC/Model/Logic/DB.meta | 3 ++ .../MVC/Model/Logic/DB/DatabaseManager.cs | 3 ++ .../Model/Logic/DB/DatabaseManager.cs.meta | 3 ++ .../Model/Logic/DB/DatabaseResetOptions.cs | 3 ++ .../Logic/DB/DatabaseResetOptions.cs.meta | 3 ++ .../Scripts/MVC/Model/Logic/DB/DialogueLua.cs | 3 ++ .../MVC/Model/Logic/DB/DialogueLua.cs.meta | 3 ++ .../MVC/Model/Logic/DB/NLua_DialogueLua.cs | 3 ++ .../Model/Logic/DB/NLua_DialogueLua.cs.meta | 3 ++ .../Scripts/MVC/Model/Logic/Model.meta | 3 ++ .../Model/Logic/Model/ConversationModel.cs | 3 ++ .../Logic/Model/ConversationModel.cs.meta | 3 ++ .../Scripts/MVC/Model/Logic/Shared.meta | 3 ++ .../MVC/Model/Logic/Shared/CharacterInfo.cs | 3 ++ .../Model/Logic/Shared/CharacterInfo.cs.meta | 3 ++ .../Model/Logic/Shared/ConversationState.cs | 3 ++ .../Logic/Shared/ConversationState.cs.meta | 3 ++ .../MVC/Model/Logic/Shared/Response.cs | 3 ++ .../MVC/Model/Logic/Shared/Response.cs.meta | 3 ++ .../MVC/Model/Logic/Shared/Subtitle.cs | 3 ++ .../MVC/Model/Logic/Shared/Subtitle.cs.meta | 3 ++ .../Scripts/MVC/Model/Logic/Text.meta | 3 ++ .../Scripts/MVC/Model/Logic/Text/Emphasis.cs | 3 ++ .../MVC/Model/Logic/Text/Emphasis.cs.meta | 3 ++ .../MVC/Model/Logic/Text/FormattedText.cs | 3 ++ .../Model/Logic/Text/FormattedText.cs.meta | 3 ++ .../Scripts/MVC/Sequencer.meta | 3 ++ .../Scripts/MVC/Sequencer/Commands.meta | 3 ++ .../Sequencer/Commands/SequencerCommand.cs | 3 ++ .../Commands/SequencerCommand.cs.meta | 3 ++ .../Commands/SequencerCommandAnimation.cs | 3 ++ .../SequencerCommandAnimation.cs.meta | 3 ++ .../Commands/SequencerCommandAnimatorFloat.cs | 3 ++ .../SequencerCommandAnimatorFloat.cs.meta | 3 ++ .../Commands/SequencerCommandAnimatorLayer.cs | 3 ++ .../SequencerCommandAnimatorLayer.cs.meta | 3 ++ .../SequencerCommandAnimatorPlayWait.cs | 3 ++ .../SequencerCommandAnimatorPlayWait.cs.meta | 3 ++ .../Commands/SequencerCommandAudioWWW.cs | 3 ++ .../Commands/SequencerCommandAudioWWW.cs.meta | 3 ++ .../Commands/SequencerCommandAudioWait.cs | 3 ++ .../SequencerCommandAudioWait.cs.meta | 3 ++ .../Commands/SequencerCommandAudioWaitOnce.cs | 3 ++ .../SequencerCommandAudioWaitOnce.cs.meta | 3 ++ .../Commands/SequencerCommandCamera.cs | 3 ++ .../Commands/SequencerCommandCamera.cs.meta | 3 ++ .../Commands/SequencerCommandDelay.cs | 3 ++ .../Commands/SequencerCommandDelay.cs.meta | 3 ++ .../Commands/SequencerCommandFade.cs | 3 ++ .../Commands/SequencerCommandFade.cs.meta | 3 ++ .../Commands/SequencerCommandLiveCamera.cs | 3 ++ .../SequencerCommandLiveCamera.cs.meta | 3 ++ .../Commands/SequencerCommandLoadLevel.cs | 3 ++ .../SequencerCommandLoadLevel.cs.meta | 3 ++ .../Commands/SequencerCommandLookAt.cs | 3 ++ .../Commands/SequencerCommandLookAt.cs.meta | 3 ++ .../Commands/SequencerCommandMoveTo.cs | 3 ++ .../Commands/SequencerCommandMoveTo.cs.meta | 3 ++ .../Sequencer/Commands/SequencerCommandQTE.cs | 3 ++ .../Commands/SequencerCommandQTE.cs.meta | 3 ++ .../Commands/SequencerCommandSetTimeout.cs | 3 ++ .../SequencerCommandSetTimeout.cs.meta | 3 ++ .../Commands/SequencerCommandSwitchCamera.cs | 3 ++ .../SequencerCommandSwitchCamera.cs.meta | 3 ++ .../Commands/SequencerCommandTextInput.cs | 3 ++ .../SequencerCommandTextInput.cs.meta | 3 ++ .../Commands/SequencerCommandVoice.cs | 3 ++ .../Commands/SequencerCommandVoice.cs.meta | 3 ++ .../SequencerCommandWaitForMessage.cs | 3 ++ .../SequencerCommandWaitForMessage.cs.meta | 3 ++ .../Commands/SequencerCommandZoom2D.cs | 3 ++ .../Commands/SequencerCommandZoom2D.cs.meta | 3 ++ .../MVC/Sequencer/QueuedSequencerCommand.cs | 3 ++ .../Sequencer/QueuedSequencerCommand.cs.meta | 3 ++ .../Scripts/MVC/Sequencer/SequenceParser.cs | 3 ++ .../MVC/Sequencer/SequenceParser.cs.meta | 3 ++ .../Scripts/MVC/Sequencer/Sequencer.cs | 3 ++ .../Scripts/MVC/Sequencer/Sequencer.cs.meta | 3 ++ .../MVC/Sequencer/SequencerKeywords.cs | 3 ++ .../MVC/Sequencer/SequencerKeywords.cs.meta | 3 ++ .../MVC/Sequencer/SequencerMessages.cs | 3 ++ .../MVC/Sequencer/SequencerMessages.cs.meta | 3 ++ .../MVC/Sequencer/SequencerShortcuts.cs | 3 ++ .../MVC/Sequencer/SequencerShortcuts.cs.meta | 3 ++ .../Scripts/MVC/Sequencer/SequencerTools.cs | 3 ++ .../MVC/Sequencer/SequencerTools.cs.meta | 3 ++ .../Dialogue System/Scripts/MVC/View.meta | 3 ++ .../Scripts/MVC/View/Bark.meta | 3 ++ .../Scripts/MVC/View/Bark/BarkDialogueUI.cs | 3 ++ .../MVC/View/Bark/BarkDialogueUI.cs.meta | 3 ++ .../Scripts/MVC/View/Bark/BarkGroupManager.cs | 3 ++ .../MVC/View/Bark/BarkGroupManager.cs.meta | 3 ++ .../Scripts/MVC/View/Bark/BarkGroupMember.cs | 3 ++ .../MVC/View/Bark/BarkGroupMember.cs.meta | 3 ++ .../Scripts/MVC/View/Bark/IBarkUI.cs | 3 ++ .../Scripts/MVC/View/Bark/IBarkUI.cs.meta | 3 ++ .../Scripts/MVC/View/Bark/TextlessBarkUI.cs | 3 ++ .../MVC/View/Bark/TextlessBarkUI.cs.meta | 3 ++ .../Scripts/MVC/View/Dialogue.meta | 3 ++ .../Scripts/MVC/View/Dialogue/IDialogueUI.cs | 3 ++ .../MVC/View/Dialogue/IDialogueUI.cs.meta | 3 ++ .../Scripts/MVC/View/Dialogue/ITextFieldUI.cs | 3 ++ .../MVC/View/Dialogue/ITextFieldUI.cs.meta | 3 ++ .../View/Dialogue/ResponseButtonAlignment.cs | 3 ++ .../Dialogue/ResponseButtonAlignment.cs.meta | 3 ++ .../Dialogue/SelectedResponseEventArgs.cs | 3 ++ .../SelectedResponseEventArgs.cs.meta | 3 ++ .../Scripts/MVC/View/Shared.meta | 3 ++ .../MVC/View/Shared/DisplaySettings.cs | 3 ++ .../MVC/View/Shared/DisplaySettings.cs.meta | 3 ++ .../Scripts/MVC/View/Shared/InputTrigger.cs | 3 ++ .../MVC/View/Shared/InputTrigger.cs.meta | 3 ++ .../Scripts/MVC/View/View.meta | 3 ++ .../Scripts/MVC/View/View/ConversationView.cs | 3 ++ .../MVC/View/View/ConversationView.cs.meta | 3 ++ .../Dialogue System/Scripts/Manager.meta | 3 ++ .../Manager/ActiveConversationRecord.cs | 3 ++ .../Manager/ActiveConversationRecord.cs.meta | 3 ++ .../Scripts/Manager/AssetBundleManager.cs | 3 ++ .../Manager/AssetBundleManager.cs.meta | 3 ++ .../Scripts/Manager/DialogueManager.cs | 3 ++ .../Scripts/Manager/DialogueManager.cs.meta | 3 ++ .../Manager/DialogueSystemController.cs | 3 ++ .../Manager/DialogueSystemController.cs.meta | 3 ++ .../Scripts/Manager/DialogueSystemEvents.cs | 3 ++ .../Manager/DialogueSystemEvents.cs.meta | 3 ++ .../Scripts/Manager/DialogueSystemMessages.cs | 3 ++ .../Manager/DialogueSystemMessages.cs.meta | 3 ++ .../Scripts/Manager/ExtraDatabases.cs | 3 ++ .../Scripts/Manager/ExtraDatabases.cs.meta | 3 ++ .../Scripts/Manager/Localization.cs | 3 ++ .../Scripts/Manager/Localization.cs.meta | 3 ++ .../Scripts/Manager/LuaWatchers.cs | 3 ++ .../Scripts/Manager/LuaWatchers.cs.meta | 3 ++ .../Scripts/Manager/PersistentDataSettings.cs | 3 ++ .../Manager/PersistentDataSettings.cs.meta | 3 ++ .../Dialogue System/Scripts/Options.meta | 3 ++ .../Scripts/Options/Cinemachine.meta | 3 ++ .../Cinemachine/Sequencer Commands.meta | 3 ++ .../SequencerCommandCinemachinePriority.cs | 3 ++ ...equencerCommandCinemachinePriority.cs.meta | 3 ++ .../SequencerCommandCinemachineTarget.cs | 3 ++ .../SequencerCommandCinemachineTarget.cs.meta | 3 ++ .../SequencerCommandCinemachineZoom.cs | 3 ++ .../SequencerCommandCinemachineZoom.cs.meta | 3 ++ .../Scripts/Options/Cinemachine/Triggers.meta | 3 ++ ...inemachineCameraPriorityOnDialogueEvent.cs | 3 ++ ...chineCameraPriorityOnDialogueEvent.cs.meta | 3 ++ .../Scripts/Options/Timeline.meta | 3 ++ .../Scripts/Options/Timeline/Playables.meta | 3 ++ .../Options/Timeline/Playables/Bark.meta | 3 ++ .../Timeline/Playables/Bark/BarkBehaviour.cs | 3 ++ .../Playables/Bark/BarkBehaviour.cs.meta | 3 ++ .../Timeline/Playables/Bark/BarkClip.cs | 3 ++ .../Timeline/Playables/Bark/BarkClip.cs.meta | 3 ++ .../Playables/Bark/BarkMixerBehaviour.cs | 3 ++ .../Playables/Bark/BarkMixerBehaviour.cs.meta | 3 ++ .../Timeline/Playables/Bark/BarkTrack.cs | 3 ++ .../Timeline/Playables/Bark/BarkTrack.cs.meta | 3 ++ .../Options/Timeline/Playables/Continue.meta | 3 ++ .../Continue/ContinueConversationBehaviour.cs | 3 ++ .../ContinueConversationBehaviour.cs.meta | 3 ++ .../Continue/ContinueConversationClip.cs | 3 ++ .../Continue/ContinueConversationClip.cs.meta | 3 ++ .../Continue/ContinueConversationTrack.cs | 3 ++ .../ContinueConversationTrack.cs.meta | 3 ++ .../ConversationContinueMixerBehaviour.cs | 3 ++ ...ConversationContinueMixerBehaviour.cs.meta | 3 ++ .../Timeline/Playables/Conversation.meta | 3 ++ .../ConversationMixerBehaviour.cs | 3 ++ .../ConversationMixerBehaviour.cs.meta | 3 ++ .../Conversation/ConversationTrack.cs | 3 ++ .../Conversation/ConversationTrack.cs.meta | 3 ++ .../StartConversationBehaviour.cs | 3 ++ .../StartConversationBehaviour.cs.meta | 3 ++ .../Conversation/StartConversationClip.cs | 3 ++ .../StartConversationClip.cs.meta | 3 ++ .../Timeline/Playables/PlaySequence.meta | 3 ++ .../PlaySequence/PlaySequenceBehaviour.cs | 3 ++ .../PlaySequenceBehaviour.cs.meta | 3 ++ .../PlaySequence/PlaySequenceClip.cs | 3 ++ .../PlaySequence/PlaySequenceClip.cs.meta | 3 ++ .../PlaySequenceMixerBehaviour.cs | 3 ++ .../PlaySequenceMixerBehaviour.cs.meta | 3 ++ .../PlaySequence/PlaySequenceTrack.cs | 3 ++ .../PlaySequence/PlaySequenceTrack.cs.meta | 3 ++ .../Timeline/Playables/QuestState.meta | 3 ++ .../QuestState/QuestStateMixerBehaviour.cs | 3 ++ .../QuestStateMixerBehaviour.cs.meta | 3 ++ .../Playables/QuestState/QuestStateTrack.cs | 3 ++ .../QuestState/QuestStateTrack.cs.meta | 3 ++ .../QuestState/SetQuestStateBehaviour.cs | 3 ++ .../QuestState/SetQuestStateBehaviour.cs.meta | 3 ++ .../Playables/QuestState/SetQuestStateClip.cs | 3 ++ .../QuestState/SetQuestStateClip.cs.meta | 3 ++ .../Options/Timeline/Playables/RunLua.meta | 3 ++ .../Playables/RunLua/RunLuaBehaviour.cs | 3 ++ .../Playables/RunLua/RunLuaBehaviour.cs.meta | 3 ++ .../Timeline/Playables/RunLua/RunLuaClip.cs | 3 ++ .../Playables/RunLua/RunLuaClip.cs.meta | 3 ++ .../Playables/RunLua/RunLuaMixerBehaviour.cs | 3 ++ .../RunLua/RunLuaMixerBehaviour.cs.meta | 3 ++ .../Timeline/Playables/RunLua/RunLuaTrack.cs | 3 ++ .../Playables/RunLua/RunLuaTrack.cs.meta | 3 ++ .../Timeline/Playables/SequencerMessage.meta | 3 ++ .../SequencerMessageBehaviour.cs | 3 ++ .../SequencerMessageBehaviour.cs.meta | 3 ++ .../SequencerMessage/SequencerMessageClip.cs | 3 ++ .../SequencerMessageClip.cs.meta | 3 ++ .../SequencerMessageMixerBehaviour.cs | 3 ++ .../SequencerMessageMixerBehaviour.cs.meta | 3 ++ .../SequencerMessage/SequencerMessageTrack.cs | 3 ++ .../SequencerMessageTrack.cs.meta | 3 ++ .../Options/Timeline/Playables/ShowAlert.meta | 3 ++ .../ShowAlert/AlertMixerBehaviour.cs | 3 ++ .../ShowAlert/AlertMixerBehaviour.cs.meta | 3 ++ .../Playables/ShowAlert/AlertTrack.cs | 3 ++ .../Playables/ShowAlert/AlertTrack.cs.meta | 3 ++ .../Playables/ShowAlert/ShowAlertBehaviour.cs | 3 ++ .../ShowAlert/ShowAlertBehaviour.cs.meta | 3 ++ .../Playables/ShowAlert/ShowAlertClip.cs | 3 ++ .../Playables/ShowAlert/ShowAlertClip.cs.meta | 3 ++ .../Options/Timeline/Playables/Utility.meta | 3 ++ .../Timeline/Playables/Utility/PreviewUI.cs | 3 ++ .../Playables/Utility/PreviewUI.cs.meta | 3 ++ .../Scripts/Options/Timeline/Sequencer.meta | 3 ++ .../Sequencer/SequencerCommandTimeline.cs | 3 ++ .../SequencerCommandTimeline.cs.meta | 3 ++ .../Scripts/Options/Timeline/Triggers.meta | 3 ++ .../Timeline/Triggers/TimelineTrigger.cs | 3 ++ .../Timeline/Triggers/TimelineTrigger.cs.meta | 3 ++ .../Dialogue System/Scripts/Quests.meta | 3 ++ .../Scripts/Quests/IncrementOnDestroy.cs | 3 ++ .../Scripts/Quests/IncrementOnDestroy.cs.meta | 3 ++ .../Scripts/Quests/QuestGroupRecord.cs | 3 ++ .../Scripts/Quests/QuestGroupRecord.cs.meta | 3 ++ .../Scripts/Quests/QuestLog.cs | 3 ++ .../Scripts/Quests/QuestLog.cs.meta | 3 ++ .../Scripts/Quests/QuestLogWindow.cs | 3 ++ .../Scripts/Quests/QuestLogWindow.cs.meta | 3 ++ .../Scripts/Quests/QuestLogWindowHotkey.cs | 3 ++ .../Quests/QuestLogWindowHotkey.cs.meta | 3 ++ .../Scripts/Quests/QuestState.cs | 3 ++ .../Scripts/Quests/QuestState.cs.meta | 3 ++ .../Scripts/Quests/QuestStateDispatcher.cs | 3 ++ .../Quests/QuestStateDispatcher.cs.meta | 3 ++ .../Scripts/Quests/QuestStateIndicator.cs | 3 ++ .../Quests/QuestStateIndicator.cs.meta | 3 ++ .../Scripts/Quests/QuestStateListener.cs | 3 ++ .../Scripts/Quests/QuestStateListener.cs.meta | 3 ++ .../Dialogue System/Scripts/Save System.meta | 3 ++ .../Save System/ConversationStateSaver.cs | 3 ++ .../ConversationStateSaver.cs.meta | 3 ++ .../Save System/DialogueSystemSaver.cs | 3 ++ .../Save System/DialogueSystemSaver.cs.meta | 3 ++ .../Scripts/Save System/GameSaver.cs | 3 ++ .../Scripts/Save System/GameSaver.cs.meta | 3 ++ .../Scripts/Save System/LevelManager.cs | 3 ++ .../Scripts/Save System/LevelManager.cs.meta | 3 ++ .../Save System/PersistentActiveData.cs | 3 ++ .../Save System/PersistentActiveData.cs.meta | 3 ++ .../PersistentActiveDataMultiple.cs | 3 ++ .../PersistentActiveDataMultiple.cs.meta | 3 ++ .../Save System/PersistentDataManager.cs | 3 ++ .../Save System/PersistentDataManager.cs.meta | 3 ++ .../Save System/PersistentDestructible.cs | 3 ++ .../PersistentDestructible.cs.meta | 3 ++ .../Save System/PersistentPositionData.cs | 3 ++ .../PersistentPositionData.cs.meta | 3 ++ .../Dialogue System/Scripts/Triggers.meta | 3 ++ .../Scripts/Triggers/Interaction.meta | 3 ++ .../Triggers/Interaction/ProximitySelector.cs | 3 ++ .../Interaction/ProximitySelector.cs.meta | 3 ++ .../Interaction/SelectionDelegates.cs | 3 ++ .../Interaction/SelectionDelegates.cs.meta | 3 ++ .../Scripts/Triggers/Interaction/Selector.cs | 3 ++ .../Triggers/Interaction/Selector.cs.meta | 3 ++ .../Interaction/SelectorFollowTarget.cs | 3 ++ .../Interaction/SelectorFollowTarget.cs.meta | 3 ++ .../Scripts/Triggers/Interaction/Usable.cs | 3 ++ .../Triggers/Interaction/Usable.cs.meta | 3 ++ .../Scripts/Triggers/RangeTrigger.cs | 3 ++ .../Scripts/Triggers/RangeTrigger.cs.meta | 3 ++ .../Scripts/Triggers/Triggers.meta | 3 ++ .../Scripts/Triggers/Triggers/BarkOnIdle.cs | 3 ++ .../Triggers/Triggers/BarkOnIdle.cs.meta | 3 ++ .../Scripts/Triggers/Triggers/Condition.cs | 3 ++ .../Triggers/Triggers/Condition.cs.meta | 3 ++ .../Triggers/Triggers/ConditionObserver.cs | 3 ++ .../Triggers/ConditionObserver.cs.meta | 3 ++ .../Triggers/DialogueSystemTrigger.cs | 3 ++ .../Triggers/DialogueSystemTrigger.cs.meta | 3 ++ .../Triggers/DialogueSystemTriggerEvent.cs | 3 ++ .../DialogueSystemTriggerEvent.cs.meta | 3 ++ .../Scripts/Triggers/Triggers/Legacy.meta | 3 ++ .../Triggers/Triggers/Legacy/AlertTrigger.cs | 3 ++ .../Triggers/Legacy/AlertTrigger.cs.meta | 3 ++ .../Triggers/Triggers/Legacy/BarkStarter.cs | 3 ++ .../Triggers/Legacy/BarkStarter.cs.meta | 3 ++ .../Triggers/Triggers/Legacy/BarkTrigger.cs | 3 ++ .../Triggers/Legacy/BarkTrigger.cs.meta | 3 ++ .../Triggers/Legacy/ConversationStarter.cs | 3 ++ .../Legacy/ConversationStarter.cs.meta | 3 ++ .../Triggers/Legacy/ConversationTrigger.cs | 3 ++ .../Legacy/ConversationTrigger.cs.meta | 3 ++ .../Triggers/Legacy/DialogueEventStarter.cs | 3 ++ .../Legacy/DialogueEventStarter.cs.meta | 3 ++ .../Triggers/Legacy/DialogueTriggerEvent.cs | 3 ++ .../Legacy/DialogueTriggerEvent.cs.meta | 3 ++ .../Triggers/Triggers/Legacy/LuaTrigger.cs | 3 ++ .../Triggers/Legacy/LuaTrigger.cs.meta | 3 ++ .../Legacy/PauseGameOnConversation.cs | 3 ++ .../Legacy/PauseGameOnConversation.cs.meta | 3 ++ .../Triggers/Triggers/Legacy/QuestTrigger.cs | 3 ++ .../Triggers/Legacy/QuestTrigger.cs.meta | 3 ++ .../Triggers/Legacy/SequenceStarter.cs | 3 ++ .../Triggers/Legacy/SequenceStarter.cs.meta | 3 ++ .../Triggers/Legacy/SequenceTrigger.cs | 3 ++ .../Triggers/Legacy/SequenceTrigger.cs.meta | 3 ++ .../Scripts/Triggers/Triggers/OnEvent.meta | 3 ++ .../Triggers/OnEvent/ActOnDialogueEvent.cs | 3 ++ .../OnEvent/ActOnDialogueEvent.cs.meta | 3 ++ .../Triggers/OnEvent/BarkOnDialogueEvent.cs | 3 ++ .../OnEvent/BarkOnDialogueEvent.cs.meta | 3 ++ .../Triggers/OnEvent/DialogueEvent.cs | 3 ++ .../Triggers/OnEvent/DialogueEvent.cs.meta | 3 ++ .../Triggers/OnEvent/LuaOnDialogueEvent.cs | 3 ++ .../OnEvent/LuaOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/SendMessageOnDialogueEvent.cs | 3 ++ .../SendMessageOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/SetActiveOnDialogueEvent.cs | 3 ++ .../OnEvent/SetActiveOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/SetAnimationOnDialogueEvent.cs | 3 ++ .../SetAnimationOnDialogueEvent.cs.meta | 3 ++ .../SetAnimatorStateOnDialogueEvent.cs | 3 ++ .../SetAnimatorStateOnDialogueEvent.cs.meta | 3 ++ .../SetComponentEnabledOnDialogueEvent.cs | 3 ++ ...SetComponentEnabledOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/SetEnabledOnDialogueEvent.cs | 3 ++ .../OnEvent/SetEnabledOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/SetQuestStateOnDialogueEvent.cs | 3 ++ .../SetQuestStateOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/ShowCursorOnConversation.cs | 3 ++ .../OnEvent/ShowCursorOnConversation.cs.meta | 3 ++ .../StartConversationOnDialogueEvent.cs | 3 ++ .../StartConversationOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/StartSequenceOnDialogueEvent.cs | 3 ++ .../StartSequenceOnDialogueEvent.cs.meta | 3 ++ .../OnEvent/StopConversationIfTooFar.cs | 3 ++ .../OnEvent/StopConversationIfTooFar.cs.meta | 3 ++ .../Dialogue System/Scripts/UI.meta | 3 ++ .../Dialogue System/Scripts/UI/Abstract.meta | 3 ++ .../Scripts/UI/Abstract/Bark.meta | 3 ++ .../UI/Abstract/Bark/AbstractBarkUI.cs | 3 ++ .../UI/Abstract/Bark/AbstractBarkUI.cs.meta | 3 ++ .../Scripts/UI/Abstract/Dialogue.meta | 3 ++ .../Abstract/Dialogue/AbstractDialogueUI.cs | 3 ++ .../Dialogue/AbstractDialogueUI.cs.meta | 3 ++ .../Dialogue/AbstractDialogueUIControls.cs | 3 ++ .../AbstractDialogueUIControls.cs.meta | 3 ++ .../Dialogue/AbstractUIAlertControls.cs | 3 ++ .../Dialogue/AbstractUIAlertControls.cs.meta | 3 ++ .../Abstract/Dialogue/AbstractUIControls.cs | 3 ++ .../Dialogue/AbstractUIControls.cs.meta | 3 ++ .../Dialogue/AbstractUIQTEControls.cs | 3 ++ .../Dialogue/AbstractUIQTEControls.cs.meta | 3 ++ .../AbstractUIResponseMenuControls.cs | 3 ++ .../AbstractUIResponseMenuControls.cs.meta | 3 ++ .../UI/Abstract/Dialogue/AbstractUIRoot.cs | 3 ++ .../Abstract/Dialogue/AbstractUIRoot.cs.meta | 3 ++ .../Dialogue/AbstractUISubtitleControls.cs | 3 ++ .../AbstractUISubtitleControls.cs.meta | 3 ++ .../UI/Abstract/Dialogue/CanvasDialogueUI.cs | 3 ++ .../Dialogue/CanvasDialogueUI.cs.meta | 3 ++ .../Scripts/UI/Abstract/Selector.meta | 3 ++ .../UI/Abstract/Selector/AbstractUsableUI.cs | 3 ++ .../Selector/AbstractUsableUI.cs.meta | 3 ++ .../Dialogue System/Scripts/UI/Legacy.meta | 3 ++ .../Scripts/UI/Legacy/Bark.meta | 3 ++ .../Scripts/UI/Legacy/Bark/UnityBarkUI.cs | 3 ++ .../UI/Legacy/Bark/UnityBarkUI.cs.meta | 3 ++ .../UI/Legacy/Bark/UnityBarkUIOnGUI.cs | 3 ++ .../UI/Legacy/Bark/UnityBarkUIOnGUI.cs.meta | 3 ++ .../Scripts/UI/Legacy/Dialogue.meta | 3 ++ .../Scripts/UI/Legacy/Dialogue/Controls.meta | 3 ++ .../Dialogue/Controls/UnityAlertControls.cs | 3 ++ .../Controls/UnityAlertControls.cs.meta | 3 ++ .../Controls/UnityDialogueControls.cs | 3 ++ .../Controls/UnityDialogueControls.cs.meta | 3 ++ .../Controls/UnityDialogueUIControls.cs | 3 ++ .../Controls/UnityDialogueUIControls.cs.meta | 3 ++ .../Dialogue/Controls/UnityQTEControls.cs | 3 ++ .../Controls/UnityQTEControls.cs.meta | 3 ++ .../Controls/UnityResponseMenuControls.cs | 3 ++ .../UnityResponseMenuControls.cs.meta | 3 ++ .../Controls/UnitySubtitleControls.cs | 3 ++ .../Controls/UnitySubtitleControls.cs.meta | 3 ++ .../Legacy/Dialogue/Controls/UnityUIRoot.cs | 3 ++ .../Dialogue/Controls/UnityUIRoot.cs.meta | 3 ++ .../UI/Legacy/Dialogue/UnityDialogueUI.cs | 3 ++ .../Legacy/Dialogue/UnityDialogueUI.cs.meta | 3 ++ .../UI/Legacy/Dialogue/UnityTextFieldUI.cs | 3 ++ .../Legacy/Dialogue/UnityTextFieldUI.cs.meta | 3 ++ .../Scripts/UI/Legacy/GUI Controls.meta | 3 ++ .../UI/Legacy/GUI Controls/Effects.meta | 3 ++ .../GUI Controls/Effects/AudioEffect.cs | 3 ++ .../GUI Controls/Effects/AudioEffect.cs.meta | 3 ++ .../Effects/ContinueButtonFastForward.cs | 3 ++ .../Effects/ContinueButtonFastForward.cs.meta | 3 ++ .../Legacy/GUI Controls/Effects/FadeEffect.cs | 3 ++ .../GUI Controls/Effects/FadeEffect.cs.meta | 3 ++ .../GUI Controls/Effects/FlashEffect.cs | 3 ++ .../GUI Controls/Effects/FlashEffect.cs.meta | 3 ++ .../Legacy/GUI Controls/Effects/GUIEffect.cs | 3 ++ .../GUI Controls/Effects/GUIEffect.cs.meta | 3 ++ .../GUI Controls/Effects/GUIEffectTrigger.cs | 3 ++ .../Effects/GUIEffectTrigger.cs.meta | 3 ++ .../GUI Controls/Effects/SlideEffect.cs | 3 ++ .../GUI Controls/Effects/SlideEffect.cs.meta | 3 ++ .../GUI Controls/Effects/TimerEffect.cs | 3 ++ .../GUI Controls/Effects/TimerEffect.cs.meta | 3 ++ .../GUI Controls/Effects/TypewriterEffect.cs | 3 ++ .../Effects/TypewriterEffect.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIButton.cs | 3 ++ .../UI/Legacy/GUI Controls/GUIButton.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIControl.cs | 3 ++ .../UI/Legacy/GUI Controls/GUIControl.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIImage.cs | 3 ++ .../UI/Legacy/GUI Controls/GUIImage.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIImageParams.cs | 3 ++ .../GUI Controls/GUIImageParams.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUILabel.cs | 3 ++ .../UI/Legacy/GUI Controls/GUILabel.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIProgressBar.cs | 3 ++ .../GUI Controls/GUIProgressBar.cs.meta | 3 ++ .../Scripts/UI/Legacy/GUI Controls/GUIRoot.cs | 3 ++ .../UI/Legacy/GUI Controls/GUIRoot.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIScrollView.cs | 3 ++ .../Legacy/GUI Controls/GUIScrollView.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUITextField.cs | 3 ++ .../Legacy/GUI Controls/GUITextField.cs.meta | 3 ++ .../Legacy/GUI Controls/GUIVisibleControl.cs | 3 ++ .../GUI Controls/GUIVisibleControl.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/GUIWindow.cs | 3 ++ .../UI/Legacy/GUI Controls/GUIWindow.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/ScaledRect.meta | 3 ++ .../GUI Controls/ScaledRect/ScaledRect.cs | 3 ++ .../ScaledRect/ScaledRect.cs.meta | 3 ++ .../ScaledRect/ScaledRectAlignment.cs | 3 ++ .../ScaledRect/ScaledRectAlignment.cs.meta | 3 ++ .../GUI Controls/ScaledRect/ScaledValue.cs | 3 ++ .../ScaledRect/ScaledValue.cs.meta | 3 ++ .../GUI Controls/ScaledRect/ValueScale.cs | 3 ++ .../ScaledRect/ValueScale.cs.meta | 3 ++ .../Scripts/UI/Legacy/GUI Controls/Tools.meta | 3 ++ .../UI/Legacy/GUI Controls/Tools/AutoSize.cs | 3 ++ .../GUI Controls/Tools/AutoSize.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/Tools/Fit.cs | 3 ++ .../UI/Legacy/GUI Controls/Tools/Fit.cs.meta | 3 ++ .../GUI Controls/Tools/ImageAnimation.cs | 3 ++ .../GUI Controls/Tools/ImageAnimation.cs.meta | 3 ++ .../Legacy/GUI Controls/Tools/Navigation.cs | 3 ++ .../GUI Controls/Tools/Navigation.cs.meta | 3 ++ .../UI/Legacy/GUI Controls/Tools/TextStyle.cs | 3 ++ .../GUI Controls/Tools/TextStyle.cs.meta | 3 ++ .../GUI Controls/Tools/UnityGUITools.cs | 3 ++ .../GUI Controls/Tools/UnityGUITools.cs.meta | 3 ++ .../Scripts/UI/Legacy/Quest.meta | 3 ++ .../Scripts/UI/Legacy/Quest/QuestTracker.cs | 3 ++ .../UI/Legacy/Quest/QuestTracker.cs.meta | 3 ++ .../UI/Legacy/Quest/UnityGUIQuestLogWindow.cs | 3 ++ .../Quest/UnityGUIQuestLogWindow.cs.meta | 3 ++ .../Scripts/UI/Legacy/_README.txt | 3 ++ .../Scripts/UI/Legacy/_README.txt.meta | 3 ++ .../Dialogue System/Scripts/UI/Standard.meta | 3 ++ .../Scripts/UI/Standard/Bark.meta | 3 ++ .../UI/Standard/Bark/StandardBarkUI.cs | 3 ++ .../UI/Standard/Bark/StandardBarkUI.cs.meta | 3 ++ .../Scripts/UI/Standard/Dialogue.meta | 3 ++ .../BringSubtitlePanelToFrontOnFocus.cs | 3 ++ .../BringSubtitlePanelToFrontOnFocus.cs.meta | 3 ++ .../Standard/Dialogue/IStandardDialogueUI.cs | 3 ++ .../Dialogue/IStandardDialogueUI.cs.meta | 3 ++ .../UI/Standard/Dialogue/Panel Numbers.meta | 3 ++ .../Dialogue/Panel Numbers/MenuPanelNumber.cs | 3 ++ .../Panel Numbers/MenuPanelNumber.cs.meta | 3 ++ .../Panel Numbers/PanelNumberUtility.cs | 3 ++ .../Panel Numbers/PanelNumberUtility.cs.meta | 3 ++ .../Panel Numbers/SubtitlePanelNumber.cs | 3 ++ .../Panel Numbers/SubtitlePanelNumber.cs.meta | 3 ++ .../Scripts/UI/Standard/Dialogue/SMS.meta | 3 ++ .../UI/Standard/Dialogue/SMS/SMSDialogueUI.cs | 3 ++ .../Dialogue/SMS/SMSDialogueUI.cs.meta | 3 ++ .../Standard/Dialogue/StandardDialogueUI.cs | 3 ++ .../Dialogue/StandardDialogueUI.cs.meta | 3 ++ .../Dialogue/StandardUIAlertControls.cs | 3 ++ .../Dialogue/StandardUIAlertControls.cs.meta | 3 ++ .../Dialogue/StandardUIDialogueControls.cs | 3 ++ .../StandardUIDialogueControls.cs.meta | 3 ++ .../Standard/Dialogue/StandardUIInputField.cs | 3 ++ .../Dialogue/StandardUIInputField.cs.meta | 3 ++ .../Standard/Dialogue/StandardUIMenuPanel.cs | 3 ++ .../Dialogue/StandardUIMenuPanel.cs.meta | 3 ++ .../Dialogue/StandardUIQTEControls.cs | 3 ++ .../Dialogue/StandardUIQTEControls.cs.meta | 3 ++ .../Dialogue/StandardUIResponseButton.cs | 3 ++ .../Dialogue/StandardUIResponseButton.cs.meta | 3 ++ .../StandardUIResponseMenuControls.cs | 3 ++ .../StandardUIResponseMenuControls.cs.meta | 3 ++ .../UI/Standard/Dialogue/StandardUIRoot.cs | 3 ++ .../Standard/Dialogue/StandardUIRoot.cs.meta | 3 ++ .../Dialogue/StandardUISubtitleControls.cs | 3 ++ .../StandardUISubtitleControls.cs.meta | 3 ++ .../Dialogue/StandardUISubtitlePanel.cs | 3 ++ .../Dialogue/StandardUISubtitlePanel.cs.meta | 3 ++ .../UI/Standard/Dialogue/StandardUITimer.cs | 3 ++ .../Standard/Dialogue/StandardUITimer.cs.meta | 3 ++ .../Scripts/UI/Standard/Effects.meta | 3 ++ .../Standard/Effects/StandardUIColorText.cs | 3 ++ .../Effects/StandardUIColorText.cs.meta | 3 ++ .../StandardUIContinueButtonFastForward.cs | 3 ++ ...tandardUIContinueButtonFastForward.cs.meta | 3 ++ .../Effects/StandardUIIgnorePauseCodes.cs | 3 ++ .../StandardUIIgnorePauseCodes.cs.meta | 3 ++ .../Scripts/UI/Standard/Quest.meta | 3 ++ .../Scripts/UI/Standard/Quest/Common.meta | 3 ++ .../Quest/Common/StandardUIButtonTemplate.cs | 3 ++ .../Common/StandardUIButtonTemplate.cs.meta | 3 ++ .../Common/StandardUIContainerTemplate.cs | 3 ++ .../StandardUIContainerTemplate.cs.meta | 3 ++ .../Quest/Common/StandardUIContentTemplate.cs | 3 ++ .../Common/StandardUIContentTemplate.cs.meta | 3 ++ .../Quest/Common/StandardUIFoldoutTemplate.cs | 3 ++ .../Common/StandardUIFoldoutTemplate.cs.meta | 3 ++ .../StandardUIInstancedContentManager.cs | 3 ++ .../StandardUIInstancedContentManager.cs.meta | 3 ++ .../Quest/Common/StandardUITextTemplate.cs | 3 ++ .../Common/StandardUITextTemplate.cs.meta | 3 ++ .../Quest/Common/StandardUIToggleTemplate.cs | 3 ++ .../Common/StandardUIToggleTemplate.cs.meta | 3 ++ .../Quest/StandardUIQuestLogWindow.cs | 3 ++ .../Quest/StandardUIQuestLogWindow.cs.meta | 3 ++ ...ardUIQuestTemplateAlternateDescriptions.cs | 3 ++ ...QuestTemplateAlternateDescriptions.cs.meta | 3 ++ .../StandardUIQuestTitleButtonTemplate.cs | 3 ++ ...StandardUIQuestTitleButtonTemplate.cs.meta | 3 ++ .../Quest/StandardUIQuestTrackTemplate.cs | 3 ++ .../StandardUIQuestTrackTemplate.cs.meta | 3 ++ .../Standard/Quest/StandardUIQuestTracker.cs | 3 ++ .../Quest/StandardUIQuestTracker.cs.meta | 3 ++ .../Scripts/UI/Standard/Selector.meta | 3 ++ .../Selector/SelectorUseStandardUIElements.cs | 3 ++ .../SelectorUseStandardUIElements.cs.meta | 3 ++ .../Selector/StandardUISelectorElements.cs | 3 ++ .../StandardUISelectorElements.cs.meta | 3 ++ .../UI/Standard/Selector/StandardUsableUI.cs | 3 ++ .../Selector/StandardUsableUI.cs.meta | 3 ++ .../Dialogue System/Scripts/UI/TextMesh.meta | 3 ++ .../Scripts/UI/TextMesh/LocalizeTextMesh.cs | 3 ++ .../UI/TextMesh/LocalizeTextMesh.cs.meta | 3 ++ .../Dialogue System/Scripts/UI/UIToolkit.meta | 3 ++ .../Scripts/UI/UIToolkit/Dialogue.meta | 3 ++ .../Dialogue/UIToolkitAlertElements.cs | 3 ++ .../Dialogue/UIToolkitAlertElements.cs.meta | 3 ++ .../Dialogue/UIToolkitDialogueElements.cs | 3 ++ .../UIToolkitDialogueElements.cs.meta | 3 ++ .../UIToolkit/Dialogue/UIToolkitDialogueUI.cs | 3 ++ .../Dialogue/UIToolkitDialogueUI.cs.meta | 3 ++ .../Dialogue/UIToolkitQTEElements.cs | 3 ++ .../Dialogue/UIToolkitQTEElements.cs.meta | 3 ++ .../Dialogue/UIToolkitResponseMenuElements.cs | 3 ++ .../UIToolkitResponseMenuElements.cs.meta | 3 ++ .../Dialogue/UIToolkitRootElements.cs | 3 ++ .../Dialogue/UIToolkitRootElements.cs.meta | 3 ++ .../Dialogue/UIToolkitSubtitleElements.cs | 3 ++ .../UIToolkitSubtitleElements.cs.meta | 3 ++ .../Dialogue System/Scripts/UI/Unity UI.meta | 3 ++ .../Scripts/UI/Unity UI/Bark.meta | 3 ++ .../Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs | 3 ++ .../UI/Unity UI/Bark/UnityUIBarkUI.cs.meta | 3 ++ .../Scripts/UI/Unity UI/Dialogue.meta | 3 ++ .../OverrideUnityUIDialogueControls.cs | 3 ++ .../OverrideUnityUIDialogueControls.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/Portraits.meta | 3 ++ .../Dialogue/Portraits/AnimatedPortrait.cs | 3 ++ .../Portraits/AnimatedPortrait.cs.meta | 3 ++ .../Portraits/UseAnimatedPortraits.cs | 3 ++ .../Portraits/UseAnimatedPortraits.cs.meta | 3 ++ .../Unity UI/Dialogue/UnityUIAlertControls.cs | 3 ++ .../Dialogue/UnityUIAlertControls.cs.meta | 3 ++ .../Dialogue/UnityUIBarkSubtitleDialogueUI.cs | 3 ++ .../UnityUIBarkSubtitleDialogueUI.cs.meta | 3 ++ .../Dialogue/UnityUIDialogueControls.cs | 3 ++ .../Dialogue/UnityUIDialogueControls.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/UnityUIDialogueUI.cs | 3 ++ .../Dialogue/UnityUIDialogueUI.cs.meta | 3 ++ .../Unity UI/Dialogue/UnityUIQTEControls.cs | 3 ++ .../Dialogue/UnityUIQTEControls.cs.meta | 3 ++ .../Dialogue/UnityUIResponseButton.cs | 3 ++ .../Dialogue/UnityUIResponseButton.cs.meta | 3 ++ .../Dialogue/UnityUIResponseMenuControls.cs | 3 ++ .../UnityUIResponseMenuControls.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/UnityUIRoot.cs | 3 ++ .../UI/Unity UI/Dialogue/UnityUIRoot.cs.meta | 3 ++ .../Dialogue/UnityUISubtitleControls.cs | 3 ++ .../Dialogue/UnityUISubtitleControls.cs.meta | 3 ++ .../Unity UI/Dialogue/UnityUITextFieldUI.cs | 3 ++ .../Dialogue/UnityUITextFieldUI.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/UnityUITimer.cs | 3 ++ .../UI/Unity UI/Dialogue/UnityUITimer.cs.meta | 3 ++ .../Scripts/UI/Unity UI/Effects.meta | 3 ++ .../UI/Unity UI/Effects/LocalizeUIText.cs | 3 ++ .../Unity UI/Effects/LocalizeUIText.cs.meta | 3 ++ .../UnityUIContinueButtonFastForward.cs | 3 ++ .../UnityUIContinueButtonFastForward.cs.meta | 3 ++ .../Effects/UpdateLocalizedUITexts.cs | 3 ++ .../Effects/UpdateLocalizedUITexts.cs.meta | 3 ++ .../Scripts/UI/Unity UI/Quest.meta | 3 ++ .../Quest/UnityUIQuestGroupTemplate.cs | 3 ++ .../Quest/UnityUIQuestGroupTemplate.cs.meta | 3 ++ .../Unity UI/Quest/UnityUIQuestLogWindow.cs | 3 ++ .../Quest/UnityUIQuestLogWindow.cs.meta | 3 ++ .../UI/Unity UI/Quest/UnityUIQuestTemplate.cs | 3 ++ .../Quest/UnityUIQuestTemplate.cs.meta | 3 ++ ...ityUIQuestTemplateAlternateDescriptions.cs | 3 ++ ...QuestTemplateAlternateDescriptions.cs.meta | 3 ++ .../UI/Unity UI/Quest/UnityUIQuestTitle.cs | 3 ++ .../Unity UI/Quest/UnityUIQuestTitle.cs.meta | 3 ++ .../Quest/UnityUIQuestTrackTemplate.cs | 3 ++ .../Quest/UnityUIQuestTrackTemplate.cs.meta | 3 ++ .../UI/Unity UI/Quest/UnityUIQuestTracker.cs | 3 ++ .../Quest/UnityUIQuestTracker.cs.meta | 3 ++ .../Scripts/UI/Unity UI/Selector.meta | 3 ++ .../Selector/UnityUISelectorDisplay.cs | 3 ++ .../Selector/UnityUISelectorDisplay.cs.meta | 3 ++ .../Selector/UnityUISelectorElements.cs | 3 ++ .../Selector/UnityUISelectorElements.cs.meta | 3 ++ .../UI/Unity UI/Selector/UsableUnityUI.cs | 3 ++ .../Unity UI/Selector/UsableUnityUI.cs.meta | 3 ++ .../Scripts/UI/Unity UI/_README.txt | 3 ++ .../Scripts/UI/Unity UI/_README.txt.meta | 3 ++ .../Dialogue System/Scripts/UI/Utility.meta | 3 ++ .../UI/Utility/AbstractTypewriterEffect.cs | 3 ++ .../Utility/AbstractTypewriterEffect.cs.meta | 3 ++ .../Scripts/UI/Utility/ConversationControl.cs | 3 ++ .../UI/Utility/ConversationControl.cs.meta | 3 ++ .../UI/Utility/PreloadActorPortraits.cs | 3 ++ .../UI/Utility/PreloadActorPortraits.cs.meta | 3 ++ .../Scripts/UI/Utility/QueuedUIAlert.cs | 3 ++ .../Scripts/UI/Utility/QueuedUIAlert.cs.meta | 3 ++ .../UI/Utility/TextMeshProTypewriterEffect.cs | 3 ++ .../TextMeshProTypewriterEffect.cs.meta | 3 ++ .../Scripts/UI/Utility/TypewriterUtility.cs | 3 ++ .../UI/Utility/TypewriterUtility.cs.meta | 3 ++ .../UI/Utility/UIAnimationTransitions.cs | 3 ++ .../UI/Utility/UIAnimationTransitions.cs.meta | 3 ++ .../UI/Utility/UIAutonumberSettings.cs | 3 ++ .../UI/Utility/UIAutonumberSettings.cs.meta | 3 ++ .../Scripts/UI/Utility/UIButtonKeyTrigger.cs | 3 ++ .../UI/Utility/UIButtonKeyTrigger.cs.meta | 3 ++ .../UI/Utility/UIShowHideController.cs | 3 ++ .../UI/Utility/UIShowHideController.cs.meta | 3 ++ .../Scripts/UI/Utility/UITools.cs | 3 ++ .../Scripts/UI/Utility/UITools.cs.meta | 3 ++ .../Scripts/UI/Utility/UIVisibility.cs | 3 ++ .../Scripts/UI/Utility/UIVisibility.cs.meta | 3 ++ .../Scripts/UI/Utility/UnityUIColorText.cs | 3 ++ .../UI/Utility/UnityUIColorText.cs.meta | 3 ++ .../UI/Utility/UnityUIIgnorePauseCodes.cs | 3 ++ .../Utility/UnityUIIgnorePauseCodes.cs.meta | 3 ++ .../UI/Utility/UnityUIScrollbarEnabler.cs | 3 ++ .../Utility/UnityUIScrollbarEnabler.cs.meta | 3 ++ .../UI/Utility/UnityUITypewriterEffect.cs | 3 ++ .../Utility/UnityUITypewriterEffect.cs.meta | 3 ++ .../Dialogue System/Scripts/Utility.meta | 3 ++ .../Scripts/Utility/AlwaysFaceCamera.cs | 3 ++ .../Scripts/Utility/AlwaysFaceCamera.cs.meta | 3 ++ .../Scripts/Utility/Attributes.meta | 3 ++ .../Utility/Attributes/ActorPopupAttribute.cs | 3 ++ .../Attributes/ActorPopupAttribute.cs.meta | 3 ++ .../Attributes/ConversationPopupAttribute.cs | 3 ++ .../ConversationPopupAttribute.cs.meta | 3 ++ .../Attributes/DialogueEntryPopupAttribute.cs | 3 ++ .../DialogueEntryPopupAttribute.cs.meta | 3 ++ .../DialogueSystemTriggerEventAttribute.cs | 3 ++ ...ialogueSystemTriggerEventAttribute.cs.meta | 3 ++ .../DialogueTriggerEventAttribute.cs | 3 ++ .../DialogueTriggerEventAttribute.cs.meta | 3 ++ .../Utility/Attributes/ItemPopupAttribute.cs | 3 ++ .../Attributes/ItemPopupAttribute.cs.meta | 3 ++ .../Attributes/LocationPopupAttribute.cs | 3 ++ .../Attributes/LocationPopupAttribute.cs.meta | 3 ++ .../LuaConditionsWizardAttribute.cs | 3 ++ .../LuaConditionsWizardAttribute.cs.meta | 3 ++ .../Attributes/LuaScriptWizardAttribute.cs | 3 ++ .../LuaScriptWizardAttribute.cs.meta | 3 ++ .../Attributes/QuestEntryPopupAttribute.cs | 3 ++ .../QuestEntryPopupAttribute.cs.meta | 3 ++ .../Utility/Attributes/QuestPopupAttribute.cs | 3 ++ .../Attributes/QuestPopupAttribute.cs.meta | 3 ++ .../Utility/Attributes/QuestStateAttribute.cs | 3 ++ .../Attributes/QuestStateAttribute.cs.meta | 3 ++ .../Attributes/VariablePopupAttribute.cs | 3 ++ .../Attributes/VariablePopupAttribute.cs.meta | 3 ++ .../Scripts/Utility/BitMaskAttribute.cs | 3 ++ .../Scripts/Utility/BitMaskAttribute.cs.meta | 3 ++ .../Scripts/Utility/ConversationLogger.cs | 3 ++ .../Utility/ConversationLogger.cs.meta | 3 ++ .../Utility/ConversationPositionStack.cs | 3 ++ .../Utility/ConversationPositionStack.cs.meta | 3 ++ .../Scripts/Utility/CustomLuaFunctionInfo.cs | 3 ++ .../Utility/CustomLuaFunctionInfo.cs.meta | 3 ++ .../Scripts/Utility/DialogueDebug.cs | 3 ++ .../Scripts/Utility/DialogueDebug.cs.meta | 3 ++ .../Scripts/Utility/DialogueTime.cs | 3 ++ .../Scripts/Utility/DialogueTime.cs.meta | 3 ++ .../Scripts/Utility/EncodingType.cs | 3 ++ .../Scripts/Utility/EncodingType.cs.meta | 3 ++ .../Scripts/Utility/LocalizedTextTable.cs | 3 ++ .../Utility/LocalizedTextTable.cs.meta | 3 ++ .../Scripts/Utility/LuaNetworkCommands.cs | 3 ++ .../Utility/LuaNetworkCommands.cs.meta | 3 ++ .../Utility/SequencerCommandGroupAttribute.cs | 3 ++ .../SequencerCommandGroupAttribute.cs.meta | 3 ++ .../Scripts/Utility/SymbolExtensions.cs | 3 ++ .../Scripts/Utility/SymbolExtensions.cs.meta | 3 ++ .../Dialogue System/Scripts/Utility/Toggle.cs | 3 ++ .../Scripts/Utility/Toggle.cs.meta | 3 ++ .../Scripts/Utility/ToggleUtility.cs | 3 ++ .../Scripts/Utility/ToggleUtility.cs.meta | 3 ++ .../Dialogue System/Scripts/Utility/Tools.cs | 3 ++ .../Scripts/Utility/Tools.cs.meta | 3 ++ .../Dialogue System/Scripts/_README.txt | 3 ++ .../Dialogue System/Scripts/_README.txt.meta | 3 ++ .../Dialogue System/Templates.meta | 3 ++ .../Articy Draft Template Project.meta | 3 ++ .../articyX_template.zip | 3 ++ .../articyX_template.zip.meta | 3 ++ .../articy_template.zip | 3 ++ .../articy_template.zip.meta | 3 ++ .../Chat Mapper Template Project.meta | 3 ++ .../Chat Mapper Template Project/Template.cmp | 3 ++ .../Template.cmp.meta | 3 ++ .../Dialogue System/Templates/Link.meta | 3 ++ .../Templates/Link/_README.txt | 3 ++ .../Templates/Link/_README.txt.meta | 3 ++ .../Dialogue System/Templates/Link/link.xml | 3 ++ .../Templates/Link/link.xml.meta | 3 ++ .../Templates/Link/link_asmdef.xml | 3 ++ .../Templates/Link/link_asmdef.xml.meta | 3 ++ .../Dialogue System/Templates/Scripts.meta | 3 ++ .../Templates/Scripts/Aurora.meta | 3 ++ .../Scripts/Aurora/TemplateNWScript.cs | 3 ++ .../Scripts/Aurora/TemplateNWScript.cs.meta | 3 ++ .../Templates/Scripts/Editor.meta | 3 ++ .../Scripts/Editor/ConverterWindowTemplate.cs | 3 ++ .../Editor/ConverterWindowTemplate.cs.meta | 3 ++ .../Editor/CustomFieldType_Conversation.cs | 3 ++ .../CustomFieldType_Conversation.cs.meta | 3 ++ .../Editor/CustomFieldType_TemplateType.cs | 3 ++ .../CustomFieldType_TemplateType.cs.meta | 3 ++ .../Scripts/PersistentDataTemplate.cs | 3 ++ .../Scripts/PersistentDataTemplate.cs.meta | 3 ++ .../Scripts/SequencerCommandTemplate.cs | 3 ++ .../Scripts/SequencerCommandTemplate.cs.meta | 3 ++ .../Templates/Scripts/TemplateBarkUI.cs | 3 ++ .../Templates/Scripts/TemplateBarkUI.cs.meta | 3 ++ .../Templates/Scripts/TemplateCustomLua.cs | 3 ++ .../Scripts/TemplateCustomLua.cs.meta | 3 ++ .../Templates/Scripts/TemplateDialogueUI.cs | 3 ++ .../Scripts/TemplateDialogueUI.cs.meta | 3 ++ .../Scripts/TemplateQuestLogWindow.cs | 3 ++ .../Scripts/TemplateQuestLogWindow.cs.meta | 3 ++ .../Templates/Scripts/TemplateTextFieldUI.cs | 3 ++ .../Scripts/TemplateTextFieldUI.cs.meta | 3 ++ .../Templates/Scripts/_README.txt | 3 ++ .../Templates/Scripts/_README.txt.meta | 3 ++ .../Dialogue System/Third Party Support.meta | 3 ++ .../Text Animator Support.meta | 3 ++ .../Text Animator Support/Editor.meta | 3 ++ .../Editor/TextAnimatorSubtitlePanelEditor.cs | 3 ++ .../TextAnimatorSubtitlePanelEditor.cs.meta | 3 ++ .../Sequencer Commands.meta | 3 ++ .../SequencerCommandTextAnimatorContinue.cs | 3 ++ ...quencerCommandTextAnimatorContinue.cs.meta | 3 ++ .../SequencerCommandTextAnimatorDisappear.cs | 3 ++ ...uencerCommandTextAnimatorDisappear.cs.meta | 3 ++ .../TextAnimatorContinueButtonFastForward.cs | 3 ++ ...tAnimatorContinueButtonFastForward.cs.meta | 3 ++ .../TextAnimatorEndKeyword.cs | 3 ++ .../TextAnimatorEndKeyword.cs.meta | 3 ++ .../TextAnimatorSubtitlePanel.cs | 3 ++ .../TextAnimatorSubtitlePanel.cs.meta | 3 ++ .../Text Animator Support/_README.txt | 3 ++ .../Text Animator Support/_README.txt.meta | 3 ++ .../Third Party Support/_README.txt | 3 ++ .../Third Party Support/_README.txt.meta | 3 ++ .../Dialogue System/Wrappers.meta | 3 ++ .../Dialogue System/Wrappers/Demo.meta | 3 ++ .../Dialogue System/Wrappers/Demo/DemoMenu.cs | 3 ++ .../Wrappers/Demo/DemoMenu.cs.meta | 3 ++ .../Wrappers/Demo/DieOnTakeDamage.cs | 3 ++ .../Wrappers/Demo/DieOnTakeDamage.cs.meta | 3 ++ .../Wrappers/Demo/NavigateOnMouseClick.cs | 3 ++ .../Demo/NavigateOnMouseClick.cs.meta | 3 ++ .../Wrappers/Demo/SimpleController.cs | 3 ++ .../Wrappers/Demo/SimpleController.cs.meta | 3 ++ .../Wrappers/Demo/SmoothCameraWithBumper.cs | 3 ++ .../Demo/SmoothCameraWithBumper.cs.meta | 3 ++ .../Dialogue System/Wrappers/Deprecated.meta | 3 ++ .../Wrappers/Deprecated/Legacy GUI.meta | 3 ++ .../Deprecated/Legacy GUI/AudioEffect.cs | 3 ++ .../Deprecated/Legacy GUI/AudioEffect.cs.meta | 3 ++ .../Legacy GUI/ContinueButtonFastForward.cs | 3 ++ .../ContinueButtonFastForward.cs.meta | 3 ++ .../Deprecated/Legacy GUI/FadeEffect.cs | 3 ++ .../Deprecated/Legacy GUI/FadeEffect.cs.meta | 3 ++ .../Deprecated/Legacy GUI/FlashEffect.cs | 3 ++ .../Deprecated/Legacy GUI/FlashEffect.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUIButton.cs | 3 ++ .../Deprecated/Legacy GUI/GUIButton.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUIControl.cs | 3 ++ .../Deprecated/Legacy GUI/GUIControl.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUIImage.cs | 3 ++ .../Deprecated/Legacy GUI/GUIImage.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUILabel.cs | 3 ++ .../Deprecated/Legacy GUI/GUILabel.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUIProgressBar.cs | 3 ++ .../Legacy GUI/GUIProgressBar.cs.meta | 3 ++ .../Wrappers/Deprecated/Legacy GUI/GUIRoot.cs | 3 ++ .../Deprecated/Legacy GUI/GUIRoot.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUIScrollView.cs | 3 ++ .../Legacy GUI/GUIScrollView.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUITextField.cs | 3 ++ .../Legacy GUI/GUITextField.cs.meta | 3 ++ .../Legacy GUI/GUIVisibleControl.cs | 3 ++ .../Legacy GUI/GUIVisibleControl.cs.meta | 3 ++ .../Deprecated/Legacy GUI/GUIWindow.cs | 3 ++ .../Deprecated/Legacy GUI/GUIWindow.cs.meta | 3 ++ .../Deprecated/Legacy GUI/SlideEffect.cs | 3 ++ .../Deprecated/Legacy GUI/SlideEffect.cs.meta | 3 ++ .../Deprecated/Legacy GUI/TimerEffect.cs | 3 ++ .../Deprecated/Legacy GUI/TimerEffect.cs.meta | 3 ++ .../Deprecated/Legacy GUI/TypewriterEffect.cs | 3 ++ .../Legacy GUI/TypewriterEffect.cs.meta | 3 ++ .../Deprecated/Legacy GUI/UnityBarkUI.cs | 3 ++ .../Deprecated/Legacy GUI/UnityBarkUI.cs.meta | 3 ++ .../Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs | 3 ++ .../Legacy GUI/UnityBarkUIOnGUI.cs.meta | 3 ++ .../Deprecated/Legacy GUI/UnityDialogueUI.cs | 3 ++ .../Legacy GUI/UnityDialogueUI.cs.meta | 3 ++ .../Legacy GUI/UnityGUIQuestLogWindow.cs | 3 ++ .../Legacy GUI/UnityGUIQuestLogWindow.cs.meta | 3 ++ .../Deprecated/Legacy GUI/UnityTextFieldUI.cs | 3 ++ .../Legacy GUI/UnityTextFieldUI.cs.meta | 3 ++ .../Wrappers/Deprecated/Localized Text.meta | 3 ++ .../Localized Text/LocalizedTextTable.cs | 3 ++ .../Localized Text/LocalizedTextTable.cs.meta | 3 ++ .../Wrappers/Deprecated/Triggers.meta | 3 ++ .../Deprecated/Triggers/AlertTrigger.cs | 3 ++ .../Deprecated/Triggers/AlertTrigger.cs.meta | 3 ++ .../Triggers/BarkOnDialogueEvent.cs | 3 ++ .../Triggers/BarkOnDialogueEvent.cs.meta | 3 ++ .../Deprecated/Triggers/BarkTrigger.cs | 3 ++ .../Deprecated/Triggers/BarkTrigger.cs.meta | 3 ++ .../Triggers/ConversationTrigger.cs | 3 ++ .../Triggers/ConversationTrigger.cs.meta | 3 ++ .../Deprecated/Triggers/LuaOnDialogueEvent.cs | 3 ++ .../Triggers/LuaOnDialogueEvent.cs.meta | 3 ++ .../Deprecated/Triggers/LuaTrigger.cs | 3 ++ .../Deprecated/Triggers/LuaTrigger.cs.meta | 3 ++ .../Deprecated/Triggers/QuestTrigger.cs | 3 ++ .../Deprecated/Triggers/QuestTrigger.cs.meta | 3 ++ .../Triggers/SendMessageOnDialogueEvent.cs | 3 ++ .../SendMessageOnDialogueEvent.cs.meta | 3 ++ .../Deprecated/Triggers/SequenceTrigger.cs | 3 ++ .../Triggers/SequenceTrigger.cs.meta | 3 ++ .../Triggers/SetActiveOnDialogueEvent.cs | 3 ++ .../Triggers/SetActiveOnDialogueEvent.cs.meta | 3 ++ .../Triggers/SetAnimationOnDialogueEvent.cs | 3 ++ .../SetAnimationOnDialogueEvent.cs.meta | 3 ++ .../SetAnimatorStateOnDialogueEvent.cs | 3 ++ .../SetAnimatorStateOnDialogueEvent.cs.meta | 3 ++ .../SetComponentEnabledOnDialogueEvent.cs | 3 ++ ...SetComponentEnabledOnDialogueEvent.cs.meta | 3 ++ .../Triggers/SetEnabledOnDialogueEvent.cs | 3 ++ .../SetEnabledOnDialogueEvent.cs.meta | 3 ++ .../Triggers/SetQuestStateOnDialogueEvent.cs | 3 ++ .../SetQuestStateOnDialogueEvent.cs.meta | 3 ++ .../Triggers/ShowCursorOnConversation.cs | 3 ++ .../Triggers/ShowCursorOnConversation.cs.meta | 3 ++ .../StartConversationOnDialogueEvent.cs | 3 ++ .../StartConversationOnDialogueEvent.cs.meta | 3 ++ .../Triggers/StartSequenceOnDialogueEvent.cs | 3 ++ .../StartSequenceOnDialogueEvent.cs.meta | 3 ++ .../Triggers/StopConversationIfTooFar.cs | 3 ++ .../Triggers/StopConversationIfTooFar.cs.meta | 3 ++ .../Wrappers/Deprecated/_README.txt | 3 ++ .../Wrappers/Deprecated/_README.txt.meta | 3 ++ .../DialogueSystemLuaFunctionInfo.asset | 3 ++ .../DialogueSystemLuaFunctionInfo.asset.meta | 3 ++ .../Dialogue System/Wrappers/Editor.meta | 3 ++ .../Wrappers/Editor/CustomLuaFunctionInfo.cs | 3 ++ .../Editor/CustomLuaFunctionInfo.cs.meta | 3 ++ .../Dialogue System/Wrappers/Importers.meta | 3 ++ .../Wrappers/Importers/Arcweave.meta | 3 ++ .../Importers/Arcweave/ArcweaveLua.cs | 3 ++ .../Importers/Arcweave/ArcweaveLua.cs.meta | 3 ++ .../Wrappers/Importers/Articy.meta | 3 ++ .../Importers/Articy/ArticyLuaFunctions.cs | 3 ++ .../Articy/ArticyLuaFunctions.cs.meta | 3 ++ .../Dialogue System/Wrappers/MVC.meta | 3 ++ .../Dialogue System/Wrappers/MVC/Actor.meta | 3 ++ .../Wrappers/MVC/Actor/ActorSubtitleColor.cs | 3 ++ .../MVC/Actor/ActorSubtitleColor.cs.meta | 3 ++ .../Wrappers/MVC/Actor/BarkGroupManager.cs | 3 ++ .../MVC/Actor/BarkGroupManager.cs.meta | 3 ++ .../Wrappers/MVC/Actor/BarkGroupMember.cs | 3 ++ .../MVC/Actor/BarkGroupMember.cs.meta | 3 ++ .../Wrappers/MVC/Actor/DefaultCameraAngle.cs | 3 ++ .../MVC/Actor/DefaultCameraAngle.cs.meta | 3 ++ .../Wrappers/MVC/Actor/DialogueActor.cs | 3 ++ .../Wrappers/MVC/Actor/DialogueActor.cs.meta | 3 ++ .../Wrappers/MVC/Actor/Override.meta | 3 ++ .../MVC/Actor/Override/OverrideDialogueUI.cs | 3 ++ .../Actor/Override/OverrideDialogueUI.cs.meta | 3 ++ .../Actor/Override/OverrideDisplaySettings.cs | 3 ++ .../Override/OverrideDisplaySettings.cs.meta | 3 ++ .../Wrappers/MVC/Actor/OverrideActorName.cs | 3 ++ .../MVC/Actor/OverrideActorName.cs.meta | 3 ++ .../Dialogue System/Wrappers/MVC/Model.meta | 3 ++ .../Wrappers/MVC/Model/DialogueDatabase.cs | 3 ++ .../MVC/Model/DialogueDatabase.cs.meta | 3 ++ .../MVC/Model/DialogueSystemSceneEvents.cs | 3 ++ .../Model/DialogueSystemSceneEvents.cs.meta | 3 ++ .../Dialogue System/Wrappers/MVC/View.meta | 3 ++ .../Wrappers/MVC/View/BarkDialogueUI.cs | 3 ++ .../Wrappers/MVC/View/BarkDialogueUI.cs.meta | 3 ++ .../Wrappers/MVC/View/SequencerShortcuts.cs | 3 ++ .../MVC/View/SequencerShortcuts.cs.meta | 3 ++ .../Wrappers/MVC/View/TextlessBarkUI.cs | 3 ++ .../Wrappers/MVC/View/TextlessBarkUI.cs.meta | 3 ++ .../Dialogue System/Wrappers/Manager.meta | 3 ++ .../Manager/DialogueSystemController.cs | 3 ++ .../Manager/DialogueSystemController.cs.meta | 3 ++ .../Wrappers/Manager/DialogueSystemEvents.cs | 3 ++ .../Manager/DialogueSystemEvents.cs.meta | 3 ++ .../Wrappers/Manager/ExtraDatabases.cs | 3 ++ .../Wrappers/Manager/ExtraDatabases.cs.meta | 3 ++ .../Dialogue System/Wrappers/Options.meta | 3 ++ .../Wrappers/Options/Cinemachine.meta | 3 ++ ...inemachineCameraPriorityOnDialogueEvent.cs | 3 ++ ...chineCameraPriorityOnDialogueEvent.cs.meta | 3 ++ .../Wrappers/Options/Timeline.meta | 3 ++ .../Options/Timeline/TimelineTrigger.cs | 3 ++ .../Options/Timeline/TimelineTrigger.cs.meta | 3 ++ .../Dialogue System/Wrappers/Quests.meta | 3 ++ .../Wrappers/Quests/IncrementOnDestroy.cs | 3 ++ .../Quests/IncrementOnDestroy.cs.meta | 3 ++ .../Wrappers/Quests/QuestLogWindowHotkey.cs | 3 ++ .../Quests/QuestLogWindowHotkey.cs.meta | 3 ++ .../Wrappers/Quests/QuestStateIndicator.cs | 3 ++ .../Quests/QuestStateIndicator.cs.meta | 3 ++ .../Wrappers/Quests/QuestStateListener.cs | 3 ++ .../Quests/QuestStateListener.cs.meta | 3 ++ .../Dialogue System/Wrappers/Save System.meta | 3 ++ .../Save System/ConversationStateSaver.cs | 3 ++ .../ConversationStateSaver.cs.meta | 3 ++ .../Save System/DialogueSystemSaver.cs | 3 ++ .../Save System/DialogueSystemSaver.cs.meta | 3 ++ .../Wrappers/Save System/GameSaver.cs | 3 ++ .../Wrappers/Save System/GameSaver.cs.meta | 3 ++ .../Wrappers/Save System/LevelManager.cs | 3 ++ .../Wrappers/Save System/LevelManager.cs.meta | 3 ++ .../Save System/PersistentActiveData.cs | 3 ++ .../Save System/PersistentActiveData.cs.meta | 3 ++ .../PersistentActiveDataMultiple.cs | 3 ++ .../PersistentActiveDataMultiple.cs.meta | 3 ++ .../Save System/PersistentDestructible.cs | 3 ++ .../PersistentDestructible.cs.meta | 3 ++ .../Save System/PersistentPositionData.cs | 3 ++ .../PersistentPositionData.cs.meta | 3 ++ .../Dialogue System/Wrappers/Shaders.meta | 3 ++ .../Shaders/LinesColoredBlended.shader | 3 ++ .../Shaders/LinesColoredBlended.shader.meta | 3 ++ .../Dialogue System/Wrappers/Triggers.meta | 3 ++ .../Wrappers/Triggers/Interaction.meta | 3 ++ .../Triggers/Interaction/ProximitySelector.cs | 3 ++ .../Interaction/ProximitySelector.cs.meta | 3 ++ .../Wrappers/Triggers/Interaction/Selector.cs | 3 ++ .../Triggers/Interaction/Selector.cs.meta | 3 ++ .../Interaction/SelectorFollowTarget.cs | 3 ++ .../Interaction/SelectorFollowTarget.cs.meta | 3 ++ .../Wrappers/Triggers/Interaction/Usable.cs | 3 ++ .../Triggers/Interaction/Usable.cs.meta | 3 ++ .../Wrappers/Triggers/Trigger.meta | 3 ++ .../Wrappers/Triggers/Trigger/BarkOnIdle.cs | 3 ++ .../Triggers/Trigger/BarkOnIdle.cs.meta | 3 ++ .../Triggers/Trigger/ConditionObserver.cs | 3 ++ .../Trigger/ConditionObserver.cs.meta | 3 ++ .../Triggers/Trigger/DialogueSystemTrigger.cs | 3 ++ .../Trigger/DialogueSystemTrigger.cs.meta | 3 ++ .../Wrappers/Triggers/Trigger/RangeTrigger.cs | 3 ++ .../Triggers/Trigger/RangeTrigger.cs.meta | 3 ++ .../Dialogue System/Wrappers/UI.meta | 3 ++ .../Dialogue System/Wrappers/UI/Standard.meta | 3 ++ .../Wrappers/UI/Standard/Bark.meta | 3 ++ .../UI/Standard/Bark/StandardBarkUI.cs | 3 ++ .../UI/Standard/Bark/StandardBarkUI.cs.meta | 3 ++ .../Wrappers/UI/Standard/Dialogue.meta | 3 ++ .../BringSubtitlePanelToFrontOnFocus.cs | 3 ++ .../BringSubtitlePanelToFrontOnFocus.cs.meta | 3 ++ .../Wrappers/UI/Standard/Dialogue/SMS.meta | 3 ++ .../UI/Standard/Dialogue/SMS/SMSDialogueUI.cs | 3 ++ .../Dialogue/SMS/SMSDialogueUI.cs.meta | 3 ++ .../Standard/Dialogue/StandardDialogueUI.cs | 3 ++ .../Dialogue/StandardDialogueUI.cs.meta | 3 ++ .../Standard/Dialogue/StandardUIInputField.cs | 3 ++ .../Dialogue/StandardUIInputField.cs.meta | 3 ++ .../Standard/Dialogue/StandardUIMenuPanel.cs | 3 ++ .../Dialogue/StandardUIMenuPanel.cs.meta | 3 ++ .../Dialogue/StandardUIResponseButton.cs | 3 ++ .../Dialogue/StandardUIResponseButton.cs.meta | 3 ++ .../Dialogue/StandardUISubtitlePanel.cs | 3 ++ .../Dialogue/StandardUISubtitlePanel.cs.meta | 3 ++ .../Wrappers/UI/Standard/Effects.meta | 3 ++ .../Standard/Effects/StandardUIColorText.cs | 3 ++ .../Effects/StandardUIColorText.cs.meta | 3 ++ .../StandardUIContinueButtonFastForward.cs | 3 ++ ...tandardUIContinueButtonFastForward.cs.meta | 3 ++ .../Effects/StandardUIIgnorePauseCodes.cs | 3 ++ .../StandardUIIgnorePauseCodes.cs.meta | 3 ++ .../Wrappers/UI/Standard/Quest.meta | 3 ++ .../Wrappers/UI/Standard/Quest/Common.meta | 3 ++ .../Quest/Common/StandardUIButtonTemplate.cs | 3 ++ .../Common/StandardUIButtonTemplate.cs.meta | 3 ++ .../Quest/Common/StandardUIFoldoutTemplate.cs | 3 ++ .../Common/StandardUIFoldoutTemplate.cs.meta | 3 ++ .../Quest/Common/StandardUITextTemplate.cs | 3 ++ .../Common/StandardUITextTemplate.cs.meta | 3 ++ .../Quest/Common/StandardUIToggleTemplate.cs | 3 ++ .../Common/StandardUIToggleTemplate.cs.meta | 3 ++ .../Quest/StandardUIQuestLogWindow.cs | 3 ++ .../Quest/StandardUIQuestLogWindow.cs.meta | 3 ++ .../StandardUIQuestTitleButtonTemplate.cs | 3 ++ ...StandardUIQuestTitleButtonTemplate.cs.meta | 3 ++ .../Quest/StandardUIQuestTrackTemplate.cs | 3 ++ .../StandardUIQuestTrackTemplate.cs.meta | 3 ++ .../Standard/Quest/StandardUIQuestTracker.cs | 3 ++ .../Quest/StandardUIQuestTracker.cs.meta | 3 ++ .../Wrappers/UI/Standard/Selector.meta | 3 ++ .../Selector/SelectorUseStandardUIElements.cs | 3 ++ .../SelectorUseStandardUIElements.cs.meta | 3 ++ .../Selector/StandardUISelectorElements.cs | 3 ++ .../StandardUISelectorElements.cs.meta | 3 ++ .../UI/Standard/Selector/StandardUsableUI.cs | 3 ++ .../Selector/StandardUsableUI.cs.meta | 3 ++ .../Dialogue System/Wrappers/UI/TextMesh.meta | 3 ++ .../Wrappers/UI/TextMesh/LocalizeTextMesh.cs | 3 ++ .../UI/TextMesh/LocalizeTextMesh.cs.meta | 3 ++ .../Dialogue System/Wrappers/UI/Unity UI.meta | 3 ++ .../Wrappers/UI/Unity UI/Bark.meta | 3 ++ .../UI/Unity UI/Bark/UnityUIBarkUI.cs | 3 ++ .../UI/Unity UI/Bark/UnityUIBarkUI.cs.meta | 3 ++ .../Wrappers/UI/Unity UI/Dialogue.meta | 3 ++ .../OverrideUnityUIDialogueControls.cs | 3 ++ .../OverrideUnityUIDialogueControls.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/Portraits.meta | 3 ++ .../Dialogue/Portraits/AnimatedPortrait.cs | 3 ++ .../Portraits/AnimatedPortrait.cs.meta | 3 ++ .../Portraits/UseAnimatedPortraits.cs | 3 ++ .../Portraits/UseAnimatedPortraits.cs.meta | 3 ++ .../Dialogue/UnityUIBarkSubtitleDialogueUI.cs | 3 ++ .../UnityUIBarkSubtitleDialogueUI.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/UnityUIDialogueUI.cs | 3 ++ .../Dialogue/UnityUIDialogueUI.cs.meta | 3 ++ .../Dialogue/UnityUIResponseButton.cs | 3 ++ .../Dialogue/UnityUIResponseButton.cs.meta | 3 ++ .../Unity UI/Dialogue/UnityUITextFieldUI.cs | 3 ++ .../Dialogue/UnityUITextFieldUI.cs.meta | 3 ++ .../UI/Unity UI/Dialogue/UnityUITimer.cs | 3 ++ .../UI/Unity UI/Dialogue/UnityUITimer.cs.meta | 3 ++ .../Wrappers/UI/Unity UI/Effects.meta | 3 ++ .../UI/Unity UI/Effects/LocalizeUIText.cs | 3 ++ .../Unity UI/Effects/LocalizeUIText.cs.meta | 3 ++ .../UnityUIContinueButtonFastForward.cs | 3 ++ .../UnityUIContinueButtonFastForward.cs.meta | 3 ++ .../Effects/UpdateLocalizedUITexts.cs | 3 ++ .../Effects/UpdateLocalizedUITexts.cs.meta | 3 ++ .../Wrappers/UI/Unity UI/Quest.meta | 3 ++ .../Quest/UnityUIQuestGroupTemplate.cs | 3 ++ .../Quest/UnityUIQuestGroupTemplate.cs.meta | 3 ++ .../Unity UI/Quest/UnityUIQuestLogWindow.cs | 3 ++ .../Quest/UnityUIQuestLogWindow.cs.meta | 3 ++ .../UI/Unity UI/Quest/UnityUIQuestTemplate.cs | 3 ++ .../Quest/UnityUIQuestTemplate.cs.meta | 3 ++ ...ityUIQuestTemplateAlternateDescriptions.cs | 0 ...QuestTemplateAlternateDescriptions.cs.meta | 3 ++ .../UI/Unity UI/Quest/UnityUIQuestTitle.cs | 3 ++ .../Unity UI/Quest/UnityUIQuestTitle.cs.meta | 3 ++ .../Quest/UnityUIQuestTrackTemplate.cs | 3 ++ .../Quest/UnityUIQuestTrackTemplate.cs.meta | 3 ++ .../UI/Unity UI/Quest/UnityUIQuestTracker.cs | 3 ++ .../Quest/UnityUIQuestTracker.cs.meta | 3 ++ .../Wrappers/UI/Unity UI/Selector.meta | 3 ++ .../Selector/UnityUISelectorDisplay.cs | 3 ++ .../Selector/UnityUISelectorDisplay.cs.meta | 3 ++ .../Selector/UnityUISelectorElements.cs | 3 ++ .../Selector/UnityUISelectorElements.cs.meta | 3 ++ .../UI/Unity UI/Selector/UsableUnityUI.cs | 3 ++ .../Unity UI/Selector/UsableUnityUI.cs.meta | 3 ++ .../Dialogue System/Wrappers/UI/Utility.meta | 3 ++ .../UI/Utility/ConversationControl.cs | 3 ++ .../UI/Utility/ConversationControl.cs.meta | 3 ++ .../UI/Utility/PreloadActorPortraits.cs | 3 ++ .../UI/Utility/PreloadActorPortraits.cs.meta | 3 ++ .../UI/Utility/TextMeshProTypewriterEffect.cs | 3 ++ .../TextMeshProTypewriterEffect.cs.meta | 3 ++ .../Wrappers/UI/Utility/UIButtonKeyTrigger.cs | 3 ++ .../UI/Utility/UIButtonKeyTrigger.cs.meta | 3 ++ .../Wrappers/UI/Utility/UnityUIColorText.cs | 3 ++ .../UI/Utility/UnityUIColorText.cs.meta | 3 ++ .../UI/Utility/UnityUIIgnorePauseCodes.cs | 3 ++ .../Utility/UnityUIIgnorePauseCodes.cs.meta | 3 ++ .../UI/Utility/UnityUIScrollbarEnabler.cs | 3 ++ .../Utility/UnityUIScrollbarEnabler.cs.meta | 3 ++ .../UI/Utility/UnityUITypewriterEffect.cs | 3 ++ .../Utility/UnityUITypewriterEffect.cs.meta | 3 ++ .../Dialogue System/Wrappers/Utility.meta | 3 ++ .../Wrappers/Utility/AlwaysFaceCamera.cs | 3 ++ .../Wrappers/Utility/AlwaysFaceCamera.cs.meta | 3 ++ .../Wrappers/Utility/CommonLibraryLua.cs | 3 ++ .../Wrappers/Utility/CommonLibraryLua.cs.meta | 3 ++ .../Wrappers/Utility/ConversationLogger.cs | 3 ++ .../Utility/ConversationLogger.cs.meta | 3 ++ .../Utility/ConversationPositionStack.cs | 3 ++ .../Utility/ConversationPositionStack.cs.meta | 3 ++ .../Wrappers/Utility/LuaConsole.cs | 3 ++ .../Wrappers/Utility/LuaConsole.cs.meta | 3 ++ .../Wrappers/Utility/LuaNetworkCommands.cs | 3 ++ .../Utility/LuaNetworkCommands.cs.meta | 3 ++ .../Dialogue System/_README.txt | 3 ++ .../Dialogue System/_README.txt.meta | 3 ++ .../Config/Editor/OdinModuleConfig.asset | 4 +- .../Modules/Unity.Localization.meta | 3 ++ .../Modules/Unity.Localization/Editor.meta | 3 ++ .../Unity.Localization/Editor/Configs.meta | 3 ++ .../Configs/OdinLocalizationConfig.asset | 3 ++ .../Configs/OdinLocalizationConfig.asset.meta | 3 ++ .../Editor/Configs/OdinLocalizationConfig.cs | 3 ++ .../Configs/OdinLocalizationConfig.cs.meta | 3 ++ .../Unity.Localization/Editor/GUI.meta | 3 ++ .../Editor/GUI/LocalizationMetadata.cs | 3 ++ .../Editor/GUI/LocalizationMetadata.cs.meta | 3 ++ .../GUI/OdinAssetTableCollectionEditor.cs | 3 ++ .../OdinAssetTableCollectionEditor.cs.meta | 3 ++ .../Editor/GUI/OdinGUITable.cs | 3 ++ .../Editor/GUI/OdinGUITable.cs.meta | 3 ++ .../Editor/GUI/OdinGUITableCollection.cs | 3 ++ .../Editor/GUI/OdinGUITableCollection.cs.meta | 3 ++ .../Editor/GUI/OdinSharedEntryCollection.cs | 3 ++ .../GUI/OdinSharedEntryCollection.cs.meta | 3 ++ .../GUI/OdinStringTableCollectionEditor.cs | 3 ++ .../OdinStringTableCollectionEditor.cs.meta | 3 ++ .../Editor/GUI/OdinTableCollectionEditor.cs | 3 ++ .../GUI/OdinTableCollectionEditor.cs.meta | 3 ++ .../Editor/GUI/OdinTemplateMetadata.cs | 3 ++ .../Editor/GUI/OdinTemplateMetadata.cs.meta | 3 ++ .../Unity.Localization/Editor/GUI/Toggle.cs | 3 ++ .../Editor/GUI/Toggle.cs.meta | 3 ++ .../Unity.Localization/Editor/Internal.meta | 3 ++ .../Internal/OdinLocalizationAssetCache.cs | 3 ++ .../OdinLocalizationAssetCache.cs.meta | 3 ++ .../OdinLocalizationEditorSettings.cs | 3 ++ .../OdinLocalizationEditorSettings.cs.meta | 3 ++ .../Editor/Internal/OdinLocalizationEvents.cs | 3 ++ .../Internal/OdinLocalizationEvents.cs.meta | 3 ++ .../Editor/Internal/OdinLocalizationGUI.cs | 3 ++ .../Internal/OdinLocalizationGUI.cs.meta | 3 ++ .../Internal/OdinLocalizationGUITextures.cs | 3 ++ .../OdinLocalizationGUITextures.cs.meta | 3 ++ .../OdinLocalizationMetadataRegistry.cs | 3 ++ .../OdinLocalizationMetadataRegistry.cs.meta | 3 ++ .../OdinLocalizationReflectionValidator.cs | 3 ++ ...dinLocalizationReflectionValidator.cs.meta | 3 ++ .../OdinLocalizationReflectionValues.cs | 3 ++ .../OdinLocalizationReflectionValues.cs.meta | 3 ++ .../OdinLocalizationSyntaxHighlighter.cs | 3 ++ .../OdinLocalizationSyntaxHighlighter.cs.meta | 3 ++ .../Editor/LocalizationSupport.cs | 3 ++ .../Editor/LocalizationSupport.cs.meta | 3 ++ .../Editor/OdinLocalizationConstants.cs | 3 ++ .../Editor/OdinLocalizationConstants.cs.meta | 3 ++ ...or.Modules.UnityLocalization.Editor.asmdef | 3 ++ ...dules.UnityLocalization.Editor.asmdef.meta | 3 ++ .../Unity.Localization/Editor/Windows.meta | 3 ++ .../Windows/OdinLocalizationEditorWindow.cs | 3 ++ .../OdinLocalizationEditorWindow.cs.meta | 3 ++ .../Modules/Unity.Localization/Runtime.meta | 3 ++ .../Runtime/LocalizedStringFormatter.cs | 3 ++ .../Runtime/LocalizedStringFormatter.cs.meta | 3 ++ ...Inspector.Modules.UnityLocalization.asmdef | 3 ++ ...ctor.Modules.UnityLocalization.asmdef.meta | 3 ++ .../Modules/Unity.Localization/manifest.txt | 3 ++ .../Unity.Localization/manifest.txt.meta | 3 ++ Assets/ProjectSettings.meta | 3 ++ .../UIParticleProjectSettings.asset | 3 ++ .../UIParticleProjectSettings.asset.meta | 3 ++ Assets/Resources.meta | 3 ++ Assets/Resources/BillingMode.json | 3 ++ Assets/Resources/BillingMode.json.meta | 3 ++ Assets/Resources/DOTweenSettings.asset | 3 ++ Assets/Resources/DOTweenSettings.asset.meta | 3 ++ Assets/Settings/DefaultVolumeProfile.asset | 2 +- Assets/Settings/PC_RPAsset.asset | 2 +- Assets/Settings/PC_Renderer.asset | 4 +- .../com.arongranberg.astar/AssemblyInfo.cs | 3 ++ .../AssemblyInfo.cs.meta | 3 ++ .../AstarPathfindingProject.asmdef | 3 ++ .../AstarPathfindingProject.asmdef.meta | 3 ++ .../com.arongranberg.astar/Behaviors.meta | 3 ++ .../Behaviors/AIDestinationSetter.cs | 3 ++ .../Behaviors/AIDestinationSetter.cs.meta | 3 ++ .../Behaviors/AIPathAlignedToSurface.cs | 3 ++ .../Behaviors/AIPathAlignedToSurface.cs.meta | 3 ++ .../Behaviors/MoveInCircle.cs | 3 ++ .../Behaviors/MoveInCircle.cs.meta | 3 ++ .../Behaviors/Patrol.cs | 3 ++ .../Behaviors/Patrol.cs.meta | 3 ++ Packages/com.arongranberg.astar/CHANGELOG.md | 3 ++ .../com.arongranberg.astar/CHANGELOG.md.meta | 3 ++ Packages/com.arongranberg.astar/Core.meta | 3 ++ Packages/com.arongranberg.astar/Core/AI.meta | 3 ++ .../com.arongranberg.astar/Core/AI/AIBase.cs | 3 ++ .../Core/AI/AIBase.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AI/AILerp.cs | 3 ++ .../Core/AI/AILerp.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AI/AIPath.cs | 3 ++ .../Core/AI/AIPath.cs.meta | 3 ++ .../Core/AI/FollowerEntity.cs | 3 ++ .../Core/AI/FollowerEntity.cs.meta | 3 ++ .../Core/AI/IAstarAI.cs | 3 ++ .../Core/AI/IAstarAI.cs.meta | 3 ++ .../Core/AI/LocalSpaceRichAI.cs | 3 ++ .../Core/AI/LocalSpaceRichAI.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AI/RichAI.cs | 3 ++ .../Core/AI/RichAI.cs.meta | 3 ++ .../Core/AI/RichPath.cs | 3 ++ .../Core/AI/RichPath.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AI/Seeker.cs | 3 ++ .../Core/AI/Seeker.cs.meta | 3 ++ .../Core/AI/TurnBasedAI.cs | 3 ++ .../Core/AI/TurnBasedAI.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AstarData.cs | 3 ++ .../Core/AstarData.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AstarMath.cs | 3 ++ .../Core/AstarMath.cs.meta | 3 ++ .../com.arongranberg.astar/Core/AstarPath.cs | 3 ++ .../Core/AstarPath.cs.meta | 3 ++ .../Core/Collections.meta | 3 ++ .../Core/Collections/AstarMemory.cs | 3 ++ .../Core/Collections/AstarMemory.cs.meta | 3 ++ .../Core/Collections/BinaryHeap.cs | 3 ++ .../Core/Collections/BinaryHeap.cs.meta | 3 ++ .../Core/Collections/CircularBuffer.cs | 3 ++ .../Core/Collections/CircularBuffer.cs.meta | 3 ++ .../Core/Collections/HierarchicalBitset.cs | 3 ++ .../Collections/HierarchicalBitset.cs.meta | 3 ++ .../Core/Collections/NativeCircularBuffer.cs | 3 ++ .../Collections/NativeCircularBuffer.cs.meta | 3 ++ .../Core/Collections/SlabAllocator.cs | 3 ++ .../Core/Collections/SlabAllocator.cs.meta | 3 ++ .../Core/Collections/Span.cs | 3 ++ .../Core/Collections/Span.cs.meta | 3 ++ .../com.arongranberg.astar/Core/Control.meta | 3 ++ .../Core/Control/MovementUtilities.cs | 3 ++ .../Core/Control/MovementUtilities.cs.meta | 3 ++ .../Core/Control/PIDMovement.cs | 3 ++ .../Core/Control/PIDMovement.cs.meta | 3 ++ .../Core/Control/PIDUtilities.cs | 3 ++ .../Core/Control/PIDUtilities.cs.meta | 3 ++ Packages/com.arongranberg.astar/Core/ECS.meta | 3 ++ .../Core/ECS/Components.meta | 3 ++ .../Core/ECS/Components/AgentCylinderShape.cs | 3 ++ .../ECS/Components/AgentCylinderShape.cs.meta | 3 ++ .../Core/ECS/Components/AgentMovementPlane.cs | 3 ++ .../ECS/Components/AgentMovementPlane.cs.meta | 3 ++ .../Components/AgentMovementPlaneSource.cs | 3 ++ .../AgentMovementPlaneSource.cs.meta | 3 ++ .../AgentOffMeshLinkMovementDisabled.cs | 3 ++ .../AgentOffMeshLinkMovementDisabled.cs.meta | 3 ++ .../Components/AgentOffMeshLinkTraversal.cs | 3 ++ .../AgentOffMeshLinkTraversal.cs.meta | 3 ++ .../Core/ECS/Components/AutoRepathPolicy.cs | 3 ++ .../ECS/Components/AutoRepathPolicy.cs.meta | 3 ++ .../Core/ECS/Components/DestinationPoint.cs | 3 ++ .../ECS/Components/DestinationPoint.cs.meta | 3 ++ .../Core/ECS/Components/GravityState.cs | 3 ++ .../Core/ECS/Components/GravityState.cs.meta | 3 ++ .../ECS/Components/ManagedMovementOverride.cs | 3 ++ .../ManagedMovementOverride.cs.meta | 3 ++ .../Core/ECS/Components/ManagedState.cs | 3 ++ .../Core/ECS/Components/ManagedState.cs.meta | 3 ++ .../Core/ECS/Components/MovementControl.cs | 3 ++ .../ECS/Components/MovementControl.cs.meta | 3 ++ .../Core/ECS/Components/MovementSettings.cs | 3 ++ .../ECS/Components/MovementSettings.cs.meta | 3 ++ .../Core/ECS/Components/MovementState.cs | 3 ++ .../Core/ECS/Components/MovementState.cs.meta | 3 ++ .../Core/ECS/Components/MovementStatistics.cs | 3 ++ .../ECS/Components/MovementStatistics.cs.meta | 3 ++ .../Core/ECS/Components/PhysicsSceneRef.cs | 3 ++ .../ECS/Components/PhysicsSceneRef.cs.meta | 3 ++ .../Core/ECS/Components/RVO.meta | 3 ++ .../Core/ECS/Components/RVO/AgentIndex.cs | 3 ++ .../ECS/Components/RVO/AgentIndex.cs.meta | 3 ++ .../Core/ECS/Components/RVO/RVOAgent.cs | 3 ++ .../Core/ECS/Components/RVO/RVOAgent.cs.meta | 3 ++ .../Components/ReadyToTraverseOffMeshLink.cs | 3 ++ .../ReadyToTraverseOffMeshLink.cs.meta | 3 ++ .../Core/ECS/Components/ResolvedMovement.cs | 3 ++ .../ECS/Components/ResolvedMovement.cs.meta | 3 ++ .../Core/ECS/Components/SearchState.cs | 3 ++ .../Core/ECS/Components/SearchState.cs.meta | 3 ++ .../Core/ECS/Components/SimulateMovement.cs | 3 ++ .../ECS/Components/SimulateMovement.cs.meta | 3 ++ .../Core/ECS/Components/SyncWithTransform.cs | 3 ++ .../ECS/Components/SyncWithTransform.cs.meta | 3 ++ .../Core/ECS/EntityAccess.cs | 3 ++ .../Core/ECS/EntityAccess.cs.meta | 3 ++ .../Core/ECS/IRuntimeBaker.cs | 3 ++ .../Core/ECS/IRuntimeBaker.cs.meta | 3 ++ .../com.arongranberg.astar/Core/ECS/Jobs.meta | 3 ++ .../Core/ECS/Jobs/DisposeGCHandleJob.cs | 3 ++ .../Core/ECS/Jobs/DisposeGCHandleJob.cs.meta | 3 ++ .../Core/ECS/Jobs/DrawFollowerGizmosJob.cs | 3 ++ .../ECS/Jobs/DrawFollowerGizmosJob.cs.meta | 3 ++ .../JobAlignAgentWithMovementDirection.cs | 3 ++ ...JobAlignAgentWithMovementDirection.cs.meta | 3 ++ .../Core/ECS/Jobs/JobApplyGravity.cs | 3 ++ .../Core/ECS/Jobs/JobApplyGravity.cs.meta | 3 ++ .../Core/ECS/Jobs/JobClearTemporaryData.cs | 3 ++ .../ECS/Jobs/JobClearTemporaryData.cs.meta | 3 ++ .../Core/ECS/Jobs/JobControl.cs | 3 ++ .../Core/ECS/Jobs/JobControl.cs.meta | 3 ++ .../Core/ECS/Jobs/JobDrawFollowerGizmos.cs | 3 ++ .../ECS/Jobs/JobDrawFollowerGizmos.cs.meta | 3 ++ .../ECS/Jobs/JobManagedMovementOverride.cs | 3 ++ .../Jobs/JobManagedMovementOverride.cs.meta | 3 ++ .../Jobs/JobManagedOffMeshLinkTransition.cs | 3 ++ .../JobManagedOffMeshLinkTransition.cs.meta | 3 ++ .../Core/ECS/Jobs/JobMoveAgent.cs | 3 ++ .../Core/ECS/Jobs/JobMoveAgent.cs.meta | 3 ++ .../Core/ECS/Jobs/JobPrepareAgentRaycasts.cs | 3 ++ .../ECS/Jobs/JobPrepareAgentRaycasts.cs.meta | 3 ++ .../Core/ECS/Jobs/JobRepairPath.cs | 3 ++ .../Core/ECS/Jobs/JobRepairPath.cs.meta | 3 ++ .../ECS/Jobs/JobStartOffMeshLinkTransition.cs | 3 ++ .../JobStartOffMeshLinkTransition.cs.meta | 3 ++ .../ECS/Jobs/JobSyncEntitiesToTransforms.cs | 3 ++ .../Jobs/JobSyncEntitiesToTransforms.cs.meta | 3 ++ .../Jobs/ManagedOffMeshLinkTransitionJob.cs | 3 ++ .../ManagedOffMeshLinkTransitionJob.cs.meta | 3 ++ .../Core/ECS/Jobs/RepairPathJob.cs | 3 ++ .../Core/ECS/Jobs/RepairPathJob.cs.meta | 3 ++ .../ECS/Jobs/StartOffMeshLinkTransitionJob.cs | 3 ++ .../StartOffMeshLinkTransitionJob.cs.meta | 3 ++ .../Core/ECS/Systems.meta | 3 ++ .../Core/ECS/Systems/AIMoveSystem.cs | 3 ++ .../Core/ECS/Systems/AIMoveSystem.cs.meta | 3 ++ .../Core/ECS/Systems/AIMovementSystemGroup.cs | 3 ++ .../ECS/Systems/AIMovementSystemGroup.cs.meta | 3 ++ .../Systems/FallbackResolveMovementSystem.cs | 3 ++ .../FallbackResolveMovementSystem.cs.meta | 3 ++ .../Core/ECS/Systems/FollowerControlSystem.cs | 3 ++ .../ECS/Systems/FollowerControlSystem.cs.meta | 3 ++ .../Systems/MovementPlaneFromGraphSystem.cs | 3 ++ .../MovementPlaneFromGraphSystem.cs.meta | 3 ++ .../ECS/Systems/PollPendingPathsSystem.cs | 3 ++ .../Systems/PollPendingPathsSystem.cs.meta | 3 ++ .../Core/ECS/Systems/RVOSystem.cs | 3 ++ .../Core/ECS/Systems/RVOSystem.cs.meta | 3 ++ .../Core/ECS/Systems/RepairPathSystem.cs | 3 ++ .../Core/ECS/Systems/RepairPathSystem.cs.meta | 3 ++ .../Systems/SyncDestinationTransformSystem.cs | 3 ++ .../SyncDestinationTransformSystem.cs.meta | 3 ++ .../Systems/SyncTransformsToEntitiesSystem.cs | 3 ++ .../SyncTransformsToEntitiesSystem.cs.meta | 3 ++ .../com.arongranberg.astar/Core/Geometry.meta | 3 ++ .../Core/Geometry/Int3.cs | 3 ++ .../Core/Geometry/Int3.cs.meta | 3 ++ .../Core/Geometry/IntBounds.cs | 3 ++ .../Core/Geometry/IntBounds.cs.meta | 3 ++ .../Core/Geometry/Triangulation.meta | 3 ++ .../Core/Geometry/Triangulation/LICENSE.md | 3 ++ .../Geometry/Triangulation/LICENSE.md.meta | 3 ++ .../Triangulation/TriangulationError.cs | 3 ++ .../Triangulation/TriangulationError.cs.meta | 3 ++ .../Geometry/Triangulation/Triangulator.cs | 3 ++ .../Triangulation/Triangulator.cs.meta | 3 ++ .../Core/Geometry/Triangulation/U128.cs | 3 ++ .../Core/Geometry/Triangulation/U128.cs.meta | 3 ++ .../andywiecko.BurstTriangulator.asmdef | 3 ++ .../andywiecko.BurstTriangulator.asmdef.meta | 3 ++ .../Core/Geometry/Vector2IntExtensions.cs | 3 ++ .../Geometry/Vector2IntExtensions.cs.meta | 3 ++ .../Core/GraphUpdateScene.cs | 3 ++ .../Core/GraphUpdateScene.cs.meta | 3 ++ .../Core/GraphUpdateShape.cs | 3 ++ .../Core/GraphUpdateShape.cs.meta | 3 ++ .../com.arongranberg.astar/Core/Misc.meta | 3 ++ .../Core/Misc/AnimationLink.cs | 3 ++ .../Core/Misc/AnimationLink.cs.meta | 3 ++ .../Core/Misc/AssemblySearcher.cs | 3 ++ .../Core/Misc/AssemblySearcher.cs.meta | 3 ++ .../Core/Misc/AstarDebugger.cs | 3 ++ .../Core/Misc/AstarDebugger.cs.meta | 3 ++ .../Core/Misc/AutoRepathPolicy.cs | 3 ++ .../Core/Misc/AutoRepathPolicy.cs.meta | 3 ++ .../Core/Misc/GraphEditorBase.cs | 3 ++ .../Core/Misc/GraphEditorBase.cs.meta | 3 ++ .../Core/Misc/GraphModifier.cs | 3 ++ .../Core/Misc/GraphModifier.cs.meta | 3 ++ .../Core/Misc/GraphSnapshot.cs | 3 ++ .../Core/Misc/GraphSnapshot.cs.meta | 3 ++ .../Core/Misc/GraphUtilities.cs | 3 ++ .../Core/Misc/GraphUtilities.cs.meta | 3 ++ .../Core/Misc/LocalSpaceGraph.cs | 3 ++ .../Core/Misc/LocalSpaceGraph.cs.meta | 3 ++ .../Core/Misc/NavmeshEdges.cs | 3 ++ .../Core/Misc/NavmeshEdges.cs.meta | 3 ++ .../Core/Misc/NavmeshPrefab.cs | 3 ++ .../Core/Misc/NavmeshPrefab.cs.meta | 3 ++ .../Core/Misc/NodeLink.cs | 3 ++ .../Core/Misc/NodeLink.cs.meta | 3 ++ .../Core/Misc/NodeLink2.cs | 3 ++ .../Core/Misc/NodeLink2.cs.meta | 3 ++ .../Core/Misc/NodeLink3.cs | 3 ++ .../Core/Misc/NodeLink3.cs.meta | 3 ++ .../Core/Misc/OffMeshLinks.cs | 3 ++ .../Core/Misc/OffMeshLinks.cs.meta | 3 ++ .../Core/Misc/PathInterpolator.cs | 3 ++ .../Core/Misc/PathInterpolator.cs.meta | 3 ++ .../Core/Misc/PathPartWithLinkInfo.cs | 3 ++ .../Core/Misc/PathPartWithLinkInfo.cs.meta | 3 ++ .../Core/Misc/PathRequestSettings.cs | 3 ++ .../Core/Misc/PathRequestSettings.cs.meta | 3 ++ .../Core/Misc/PathfindingTag.cs | 3 ++ .../Core/Misc/PathfindingTag.cs.meta | 3 ++ .../Misc/RVODestinationCrowdedBehavior.cs | 3 ++ .../RVODestinationCrowdedBehavior.cs.meta | 3 ++ .../Core/Misc/UnityCompatibility.cs | 3 ++ .../Core/Misc/UnityCompatibility.cs.meta | 3 ++ .../Core/Misc/WindowsStoreCompatibility.cs | 3 ++ .../Misc/WindowsStoreCompatibility.cs.meta | 3 ++ .../Core/Misc/WorkItemProcessor.cs | 3 ++ .../Core/Misc/WorkItemProcessor.cs.meta | 3 ++ .../com.arongranberg.astar/Core/Nodes.meta | 3 ++ .../Core/Nodes/GraphNode.cs | 3 ++ .../Core/Nodes/GraphNode.cs.meta | 3 ++ .../Core/Pathfinding.meta | 3 ++ .../Core/Pathfinding/BlockableChannel.cs | 3 ++ .../Core/Pathfinding/BlockableChannel.cs.meta | 3 ++ .../Core/Pathfinding/GlobalNodeStorage.cs | 3 ++ .../Pathfinding/GlobalNodeStorage.cs.meta | 3 ++ .../Core/Pathfinding/GraphUpdateProcessor.cs | 3 ++ .../Pathfinding/GraphUpdateProcessor.cs.meta | 3 ++ .../Core/Pathfinding/HeuristicObjective.cs | 3 ++ .../Pathfinding/HeuristicObjective.cs.meta | 3 ++ .../Core/Pathfinding/HierarchicalGraph.cs | 3 ++ .../Pathfinding/HierarchicalGraph.cs.meta | 3 ++ .../Core/Pathfinding/ITraversalProvider.cs | 3 ++ .../Pathfinding/ITraversalProvider.cs.meta | 3 ++ .../Core/Pathfinding/Path.cs | 3 ++ .../Core/Pathfinding/Path.cs.meta | 3 ++ .../Core/Pathfinding/PathHandler.cs | 3 ++ .../Core/Pathfinding/PathHandler.cs.meta | 3 ++ .../Core/Pathfinding/PathProcessor.cs | 3 ++ .../Core/Pathfinding/PathProcessor.cs.meta | 3 ++ .../Core/Pathfinding/PathReturnQueue.cs | 3 ++ .../Core/Pathfinding/PathReturnQueue.cs.meta | 3 ++ .../com.arongranberg.astar/Core/Pooling.meta | 3 ++ .../Core/Pooling/ArrayPool.cs | 3 ++ .../Core/Pooling/ArrayPool.cs.meta | 3 ++ .../Core/Pooling/ListPool.cs | 3 ++ .../Core/Pooling/ListPool.cs.meta | 3 ++ .../Core/Pooling/ObjectPool.cs | 3 ++ .../Core/Pooling/ObjectPool.cs.meta | 3 ++ .../Core/Pooling/PathPool.cs | 3 ++ .../Core/Pooling/PathPool.cs.meta | 3 ++ .../Core/Pooling/StackPool.cs | 3 ++ .../Core/Pooling/StackPool.cs.meta | 3 ++ Packages/com.arongranberg.astar/Core/RVO.meta | 3 ++ .../Core/RVO/RVOAgent.cs | 3 ++ .../Core/RVO/RVOAgent.cs.meta | 3 ++ .../Core/RVO/RVOAgentBurst.cs | 3 ++ .../Core/RVO/RVOAgentBurst.cs.meta | 3 ++ .../Core/RVO/RVOCoreObstacle.cs | 3 ++ .../Core/RVO/RVOCoreObstacle.cs.meta | 3 ++ .../Core/RVO/RVOCoreSimulator.cs | 3 ++ .../Core/RVO/RVOCoreSimulator.cs.meta | 3 ++ .../Core/RVO/RVOCoreSimulatorBurst.cs | 3 ++ .../Core/RVO/RVOCoreSimulatorBurst.cs.meta | 3 ++ .../Core/RVO/RVOObstacleCache.cs | 3 ++ .../Core/RVO/RVOObstacleCache.cs.meta | 3 ++ .../Core/RVO/RVOQuadtree.cs | 3 ++ .../Core/RVO/RVOQuadtree.cs.meta | 3 ++ .../Core/RVO/RVOQuadtreeBurst.cs | 3 ++ .../Core/RVO/RVOQuadtreeBurst.cs.meta | 3 ++ .../Core/Serialization.meta | 3 ++ .../Core/Serialization/JsonSerializer.cs | 3 ++ .../Core/Serialization/JsonSerializer.cs.meta | 3 ++ .../Serialization/SimpleZipReplacement.cs | 3 ++ .../SimpleZipReplacement.cs.meta | 3 ++ .../Core/Serialization/TinyJson.cs | 3 ++ .../Core/Serialization/TinyJson.cs.meta | 3 ++ .../com.arongranberg.astar/Core/Sync.meta | 3 ++ .../Core/Sync/BlockableChannel.cs | 3 ++ .../Core/Sync/BlockableChannel.cs.meta | 3 ++ .../Core/Sync/Promise.cs | 3 ++ .../Core/Sync/Promise.cs.meta | 3 ++ .../Core/Sync/RWLock.cs | 3 ++ .../Core/Sync/RWLock.cs.meta | 3 ++ .../Core/Sync/SpinLock.cs | 3 ++ .../Core/Sync/SpinLock.cs.meta | 3 ++ .../Core/astarclasses.cs | 3 ++ .../Core/astarclasses.cs.meta | 3 ++ .../com.arongranberg.astar/Documentation.meta | 3 ++ .../Documentation/documentation.html | 3 ++ .../Documentation/documentation.html.meta | 3 ++ .../Documentation/documentation.pdf | 3 ++ .../Documentation/documentation.pdf.meta | 3 ++ .../Documentation/index.md | 3 ++ .../Documentation/index.md.meta | 3 ++ Packages/com.arongranberg.astar/Drawing.meta | 3 ++ .../Drawing/ALINE.asmdef | 3 ++ .../Drawing/ALINE.asmdef.meta | 3 ++ .../Drawing/AlineHDRPCustomPass.cs | 3 ++ .../Drawing/AlineHDRPCustomPass.cs.meta | 3 ++ .../Drawing/AlineURPRenderPassFeature.cs | 3 ++ .../Drawing/AlineURPRenderPassFeature.cs.meta | 3 ++ .../Drawing/CommandBuilder.cs | 3 ++ .../Drawing/CommandBuilder.cs.meta | 3 ++ .../Drawing/CommandBuilder2D.cs | 3 ++ .../Drawing/CommandBuilder2D.cs.meta | 3 ++ .../Drawing/CommandBuilder2DExtensions.cs | 3 ++ .../CommandBuilder2DExtensions.cs.meta | 3 ++ .../Drawing/CommandBuilderExtensions.cs | 3 ++ .../Drawing/CommandBuilderExtensions.cs.meta | 3 ++ .../Drawing/Compatibility.cs | 3 ++ .../Drawing/Compatibility.cs.meta | 3 ++ .../Drawing/Documentation.meta | 3 ++ .../Drawing/Documentation/index.md | 3 ++ .../Drawing/Documentation/index.md.meta | 3 ++ .../com.arongranberg.astar/Drawing/Draw.cs | 3 ++ .../Drawing/Draw.cs.meta | 3 ++ .../Drawing/DrawingData.cs | 3 ++ .../Drawing/DrawingData.cs.meta | 3 ++ .../Drawing/DrawingManager.cs | 3 ++ .../Drawing/DrawingManager.cs.meta | 3 ++ .../Drawing/DrawingSettings.cs | 3 ++ .../Drawing/DrawingSettings.cs.meta | 3 ++ .../Drawing/DrawingUtilities.cs | 3 ++ .../Drawing/DrawingUtilities.cs.meta | 3 ++ .../Drawing/Editor.meta | 3 ++ .../Drawing/Editor/DrawingEditor.asmdef | 3 ++ .../Drawing/Editor/DrawingEditor.asmdef.meta | 3 ++ .../Drawing/Editor/DrawingManagerEditor.cs | 3 ++ .../Editor/DrawingManagerEditor.cs.meta | 3 ++ .../Drawing/Editor/DrawingSettingsEditor.cs | 3 ++ .../Editor/DrawingSettingsEditor.cs.meta | 3 ++ .../Drawing/GeometryBuilder.cs | 3 ++ .../Drawing/GeometryBuilder.cs.meta | 3 ++ .../Drawing/MonoBehaviourGizmos.cs | 3 ++ .../Drawing/MonoBehaviourGizmos.cs.meta | 3 ++ .../Drawing/PackageTools.meta | 3 ++ .../Drawing/PackageTools/Editor.meta | 3 ++ .../PackageTools/Editor/DependencyCheck.cs | 3 ++ .../Editor/DependencyCheck.cs.meta | 3 ++ .../Editor/PackageToolsEditor.asmdef | 3 ++ .../Editor/PackageToolsEditor.asmdef.meta | 3 ++ .../com.arongranberg.astar/Drawing/Palette.cs | 3 ++ .../Drawing/Palette.cs.meta | 3 ++ .../Drawing/PersistentFilter.cs | 3 ++ .../Drawing/PersistentFilter.cs.meta | 3 ++ .../Drawing/Resources.meta | 3 ++ .../Drawing/Resources/aline_common.cginc | 3 ++ .../Drawing/Resources/aline_common.cginc.meta | 3 ++ .../Drawing/Resources/aline_common_line.cginc | 3 ++ .../Resources/aline_common_line.cginc.meta | 3 ++ .../Resources/aline_common_surface.cginc | 3 ++ .../Resources/aline_common_surface.cginc.meta | 3 ++ .../Drawing/Resources/aline_common_text.cginc | 3 ++ .../Resources/aline_common_text.cginc.meta | 3 ++ .../Resources/aline_droid_sans_mono.mat | 3 ++ .../Resources/aline_droid_sans_mono.mat.meta | 3 ++ .../Drawing/Resources/aline_fallback_font.png | 3 ++ .../Resources/aline_fallback_font.png.meta | 3 ++ .../Drawing/Resources/aline_font.png | 3 ++ .../Drawing/Resources/aline_font.png.meta | 3 ++ .../Drawing/Resources/aline_font.ttf | 3 ++ .../Drawing/Resources/aline_font.ttf.meta | 3 ++ .../Drawing/Resources/aline_outline.mat | 3 ++ .../Drawing/Resources/aline_outline.mat.meta | 3 ++ .../Drawing/Resources/aline_outline.shader | 3 ++ .../Resources/aline_outline.shader.meta | 3 ++ .../Drawing/Resources/aline_surface.mat | 3 ++ .../Drawing/Resources/aline_surface.mat.meta | 3 ++ .../Drawing/Resources/aline_surface.shader | 3 ++ .../Resources/aline_surface.shader.meta | 3 ++ .../Drawing/Resources/aline_text.shader | 3 ++ .../Drawing/Resources/aline_text.shader.meta | 3 ++ .../com.arongranberg.astar/Drawing/SDFFont.cs | 3 ++ .../Drawing/SDFFont.cs.meta | 3 ++ .../Drawing/StreamSplitter.cs | 3 ++ .../Drawing/StreamSplitter.cs.meta | 3 ++ .../Drawing/changelog.cs | 3 ++ .../Drawing/changelog.cs.meta | 3 ++ .../Drawing/package.json | 3 ++ .../Drawing/package.json.meta | 3 ++ Packages/com.arongranberg.astar/Editor.meta | 3 ++ .../Editor/AIBaseEditor.cs | 3 ++ .../Editor/AIBaseEditor.cs.meta | 3 ++ .../Editor/AILerpEditor.cs | 3 ++ .../Editor/AILerpEditor.cs.meta | 3 ++ .../Editor/AnimationLinkEditor.cs | 3 ++ .../Editor/AnimationLinkEditor.cs.meta | 3 ++ .../Editor/AstarPathEditor.cs | 3 ++ .../Editor/AstarPathEditor.cs.meta | 3 ++ .../AstarPathfindingProjectEditor.asmdef | 3 ++ .../AstarPathfindingProjectEditor.asmdef.meta | 3 ++ .../Editor/AstarPathfindingProjectEditor.uss | 3 ++ .../AstarPathfindingProjectEditor.uss.meta | 3 ++ .../Editor/AstarUpdateChecker.cs | 3 ++ .../Editor/AstarUpdateChecker.cs.meta | 3 ++ .../Editor/AstarUpdateWindow.cs | 3 ++ .../Editor/AstarUpdateWindow.cs.meta | 3 ++ .../Editor/CustomGraphEditorAttribute.cs | 3 ++ .../Editor/CustomGraphEditorAttribute.cs.meta | 3 ++ .../Editor/EditorAssets.meta | 3 ++ .../EditorAssets/AstarEditorSkinDark.guiskin | 3 ++ .../AstarEditorSkinDark.guiskin.meta | 3 ++ .../EditorAssets/AstarEditorSkinLight.guiskin | 3 ++ .../AstarEditorSkinLight.guiskin.meta | 3 ++ .../Editor/EditorAssets/ComponentIcons.meta | 3 ++ .../AIDestinationSetter@256.png | 3 ++ .../AIDestinationSetter@256.png.meta | 3 ++ .../ComponentIcons/AstarPath@256.png | 3 ++ .../ComponentIcons/AstarPath@256.png.meta | 3 ++ .../DynamicGridObstacle@256.png | 3 ++ .../DynamicGridObstacle@256.png.meta | 3 ++ .../ComponentIcons/MoveInCircle@256.png | 3 ++ .../ComponentIcons/MoveInCircle@256.png.meta | 3 ++ .../ComponentIcons/MovementScripts@256.png | 3 ++ .../MovementScripts@256.png.meta | 3 ++ .../ComponentIcons/NavmeshAdd@256.png | 3 ++ .../ComponentIcons/NavmeshAdd@256.png.meta | 3 ++ .../ComponentIcons/NavmeshCut@256.png | 3 ++ .../ComponentIcons/NavmeshCut@256.png.meta | 3 ++ .../ComponentIcons/NodeLink2@256.png | 3 ++ .../ComponentIcons/NodeLink2@256.png.meta | 3 ++ .../ComponentIcons/Patrol@256.png | 3 ++ .../ComponentIcons/Patrol@256.png.meta | 3 ++ .../ProceduralGraphMover@256.png | 3 ++ .../ProceduralGraphMover@256.png.meta | 3 ++ .../ComponentIcons/RVOController@256.png | 3 ++ .../ComponentIcons/RVOController@256.png.meta | 3 ++ .../ComponentIcons/Seeker@256.png | 3 ++ .../ComponentIcons/Seeker@256.png.meta | 3 ++ .../d_AIDestinationSetter@256.png | 3 ++ .../d_AIDestinationSetter@256.png.meta | 3 ++ .../ComponentIcons/d_AstarPath@256.png | 3 ++ .../ComponentIcons/d_AstarPath@256.png.meta | 3 ++ .../d_DynamicGridObstacle@256.png | 3 ++ .../d_DynamicGridObstacle@256.png.meta | 3 ++ .../ComponentIcons/d_MoveInCircle@256.png | 3 ++ .../d_MoveInCircle@256.png.meta | 3 ++ .../ComponentIcons/d_MovementScripts@256.png | 3 ++ .../d_MovementScripts@256.png.meta | 3 ++ .../ComponentIcons/d_NavmeshAdd@256.png | 3 ++ .../ComponentIcons/d_NavmeshAdd@256.png.meta | 3 ++ .../ComponentIcons/d_NavmeshCut@256.png | 3 ++ .../ComponentIcons/d_NavmeshCut@256.png.meta | 3 ++ .../ComponentIcons/d_Patrol@256.png | 3 ++ .../ComponentIcons/d_Patrol@256.png.meta | 3 ++ .../d_ProceduralGraphMover@256.png | 3 ++ .../d_ProceduralGraphMover@256.png.meta | 3 ++ .../ComponentIcons/d_RVOController@256.png | 3 ++ .../d_RVOController@256.png.meta | 3 ++ .../ComponentIcons/d_Seeker@256.png | 3 ++ .../ComponentIcons/d_Seeker@256.png.meta | 3 ++ .../Editor/EditorAssets/DarkSkin.meta | 3 ++ .../EditorAssets/DarkSkin/banner@1x.png | 3 ++ .../EditorAssets/DarkSkin/banner@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/banner@2x.png | 3 ++ .../EditorAssets/DarkSkin/banner@2x.png.meta | 3 ++ .../DarkSkin/colorInterpolationBox.png | 3 ++ .../DarkSkin/colorInterpolationBox.png.meta | 3 ++ .../EditorAssets/DarkSkin/deleteButton.png | 3 ++ .../DarkSkin/deleteButton.png.meta | 3 ++ .../EditorAssets/DarkSkin/deleteButton@1x.png | 3 ++ .../DarkSkin/deleteButton@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/deleteButton@2x.png | 3 ++ .../DarkSkin/deleteButton@2x.png.meta | 3 ++ .../DarkSkin/deleteButton_active.png | 3 ++ .../DarkSkin/deleteButton_active.png.meta | 3 ++ .../DarkSkin/deleteButton_active@1x.png | 3 ++ .../DarkSkin/deleteButton_active@1x.png.meta | 3 ++ .../DarkSkin/deleteButton_active@2x.png | 3 ++ .../DarkSkin/deleteButton_active@2x.png.meta | 3 ++ .../DarkSkin/deleteButton_hover@1x.png | 3 ++ .../DarkSkin/deleteButton_hover@1x.png.meta | 3 ++ .../DarkSkin/deleteButton_hover@2x.png | 3 ++ .../DarkSkin/deleteButton_hover@2x.png.meta | 3 ++ .../DarkSkin/duplicateButton@1x.png | 3 ++ .../DarkSkin/duplicateButton@1x.png.meta | 3 ++ .../DarkSkin/duplicateButton@2x.png | 3 ++ .../DarkSkin/duplicateButton@2x.png.meta | 3 ++ .../DarkSkin/duplicateButton_active@1x.png | 3 ++ .../duplicateButton_active@1x.png.meta | 3 ++ .../DarkSkin/duplicateButton_active@2x.png | 3 ++ .../duplicateButton_active@2x.png.meta | 3 ++ .../DarkSkin/duplicateButton_hover@1x.png | 3 ++ .../duplicateButton_hover@1x.png.meta | 3 ++ .../DarkSkin/duplicateButton_hover@2x.png | 3 ++ .../duplicateButton_hover@2x.png.meta | 3 ++ .../EditorAssets/DarkSkin/editButton@1x.png | 3 ++ .../DarkSkin/editButton@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/editButton@2x.png | 3 ++ .../DarkSkin/editButton@2x.png.meta | 3 ++ .../DarkSkin/editButton_active@1x.png | 3 ++ .../DarkSkin/editButton_active@1x.png.meta | 3 ++ .../DarkSkin/editButton_active@2x.png | 3 ++ .../DarkSkin/editButton_active@2x.png.meta | 3 ++ .../DarkSkin/editButton_hover@1x.png | 3 ++ .../DarkSkin/editButton_hover@1x.png.meta | 3 ++ .../DarkSkin/editButton_hover@2x.png | 3 ++ .../DarkSkin/editButton_hover@2x.png.meta | 3 ++ .../DarkSkin/gizmoButton_off@1x.png | 3 ++ .../DarkSkin/gizmoButton_off@1x.png.meta | 3 ++ .../DarkSkin/gizmoButton_off@2x.png | 3 ++ .../DarkSkin/gizmoButton_off@2x.png.meta | 3 ++ .../DarkSkin/gizmoButton_off_active@1x.png | 3 ++ .../gizmoButton_off_active@1x.png.meta | 3 ++ .../DarkSkin/gizmoButton_off_active@2x.png | 3 ++ .../gizmoButton_off_active@2x.png.meta | 3 ++ .../DarkSkin/gizmoButton_off_hover@1x.png | 3 ++ .../gizmoButton_off_hover@1x.png.meta | 3 ++ .../DarkSkin/gizmoButton_off_hover@2x.png | 3 ++ .../gizmoButton_off_hover@2x.png.meta | 3 ++ .../DarkSkin/gizmoButton_on@1x.png | 3 ++ .../DarkSkin/gizmoButton_on@1x.png.meta | 3 ++ .../DarkSkin/gizmoButton_on@2x.png | 3 ++ .../DarkSkin/gizmoButton_on@2x.png.meta | 3 ++ .../DarkSkin/gizmoButton_on_active@1x.png | 3 ++ .../gizmoButton_on_active@1x.png.meta | 3 ++ .../DarkSkin/gizmoButton_on_active@2x.png | 3 ++ .../gizmoButton_on_active@2x.png.meta | 3 ++ .../DarkSkin/gizmoButton_on_hover@1x.png | 3 ++ .../DarkSkin/gizmoButton_on_hover@1x.png.meta | 3 ++ .../DarkSkin/gizmoButton_on_hover@2x.png | 3 ++ .../DarkSkin/gizmoButton_on_hover@2x.png.meta | 3 ++ .../EditorAssets/DarkSkin/gridPivotSelect.png | 3 ++ .../DarkSkin/gridPivotSelect.png.meta | 3 ++ .../DarkSkin/headerBackground.png | 3 ++ .../DarkSkin/headerBackground.png.meta | 3 ++ .../EditorAssets/DarkSkin/hex_diameter@1x.png | 3 ++ .../DarkSkin/hex_diameter@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/hex_diameter@2x.png | 3 ++ .../DarkSkin/hex_diameter@2x.png.meta | 3 ++ .../EditorAssets/DarkSkin/hex_width@1x.png | 3 ++ .../DarkSkin/hex_width@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/hex_width@2x.png | 3 ++ .../DarkSkin/hex_width@2x.png.meta | 3 ++ .../Editor/EditorAssets/DarkSkin/images.meta | 3 ++ .../DarkSkin/images/gridPivotSelect-03.png | 3 ++ .../images/gridPivotSelect-03.png.meta | 3 ++ .../DarkSkin/images/gridPivotSelect.png | 3 ++ .../DarkSkin/images/gridPivotSelect.png.meta | 3 ++ .../images/gridPivotSelect_Normal.png | 3 ++ .../images/gridPivotSelect_Normal.png.meta | 3 ++ .../DarkSkin/images/gridPivotSelect_On.png | 3 ++ .../images/gridPivotSelect_On.png.meta | 3 ++ .../EditorAssets/DarkSkin/infoButton@1x.png | 3 ++ .../DarkSkin/infoButton@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/infoButton@2x.png | 3 ++ .../DarkSkin/infoButton@2x.png.meta | 3 ++ .../DarkSkin/infoButton_active@1x.png | 3 ++ .../DarkSkin/infoButton_active@1x.png.meta | 3 ++ .../DarkSkin/infoButton_active@2x.png | 3 ++ .../DarkSkin/infoButton_active@2x.png.meta | 3 ++ .../DarkSkin/infoButton_hover@1x.png | 3 ++ .../DarkSkin/infoButton_hover@1x.png.meta | 3 ++ .../DarkSkin/infoButton_hover@2x.png | 3 ++ .../DarkSkin/infoButton_hover@2x.png.meta | 3 ++ .../EditorAssets/DarkSkin/lock_closed@1x.png | 3 ++ .../DarkSkin/lock_closed@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/lock_closed@2x.png | 3 ++ .../DarkSkin/lock_closed@2x.png.meta | 3 ++ .../EditorAssets/DarkSkin/lock_open@1x.png | 3 ++ .../DarkSkin/lock_open@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/lock_open@2x.png | 3 ++ .../DarkSkin/lock_open@2x.png.meta | 3 ++ .../EditorAssets/DarkSkin/pixelBox2.png | 3 ++ .../EditorAssets/DarkSkin/pixelBox2.png.meta | 3 ++ .../EditorAssets/DarkSkin/pixelBox3@1x.png | 3 ++ .../DarkSkin/pixelBox3@1x.png.meta | 3 ++ .../EditorAssets/DarkSkin/pixelBox3@2x.png | 3 ++ .../DarkSkin/pixelBox3@2x.png.meta | 3 ++ .../DarkSkin/pixelBox3_separator.png | 3 ++ .../DarkSkin/pixelBox3_separator.png.meta | 3 ++ .../DarkSkin/simpleDeleteButton@1x.png | 3 ++ .../DarkSkin/simpleDeleteButton@1x.png.meta | 3 ++ .../DarkSkin/simpleDeleteButton@2x.png | 3 ++ .../DarkSkin/simpleDeleteButton@2x.png.meta | 3 ++ .../DarkSkin/simpleDeleteButton_on@1x.png | 3 ++ .../simpleDeleteButton_on@1x.png.meta | 3 ++ .../DarkSkin/simpleDeleteButton_on@2x.png | 3 ++ .../simpleDeleteButton_on@2x.png.meta | 3 ++ .../Editor/EditorAssets/LightSkin.meta | 3 ++ .../EditorAssets/LightSkin/banner@1x.png | 3 ++ .../EditorAssets/LightSkin/banner@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/banner@2x.png | 3 ++ .../EditorAssets/LightSkin/banner@2x.png.meta | 3 ++ .../LightSkin/colorInterpolationBox.png | 3 ++ .../LightSkin/colorInterpolationBox.png.meta | 3 ++ .../LightSkin/deleteButton@1x.png | 3 ++ .../LightSkin/deleteButton@1x.png.meta | 3 ++ .../LightSkin/deleteButton@2x.png | 3 ++ .../LightSkin/deleteButton@2x.png.meta | 3 ++ .../LightSkin/deleteButton_active@1x.png | 3 ++ .../LightSkin/deleteButton_active@1x.png.meta | 3 ++ .../LightSkin/deleteButton_active@2x.png | 3 ++ .../LightSkin/deleteButton_active@2x.png.meta | 3 ++ .../LightSkin/deleteButton_hover@1x.png | 3 ++ .../LightSkin/deleteButton_hover@1x.png.meta | 3 ++ .../LightSkin/deleteButton_hover@2x.png | 3 ++ .../LightSkin/deleteButton_hover@2x.png.meta | 3 ++ .../LightSkin/duplicateButton@1x.png | 3 ++ .../LightSkin/duplicateButton@1x.png.meta | 3 ++ .../LightSkin/duplicateButton@2x.png | 3 ++ .../LightSkin/duplicateButton@2x.png.meta | 3 ++ .../LightSkin/duplicateButton_active@1x.png | 3 ++ .../duplicateButton_active@1x.png.meta | 3 ++ .../LightSkin/duplicateButton_active@2x.png | 3 ++ .../duplicateButton_active@2x.png.meta | 3 ++ .../LightSkin/duplicateButton_hover@1x.png | 3 ++ .../duplicateButton_hover@1x.png.meta | 3 ++ .../LightSkin/duplicateButton_hover@2x.png | 3 ++ .../duplicateButton_hover@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/editButton@1x.png | 3 ++ .../LightSkin/editButton@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/editButton@2x.png | 3 ++ .../LightSkin/editButton@2x.png.meta | 3 ++ .../LightSkin/editButton_active@1x.png | 3 ++ .../LightSkin/editButton_active@1x.png.meta | 3 ++ .../LightSkin/editButton_active@2x.png | 3 ++ .../LightSkin/editButton_active@2x.png.meta | 3 ++ .../LightSkin/editButton_hover@1x.png | 3 ++ .../LightSkin/editButton_hover@1x.png.meta | 3 ++ .../LightSkin/editButton_hover@2x.png | 3 ++ .../LightSkin/editButton_hover@2x.png.meta | 3 ++ .../LightSkin/gizmoButton_off@1x.png | 3 ++ .../LightSkin/gizmoButton_off@1x.png.meta | 3 ++ .../LightSkin/gizmoButton_off@2x.png | 3 ++ .../LightSkin/gizmoButton_off@2x.png.meta | 3 ++ .../LightSkin/gizmoButton_off_active@1x.png | 3 ++ .../gizmoButton_off_active@1x.png.meta | 3 ++ .../LightSkin/gizmoButton_off_active@2x.png | 3 ++ .../gizmoButton_off_active@2x.png.meta | 3 ++ .../LightSkin/gizmoButton_off_hover@1x.png | 3 ++ .../gizmoButton_off_hover@1x.png.meta | 3 ++ .../LightSkin/gizmoButton_off_hover@2x.png | 3 ++ .../gizmoButton_off_hover@2x.png.meta | 3 ++ .../LightSkin/gizmoButton_on@1x.png | 3 ++ .../LightSkin/gizmoButton_on@1x.png.meta | 3 ++ .../LightSkin/gizmoButton_on@2x.png | 3 ++ .../LightSkin/gizmoButton_on@2x.png.meta | 3 ++ .../LightSkin/gizmoButton_on_active@1x.png | 3 ++ .../gizmoButton_on_active@1x.png.meta | 3 ++ .../LightSkin/gizmoButton_on_active@2x.png | 3 ++ .../gizmoButton_on_active@2x.png.meta | 3 ++ .../LightSkin/gizmoButton_on_hover@1x.png | 3 ++ .../gizmoButton_on_hover@1x.png.meta | 3 ++ .../LightSkin/gizmoButton_on_hover@2x.png | 3 ++ .../gizmoButton_on_hover@2x.png.meta | 3 ++ .../LightSkin/headerBackground.png | 3 ++ .../LightSkin/headerBackground.png.meta | 3 ++ .../LightSkin/hex_diameter@1x.png | 3 ++ .../LightSkin/hex_diameter@1x.png.meta | 3 ++ .../LightSkin/hex_diameter@2x.png | 3 ++ .../LightSkin/hex_diameter@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/hex_width@1x.png | 3 ++ .../LightSkin/hex_width@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/hex_width@2x.png | 3 ++ .../LightSkin/hex_width@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/infoButton@1x.png | 3 ++ .../LightSkin/infoButton@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/infoButton@2x.png | 3 ++ .../LightSkin/infoButton@2x.png.meta | 3 ++ .../LightSkin/infoButton_active@1x.png | 3 ++ .../LightSkin/infoButton_active@1x.png.meta | 3 ++ .../LightSkin/infoButton_active@2x.png | 3 ++ .../LightSkin/infoButton_active@2x.png.meta | 3 ++ .../LightSkin/infoButton_hover@1x.png | 3 ++ .../LightSkin/infoButton_hover@1x.png.meta | 3 ++ .../LightSkin/infoButton_hover@2x.png | 3 ++ .../LightSkin/infoButton_hover@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/lock_closed@1x.png | 3 ++ .../LightSkin/lock_closed@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/lock_closed@2x.png | 3 ++ .../LightSkin/lock_closed@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/lock_open@1x.png | 3 ++ .../LightSkin/lock_open@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/lock_open@2x.png | 3 ++ .../LightSkin/lock_open@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/pixelBox3@1x.png | 3 ++ .../LightSkin/pixelBox3@1x.png.meta | 3 ++ .../EditorAssets/LightSkin/pixelBox3@2x.png | 3 ++ .../LightSkin/pixelBox3@2x.png.meta | 3 ++ .../EditorAssets/LightSkin/reset_normal.png | 3 ++ .../LightSkin/reset_normal.png.meta | 3 ++ .../EditorAssets/LightSkin/reset_on.png | 3 ++ .../EditorAssets/LightSkin/reset_on.png.meta | 3 ++ .../LightSkin/simpleDeleteButton@1x.png | 3 ++ .../LightSkin/simpleDeleteButton@1x.png.meta | 3 ++ .../LightSkin/simpleDeleteButton@2x.png | 3 ++ .../LightSkin/simpleDeleteButton@2x.png.meta | 3 ++ .../LightSkin/simpleDeleteButton_on@1x.png | 3 ++ .../simpleDeleteButton_on@1x.png.meta | 3 ++ .../LightSkin/simpleDeleteButton_on@2x.png | 3 ++ .../simpleDeleteButton_on@2x.png.meta | 3 ++ .../Editor/EditorAssets/grid.psd | 3 ++ .../Editor/EditorAssets/grid.psd.meta | 3 ++ .../Editor/EditorAssets/images.meta | 3 ++ .../Editor/EditorAssets/images/ArrowDown.png | 3 ++ .../EditorAssets/images/ArrowDown.png.meta | 3 ++ .../EditorAssets/images/ArrowDown_on.png | 3 ++ .../EditorAssets/images/ArrowDown_on.png.meta | 3 ++ .../Editor/EditorAssets/images/ArrowUp.png | 3 ++ .../EditorAssets/images/ArrowUp.png.meta | 3 ++ .../Editor/EditorAssets/images/ArrowUp_on.png | 3 ++ .../EditorAssets/images/ArrowUp_on.png.meta | 3 ++ .../Editor/EditorAssets/images/astar_logo.png | 3 ++ .../EditorAssets/images/astar_logo.png.meta | 3 ++ .../EditorAssets/images/changelog_icon.png | 3 ++ .../images/changelog_icon.png.meta | 3 ++ .../Editor/EditorAssets/images/check_icon.png | 3 ++ .../EditorAssets/images/check_icon.png.meta | 3 ++ .../images/documentation_icon.png | 3 ++ .../images/documentation_icon.png.meta | 3 ++ .../EditorAssets/images/educate_icon.png | 3 ++ .../EditorAssets/images/educate_icon.png.meta | 3 ++ .../EditorAssets/images/gridPivotSelect.png | 3 ++ .../images/gridPivotSelect.png.meta | 3 ++ .../images/gridPivotSelect_Normal.png | 3 ++ .../images/gridPivotSelect_Normal.png.meta | 3 ++ .../images/gridPivotSelect_On.png | 3 ++ .../images/gridPivotSelect_On.png.meta | 3 ++ .../EditorAssets/images/samples_icon.png | 3 ++ .../EditorAssets/images/samples_icon.png.meta | 3 ++ .../EditorAssets/images/upDownArrow_01.png | 3 ++ .../images/upDownArrow_01.png.meta | 3 ++ .../EditorAssets/images/upDownArrow_02.png | 3 ++ .../images/upDownArrow_02.png.meta | 3 ++ .../EditorAssets/images/upDownButtons_01.png | 3 ++ .../images/upDownButtons_01.png.meta | 3 ++ .../EditorAssets/images/upDownButtons_02.png | 3 ++ .../images/upDownButtons_02.png.meta | 3 ++ .../Editor/EditorAssets/linkButton_active.png | 3 ++ .../EditorAssets/linkButton_active.png.meta | 3 ++ .../Editor/EditorAssets/linkButton_normal.png | 3 ++ .../EditorAssets/linkButton_normal.png.meta | 3 ++ .../Editor/EditorAssets/pixelBox.png | 3 ++ .../Editor/EditorAssets/pixelBox.png.meta | 3 ++ .../Editor/EditorAssets/pixelBox2.png | 3 ++ .../Editor/EditorAssets/pixelBox2.png.meta | 3 ++ .../EditorAssets/pixelBox3_separator.png | 3 ++ .../EditorAssets/pixelBox3_separator.png.meta | 3 ++ .../Editor/EditorAssets/scene_box@1x.png | 3 ++ .../Editor/EditorAssets/scene_box@1x.png.meta | 3 ++ .../Editor/EditorAssets/scene_box@2x.png | 3 ++ .../Editor/EditorAssets/scene_box@2x.png.meta | 3 ++ .../Editor/EditorAssets/tooltips.tsv | 3 ++ .../Editor/EditorAssets/tooltips.tsv.meta | 3 ++ .../Editor/EditorHelpers.cs | 3 ++ .../Editor/EditorHelpers.cs.meta | 3 ++ .../Editor/GraphEditors.meta | 3 ++ .../Editor/GraphEditors/GraphEditor.cs | 3 ++ .../Editor/GraphEditors/GraphEditor.cs.meta | 3 ++ .../GraphEditors/GridGeneratorEditor.cs | 3 ++ .../GraphEditors/GridGeneratorEditor.cs.meta | 3 ++ .../GraphEditors/LayerGridGraphEditor.cs | 3 ++ .../GraphEditors/LayerGridGraphEditor.cs.meta | 3 ++ .../GraphEditors/NavMeshGeneratorEditor.cs | 3 ++ .../NavMeshGeneratorEditor.cs.meta | 3 ++ .../GraphEditors/PointGeneratorEditor.cs | 3 ++ .../GraphEditors/PointGeneratorEditor.cs.meta | 3 ++ .../Editor/GraphEditors/RecastGraphEditor.cs | 3 ++ .../GraphEditors/RecastGraphEditor.cs.meta | 3 ++ .../Editor/GraphMaskDrawer.cs | 3 ++ .../Editor/GraphMaskDrawer.cs.meta | 3 ++ .../Editor/GraphUpdateSceneEditor.cs | 3 ++ .../Editor/GraphUpdateSceneEditor.cs.meta | 3 ++ .../Editor/Inspectors.meta | 3 ++ .../Inspectors/AIDestinationSetterEditor.cs | 3 ++ .../AIDestinationSetterEditor.cs.meta | 3 ++ .../Editor/Inspectors/FollowerEntityEditor.cs | 3 ++ .../Inspectors/FollowerEntityEditor.cs.meta | 3 ++ .../Editor/Inspectors/NodeLink2Editor.cs | 3 ++ .../Editor/Inspectors/NodeLink2Editor.cs.meta | 3 ++ .../Editor/LocalSpaceRichAIEditor.cs | 3 ++ .../Editor/LocalSpaceRichAIEditor.cs.meta | 3 ++ .../Editor/ModifierEditors.meta | 3 ++ .../ModifierEditors/FunnelModifierEditor.cs | 3 ++ .../FunnelModifierEditor.cs.meta | 3 ++ .../ModifierEditors/RaycastModifierEditor.cs | 3 ++ .../RaycastModifierEditor.cs.meta | 3 ++ .../ModifierEditors/SmoothModifierEditor.cs | 3 ++ .../SmoothModifierEditor.cs.meta | 3 ++ .../Editor/NavmeshAddEditor.cs | 3 ++ .../Editor/NavmeshAddEditor.cs.meta | 3 ++ .../Editor/NavmeshCutEditor.cs | 3 ++ .../Editor/NavmeshCutEditor.cs.meta | 3 ++ .../Editor/NavmeshPrefabEditor.cs | 3 ++ .../Editor/NavmeshPrefabEditor.cs.meta | 3 ++ .../Editor/PathfindingEditorSettings.cs | 3 ++ .../Editor/PathfindingEditorSettings.cs.meta | 3 ++ .../Editor/PathfindingTagDrawer.cs | 3 ++ .../Editor/PathfindingTagDrawer.cs.meta | 3 ++ .../Editor/ProceduralGridMoverEditor.cs | 3 ++ .../Editor/ProceduralGridMoverEditor.cs.meta | 3 ++ .../Editor/RVOControllerEditor.cs | 3 ++ .../Editor/RVOControllerEditor.cs.meta | 3 ++ .../Editor/RVONavmeshEditor.cs | 3 ++ .../Editor/RVONavmeshEditor.cs.meta | 3 ++ .../Editor/RVOSimulatorEditor.cs | 3 ++ .../Editor/RVOSimulatorEditor.cs.meta | 3 ++ .../Editor/RVOSquareObstacleEditor.cs | 3 ++ .../Editor/RVOSquareObstacleEditor.cs.meta | 3 ++ .../Editor/RecastMeshObjEditor.cs | 3 ++ .../Editor/RecastMeshObjEditor.cs.meta | 3 ++ .../Editor/RecastNavmeshModifierEditor.cs | 3 ++ .../RecastNavmeshModifierEditor.cs.meta | 3 ++ .../Editor/RuleEditors.meta | 3 ++ .../Editor/RuleEditors/GridGraphRuleEditor.cs | 3 ++ .../RuleEditors/GridGraphRuleEditor.cs.meta | 3 ++ .../RuleEditors/RuleAnglePenaltyEditor.cs | 3 ++ .../RuleAnglePenaltyEditor.cs.meta | 3 ++ .../RuleEditors/RuleElevationPenaltyEditor.cs | 3 ++ .../RuleElevationPenaltyEditor.cs.meta | 3 ++ .../RulePerLayerModificationsEditor.cs | 3 ++ .../RulePerLayerModificationsEditor.cs.meta | 3 ++ .../Editor/RuleEditors/RuleTextureEditor.cs | 3 ++ .../RuleEditors/RuleTextureEditor.cs.meta | 3 ++ .../Editor/SeekerEditor.cs | 3 ++ .../Editor/SeekerEditor.cs.meta | 3 ++ .../com.arongranberg.astar/Editor/UI.meta | 3 ++ .../Editor/UI/WelcomeScreen.cs | 3 ++ .../Editor/UI/WelcomeScreen.cs.meta | 3 ++ .../Editor/UI/WelcomeScreen.uxml | 3 ++ .../Editor/UI/WelcomeScreen.uxml.meta | 3 ++ .../AstarPathfindingProjectExamples.asmdef | 3 ++ ...starPathfindingProjectExamples.asmdef.meta | 3 ++ .../ExampleScenes~/ExampleScripts.meta | 3 ++ .../ExampleScripts/DocumentationButton.cs | 3 ++ .../DocumentationButton.cs.meta | 3 ++ .../ExampleScripts/DoorController.cs | 3 ++ .../ExampleScripts/DoorController.cs.meta | 3 ++ .../ExampleScenes~/ExampleScripts/Editor.meta | 3 ++ ...tarPathfindingProjectExamplesEditor.asmdef | 3 ++ ...thfindingProjectExamplesEditor.asmdef.meta | 3 ++ .../Editor/InteractableEditor.cs | 3 ++ .../Editor/InteractableEditor.cs.meta | 3 ++ .../ExampleScripts/FollowerJumpLink.cs | 3 ++ .../ExampleScripts/FollowerJumpLink.cs.meta | 3 ++ .../ExampleScripts/HighlightOnHover.cs | 3 ++ .../ExampleScripts/HighlightOnHover.cs.meta | 3 ++ .../ExampleScripts/Interactable.cs | 3 ++ .../ExampleScripts/Interactable.cs.meta | 3 ++ .../ExampleScripts/ManualRVOAgent.cs | 3 ++ .../ExampleScripts/ManualRVOAgent.cs.meta | 3 ++ .../ExampleScripts/MecanimBridge2D.cs | 3 ++ .../ExampleScripts/MecanimBridge2D.cs.meta | 3 ++ .../ExampleScripts/MineBotAI.cs | 3 ++ .../ExampleScripts/MineBotAI.cs.meta | 3 ++ .../ExampleScripts/MineBotAnimation.cs | 3 ++ .../ExampleScripts/MineBotAnimation.cs.meta | 3 ++ .../MinimumUnityVersionWarning.cs | 3 ++ .../MinimumUnityVersionWarning.cs.meta | 3 ++ .../ExampleScripts/NavmeshClamp.cs | 3 ++ .../ExampleScripts/NavmeshClamp.cs.meta | 3 ++ .../ExampleScripts/ObjectPlacer.cs | 3 ++ .../ExampleScripts/ObjectPlacer.cs.meta | 3 ++ .../ExampleScripts/RecastTileUpdate.cs | 3 ++ .../ExampleScripts/RecastTileUpdate.cs.meta | 3 ++ .../ExampleScripts/RecastTileUpdateHandler.cs | 3 ++ .../RecastTileUpdateHandler.cs.meta | 3 ++ .../ExampleScripts/SmoothCameraFollow.cs | 3 ++ .../ExampleScripts/SmoothCameraFollow.cs.meta | 3 ++ .../ExampleScripts/SnapToNode.cs | 3 ++ .../ExampleScripts/SnapToNode.cs.meta | 3 ++ .../ExampleScripts/TargetMover.cs | 3 ++ .../ExampleScripts/TargetMover.cs.meta | 3 ++ .../ExampleScenes~/Materials.meta | 3 ++ .../ExampleScenes~/Materials/Classic.meta | 3 ++ .../ExampleScenes~/Materials/Classic/AI.mat | 3 ++ .../Materials/Classic/AI.mat.meta | 3 ++ .../Materials/Classic/BlueBox.mat | 3 ++ .../Materials/Classic/BlueBox.mat.meta | 3 ++ .../Materials/Classic/BlueCheckerGround.mat | 3 ++ .../Classic/BlueCheckerGround.mat.meta | 3 ++ .../Materials/Classic/BlueGround.mat | 3 ++ .../Materials/Classic/BlueGround.mat.meta | 3 ++ .../Classic/DiffuseAlwaysVisible.shader | 3 ++ .../Classic/DiffuseAlwaysVisible.shader.meta | 3 ++ .../ExampleScenes~/Materials/Classic/Door.mat | 3 ++ .../Materials/Classic/Door.mat.meta | 3 ++ .../Materials/Classic/Ground.mat | 3 ++ .../Materials/Classic/Ground.mat.meta | 3 ++ .../Materials/Classic/OrangeGround.mat | 3 ++ .../Materials/Classic/OrangeGround.mat.meta | 3 ++ .../Materials/Classic/PathBlueArea.mat | 3 ++ .../Materials/Classic/PathBlueArea.mat.meta | 3 ++ .../Materials/Classic/PathRedArea.mat | 3 ++ .../Materials/Classic/PathRedArea.mat.meta | 3 ++ .../Materials/Classic/Projector Light.shader | 3 ++ .../Classic/Projector Light.shader.meta | 3 ++ .../Materials/Classic/SomeBox.mat | 3 ++ .../Materials/Classic/SomeBox.mat.meta | 3 ++ .../ExampleScenes~/Materials/SciFi.meta | 3 ++ .../Materials/SciFi/Blue_Mat.mat | 3 ++ .../Materials/SciFi/Blue_Mat.mat.meta | 3 ++ .../Materials/SciFi/Crystal_Mat.mat | 3 ++ .../Materials/SciFi/Crystal_Mat.mat.meta | 3 ++ .../Materials/SciFi/Diffuse_Mat.mat | 3 ++ .../Materials/SciFi/Diffuse_Mat.mat.meta | 3 ++ .../Materials/SciFi/Diffuse_Texture.png | 3 ++ .../Materials/SciFi/Diffuse_Texture.png.meta | 3 ++ .../Materials/SciFi/Grass_Mat.mat | 3 ++ .../Materials/SciFi/Grass_Mat.mat.meta | 3 ++ .../ExampleScenes~/Materials/SciFi/Hidden.mat | 3 ++ .../Materials/SciFi/Hidden.mat.meta | 3 ++ .../Materials/SciFi/ObstacleFloor_Mat.mat | 3 ++ .../SciFi/ObstacleFloor_Mat.mat.meta | 3 ++ .../Materials/SciFi/Particle.meta | 3 ++ .../SciFi/Particle/SciFi_Arrow_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Arrow_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Beam_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Beam_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Cloud_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Cloud_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Halo_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Halo_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Particle_Mat.mat | 3 ++ .../Particle/SciFi_Particle_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Ripple_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Ripple_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Scan_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Scan_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Sparkle_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Sparkle_Mat.mat.meta | 3 ++ .../SciFi/Particle/SciFi_Wake_Mat.mat | 3 ++ .../SciFi/Particle/SciFi_Wake_Mat.mat.meta | 3 ++ .../SciFi/Particle/scifi_arrow_256.png | 3 ++ .../SciFi/Particle/scifi_arrow_256.png.meta | 3 ++ .../SciFi/Particle/scifi_beam_256.png | 3 ++ .../SciFi/Particle/scifi_beam_256.png.meta | 3 ++ .../SciFi/Particle/scifi_cloud_256.png | 3 ++ .../SciFi/Particle/scifi_cloud_256.png.meta | 3 ++ .../SciFi/Particle/scifi_halo_256.png | 3 ++ .../SciFi/Particle/scifi_halo_256.png.meta | 3 ++ .../SciFi/Particle/scifi_particle2_256.png | 3 ++ .../Particle/scifi_particle2_256.png.meta | 3 ++ .../SciFi/Particle/scifi_ripple_256_2.png | 3 ++ .../Particle/scifi_ripple_256_2.png.meta | 3 ++ .../SciFi/Particle/scifi_scan_256.png | 3 ++ .../SciFi/Particle/scifi_scan_256.png.meta | 3 ++ .../SciFi/Particle/scifi_sparkle_256.png | 3 ++ .../SciFi/Particle/scifi_sparkle_256.png.meta | 3 ++ .../SciFi/Particle/scifi_wake_256.png | 3 ++ .../SciFi/Particle/scifi_wake_256.png.meta | 3 ++ .../Materials/SciFi/RedTransparent_Mat.mat | 3 ++ .../SciFi/RedTransparent_Mat.mat.meta | 3 ++ .../Materials/SciFi/Red_Mat.mat | 3 ++ .../Materials/SciFi/Red_Mat.mat.meta | 3 ++ .../Materials/SciFi/Starfield_Mat.mat | 3 ++ .../Materials/SciFi/Starfield_Mat.mat.meta | 3 ++ .../Materials/SciFi/Water_Mat.mat | 3 ++ .../Materials/SciFi/Water_Mat.mat.meta | 3 ++ .../ExampleScenes~/Materials/Textures.meta | 3 ++ .../ExampleScenes~/Materials/Textures/2D.meta | 3 ++ .../Materials/Textures/2D/Animations.meta | 3 ++ .../2D/Animations/2D_Button_Animation.anim | 3 ++ .../Animations/2D_Button_Animation.anim.meta | 3 ++ .../2D_Button_Animation_SpriteSheet.png | 3 ++ .../2D_Button_Animation_SpriteSheet.png.meta | 3 ++ ..._Button_Animation_SpriteSheet_0.controller | 3 ++ ...on_Animation_SpriteSheet_0.controller.meta | 3 ++ .../2D_Button_Unpressed_Animation.anim | 3 ++ .../2D_Button_Unpressed_Animation.anim.meta | 3 ++ .../2D/Animations/2D_Chest.controller | 3 ++ .../2D/Animations/2D_Chest.controller.meta | 3 ++ .../Animations/2D_Chest_Closed_Animation.anim | 3 ++ .../2D_Chest_Closed_Animation.anim.meta | 3 ++ .../Animations/2D_Chest_Idle_Animation.anim | 3 ++ .../2D_Chest_Idle_Animation.anim.meta | 3 ++ .../Animations/2D_Chest_Idle_SpriteSheet.png | 3 ++ .../2D_Chest_Idle_SpriteSheet.png.meta | 3 ++ .../Animations/2D_Chest_Open_Animation.anim | 3 ++ .../2D_Chest_Open_Animation.anim.meta | 3 ++ .../2D_Chest_Open_Animation_SpriteSheet.png | 3 ++ ..._Chest_Open_Animation_SpriteSheet.png.meta | 3 ++ .../2D_Door_Animation ClosedState.anim | 3 ++ .../2D_Door_Animation ClosedState.anim.meta | 3 ++ .../2D_Door_Animation OpenState.anim | 3 ++ .../2D_Door_Animation OpenState.anim.meta | 3 ++ .../2D/Animations/2D_Door_Animation.anim | 3 ++ .../2D/Animations/2D_Door_Animation.anim.meta | 3 ++ .../2D_Door_Animation_SpriteSheet.png | 3 ++ .../2D_Door_Animation_SpriteSheet.png.meta | 3 ++ ...2D_Door_Animation_SpriteSheet_0.controller | 3 ++ ...or_Animation_SpriteSheet_0.controller.meta | 3 ++ .../2D/Animations/Water_Animation.anim | 3 ++ .../2D/Animations/Water_Animation.anim.meta | 3 ++ .../Water_Sprite Sheet_0.controller | 3 ++ .../Water_Sprite Sheet_0.controller.meta | 3 ++ .../Materials/Textures/2D/Grass_Extended.png | 3 ++ .../Textures/2D/Grass_Extended.png.meta | 3 ++ .../Materials/Textures/2D/Isometric.meta | 3 ++ .../Textures/2D/Isometric/Isometric_Base.png | 3 ++ .../2D/Isometric/Isometric_Base.png.meta | 3 ++ .../2D/Isometric/Isometric_Decor 1.png | 3 ++ .../2D/Isometric/Isometric_Decor 1.png.meta | 3 ++ .../2D/Isometric/Isometric_Fences.png | 3 ++ .../2D/Isometric/Isometric_Fences.png.meta | 3 ++ .../Textures/2D/Isometric/Palettes.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_0.asset | 3 ++ .../Palettes/Isometric_Base_0.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_1.asset | 3 ++ .../Palettes/Isometric_Base_1.asset.meta | 3 ++ .../Palettes/Isometric_Base_10.asset | 3 ++ .../Palettes/Isometric_Base_10.asset.meta | 3 ++ .../Palettes/Isometric_Base_11.asset | 3 ++ .../Palettes/Isometric_Base_11.asset.meta | 3 ++ .../Palettes/Isometric_Base_12.asset | 3 ++ .../Palettes/Isometric_Base_12.asset.meta | 3 ++ .../Palettes/Isometric_Base_13.asset | 3 ++ .../Palettes/Isometric_Base_13.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_2.asset | 3 ++ .../Palettes/Isometric_Base_2.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_3.asset | 3 ++ .../Palettes/Isometric_Base_3.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_4.asset | 3 ++ .../Palettes/Isometric_Base_4.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_5.asset | 3 ++ .../Palettes/Isometric_Base_5.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_6.asset | 3 ++ .../Palettes/Isometric_Base_6.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_7.asset | 3 ++ .../Palettes/Isometric_Base_7.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_8.asset | 3 ++ .../Palettes/Isometric_Base_8.asset.meta | 3 ++ .../Isometric/Palettes/Isometric_Base_9.asset | 3 ++ .../Palettes/Isometric_Base_9.asset.meta | 3 ++ .../Palettes/Isometric_Fences_0.asset | 3 ++ .../Palettes/Isometric_Fences_0.asset.meta | 3 ++ .../Palettes/Isometric_Fences_1.asset | 3 ++ .../Palettes/Isometric_Fences_1.asset.meta | 3 ++ .../Palettes/Isometric_Fences_10.asset | 3 ++ .../Palettes/Isometric_Fences_10.asset.meta | 3 ++ .../Palettes/Isometric_Fences_2.asset | 3 ++ .../Palettes/Isometric_Fences_2.asset.meta | 3 ++ .../Palettes/Isometric_Fences_3.asset | 3 ++ .../Palettes/Isometric_Fences_3.asset.meta | 3 ++ .../Palettes/Isometric_Fences_4.asset | 3 ++ .../Palettes/Isometric_Fences_4.asset.meta | 3 ++ .../Palettes/Isometric_Fences_5.asset | 3 ++ .../Palettes/Isometric_Fences_5.asset.meta | 3 ++ .../Palettes/Isometric_Fences_6.asset | 3 ++ .../Palettes/Isometric_Fences_6.asset.meta | 3 ++ .../Palettes/Isometric_Fences_7.asset | 3 ++ .../Palettes/Isometric_Fences_7.asset.meta | 3 ++ .../Palettes/Isometric_Fences_8.asset | 3 ++ .../Palettes/Isometric_Fences_8.asset.meta | 3 ++ .../Palettes/Isometric_Fences_9.asset | 3 ++ .../Palettes/Isometric_Fences_9.asset.meta | 3 ++ .../Palettes/Isometric_Palette.prefab | 3 ++ .../Palettes/Isometric_Palette.prefab.meta | 3 ++ .../Textures/2D/Isometric/Prefabs.meta | 3 ++ .../Prefabs/Isometric_BigRock_1.prefab | 3 ++ .../Prefabs/Isometric_BigRock_1.prefab.meta | 3 ++ .../Prefabs/Isometric_BigRock_2.prefab | 3 ++ .../Prefabs/Isometric_BigRock_2.prefab.meta | 3 ++ .../2D/Isometric/Prefabs/Isometric_Box.prefab | 3 ++ .../Prefabs/Isometric_Box.prefab.meta | 3 ++ .../Isometric/Prefabs/Isometric_Bush_1.prefab | 3 ++ .../Prefabs/Isometric_Bush_1.prefab.meta | 3 ++ .../Isometric/Prefabs/Isometric_Bush_2.prefab | 3 ++ .../Prefabs/Isometric_Bush_2.prefab.meta | 3 ++ .../Prefabs/Isometric_Container_Left.prefab | 3 ++ .../Isometric_Container_Left.prefab.meta | 3 ++ .../Prefabs/Isometric_Container_Right.prefab | 3 ++ .../Isometric_Container_Right.prefab.meta | 3 ++ .../Isometric/Prefabs/Isometric_Door.prefab | 3 ++ .../Prefabs/Isometric_Door.prefab.meta | 3 ++ .../Prefabs/Isometric_Foliage_1.prefab | 3 ++ .../Prefabs/Isometric_Foliage_1.prefab.meta | 3 ++ .../Prefabs/Isometric_Foliage_2.prefab | 3 ++ .../Prefabs/Isometric_Foliage_2.prefab.meta | 3 ++ .../Prefabs/Isometric_SmallRock_1.prefab | 3 ++ .../Prefabs/Isometric_SmallRock_1.prefab.meta | 3 ++ .../Prefabs/Isometric_SmallRock_2.prefab | 3 ++ .../Prefabs/Isometric_SmallRock_2.prefab.meta | 3 ++ .../Isometric/Prefabs/Isometric_Tree_1.prefab | 3 ++ .../Prefabs/Isometric_Tree_1.prefab.meta | 3 ++ .../Isometric/Prefabs/Isometric_Tree_2.prefab | 3 ++ .../Prefabs/Isometric_Tree_2.prefab.meta | 3 ++ .../Isometric/Prefabs/Isometric_Window.prefab | 3 ++ .../Prefabs/Isometric_Window.prefab.meta | 3 ++ .../Materials/Textures/2D/Palettes.meta | 3 ++ .../Palettes/2D_Tile_Palette_Rectangle.meta | 3 ++ .../2D_Tile_Palette_Rectangle.prefab | 3 ++ .../2D_Tile_Palette_Rectangle.prefab.meta | 3 ++ .../Base_Palette4 1_0.asset | 3 ++ .../Base_Palette4 1_0.asset.meta | 3 ++ .../Base_Palette4 1_1.asset | 3 ++ .../Base_Palette4 1_1.asset.meta | 3 ++ .../Base_Palette4 1_10.asset | 3 ++ .../Base_Palette4 1_10.asset.meta | 3 ++ .../Base_Palette4 1_11.asset | 3 ++ .../Base_Palette4 1_11.asset.meta | 3 ++ .../Base_Palette4 1_12.asset | 3 ++ .../Base_Palette4 1_12.asset.meta | 3 ++ .../Base_Palette4 1_13.asset | 3 ++ .../Base_Palette4 1_13.asset.meta | 3 ++ .../Base_Palette4 1_14.asset | 3 ++ .../Base_Palette4 1_14.asset.meta | 3 ++ .../Base_Palette4 1_15.asset | 3 ++ .../Base_Palette4 1_15.asset.meta | 3 ++ .../Base_Palette4 1_16.asset | 3 ++ .../Base_Palette4 1_16.asset.meta | 3 ++ .../Base_Palette4 1_17.asset | 3 ++ .../Base_Palette4 1_17.asset.meta | 3 ++ .../Base_Palette4 1_18.asset | 3 ++ .../Base_Palette4 1_18.asset.meta | 3 ++ .../Base_Palette4 1_19.asset | 3 ++ .../Base_Palette4 1_19.asset.meta | 3 ++ .../Base_Palette4 1_2.asset | 3 ++ .../Base_Palette4 1_2.asset.meta | 3 ++ .../Base_Palette4 1_20.asset | 3 ++ .../Base_Palette4 1_20.asset.meta | 3 ++ .../Base_Palette4 1_21.asset | 3 ++ .../Base_Palette4 1_21.asset.meta | 3 ++ .../Base_Palette4 1_22.asset | 3 ++ .../Base_Palette4 1_22.asset.meta | 3 ++ .../Base_Palette4 1_23.asset | 3 ++ .../Base_Palette4 1_23.asset.meta | 3 ++ .../Base_Palette4 1_24.asset | 3 ++ .../Base_Palette4 1_24.asset.meta | 3 ++ .../Base_Palette4 1_25.asset | 3 ++ .../Base_Palette4 1_25.asset.meta | 3 ++ .../Base_Palette4 1_26.asset | 3 ++ .../Base_Palette4 1_26.asset.meta | 3 ++ .../Base_Palette4 1_27.asset | 3 ++ .../Base_Palette4 1_27.asset.meta | 3 ++ .../Base_Palette4 1_28.asset | 3 ++ .../Base_Palette4 1_28.asset.meta | 3 ++ .../Base_Palette4 1_29.asset | 3 ++ .../Base_Palette4 1_29.asset.meta | 3 ++ .../Base_Palette4 1_3.asset | 3 ++ .../Base_Palette4 1_3.asset.meta | 3 ++ .../Base_Palette4 1_30.asset | 3 ++ .../Base_Palette4 1_30.asset.meta | 3 ++ .../Base_Palette4 1_31.asset | 3 ++ .../Base_Palette4 1_31.asset.meta | 3 ++ .../Base_Palette4 1_32.asset | 3 ++ .../Base_Palette4 1_32.asset.meta | 3 ++ .../Base_Palette4 1_33.asset | 3 ++ .../Base_Palette4 1_33.asset.meta | 3 ++ .../Base_Palette4 1_34.asset | 3 ++ .../Base_Palette4 1_34.asset.meta | 3 ++ .../Base_Palette4 1_35.asset | 3 ++ .../Base_Palette4 1_35.asset.meta | 3 ++ .../Base_Palette4 1_36.asset | 3 ++ .../Base_Palette4 1_36.asset.meta | 3 ++ .../Base_Palette4 1_37.asset | 3 ++ .../Base_Palette4 1_37.asset.meta | 3 ++ .../Base_Palette4 1_38.asset | 3 ++ .../Base_Palette4 1_38.asset.meta | 3 ++ .../Base_Palette4 1_39.asset | 3 ++ .../Base_Palette4 1_39.asset.meta | 3 ++ .../Base_Palette4 1_4.asset | 3 ++ .../Base_Palette4 1_4.asset.meta | 3 ++ .../Base_Palette4 1_40.asset | 3 ++ .../Base_Palette4 1_40.asset.meta | 3 ++ .../Base_Palette4 1_41.asset | 3 ++ .../Base_Palette4 1_41.asset.meta | 3 ++ .../Base_Palette4 1_42.asset | 3 ++ .../Base_Palette4 1_42.asset.meta | 3 ++ .../Base_Palette4 1_43.asset | 3 ++ .../Base_Palette4 1_43.asset.meta | 3 ++ .../Base_Palette4 1_44.asset | 3 ++ .../Base_Palette4 1_44.asset.meta | 3 ++ .../Base_Palette4 1_45.asset | 3 ++ .../Base_Palette4 1_45.asset.meta | 3 ++ .../Base_Palette4 1_46.asset | 3 ++ .../Base_Palette4 1_46.asset.meta | 3 ++ .../Base_Palette4 1_47.asset | 3 ++ .../Base_Palette4 1_47.asset.meta | 3 ++ .../Base_Palette4 1_48.asset | 3 ++ .../Base_Palette4 1_48.asset.meta | 3 ++ .../Base_Palette4 1_49.asset | 3 ++ .../Base_Palette4 1_49.asset.meta | 3 ++ .../Base_Palette4 1_5.asset | 3 ++ .../Base_Palette4 1_5.asset.meta | 3 ++ .../Base_Palette4 1_50.asset | 3 ++ .../Base_Palette4 1_50.asset.meta | 3 ++ .../Base_Palette4 1_51.asset | 3 ++ .../Base_Palette4 1_51.asset.meta | 3 ++ .../Base_Palette4 1_52.asset | 3 ++ .../Base_Palette4 1_52.asset.meta | 3 ++ .../Base_Palette4 1_53.asset | 3 ++ .../Base_Palette4 1_53.asset.meta | 3 ++ .../Base_Palette4 1_54.asset | 3 ++ .../Base_Palette4 1_54.asset.meta | 3 ++ .../Base_Palette4 1_55.asset | 3 ++ .../Base_Palette4 1_55.asset.meta | 3 ++ .../Base_Palette4 1_56.asset | 3 ++ .../Base_Palette4 1_56.asset.meta | 3 ++ .../Base_Palette4 1_57.asset | 3 ++ .../Base_Palette4 1_57.asset.meta | 3 ++ .../Base_Palette4 1_58.asset | 3 ++ .../Base_Palette4 1_58.asset.meta | 3 ++ .../Base_Palette4 1_59.asset | 3 ++ .../Base_Palette4 1_59.asset.meta | 3 ++ .../Base_Palette4 1_6.asset | 3 ++ .../Base_Palette4 1_6.asset.meta | 3 ++ .../Base_Palette4 1_60.asset | 3 ++ .../Base_Palette4 1_60.asset.meta | 3 ++ .../Base_Palette4 1_61.asset | 3 ++ .../Base_Palette4 1_61.asset.meta | 3 ++ .../Base_Palette4 1_62.asset | 3 ++ .../Base_Palette4 1_62.asset.meta | 3 ++ .../Base_Palette4 1_63.asset | 3 ++ .../Base_Palette4 1_63.asset.meta | 3 ++ .../Base_Palette4 1_64.asset | 3 ++ .../Base_Palette4 1_64.asset.meta | 3 ++ .../Base_Palette4 1_65.asset | 3 ++ .../Base_Palette4 1_65.asset.meta | 3 ++ .../Base_Palette4 1_66.asset | 3 ++ .../Base_Palette4 1_66.asset.meta | 3 ++ .../Base_Palette4 1_67.asset | 3 ++ .../Base_Palette4 1_67.asset.meta | 3 ++ .../Base_Palette4 1_68.asset | 3 ++ .../Base_Palette4 1_68.asset.meta | 3 ++ .../Base_Palette4 1_69.asset | 3 ++ .../Base_Palette4 1_69.asset.meta | 3 ++ .../Base_Palette4 1_7.asset | 3 ++ .../Base_Palette4 1_7.asset.meta | 3 ++ .../Base_Palette4 1_70.asset | 3 ++ .../Base_Palette4 1_70.asset.meta | 3 ++ .../Base_Palette4 1_71.asset | 3 ++ .../Base_Palette4 1_71.asset.meta | 3 ++ .../Base_Palette4 1_72.asset | 3 ++ .../Base_Palette4 1_72.asset.meta | 3 ++ .../Base_Palette4 1_73.asset | 3 ++ .../Base_Palette4 1_73.asset.meta | 3 ++ .../Base_Palette4 1_74.asset | 3 ++ .../Base_Palette4 1_74.asset.meta | 3 ++ .../Base_Palette4 1_75.asset | 3 ++ .../Base_Palette4 1_75.asset.meta | 3 ++ .../Base_Palette4 1_76.asset | 3 ++ .../Base_Palette4 1_76.asset.meta | 3 ++ .../Base_Palette4 1_77.asset | 3 ++ .../Base_Palette4 1_77.asset.meta | 3 ++ .../Base_Palette4 1_78.asset | 3 ++ .../Base_Palette4 1_78.asset.meta | 3 ++ .../Base_Palette4 1_79.asset | 3 ++ .../Base_Palette4 1_79.asset.meta | 3 ++ .../Base_Palette4 1_8.asset | 3 ++ .../Base_Palette4 1_8.asset.meta | 3 ++ .../Base_Palette4 1_80.asset | 3 ++ .../Base_Palette4 1_80.asset.meta | 3 ++ .../Base_Palette4 1_81.asset | 3 ++ .../Base_Palette4 1_81.asset.meta | 3 ++ .../Base_Palette4 1_82.asset | 3 ++ .../Base_Palette4 1_82.asset.meta | 3 ++ .../Base_Palette4 1_83.asset | 3 ++ .../Base_Palette4 1_83.asset.meta | 3 ++ .../Base_Palette4 1_84.asset | 3 ++ .../Base_Palette4 1_84.asset.meta | 3 ++ .../Base_Palette4 1_85.asset | 3 ++ .../Base_Palette4 1_85.asset.meta | 3 ++ .../Base_Palette4 1_86.asset | 3 ++ .../Base_Palette4 1_86.asset.meta | 3 ++ .../Base_Palette4 1_87.asset | 3 ++ .../Base_Palette4 1_87.asset.meta | 3 ++ .../Base_Palette4 1_88.asset | 3 ++ .../Base_Palette4 1_88.asset.meta | 3 ++ .../Base_Palette4 1_89.asset | 3 ++ .../Base_Palette4 1_89.asset.meta | 3 ++ .../Base_Palette4 1_9.asset | 3 ++ .../Base_Palette4 1_9.asset.meta | 3 ++ .../Base_Palette4 1_90.asset | 3 ++ .../Base_Palette4 1_90.asset.meta | 3 ++ .../Base_Palette4 1_91.asset | 3 ++ .../Base_Palette4 1_91.asset.meta | 3 ++ .../Base_Palette4 1_92.asset | 3 ++ .../Base_Palette4 1_92.asset.meta | 3 ++ .../Base_Palette4 1_93.asset | 3 ++ .../Base_Palette4 1_93.asset.meta | 3 ++ .../Base_Palette4 1_94.asset | 3 ++ .../Base_Palette4 1_94.asset.meta | 3 ++ .../Base_Palette4_0.asset | 3 ++ .../Base_Palette4_0.asset.meta | 3 ++ .../Base_Palette4_1.asset | 3 ++ .../Base_Palette4_1.asset.meta | 3 ++ .../Base_Palette4_10.asset | 3 ++ .../Base_Palette4_10.asset.meta | 3 ++ .../Base_Palette4_11.asset | 3 ++ .../Base_Palette4_11.asset.meta | 3 ++ .../Base_Palette4_12.asset | 3 ++ .../Base_Palette4_12.asset.meta | 3 ++ .../Base_Palette4_13.asset | 3 ++ .../Base_Palette4_13.asset.meta | 3 ++ .../Base_Palette4_14.asset | 3 ++ .../Base_Palette4_14.asset.meta | 3 ++ .../Base_Palette4_15.asset | 3 ++ .../Base_Palette4_15.asset.meta | 3 ++ .../Base_Palette4_16.asset | 3 ++ .../Base_Palette4_16.asset.meta | 3 ++ .../Base_Palette4_17.asset | 3 ++ .../Base_Palette4_17.asset.meta | 3 ++ .../Base_Palette4_18.asset | 3 ++ .../Base_Palette4_18.asset.meta | 3 ++ .../Base_Palette4_19.asset | 3 ++ .../Base_Palette4_19.asset.meta | 3 ++ .../Base_Palette4_2.asset | 3 ++ .../Base_Palette4_2.asset.meta | 3 ++ .../Base_Palette4_20.asset | 3 ++ .../Base_Palette4_20.asset.meta | 3 ++ .../Base_Palette4_21.asset | 3 ++ .../Base_Palette4_21.asset.meta | 3 ++ .../Base_Palette4_22.asset | 3 ++ .../Base_Palette4_22.asset.meta | 3 ++ .../Base_Palette4_23.asset | 3 ++ .../Base_Palette4_23.asset.meta | 3 ++ .../Base_Palette4_24.asset | 3 ++ .../Base_Palette4_24.asset.meta | 3 ++ .../Base_Palette4_25.asset | 3 ++ .../Base_Palette4_25.asset.meta | 3 ++ .../Base_Palette4_26.asset | 3 ++ .../Base_Palette4_26.asset.meta | 3 ++ .../Base_Palette4_27.asset | 3 ++ .../Base_Palette4_27.asset.meta | 3 ++ .../Base_Palette4_28.asset | 3 ++ .../Base_Palette4_28.asset.meta | 3 ++ .../Base_Palette4_29.asset | 3 ++ .../Base_Palette4_29.asset.meta | 3 ++ .../Base_Palette4_3.asset | 3 ++ .../Base_Palette4_3.asset.meta | 3 ++ .../Base_Palette4_30.asset | 3 ++ .../Base_Palette4_30.asset.meta | 3 ++ .../Base_Palette4_31.asset | 3 ++ .../Base_Palette4_31.asset.meta | 3 ++ .../Base_Palette4_32.asset | 3 ++ .../Base_Palette4_32.asset.meta | 3 ++ .../Base_Palette4_33.asset | 3 ++ .../Base_Palette4_33.asset.meta | 3 ++ .../Base_Palette4_34.asset | 3 ++ .../Base_Palette4_34.asset.meta | 3 ++ .../Base_Palette4_35.asset | 3 ++ .../Base_Palette4_35.asset.meta | 3 ++ .../Base_Palette4_36.asset | 3 ++ .../Base_Palette4_36.asset.meta | 3 ++ .../Base_Palette4_37.asset | 3 ++ .../Base_Palette4_37.asset.meta | 3 ++ .../Base_Palette4_38.asset | 3 ++ .../Base_Palette4_38.asset.meta | 3 ++ .../Base_Palette4_39.asset | 3 ++ .../Base_Palette4_39.asset.meta | 3 ++ .../Base_Palette4_4.asset | 3 ++ .../Base_Palette4_4.asset.meta | 3 ++ .../Base_Palette4_40.asset | 3 ++ .../Base_Palette4_40.asset.meta | 3 ++ .../Base_Palette4_41.asset | 3 ++ .../Base_Palette4_41.asset.meta | 3 ++ .../Base_Palette4_42.asset | 3 ++ .../Base_Palette4_42.asset.meta | 3 ++ .../Base_Palette4_43.asset | 3 ++ .../Base_Palette4_43.asset.meta | 3 ++ .../Base_Palette4_44.asset | 3 ++ .../Base_Palette4_44.asset.meta | 3 ++ .../Base_Palette4_45.asset | 3 ++ .../Base_Palette4_45.asset.meta | 3 ++ .../Base_Palette4_46.asset | 3 ++ .../Base_Palette4_46.asset.meta | 3 ++ .../Base_Palette4_47.asset | 3 ++ .../Base_Palette4_47.asset.meta | 3 ++ .../Base_Palette4_48.asset | 3 ++ .../Base_Palette4_48.asset.meta | 3 ++ .../Base_Palette4_49.asset | 3 ++ .../Base_Palette4_49.asset.meta | 3 ++ .../Base_Palette4_5.asset | 3 ++ .../Base_Palette4_5.asset.meta | 3 ++ .../Base_Palette4_50.asset | 3 ++ .../Base_Palette4_50.asset.meta | 3 ++ .../Base_Palette4_51.asset | 3 ++ .../Base_Palette4_51.asset.meta | 3 ++ .../Base_Palette4_52.asset | 3 ++ .../Base_Palette4_52.asset.meta | 3 ++ .../Base_Palette4_53.asset | 3 ++ .../Base_Palette4_53.asset.meta | 3 ++ .../Base_Palette4_54.asset | 3 ++ .../Base_Palette4_54.asset.meta | 3 ++ .../Base_Palette4_55.asset | 3 ++ .../Base_Palette4_55.asset.meta | 3 ++ .../Base_Palette4_56.asset | 3 ++ .../Base_Palette4_56.asset.meta | 3 ++ .../Base_Palette4_57.asset | 3 ++ .../Base_Palette4_57.asset.meta | 3 ++ .../Base_Palette4_58.asset | 3 ++ .../Base_Palette4_58.asset.meta | 3 ++ .../Base_Palette4_59.asset | 3 ++ .../Base_Palette4_59.asset.meta | 3 ++ .../Base_Palette4_6.asset | 3 ++ .../Base_Palette4_6.asset.meta | 3 ++ .../Base_Palette4_60.asset | 3 ++ .../Base_Palette4_60.asset.meta | 3 ++ .../Base_Palette4_61.asset | 3 ++ .../Base_Palette4_61.asset.meta | 3 ++ .../Base_Palette4_62.asset | 3 ++ .../Base_Palette4_62.asset.meta | 3 ++ .../Base_Palette4_63.asset | 3 ++ .../Base_Palette4_63.asset.meta | 3 ++ .../Base_Palette4_64.asset | 3 ++ .../Base_Palette4_64.asset.meta | 3 ++ .../Base_Palette4_65.asset | 3 ++ .../Base_Palette4_65.asset.meta | 3 ++ .../Base_Palette4_66.asset | 3 ++ .../Base_Palette4_66.asset.meta | 3 ++ .../Base_Palette4_67.asset | 3 ++ .../Base_Palette4_67.asset.meta | 3 ++ .../Base_Palette4_68.asset | 3 ++ .../Base_Palette4_68.asset.meta | 3 ++ .../Base_Palette4_69.asset | 3 ++ .../Base_Palette4_69.asset.meta | 3 ++ .../Base_Palette4_7.asset | 3 ++ .../Base_Palette4_7.asset.meta | 3 ++ .../Base_Palette4_70.asset | 3 ++ .../Base_Palette4_70.asset.meta | 3 ++ .../Base_Palette4_71.asset | 3 ++ .../Base_Palette4_71.asset.meta | 3 ++ .../Base_Palette4_72.asset | 3 ++ .../Base_Palette4_72.asset.meta | 3 ++ .../Base_Palette4_73.asset | 3 ++ .../Base_Palette4_73.asset.meta | 3 ++ .../Base_Palette4_74.asset | 3 ++ .../Base_Palette4_74.asset.meta | 3 ++ .../Base_Palette4_75.asset | 3 ++ .../Base_Palette4_75.asset.meta | 3 ++ .../Base_Palette4_76.asset | 3 ++ .../Base_Palette4_76.asset.meta | 3 ++ .../Base_Palette4_77.asset | 3 ++ .../Base_Palette4_77.asset.meta | 3 ++ .../Base_Palette4_78.asset | 3 ++ .../Base_Palette4_78.asset.meta | 3 ++ .../Base_Palette4_79.asset | 3 ++ .../Base_Palette4_79.asset.meta | 3 ++ .../Base_Palette4_8.asset | 3 ++ .../Base_Palette4_8.asset.meta | 3 ++ .../Base_Palette4_80.asset | 3 ++ .../Base_Palette4_80.asset.meta | 3 ++ .../Base_Palette4_81.asset | 3 ++ .../Base_Palette4_81.asset.meta | 3 ++ .../Base_Palette4_82.asset | 3 ++ .../Base_Palette4_82.asset.meta | 3 ++ .../Base_Palette4_83.asset | 3 ++ .../Base_Palette4_83.asset.meta | 3 ++ .../Base_Palette4_84.asset | 3 ++ .../Base_Palette4_84.asset.meta | 3 ++ .../Base_Palette4_85.asset | 3 ++ .../Base_Palette4_85.asset.meta | 3 ++ .../Base_Palette4_86.asset | 3 ++ .../Base_Palette4_86.asset.meta | 3 ++ .../Base_Palette4_87.asset | 3 ++ .../Base_Palette4_87.asset.meta | 3 ++ .../Base_Palette4_88.asset | 3 ++ .../Base_Palette4_88.asset.meta | 3 ++ .../Base_Palette4_89.asset | 3 ++ .../Base_Palette4_89.asset.meta | 3 ++ .../Base_Palette4_9.asset | 3 ++ .../Base_Palette4_9.asset.meta | 3 ++ .../Base_Palette4_90.asset | 3 ++ .../Base_Palette4_90.asset.meta | 3 ++ .../DarkRocks_Palette_0.asset | 3 ++ .../DarkRocks_Palette_0.asset.meta | 3 ++ .../DarkRocks_Palette_1.asset | 3 ++ .../DarkRocks_Palette_1.asset.meta | 3 ++ .../DarkRocks_Palette_10.asset | 3 ++ .../DarkRocks_Palette_10.asset.meta | 3 ++ .../DarkRocks_Palette_11.asset | 3 ++ .../DarkRocks_Palette_11.asset.meta | 3 ++ .../DarkRocks_Palette_12.asset | 3 ++ .../DarkRocks_Palette_12.asset.meta | 3 ++ .../DarkRocks_Palette_13.asset | 3 ++ .../DarkRocks_Palette_13.asset.meta | 3 ++ .../DarkRocks_Palette_14.asset | 3 ++ .../DarkRocks_Palette_14.asset.meta | 3 ++ .../DarkRocks_Palette_15.asset | 3 ++ .../DarkRocks_Palette_15.asset.meta | 3 ++ .../DarkRocks_Palette_16.asset | 3 ++ .../DarkRocks_Palette_16.asset.meta | 3 ++ .../DarkRocks_Palette_17.asset | 3 ++ .../DarkRocks_Palette_17.asset.meta | 3 ++ .../DarkRocks_Palette_18.asset | 3 ++ .../DarkRocks_Palette_18.asset.meta | 3 ++ .../DarkRocks_Palette_19.asset | 3 ++ .../DarkRocks_Palette_19.asset.meta | 3 ++ .../DarkRocks_Palette_2.asset | 3 ++ .../DarkRocks_Palette_2.asset.meta | 3 ++ .../DarkRocks_Palette_3.asset | 3 ++ .../DarkRocks_Palette_3.asset.meta | 3 ++ .../DarkRocks_Palette_4.asset | 3 ++ .../DarkRocks_Palette_4.asset.meta | 3 ++ .../DarkRocks_Palette_5.asset | 3 ++ .../DarkRocks_Palette_5.asset.meta | 3 ++ .../DarkRocks_Palette_6.asset | 3 ++ .../DarkRocks_Palette_6.asset.meta | 3 ++ .../DarkRocks_Palette_7.asset | 3 ++ .../DarkRocks_Palette_7.asset.meta | 3 ++ .../DarkRocks_Palette_8.asset | 3 ++ .../DarkRocks_Palette_8.asset.meta | 3 ++ .../DarkRocks_Palette_9.asset | 3 ++ .../DarkRocks_Palette_9.asset.meta | 3 ++ .../DarkWallsBlue_Palette_0.asset | 3 ++ .../DarkWallsBlue_Palette_0.asset.meta | 3 ++ .../DarkWallsBlue_Palette_1.asset | 3 ++ .../DarkWallsBlue_Palette_1.asset.meta | 3 ++ .../DarkWallsBlue_Palette_2.asset | 3 ++ .../DarkWallsBlue_Palette_2.asset.meta | 3 ++ .../DarkWallsBlue_Palette_3.asset | 3 ++ .../DarkWallsBlue_Palette_3.asset.meta | 3 ++ .../DarkWallsBlue_Palette_4.asset | 3 ++ .../DarkWallsBlue_Palette_4.asset.meta | 3 ++ .../DarkWalls_Palette_0.asset | 3 ++ .../DarkWalls_Palette_0.asset.meta | 3 ++ .../DarkWalls_Palette_1.asset | 3 ++ .../DarkWalls_Palette_1.asset.meta | 3 ++ .../DarkWalls_Palette_2.asset | 3 ++ .../DarkWalls_Palette_2.asset.meta | 3 ++ .../DarkWalls_Palette_3.asset | 3 ++ .../DarkWalls_Palette_3.asset.meta | 3 ++ .../DarkWalls_Palette_4.asset | 3 ++ .../DarkWalls_Palette_4.asset.meta | 3 ++ .../ExtraDecor_Palette1_0.asset | 3 ++ .../ExtraDecor_Palette1_0.asset.meta | 3 ++ .../ExtraDecor_Palette1_1.asset | 3 ++ .../ExtraDecor_Palette1_1.asset.meta | 3 ++ .../ExtraDecor_Palette1_10.asset | 3 ++ .../ExtraDecor_Palette1_10.asset.meta | 3 ++ .../ExtraDecor_Palette1_11.asset | 3 ++ .../ExtraDecor_Palette1_11.asset.meta | 3 ++ .../ExtraDecor_Palette1_12.asset | 3 ++ .../ExtraDecor_Palette1_12.asset.meta | 3 ++ .../ExtraDecor_Palette1_13.asset | 3 ++ .../ExtraDecor_Palette1_13.asset.meta | 3 ++ .../ExtraDecor_Palette1_14.asset | 3 ++ .../ExtraDecor_Palette1_14.asset.meta | 3 ++ .../ExtraDecor_Palette1_15.asset | 3 ++ .../ExtraDecor_Palette1_15.asset.meta | 3 ++ .../ExtraDecor_Palette1_16.asset | 3 ++ .../ExtraDecor_Palette1_16.asset.meta | 3 ++ .../ExtraDecor_Palette1_17.asset | 3 ++ .../ExtraDecor_Palette1_17.asset.meta | 3 ++ .../ExtraDecor_Palette1_18.asset | 3 ++ .../ExtraDecor_Palette1_18.asset.meta | 3 ++ .../ExtraDecor_Palette1_19.asset | 3 ++ .../ExtraDecor_Palette1_19.asset.meta | 3 ++ .../ExtraDecor_Palette1_2.asset | 3 ++ .../ExtraDecor_Palette1_2.asset.meta | 3 ++ .../ExtraDecor_Palette1_20.asset | 3 ++ .../ExtraDecor_Palette1_20.asset.meta | 3 ++ .../ExtraDecor_Palette1_21.asset | 3 ++ .../ExtraDecor_Palette1_21.asset.meta | 3 ++ .../ExtraDecor_Palette1_22.asset | 3 ++ .../ExtraDecor_Palette1_22.asset.meta | 3 ++ .../ExtraDecor_Palette1_23.asset | 3 ++ .../ExtraDecor_Palette1_23.asset.meta | 3 ++ .../ExtraDecor_Palette1_24.asset | 3 ++ .../ExtraDecor_Palette1_24.asset.meta | 3 ++ .../ExtraDecor_Palette1_25.asset | 3 ++ .../ExtraDecor_Palette1_25.asset.meta | 3 ++ .../ExtraDecor_Palette1_26.asset | 3 ++ .../ExtraDecor_Palette1_26.asset.meta | 3 ++ .../ExtraDecor_Palette1_27.asset | 3 ++ .../ExtraDecor_Palette1_27.asset.meta | 3 ++ .../ExtraDecor_Palette1_28.asset | 3 ++ .../ExtraDecor_Palette1_28.asset.meta | 3 ++ .../ExtraDecor_Palette1_29.asset | 3 ++ .../ExtraDecor_Palette1_29.asset.meta | 3 ++ .../ExtraDecor_Palette1_3.asset | 3 ++ .../ExtraDecor_Palette1_3.asset.meta | 3 ++ .../ExtraDecor_Palette1_30.asset | 3 ++ .../ExtraDecor_Palette1_30.asset.meta | 3 ++ .../ExtraDecor_Palette1_31.asset | 3 ++ .../ExtraDecor_Palette1_31.asset.meta | 3 ++ .../ExtraDecor_Palette1_32.asset | 3 ++ .../ExtraDecor_Palette1_32.asset.meta | 3 ++ .../ExtraDecor_Palette1_33.asset | 3 ++ .../ExtraDecor_Palette1_33.asset.meta | 3 ++ .../ExtraDecor_Palette1_4.asset | 3 ++ .../ExtraDecor_Palette1_4.asset.meta | 3 ++ .../ExtraDecor_Palette1_5.asset | 3 ++ .../ExtraDecor_Palette1_5.asset.meta | 3 ++ .../ExtraDecor_Palette1_6.asset | 3 ++ .../ExtraDecor_Palette1_6.asset.meta | 3 ++ .../ExtraDecor_Palette1_7.asset | 3 ++ .../ExtraDecor_Palette1_7.asset.meta | 3 ++ .../ExtraDecor_Palette1_8.asset | 3 ++ .../ExtraDecor_Palette1_8.asset.meta | 3 ++ .../ExtraDecor_Palette1_9.asset | 3 ++ .../ExtraDecor_Palette1_9.asset.meta | 3 ++ .../Floor_Tile_0.asset | 3 ++ .../Floor_Tile_0.asset.meta | 3 ++ .../Floor_Tile_1.asset | 3 ++ .../Floor_Tile_1.asset.meta | 3 ++ .../Floor_Tile_2.asset | 3 ++ .../Floor_Tile_2.asset.meta | 3 ++ .../Floor_Tile_3.asset | 3 ++ .../Floor_Tile_3.asset.meta | 3 ++ .../Floor_Tile_4.asset | 3 ++ .../Floor_Tile_4.asset.meta | 3 ++ .../Floor_Tile_5.asset | 3 ++ .../Floor_Tile_5.asset.meta | 3 ++ .../Floor_Tile_6.asset | 3 ++ .../Floor_Tile_6.asset.meta | 3 ++ .../Floor_Tile_7.asset | 3 ++ .../Floor_Tile_7.asset.meta | 3 ++ .../Floor_Tile_8.asset | 3 ++ .../Floor_Tile_8.asset.meta | 3 ++ .../Grass_Extended_0.asset | 3 ++ .../Grass_Extended_0.asset.meta | 3 ++ .../Grass_Extended_1.asset | 3 ++ .../Grass_Extended_1.asset.meta | 3 ++ .../Grass_Extended_2.asset | 3 ++ .../Grass_Extended_2.asset.meta | 3 ++ .../Grass_Extended_3.asset | 3 ++ .../Grass_Extended_3.asset.meta | 3 ++ .../Grass_Extended_4.asset | 3 ++ .../Grass_Extended_4.asset.meta | 3 ++ .../Grass_Extended_5.asset | 3 ++ .../Grass_Extended_5.asset.meta | 3 ++ .../Grass_Extended_6.asset | 3 ++ .../Grass_Extended_6.asset.meta | 3 ++ .../Grass_Extended_7.asset | 3 ++ .../Grass_Extended_7.asset.meta | 3 ++ .../Grass_Extended_8.asset | 3 ++ .../Grass_Extended_8.asset.meta | 3 ++ .../LoweredArea_Palette_0.asset | 3 ++ .../LoweredArea_Palette_0.asset.meta | 3 ++ .../LoweredArea_Palette_1.asset | 3 ++ .../LoweredArea_Palette_1.asset.meta | 3 ++ .../LoweredArea_Palette_10.asset | 3 ++ .../LoweredArea_Palette_10.asset.meta | 3 ++ .../LoweredArea_Palette_11.asset | 3 ++ .../LoweredArea_Palette_11.asset.meta | 3 ++ .../LoweredArea_Palette_12.asset | 3 ++ .../LoweredArea_Palette_12.asset.meta | 3 ++ .../LoweredArea_Palette_13.asset | 3 ++ .../LoweredArea_Palette_13.asset.meta | 3 ++ .../LoweredArea_Palette_14.asset | 3 ++ .../LoweredArea_Palette_14.asset.meta | 3 ++ .../LoweredArea_Palette_15.asset | 3 ++ .../LoweredArea_Palette_15.asset.meta | 3 ++ .../LoweredArea_Palette_16.asset | 3 ++ .../LoweredArea_Palette_16.asset.meta | 3 ++ .../LoweredArea_Palette_17.asset | 3 ++ .../LoweredArea_Palette_17.asset.meta | 3 ++ .../LoweredArea_Palette_18.asset | 3 ++ .../LoweredArea_Palette_18.asset.meta | 3 ++ .../LoweredArea_Palette_19.asset | 3 ++ .../LoweredArea_Palette_19.asset.meta | 3 ++ .../LoweredArea_Palette_2.asset | 3 ++ .../LoweredArea_Palette_2.asset.meta | 3 ++ .../LoweredArea_Palette_20.asset | 3 ++ .../LoweredArea_Palette_20.asset.meta | 3 ++ .../LoweredArea_Palette_21.asset | 3 ++ .../LoweredArea_Palette_21.asset.meta | 3 ++ .../LoweredArea_Palette_22.asset | 3 ++ .../LoweredArea_Palette_22.asset.meta | 3 ++ .../LoweredArea_Palette_23.asset | 3 ++ .../LoweredArea_Palette_23.asset.meta | 3 ++ .../LoweredArea_Palette_24.asset | 3 ++ .../LoweredArea_Palette_24.asset.meta | 3 ++ .../LoweredArea_Palette_25.asset | 3 ++ .../LoweredArea_Palette_25.asset.meta | 3 ++ .../LoweredArea_Palette_3.asset | 3 ++ .../LoweredArea_Palette_3.asset.meta | 3 ++ .../LoweredArea_Palette_4.asset | 3 ++ .../LoweredArea_Palette_4.asset.meta | 3 ++ .../LoweredArea_Palette_5.asset | 3 ++ .../LoweredArea_Palette_5.asset.meta | 3 ++ .../LoweredArea_Palette_6.asset | 3 ++ .../LoweredArea_Palette_6.asset.meta | 3 ++ .../LoweredArea_Palette_7.asset | 3 ++ .../LoweredArea_Palette_7.asset.meta | 3 ++ .../LoweredArea_Palette_8.asset | 3 ++ .../LoweredArea_Palette_8.asset.meta | 3 ++ .../LoweredArea_Palette_9.asset | 3 ++ .../LoweredArea_Palette_9.asset.meta | 3 ++ .../Nature_Palette1_0.asset | 3 ++ .../Nature_Palette1_0.asset.meta | 3 ++ .../Nature_Palette1_1.asset | 3 ++ .../Nature_Palette1_1.asset.meta | 3 ++ .../Nature_Palette1_10.asset | 3 ++ .../Nature_Palette1_10.asset.meta | 3 ++ .../Nature_Palette1_100.asset | 3 ++ .../Nature_Palette1_100.asset.meta | 3 ++ .../Nature_Palette1_101.asset | 3 ++ .../Nature_Palette1_101.asset.meta | 3 ++ .../Nature_Palette1_102.asset | 3 ++ .../Nature_Palette1_102.asset.meta | 3 ++ .../Nature_Palette1_103.asset | 3 ++ .../Nature_Palette1_103.asset.meta | 3 ++ .../Nature_Palette1_104.asset | 3 ++ .../Nature_Palette1_104.asset.meta | 3 ++ .../Nature_Palette1_105.asset | 3 ++ .../Nature_Palette1_105.asset.meta | 3 ++ .../Nature_Palette1_106.asset | 3 ++ .../Nature_Palette1_106.asset.meta | 3 ++ .../Nature_Palette1_107.asset | 3 ++ .../Nature_Palette1_107.asset.meta | 3 ++ .../Nature_Palette1_108.asset | 3 ++ .../Nature_Palette1_108.asset.meta | 3 ++ .../Nature_Palette1_109.asset | 3 ++ .../Nature_Palette1_109.asset.meta | 3 ++ .../Nature_Palette1_11.asset | 3 ++ .../Nature_Palette1_11.asset.meta | 3 ++ .../Nature_Palette1_110.asset | 3 ++ .../Nature_Palette1_110.asset.meta | 3 ++ .../Nature_Palette1_111.asset | 3 ++ .../Nature_Palette1_111.asset.meta | 3 ++ .../Nature_Palette1_112.asset | 3 ++ .../Nature_Palette1_112.asset.meta | 3 ++ .../Nature_Palette1_113.asset | 3 ++ .../Nature_Palette1_113.asset.meta | 3 ++ .../Nature_Palette1_114.asset | 3 ++ .../Nature_Palette1_114.asset.meta | 3 ++ .../Nature_Palette1_115.asset | 3 ++ .../Nature_Palette1_115.asset.meta | 3 ++ .../Nature_Palette1_116.asset | 3 ++ .../Nature_Palette1_116.asset.meta | 3 ++ .../Nature_Palette1_117.asset | 3 ++ .../Nature_Palette1_117.asset.meta | 3 ++ .../Nature_Palette1_118.asset | 3 ++ .../Nature_Palette1_118.asset.meta | 3 ++ .../Nature_Palette1_119.asset | 3 ++ .../Nature_Palette1_119.asset.meta | 3 ++ .../Nature_Palette1_12.asset | 3 ++ .../Nature_Palette1_12.asset.meta | 3 ++ .../Nature_Palette1_120.asset | 3 ++ .../Nature_Palette1_120.asset.meta | 3 ++ .../Nature_Palette1_121.asset | 3 ++ .../Nature_Palette1_121.asset.meta | 3 ++ .../Nature_Palette1_122.asset | 3 ++ .../Nature_Palette1_122.asset.meta | 3 ++ .../Nature_Palette1_123.asset | 3 ++ .../Nature_Palette1_123.asset.meta | 3 ++ .../Nature_Palette1_124.asset | 3 ++ .../Nature_Palette1_124.asset.meta | 3 ++ .../Nature_Palette1_125.asset | 3 ++ .../Nature_Palette1_125.asset.meta | 3 ++ .../Nature_Palette1_126.asset | 3 ++ .../Nature_Palette1_126.asset.meta | 3 ++ .../Nature_Palette1_127.asset | 3 ++ .../Nature_Palette1_127.asset.meta | 3 ++ .../Nature_Palette1_128.asset | 3 ++ .../Nature_Palette1_128.asset.meta | 3 ++ .../Nature_Palette1_129.asset | 3 ++ .../Nature_Palette1_129.asset.meta | 3 ++ .../Nature_Palette1_13.asset | 3 ++ .../Nature_Palette1_13.asset.meta | 3 ++ .../Nature_Palette1_130.asset | 3 ++ .../Nature_Palette1_130.asset.meta | 3 ++ .../Nature_Palette1_131.asset | 3 ++ .../Nature_Palette1_131.asset.meta | 3 ++ .../Nature_Palette1_132.asset | 3 ++ .../Nature_Palette1_132.asset.meta | 3 ++ .../Nature_Palette1_133.asset | 3 ++ .../Nature_Palette1_133.asset.meta | 3 ++ .../Nature_Palette1_134.asset | 3 ++ .../Nature_Palette1_134.asset.meta | 3 ++ .../Nature_Palette1_135.asset | 3 ++ .../Nature_Palette1_135.asset.meta | 3 ++ .../Nature_Palette1_136.asset | 3 ++ .../Nature_Palette1_136.asset.meta | 3 ++ .../Nature_Palette1_137.asset | 3 ++ .../Nature_Palette1_137.asset.meta | 3 ++ .../Nature_Palette1_138.asset | 3 ++ .../Nature_Palette1_138.asset.meta | 3 ++ .../Nature_Palette1_139.asset | 3 ++ .../Nature_Palette1_139.asset.meta | 3 ++ .../Nature_Palette1_14.asset | 3 ++ .../Nature_Palette1_14.asset.meta | 3 ++ .../Nature_Palette1_140.asset | 3 ++ .../Nature_Palette1_140.asset.meta | 3 ++ .../Nature_Palette1_141.asset | 3 ++ .../Nature_Palette1_141.asset.meta | 3 ++ .../Nature_Palette1_142.asset | 3 ++ .../Nature_Palette1_142.asset.meta | 3 ++ .../Nature_Palette1_143.asset | 3 ++ .../Nature_Palette1_143.asset.meta | 3 ++ .../Nature_Palette1_144.asset | 3 ++ .../Nature_Palette1_144.asset.meta | 3 ++ .../Nature_Palette1_145.asset | 3 ++ .../Nature_Palette1_145.asset.meta | 3 ++ .../Nature_Palette1_146.asset | 3 ++ .../Nature_Palette1_146.asset.meta | 3 ++ .../Nature_Palette1_147.asset | 3 ++ .../Nature_Palette1_147.asset.meta | 3 ++ .../Nature_Palette1_148.asset | 3 ++ .../Nature_Palette1_148.asset.meta | 3 ++ .../Nature_Palette1_149.asset | 3 ++ .../Nature_Palette1_149.asset.meta | 3 ++ .../Nature_Palette1_15.asset | 3 ++ .../Nature_Palette1_15.asset.meta | 3 ++ .../Nature_Palette1_150.asset | 3 ++ .../Nature_Palette1_150.asset.meta | 3 ++ .../Nature_Palette1_151.asset | 3 ++ .../Nature_Palette1_151.asset.meta | 3 ++ .../Nature_Palette1_152.asset | 3 ++ .../Nature_Palette1_152.asset.meta | 3 ++ .../Nature_Palette1_153.asset | 3 ++ .../Nature_Palette1_153.asset.meta | 3 ++ .../Nature_Palette1_154.asset | 3 ++ .../Nature_Palette1_154.asset.meta | 3 ++ .../Nature_Palette1_155.asset | 3 ++ .../Nature_Palette1_155.asset.meta | 3 ++ .../Nature_Palette1_156.asset | 3 ++ .../Nature_Palette1_156.asset.meta | 3 ++ .../Nature_Palette1_157.asset | 3 ++ .../Nature_Palette1_157.asset.meta | 3 ++ .../Nature_Palette1_158.asset | 3 ++ .../Nature_Palette1_158.asset.meta | 3 ++ .../Nature_Palette1_159.asset | 3 ++ .../Nature_Palette1_159.asset.meta | 3 ++ .../Nature_Palette1_16.asset | 3 ++ .../Nature_Palette1_16.asset.meta | 3 ++ .../Nature_Palette1_160.asset | 3 ++ .../Nature_Palette1_160.asset.meta | 3 ++ .../Nature_Palette1_161.asset | 3 ++ .../Nature_Palette1_161.asset.meta | 3 ++ .../Nature_Palette1_162.asset | 3 ++ .../Nature_Palette1_162.asset.meta | 3 ++ .../Nature_Palette1_163.asset | 3 ++ .../Nature_Palette1_163.asset.meta | 3 ++ .../Nature_Palette1_164.asset | 3 ++ .../Nature_Palette1_164.asset.meta | 3 ++ .../Nature_Palette1_165.asset | 3 ++ .../Nature_Palette1_165.asset.meta | 3 ++ .../Nature_Palette1_166.asset | 3 ++ .../Nature_Palette1_166.asset.meta | 3 ++ .../Nature_Palette1_167.asset | 3 ++ .../Nature_Palette1_167.asset.meta | 3 ++ .../Nature_Palette1_168.asset | 3 ++ .../Nature_Palette1_168.asset.meta | 3 ++ .../Nature_Palette1_169.asset | 3 ++ .../Nature_Palette1_169.asset.meta | 3 ++ .../Nature_Palette1_17.asset | 3 ++ .../Nature_Palette1_17.asset.meta | 3 ++ .../Nature_Palette1_170.asset | 3 ++ .../Nature_Palette1_170.asset.meta | 3 ++ .../Nature_Palette1_171.asset | 3 ++ .../Nature_Palette1_171.asset.meta | 3 ++ .../Nature_Palette1_172.asset | 3 ++ .../Nature_Palette1_172.asset.meta | 3 ++ .../Nature_Palette1_173.asset | 3 ++ .../Nature_Palette1_173.asset.meta | 3 ++ .../Nature_Palette1_174.asset | 3 ++ .../Nature_Palette1_174.asset.meta | 3 ++ .../Nature_Palette1_175.asset | 3 ++ .../Nature_Palette1_175.asset.meta | 3 ++ .../Nature_Palette1_176.asset | 3 ++ .../Nature_Palette1_176.asset.meta | 3 ++ .../Nature_Palette1_177.asset | 3 ++ .../Nature_Palette1_177.asset.meta | 3 ++ .../Nature_Palette1_178.asset | 3 ++ .../Nature_Palette1_178.asset.meta | 3 ++ .../Nature_Palette1_179.asset | 3 ++ .../Nature_Palette1_179.asset.meta | 3 ++ .../Nature_Palette1_18.asset | 3 ++ .../Nature_Palette1_18.asset.meta | 3 ++ .../Nature_Palette1_180.asset | 3 ++ .../Nature_Palette1_180.asset.meta | 3 ++ .../Nature_Palette1_181.asset | 3 ++ .../Nature_Palette1_181.asset.meta | 3 ++ .../Nature_Palette1_182.asset | 3 ++ .../Nature_Palette1_182.asset.meta | 3 ++ .../Nature_Palette1_183.asset | 3 ++ .../Nature_Palette1_183.asset.meta | 3 ++ .../Nature_Palette1_184.asset | 3 ++ .../Nature_Palette1_184.asset.meta | 3 ++ .../Nature_Palette1_185.asset | 3 ++ .../Nature_Palette1_185.asset.meta | 3 ++ .../Nature_Palette1_186.asset | 3 ++ .../Nature_Palette1_186.asset.meta | 3 ++ .../Nature_Palette1_187.asset | 3 ++ .../Nature_Palette1_187.asset.meta | 3 ++ .../Nature_Palette1_188.asset | 3 ++ .../Nature_Palette1_188.asset.meta | 3 ++ .../Nature_Palette1_189.asset | 3 ++ .../Nature_Palette1_189.asset.meta | 3 ++ .../Nature_Palette1_19.asset | 3 ++ .../Nature_Palette1_19.asset.meta | 3 ++ .../Nature_Palette1_190.asset | 3 ++ .../Nature_Palette1_190.asset.meta | 3 ++ .../Nature_Palette1_191.asset | 3 ++ .../Nature_Palette1_191.asset.meta | 3 ++ .../Nature_Palette1_192.asset | 3 ++ .../Nature_Palette1_192.asset.meta | 3 ++ .../Nature_Palette1_193.asset | 3 ++ .../Nature_Palette1_193.asset.meta | 3 ++ .../Nature_Palette1_194.asset | 3 ++ .../Nature_Palette1_194.asset.meta | 3 ++ .../Nature_Palette1_195.asset | 3 ++ .../Nature_Palette1_195.asset.meta | 3 ++ .../Nature_Palette1_196.asset | 3 ++ .../Nature_Palette1_196.asset.meta | 3 ++ .../Nature_Palette1_197.asset | 3 ++ .../Nature_Palette1_197.asset.meta | 3 ++ .../Nature_Palette1_198.asset | 3 ++ .../Nature_Palette1_198.asset.meta | 3 ++ .../Nature_Palette1_199.asset | 3 ++ .../Nature_Palette1_199.asset.meta | 3 ++ .../Nature_Palette1_2.asset | 3 ++ .../Nature_Palette1_2.asset.meta | 3 ++ .../Nature_Palette1_20.asset | 3 ++ .../Nature_Palette1_20.asset.meta | 3 ++ .../Nature_Palette1_200.asset | 3 ++ .../Nature_Palette1_200.asset.meta | 3 ++ .../Nature_Palette1_201.asset | 3 ++ .../Nature_Palette1_201.asset.meta | 3 ++ .../Nature_Palette1_202.asset | 3 ++ .../Nature_Palette1_202.asset.meta | 3 ++ .../Nature_Palette1_203.asset | 3 ++ .../Nature_Palette1_203.asset.meta | 3 ++ .../Nature_Palette1_204.asset | 3 ++ .../Nature_Palette1_204.asset.meta | 3 ++ .../Nature_Palette1_205.asset | 3 ++ .../Nature_Palette1_205.asset.meta | 3 ++ .../Nature_Palette1_206.asset | 3 ++ .../Nature_Palette1_206.asset.meta | 3 ++ .../Nature_Palette1_207.asset | 3 ++ .../Nature_Palette1_207.asset.meta | 3 ++ .../Nature_Palette1_208.asset | 3 ++ .../Nature_Palette1_208.asset.meta | 3 ++ .../Nature_Palette1_209.asset | 3 ++ .../Nature_Palette1_209.asset.meta | 3 ++ .../Nature_Palette1_21.asset | 3 ++ .../Nature_Palette1_21.asset.meta | 3 ++ .../Nature_Palette1_210.asset | 3 ++ .../Nature_Palette1_210.asset.meta | 3 ++ .../Nature_Palette1_211.asset | 3 ++ .../Nature_Palette1_211.asset.meta | 3 ++ .../Nature_Palette1_212.asset | 3 ++ .../Nature_Palette1_212.asset.meta | 3 ++ .../Nature_Palette1_213.asset | 3 ++ .../Nature_Palette1_213.asset.meta | 3 ++ .../Nature_Palette1_214.asset | 3 ++ .../Nature_Palette1_214.asset.meta | 3 ++ .../Nature_Palette1_215.asset | 3 ++ .../Nature_Palette1_215.asset.meta | 3 ++ .../Nature_Palette1_216.asset | 3 ++ .../Nature_Palette1_216.asset.meta | 3 ++ .../Nature_Palette1_217.asset | 3 ++ .../Nature_Palette1_217.asset.meta | 3 ++ .../Nature_Palette1_218.asset | 3 ++ .../Nature_Palette1_218.asset.meta | 3 ++ .../Nature_Palette1_219.asset | 3 ++ .../Nature_Palette1_219.asset.meta | 3 ++ .../Nature_Palette1_22.asset | 3 ++ .../Nature_Palette1_22.asset.meta | 3 ++ .../Nature_Palette1_220.asset | 3 ++ .../Nature_Palette1_220.asset.meta | 3 ++ .../Nature_Palette1_221.asset | 3 ++ .../Nature_Palette1_221.asset.meta | 3 ++ .../Nature_Palette1_222.asset | 3 ++ .../Nature_Palette1_222.asset.meta | 3 ++ .../Nature_Palette1_223.asset | 3 ++ .../Nature_Palette1_223.asset.meta | 3 ++ .../Nature_Palette1_224.asset | 3 ++ .../Nature_Palette1_224.asset.meta | 3 ++ .../Nature_Palette1_225.asset | 3 ++ .../Nature_Palette1_225.asset.meta | 3 ++ .../Nature_Palette1_226.asset | 3 ++ .../Nature_Palette1_226.asset.meta | 3 ++ .../Nature_Palette1_23.asset | 3 ++ .../Nature_Palette1_23.asset.meta | 3 ++ .../Nature_Palette1_24.asset | 3 ++ .../Nature_Palette1_24.asset.meta | 3 ++ .../Nature_Palette1_25.asset | 3 ++ .../Nature_Palette1_25.asset.meta | 3 ++ .../Nature_Palette1_26.asset | 3 ++ .../Nature_Palette1_26.asset.meta | 3 ++ .../Nature_Palette1_27.asset | 3 ++ .../Nature_Palette1_27.asset.meta | 3 ++ .../Nature_Palette1_28.asset | 3 ++ .../Nature_Palette1_28.asset.meta | 3 ++ .../Nature_Palette1_29.asset | 3 ++ .../Nature_Palette1_29.asset.meta | 3 ++ .../Nature_Palette1_3.asset | 3 ++ .../Nature_Palette1_3.asset.meta | 3 ++ .../Nature_Palette1_30.asset | 3 ++ .../Nature_Palette1_30.asset.meta | 3 ++ .../Nature_Palette1_31.asset | 3 ++ .../Nature_Palette1_31.asset.meta | 3 ++ .../Nature_Palette1_32.asset | 3 ++ .../Nature_Palette1_32.asset.meta | 3 ++ .../Nature_Palette1_33.asset | 3 ++ .../Nature_Palette1_33.asset.meta | 3 ++ .../Nature_Palette1_34.asset | 3 ++ .../Nature_Palette1_34.asset.meta | 3 ++ .../Nature_Palette1_35.asset | 3 ++ .../Nature_Palette1_35.asset.meta | 3 ++ .../Nature_Palette1_36.asset | 3 ++ .../Nature_Palette1_36.asset.meta | 3 ++ .../Nature_Palette1_37.asset | 3 ++ .../Nature_Palette1_37.asset.meta | 3 ++ .../Nature_Palette1_38.asset | 3 ++ .../Nature_Palette1_38.asset.meta | 3 ++ .../Nature_Palette1_39.asset | 3 ++ .../Nature_Palette1_39.asset.meta | 3 ++ .../Nature_Palette1_4.asset | 3 ++ .../Nature_Palette1_4.asset.meta | 3 ++ .../Nature_Palette1_40.asset | 3 ++ .../Nature_Palette1_40.asset.meta | 3 ++ .../Nature_Palette1_41.asset | 3 ++ .../Nature_Palette1_41.asset.meta | 3 ++ .../Nature_Palette1_42.asset | 3 ++ .../Nature_Palette1_42.asset.meta | 3 ++ .../Nature_Palette1_43.asset | 3 ++ .../Nature_Palette1_43.asset.meta | 3 ++ .../Nature_Palette1_44.asset | 3 ++ .../Nature_Palette1_44.asset.meta | 3 ++ .../Nature_Palette1_45.asset | 3 ++ .../Nature_Palette1_45.asset.meta | 3 ++ .../Nature_Palette1_46.asset | 3 ++ .../Nature_Palette1_46.asset.meta | 3 ++ .../Nature_Palette1_47.asset | 3 ++ .../Nature_Palette1_47.asset.meta | 3 ++ .../Nature_Palette1_48.asset | 3 ++ .../Nature_Palette1_48.asset.meta | 3 ++ .../Nature_Palette1_49.asset | 3 ++ .../Nature_Palette1_49.asset.meta | 3 ++ .../Nature_Palette1_5.asset | 3 ++ .../Nature_Palette1_5.asset.meta | 3 ++ .../Nature_Palette1_50.asset | 3 ++ .../Nature_Palette1_50.asset.meta | 3 ++ .../Nature_Palette1_51.asset | 3 ++ .../Nature_Palette1_51.asset.meta | 3 ++ .../Nature_Palette1_52.asset | 3 ++ .../Nature_Palette1_52.asset.meta | 3 ++ .../Nature_Palette1_53.asset | 3 ++ .../Nature_Palette1_53.asset.meta | 3 ++ .../Nature_Palette1_54.asset | 3 ++ .../Nature_Palette1_54.asset.meta | 3 ++ .../Nature_Palette1_55.asset | 3 ++ .../Nature_Palette1_55.asset.meta | 3 ++ .../Nature_Palette1_56.asset | 3 ++ .../Nature_Palette1_56.asset.meta | 3 ++ .../Nature_Palette1_57.asset | 3 ++ .../Nature_Palette1_57.asset.meta | 3 ++ .../Nature_Palette1_58.asset | 3 ++ .../Nature_Palette1_58.asset.meta | 3 ++ .../Nature_Palette1_59.asset | 3 ++ .../Nature_Palette1_59.asset.meta | 3 ++ .../Nature_Palette1_6.asset | 3 ++ .../Nature_Palette1_6.asset.meta | 3 ++ .../Nature_Palette1_60.asset | 3 ++ .../Nature_Palette1_60.asset.meta | 3 ++ .../Nature_Palette1_61.asset | 3 ++ .../Nature_Palette1_61.asset.meta | 3 ++ .../Nature_Palette1_62.asset | 3 ++ .../Nature_Palette1_62.asset.meta | 3 ++ .../Nature_Palette1_63.asset | 3 ++ .../Nature_Palette1_63.asset.meta | 3 ++ .../Nature_Palette1_64.asset | 3 ++ .../Nature_Palette1_64.asset.meta | 3 ++ .../Nature_Palette1_65.asset | 3 ++ .../Nature_Palette1_65.asset.meta | 3 ++ .../Nature_Palette1_66.asset | 3 ++ .../Nature_Palette1_66.asset.meta | 3 ++ .../Nature_Palette1_67.asset | 3 ++ .../Nature_Palette1_67.asset.meta | 3 ++ .../Nature_Palette1_68.asset | 3 ++ .../Nature_Palette1_68.asset.meta | 3 ++ .../Nature_Palette1_69.asset | 3 ++ .../Nature_Palette1_69.asset.meta | 3 ++ .../Nature_Palette1_7.asset | 3 ++ .../Nature_Palette1_7.asset.meta | 3 ++ .../Nature_Palette1_70.asset | 3 ++ .../Nature_Palette1_70.asset.meta | 3 ++ .../Nature_Palette1_71.asset | 3 ++ .../Nature_Palette1_71.asset.meta | 3 ++ .../Nature_Palette1_72.asset | 3 ++ .../Nature_Palette1_72.asset.meta | 3 ++ .../Nature_Palette1_73.asset | 3 ++ .../Nature_Palette1_73.asset.meta | 3 ++ .../Nature_Palette1_74.asset | 3 ++ .../Nature_Palette1_74.asset.meta | 3 ++ .../Nature_Palette1_75.asset | 3 ++ .../Nature_Palette1_75.asset.meta | 3 ++ .../Nature_Palette1_76.asset | 3 ++ .../Nature_Palette1_76.asset.meta | 3 ++ .../Nature_Palette1_77.asset | 3 ++ .../Nature_Palette1_77.asset.meta | 3 ++ .../Nature_Palette1_78.asset | 3 ++ .../Nature_Palette1_78.asset.meta | 3 ++ .../Nature_Palette1_79.asset | 3 ++ .../Nature_Palette1_79.asset.meta | 3 ++ .../Nature_Palette1_8.asset | 3 ++ .../Nature_Palette1_8.asset.meta | 3 ++ .../Nature_Palette1_80.asset | 3 ++ .../Nature_Palette1_80.asset.meta | 3 ++ .../Nature_Palette1_81.asset | 3 ++ .../Nature_Palette1_81.asset.meta | 3 ++ .../Nature_Palette1_82.asset | 3 ++ .../Nature_Palette1_82.asset.meta | 3 ++ .../Nature_Palette1_83.asset | 3 ++ .../Nature_Palette1_83.asset.meta | 3 ++ .../Nature_Palette1_84.asset | 3 ++ .../Nature_Palette1_84.asset.meta | 3 ++ .../Nature_Palette1_85.asset | 3 ++ .../Nature_Palette1_85.asset.meta | 3 ++ .../Nature_Palette1_86.asset | 3 ++ .../Nature_Palette1_86.asset.meta | 3 ++ .../Nature_Palette1_87.asset | 3 ++ .../Nature_Palette1_87.asset.meta | 3 ++ .../Nature_Palette1_88.asset | 3 ++ .../Nature_Palette1_88.asset.meta | 3 ++ .../Nature_Palette1_89.asset | 3 ++ .../Nature_Palette1_89.asset.meta | 3 ++ .../Nature_Palette1_9.asset | 3 ++ .../Nature_Palette1_9.asset.meta | 3 ++ .../Nature_Palette1_90.asset | 3 ++ .../Nature_Palette1_90.asset.meta | 3 ++ .../Nature_Palette1_91.asset | 3 ++ .../Nature_Palette1_91.asset.meta | 3 ++ .../Nature_Palette1_92.asset | 3 ++ .../Nature_Palette1_92.asset.meta | 3 ++ .../Nature_Palette1_93.asset | 3 ++ .../Nature_Palette1_93.asset.meta | 3 ++ .../Nature_Palette1_94.asset | 3 ++ .../Nature_Palette1_94.asset.meta | 3 ++ .../Nature_Palette1_95.asset | 3 ++ .../Nature_Palette1_95.asset.meta | 3 ++ .../Nature_Palette1_96.asset | 3 ++ .../Nature_Palette1_96.asset.meta | 3 ++ .../Nature_Palette1_97.asset | 3 ++ .../Nature_Palette1_97.asset.meta | 3 ++ .../Nature_Palette1_98.asset | 3 ++ .../Nature_Palette1_98.asset.meta | 3 ++ .../Nature_Palette1_99.asset | 3 ++ .../Nature_Palette1_99.asset.meta | 3 ++ .../Nature_Palette2_0.asset | 3 ++ .../Nature_Palette2_0.asset.meta | 3 ++ .../Nature_Palette2_1.asset | 3 ++ .../Nature_Palette2_1.asset.meta | 3 ++ .../Nature_Palette2_10.asset | 3 ++ .../Nature_Palette2_10.asset.meta | 3 ++ .../Nature_Palette2_100.asset | 3 ++ .../Nature_Palette2_100.asset.meta | 3 ++ .../Nature_Palette2_101.asset | 3 ++ .../Nature_Palette2_101.asset.meta | 3 ++ .../Nature_Palette2_102.asset | 3 ++ .../Nature_Palette2_102.asset.meta | 3 ++ .../Nature_Palette2_103.asset | 3 ++ .../Nature_Palette2_103.asset.meta | 3 ++ .../Nature_Palette2_104.asset | 3 ++ .../Nature_Palette2_104.asset.meta | 3 ++ .../Nature_Palette2_105.asset | 3 ++ .../Nature_Palette2_105.asset.meta | 3 ++ .../Nature_Palette2_106.asset | 3 ++ .../Nature_Palette2_106.asset.meta | 3 ++ .../Nature_Palette2_107.asset | 3 ++ .../Nature_Palette2_107.asset.meta | 3 ++ .../Nature_Palette2_108.asset | 3 ++ .../Nature_Palette2_108.asset.meta | 3 ++ .../Nature_Palette2_109.asset | 3 ++ .../Nature_Palette2_109.asset.meta | 3 ++ .../Nature_Palette2_11.asset | 3 ++ .../Nature_Palette2_11.asset.meta | 3 ++ .../Nature_Palette2_110.asset | 3 ++ .../Nature_Palette2_110.asset.meta | 3 ++ .../Nature_Palette2_111.asset | 3 ++ .../Nature_Palette2_111.asset.meta | 3 ++ .../Nature_Palette2_112.asset | 3 ++ .../Nature_Palette2_112.asset.meta | 3 ++ .../Nature_Palette2_113.asset | 3 ++ .../Nature_Palette2_113.asset.meta | 3 ++ .../Nature_Palette2_114.asset | 3 ++ .../Nature_Palette2_114.asset.meta | 3 ++ .../Nature_Palette2_115.asset | 3 ++ .../Nature_Palette2_115.asset.meta | 3 ++ .../Nature_Palette2_116.asset | 3 ++ .../Nature_Palette2_116.asset.meta | 3 ++ .../Nature_Palette2_117.asset | 3 ++ .../Nature_Palette2_117.asset.meta | 3 ++ .../Nature_Palette2_118.asset | 3 ++ .../Nature_Palette2_118.asset.meta | 3 ++ .../Nature_Palette2_119.asset | 3 ++ .../Nature_Palette2_119.asset.meta | 3 ++ .../Nature_Palette2_12.asset | 3 ++ .../Nature_Palette2_12.asset.meta | 3 ++ .../Nature_Palette2_120.asset | 3 ++ .../Nature_Palette2_120.asset.meta | 3 ++ .../Nature_Palette2_121.asset | 3 ++ .../Nature_Palette2_121.asset.meta | 3 ++ .../Nature_Palette2_122.asset | 3 ++ .../Nature_Palette2_122.asset.meta | 3 ++ .../Nature_Palette2_123.asset | 3 ++ .../Nature_Palette2_123.asset.meta | 3 ++ .../Nature_Palette2_124.asset | 3 ++ .../Nature_Palette2_124.asset.meta | 3 ++ .../Nature_Palette2_125.asset | 3 ++ .../Nature_Palette2_125.asset.meta | 3 ++ .../Nature_Palette2_126.asset | 3 ++ .../Nature_Palette2_126.asset.meta | 3 ++ .../Nature_Palette2_127.asset | 3 ++ .../Nature_Palette2_127.asset.meta | 3 ++ .../Nature_Palette2_128.asset | 3 ++ .../Nature_Palette2_128.asset.meta | 3 ++ .../Nature_Palette2_129.asset | 3 ++ .../Nature_Palette2_129.asset.meta | 3 ++ .../Nature_Palette2_13.asset | 3 ++ .../Nature_Palette2_13.asset.meta | 3 ++ .../Nature_Palette2_130.asset | 3 ++ .../Nature_Palette2_130.asset.meta | 3 ++ .../Nature_Palette2_131.asset | 3 ++ .../Nature_Palette2_131.asset.meta | 3 ++ .../Nature_Palette2_132.asset | 3 ++ .../Nature_Palette2_132.asset.meta | 3 ++ .../Nature_Palette2_133.asset | 3 ++ .../Nature_Palette2_133.asset.meta | 3 ++ .../Nature_Palette2_134.asset | 3 ++ .../Nature_Palette2_134.asset.meta | 3 ++ .../Nature_Palette2_135.asset | 3 ++ .../Nature_Palette2_135.asset.meta | 3 ++ .../Nature_Palette2_136.asset | 3 ++ .../Nature_Palette2_136.asset.meta | 3 ++ .../Nature_Palette2_137.asset | 3 ++ .../Nature_Palette2_137.asset.meta | 3 ++ .../Nature_Palette2_138.asset | 3 ++ .../Nature_Palette2_138.asset.meta | 3 ++ .../Nature_Palette2_139.asset | 3 ++ .../Nature_Palette2_139.asset.meta | 3 ++ .../Nature_Palette2_14.asset | 3 ++ .../Nature_Palette2_14.asset.meta | 3 ++ .../Nature_Palette2_140.asset | 3 ++ .../Nature_Palette2_140.asset.meta | 3 ++ .../Nature_Palette2_141.asset | 3 ++ .../Nature_Palette2_141.asset.meta | 3 ++ .../Nature_Palette2_142.asset | 3 ++ .../Nature_Palette2_142.asset.meta | 3 ++ .../Nature_Palette2_143.asset | 3 ++ .../Nature_Palette2_143.asset.meta | 3 ++ .../Nature_Palette2_144.asset | 3 ++ .../Nature_Palette2_144.asset.meta | 3 ++ .../Nature_Palette2_145.asset | 3 ++ .../Nature_Palette2_145.asset.meta | 3 ++ .../Nature_Palette2_146.asset | 3 ++ .../Nature_Palette2_146.asset.meta | 3 ++ .../Nature_Palette2_147.asset | 3 ++ .../Nature_Palette2_147.asset.meta | 3 ++ .../Nature_Palette2_148.asset | 3 ++ .../Nature_Palette2_148.asset.meta | 3 ++ .../Nature_Palette2_149.asset | 3 ++ .../Nature_Palette2_149.asset.meta | 3 ++ .../Nature_Palette2_15.asset | 3 ++ .../Nature_Palette2_15.asset.meta | 3 ++ .../Nature_Palette2_150.asset | 3 ++ .../Nature_Palette2_150.asset.meta | 3 ++ .../Nature_Palette2_151.asset | 3 ++ .../Nature_Palette2_151.asset.meta | 3 ++ .../Nature_Palette2_152.asset | 3 ++ .../Nature_Palette2_152.asset.meta | 3 ++ .../Nature_Palette2_153.asset | 3 ++ .../Nature_Palette2_153.asset.meta | 3 ++ .../Nature_Palette2_154.asset | 3 ++ .../Nature_Palette2_154.asset.meta | 3 ++ .../Nature_Palette2_155.asset | 3 ++ .../Nature_Palette2_155.asset.meta | 3 ++ .../Nature_Palette2_156.asset | 3 ++ .../Nature_Palette2_156.asset.meta | 3 ++ .../Nature_Palette2_157.asset | 3 ++ .../Nature_Palette2_157.asset.meta | 3 ++ .../Nature_Palette2_158.asset | 3 ++ .../Nature_Palette2_158.asset.meta | 3 ++ .../Nature_Palette2_159.asset | 3 ++ .../Nature_Palette2_159.asset.meta | 3 ++ .../Nature_Palette2_16.asset | 3 ++ .../Nature_Palette2_16.asset.meta | 3 ++ .../Nature_Palette2_160.asset | 3 ++ .../Nature_Palette2_160.asset.meta | 3 ++ .../Nature_Palette2_161.asset | 3 ++ .../Nature_Palette2_161.asset.meta | 3 ++ .../Nature_Palette2_162.asset | 3 ++ .../Nature_Palette2_162.asset.meta | 3 ++ .../Nature_Palette2_163.asset | 3 ++ .../Nature_Palette2_163.asset.meta | 3 ++ .../Nature_Palette2_164.asset | 3 ++ .../Nature_Palette2_164.asset.meta | 3 ++ .../Nature_Palette2_165.asset | 3 ++ .../Nature_Palette2_165.asset.meta | 3 ++ .../Nature_Palette2_166.asset | 3 ++ .../Nature_Palette2_166.asset.meta | 3 ++ .../Nature_Palette2_167.asset | 3 ++ .../Nature_Palette2_167.asset.meta | 3 ++ .../Nature_Palette2_168.asset | 3 ++ .../Nature_Palette2_168.asset.meta | 3 ++ .../Nature_Palette2_169.asset | 3 ++ .../Nature_Palette2_169.asset.meta | 3 ++ .../Nature_Palette2_17.asset | 3 ++ .../Nature_Palette2_17.asset.meta | 3 ++ .../Nature_Palette2_170.asset | 3 ++ .../Nature_Palette2_170.asset.meta | 3 ++ .../Nature_Palette2_171.asset | 3 ++ .../Nature_Palette2_171.asset.meta | 3 ++ .../Nature_Palette2_172.asset | 3 ++ .../Nature_Palette2_172.asset.meta | 3 ++ .../Nature_Palette2_173.asset | 3 ++ .../Nature_Palette2_173.asset.meta | 3 ++ .../Nature_Palette2_174.asset | 3 ++ .../Nature_Palette2_174.asset.meta | 3 ++ .../Nature_Palette2_175.asset | 3 ++ .../Nature_Palette2_175.asset.meta | 3 ++ .../Nature_Palette2_176.asset | 3 ++ .../Nature_Palette2_176.asset.meta | 3 ++ .../Nature_Palette2_177.asset | 3 ++ .../Nature_Palette2_177.asset.meta | 3 ++ .../Nature_Palette2_178.asset | 3 ++ .../Nature_Palette2_178.asset.meta | 3 ++ .../Nature_Palette2_179.asset | 3 ++ .../Nature_Palette2_179.asset.meta | 3 ++ .../Nature_Palette2_18.asset | 3 ++ .../Nature_Palette2_18.asset.meta | 3 ++ .../Nature_Palette2_180.asset | 3 ++ .../Nature_Palette2_180.asset.meta | 3 ++ .../Nature_Palette2_181.asset | 3 ++ .../Nature_Palette2_181.asset.meta | 3 ++ .../Nature_Palette2_182.asset | 3 ++ .../Nature_Palette2_182.asset.meta | 3 ++ .../Nature_Palette2_183.asset | 3 ++ .../Nature_Palette2_183.asset.meta | 3 ++ .../Nature_Palette2_184.asset | 3 ++ .../Nature_Palette2_184.asset.meta | 3 ++ .../Nature_Palette2_185.asset | 3 ++ .../Nature_Palette2_185.asset.meta | 3 ++ .../Nature_Palette2_186.asset | 3 ++ .../Nature_Palette2_186.asset.meta | 3 ++ .../Nature_Palette2_187.asset | 3 ++ .../Nature_Palette2_187.asset.meta | 3 ++ .../Nature_Palette2_188.asset | 3 ++ .../Nature_Palette2_188.asset.meta | 3 ++ .../Nature_Palette2_189.asset | 3 ++ .../Nature_Palette2_189.asset.meta | 3 ++ .../Nature_Palette2_19.asset | 3 ++ .../Nature_Palette2_19.asset.meta | 3 ++ .../Nature_Palette2_190.asset | 3 ++ .../Nature_Palette2_190.asset.meta | 3 ++ .../Nature_Palette2_191.asset | 3 ++ .../Nature_Palette2_191.asset.meta | 3 ++ .../Nature_Palette2_192.asset | 3 ++ .../Nature_Palette2_192.asset.meta | 3 ++ .../Nature_Palette2_193.asset | 3 ++ .../Nature_Palette2_193.asset.meta | 3 ++ .../Nature_Palette2_194.asset | 3 ++ .../Nature_Palette2_194.asset.meta | 3 ++ .../Nature_Palette2_195.asset | 3 ++ .../Nature_Palette2_195.asset.meta | 3 ++ .../Nature_Palette2_196.asset | 3 ++ .../Nature_Palette2_196.asset.meta | 3 ++ .../Nature_Palette2_197.asset | 3 ++ .../Nature_Palette2_197.asset.meta | 3 ++ .../Nature_Palette2_198.asset | 3 ++ .../Nature_Palette2_198.asset.meta | 3 ++ .../Nature_Palette2_199.asset | 3 ++ .../Nature_Palette2_199.asset.meta | 3 ++ .../Nature_Palette2_2.asset | 3 ++ .../Nature_Palette2_2.asset.meta | 3 ++ .../Nature_Palette2_20.asset | 3 ++ .../Nature_Palette2_20.asset.meta | 3 ++ .../Nature_Palette2_200.asset | 3 ++ .../Nature_Palette2_200.asset.meta | 3 ++ .../Nature_Palette2_201.asset | 3 ++ .../Nature_Palette2_201.asset.meta | 3 ++ .../Nature_Palette2_202.asset | 3 ++ .../Nature_Palette2_202.asset.meta | 3 ++ .../Nature_Palette2_203.asset | 3 ++ .../Nature_Palette2_203.asset.meta | 3 ++ .../Nature_Palette2_204.asset | 3 ++ .../Nature_Palette2_204.asset.meta | 3 ++ .../Nature_Palette2_205.asset | 3 ++ .../Nature_Palette2_205.asset.meta | 3 ++ .../Nature_Palette2_206.asset | 3 ++ .../Nature_Palette2_206.asset.meta | 3 ++ .../Nature_Palette2_207.asset | 3 ++ .../Nature_Palette2_207.asset.meta | 3 ++ .../Nature_Palette2_208.asset | 3 ++ .../Nature_Palette2_208.asset.meta | 3 ++ .../Nature_Palette2_209.asset | 3 ++ .../Nature_Palette2_209.asset.meta | 3 ++ .../Nature_Palette2_21.asset | 3 ++ .../Nature_Palette2_21.asset.meta | 3 ++ .../Nature_Palette2_210.asset | 3 ++ .../Nature_Palette2_210.asset.meta | 3 ++ .../Nature_Palette2_211.asset | 3 ++ .../Nature_Palette2_211.asset.meta | 3 ++ .../Nature_Palette2_212.asset | 3 ++ .../Nature_Palette2_212.asset.meta | 3 ++ .../Nature_Palette2_213.asset | 3 ++ .../Nature_Palette2_213.asset.meta | 3 ++ .../Nature_Palette2_214.asset | 3 ++ .../Nature_Palette2_214.asset.meta | 3 ++ .../Nature_Palette2_215.asset | 3 ++ .../Nature_Palette2_215.asset.meta | 3 ++ .../Nature_Palette2_216.asset | 3 ++ .../Nature_Palette2_216.asset.meta | 3 ++ .../Nature_Palette2_217.asset | 3 ++ .../Nature_Palette2_217.asset.meta | 3 ++ .../Nature_Palette2_218.asset | 3 ++ .../Nature_Palette2_218.asset.meta | 3 ++ .../Nature_Palette2_219.asset | 3 ++ .../Nature_Palette2_219.asset.meta | 3 ++ .../Nature_Palette2_22.asset | 3 ++ .../Nature_Palette2_22.asset.meta | 3 ++ .../Nature_Palette2_220.asset | 3 ++ .../Nature_Palette2_220.asset.meta | 3 ++ .../Nature_Palette2_221.asset | 3 ++ .../Nature_Palette2_221.asset.meta | 3 ++ .../Nature_Palette2_222.asset | 3 ++ .../Nature_Palette2_222.asset.meta | 3 ++ .../Nature_Palette2_223.asset | 3 ++ .../Nature_Palette2_223.asset.meta | 3 ++ .../Nature_Palette2_224.asset | 3 ++ .../Nature_Palette2_224.asset.meta | 3 ++ .../Nature_Palette2_225.asset | 3 ++ .../Nature_Palette2_225.asset.meta | 3 ++ .../Nature_Palette2_226.asset | 3 ++ .../Nature_Palette2_226.asset.meta | 3 ++ .../Nature_Palette2_23.asset | 3 ++ .../Nature_Palette2_23.asset.meta | 3 ++ .../Nature_Palette2_24.asset | 3 ++ .../Nature_Palette2_24.asset.meta | 3 ++ .../Nature_Palette2_25.asset | 3 ++ .../Nature_Palette2_25.asset.meta | 3 ++ .../Nature_Palette2_26.asset | 3 ++ .../Nature_Palette2_26.asset.meta | 3 ++ .../Nature_Palette2_27.asset | 3 ++ .../Nature_Palette2_27.asset.meta | 3 ++ .../Nature_Palette2_28.asset | 3 ++ .../Nature_Palette2_28.asset.meta | 3 ++ .../Nature_Palette2_29.asset | 3 ++ .../Nature_Palette2_29.asset.meta | 3 ++ .../Nature_Palette2_3.asset | 3 ++ .../Nature_Palette2_3.asset.meta | 3 ++ .../Nature_Palette2_30.asset | 3 ++ .../Nature_Palette2_30.asset.meta | 3 ++ .../Nature_Palette2_31.asset | 3 ++ .../Nature_Palette2_31.asset.meta | 3 ++ .../Nature_Palette2_32.asset | 3 ++ .../Nature_Palette2_32.asset.meta | 3 ++ .../Nature_Palette2_33.asset | 3 ++ .../Nature_Palette2_33.asset.meta | 3 ++ .../Nature_Palette2_34.asset | 3 ++ .../Nature_Palette2_34.asset.meta | 3 ++ .../Nature_Palette2_35.asset | 3 ++ .../Nature_Palette2_35.asset.meta | 3 ++ .../Nature_Palette2_36.asset | 3 ++ .../Nature_Palette2_36.asset.meta | 3 ++ .../Nature_Palette2_37.asset | 3 ++ .../Nature_Palette2_37.asset.meta | 3 ++ .../Nature_Palette2_38.asset | 3 ++ .../Nature_Palette2_38.asset.meta | 3 ++ .../Nature_Palette2_39.asset | 3 ++ .../Nature_Palette2_39.asset.meta | 3 ++ .../Nature_Palette2_4.asset | 3 ++ .../Nature_Palette2_4.asset.meta | 3 ++ .../Nature_Palette2_40.asset | 3 ++ .../Nature_Palette2_40.asset.meta | 3 ++ .../Nature_Palette2_41.asset | 3 ++ .../Nature_Palette2_41.asset.meta | 3 ++ .../Nature_Palette2_42.asset | 3 ++ .../Nature_Palette2_42.asset.meta | 3 ++ .../Nature_Palette2_43.asset | 3 ++ .../Nature_Palette2_43.asset.meta | 3 ++ .../Nature_Palette2_44.asset | 3 ++ .../Nature_Palette2_44.asset.meta | 3 ++ .../Nature_Palette2_45.asset | 3 ++ .../Nature_Palette2_45.asset.meta | 3 ++ .../Nature_Palette2_46.asset | 3 ++ .../Nature_Palette2_46.asset.meta | 3 ++ .../Nature_Palette2_47.asset | 3 ++ .../Nature_Palette2_47.asset.meta | 3 ++ .../Nature_Palette2_48.asset | 3 ++ .../Nature_Palette2_48.asset.meta | 3 ++ .../Nature_Palette2_49.asset | 3 ++ .../Nature_Palette2_49.asset.meta | 3 ++ .../Nature_Palette2_5.asset | 3 ++ .../Nature_Palette2_5.asset.meta | 3 ++ .../Nature_Palette2_50.asset | 3 ++ .../Nature_Palette2_50.asset.meta | 3 ++ .../Nature_Palette2_51.asset | 3 ++ .../Nature_Palette2_51.asset.meta | 3 ++ .../Nature_Palette2_52.asset | 3 ++ .../Nature_Palette2_52.asset.meta | 3 ++ .../Nature_Palette2_53.asset | 3 ++ .../Nature_Palette2_53.asset.meta | 3 ++ .../Nature_Palette2_54.asset | 3 ++ .../Nature_Palette2_54.asset.meta | 3 ++ .../Nature_Palette2_55.asset | 3 ++ .../Nature_Palette2_55.asset.meta | 3 ++ .../Nature_Palette2_56.asset | 3 ++ .../Nature_Palette2_56.asset.meta | 3 ++ .../Nature_Palette2_57.asset | 3 ++ .../Nature_Palette2_57.asset.meta | 3 ++ .../Nature_Palette2_58.asset | 3 ++ .../Nature_Palette2_58.asset.meta | 3 ++ .../Nature_Palette2_59.asset | 3 ++ .../Nature_Palette2_59.asset.meta | 3 ++ .../Nature_Palette2_6.asset | 3 ++ .../Nature_Palette2_6.asset.meta | 3 ++ .../Nature_Palette2_60.asset | 3 ++ .../Nature_Palette2_60.asset.meta | 3 ++ .../Nature_Palette2_61.asset | 3 ++ .../Nature_Palette2_61.asset.meta | 3 ++ .../Nature_Palette2_62.asset | 3 ++ .../Nature_Palette2_62.asset.meta | 3 ++ .../Nature_Palette2_63.asset | 3 ++ .../Nature_Palette2_63.asset.meta | 3 ++ .../Nature_Palette2_64.asset | 3 ++ .../Nature_Palette2_64.asset.meta | 3 ++ .../Nature_Palette2_65.asset | 3 ++ .../Nature_Palette2_65.asset.meta | 3 ++ .../Nature_Palette2_66.asset | 3 ++ .../Nature_Palette2_66.asset.meta | 3 ++ .../Nature_Palette2_67.asset | 3 ++ .../Nature_Palette2_67.asset.meta | 3 ++ .../Nature_Palette2_68.asset | 3 ++ .../Nature_Palette2_68.asset.meta | 3 ++ .../Nature_Palette2_69.asset | 3 ++ .../Nature_Palette2_69.asset.meta | 3 ++ .../Nature_Palette2_7.asset | 3 ++ .../Nature_Palette2_7.asset.meta | 3 ++ .../Nature_Palette2_70.asset | 3 ++ .../Nature_Palette2_70.asset.meta | 3 ++ .../Nature_Palette2_71.asset | 3 ++ .../Nature_Palette2_71.asset.meta | 3 ++ .../Nature_Palette2_72.asset | 3 ++ .../Nature_Palette2_72.asset.meta | 3 ++ .../Nature_Palette2_73.asset | 3 ++ .../Nature_Palette2_73.asset.meta | 3 ++ .../Nature_Palette2_74.asset | 3 ++ .../Nature_Palette2_74.asset.meta | 3 ++ .../Nature_Palette2_75.asset | 3 ++ .../Nature_Palette2_75.asset.meta | 3 ++ .../Nature_Palette2_76.asset | 3 ++ .../Nature_Palette2_76.asset.meta | 3 ++ .../Nature_Palette2_77.asset | 3 ++ .../Nature_Palette2_77.asset.meta | 3 ++ .../Nature_Palette2_78.asset | 3 ++ .../Nature_Palette2_78.asset.meta | 3 ++ .../Nature_Palette2_79.asset | 3 ++ .../Nature_Palette2_79.asset.meta | 3 ++ .../Nature_Palette2_8.asset | 3 ++ .../Nature_Palette2_8.asset.meta | 3 ++ .../Nature_Palette2_80.asset | 3 ++ .../Nature_Palette2_80.asset.meta | 3 ++ .../Nature_Palette2_81.asset | 3 ++ .../Nature_Palette2_81.asset.meta | 3 ++ .../Nature_Palette2_82.asset | 3 ++ .../Nature_Palette2_82.asset.meta | 3 ++ .../Nature_Palette2_83.asset | 3 ++ .../Nature_Palette2_83.asset.meta | 3 ++ .../Nature_Palette2_84.asset | 3 ++ .../Nature_Palette2_84.asset.meta | 3 ++ .../Nature_Palette2_85.asset | 3 ++ .../Nature_Palette2_85.asset.meta | 3 ++ .../Nature_Palette2_86.asset | 3 ++ .../Nature_Palette2_86.asset.meta | 3 ++ .../Nature_Palette2_87.asset | 3 ++ .../Nature_Palette2_87.asset.meta | 3 ++ .../Nature_Palette2_88.asset | 3 ++ .../Nature_Palette2_88.asset.meta | 3 ++ .../Nature_Palette2_89.asset | 3 ++ .../Nature_Palette2_89.asset.meta | 3 ++ .../Nature_Palette2_9.asset | 3 ++ .../Nature_Palette2_9.asset.meta | 3 ++ .../Nature_Palette2_90.asset | 3 ++ .../Nature_Palette2_90.asset.meta | 3 ++ .../Nature_Palette2_91.asset | 3 ++ .../Nature_Palette2_91.asset.meta | 3 ++ .../Nature_Palette2_92.asset | 3 ++ .../Nature_Palette2_92.asset.meta | 3 ++ .../Nature_Palette2_93.asset | 3 ++ .../Nature_Palette2_93.asset.meta | 3 ++ .../Nature_Palette2_94.asset | 3 ++ .../Nature_Palette2_94.asset.meta | 3 ++ .../Nature_Palette2_95.asset | 3 ++ .../Nature_Palette2_95.asset.meta | 3 ++ .../Nature_Palette2_96.asset | 3 ++ .../Nature_Palette2_96.asset.meta | 3 ++ .../Nature_Palette2_97.asset | 3 ++ .../Nature_Palette2_97.asset.meta | 3 ++ .../Nature_Palette2_98.asset | 3 ++ .../Nature_Palette2_98.asset.meta | 3 ++ .../Nature_Palette2_99.asset | 3 ++ .../Nature_Palette2_99.asset.meta | 3 ++ .../Roof_Palette_0.asset | 3 ++ .../Roof_Palette_0.asset.meta | 3 ++ .../Roof_Palette_1.asset | 3 ++ .../Roof_Palette_1.asset.meta | 3 ++ .../Roof_Palette_2.asset | 3 ++ .../Roof_Palette_2.asset.meta | 3 ++ .../Roof_Palette_3.asset | 3 ++ .../Roof_Palette_3.asset.meta | 3 ++ .../Roof_Palette_4.asset | 3 ++ .../Roof_Palette_4.asset.meta | 3 ++ .../Roof_Palette_5.asset | 3 ++ .../Roof_Palette_5.asset.meta | 3 ++ .../Roof_Palette_6.asset | 3 ++ .../Roof_Palette_6.asset.meta | 3 ++ .../Roof_Palette_7.asset | 3 ++ .../Roof_Palette_7.asset.meta | 3 ++ .../Roof_Palette_8.asset | 3 ++ .../Roof_Palette_8.asset.meta | 3 ++ .../Roof_Palette_9.asset | 3 ++ .../Roof_Palette_9.asset.meta | 3 ++ .../Shadow_Tile_0.asset | 3 ++ .../Shadow_Tile_0.asset.meta | 3 ++ .../Shadow_Tile_1.asset | 3 ++ .../Shadow_Tile_1.asset.meta | 3 ++ .../Shadow_Tile_2.asset | 3 ++ .../Shadow_Tile_2.asset.meta | 3 ++ .../Shadow_Tile_3.asset | 3 ++ .../Shadow_Tile_3.asset.meta | 3 ++ .../Shadow_Tile_4.asset | 3 ++ .../Shadow_Tile_4.asset.meta | 3 ++ .../Shadow_Tile_5.asset | 3 ++ .../Shadow_Tile_5.asset.meta | 3 ++ .../Shadow_Tile_6.asset | 3 ++ .../Shadow_Tile_6.asset.meta | 3 ++ .../Shadow_Tile_7.asset | 3 ++ .../Shadow_Tile_7.asset.meta | 3 ++ .../Shadow_Tile_8.asset | 3 ++ .../Shadow_Tile_8.asset.meta | 3 ++ .../Stairs_Tile_0.asset | 3 ++ .../Stairs_Tile_0.asset.meta | 3 ++ .../Stairs_Tile_1.asset | 3 ++ .../Stairs_Tile_1.asset.meta | 3 ++ .../Stairs_Tile_2.asset | 3 ++ .../Stairs_Tile_2.asset.meta | 3 ++ .../Stairs_Tile_3.asset | 3 ++ .../Stairs_Tile_3.asset.meta | 3 ++ .../Stairs_Tile_4.asset | 3 ++ .../Stairs_Tile_4.asset.meta | 3 ++ .../Stairs_Tile_5.asset | 3 ++ .../Stairs_Tile_5.asset.meta | 3 ++ .../Stairs_Tile_6.asset | 3 ++ .../Stairs_Tile_6.asset.meta | 3 ++ .../Stairs_Tile_7.asset | 3 ++ .../Stairs_Tile_7.asset.meta | 3 ++ .../Stairs_Tile_8.asset | 3 ++ .../Stairs_Tile_8.asset.meta | 3 ++ .../Materials/Textures/2D/Sprites.meta | 3 ++ .../Textures/2D/Sprites/Cliffs_Sprite.png | 3 ++ .../2D/Sprites/Cliffs_Sprite.png.meta | 3 ++ .../Textures/2D/Sprites/Decor_Sprites1.png | 3 ++ .../2D/Sprites/Decor_Sprites1.png.meta | 3 ++ .../Textures/2D/Sprites/Decor_Sprites2.png | 3 ++ .../2D/Sprites/Decor_Sprites2.png.meta | 3 ++ .../Textures/2D/Sprites/Door_Cable_Sprite.png | 3 ++ .../2D/Sprites/Door_Cable_Sprite.png.meta | 3 ++ .../2D/Sprites/Foreground_Tree_Sprite.png | 3 ++ .../Sprites/Foreground_Tree_Sprite.png.meta | 3 ++ .../Textures/2D/Sprites/Nature_Sprites2.png | 3 ++ .../2D/Sprites/Nature_Sprites2.png.meta | 3 ++ .../2D/Sprites/Outdoor_Base_Sprites 1.png | 3 ++ .../Sprites/Outdoor_Base_Sprites 1.png.meta | 3 ++ .../2D/Sprites/Outdoor_Nature_Sprites.png | 3 ++ .../Sprites/Outdoor_Nature_Sprites.png.meta | 3 ++ .../Textures/2D/Sprites/Prefabs.meta | 3 ++ .../2D/Sprites/Prefabs/2D_Button.prefab | 3 ++ .../2D/Sprites/Prefabs/2D_Button.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/2D_Chest.prefab | 3 ++ .../2D/Sprites/Prefabs/2D_Chest.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/2D_Door.prefab | 3 ++ .../2D/Sprites/Prefabs/2D_Door.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Base_Trees 1.prefab | 3 ++ .../Sprites/Prefabs/Base_Trees 1.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Base_Trees.prefab | 3 ++ .../2D/Sprites/Prefabs/Base_Trees.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Cliffs_Sprite.prefab | 3 ++ .../Sprites/Prefabs/Cliffs_Sprite.prefab.meta | 3 ++ .../Sprites/Prefabs/Decor_Sprites1_6.prefab | 3 ++ .../Prefabs/Decor_Sprites1_6.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Grass_Beach_BG.prefab | 3 ++ .../Prefabs/Grass_Beach_BG.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Outdoor_Base 1.prefab | 3 ++ .../Prefabs/Outdoor_Base 1.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Outdoor_Base.prefab | 3 ++ .../Sprites/Prefabs/Outdoor_Base.prefab.meta | 3 ++ .../Sprites/Prefabs/Outdoor_Base_Dirt.prefab | 3 ++ .../Prefabs/Outdoor_Base_Dirt.prefab.meta | 3 ++ .../Prefabs/Outdoor_Base_Fence1.prefab | 3 ++ .../Prefabs/Outdoor_Base_Fence1.prefab.meta | 3 ++ .../Prefabs/Outdoor_Base_Fence2.prefab | 3 ++ .../Prefabs/Outdoor_Base_Fence2.prefab.meta | 3 ++ .../Prefabs/Outdoor_Base_Platform.prefab | 3 ++ .../Prefabs/Outdoor_Base_Platform.prefab.meta | 3 ++ .../Prefabs/Outdoor_Base_Sprites_12.prefab | 3 ++ .../Outdoor_Base_Sprites_12.prefab.meta | 3 ++ .../Sprites/Prefabs/Outdoor_Base_Trims.prefab | 3 ++ .../Prefabs/Outdoor_Base_Trims.prefab.meta | 3 ++ .../Sprites/Prefabs/Outdoor_Base_Walls.prefab | 3 ++ .../Prefabs/Outdoor_Base_Walls.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Outdoor_Boxes1.prefab | 3 ++ .../Prefabs/Outdoor_Boxes1.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Outdoor_Boxes2.prefab | 3 ++ .../Prefabs/Outdoor_Boxes2.prefab.meta | 3 ++ .../Prefabs/Outdoor_Foreground_Tree.prefab | 3 ++ .../Outdoor_Foreground_Tree.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Outdoor_Forest.prefab | 3 ++ .../Prefabs/Outdoor_Forest.prefab.meta | 3 ++ .../Prefabs/Outdoor_Mountain_Big.prefab | 3 ++ .../Prefabs/Outdoor_Mountain_Big.prefab.meta | 3 ++ .../Prefabs/Outdoor_Mountain_Medium.prefab | 3 ++ .../Outdoor_Mountain_Medium.prefab.meta | 3 ++ .../Prefabs/Outdoor_Mountain_Small.prefab | 3 ++ .../Outdoor_Mountain_Small.prefab.meta | 3 ++ .../Prefabs/Outdoor_Mountains_Big.prefab | 3 ++ .../Prefabs/Outdoor_Mountains_Big.prefab.meta | 3 ++ .../Prefabs/Outdoor_Mountains_Side.prefab | 3 ++ .../Outdoor_Mountains_Side.prefab.meta | 3 ++ .../Sprites/Prefabs/Outdoor_Trees_Big.prefab | 3 ++ .../Prefabs/Outdoor_Trees_Big.prefab.meta | 3 ++ .../Sprites/Prefabs/Outdoor_Trees_Big2.prefab | 3 ++ .../Prefabs/Outdoor_Trees_Big2.prefab.meta | 3 ++ .../Prefabs/Outdoor_Trees_Big_Ground.prefab | 3 ++ .../Outdoor_Trees_Big_Ground.prefab.meta | 3 ++ .../Prefabs/Outdoor_Trees_Small.prefab | 3 ++ .../Prefabs/Outdoor_Trees_Small.prefab.meta | 3 ++ .../Prefabs/Outdoor_Trees_Small2.prefab | 3 ++ .../Prefabs/Outdoor_Trees_Small2.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_BigRock1.prefab | 3 ++ .../Prefabs/Sprite_BigRock1.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_BigRock2.prefab | 3 ++ .../Prefabs/Sprite_BigRock2.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_BigRock3.prefab | 3 ++ .../Prefabs/Sprite_BigRock3.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_BigRock4.prefab | 3 ++ .../Prefabs/Sprite_BigRock4.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_BigTree.prefab | 3 ++ .../Prefabs/Sprite_BigTree.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Box.prefab | 3 ++ .../2D/Sprites/Prefabs/Sprite_Box.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Bush.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Bush.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Foliage1.prefab | 3 ++ .../Prefabs/Sprite_Foliage1.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Foliage2.prefab | 3 ++ .../Prefabs/Sprite_Foliage2.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Gate.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Gate.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Grass.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Grass.prefab.meta | 3 ++ ...Sprite_GreyContainer_Big_Horizontal.prefab | 3 ++ ...e_GreyContainer_Big_Horizontal.prefab.meta | 3 ++ .../Sprite_GreyContainer_Big_Vertical.prefab | 3 ++ ...ite_GreyContainer_Big_Vertical.prefab.meta | 3 ++ ...Sprite_GreyContainer_Small_Vertical.prefab | 3 ++ ...e_GreyContainer_Small_Vertical.prefab.meta | 3 ++ .../Sprites/Prefabs/Sprite_MediumRock1.prefab | 3 ++ .../Prefabs/Sprite_MediumRock1.prefab.meta | 3 ++ .../Sprites/Prefabs/Sprite_MediumRock2.prefab | 3 ++ .../Prefabs/Sprite_MediumRock2.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Pillar.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Pillar.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Plant.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Plant.prefab.meta | 3 ++ .../Sprite_RedContainer_Big_Horizontal.prefab | 3 ++ ...te_RedContainer_Big_Horizontal.prefab.meta | 3 ++ .../Prefabs/Sprite_RoundPlant_Big.prefab | 3 ++ .../Prefabs/Sprite_RoundPlant_Big.prefab.meta | 3 ++ .../Prefabs/Sprite_RoundPlant_Small.prefab | 3 ++ .../Sprite_RoundPlant_Small.prefab.meta | 3 ++ .../Sprites/Prefabs/Sprite_SmallRock.prefab | 3 ++ .../Prefabs/Sprite_SmallRock.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Sofa.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Sofa.prefab.meta | 3 ++ .../Sprites/Prefabs/Sprite_TableFlower.prefab | 3 ++ .../Prefabs/Sprite_TableFlower.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Tree1.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Tree1.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Sprite_Tree2.prefab | 3 ++ .../Sprites/Prefabs/Sprite_Tree2.prefab.meta | 3 ++ .../Prefabs/Sprite_WallTerminal.prefab | 3 ++ .../Prefabs/Sprite_WallTerminal.prefab.meta | 3 ++ .../2D/Sprites/Prefabs/Water_Sprite.prefab | 3 ++ .../Sprites/Prefabs/Water_Sprite.prefab.meta | 3 ++ .../2D/Sprites/Water_Sprite Sheet.png | 3 ++ .../2D/Sprites/Water_Sprite Sheet.png.meta | 3 ++ .../Textures/2D/Sprites/grass_beach_bg.jpg | 3 ++ .../2D/Sprites/grass_beach_bg.jpg.meta | 3 ++ .../Materials/Textures/2D/nature_palette.png | 3 ++ .../Textures/2D/nature_palette.png.meta | 3 ++ .../Textures/2D/scifi_base_palette.png | 3 ++ .../Textures/2D/scifi_base_palette.png.meta | 3 ++ .../Textures/2D/scifi_dark_rocks_palette.png | 3 ++ .../2D/scifi_dark_rocks_palette.png.meta | 3 ++ .../Textures/2D/scifi_dark_walls_palette.png | 3 ++ .../2D/scifi_dark_walls_palette.png.meta | 3 ++ .../Textures/2D/scifi_extra_decor_palette.png | 3 ++ .../2D/scifi_extra_decor_palette.png.meta | 3 ++ .../Textures/2D/scifi_floor_tile.png | 3 ++ .../Textures/2D/scifi_floor_tile.png.meta | 3 ++ .../2D/scifi_lowered_area_palette.png | 3 ++ .../2D/scifi_lowered_area_palette.png.meta | 3 ++ .../Textures/2D/scifi_roof_palette.png | 3 ++ .../Textures/2D/scifi_roof_palette.png.meta | 3 ++ .../Textures/2D/scifi_shadow_tile.png | 3 ++ .../Textures/2D/scifi_shadow_tile.png.meta | 3 ++ .../Textures/2D/scifi_stairs_tile.png | 3 ++ .../Textures/2D/scifi_stairs_tile.png.meta | 3 ++ .../Materials/Textures/Falloff-Reflected.psd | 3 ++ .../Textures/Falloff-Reflected.psd.meta | 3 ++ .../Materials/Textures/Terrain.meta | 3 ++ .../Materials/Textures/Terrain/Brushes.meta | 3 ++ .../Terrain/Brushes/Cloud_Brush.brush | 3 ++ .../Terrain/Brushes/Cloud_Brush.brush.meta | 3 ++ .../Terrain/Brushes/Cracks_Brush.brush | 3 ++ .../Terrain/Brushes/Cracks_Brush.brush.meta | 3 ++ .../Terrain/Brushes/Plant_Brush.brush | 3 ++ .../Terrain/Brushes/Plant_Brush.brush.meta | 3 ++ .../Textures/Terrain/Brushes/Rock_Brush.brush | 3 ++ .../Terrain/Brushes/Rock_Brush.brush.meta | 3 ++ .../Materials/Textures/Terrain/Layers.meta | 3 ++ .../Terrain/Layers/Terrain_Blend.terrainlayer | 3 ++ .../Layers/Terrain_Blend.terrainlayer.meta | 3 ++ .../Terrain/Layers/Terrain_Dirt.terrainlayer | 3 ++ .../Layers/Terrain_Dirt.terrainlayer.meta | 3 ++ .../Terrain/Layers/Terrain_Grass.terrainlayer | 3 ++ .../Layers/Terrain_Grass.terrainlayer.meta | 3 ++ .../Terrain/Layers/Terrain_Sand.terrainlayer | 3 ++ .../Layers/Terrain_Sand.terrainlayer.meta | 3 ++ .../Materials/Textures/Terrain/Textures.meta | 3 ++ .../Textures/Terrain/Textures/Cloud_Brush.png | 3 ++ .../Terrain/Textures/Cloud_Brush.png.meta | 3 ++ .../Terrain/Textures/Cracks_Brush.png | 3 ++ .../Terrain/Textures/Cracks_Brush.png.meta | 3 ++ .../Terrain/Textures/Dirt_Texture_512_2.png | 3 ++ .../Textures/Dirt_Texture_512_2.png.meta | 3 ++ .../Textures/Grass_Normal_Texture_512.png | 3 ++ .../Grass_Normal_Texture_512.png.meta | 3 ++ .../Textures/Grass_Texture_512_Greener.png | 3 ++ .../Grass_Texture_512_Greener.png.meta | 3 ++ .../Textures/LightDirt_Normal_Texture_512.png | 3 ++ .../LightDirt_Normal_Texture_512.png.meta | 3 ++ .../Textures/LightDirt_Texture_512.png | 3 ++ .../Textures/LightDirt_Texture_512.png.meta | 3 ++ .../Terrain/Textures/Plant_Brush_1.png | 3 ++ .../Terrain/Textures/Plant_Brush_1.png.meta | 3 ++ .../Textures/Terrain/Textures/Rocks_Brush.png | 3 ++ .../Terrain/Textures/Rocks_Brush.png.meta | 3 ++ .../Terrain/Textures/Sand_Texture_512.png | 3 ++ .../Textures/Sand_Texture_512.png.meta | 3 ++ .../ExampleScenes~/Prefabs.meta | 3 ++ .../ExampleScenes~/Prefabs/2D.meta | 3 ++ .../Prefabs/2D/2D Character.meta | 3 ++ ..._Character_Animation_Controller.controller | 3 ++ ...acter_Animation_Controller.controller.meta | 3 ++ ...D_Character_Animation_Idle_SpriteSheet.png | 3 ++ ...racter_Animation_Idle_SpriteSheet.png.meta | 3 ++ ...D_Character_Animation_Walk_SpriteSheet.png | 3 ++ ...racter_Animation_Walk_SpriteSheet.png.meta | 3 ++ .../2D Character/2D_Character_IdleDown.anim | 3 ++ .../2D_Character_IdleDown.anim.meta | 3 ++ .../2D Character/2D_Character_IdleLeft.anim | 3 ++ .../2D_Character_IdleLeft.anim.meta | 3 ++ .../2D Character/2D_Character_IdleRight.anim | 3 ++ .../2D_Character_IdleRight.anim.meta | 3 ++ .../2D/2D Character/2D_Character_IdleUp.anim | 3 ++ .../2D_Character_IdleUp.anim.meta | 3 ++ .../2D Character/2D_Character_WalkDown.anim | 3 ++ .../2D_Character_WalkDown.anim.meta | 3 ++ .../2D Character/2D_Character_WalkLeft.anim | 3 ++ .../2D_Character_WalkLeft.anim.meta | 3 ++ .../2D Character/2D_Character_WalkRight.anim | 3 ++ .../2D_Character_WalkRight.anim.meta | 3 ++ .../2D/2D Character/2D_Character_WalkUp.anim | 3 ++ .../2D_Character_WalkUp.anim.meta | 3 ++ .../ExampleScenes~/Prefabs/2D/AI.prefab | 3 ++ .../ExampleScenes~/Prefabs/2D/AI.prefab.meta | 3 ++ .../ExampleScenes~/Prefabs/Classic.meta | 3 ++ .../Prefabs/Classic/SomeBox.prefab | 3 ++ .../Prefabs/Classic/SomeBox.prefab.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Arrow.fbx | 3 ++ .../Prefabs/Meshes/Arrow.fbx.meta | 3 ++ .../Prefabs/Meshes/Box_Normal.fbx | 3 ++ .../Prefabs/Meshes/Box_Normal.fbx.meta | 3 ++ .../Prefabs/Meshes/Box_Special.fbx | 3 ++ .../Prefabs/Meshes/Box_Special.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Bush.fbx | 3 ++ .../Prefabs/Meshes/Bush.fbx.meta | 3 ++ .../Prefabs/Meshes/Bush_Flower.fbx | 3 ++ .../Prefabs/Meshes/Bush_Flower.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Button.fbx | 3 ++ .../Prefabs/Meshes/Button.fbx.meta | 3 ++ .../Prefabs/Meshes/Button_Cable.fbx | 3 ++ .../Prefabs/Meshes/Button_Cable.fbx.meta | 3 ++ .../Prefabs/Meshes/Cable_Corner.fbx | 3 ++ .../Prefabs/Meshes/Cable_Corner.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Chest.fbx | 3 ++ .../Prefabs/Meshes/Chest.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Cliff.fbx | 3 ++ .../Prefabs/Meshes/Cliff.fbx.meta | 3 ++ .../Prefabs/Meshes/Cliff_Archway.fbx | 3 ++ .../Prefabs/Meshes/Cliff_Archway.fbx.meta | 3 ++ .../Prefabs/Meshes/Container.fbx | 3 ++ .../Prefabs/Meshes/Container.fbx.meta | 3 ++ .../Prefabs/Meshes/Container_Neutral.fbx | 3 ++ .../Prefabs/Meshes/Container_Neutral.fbx.meta | 3 ++ .../Prefabs/Meshes/Control_Panel.fbx | 3 ++ .../Prefabs/Meshes/Control_Panel.fbx.meta | 3 ++ .../Prefabs/Meshes/Crystal_Cluster.fbx | 3 ++ .../Prefabs/Meshes/Crystal_Cluster.fbx.meta | 3 ++ .../Prefabs/Meshes/Edge_Bottom.fbx | 3 ++ .../Prefabs/Meshes/Edge_Bottom.fbx.meta | 3 ++ .../Prefabs/Meshes/Edge_Top.fbx | 3 ++ .../Prefabs/Meshes/Edge_Top.fbx.meta | 3 ++ .../Prefabs/Meshes/Flat_Stone.fbx | 3 ++ .../Prefabs/Meshes/Flat_Stone.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Floor.fbx | 3 ++ .../Prefabs/Meshes/Floor.fbx.meta | 3 ++ .../Prefabs/Meshes/Floor_Corner_Straight.fbx | 3 ++ .../Meshes/Floor_Corner_Straight.fbx.meta | 3 ++ .../Prefabs/Meshes/Floor_Glass.fbx | 3 ++ .../Prefabs/Meshes/Floor_Glass.fbx.meta | 3 ++ .../Prefabs/Meshes/Floor_Ramp.fbx | 3 ++ .../Prefabs/Meshes/Floor_Ramp.fbx.meta | 3 ++ .../Prefabs/Meshes/Floor_Special.fbx | 3 ++ .../Prefabs/Meshes/Floor_Special.fbx.meta | 3 ++ .../Prefabs/Meshes/Gate_Green.fbx | 3 ++ .../Prefabs/Meshes/Gate_Green.fbx.meta | 3 ++ .../Prefabs/Meshes/Gate_Red.fbx | 3 ++ .../Prefabs/Meshes/Gate_Red.fbx.meta | 3 ++ .../Prefabs/Meshes/Generator.fbx | 3 ++ .../Prefabs/Meshes/Generator.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Guide.fbx | 3 ++ .../Prefabs/Meshes/Guide.fbx.meta | 3 ++ .../Prefabs/Meshes/Guide_Neutral.fbx | 3 ++ .../Prefabs/Meshes/Guide_Neutral.fbx.meta | 3 ++ .../Prefabs/Meshes/Guide_Teal.fbx | 3 ++ .../Prefabs/Meshes/Guide_Teal.fbx.meta | 3 ++ .../Prefabs/Meshes/Pillar_Full_Short.fbx | 3 ++ .../Prefabs/Meshes/Pillar_Full_Short.fbx.meta | 3 ++ .../Prefabs/Meshes/Pillar_Full_Tall.fbx | 3 ++ .../Prefabs/Meshes/Pillar_Full_Tall.fbx.meta | 3 ++ .../Prefabs/Meshes/Pillar_Short.fbx | 3 ++ .../Prefabs/Meshes/Pillar_Short.fbx.meta | 3 ++ .../Prefabs/Meshes/Pipe_Red.fbx | 3 ++ .../Prefabs/Meshes/Pipe_Red.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Point.fbx | 3 ++ .../Prefabs/Meshes/Point.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Railing.fbx | 3 ++ .../Prefabs/Meshes/Railing.fbx.meta | 3 ++ .../Prefabs/Meshes/Railing_Post.fbx | 3 ++ .../Prefabs/Meshes/Railing_Post.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Roof.fbx | 3 ++ .../Prefabs/Meshes/Roof.fbx.meta | 3 ++ .../Prefabs/Meshes/Spaceship.fbx | 3 ++ .../Prefabs/Meshes/Spaceship.fbx.meta | 3 ++ .../Prefabs/Meshes/Special.meta | 3 ++ .../Prefabs/Meshes/Special/Barrier.meta | 3 ++ .../Special/Barrier/Barrier_Animation.anim | 3 ++ .../Barrier/Barrier_Animation.anim.meta | 3 ++ .../Barrier/Barrier_Animator.controller | 3 ++ .../Barrier/Barrier_Animator.controller.meta | 3 ++ .../Meshes/Special/Barrier/Barrier_Door.fbx | 3 ++ .../Special/Barrier/Barrier_Door.fbx.meta | 3 ++ .../Barrier/Barrier_Door_Animation.fbx | 3 ++ .../Barrier/Barrier_Door_Animation.fbx.meta | 3 ++ .../Prefabs/Meshes/Special/Box_Prop.fbx | 3 ++ .../Prefabs/Meshes/Special/Box_Prop.fbx.meta | 3 ++ .../Prefabs/Meshes/Special/Bridge.meta | 3 ++ .../Prefabs/Meshes/Special/Bridge/Bridge.fbx | 3 ++ .../Meshes/Special/Bridge/Bridge.fbx.meta | 3 ++ .../Special/Bridge/Bridge_Activated.anim | 3 ++ .../Special/Bridge/Bridge_Activated.anim.meta | 3 ++ .../Special/Bridge/Bridge_Activated_Idle.anim | 3 ++ .../Bridge/Bridge_Activated_Idle.anim.meta | 3 ++ .../Bridge/Bridge_Animation.controller | 3 ++ .../Bridge/Bridge_Animation.controller.meta | 3 ++ .../Special/Bridge/Bridge_Deactivated.anim | 3 ++ .../Bridge/Bridge_Deactivated.anim.meta | 3 ++ .../Bridge/Bridge_Deactivated_Idle.anim | 3 ++ .../Bridge/Bridge_Deactivated_Idle.anim.meta | 3 ++ .../Prefabs/Meshes/Special/Door.meta | 3 ++ .../Prefabs/Meshes/Special/Door/Door.fbx | 3 ++ .../Prefabs/Meshes/Special/Door/Door.fbx.meta | 3 ++ .../Special/Door/Door_Animation.controller | 3 ++ .../Door/Door_Animation.controller.meta | 3 ++ .../Meshes/Special/Door/Door_Close.anim | 3 ++ .../Meshes/Special/Door/Door_Close.anim.meta | 3 ++ .../Meshes/Special/Door/Door_Open.anim | 3 ++ .../Meshes/Special/Door/Door_Open.anim.meta | 3 ++ .../Prefabs/Meshes/Special/Door/Door_Open.fbx | 3 ++ .../Meshes/Special/Door/Door_Open.fbx.meta | 3 ++ .../Meshes/Special/Door/Door_Open_Idle.anim | 3 ++ .../Special/Door/Door_Open_Idle.anim.meta | 3 ++ .../Prefabs/Meshes/Special/Fan.meta | 3 ++ .../Prefabs/Meshes/Special/Fan/Fan.fbx | 3 ++ .../Prefabs/Meshes/Special/Fan/Fan.fbx.meta | 3 ++ .../Meshes/Special/Fan/Fan_Animation.anim | 3 ++ .../Special/Fan/Fan_Animation.anim.meta | 3 ++ .../Meshes/Special/Fan/Fan_Animation_3.fbx | 3 ++ .../Special/Fan/Fan_Animation_3.fbx.meta | 3 ++ .../Special/Fan/Fan_Animator.controller | 3 ++ .../Special/Fan/Fan_Animator.controller.meta | 3 ++ .../Meshes/Special/Interactable_Chest.meta | 3 ++ .../Chest_Animation.controller | 3 ++ .../Chest_Animation.controller.meta | 3 ++ .../Interactable_Chest/Chest_Idle.anim | 3 ++ .../Interactable_Chest/Chest_Idle.anim.meta | 3 ++ .../Interactable_Chest/Chest_Open.anim | 3 ++ .../Interactable_Chest/Chest_Open.anim.meta | 3 ++ .../Interactable_Chest/Chest_Open_2.anim | 3 ++ .../Interactable_Chest/Chest_Open_2.anim.meta | 3 ++ .../Interactable_Chest/Chest_Open_Idle.anim | 3 ++ .../Chest_Open_Idle.anim.meta | 3 ++ .../Interactable_Chest_3.fbx | 3 ++ .../Interactable_Chest_3.fbx.meta | 3 ++ .../Prefabs/Meshes/Special/Minecarts.meta | 3 ++ .../Special/Minecarts/Minecart_Animation.anim | 3 ++ .../Minecarts/Minecart_Animation.anim.meta | 3 ++ .../Minecarts/Minecart_Animation_3.anim | 3 ++ .../Minecarts/Minecart_Animation_3.anim.meta | 3 ++ .../Minecarts/Minecart_Animation_4.anim | 3 ++ .../Minecarts/Minecart_Animation_4.anim.meta | 3 ++ .../Minecarts/Minecart_Animation_5.anim | 3 ++ .../Minecarts/Minecart_Animation_5.anim.meta | 3 ++ .../Minecarts/Minecart_Animator 2.controller | 3 ++ .../Minecart_Animator 2.controller.meta | 3 ++ .../Minecarts/Minecart_Animator.controller | 3 ++ .../Minecart_Animator.controller.meta | 3 ++ .../Minecarts/Minecart_Anjmation2.anim | 3 ++ .../Minecarts/Minecart_Anjmation2.anim.meta | 3 ++ .../Minecart_Combined_Animation 1.fbx | 3 ++ .../Minecart_Combined_Animation 1.fbx.meta | 3 ++ .../Minecarts/Minecart_Combined_Animation.fbx | 3 ++ .../Minecart_Combined_Animation.fbx.meta | 3 ++ .../Minecart_Combined_Animation_2.fbx | 3 ++ .../Minecart_Combined_Animation_2.fbx.meta | 3 ++ .../Minecart_Combined_Animation_3.fbx | 3 ++ .../Minecart_Combined_Animation_3.fbx.meta | 3 ++ .../Minecart_Combined_Animation_4.fbx | 3 ++ .../Minecart_Combined_Animation_4.fbx.meta | 3 ++ .../Special/Minecarts/Minecart_Rails.fbx | 3 ++ .../Special/Minecarts/Minecart_Rails.fbx.meta | 3 ++ .../Prefabs/Meshes/Terrarium.fbx | 3 ++ .../Prefabs/Meshes/Terrarium.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Tree.fbx | 3 ++ .../Prefabs/Meshes/Tree.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/Meshes/Tube.fbx | 3 ++ .../Prefabs/Meshes/Tube.fbx.meta | 3 ++ .../Prefabs/Meshes/Vegetation.fbx | 3 ++ .../Prefabs/Meshes/Vegetation.fbx.meta | 3 ++ .../Prefabs/Meshes/Wall_Short.fbx | 3 ++ .../Prefabs/Meshes/Wall_Short.fbx.meta | 3 ++ .../Prefabs/Meshes/Wall_Tall.fbx | 3 ++ .../Prefabs/Meshes/Wall_Tall.fbx.meta | 3 ++ .../Prefabs/Meshes/Window_Big.fbx | 3 ++ .../Prefabs/Meshes/Window_Big.fbx.meta | 3 ++ .../Prefabs/Meshes/Window_Small.fbx | 3 ++ .../Prefabs/Meshes/Window_Small.fbx.meta | 3 ++ .../ExampleScenes~/Prefabs/MineBot.meta | 3 ++ .../Prefabs/MineBot/Materials.meta | 3 ++ .../Prefabs/MineBot/Materials/Minebot.tif | 3 ++ .../MineBot/Materials/Minebot.tif.meta | 3 ++ .../Prefabs/MineBot/Materials/Minebot_NRM.tif | 3 ++ .../MineBot/Materials/Minebot_NRM.tif.meta | 3 ++ .../MineBot/Materials/Minebot_emission.tif | 3 ++ .../Materials/Minebot_emission.tif.meta | 3 ++ .../Materials/mine_bot-01 - Default.mat | 3 ++ .../Materials/mine_bot-01 - Default.mat.meta | 3 ++ .../MineBot/Materials/mine_bot-minebot.mat | 3 ++ .../Materials/mine_bot-minebot.mat.meta | 3 ++ .../Materials/mine_bot-minebot_green.mat | 3 ++ .../Materials/mine_bot-minebot_green.mat.meta | 3 ++ .../Materials/mine_bot@awake-01 - Default.mat | 3 ++ .../mine_bot@awake-01 - Default.mat.meta | 3 ++ .../Materials/mine_bot@back-01 - Default.mat | 3 ++ .../mine_bot@back-01 - Default.mat.meta | 3 ++ .../mine_bot@forward 1-01 - Default.mat | 3 ++ .../mine_bot@forward 1-01 - Default.mat.meta | 3 ++ .../mine_bot@forward-01 - Default.mat | 3 ++ .../mine_bot@forward-01 - Default.mat.meta | 3 ++ .../Materials/mine_bot@left-01 - Default.mat | 3 ++ .../mine_bot@left-01 - Default.mat.meta | 3 ++ .../Materials/mine_bot@right-01 - Default.mat | 3 ++ .../mine_bot@right-01 - Default.mat.meta | 3 ++ .../ExampleScenes~/Prefabs/MineBot/idle.anim | 3 ++ .../Prefabs/MineBot/idle.anim.meta | 3 ++ .../Prefabs/MineBot/mine_bot.FBX | 3 ++ .../Prefabs/MineBot/mine_bot.FBX.meta | 3 ++ .../Prefabs/MineBot/mine_bot.controller | 3 ++ .../Prefabs/MineBot/mine_bot.controller.meta | 3 ++ .../Prefabs/MineBot/mine_bot@awake.FBX | 3 ++ .../Prefabs/MineBot/mine_bot@awake.FBX.meta | 3 ++ .../Prefabs/MineBot/mine_bot@back.FBX | 3 ++ .../Prefabs/MineBot/mine_bot@back.FBX.meta | 3 ++ .../Prefabs/MineBot/mine_bot@forward.FBX | 3 ++ .../Prefabs/MineBot/mine_bot@forward.FBX.meta | 3 ++ .../Prefabs/MineBot/mine_bot@left.FBX | 3 ++ .../Prefabs/MineBot/mine_bot@left.FBX.meta | 3 ++ .../Prefabs/MineBot/mine_bot@right.FBX | 3 ++ .../Prefabs/MineBot/mine_bot@right.FBX.meta | 3 ++ .../Prefabs/MineBot/mine_bot_render.prefab | 3 ++ .../MineBot/mine_bot_render.prefab.meta | 3 ++ .../ExampleScenes~/Prefabs/SciFi.meta | 3 ++ .../Prefabs/SciFi/Arrow Variant.prefab | 3 ++ .../Prefabs/SciFi/Arrow Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Box_Normal Variant.prefab | 3 ++ .../SciFi/Box_Normal Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Box_Special Variant.prefab | 3 ++ .../SciFi/Box_Special Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Bridge_Floor.prefab | 3 ++ .../Prefabs/SciFi/Bridge_Floor.prefab.meta | 3 ++ .../Prefabs/SciFi/Bush Variant.prefab | 3 ++ .../Prefabs/SciFi/Bush Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Bush_Flower Variant.prefab | 3 ++ .../SciFi/Bush_Flower Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Cable_Corner Variant.prefab | 3 ++ .../SciFi/Cable_Corner Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Chest Variant.prefab | 3 ++ .../Prefabs/SciFi/Chest Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Cliff Variant.prefab | 3 ++ .../Prefabs/SciFi/Cliff Variant.prefab.meta | 3 ++ .../SciFi/Cliff_Archway Variant.prefab | 3 ++ .../SciFi/Cliff_Archway Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Container Variant.prefab | 3 ++ .../SciFi/Container Variant.prefab.meta | 3 ++ .../SciFi/Container_Neutral Variant.prefab | 3 ++ .../Container_Neutral Variant.prefab.meta | 3 ++ .../SciFi/Control_Panel Variant.prefab | 3 ++ .../SciFi/Control_Panel Variant.prefab.meta | 3 ++ .../SciFi/Crystal_Cluster Variant.prefab | 3 ++ .../SciFi/Crystal_Cluster Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Doube_Pipe_Red.prefab | 3 ++ .../Prefabs/SciFi/Doube_Pipe_Red.prefab.meta | 3 ++ .../Prefabs/SciFi/Edge_Bottom Variant.prefab | 3 ++ .../SciFi/Edge_Bottom Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Edge_Top Variant.prefab | 3 ++ .../SciFi/Edge_Top Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Flat_Stone Variant.prefab | 3 ++ .../SciFi/Flat_Stone Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor Variant.prefab | 3 ++ .../Prefabs/SciFi/Floor Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Big.prefab | 3 ++ .../Prefabs/SciFi/Floor_Big.prefab.meta | 3 ++ .../Floor_Corner_Straight Variant.prefab | 3 ++ .../Floor_Corner_Straight Variant.prefab.meta | 3 ++ .../SciFi/Floor_Glass Variant 1.prefab | 3 ++ .../SciFi/Floor_Glass Variant 1.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Glass Variant.prefab | 3 ++ .../SciFi/Floor_Glass Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Glass_Double.prefab | 3 ++ .../SciFi/Floor_Glass_Double.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Ramp Variant.prefab | 3 ++ .../SciFi/Floor_Ramp Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Special.prefab | 3 ++ .../Prefabs/SciFi/Floor_Special.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Special_Blue.prefab | 3 ++ .../SciFi/Floor_Special_Blue.prefab.meta | 3 ++ .../Prefabs/SciFi/Floor_Special_Red.prefab | 3 ++ .../SciFi/Floor_Special_Red.prefab.meta | 3 ++ .../Prefabs/SciFi/Gate_Green Variant.prefab | 3 ++ .../SciFi/Gate_Green Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Gate_Red Variant.prefab | 3 ++ .../SciFi/Gate_Red Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Generator Variant.prefab | 3 ++ .../SciFi/Generator Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Glass_Flooring 1.prefab | 3 ++ .../SciFi/Glass_Flooring 1.prefab.meta | 3 ++ .../Prefabs/SciFi/Glass_Flooring.prefab | 3 ++ .../Prefabs/SciFi/Glass_Flooring.prefab.meta | 3 ++ .../Prefabs/SciFi/Glass_Ramp.prefab | 3 ++ .../Prefabs/SciFi/Glass_Ramp.prefab.meta | 3 ++ .../ExampleScenes~/Prefabs/SciFi/Guide.prefab | 3 ++ .../Prefabs/SciFi/Guide.prefab.meta | 3 ++ .../Prefabs/SciFi/Particles.meta | 3 ++ .../SciFi/Particles/Chest_Idle_VFX.prefab | 3 ++ .../Particles/Chest_Idle_VFX.prefab.meta | 3 ++ .../SciFi/Particles/Chest_Open_VFX.prefab | 3 ++ .../Particles/Chest_Open_VFX.prefab.meta | 3 ++ .../Prefabs/SciFi/Particles/Click_VFX.prefab | 3 ++ .../SciFi/Particles/Click_VFX.prefab.meta | 3 ++ .../SciFi/Particles/Interact_Scan_VFX.prefab | 3 ++ .../Particles/Interact_Scan_VFX.prefab.meta | 3 ++ .../Prefabs/SciFi/Particles/Starfield.prefab | 3 ++ .../SciFi/Particles/Starfield.prefab.meta | 3 ++ .../Prefabs/SciFi/Particles/Wake_VFX.prefab | 3 ++ .../SciFi/Particles/Wake_VFX.prefab.meta | 3 ++ .../SciFi/Pillar_Full_Short Variant.prefab | 3 ++ .../Pillar_Full_Short Variant.prefab.meta | 3 ++ .../SciFi/Pillar_Full_Tall Variant.prefab | 3 ++ .../Pillar_Full_Tall Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Pillar_Short Variant.prefab | 3 ++ .../SciFi/Pillar_Short Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Pipe_Red Variant.prefab | 3 ++ .../SciFi/Pipe_Red Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Point Variant.prefab | 3 ++ .../Prefabs/SciFi/Point Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Railing Variant.prefab | 3 ++ .../Prefabs/SciFi/Railing Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Railing_Post Variant.prefab | 3 ++ .../SciFi/Railing_Post Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Roof Variant.prefab | 3 ++ .../Prefabs/SciFi/Roof Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Spaceship Variant.prefab | 3 ++ .../SciFi/Spaceship Variant.prefab.meta | 3 ++ .../ExampleScenes~/Prefabs/SciFi/Special.meta | 3 ++ .../SciFi/Special/Barrier_Door Variant.prefab | 3 ++ .../Special/Barrier_Door Variant.prefab.meta | 3 ++ .../SciFi/Special/BotEntity Variant.prefab | 3 ++ .../Special/BotEntity Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Special/Box_Prop.prefab | 3 ++ .../SciFi/Special/Box_Prop.prefab.meta | 3 ++ .../SciFi/Special/Bridge_1 Variant.prefab | 3 ++ .../Special/Bridge_1 Variant.prefab.meta | 3 ++ .../Special/Button_Cable_Red Variant.prefab | 3 ++ .../Button_Cable_Red Variant.prefab.meta | 3 ++ .../SciFi/Special/Button_Press_Red.prefab | 3 ++ .../Special/Button_Press_Red.prefab.meta | 3 ++ .../Prefabs/SciFi/Special/Door Variant.prefab | 3 ++ .../SciFi/Special/Door Variant.prefab.meta | 3 ++ .../Special/Interactable_Chest Script.prefab | 3 ++ .../Interactable_Chest Script.prefab.meta | 3 ++ ...Minecart_Combined_Animation Variant.prefab | 3 ++ ...art_Combined_Animation Variant.prefab.meta | 3 ++ .../Special/Minecart_Rails Variant.prefab | 3 ++ .../Minecart_Rails Variant.prefab.meta | 3 ++ .../SciFi/Special/Red_Button Variant.prefab | 3 ++ .../Special/Red_Button Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/TargetReachedEffect.prefab | 3 ++ .../SciFi/TargetReachedEffect.prefab.meta | 3 ++ .../Prefabs/SciFi/Terrarium Variant.prefab | 3 ++ .../SciFi/Terrarium Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Tree Variant.prefab | 3 ++ .../Prefabs/SciFi/Tree Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Tube Variant.prefab | 3 ++ .../Prefabs/SciFi/Tube Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Vegetation Variant.prefab | 3 ++ .../SciFi/Vegetation Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Wall_Short Variant.prefab | 3 ++ .../SciFi/Wall_Short Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Wall_Tall Variant.prefab | 3 ++ .../SciFi/Wall_Tall Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Window_Big Variant.prefab | 3 ++ .../SciFi/Window_Big Variant.prefab.meta | 3 ++ .../Prefabs/SciFi/Window_Small Variant.prefab | 3 ++ .../SciFi/Window_Small Variant.prefab.meta | 3 ++ .../ExampleScenes~/Scenes.meta | 3 ++ .../Scenes/HexagonalTurnBased.meta | 3 ++ .../Scenes/HexagonalTurnBased/Animations.meta | 3 ++ .../Animations/Door.controller | 3 ++ .../Animations/Door.controller.meta | 3 ++ .../Animations/PurpleButton.controller | 3 ++ .../Animations/PurpleButton.controller.meta | 3 ++ .../Animations/PurpleSuccess.controller | 3 ++ .../Animations/PurpleSuccess.controller.meta | 3 ++ .../Animations/hexagon_button_hidden.anim | 3 ++ .../hexagon_button_hidden.anim.meta | 3 ++ .../Animations/hexagon_button_show.anim | 3 ++ .../Animations/hexagon_button_show.anim.meta | 3 ++ .../Animations/hexagon_door_blocked.anim | 3 ++ .../Animations/hexagon_door_blocked.anim.meta | 3 ++ .../Animations/hexagon_door_open.anim | 3 ++ .../Animations/hexagon_door_open.anim.meta | 3 ++ .../Animations/success_hidden.anim | 3 ++ .../Animations/success_hidden.anim.meta | 3 ++ .../Animations/success_show.anim | 3 ++ .../Animations/success_show.anim.meta | 3 ++ .../HexagonalTurnBased/Astar3DButton.cs | 3 ++ .../HexagonalTurnBased/Astar3DButton.cs.meta | 3 ++ .../HexagonalTurnBased/HexagonTrigger.cs | 3 ++ .../HexagonalTurnBased/HexagonTrigger.cs.meta | 3 ++ .../HexagonalTurnBased.unity | 3 ++ .../HexagonalTurnBased.unity.meta | 3 ++ .../Scenes/HexagonalTurnBased/Materials.meta | 3 ++ .../Materials/hexagon_blue.mat | 3 ++ .../Materials/hexagon_blue.mat.meta | 3 ++ .../Materials/hexagon_green.mat | 3 ++ .../Materials/hexagon_green.mat.meta | 3 ++ .../Materials/hexagon_purple.mat | 3 ++ .../Materials/hexagon_purple.mat.meta | 3 ++ .../Materials/hexagon_red.mat | 3 ++ .../Materials/hexagon_red.mat.meta | 3 ++ .../Materials/hexagon_yellow.mat | 3 ++ .../Materials/hexagon_yellow.mat.meta | 3 ++ .../Materials/hexagon_yellow_transparent.mat | 3 ++ .../hexagon_yellow_transparent.mat.meta | 3 ++ .../Scenes/HexagonalTurnBased/Textures.meta | 3 ++ .../HexagonalTurnBased/Textures/hexagon.png | 3 ++ .../Textures/hexagon.png.meta | 3 ++ .../HexagonalTurnBased/TurnBasedDoor.cs | 3 ++ .../HexagonalTurnBased/TurnBasedDoor.cs.meta | 3 ++ .../HexagonalTurnBased/TurnBasedManager.cs | 3 ++ .../TurnBasedManager.cs.meta | 3 ++ .../TurnbasedSettings.lighting | 3 ++ .../TurnbasedSettings.lighting.meta | 3 ++ .../Scenes/HexagonalTurnBased/hexagon.fbx | 3 ++ .../HexagonalTurnBased/hexagon.fbx.meta | 3 ++ .../HexagonalTurnBased/hexagon_cone.fbx | 3 ++ .../HexagonalTurnBased/hexagon_cone.fbx.meta | 3 ++ .../hexagon_obstacle.prefab | 3 ++ .../hexagon_obstacle.prefab.meta | 3 ++ .../HexagonalTurnBased/hexagon_outline.fbx | 3 ++ .../hexagon_outline.fbx.meta | 3 ++ .../ExampleScenes~/Scenes/InfiniteWorld.meta | 3 ++ .../Scenes/InfiniteWorld/InfiniteWorld.unity | 3 ++ .../InfiniteWorld/InfiniteWorld.unity.meta | 3 ++ .../InfiniteWorld/ProceduralGround.prefab | 3 ++ .../ProceduralGround.prefab.meta | 3 ++ .../InfiniteWorld/ProceduralSettings.lighting | 3 ++ .../ProceduralSettings.lighting.meta | 3 ++ .../Scenes/InfiniteWorld/ProceduralWorld.cs | 3 ++ .../InfiniteWorld/ProceduralWorld.cs.meta | 3 ++ .../Scenes/LayeredGridGraph.meta | 3 ++ .../LayeredGridGraph/LayeredGridGraph.unity | 3 ++ .../LayeredGridGraph.unity.meta | 3 ++ .../LayeredGridGraphSettings.lighting | 3 ++ .../LayeredGridGraphSettings.lighting.meta | 3 ++ .../ExampleScenes~/Scenes/LocalAvoidance.meta | 3 ++ .../Scenes/LocalAvoidance/Arrow.mat | 3 ++ .../Scenes/LocalAvoidance/Arrow.mat.meta | 3 ++ .../Scenes/LocalAvoidance/Arrow.psd | 3 ++ .../Scenes/LocalAvoidance/Arrow.psd.meta | 3 ++ .../Scenes/LocalAvoidance/Arrow2.mat | 3 ++ .../Scenes/LocalAvoidance/Arrow2.mat.meta | 3 ++ .../Scenes/LocalAvoidance/GroupController.cs | 3 ++ .../LocalAvoidance/GroupController.cs.meta | 3 ++ .../Scenes/LocalAvoidance/LightweightRVO.cs | 3 ++ .../LocalAvoidance/LightweightRVO.cs.meta | 3 ++ .../LocalAvoidance/LocalAvoidance.unity | 3 ++ .../LocalAvoidance/LocalAvoidance.unity.meta | 3 ++ .../LocalAvoidanceLightweight.unity | 3 ++ .../LocalAvoidanceLightweight.unity.meta | 3 ++ ...LocalAvoidanceLightweightSettings.lighting | 3 ++ ...AvoidanceLightweightSettings.lighting.meta | 3 ++ .../LocalAvoidanceSettings.lighting | 3 ++ .../LocalAvoidanceSettings.lighting.meta | 3 ++ .../Scenes/LocalAvoidance/RVOAgent.prefab | 3 ++ .../LocalAvoidance/RVOAgent.prefab.meta | 3 ++ .../Scenes/LocalAvoidance/RVOAgentPlacer.cs | 3 ++ .../LocalAvoidance/RVOAgentPlacer.cs.meta | 3 ++ .../Scenes/LocalAvoidance/RVOExampleAgent.cs | 3 ++ .../LocalAvoidance/RVOExampleAgent.cs.meta | 3 ++ .../Scenes/LocalAvoidance/selectionBox.psd | 3 ++ .../LocalAvoidance/selectionBox.psd.meta | 3 ++ .../Scenes/LocalAvoidance2D.meta | 3 ++ .../LocalAvoidance2D/LocalAvoidance2D.unity | 3 ++ .../LocalAvoidance2D.unity.meta | 3 ++ .../ExampleScenes~/Scenes/NavmeshGraph.meta | 3 ++ .../Scenes/NavmeshGraph/NavmeshGraph.unity | 3 ++ .../NavmeshGraph/NavmeshGraph.unity.meta | 3 ++ .../NavmeshGraph/NavmeshGraphRichAI.unity | 3 ++ .../NavmeshGraphRichAI.unity.meta | 3 ++ .../NavmeshGraphRichAISettings.lighting | 3 ++ .../NavmeshGraphRichAISettings.lighting.meta | 3 ++ .../NavmeshGraphSettings.lighting | 3 ++ .../NavmeshGraphSettings.lighting.meta | 3 ++ .../Scenes/NavmeshGraph/Resources.meta | 3 ++ .../Resources/navmesh_example6navmesh.obj | 3 ++ .../navmesh_example6navmesh.obj.meta | 3 ++ .../NavmeshGraph/navmesh_example_world.fbx | 3 ++ .../navmesh_example_world.fbx.meta | 3 ++ .../ExampleScenes~/Scenes/OldExamples.meta | 3 ++ .../Scenes/OldExamples/Example13_Moving.meta | 3 ++ .../Example13_Moving/BezierMover.cs | 3 ++ .../Example13_Moving/BezierMover.cs.meta | 3 ++ .../OldExamples/Example13_Moving/Moving.unity | 3 ++ .../Example13_Moving/Moving.unity.meta | 3 ++ .../Example13_Moving/MovingSettings.lighting | 3 ++ .../MovingSettings.lighting.meta | 3 ++ .../OldExamples/Example13_Moving/Ship.anim | 3 ++ .../Example13_Moving/Ship.anim.meta | 3 ++ .../Example13_Moving/Ship.controller | 3 ++ .../Example13_Moving/Ship.controller.meta | 3 ++ .../Example13_Moving/Water fallback.jpg | 3 ++ .../Example13_Moving/Water fallback.jpg.meta | 3 ++ .../Example13_Moving/WaterPlane.mat | 3 ++ .../Example13_Moving/WaterPlane.mat.meta | 3 ++ .../OldExamples/Example13_Moving/ship.fbx | 3 ++ .../Example13_Moving/ship.fbx.meta | 3 ++ .../Scenes/OldExamples/Example15_2D.meta | 3 ++ .../Scenes/OldExamples/Example15_2D/2D.meta | 3 ++ .../Scenes/OldExamples/Example15_2D/2D.unity | 3 ++ .../OldExamples/Example15_2D/2D.unity.meta | 3 ++ .../Example15_2D/2D/Volume Profile.asset | 3 ++ .../Example15_2D/2D/Volume Profile.asset.meta | 3 ++ .../Example15_2D/2DSettings.lighting | 3 ++ .../Example15_2D/2DSettings.lighting.meta | 3 ++ .../OldExamples/Example15_2D/grid_tile.asset | 3 ++ .../Example15_2D/grid_tile.asset.meta | 3 ++ .../OldExamples/Example15_2D/grid_tile.psd | 3 ++ .../Example15_2D/grid_tile.psd.meta | 3 ++ .../Scenes/OldExamples/Example18_RTS.meta | 3 ++ .../OldExamples/Example18_RTS/Animations.meta | 3 ++ .../Animations/Pillars.controller | 3 ++ .../Animations/Pillars.controller.meta | 3 ++ .../Example18_RTS/Animations/RTSBattery.anim | 3 ++ .../Animations/RTSBattery.anim.meta | 3 ++ .../Animations/RTSHarvesterHarvesting.anim | 3 ++ .../RTSHarvesterHarvesting.anim.meta | 3 ++ .../RTSHarvesterHarvestingExit.anim | 3 ++ .../RTSHarvesterHarvestingExit.anim.meta | 3 ++ .../Animations/RTSHarvesterNormal.anim | 3 ++ .../Animations/RTSHarvesterNormal.anim.meta | 3 ++ .../Animations/RTSUnitHarvester.controller | 3 ++ .../RTSUnitHarvester.controller.meta | 3 ++ .../Example18_RTS/Animations/WorkerLight.anim | 3 ++ .../Animations/WorkerLight.anim.meta | 3 ++ .../Animations/WorkerLight.controller | 3 ++ .../Animations/WorkerLight.controller.meta | 3 ++ .../OldExamples/Example18_RTS/Audio.meta | 3 ++ .../Example18_RTS/Audio/music.meta | 3 ++ .../Abnormal Perfection (Ambient mix).ogg | 3 ++ ...Abnormal Perfection (Ambient mix).ogg.meta | 3 ++ .../OldExamples/Example18_RTS/Audio/sfx.meta | 3 ++ .../Example18_RTS/Audio/sfx/movement.meta | 3 ++ .../Audio/sfx/movement/Motor 19.ogg | 3 ++ .../Audio/sfx/movement/Motor 19.ogg.meta | 3 ++ .../Example18_RTS/Audio/sfx/ui.meta | 3 ++ .../ui/PremiumBeat_0013_cursor_click_11.wav | 3 ++ .../PremiumBeat_0013_cursor_click_11.wav.meta | 3 ++ .../PremiumBeat_0046_sci_fi_beep_electric.wav | 3 ++ ...iumBeat_0046_sci_fi_beep_electric.wav.meta | 3 ++ .../Example18_RTS/Audio/sfx/weapons.meta | 3 ++ .../Audio/sfx/weapons/CK_Blaster_Shot-01.ogg | 3 ++ .../sfx/weapons/CK_Blaster_Shot-01.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg | 3 ++ .../sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg | 3 ++ .../sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg | 3 ++ .../sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg | 3 ++ .../sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg | 3 ++ .../sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg | 3 ++ .../sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg | 3 ++ .../sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_08_Shot-1.ogg | 3 ++ .../sfx/weapons/DS_Light_08_Shot-1.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_08_Shot-2.ogg | 3 ++ .../sfx/weapons/DS_Light_08_Shot-2.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_08_Shot-3.ogg | 3 ++ .../sfx/weapons/DS_Light_08_Shot-3.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_08_Shot-4.ogg | 3 ++ .../sfx/weapons/DS_Light_08_Shot-4.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_08_Shot-5.ogg | 3 ++ .../sfx/weapons/DS_Light_08_Shot-5.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_08_Shot-6.ogg | 3 ++ .../sfx/weapons/DS_Light_08_Shot-6.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_13_Shot-1.ogg | 3 ++ .../sfx/weapons/DS_Light_13_Shot-1.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_13_Shot-2.ogg | 3 ++ .../sfx/weapons/DS_Light_13_Shot-2.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_13_Shot-3.ogg | 3 ++ .../sfx/weapons/DS_Light_13_Shot-3.ogg.meta | 3 ++ .../Audio/sfx/weapons/DS_Light_13_Shot-4.ogg | 3 ++ .../sfx/weapons/DS_Light_13_Shot-4.ogg.meta | 3 ++ .../OldExamples/Example18_RTS/BTNode.cs | 3 ++ .../OldExamples/Example18_RTS/BTNode.cs.meta | 3 ++ .../OldExamples/Example18_RTS/Materials.meta | 3 ++ .../Example18_RTS/Materials/Dust.mat | 3 ++ .../Example18_RTS/Materials/Dust.mat.meta | 3 ++ .../Example18_RTS/Materials/Dust2.mat | 3 ++ .../Example18_RTS/Materials/Dust2.mat.meta | 3 ++ .../Example18_RTS/Materials/GroundRTS.mat | 3 ++ .../Materials/GroundRTS.mat.meta | 3 ++ .../Example18_RTS/Materials/Material.mat | 3 ++ .../Example18_RTS/Materials/Material.mat.meta | 3 ++ .../Example18_RTS/Materials/No Name.mat | 3 ++ .../Example18_RTS/Materials/No Name.mat.meta | 3 ++ .../Materials/None__Untitled_001.mat | 3 ++ .../Materials/None__Untitled_001.mat.meta | 3 ++ .../Materials/RTSBuildingShade1.mat | 3 ++ .../Materials/RTSBuildingShade1.mat.meta | 3 ++ .../Materials/RTSBuildingShade2.mat | 3 ++ .../Materials/RTSBuildingShade2.mat.meta | 3 ++ .../Materials/RTSBuildingShade3.mat | 3 ++ .../Materials/RTSBuildingShade3.mat.meta | 3 ++ .../Materials/RTSBuildingShade4.mat | 3 ++ .../Materials/RTSBuildingShade4.mat.meta | 3 ++ .../Example18_RTS/Materials/RTSCliffs.mat | 3 ++ .../Materials/RTSCliffs.mat.meta | 3 ++ .../Example18_RTS/Materials/RTSCrystal.mat | 3 ++ .../Materials/RTSCrystal.mat.meta | 3 ++ .../Materials/RTSFlashParticle.mat | 3 ++ .../Materials/RTSFlashParticle.mat.meta | 3 ++ .../Materials/RTSHarvesterCrystalParticle.mat | 3 ++ .../RTSHarvesterCrystalParticle.mat.meta | 3 ++ .../Materials/RTSHeavyUnitBlink.mat | 3 ++ .../Materials/RTSHeavyUnitBlink.mat.meta | 3 ++ .../Materials/RTSMuzzleSmokeParticle.mat | 3 ++ .../Materials/RTSMuzzleSmokeParticle.mat.meta | 3 ++ .../Example18_RTS/Materials/RTSTurret.mat | 3 ++ .../Materials/RTSTurret.mat.meta | 3 ++ .../Materials/RTSUnitHarvesterTeam1.mat | 3 ++ .../Materials/RTSUnitHarvesterTeam1.mat.meta | 3 ++ .../Materials/RTSUnitHeavyTeam2.mat | 3 ++ .../Materials/RTSUnitHeavyTeam2.mat.meta | 3 ++ .../Example18_RTS/Materials/RTSUnitTeam1.mat | 3 ++ .../Materials/RTSUnitTeam1.mat.meta | 3 ++ .../Example18_RTS/Materials/RTSUnitTeam2.mat | 3 ++ .../Materials/RTSUnitTeam2.mat.meta | 3 ++ .../Materials/SelectionCircle.mat | 3 ++ .../Materials/SelectionCircle.mat.meta | 3 ++ .../Materials/SelectionCircleLarge.mat | 3 ++ .../Materials/SelectionCircleLarge.mat.meta | 3 ++ .../Example18_RTS/Materials/unnamed.mat | 3 ++ .../Example18_RTS/Materials/unnamed.mat.meta | 3 ++ .../Example18_RTS/PostProcessing.asset | 3 ++ .../Example18_RTS/PostProcessing.asset.meta | 3 ++ .../OldExamples/Example18_RTS/Prefabs.meta | 3 ++ .../Example18_RTS/Prefabs/Buildings.meta | 3 ++ .../Prefabs/Buildings/Barracks.prefab | 3 ++ .../Prefabs/Buildings/Barracks.prefab.meta | 3 ++ .../Prefabs/Buildings/Battery.prefab | 3 ++ .../Prefabs/Buildings/Battery.prefab.meta | 3 ++ .../Example18_RTS/Prefabs/Crystal.prefab | 3 ++ .../Example18_RTS/Prefabs/Crystal.prefab.meta | 3 ++ .../Example18_RTS/Prefabs/CrystalSmall.prefab | 3 ++ .../Prefabs/CrystalSmall.prefab.meta | 3 ++ .../Example18_RTS/Prefabs/Effects.meta | 3 ++ .../Prefabs/Effects/CannonSourceEffect.prefab | 3 ++ .../Effects/CannonSourceEffect.prefab.meta | 3 ++ .../Prefabs/Effects/RifleSourceEffect.prefab | 3 ++ .../Effects/RifleSourceEffect.prefab.meta | 3 ++ .../Prefabs/Effects/RifleTargetEffect.prefab | 3 ++ .../Effects/RifleTargetEffect.prefab.meta | 3 ++ .../Example18_RTS/Prefabs/RTSTurret.prefab | 3 ++ .../Prefabs/RTSTurret.prefab.meta | 3 ++ .../Example18_RTS/Prefabs/RTSUnit.prefab | 3 ++ .../Example18_RTS/Prefabs/RTSUnit.prefab.meta | 3 ++ .../Prefabs/RTSUnitHarvester.prefab | 3 ++ .../Prefabs/RTSUnitHarvester.prefab.meta | 3 ++ .../Example18_RTS/Prefabs/RTSUnitHeavy.prefab | 3 ++ .../Prefabs/RTSUnitHeavy.prefab.meta | 3 ++ .../OldExamples/Example18_RTS/Prefabs/UI.meta | 3 ++ .../Prefabs/UI/RTSMenuItem.prefab | 3 ++ .../Prefabs/UI/RTSMenuItem.prefab.meta | 3 ++ .../Prefabs/UI/WorldSpaceQueueUI.prefab | 3 ++ .../Prefabs/UI/WorldSpaceQueueUI.prefab.meta | 3 ++ .../Scenes/OldExamples/Example18_RTS/RTS.meta | 3 ++ .../OldExamples/Example18_RTS/RTS.unity | 3 ++ .../OldExamples/Example18_RTS/RTS.unity.meta | 3 ++ .../Example18_RTS/RTS/LightmapSnapshot.asset | 3 ++ .../RTS/LightmapSnapshot.asset.meta | 3 ++ .../OldExamples/Example18_RTS/RTSAudio.cs | 3 ++ .../Example18_RTS/RTSAudio.cs.meta | 3 ++ .../Example18_RTS/RTSBuildingBarracks.cs | 3 ++ .../Example18_RTS/RTSBuildingBarracks.cs.meta | 3 ++ .../Example18_RTS/RTSBuildingButton.cs | 3 ++ .../Example18_RTS/RTSBuildingButton.cs.meta | 3 ++ .../Example18_RTS/RTSBuildingManager.cs | 3 ++ .../Example18_RTS/RTSBuildingManager.cs.meta | 3 ++ .../Example18_RTS/RTSBuildingQueueUI.cs | 3 ++ .../Example18_RTS/RTSBuildingQueueUI.cs.meta | 3 ++ .../Example18_RTS/RTSHarvestableResource.cs | 3 ++ .../RTSHarvestableResource.cs.meta | 3 ++ .../OldExamples/Example18_RTS/RTSHarvester.cs | 3 ++ .../Example18_RTS/RTSHarvester.cs.meta | 3 ++ .../OldExamples/Example18_RTS/RTSManager.cs | 3 ++ .../Example18_RTS/RTSManager.cs.meta | 3 ++ .../OldExamples/Example18_RTS/RTSPlayer.cs | 3 ++ .../Example18_RTS/RTSPlayer.cs.meta | 3 ++ .../Example18_RTS/RTSResourceDeterioration.cs | 3 ++ .../RTSResourceDeterioration.cs.meta | 3 ++ .../Example18_RTS/RTSResourceView.cs | 3 ++ .../Example18_RTS/RTSResourceView.cs.meta | 3 ++ .../Example18_RTS/RTSSettings.lighting | 3 ++ .../Example18_RTS/RTSSettings.lighting.meta | 3 ++ .../RTSTiltInMovementDirection.cs | 3 ++ .../RTSTiltInMovementDirection.cs.meta | 3 ++ .../Example18_RTS/RTSTimedDestruction.cs | 3 ++ .../Example18_RTS/RTSTimedDestruction.cs.meta | 3 ++ .../Scenes/OldExamples/Example18_RTS/RTSUI.cs | 3 ++ .../OldExamples/Example18_RTS/RTSUI.cs.meta | 3 ++ .../OldExamples/Example18_RTS/RTSUnit.cs | 3 ++ .../OldExamples/Example18_RTS/RTSUnit.cs.meta | 3 ++ .../Example18_RTS/RTSUnitBuilder.cs | 3 ++ .../Example18_RTS/RTSUnitBuilder.cs.meta | 3 ++ .../Example18_RTS/RTSUnitManager.cs | 3 ++ .../Example18_RTS/RTSUnitManager.cs.meta | 3 ++ .../Example18_RTS/RTSWaveSpawner.cs | 3 ++ .../Example18_RTS/RTSWaveSpawner.cs.meta | 3 ++ .../OldExamples/Example18_RTS/RTSWeapon.cs | 3 ++ .../Example18_RTS/RTSWeapon.cs.meta | 3 ++ .../Example18_RTS/RTSWeaponSimpleRanged.cs | 3 ++ .../RTSWeaponSimpleRanged.cs.meta | 3 ++ .../Example18_RTS/RTSWorldSpaceUI.cs | 3 ++ .../Example18_RTS/RTSWorldSpaceUI.cs.meta | 3 ++ .../OldExamples/Example18_RTS/Textures.meta | 3 ++ .../Example18_RTS/Textures/cliffs.png | 3 ++ .../Example18_RTS/Textures/cliffs.png.meta | 3 ++ .../Example18_RTS/Textures/dust.png | 3 ++ .../Example18_RTS/Textures/dust.png.meta | 3 ++ .../Example18_RTS/Textures/heavy.psd | 3 ++ .../Example18_RTS/Textures/heavy.psd.meta | 3 ++ .../Example18_RTS/Textures/turret.png | 3 ++ .../Example18_RTS/Textures/turret.png.meta | 3 ++ .../Textures/turret_emission.png | 3 ++ .../Textures/turret_emission.png.meta | 3 ++ .../Example18_RTS/Textures/unit.psd | 3 ++ .../Example18_RTS/Textures/unit.psd.meta | 3 ++ .../Scenes/OldExamples/Example18_RTS/UI.meta | 3 ++ .../Example18_RTS/UI/menu_background.psd | 3 ++ .../Example18_RTS/UI/menu_background.psd.meta | 3 ++ .../Example18_RTS/UI/queue_main_mask.png | 3 ++ .../Example18_RTS/UI/queue_main_mask.png.meta | 3 ++ .../UI/queue_main_outer_mask.psd | 3 ++ .../UI/queue_main_outer_mask.psd.meta | 3 ++ .../UI/queue_small_background.png | 3 ++ .../UI/queue_small_background.png.meta | 3 ++ .../Example18_RTS/UI/queue_small_mask.png | 3 ++ .../UI/queue_small_mask.png.meta | 3 ++ .../Example18_RTS/UI/selection_box.psd | 3 ++ .../Example18_RTS/UI/selection_box.psd.meta | 3 ++ .../Example18_RTS/UI/selection_circle.psd | 3 ++ .../UI/selection_circle.psd.meta | 3 ++ .../UI/selection_circle_large.psd | 3 ++ .../UI/selection_circle_large.psd.meta | 3 ++ .../OldExamples/Example18_RTS/rtsmap.fbx | 3 ++ .../OldExamples/Example18_RTS/rtsmap.fbx.meta | 3 ++ .../OldExamples/Example18_RTS/turret.fbx | 3 ++ .../OldExamples/Example18_RTS/turret.fbx.meta | 3 ++ .../Scenes/OldExamples/Example18_RTS/unit.fbx | 3 ++ .../OldExamples/Example18_RTS/unit.fbx.meta | 3 ++ .../OldExamples/Example18_RTS/unit_heavy.fbx | 3 ++ .../Example18_RTS/unit_heavy.fbx.meta | 3 ++ .../OldExamples/Example18_RTS/worker.fbx | 3 ++ .../OldExamples/Example18_RTS/worker.fbx.meta | 3 ++ .../Scenes/OldExamples/Example2_Terrain.meta | 3 ++ .../Example2_Terrain/Example2.unity | 3 ++ .../Example2_Terrain/Example2.unity.meta | 3 ++ .../Example2Settings.lighting | 3 ++ .../Example2Settings.lighting.meta | 3 ++ .../Pathfinding_Terrain.asset | 3 ++ .../Pathfinding_Terrain.asset.meta | 3 ++ .../Example2_Terrain/checkerGround.psd | 3 ++ .../Example2_Terrain/checkerGround.psd.meta | 3 ++ .../checkerGroundLayer.terrainlayer | 3 ++ .../checkerGroundLayer.terrainlayer.meta | 3 ++ .../Example2_Terrain/dynamicObstacle.anim | 3 ++ .../dynamicObstacle.anim.meta | 3 ++ .../OldExamples/Example3_Recast_Navmesh1.meta | 3 ++ .../Example3_Recast_Navmesh1/BotEntity.prefab | 3 ++ .../BotEntity.prefab.meta | 3 ++ .../Example3_Recast_Navmesh1/Debris.prefab | 3 ++ .../Debris.prefab.meta | 3 ++ .../Example3_Recast_Navmesh1/MecanimBridge.cs | 3 ++ .../MecanimBridge.cs.meta | 3 ++ .../RecastExample.unity | 3 ++ .../RecastExample.unity.meta | 3 ++ .../RecastExampleSettings.lighting | 3 ++ .../RecastExampleSettings.lighting.meta | 3 ++ .../OldExamples/Example4_Recast_Navmesh2.meta | 3 ++ .../Example4_Recast_Navmesh2/Animations.meta | 3 ++ .../Animations/ClimbTest.anim | 3 ++ .../Animations/ClimbTest.anim.meta | 3 ++ .../Animations/JumpTest.anim | 3 ++ .../Animations/JumpTest.anim.meta | 3 ++ .../RecastExample2.unity | 3 ++ .../RecastExample2.unity.meta | 3 ++ .../RecastExample2Settings.lighting | 3 ++ .../RecastExample2Settings.lighting.meta | 3 ++ .../Scenes/OldExamples/Example7_Door1.meta | 3 ++ .../Example7_Door1/Animations.meta | 3 ++ .../Example7_Door1/Animations/Close.anim | 3 ++ .../Example7_Door1/Animations/Close.anim.meta | 3 ++ .../Example7_Door1/Animations/Open.anim | 3 ++ .../Example7_Door1/Animations/Open.anim.meta | 3 ++ .../OldExamples/Example7_Door1/Door1.unity | 3 ++ .../Example7_Door1/Door1.unity.meta | 3 ++ .../Example7_Door1/Door1Settings.lighting | 3 ++ .../Door1Settings.lighting.meta | 3 ++ .../OldExamples/Example7_Door1/Door2.unity | 3 ++ .../Example7_Door1/Door2.unity.meta | 3 ++ .../Example7_Door1/Door2Settings.lighting | 3 ++ .../Door2Settings.lighting.meta | 3 ++ .../OldExamples/Example9_Penalties.meta | 3 ++ .../Example9_Penalties/PenaltiesExample.unity | 3 ++ .../PenaltiesExample.unity.meta | 3 ++ .../PenaltiesExampleSettings.lighting | 3 ++ .../PenaltiesExampleSettings.lighting.meta | 3 ++ .../Scenes/OldExamples/PointGraph.meta | 3 ++ .../OldExamples/PointGraph/GreenBox.mat | 3 ++ .../OldExamples/PointGraph/GreenBox.mat.meta | 3 ++ .../PointGraph/PointGraphExample.unity | 3 ++ .../PointGraph/PointGraphExample.unity.meta | 3 ++ .../PointGraphExampleSettings.lighting | 3 ++ .../PointGraphExampleSettings.lighting.meta | 3 ++ .../Scenes/OldExamples/PointGraph/ground.psd | 3 ++ .../OldExamples/PointGraph/ground.psd.meta | 3 ++ .../PointGraph/pointGraphGround.mat | 3 ++ .../PointGraph/pointGraphGround.mat.meta | 3 ++ .../ExampleScenes~/Scenes/PathTypes.meta | 3 ++ .../Scenes/PathTypes/PathTypes.unity | 3 ++ .../Scenes/PathTypes/PathTypes.unity.meta | 3 ++ .../Scenes/PathTypes/PathTypesDemo.cs | 3 ++ .../Scenes/PathTypes/PathTypesDemo.cs.meta | 3 ++ .../PathTypes/PathTypesSettings.lighting | 3 ++ .../PathTypes/PathTypesSettings.lighting.meta | 3 ++ .../Scenes/PathTypes/SquareShader.shader | 3 ++ .../Scenes/PathTypes/SquareShader.shader.meta | 3 ++ .../ExampleScenes~/Scenes/PathTypes/line.psd | 3 ++ .../Scenes/PathTypes/line.psd.meta | 3 ++ .../Scenes/PathTypes/pathLine.mat | 3 ++ .../Scenes/PathTypes/pathLine.mat.meta | 3 ++ .../Scenes/PathTypes/pathSquare.mat | 3 ++ .../Scenes/PathTypes/pathSquare.mat.meta | 3 ++ .../Scenes/PathTypes/pathSquare.psd | 3 ++ .../Scenes/PathTypes/pathSquare.psd.meta | 3 ++ .../ExampleScenes~/Scenes/PointGraph.meta | 3 ++ .../Scenes/PointGraph/PointGraph.unity | 3 ++ .../Scenes/PointGraph/PointGraph.unity.meta | 3 ++ .../Scenes/PointGraph/PointGraphGround.mat | 3 ++ .../PointGraph/PointGraphGround.mat.meta | 3 ++ .../Scenes/PointGraph/PointGraphRoad.mat | 3 ++ .../Scenes/PointGraph/PointGraphRoad.mat.meta | 3 ++ .../ExampleScenes~/Scenes/Recast2D.meta | 3 ++ .../Scenes/Recast2D/Recast2D.unity | 3 ++ .../Scenes/Recast2D/Recast2D.unity.meta | 3 ++ .../ExampleScenes~/Scenes/Recast3D.meta | 3 ++ .../Scenes/Recast3D/Recast3D.lighting | 3 ++ .../Scenes/Recast3D/Recast3D.lighting.meta | 3 ++ .../Scenes/Recast3D/Recast3D.meta | 3 ++ .../Scenes/Recast3D/Recast3D.unity | 3 ++ .../Scenes/Recast3D/Recast3D.unity.meta | 3 ++ .../Recast3D/Recast3D/LightingData.asset | 3 ++ .../Recast3D/Recast3D/LightingData.asset.meta | 3 ++ .../Recast3D/Recast3D/ReflectionProbe-0.exr | 3 ++ .../Recast3D/ReflectionProbe-0.exr.meta | 3 ++ .../ExampleScenes~/Scenes/RecastDoors.meta | 3 ++ .../Scenes/RecastDoors/RecastDoors.meta | 3 ++ .../Scenes/RecastDoors/RecastDoors.unity | 3 ++ .../Scenes/RecastDoors/RecastDoors.unity.meta | 3 ++ .../RecastDoors/LightingData.asset | 3 ++ .../RecastDoors/LightingData.asset.meta | 3 ++ .../RecastDoors/ReflectionProbe-0.exr | 3 ++ .../RecastDoors/ReflectionProbe-0.exr.meta | 3 ++ .../ExampleScenes~/Scenes/RecastMoving.meta | 3 ++ .../Scenes/RecastMoving/RecastMoving.unity | 3 ++ .../RecastMoving/RecastMoving.unity.meta | 3 ++ .../Scenes/RecastOffMeshLinks.meta | 3 ++ .../RecastOffMeshLinks.unity | 3 ++ .../RecastOffMeshLinks.unity.meta | 3 ++ .../ExampleScenes~/Scenes/RecastTags.meta | 3 ++ .../Scenes/RecastTags/RecastTags.meta | 3 ++ .../Scenes/RecastTags/RecastTags.unity | 3 ++ .../Scenes/RecastTags/RecastTags.unity.meta | 3 ++ .../RecastTags/RecastTags/LightingData.asset | 3 ++ .../RecastTags/LightingData.asset.meta | 3 ++ .../RecastTags/ReflectionProbe-0.exr | 3 ++ .../RecastTags/ReflectionProbe-0.exr.meta | 3 ++ .../ExampleScenes~/Scenes/RecastTerrain.meta | 3 ++ .../Scenes/RecastTerrain/RecastTerrain.asset | 3 ++ .../RecastTerrain/RecastTerrain.asset.meta | 3 ++ .../Scenes/RecastTerrain/RecastTerrain.meta | 3 ++ .../Scenes/RecastTerrain/RecastTerrain.unity | 3 ++ .../RecastTerrain/RecastTerrain.unity.meta | 3 ++ .../RecastTerrain/LightingData.asset | 3 ++ .../RecastTerrain/LightingData.asset.meta | 3 ++ .../RecastTerrain/Lightmap-0_comp_dir.png | 3 ++ .../Lightmap-0_comp_dir.png.meta | 3 ++ .../RecastTerrain/Lightmap-0_comp_light.exr | 3 ++ .../Lightmap-0_comp_light.exr.meta | 3 ++ .../RecastTerrain/ReflectionProbe-0.exr | 3 ++ .../RecastTerrain/ReflectionProbe-0.exr.meta | 3 ++ .../ExampleScenes~/Scenes/Spherical.meta | 3 ++ .../Scenes/Spherical/Materials.meta | 3 ++ .../Scenes/Spherical/Materials/Planet.mat | 3 ++ .../Spherical/Materials/Planet.mat.meta | 3 ++ .../Scenes/Spherical/Resources.meta | 3 ++ .../Scenes/Spherical/Resources/Icosphere.obj | 3 ++ .../Spherical/Resources/Icosphere.obj.meta | 3 ++ .../Spherical/Resources/strange_box.fbx | 3 ++ .../Spherical/Resources/strange_box.fbx.meta | 3 ++ .../Scenes/Spherical/Spherical.meta | 3 ++ .../Scenes/Spherical/Spherical.unity | 3 ++ .../Scenes/Spherical/Spherical.unity.meta | 3 ++ .../Spherical/Spherical/LightingData.asset | 3 ++ .../Spherical/LightingData.asset.meta | 3 ++ .../Spherical/Spherical/ReflectionProbe-0.exr | 3 ++ .../Spherical/ReflectionProbe-0.exr.meta | 3 ++ .../Spherical/SphericalSettings.lighting | 3 ++ .../Spherical/SphericalSettings.lighting.meta | 3 ++ .../ExampleScenes~/_Example Scenes.txt | 3 ++ .../ExampleScenes~/_Example Scenes.txt.meta | 3 ++ Packages/com.arongranberg.astar/Graphs.meta | 3 ++ .../com.arongranberg.astar/Graphs/Grid.meta | 3 ++ .../Graphs/Grid/GraphCollision.cs | 3 ++ .../Graphs/Grid/GraphCollision.cs.meta | 3 ++ .../Graphs/Grid/GridAdjacencyMapper.cs | 3 ++ .../Graphs/Grid/GridAdjacencyMapper.cs.meta | 3 ++ .../Graphs/Grid/GridGraphScanData.cs | 3 ++ .../Graphs/Grid/GridGraphScanData.cs.meta | 3 ++ .../Graphs/Grid/GridIterationUtilities.cs | 3 ++ .../Grid/GridIterationUtilities.cs.meta | 3 ++ .../Graphs/Grid/Jobs.meta | 3 ++ .../Graphs/Grid/Jobs/JobAllocateNodes.cs | 3 ++ .../Graphs/Grid/Jobs/JobAllocateNodes.cs.meta | 3 ++ .../Grid/Jobs/JobCalculateGridConnections.cs | 3 ++ .../Jobs/JobCalculateGridConnections.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobCheckCollisions.cs | 3 ++ .../Grid/Jobs/JobCheckCollisions.cs.meta | 3 ++ .../Grid/Jobs/JobColliderHitsToBooleans.cs | 3 ++ .../Jobs/JobColliderHitsToBooleans.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobCopyBuffers.cs | 3 ++ .../Graphs/Grid/Jobs/JobCopyBuffers.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobDirtyNodes.cs | 3 ++ .../Graphs/Grid/Jobs/JobDirtyNodes.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobErosion.cs | 3 ++ .../Graphs/Grid/Jobs/JobErosion.cs.meta | 3 ++ .../Grid/Jobs/JobFilterDiagonalConnections.cs | 3 ++ .../Jobs/JobFilterDiagonalConnections.cs.meta | 3 ++ .../Grid/Jobs/JobMergeRaycastCollisionHits.cs | 3 ++ .../Jobs/JobMergeRaycastCollisionHits.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobNodeGridLayout.cs | 3 ++ .../Grid/Jobs/JobNodeGridLayout.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobNodeWalkability.cs | 3 ++ .../Grid/Jobs/JobNodeWalkability.cs.meta | 3 ++ .../Grid/Jobs/JobPrepareCapsuleCommands.cs | 3 ++ .../Jobs/JobPrepareCapsuleCommands.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobPrepareGridRaycast.cs | 3 ++ .../Grid/Jobs/JobPrepareGridRaycast.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobPrepareRaycasts.cs | 3 ++ .../Grid/Jobs/JobPrepareRaycasts.cs.meta | 3 ++ .../Grid/Jobs/JobPrepareSphereCommands.cs | 3 ++ .../Jobs/JobPrepareSphereCommands.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobRaycastAll.cs | 3 ++ .../Graphs/Grid/Jobs/JobRaycastAll.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobReadNodeData.cs | 3 ++ .../Graphs/Grid/Jobs/JobReadNodeData.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobRelocateNodes.cs | 3 ++ .../Graphs/Grid/Jobs/JobRelocateNodes.cs.meta | 3 ++ .../Graphs/Grid/Jobs/JobWriteNodeData.cs | 3 ++ .../Graphs/Grid/Jobs/JobWriteNodeData.cs.meta | 3 ++ .../Graphs/Grid/Rules.meta | 3 ++ .../Graphs/Grid/Rules/GridGraphRules.cs | 3 ++ .../Graphs/Grid/Rules/GridGraphRules.cs.meta | 3 ++ .../Graphs/Grid/Rules/RuleAnglePenalty.cs | 3 ++ .../Grid/Rules/RuleAnglePenalty.cs.meta | 3 ++ .../Graphs/Grid/Rules/RuleElevationPenalty.cs | 3 ++ .../Grid/Rules/RuleElevationPenalty.cs.meta | 3 ++ .../Grid/Rules/RulePerLayerModifications.cs | 3 ++ .../Rules/RulePerLayerModifications.cs.meta | 3 ++ .../Graphs/Grid/Rules/RuleTexture.cs | 3 ++ .../Graphs/Grid/Rules/RuleTexture.cs.meta | 3 ++ .../Graphs/GridGraph.cs | 3 ++ .../Graphs/GridGraph.cs.meta | 3 ++ .../Graphs/LayerGridGraph.cs | 3 ++ .../Graphs/LayerGridGraph.cs.meta | 3 ++ .../Graphs/LinkGraph.cs | 3 ++ .../Graphs/LinkGraph.cs.meta | 3 ++ .../com.arongranberg.astar/Graphs/NavGraph.cs | 3 ++ .../Graphs/NavGraph.cs.meta | 3 ++ .../Graphs/NavMeshGraph.cs | 3 ++ .../Graphs/NavMeshGraph.cs.meta | 3 ++ .../Graphs/Navmesh.meta | 3 ++ .../Graphs/Navmesh/AABBTree.cs | 3 ++ .../Graphs/Navmesh/AABBTree.cs.meta | 3 ++ .../Graphs/Navmesh/BBTree.cs | 3 ++ .../Graphs/Navmesh/BBTree.cs.meta | 3 ++ .../Graphs/Navmesh/ColliderMeshBuilder2D.cs | 3 ++ .../Navmesh/ColliderMeshBuilder2D.cs.meta | 3 ++ .../Graphs/Navmesh/Jobs.meta | 3 ++ .../Graphs/Navmesh/Jobs/JobBuildNodes.cs | 3 ++ .../Graphs/Navmesh/Jobs/JobBuildNodes.cs.meta | 3 ++ .../Jobs/JobBuildTileMeshFromVertices.cs | 3 ++ .../Jobs/JobBuildTileMeshFromVertices.cs.meta | 3 ++ .../Jobs/JobBuildTileMeshFromVoxels.cs | 3 ++ .../Jobs/JobBuildTileMeshFromVoxels.cs.meta | 3 ++ .../Jobs/JobCalculateTriangleConnections.cs | 3 ++ .../JobCalculateTriangleConnections.cs.meta | 3 ++ .../Graphs/Navmesh/Jobs/JobConnectTiles.cs | 3 ++ .../Navmesh/Jobs/JobConnectTiles.cs.meta | 3 ++ .../Navmesh/Jobs/JobConvertAreasToTags.cs | 3 ++ .../Jobs/JobConvertAreasToTags.cs.meta | 3 ++ .../Graphs/Navmesh/Jobs/JobCreateTiles.cs | 3 ++ .../Navmesh/Jobs/JobCreateTiles.cs.meta | 3 ++ .../Jobs/JobTransformTileCoordinates.cs | 3 ++ .../Jobs/JobTransformTileCoordinates.cs.meta | 3 ++ .../Navmesh/Jobs/JobWriteNodeConnections.cs | 3 ++ .../Jobs/JobWriteNodeConnections.cs.meta | 3 ++ .../Graphs/Navmesh/NavmeshTile.cs | 3 ++ .../Graphs/Navmesh/NavmeshTile.cs.meta | 3 ++ .../Graphs/Navmesh/RecastBuilder.cs | 3 ++ .../Graphs/Navmesh/RecastBuilder.cs.meta | 3 ++ .../Graphs/Navmesh/RecastMeshGatherer.cs | 3 ++ .../Graphs/Navmesh/RecastMeshGatherer.cs.meta | 3 ++ .../Graphs/Navmesh/TileBuilder.cs | 3 ++ .../Graphs/Navmesh/TileBuilder.cs.meta | 3 ++ .../Graphs/Navmesh/TileHandler.cs | 3 ++ .../Graphs/Navmesh/TileHandler.cs.meta | 3 ++ .../Graphs/Navmesh/TileLayout.cs | 3 ++ .../Graphs/Navmesh/TileLayout.cs.meta | 3 ++ .../Graphs/Navmesh/TileMesh.cs | 3 ++ .../Graphs/Navmesh/TileMesh.cs.meta | 3 ++ .../Graphs/Navmesh/TileMeshes.cs | 3 ++ .../Graphs/Navmesh/TileMeshes.cs.meta | 3 ++ .../Graphs/Navmesh/Voxels.meta | 3 ++ .../Navmesh/Voxels/CompactVoxelField.cs | 3 ++ .../Navmesh/Voxels/CompactVoxelField.cs.meta | 3 ++ .../Graphs/Navmesh/Voxels/LinkedVoxelField.cs | 3 ++ .../Navmesh/Voxels/LinkedVoxelField.cs.meta | 3 ++ .../Graphs/Navmesh/Voxels/VoxelContour.cs | 3 ++ .../Navmesh/Voxels/VoxelContour.cs.meta | 3 ++ .../Graphs/Navmesh/Voxels/VoxelMesh.cs | 3 ++ .../Graphs/Navmesh/Voxels/VoxelMesh.cs.meta | 3 ++ .../Navmesh/Voxels/VoxelPolygonClipper.cs | 3 ++ .../Voxels/VoxelPolygonClipper.cs.meta | 3 ++ .../Navmesh/Voxels/VoxelRasterization.cs | 3 ++ .../Navmesh/Voxels/VoxelRasterization.cs.meta | 3 ++ .../Graphs/Navmesh/Voxels/VoxelRegion.cs | 3 ++ .../Graphs/Navmesh/Voxels/VoxelRegion.cs.meta | 3 ++ .../Graphs/NavmeshBase.cs | 3 ++ .../Graphs/NavmeshBase.cs.meta | 3 ++ .../com.arongranberg.astar/Graphs/Nodes.meta | 3 ++ .../Graphs/Nodes/GridNode.cs | 3 ++ .../Graphs/Nodes/GridNode.cs.meta | 3 ++ .../Graphs/Nodes/GridNodeBase.cs | 3 ++ .../Graphs/Nodes/GridNodeBase.cs.meta | 3 ++ .../Graphs/Nodes/LevelGridNode.cs | 3 ++ .../Graphs/Nodes/LevelGridNode.cs.meta | 3 ++ .../Graphs/Nodes/PointNode.cs | 3 ++ .../Graphs/Nodes/PointNode.cs.meta | 3 ++ .../Graphs/Nodes/TriangleMeshNode.cs | 3 ++ .../Graphs/Nodes/TriangleMeshNode.cs.meta | 3 ++ .../com.arongranberg.astar/Graphs/Point.meta | 3 ++ .../Graphs/Point/PointKDTree.cs | 3 ++ .../Graphs/Point/PointKDTree.cs.meta | 3 ++ .../Graphs/PointGraph.cs | 3 ++ .../Graphs/PointGraph.cs.meta | 3 ++ .../Graphs/RecastGraph.cs | 3 ++ .../Graphs/RecastGraph.cs.meta | 3 ++ .../Graphs/Utilities.meta | 3 ++ .../Graphs/Utilities/EuclideanEmbedding.cs | 3 ++ .../Utilities/EuclideanEmbedding.cs.meta | 3 ++ .../Graphs/Utilities/GraphTransform.cs | 3 ++ .../Graphs/Utilities/GraphTransform.cs.meta | 3 ++ .../Graphs/Utilities/GridLookup.cs | 3 ++ .../Graphs/Utilities/GridLookup.cs.meta | 3 ++ .../Graphs/Utilities/NavMeshRenderer.cs | 3 ++ .../Graphs/Utilities/NavMeshRenderer.cs.meta | 3 ++ .../Graphs/Utilities/RecastMeshObj.cs | 3 ++ .../Graphs/Utilities/RecastMeshObj.cs.meta | 3 ++ .../Graphs/Utilities/RecastNavmeshModifier.cs | 3 ++ .../Utilities/RecastNavmeshModifier.cs.meta | 3 ++ .../Graphs/Utilities/UtilityJobs.cs | 3 ++ .../Graphs/Utilities/UtilityJobs.cs.meta | 3 ++ .../com.arongranberg.astar/Modifiers.meta | 3 ++ .../Modifiers/AdvancedSmooth.cs | 3 ++ .../Modifiers/AdvancedSmooth.cs.meta | 3 ++ .../Modifiers/AlternativePath.cs | 3 ++ .../Modifiers/AlternativePath.cs.meta | 3 ++ .../Modifiers/FunnelModifier.cs | 3 ++ .../Modifiers/FunnelModifier.cs.meta | 3 ++ .../Modifiers/Modifiers.cs | 3 ++ .../Modifiers/Modifiers.cs.meta | 3 ++ .../Modifiers/RadiusModifier.cs | 3 ++ .../Modifiers/RadiusModifier.cs.meta | 3 ++ .../Modifiers/RaycastModifier.cs | 3 ++ .../Modifiers/RaycastModifier.cs.meta | 3 ++ .../Modifiers/SimpleSmoothModifier.cs | 3 ++ .../Modifiers/SimpleSmoothModifier.cs.meta | 3 ++ .../Modifiers/StartEndModifier.cs | 3 ++ .../Modifiers/StartEndModifier.cs.meta | 3 ++ Packages/com.arongranberg.astar/Navmesh.meta | 3 ++ .../Navmesh/NavmeshAdd.cs | 3 ++ .../Navmesh/NavmeshAdd.cs.meta | 3 ++ .../Navmesh/NavmeshClipper.cs | 3 ++ .../Navmesh/NavmeshClipper.cs.meta | 3 ++ .../Navmesh/NavmeshCut.cs | 3 ++ .../Navmesh/NavmeshCut.cs.meta | 3 ++ .../Navmesh/NavmeshUpdates.cs | 3 ++ .../Navmesh/NavmeshUpdates.cs.meta | 3 ++ .../Navmesh/RelevantGraphSurface.cs | 3 ++ .../Navmesh/RelevantGraphSurface.cs.meta | 3 ++ .../com.arongranberg.astar/PackageTools.meta | 3 ++ .../PackageTools/Editor.meta | 3 ++ .../PackageTools/Editor/DependencyCheck.cs | 3 ++ .../Editor/DependencyCheck.cs.meta | 3 ++ .../PackageTools/Editor/EditorBase.cs | 3 ++ .../PackageTools/Editor/EditorBase.cs.meta | 3 ++ .../PackageTools/Editor/EditorGUIx.cs | 3 ++ .../PackageTools/Editor/EditorGUIx.cs.meta | 3 ++ .../PackageTools/Editor/EnumFlagDrawer.cs | 3 ++ .../Editor/EnumFlagDrawer.cs.meta | 3 ++ .../PackageTools/Editor/LegacyEditorHelper.cs | 3 ++ .../Editor/LegacyEditorHelper.cs.meta | 3 ++ .../Editor/OptimizationHandler.cs | 3 ++ .../Editor/OptimizationHandler.cs.meta | 3 ++ .../Editor/PackageToolsEditor.asmdef | 3 ++ .../Editor/PackageToolsEditor.asmdef.meta | 3 ++ .../PackageTools/EditorResourceHelper.cs | 3 ++ .../PackageTools/EditorResourceHelper.cs.meta | 3 ++ .../PackageTools/EnumFlagAttribute.cs | 3 ++ .../PackageTools/EnumFlagAttribute.cs.meta | 3 ++ .../PackageTools/Migrations.cs | 3 ++ .../PackageTools/Migrations.cs.meta | 3 ++ .../PackageTools/PackageTools.asmdef | 3 ++ .../PackageTools/PackageTools.asmdef.meta | 3 ++ .../PackageTools/UniqueComponentAttribute.cs | 3 ++ .../UniqueComponentAttribute.cs.meta | 3 ++ .../PackageTools/VersionedMonoBehaviour.cs | 3 ++ .../VersionedMonoBehaviour.cs.meta | 3 ++ .../com.arongranberg.astar/Pathfinders.meta | 3 ++ .../Pathfinders/ABPath.cs | 3 ++ .../Pathfinders/ABPath.cs.meta | 3 ++ .../Pathfinders/ConstantPath.cs | 3 ++ .../Pathfinders/ConstantPath.cs.meta | 3 ++ .../Pathfinders/FleePath.cs | 3 ++ .../Pathfinders/FleePath.cs.meta | 3 ++ .../Pathfinders/FloodPath.cs | 3 ++ .../Pathfinders/FloodPath.cs.meta | 3 ++ .../Pathfinders/FloodPathTracer.cs | 3 ++ .../Pathfinders/FloodPathTracer.cs.meta | 3 ++ .../Pathfinders/MultiTargetPath.cs | 3 ++ .../Pathfinders/MultiTargetPath.cs.meta | 3 ++ .../Pathfinders/RandomPath.cs | 3 ++ .../Pathfinders/RandomPath.cs.meta | 3 ++ .../Pathfinders/XPath.cs | 3 ++ .../Pathfinders/XPath.cs.meta | 3 ++ Packages/com.arongranberg.astar/Plugins.meta | 3 ++ .../Plugins/Clipper.meta | 3 ++ .../Plugins/Clipper/Clipper2Lib.dll | 3 ++ .../Plugins/Clipper/Clipper2Lib.dll.meta | 3 ++ .../Plugins/Clipper/ClipperLicense.txt | 3 ++ .../Plugins/Clipper/ClipperLicense.txt.meta | 3 ++ .../Plugins/DotNetZip.meta | 3 ++ .../Plugins/DotNetZip/DotNetZipLicense.txt | 3 ++ .../DotNetZip/DotNetZipLicense.txt.meta | 3 ++ .../Pathfinding.Ionic.Zip.Reduced.dll | 3 ++ .../Pathfinding.Ionic.Zip.Reduced.dll.meta | 3 ++ .../Plugins/dependencies.txt | 3 ++ .../Plugins/dependencies.txt.meta | 3 ++ Packages/com.arongranberg.astar/RVO.meta | 3 ++ .../RVO/RVOController.cs | 3 ++ .../RVO/RVOController.cs.meta | 3 ++ .../com.arongranberg.astar/RVO/RVONavmesh.cs | 3 ++ .../RVO/RVONavmesh.cs.meta | 3 ++ .../com.arongranberg.astar/RVO/RVOObstacle.cs | 3 ++ .../RVO/RVOObstacle.cs.meta | 3 ++ .../RVO/RVOSimulator.cs | 3 ++ .../RVO/RVOSimulator.cs.meta | 3 ++ .../RVO/RVOSquareObstacle.cs | 3 ++ .../RVO/RVOSquareObstacle.cs.meta | 3 ++ Packages/com.arongranberg.astar/Readme.txt | 3 ++ .../com.arongranberg.astar/Readme.txt.meta | 3 ++ .../Readme_upgrading.txt | 3 ++ .../Readme_upgrading.txt.meta | 3 ++ .../com.arongranberg.astar/Resources.meta | 3 ++ .../Resources/handles_aaline.png | 3 ++ .../Resources/handles_aaline.png.meta | 3 ++ .../Resources/line_falloff_1px.png | 3 ++ .../Resources/line_falloff_1px.png.meta | 3 ++ .../com.arongranberg.astar/TurnBased.meta | 3 ++ .../TurnBased/BlockManager.cs | 3 ++ .../TurnBased/BlockManager.cs.meta | 3 ++ .../TurnBased/SingleNodeBlocker.cs | 3 ++ .../TurnBased/SingleNodeBlocker.cs.meta | 3 ++ .../com.arongranberg.astar/Utilities.meta | 3 ++ .../Utilities/AnimationLinkTraverser.cs | 3 ++ .../Utilities/AnimationLinkTraverser.cs.meta | 3 ++ .../Utilities/AstarChecksum.cs | 3 ++ .../Utilities/AstarChecksum.cs.meta | 3 ++ .../Utilities/BatchedEvents.cs | 3 ++ .../Utilities/BatchedEvents.cs.meta | 3 ++ .../Utilities/DotNetReplacements.cs | 3 ++ .../Utilities/DotNetReplacements.cs.meta | 3 ++ .../Utilities/DynamicGridObstacle.cs | 3 ++ .../Utilities/DynamicGridObstacle.cs.meta | 3 ++ .../Utilities/DynamicObstacle.cs | 3 ++ .../Utilities/DynamicObstacle.cs.meta | 3 ++ .../Utilities/Funnel.cs | 3 ++ .../Utilities/Funnel.cs.meta | 3 ++ .../Utilities/GraphGizmoHelper.cs | 3 ++ .../Utilities/GraphGizmoHelper.cs.meta | 3 ++ .../Utilities/GraphUpdateUtilities.cs | 3 ++ .../Utilities/GraphUpdateUtilities.cs.meta | 3 ++ .../Utilities/GridStringPulling.cs | 3 ++ .../Utilities/GridStringPulling.cs.meta | 3 ++ .../Utilities/IJobParallelForBatched.cs | 3 ++ .../Utilities/IJobParallelForBatched.cs.meta | 3 ++ .../Utilities/JobDependencyTracker.cs | 3 ++ .../Utilities/JobDependencyTracker.cs.meta | 3 ++ .../Utilities/MeshUtility.cs | 3 ++ .../Utilities/MeshUtility.cs.meta | 3 ++ .../Utilities/PathTracer.cs | 3 ++ .../Utilities/PathTracer.cs.meta | 3 ++ .../Utilities/PathUtilities.cs | 3 ++ .../Utilities/PathUtilities.cs.meta | 3 ++ .../Utilities/ProceduralGraphMover.cs | 3 ++ .../Utilities/ProceduralGraphMover.cs.meta | 3 ++ .../Utilities/Promise.cs | 3 ++ .../Utilities/Promise.cs.meta | 3 ++ .../Utilities/RWLock.cs | 3 ++ .../Utilities/RWLock.cs.meta | 3 ++ .../Utilities/SpinLock.cs | 3 ++ .../Utilities/SpinLock.cs.meta | 3 ++ .../Utilities/UnityReferenceHelper.cs | 3 ++ .../Utilities/UnityReferenceHelper.cs.meta | 3 ++ Packages/com.arongranberg.astar/defines.csv | 3 ++ .../com.arongranberg.astar/defines.csv.meta | 3 ++ Packages/com.arongranberg.astar/link.xml | 3 ++ Packages/com.arongranberg.astar/link.xml.meta | 3 ++ Packages/com.arongranberg.astar/package.json | 3 ++ .../com.arongranberg.astar/package.json.meta | 3 ++ .../Documentation.meta | 3 ++ .../Documentation/Documentation.pdf | 3 ++ .../Documentation/Documentation.pdf.meta | 3 ++ .../Editor.meta | 3 ++ .../Editor/Attribution.meta | 3 ++ .../Editor/Attribution/Attribution.cs | 3 ++ .../Editor/Attribution/Attribution.cs.meta | 3 ++ .../Editor/Attribution/VSAttribution.cs | 3 ++ .../Editor/Attribution/VSAttribution.cs.meta | 3 ++ .../Editor/CLI.meta | 3 ++ .../Editor/CLI/CliUtils.cs | 3 ++ .../Editor/CLI/CliUtils.cs.meta | 3 ++ .../Editor/CLI/FallbackCliController.cs | 3 ++ .../Editor/CLI/FallbackCliController.cs.meta | 3 ++ .../Editor/CLI/HotReloadCli.cs | 3 ++ .../Editor/CLI/HotReloadCli.cs.meta | 3 ++ .../Editor/CLI/ICliController.cs | 3 ++ .../Editor/CLI/ICliController.cs.meta | 3 ++ .../Editor/CLI/LinuxCliController.cs | 3 ++ .../Editor/CLI/LinuxCliController.cs.meta | 3 ++ .../Editor/CLI/OsxCliController.cs | 3 ++ .../Editor/CLI/OsxCliController.cs.meta | 3 ++ .../Editor/CLI/StartArgs.cs | 3 ++ .../Editor/CLI/StartArgs.cs.meta | 3 ++ .../Editor/CLI/WindowsCliController.cs | 3 ++ .../Editor/CLI/WindowsCliController.cs.meta | 3 ++ .../Editor/CompileChecker.meta | 3 ++ .../CompileChecker/DefaultCompileChecker.cs | 3 ++ .../DefaultCompileChecker.cs.meta | 3 ++ .../Editor/CompileChecker/ICompileChecker.cs | 3 ++ .../CompileChecker/ICompileChecker.cs.meta | 3 ++ .../CompileChecker/LegacyCompileChecker.cs | 3 ++ .../LegacyCompileChecker.cs.meta | 3 ++ .../Editor/Constants.cs | 3 ++ .../Editor/Constants.cs.meta | 3 ++ .../Editor/Demo.meta | 3 ++ .../Editor/Demo/EditorDemo.cs | 3 ++ .../Editor/Demo/EditorDemo.cs.meta | 3 ++ .../Editor/EditorCodePatcher.cs | 3 ++ .../Editor/EditorCodePatcher.cs.meta | 3 ++ .../Editor/EditorIndicationState.cs | 3 ++ .../Editor/EditorIndicationState.cs.meta | 3 ++ .../Editor/GitUtil.cs | 3 ++ .../Editor/GitUtil.cs.meta | 3 ++ .../Editor/Helpers.meta | 3 ++ .../Editor/Helpers/AssemblyOmission.cs | 3 ++ .../Editor/Helpers/AssemblyOmission.cs.meta | 3 ++ .../Editor/Helpers/BuildInfoHelper.cs | 3 ++ .../Editor/Helpers/BuildInfoHelper.cs.meta | 3 ++ .../Editor/Helpers/EditorWindowHelper.cs | 3 ++ .../Editor/Helpers/EditorWindowHelper.cs.meta | 3 ++ .../Editor/Helpers/GUIHelper.cs | 3 ++ .../Editor/Helpers/GUIHelper.cs.meta | 3 ++ .../Helpers/HotReloadSuggestionsHelper.cs | 3 ++ .../HotReloadSuggestionsHelper.cs.meta | 3 ++ .../Editor/Helpers/HotReloadTimelineHelper.cs | 3 ++ .../Helpers/HotReloadTimelineHelper.cs.meta | 3 ++ .../Editor/Helpers/Spinner.cs | 3 ++ .../Editor/Helpers/Spinner.cs.meta | 3 ++ .../Editor/Helpers/UnitySettingsHelper.cs | 3 ++ .../Helpers/UnitySettingsHelper.cs.meta | 3 ++ .../Editor/HotReloadAttributeProcessor.cs | 3 ++ .../HotReloadAttributeProcessor.cs.meta | 3 ++ .../Editor/HotReloadEventPopup.cs | 3 ++ .../Editor/HotReloadEventPopup.cs.meta | 3 ++ .../Editor/HotReloadOverlay.cs | 3 ++ .../Editor/HotReloadOverlay.cs.meta | 3 ++ .../Editor/HotReloadPrefs.cs | 3 ++ .../Editor/HotReloadPrefs.cs.meta | 3 ++ .../Editor/HotReloadSettingsEditor.cs | 3 ++ .../Editor/HotReloadSettingsEditor.cs.meta | 3 ++ .../Editor/HotReloadState.cs | 3 ++ .../Editor/HotReloadState.cs.meta | 3 ++ .../Editor/Icon_Player.png | 3 ++ .../Editor/Icon_Player.png.meta | 3 ++ .../Editor/InspectorFreezeFix.cs | 3 ++ .../Editor/InspectorFreezeFix.cs.meta | 3 ++ .../Editor/Installation.meta | 3 ++ .../Editor/Installation/DownloadUtility.cs | 3 ++ .../Installation/DownloadUtility.cs.meta | 3 ++ .../Editor/Installation/ExponentialBackoff.cs | 3 ++ .../Installation/ExponentialBackoff.cs.meta | 3 ++ .../Editor/Installation/InstallUtility.cs | 3 ++ .../Installation/InstallUtility.cs.meta | 3 ++ .../Editor/Installation/ServerDownloader.cs | 3 ++ .../Installation/ServerDownloader.cs.meta | 3 ++ .../Editor/Installation/UpdateUtility.cs | 3 ++ .../Editor/Installation/UpdateUtility.cs.meta | 3 ++ .../Editor/PlayerBuild.meta | 3 ++ .../PlayerBuild/BuildGenerateBuildInfo.cs | 3 ++ .../BuildGenerateBuildInfo.cs.meta | 3 ++ .../PlayerBuild/HotReloadBuildHelper.cs | 3 ++ .../PlayerBuild/HotReloadBuildHelper.cs.meta | 3 ++ .../PostbuildModifyAndroidManifest.cs | 3 ++ .../PostbuildModifyAndroidManifest.cs.meta | 3 ++ .../PlayerBuild/PostbuildSendProjectState.cs | 3 ++ .../PostbuildSendProjectState.cs.meta | 3 ++ .../PlayerBuild/PrebuildIncludeResources.cs | 3 ++ .../PrebuildIncludeResources.cs.meta | 3 ++ .../Editor/ProjectGeneration.meta | 3 ++ .../ProjectGeneration/FileIOProvider.cs | 3 ++ .../ProjectGeneration/FileIOProvider.cs.meta | 3 ++ .../Editor/ProjectGeneration/GUIDProvider.cs | 3 ++ .../ProjectGeneration/GUIDProvider.cs.meta | 3 ++ .../Editor/ProjectGeneration/IFileIO.cs | 3 ++ .../Editor/ProjectGeneration/IFileIO.cs.meta | 3 ++ .../ProjectGeneration/IGUIDGenerator.cs | 3 ++ .../ProjectGeneration/IGUIDGenerator.cs.meta | 3 ++ ...HotReloadProjectGenerationPostProcessor.cs | 3 ++ ...loadProjectGenerationPostProcessor.cs.meta | 3 ++ .../ProjectGenenerationPostProcessor.cs | 3 ++ .../ProjectGenenerationPostProcessor.cs.meta | 3 ++ .../ProjectGeneration/ProjectGeneration.cs | 3 ++ .../ProjectGeneration.cs.meta | 3 ++ .../ProjectGenerationFlag.cs | 3 ++ .../ProjectGenerationFlag.cs.meta | 3 ++ .../Editor/ProjectGeneration/ProjectPart.cs | 3 ++ .../ProjectGeneration/ProjectPart.cs.meta | 3 ++ .../SolutionGuidGenerator.cs | 3 ++ .../SolutionGuidGenerator.cs.meta | 3 ++ .../Editor/ProjectGeneration/Util.meta | 3 ++ .../ProjectGeneration/Util/FileSystemUtil.cs | 3 ++ .../Util/FileSystemUtil.cs.meta | 3 ++ .../ProjectGeneration/Util/StringUtils.cs | 3 ++ .../Util/StringUtils.cs.meta | 3 ++ .../Editor/RequiredSettings.meta | 3 ++ .../RequiredSettingChecker.cs | 3 ++ .../RequiredSettingChecker.cs.meta | 3 ++ .../Editor/Resources.meta | 3 ++ .../Editor/Resources/Icn_Stop.png | 3 ++ .../Editor/Resources/Icn_Stop.png.meta | 3 ++ .../Editor/Resources/Icn_play.png | 3 ++ .../Editor/Resources/Icn_play.png.meta | 3 ++ .../Resources/Logo_HotReload_DarkMode.png | 3 ++ .../Logo_HotReload_DarkMode.png.meta | 3 ++ .../Resources/Logo_HotReload_LightMode.png | 3 ++ .../Logo_HotReload_LightMode.png.meta | 3 ++ .../Editor/Resources/alert_info.png | 3 ++ .../Editor/Resources/alert_info.png.meta | 3 ++ .../Editor/Resources/applied_patch.png | 3 ++ .../Editor/Resources/applied_patch.png.meta | 3 ++ .../Editor/Resources/blue.png | 3 ++ .../Editor/Resources/blue.png.meta | 3 ++ .../Editor/Resources/close.png | 3 ++ .../Editor/Resources/close.png.meta | 3 ++ .../Editor/Resources/error.png | 3 ++ .../Editor/Resources/error.png.meta | 3 ++ .../Editor/Resources/events.png | 3 ++ .../Editor/Resources/events.png.meta | 3 ++ .../Editor/Resources/foldout_closed.png | 3 ++ .../Editor/Resources/foldout_closed.png.meta | 3 ++ .../Editor/Resources/foldout_open.png | 3 ++ .../Editor/Resources/foldout_open.png.meta | 3 ++ .../Editor/Resources/green.png | 3 ++ .../Editor/Resources/green.png.meta | 3 ++ .../Editor/Resources/grey.png | 3 ++ .../Editor/Resources/grey.png.meta | 3 ++ .../Editor/Resources/icon_check_circle.png | 3 ++ .../Resources/icon_check_circle.png.meta | 3 ++ .../Editor/Resources/icon_circle_black.png | 3 ++ .../Resources/icon_circle_black.png.meta | 3 ++ .../Editor/Resources/icon_circle_gray.png | 3 ++ .../Resources/icon_circle_gray.png.meta | 3 ++ .../icon_loading_star_light_mode_96.png | 3 ++ .../icon_loading_star_light_mode_96.png.meta | 3 ++ .../Editor/Resources/icon_warning_circle.png | 3 ++ .../Resources/icon_warning_circle.png.meta | 3 ++ .../Editor/Resources/infos.png | 3 ++ .../Editor/Resources/infos.png.meta | 3 ++ .../Editor/Resources/logo.png | 3 ++ .../Editor/Resources/logo.png.meta | 3 ++ .../Editor/Resources/red.png | 3 ++ .../Editor/Resources/red.png.meta | 3 ++ .../Editor/Resources/red_dot.png | 3 ++ .../Editor/Resources/red_dot.png.meta | 3 ++ .../Editor/Resources/refresh.png | 3 ++ .../Editor/Resources/refresh.png.meta | 3 ++ .../Editor/Resources/report_bug.png | 3 ++ .../Editor/Resources/report_bug.png.meta | 3 ++ .../Editor/Resources/undetected.png | 3 ++ .../Editor/Resources/undetected.png.meta | 3 ++ .../Editor/Resources/warning.png | 3 ++ .../Editor/Resources/warning.png.meta | 3 ++ .../Editor/Resources/yellow.png | 3 ++ .../Editor/Resources/yellow.png.meta | 3 ++ .../Editor/ServerHealthCheck.cs | 3 ++ .../Editor/ServerHealthCheck.cs.meta | 3 ++ .../SingularityGroup.HotReload.Editor.asmdef | 3 ++ ...gularityGroup.HotReload.Editor.asmdef.meta | 3 ++ ...rityGroup.HotReload.EditorDependencies.dll | 3 ++ ...roup.HotReload.EditorDependencies.dll.meta | 3 ++ .../Editor/Versioning.meta | 3 ++ .../Editor/Versioning/PackageUpdateChecker.cs | 3 ++ .../Versioning/PackageUpdateChecker.cs.meta | 3 ++ .../Editor/Versioning/SemVer.cs | 3 ++ .../Editor/Versioning/SemVer.cs.meta | 3 ++ .../Editor/Window.meta | 3 ++ .../Editor/Window/GUI.meta | 3 ++ .../Editor/Window/GUI/Buttons.meta | 3 ++ .../Window/GUI/Buttons/OpenDialogueButton.cs | 3 ++ .../GUI/Buttons/OpenDialogueButton.cs.meta | 3 ++ .../Window/GUI/Buttons/OpenURLButton.cs | 3 ++ .../Window/GUI/Buttons/OpenURLButton.cs.meta | 3 ++ .../Editor/Window/GUI/EditorTextures.cs | 3 ++ .../Editor/Window/GUI/EditorTextures.cs.meta | 3 ++ .../Editor/Window/GUI/IGUIComponent.cs | 3 ++ .../Editor/Window/GUI/IGUIComponent.cs.meta | 3 ++ .../Editor/Window/GUI/Options.meta | 3 ++ ...AllowAndroidAppToMakeHttpRequestsOption.cs | 3 ++ ...AndroidAppToMakeHttpRequestsOption.cs.meta | 3 ++ .../Editor/Window/GUI/Options/Base.meta | 3 ++ .../GUI/Options/Base/HotReloadOptionBase.cs | 3 ++ .../Options/Base/HotReloadOptionBase.cs.meta | 3 ++ .../GUI/Options/Base/OptionInterfaces.cs | 3 ++ .../GUI/Options/Base/OptionInterfaces.cs.meta | 3 ++ .../Window/GUI/Options/ExposeServerOption.cs | 3 ++ .../GUI/Options/ExposeServerOption.cs.meta | 3 ++ .../GUI/Options/IncludeInBuildOption.cs | 3 ++ .../GUI/Options/IncludeInBuildOption.cs.meta | 3 ++ .../Editor/Window/GUI/Tabs.meta | 3 ++ .../Editor/Window/GUI/Tabs/Base.meta | 3 ++ .../Window/GUI/Tabs/Base/HotReloadTabBase.cs | 3 ++ .../GUI/Tabs/Base/HotReloadTabBase.cs.meta | 3 ++ .../Editor/Window/GUI/Tabs/Helpers.meta | 3 ++ .../GUI/Tabs/Helpers/RedeemLicenseHelper.cs | 3 ++ .../Tabs/Helpers/RedeemLicenseHelper.cs.meta | 3 ++ .../Window/GUI/Tabs/HotReloadAboutTab.cs | 3 ++ .../Window/GUI/Tabs/HotReloadAboutTab.cs.meta | 3 ++ .../GUI/Tabs/HotReloadOptionsSection.cs | 3 ++ .../GUI/Tabs/HotReloadOptionsSection.cs.meta | 3 ++ .../Editor/Window/GUI/Tabs/HotReloadRunTab.cs | 3 ++ .../Window/GUI/Tabs/HotReloadRunTab.cs.meta | 3 ++ .../Window/GUI/Tabs/HotReloadSettingsTab.cs | 3 ++ .../GUI/Tabs/HotReloadSettingsTab.cs.meta | 3 ++ .../Editor/Window/HotReloadWindow.cs | 3 ++ .../Editor/Window/HotReloadWindow.cs.meta | 3 ++ .../Editor/Window/ShowOnStartupEnum.cs | 3 ++ .../Editor/Window/ShowOnStartupEnum.cs.meta | 3 ++ .../Editor/Window/Styles.meta | 3 ++ .../Window/Styles/HotReloadWindowStyles.cs | 3 ++ .../Styles/HotReloadWindowStyles.cs.meta | 3 ++ .../com.singularitygroup.hotreload/LICENSE.md | 3 ++ .../LICENSE.md.meta | 3 ++ .../com.singularitygroup.hotreload/README.md | 3 ++ .../README.md.meta | 3 ++ .../Runtime.meta | 3 ++ .../Runtime/AppCallbackListener.cs | 3 ++ .../Runtime/AppCallbackListener.cs.meta | 3 ++ .../Runtime/BuildInfo.cs | 3 ++ .../Runtime/BuildInfo.cs.meta | 3 ++ .../Runtime/Burst.meta | 3 ++ .../Runtime/Burst/JobHotReloadUtility.cs | 3 ++ .../Runtime/Burst/JobHotReloadUtility.cs.meta | 3 ++ .../Runtime/BurstChecker.cs | 3 ++ .../Runtime/BurstChecker.cs.meta | 3 ++ .../Runtime/CodePatcher.cs | 3 ++ .../Runtime/CodePatcher.cs.meta | 3 ++ .../Runtime/Demo.meta | 3 ++ .../Runtime/Demo/Scenes.meta | 3 ++ .../Demo/Scenes/HotReloadBasicDemo.unity | 3 ++ .../Demo/Scenes/HotReloadBasicDemo.unity.meta | 3 ++ .../Demo/Scenes/HotReloadBurstDemo.unity | 3 ++ .../Demo/Scenes/HotReloadBurstDemo.unity.meta | 3 ++ .../HotReloadBurstDemoSettings.lighting | 3 ++ .../HotReloadBurstDemoSettings.lighting.meta | 3 ++ .../Runtime/Demo/Scripts.meta | 3 ++ .../Demo/Scripts/HotReloadBasicDemo.cs | 3 ++ .../Demo/Scripts/HotReloadBasicDemo.cs.meta | 3 ++ .../Demo/Scripts/HotReloadBurstJobsDemo.cs | 3 ++ .../Scripts/HotReloadBurstJobsDemo.cs.meta | 3 ++ .../Runtime/Demo/Scripts/IDemo.cs | 3 ++ .../Runtime/Demo/Scripts/IDemo.cs.meta | 3 ++ .../Runtime/HotReloadPrompts.prefab | 3 ++ .../Runtime/HotReloadPrompts.prefab.meta | 3 ++ .../Runtime/HotReloadSettingsObject.cs | 3 ++ .../Runtime/HotReloadSettingsObject.cs.meta | 3 ++ .../Runtime/HttpClientUtils.cs | 3 ++ .../Runtime/HttpClientUtils.cs.meta | 3 ++ .../Runtime/IServerHealthCheck.cs | 3 ++ .../Runtime/IServerHealthCheck.cs.meta | 3 ++ .../Runtime/InstallQRDialog.cs | 3 ++ .../Runtime/InstallQRDialog.cs.meta | 3 ++ .../Runtime/IpHelper.cs | 3 ++ .../Runtime/IpHelper.cs.meta | 3 ++ .../Runtime/Libs.meta | 3 ++ .../Runtime/Libs/EditorOnly.meta | 3 ++ ...ityGroup.HotReload.RuntimeDependencies.dll | 3 ++ ...oup.HotReload.RuntimeDependencies.dll.meta | 3 ++ ...roup.HotReload.RuntimeDependencies2019.dll | 3 ++ ...HotReload.RuntimeDependencies2019.dll.meta | 3 ++ ...roup.HotReload.RuntimeDependencies2020.dll | 3 ++ ...HotReload.RuntimeDependencies2020.dll.meta | 3 ++ ...roup.HotReload.RuntimeDependencies2022.dll | 3 ++ ...HotReload.RuntimeDependencies2022.dll.meta | 3 ++ .../Runtime/Libs/OnDevice.meta | 3 ++ ...ityGroup.HotReload.RuntimeDependencies.dll | 3 ++ ...oup.HotReload.RuntimeDependencies.dll.meta | 3 ++ ...roup.HotReload.RuntimeDependencies2019.dll | 3 ++ ...HotReload.RuntimeDependencies2019.dll.meta | 3 ++ ...roup.HotReload.RuntimeDependencies2020.dll | 3 ++ ...HotReload.RuntimeDependencies2020.dll.meta | 3 ++ ...roup.HotReload.RuntimeDependencies2022.dll | 3 ++ ...HotReload.RuntimeDependencies2022.dll.meta | 3 ++ .../Runtime/MethodCompatiblity.cs | 3 ++ .../Runtime/MethodCompatiblity.cs.meta | 3 ++ .../Runtime/MethodPatchResponsesConverter.cs | 3 ++ .../MethodPatchResponsesConverter.cs.meta | 3 ++ .../Runtime/MethodUtils.cs | 3 ++ .../Runtime/MethodUtils.cs.meta | 3 ++ .../Runtime/MonoBehaviours.meta | 3 ++ .../MonoBehaviours/ConnectionDialog.cs | 3 ++ .../MonoBehaviours/ConnectionDialog.cs.meta | 3 ++ .../Runtime/MonoBehaviours/Prompts.cs | 3 ++ .../Runtime/MonoBehaviours/Prompts.cs.meta | 3 ++ .../Runtime/MonoBehaviours/QuestionDialog.cs | 3 ++ .../MonoBehaviours/QuestionDialog.cs.meta | 3 ++ .../Runtime/MonoBehaviours/RetryDialog.cs | 3 ++ .../MonoBehaviours/RetryDialog.cs.meta | 3 ++ .../Runtime/MonoMethod.cs | 3 ++ .../Runtime/MonoMethod.cs.meta | 3 ++ .../Runtime/OSX.meta | 3 ++ .../Runtime/OSX/HotReloadNativeHelper.dylib | 3 ++ .../OSX/HotReloadNativeHelper.dylib.meta | 3 ++ .../Runtime/OnHotReloadDispatch.cs | 3 ++ .../Runtime/OnHotReloadDispatch.cs.meta | 3 ++ .../Runtime/PackageConst.cs | 3 ++ .../Runtime/PackageConst.cs.meta | 3 ++ .../Runtime/PatchServerInfo.cs | 3 ++ .../Runtime/PatchServerInfo.cs.meta | 3 ++ .../Runtime/PersistencePaths.cs | 3 ++ .../Runtime/PersistencePaths.cs.meta | 3 ++ .../Runtime/PlayerCodePatcher.cs | 3 ++ .../Runtime/PlayerCodePatcher.cs.meta | 3 ++ .../Runtime/PlayerEntrypoint.cs | 3 ++ .../Runtime/PlayerEntrypoint.cs.meta | 3 ++ .../Runtime/Public.meta | 3 ++ .../Runtime/Public/HotReloadLogging.cs | 3 ++ .../Runtime/Public/HotReloadLogging.cs.meta | 3 ++ .../Runtime/Public/InvokeOnHotReload.cs | 3 ++ .../Runtime/Public/InvokeOnHotReload.cs.meta | 3 ++ .../Runtime/Public/InvokeOnHotReloadLocal.cs | 3 ++ .../Public/InvokeOnHotReloadLocal.cs.meta | 3 ++ .../Runtime/Public/Log.cs | 3 ++ .../Runtime/Public/Log.cs.meta | 3 ++ .../Runtime/Public/LogLevel.cs | 3 ++ .../Runtime/Public/LogLevel.cs.meta | 3 ++ ...arityGroup.HotReload.Runtime.Public.asmdef | 3 ++ ...Group.HotReload.Runtime.Public.asmdef.meta | 3 ++ .../Runtime/RequestHelper.cs | 3 ++ .../Runtime/RequestHelper.cs.meta | 3 ++ .../Runtime/ServerHandshake.cs | 3 ++ .../Runtime/ServerHandshake.cs.meta | 3 ++ .../Runtime/ServerHealthCheck.cs | 3 ++ .../Runtime/ServerHealthCheck.cs.meta | 3 ++ .../SingularityGroup.HotReload.Runtime.asmdef | 3 ++ ...ularityGroup.HotReload.Runtime.asmdef.meta | 3 ++ .../Runtime/SymbolResolver.cs | 3 ++ .../Runtime/SymbolResolver.cs.meta | 3 ++ .../Runtime/SymbolResolvingFailedException.cs | 3 ++ .../SymbolResolvingFailedException.cs.meta | 3 ++ .../Runtime/TaskExtensions.cs | 3 ++ .../Runtime/TaskExtensions.cs.meta | 3 ++ .../Runtime/ThreadUtility.cs | 3 ++ .../Runtime/ThreadUtility.cs.meta | 3 ++ .../Runtime/UnityHelper.cs | 3 ++ .../Runtime/UnityHelper.cs.meta | 3 ++ .../Server.meta | 3 ++ .../Server/hot-reload-config.graphql | 3 ++ .../Server/hot-reload-config.graphql.meta | 3 ++ .../Server/linux-x64.meta | 3 ++ .../linux-x64/hotreload-start-script.sh | 3 ++ .../linux-x64/hotreload-start-script.sh.meta | 3 ++ .../Server/linux-x64/terminal-run.sh | 3 ++ .../Server/linux-x64/terminal-run.sh.meta | 3 ++ .../Third Party Notices.md | 3 ++ .../Third Party Notices.md.meta | 3 ++ .../package.json | 3 ++ .../package.json.meta | 3 ++ Packages/manifest.json | 4 +- Packages/packages-lock.json | 4 +- ProjectSettings/InputManager.asset | 4 +- ProjectSettings/PackageManagerSettings.asset | 4 +- .../com.unity.probuilder/Settings.json | 3 ++ .../Settings.json | 3 ++ ProjectSettings/ProjectSettings.asset | 4 +- ProjectSettings/TimeManager.asset | 4 +- .../com.arongranberg.astar/settings.asset | 3 ++ 27146 files changed, 81463 insertions(+), 20 deletions(-) create mode 100644 Assets/Behavior Designer.meta create mode 100644 Assets/Behavior Designer/Documentation.pdf create mode 100644 Assets/Behavior Designer/Documentation.pdf.meta create mode 100644 Assets/Behavior Designer/Editor.meta create mode 100644 Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll create mode 100644 Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll.meta create mode 100644 Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs create mode 100644 Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs.meta create mode 100644 Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs create mode 100644 Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs.meta create mode 100644 Assets/Behavior Designer/Editor/GridShader.shader create mode 100644 Assets/Behavior Designer/Editor/GridShader.shader.meta create mode 100644 Assets/Behavior Designer/Editor/Object Drawers.meta create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs.meta create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs.meta create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs.meta create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs create mode 100644 Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs.meta create mode 100644 Assets/Behavior Designer/Integrations.meta create mode 100644 Assets/Behavior Designer/Integrations/Readme.pdf create mode 100644 Assets/Behavior Designer/Integrations/Readme.pdf.meta create mode 100644 Assets/Behavior Designer/Runtime Source Code Location.pdf create mode 100644 Assets/Behavior Designer/Runtime Source Code Location.pdf.meta create mode 100644 Assets/Behavior Designer/Runtime.meta create mode 100644 Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll create mode 100644 Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll.meta create mode 100644 Assets/Behavior Designer/Runtime/BehaviorTree.cs create mode 100644 Assets/Behavior Designer/Runtime/BehaviorTree.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs create mode 100644 Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Object Drawers.meta create mode 100644 Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs create mode 100644 Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs create mode 100644 Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Collider.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs create mode 100644 Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedBool.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedColor.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedObject.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedRect.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedString.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs.meta create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs create mode 100644 Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta create mode 100644 Assets/EasyGridBuilder Pro.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity.meta create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity create mode 100644 Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity.meta create mode 100644 Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt create mode 100644 Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt.meta create mode 100644 Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url create mode 100644 Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url.meta create mode 100644 Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf create mode 100644 Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png create mode 100644 Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects).meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab create mode 100644 Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects).meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset create mode 100644 Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs create mode 100644 Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs.meta create mode 100644 Assets/EasyGridBuilder Pro/Settings.meta create mode 100644 Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset create mode 100644 Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset.meta create mode 100644 Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset create mode 100644 Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset.meta create mode 100644 Assets/Editor Default Resources.meta create mode 100644 Assets/Editor Default Resources/Dialogue System.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/Conditions.png create mode 100644 Assets/Editor Default Resources/Dialogue System/Conditions.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png create mode 100644 Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png create mode 100644 Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/EditorNode.png create mode 100644 Assets/Editor Default Resources/Dialogue System/EditorNode.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/Event.png create mode 100644 Assets/Editor Default Resources/Dialogue System/Event.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/Resize.png create mode 100644 Assets/Editor Default Resources/Dialogue System/Resize.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/Script.png create mode 100644 Assets/Editor Default Resources/Dialogue System/Script.png.meta create mode 100644 Assets/Editor Default Resources/Dialogue System/Sequence.png create mode 100644 Assets/Editor Default Resources/Dialogue System/Sequence.png.meta create mode 100644 Assets/Editor.meta create mode 100644 Assets/Editor/SpineSettings.asset create mode 100644 Assets/Editor/SpineSettings.asset.meta create mode 100644 Assets/Epic Toon FX.meta create mode 100644 Assets/Epic Toon FX/Changelog.txt create mode 100644 Assets/Epic Toon FX/Changelog.txt.meta create mode 100644 Assets/Epic Toon FX/Demo.meta create mode 100644 Assets/Epic Toon FX/Demo/Animation.meta create mode 100644 Assets/Epic Toon FX/Demo/Animation/Target.controller create mode 100644 Assets/Epic Toon FX/Demo/Animation/Target.controller.meta create mode 100644 Assets/Epic Toon FX/Demo/Animation/Target2.controller create mode 100644 Assets/Epic Toon FX/Demo/Animation/Target2.controller.meta create mode 100644 Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim create mode 100644 Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim.meta create mode 100644 Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim create mode 100644 Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab create mode 100644 Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Skybox.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/card.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/card.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev2.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev2.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_big.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_big.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_half.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_half.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_small.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/dev_small.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/devcrate.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/devcrate.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Materials/devtarget.mat create mode 100644 Assets/Epic Toon FX/Demo/Materials/devtarget.mat.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Frost.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Storm.meta create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab create mode 100644 Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity create mode 100644 Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs create mode 100644 Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/1.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/1.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/2.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/2.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/3.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/3.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/4.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/4.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/5.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/5.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/6.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/Skybox/6.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/card.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/card.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev2.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev2.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev3.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev3.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev4.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev4.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev4_m.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/dev4_m.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/devcrate.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/devcrate.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/devcrate2.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/devcrate2.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/devtarget.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/devtarget.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/devwall.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/devwall.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/dirt.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/dirt.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/grass.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/grass.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/icon.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/icon.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/stone.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/stone.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/stone_n.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/stone_n.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/wood.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/wood.png.meta create mode 100644 Assets/Epic Toon FX/Demo/Textures/wood_n.png create mode 100644 Assets/Epic Toon FX/Demo/Textures/wood_n.png.meta create mode 100644 Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf create mode 100644 Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf.meta create mode 100644 Assets/Epic Toon FX/Materials.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/snow_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/snow_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/solid_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/solid_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Cards.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat create mode 100644 Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat.meta create mode 100644 Assets/Epic Toon FX/Models.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_Bullet.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_Bullet.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_Rocket.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_Rocket.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_Shield.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_Shield.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/ETFX_Sword.FBX create mode 100644 Assets/Epic Toon FX/Models/ETFX_Sword.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/Materials.meta create mode 100644 Assets/Epic Toon FX/Models/Materials/Material #30.mat create mode 100644 Assets/Epic Toon FX/Models/Materials/Material #30.mat.meta create mode 100644 Assets/Epic Toon FX/Models/Materials/No Name.mat create mode 100644 Assets/Epic Toon FX/Models/Materials/No Name.mat.meta create mode 100644 Assets/Epic Toon FX/Models/Materials/Sword.mat create mode 100644 Assets/Epic Toon FX/Models/Materials/Sword.mat.meta create mode 100644 Assets/Epic Toon FX/Models/Materials/sphereshield.mat create mode 100644 Assets/Epic Toon FX/Models/Materials/sphereshield.mat.meta create mode 100644 Assets/Epic Toon FX/Models/Materials/verticalglow02.mat create mode 100644 Assets/Epic Toon FX/Models/Materials/verticalglow02.mat.meta create mode 100644 Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat create mode 100644 Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat.meta create mode 100644 Assets/Epic Toon FX/Models/aura_flat.FBX create mode 100644 Assets/Epic Toon FX/Models/aura_flat.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/aura_inward.FBX create mode 100644 Assets/Epic Toon FX/Models/aura_inward.FBX.meta create mode 100644 Assets/Epic Toon FX/Models/aura_straight.FBX create mode 100644 Assets/Epic Toon FX/Models/aura_straight.FBX.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Background.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Weather.meta create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab create mode 100644 Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/BombFuse.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc).meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text).meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Other.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Feathers.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab.meta create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab create mode 100644 Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab.meta create mode 100644 Assets/Epic Toon FX/Scripts.meta create mode 100644 Assets/Epic Toon FX/Scripts/ETFXLightFade.cs create mode 100644 Assets/Epic Toon FX/Scripts/ETFXLightFade.cs.meta create mode 100644 Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs create mode 100644 Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs.meta create mode 100644 Assets/Epic Toon FX/Scripts/ETFXRotation.cs create mode 100644 Assets/Epic Toon FX/Scripts/ETFXRotation.cs.meta create mode 100644 Assets/Epic Toon FX/Shaders.meta create mode 100644 Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader create mode 100644 Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader.meta create mode 100644 Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader create mode 100644 Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader.meta create mode 100644 Assets/Epic Toon FX/Sound.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_spawn.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_spawn.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_stun01.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_stun01.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_stun02.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_stun02.wav.meta create mode 100644 Assets/Epic Toon FX/Sound/etfx_target_hit.wav create mode 100644 Assets/Epic Toon FX/Sound/etfx_target_hit.wav.meta create mode 100644 Assets/Epic Toon FX/Textures.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/OwO.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/OwO.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/UwU.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/UwU.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/XD.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/XD.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/angry.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/angry.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/angryscream.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/angryscream.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/bigsmile.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/bigsmile.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/blush.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/blush.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/cool.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/cool.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/crazy.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/crazy.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/cry.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/cry.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/cute.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/cute.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/dead.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/dead.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/deadtired.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/deadtired.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/derp.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/derp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/derpgasp.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/derpgasp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/disappoint.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/disappoint.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/disappoint2.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/disappoint2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/drool.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/drool.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/evil.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/evil.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/expressionless.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/expressionless.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/happy.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/happy.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/heart.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/heart.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/injured.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/injured.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/kiss.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/kiss.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/kissyface.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/kissyface.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/laugh.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/laugh.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/laughcry.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/laughcry.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/mad.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/mad.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/nauseous.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/nauseous.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/pleading.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/pleading.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/poop.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/poop.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sad.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sad.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sadcry.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sadcry.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/scared.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/scared.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/shocked.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/shocked.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sick.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sick.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sick2.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sick2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sick3.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sick3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/silly.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/silly.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sillysmile.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sillysmile.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sillywink.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sillywink.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sinister.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sinister.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sleep.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/sleep.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/starstruck.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/starstruck.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/thumbsup.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/thumbsup.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Emojis/yawn.png create mode 100644 Assets/Epic Toon FX/Textures/Emojis/yawn.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png create mode 100644 Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_fire.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_fire.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_health.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_health.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_heart.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_heart.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_question.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_question.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_shield.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_shield.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_skates.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_skates.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_skull.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_skull.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_speed.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_speed.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_star.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/sym_star.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_fire.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_fire.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_health.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_health.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_heart.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_heart.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_question.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_question.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_shield.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_shield.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_skates.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_skates.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_skull.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_skull.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_speed.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_speed.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_star.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/symc_star.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_skull.png create mode 100644 Assets/Epic Toon FX/Textures/Symbols/warn_skull.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_blue.png create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_blue.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_green.png create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_green.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_red.png create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_red.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_white.png create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_white.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_yellow.png create mode 100644 Assets/Epic Toon FX/Textures/Text/sharp_yellow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_bang.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_bang.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_blam.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_blam.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_boom.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_boom.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_clunk.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_clunk.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_crack.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_crack.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_crash.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_crash.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_crit.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_crit.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_critical.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_critical.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_hit.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_hit.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_kick.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_kick.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_ko.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_ko.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_miss.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_miss.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_omg.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_omg.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_poof.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_poof.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_pop.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_pop.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_pow.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_pow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_punch.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_punch.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_smack.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_smack.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_smooch.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_smooch.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_sparkle.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_sparkle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_splash.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_splash.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_splat.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_splat.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_whammm.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_whammm.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_wow.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_wow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_wtf.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_wtf.png.meta create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_zzzap.png create mode 100644 Assets/Epic Toon FX/Textures/Text/txt_zzzap.png.meta create mode 100644 Assets/Epic Toon FX/Textures/aura_punch.png create mode 100644 Assets/Epic Toon FX/Textures/aura_punch.png.meta create mode 100644 Assets/Epic Toon FX/Textures/aura_soft01.png create mode 100644 Assets/Epic Toon FX/Textures/aura_soft01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/bubble_half_clear.png create mode 100644 Assets/Epic Toon FX/Textures/bubble_half_clear.png.meta create mode 100644 Assets/Epic Toon FX/Textures/bubble_half_thick.png create mode 100644 Assets/Epic Toon FX/Textures/bubble_half_thick.png.meta create mode 100644 Assets/Epic Toon FX/Textures/bubble_round2.png create mode 100644 Assets/Epic Toon FX/Textures/bubble_round2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/bubble_round3.png create mode 100644 Assets/Epic Toon FX/Textures/bubble_round3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/bubble_soap.png create mode 100644 Assets/Epic Toon FX/Textures/bubble_soap.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle.png create mode 100644 Assets/Epic Toon FX/Textures/candle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle_blurry.png create mode 100644 Assets/Epic Toon FX/Textures/candle_blurry.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle_simple_colored.png create mode 100644 Assets/Epic Toon FX/Textures/candle_simple_colored.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle_simple_modular.png create mode 100644 Assets/Epic Toon FX/Textures/candle_simple_modular.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle_soft.png create mode 100644 Assets/Epic Toon FX/Textures/candle_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle_soft2.png create mode 100644 Assets/Epic Toon FX/Textures/candle_soft2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/candle_soft3.png create mode 100644 Assets/Epic Toon FX/Textures/candle_soft3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cardglow06.png create mode 100644 Assets/Epic Toon FX/Textures/cardglow06.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cardglow07.png create mode 100644 Assets/Epic Toon FX/Textures/cardglow07.png.meta create mode 100644 Assets/Epic Toon FX/Textures/circle.png create mode 100644 Assets/Epic Toon FX/Textures/circle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/circle_blurred.png create mode 100644 Assets/Epic Toon FX/Textures/circle_blurred.png.meta create mode 100644 Assets/Epic Toon FX/Textures/circle_outlined.png create mode 100644 Assets/Epic Toon FX/Textures/circle_outlined.png.meta create mode 100644 Assets/Epic Toon FX/Textures/circle_sharp.png create mode 100644 Assets/Epic Toon FX/Textures/circle_sharp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/circle_soft.png create mode 100644 Assets/Epic Toon FX/Textures/circle_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/circlestretchy.png create mode 100644 Assets/Epic Toon FX/Textures/circlestretchy.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_hard.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_hard.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_soft.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_magic.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_magic.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png.meta create mode 100644 Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png create mode 100644 Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic2_soft.png create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic2_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png.meta create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic_2x2.png create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic_2x2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png create mode 100644 Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/coins.png create mode 100644 Assets/Epic Toon FX/Textures/coins.png.meta create mode 100644 Assets/Epic Toon FX/Textures/coins_outline.png create mode 100644 Assets/Epic Toon FX/Textures/coins_outline.png.meta create mode 100644 Assets/Epic Toon FX/Textures/confetti.png create mode 100644 Assets/Epic Toon FX/Textures/confetti.png.meta create mode 100644 Assets/Epic Toon FX/Textures/confetti_outlined.png create mode 100644 Assets/Epic Toon FX/Textures/confetti_outlined.png.meta create mode 100644 Assets/Epic Toon FX/Textures/decal_atlas.png create mode 100644 Assets/Epic Toon FX/Textures/decal_atlas.png.meta create mode 100644 Assets/Epic Toon FX/Textures/decal_gibs.png create mode 100644 Assets/Epic Toon FX/Textures/decal_gibs.png.meta create mode 100644 Assets/Epic Toon FX/Textures/decal_scorch.png create mode 100644 Assets/Epic Toon FX/Textures/decal_scorch.png.meta create mode 100644 Assets/Epic Toon FX/Textures/drop_opaque.png create mode 100644 Assets/Epic Toon FX/Textures/drop_opaque.png.meta create mode 100644 Assets/Epic Toon FX/Textures/drop_trsp.png create mode 100644 Assets/Epic Toon FX/Textures/drop_trsp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/evil_spirit.png create mode 100644 Assets/Epic Toon FX/Textures/evil_spirit.png.meta create mode 100644 Assets/Epic Toon FX/Textures/evil_spirit2.png create mode 100644 Assets/Epic Toon FX/Textures/evil_spirit2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/evil_spirit3.png create mode 100644 Assets/Epic Toon FX/Textures/evil_spirit3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion.png create mode 100644 Assets/Epic Toon FX/Textures/explosion.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_round2_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_round2_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_round3_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_round3_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_round_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_round_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_spike01.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_spike01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_spike02.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_spike02.png.meta create mode 100644 Assets/Epic Toon FX/Textures/explosion_spike03.png create mode 100644 Assets/Epic Toon FX/Textures/explosion_spike03.png.meta create mode 100644 Assets/Epic Toon FX/Textures/feather.png create mode 100644 Assets/Epic Toon FX/Textures/feather.png.meta create mode 100644 Assets/Epic Toon FX/Textures/feather_outlined.png create mode 100644 Assets/Epic Toon FX/Textures/feather_outlined.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire2_6x3.png create mode 100644 Assets/Epic Toon FX/Textures/fire2_6x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_6x3.png create mode 100644 Assets/Epic Toon FX/Textures/fire_6x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_ground3x3.png create mode 100644 Assets/Epic Toon FX/Textures/fire_ground3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png create mode 100644 Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png create mode 100644 Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_soft.png create mode 100644 Assets/Epic Toon FX/Textures/fire_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_soft_blank.png create mode 100644 Assets/Epic Toon FX/Textures/fire_soft_blank.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fire_soft_spiky.png create mode 100644 Assets/Epic Toon FX/Textures/fire_soft_spiky.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fireball.png create mode 100644 Assets/Epic Toon FX/Textures/fireball.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fireball2.png create mode 100644 Assets/Epic Toon FX/Textures/fireball2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fruits.png create mode 100644 Assets/Epic Toon FX/Textures/fruits.png.meta create mode 100644 Assets/Epic Toon FX/Textures/fruitslices.png create mode 100644 Assets/Epic Toon FX/Textures/fruitslices.png.meta create mode 100644 Assets/Epic Toon FX/Textures/glow1.png create mode 100644 Assets/Epic Toon FX/Textures/glow1.png.meta create mode 100644 Assets/Epic Toon FX/Textures/glow2.png create mode 100644 Assets/Epic Toon FX/Textures/glow2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/glow3.png create mode 100644 Assets/Epic Toon FX/Textures/glow3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/glow4.png create mode 100644 Assets/Epic Toon FX/Textures/glow4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/glow5.png create mode 100644 Assets/Epic Toon FX/Textures/glow5.png.meta create mode 100644 Assets/Epic Toon FX/Textures/glow6.png create mode 100644 Assets/Epic Toon FX/Textures/glow6.png.meta create mode 100644 Assets/Epic Toon FX/Textures/grab1.png create mode 100644 Assets/Epic Toon FX/Textures/grab1.png.meta create mode 100644 Assets/Epic Toon FX/Textures/grab2.png create mode 100644 Assets/Epic Toon FX/Textures/grab2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_bw.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_bw.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_circle.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_circle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_edges.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_edges.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_horizontal.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_horizontal.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_vertical.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_vertical.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_vertical2.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_vertical2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png create mode 100644 Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png.meta create mode 100644 Assets/Epic Toon FX/Textures/healing.png create mode 100644 Assets/Epic Toon FX/Textures/healing.png.meta create mode 100644 Assets/Epic Toon FX/Textures/heart.png create mode 100644 Assets/Epic Toon FX/Textures/heart.png.meta create mode 100644 Assets/Epic Toon FX/Textures/heart2.png create mode 100644 Assets/Epic Toon FX/Textures/heart2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/heart2broken.png create mode 100644 Assets/Epic Toon FX/Textures/heart2broken.png.meta create mode 100644 Assets/Epic Toon FX/Textures/heart2broken_blue.png create mode 100644 Assets/Epic Toon FX/Textures/heart2broken_blue.png.meta create mode 100644 Assets/Epic Toon FX/Textures/heart_outlined.png create mode 100644 Assets/Epic Toon FX/Textures/heart_outlined.png.meta create mode 100644 Assets/Epic Toon FX/Textures/ice_spikes.png create mode 100644 Assets/Epic Toon FX/Textures/ice_spikes.png.meta create mode 100644 Assets/Epic Toon FX/Textures/leaf2_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/leaf2_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/leaf_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/leaf_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightning1.png create mode 100644 Assets/Epic Toon FX/Textures/lightning1.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightning2.png create mode 100644 Assets/Epic Toon FX/Textures/lightning2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png create mode 100644 Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightning_v1_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/lightning_v1_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightning_v2_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/lightning_v2_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightning_v3_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/lightning_v3_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightray1.png create mode 100644 Assets/Epic Toon FX/Textures/lightray1.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightray2.png create mode 100644 Assets/Epic Toon FX/Textures/lightray2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/lightray3.png create mode 100644 Assets/Epic Toon FX/Textures/lightray3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/line_sharp.png create mode 100644 Assets/Epic Toon FX/Textures/line_sharp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/magic_blast.png create mode 100644 Assets/Epic Toon FX/Textures/magic_blast.png.meta create mode 100644 Assets/Epic Toon FX/Textures/magic_line.png create mode 100644 Assets/Epic Toon FX/Textures/magic_line.png.meta create mode 100644 Assets/Epic Toon FX/Textures/magic_line_sharp.png create mode 100644 Assets/Epic Toon FX/Textures/magic_line_sharp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/magic_orb.png create mode 100644 Assets/Epic Toon FX/Textures/magic_orb.png.meta create mode 100644 Assets/Epic Toon FX/Textures/magic_orb2.png create mode 100644 Assets/Epic Toon FX/Textures/magic_orb2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/magic_runecircle.png create mode 100644 Assets/Epic Toon FX/Textures/magic_runecircle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/moneybills.png create mode 100644 Assets/Epic Toon FX/Textures/moneybills.png.meta create mode 100644 Assets/Epic Toon FX/Textures/moneybillsv2.png create mode 100644 Assets/Epic Toon FX/Textures/moneybillsv2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/muzzleflash01.png create mode 100644 Assets/Epic Toon FX/Textures/muzzleflash01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/notes.png create mode 100644 Assets/Epic Toon FX/Textures/notes.png.meta create mode 100644 Assets/Epic Toon FX/Textures/notes2.png create mode 100644 Assets/Epic Toon FX/Textures/notes2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/nova_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/nova_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/nova_6x3.png create mode 100644 Assets/Epic Toon FX/Textures/nova_6x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/nova_soft_6x3.png create mode 100644 Assets/Epic Toon FX/Textures/nova_soft_6x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/numbers.png create mode 100644 Assets/Epic Toon FX/Textures/numbers.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_circular.png create mode 100644 Assets/Epic Toon FX/Textures/portal_circular.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_glow.png create mode 100644 Assets/Epic Toon FX/Textures/portal_glow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_ring_spiky.png create mode 100644 Assets/Epic Toon FX/Textures/portal_ring_spiky.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_ring_twisty.png create mode 100644 Assets/Epic Toon FX/Textures/portal_ring_twisty.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_ring_twisty2.png create mode 100644 Assets/Epic Toon FX/Textures/portal_ring_twisty2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_soft01.png create mode 100644 Assets/Epic Toon FX/Textures/portal_soft01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_soft02.png create mode 100644 Assets/Epic Toon FX/Textures/portal_soft02.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_blue.png create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_blue.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_green.png create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_green.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_purple.png create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_purple.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_red.png create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_red.png.meta create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_yellow.png create mode 100644 Assets/Epic Toon FX/Textures/portal_stripes_yellow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/ring.png create mode 100644 Assets/Epic Toon FX/Textures/ring.png.meta create mode 100644 Assets/Epic Toon FX/Textures/ring_shockwave.png create mode 100644 Assets/Epic Toon FX/Textures/ring_shockwave.png.meta create mode 100644 Assets/Epic Toon FX/Textures/rocket_gradient.png create mode 100644 Assets/Epic Toon FX/Textures/rocket_gradient.png.meta create mode 100644 Assets/Epic Toon FX/Textures/shield_magic.png create mode 100644 Assets/Epic Toon FX/Textures/shield_magic.png.meta create mode 100644 Assets/Epic Toon FX/Textures/skull2.png create mode 100644 Assets/Epic Toon FX/Textures/skull2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/skull3.png create mode 100644 Assets/Epic Toon FX/Textures/skull3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/skull4.png create mode 100644 Assets/Epic Toon FX/Textures/skull4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/skull5.png create mode 100644 Assets/Epic Toon FX/Textures/skull5.png.meta create mode 100644 Assets/Epic Toon FX/Textures/skull_evil.png create mode 100644 Assets/Epic Toon FX/Textures/skull_evil.png.meta create mode 100644 Assets/Epic Toon FX/Textures/skull_love.png create mode 100644 Assets/Epic Toon FX/Textures/skull_love.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash01.png create mode 100644 Assets/Epic Toon FX/Textures/slash01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash02.png create mode 100644 Assets/Epic Toon FX/Textures/slash02.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash03.png create mode 100644 Assets/Epic Toon FX/Textures/slash03.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash_circle01.png create mode 100644 Assets/Epic Toon FX/Textures/slash_circle01.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash_circle01_soft.png create mode 100644 Assets/Epic Toon FX/Textures/slash_circle01_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash_circle02.png create mode 100644 Assets/Epic Toon FX/Textures/slash_circle02.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash_sharp.png create mode 100644 Assets/Epic Toon FX/Textures/slash_sharp.png.meta create mode 100644 Assets/Epic Toon FX/Textures/slash_soft.png create mode 100644 Assets/Epic Toon FX/Textures/slash_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/snow.png create mode 100644 Assets/Epic Toon FX/Textures/snow.png.meta create mode 100644 Assets/Epic Toon FX/Textures/snow_2x2.png create mode 100644 Assets/Epic Toon FX/Textures/snow_2x2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/snowflake.png create mode 100644 Assets/Epic Toon FX/Textures/snowflake.png.meta create mode 100644 Assets/Epic Toon FX/Textures/snowflake2.png create mode 100644 Assets/Epic Toon FX/Textures/snowflake2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/sparkle.png create mode 100644 Assets/Epic Toon FX/Textures/sparkle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/sparkle2.png create mode 100644 Assets/Epic Toon FX/Textures/sparkle2.png.meta create mode 100644 Assets/Epic Toon FX/Textures/sparkle3.png create mode 100644 Assets/Epic Toon FX/Textures/sparkle3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/sparkle_round.png create mode 100644 Assets/Epic Toon FX/Textures/sparkle_round.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat00_flat_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat00_flat_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat01_flat_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat01_flat_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat02_flat_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat02_flat_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat03_flat_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat03_flat_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png create mode 100644 Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/star.png create mode 100644 Assets/Epic Toon FX/Textures/star.png.meta create mode 100644 Assets/Epic Toon FX/Textures/star_4x4.png create mode 100644 Assets/Epic Toon FX/Textures/star_4x4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/star_outline.png create mode 100644 Assets/Epic Toon FX/Textures/star_outline.png.meta create mode 100644 Assets/Epic Toon FX/Textures/star_outlined.png create mode 100644 Assets/Epic Toon FX/Textures/star_outlined.png.meta create mode 100644 Assets/Epic Toon FX/Textures/star_outlined_colored.png create mode 100644 Assets/Epic Toon FX/Textures/star_outlined_colored.png.meta create mode 100644 Assets/Epic Toon FX/Textures/star_soft_4x4.png create mode 100644 Assets/Epic Toon FX/Textures/star_soft_4x4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/talkbubble.png create mode 100644 Assets/Epic Toon FX/Textures/talkbubble.png.meta create mode 100644 Assets/Epic Toon FX/Textures/talkbubble_4x4.png create mode 100644 Assets/Epic Toon FX/Textures/talkbubble_4x4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/text_ah_zz.png create mode 100644 Assets/Epic Toon FX/Textures/text_ah_zz.png.meta create mode 100644 Assets/Epic Toon FX/Textures/text_haha.png create mode 100644 Assets/Epic Toon FX/Textures/text_haha.png.meta create mode 100644 Assets/Epic Toon FX/Textures/triangle.png create mode 100644 Assets/Epic Toon FX/Textures/triangle.png.meta create mode 100644 Assets/Epic Toon FX/Textures/triangle_curve.png create mode 100644 Assets/Epic Toon FX/Textures/triangle_curve.png.meta create mode 100644 Assets/Epic Toon FX/Textures/triangle_soft.png create mode 100644 Assets/Epic Toon FX/Textures/triangle_soft.png.meta create mode 100644 Assets/Epic Toon FX/Textures/water_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/water_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/water_soft_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/water_soft_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/water_trsp_3x3.png create mode 100644 Assets/Epic Toon FX/Textures/water_trsp_3x3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/wave.png create mode 100644 Assets/Epic Toon FX/Textures/wave.png.meta create mode 100644 Assets/Epic Toon FX/Textures/wave3.png create mode 100644 Assets/Epic Toon FX/Textures/wave3.png.meta create mode 100644 Assets/Epic Toon FX/Textures/wave4.png create mode 100644 Assets/Epic Toon FX/Textures/wave4.png.meta create mode 100644 Assets/Epic Toon FX/Textures/wave_soft.png create mode 100644 Assets/Epic Toon FX/Textures/wave_soft.png.meta create mode 100644 Assets/Epic Toon FX/Upgrade.meta create mode 100644 Assets/Epic Toon FX/Upgrade/URP Compatibility.txt create mode 100644 Assets/Gizmos.meta create mode 100644 Assets/Gizmos/Behavior Designer Hier Icon.png create mode 100644 Assets/Gizmos/Behavior Designer Hier Icon.png.meta create mode 100644 Assets/Gizmos/Behavior Designer Scene Icon.png create mode 100644 Assets/Gizmos/Behavior Designer Scene Icon.png.meta create mode 100644 Assets/Gizmos/DialogueDatabase Icon.png create mode 100644 Assets/Gizmos/DialogueDatabase Icon.png.meta create mode 100644 Assets/Gizmos/StringAsset Icon.png create mode 100644 Assets/Gizmos/StringAsset Icon.png.meta create mode 100644 Assets/Gizmos/TextTable Icon.png create mode 100644 Assets/Gizmos/TextTable Icon.png.meta create mode 100644 Assets/HotReload.meta create mode 100644 Assets/HotReload/Resources.meta create mode 100644 Assets/HotReload/Resources/HotReloadSettingsObject.asset create mode 100644 Assets/HotReload/Resources/HotReloadSettingsObject.asset.meta create mode 100644 Assets/Layer Lab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/+README+.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Extensions.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Scenes.meta create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity create mode 100644 Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity.meta create mode 100644 Assets/Layer Lab/Scripts.meta create mode 100644 Assets/Layer Lab/Scripts/Icon_Arrow_Next.png create mode 100644 Assets/Layer Lab/Scripts/Icon_Arrow_Next.png.meta create mode 100644 Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png create mode 100644 Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png.meta create mode 100644 Assets/Layer Lab/Scripts/PanelControl.cs create mode 100644 Assets/Layer Lab/Scripts/PanelControl.cs.meta create mode 100644 Assets/Layer Lab/Scripts/PanelView.cs create mode 100644 Assets/Layer Lab/Scripts/PanelView.cs.meta create mode 100644 Assets/Pixel Crushers.meta create mode 100644 Assets/Pixel Crushers/Dialogue System.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs.meta create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs create mode 100644 Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef create mode 100644 Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Documentation.pdf create mode 100644 Assets/Plugins/AllIn1SpriteShader/Documentation.pdf.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat create mode 100644 Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Texture.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs create mode 100644 Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt create mode 100644 Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/black.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/black.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/fire.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/fire.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png.meta create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/white.png create mode 100644 Assets/Plugins/AllIn1SpriteShader/Textures/white.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/!README.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/!README.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef create mode 100644 Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/Texture.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/MaterialSaves.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat create mode 100644 Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset create mode 100644 Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt.meta create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt create mode 100644 Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt.meta create mode 100644 Assets/Plugins/Borodar.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Demo.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info.meta create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs create mode 100644 Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs.meta create mode 100644 Assets/Plugins/Demigiant.meta create mode 100644 Assets/Plugins/Demigiant/DOTween.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/DOTween.XML create mode 100644 Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/DOTween.dll create mode 100644 Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg create mode 100644 Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs create mode 100644 Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTween/readme.txt create mode 100644 Assets/Plugins/Demigiant/DOTween/readme.txt.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png create mode 100644 Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.meta create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/readme.txt create mode 100644 Assets/Plugins/Demigiant/DOTweenPro/readme.txt.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png.meta create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png create mode 100644 Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png.meta create mode 100644 Assets/Plugins/Demigiant/readme_DOTweenPro.txt create mode 100644 Assets/Plugins/Demigiant/readme_DOTweenPro.txt.meta create mode 100644 Assets/Plugins/Easy Save 3.meta create mode 100644 Assets/Plugins/Easy Save 3/Change Log.meta create mode 100644 Assets/Plugins/Easy Save 3/Change Log/Change Log.txt create mode 100644 Assets/Plugins/Easy Save 3/Change Log/Change Log.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3Window.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ES3Window.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled create mode 100644 Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled create mode 100644 Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs create mode 100644 Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/checkmark.png create mode 100644 Assets/Plugins/Easy Save 3/Editor/checkmark.png.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png create mode 100644 Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png create mode 100644 Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png.meta create mode 100644 Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png create mode 100644 Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png.meta create mode 100644 Assets/Plugins/Easy Save 3/PlayMaker.meta create mode 100644 Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs create mode 100644 Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Resources.meta create mode 100644 Assets/Plugins/Easy Save 3/Resources/ES3.meta create mode 100644 Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset create mode 100644 Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Attributes.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Auto Save.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Debugging.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3File.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3File.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Referencing.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Web.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs create mode 100644 Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs.meta create mode 100644 Assets/Plugins/Easy Save 3/Web.meta create mode 100644 Assets/Plugins/Easy Save 3/Web/ES3Cloud.php create mode 100644 Assets/Plugins/Easy Save 3/Web/ES3Cloud.php.meta create mode 100644 Assets/Plugins/Febucci.meta create mode 100644 Assets/Plugins/Febucci/Text Animator.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Resources.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Styles.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Extra.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Integrations.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt create mode 100644 Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf create mode 100644 Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs create mode 100644 Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs.meta create mode 100644 Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt create mode 100644 Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf create mode 100644 Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Templates.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Third Party Support.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Common/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Common/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/URP_HDRP_Materials.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Resources.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4 create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4 create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs.meta create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt create mode 100644 Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef.meta create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt create mode 100644 Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt.meta create mode 100644 Assets/ProjectSettings.meta create mode 100644 Assets/ProjectSettings/UIParticleProjectSettings.asset create mode 100644 Assets/ProjectSettings/UIParticleProjectSettings.asset.meta create mode 100644 Assets/Resources.meta create mode 100644 Assets/Resources/BillingMode.json create mode 100644 Assets/Resources/BillingMode.json.meta create mode 100644 Assets/Resources/DOTweenSettings.asset create mode 100644 Assets/Resources/DOTweenSettings.asset.meta create mode 100644 Packages/com.arongranberg.astar/AssemblyInfo.cs create mode 100644 Packages/com.arongranberg.astar/AssemblyInfo.cs.meta create mode 100644 Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef create mode 100644 Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/Behaviors.meta create mode 100644 Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs create mode 100644 Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs.meta create mode 100644 Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs create mode 100644 Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs.meta create mode 100644 Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs create mode 100644 Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs.meta create mode 100644 Packages/com.arongranberg.astar/Behaviors/Patrol.cs create mode 100644 Packages/com.arongranberg.astar/Behaviors/Patrol.cs.meta create mode 100644 Packages/com.arongranberg.astar/CHANGELOG.md create mode 100644 Packages/com.arongranberg.astar/CHANGELOG.md.meta create mode 100644 Packages/com.arongranberg.astar/Core.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/AIBase.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/AIBase.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/AILerp.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/AILerp.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/AIPath.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/AIPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/RichAI.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/RichAI.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/RichPath.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/RichPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/Seeker.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/Seeker.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs create mode 100644 Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AstarData.cs create mode 100644 Packages/com.arongranberg.astar/Core/AstarData.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AstarMath.cs create mode 100644 Packages/com.arongranberg.astar/Core/AstarMath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/AstarPath.cs create mode 100644 Packages/com.arongranberg.astar/Core/AstarPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Collections/Span.cs create mode 100644 Packages/com.arongranberg.astar/Core/Collections/Span.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Control.meta create mode 100644 Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs create mode 100644 Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/RVO.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs create mode 100644 Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Int3.cs create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Int3.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs create mode 100644 Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs create mode 100644 Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs create mode 100644 Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs create mode 100644 Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Nodes.meta create mode 100644 Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs create mode 100644 Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pooling.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs create mode 100644 Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs create mode 100644 Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Serialization.meta create mode 100644 Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs create mode 100644 Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs create mode 100644 Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs create mode 100644 Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Sync.meta create mode 100644 Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs create mode 100644 Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Sync/Promise.cs create mode 100644 Packages/com.arongranberg.astar/Core/Sync/Promise.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Sync/RWLock.cs create mode 100644 Packages/com.arongranberg.astar/Core/Sync/RWLock.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs create mode 100644 Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs.meta create mode 100644 Packages/com.arongranberg.astar/Core/astarclasses.cs create mode 100644 Packages/com.arongranberg.astar/Core/astarclasses.cs.meta create mode 100644 Packages/com.arongranberg.astar/Documentation.meta create mode 100644 Packages/com.arongranberg.astar/Documentation/documentation.html create mode 100644 Packages/com.arongranberg.astar/Documentation/documentation.html.meta create mode 100644 Packages/com.arongranberg.astar/Documentation/documentation.pdf create mode 100644 Packages/com.arongranberg.astar/Documentation/documentation.pdf.meta create mode 100644 Packages/com.arongranberg.astar/Documentation/index.md create mode 100644 Packages/com.arongranberg.astar/Documentation/index.md.meta create mode 100644 Packages/com.arongranberg.astar/Drawing.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/ALINE.asmdef create mode 100644 Packages/com.arongranberg.astar/Drawing/ALINE.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Compatibility.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/Compatibility.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Documentation.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Documentation/index.md create mode 100644 Packages/com.arongranberg.astar/Drawing/Documentation/index.md.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Draw.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/Draw.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingData.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingData.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingManager.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingManager.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/PackageTools.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/PackageTools/Editor.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef create mode 100644 Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Palette.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/Palette.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader create mode 100644 Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/SDFFont.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/SDFFont.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/changelog.cs create mode 100644 Packages/com.arongranberg.astar/Drawing/changelog.cs.meta create mode 100644 Packages/com.arongranberg.astar/Drawing/package.json create mode 100644 Packages/com.arongranberg.astar/Drawing/package.json.meta create mode 100644 Packages/com.arongranberg.astar/Editor.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AILerpEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/AILerpEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef create mode 100644 Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss create mode 100644 Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs create mode 100644 Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs create mode 100644 Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs create mode 100644 Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv create mode 100644 Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv.meta create mode 100644 Packages/com.arongranberg.astar/Editor/EditorHelpers.cs create mode 100644 Packages/com.arongranberg.astar/Editor/EditorHelpers.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors.meta create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors.meta create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs create mode 100644 Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs create mode 100644 Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/SeekerEditor.cs create mode 100644 Packages/com.arongranberg.astar/Editor/SeekerEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/UI.meta create mode 100644 Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs create mode 100644 Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs.meta create mode 100644 Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml create mode 100644 Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting.meta create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt create mode 100644 Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt.meta create mode 100644 Packages/com.arongranberg.astar/Graphs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/GridGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/GridGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/LinkGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/LinkGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/NavGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/NavGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Point.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/PointGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/PointGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/RecastGraph.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/RecastGraph.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs create mode 100644 Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/Modifiers.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/Modifiers.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs create mode 100644 Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs.meta create mode 100644 Packages/com.arongranberg.astar/Navmesh.meta create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs.meta create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs.meta create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs.meta create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs create mode 100644 Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs.meta create mode 100644 Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs create mode 100644 Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef create mode 100644 Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/Migrations.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/Migrations.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef create mode 100644 Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs.meta create mode 100644 Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs create mode 100644 Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/ABPath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/ABPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/FleePath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/FleePath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Pathfinders/XPath.cs create mode 100644 Packages/com.arongranberg.astar/Pathfinders/XPath.cs.meta create mode 100644 Packages/com.arongranberg.astar/Plugins.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/Clipper.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll create mode 100644 Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt create mode 100644 Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/DotNetZip.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt create mode 100644 Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll create mode 100644 Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll.meta create mode 100644 Packages/com.arongranberg.astar/Plugins/dependencies.txt create mode 100644 Packages/com.arongranberg.astar/Plugins/dependencies.txt.meta create mode 100644 Packages/com.arongranberg.astar/RVO.meta create mode 100644 Packages/com.arongranberg.astar/RVO/RVOController.cs create mode 100644 Packages/com.arongranberg.astar/RVO/RVOController.cs.meta create mode 100644 Packages/com.arongranberg.astar/RVO/RVONavmesh.cs create mode 100644 Packages/com.arongranberg.astar/RVO/RVONavmesh.cs.meta create mode 100644 Packages/com.arongranberg.astar/RVO/RVOObstacle.cs create mode 100644 Packages/com.arongranberg.astar/RVO/RVOObstacle.cs.meta create mode 100644 Packages/com.arongranberg.astar/RVO/RVOSimulator.cs create mode 100644 Packages/com.arongranberg.astar/RVO/RVOSimulator.cs.meta create mode 100644 Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs create mode 100644 Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs.meta create mode 100644 Packages/com.arongranberg.astar/Readme.txt create mode 100644 Packages/com.arongranberg.astar/Readme.txt.meta create mode 100644 Packages/com.arongranberg.astar/Readme_upgrading.txt create mode 100644 Packages/com.arongranberg.astar/Readme_upgrading.txt.meta create mode 100644 Packages/com.arongranberg.astar/Resources.meta create mode 100644 Packages/com.arongranberg.astar/Resources/handles_aaline.png create mode 100644 Packages/com.arongranberg.astar/Resources/handles_aaline.png.meta create mode 100644 Packages/com.arongranberg.astar/Resources/line_falloff_1px.png create mode 100644 Packages/com.arongranberg.astar/Resources/line_falloff_1px.png.meta create mode 100644 Packages/com.arongranberg.astar/TurnBased.meta create mode 100644 Packages/com.arongranberg.astar/TurnBased/BlockManager.cs create mode 100644 Packages/com.arongranberg.astar/TurnBased/BlockManager.cs.meta create mode 100644 Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs create mode 100644 Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/Funnel.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/Funnel.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/MeshUtility.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/MeshUtility.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/PathTracer.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/PathTracer.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/PathUtilities.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/PathUtilities.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/Promise.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/Promise.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/RWLock.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/RWLock.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/SpinLock.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/SpinLock.cs.meta create mode 100644 Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs create mode 100644 Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs.meta create mode 100644 Packages/com.arongranberg.astar/defines.csv create mode 100644 Packages/com.arongranberg.astar/defines.csv.meta create mode 100644 Packages/com.arongranberg.astar/link.xml create mode 100644 Packages/com.arongranberg.astar/link.xml.meta create mode 100644 Packages/com.arongranberg.astar/package.json create mode 100644 Packages/com.arongranberg.astar/package.json.meta create mode 100644 Packages/com.singularitygroup.hotreload/Documentation.meta create mode 100644 Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf create mode 100644 Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Attribution.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Constants.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Constants.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Demo.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/RequiredSettings.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/close.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/close.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/error.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/error.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/events.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/events.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/green.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/green.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/red.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/red.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef create mode 100644 Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll create mode 100644 Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Versioning.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/Styles.meta create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs create mode 100644 Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/LICENSE.md create mode 100644 Packages/com.singularitygroup.hotreload/LICENSE.md.meta create mode 100644 Packages/com.singularitygroup.hotreload/README.md create mode 100644 Packages/com.singularitygroup.hotreload/README.md.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Burst.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/OSX.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs create mode 100644 Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs.meta create mode 100644 Packages/com.singularitygroup.hotreload/Server.meta create mode 100644 Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql create mode 100644 Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql.meta create mode 100644 Packages/com.singularitygroup.hotreload/Server/linux-x64.meta create mode 100644 Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh create mode 100644 Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh.meta create mode 100644 Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh create mode 100644 Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh.meta create mode 100644 Packages/com.singularitygroup.hotreload/Third Party Notices.md create mode 100644 Packages/com.singularitygroup.hotreload/Third Party Notices.md.meta create mode 100644 Packages/com.singularitygroup.hotreload/package.json create mode 100644 Packages/com.singularitygroup.hotreload/package.json.meta create mode 100644 ProjectSettings/Packages/com.unity.probuilder/Settings.json create mode 100644 ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json create mode 100644 ProjectSettings/com.arongranberg.astar/settings.asset diff --git a/.gitattributes b/.gitattributes index 7a025b128..e4fea05a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,47 @@ *.shadergraph filter=lfs diff=lfs merge=lfs -text *.cginc filter=lfs diff=lfs merge=lfs -text *.bundle filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.url filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.prefab filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.controller filter=lfs diff=lfs merge=lfs -text +*.anim filter=lfs diff=lfs merge=lfs -text +*.preset filter=lfs diff=lfs merge=lfs -text +*.lighting filter=lfs diff=lfs merge=lfs -text +*.FBX filter=lfs diff=lfs merge=lfs -text +*.Png filter=lfs diff=lfs merge=lfs -text +*.surfshader filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text +*.mesh filter=lfs diff=lfs merge=lfs -text +/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE filter=lfs diff=lfs merge=lfs -text +*.XML filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.disabled filter=lfs diff=lfs merge=lfs -text +*.php filter=lfs diff=lfs merge=lfs -text +*.mask filter=lfs diff=lfs merge=lfs -text +*.exr filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.TTF filter=lfs diff=lfs merge=lfs -text +*.html filter=lfs diff=lfs merge=lfs -text +*.otf filter=lfs diff=lfs merge=lfs -text +*.guiskin filter=lfs diff=lfs merge=lfs -text +*.uxml filter=lfs diff=lfs merge=lfs -text +*.uss filter=lfs diff=lfs merge=lfs -text +*.tss filter=lfs diff=lfs merge=lfs -text +*.g4 filter=lfs diff=lfs merge=lfs -text +*.tokens filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.cmp filter=lfs diff=lfs merge=lfs -text +*.md filter=lfs diff=lfs merge=lfs -text +*.tsv filter=lfs diff=lfs merge=lfs -text +*.brush filter=lfs diff=lfs merge=lfs -text +*.terrainlayer filter=lfs diff=lfs merge=lfs -text +*.tif filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text +*.csv filter=lfs diff=lfs merge=lfs -text +*.dylib filter=lfs diff=lfs merge=lfs -text +*.graphql filter=lfs diff=lfs merge=lfs -text +*.sh filter=lfs diff=lfs merge=lfs -text diff --git a/Assets/0.Datas/02.Scripts/GenerateGoogleSheet/Core/GoogldSheetManager.cs b/Assets/0.Datas/02.Scripts/GenerateGoogleSheet/Core/GoogldSheetManager.cs index a954defe6..0801cd699 100644 --- a/Assets/0.Datas/02.Scripts/GenerateGoogleSheet/Core/GoogldSheetManager.cs +++ b/Assets/0.Datas/02.Scripts/GenerateGoogleSheet/Core/GoogldSheetManager.cs @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a26847d18c772c4d91c4a3dc6c5ca3f4756143083d53e13878e4dc3765e7e616 -size 23333 +oid sha256:12eaea83d746887dc084543459655541d4181b76c37b1c1c4a9305181da54763 +size 23554 diff --git a/Assets/Behavior Designer.meta b/Assets/Behavior Designer.meta new file mode 100644 index 000000000..6e0b74011 --- /dev/null +++ b/Assets/Behavior Designer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5250bd34b5b0755560807d02424341ede32aa2c7afe54dd52532876398254ab +size 90 diff --git a/Assets/Behavior Designer/Documentation.pdf b/Assets/Behavior Designer/Documentation.pdf new file mode 100644 index 000000000..4d6cdae27 --- /dev/null +++ b/Assets/Behavior Designer/Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1818f83a8907721bc078d94133d7d1c0769fbd0f1821934963dd983bda21cd40 +size 4481126 diff --git a/Assets/Behavior Designer/Documentation.pdf.meta b/Assets/Behavior Designer/Documentation.pdf.meta new file mode 100644 index 000000000..75c9191b6 --- /dev/null +++ b/Assets/Behavior Designer/Documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae845809183ed113d662ffda77542b5eea97c2cea4f2aa5fc8256ebdd5868304 +size 308 diff --git a/Assets/Behavior Designer/Editor.meta b/Assets/Behavior Designer/Editor.meta new file mode 100644 index 000000000..90d2d6561 --- /dev/null +++ b/Assets/Behavior Designer/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86b7eb1bfeead0f02eaa2513394180db50dd7ab03acd0c2181fa818509b442f +size 60 diff --git a/Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll b/Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll new file mode 100644 index 000000000..be4fff670 --- /dev/null +++ b/Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe1e4af81fdfc8093cb38ebbc4c55c36c5f35a2dbcad44640c3f94f4eb52fed +size 1974784 diff --git a/Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll.meta b/Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll.meta new file mode 100644 index 000000000..f8fec13cd --- /dev/null +++ b/Assets/Behavior Designer/Editor/BehaviorDesigner.Editor.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8339ed482880da61bbbcc5372a495a300a5531d51bb8bbdcb5c321ca765f9ae6 +size 880 diff --git a/Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs b/Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs new file mode 100644 index 000000000..2819cbe88 --- /dev/null +++ b/Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0262a8a55259138ed874995648112d6e3eaea32458fb6b2ca0da26fdf4cf7c +size 237 diff --git a/Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs.meta b/Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs.meta new file mode 100644 index 000000000..7be72cba4 --- /dev/null +++ b/Assets/Behavior Designer/Editor/BehaviorTreeInspector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bda84eafdc4b42f0a5508d1a6d40b88928ad1b08e1e272d9de20f81c0d0c0c +size 397 diff --git a/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs b/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs new file mode 100644 index 000000000..f7af8aafb --- /dev/null +++ b/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbf67a8633a10de5a4c00c65552e791a08b82ac441899e1236bb96b16ab40b8 +size 281 diff --git a/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs.meta b/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs.meta new file mode 100644 index 000000000..d8c4123d5 --- /dev/null +++ b/Assets/Behavior Designer/Editor/ExternalBehaviorTreeInspector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2c1031376a26079e84428eb57520f0e6acd6516e791723d9db7260e977d961 +size 418 diff --git a/Assets/Behavior Designer/Editor/GridShader.shader b/Assets/Behavior Designer/Editor/GridShader.shader new file mode 100644 index 000000000..b58961923 --- /dev/null +++ b/Assets/Behavior Designer/Editor/GridShader.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d97bf5c22b0b6d628d2ab24b584d5b4264653fa324d3a0f7d3b95c4bb198d1 +size 1181 diff --git a/Assets/Behavior Designer/Editor/GridShader.shader.meta b/Assets/Behavior Designer/Editor/GridShader.shader.meta new file mode 100644 index 000000000..ed97d0cdb --- /dev/null +++ b/Assets/Behavior Designer/Editor/GridShader.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bbc1c2d9974444c4a2d78bcca9f9d5052669d97460cf247d61119df9d23ad9 +size 336 diff --git a/Assets/Behavior Designer/Editor/Object Drawers.meta b/Assets/Behavior Designer/Editor/Object Drawers.meta new file mode 100644 index 000000000..e60693ac1 --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca67f33784d728b47760fb17ef1105ee1a79b196708c6f4a9402c4029d8fd59 +size 107 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs b/Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs new file mode 100644 index 000000000..d5887429a --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac59e4c3e6932a8346d660286b509eb7f89b5a86b7ac8c587fc8613dca85a231 +size 823 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs.meta b/Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs.meta new file mode 100644 index 000000000..6533029fa --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/FloatSliderDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8f65ec3c7356545c179ca57b31f3034bc55b79b3f6283b15a80ceee1bf8146 +size 421 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs b/Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs new file mode 100644 index 000000000..f55213757 --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27da3d7cab966f2d590be56034fa40079fe147ffd85df1df5fc5edf1f62c8b7 +size 807 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs.meta b/Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs.meta new file mode 100644 index 000000000..a3fd7835a --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/IntSliderDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb2e0e2d633c4bdc7171cf3d0c65fddfc8ada547f53df2d2cc7eab6d7d339ca +size 419 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs b/Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs new file mode 100644 index 000000000..58a71d22a --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed20239768f89540682e40758115024c3056ba1ac2d90ab8078629d4ae7f25e +size 7004 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs.meta b/Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs.meta new file mode 100644 index 000000000..3ba69b8c1 --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/StackedActionDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaaaa8c99a4e5a20104302742f06c19e67f869fbe6fb5e9170563c1c2f2f94d +size 488 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs b/Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs new file mode 100644 index 000000000..9e6edb437 --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce33ef91c78b76b067f33ae4fa2e42ac9edfd934f72341165e13033c91600154 +size 7514 diff --git a/Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs.meta b/Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs.meta new file mode 100644 index 000000000..f742a92a3 --- /dev/null +++ b/Assets/Behavior Designer/Editor/Object Drawers/StackedConditionalDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b907a1edbe4c9fa8f54f19e8db713f403c825b4c73a67d9fbc153bbddd9743df +size 493 diff --git a/Assets/Behavior Designer/Integrations.meta b/Assets/Behavior Designer/Integrations.meta new file mode 100644 index 000000000..247501cc1 --- /dev/null +++ b/Assets/Behavior Designer/Integrations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55069c418e20c0e7dda4a9630144889ad9323d11b4dfb615d6da9342182d81c +size 193 diff --git a/Assets/Behavior Designer/Integrations/Readme.pdf b/Assets/Behavior Designer/Integrations/Readme.pdf new file mode 100644 index 000000000..4234c7682 --- /dev/null +++ b/Assets/Behavior Designer/Integrations/Readme.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23c629acbcd85febca70f15b27bae5172e49feeb78afc91169f397e201fd6ee +size 45574 diff --git a/Assets/Behavior Designer/Integrations/Readme.pdf.meta b/Assets/Behavior Designer/Integrations/Readme.pdf.meta new file mode 100644 index 000000000..7ec22cc79 --- /dev/null +++ b/Assets/Behavior Designer/Integrations/Readme.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa6896d0677fd1d734a78f0984e59b692fd08b696204e8cc1743445aaca6626 +size 314 diff --git a/Assets/Behavior Designer/Runtime Source Code Location.pdf b/Assets/Behavior Designer/Runtime Source Code Location.pdf new file mode 100644 index 000000000..9ef8065b4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime Source Code Location.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e46adcd086fd2abdd46265166d254b8520bef54df7a06d7a997982e9ef2c66f +size 41717 diff --git a/Assets/Behavior Designer/Runtime Source Code Location.pdf.meta b/Assets/Behavior Designer/Runtime Source Code Location.pdf.meta new file mode 100644 index 000000000..b1756ed8e --- /dev/null +++ b/Assets/Behavior Designer/Runtime Source Code Location.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b6d97b01095bd5bf9ea69f38fce2e4f2420c05acc8b78496a5b49b88b049eb +size 323 diff --git a/Assets/Behavior Designer/Runtime.meta b/Assets/Behavior Designer/Runtime.meta new file mode 100644 index 000000000..a787e0e05 --- /dev/null +++ b/Assets/Behavior Designer/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4bf72d4b7af5af760ec9c3496347e142ebe794987a633e01f29e909e9a4e20 +size 60 diff --git a/Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll b/Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll new file mode 100644 index 000000000..754d7c44a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef658f2f283c2bed5eb564f3c55362d2a943f5df752bb04abeb3ac71b6f56f65 +size 119296 diff --git a/Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll.meta b/Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll.meta new file mode 100644 index 000000000..37e34523d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/BehaviorDesigner.Runtime.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c9b467a0df2178767bdb07d0068113041f5fef8a10fe8126eeba896a308675 +size 882 diff --git a/Assets/Behavior Designer/Runtime/BehaviorTree.cs b/Assets/Behavior Designer/Runtime/BehaviorTree.cs new file mode 100644 index 000000000..6c891e146 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/BehaviorTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78af9273ee8769e2aab09b39b9548bcc3bf435cf18bac06547509a9f38e8ab0 +size 243 diff --git a/Assets/Behavior Designer/Runtime/BehaviorTree.cs.meta b/Assets/Behavior Designer/Runtime/BehaviorTree.cs.meta new file mode 100644 index 000000000..0ad72ebdf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/BehaviorTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075747f2be77fc1c7265b8318241122af06a490902e36db471f1bb2d6ce34f27 +size 440 diff --git a/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs b/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs new file mode 100644 index 000000000..a1b84a9c7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be83e669a04aa6fdc1af0b5ddf22fc0a512cd0a8273c33c143a4ea9fcdda625 +size 169 diff --git a/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs.meta b/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs.meta new file mode 100644 index 000000000..8a31d8f07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/ExternalBehaviorTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7fcfa9c101d14c9e59abadb99bafc797667c023ec5ce6b786697dfe091de9c +size 461 diff --git a/Assets/Behavior Designer/Runtime/Object Drawers.meta b/Assets/Behavior Designer/Runtime/Object Drawers.meta new file mode 100644 index 000000000..02097172b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Object Drawers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b19733ad0f7378c846e2be9e807b58cf0964ef7025cb83c6064c3aea1f03d5 +size 107 diff --git a/Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs b/Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs new file mode 100644 index 000000000..2350fc769 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c577d8dc578d581349ddd5f80087df57d52f29ffa25b5a1748067105f365b36d +size 355 diff --git a/Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs.meta b/Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs.meta new file mode 100644 index 000000000..4ef862ec6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Object Drawers/FloatSliderAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8984d68593d9ccd2cf8131d826991f039b858dfbbdd2ebb9d3b3795b4e18b6 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs b/Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs new file mode 100644 index 000000000..c4d037030 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6facf64ee1ae562e1c6ad4d815df94f78a6bb744980a56117c2552192d7161 +size 343 diff --git a/Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs.meta b/Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs.meta new file mode 100644 index 000000000..45157f037 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Object Drawers/IntSliderAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf213285231bbf9fe0f4a2ceff4bf033959ef04b7643cdaab37bec2313e217a3 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks.meta b/Assets/Behavior Designer/Runtime/Tasks.meta new file mode 100644 index 000000000..4a80a8d2d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7de31f34723b3cf5daa721782b2f2626139cf03ad2c60809bb5365b9f7d1b0 +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions.meta new file mode 100644 index 000000000..5bdb82665 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f263fe349daf8470aac3f0fd372e8bab5e806c24ddfc6c56da6541aa56fe349c +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs new file mode 100644 index 000000000..ebf3f98d8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60a9e79905bcaf4fe439d488f9e17e190787f4dbeaee9c11bd1d50d2eaeb9c1 +size 1128 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs.meta new file mode 100644 index 000000000..62c651807 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/BehaviorTreeReference.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69e8f4015fd628ff589634366a4384693e8d35c4bc4b037f89ff5977102d363 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs new file mode 100644 index 000000000..30706a061 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc9af780387f5d650240fe2b442f23702028244fd226d346b43a51bbd87affe +size 363 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs.meta new file mode 100644 index 000000000..d95bd7792 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Idle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b252b87d099543fed4469a2e46fb2fdfc4a5d558b7b34124252aee8a0f17fcef +size 408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs new file mode 100644 index 000000000..566abae51 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6733550859e905aac439e33e1645f062a58160f11fd05a70908ce404c8a2f9 +size 1175 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs.meta new file mode 100644 index 000000000..c54ae30a4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Log.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f988aad29536f0adadae5f47e9daac12a260610cc9814981de649bea699827 +size 394 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs new file mode 100644 index 000000000..900cdcb7e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3298e5f6ffbea5b078bc506c3e6d62ac5e095a81bdaca3d590f72f53e55a73 +size 1214 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs.meta new file mode 100644 index 000000000..1bd10a7ce --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/PerformInterruption.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5a21bb4af2da1886f8c8d2db3824a547e5d0fc8f6144ef5e4543bbac00e567 +size 410 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection.meta new file mode 100644 index 000000000..5ba483103 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e269a387985e1c4b25b6409fb4ade272e93c42ed9b110c57f85cc0fd04869b5 +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs new file mode 100644 index 000000000..520687a9e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7598d93c5652ec73feed9a248239432455633e510a2e4a963a0d2beb0955addc +size 2067 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs.meta new file mode 100644 index 000000000..de390339b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetFieldValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d899a57f675d7fa4e0e5d92569d317cb15529260c70d16661e8a366932eaa4 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs new file mode 100644 index 000000000..e9f1f0dbe --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6efbe561fdc92534a164165da6fef68442f7bcb78209410d6aec00acb19c3b +size 2147 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs.meta new file mode 100644 index 000000000..5e944da95 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/GetPropertyValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffac6549e5c2aad2632dd10908744dd77788e168fcadc5ed4ea9d183ba1d7d0b +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs new file mode 100644 index 000000000..17aaaddc7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1036a4fe6d150f226a6c853805cac95439e2710464fe37ce754b0add0f0521 +size 3473 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs.meta new file mode 100644 index 000000000..3a3f3c10b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/InvokeMethod.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dbbfb82bc08bcf7ff8c2fc2af3dd5b467845cd8f0874895a7226e5a6429215 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs new file mode 100644 index 000000000..f3e4081e2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383686229f8e73d44f693b2af4f6f1bba55c0c3aceb964524e8d080a9830d6bb +size 2043 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs.meta new file mode 100644 index 000000000..dc1fc1290 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetFieldValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73481b32e1b8dab4dc1c76ecf3d3acfe819bc9bbcf4064b1ecb71e996023649 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs new file mode 100644 index 000000000..e328d6bbe --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b0e4cde0e7b6fa09c4440f4a4de512f8950d18eb2794a84cb5e7fe670e55ac +size 2102 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs.meta new file mode 100644 index 000000000..8eb737e5f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Reflection/SetPropertyValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e59d98952bf0ee2a395f10a1dd7ad3128881a17bdba155eac6a5c6e970e2e7 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs new file mode 100644 index 000000000..213ebeef5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe0caeb3aa75eda016c6f871324827457213e1443fe0b2bf58b6de202921d46 +size 1900 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs.meta new file mode 100644 index 000000000..09e8defb7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/RestartBehaviorTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed09b97f1c19f20f59722a58d22226b546c160e1d69ce90cefc5a24be13537c +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs new file mode 100644 index 000000000..494466ca7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0c6a694642e3aebd4ac004de5420ddc14b2c575ea2990e86d2391e7c12ba9d +size 3126 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs.meta new file mode 100644 index 000000000..ff538e135 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/SendEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960166a2c78303baad01c7784e9ea5f1a362da6267280c88ddc7133867f7ce0a +size 413 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs new file mode 100644 index 000000000..ef50b3b8b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2881a1961b98371175c711dffb5d5cdbb3617c3b3c03755c6985c1796b37eca +size 7972 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs.meta new file mode 100644 index 000000000..f0cd4df46 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/StackedAction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2c4bcca7ddc9f8044be52aef6423bd8157a5ed1ec8a884057fa719997b3ccc +size 482 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs new file mode 100644 index 000000000..93e85ca94 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e11d9c0dd56a5055ee756f12b0350f2f31d1f5ff0b4d1fe90faaedaac9543a3 +size 3213 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs.meta new file mode 100644 index 000000000..c265a45dd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/StartBehaviorTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a3649708c3ff85686fb74b6bbd1673f57fb1955321505bf1423798826a1d11 +size 408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs new file mode 100644 index 000000000..33cc11937 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90002a1ccb433d964b6bc734260e0fb1e6a678b8abb4b1f684888e77772834ed +size 2007 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs.meta new file mode 100644 index 000000000..095c3c325 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/StopBehaviorTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932f51f0f4cbb073505dd6a725c75b2efede802b22de92857dbc86007e1048bd +size 407 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs b/Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs new file mode 100644 index 000000000..98424c752 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02750c69f2dadf39d911ff1e0bfd85cdeaefcfe1475b1b9d51b0a133a967d321 +size 2393 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs.meta new file mode 100644 index 000000000..52d47f3c2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Actions/Wait.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153f241857949dbfceaa868e91395acdf1a624b4da222df57b1072c83b4dceb4 +size 395 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites.meta new file mode 100644 index 000000000..62da7dbc6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff876a1df881c960b4cc21b1f4ac8ca061f861df699f9db88db3193e93e2ad5 +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs new file mode 100644 index 000000000..7ffdbc2ef --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b149f750348c32927dd7a1bc4ea2f66f9473a7a198dfd25c854f50fe71155a63 +size 3908 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs.meta new file mode 100644 index 000000000..b5a492bdb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/Parallel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3852859e923cd98405c0cb0f2bfdc03a1499a43a9cf5622bd75b084e534a9e +size 402 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs new file mode 100644 index 000000000..231ff6989 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ceecfaf0fba285b013428a20b22acb6145331dba1efd8166da9b7aa57dabaf +size 3077 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs.meta new file mode 100644 index 000000000..c00123e5f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelComplete.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db740b9f137d8fc6603e0c63e044ba0a433c9362eb7ce46d3d0977b20619ddd +size 509 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs new file mode 100644 index 000000000..8f419a09a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b95ad0effa8e2630ccfd5b5a58f74119e19202bc0af128bc64686935433d3c +size 3940 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs.meta new file mode 100644 index 000000000..0aab03539 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/ParallelSelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54416130978f36dd5f130376a2567e02ac16b0cb466c6a1df61032e426fd762 +size 410 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs new file mode 100644 index 000000000..7c0d01c7f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f09668215011b8bc084fe68bfab951d846b453a02c15c2940f339f0d21725f +size 3202 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs.meta new file mode 100644 index 000000000..4dafec147 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/PrioritySelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09020068e0413dd9b42112129d511253f6978bbdf8ceb579f91d4bcf3c4801e +size 410 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs new file mode 100644 index 000000000..d766b6104 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14eb8679fc738f6c37ad2ccd993553be9b13925f4334e6c86a45c083e657d571 +size 4050 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs.meta new file mode 100644 index 000000000..24c6ab62f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52802394199d525478f615b521e0e53bb563e7c4944953ebed5ba0625c5132f +size 408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs new file mode 100644 index 000000000..37e4680e3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05e10b43de0a049380c3dddd0bcbf0a0fa6c0e9faa7061fc5bb1a2e50062219 +size 4160 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs.meta new file mode 100644 index 000000000..0aca57bf2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/RandomSequence.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81323722b2d6e8fc2c7c4b250bb0946f5c87cc2f37a968b156598da8c89a975d +size 408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs new file mode 100644 index 000000000..45c85d477 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd717560ab587747a700e4811676ba6efd717c6ba60e5bb09a943062e22c6b0 +size 1869 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs.meta new file mode 100644 index 000000000..032ac9a6c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/Selector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eccd92d0ed7080105b69c707b4fe0871820d03662b2c745c6ae280840bc32d6 +size 402 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs new file mode 100644 index 000000000..92e8424d6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025b32290d21f05fb64054cd36753febd2189de9f20a462e2de168c73a3fd4cf +size 5808 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs.meta new file mode 100644 index 000000000..ef803797f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/SelectorEvaluator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cebe58d83e5ca1bbd1d1d60ce68fa5fb028b59d02dcd781e6b801ed69e2d26d +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs new file mode 100644 index 000000000..f6120ec0f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05224bbd5a590b11a481f6867c857dda5eddb2756050fbf142b5e0fe41fb226d +size 1871 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs.meta new file mode 100644 index 000000000..0dcde315c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/Sequence.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e72291b39be3402d15d759425777b9f4eb3687e2bf140f98bfd001a12a6711e +size 402 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs b/Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs new file mode 100644 index 000000000..e309734f5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d74943dd2f3722b2262a8d2a008b852e718155a50f6fd4fc84e7bae6a4d02c +size 6312 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs.meta new file mode 100644 index 000000000..3d6283ea6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Composites/UtilitySelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5e1ba6a102fbc45476f7902c75497a07e8f605786042aed5b7b691d328ecdc +size 508 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals.meta new file mode 100644 index 000000000..50419d77a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251fb7b33b37655ee121b04071713121f4e77c9b8c5052bf436785bfe8786368 +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs new file mode 100644 index 000000000..22e6870c9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1965fc8f58dc0f9b146b6dec60229e9377dc423c2fc9ae1693675dfab9a1cdc5 +size 3906 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs.meta new file mode 100644 index 000000000..b9f979029 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/HasReceivedEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a030b4f51edb89597cd1eef6693103db8a9cb2ce78e56c0e2f3c8d1aa0984 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics.meta new file mode 100644 index 000000000..2202916cf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa415325f040a87113416c6a33a5a1c9f6e86020c42813087c3f0d811c6784d +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs new file mode 100644 index 000000000..adb2ebf05 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105316239c450c25d2afeec8799e30e00528b6398e052f327b05bccf3fb236cb +size 1297 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs.meta new file mode 100644 index 000000000..7f9f7267d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b71a90f165e357aa4df6feac59f2d18acec6b0e1ae794f21010bed0ea20a979 +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs new file mode 100644 index 000000000..21444f6f8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d46bec649ac18322bee8afb03a114caccfe39845bd6f04dab74a682866de76 +size 1307 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs.meta new file mode 100644 index 000000000..dfe53b4e3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredCollision2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308ee6080928361f1c8e7ebff2e8e3acc0d35c05f7ce0102e84f8ce1d7274f27 +size 438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs new file mode 100644 index 000000000..48f4b86b7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba11fcfe2e7f2191bc0b678b15251f8e9018a0390afb2964f118508b73570ec +size 1269 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs.meta new file mode 100644 index 000000000..12deec589 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f285ceb34c7dd97f3d4e78cfa8ecfef4698027d61fb89ac01923e0274bed0c +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs new file mode 100644 index 000000000..2f00baa0e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44a01a04c307768a2b4e6d429e051ba0427c5ce95185dc68f5f02ed048fdefb +size 1279 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs.meta new file mode 100644 index 000000000..f1036311b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasEnteredTrigger2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3cd0fb2c8e7fa0971018a49e9ada452a29d33283db42be3f89dd380bc6e2c7 +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs new file mode 100644 index 000000000..6c714121c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9858ff8f41b4ef0ac57c613c02e27fd503a724ec8333a79b57b4c3c089818583 +size 1266 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs.meta new file mode 100644 index 000000000..85cf20039 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764816cf962815587ba78183accc40085a2435563bb26a9ab6d3b627dfe38b4e +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs new file mode 100644 index 000000000..5682b0949 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01aaaa81a24c5a218aad665c68fc8e3ab2b918905f7ef7872d17f04305984111 +size 1298 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs.meta new file mode 100644 index 000000000..f765f6fe9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedCollision2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0953ad8a79c58bcb111164a638cb5c0af5edec034893dcdbac6c39ab9f173ef +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs new file mode 100644 index 000000000..ce152c658 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08af3c4a5a7ffa675c6a0a9a6745bcb6614bab761fb45b6631636dc94a05a89 +size 1261 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs.meta new file mode 100644 index 000000000..08bf2f58b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46c70cd2dcf69f726bd77a1d23d7cf028177c39e2550e4b44979e705de06e7f +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs new file mode 100644 index 000000000..fb417128f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80db01042f0b02db2b257888f421baab68dc38bdce4c12604dcddcc8f1e4fd9 +size 1271 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs.meta new file mode 100644 index 000000000..02206a59a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Physics/HasExitedTrigger2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a201273de620f37284dc5a3442bed3c7fb52459f9e300dc7735fbe6d23033d20 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs new file mode 100644 index 000000000..9ce91a50d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7ecde37a488154efdf5bcaeb72aec52c0d9924b14819acdbb32bb677ac2acd +size 1422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs.meta new file mode 100644 index 000000000..16e526230 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/RandomProbability.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb37bb5b7309b78f1f5c4e27ee1e6a4af7b5c3eecb8c0ad62520fa22bd8b603 +size 413 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection.meta new file mode 100644 index 000000000..07985d8b3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fd865fd05636a6ddd9465cded6aa6c9bf19433520f7c42f016517d0c798535 +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs new file mode 100644 index 000000000..4b224607e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443a7cc6b68ee54dcf8b51b91c5d6bce1de4d7d34abec47812085f6bd59017c7 +size 2281 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs.meta new file mode 100644 index 000000000..3d218c20f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/CompareFieldValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9380298ef6f8248e19c3fb878e8567b5f317e212074dc1e7741157a0ed3858d5 +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs new file mode 100644 index 000000000..aa17f5ec2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934982f1f2f854a74efe4f01b52884788dd5347c59b86e470d4774dc1d0c3f83 +size 2308 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs.meta new file mode 100644 index 000000000..8d010dc07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/Reflection/ComparePropertyValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf387e3059d5ec48242ca0928b12f0d75ce155d66c2d21879fe36adddd9743b9 +size 440 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs new file mode 100644 index 000000000..acd4c15df --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06ce4bb9abd642615879baae6fac3366cae396e1266fbe5bbb8b8086a3c1a49 +size 8382 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs.meta new file mode 100644 index 000000000..b04b8315a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Conditionals/StackedConditional.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fff073eb150d3efd992869a0f83ec009aeaaccb97d9d48152ed62a299876fcf +size 492 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators.meta new file mode 100644 index 000000000..3dca0390f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb032d385af429c36824d0ba08896de60c5b42617db14475fbdb620c98dec0d +size 172 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs new file mode 100644 index 000000000..8c93d7c16 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8a7d254199b135779333e6727b819d26c153294d79ddb3be1661c0c01cdf1c +size 3946 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs.meta new file mode 100644 index 000000000..1b59b8102 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ConditionalEvaluator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cc4919e8fe694a2ffda029213dbbcf9b58831c2777c8e57cc7e8a25bbace73 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs new file mode 100644 index 000000000..850dcbeb7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75bce212e9466dd6e99976659b2f4ca6feb726268a9f3a79078e88732652141 +size 1814 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs.meta new file mode 100644 index 000000000..8e32355de --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Cooldown.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042d2bf2644bf4dc946c308f6f5a6a4a33376aae4601a2e674520114a288d79a +size 480 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs new file mode 100644 index 000000000..b6062282b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4594243fa1ca23acd534200807d99bd6cd67077d130c4f4718d31ea697c4f3ec +size 2064 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs.meta new file mode 100644 index 000000000..33d9d2440 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Interrupt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4197cf3cd0f257fa08d066bd64a9ad0095c2cb43734279835d42e93112a2fe3 +size 403 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs new file mode 100644 index 000000000..bc3e026b9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32c9f20a67c1490f34739ad5250654bf601db7f8c44237cb64da0894b3f7942 +size 1551 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs.meta new file mode 100644 index 000000000..0c99b4542 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Inverter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5fa33b25f6de0c180fe2f49b68750c421606f35898e7613306bc00bd5fce49 +size 402 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs new file mode 100644 index 000000000..ca5f5608e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526d3e30dc4abbf3a006512f9ecb1c042b4b8f941fd7e2c0d4cf274147cd16b2 +size 2021 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs.meta new file mode 100644 index 000000000..7b249c8a2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/Repeater.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877c68901d3aad367be0f1fb9e8f6930537721ee250cdddf548c171047fe51ba +size 402 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs new file mode 100644 index 000000000..508b6333a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad20a9c249b32a1ee3ab77b5d08f180ea0a0c8cf51b9abf2a310a1e819554ee +size 1322 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs.meta new file mode 100644 index 000000000..115088392 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnFailure.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb60131b1bd47243bc3b26d7e8c671a79abee3c1c032b31fdbcc16f700fbc2e +size 407 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs new file mode 100644 index 000000000..8bf19f100 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba65b1b9baef9ae5c50db9c33967fbfeae132230259fe103d2d58a3f632c9a0d +size 1322 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs.meta new file mode 100644 index 000000000..f3f9bc4af --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/ReturnSuccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8219a2bc4da155217f612af318fd58637d73d8d8b38ce04d962d347634abe8ab +size 407 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs new file mode 100644 index 000000000..c22ee4926 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d639e4dcca4e86cffbb460d024f9004b3cfa20c607669dacab08338cca1af104 +size 4142 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs.meta new file mode 100644 index 000000000..5a10579d2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/TaskGuard.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd2196096b513d244cac7b056f994b3d5086d5c690caa7e7b47aac16aa12497 +size 403 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs new file mode 100644 index 000000000..dbfedbf7d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1504023ba14f9d559922ab22fa5c8e901fa02ced991a929153e12e22061a590b +size 1022 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs.meta new file mode 100644 index 000000000..38271cf51 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilFailure.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defea14c959a141025cace912aa95e0bb2e3bbccd9940b417f1156c646e72a66 +size 406 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs new file mode 100644 index 000000000..71614035a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5da753de0a03512e60f9d14dd3d8214377856698ad9eaaad8f232494359b21 +size 1022 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs.meta new file mode 100644 index 000000000..28398c846 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Decorators/UntilSuccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cade9eb25fa55794521cb00ce23dd4b4faaec64559c40b63ffb368a10719a22a +size 406 diff --git a/Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs b/Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs new file mode 100644 index 000000000..91c927423 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfd0f1459b795cabab766e4cac948ff1232cb86b9d465d441fbd12da331fc0f +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs.meta new file mode 100644 index 000000000..58044ed1f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/EntryTask.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c1a001f7a37864d1d7765ce8ba2feb1fd0520f3c88aaae9afe9f0f950f2ea5 +size 392 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity.meta new file mode 100644 index 000000000..4d5ec2fbc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5c4b0beed88a5859e08402704c0950a7c8623c739bf6f76ccbf57e22784189 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation.meta new file mode 100644 index 000000000..d369ecad3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42c865bbe627d48a8a8a7166d066a27d4bdf1c2bf1afa303fe4709999f5efd3 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs new file mode 100644 index 000000000..2f73f5031 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb609f65dbcf316d31f9eff7ff8738f86f7e4ed7f0ba80386d697bc55751398 +size 1651 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs.meta new file mode 100644 index 000000000..12b2e99b7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Blend.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb70ec5a86ea56d5355e2b56f57d1d5886a11f3ab13d808fabf10ea449dbbe65 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs new file mode 100644 index 000000000..1e21a954f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63155e99827b72736e85f8302aebe268726eac4b6d709f74f47109b26dbe3b40 +size 2174 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs.meta new file mode 100644 index 000000000..959c19c38 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFade.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abec0a21da9d009f313d299a41f0e0e5ffbc5708d421df861da0ceb660f514e +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs new file mode 100644 index 000000000..82ed23a8e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebda2b847214a7349b8941610c501fc0f1a2ddf1ec826dd55e00e9ee0ff5484 +size 1934 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs.meta new file mode 100644 index 000000000..dff65bbb1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/CrossFadeQueued.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500d886da869b0baff5f213b140f0df1e6e868aba874e5924a3ac793e821be33 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs new file mode 100644 index 000000000..3be8cbb25 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01253df44332238c60ac93320a3f1dcc0755e067f3b5137a101751ce26a1cce +size 1451 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs.meta new file mode 100644 index 000000000..52699a9e6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/GetAnimatePhysics.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37592ae2d56b9849fb8b36b14b6a50f73a28bb356e26b5da3f7e405b6a651621 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs new file mode 100644 index 000000000..035f25840 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d8cd805eb520bcc0cb15603db492029782f0ba54564b44dc854cdadc4ead8f +size 1607 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs.meta new file mode 100644 index 000000000..39491dba4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/IsPlaying.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee14a38edb057bf411dccd6a4eb1639a3cfe6d439a4ac848bebb4d9590053a2 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs new file mode 100644 index 000000000..16614d4a3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f03b5769007b5328d72918182938960df7d0cd5f389a2889c5daf69bfa3b141 +size 1687 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs.meta new file mode 100644 index 000000000..cf0eb84f8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Play.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45796c2f4a3a0c2578552e4aed2773951b1ad6ac18db705004afb0cb6c953f2 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs new file mode 100644 index 000000000..d1c66aa49 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44fd311fe88a60ce8f283de5c5ed412f6585869594fee120280e168bbd867fbf +size 1777 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs.meta new file mode 100644 index 000000000..0d5412e70 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/PlayQueued.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f76ac0ec457e240104b11792abc470ee4a7bc9e1d5282f6c7189bf7cb47050 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs new file mode 100644 index 000000000..f9fab9a0b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d241421a205a5b28500afe070c3a05d92eddc6f05b59e29b3eae921bbc277 +size 1559 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs.meta new file mode 100644 index 000000000..3cb9503a3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Rewind.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4753f00fcca0e8b0ababd3eecc6cda0bd6a2052255c9a623bc5d37f63be60743 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs new file mode 100644 index 000000000..e9d27bcd2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e8ebf821ca4df9e9646de3410bd706a8ff241a65b8b041a01b061222f4d45f +size 1244 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs.meta new file mode 100644 index 000000000..929632a19 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Sample.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a46c10270ba23c9eedd04f89564048e9f74a8d7812f765822768a97f74ef7e +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs new file mode 100644 index 000000000..2c7b6a690 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40537f3b031708a33be7d7eee356671fd41e5f8ed2c0072fcb1b1c3e9fff23e1 +size 1439 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs.meta new file mode 100644 index 000000000..4f3fd8e01 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetAnimatePhysics.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c860b00c1f4af8d4cef15e627c12b05117b97d9a4860c77dcaf1c154dafed43 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs new file mode 100644 index 000000000..c8135ad53 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77421c3e26704576aa03fbdcef941b1d5c8b4b9aed3fe33c9160805c6c3888c +size 1444 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs.meta new file mode 100644 index 000000000..49a3b5ed6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/SetWrapMode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddaf47747fd8401d4fafa138e9d8b75ad8288459a6031328629947e877647e9 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs new file mode 100644 index 000000000..9c71ab2dd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55a0d289d970d2582eebe7969fc1ab8c97de544f78adbfa49004a9d98e770cb +size 1543 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs.meta new file mode 100644 index 000000000..5539a2d9c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animation/Stop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b1ad96d129a9a9d43af0c84b70f6c2c6be0a74aacabb61dd4a8efaab495ddd +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator.meta new file mode 100644 index 000000000..6e010c176 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200fe2bfe2c314112a12fcdcb5c5bffeeff928575b8f966fbd14115f02f14e03 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs new file mode 100644 index 000000000..f19eb460c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ce7de6b41de8e6185f780d0d209165b3fabe03a1971c6a34e6e5f64eca26e5 +size 1884 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs.meta new file mode 100644 index 000000000..8b1e7e640 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/CrossFade.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab469cc4338f8a0cb7527622d2907744b58044294cb4978e23acdc9a6dd69a1 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs new file mode 100644 index 000000000..eb0148b37 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655eecbac52bd0e14be831421f2456e5bdcd5057df1adf3768cb5781e5c87041 +size 1365 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs.meta new file mode 100644 index 000000000..9f3acf98a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetApplyRootMotion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aa4e543891d832370e8933e445509c0a78e06f2454389ad0f78b665b5882a2 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs new file mode 100644 index 000000000..68b90df50 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130184c51c7a360b6cc555b0e7e9dfe3b16cd52c582aec694d395089987fe522 +size 1514 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs.meta new file mode 100644 index 000000000..f6e879196 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetBoolParameter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cde9ca79de9c82f44c8375b85eaf8d3b519d487713b09dafa2ecd2ab69b5a60 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs new file mode 100644 index 000000000..94d001455 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3517eaba0056a7b88fe50c867bf4d9d411be908beaf2d83958600e832fc915f0 +size 1400 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs.meta new file mode 100644 index 000000000..8c9f4f7f3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7266287ffd2462ab542275f2401bfb4293129962cf12201a1342dc3563bc9bb1 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs new file mode 100644 index 000000000..d7b33fbf5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fad93db2a533efa8961e92665d735a05e44d84aa2b46302f71de0ebe2dcc2fc +size 1435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs.meta new file mode 100644 index 000000000..a376abbe4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetDeltaRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a61f184f2be60305144760ffea35590d0d3eff14f1f9b96224324d903b0867 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs new file mode 100644 index 000000000..ffb517b23 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5649b7cdb74afe336d7665752cfa5834dbe651fceed6f04c17d5b4e80ba253 +size 1515 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs.meta new file mode 100644 index 000000000..7f397f52c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetFloatParameter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f7fd61f6f579fc1508d29ee64a652462fc97463bc6e7a23cd01a847f764a5b +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs new file mode 100644 index 000000000..76de67073 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9676da5e8bfee4962350046384194b7d9aa1dc5ea31850d6ccd479a9a9f37e95 +size 1411 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs.meta new file mode 100644 index 000000000..fe4a0a83c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetGravityWeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4648ca9436faf2f1dffe9b272d4780d68f6de5eca9affae644734e32fdbb4c70 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs new file mode 100644 index 000000000..b2d61a4b7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1b3831a086a0c018efd9d406059170baded9ddd7d3a73e8002be0ce6dd4e36 +size 1521 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs.meta new file mode 100644 index 000000000..73e39ffb8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetIntegerParameter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1879ca4394653a2478fb55ddff19f7dcc47b5c4f79d64965bc1e8643b19b7d74 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs new file mode 100644 index 000000000..0644e0670 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c37f6ac644105cd17ba92fcc892a868954861878e11f0c9241f3b7db21be08 +size 1471 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs.meta new file mode 100644 index 000000000..0e6f3dd2d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetLayerWeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2d1b17027c15b45b5827a01bd08c15ca3601342cfbeaa3f9aa8d818b477e41 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs new file mode 100644 index 000000000..00681a75a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4d9b5837e559876d420c9c07549912e9ea2eb5b373be552dd3f9b667749455 +size 1390 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs.meta new file mode 100644 index 000000000..b2ca0ffbc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc911fc61561b6793cdb33e83f999bea84976ddd39d5322e61decf4fdccd8b09 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs new file mode 100644 index 000000000..a48b47a07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7fb69e26fe4f3d2e59a3d3b33958f534f7343a7594a4c77009e64689afa683 +size 772 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs.meta new file mode 100644 index 000000000..a0a42de30 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/GetStringToHash.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb326a819787445e40804d603b3b273cd188ec968a75f24fdd8655619c52f460 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs new file mode 100644 index 000000000..ea0f3fa46 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f0c8b7fd432edf597f9bea069c2afb7ce2ca15f0c7872ab171b93ff570765f +size 1419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs.meta new file mode 100644 index 000000000..5f533e452 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/InterruptMatchTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4268a6811693ba619067f6ac6f09485acc0fcdd31031a5e331394677f5f8a20 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs new file mode 100644 index 000000000..7a186ab71 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e32caa4c7aa362c38c3644874da26a4f242df646e452e8847d8d8c346f55d1e +size 1347 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs.meta new file mode 100644 index 000000000..387c8d0c7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsInTransition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf7f8bb905d22c30d7d0c811d70667be7a892eeee62010707058fd12582bba7 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs new file mode 100644 index 000000000..91aefa4af --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efb905ab500f317be52ca65da35d25fd17460de1b56610758754386dc6e2775 +size 1476 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs.meta new file mode 100644 index 000000000..3f96b2279 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsName.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cb977313ca4a53ac4edf674d4c56d806e8a049d0d3be6720bb2cf07358be34 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs new file mode 100644 index 000000000..fa58917c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97d07f58731e0e2cb0a781424b747a42eb5fab1963bc74a5dd61c450079be7b +size 1433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs.meta new file mode 100644 index 000000000..52eb38d07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/IsParameterControlledByCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980b7c34dbb5b934af66ee2852ee50ed98a9e451a1d9675b3733ad61937fadd1 +size 439 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs new file mode 100644 index 000000000..5ca53dcb5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebf0032e588cad17a80bee9b82858753b7b2a3c8328b99d81c9e9ccb4e94ce1 +size 2514 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs.meta new file mode 100644 index 000000000..f1a747200 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/MatchTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fef553463dd2b0104378878950966b501b217400bb62a07a2bd032ab3a99381 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs new file mode 100644 index 000000000..ec1b6eaad --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b7908f336ab92621c7ae1dd5978e2c3cd2ccd709441201a7293172b1318ae9 +size 1614 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs.meta new file mode 100644 index 000000000..067d2ab8f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/Play.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1d0b4a9568a924efc3421b115f5f26c24b87fef37b51c2c3dd3878b37c634b +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs new file mode 100644 index 000000000..407f4d550 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4cb3be0bc1f9518229730c8ea2fd5ff5e6c7b7f3a7b2037b74fab13d148b74 +size 1339 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs.meta new file mode 100644 index 000000000..f6d7f3c40 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetApplyRootMotion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a628ee133ce23d4762ae792d4fc1e2c33b315810f3319af0d8cd492fd95f709c +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs new file mode 100644 index 000000000..edc5db1c5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b09ad4759b4161332f47e7e202a0ea9cc160294379a7a8f755a0d6313818cc3 +size 2035 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs.meta new file mode 100644 index 000000000..33804c389 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetBoolParameter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86fc696203ed4337a0062ac970de83112aad9409402fad2d538a7603bdb62cf +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs new file mode 100644 index 000000000..120f976a5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e39615cb7bdcd8e44f62cd45a4f8a0a512e759ee758f110e97c77d1d4ee0dd +size 2044 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs.meta new file mode 100644 index 000000000..6fd294d7e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetFloatParameter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7353e43e7fcb1598d3060073daee0be276dbbb2004a4a1604711259f79eb78ad +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs new file mode 100644 index 000000000..6a585ec26 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390dd2e1686a974e447dc0517e87f559d5ba57f3a2bce658b8ed8cd672fbc1d7 +size 2036 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs.meta new file mode 100644 index 000000000..45e96ca6b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetIntegerParameter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583af401cf7d807491ef29b6988c4ccf11cdc8b0cd210995304edc6e8c5f4c3f +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs new file mode 100644 index 000000000..55bd97bb0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9c3d2cfcf48d50594267bccfc60b1910d319fb5c1227e204eb457e01de80c +size 1426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs.meta new file mode 100644 index 000000000..4f07d010f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLayerWeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79c8ef22ad05bb7eb7be978d958ceb8f5852e17d966c1cc12f9d0d8adadc20b +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs new file mode 100644 index 000000000..2bb645f09 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6815e10ed1b91896e800bb71459c829e80b1e1276c11722af0293402fdeb67fe +size 1154 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs.meta new file mode 100644 index 000000000..6a624f66b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2845d80f76adfe2687c2fa628025d0fb58edfe0ad91b056e91075288fd94ee0 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs new file mode 100644 index 000000000..093efa94b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247311b9554c2d0d92ae3b5234eb45d038e6d80bd24a4ccf36cb47331aad82c9 +size 2003 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs.meta new file mode 100644 index 000000000..c637ac306 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetLookAtWeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dcbfc3e8a7a28b3e1ae8a2e2d9f4ad9bbb87fab9c9732e3eee6f4f2f2eecd5 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs new file mode 100644 index 000000000..0a105bc9b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e210ac0cb7d262e68c05440e38af1b8b74648cd2c3021665e747f5bd70406f +size 1349 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs.meta new file mode 100644 index 000000000..8a0949ad6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb0c3af1a07382097e80d4e39886b6b1f858fae0c399c567faa08ea43799672 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs new file mode 100644 index 000000000..c1cd19e44 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f152eb4c528d81c3f8581ddc1eb6b743cc0541ec7ab1c3cf11bfc62a6c43b1 +size 1352 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs.meta new file mode 100644 index 000000000..6eed6b9e2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/SetTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789d35adf49f9356d4da7a21b8d7a7d1e5dafb841e4b4e3560d3056544398156 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs new file mode 100644 index 000000000..c5c108da4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8270c348277e9fc444f91c0f0d81806109ae7f55c4af6e409e193c5ee6a659 +size 1188 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs.meta new file mode 100644 index 000000000..45144dc6c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartPlayback.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acc6135d3474e0577fd948f46557ca926005113130435e182bf447c6991e07e +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs new file mode 100644 index 000000000..0626d249e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e935678d52d1842178c7c320062eb2e5f8226d8113202bfb5f97b1ce688a117c +size 1351 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs.meta new file mode 100644 index 000000000..4f401b8dc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StartRecording.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6adaa5e1f6cad04643a7fe393eeda13854665bffe98f25795cdb2dea0ad1a1e +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs new file mode 100644 index 000000000..430133f5d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb08766d4fee53eb1ac00244a025ab4fe948c3d265589514d1d7e9ac43c932f +size 1201 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs.meta new file mode 100644 index 000000000..01336b225 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopPlayback.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198923cf7d688516278be06d7b1cc69e2357e8d61b5cbba156574276092ebe4f +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs new file mode 100644 index 000000000..03ea9a802 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d55895518de9602a2469415b8c4c2d5128031a247e79d4bffadb9d010411ba +size 1197 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs.meta new file mode 100644 index 000000000..168d0c59a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/StopRecording.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a0964ec5fd9232ab7175bcee26b68bdcf3cf1d5e70875379bba9c98680189e +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs new file mode 100644 index 000000000..cc5b8b055 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58e080f9131224c099fb05b734901573573f5d9b72677917421b46c2f35b449 +size 1942 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs.meta new file mode 100644 index 000000000..878c29fb2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Animator/WaitForState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3374ae69bbfa81f7c15c0e12cbe95863f3db73e0be6e9576d244e1a917f63589 +size 509 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource.meta new file mode 100644 index 000000000..affc6c6da --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760834c20ad7cdb5424337a23743f1f76a8ea22a28201dd22b4def5b2d336f3d +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs new file mode 100644 index 000000000..660b85ef9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5771e848e0d223b30f15ea2da2be9420ad91c0f1a81bf4d35eb57302769d29d8 +size 1453 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs.meta new file mode 100644 index 000000000..009ee878a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerPause.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73dc773598af6b9fc6fbe55ddfdcb6e5867f79ac4831f49ab271969b5be1740 +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs new file mode 100644 index 000000000..693fb9945 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262d05e4586dbc398189237f3aa4aab2f73109ae4f5a6d78fe6c60453d123823 +size 1456 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs.meta new file mode 100644 index 000000000..ed9796b27 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetIgnoreListenerVolume.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0025659ca96f63ce934823c0ea9a388c9316ec0718bd6a7a0a450130aaee9d31 +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs new file mode 100644 index 000000000..e2db62a8d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13398f90903b3f4a862e4a624e21b788c08e3fd50a314c90a4b78cb93c64e9f6 +size 1388 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs.meta new file mode 100644 index 000000000..05bfbde63 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetLoop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41907e44f7a090fdd99ca85f483aff4fa5a4c22c0df2e7789e12d412b5a4513 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs new file mode 100644 index 000000000..69e045b6f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f56a83cab97284f44876d290c0e615b4403ef8c47109d8aa8afebadddaa59d9 +size 1415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs.meta new file mode 100644 index 000000000..a2592a990 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMaxDistance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f411b80f54fadb1c3ff09d9d16a99a88cce418f21e13e02b7120292e29c2df +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs new file mode 100644 index 000000000..2e4113010 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b9e92df397ab5c49f009394450629258157ef34fd06dfb536490db851fb435 +size 1415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs.meta new file mode 100644 index 000000000..507c12c16 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMinDistance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866ae9279e2f3579ef89b6376e9d8452ff9bd81ab8c16d7f6b540f14eab5209d +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs new file mode 100644 index 000000000..4f75dcdcc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b58ad76c34634248b459255ef2d2414e598b7c6f365aef5a65ff152d431644 +size 1388 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs.meta new file mode 100644 index 000000000..5b2d2a8cb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetMute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c367b0a6052f8da4efafee2b47f0e813e8a8b064d575fe2e0777c14653daf1c +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs new file mode 100644 index 000000000..3acd92410 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e953b656f4e9d416ca3a49db99e9d848070f79f73751bd25e88f5229cec0dbb2 +size 1389 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs.meta new file mode 100644 index 000000000..307ea4868 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPitch.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68895df8e82eb6d07e658df020870e112caf62bd3e1fe2a1c7ca79af57ce09ca +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs new file mode 100644 index 000000000..1047b0725 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c26b920373c5b8e8459bece490a0d46ff83a30436bc34824ca64cddf3ea08d +size 1399 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs.meta new file mode 100644 index 000000000..eed260b40 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetPriority.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546a3a95db9f4cc12943090379e8c2d83dce1c3464c89357b6ebb559f766ce53 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs new file mode 100644 index 000000000..4b0cef331 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38fbf642283db6d56ce8aef14ce548cd36d84ad714bbd85bd3d4b4f561f38dc +size 1393 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs.meta new file mode 100644 index 000000000..07ba3a465 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetSpread.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35517752159108380a3c0ca8c25cfca3f91ddff6186761500858c881ad4e7fc +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs new file mode 100644 index 000000000..86744bb59 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6470949d288a0d6a752c0e937bbc27f271407164e007a94dc40434936630fea +size 1385 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs.meta new file mode 100644 index 000000000..ff4c3be46 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e12364b1fcd421a7b8a9d2c011147c63bbfb5c950173e15d5a4e3a611109056 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs new file mode 100644 index 000000000..8ca00d67b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da754923007b6ec6de59c494bd4daeae6c422f597392d98c8fd52bc843eaec5 +size 1415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs.meta new file mode 100644 index 000000000..5a577c44e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetTimeSamples.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6657e2ebf968040448c5f985a4b37ca46bccea34b9d26a7ec3986fd437af99 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs new file mode 100644 index 000000000..3125e45bb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e4c955503ce82519bf3c5254106066cccd5dbec26dfc2e773fa188ff2ea2f6 +size 1393 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs.meta new file mode 100644 index 000000000..c0c87ed31 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/GetVolume.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ce30fe7503b29cbedb70fc950c07390ba309d13750903c50d2f90cd0e0298e +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs new file mode 100644 index 000000000..090f146b1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6911200cba0f5d83798a38e4d6869570e091f86854d8a4193ba3a2ec035ccd9b +size 1246 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs.meta new file mode 100644 index 000000000..ef2862fc2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/IsPlaying.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd0e6b9ad286d957cc096b38fba9a0956f6feed10a2a2442af9feaec7850266 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs new file mode 100644 index 000000000..82b002bcc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aced8aba7c69b84d79e75a527161de80d0b6691fa83ee44d38ae4547f1e9c841 +size 1202 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs.meta new file mode 100644 index 000000000..2c04822b5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Pause.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2b4e444ad04e1943cdb17dbcefcd972ce9c80c5f93683657c525f9a2d0995b +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs new file mode 100644 index 000000000..bcdf27d08 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5805b10ddd6aa5cc511d78dff30fa5cee210c1d7faed1aceec8f2955a41b2b +size 1199 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs.meta new file mode 100644 index 000000000..0a568e2ec --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Play.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35daf5dfe801ed8f02e5bd32aa1d7809fd408b04f96c2689db8513b1797fda41 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs new file mode 100644 index 000000000..0a3163007 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da6e706f7806d238d06822f845be382403d437baa2f6b19530fc35ea2bcc99c +size 1373 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs.meta new file mode 100644 index 000000000..048a5277c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayDelayed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922c2729032d8db1c87d7d9c2740ebc143f9db271885d0b19a5e8c87badc168c +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs new file mode 100644 index 000000000..44e9eca48 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04bd2d8b4db4e8491cff7a87a52e2a1edde7f602c75baa23cdbb0f5a5a72f7b +size 1527 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs.meta new file mode 100644 index 000000000..680d343bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayOneShot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf74b29c3edab55b8fa8173e8d6e2bffff8fc45c0b8e0760a4ae50b3d7ed640 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs new file mode 100644 index 000000000..d40401315 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed45ca69b67bdb91d610dbff0acc04a8ba5394be476f47c6fb748aefd896a4e +size 1461 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs.meta new file mode 100644 index 000000000..668eee966 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/PlayScheduled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371b74074c2dd41defd7f8ba0fe24a4c0da9da6925b98f01aef0b2a5a9ce663d +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs new file mode 100644 index 000000000..02e1ca8ba --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d8510edf11a3f2aa684e41184351fabc331bab0330c3c1010edc9ccd5ada0b +size 1343 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs.meta new file mode 100644 index 000000000..cb5d71af0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetAudioClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a0ffdef5976d0f8ee3f9a57dd189af333a4b187c36aeef6e5c7630bee8765f +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs new file mode 100644 index 000000000..0f83cb419 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b46425f4e7d596fd7108d2191d91eaefed8534321ed1265a8673239bcb3fb9 +size 1460 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs.meta new file mode 100644 index 000000000..e93c9ddbb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerPause.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed294bd52e54d83628506c110e9029f4cce875c9fc01a9a57c34e037211799a +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs new file mode 100644 index 000000000..2f4a4a64f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b86303ed3b5f3c4726777e38452d802abab8ae5517f0c68dfbb6c49e02a88d +size 1454 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs.meta new file mode 100644 index 000000000..52d1ed4bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetIgnoreListenerVolume.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f283543bee7be74875fb338894f7ee458e16f95d8ac014029c3eaa2c878f5291 +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs new file mode 100644 index 000000000..912ae13d9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db01bcc4c45f1ab5c9b2920bb46a6a2db4ddf3d37c454ee18f7b0c9abac86716 +size 1344 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs.meta new file mode 100644 index 000000000..940bb42b5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetLoop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46debc1c275ac2d8315d5ef02044692fb8aa76e30aef4c88c5c67c0cc4adf61b +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs new file mode 100644 index 000000000..20feae094 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8f63a1333b4fb626442385815e61517ee97a3bbb6288e577063d195bd1c5d2 +size 1392 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs.meta new file mode 100644 index 000000000..a89e3d605 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMaxDistance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2d71c44228d70168c00302c6c47c1f92abae2b768ee20d6c83d5eba749f982 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs new file mode 100644 index 000000000..2c960bb25 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37e6d669946b095bf5774019f9b682f8127bc5016c6d2c625f48bfd4fbf70a1 +size 1392 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs.meta new file mode 100644 index 000000000..63332a996 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMinDistance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c769e557411ef115b43a4db858dab497b30d11056d19e0f5196e7dfd89787596 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs new file mode 100644 index 000000000..14f9c15b7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3428098cc7541c03236f0b108daf1b16b3678fb9029c921081114f58482517a +size 1344 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs.meta new file mode 100644 index 000000000..dbff1d497 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetMute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b3dba05a9a3172476ad1c587552dac55d05cd6207d165132ce7db0f53ce0b7 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs new file mode 100644 index 000000000..db885eb01 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048e3651837cf80140aa858a0f1575b43984fc19e9315abb977af9efbebb669f +size 1348 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs.meta new file mode 100644 index 000000000..9ae6f5967 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPitch.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f02da21b2cadcbce5c3d85d823f8c6490ddb623d29ad3a050fd85ec28ebe360 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs new file mode 100644 index 000000000..dbed98b76 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7ebd8355e0494b958cc73ef9ccfcab877717e827214120048e5cc9ca1fc2de +size 1367 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs.meta new file mode 100644 index 000000000..4e73b4349 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetPriority.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebb2201fca64b10c501e364513767a4f0a169e807812ecbd7c12a1544617d87 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs new file mode 100644 index 000000000..7820725c6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515cc8b7b240eefcd7a9df8376deb0926165266be702bc37f1f87f9c58fe5190 +size 1406 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs.meta new file mode 100644 index 000000000..4ab88f0c4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetRolloffMode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a1db58aedd87c3f51656c0eb6ddbd8b5c6c7708e5dd9824407b06517fd5c9b +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs new file mode 100644 index 000000000..cc09dd876 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb1f141931106a52d4033c7ed1a996958672c2898714e0c4769982f21e18c53 +size 1508 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs.meta new file mode 100644 index 000000000..5e17acc13 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledEndTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8367f51e4fb0cad59976e78c8827eea07b3132fc5448726a80674f5a2dab37 +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs new file mode 100644 index 000000000..fe1f698a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391db0f0598744bf61c7d3a0f5331901972ee7f83711da3209c168e8ed116219 +size 1404 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs.meta new file mode 100644 index 000000000..cb8da7e10 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetScheduledStartTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fb6ede781ef770d3f41a238a76f82d3d237889b2f80dd011e14cdecdd2fee4 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs new file mode 100644 index 000000000..e27169436 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48829b2de1c6252113af997efcfafa3868fc58fd06bfc4fc0386f1a521aaf0cf +size 1355 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs.meta new file mode 100644 index 000000000..13632957e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetSpread.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ecddb367decd8816871187fcd2ab6d93063c87bd0689c259ab68f6128da7a4 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs new file mode 100644 index 000000000..2f4cfeff1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a0e9c49bdacb539a338baacecdcbbc91dbb232cfe4fd22e9ea79414b59ec57 +size 1341 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs.meta new file mode 100644 index 000000000..52b8ded70 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddbb35272fd5ab8a0e85b59494599dca387f8bbd4f6b4ea83a1a7b776b9c2bf +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs new file mode 100644 index 000000000..a88b0a2ba --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2b02dd55662efa8f821dea93c139929422b1c9cc5be07afea5fa984e2ab8f1 +size 1456 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs.meta new file mode 100644 index 000000000..144ca5136 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVelocityUpdateMode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe1f79779965558d16bce2ce666160f8705d6995acba6d5a3a83407eb16e8ba +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs new file mode 100644 index 000000000..4ca318a63 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9dc6234df2b310390636c6f82c71d66d792f8f82adae58ee92f56b7ef2b7580 +size 1355 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs.meta new file mode 100644 index 000000000..1c9bb7875 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/SetVolume.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356a857d2ae0bc26bd64d0c83607631160d93cf21438078ae96d6a2874aa3e59 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs new file mode 100644 index 000000000..44585541a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8874cc65be3482415fd538719981ab939f8cbef0dca5b40c2bfdb55b7ab570 +size 1207 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs.meta new file mode 100644 index 000000000..bca2babfb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/AudioSource/Stop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fb46aa94a1fd546902e364745ea61442688ab54445001b73e539e7830b30d3 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour.meta new file mode 100644 index 000000000..6ab3f1539 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f242a76f4955a68cf74915adf69cb16d2efd84357c68377970c6cedc74f0a627 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs new file mode 100644 index 000000000..aab6163ce --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfce5b7b1a7b404110d8c6fae92aaf8d4a63e2ebe6d352b34d141e56d4b9c35 +size 918 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs.meta new file mode 100644 index 000000000..a2c192613 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/GetEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9266b7d921af21a96b93c2257e93af4a59445dd7bee22acc5d5d7498885df035 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs new file mode 100644 index 000000000..c9e6029ae --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fe366359e346e79d31c88566b106743edc337970eb7b0ea39e3b05bc0d343d +size 941 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs.meta new file mode 100644 index 000000000..157a1b0b9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/IsEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78087326f8b6df392cc63f3ef7693dac41c4fecc61a87fe33e4a169ee5f1dbd2 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs new file mode 100644 index 000000000..29d4ff6f8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa1e95e09876dc0230f82e4f561aca31e62124c97e37f63ec708b5c2a30d2d5 +size 874 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs.meta new file mode 100644 index 000000000..73caec4d2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Behaviour/SetEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef452922ec0e1adaed5154fd990581aaf6754ea46346c81f42842ad1725da0c9 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider.meta new file mode 100644 index 000000000..f5350e8ff --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6ddf46c8306e0d2e6b1c163fed7911f916ce919ebf8df4c9d3df5b31dfc6c0 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs new file mode 100644 index 000000000..46eb52431 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70085b3b90930c43712a2c4adb5a73105d27d72027a8b52f449dd913116c04a1 +size 1394 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs.meta new file mode 100644 index 000000000..a95b0531f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd00109e2b572692bc0e7980417e449780c257feee83751c41283350c14a999f +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs new file mode 100644 index 000000000..5e6b0ad9d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c39ed71d4860cac02caec39126b24f336f31d1220cfc0cdfee72f86c52010d +size 1386 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs.meta new file mode 100644 index 000000000..568e34d28 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/GetSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126c3ad133839859c2c2cf60ba888623e4830be26edea078921e97645dc08338 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs new file mode 100644 index 000000000..276a6a993 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36621deac1b7d690600f8f457ec7b20f30a43066a05e0bbc9473034ccbf201fb +size 1356 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs.meta new file mode 100644 index 000000000..ca1d681b2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c7e9df9f7d9682c285716724d9e2e4858327a2067f0d662ec034a88f9380e +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs new file mode 100644 index 000000000..e335435f1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c83b1046631c9180583f775afb023dcaac4ad6705bed65e85846dd4bea01f9e +size 1342 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs.meta new file mode 100644 index 000000000..117348948 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider/SetSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d91fb053e9695ca425b5c3f77dba0bf90378fcd7ace5c6848754546af3ce0a +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D.meta new file mode 100644 index 000000000..fe069a461 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd7418eb97b9ded61b7f16de470598cbbc496b6bdf5848cb3cac16fc7c27ff5 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs new file mode 100644 index 000000000..1ea3afe9a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4cf720845c1235bcf9ea3e3b87aae21a4098a4a7b2397d0f8d20db2598c0da +size 1409 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs.meta new file mode 100644 index 000000000..4d6db1f9b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/GetSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24635685e8d2e2b4862ab23ba1f0f2bf36f206519956bd5cc8191bfc61811762 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs new file mode 100644 index 000000000..a7d85ea25 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d630d1efc9f92ca78420299b16f3c8f9f5dea648485695e5b03c9b5fba160dd +size 1365 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs.meta new file mode 100644 index 000000000..4ba72b7a3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/BoxCollider2D/SetSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2924e1fe738961d5624eca72d3d6a086cda18791645b4919b1f3cf551dcd15c7 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider.meta new file mode 100644 index 000000000..a797d18eb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f4e2518b415f8e59c129e00b9d590770627e0db6c615bb269a3fc1f93c14d5 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs new file mode 100644 index 000000000..2671fee72 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffde98ed8dbc8174129177bb233edf49ddff82519d5cb1dce1fef7246a986ef +size 1438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs.meta new file mode 100644 index 000000000..1c082a9b5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b76a8b99f29d8200554d6d9159494031205a0bb90056931ee92faa4fc6eb2d +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs new file mode 100644 index 000000000..99751f468 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0119a05ef5dec06778f234cb30fd45ca08264d03d763b5d01a9177d4f02fd8 +size 1435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs.meta new file mode 100644 index 000000000..3f5feddaa --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetDirection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd32cbf62672472c3fe835af17ad4d38d3d0ed019b347c545e3dd2f0c789de2f +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs new file mode 100644 index 000000000..265287dd9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e4c6e0e565c9508693c8762f71f18f72ab67b7df9aa41aa300900c9db9d99a +size 1423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs.meta new file mode 100644 index 000000000..0ca376091 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetHeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74efc1e211a75264d281b0fc7869f44da70cb387a4d775bafca871981a1e889d +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs new file mode 100644 index 000000000..334b9307e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5060b1dcfbcea7222973e465defcc41c2366d6d3fda661d8790e93c7b0695329 +size 1425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs.meta new file mode 100644 index 000000000..87aae8272 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/GetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d54edc020b1fbfa303ca86543c176c622ce50126a570be12a93620ff6d9c14 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs new file mode 100644 index 000000000..ddc8fecf2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f248c2272b424159fe23affac2ccd15b8896c080766ba02c87564a837010a43 +size 1400 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs.meta new file mode 100644 index 000000000..cb540cd9d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a9d94859f7600d6f4476fa757f5af70121e7996454c6747f243b41c2cec557 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs new file mode 100644 index 000000000..925f56e76 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950748a17a663dfbe8ccaedc9d77994a838bd684f540e68654d1c1d1d2c54f58 +size 1406 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs.meta new file mode 100644 index 000000000..99e39825a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetDirection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c322024806d21dab542cceadd0b478e150d89b62d645abb82deec355a73ee41 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs new file mode 100644 index 000000000..a0a9fab49 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff2eadaf2c2646aece1ce2d550aa0826e1df86deea6845fc282f189bfde4f97 +size 1396 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs.meta new file mode 100644 index 000000000..b22590853 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetHeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb6445693f165b45dda7db1c42c50b7c128d6834a6dd09791e375855eea02a6 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs new file mode 100644 index 000000000..882550b9a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505b0999880ede60001dbdbce8080ded4fd1536f172116eb439ba5b8febbdc23 +size 1387 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs.meta new file mode 100644 index 000000000..baf36db06 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CapsuleCollider/SetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be58810444eb03977ad617983db60a3acb63af7a650aa195be82c1e4b5b03b14 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController.meta new file mode 100644 index 000000000..e4ba58a75 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366afbffccb55554f3d7d707495a8e1fe421329226d3a9347eaa718d35086135 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs new file mode 100644 index 000000000..4b4d7fb4d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07483550ecf152cccf47cf04fb0f48d29abc954d3371caf962758d4987286378 +size 1482 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs.meta new file mode 100644 index 000000000..7bde84a6c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3876f7ce87615898a617cf4ce55171543e0595eb9d364a9714869c34ce79c019 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs new file mode 100644 index 000000000..35db81b6f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa17a6826c735c8d7df222d2ebaac13cc3db4575e2a2f0c24ae4966a2b16c05 +size 1468 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs.meta new file mode 100644 index 000000000..9e00ac765 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetHeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cc7c742da4202fdf81b139f341cf2dc07f2b758152e502c923720f848e1bd0 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs new file mode 100644 index 000000000..f06c1b137 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456e762033d46524cc4c883adac89abb9f558d18f00396c87912a968a8ace3a9 +size 1469 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs.meta new file mode 100644 index 000000000..6e8ccf585 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1412f1c7e3ffb9a5bfc554801fd2bca78f7f01b12b3d1ecd450e6924f8eefc2f +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs new file mode 100644 index 000000000..bc7c9966e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c0fc11b8528cdb36eb9cf6286fe2063aea5bb0342de7e687273793a36693c8 +size 1487 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs.meta new file mode 100644 index 000000000..497d744bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetSlopeLimit.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abca3521eee4c0301f26b51a177e92a2a1f496869338368197ef94ea14b6d3f9 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs new file mode 100644 index 000000000..154c87f63 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01294920b5a61efa2d41e49cadc23a307fe92f999c021a4981b586acd85b16e8 +size 1487 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs.meta new file mode 100644 index 000000000..fab10c00b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetStepOffset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7369b0438a2385bfbc13be25e7f006a3b818200779cafa7fd35b2d5ef6692e26 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs new file mode 100644 index 000000000..231982c61 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd85d4a87287ae0cd37830ad7ce0b70f2da7691b80a3ea44d5e126d409d166b4 +size 1490 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs.meta new file mode 100644 index 000000000..8167b483d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/GetVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8fe3cb662b255366878a59c8230f033551dba2517e4046314c074957127e95 +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs new file mode 100644 index 000000000..9da36c7c6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad74745674d48fa64d1ffdf4fced7fe0eecc04d1a584c75469cf7303bf274ae7 +size 1430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs.meta new file mode 100644 index 000000000..39299ed5c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/HasColliderHit.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d91aea148dc083421900ca67a519ca069165161c25254798615a9053891b8b +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs new file mode 100644 index 000000000..b732c926e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3392350a71a41ec488ad3be8ca872d9da87bdedf2f75764015c6801583d968 +size 1321 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs.meta new file mode 100644 index 000000000..c1ced9cc0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/IsGrounded.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc66343a930711a3aa7ddc4bcdc0d6b51b810f2d5682f82a040890e57b45b278 +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs new file mode 100644 index 000000000..543c11933 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849fb97402b11f499615febfa47211617158ebf44394bceae4ac497db100b7da +size 1435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs.meta new file mode 100644 index 000000000..1b4da4dc8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/Move.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e4d17e6a4bc9384da96923d823da16ed950bca05b8e0f1fe4a72929db3b255 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs new file mode 100644 index 000000000..251eb8d0c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38557638210e140183bf0b2df51fd9ca58ff56df73fe842bee41e52502658b75 +size 1444 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs.meta new file mode 100644 index 000000000..1ce844c0a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc0faddefca0f1938165815d004d4a1f33f57b6197a7b8282659443ce6881bb +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs new file mode 100644 index 000000000..7c035186c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d097fb873252768aab1f4c6c4b11301ee88c0766f472bd83c251d154249f1668 +size 1431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs.meta new file mode 100644 index 000000000..22cd5b2ad --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetHeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10c7912f311ec3cef1b9862ad5678d765657f13d20d0b098cfe4a42f47fd285 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs new file mode 100644 index 000000000..3589cfddb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed843af3fb9f8e6cca6d10bc8de2fa4520228c4cd5464c71aa4629ba8d3d3c6d +size 1431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs.meta new file mode 100644 index 000000000..58a64e80d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bef6f035fd27e54d5d499ee3038c00adb597d55af73baf159d3ea30e7bb0673 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs new file mode 100644 index 000000000..5cbb19af3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88caf4652a5008e786fab7a389f655fc58dd6e86ac1cb8856b265963bda62df6 +size 1461 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs.meta new file mode 100644 index 000000000..485cd454b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetSlopeLimit.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b64ee7270e87dc8ea50f0a1ad07c8e078efc7b54bccfaa9bb15ff9f69345ca +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs new file mode 100644 index 000000000..3cf129566 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fa589d306667ea8a69bb7e20e84e3048d2e176b266bc2270943a666750eff4 +size 1461 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs.meta new file mode 100644 index 000000000..3e593bd04 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SetStepOffset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a859a8fe67fb547b1ab3177e65707fad20be12dfc5d23b8ba3169b8d6531c9 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs new file mode 100644 index 000000000..81cbfc5cb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee991175bd59cf5a9843d4167578b861f385ee636a59c1014548c834233eb05 +size 1421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs.meta new file mode 100644 index 000000000..64164003f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CharacterController/SimpleMove.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d1761c076aaf7d15dfc2ce6fd412749af43895a8a200dbcf0407e0f08782d8 +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D.meta new file mode 100644 index 000000000..a9186792b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602ee7fed410968cadb6551f79b5269de1523942b7b16f62c3d009175c8aea45 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs new file mode 100644 index 000000000..40a644222 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a2089076dc21ccfbd6608c198109db9ae71f8ed8b95d920fba396d8441803b +size 1450 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs.meta new file mode 100644 index 000000000..1ebf4ae33 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetOffset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b894a67e0e9ced31db0d15dafc89e9ce3404ce1703ec4bd2a5abe4de90f2eb24 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs new file mode 100644 index 000000000..aecec357b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3f3e9140c5c9e38bcfc9d2b38bfe245058d30dc64d211030a781bdf56387d1 +size 1437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs.meta new file mode 100644 index 000000000..7142cef29 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/GetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a987bb4abb1d7bdfe8af1f65e4d896ae22bfdca36a93a7cb02ee0083013483b5 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs new file mode 100644 index 000000000..242da77ed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b39d25c277b2815b0e5fbf935e53dc8423e4053d0710b50ac9beba074bbe8df +size 1412 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs.meta new file mode 100644 index 000000000..34735e24a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetOffset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5204b4c6783428ceb96803a1f23498e8c4939f21c588bc6887889188e6661b6e +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs new file mode 100644 index 000000000..e8fb797e2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ccb87567a04ab4de5ed41624af3e0e0c5106976643aeef3e0c683990de2032 +size 1399 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs.meta new file mode 100644 index 000000000..f004d9f8b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/CircleCollider2D/SetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d472db0974a3baebeb6af1554e68bd8f1144b2b3140bafd3e3c2b1bd75998d0 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider.meta new file mode 100644 index 000000000..28684bd13 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461211b8adadb4fbeb6143912a7a508137cbefaa4d808db6f1d7ca42caddbc5f +size 215 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs new file mode 100644 index 000000000..26d7ebd4f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921ba537a38495c2bf5bd280ea1b770624d0543aa9589d75e0c5f69f09fe59b6 +size 920 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs.meta new file mode 100644 index 000000000..08b8e0f12 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/GetEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccacf7c1d9801ea72cdf5ca6724e9eae843f35f436509cc91f684b0447da8ec +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs new file mode 100644 index 000000000..5d3b439b4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085e8972d34463f39312063f5a12ebf58388a7d6b91b00b014895a7779ec094b +size 878 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs.meta new file mode 100644 index 000000000..b0ec131a0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Collider/SetEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2284a7dc7535527521e038d581bbf750782d156299534efcf8372850dc8c0b +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug.meta new file mode 100644 index 000000000..19f0530c0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4e1d7c0d53514e568a735f73de4348b692e335828dafc3debecf82a7fd0ef3 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs new file mode 100644 index 000000000..283dc245f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cd227174e0412884e74bc25976d2debbd2cb6b0c29bdbec6344ceb5db0de68 +size 1107 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs.meta new file mode 100644 index 000000000..78ae3ca9b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawLine.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcf999411a57973f4010ec7dee150815f329511bce7c6f98bd204596b66318b +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs new file mode 100644 index 000000000..7c85f4260 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8299ff6ca166af7a30091e78290f363f0a616363819e93a8941ffdb7ea7ba5a7 +size 770 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs.meta new file mode 100644 index 000000000..d8382de5e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/DrawRay.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd6969704853aaed4bcfc921ded6fadff554c0557a67dac5783750466dc477c +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs new file mode 100644 index 000000000..125945419 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89d4aa135225806f0a07d2ea0383247c7e6acb6541a0fb78cbff1132d5db7ed +size 2589 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs.meta new file mode 100644 index 000000000..06348e84b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogFormat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9552595a9a67117e4e6769a612ac92959b4aaa336b54ac8c41d1c78b19e643 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs new file mode 100644 index 000000000..7668af3bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1df513adc1c3474231b2face35e10ed30a911f9fd275854c6f23ea4effbbfe +size 552 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs.meta new file mode 100644 index 000000000..59e1c3425 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Debug/LogValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3270c8c5632803006744e021be99301d05eff66b393eb1a237d369fe387ebc46 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject.meta new file mode 100644 index 000000000..c7d79987c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e9ae82b9f0482bd7112b2dff58cbc8bf1135e14a210a5b10a87e8b733dc559 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs new file mode 100644 index 000000000..d6251b0fc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1b53d4812b73050742148e767a60626e3db9c5a2a4cccc974a8e4ae8754717 +size 731 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs.meta new file mode 100644 index 000000000..38fc3fa86 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveInHierarchy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5f022b8dd2df0b43bdf9a12e3d88864609c6ddaa56026d199572938d215274 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs new file mode 100644 index 000000000..bef0a29c4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8ddaad5d012aa47f4a9ba8dac046aa9dc67b65835edbb2bbc4ed51d41982ba +size 717 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs.meta new file mode 100644 index 000000000..259b563a5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/ActiveSelf.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dc5032ff66b81960a9fcf04db5b75f38c1065230ce52b60b60f324832ab98f +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs new file mode 100644 index 000000000..8d47c08b6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ffc9dcb7b5e4a4b3aeb80c06adb30bc864f2676c853af1bfaf752d3c0dfb2d +size 819 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs.meta new file mode 100644 index 000000000..125102db9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareLayer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06ed77223acd7a86a9d9833ff16fcf14ba57031253c050c840d9e1bdcd385c6 +size 511 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs new file mode 100644 index 000000000..0bb009592 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca25374107a300757aa5a3823a08be0917e12624b31e016d2efa5b6b9dfdd2a4 +size 800 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs.meta new file mode 100644 index 000000000..b120994db --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/CompareTag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edde9bbf057451f299706e7f20b3a837fe2b8146c4a1ccda14badfd1375a7264 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs new file mode 100644 index 000000000..326438033 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a816682606ee2a70639dc2070719ea359b265fde97268a810e11fe307dc12919 +size 968 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs.meta new file mode 100644 index 000000000..4a568d44b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Destroy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e438a2b5e859be2c7f061465e678289c5cf613ac2f8a09ce49b6f8cd6c1132 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs new file mode 100644 index 000000000..8e4fd46c5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164a7445a761cc402da0d8192c2e05cb2c7e503a53ff300f8d4949467aa44792 +size 765 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs.meta new file mode 100644 index 000000000..0ad442f0f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/DestroyImmediate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f84c89a7bd886971d08e885a4fc2b0502a7d9c244ee9c030ed0246a54636164 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs new file mode 100644 index 000000000..4cacb2c7e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5c47ce27a18945e9af26bacf9c3af0709d508b5cc2ec0e416ea39eea5218a5 +size 818 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs.meta new file mode 100644 index 000000000..7b1cdd33d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Find.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5032f18ef06056ef5a06d5a4a47fbd9e24cd41d164c1ebdc282da35a75445cc +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs new file mode 100644 index 000000000..69095a7e3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116043a96ddc266e01b12505de8cd037bb9519af879e97821ea8c7c44d2a9b47 +size 937 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs.meta new file mode 100644 index 000000000..6992560b1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindGameObjectsWithTag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1806bb22c7093539c4aca61ab05462fbcabfbeba952e85595421b66977ddb1e +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs new file mode 100644 index 000000000..a023d4b7d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31400890b3d59ea3cddb25b7ac3229e690b268ab076b918f607645cd9482e921 +size 1243 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs.meta new file mode 100644 index 000000000..42cb63cc9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/FindWithTag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2198c9c1cec8ed01ee549cda3b5d411de9d155d169525ef9a9dc9e1fffe22e22 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs new file mode 100644 index 000000000..094607a6e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c9af4ef275977b432c98e68a405ad891535a0d06c0562cc1b22ce96cd0e0b4 +size 1008 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs.meta new file mode 100644 index 000000000..06f9571d1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetComponent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13d1c29c2fcf7e45f3930980208caee8cc77b8ea3651bcd8fcf59e9627bcacc +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs new file mode 100644 index 000000000..4efbcf1c2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd68b930368c7d815d6b7487f0686e0b22d159d093d5cd4df87e755a4adaa1f +size 819 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs.meta new file mode 100644 index 000000000..9091e6ab6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/GetTag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc1563fb61ebe21c6feda03443a7b27b4a6983cdcfa7ba4827489198ff36d7f +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs new file mode 100644 index 000000000..846a1a424 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6ba0551148626a536a4a67a50f4b191e7c902a67009d736a1f18d6dacc8d57 +size 1143 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs.meta new file mode 100644 index 000000000..59b506e1e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/Instantiate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891020609abfc611629354457ffc5bb65573985a743c7a5278303a4d3634069e +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs new file mode 100644 index 000000000..3a61b7ffb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d405a8822ab95dd61d153713a4ec3a151f3df390183b97e8fd528d6aa6a1775b +size 1085 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs.meta new file mode 100644 index 000000000..79e974531 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SendMessage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bab681f60a9c26d0a34f0db16ffcdc134bce77e2cdeee3c74ba447161b9ec3e +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs new file mode 100644 index 000000000..89276d53e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3393957fd69b521aea915a14e2ab6126612f0d50cd2d6bc9327bb8f0e6f6edf9 +size 803 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs.meta new file mode 100644 index 000000000..00a650654 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetActive.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760d0c10b45e1218c18774e9c1e8f88e8b3b9d5bf96fcc33fea3bb49c27cd541 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs new file mode 100644 index 000000000..fb621a763 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3f44677551b22f7875b3a5a17a88bf1ee6646c8ea8be9ac2ecdfacff05764e +size 760 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs.meta new file mode 100644 index 000000000..5135cc4da --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/GameObject/SetTag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0014227f76a65746c09a9eac94e28ffe09cf253bebf9134bb92ebca35beefd6 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input.meta new file mode 100644 index 000000000..420346bd4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a96bda478a10b856fc46cd21a43032622bd74878d56493ae155a4c90e5b0367 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs new file mode 100644 index 000000000..6027327bb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e4d4e85e85d53114b5e94fadaf5579bc319d34bee9171f00263b7d96c4345b +size 591 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs.meta new file mode 100644 index 000000000..dcd17d8f4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAcceleration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee295172781466285594cd216bc16222a93a6eb5c85babcf2c160ba67f6336d0 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs new file mode 100644 index 000000000..1f74b08d9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90bd4c6f8490e27c10314ca22950fc693b1b1d83ad69c854aec49e8f45c2ea6a +size 1095 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs.meta new file mode 100644 index 000000000..571a56e17 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxis.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69a990e564d637791fe4d7b33d13892bc2e4199fa072f5b7192dd391e344ada +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs new file mode 100644 index 000000000..d0f637346 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664077d3044aa651cb3dacd3d53f65ce448905766541d22d24f98d9dcd66ef71 +size 1102 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs.meta new file mode 100644 index 000000000..9a3e0d514 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetAxisRaw.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd25560c34fbeceb2b6085075828c804a29bf3e3910a7c6d09974ad5b394f6bf +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs new file mode 100644 index 000000000..74d934594 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae0b1adfc11df30a3eda1f0e5d348e51c4a5eb5da7eaabf055b0b311b81a4ff +size 719 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs.meta new file mode 100644 index 000000000..6d0b47b3c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19cff243cc3414b286e818a89442e6d50f4f1c53f63a2c6f2b0d82db58559dc +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs new file mode 100644 index 000000000..6074f5490 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e050f319215b282843ff06681c4d0905c241f6e264221745d3a6c33ee8cde869 +size 685 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs.meta new file mode 100644 index 000000000..883604fc3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetKey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d1f219b716fa972c7228037fa30ec92945dff58c9dc063fe09bb3f562fe30e +size 414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs new file mode 100644 index 000000000..b7a086af3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0849a4b72a89798a90d7ee214d305ff3156041f093d6bb6cd5006c947661de6b +size 730 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs.meta new file mode 100644 index 000000000..9f389a250 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMouseButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387eb77c43834788561aad128a5dcced29714977bf6a54a078dc3c39533a985e +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs new file mode 100644 index 000000000..8601cf2e4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff4cd3c368852273e1a32fbd3b4627e370bde31366dd2eb4af21ae022ae61d7 +size 589 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs.meta new file mode 100644 index 000000000..84e18f6fc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/GetMousePosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb1855db08d4ce893da56cb2e04352805df08b2803631b274fa662ea83fcc76 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs new file mode 100644 index 000000000..0bde76ab0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cebe1ea144f14b3eb388bfbe24d4f3767a6ba6923d8dbf2cc5a3a58fca448b +size 598 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs.meta new file mode 100644 index 000000000..09a391e36 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonDown.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3547b92c3eef93c81cb8e11ee205ca4d7d455c9cea9d2917cebf86ef607ed4d +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs new file mode 100644 index 000000000..9e728c792 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f372566890d6d34c53e1b465146d7715e056a427267efc620e0b0dfa8df14d38 +size 595 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs.meta new file mode 100644 index 000000000..16236226d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsButtonUp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9651ab2699673aacca5df2190b356da3b9eefafe86662a58edf24ac24ffd177 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs new file mode 100644 index 000000000..3773443bb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd52c67940116978400019a408b6249dcc2dc7eb27da0d49a3133422175016d +size 555 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs.meta new file mode 100644 index 000000000..b7bada8e1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyDown.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84e9b1c466740e43dbd322d58db6fd1a731a48ca4de92a380dd4d9210651667 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs new file mode 100644 index 000000000..e08b37934 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f341d98f96a81ce3109e5832e1d46d71d10d438d729f69d35399b4f5697bef +size 552 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs.meta new file mode 100644 index 000000000..83e081f61 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsKeyUp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e231ae1907e2c4398a771f3e1d4bde776f09bd8a8708c91439bc8bdf7d0bb0bc +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs new file mode 100644 index 000000000..ae202bf98 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0babfa673f53785b5a25b77cced581832efc3202d982a4263f7a251db2593721 +size 596 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs.meta new file mode 100644 index 000000000..ee607d1c9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseDown.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb217fe0a06b2f0dc6bf8079aba89fb7929d73edaf2c8a64f84ab787396782e +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs new file mode 100644 index 000000000..84843dc22 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1b9ab2cb39930a1f54600d486a73b2fb4b1c8b1e7adfcc63196645f078f3f7 +size 592 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs.meta new file mode 100644 index 000000000..21908d5f3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Input/IsMouseUp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a50e447148ddabada330e8189144ff6a296b6637db3cc8f962bfc75fa7b526 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask.meta new file mode 100644 index 000000000..bbd84d34f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15990336691c8b0b4110062a30642d081994ea881308d8bdb6d74a9c3cac5e0 +size 107 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs new file mode 100644 index 000000000..47b02037c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52e3afa76b768125a9f15de861bd34ed29060e5cb2fa14504908a49610081ae +size 846 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs.meta new file mode 100644 index 000000000..e79b45a6f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/GetLayer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063679905ec505afeec87e7155c9420556e5d1e3aee4500635253cc6c26f71ad +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs new file mode 100644 index 000000000..8b7f0f16d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6d82b375bccb3ecda71b5857751dc6c66e5398f3cdfac9a214d22d57f7e5c6 +size 835 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs.meta new file mode 100644 index 000000000..742a55134 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/LayerMask/SetLayer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46410b3c48ea157908098d3e2c134b84aace9b24d00af93cd8050498cace06df +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light.meta new file mode 100644 index 000000000..c87d2a372 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ce339832744b9ee4f662e05856843a0ed77f5bf363ba1131437ed4bb9bcbff +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs new file mode 100644 index 000000000..75b90c1f3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9f276383c08e9d4f34e424a5137801c2ed6173ea6a6d0cadc9796ee3596c33 +size 1330 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs.meta new file mode 100644 index 000000000..470c48f28 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699c7772e519e08fe9f445b1609567d0522278a08b4a37fe2d668386be0e49e8 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs new file mode 100644 index 000000000..cdcfcac9e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e30f9798da3278b402ca76b1618571fe73594e1f3ff2d0d64887e7c553f9766 +size 1331 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs.meta new file mode 100644 index 000000000..587883193 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetCookieSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68329dd18f96e73dc6bdd07c2131e733c936a9bdebbdf17ea90cd33fa3d889c1 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs new file mode 100644 index 000000000..f0dcbfe43 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a216b705574e256146fe0bac18bd6e47f253bb7c7621901d36ea318570cfefc +size 1342 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs.meta new file mode 100644 index 000000000..158eec0a8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetIntensity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f11002761d8b45be11a38216ad8a5b0dcfb95b725893b2986652adb5d90d63c +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs new file mode 100644 index 000000000..fd0a3629d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226dd21f8f08964bdb8f556640e508d48a92afbfe1669d48832efc0219c95b95 +size 1320 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs.meta new file mode 100644 index 000000000..37e4e5cb2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetRange.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ae224bb21ce3f5945f5b7e65a8db0c145ae84c2abd31967f87163b4b3b8568 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs new file mode 100644 index 000000000..91b57c7d9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f152078cbdbdf2a9ed48af91e38b40fcd03b45c6b3e3423d5e7adce238ee0f +size 1342 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs.meta new file mode 100644 index 000000000..f9a7edc5a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowBias.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1069d9115c45a39c96f1b117b886f8e854c437fe2d957965441301d8850d3d +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs new file mode 100644 index 000000000..16575734d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d230718f6a1e7d21e360704e30411b56a3e17f1a273ee4fdb6eb1e07fd0dc2c0 +size 1338 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs.meta new file mode 100644 index 000000000..f10301763 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetShadowStrength.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066a08e9725ead6fe3d9a9e24bc2ec3061b5c8fa781f0e446becd687a0ebfdab +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs new file mode 100644 index 000000000..5a4af9bd5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a645fe05177c53397c040b03745c8755a70a309f986618bdd268bde5087bb2f +size 1338 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs.meta new file mode 100644 index 000000000..289065124 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/GetSpotAngle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61d61e6d29b8ec20fddf015c4df3e966ea89916986b50aeb28d0f12ec468a82 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs new file mode 100644 index 000000000..78bd67206 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628ae3c5953003ea5f5c52c0b38d979e062bae76de4b3bb06e0d432ae8e6f293 +size 1293 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs.meta new file mode 100644 index 000000000..87ddc0f3e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb4294e3eff80f032c819b98f0150b0fcbfac3eba8df08319f88769d40ae30a +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs new file mode 100644 index 000000000..92829dbc8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14435a337459e93fed78b05d0502c467e88853c602e41bab7c5469c9edc06d6 +size 1285 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs.meta new file mode 100644 index 000000000..47962dcd4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookie.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f54279bf789b24ac73afc67cac3b7dd632258ba68ea3e8b30f65e1a56632d53 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs new file mode 100644 index 000000000..9eb96eeaa --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb1d915de8fcd28bde3a529cc86e9aebdd5c6a4333886096d1ff6ae7729ad86 +size 1309 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs.meta new file mode 100644 index 000000000..267eec18a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCookieSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e1c48a4b5ce8d74884be915a4dc8554c6fdfadf6f8ba9a7f36af317752ebc4 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs new file mode 100644 index 000000000..5044a1bd0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda20033015586e4b5df9e1234c34bd28bb04c6d84706adf33942962be839335 +size 1326 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs.meta new file mode 100644 index 000000000..2c0b06b1f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetCullingMask.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a2c32021217d3ccfd8d6327d462ae90b54cb534658a5410df55451dc09c07 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs new file mode 100644 index 000000000..f75c7ca11 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e591c7782b7ac607a3adaee725768fe780904e8c997aa44f8edc3fb1053b78 +size 1311 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs.meta new file mode 100644 index 000000000..7fa4c60e7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetIntensity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7a9ac2f28937d550fc9c53164f63987a5e10d66b20f615d0cf593c403457d1 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs new file mode 100644 index 000000000..bdc700d7c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed4fad24b8e237288f654ad077f35163305bcdf64a6adecb5a206c7e47fe7cf +size 1283 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs.meta new file mode 100644 index 000000000..51b00b527 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetRange.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a73e44a97263974ca152bc7be0a764ad1ec2f1c6ad4b0c68b0164fd15fdc81 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs new file mode 100644 index 000000000..2320a7066 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07868211fe701f77db2e0c49be3a50006d92ffea424c96127fd59a00e2bc5da +size 1320 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs.meta new file mode 100644 index 000000000..f8aead02d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowBias.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd719401d68facc6057b4e0e281b8c5c64ee9a7a2094240cae2821f264af9734 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs new file mode 100644 index 000000000..32a5cfe5f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2c612dfbb5a95b69bf9aa1c5185dcab716e075eb754815b611a6b4b6806d7a +size 1356 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs.meta new file mode 100644 index 000000000..f4301a9ed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadowStrength.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbc2a65ae43f20ae600529695b876b5c768fb54361c8026d1cdd077249d69d6 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs new file mode 100644 index 000000000..1203ebeff --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d0949694f6ee5a2750993202cfbc23d2069a9362bb331a1c240bacdef44406 +size 1275 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs.meta new file mode 100644 index 000000000..982b96ce3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetShadows.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237722a791586bf5ad55521a90100ac1231836be600c891e2661ba8bb8179d8b +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs new file mode 100644 index 000000000..89f860c1c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dadf2cffd33d6529c2ea61706eb0e33295bcbfc7283ce77eb7e71108d916ed +size 1313 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs.meta new file mode 100644 index 000000000..a1bad1a8b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetSpotAngle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8265423b4e3c4b2033cfa665d0a0bce54b24bf09328dbb375168398fa69f989e +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs new file mode 100644 index 000000000..0747abf67 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d883946e281f822919ed772abcba9e6bf78de9edd87180589b314e43ad0bf45 +size 1246 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs.meta new file mode 100644 index 000000000..1ba6b7a87 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Light/SetType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6435a6022b2bfec877df1fd4678035723855925f727d10cb4c9d9b37dfdc5e8 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math.meta new file mode 100644 index 000000000..a066c296b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf9584657fd1beb582920f2ceb6ecf5fc26d736d16f1a72d379be37856e4084 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs new file mode 100644 index 000000000..df0006a21 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b369e7f482d899dec573f95bfdb6c4ae7ad46c29dd30c7fd2296f30c9fce4a +size 621 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs.meta new file mode 100644 index 000000000..14ca44e26 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolComparison.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fe04195a84b7f86f6dea01b2003aa2b2f66c581e45d01b471acf540dedfe43 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs new file mode 100644 index 000000000..5b3797aae --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6329f422694b9b9168b2c711394fb69f19d2de2d180a2e5edd2acaaf016b3e7d +size 540 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs.meta new file mode 100644 index 000000000..d91750f07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolFlip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f78ccdc322366e1a5e338cca355942209d8502aaf68e0f73fdd7d6ec0cca80 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs new file mode 100644 index 000000000..210abe244 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c77a4dd3c29105fd7d58bfadce147113bea5054b0d5699990851ae69734337f +size 1491 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs.meta new file mode 100644 index 000000000..9563389ca --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/BoolOperator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6e82d695ed1d250a1884defec150a301ac2ff6437edb5a1c0ee6ea5ce4a136 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs new file mode 100644 index 000000000..a73370a92 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c96018d420c876319bfe11436e309fc28fd28052db529e7dae5cc2cd2e8f95 +size 588 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs.meta new file mode 100644 index 000000000..55eaf1ac4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatAbs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f923b2d5709b3f74429f418fc416fb12ef532d7f041d6135584c3b0d0f6836 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs new file mode 100644 index 000000000..532a0f57c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0eae43aa1b4a876a08949004da46f4dbc562abf9cd5872c10a9b66695faead +size 828 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs.meta new file mode 100644 index 000000000..4564d8780 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatClamp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5eebcd49fb91ea977398758642feb8a5bd758c26097490fd6c7fb225d735e21 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs new file mode 100644 index 000000000..d1cccff17 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c707fac77b27cd2e7276a07904f887b64c89a38f7aee334c3b3a8747e6f0fd +size 1990 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs.meta new file mode 100644 index 000000000..f9fe90d37 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatComparison.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d01e73e3fe2920250c87b8eb330cb78afafa32f4f0952af0a8b264803fbd90b +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs new file mode 100644 index 000000000..3aa4b3496 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5078b5d6b62f0c4dc53e786d8205b0361fd5abe22db157fd1bcca50b5ebd76a +size 2067 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs.meta new file mode 100644 index 000000000..2e99910ce --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/FloatOperator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6638f33a4df61152415f88ac5bb28ef4ee302a454d6d4d6e6bfe05038ba15775 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs new file mode 100644 index 000000000..8dd72ebd5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ae3ab7c149c080ce66ed0fb2a62258a1dd24195e0bc5da8c73ed72efd73e8c +size 572 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs.meta new file mode 100644 index 000000000..eb6742251 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntAbs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a1e689b239e0de2159637082b500804004cd0790b21842acf58513edb8a036 +size 413 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs new file mode 100644 index 000000000..ac260c745 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99381c83b21abdd3ecc5a1216109f15941fbb32421304ffaa0841d6b7e81923 +size 804 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs.meta new file mode 100644 index 000000000..e47dcbac2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntClamp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0997c050db275b24b0bf3bc638ff963a3b1f13c06608004f3eebb6967e9648a4 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs new file mode 100644 index 000000000..ceaf78ccf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8bc736b82e811ddc8b9ba5d9c3081524aa00ec9e3106b433c9398b1e267144 +size 1959 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs.meta new file mode 100644 index 000000000..b16c18743 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntComparison.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e31ec8ae5398171009c45d22670c46ae76a12d1bdee4be9a6e3f85933c8963 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs new file mode 100644 index 000000000..cc141ee1e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a9e0b2293321977041e9befd0f4fa646eb78afcb12838ccc3922c64e74327a +size 2125 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs.meta new file mode 100644 index 000000000..551759af3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IntOperator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2288663e4dc53221fba0c5b18d1fa4db636d4425838ddca3cf1a2f2d5b9717e +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs new file mode 100644 index 000000000..189f0c763 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5857b282727991558f781629f45ec25ddecf6f400a2bc01a0a487cadf6e943cc +size 541 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs.meta new file mode 100644 index 000000000..8a5240eac --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsFloatPositive.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae05f7e568c78890921a53cbcc7891f27cdc3af328f5257adcfb9d8cb8a7210 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs new file mode 100644 index 000000000..80614d449 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1894aa7051d4aee9760d4922e00b6ec74b8a4f0a2542fcf803a17c8be86df5b9 +size 527 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs.meta new file mode 100644 index 000000000..6ab8c38f7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/IsIntPositive.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5125e5970092685b2e4898df9720845c7b535205390af297d3047b3c48ed5f26 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs new file mode 100644 index 000000000..1a7742122 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671b4b4d950d1345148a51becf4d23a46a83f0d773cd77859d1e8c90a4f5f770 +size 897 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs.meta new file mode 100644 index 000000000..38b82e0b5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/Lerp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b2f02ceb7411cd138f42b2a436885a948bd74a6387209acfd86149e48b0678 +size 411 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs new file mode 100644 index 000000000..8c8338bb4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f609ab271811f8f116d06717ff4fb424b8d01bc943dbaea09535b1a7d6c506 +size 907 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs.meta new file mode 100644 index 000000000..082bfbed9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/LerpAngle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2c5e1eb7bbb826b12a1666c37cadd9572f449f085643a14a758695359b1c61 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs new file mode 100644 index 000000000..30cd605e1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2caac4471c3b1e6a67a31e43c017443d9b9264c5a47592ff5cfbeb10ebc4919 +size 459 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs.meta new file mode 100644 index 000000000..54f28f393 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomBool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5717e2249e366aacea61dfdcf7eaca11c48cde4efb642ec292f6844cdcd755f +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs new file mode 100644 index 000000000..ecbba233c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242c43a1a74460660dcbae78fe2c58227b6af1b438a19a5d9f18741a48502c1e +size 1030 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs.meta new file mode 100644 index 000000000..6b087a084 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5272102ccf8cf3da25b908b240ce8928e925d37a812453cbd4a0dd12538e1d9 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs new file mode 100644 index 000000000..9f1713777 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c94d006260cb211c2496deab5b6667b4b64a422a90c44688ddd03df5687309 +size 1013 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs.meta new file mode 100644 index 000000000..aba8c5b2b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/RandomInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c946798098f756f8966bfe6e98be506190946274cb15266488b14122cf914809 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs new file mode 100644 index 000000000..dcf9c5286 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcad41d8b50060495b63191f5c09abcc350850b878b4d9c67d34a0406bac99e +size 596 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs.meta new file mode 100644 index 000000000..23400017d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetBool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb453f4c51cdc51803fc83daf33d657ffc4a3625af70f90aa7ba961686fcb72 +size 414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs new file mode 100644 index 000000000..d960944e4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24827db0c2551925087c9e0984e2b12f31b9433f19cd606c99f7b01de39518c +size 629 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs.meta new file mode 100644 index 000000000..5b12bc83b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74332a02ba91bf08cdfa23373fdb0dd447576ce60bdfc95fc0d70660e785391 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs new file mode 100644 index 000000000..e337fede2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c41c888b65f322b7d6e408f21248ec425d0ef24e947c1eef21929511ca73031 +size 614 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs.meta new file mode 100644 index 000000000..fc404f7e4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Math/SetInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a831bd1c710aebfca1c6002c9139f5b79f45821ddd3d6347dc60f69adfc7279b +size 413 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent.meta new file mode 100644 index 000000000..11228b807 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78236f1db72e6af25d0828b6bb6078f4883b5af7da16b6de6c505c38179294a1 +size 107 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs new file mode 100644 index 000000000..f59f1205e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d785ddc9cde4277b6fd9ba0f78fba09749985ab4511bf8131b72848cb6bd3ac +size 1523 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs.meta new file mode 100644 index 000000000..187fff386 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAcceleration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5dfd172d2157b1cc81195cd3a616e1570f0f8c669f70a486ebc53a00d2656d +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs new file mode 100644 index 000000000..d783009bb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae63135189aa0c508af513d0e07a21176a9d57bb86e5c700b78d235df243831b +size 1502 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs.meta new file mode 100644 index 000000000..e9430c076 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetAngularSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e6c7de9c9b99ea40657b5a7b29ab9ab945f37336d2e473e7247fc15c2602ca +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs new file mode 100644 index 000000000..c029b8db2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41dfde99aceb2bccc6991c2471ecdb0ac978131641d5ac52231e40f4fa9721d2 +size 1500 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs.meta new file mode 100644 index 000000000..428ed3b3b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetDestination.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f3f7b792cae101b955ed8f8321b56ccbcd32b03803c97f352cfc2c8fbc2aef +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs new file mode 100644 index 000000000..a4f598d85 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a68cc0ab56ab9e0b4cea91742fc9bdac399413c4ad7be45c4cf6cb65bda34f1 +size 1451 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs.meta new file mode 100644 index 000000000..ee6a85fd4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetIsStopped.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a022e01d0fe742993cd86e8b8f7b3d6b6ff9462bc4b63abed632f44af1d9cf84 +size 513 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs new file mode 100644 index 000000000..ac5cb2688 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3deb5c7b07fba62ba6e538049db3e37f5326bdcd8e0c2df4a6b876f614f377de +size 1525 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs.meta new file mode 100644 index 000000000..77b2dd5bf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetRemainingDistance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bacb1a7ae45f4fda149a6bc97859fb0f186e35fef76503886795d955bd7d502 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs new file mode 100644 index 000000000..c89a06d03 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70ce769201271cf1a9326ea1b5fd25ed4a42feab0741588ab83199878688497 +size 1468 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs.meta new file mode 100644 index 000000000..4b863f6ed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/GetSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581593d4cb1bedf8b7e1819a9fbc3790cb458374bcfec04fc328044221e1b459 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs new file mode 100644 index 000000000..a6d3e724c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc0c1ecaa9feb5de2a81c6cfe0a778a01823a174415527671dd86b2187a219c +size 1283 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs.meta new file mode 100644 index 000000000..a785a654c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/IsStopped.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd7a68e0ca3865281ceaaf887a8085ef57a8e315c79d9765628f77015e94d2c +size 510 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs new file mode 100644 index 000000000..ed6aa8903 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc5077c7e36ee498300f8008e42ccd1583cc7663b0470891c29785eeb11797f +size 1438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs.meta new file mode 100644 index 000000000..45d7d1487 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Move.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85e8138a506f97f7cd58e5bec4af18d2acd37700d7a66f7ade497ed08051aa9 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs new file mode 100644 index 000000000..c5fa37c06 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8be20eb4e986a38925df28ccf6051e7cde2a49fcbdc73c3001e25735d11601 +size 1290 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs.meta new file mode 100644 index 000000000..e37d387fb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/ResetPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493737ae31a973a478dfb25c4d2b465229d794730c10edbce0c25818cc10963f +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs new file mode 100644 index 000000000..772c2a4b3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689c7bfd7b98305ca293918cf288fde5b8dbc491a2756ee28d0a3ad7f4e97c98 +size 1327 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs.meta new file mode 100644 index 000000000..d8863cd04 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Resume.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b30a6f79e30ccf2417686173214e2816409fad541e38c433a03fa45de5838b +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs new file mode 100644 index 000000000..537e95cf0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb173692759b8b526f869652c5a71112fa79f54f113007e4fbe56c09b484b76 +size 1503 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs.meta new file mode 100644 index 000000000..5f98e5f81 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAcceleration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a642d4743bb0f7a9babb7bc8fdaa4f2cec7b9d67a5d6b1ce94c3f96f96551777 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs new file mode 100644 index 000000000..2a48e4ecb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f2ceb6061e6e7dfec8a13abde772f6e41abb54df2852ed30331e85925359bd +size 1482 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs.meta new file mode 100644 index 000000000..fdcb90d31 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetAngularSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bbd4df46ca798872e58ffe0957951736a8d28a23bc97f51eb83e5cc175d8c4 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs new file mode 100644 index 000000000..432ea51d3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b300d5d93247ac92a397481d3525c16a433fd5961078a87bdf2956cbe1664152 +size 1541 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs.meta new file mode 100644 index 000000000..26b14910a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetDestination.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50682fedddf8a879b12b5cace87b91c65671ad8ae3568ebecb3193f952ddf7d8 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs new file mode 100644 index 000000000..d85fc9205 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8800d874aa63ccf83af04388f0a771119971d5798a7471a870f5be1912620ebf +size 1381 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs.meta new file mode 100644 index 000000000..ac5a36e9f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetIsStopped.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c30bafd46e4139d691d3b75a9751cb223f950a519e58e274c16755cceea0922 +size 513 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs new file mode 100644 index 000000000..422521fac --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc1b5996bd041638f99c5709eb6ffab3d5373515d6d33f65f1810f5d63367c3 +size 1428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs.meta new file mode 100644 index 000000000..4c3e09b4c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/SetSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609f6aa96cd78d1d0980ac13421f0dd86f3cfd07d21eb4047e932271f5213fd3 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs new file mode 100644 index 000000000..98a7bd051 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1db2b47d5b9192cd12494a92322250325aff0294f5848f263f9eb576814de61 +size 1317 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs.meta new file mode 100644 index 000000000..afe8e0627 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Stop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b3e507644d5bfa077a606ee5c93fbebe56c1b3657160865afae52a295a8efc +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs new file mode 100644 index 000000000..7c6092113 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd474941c243c29e20893b3bc8aed97c752a304419b552895498f3ba7e17f406 +size 1437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs.meta new file mode 100644 index 000000000..885c2b0e1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/NavMeshAgent/Warp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54ffaca85c876a336988dd3fe816029c937a98deb6f43ca7284d7d07e52bacd +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem.meta new file mode 100644 index 000000000..659bf4e63 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed8a881fdd4c7678e222b81a5ef537072f6fc8f16661b72cd212731b90ae0a6 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs new file mode 100644 index 000000000..6c1da457c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac68835557fb7088b03915c6dc26716b9e34d7e89aacd14cb84e7481670a440 +size 1216 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs.meta new file mode 100644 index 000000000..fab8e47f4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Clear.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf796b8f2968af94793746eddd0bbd4506a4e5d634be74a3c7ef84a0413508d4 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs new file mode 100644 index 000000000..7fa23f7d4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e176fb3098af9baf31bc6c19e56e19e626498893300a9fa1a19b01b6818b36bc +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs.meta new file mode 100644 index 000000000..45641b389 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetDuration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb84a568e9905ed0dfaeaf1741231ba9203258dfabe824fb766d76f7535f8f3 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs new file mode 100644 index 000000000..4f39020e4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff76a58a340a10b5d88c95330c431093d2f2f3ea1b83623e3a23eccda700a2f9 +size 1443 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs.meta new file mode 100644 index 000000000..168c5c190 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetEnableEmission.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180d686cb9c5f05e484240d42b9fbfdd72436e5aba6e7b8b23ad4e72a25d6ec4 +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs new file mode 100644 index 000000000..d1681abc5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4ddd66504ec552c6358979251a3abb230ac30f95d1e28434bdd2ae468c791c +size 1406 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs.meta new file mode 100644 index 000000000..7c8d6abe4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetLoop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050a4306108065febcb7a57b4da998070d73f9cd34846f51b305c5431b850476 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs new file mode 100644 index 000000000..5cc5dc20b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf35b2b3f3c76e79a42a110ba3062769ee405df3aa68094afe272bd83707f57f +size 1433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs.meta new file mode 100644 index 000000000..08be54af3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetMaxParticles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8530813d8487515a98b7da51ea98e414d1d1dae419c4164d002a6007c95be54b +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs new file mode 100644 index 000000000..a5713f35c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6579ea822e489a17e2db80470a0e61045385e1380b60f11bc2fa83235a64ea +size 1431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs.meta new file mode 100644 index 000000000..4c8b1ecbd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetParticleCount.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f443047c2c90e6aec9bb27e93c5dc6663450943c3b65d7a0de29e1d2bb29a1 +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs new file mode 100644 index 000000000..0399fb1c4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc256a16036240b9aa780ed292c5cd7edc50e94fa40b68ec22746049bf24d02 +size 1517 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs.meta new file mode 100644 index 000000000..9da04687a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetPlaybackSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684a32571d7f03c9a9bf85ac3a085eb55b7d29c9fd327e7fad664d5be54e96d3 +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs new file mode 100644 index 000000000..79d5c1552 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebe8b52753e861fc4bf8a47a57241bce35df6c7427c66814f858d32002b02a4 +size 1393 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs.meta new file mode 100644 index 000000000..399732a53 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/GetTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5214a1afb7f9f152687b96360281e9cccd9e05bc04290272344306f750ff77bf +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs new file mode 100644 index 000000000..70648618d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d42a6abbba330b9fd36fb9d8bcfebf811ad9574a878d74dd58cd3153a105ff2 +size 1237 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs.meta new file mode 100644 index 000000000..c44e160d1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsAlive.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d80b779ba04bd93415b022b9d4e4890c9eeacf0b9345e474372535ef3dc383 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs new file mode 100644 index 000000000..954772c5d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9db4e48321977fa6c431599d9a718fbe9c06dfe58959c5978d0f6209f72421 +size 1238 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs.meta new file mode 100644 index 000000000..2d4cf3c51 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPaused.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cf74880d39744a97b03bdb0ad53fee1f2cef9643cd3d8b16074cbe0550bd2c +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs new file mode 100644 index 000000000..10e709aff --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e966bfaa591faadf790144736d52d110781222253fe1b10c7f08d1784ba04d +size 1241 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs.meta new file mode 100644 index 000000000..4a2737151 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsPlaying.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb605541bb7e09832ab87d3fa8dfed0d8cfd77ac58e9a7b245ee838e7b8c643 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs new file mode 100644 index 000000000..d7ae3adc4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdc0d04d297cd9343fd9860d00e3d535fe0b1f0416b33325ece9ed63b10a3b0 +size 1241 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs.meta new file mode 100644 index 000000000..fa7209932 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/IsStopped.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700238ae55e4c0db82385af74effe535962f8ed6747d24883278ab7052ff7e07 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs new file mode 100644 index 000000000..01993eed5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2857849f8111b5c4dff547ec60c7dbae5a02b4841beb72e41c172bc1b60ca1a1 +size 1216 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs.meta new file mode 100644 index 000000000..77bdf6618 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Pause.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777ee73635cce8d6ee713153930a04c84d50ffb4118d281dec6f410267da02dc +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs new file mode 100644 index 000000000..ded83d33c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5000fdaf9fe0a82a74d70e71e50ffa687fb046c22b2fb8f6cf5e8411dfd68f5 +size 1213 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs.meta new file mode 100644 index 000000000..252d59613 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Play.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a0f01463f3e05e719160ba3877c68966f1de88e4810c8e5137e32b42b9e81a +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs new file mode 100644 index 000000000..e7f77d1be --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bb5740386a913e06adebb8fabfb30759e88d16dfe6c41276006d0cdb3a43cb +size 1432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs.meta new file mode 100644 index 000000000..f51105c1a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetEnableEmission.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d26e42541ebe33a7f587608fcea17b9bfc3ac5e4f8f082603c743c193a7673 +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs new file mode 100644 index 000000000..83a7e06c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744630abacc9fd5ae8a82279b972e7ebc9ed67702ce0c7bdb3140647f69cc576 +size 1438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs.meta new file mode 100644 index 000000000..a7849703f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetLoop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e146c52f7c122e0106d6f985b4896807a3cd5be9a1ad24593f6838ca7a46f0 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs new file mode 100644 index 000000000..4c462ed90 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1a70d5c5f7b1f9fa65d8c8900965c5817bc6851bc602806912300f4c6c303b +size 1486 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs.meta new file mode 100644 index 000000000..793149320 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetMaxParticles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5cb87b3ef97e9b0559b11079be8365a334e167e33de653617c181f7518091d +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs new file mode 100644 index 000000000..6e4b8d74f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7753f56eea3c1c09c71e8cf519abd241ce931453b6889bebd3ad0cc1e4f4b777 +size 1501 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs.meta new file mode 100644 index 000000000..f8ab91f28 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetPlaybackSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2989bf4939431f284d9359fd198ab6198bbd2dd10f3fd28120228808acd86f0d +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs new file mode 100644 index 000000000..d45228a0c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72904424b500ac1068c4db0d053fb18310ccc5fb0f1ab0ca44679507100d2bf +size 1484 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs.meta new file mode 100644 index 000000000..fb6485ba5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9229e11c1a8514e32a1ac9bcd8bbb8e2fdc284610566f20873db08c111eb514 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs new file mode 100644 index 000000000..c5bbe424b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318deb0dbd1ee01674265b573c1cf6423fb3fda9bb927bcb8bbbcb7624f433c3 +size 1474 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs.meta new file mode 100644 index 000000000..ea5f98e50 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartDelay.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb967201d68c451dd8b5091a10355a73f40e6de3d99f44b6aabcca92797fbe4 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs new file mode 100644 index 000000000..a459fe1d1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b630e38b128ae11bd764e604a9bfc0a6ad092637e6ab74b556cf213e2c27e3b +size 1495 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs.meta new file mode 100644 index 000000000..c6e532f82 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartLifetime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594bc84bd3e0d6f1ecb77aa9435db29f8003903a3da1b14bbdd5471d861cf2b5 +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs new file mode 100644 index 000000000..91394c551 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6fba3ccdf48d9aee06b36ff49a69beec813421247c2d652d987e4106e172e8 +size 1495 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs.meta new file mode 100644 index 000000000..e7ba7fdb5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd41078259e101f6eb48a74ca36935a4724847a281b35c78b9b1a7dbdd063d6 +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs new file mode 100644 index 000000000..dbd20dc12 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a58697a3e6d1144f17ca21d667216d2aac3ef3d2a3324b7e16cb240cfd48c04 +size 1467 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs.meta new file mode 100644 index 000000000..41cb1ae6f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc521026b16db457e7f5d13ee98a93357a0d38eb0e605b02af8f85fc09fd6b4 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs new file mode 100644 index 000000000..136f36b28 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5a639bd45641a0876aca8a31adb29d654ceb381fcdc3a22b550286082bc49c +size 1474 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs.meta new file mode 100644 index 000000000..1cf065985 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetStartSpeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfec47976d6a0e4e5c04ecf58ec507b688dda145635639b7cd49c116b51ae20 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs new file mode 100644 index 000000000..2cb600ec5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a590d8cf027edfba629b378b4b879839142d79d08c0e1f56d0102deca1402954 +size 1346 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs.meta new file mode 100644 index 000000000..816062cb7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/SetTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaee5ba410ffd5c3ac92e61baead699f0a5fbdab1d3909b6e1159a8d8ec3a620 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs new file mode 100644 index 000000000..8f2973adc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a7781a04ff61441d88ca42fcfdae520fa1a81745fdc951005af498b06098c9 +size 1353 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs.meta new file mode 100644 index 000000000..2b0b5b89e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Simulate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac6cec9242f3a28b110412c0a9809fb182bdb16a7f8e7a7c179a7e2ed52e367 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs new file mode 100644 index 000000000..a1a748270 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e338c9360201e3c2362142364306d7015c1ca83f5f5dae20fdbed483a8eacbc +size 1213 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs.meta new file mode 100644 index 000000000..9bbbd9d05 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/ParticleSystem/Stop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0462f5dc4d7fe7f4743dfeb782daa0622a0749ad483a29668d8d0445e0d6aa1 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics.meta new file mode 100644 index 000000000..e121eab54 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b75101d98e9de72437a1b30ba40d20613b0872ea1dd7bbcf373816d63b295df +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs new file mode 100644 index 000000000..842bc55bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb8a0abd8f611d144f966ac4dcab20d9a47194635b3bb08c62b23a351a365db +size 937 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs.meta new file mode 100644 index 000000000..455439557 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Linecast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048e2d01b60cc83f8e5d8736ae0cd7b92a978a04301a1018e9f66f39b02ba352 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs new file mode 100644 index 000000000..a531bceb1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6c14adf2bff42f8e4a67fc92cbc53a9a0530b3efc07add43f61ce274f1d4c4 +size 2770 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs.meta new file mode 100644 index 000000000..cc117c6bb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Raycast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64330bfeaff6aa7adcc335dddad38b6b1588650d931abe9123f4505d63940842 +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs new file mode 100644 index 000000000..482308c0b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9cf510121b59bad453cf7f3b2e1a386cdba66567b14acdf702375b10d565cb +size 2929 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs.meta new file mode 100644 index 000000000..ff38e4cf7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics/Spherecast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff14db637c64236b5c80cb89371a818f2008a14caede930566fcd20cf96d428 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D.meta new file mode 100644 index 000000000..32f8db5f0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76005f07eee72d4a3c147c1e10bf23daba5df31d41b62166b797b88b8f561b5 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs new file mode 100644 index 000000000..e1429e204 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1663a234ca4917a015c5234ae56138e0e3fc716d95be07697bbefd4a0c9ff664 +size 2944 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs.meta new file mode 100644 index 000000000..6b1751397 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Circlecast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c31981fb4dfd80a59a6127ff21b833cf99b25f36acaec29c74d6f94f5481aad +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs new file mode 100644 index 000000000..abaf54c02 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef4676fcfa261141b96d65aff5a2be4e3eeea8d7d130a69f35ed454b52fad2c +size 946 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs.meta new file mode 100644 index 000000000..7a3113744 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Linecast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767beca332b71fd8f4bfc07906b84b76c45ba70d5e2be4964b380abaafeff03f +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs new file mode 100644 index 000000000..d79814914 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1431f0e7274da16f9d94e5ad8343c07d456d2fb874600b2a3c891dad8646cdaf +size 2792 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs.meta new file mode 100644 index 000000000..45e58850d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Physics2D/Raycast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd26d7fa824d29e4fea37e6b02756dd2c32e1443d989605f0c372cea05eae57 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs.meta new file mode 100644 index 000000000..73f9c2ca8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7867355ca899e2375eeefc82b5cf8a569569a2e720aa41d0623db7017401279 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs new file mode 100644 index 000000000..1f1681156 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93774588906d63759d25f6d14a932cf60fbd5ceb714c0ba4aedbc39272120bf +size 385 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs.meta new file mode 100644 index 000000000..7833a516b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteAll.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e4ff418c62a751e1f924ee8dadd72f6ac0364137de2c64e5ec91cc4dd36618 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs new file mode 100644 index 000000000..46b78fafc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a1005c628ced8a472c42bb4da66a2090c87d0ad333186ee97d7706302acc0a +size 555 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs.meta new file mode 100644 index 000000000..8acfd591e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/DeleteKey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49eb4a4f500232bcdc6e2a10135f31d43db81e552114c57bffc0b342bf1a300a +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs new file mode 100644 index 000000000..3b17f1052 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965c1ff02701d528731aa279a4cc2f7335dfd9697fd8ea3ae0ad212c7a735430 +size 871 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs.meta new file mode 100644 index 000000000..1a3c70eb8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671f1e8931608b5a9ee2d2ccbb1b58c6df9b0d199f4835d987bcf9ea9c6f4701 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs new file mode 100644 index 000000000..a1b57f690 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476d57821159dc81d634ae06bafb2603dba1f40c4b93f926f3e4c4c0de6de04e +size 863 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs.meta new file mode 100644 index 000000000..ad55ae2c5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b958302b927f9d7dc9f800550a92427aa79f0db1abf960ea5d45cf2c674ab7 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs new file mode 100644 index 000000000..c20584934 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d73bd7984bdad93c660466c8ef64ffc8781a1a80c3a0d4fd7a43767bdc70fa +size 877 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs.meta new file mode 100644 index 000000000..4ae359955 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/GetString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366a337da452d556b35a83ec43b639e1946b737bcdf56494b3fdbdce0c151a4d +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs new file mode 100644 index 000000000..cc62963a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bd10f57409d56b15ac2acc2fae54f69e8399dafb4d40a69854430bfc26419a +size 559 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs.meta new file mode 100644 index 000000000..739af8d7d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/HasKey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b852212443c304ffa005b6aff1b280e5b10e2195cec9481b099c97044a3d55f9 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs new file mode 100644 index 000000000..977cc2ad2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03791291bfee760cb6ae18e264032535304ae7e011249bac039a2686e5865971 +size 356 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs.meta new file mode 100644 index 000000000..b26fefa80 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/Save.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ced2cd4ab6d4f7386a86d1f49ff72c401aa27c2d02d89eebf1a5c22e8954780 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs new file mode 100644 index 000000000..eab49bd7b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61c02a741f1e112e22a80cedd58b147232329df12729012c09997ee194ca1f8 +size 672 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs.meta new file mode 100644 index 000000000..5d57e5200 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbf34e7974a88811d08a9e6d363190791d1975332e4156a598344a523a7a167 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs new file mode 100644 index 000000000..7052a74bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c830258eb64adfc8c9423ff39764bac2ba8a0f1a2b9808e1f42f19cd6601875 +size 666 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs.meta new file mode 100644 index 000000000..c060082f3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e91c8aebb2218aa8ce5b7bab7f2c8ea438a737cbb2da820203079a2beadec1a +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs new file mode 100644 index 000000000..008dbf1cf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575ebd5f2d858e3c7586bad5c39791019964705554fcf10bade342075cf7c520 +size 676 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs.meta new file mode 100644 index 000000000..6267907c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/PlayerPrefs/SetString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27790340c089d7fcd2d3f5bb4846092985b7b7572fbe5eb0c502d0a23c9ddf88 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion.meta new file mode 100644 index 000000000..72b1a5917 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8c367a578463c1c3ff53f2e5c0b49e9b77d3fbe77433f4ee5b546f5a63a8c4 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs new file mode 100644 index 000000000..750a34371 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1634bc7021793b18638228f00ee768681df468479f9f7a6b5f61a40fb09c8339 +size 878 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs.meta new file mode 100644 index 000000000..169932c6c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Angle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46314de61053486b4c6ae5916ec19c0a66e3ab4323ec6f0f17f7d969c4b42cdf +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs new file mode 100644 index 000000000..b06a3fab2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400ade9aede07225dab49730e527c46e7533969efb8999ec71b73b98499c4e7f +size 895 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs.meta new file mode 100644 index 000000000..d85bca483 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/AngleAxis.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4675dcfd78cb6dd90eea7942868d2ebc62e6a5dc391a9d4fadc992374b29919 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs new file mode 100644 index 000000000..35f3e0439 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4f08552e18926d31017b163a082f9f790a9cd133148c06c8bb984f87a80aad +size 863 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs.meta new file mode 100644 index 000000000..763174f43 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Dot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac48cd8d962b2411e6bbb79e2b3dfbcb5bdf347b48f94fb5ef6f067544f52a5 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs new file mode 100644 index 000000000..d7dd8e583 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f36042372b9aa0573347c0925438e3e689adadfedefacd8337f72f96ba4b621 +size 749 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs.meta new file mode 100644 index 000000000..b146fbd62 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Euler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c527d7d1f9fc346d6bf69d864804d479135f5b3cd3577f8f25586f64ec8fc5 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs new file mode 100644 index 000000000..3724b5458 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f478f46231d00d463cdcb941eacda58d8cdefb55ea4ec48590e8ca92b486fd +size 913 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs.meta new file mode 100644 index 000000000..bbf2cc1cd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/FromToRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8430458112c9e82cfac1f60d2e739da4e0d2fa714ace69033f94b7f359e743 +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs new file mode 100644 index 000000000..246c12cec --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830bec7724fc44f76e71ddf575c9383d16dc5a5c026b7b30cc0dfc8c6715882c +size 598 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs.meta new file mode 100644 index 000000000..3319d34ac --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Identity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402a745a5f07d0ebca45770b2cfe2723d3d8fa45d34b7170c919f1a58b17fc3a +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs new file mode 100644 index 000000000..d5f5352f1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9f4705b9899d5c8e4c788b842f66406e06b56dc0ef6fedab688c9ab90efc63 +size 757 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs.meta new file mode 100644 index 000000000..6228e91a6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Inverse.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0300b7b5e223cc33c67851ea8347c5689258f1c1d8cca6a357fd0ccd8af76e3b +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs new file mode 100644 index 000000000..3413de87a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2374058bd46ccc64b72134561f43ea7aa61cb4b61e1e91716a629126ba0dc3 +size 951 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs.meta new file mode 100644 index 000000000..eacc025c3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Lerp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96cf3761c179a4ca1f44deb50570bbe819d96fa80bb91f152cd6a9ddc8d372e +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs new file mode 100644 index 000000000..60bcbf72a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86a1ae63bae0d1711d64b0881b0235036b7ddc528e01c5b3930795caf0e558d +size 891 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs.meta new file mode 100644 index 000000000..96f6de6f8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/LookRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c3c452caa2c6f67dca3643fff2654fa7aa787b7c02dbe09f76dea9f3f2d82c +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs new file mode 100644 index 000000000..eb53d366f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480b7d67cc060a3c27a60d8f8f25e96bf66b18d4b91a44c2bb2a67624ea951ea +size 1012 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs.meta new file mode 100644 index 000000000..681f763c2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/RotateTowards.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfff812ece75e2ce33a24700dbf259a3e1eef145d396f7ccb4de05829f2a117b +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs new file mode 100644 index 000000000..a53da589b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463841821b32271b0d15d78d9ed2391eda66e23cf7e878c7db408beecb76bf9a +size 964 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs.meta new file mode 100644 index 000000000..d65406c2c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Quaternion/Slerp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd38fc6163c5b7bb4ec25ca022182198cde0d29da819291ea476603177686ec +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer.meta new file mode 100644 index 000000000..b974a2f83 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a777c525cd60f3a75c6d6a89c29dda6ee239bb2c23f37faffe4a9125813784f +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs new file mode 100644 index 000000000..39a4b6a38 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf275eb79115bc7d5a2f42feee0ed7b7ae34ba1f319edcad3b612b299ffdf0d +size 1258 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs.meta new file mode 100644 index 000000000..a5f617b07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/IsVisible.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c0dbf06256dbba82e9d1397959665b2917b04b8083a86b2360000d0cee817d +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs new file mode 100644 index 000000000..5af5c3b5a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f906a26a4af1c9e1d25597e023e60fb38a8da5cae3780749070d389a3b5122 +size 1343 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs.meta new file mode 100644 index 000000000..9f50e0f81 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Renderer/SetMaterial.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d46007e98ef62255646726f97e04f93e062c65743810904d2f9a4c16985ae62 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody.meta new file mode 100644 index 000000000..3e9b4889a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511e6b32ad73b7c3922dbd8dc2f983f5fe51aab288b99371a427e531adb41d75 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs new file mode 100644 index 000000000..2b007c437 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad88dce7e7befdd9d1194c59f4af4e60a6941ede5171e1516909ef3d276976e9 +size 2076 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs.meta new file mode 100644 index 000000000..e1bf3ecb4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddExplosionForce.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1bd962bb8bebf78cf9b52082dc83fc953c7a27f0a8ffe19428fbb9112c9a2f +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs new file mode 100644 index 000000000..c9c727376 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aecc14acf71a751ccd8c5c53d26442baa504a078ddfdebdfb1ca10a9b4f016b +size 1618 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs.meta new file mode 100644 index 000000000..f6000faa9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForce.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c523c8bc6beb094f6ae65a28e1fa548c909ff658b8ff4f39f5b2873598ca0da +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs new file mode 100644 index 000000000..ed5f86bb9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d95921c5dee1e27110d89113a7434e6ff7e9a994ec3b9066a29f88ac4c420d7 +size 1703 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs.meta new file mode 100644 index 000000000..ac2103c04 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddForceAtPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02957162ffc125388666df1c9789d8791cb44d2d1acf48355f40d2e1dc08ca37 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs new file mode 100644 index 000000000..e617e3ea8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f51676df4011738778d5967305aa13aca9c11d98a5aecda67d8327a2a18584 +size 1568 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs.meta new file mode 100644 index 000000000..a191347a0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeForce.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892f23b041a7616752f7c5194dc26584b958a9285235d69d0fa29cabb66be209 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs new file mode 100644 index 000000000..6d271a406 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b31fc88d9b265f4604e664e3350c84cf73ffb7bff7098f1a9b9eb287c27485 +size 1426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs.meta new file mode 100644 index 000000000..d74f5e5cc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddRelativeTorque.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f854d4f06762bad154c42b146c357a6d5b4f303816304ad0311feb0a44a70f8c +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs new file mode 100644 index 000000000..8f4d262f8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255bdf2a1e1a7bece1168fc272c5a8e4b063de0fff470ac739e02a3a26eac69e +size 1526 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs.meta new file mode 100644 index 000000000..0b7b64124 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/AddTorque.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532140b086485f36896625f924a931f129421b414b282276038d79e4c9687b66 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs new file mode 100644 index 000000000..785a7c61e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5106ae43e269b67d2df1e1f5131324b624402ff0adcff16848f44a48306ba4 +size 1467 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs.meta new file mode 100644 index 000000000..9b544e336 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcfc5d86c5bce0446441c547c31bcff754dd5cd4063db97753cc32b7cd764ec +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs new file mode 100644 index 000000000..d950db922 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378e91989bb96467c856f3979d1ee0364bf7b3ea6934122988b80bb1078e6555 +size 1456 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs.meta new file mode 100644 index 000000000..196450164 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a0da1dab42ad009412b3e29d0731c5c76ee5d632e64687dbd35b9014cfad7a +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs new file mode 100644 index 000000000..60d240ecb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c02da860f6e6658d45d94b92dd658f79cde19b21f9650db6a60394cd48f4390 +size 1485 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs.meta new file mode 100644 index 000000000..04d169144 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetAngularVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78896e33367c567c55d4e53378d2d592902f4170f248d757d2719d226b5ab109 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs new file mode 100644 index 000000000..0ae8523b1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca7866292f776a2f4d723d643b6b646e0322c7d275e5dff7ebfaa3a2795f183 +size 1441 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs.meta new file mode 100644 index 000000000..6fe8c5fbe --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetCenterOfMass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df65788b00532fd2a9312ac77fc064d6c3f0c273af89940aeacf849d2829a2ef +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs new file mode 100644 index 000000000..c038852bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cc279202c41301f2db3b900db761ac26cd57a65a794a6e74f7e59dbf58643e +size 1426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs.meta new file mode 100644 index 000000000..b9109249f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28467e8616c401f20cd40db4f8e8627ae87f0ca9df8b65831364f655b2a81b07 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs new file mode 100644 index 000000000..360ddc00d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a8503f6f5b8655ab06d4545127a5755816d45919fa855f270a5c3f45458992 +size 1449 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs.meta new file mode 100644 index 000000000..3c8461a27 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetFreezeRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d89cf490bf64ec4fe8c0c549d0a4322a4d99bc8745c1282cc6c30a1da8b3a3f +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs new file mode 100644 index 000000000..34e4569e0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946be8a77a0b0a73369081dc5c4efb1a20b100d2fc6f212ea3b6fe46328f4a01 +size 1437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs.meta new file mode 100644 index 000000000..a947d10df --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetIsKinematic.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae8b9b693e7572fe0a9582ad92e24e59508c8f3bc7ef1e25eb23db33f48dbe2 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs new file mode 100644 index 000000000..2d37ba3da --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d26041c526ea98b9b6b75541b1b31027b42dd76af22981f6bf47f0bf7fce43 +size 1463 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs.meta new file mode 100644 index 000000000..7f212d85a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817e244871de3575854e6d7442eced9ebd21886ba8d26a311bbdee2bdbd7f010 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs new file mode 100644 index 000000000..ea3c3d0c9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757d15bf5213706dec753f348cc11cf4f0b37d807e1251be5d0c2a7082d97f93 +size 1480 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs.meta new file mode 100644 index 000000000..cb1d567bd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetLinearVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfc85a06d3f06090cfc1a64d856053806bc9a49bdb4c9bc590048e0177b9e6e +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs new file mode 100644 index 000000000..a651a188d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0e317f5f5f38c3a9ad7e1b1d3bde49b3db24b010e9d44aed4b56d007abb3a6 +size 1392 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs.meta new file mode 100644 index 000000000..2b31d886d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetMass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876707a645a15e6337aa5491a66ec2da096d91f8266fc8756d1ea99059786dbf +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs new file mode 100644 index 000000000..d74862b61 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acfbc37c5cd22c70fd25e7cb0d76fe23e17c498033d2da7f75528977c0ffec4 +size 1421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs.meta new file mode 100644 index 000000000..128f34611 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb8bc2911adbd3fab44e4dd22f6d0e3d5599942c3468fd0c125d721becd335 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs new file mode 100644 index 000000000..9fdafc929 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e547b17296e6c35c78eeaea26419e29a67ea3571010c6c9c285719ca237a690 +size 1431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs.meta new file mode 100644 index 000000000..f7acb0c0b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1090d662e0ed07302537aceb6d9c9c09b2459ce33292ad34b03f8451ab9e1b +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs new file mode 100644 index 000000000..678f17ab2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe64cc3af380e8ade6bba9622bbb4e05fc3f181b3f2f60752ff0414d31b5939 +size 1433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs.meta new file mode 100644 index 000000000..f2e2cc0a9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetUseGravity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5620561797a0f164a5c1a37af40fe1ab1e2ca6cce59ce69f08f76dbd71d22861 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs new file mode 100644 index 000000000..93fdb9951 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1920d7b700f6ceb31f1ab3b812430ce72282476605ee5900aa44aa761b7e1c33 +size 1455 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs.meta new file mode 100644 index 000000000..cfb577d3e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/GetVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01ded88ee66ba695f7d51707ab8b3671c539a32cc0ee8586e76d29936bff42c +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs new file mode 100644 index 000000000..dd29856ce --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dd9bb01b8f8f3fcef8aeb4bd9fcaf6e9e154a19948e5334fbe4b4e4aaa599e +size 1275 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs.meta new file mode 100644 index 000000000..61de6c03f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsKinematic.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c3ec1b90c7d425e6d982220da9f686899fe838fc32277634e54784e352b417 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs new file mode 100644 index 000000000..80bbebbf8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc03e3b0540621e9d1feaa46ddb854fd172f996e20869dc9033b013498423cde +size 1274 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs.meta new file mode 100644 index 000000000..06fe479b8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/IsSleeping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b05078327e62197d3aa975d6c364ac2489a6eeb0cdca7d32ccccbafee9d30bb +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs new file mode 100644 index 000000000..0304dba3b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48434a0bfcc29150639df8244d6cf7edd610d8ed3da221ceb939644246c0c554 +size 1408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs.meta new file mode 100644 index 000000000..5b1a6bc31 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MovePosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7932c6ad6d6591fefbf73af0f00dfea3508ce96ac915c23a78ba7cf01106d047 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs new file mode 100644 index 000000000..70eeab0f5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a556afb26ec1a9a653a89eb9d83ee3b0ebb19b4e608745fe73ebd167bd44d330 +size 1420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs.meta new file mode 100644 index 000000000..b96159f1b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/MoveRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758d35c0cc500c34d9c7e1158e8f30867ccd43dddd37d1aa04e50751a93b1ecb +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs new file mode 100644 index 000000000..6f8de5b27 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2446604ec028a0171385b66f208dc49e4693c0a150fec4bcf4f839076462915f +size 1453 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs.meta new file mode 100644 index 000000000..0988fce3f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432e92113a843e3bf45a046ffe55db1a156e7ab9fa2959a900bf55a68776705b +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs new file mode 100644 index 000000000..3c059205d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8c5fca6a8c4815ff0543cc056eb1338d79ef1b587932b31fe2cf70dbe11705 +size 1433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs.meta new file mode 100644 index 000000000..cbc95c21b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfa5974cf5987d326492c27c93e1bbf1c465ae0b152d57908a26003422b0f6d +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs new file mode 100644 index 000000000..6e8820c54 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ca272d6899fcacea92545d0e46a8510fc621f9e13f199772013592d35d8225 +size 1440 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs.meta new file mode 100644 index 000000000..d64708832 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetAngularVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e8150ac89f350a11f93ed0a9c03ecf4dea11c736ee1a00deb3012b6f794a0b +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs new file mode 100644 index 000000000..15cc30eaa --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8cb7bed63475e2ce78acc58564e18d872f8435b4499511b258cbae0842292e +size 1421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs.meta new file mode 100644 index 000000000..8a0c1144f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetCenterOfMass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f85b4a805ec5796e31148470693602021a1ffec2dcdb7e6930d56077ca841c +size 427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs new file mode 100644 index 000000000..bb999f9c3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f606d567b3b5101f7f55e602cd4c798400b3f81c6396987844d8b397566b456a +size 1452 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs.meta new file mode 100644 index 000000000..a5e0d1e20 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetConstraints.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84228418ae4c73364f105a925269e44f9806977c39c7495c1d1a20c8385a8d0d +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs new file mode 100644 index 000000000..76bfcf551 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ae623df069c57f453026dfd8e42dc3666ad7e43edfe1596d8e19eaabdf82fe +size 1431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs.meta new file mode 100644 index 000000000..887ce2a48 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d559cec94938ec6da694657c2aa189f31254d38033fc4d2d2b6c9e0a4547d8 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs new file mode 100644 index 000000000..a05936027 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb111cdeb59434fca7324a538d4858827ac395c28d7ed0cd048ada400de4affb +size 1382 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs.meta new file mode 100644 index 000000000..b08b693b6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658db24ee5f774ef9f9efecb8d9f1153db8a441d54503462ca6aedfcc5f9ad37 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs new file mode 100644 index 000000000..52d73cba9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b5bbc9509df2187cbbba0641fab5fcb5c40e817fa30c2f98038514e201f97e +size 1435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs.meta new file mode 100644 index 000000000..2e5d6c88c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetFreezeRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbc732914d611c358d41829d4e7dc3264ae8d78c2d1313565631d173558c9e2 +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs new file mode 100644 index 000000000..a2d5fca58 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70e5fa3b4abf59046c210bd6952daff88923ae81633e8708105eb3509d896ae +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs.meta new file mode 100644 index 000000000..542ec74d2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetIsKinematic.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f66f8a7441529adfb6378667b767d4660f579086e5611976bfa097239362636 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs new file mode 100644 index 000000000..580288ee0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e90a5ebeb68ac0f2b02f65923dbe19bcee75e32b9e346197468273341ad86fa +size 1466 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs.meta new file mode 100644 index 000000000..e22c8c1a6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetLinearVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a0fe33c42f1aa63e57191c8a45a8e05182660683dc07fe12e8c8d7606753bd +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs new file mode 100644 index 000000000..4a333e9af --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27513b7349e299c9a5bcc94cec278fb2e7588f7bd469fef6a6101842becd4f4f +size 1348 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs.meta new file mode 100644 index 000000000..30b114e23 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetMass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9e23005a6a4921500c7d72fdaa6ce26061c2a5f3d0d81979a872c33d4577c4 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs new file mode 100644 index 000000000..ccfebb56d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e2cef5faace387a8bed44ddce575c705e8f530161ba280c4a986d7677946ca +size 1389 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs.meta new file mode 100644 index 000000000..41904dea9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62c852b740060efa5294c719c4d9dea51537933f8919119d1889101b406492d +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs new file mode 100644 index 000000000..3dfd1cb93 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ecefc43aa25d9ced81be685007b1506ecc96e77ae83521d47d513f3f70ef38 +size 1401 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs.meta new file mode 100644 index 000000000..01da84cb7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c641305b64e343bc457d0306e15a0d087ae2e1652e105c3ca3c0a439f81cdc6e +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs new file mode 100644 index 000000000..53fb6e42e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcbe30b45e929e6c4be91c1fb6e2234cfd0f6f90983641d7275048681799184 +size 1407 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs.meta new file mode 100644 index 000000000..b1d85879d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetUseGravity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac0367f530ec4c3b9a7f54ca2c790598b20177b27904f49193e6504d3cb2d39 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs new file mode 100644 index 000000000..d0952db03 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c7a7af12e1fb866fd689da52fb3c60aa4e55c453a42bfcff41d533adad43e3 +size 1423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs.meta new file mode 100644 index 000000000..4e2a0aa10 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/SetVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2764b64ccf996d065703bab76a64daa87ee5cf918429bcb25a888e763066d53c +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs new file mode 100644 index 000000000..bdb6f1489 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed80c58c9066ed774eeac8022eef5c30b3778292ab66e7a9bd5e8c2180728662 +size 1257 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs.meta new file mode 100644 index 000000000..da311aefc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/Sleep.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2741af8b40ba40c6acebcecfb4fda7026f26c4e8b06c851786cab84f7057b9be +size 417 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs new file mode 100644 index 000000000..be1b9c208 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25ff17af13839aa5f8a4f0de990803dcb2a05d1fefd815866369d61907c3c0d +size 1277 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs.meta new file mode 100644 index 000000000..2c3cd1006 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/UseGravity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd920332d1c0952b77ab5200672bd4be173fd09c8b32948163772cf0cf40e47 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs new file mode 100644 index 000000000..0fd3cbb10 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43804f0f9c6d7acd6a6bca9dc404df2189cd1a5d81f9036b20edfe91f0873482 +size 1242 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs.meta new file mode 100644 index 000000000..8653a0ec3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody/WakeUp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e11aeeee18e5097db84a63a94f755965df4a2799bf4cde8a1d793220d587ef2 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D.meta new file mode 100644 index 000000000..76e616a17 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522ce797ccc2addfcf8129365ff65feb4d5e4d376b8be513f0bade1e892fdd0b +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs new file mode 100644 index 000000000..9caa1aef7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d3d25dfc82c04d9372ff046e1f386accfa2c8753fbbc606c1d66cbbb3f2617 +size 1353 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs.meta new file mode 100644 index 000000000..b2389b91d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForce.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9f52dfeea12ed92bd25c928796037e2839e8910e8d70617db7baf5fc01ceeb +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs new file mode 100644 index 000000000..7fa84d56a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5705acc4edecc884cc33f5cb5b8d304758b9db8bc5f2c283fee753bf35efcd +size 1538 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs.meta new file mode 100644 index 000000000..316ddd7a4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddForceAtPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac20bc538474aad26dc84acc8ea9916022ec447ce1285c7fca94addec91d8ba +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs new file mode 100644 index 000000000..1b7294b11 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d219a79e80941e06a02da260dee2fa1392e582cf16255c456000f46cba4c22e +size 1347 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs.meta new file mode 100644 index 000000000..8ec11c916 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/AddTorque.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ced46e600e57770514634a0abac1c07e1c922cb40fa50e0a2d0abe03dfcd0e +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs new file mode 100644 index 000000000..65c5f7fed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14c8fdea054928271884d16969c2d9ec3186f18dce40bc168d521bc35682256 +size 1445 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs.meta new file mode 100644 index 000000000..b827ec8a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e783311ec1ed9bae6a624b6146c562e0c872566f5495e744f901ce74fd7c954 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs new file mode 100644 index 000000000..82d74aa0d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb783dfdff1beba4e8836bdfd97fafa66ea990613cf21f4a115edc1647fd4e8d +size 1437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs.meta new file mode 100644 index 000000000..a5081550d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7499576a02d2626c80fdf93cc56434af515a84c73a9cda298d357e5e631f9ff +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs new file mode 100644 index 000000000..743aad9b7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96222663ecca317d49b338763040f6dfb42f3d4251554f4b2cb20353109fc468 +size 1420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs.meta new file mode 100644 index 000000000..847445179 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetAngularVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dae605eb5a69d18ee588876e2145747b80b92e5df48088c4df987753364c794 +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs new file mode 100644 index 000000000..6ab0b8f3e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3c11d536b55d577fb2b83b7807492093cf2a8828628cb31132155e77d65b67 +size 1407 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs.meta new file mode 100644 index 000000000..1395aa0a8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03daadafe38ef21e9185459fd02a212f81b50e44914ad20f7ddb5d7151eaa6d1 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs new file mode 100644 index 000000000..e2094ce10 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7300ee5c36a9690988009366f012dfa81eaa287b0a511cb3570c714c73a7b2 +size 1408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs.meta new file mode 100644 index 000000000..0941c75e6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetGravtyScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e84a38c7335a72e45543f0f35098892e4da41e4a2aba1ef909151719a0178f +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs new file mode 100644 index 000000000..00429a8a0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474f8ee2b52f47762aa6531d2249bd1ce46cccb2d90ee9fb1f71c55f7f9786e5 +size 1454 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs.meta new file mode 100644 index 000000000..17b186c92 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetIsKinematic.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7133af606b4f78ac29a7e48e35fcbb848a7f4d597aca67cf2ca849d51a83f15 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs new file mode 100644 index 000000000..a551c5c61 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c82d93b5b0b05860be9b29fda430e975c9ad6a9cad08079e2a80655129ca18 +size 1444 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs.meta new file mode 100644 index 000000000..71ba70aa7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0ab6629260bba7a2ca3454e0cf676fb35d7fa581f748f362cfc2b76b12c2f5 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs new file mode 100644 index 000000000..560069fef --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767bffcd1c665f98b54a8ac49db5dc1496d7eb191bbc2e4919c363b6c3fd0418 +size 1456 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs.meta new file mode 100644 index 000000000..772897382 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetLinearVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539844cd7deba93f7073892961bc2da0379da8c0f7a32d15b99eeb2712f5fecb +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs new file mode 100644 index 000000000..b437bd871 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b241d1cbbbf51777599eeb5198e25630f5b54e06bb6b520e92e25a2366965990 +size 1374 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs.meta new file mode 100644 index 000000000..1411c8e33 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetMass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cbe389bbdd5be15c8295539fbbdc6b26d15d0b43233fc12af0dde3bd9c4974 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs new file mode 100644 index 000000000..ee7cf2ba2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a706b84e3d078c813d353c80fbb605bb407fca3a4b2322de1564e071c87c174 +size 1403 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs.meta new file mode 100644 index 000000000..62e349d2a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77df8a5ed0113b4b90080b4ad9da7e4d25108860b0a334046ad369d381231da6 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs new file mode 100644 index 000000000..80e89bb9d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8b0d042aaac2eb3ce71d9507e22bc50eb4969f8d1baa0b63034c24a2c26049 +size 1388 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs.meta new file mode 100644 index 000000000..168c96e3a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRigidbodyType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aea8ab2f8464995170a8015a4d312a5f6b35d27fac67e2e2232246c4db23a0e +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs new file mode 100644 index 000000000..cf834d60b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f455bca8f33ea85fe7310a7cbda871c78990256a83e1f33db4a3bdd6378499 +size 1389 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs.meta new file mode 100644 index 000000000..6013194f2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e66e23c1b443319de2a3a18ab759b665dc83a8994ce82499426d7c63eef7f6 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs new file mode 100644 index 000000000..1134226f4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e061a52773766ada94c1baea349ad308906639a1394f1b96d691ca6dc70034ad +size 1438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs.meta new file mode 100644 index 000000000..b344864e4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/GetVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd91dc7ae84a6dfcf2c71ffaf57bc9642899c3390263617ff8dee39f5d246a7d +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs new file mode 100644 index 000000000..c353d8933 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f648843899bfd1dc886dba21afe98397ac117e26b0b46c2f44e909fedfd443c +size 1405 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs.meta new file mode 100644 index 000000000..2d5b76271 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsKinematic.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6988af5154a93085cd327c3091328dee1cae393f8584d19e548dfb42535662d8 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs new file mode 100644 index 000000000..1cc0a4e58 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7527283fef1fabc6782ca6fa63b8105b2445494c75beaef53159eb6f2e8e4d6 +size 1254 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs.meta new file mode 100644 index 000000000..05809d8f4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/IsSleeping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d89b12be27002b7720bf0db7a2c2604a1130999af2ac8fff2489006daa7f88 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs new file mode 100644 index 000000000..25d7b4bf8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fe3075f6ae0deefbe6b7982d69bf43a2c36c4511051ce97f4ffbffddc9bbff +size 1426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs.meta new file mode 100644 index 000000000..f6fb0843f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MovePosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c3af3763c90a65a1dc3b1692b92edb8720321b75bc7822331809088ae1bc6d +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs new file mode 100644 index 000000000..2fb6eca38 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62700b1650a188a139faa2307441d56470b7ee489c192b578c3f03884ee33dd3 +size 1415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs.meta new file mode 100644 index 000000000..e02922af6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/MoveRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05df63c752b0312876c0d32bff5e14df54bf293bebb2fb044a002c58844569af +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs new file mode 100644 index 000000000..a819066f5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d81be18baa364a5f35f16ab8a9e45d2c9b6b9b31cbb8ad597521a72d297fa3 +size 1434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs.meta new file mode 100644 index 000000000..9e4c2ee95 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158c7f23ac0bd19a778961748c84bbd553558619b9fe538cb982d384b5855c6a +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs new file mode 100644 index 000000000..d057a9a11 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650dbece31df27c00e7589224fa74b4d0b9d446048083964a694997c1296c9ac +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs.meta new file mode 100644 index 000000000..fcf58174a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f9dc33ef03fc466693d8118e405302af0c10d551534e76686c5edb6e2d5531 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs new file mode 100644 index 000000000..5e843312f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29039252ee97410102aa9b7c08ca95ca70ce0a2664a914f5d31fe8175903193d +size 1409 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs.meta new file mode 100644 index 000000000..fadf92a9d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetAngularVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8d60e03f67b3c8aa1b863f72469652b2e896962511649fea11f4cb2131ba86 +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs new file mode 100644 index 000000000..b066df1a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8ab22ae16afffb5ed127bb16ac0a2e8068eafc949fdaf384f7aaf29ba92aae +size 1363 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs.meta new file mode 100644 index 000000000..56dac0ec9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetDrag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41545e099c0c1571718a20750826261ef6973a61aa856d54c134c358d08dd063 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs new file mode 100644 index 000000000..3f3ef8ba8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d865503c0b11e77ed483c7f40fa1dca30a7fc42f209a858d4b6aca1ec8e8d2d1 +size 1388 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs.meta new file mode 100644 index 000000000..752bd5f21 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetGravityScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c21abcda0252ca94af399b2b6cb6ed8b80033470bd019d2bdb1d15c48aaf47f +size 429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs new file mode 100644 index 000000000..54a2dc3b3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03dd2693ac2560c7576991383f29882d1b1c3643025a2466eb0465a3ce0400b +size 1429 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs.meta new file mode 100644 index 000000000..46fbd7e07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetIsKinematic.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d768f4704ff2fb934891e41b541307f6b9830a0bf3a9b87503c8b3906c4765 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs new file mode 100644 index 000000000..003d0cf29 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e95132ec8da3211b660d55007a36022ab133e05d0ac7f1ea78b3b092d1f1d1 +size 1427 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs.meta new file mode 100644 index 000000000..b18e1311d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearDamping.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825597489c254aa0676ad8d4bbeefaa2c3efd73ca5448ae4b010a020bf8deaff +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs new file mode 100644 index 000000000..423523b91 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726359ec00094ff65f64b0ab2b73f0750e322e1ded351d10d35cc7f60dd2a1da +size 1447 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs.meta new file mode 100644 index 000000000..8d4f2642d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetLinearVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6166dcafcbbdc4cf5a286d6896dec20d8dcb1d83396c379b96a7e6b36d562b2b +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs new file mode 100644 index 000000000..c51a4c290 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b53bec2ec26870d8d159c6e828a75be762d616c745a99104ec7343e193bc675 +size 1330 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs.meta new file mode 100644 index 000000000..d1ee6c696 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetMass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea7daa78455cad7d7d0a3da4aca3ee66f745128c77de5f946fc971e4fa30a78 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs new file mode 100644 index 000000000..e46f996b1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3a4e5ddf2df4512a8e705ba6550ade99c31c721fd8a3304e0dfb3481d6fdc0 +size 1434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs.meta new file mode 100644 index 000000000..ae261d102 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetRigidbodyType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4cbf37ea436de07334be77afc05f37d934a7a112eb0f9477df1f14a307fb71 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs new file mode 100644 index 000000000..6140e1951 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ccb2a74fedee7d65f2968b04347bca67a5df26e06a69a10e0d5d837e6c76a2 +size 1404 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs.meta new file mode 100644 index 000000000..d35c11949 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/SetVelocity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7017f1d710c23831e837c26e277c5fc8080fce222b4951c9cc4b10d490cfe6 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs new file mode 100644 index 000000000..01f017569 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a281302aedc569d84e3786196826f1902cb4cb3d03e6a3d83baa89bf89e57b0 +size 1237 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs.meta new file mode 100644 index 000000000..b892403a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/Sleep.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f33bb9cd7d32d088673266d84630cd6d12527c16de8729b18935e31b7cbe51e +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs new file mode 100644 index 000000000..7f19eaed8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649701c22a9917291814b4775e778c20c3129830ca7073258083062acf3237e2 +size 1222 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs.meta new file mode 100644 index 000000000..6ce7d4a99 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Rigidbody2D/WakeUp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbab8f13452f42d1f7b07ea5a5f97a91cdd46ac995a7cae41b793c5c294a8bb4 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables.meta new file mode 100644 index 000000000..7f327eec1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737a8642219b1fb015524290a7c84868dd5002920807680e834ccc2d41000f16 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs new file mode 100644 index 000000000..f25d2fb4f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b819a140409f56b74c63d4ed3c25600d10b805dba550a1599928c445a5c492 +size 727 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs.meta new file mode 100644 index 000000000..8d11cdb91 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedBool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5369a0ec759d81d7e037b394dec52067ac3b11eba70dd832f8a1cb56c05020 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs new file mode 100644 index 000000000..c6016946d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c843c2598ac4c3f06b132de7ae1c564e924295adae7978990fb7e1a60cec00 +size 762 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs.meta new file mode 100644 index 000000000..a0a846b83 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82221d6a1069ed50cda9d755c7dafd2782f790c027ba53815f3e381a8e01c3c +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs new file mode 100644 index 000000000..cc5c4c675 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814f0bac27f6a9b8c3695a34ca196b5c966bc1721d25b4cb5fbbd40e4234cd5f +size 722 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs.meta new file mode 100644 index 000000000..88ac4fb73 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32f9d582426eb7b70d109f8ba98bd9abd820c3b6bd8300efa3af6a220d0dd5a +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs new file mode 100644 index 000000000..d319d6ebb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691ce689a4fc2a5e2e5e84c74c9ad992a8230bccee0d0d52cbc344bb4f8e9e9a +size 984 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs.meta new file mode 100644 index 000000000..896231526 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacb48289d89f13f67c990e7ce8fbe68c8b003f8a95f02ddfc130d6bc8af6b7c +size 441 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs new file mode 100644 index 000000000..7e4e25e86 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eda037bea35e93f7205c02278607cc78fb483e5dce723f147db18d4d982c789 +size 1223 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs.meta new file mode 100644 index 000000000..cfe4cf7c9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedGameObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c97cc4497827bb3416cb2fa0d5bf31ac469bcf2cf20109095205fba2cd1329 +size 445 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs new file mode 100644 index 000000000..e4e3bc89c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e236c34693f382f0c7276ff5931ff62ecc20379c9c9cf3d3121a4c661efb37c +size 716 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs.meta new file mode 100644 index 000000000..3eef4616f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216e38d4c3d60a7e52797b3447f07f6f33ab3cfca2044b9c45e0c6a7195e70ce +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs new file mode 100644 index 000000000..b87481f9b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a6a05e5f1c692e59b9370024ff23a953f4defebc4164cad194bd9214887d94 +size 972 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs.meta new file mode 100644 index 000000000..42d176392 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d526f5909a8d074a0267257e0f3e3297fe52fda6a52f7c60cdaf244ca5e7d5 +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs new file mode 100644 index 000000000..af69918d1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7956c5d6f13e583a8915491186cb9550b012314d8f1e6843caab6e3f073fc2b +size 1211 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs.meta new file mode 100644 index 000000000..e9034fd65 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb54e713f2fbc801c7df48a941b7b5813c5dfb298b8bc7472b6b482e357280 +size 441 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs new file mode 100644 index 000000000..0882834c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d064876faf27cce7f066b0add3df0868b3fc0b21fe9decf5eb59c081dba81af9 +size 793 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs.meta new file mode 100644 index 000000000..3d40aaf43 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedQuaternion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cee0cd50c2c13dc12256de3f0968a5043693d784645c2d04fe038999932d786 +size 441 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs new file mode 100644 index 000000000..0e9988adf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dc76124d72e94934717dc2fcb5e5ab188b5a86904c727671ea0c6798d2ad21 +size 757 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs.meta new file mode 100644 index 000000000..8eb62524c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedRect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5fa6e88a5a4b892aad73be38376d181256a1efaf753157097c4c76b29915b7 +size 435 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs new file mode 100644 index 000000000..6d9bbb307 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b9dd38c7f354f94a577e02ece67857e1d03f4f2def1107e871086bc676cd34 +size 727 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs.meta new file mode 100644 index 000000000..45d11d85d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bec944678879bd7d6fbfacf820583cd56a15c0f0a0245175ad0f7f1b52b7ca +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs new file mode 100644 index 000000000..ad60be313 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0f94d913b09669497f6cb9da9ee3e559351cec2bce7bab861238aeab2236cf +size 981 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs.meta new file mode 100644 index 000000000..7ea6a8fd5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fad9291a28ca792ceac146f351f0fb7bbc3b211ad06de3beebf44e263d97142 +size 440 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs new file mode 100644 index 000000000..fe1fc6884 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178246e65e4b7937bb582dc85b3f1760249645d4736259529e28ead8eeb8cd28 +size 1220 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs.meta new file mode 100644 index 000000000..0b9c5e02d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedTransformList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6534e4f6223b0ef7695a1deaed3849c6327bd94f9814374a18b158cca33abb79 +size 444 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs new file mode 100644 index 000000000..b04461d75 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f061ea893280cf0a318ad5714f7eb1b11272837ef2608e2c4523bd3fa743c0f +size 770 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs.meta new file mode 100644 index 000000000..9d6df779c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff0a347371611788f3837a483c9516120c800c6c0a06dddd03c8e504013638d +size 438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs new file mode 100644 index 000000000..5664bfa79 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e04f6000c6d41f12d2c09bfe438b6e89e8bc519d262f51c3cee26cb0aa200b +size 770 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs.meta new file mode 100644 index 000000000..7f7f0afed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cc48b5d79c498383b28ffe83f42daaa01cc9adb83db761733197223718936f +size 438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs new file mode 100644 index 000000000..f56319e42 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4f51f76d5d74cc3bd793e35f879141408a80466d0ce5a886595b4bc0962f02 +size 770 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs.meta new file mode 100644 index 000000000..bd8916c2d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/CompareSharedVector4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aef3afc94573919334643bbb0ae5d39efd6d1845e42f9bb9d01e97730a6aef +size 438 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs new file mode 100644 index 000000000..bb834800d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217fa1c37640bcc78d656465e383d1190625c7233df029afb20e3e2d5f126009 +size 751 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs.meta new file mode 100644 index 000000000..b1ac2885b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedBool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4634f76bf19a9348ce0fb407a7e07b05b6f4b0df14954c47b26cecf6aa1f2a4 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs new file mode 100644 index 000000000..a1db8cf01 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83bea9db97e51fa0b442fbb354efa9ae64f3d40bc06587b901ecbf00ba2f0af +size 789 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs.meta new file mode 100644 index 000000000..dcf403aaf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852bd89dcba7c9daf2f4f3b46b255e643d21a0b4d73e68bd38e0f5487cc4f8cf +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs new file mode 100644 index 000000000..edb92b0c0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb6ab9b5d11782cb0a759f1c0578104ae1a817823c4746ea66d3b80c1f46c08 +size 749 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs.meta new file mode 100644 index 000000000..487752340 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab223c599b078e730f7e7d5947314ed49ca571e34e387841ddd571321ad1f7b +size 432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs new file mode 100644 index 000000000..a6ea746b9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9dad13ae20085f5f20861048497af8870523f38a14a7d3f38746ffc558e4ec +size 1043 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs.meta new file mode 100644 index 000000000..614725d88 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c609410cd2792e6c8debb7f22d4a11dc5e6edf78acb5d742b5e55abd4d6cc18 +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs new file mode 100644 index 000000000..b12d7c10e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910d1b1fd9c6694db350a7b7a837137a85989e53127e70d1c3e0635a77f63324 +size 810 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs.meta new file mode 100644 index 000000000..4baec0f77 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedGameObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06dc0ea250712633c18618a6e42b942a65bf7b81c0dd1bedd2bfcadc536c4bab +size 441 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs new file mode 100644 index 000000000..f70494301 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb232c89f4c1280d40e7f2d473ca7e8549761c9efd18d0eeb88b7e14c04ad99 +size 737 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs.meta new file mode 100644 index 000000000..33e8f4fc4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df80481ae02b63eeae28c2c0c356905ee176b7605d639e4af13d79672ea5f541 +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs new file mode 100644 index 000000000..39558e313 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a07ebb425d96d2768a60683da65a4f0853e613abea403aa54346d51b81d4ab +size 764 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs.meta new file mode 100644 index 000000000..af29d77ed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8183c12798b292288b6bccd0512eb46399f7edb280f48d38f83336ac0e38c91c +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs new file mode 100644 index 000000000..eb677b03a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3ba09bf8d269704ec397de58459980c92c1c941ff964ee41500bc90e134668 +size 786 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs.meta new file mode 100644 index 000000000..bc422fccb --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccfdfcb2a57bf543cd9378fd38b66a2654f380b7450eefd5d2b8c5bfce78e2f +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs new file mode 100644 index 000000000..be7d86616 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7b63d0bd9c26702f549abfacd9ff442be1cca9b622f6567ffdbefa54a1d2fd +size 834 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs.meta new file mode 100644 index 000000000..ac8500a0a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedQuaternion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d59500e8895888ceba40e461ef5b932259a62c1a84b50eaea8786efede2360 +size 437 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs new file mode 100644 index 000000000..88a13895f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd7b3cb411a31857b5f7e02efd5e200e678529fbd2f07e91e2771c0a4302e6a +size 781 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs.meta new file mode 100644 index 000000000..4a06c687f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedRect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c7094ead5ee1212e05fcdb2b598e77813fbeff0eb432c70f0e414bf0212870 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs new file mode 100644 index 000000000..de3abb74a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcddf37ac32c1fb960d719f853a8cefa8ce12e1ee281007c55bdad2365fe873 +size 757 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs.meta new file mode 100644 index 000000000..39d56f060 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a719484e97f7f179111def461a14ee593c003375c36380d0311ae09775948ead +size 433 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs new file mode 100644 index 000000000..d9b6c6163 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2662f6e2adcbc7ee55369960c7135e51637373f714e7bd6faf48a05a547e60e8 +size 880 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs.meta new file mode 100644 index 000000000..5c27f57c9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996611517233ebd89e9c8b3554621db4bb4b4d513a475e8b8ebab7906bb3cf88 +size 436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs new file mode 100644 index 000000000..957f1feec --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413b136541304a969b403bc7d4f6aa5cf2c28b13cc0a7b00f965cc915b33b45a +size 804 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs.meta new file mode 100644 index 000000000..6772f4fd1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedTransformList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6c92dd53f939affdcf8f87b0e079d43c1357cd301d6ebcc5488220cbf06584 +size 440 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs new file mode 100644 index 000000000..e43b0c1ba --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97cec65be66088c2068744c6bd961f58740801609b1d3805a20457dbb092215 +size 803 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs.meta new file mode 100644 index 000000000..05e0a4bf3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae8269a367683c49581b7875c2269c220d8add52794dcce681c7c43d48eacbb +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs new file mode 100644 index 000000000..590221ab6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b284048ddeec8a5c2bc6988c04f4f5bbb43e4a3f6fcb09a217a87cccf55e1d +size 803 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs.meta new file mode 100644 index 000000000..1a94b9f54 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3effd5cb73cba774855aadc40e3bfcf0e7ef3662f940191abd57cab4fd843786 +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs new file mode 100644 index 000000000..66ce9ebdd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b33800073cf01ec63dfbe06675df65341fc8697a0ea2c89c3362324715b2f58 +size 803 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs.meta new file mode 100644 index 000000000..fd163504c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SetSharedVector4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca5be5adb0a3aa0462709772e09b7027c99666876c9082036ccb7fa3fb25d4e +size 434 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs new file mode 100644 index 000000000..c74781a93 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dad5141fc61ac78ad47e46cb6bf25f1b20e203fcbc9b76286bceabdeee1bcb2 +size 935 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs.meta new file mode 100644 index 000000000..63ca98d90 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectToTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f7c09b99dc71f6ecb90f770f74c354c66ca861b01b3569547ebb6853be60e2 +size 445 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs new file mode 100644 index 000000000..9e8913420 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef17b4139036de9f9cc519b0f9e3e840bffd1f4af626015a09da500b1f81acd7 +size 1240 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs.meta new file mode 100644 index 000000000..68f5ba3de --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedGameObjectsToGameObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9149481b366f2923744d4e76c681f2c6f4544bc7f37395cec251dd20727ada +size 451 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs new file mode 100644 index 000000000..6ac4b3f07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45da0ae9e69acd22742f0bd119376c272ec78929580feccd477d20c88a39fa8 +size 915 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs.meta new file mode 100644 index 000000000..51e97ee58 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformToGameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6459008c11cbe8ec6329bcaf4e2fa4f9b9fd612f503feca8382176bb5b0236c8 +size 445 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs new file mode 100644 index 000000000..a110f62a2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86993c37e0ac3adb5b3a7fd64bd556be1414697fbc6e034661aed5328f5a04bb +size 1221 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs.meta new file mode 100644 index 000000000..6d528eb63 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SharedVariables/SharedTransformsToTransformList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9466400ab3e7ddcd63bd044fe926bb45c53a65b71417459535bb0e80c97e3678 +size 449 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider.meta new file mode 100644 index 000000000..befe26def --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d325b33bb844a611cb04de2e55f809382980894d4c2fdfe8d6fb3165fb8b7f +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs new file mode 100644 index 000000000..810b35607 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59023a7384f0b335a5f5c2661476a41d039292c3adadce70ff803a26a6f1d478 +size 1390 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs.meta new file mode 100644 index 000000000..a030c5e06 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b59d52f1d8603c5070f03815d9b76ed841b38215a11cec11706c425c6f52bdf +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs new file mode 100644 index 000000000..09a005ab5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215a4932ea0733214f371ff3ae1affb2c355a817124ced43014dc752c0fac9b6 +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs.meta new file mode 100644 index 000000000..ab44be1cd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/GetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1f89467ebd157c57ff603fed41f8ac1267d3c9b97938814f12a4c8ec3266f9 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs new file mode 100644 index 000000000..efa4920f0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971449b16e30abf5ab15890d5b735994cdcc8277d06a50dccf387c8650eb656d +size 1389 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs.meta new file mode 100644 index 000000000..a14674f5d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetCenter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89191a2824560cdc4c2bcc10829ac477a0fd8392c3e56abd0f72b918201fa8f4 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs new file mode 100644 index 000000000..50f07ef3e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d429e3f5bf605c9f3fb7ba57dadcca5c380e0509eddeabbe27fa55b9fd93a348 +size 1376 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs.meta new file mode 100644 index 000000000..8a72b128f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/SphereCollider/SetRadius.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba12c2e8f2e6c457e56bd4a81f1720d8878aa28508a23405c79eb29dc041a87e +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String.meta new file mode 100644 index 000000000..a95a7925f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386d89bd36dcc49aea9d650ac9b14007d5eb0250b1a1277eb5532e2359dade23 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs new file mode 100644 index 000000000..6bc4ab360 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f189797afd88b9064475cc28ac3454005b10d71acfe7e9eec9fbc523479a2f4a +size 744 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs.meta new file mode 100644 index 000000000..feaf98e1f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/BuildString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f0fcfb24faf755adc73e609ccaf467acaba5ec7a6bd3af101032d790160c14 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs new file mode 100644 index 000000000..67fbfd23f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e522856f0eca5d78630e91cceefa3af8c6f2216b1d824f3d8619c58681d3e913 +size 933 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs.meta new file mode 100644 index 000000000..e75ab92c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/CompareTo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1611e0212d7491f10a101f71f1dab3a5cdd4f440cc135751b247ed0b940d4fb +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs new file mode 100644 index 000000000..6b1e128a1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc4c7c35e720631dacc773594bd1c1caec7c04588ba8a748f513ba30edba2b4 +size 1345 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs.meta new file mode 100644 index 000000000..86a1e2ec2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Format.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787f9a8e5a5bd8463d73c328a2d6b2e947c4691b8d5cfae5763cdcbd2ce482e1 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs new file mode 100644 index 000000000..34f5cd6f6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a502c03545376de1c2a67e463a8170dd1e291d81402171cc6360d7aced1049e +size 669 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs.meta new file mode 100644 index 000000000..0ac6a0da0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetLength.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41503851e156ebf352c935cf302b87ffe20b115194403e19c83c9b2c74b2be04 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs new file mode 100644 index 000000000..2c7b4e99e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ac74df4fe34626666894ceadec6fd43bbeea60ee07cb44a4826f03df2b59c7 +size 737 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs.meta new file mode 100644 index 000000000..d1eccc6a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetRandomString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd10da0d4690b0d4e2067c8ce0a832d08cdc7a7d9952bf28443ab8cfd239a2 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs new file mode 100644 index 000000000..a740392e5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1543f42d57fa49bd168bc9f2a8116d3119c2905ac2a7febddebd5f5ef9aca808 +size 1125 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs.meta new file mode 100644 index 000000000..93d0285de --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/GetSubstring.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae36b29a60eb69076d97b94ad15b0ed81d3524b7ae1a62fc3c03e58016b798f +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs new file mode 100644 index 000000000..2c2999088 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec53f26819ad54173d74780a7fd4c3e84fb0fcfe57e478c18716c7143a44e6e +size 568 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs.meta new file mode 100644 index 000000000..615f7f09b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/IsNullOrEmpty.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430505f80b022ed75c31a6f4d27fcec28c444706d8adc59044a7950bf32843e2 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs new file mode 100644 index 000000000..9ce455037 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee79517bd31f72ac4f2af95c580a66f111f7793c1ecded36b83e3616e7cf53d +size 920 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs.meta new file mode 100644 index 000000000..a1d12aac8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/Replace.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cc69027831c350bfd28bebcc58f5ca413883f5745ed6c36f47a8fd4cf2b17e +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs new file mode 100644 index 000000000..8e8ddaa9f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec41a7815a6e781859dc1e74ba4f8e9ad725a7092fb8bb1b039aba055123fd0b +size 650 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs.meta new file mode 100644 index 000000000..8e4ec4f07 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/String/SetString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16461f67d3bbea0bfc3b6fc79b52bf87821df97216a0170ee022df9420dc78bb +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time.meta new file mode 100644 index 000000000..90a6e8f5c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990152d634037555ab25ae04d3c92c0e3205f22ceb3c6d6596ca7f0319922b38 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs new file mode 100644 index 000000000..4232936f9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe9a316aa7c9c1d13801b423de20a32132b76c9242a6569e0d97c63c3d947ec +size 590 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs.meta new file mode 100644 index 000000000..7e56184c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetDeltaTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029f27150ec0edefb0a6fdfa2bbcfd36d3a2578487f8a94a76855c839e2a6c5b +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs new file mode 100644 index 000000000..e46f14939 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2511aa093b5a38a385c9ee944ed36c6da7a5852f93b0c5b91f5b0eb353ff2e14 +size 605 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs.meta new file mode 100644 index 000000000..18e258ddc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetRealtimeSinceStartup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db987ea47cfdd1f82431838dc77b92bd47bb48e52efda1c64a36d301f47f80c +size 430 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs new file mode 100644 index 000000000..a54117020 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad9cdc59622585ca4b6bc82eebbf14128f316164bf3f035f89ab6fbee2f8ac9 +size 572 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs.meta new file mode 100644 index 000000000..a85690a75 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d85362dc139c07deb3a42109911a78b1f5956a000efe50c547e8e1ee5fe21e +size 414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs new file mode 100644 index 000000000..16ee4af4b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534dc9b13ce3e1a693adef551d8f77389072c24d2cccd5b57008e95f03d939ed +size 570 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs.meta new file mode 100644 index 000000000..6cdbce145 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/GetTimeScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f0bbdcdd066974dce94d1400420017a84763b23bfc6e96c15c66057e4113f8 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs new file mode 100644 index 000000000..0e763233d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0d995e31b5c3de0256495ae16016dda855284ccc4dcb966f31518722f4182 +size 548 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs.meta new file mode 100644 index 000000000..44c65c94c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Time/SetTimeScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27863bb4aa7b8458ac82c56467282ed511a6f31874ca4e1316b72aad651ef29e +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline.meta new file mode 100644 index 000000000..59971d474 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe7c2f52c96e487846c33a9ec13fe321d1a52da8f7de6a3df4956b21182756f +size 193 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs new file mode 100644 index 000000000..b44c187c3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed55343300fde90e5a5c2bd2d970008657257878855d60bb67cbcd0e58418d6 +size 1287 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs.meta new file mode 100644 index 000000000..9defb90c8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPaused.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c511f9c19188850f6deff7f8397aa019ca7c70f005e3b41fccabc28fefa98d53 +size 505 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs new file mode 100644 index 000000000..01deb56b0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618d1f0e7a1def2c53a2b03cdb964957a8f1c0e696ae094760cd8ce9485e3b10 +size 1290 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs.meta new file mode 100644 index 000000000..9152c7370 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/IsPlaying.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce928f3701c844d40c234a6a23b78c7eee27b742831fa542aa94d94db8cb2ff +size 506 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs new file mode 100644 index 000000000..80e5c6b60 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25894705bf9070a49f7f812bf8b1f7b2eade00c31893f981efc2b6bfaa139c9e +size 1269 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs.meta new file mode 100644 index 000000000..d695496b5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Pause.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abdf95d14bad47aba05dc8ae1f6d90645e8be9e094fd9b51b155fe74968a511 +size 502 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs new file mode 100644 index 000000000..9e9ba2bd3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a5d98dd671ac7cc1c9c5013ac6875ca35e010a27d18e8a1071edd0088dff1a +size 2152 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs.meta new file mode 100644 index 000000000..3da99544d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Play.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b2d91c58fceb6291432edbdf3342c3cfcaae662974bca4c3c5f580646e9b9a +size 501 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs new file mode 100644 index 000000000..8b14c2dc8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9124ca0148a91888e41f0b1935cef8d200a82772d2e9ed270d37fa92604e7d9d +size 1831 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs.meta new file mode 100644 index 000000000..3a60c6789 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Resume.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57e645212d14aba7604ad5618a60c05de83a47824eac4d2aada420895260e2a +size 503 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs new file mode 100644 index 000000000..0a3f9d882 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3a63ed9c2756dd6c058fe1ce7487e03a5d43a485c408d5b91da57f0e75454d +size 1293 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs.meta new file mode 100644 index 000000000..09bf6f0f7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Timeline/Stop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bb8186c8ddfc9f851d030399ff13dacc37da2957f4dfffb2ef9877c8ec37e8 +size 501 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform.meta new file mode 100644 index 000000000..959da0dc4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaaf887ff57e7285b12b54abd7adf1f8f1ecc5319b4642df8df42556797ef939 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs new file mode 100644 index 000000000..378ac7e46 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5ac1848d4dbdb998505276943bfd236f8149e3e2b54da6e24f4288fcc2462d +size 1587 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs.meta new file mode 100644 index 000000000..6feef5c8c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Find.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239607424849e8ec7e27474ac1482cb46651d63c0e560588879401db1781b324 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs new file mode 100644 index 000000000..e03c3b276 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce0d41b31c2a66868b5727dbe6c2457ad31a3c5eba22921f32712dff6c19d2d +size 2479 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs.meta new file mode 100644 index 000000000..8d282d31e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetAngleToTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0139b03ffc30b43b17339e8ea17e47de63d411c7e3f740b15cf737cfb662ead +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs new file mode 100644 index 000000000..eafbfa9b2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1056d4cae47c33ce4a7fca8b9ce5a039b06aa25020b788eb169aa82ca2239da +size 1517 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs.meta new file mode 100644 index 000000000..fbf2e8646 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChild.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb439d679d821322f87f9283db749db55fadd3dc2cb089f2adf5c8be391e886b +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs new file mode 100644 index 000000000..09e66b2a7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b674c7ee8941f626cde4c678805472a939933e75c64dd2a173391f04ebb974 +size 1395 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs.meta new file mode 100644 index 000000000..6eb28bf9a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetChildCount.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddf49190169989f002c672739cf15cb0858706bdb4bcaca346a6cf7f9d9a2e3 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs new file mode 100644 index 000000000..558a8feb4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f332b506c289325ddf694ca202d6d520fdf1dddf6002764580dc49f0846c0180 +size 1418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs.meta new file mode 100644 index 000000000..b4c883b08 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetEulerAngles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e144083f4ef64b5ea4e3a37cea00285ad4a40ca29ac0f8c82ee5deb74eac2d +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs new file mode 100644 index 000000000..13da8a582 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701ad3a6ecf199595a7a935053c8d3f0f0458158ec65ad72aaa7dfdd3d104d99 +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs.meta new file mode 100644 index 000000000..825614e51 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetForwardVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c84b497bbac45fb619b1762d7f0000c80060b19530a1ffec3c68113aef6767 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs new file mode 100644 index 000000000..72ea9d82c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb26b236e8ed34c34d285141c17ba2a4cfe689804f11f0b79b45b4f62462fff1 +size 1440 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs.meta new file mode 100644 index 000000000..747f11e84 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalEulerAngles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8b9e154f969decd5424eaee91190e6b89d61c54d9879333c9d65f8cd354a47 +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs new file mode 100644 index 000000000..1192babae --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7999770ca8bee9d60726210453752aef72f78dec7c659165b80a55824310b5a +size 1426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs.meta new file mode 100644 index 000000000..e692ccb52 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91203c9b62b792b5f3c5e211a1f2fb3d7c778b23f951d0cfbf391d1d3fa09430 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs new file mode 100644 index 000000000..a4f2e7672 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57622517f53bbae59134467e62b949e357edf2ab66b6f5fd9d0dcede630be466 +size 1436 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs.meta new file mode 100644 index 000000000..9321d8c80 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53dc86681a5483156d630c1095d7dda54dcd021d9dbab08c7e1a7aa9fcf96a84 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs new file mode 100644 index 000000000..de84d4c6d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedc23f9e94500897535efc5a5a1c192742f65f8d346b7227ba291df972db854 +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs.meta new file mode 100644 index 000000000..82ea9d0d0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetLocalScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b14b890506122963db7073d99ba1a2b70ddbe6ed24cc283cdc1d683029688b8 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs new file mode 100644 index 000000000..79855f5dd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf815c3c9e253e03d16a9e73e39aa1686dd76439965947851785ddcf3c2e285 +size 1390 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs.meta new file mode 100644 index 000000000..aa1e412b9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetParent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baea68778e221c183872af07d4ff5ba829444c2d37419bf67f72fb4b55190b37 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs new file mode 100644 index 000000000..7bdc4b656 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d683f080a3fcd45ac3b1b7c58667a89e6ae002f4747fe30123f2f363dd0a1a6a +size 1410 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs.meta new file mode 100644 index 000000000..1f0230ccc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b2c8c4554d3aeae52bab2372d355e050ff4dbd99261a8d385b54bc11266b06 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs new file mode 100644 index 000000000..081ad39e0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd88931653ec6bc51854b480b58c9b435c5c56e3a578343a35f882656d29a314 +size 1408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs.meta new file mode 100644 index 000000000..beb885e4f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRightVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c515e246b36d930c10cf4b926b284e45fc54769b3e083259d7ccef2e25bc3f16 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs new file mode 100644 index 000000000..10b072b90 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927fe48f7de207a68609d821cf7fca29c37b3c870892339b0fe82dfec6b85ecf +size 1414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs.meta new file mode 100644 index 000000000..e0640e4e3 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a670a3bc069ed2004f5978e7ebd996f5182ff4cc1aca2a142e832bfd5efccc09 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs new file mode 100644 index 000000000..ffd56cf97 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdd8e71d79f1bc6e2839d4e3353659f34e0e58e1f2989b1ed5ffdeaa1b4ac0f +size 1399 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs.meta new file mode 100644 index 000000000..9c2f504a9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/GetUpVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accc35ac588798fa40015db161182870ffbbf4d87704b45fd07894588717ec6c +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs new file mode 100644 index 000000000..e2b3b6979 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0576437e6cd40962615b9e6c8cd2406853c985e84abda160e080f1d1636714 +size 1408 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs.meta new file mode 100644 index 000000000..64e8eea89 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/IsChildOf.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0bf7c5b4c8d7d92efdf1ddcb914ec9f13744434dfdc2ea540606ebe1828a73 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs new file mode 100644 index 000000000..ce3a97254 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47daa4ee67a521f121d7f0b20eeae12193013ecae5e25f95ef7c4c073a7057e4 +size 1855 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs.meta new file mode 100644 index 000000000..51e0f3469 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/LookAt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccac2bb8ed6a0072b83220bda42d254231c13cbf8c1de02b19a655289a37074 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs new file mode 100644 index 000000000..bffddf4f7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e549792b9cf8af5151c30c14bfa867e1bc0ce16af6ef92fb788584fa723e599 +size 1509 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs.meta new file mode 100644 index 000000000..952081bd4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Rotate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7e8430d23b98e0fd64fb678b143afa975aa27b6071fd5791357d7f4ec779c3 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs new file mode 100644 index 000000000..093f7042b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d54d8e12dcd52f47509a996c0b7eaf73c20917d5b77a5af49864d98a63b0b11 +size 1575 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs.meta new file mode 100644 index 000000000..02069196b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/RotateAround.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbae30cf4a6fd63691edc45b6a87da3ac39a32c8ada52b911d75fcbca53ea83 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs new file mode 100644 index 000000000..55a19268d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a015a52780b1b98d7b088340abb86a591aaf14bd887993ff36365863e70d25a +size 1395 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs.meta new file mode 100644 index 000000000..2144e5e47 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetEulerAngles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5437953491fc40b5cdc2b05a4d0eb6c229e9cf99cc2892923b48bbcd87c8d6 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs new file mode 100644 index 000000000..a87d0cbca --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648b7fdf8291462338edff15b2207f30aa065f5e78653ad8f62811d68202423e +size 1382 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs.meta new file mode 100644 index 000000000..87c6eae3a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetForwardVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea75f4d4dd0e45a7a958d03e5cbf507f386c7497f77753fac5ad7ea2308db5c9 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs new file mode 100644 index 000000000..0241cc348 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3f7dc08398529cc8c86035c7327e0c39d278faed1a36bacf6676d1c88f22b7 +size 1432 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs.meta new file mode 100644 index 000000000..fcc38d010 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalEulerAngles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4b95a90ef8f6881869558b8ffc61fd73e6ea1c92a66f3fd5639fb5ecb1ea4a +size 431 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs new file mode 100644 index 000000000..03de6f6ab --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8748d6c215f2aa165b2d4e1ef8e1fa5f9b9a4fa1af5aa8f0e67ac8012198f41c +size 1409 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs.meta new file mode 100644 index 000000000..6fbdebf63 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e1bd5faf5a67156248c8b0d4749a4cdec88d16bcd54424d24229154ad5e54a +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs new file mode 100644 index 000000000..8418c9f0d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c028b4bdd82514e738f6dc1485c9fb833681abda74838be9ea68490638bb914 +size 1419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs.meta new file mode 100644 index 000000000..a25114000 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68317b9a9aeb829ef8295effeae78d2f2c0b7afe10edd2e612343cfe6354b6f6 +size 428 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs new file mode 100644 index 000000000..c828063ed --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb87597ba174220b0b765761947b2d6336693a6dc9e5a2467c11c0806ca13fa +size 1388 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs.meta new file mode 100644 index 000000000..4f86ea60d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetLocalScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c1d6cd4dff1cf5185fd7b43847c1734edfa62d2b416cbb40676468ef2e0fb4 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs new file mode 100644 index 000000000..0da2d65a2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1b4ee69845b0bb1885636d8677b5dd3b9f9e8cf171d52a8330dd5b305bdaf7 +size 1352 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs.meta new file mode 100644 index 000000000..9cbeb3469 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetParent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7792bb611350341f83fa19eec1248cf5921d9ac230cbbd7428ecc714f68db8d4 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs new file mode 100644 index 000000000..0bb927fff --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419f6b91e1d59c276e8713fe6379a44117b72b521178362cc1b55006a579d407 +size 1372 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs.meta new file mode 100644 index 000000000..1a42143fe --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetPosition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec741e3c5107134aa546ebb9ae8babd582a771bbec86fc2966f0b69476bd8534 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs new file mode 100644 index 000000000..ba2d3048b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2652af80dea04f56636f8d257a594c0d0d75d2d05c98f8f682d2aefc110f6c +size 1376 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs.meta new file mode 100644 index 000000000..0511b753a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRightVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbe11fd3f3a8b8c93a0b615ff757a370b6e1924c6aa1c2200a1a1b808a6de30 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs new file mode 100644 index 000000000..d02f54db8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f959b730df1edb123f858033e8c99d1fb21259eff79a027ac3609feea5c87414 +size 1382 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs.meta new file mode 100644 index 000000000..b19d4c643 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368fe15d41bc297a7912a317f4a0e7c14c88a1a2cbd10326b2f222fe360c47c4 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs new file mode 100644 index 000000000..fa5668588 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ab7022b881a68214ea8d8ddb300b01962e6a056784bd0ad2c0efd5ff990e1d +size 1367 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs.meta new file mode 100644 index 000000000..5bf89209e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/SetUpVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2266043776a1d195fa47f5258455be239c3eac3ffa8ee636a5bea0886da5d33c +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs new file mode 100644 index 000000000..4980afd50 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87a6d496c513001f293bb1b624f7979901c4bbf9eefe73410b3d970dd02365b +size 1572 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs.meta new file mode 100644 index 000000000..9bffc6703 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Transform/Translate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d681d43b8677ef07a63a8ab2cb839008424c9a85a3574dacad6be35aca2d6c +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2.meta new file mode 100644 index 000000000..149ba691f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e443e0a72efba39db8f5a552b849ef4d8b7aa3670cb8ecc2e3e869c63e8eec5e +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs new file mode 100644 index 000000000..82c3e3bec --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6659b96f68c6bed4bfe32c2dce6b251ebd68b679138f1d6c48446c946aafc659 +size 916 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs.meta new file mode 100644 index 000000000..7b99b9065 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/ClampMagnitude.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72b5c82a760fbdb3a95b50d3ca3b42658971e2b8cb187bc20b6791909f33285 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs new file mode 100644 index 000000000..5737f916f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8de54fee88af04b93dbc44e26b9ed241bf21a976212f4d8dde8f29f39cb91ba +size 868 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs.meta new file mode 100644 index 000000000..c25223f79 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Distance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2fc7667fe11decfb7a514ae6a00721843ca5afd654745b260d4ce9b1ed06cc +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs new file mode 100644 index 000000000..464b0dd66 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bde9c658f66f8aa53262cc891ccafb17a462a5792f0807aa3e9dfccf65c057 +size 911 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs.meta new file mode 100644 index 000000000..5d0b5654d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Dot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d2ba27162cb63c7699b1175b4b664a28124a2a08aece8aad4872c4588f8329 +size 413 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs new file mode 100644 index 000000000..125823020 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6605f6c78b822468f5929c4800c69984fb05b0b1370486cc7684f04c613fabe5 +size 752 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs.meta new file mode 100644 index 000000000..4f8d31774 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetMagnitude.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78545475439ec5b04813be2a84dc744fc5fd16b8f3c89598946278c0295b3ca +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs new file mode 100644 index 000000000..81a4fff0a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c079a06fefe3843e4c8465437c744b8a82daa2f7e7dad61fd4f44bba71c1b0 +size 586 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs.meta new file mode 100644 index 000000000..fc20a9099 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetRightVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35511fdf3ab2cb1d7e7b177b19243d6c132d2bd070bbeeaa56792212824041b8 +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs new file mode 100644 index 000000000..f96ad11c6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52f92a3f5e85814bd00ebc3fed08b658e8267ca62d55a7106bc6f85bdfa5180 +size 779 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs.meta new file mode 100644 index 000000000..74dd55c34 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetSqrMagnitude.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9c06874112761b70e0ebaeac78ea5a1e078b108336d244d183dda70b6facf9 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs new file mode 100644 index 000000000..69e5b2a30 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a04488c33c73cfbf8dbdd252d7af595633d802981d79dfbdc30c5e6e9adb9e5 +size 577 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs.meta new file mode 100644 index 000000000..360641980 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetUpVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0287160dbf1adae176f2df1dd208e5592d73748cbf288468cc814089db52e8b +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs new file mode 100644 index 000000000..3f70d694c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf3853e590cd2a8ab0e5a6f577d3bb31d86119e87afdcecd73b5d88f464aca2 +size 751 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs.meta new file mode 100644 index 000000000..d1df6e1e4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetVector3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6eb22b1f454b334421a4c2894f76a7cafa7e54d6c155061a5b983f274105f09 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs new file mode 100644 index 000000000..0a5d211a1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dcf293d580851ad17090754f85faa0ab845b6da2853994e2b981aece668602 +size 861 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs.meta new file mode 100644 index 000000000..b43e813da --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/GetXY.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca3db1e0f0eea177e0538d7d2e70551cf90edcb74c422de17d40cad5e5e9696 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs new file mode 100644 index 000000000..1c21770f6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0b0edbb2babd72b3254b6f2b4a26f9d58faf9755b084e896d9a2a66c1a098c +size 965 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs.meta new file mode 100644 index 000000000..4cfde5eb0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Lerp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782e2c0aedbbba22f5eccec4a0f0b9f7fec81a8dbd8ac4b60a6485fd838c1982 +size 414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs new file mode 100644 index 000000000..e297925c2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c809a74c471f95cd249737ab7dd7781d1e42d3718561105d2d46582e80a6f242 +size 1045 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs.meta new file mode 100644 index 000000000..1bb486e6a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/MoveTowards.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bec9f9734e442983de31d49773e8d7a44788000d4e3bdf515461275bd1b1bc2 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs new file mode 100644 index 000000000..e6ec76a50 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927fa595d9bfd0bb135c4f0367352a2a0eb2da3006e1e2563a027260a733a822 +size 853 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs.meta new file mode 100644 index 000000000..87b553f99 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Multiply.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4683b9bd141d3b5249588f69b4d901874da1f238ea6e6c515b71ba9b0273f3 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs new file mode 100644 index 000000000..a6c8e12f9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79342bca625ea9ed7baf8c2d13e4e0264e76f9de3cf41b1a262757450021c6a2 +size 732 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs.meta new file mode 100644 index 000000000..b94341d7c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Normalize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debc0c23a0835c44d25d7517dbff37216b572145d40c379a8e8e1729232f532c +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs new file mode 100644 index 000000000..95ead3a47 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2855a8e72103c963eaf70bcab570094c166e68d87b253bfabedf92e2828f5bc8 +size 1564 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs.meta new file mode 100644 index 000000000..f99567058 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/Operator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c45053ae86d910d7e2ac3dd339dae68323074c0d87c3807289416ed09d8f71c +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs new file mode 100644 index 000000000..5f56b9b16 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe8fd9651527c517a9bd23dedc7f4e7293a71745325a38fbaeff28096022cfd +size 727 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs.meta new file mode 100644 index 000000000..9b48ca521 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0ba94988a24a20d6e06a9882bcc4ece0b4b64d452871bc24ec02309d81dcdc +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs new file mode 100644 index 000000000..f089930fc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1995ca735af3d6048c55a9bb3fd48f741510be7c0d92de2248f300495de33533 +size 1094 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs.meta new file mode 100644 index 000000000..7947609f9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector2/SetXY.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41eb99339ef3847bb7c3dfb93af504199d9ab78b6c3062b14505536917d75f00 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3.meta new file mode 100644 index 000000000..37681edb4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55fae91c8e70080e133d7554ea4a6627e6eddf66420b54aaef99c1f83488bcc +size 90 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs new file mode 100644 index 000000000..f150584db --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c5c43f07cbc6dca3d23e345aaf1ef25d5ce3bdaed423ad6e1e78629cfaee55 +size 859 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs.meta new file mode 100644 index 000000000..13b842184 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Angle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50b28f1327483d50df294534de1badacbd7592964acc7338f2db0449f6a726d +size 415 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs new file mode 100644 index 000000000..f67935f27 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0a78e6119f690b55b7e73b4b8b7d990706cc9a9e0a6cc10fbaa3b931b8cd17 +size 916 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs.meta new file mode 100644 index 000000000..20fff522b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/ClampMagnitude.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdec0ef1acf20a7683590da9ed5722a8a44ab6644e588e38e46e73679056d0d +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs new file mode 100644 index 000000000..20bb25a8e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5f07e90f24b8b075e2b27ceb625a449fdd54aa0c9ab3bc362dafa2138f0dd3 +size 868 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs.meta new file mode 100644 index 000000000..b839e1b3c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Distance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e508136ef92ff02d56e39db2e38699e07b24ef827573f1386d1662d75154548 +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs new file mode 100644 index 000000000..8c95f62db --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8196d939c66990e7507dead71a9fd1edba52a93db4b793db2cd3c63a4ba3441 +size 911 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs.meta new file mode 100644 index 000000000..57b701501 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Dot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9404294ae1557969f0017bd33b3697c3929ee7bb0ec6a0b86024266dd459ad44 +size 413 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs new file mode 100644 index 000000000..bf23f762a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250943459d54f69b34284103550889d93e8181aa999342708977a3e23b29cfde +size 592 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs.meta new file mode 100644 index 000000000..20da10e1b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetForwardVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7073d5bb321fcaddb5f344ad7567ccb0749713598f707b7e94ec77eb6c1358 +size 426 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs new file mode 100644 index 000000000..044e4ba56 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d932228fcfd2b217c89fb94c4afea8bf8fc6f8cdbe85f2601e3ff7c375fcb25 +size 752 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs.meta new file mode 100644 index 000000000..060d0a15a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetMagnitude.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37500ead2700a58ce2f2191e8602915510380a65cea1c9fe68da678382796179 +size 422 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs new file mode 100644 index 000000000..d9589d47f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fd83373eb8d24e47ece3b052e7533a9505b81daa26f01c1128595c8b5fd778 +size 586 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs.meta new file mode 100644 index 000000000..1b4dd7c2f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetRightVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80bb3a498e09b735189253baac7073993dca92432e613a732257e038f6c861c +size 424 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs new file mode 100644 index 000000000..5afd275f2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5daadb5a937ecc593f0a70a88eba7893eb9d9952217a66a059a93d1a6c008b1 +size 779 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs.meta new file mode 100644 index 000000000..190b94295 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetSqrMagnitude.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c238aafca0a166739577cd93780a3fca1cc153f4d283a3afb1e78b8f840007 +size 425 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs new file mode 100644 index 000000000..4af057264 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70a39e27baf10cff61fc0b2f392646e457d018bdd4af46e64db3163af64c513 +size 577 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs.meta new file mode 100644 index 000000000..c266584b2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetUpVector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357d70073a846842373293f095c57ba98d6b93ef8d38972ba331a5eb1707ade7 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs new file mode 100644 index 000000000..b01b2ad5e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c36e7e9456b8bb05ebf85a449d0601cfbbf2cec18f314364988868b108642f0 +size 751 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs.meta new file mode 100644 index 000000000..b22e11300 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetVector2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7ed435f2aa2e32dc9ed6a9ee02a367eb716c521a88d278b9cc1e7bfd8174a1 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs new file mode 100644 index 000000000..76a4009d2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7252ad9a41bec45fb3e3bd4d03e9256a4ea6f27af6db10187bd9dc257b69b3e7 +size 1049 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs.meta new file mode 100644 index 000000000..94d1cdbd0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/GetXYZ.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7492aaaca23096eff11e19dda244b057c6773cb536bf12d9258ca6c749d232c2 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs new file mode 100644 index 000000000..e6cc69019 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ba95b40f6d1ef0d88edd976c8030d74ea8815187f1bcda1cbc2bc8a52e6133 +size 911 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs.meta new file mode 100644 index 000000000..f37e649be --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Lerp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f62f523427ba0e4720659d4713e925fc699de98c217ad85167f68121f945371 +size 414 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs new file mode 100644 index 000000000..f71de1710 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47b8310703bd7781aafaef7a5d0402e2fd6821d3ba810755e6f49cc31472987 +size 1044 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs.meta new file mode 100644 index 000000000..219caa3f2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/MoveTowards.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee82644de4f7f6edc3fcf634b8fe6c8fe2a022ce2c90622dde71e1ffbbf443c1 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs new file mode 100644 index 000000000..7bb6e5af9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80824023acece9f431b869cb5346952f1ed1f9cda6a21ac7d8b5b82ebe0d1876 +size 880 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs.meta new file mode 100644 index 000000000..bb921319d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Multiply.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b71be858711541564255bfb6a1da41633d3cce6e47351c96091b86da550b6a +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs new file mode 100644 index 000000000..0e5d228f8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8646976c8cb10fe9d3a245ff02b5693313e063f535f585264c5a7fbca5e7fb73 +size 740 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs.meta new file mode 100644 index 000000000..b13dcedf9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Normalize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5e5c5786b86f07fb2f42ab613196a73c3070912044761f51285575a14efef1 +size 419 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs new file mode 100644 index 000000000..6b05d70dc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e9eab1a932c95c687bfa79be2221e43287ecd38c4813c4d3e121e2f6a901db +size 1565 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs.meta new file mode 100644 index 000000000..6b452b7c5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/Operator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce05c662135b984aeee8a9a3562549de9926697bdcb9958a27b971e5750a93e +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs new file mode 100644 index 000000000..0875e13ca --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd479ac7cbe0b051d693d9540ccbce907d6b31d15261d80410585e115850af9 +size 1304 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs.meta new file mode 100644 index 000000000..21a1b679a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/RotateTowards.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023c52ac56cd0e666969653bd8d788d5822650abdd7c879cca55028893424359 +size 423 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs new file mode 100644 index 000000000..0a0a87476 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537c7ff175e0fcca1b8689a39af68738cf76b203a55aa6d133e16bfdf8a51970 +size 727 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs.meta new file mode 100644 index 000000000..f58638e93 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cfe8511fe48bbe413cd469dc140c09a0962dd84974d575f5208fb8d7d1602f +size 418 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs new file mode 100644 index 000000000..130eff933 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba1b9e7884aeea173832586326ce13f4ee6cc2226c65c701f66f8d42a85e60e +size 1295 diff --git a/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs.meta b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs.meta new file mode 100644 index 000000000..e309c0243 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Tasks/Unity/Vector3/SetXYZ.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20ffa572e505aa1c375deb0d30701744e36cd0497d184363bde99ccdafc6425 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Variables.meta b/Assets/Behavior Designer/Runtime/Variables.meta new file mode 100644 index 000000000..0a0891011 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70152f477f5d86d6972b34f144c6de362cc505073234c726fa6a2e4b08675bc6 +size 90 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs b/Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs new file mode 100644 index 000000000..fa0e4bbbd --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497bba5f6c91841b474822269d27b529a7b6bfca01352df5d85910f308f01d91 +size 306 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs.meta new file mode 100644 index 000000000..24099d65e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedAnimationCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b62b2fd0f0a9eab8ba6976bd19d9150a3aa7fe0fa76939a2934adff087a15a +size 506 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs b/Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs new file mode 100644 index 000000000..dc5c9487d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec43e61e58c986de7a2d09c841adcec85683611014103b8479d1cbfeef69b091 +size 281 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs.meta new file mode 100644 index 000000000..ec668a79d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c46adf4e88b617803c43ec4f11f0090eb1fb1e47de9db4d33d1a6e837f3399 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs b/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs new file mode 100644 index 000000000..0f761d3bf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43045f2039c48da73b9023d46a879834c1f96f69eb01499bd4cb18220a91c7f +size 236 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta new file mode 100644 index 000000000..bc07c66bc --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedBool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ceff4c0055b315d77837bc53b437f45550cb6a987bb483ec4e65404f5786ef +size 410 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs b/Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs new file mode 100644 index 000000000..41deb6980 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfee8c9e99408262f89f2349abfc1ddad8813bc1049f8d688525ac12d695f280 +size 276 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs.meta new file mode 100644 index 000000000..a286892d9 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedCollider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970744b19c4460d50c6a3acc16889467c18b8c067c8a699549f287b18326689b +size 414 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs b/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs new file mode 100644 index 000000000..b54fe1a31 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5b8a6bf3d2d9bf70c06444dcac319701468cd3094c5f85053eae3a3fb54625 +size 261 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta new file mode 100644 index 000000000..027780613 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f75a0c2587935e56eb59d327dc4c581013bb670c655f183dde1e10b4864c958 +size 411 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs b/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs new file mode 100644 index 000000000..b47da5b14 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd2a058ea809922d9dd79f37ce4e73fd3b7ab93018ef9ba588cbb69d2a0c21f +size 240 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta new file mode 100644 index 000000000..7daafb99c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab82d004917c6bc723c88734ef4aa77e2a2a477902b78b6c80270f75096b5f06 +size 411 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs b/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs new file mode 100644 index 000000000..887c3bc8e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6292d8ea398b817af43d8e251bef31b402b0f546c9e38cd1ee8a7d5567ff9648 +size 286 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta new file mode 100644 index 000000000..67a7678fe --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedGameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d16558f2fe11566abac5a0b95a3cd1665abc153b91ad83132e4ed122d57d13 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs b/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs new file mode 100644 index 000000000..eb456a860 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac04e5afd1dd1e233200dfed984a9aa039c3edb01b42a64da11fd37eae281b7 +size 448 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta new file mode 100644 index 000000000..d1b52f19e --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedGameObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc59ad5b1d969191d39d78a9ef168501da363067d2df96da20f12cf84fd673ee +size 420 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs b/Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs new file mode 100644 index 000000000..0f11a0baf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac2718516e2e45ba1de5cc41be447a9d3d69b381d75b1ca08286c09b04f505f +size 309 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs.meta new file mode 100644 index 000000000..d10b2d277 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedHumanBodyBones.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6832dc7fd47fcb2d41d1158111442520234df4c6cb0482066af415222385c9 +size 420 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs b/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs new file mode 100644 index 000000000..3d206bbbf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9723730217196f3b98cc7f79c890a3aabd8b36a74d81e7baa346d259c3aadbe +size 231 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta new file mode 100644 index 000000000..1f508a7b4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40991b7e28e5031dc90059e453ad6d46c3e4e83c1d0f6db2aa4f9d5914ff412d +size 409 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs b/Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs new file mode 100644 index 000000000..17a1df1b4 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9d959eb67533a1b1b4cc9f0b1c9b9f5f85ad5e4c607b43cf4d6698316a24c3 +size 284 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs.meta new file mode 100644 index 000000000..b0bf36d1b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedLayerMask.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295025eba3ca4bd1eafd817a45c2bc32348d3463bcf3b6eaf741b255f659ee67 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs b/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs new file mode 100644 index 000000000..f5dc4c9a8 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646d2e3de1492fa5885eb0f30a6e06712228c8ee2b8ca4f496ac8b4dc93adb18 +size 276 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta new file mode 100644 index 000000000..6079c1c67 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedMaterial.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f799e663f9f2fa77c2b52b4f1190eb214c9b4cf8d968bd6cdd0c45e6ac55ce +size 414 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs b/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs new file mode 100644 index 000000000..123b80345 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ec7244e387570759ed5ddd44aefe94cc2c1e1b18099e5f7a67bfaaddd8ba32 +size 266 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta new file mode 100644 index 000000000..2afcfbe20 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd9b2c327ca6bec3904fe01e72e69c9df51983e71de059924206d2c244c9c4 +size 412 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs b/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs new file mode 100644 index 000000000..cf5395054 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea2d1fe2e8194c9fe523a213eb283c55114a042c6b3cfaa566701ef73c458b5 +size 324 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta new file mode 100644 index 000000000..ab2410f29 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d092dcd85cb3afa6bdbd0eccbec753dae06852a6f3a8efc6f7b9ec70e5c7d66 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs b/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs new file mode 100644 index 000000000..e4dbc94cf --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb69429f216eecceb2cae29b55ee8312e2a34cabda4fff5e48ec55370bb0fbf +size 286 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta new file mode 100644 index 000000000..9e5cee2c2 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedQuaternion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95cd4e2d040874e9368ed52fac283e7fff9a2ea7cee8df93d2faa53cca9dba8 +size 416 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs b/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs new file mode 100644 index 000000000..e2a3b2fb6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0ea9aa5d20271e10d7ec20b83231f235a14a1c00a51e57cb43706b7f33d28c +size 256 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta new file mode 100644 index 000000000..c147167a1 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedRect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3a470077eec0bf1c14bb33d877aa28f00498c6089bb3dc4f3f47fecaa1832c +size 410 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs b/Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs new file mode 100644 index 000000000..1a4930d87 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc9399c6980ea97c66ad79d751245b13f865bd215f3b073ede922e9fdbf5ffe +size 344 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs.meta new file mode 100644 index 000000000..3304735f6 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedRigidbodyType2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b97ffbf8019d6ab898bf4a2a25bfc95bf17c768a706b90ff84e3ffbdef975c8 +size 421 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedString.cs b/Assets/Behavior Designer/Runtime/Variables/SharedString.cs new file mode 100644 index 000000000..f014cdb6a --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e2f4b103985515d4c2961fa94bcf9900be5e871257429376ce924e8062d34d +size 246 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta new file mode 100644 index 000000000..e94417a0b --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b354d3d4d916e991ff026ce2c3341f8fb6e65eb7925905ddfba199ea3d17e7de +size 412 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs b/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs new file mode 100644 index 000000000..024f1c0c7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f3db004ebe175f4eca986dba8f8a14d3bfd52bdf1647028b6e212c90c7bdf2 +size 281 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta new file mode 100644 index 000000000..0ac216b42 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c266672dcd829a3c156946847ffffc843ee012f0a86e5850a6242c9e4cf2744 +size 415 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs b/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs new file mode 100644 index 000000000..cf940424c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee4e7438e589d67ce0998f6bb33b6d33d6a8823b2cebf928bf5da010de67366 +size 441 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta new file mode 100644 index 000000000..4efeb5bc0 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedTransformList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227480bc380c1f6d3f8de71c0063b7c960ac83b175d8dff50aa6932170d1d05e +size 419 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs b/Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs new file mode 100644 index 000000000..3aadcd8b5 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03730beb3371f33d8f6726139c09076695d5c6d1fef40dd0080b6a0c359e32dd +size 236 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs.meta new file mode 100644 index 000000000..36073419d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedUInt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26881a634900c6a96d7c202c74cd0e4757c45dd09175fd6d55cc2e84b1f3b345 +size 410 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs b/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs new file mode 100644 index 000000000..bb51b5a56 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b435221688000755b468283fc5d0057cd13d5687b5c3e2a57e9bfbcc059df93 +size 271 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta new file mode 100644 index 000000000..d37dd7462 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4f02f3510edf00bcdd8c940202b726177396f3567c0224594448c1081bc2f1 +size 413 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs b/Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs new file mode 100644 index 000000000..21db8e11c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d35fc0632a924ce6b295a5e2e725e18244ce51005b7fb896c0160915b25e267 +size 286 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs.meta new file mode 100644 index 000000000..8d088124c --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector2Int.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846f7f109e49a92f39d869073b18eeac65ca6f70caeded2b3e1afa3a8f6dd29d +size 502 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs b/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs new file mode 100644 index 000000000..3c038e15f --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137addd503d89ee132cf625b8a5da7e7633fc1e7d2895ecf3c39ea0c2f28393b +size 271 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta new file mode 100644 index 000000000..32f499e3d --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9860b05afc923f95978e0ce1256b9c52cadd90c4cd9fe314b7dc4efb66e1e413 +size 413 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs b/Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs new file mode 100644 index 000000000..9beb58e45 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715989fb1c3b19d604ef7e2c72519c635b846643c15f062d6f748b99c3e208d4 +size 286 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs.meta new file mode 100644 index 000000000..1688bd7c7 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector3Int.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81650c67627dc46b5b6d2d1e4e10687d4fc601a5a16fef1ba146e8a162b3dc05 +size 502 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs b/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs new file mode 100644 index 000000000..49f4e8bee --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841e7542550d5842a65b60b6bb8961e0adfcf1e5c653b4e4f85f0d29e5149f8d +size 271 diff --git a/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta b/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta new file mode 100644 index 000000000..2a11f2a57 --- /dev/null +++ b/Assets/Behavior Designer/Runtime/Variables/SharedVector4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143ee7b869bfe32a53a5a768fbd81fbaf126dd8dfba2f63925753a759a90fe10 +size 413 diff --git a/Assets/EasyGridBuilder Pro.meta b/Assets/EasyGridBuilder Pro.meta new file mode 100644 index 000000000..ad661f8da --- /dev/null +++ b/Assets/EasyGridBuilder Pro.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a34b9f339dd109c256d7562bf81549426d02e69fa0e8c46d0aa1e3cb7bf4c2 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes.meta b/Assets/EasyGridBuilder Pro/Demo Scenes.meta new file mode 100644 index 000000000..650d3d5d9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eff1a39de64733b1c8277873a146db4108475da7724b52dc0f112b481a54ff1 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity new file mode 100644 index 000000000..9c878b0dc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c731a071cbde7c4a383182405bd91c740363d020f1f5d9e292d5a4786b16cd46 +size 10592 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity.meta b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity.meta new file mode 100644 index 000000000..e906ab1a4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D Tutorial.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc5917b83abf384817db5f0260b991b33a148b95149e70fc66850117a02a457 +size 366 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity new file mode 100644 index 000000000..a2b6202b4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f95559fda1dad7ee257decfdab81283d2163e224a45531e5e082d2138c890e1 +size 392901 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity.meta b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity.meta new file mode 100644 index 000000000..dd640cae0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 2D.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d707d29a80faac46e6c580ce86b2455ae9d322651acda040ddfb15f5835ffb49 +size 357 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity new file mode 100644 index 000000000..041ce4a65 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a3dfac6e363f7c758911f358114eac5fc8052fd1997ac3fac7877fcacb5427 +size 521376 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity.meta b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity.meta new file mode 100644 index 000000000..53688eb50 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D All In One.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b0dc3808f31a00c45cf9d78bf60d32e916f94c2e8b0aba88e047c2518550d6 +size 368 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity new file mode 100644 index 000000000..259e23194 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42faf8735e6186a09097f2bc02965a46c2293989dc22f68c67110a40acf001b9 +size 397845 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity.meta b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity.meta new file mode 100644 index 000000000..9e2b086d4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Lite.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e7044aa6da66a7728984a7667b820f59b6d77ad91ca303d519954d2c6b69f3 +size 362 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity new file mode 100644 index 000000000..02a5721b3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7feebf35da84e962f95630cd0850185fa1a371940d5ff45710d9db9c9ff3702a +size 489187 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity.meta b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity.meta new file mode 100644 index 000000000..880ead80c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Modular Building.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341bfd5d7e2786d197ee4dfd0be52fe2ff6b5f053da6c8c8add5dfa1cc77d57a +size 374 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity new file mode 100644 index 000000000..cbbf10c5a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84a445658c36cb87b30f7700cf464e0e125512c4df5ae9ece225564527093e0 +size 13292 diff --git a/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity.meta b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity.meta new file mode 100644 index 000000000..263b502ed --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Demo Scenes/Demo 3D Tutorial.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b4dff3e0c7443f70d042ac7a71a58d7ac66d83b951a21ba3b1b106de250da0 +size 366 diff --git a/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt new file mode 100644 index 000000000..ebb653657 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bbf68994c9223aa1f315da0986f297255a83e24f99bca7af881a8739d645b5 +size 182 diff --git a/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt.meta b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt.meta new file mode 100644 index 000000000..05fae8ce7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro - Third-Party Notice.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff79fb8d7cfc88c68e9c44c7f62fc50a80a5c58e85fc09ccc914e6ffc762bc2c +size 381 diff --git a/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url new file mode 100644 index 000000000..36dd49194 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d14383e73cfa3ac687e23e229565a5f9244ed7007bacb6b83e7adce35a4a730 +size 158 diff --git a/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url.meta b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url.meta new file mode 100644 index 000000000..3cfac5802 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Documentation.url.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837a2ed80683aa9f39f40af9e51ecfb4e44a3c0fb156d59badcfff9c351ec2ce +size 371 diff --git a/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf new file mode 100644 index 000000000..ce10979a7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1181f7706d9a39fbdbd78abeb69195796bdeea92a3c65822989f5b3e63c31ea6 +size 1813195 diff --git a/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf.meta b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf.meta new file mode 100644 index 000000000..16eaa4355 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Easy Grid Builder Pro Quick Start Guide (Offline).pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e36fd1015b86284af497926dbfaee175d815a08669d4fc589c4fda4d7b2cc2 +size 385 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets.meta b/Assets/EasyGridBuilder Pro/Misc Assets.meta new file mode 100644 index 000000000..d4fd11086 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8528c586cfc6e01c808be7319445f60eac1edc72b24bfdddc16332fcb1c7aa0 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites.meta new file mode 100644 index 000000000..1ed96acc6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35554c58842afb792cab77bfb544be77d613fdf1c22c2b4bce476de128fd700e +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png new file mode 100644 index 000000000..bec3c02c4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5c2de9b63299fc0871fec35fba0268de68af727d3fd8e2b640ebfdae3458a6 +size 4252 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png.meta new file mode 100644 index 000000000..b22df297e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c1a1558f23ddd00cb383e7d7141f183457e6491234ecb532f7578056a0a8b4 +size 3090 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png new file mode 100644 index 000000000..b12f19b24 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ea10792f0876672bd31a6151cf2b1bf6b88a16caafdb9d642d2dd2fbf44ad5 +size 8548 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png.meta new file mode 100644 index 000000000..1b5f8dec9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de171d7cdb0a7e4cb7555a514103ef04fe1c55715c3963da1e211bdab8ae6b0f +size 3091 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png new file mode 100644 index 000000000..679bc3c1c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950e8d0ef8db9b81f79a0f362069e5341b18ff6d589ea3a261e4fac400b5d91a +size 5295 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png.meta new file mode 100644 index 000000000..e62004368 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6caf5a90bf3bdde583667d9166c89c7e87633080dcfa44db1683657f9d4b7b +size 3092 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png new file mode 100644 index 000000000..375e8872d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffabf9cf9f4c50e0a70f585eff3697626a70f133f8b066f11cd2648e8e5f3c7 +size 6325 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png.meta new file mode 100644 index 000000000..9b43aa06a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c816881d915ad698cfed9c21e9ffc75185efb4b31ebff99371e230ce3e777ae +size 3089 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png new file mode 100644 index 000000000..97b83cacf --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d62637535d614aef3ac1d5d847cb0e4295298f904102b79c965fa1f1a0474e +size 2242 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png.meta new file mode 100644 index 000000000..df8ade583 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d32b76f7557dc3b10519d826273302b7d9d349bf9b0e8ee16410ef0e6b90b6c +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png new file mode 100644 index 000000000..e0bd5940e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff05c0ee2c584522d49de6a512591c1a70a667076af690c27711fa7ee9411265 +size 2255 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png.meta new file mode 100644 index 000000000..6591b4977 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c89f6c3de0ce9a40adce3f9753983a4e9e78e3888693bfdc8d07279c8dd09a +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png new file mode 100644 index 000000000..928a254f5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd6a6295f38a72f18f2129229abd3467958970241f49ad80b07f8229055e301 +size 2256 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png.meta new file mode 100644 index 000000000..2fa59d6af --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca9413488500c19d9c8e0b3de8cc7a9227eb63a4ba666be9505bafacac29b95 +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png new file mode 100644 index 000000000..20ec26630 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1939fc9aaedb64f79cdde0c64f274975aa85a4465c29340db847747a6e0da3dd +size 2271 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png.meta new file mode 100644 index 000000000..2fb6d5414 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Road Tile 04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d4477fe4f2f266e2ed061cbcc74a691fd9de9297160a802fef18873043715c +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png new file mode 100644 index 000000000..03ea83fcd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cbf820fcf7b421c83b5dcdc95b5597cc179bf83ea718664521f92c916be299 +size 5422 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png.meta new file mode 100644 index 000000000..c5adede64 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51077f9675020e937bc48b366a91a1d2c05f8f1f2da66005cb593386ab09a2c4 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png new file mode 100644 index 000000000..ec3b3e329 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936e3639614cadcda3d2afd38d31187896fdb4f67c9da9d9237368297b514b0f +size 5391 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png.meta new file mode 100644 index 000000000..acb93cecc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b337e1bde2017d7465984f59dd9dbe1c1611a8ad321b7373e96aab978dd6cd6c +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png new file mode 100644 index 000000000..94af40d08 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31d46059fb4f67505b1199d4a473c7b0b313eb4f88132fa8881b294bc58ad26 +size 5416 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png.meta new file mode 100644 index 000000000..552b307c4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Large 03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7e4a538316d094ef4195cf8b1f7a6085d2cbeb3844ea54614837bdb4519eed +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png new file mode 100644 index 000000000..733bea94e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168134f5463d07ba5878198ef271dd4d22721fcc40ab0f3506aa789aa2dbfbbe +size 3026 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png.meta new file mode 100644 index 000000000..37868b40c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccf60331983e4fc0c51f2183afd44f8980820206214af39b0cbcff8b3491b85 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png new file mode 100644 index 000000000..acfee3f0a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc4a6f3edca1c637ea609cfb1954e19aa41360f6a1c88df8323d770ea356b11 +size 3030 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png.meta new file mode 100644 index 000000000..2b9465911 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0159dd870a12dfe9891939a24be9870d867e09cacf1b4b218b826f0f6f4983f +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png new file mode 100644 index 000000000..d7fdcc490 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b7d88130d44baeae8ab5280984a47f0ff0d82f256e9190f721262eff837f03 +size 3022 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png.meta new file mode 100644 index 000000000..8f842ddfa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Tree Small 03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39eaa3b57a1f59083779c128c7f11c3b868757a39772466f658c4b9677bc3b7b +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png new file mode 100644 index 000000000..92d1bd1d8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65eb177916a38ef6f345607f65370e44c8d315ffee71591b6a640da921e778f +size 10790 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png.meta new file mode 100644 index 000000000..dc3f82b0b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/2D Sprites/Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f047c8697c35c594c2d0a1c3af2eaf6b2d52825a822feb27b405c592d0a14512 +size 3092 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts.meta new file mode 100644 index 000000000..1e0f2653d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c409019b441fcdd1241bfcea154bcaa5b4f1e85bea315d9a2251e20a2e617998 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt new file mode 100644 index 000000000..2bfcd18f1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4303e84db9b1ec576260710018aa01240b05f559ab60c21b32be5d57135efe45 +size 556 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt.meta new file mode 100644 index 000000000..ce612cc9c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/License.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b4c8f149e029ef2ba2f4c0f0749d4ce5a04e8fbf0672dee4d67b47b6a8bd2a +size 364 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset new file mode 100644 index 000000000..38db35038 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be03f035700991b4f6beb428f532d1250628e8c2e6c12e9574c631d531dbaf8f +size 581423 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset.meta new file mode 100644 index 000000000..d33188039 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50debfdd6d86f777c4ba219fe7e66c5d4e44d044472998fcc0bc51abc6642578 +size 408 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf new file mode 100644 index 000000000..792c2b7cc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e79eaebefe9cb1188defba9413ad6d383cff1f0b4334f0b878634648fb70322 +size 170984 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf.meta new file mode 100644 index 000000000..9b651783a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Fonts/Roboto-Regular.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d05591b3565d8e949b9c9d9ffc2df42187a306acf72d02e353a97a832d07da +size 701 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons.meta new file mode 100644 index 000000000..cea2452d1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda3f335cfb9be5635992a317789f5a5cff9288dd32dfdfd142a9af1b1f6bd5c +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png new file mode 100644 index 000000000..0c77606cc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6b399c6ffec2d4b0cda3039a8af029e0da1f77b09d0fc890b35625189f5909 +size 19280 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png.meta new file mode 100644 index 000000000..5527f55db --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x1 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007b827d70df0edf9995459599614fc105b4f776d0ac5465860f737f054a9aa3 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png new file mode 100644 index 000000000..902f53c70 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfefe29c9e4f8a5889ab4446d920be88ed1f68db7a7c4c45fa501d85f2361c0 +size 17738 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png.meta new file mode 100644 index 000000000..3f162c83c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 1x2 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54b57b107c4d4a1a3e40c8e8424099419fc4437363ab9c94143c7fa9b358b2a +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png new file mode 100644 index 000000000..eb0197d38 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee79e8d2d8516d8e0ac93f038b5253fef8a4a5aee8fc187287f7533985ab8e2 +size 16069 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png.meta new file mode 100644 index 000000000..fd564229d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x1 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8947a47543c98e7b1cdc84b3068bda1e5036e080f030d63a52d0e8d430c8f0f1 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png new file mode 100644 index 000000000..c4cbbffc7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acda64c41fe0c2c35b628fc42c6f68f4799669def99ace3df111a3f8954a78c +size 19681 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png.meta new file mode 100644 index 000000000..f3dff59a3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 2x2 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f478d7cf30fa0acaa0fc4c22dab6f348f2114d4b8e46baec928975925e7c2e50 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png new file mode 100644 index 000000000..d4ff8b2d1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7443900272fe1fc237561527b8f58b021e14566a7038824236a5e1df29c144db +size 18528 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png.meta new file mode 100644 index 000000000..39a2a5bea --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Building 3x2 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b820be0082e86f62433976d11740427fb2050e8a6c9d78f7b34762bc98ca5d +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png new file mode 100644 index 000000000..fd4a56d04 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e7473462ee3ae12e57c4808b37aabf3b76933299f84bb2dee8eb9d22ca3d39 +size 5590 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png.meta new file mode 100644 index 000000000..43b10093c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 01 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c3d73cd8b4b7d838325ac19b62afd6e7dc4590d63f873c277e1f8a77dc7743 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png new file mode 100644 index 000000000..16844602c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a52da2c2d5bfc4d9dc27ddaef81d40c1067fb2a02af5f37ddd37584df32f1c +size 5626 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png.meta new file mode 100644 index 000000000..7e4291b6b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 02 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed001f7b2142f165fb9cfeb3895d7ab8e82142fb55904b1215e1cb200575804b +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png new file mode 100644 index 000000000..ddb1af9be --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d66045f9407dcac3e32b01544ec1e17477c5261fc4b91ee857c71b38254286a +size 6303 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png.meta new file mode 100644 index 000000000..824c9915c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 03 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b01bdc4c72da9aa129d3546d40669fab614c5d8fb9b616c7307bb1d2639d2d +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png new file mode 100644 index 000000000..f03cfa0ee --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f090fc931b21e4194ba48f746e4f9a61faf8eabe2a906026d987c542b4f3f5ed +size 7160 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png.meta new file mode 100644 index 000000000..b051e9252 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Road Tile 04 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9331424db0f0321475757a41a134082ead9bda5b5beeb653339549af994e023 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png new file mode 100644 index 000000000..7a283ce23 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d1efa63277e293870b902f358da2ba4d8512a9ba74620ceb7ff40c3280df99 +size 13318 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png.meta new file mode 100644 index 000000000..fc2ecf3f9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Large Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec13ad0b72cd82fbfddafc426cf7428f442bb054aa971be81baf7e5326a2a698 +size 3097 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png new file mode 100644 index 000000000..f115b0440 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3031538d72878e4b56bec7f30e9ebfac811c3a0e11a4be98bb7573f19c28b123 +size 14290 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png.meta new file mode 100644 index 000000000..17bdf2ef7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/2D Tree Small Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7d26bd56def5bb2d5fb0e2630852df398993f2dffbbd80bbe8e3d4be802330 +size 3097 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png new file mode 100644 index 000000000..1336ac833 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78c25bcd1cd38d90727f2fc1d289bf5be495400d962f315c0475fda2e3fe49b +size 24270 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png.meta new file mode 100644 index 000000000..d8853a68e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Barrel Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55878690c6523832de0da35fae9bbd3c824633bcac340bff96a722696dc30fc +size 3093 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png new file mode 100644 index 000000000..a2c008b34 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ed048dd43188528446b17c42255a1d7b84423905965667359d8c729b2101c7 +size 45292 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png.meta new file mode 100644 index 000000000..2d875da24 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x1 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edc79fa24908ba4529e1407876907d6edcc9885866a3022cfa33e6f233535e8 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png new file mode 100644 index 000000000..a4c238846 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9734362152311d353a046ac63574b87eecca0f6dc3b79ef06c866ea974db2065 +size 40471 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png.meta new file mode 100644 index 000000000..88ac3c1bf --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 1x2 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb95c6864ddb30e78b6c3aad388d473f2a71e428526f7bbf1c4630cac483e4fd +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png new file mode 100644 index 000000000..9d49c85e9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707f4537d0b2f97d9b90126b1e3a705c855b0446fc6e13319657a4bf5a2fa547 +size 56026 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png.meta new file mode 100644 index 000000000..101afabd8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x1 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4d1100700e58403e7c35d5c57db389b314df604b021325bf21c58aca2ba70a +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png new file mode 100644 index 000000000..8bdc1300b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e7b4fb62587d3ab0e3d2a385a833fd0638745069759a46191d467694763312 +size 55033 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png.meta new file mode 100644 index 000000000..5b0c919be --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x2 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904043b2e85bf6193d822bddc6a80424b22f0198be0719df84d5304e1d93d750 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png new file mode 100644 index 000000000..c7acbb094 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad57483803f664bd746ecad7e1f38ae5756a012c3216b6ba6f63cc34cd55b40 +size 66315 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png.meta new file mode 100644 index 000000000..a939c14f8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Building 2x3 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f679eccbfa5d09e54635d820c519f081d13de760ce28d222037b321eff6159 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png new file mode 100644 index 000000000..24d6235fe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c024b71c8e3ab1fe63eef27538e0b48f0cd6a2da713e695a947bbb64681c560d +size 22632 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png.meta new file mode 100644 index 000000000..5cf18c2a1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Bush Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b082f9579b43019d11429d6df2fe59cc092e060e9baa44d9c340915aec7add1f +size 3091 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png new file mode 100644 index 000000000..a259115e7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6b6ae930e17333cb3e2a01557272ebae025749db9b3cd54994fa4a93f8ada9 +size 32089 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png.meta new file mode 100644 index 000000000..6d79e242a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Coconut Tree Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d358305d9a4735a89026fda03d3f6d2b50e5334a66aed635260dc6838d0591 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png new file mode 100644 index 000000000..7c6fb27c8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d583f82a3266d08d1e527bc0eaa4b43fbe8ad57a71a8a43fcd92ca2b526ae528 +size 25071 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png.meta new file mode 100644 index 000000000..ecf886e38 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Large Tree Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22050a78d74a94a8208da56b28c54ad3aba04c907e4b77fcb522d59b71caf568 +size 3097 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png new file mode 100644 index 000000000..b7288eec1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4878dc6ecb316bf83bfe376d3f8f188cd39610023b4ced9a4feef46bbd5e9e35 +size 28214 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png.meta new file mode 100644 index 000000000..68485e732 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Floor Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689d406141edcb8c11437d90c033c5980d4dbbc5dfc70fdab534cf4edeec9628 +size 3100 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png new file mode 100644 index 000000000..5ce74e969 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4daaeda89e33be20213111d6e63a60dfa36dc4fed8d47befbe3439dc7b8e5e49 +size 18539 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png.meta new file mode 100644 index 000000000..30fad21d6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Door Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1a8844925c9288707429cafd061722fd81e9f69f231a737e070328aabfb1cc +size 3104 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png new file mode 100644 index 000000000..e50416cde --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76dba2deab6827484a9112125e92d4903e75d64266de55d631c7ee8ea50333b +size 22218 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png.meta new file mode 100644 index 000000000..b907b75d1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6778393de6e0853bde80020ab3dd58fb069fecf7a18d51f24b6914f1d02402 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png new file mode 100644 index 000000000..82143d258 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d25f07373b03ac0537497654ac6df064767422e739a8fa40abcc7043a2b106 +size 22660 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png.meta new file mode 100644 index 000000000..ff6c92170 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Modular Wall Window Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7e6bae3922a04627e8af21942c77282315a226df8a185c3dc65228c66f7495 +size 3110 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png new file mode 100644 index 000000000..a0bcbc939 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbec260a6a190fb3652c56006afa16217fcf49df18b1e165b5bb6c4436db6a29 +size 13218 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png.meta new file mode 100644 index 000000000..1029ea574 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Street Lamp Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c831ccc2441c809b6c8df632d3741bbf6348961ee49565c4284e3555d968f70a +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png new file mode 100644 index 000000000..929169d1c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b0132ed2f38f092657e3f9ab4939f853c97516673c3e16eda7585a80f11a8a +size 13697 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png.meta new file mode 100644 index 000000000..48a0d23bd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road01 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117b9a1cd138a92d5eb47fca14ea6ed7a6a15aed30e044035bfe5e91aa7ebbb1 +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png new file mode 100644 index 000000000..5d8329f76 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c43135dcd2c194471a7e6f0d3a3a6f664a17f065babce1cc45510cce775714d +size 16716 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png.meta new file mode 100644 index 000000000..a024f57f2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road02 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54702a61614445b77efc55092c6eb7c4da83dc42c2bb98f1273d38f7d053a97 +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png new file mode 100644 index 000000000..5387e1176 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752567db40ef9576fdacec05cb020f7313ee29a913752ab6d552bf2908f08848 +size 11972 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png.meta new file mode 100644 index 000000000..8c199cc35 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road03 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd3dd02da01a1c30fb9915d3801486fd3cb3cebe326292a1b6308b65e074313 +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png new file mode 100644 index 000000000..8b19683a5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6a5e07003dbb79063872cea2c62a8cd5a9f60fadc93b51708c56af9ce6d17d +size 19373 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png.meta new file mode 100644 index 000000000..89a804f6c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/3D Tile Road04 Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a55f4b08ed0922041ac2a8d652a2545816ecd55a86ca1fa6d383ba569eeb51 +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png new file mode 100644 index 000000000..10436790f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46633b7f4c641bbe17751150dda2077043acecf1550f2f05fd1f2359fd8bf370 +size 5716 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png.meta new file mode 100644 index 000000000..df8954e04 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Buildings Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc39c4b8c4863c5d95710ee538da2e80ba0fe801291cbf6d0c40eeea5eb5b380 +size 3105 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png new file mode 100644 index 000000000..a82d5efbe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea475cf00d94dd38e065c9768bfde6ae7f58915ef4004c4d666a6dfd0c112f5 +size 14272 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png.meta new file mode 100644 index 000000000..77b4dbb4c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Extra Props Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00716fed633c9e2a47a419788ef2e9d2a616ffd9e7188a0f421b8eb3941cb0d6 +size 3111 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png new file mode 100644 index 000000000..07ab94c55 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63efb159d580c3e09c86025cd9c0792721f27444292739f691f27eb75e17c6d4 +size 12730 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png.meta new file mode 100644 index 000000000..182c24c8c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Icons/UI Category Tiles Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406bb70648773187116248c012d1adcc713a786d47b237ee67245e0b5a4ab690 +size 3101 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials.meta new file mode 100644 index 000000000..eb4470c1e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87426830e3699ff2538a1ac0ef15dd93d96ea701dbc07f5cc7b86cc30c572a8 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat new file mode 100644 index 000000000..43026c5a0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e339e53114074bf83dc611f57799d5b969092d1a071de8be0fbd8593004ca8 +size 2126 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat.meta new file mode 100644 index 000000000..82e74ff7f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BlackMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9d5ab39ac20ae0d326cc82a731fbdbb1c8083ecb24e46b034387883b96a634 +size 399 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat new file mode 100644 index 000000000..5ae16a546 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da41072445e859eec0a7e7250cc61239996df2a8c468ead8a93926841d9af3a +size 2159 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat.meta new file mode 100644 index 000000000..b444c2041 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/BuildablesMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc36f618654393b5763e8a1537b0fe476e3e245c2c9f57133649d07b7f1ef5b8 +size 404 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat new file mode 100644 index 000000000..393bcb0c4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253050c9692d429f157d91474a3c94c29dc3ecd829a967edf956e17ac7af5705 +size 3149 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat.meta new file mode 100644 index 000000000..c999ac3d2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/FireMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079eb79e17a63212c5023bad17a929d94b0959c17a495bce5fdbd757ac0e6e86 +size 305 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader.meta new file mode 100644 index 000000000..7d821438b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932c6e9448662b8a3a97cac2ae25c0fe076f214cb991d424464c0ad6befd9920 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader new file mode 100644 index 000000000..9d322cf99 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc69fe629387637fe2496bc3bb156e6c956eed73201c90323a0f7bd596f7be8a +size 3203 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader.meta new file mode 100644 index 000000000..ac595ea0c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloShader.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62354b9d378d1f298ff985dbcd69c240f87105416f1fe8765b03f96ab66ccb22 +size 424 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png new file mode 100644 index 000000000..e06b82c4b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6abbbd45c215889c9e838696ba184dfba3077f556d6c45e9064cf05702b26c +size 757 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png.meta new file mode 100644 index 000000000..31844b446 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/HoloShader/HoloTexture.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3768ee9d7d7bd20d3cf725411f7db7f72fb4092fd2c85734e4ef261e03698ee +size 1836 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat new file mode 100644 index 000000000..d7328214a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8238adc4fb5f1856b55c62ca3cfc0d4374a8ccee896fcf707e829269e32ba456 +size 2171 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat.meta new file mode 100644 index 000000000..211758010 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NodesMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbead988f26895a3f04a1130c9f07a354c3638b921232877e5162d8b0eca271 +size 399 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat new file mode 100644 index 000000000..384ac1459 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f508a837ef84086791f393d03fb1f6391ff02b6a954f8f24222e1d58d7a96aa7 +size 2757 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat.meta new file mode 100644 index 000000000..97614e572 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/NotPlaceableVisualMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766217bee6165fa373bf715c062e7e5588ae04f4d79bea3bf58f35c02113d086 +size 412 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat new file mode 100644 index 000000000..bbdac7c42 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ae7bfce9f36402f66d1006706de58a5d51483b09ba841f0b59e1875c3f8a96 +size 5971 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat.meta new file mode 100644 index 000000000..18fa6c1f0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PlaceableVisualMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50df8188ef928e39f9e29a4d4aae12375132a3ae901927ae98036a296679deb +size 409 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat new file mode 100644 index 000000000..01e5b54b8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca61e3830af357a090b6f5ff41b2d9f8f6efa62a356b7d425721201801022256 +size 2154 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat.meta new file mode 100644 index 000000000..a38b8955f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/PropsMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27838c5add4baf653b38a2c14728f45beddcd677b37ceae2c4efffb21d54baf +size 399 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png new file mode 100644 index 000000000..fc4a85eaf --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9a611cec74b279a786017846cd2d94064c87e487fde88e34d857907714fbe3 +size 12441 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png.meta new file mode 100644 index 000000000..4b8b37e7f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320de1f4ec60c23af106769cffb2334e52be8916aa9bf7f70ebd25d8c9350425 +size 3062 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png new file mode 100644 index 000000000..3f5223e8c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bc136d47a3df8914c59c633422f9f896d4aefbd954fed28e88a1b524cd9237 +size 13185 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png.meta new file mode 100644 index 000000000..ddab1a9f4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9c83bacc372874764378968ebad08f529a9f66d3ae1ea1f3241452d126f10b +size 3062 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png new file mode 100644 index 000000000..ebfd9cc3a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951d31fdcd7fbee9a6c6f0ea29deea9705d72dbf1b356994fc4ba59236e9c978 +size 12988 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png.meta new file mode 100644 index 000000000..448890f61 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Materials/Texture-03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71470f7fc96489d0284d4836a6c3f2c595bfaf78019e224e9f993b9ed9ca5bc2 +size 3062 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models.meta new file mode 100644 index 000000000..5b97a3ecd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfef698d73b3b6ca100f8113986547c035f77417d4aa31524785a8461655b4e7 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx new file mode 100644 index 000000000..72f07df01 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9516f188687feefd0f527a529ffcfb8cd81574ab94aed393307f1e5a7631789d +size 17932 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx.meta new file mode 100644 index 000000000..b72c90586 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/1.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38165bca8b13ac8ada51e9bf908f92a3597d2fe96f16f38d5e4b292258dc9b5 +size 2937 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx new file mode 100644 index 000000000..a6bb195d0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de635c5f0a3d45c0837c94a109f26b90b689afe130e3722181be2f66159508 +size 17948 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx.meta new file mode 100644 index 000000000..14f4c572f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/2.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0268a881cf71fbf1a582602e28210cf4ecf4f79bf3bf64852d135dd76464ec +size 2937 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx new file mode 100644 index 000000000..41981360c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb0a81821288240d6bd6d6d197e54dc3429cf25aad3740cd6ca94902a6f6a35 +size 17948 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx.meta new file mode 100644 index 000000000..3a93063b6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/3.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dc5a8d2e13eb4b42b309cac26186936132749257532c64b97adad241baebc9 +size 2937 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx new file mode 100644 index 000000000..ea5aaaa9f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1527a387b1dd2332fffdf144016d999414b8b1591a244e1ab0be8f609bcb02 +size 17948 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx.meta new file mode 100644 index 000000000..95abfac3a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/4.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be24b6ef3b72d029eb45d9b880675dd9bb0f8378fd7057f94aad34c5b4b0502d +size 2937 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx new file mode 100644 index 000000000..2e945e5e6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9b2247289acf6fd434682252e6ddcb7fb4882d5279de7096578e9fa3728c1e +size 17932 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx.meta new file mode 100644 index 000000000..e206ddf67 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/5.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb41a705634f99a0a0b812ffcdd55589bf424118194f593f6ff985133920132 +size 2937 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings.meta new file mode 100644 index 000000000..5fd95c19e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cffe4962374c0f5b90efb0d474f2c50ae2807ffc17c8ec43b1e45c0268b482a +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset new file mode 100644 index 000000000..3685b6eb4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbca30ae8da1938f588db614825ab9089dd1395533b9955ac75f23784599e26d +size 2414953 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset.meta new file mode 100644 index 000000000..9b2001894 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x1 obj.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83eee1ae8bc48a29326dacb74c98c44873e54cd87f62c475fbdb445c42c797d5 +size 432 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset new file mode 100644 index 000000000..24bfecc67 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124c6dbb5d75b0b24f9b8085fe79ec70da7518d3b89aa1a839d1d635b972c3f2 +size 5019565 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset.meta new file mode 100644 index 000000000..892fa87ea --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 1x2 obj.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1873bea1239216f1d87a2daf85f6255533f05fc7d67f9716115da2aeb08c2d10 +size 432 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset new file mode 100644 index 000000000..6098db2b3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648f0fa00d7caee926fabdadcf3bd1ad68bd5224836044ae5914248232d362a4 +size 6587291 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset.meta new file mode 100644 index 000000000..ee26e2936 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part01.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b44ddc7fce38e7b17a1faf83094026557aaa093cbeb72b80cdecebd43fe6233 +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset new file mode 100644 index 000000000..5d8f4de50 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4f5306e2269de9c19d0a4f88b1eba72a62e1873e517be7f9663ed881f8142c +size 484958 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset.meta new file mode 100644 index 000000000..9190b97b3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x1 obj Part02.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5986a34075462d4f91c109c9c767d667b86f6b7e2627d102ce2bccbab110f3eb +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset new file mode 100644 index 000000000..d17e0b22c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08371c925283646072a9b637bb5656223435132aa31da770bca2c9ae2495af5d +size 6648621 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset.meta new file mode 100644 index 000000000..8c4d2bdff --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part01.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827ccec74a1892f6ce5575ab09988f21de9e45479ef6ca67edd32cfeb4ece66e +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset new file mode 100644 index 000000000..37e591ba2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395dbf5dac3c6b0d3190e663eb16ec193f1a1f97b983f92d0ead9d890f456fd8 +size 5118598 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset.meta new file mode 100644 index 000000000..e667584f4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x2 obj Part02.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2578f8883a34b5dd545b80e6107f8eb05d4bb487c6c742ccc9689dab8482e7e6 +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset new file mode 100644 index 000000000..75c12d675 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2a10ef7433d02642c09b61c803e94a70fb557d5ba33e568cf94fd7b657de64 +size 6599585 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset.meta new file mode 100644 index 000000000..fe62ed565 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part01.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22f4fc13ca930dd2b512de82b4813218deaee2d79e78c8809014e1feb3a1072 +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset new file mode 100644 index 000000000..4d355aa2d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a584a8dad10225af962fdb541336e091cb4272c29f0bf07381b39a327e04d61 +size 6617347 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset.meta new file mode 100644 index 000000000..14cc9ba1f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part02.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9611bff3c309156bb789cceb7884e22d6627fdd34e99a802fd2767b3730bc2e0 +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset new file mode 100644 index 000000000..a468b6060 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c246ddbcad7c6d1d7e191469a3fe532993eb4bbbe35f7a3073e4bd5d09a0e1ef +size 6646113 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset.meta new file mode 100644 index 000000000..8faa05933 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part03.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55615cf54d002f3ddae3e5d56d8f3eca84e9a6a10d3fd71dde54952a81191937 +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset new file mode 100644 index 000000000..e428add55 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa950e96c9baba75c80a0214ac394b0e84b6c9494dba2edf96e3742a0ef331e +size 1528373 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset.meta new file mode 100644 index 000000000..08effdaac --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Combined Buildings/3D Building 2x3 obj Part04.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9611f373d5a000d4d056bb64e72565c8f96e865354225338af735f3195839752 +size 439 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts.meta new file mode 100644 index 000000000..a0827e8d3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9910b6d22a8d19faf5aac869b8d8e6dcc414162ea9e21e23a92d7b42fcc3afd +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx new file mode 100644 index 000000000..cd1074706 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766e9479e5a13dc670cbc04834cd910f1715a5c4a52c11ca484d8bedad4d7074 +size 35196 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx.meta new file mode 100644 index 000000000..a8a5cb78e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/barrel-stack.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b89bd5057b3ab06ac5c21070ec60fc07282bb02f00dc1d638f8b233ba6ca88 +size 2962 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx new file mode 100644 index 000000000..e6e6b06a2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdce1b5e7458c8ef8aea8d1229594c144688ee401d44a0e594329bd7c2e5ce95 +size 24060 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx.meta new file mode 100644 index 000000000..1dcf17e4c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood-half.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104a63b391b0dcf3293d43a8941b1e1ff598b81994bfa377c8a615a97ca132c9 +size 2965 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx new file mode 100644 index 000000000..5eb456c5a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1b5e17a625d41d3cc365f0f81f247a99c1aaba98d211ae8e58e3a0425ab4f2 +size 23980 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx.meta new file mode 100644 index 000000000..b6440d1e6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/floor-wood.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba659c87afd299d5a755155534c0eb78c66fb61ec8d56d0674bc7bc77c44933 +size 2960 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx new file mode 100644 index 000000000..4ef84ecda --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeb4c1981615426e738bbbca4ec0ccbe9f9cf435d954cc16105bef2dc331de4 +size 20460 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx.meta new file mode 100644 index 000000000..fbf2e245b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/railing.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45639f1000dc5c322343665dd6014700b47614c7c06d98cabffaddbad337c74 +size 2957 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx new file mode 100644 index 000000000..ab8baa7e7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f28b43141853b17613a248f10844c240ce06feb0106beaa47530c8f75353885 +size 24364 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx.meta new file mode 100644 index 000000000..85377c953 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs-railing.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166a4716e87f6e7f06a2711e25d2858e1968021d46ab80bb9804a576824e480a +size 2964 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx new file mode 100644 index 000000000..befa5be5c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43d96702027a7ad489ff0e116e5e24453056912d7a8c3feda0b2ff01905eab4 +size 39020 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx.meta new file mode 100644 index 000000000..5d0b2c4b4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/stairs.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd1abc32509cd3e9e178f77644e6ff1594cb848a36be8869ae9fec586c071b5 +size 2956 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx new file mode 100644 index 000000000..5fb3ad5a3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be83954702eb83aabb74e53bc79b3ff30ebc4f97a5b893afa5ff32f38f8ab389 +size 23612 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx.meta new file mode 100644 index 000000000..6b01d8462 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/torch.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8344b215742f4c4d6da33f64d5e24aabd4180a3661d41d561aa34e3e566017eb +size 2955 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx new file mode 100644 index 000000000..f331031a6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f60814b2b003c15c6359e4e80862eac93a34c6220144684e205cc9d86bdf543 +size 38220 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx.meta new file mode 100644 index 000000000..2b98f46ea --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-door.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27fe120a3bfc6c566fe57a4f2dbf5adee15bc9704a4929d68fa18bda8760f42 +size 2959 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx new file mode 100644 index 000000000..08c3cd1ce --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce12235cb2621de5f870816a5e0357557b405e30cb4c06810444e196ab1cbaf6 +size 29308 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx.meta new file mode 100644 index 000000000..9aa3fbbe1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall-window.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b1e7f00d89c858fbffc9a4a9d5899dd05de03740fbb8d39daa3294a31eef97 +size 2961 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx new file mode 100644 index 000000000..9dce8a9dd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f802ffd2def2abd419b4f5138efad2d55add81e35ff9f251e694f3194b2f93 +size 25532 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx.meta new file mode 100644 index 000000000..cfd8fcf72 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Modular Parts/wall.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf9c137a98b88c77335a64691043e3a4d74827c3d2f10ddfee254c79aa06aa7 +size 2954 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props.meta new file mode 100644 index 000000000..f9f8d48fb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c415b7386d000c840e156cc29c4f236d35412eebe9135dbb7804a2b4ffb0aef9 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx new file mode 100644 index 000000000..2e4687c81 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90c388947b558041febf39b370f2cf0428aede0f7d8d08c7c0e4308532d653c +size 24636 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx.meta new file mode 100644 index 000000000..b02232e3c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel rock.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a025a3f407f67d3501ae03ab6187c9390989d8c777c3597ae43702912c0fae11 +size 2953 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx new file mode 100644 index 000000000..77062ad2e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6794afcda7ca0b0ed9943dc51e1d67c9dc7523e0d173f9d426c0b17602341a6 +size 22348 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx.meta new file mode 100644 index 000000000..e3fa994e1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel water.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13435f138d6459f47ee90b0e5273c2521576ffd97d9d82a270a83b556692c70a +size 2954 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx new file mode 100644 index 000000000..49a3cee33 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fda211fe9c43f8e0aa037a2a92b3ec84d668bd15e76c8b70c4e6a98f040655 +size 23180 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx.meta new file mode 100644 index 000000000..378c880cd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/barrel.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2107c5ffdce3822cddde89c55aedff18a5638df743496e08f37d5ab45b5420 +size 2948 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx new file mode 100644 index 000000000..67b8b2012 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59eb6f00a328e70aa85a0562def4ffddeccdb4c971cd0c283f24f43b2c1edd9f +size 17804 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx.meta new file mode 100644 index 000000000..b5cabd834 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-01.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec423b5f813b854845f22fc39186008f63991437edb4d58dc77bf28184931da +size 2949 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx new file mode 100644 index 000000000..57f68780b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fddae66bd83f83ce207a4b253fefde560f66336a775468c295e6a9f7209e8b2 +size 17804 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx.meta new file mode 100644 index 000000000..e912df088 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/base-02.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bd107d8cf805316b2d1c2769279a42579ef5dd19f354f6b91f92ca4c9c0df7 +size 2949 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx new file mode 100644 index 000000000..687b47836 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdc0ad91d6027b6acf3cc7f735e2d7362c249708f8351ec5513c37837907177 +size 30524 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx.meta new file mode 100644 index 000000000..cbc1457dc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/big tree.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1ba68666781351034bdd27bc9dde4f2c0a6224773420d47ce182c58436eecc +size 2950 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx new file mode 100644 index 000000000..4a68d5688 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35da34c677db20b1e2487cdfa36c65e8b704a08e4ca869a8df949856d199c7b5 +size 24620 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx.meta new file mode 100644 index 000000000..680b94135 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/bush.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd4a212b6016cf4fcc49dfae5d474d588d5b07e920bfdab0e577428d11bd5cc +size 2946 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx new file mode 100644 index 000000000..142612a86 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad099f518bc952acf50d368d25a108d67bb49e5ff6ff3014897bb8ea0fc2c9a6 +size 32236 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx.meta new file mode 100644 index 000000000..087647cfe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree1.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1e27bb0f3438d62639414d7bbcc59ea928fb0f8d22268d07277ff5de67755f +size 2955 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx new file mode 100644 index 000000000..7c684ea6c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dbdac87257e83cb49d99e86aa1b1435f9c8be3dbddb5f4700b5f017fa8c404 +size 33100 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx.meta new file mode 100644 index 000000000..a5220d338 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/coconut-tree2.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7355c430f3f4c79c3ca0f485041034c4c1e06beeb06fffe5e8188e9d5946c789 +size 2955 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx new file mode 100644 index 000000000..a58a0e45d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcaa2121c9e8fc3b11f453dfc6648035ff6ee2c8c4750732ffdb7ccd7533f80 +size 18604 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx.meta new file mode 100644 index 000000000..7894ac4e7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-01.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f4328b48e30d099f95de2a9a8f0acffb4c26d8940d732c1b620b85043e4d81 +size 2949 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx new file mode 100644 index 000000000..e98f3045c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c850433cd9a2ee595e2a46c1a83cca80e903092e1e0fccf354f238e53bd03a9 +size 19132 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx.meta new file mode 100644 index 000000000..769fbecf5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-02.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80a340fc4108fd653f291a4c7b1b664bee0b2cf4996f607151cd482cf6c4600 +size 2949 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx new file mode 100644 index 000000000..dfa29a024 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949832d36269c4a627c4fc02b5d5c31623f6736e78cd77de852e69f0907c61bb +size 19356 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx.meta new file mode 100644 index 000000000..39473d9e9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-03.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8e71e298b4cfef6b9a257400d73491ec3c87b2510a1310021eae79e9a471e4 +size 2949 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx new file mode 100644 index 000000000..383aa4a16 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cba59c980d66e61255e8435a446e1c6b0435b59f25076706dbffe3aae23652 +size 20172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx.meta new file mode 100644 index 000000000..b03e4bed7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/road-04.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20952e3f49510f156cdbbfd83c01bd161e1c9c241132f8524b430f25fc219594 +size 2949 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx new file mode 100644 index 000000000..685417bd6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214f192853298702e227cebd44a294a12ef6f36462f04d42775d5c227fc5658e +size 23868 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx.meta new file mode 100644 index 000000000..15cdf2329 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Models/Props/street-lamp.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866cec601ec34a0d2be8c4c40f12d25d9d7ccd5bdd99aaecb4652727a4e4495c +size 2953 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs.meta new file mode 100644 index 000000000..2584a2245 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4334a2f04c2eccfb59075f33542dbba4996342b439dc9030cf210e2dfdcf52df +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings.meta new file mode 100644 index 000000000..9c00dfd9f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68092ca515437b7fc6df6c2b9bf386ecd6ccfa213096cc4b48b6665df24cd2b +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab new file mode 100644 index 000000000..903dcb309 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367f32fcc6adf66e2fe231dadcdebb9e0d51ae6bf8b557b7c9dd60f6b3e08ad7 +size 2418 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab.meta new file mode 100644 index 000000000..906345635 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cb25e5b8c4b0dffd6e3f33dc5920823501c77aa507bcaf58f1690008176000 +size 387 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab new file mode 100644 index 000000000..8cccf5604 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfed613be3b66eaff2a45698767f67c439e14fd8f802dbf29eb644575700f67 +size 2416 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab.meta new file mode 100644 index 000000000..5b2f3bfad --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 1x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05240a02d1aa3927a4fd324c4e266af21d5f738f93c2c225cf9ad182abfd914d +size 387 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab new file mode 100644 index 000000000..06bede0f6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0f0bdfb3abaa6134967853856a4939f36f80fd10f223032c3fc25106a8cfa2 +size 4859 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab.meta new file mode 100644 index 000000000..a857226d7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7149276269011e40f9c409fed9e53074c1ba4f9c800f1f3edd6427457e906a +size 387 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab new file mode 100644 index 000000000..64751ee0a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdbccece487e4f5a2e338030ba009dec8bad4c1ff827303837f6d3515f6265a +size 4862 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab.meta new file mode 100644 index 000000000..7f0c4776b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b78473121a003d246adad16dee6a70d846205b9124f7511e63106b9e6b89111 +size 387 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab new file mode 100644 index 000000000..02d84e215 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eb99223ea543029348ccc77f4eb13e3f5e5b8af527706168c5b669f1e55619 +size 10693 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab.meta new file mode 100644 index 000000000..deeb81627 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Buildings/3D Building 2x3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08fc676738f548fd05999fe79baced89119e151b9b851ac91ce676011d4829c +size 387 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts.meta new file mode 100644 index 000000000..d2d4227db --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bc78c71d74baf542ffb8aa06bb9b756bc8a6b3c5261f3f061c740485905e4e +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab new file mode 100644 index 000000000..56baefd73 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66efb5c76d8d422a6ea9d10f7caf750d6dbe4b8408450cf8ec517ee8f7376fcd +size 3341 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab.meta new file mode 100644 index 000000000..a051a6699 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Barrel Stack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02591ed9caafde92299811c30c23ed075abae2c708325b50113dd4b67d0b2b4 +size 388 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab new file mode 100644 index 000000000..667d9ed1e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b277ccb0ea3cfe467566537265c45862d2b17a642845e98ce7337a3f95429b +size 3348 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab.meta new file mode 100644 index 000000000..656761d0f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Full (2x2).prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39d4a4b818390437d19ae32350e46cf116cd17517d5209b777887e42765b934 +size 392 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab new file mode 100644 index 000000000..45d1bbe7c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8142a5e5aaae42f97bd16948aa49651cb5563513049158ba509004ca62742f11 +size 3351 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab.meta new file mode 100644 index 000000000..e9b5e7507 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Floor Half (2x1).prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dcc9a7a154cfe562df32c33235c891d00e1c63bd1b8bb4740a89aebec3fc445 +size 392 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab new file mode 100644 index 000000000..b09791f4b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6f98b437162ddae47443365923f4fc105147110694a057ac1fd7f9b97f0448 +size 3342 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab.meta new file mode 100644 index 000000000..2a46736df --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Railing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6786113393c7407667a11df7b8706d1e976d6253e0f3ce9384f87320d9e966 +size 379 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab new file mode 100644 index 000000000..f662538ed --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3524e9d03196d42f82b2e2363f2f37c8d3c495f69e5f3dd9c9891300b3e8359f +size 5822 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab.meta new file mode 100644 index 000000000..696a073b1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Stairs.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5901d5631add05ce2f566e0fc7511dc26753cc70e43df649f32b72aa86bc90e8 +size 378 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab new file mode 100644 index 000000000..0f7a0995b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395e9d6122b24a78d4504291c7d082b7eda4f6653ebd9e0023072b6c33213ef5 +size 120285 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab.meta new file mode 100644 index 000000000..adebec6af --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Torch.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8e8cdd8f3c6d7a31dd8812c9a21af68636dedb0e98d07d33cf06f54282b0a9 +size 377 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab new file mode 100644 index 000000000..bf587cc1d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4614ce43a770e9044be411da2896c07d2a1e09ad1a67fef3316283a082b814bd +size 7634 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab.meta new file mode 100644 index 000000000..344ddef28 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Door.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc2f0447bd0ab3c9868fbe67cfb90fd98af25d2f0c89aa6b7a205d554deb744 +size 381 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab new file mode 100644 index 000000000..fbcb5028b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7685b4414da97efe897bfa4ff69f7d1c4888b06fed2e20d4571e5ae24e98250 +size 3350 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab.meta new file mode 100644 index 000000000..069d81d2e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall Window.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4503311205eab4240ed678d3b6645ee9f985d5a681d4616161508d34b97e3ac3 +size 383 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab new file mode 100644 index 000000000..3ac9ca503 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876acee05922a5ec7fd4551aa4a024a13a854f516548b71687102d19576817cc +size 3334 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab.meta new file mode 100644 index 000000000..26c0951a3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Modular Parts/Wall.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d24ddfd108c1fb514ef92c0899cbb43dd51649c680c2cb65eed3efb212f52c +size 376 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props.meta new file mode 100644 index 000000000..4db7a469f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0547db66c047d0f6669b2ed8f8f74aaff7f326b39089429cc9fb647a284484 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab new file mode 100644 index 000000000..e2049100f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840b724218e6e4ed5c52f1f168e6a5520e6af36ef1a659639cc305a071ae69c1 +size 2431 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab.meta new file mode 100644 index 000000000..990d16eb6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Rock.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcbcf87669f541bd880d14d509116760c123cb2ad371d050182e1f737188243 +size 375 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab new file mode 100644 index 000000000..1ef893e09 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08626050ae218886c5b0f8aeea225d54244765393c38af6ba3570d7a9dc71c06 +size 2434 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab.meta new file mode 100644 index 000000000..f6984901d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel Water.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22c49aceb2e21b8e9da638b72f2029bf902aeb1606b08ba9e7ec88f93866c69 +size 376 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab new file mode 100644 index 000000000..da8f17c1c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f437690b2e7b84ded181a0e9bde394dca720057a6b21f674bc8fb21f6a0538f +size 2424 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab.meta new file mode 100644 index 000000000..91112ba5f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Barrel.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9c371dca22d43df968926bf08db3aa510f1b8fa8fdb1fc7b9a5ecfb8b22867 +size 370 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab new file mode 100644 index 000000000..6f5fae14c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a79c7c4d2f937981a3627e35336a814b3044ecd9ba9a149f8fbff3c1fd50694 +size 2419 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab.meta new file mode 100644 index 000000000..9b69b7d34 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/Bush.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963d3f0658dbb1846bf76a6491cace994f1757581778e91ba46cd151cf80694b +size 368 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab new file mode 100644 index 000000000..e8a0f3b17 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8329bf380e579871e5146e0ac3fc1db5d59ed690606dfe9da12df5adfd19a78 +size 2430 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab.meta new file mode 100644 index 000000000..7347bdeb2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b507349268e42e22c5d3436d8911d1f8b655e3641bc44fafc8f1f01e80b54b +size 376 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab new file mode 100644 index 000000000..d82c1f980 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6d71d68f3589d6088603e7377dce4d1d3a641f7c9d63a8aba91e07da9d6f1d +size 2431 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab.meta new file mode 100644 index 000000000..7afb0c947 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/CoconutTree2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6db7e37c04845374489bdc1b9d11ec2ce5937220d3a9bb89e5ac8b27c18f17 +size 376 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab new file mode 100644 index 000000000..e0ef0a4cd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637f35b835fd06508522903ffbd0975d45dcf101338695c9465a4cf3977e1b62 +size 2432 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab.meta new file mode 100644 index 000000000..066ccf67e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundDirtTile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c839cdb0a4ff3afc87c85917965cc4097b3971d3a7c3f06b7b72eb2b3c3264 +size 378 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab new file mode 100644 index 000000000..ff45da8eb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d591de0ed8d2de9c3a22cb48e143c80e3cea1e2fba41a01cc140493a1a6c077 +size 2435 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab.meta new file mode 100644 index 000000000..ae31e4591 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundGrassTile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d78fba29af0a74d5e9da4152150f99f0640b3ff6ddd2a2268f1c7f8358b65c +size 379 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab new file mode 100644 index 000000000..5d15b2a62 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fec782f8c01fec4ec07d56e2b46043d8b831ab1dbb46b31a7937c04fc3a8ed +size 2436 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab.meta new file mode 100644 index 000000000..58d69c456 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a191a62ead28865b1bc8a48c127a0cb9ab5672e5263302a7471de9b3d92452 +size 380 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab new file mode 100644 index 000000000..d0d0c3923 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f9e7925d8a75a4071d5c6dd529feb8a092907b01aa3be01589d0ef07233c86 +size 2435 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab.meta new file mode 100644 index 000000000..5429fd79e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd4bf6279a8c1e0d947eb82dd27c9abf7e65d7f6e28d1a5122af30b0c94ef90 +size 380 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab new file mode 100644 index 000000000..9b9637a88 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10061f5d0547ecb35d8f75f0f8dd168dac74dc83c43d87e0ba856db04a611c53 +size 2434 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab.meta new file mode 100644 index 000000000..2388a333e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2663945263eaa7b5d67d4b742dec5dc4fe7e669adab0411cc278e042ba55cc +size 380 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab new file mode 100644 index 000000000..061d77bf8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4405f7a301cec0dc4e0fb33cdff0315f3229ea906203783fc4877f21514b9242 +size 2435 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab.meta new file mode 100644 index 000000000..39129054e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/GroundRoadTile04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d227e8322ec30cbe109c5b1234076db15ea6fe81955fc2a1dc96c851b5775f13 +size 380 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab new file mode 100644 index 000000000..9b8ba5006 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17958783da4eabccc204b45f65fe16728dd3494cfd0b5d9f0ea4639197f3c4c +size 2428 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab.meta new file mode 100644 index 000000000..317287bc9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/LargeTree.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb03ea29389b6c7818903bed201de27840649013be1a961ed1330741dc7c419 +size 373 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab new file mode 100644 index 000000000..1daa93b46 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebd7cd8c09a8c6c4a99a71596b7d9786d7959058719492155aa54d43f8182c8 +size 2426 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab.meta new file mode 100644 index 000000000..dd193f3e9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/Props/StreetLamp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aae2cb079f60fad76ed3f9b525c6184ef895599d0c2d115e4dd4b78d461be85 +size 374 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs.meta new file mode 100644 index 000000000..47c4584b7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd257e77ea4cdf5d34603b5f01adbbce4ce0a000ac72c2783a76e8175b9276b +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab new file mode 100644 index 000000000..8010a26a8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b29287c4b1f3abfff99e31298aa026dffd0338cfdc844eae9f79016fd0499ec +size 1738 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab.meta new file mode 100644 index 000000000..f3a9c71c8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/Buildables Section Category PlaceHolder.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322b5ee4d9a55b7dd7fa2c916bc30988e6620d8357d0c2a43a3df457de2c42c0 +size 412 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab new file mode 100644 index 000000000..7abcea92f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3071649faeb968b1353854f6ac9ee7ff4df19e61facd510c4d824e4925ad4526 +size 7385 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab.meta new file mode 100644 index 000000000..2af2fefbe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderBuildable.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d724a8c4cf2f21233cbe7d6c19f9ec9c247876e54589209271386953046dd3 +size 389 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab new file mode 100644 index 000000000..025785342 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c85a081fd8e802cda81ddc8f753098b34039a6b7e856b0eb9c50985e3a893c2 +size 6979 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab.meta new file mode 100644 index 000000000..64e678c4f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Prefabs/UI Prefabs/PlaceHolderCategory.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfbe0c6dd1d5bebbe9bb44983e43219cd6953ec6a84ccd312c5e6c482310048 +size 388 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Sound.meta new file mode 100644 index 000000000..7da619f38 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425ecf48a59488e82c07d856ce3baf53973cc21b2bbcac159071a2efe422fdeb +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav new file mode 100644 index 000000000..7c4bdb33c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008484a23947ac8b8bd9e6ba19040a5e52f7e9c999293b5acfd401470a3ec40c +size 125498 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav.meta new file mode 100644 index 000000000..c49a8983e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit01.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d20bbfedd47c8f535d8878db8db890150a69ae162f8ef58a707f83b31df6eb4 +size 668 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav new file mode 100644 index 000000000..9be35cd3f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2eab749fd9c1ef07884f403251c1e5d0c89301c4a08dc54b93ec0532819d5b +size 204080 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav.meta new file mode 100644 index 000000000..788fa31ca --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ced333eed9b2b94dd6390cffdcb7fa402234b4911e8482bbc663075606f877f +size 668 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav new file mode 100644 index 000000000..5e2fb8544 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1144a015449c5fb0a34d75d496c76f05affbf733550bfc1d34d278166511a3a4 +size 395670 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav.meta new file mode 100644 index 000000000..2246b3930 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/HammerHit03.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525635f32ad71f8603dd8858c1732a4a7f0a02ce76fc0437310352bfad91b179 +size 668 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav new file mode 100644 index 000000000..6d41eda19 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa77d595b21e7b206b7eb10eacb0663def8f6d8658df17b7cef7a0125c86046e +size 6952 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav.meta b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav.meta new file mode 100644 index 000000000..ec981d9a6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/Sound/UIClick.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a26bd84df95ef46657979caaf5bf0b4045de12ae6ffb72607b752b4e5c8bc0 +size 664 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation.meta new file mode 100644 index 000000000..b5bd2ffb1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae63d8e89729202e8bbc1ca90bfa7d96ef09f3813a82e2260cc30922e58de3b5 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List.meta new file mode 100644 index 000000000..98de76f64 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bdd323978e3551513414770cbda2617062c2239c521d0fdfc54c3d0d523dad +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller new file mode 100644 index 000000000..6c4fb1813 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c266fe9b5a3193ea9b0d303f609a5f21c7d819a141a287890fec30a695a1c641 +size 7156 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller.meta new file mode 100644 index 000000000..ce97a2428 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/Buildables List.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b3670fd3f2b53ce891cdbb38a9d59a65b485acddc5c9a09beb4c207baf2322 +size 436 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim new file mode 100644 index 000000000..d0ebd0fa6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef747d6cea37adb807fafcf48afa60bfe4156c5565a4492c9b4114a09d29c38 +size 2268 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim.meta new file mode 100644 index 000000000..e5782bff1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListClossed.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279c7166d2e55d018da8bacf6a7218b367ae26c7943fa54a6e6a0bbaac2491fa +size 432 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim new file mode 100644 index 000000000..0f4e19c72 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df59fa0935f08ef629c269836ffca7291e4508f6a9e5def8ef7e85dec0acd5b +size 3173 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim.meta new file mode 100644 index 000000000..60be57ddd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpen.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c352db9e30fe99acd59b0a3751e4c8ea8397ef3ab7341d49d68b88e260415303 +size 429 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim new file mode 100644 index 000000000..02c040b69 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c30a901afd8b2902946602af7ff0817a16a3ca1378e6c53c75a29d63941b242 +size 2266 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim.meta new file mode 100644 index 000000000..79a0a13d9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buildables List/BuildablesListOpenned.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fda1164e92501c3723e66a66c1e33eacc95c47096d93f29dbcbbb1bb470334d +size 432 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons.meta new file mode 100644 index 000000000..c4870e752 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381ea467479706616daca9e30df84754c854bd4467a6f01c8f833afdf075a63b +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller new file mode 100644 index 000000000..0f53165c9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd5cbc86ea10dc46fa6bc4eeaa0accca8c26f7dfbf2490dbbb03f7d87f301bd +size 6027 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller.meta new file mode 100644 index 000000000..21a1a9526 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/Button.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0ad671768d8e7dba7c8ab5e91129a60d227938eec8102158b7f210ea6ff714 +size 415 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim new file mode 100644 index 000000000..321aa0aae --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0913d1c50ee5282c9f9f3ffeba7258b5105c742c5478c7640c6ffe1794c814e5 +size 4161 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim.meta new file mode 100644 index 000000000..974c6354c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/ButtonAnimation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f94faaab1aa131d892eaba3c675620c4a04c3aa8f2fd6fe4f3600c6593318f +size 418 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller new file mode 100644 index 000000000..276e8da14 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71cb74a77349630df0530e649f5b262f64f5d5c18c213b3df1d86681b4468f3 +size 7684 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller.meta new file mode 100644 index 000000000..a69799f0f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButton.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa77b14a68284af6531ddc7193980f51fdb42351e7d7a4d167c53e32ffcf279 +size 422 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim new file mode 100644 index 000000000..e0e3a0215 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba23eac3978ef0a9f3d77175ce02b5094946838cfb1333a9a326224942fd134 +size 7034 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim.meta new file mode 100644 index 000000000..221936b5e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonCloseAnimation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8997677a907c038a4855b687723e1eb25dc0a1c999520d12562bb05b66556a35 +size 430 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim new file mode 100644 index 000000000..48caccf52 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0639478a62d96681f3e1bc6fb22b82518d52c8c203a7cf215582accdff14c3 +size 2261 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim.meta new file mode 100644 index 000000000..91bdc26fe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonClossed.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194e7bacdf1f8b8dd8d68e0f14c39ad74d9ec90d013157ebaafc4feecf3a6d96 +size 423 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim new file mode 100644 index 000000000..9e769ea1a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8640a9faf3dea8fbdea003d0d4492ce44798ada376fae4dd025059e2739e7a +size 6604 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim.meta new file mode 100644 index 000000000..aa04dd42f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenAnimation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e403c395bf779f7e4bc7b882ea7e2dc2c602609079298e60b4f5db56638335b +size 429 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim new file mode 100644 index 000000000..110161b42 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e674e0184d27bebf90a899a124a72791fc42fb98800aa9f1e59bce2f750b1e3f +size 2275 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim.meta new file mode 100644 index 000000000..455ea11ff --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Buttons/CollapsButtonOpenned.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07c860986b5f91dfb6ebdace4d2c56de4049ef1e72b218dd96397751d57a660 +size 423 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons.meta new file mode 100644 index 000000000..b42c9b2c0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5288288d37c9a96ab275b5fe5b0b0fa8e98efe5c56179842f51f08f251ff267 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller new file mode 100644 index 000000000..3c100149d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e87b4a1877677dd1d0b78647cce93810ddd733845a7386642d5828d75960d21 +size 7682 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller.meta new file mode 100644 index 000000000..5c7a274de --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtons.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bc217fadf1c45b154070cedb8164f0ece999ccaf3d7c14083aa464476fb104 +size 425 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim new file mode 100644 index 000000000..27cbfa97d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc02dd9e0748ba20e8de60f067d20fce88b18b3ca55e4992c2f3b8b7ce53812 +size 3229 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim.meta new file mode 100644 index 000000000..40b4e93c1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsClosed.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee17656e7d614d3a72d964a871ab7385fe996f38cc27cefee1261a07f6cf3ca +size 425 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim new file mode 100644 index 000000000..ae6dcba1b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159fdc9e9e0487562d828a34d71c94eff0237995df7002d02221f83a122b420c +size 3152 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim.meta new file mode 100644 index 000000000..64448bb68 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpen.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588301bab40acc3313bfdf175c0b6c8b1cbe09fcda51fddb86fd86cb79b5137e +size 423 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim new file mode 100644 index 000000000..71f4e0b35 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6ccaf8e520d36a94d6694a172e231935dad2a829175f5a0e41cceacf703cd7 +size 2258 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim.meta new file mode 100644 index 000000000..dcca2ec67 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Animation/Main Buttons/MainButtonsOpened.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee0ac1d1a5f295d5eb0e489eb31ba79a4f54880f596194a7280ce9016e43e6b +size 425 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures.meta new file mode 100644 index 000000000..11cc55cec --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a9414980e6eea1ba52f14f1f8757afb3144ad265f5c400dbde0087965d2c72 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png new file mode 100644 index 000000000..e45c89242 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0356eb51625b1e2dd56ce5b9a2f2597e4f4baaf11ab1bccd064298055222f5b0 +size 198 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png.meta new file mode 100644 index 000000000..7b0bb0b5d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/SimpleCrosshair.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754109345b71a7428710f220b01fa391c856c5a994371377ef01d080f8ff9614 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png new file mode 100644 index 000000000..ef6b6d7d0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f1de111f5cfe63e0150ea37f0ca5807ff3c42faa2880fa91670cbb6b633e30 +size 130 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png.meta new file mode 100644 index 000000000..5eddd3b6a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/Squre05.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4942dee2a15325721a5fc23b74374aa1d2d0b75afd47689ef5bdaf08d7dc08f +size 3093 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png new file mode 100644 index 000000000..b643b1c8a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c56cb29b974bda0b6742033548cc510cfe580d9f8d73677b7416376c440c81b +size 7376 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png.meta new file mode 100644 index 000000000..a988cc38d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6faa77c9b1958208173d59dc2936f4b34de58c007277dd06b948f308b63996 +size 3105 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png new file mode 100644 index 000000000..b7e575f95 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8ff685ca631f3a26cb19d5e6ef2f0ebcff7e4e1483265f6bca14e30843b45e +size 2220 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png.meta new file mode 100644 index 000000000..8f07182cd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Background Square.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8cd0d490db6cc68b0565f2dd161c41189403f770293de4fb3ab7b12f595115 +size 3105 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png new file mode 100644 index 000000000..0c3e27020 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99705d9aab8bb527cc221bcd8014279bc7b4f3e6e0feb52d57c0c1b00e22a745 +size 5801 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png.meta new file mode 100644 index 000000000..0301c5c8e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Build Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95f87b3b9905043cf61040b02f620c1024491dec56b329206ef071e694706f2 +size 3098 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png new file mode 100644 index 000000000..626234e59 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47feb67378b2baef4e0a52acff7ec40fce5975fe656df5ad69fd6a97a81effed +size 6835 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png.meta new file mode 100644 index 000000000..15b363b7b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Clossed Eye Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef33f12bc92bf3153fc531614a4553cc4301da0e3ec97f01048f435ecfaba751 +size 3104 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png new file mode 100644 index 000000000..b18ecd97d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f5c0d24fbbb46af0e45e0326c4d73dea40f4b9f93f19e5449136df09a29369 +size 5711 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png.meta new file mode 100644 index 000000000..e2324e487 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Destroy Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9f4bacd30d8b784f3f7cf47ec1e825f3905719a67726c64cb81ebd6c0c1ffe +size 3100 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png new file mode 100644 index 000000000..640fc662f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd03df62ee10abb597a018b4f13297c288928d42de70b0e041f9bc647f6a55a +size 7123 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png.meta new file mode 100644 index 000000000..70dee583a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Food Icon New.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e52d0ba50931482c29f9daec0e82dd539d155e3b169ed20dacad9b62b4adae9 +size 3101 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png new file mode 100644 index 000000000..8e6c1c003 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40229114d6b4779bb2bfc238acb45177e5dee66bbdd6d6932c4f91a7538d10b +size 5483 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png.meta new file mode 100644 index 000000000..717c7a5eb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Grid Level Change Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b5a4bddfd52a7755a21020ae81aad9a660cf5ebce200cb168cc1c863f2793b +size 3114 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png new file mode 100644 index 000000000..f09aae0a1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8b91a24ba6b192d32d3e5750cc768a9d822e0eb8e092d46e8aa7659d533a93 +size 6211 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png.meta new file mode 100644 index 000000000..67a91d98d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Load Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4989809346a67723315c30ec60c3f84442f4757476bfde9a73ea42133eb9af +size 3097 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png new file mode 100644 index 000000000..1bd278467 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904e94e84a0777802dc76bd2ceb4f9910ee349c2b1cf9b7be307578ede190d96 +size 5862 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png.meta new file mode 100644 index 000000000..d55fd84bb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Metal Icon New.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45751e65b93509b1611ea403015835d19c7c6a6d391f6611036f39998b192edb +size 3102 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png new file mode 100644 index 000000000..059e1ef4e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313bd6872b8952ea02c15be18039c40bc52841587a7fd9a74cfb28d6f71762e1 +size 6511 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png.meta new file mode 100644 index 000000000..4e8243ff4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Open Eye Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c786299b7575e19ebff0f0e7e79f2d0db34c53ee352fbb90a9b7cd484f47cf01 +size 3101 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png new file mode 100644 index 000000000..598830caa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ccff09f130f9bf20ba2ade947af083c97f94d306d92d4414ac020ffac060be +size 5309 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png.meta new file mode 100644 index 000000000..f2f699fd9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Quesion Mark Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460439347daeac4e4dc1738203aef20f612130c5b7539bd493872446f557b1a2 +size 3105 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png new file mode 100644 index 000000000..88a7b28f5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79bb22a275239f11769b963744fc50b0025761713393628b97a8f0bbae22ad7 +size 6280 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png.meta new file mode 100644 index 000000000..54d3fc69e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Save Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1390cba4885717879254273e8db90708030dccf05f50a85bee0c308e297a4f6 +size 3097 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png new file mode 100644 index 000000000..b7cf5c0a3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4500d30388cf31f7d0a83651a1ac3113f6a084b88b4331e72e0c555fe5f1d350 +size 5325 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png.meta new file mode 100644 index 000000000..51195e973 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Select Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499a5df9a167f91b09e431adb4580e1f49e7b2406bd593ed20845ee628884279 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png new file mode 100644 index 000000000..8ca189dd8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c99d5a5ad385c6da4fcbf4f68bb057a095b5d4c6c8a1bd1d6a0aad087b1012e +size 2291 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png.meta new file mode 100644 index 000000000..61813dceb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Settings Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b710326f004ad94969a8fd5951b8160c65af1e09854ea73e2c6a9a75dac470 +size 3101 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png new file mode 100644 index 000000000..beda74a87 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef0eabfdb0c1833d1ea960c7b37e3ceefc2e06fe6d9bcd1e5d0145bc098ef15 +size 5350 diff --git a/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png.meta b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png.meta new file mode 100644 index 000000000..e6763cbcb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Misc Assets/UI Textures/UI Wood Icon New.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1367c7c0f73677cae02496fbb06bd585546bee6c612a8a3daeb6e721ca0aecc2 +size 3101 diff --git a/Assets/EasyGridBuilder Pro/Prefabs.meta b/Assets/EasyGridBuilder Pro/Prefabs.meta new file mode 100644 index 000000000..f4fe0eade --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d118cd6936473de593083fb244757b9666a01dd38817b7ec40a7d2e42a8777 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples.meta new file mode 100644 index 000000000..c649553b0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0453422a92671a77bbc0e67c1b6f8ef107d72244eff18be2957d919a25370a80 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props.meta new file mode 100644 index 000000000..05da023fa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fb7a67994f6d90d06e7fe0bfaaed4c2cd348564d603a6e0017d0d2702a3a48 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab new file mode 100644 index 000000000..359439e72 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fbf680384a780e1a8a0a76da42ef8b2d1bc7ae9a01d9785e4043dd51a217b0 +size 5750 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab.meta new file mode 100644 index 000000000..2cde4d4a9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77d743abb40a35c52051e242dc55ad8fd915e1dc382d9b45a2b537997ce0499 +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab new file mode 100644 index 000000000..f30aaf56b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8c8e58de6f358e4000c7ab5e6ee6fa7c9ddd05c9f96ca99239b60757662e0d +size 5748 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab.meta new file mode 100644 index 000000000..9ea3117a8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f556ee8458284f03bcf91b43a9f02f4ef1a8c3243f5383a3f8a727cca5ef26 +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab new file mode 100644 index 000000000..3c32680d1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c624126d40749aa45d80589954db7543c729db6f58b4303859386dfbb1654395 +size 5752 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab.meta new file mode 100644 index 000000000..cf3fbd8a1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Large 03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177604c1274a4e78365fd4724f5ce7aa3be474d702c00bc0af0d224e2765c902 +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab new file mode 100644 index 000000000..6027742c5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a4f9023655a11cb3c0b3084b6cc562e078082a149ef2748554200e1d2cd041 +size 5752 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab.meta new file mode 100644 index 000000000..fa91dce3c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805410a5000c4ad029d8eb36e76e6572abc6656c5fd2248fc6fa9d8e6d33c05d +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab new file mode 100644 index 000000000..7b52df0db --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4ba6440981af3c0d78dc5106d2f44d3b5852c6e383dd527f40535e9786fd2f +size 5750 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab.meta new file mode 100644 index 000000000..17537e9ee --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052c9d87687ea74bb0c70f1ad8e576a2826198ed6e9fa80430517c70e46a3f92 +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab new file mode 100644 index 000000000..634176c56 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b040226cf3ba79c1ffcebc341a4a1f5d6c266953401032f9685ea2341e77eb9e +size 5709 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab.meta new file mode 100644 index 000000000..0843de96e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/2D Free Extra Props/2D Free Tree Small 03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02ca5a95000421520f34e589f2bccab6a469349526093b159e4de025792d883 +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props.meta new file mode 100644 index 000000000..7d1578370 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34815ac4fe8d06fa1cb43f241f468a288ce86fa83b4300a34a17728c08335cad +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab new file mode 100644 index 000000000..66a2d36fe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc48fbc18d439d50b6cd90557be2ca2b8b513ad381e86c008a9ce56e68ac068 +size 6785 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab.meta new file mode 100644 index 000000000..908ca241c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Closed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa17a0eb8959c6ce7e8b3994effacfb8fc92d397cf18de2df6c4bf6656a94233 +size 421 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab new file mode 100644 index 000000000..1e85e2f5a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9382eff5fbf54d2788f6575ed0b63f8483078fbc2d19ad098c6c140a2da9cc +size 6812 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab.meta new file mode 100644 index 000000000..9bfe40195 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Rocks.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0d60c61439195023d678bbef90aa8de86b5ee969a901f299413f4358df39d2 +size 420 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab new file mode 100644 index 000000000..775ff8c4b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cdb5f3972177ac90029aca3395da61124b0a28254f395f47e023b3f182e889 +size 6797 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab.meta new file mode 100644 index 000000000..a2eb47d79 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Barrel Water.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb50f7543c8c97af30be012814166e3b4593377f08460506f32d3360f37b2570 +size 420 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab new file mode 100644 index 000000000..46f7188ad --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af845a3928126234bae95e7a77bf54c147df3395628f4ecb43a743756705147 +size 6770 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab.meta new file mode 100644 index 000000000..4d93277f3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Bush.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8a1cc69617a027755dab8bb0a00cb0015777aeaf19e37207928a5b6ffa5a28 +size 412 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab new file mode 100644 index 000000000..2b36faa52 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd88acd1125e447e7d7f89236e4da5c8049a04491ec28aa12cff834f454a278d +size 6791 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab.meta new file mode 100644 index 000000000..180ff9201 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61677c3f3e7c792d56e277ca648d513bd1dc5002c3e72b9e806b529971e6f69 +size 422 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab new file mode 100644 index 000000000..0121c1e2e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc5042d148989fb1b7cc5f926c6f56bd9dc5ed0fabe6fd8eca40e61ee4d422d +size 6792 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab.meta new file mode 100644 index 000000000..0a5132efb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Coconut Tree02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d89082612893c2dbb9db8c9e0908812aefeef5d4868a74fe3fa5b6ff6ba3592 +size 422 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab new file mode 100644 index 000000000..a340a4fc9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca3aaca7486d110e20e2fe581e295303a0c89cd10b52a48a42470863ed52d1b +size 6777 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab.meta new file mode 100644 index 000000000..5c65b3e7c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Large Tree.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aac2b4fbe50b56cd036b345ebf5d68d0c701c4034efed9956f23fb343bae23 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab new file mode 100644 index 000000000..b406a933b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a11ee62f0a37f0f4db858f3ac1cff3e1545f62723d1b6fcc5a5b704769aced +size 240679 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab.meta new file mode 100644 index 000000000..b75bbd11c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Free Object Samples/3D Free Extra Props/3D Free Street Lamp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0dedd5542b66c9920ef0145580da37bb63f86fbf5992d58e6a22f0e8e750ea +size 419 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples.meta new file mode 100644 index 000000000..41848d9a3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35f7ad15ee08a09a26215ee585330386ab9fbb028df8ccf425b96c9faf4d39f +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings.meta new file mode 100644 index 000000000..39db06f90 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc320f00466a86be6d8708282fd502acd8a2208819444cd77b3044ecf8c075de +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab new file mode 100644 index 000000000..3aee3bae5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65a7511946bff7b7723af36a383412205460431d3bea40f4556477911002281 +size 5293 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab.meta new file mode 100644 index 000000000..1ce6c2761 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9d8c7a93072299c8b3c7f0e0ad21d8b7435ee388483987beb33598c735d437 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab new file mode 100644 index 000000000..5032be076 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf5f7308bcfa7e24a37d2ece3b78def89826c5b52309a6e27d9db897194b782 +size 5309 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab.meta new file mode 100644 index 000000000..5d730761c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 1x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663545f608d6ad6c2b0c85b4df5ecea3923b0ca7e1fa22742ad2b50e9c4a3088 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab new file mode 100644 index 000000000..eb33950f4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719f60ea15b211d9290b09425daab914717f5ed5dc555b21065b74608d731b21 +size 5312 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab.meta new file mode 100644 index 000000000..002431585 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75b3b67b48d3ca5287888b08963510c53901ddd268b625dd0386751b002d6f1 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab new file mode 100644 index 000000000..e571fa489 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ff58276a273090c4578a9a82df776973f8ae42f42bfb23d39e29babecb1472 +size 5311 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab.meta new file mode 100644 index 000000000..72809c0e1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 2x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eae9860eaefc55a194ee95b7e4dea3a031f97d026de9b2adf656810e98eead4 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab new file mode 100644 index 000000000..bc2322534 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e06f9838eb683f7a3e14eb5938b0465b3e798c4eb202b0604069d7ead6a894 +size 5307 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab.meta new file mode 100644 index 000000000..785294964 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Buildings/2D Grid Building 3x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d009f3c0a60c256eecafc3abd8c37fd17976c5f83838d75fcabcc9b21bfac1a0 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles.meta new file mode 100644 index 000000000..201242d76 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c5abec072fbc82b127d4b657a37bf703a39f78acd14d7c5f6e9968f85adb65 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab new file mode 100644 index 000000000..5bdba94af --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b54c20befa76b62079ac2cf5081a8e436145788e6fff5534d7e85e290fb2d44 +size 5316 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab.meta new file mode 100644 index 000000000..4d02a2a37 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6faa63b11daef2df8b2248ff9e3e428aac6b6d51d861be6d6e3d131b7a40b33 +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab new file mode 100644 index 000000000..01641d283 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83efec65dafbdc8b6f1189af532fe943ed66acddd26ad120db5e418f2858c7df +size 5314 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab.meta new file mode 100644 index 000000000..11511a8e8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45105595a1614373f059cca708f3a7cefeed95b63a1a7ee6b212b5e4806cd32d +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab new file mode 100644 index 000000000..1147ada01 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb87794ca908a4b1643f4fd9da1209b6d256f1467acd1b824d626a8792b8bfb2 +size 5314 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab.meta new file mode 100644 index 000000000..004a7c459 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c517f065326b3ad83fba2ca3095a74ef99c476084c7dc31d79e78063ee8d8f7 +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab new file mode 100644 index 000000000..8e0e4f157 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d7d8cd3cac64ec1ea20bf524ccc418066f2ffc886ec4783b3a17c3c4c772ec +size 5316 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab.meta new file mode 100644 index 000000000..4edfd0f24 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/2D Grid Tiles/3D Grid Tile Road04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975d6df5dcde48d96eb4f3f3fa228e5855fa882f96a0b22703a344372827e681 +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings.meta new file mode 100644 index 000000000..75ad0c16e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93eda97c23e3ea2226c8a6072afe1dbb4560b44fc0cd8d1e3bcfc13154ece9df +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab new file mode 100644 index 000000000..2b17413f8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbef10d20183f6b2bd275b2b86284241ea55e4ac7d78246bf9097962a2c43ab +size 240642 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab.meta new file mode 100644 index 000000000..6d753b9ff --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241bf37101db4a001d611a07238fe8f8100200cdcf6ed8b163d4b9205355dcac +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab new file mode 100644 index 000000000..afc4cbe9a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef87aca6ba0ede39e00d1f4ca8d190c5e20e90e795764d53de11e929369053a2 +size 474621 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab.meta new file mode 100644 index 000000000..ff82a94cd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 1x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43674a945f86c00354dd501e8594baa086e5a8db0c224ee7677292c871d6e205 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab new file mode 100644 index 000000000..2e3a9e58e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e110dd274317b9ed67dbe4f090ef489f7329973ab779387a3a4794b0d206eb99 +size 595304 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab.meta new file mode 100644 index 000000000..9d8e2fb97 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696d2429afb4621d819d9ac3a337ebf2345572fa00a2b36703611bdce8052eea +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab new file mode 100644 index 000000000..088102fc0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89470bc2a101cd745a65c4b9d7619f9e506ffea445ed6887ebf29e8a2c5d9b78 +size 1180228 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab.meta new file mode 100644 index 000000000..d332366a0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f626c9ce1156f86c0ef38452b54159943776ae6d52751def88f80b1ce5d6f7 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab new file mode 100644 index 000000000..e00895de7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ee6cc04f8a2e356c4847e3cd9e5a4368d710d8bbb9ebea41740328b75e324f +size 1304754 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab.meta new file mode 100644 index 000000000..ec21a80aa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Buildings/3D Grid Building 2x3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2186efce7a29c382164f387ca44464b9f3b46d9d8215be1fc5bc6cc6ec47e476 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles.meta new file mode 100644 index 000000000..2dc623d2e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226da2873f140d63ccb9c369a819249122a23e14844e05438c558b28705c8841 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab new file mode 100644 index 000000000..e414c3e2d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a7df0a03ac850e2b498a86e7bd9a3ec24541febbbcb27964d3f2cc45694327 +size 5863 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab.meta new file mode 100644 index 000000000..e6ca10424 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600f1d30c3d7a00934a895425331c1d2c6c9e9470c983eba83e3ab57b4123937 +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab new file mode 100644 index 000000000..1a0e0d1d6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd0aa67e5268adbe35449c8e29f1eadba53b779d9e240f83de04f1068f72e28 +size 5929 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab.meta new file mode 100644 index 000000000..521cd60fa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4f5fa382584c855f6aa5c972421addd1c8a0a998e2130da325504115514825 +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab new file mode 100644 index 000000000..15c786162 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc9d0620208dccbb047b0bca0eefa072563d259646671de0513e03260d7087b +size 5884 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab.meta new file mode 100644 index 000000000..8ae6e245f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d7fb3eb58578b512318dd848968ed71e68687c12ede63ca3c8316dc25c961f +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab new file mode 100644 index 000000000..8fb77d19d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6f6245b0ae2117618e7d051f9c6b8968db3982c72808f9ba7e2fd1e04aae8b +size 5847 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab.meta new file mode 100644 index 000000000..15ac77549 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Buildable Grid Object Samples/3D Grid Tiles/3D Grid Tile Road04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5fda1bf0d31a4c64d546291a13f850e87e85cc654ecc3fa4541bab3b00e9c0 +size 413 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples.meta new file mode 100644 index 000000000..173cc4ae3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90773c7a701f3f2c1b6bc2dfaa971f8d9d9a5bd3e97c5f5f5e517ec729a25301 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab new file mode 100644 index 000000000..3a10fa6db --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef45e43726b07afbbb397364a135a06a745b88d0ccddb07f9124197f27ec4513 +size 4404 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab.meta new file mode 100644 index 000000000..f52267d10 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/Grid Canvas.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3537d5eeaa3a7b5ed24b76719334a0c9491d7a844b1dacf70d919ccb0f73cc0 +size 377 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png new file mode 100644 index 000000000..067b03b9c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3071dceb22fcec30dbd0251fc16cda2a36b05a58e69bc17e1735e0b110456368 +size 1620 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png.meta new file mode 100644 index 000000000..416029a33 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/TrianglePieceEdge.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6f5cf48c0dddacbcf447cb1295359937a23fc440cc874a131315e6728759c2 +size 3106 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png new file mode 100644 index 000000000..cdef74238 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fe4deb81e4db8770f9a777c2aa49bc4c5bc2241618479dbeb942dd84a529b7 +size 1621 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png.meta new file mode 100644 index 000000000..a0c328ef0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/White Box Rounded.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8d897210ae8fd5be6ed16c8eee9a6c2bf61e6916e5ba16a4dd2d36bd53f450 +size 3106 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png new file mode 100644 index 000000000..029c21b0b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ba76eb44429ff1ac5b01579cdff197e2529c1921f0199710b28b48cce7813a +size 894 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png.meta new file mode 100644 index 000000000..5af34d8e1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBox.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a4c80757034b76de33fb2d779c47e616afd391854312cc615e52ffdb150836 +size 3097 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png new file mode 100644 index 000000000..e85e4c587 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6d4a197f355a154f924713944d50892dd043ff3b89dd126e59c2fd718a57df +size 912 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png.meta new file mode 100644 index 000000000..a1c0a3aa6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a4609adc266ab5b8661aeb3b78eb0f6f07ce659a0d851682fadf5c7757f8a3 +size 3110 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png new file mode 100644 index 000000000..8616bf5d6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0962374f91273136fc25e2140f6272e5a4826252756ce5d07509171b66cddb8b +size 974 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png.meta new file mode 100644 index 000000000..7e6dc7a72 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmpty02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e2773f630a27aad05bb6d506c57ea377a9643748eb101ed364ed2503acb04e +size 3110 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png new file mode 100644 index 000000000..e55dc7b50 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfebc243ee91726b48c79eccc769ea8a56d585c96c6e03273a9e54d3284d5ada +size 895 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png.meta new file mode 100644 index 000000000..08e99e5b8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteBoxMiddleEmptyNoPadding.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eabbb6a2eabee7e45dd8ca895226e203dee87cfd3cab48a69577e1603cf4b6 +size 3117 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png new file mode 100644 index 000000000..f0584c55e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f275c80952842e1dd6163ce3e1fba8b41d5c1476cd5ca2219751042a3f97eed +size 3451 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png.meta new file mode 100644 index 000000000..ebff6c73d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf13e02918383248a16d3164f10358ce946dd312605951de9ffb6aa31f6deb4 +size 3100 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png new file mode 100644 index 000000000..dfa3b343f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478d6a79472b129e678d3065bf677bb46e0c019bfdfddccab3981b0dfd8cb26a +size 5121 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png.meta new file mode 100644 index 000000000..8e3f7ed46 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e95b32d1faf4bdf7ea70fd3db5749a3af3de1ce7939d5edb8d621b1172f59c5 +size 3113 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png new file mode 100644 index 000000000..b111a2193 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d5a278a7f503ff74ff4bcaa83e9c7e19c3bd4a78422f5e29baa94e1e08c85b +size 3822 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png.meta new file mode 100644 index 000000000..9a210b2d0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteCircleMiddleEmpty02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c00178b764a681e6fa0b48ba6633c4102c3e520bc4edbd47c123dca68c07c26 +size 3113 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png new file mode 100644 index 000000000..38aafb319 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c3e7be4eca8ca1b762aff0febcdc890948b160b6fad86670b653f8bc56427a +size 958 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png.meta new file mode 100644 index 000000000..2621c93eb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhitePlussMark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e86a5837b4d002c4cabf7ef22cfebfa23197fbac05dee2d0522aa2403f970d +size 3103 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png new file mode 100644 index 000000000..9676a23c5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ee48d9086595722b8e62d1cf4084bb5c2348687ab5a31ed84b425179ca00a6 +size 1766 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png.meta b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png.meta new file mode 100644 index 000000000..c11f9834e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Canvas Grid Samples/WhiteXMark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47be093c8bcdee09b64537321c9b304afd6b2339c984cabf2f474c6bc862568 +size 3099 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab new file mode 100644 index 000000000..13d7649ed --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d094ce871fd84d65f7c6394532be6c518d9dca80c52eefe0b2100309308dbb2a +size 18365 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab.meta new file mode 100644 index 000000000..2cb81b267 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI ToolTip.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c00d8b661b7681fddb8f2ade2b392d0d5446649371226a8cb7ccf603e20ee0 +size 364 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab new file mode 100644 index 000000000..c5a134d08 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2272085b5f6e95e1a33acb8c9a2bec5e0fdcb01ac0971888cc1553b8c8491b3c +size 339268 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab.meta new file mode 100644 index 000000000..e948b2557 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b240083118adf48890193e09945ce6ab6941f57fe17c0117c5a4d847c8117890 +size 356 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab new file mode 100644 index 000000000..ca21a0983 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213315512a9da1ac782dc887f0f8b98ebbef319e3a4f60b36524d3d1adc0eb0c +size 29571 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab.meta new file mode 100644 index 000000000..b73fb0c5e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/EGB Pro.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2211c57df096e03986364722980b9e7e19c3791a104a6b2171c642d6581d259 +size 353 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects).meta b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects).meta new file mode 100644 index 000000000..bc7d65292 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects).meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf6df0a27a54bd1bc81f69191f09f336addfa1977bef4bbbd2d0f8e5bc986db +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab new file mode 100644 index 000000000..1a0f213c8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f12ee55520a8e635170b379de44d7aa5d2458656142efd1444d6e450919146 +size 4123 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab.meta new file mode 100644 index 000000000..a470312a7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Floor.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee298fb2d74b6869dd779a7f60614ac65f73c2f1f662f7f9b3e70a9df7c2e6c4 +size 401 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab new file mode 100644 index 000000000..b7652ebb2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848d36c9a3a4dc19013daebcef728297c1859f221afde78081eb8482b4a6654e +size 14627 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab.meta new file mode 100644 index 000000000..300e30aee --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Door.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ece37f703b05fe28d54c94c4aaa03b549a2a99c0ff7790533b958c6d91e88ea +size 405 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab new file mode 100644 index 000000000..4555e93bc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25d19dafa495d54d839e23865a6b681c9e273e236bc04aac3306b1801713141 +size 7883 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab.meta new file mode 100644 index 000000000..848921f02 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall Window.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d994d9ea49e4466c1ab16698bab426ed7cf1df56aa33f4eb25b297d84a8422 +size 407 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab new file mode 100644 index 000000000..9602d5105 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600dfb21964b2101c0b4aab95ca36d327c8cdde520fe8ef9c6847e0172b1a1ca +size 7895 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab.meta new file mode 100644 index 000000000..5425c4ddf --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Modular Objects Samples (Grid & Edge Objects)/Wall.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3707d39753f325ca5152822e4162ce13364068f932c3dea756d3af1a1358582c +size 400 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples.meta new file mode 100644 index 000000000..c9bb7e16c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb39878b7a9793a183eeedc7db9d36986b015cc0b4cb3938201647a518283dc +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab new file mode 100644 index 000000000..0fae88676 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebc6f9943765842532c8908e086ff34d284e1aa4df9e455b6a994f9e9e11ed6 +size 3311 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab.meta new file mode 100644 index 000000000..fd167a447 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcded5d9925edb57bd3bc7c4985ad7ce1253d8d9eadbb088a742242700d09bb1 +size 385 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab new file mode 100644 index 000000000..cc77e3fec --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5dbdd8468dd9a3254cff12995c17fc19b54cc85e3ffe7d677722c08c9d5316 +size 3313 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab.meta new file mode 100644 index 000000000..d9d0ef425 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25e48305a144326cac7b0b8460ab8b01eda945b864bc9190ba15ba5f12a829f +size 385 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab new file mode 100644 index 000000000..47a78d94a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c10e84e2782b91bba90c0919445f006c3e7baef9d114aca4db9e4443748e3ad +size 3312 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab.meta new file mode 100644 index 000000000..181afdd00 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node 03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e8d45210ef2db0e24ec7e351527b36ad8e846ba9ddc3e7e125382012f20e81 +size 385 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab new file mode 100644 index 000000000..be01d5a77 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ffd69df23bb67d103a554be9e5a8e84000309a2fb50bb590f1dbfb7c3533c0 +size 3309 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab.meta new file mode 100644 index 000000000..8f85af7a6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7bd3fb2a9cf5ac5b2e7ce94922118118b9905992c66015a41475c8fabb63ea +size 391 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab new file mode 100644 index 000000000..c18d90fa2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3dbba1e98a8d7e81ba0e74e38526a8727b4928c3100a3584431f77b0e5c15df +size 3309 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab.meta new file mode 100644 index 000000000..e692138f9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c00b1b6fcb3bbaeb39f746b290c3c65621bd99729347cb6ae03679dca8f2fa +size 391 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab new file mode 100644 index 000000000..7607d53cc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b1bdd39615b222a54a9b53a171653a42540ec041f51af426aa0cc76f8b08fc +size 3324 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab.meta new file mode 100644 index 000000000..db5af5fd9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/2D Sample Node Edged 03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5db1ded2caf3b2e681aba6a53818a54e4a2529e3c2f7fef93d20c349a4f8db +size 391 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab new file mode 100644 index 000000000..a49a4fd1f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c664900935c535ab1c20af4f81979aece0ebbf695c19317d902a14b5eb05a5 +size 3754 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab.meta new file mode 100644 index 000000000..0829fb47e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c01476e19b7fdd400eb3ff4e854859cdb327be6284332b8d4c72c7c4d6c0a67 +size 385 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab new file mode 100644 index 000000000..a9b55a3fd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be9b830799ea66e13b5e3ce0cd073319d2a2ca3250f4738e635f1bb45ae403b +size 3757 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab.meta new file mode 100644 index 000000000..cf665ddc2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ae15cfb1dd87070a7129b3da72e6d9739e8f1404fb94732005d75834cec210 +size 385 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab new file mode 100644 index 000000000..6413cc268 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3183f58eb7dcd3ed9432c2e70ba9a06111520a3e076b152020b9d88cbe102b43 +size 3756 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab.meta new file mode 100644 index 000000000..c2ed861c5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node 03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1285d8f3605cc42b201e30f61bb54bce3a759fb002a168a7f1813a4500d22df5 +size 385 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab new file mode 100644 index 000000000..9d4d4c110 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25d3d0092c9a9244eb2105d53cce12ebc90c0d7b3523717a47ba31fb1e6f148 +size 12379 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab.meta new file mode 100644 index 000000000..7670e82b1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988c172132604365814f87e1d08655534afecfc9ea3d1ad32e24f8546487df51 +size 391 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab new file mode 100644 index 000000000..5ad8d024c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b61873de476507bccb12fdeeb34724ae1ca4a9ed24b9c2e1cba71ea8516d42d +size 12379 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab.meta new file mode 100644 index 000000000..076089254 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b162d892ff874e70bfdb8ada98553f99ca4fd6e6dfc51ff3fc282652bf3233e +size 391 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab new file mode 100644 index 000000000..d180c162d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078a02b3c55440ad00f4001bc2a07816e2809e6868f9673694252af45fcff527 +size 12375 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab.meta new file mode 100644 index 000000000..5e2d0937e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Node Grid Samples/3D Sample Node Edged 03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c177c1203c25ee267fcb56e19847d0a21c86d6e93bb83f62e87ca274a895c34a +size 391 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs.meta new file mode 100644 index 000000000..508a29c34 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd6c8fd0ed092a1a6ca13d6dfbb1581a9a144a19b1bcc195598a7d8d5933e93 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab new file mode 100644 index 000000000..5b519ca89 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c49706f2b57261c9ebf301cc3fac05bda885f8a5088f83065424e687cfada4 +size 76264 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab.meta new file mode 100644 index 000000000..f5d6e51ef --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/EGB Pro Inventory UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa7500c09ff68313080b4a495212230f2c3a971450b444160fa4fe61cf9c530 +size 387 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab new file mode 100644 index 000000000..6e251ee7b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb3ad34635c085e1100506c7eef47847c38b591dc73a10a41e2e47faef665bc +size 6590 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab.meta new file mode 100644 index 000000000..f8a08001a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Camera Holder.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff9e4a3ea4b1b0536aa6cd393835cda8dfbc77fef3d3cefe33b01df9f20605f +size 393 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab new file mode 100644 index 000000000..d6d3710b5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2d133bb5f53d2f0b51d79cabaf2552901829118673e0a2aec57df6d83ba92a +size 6678 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab.meta new file mode 100644 index 000000000..46e049745 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Character Controller.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f7db32430db58c6179a14a5d65fdcb067067bb32aa7f806f194721a682ed5a +size 400 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab new file mode 100644 index 000000000..29b6434fa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3203a8e7dc0c58c262346cc1cafbd28310cd446dec1520543b2b5f5f9f372c3e +size 5157 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab.meta new file mode 100644 index 000000000..b5f9983b3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/First Person Controller UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0184c73aff6d9acc095a93233948a4466f94f1b802f7cc7e003cefdbc676750b +size 393 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab new file mode 100644 index 000000000..1fe20f75e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d3c4c7f56ebd0b0aaf7dd904e1c4e3141c8318a069f008a6d89f3954765e52 +size 1483 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab.meta new file mode 100644 index 000000000..c710758f3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/SwitchControllers.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6e0787dbf5f67f27fb4830809408b811ee7969eaa2c174d8bb285af9e9b4b2 +size 380 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab new file mode 100644 index 000000000..62db12472 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16e55c92043a50e3c8212093fe8711a9c049faf856efe642a20bddd94b0ab0c +size 9776 diff --git a/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab.meta b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab.meta new file mode 100644 index 000000000..ead204314 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Prefabs/Tutorial Prefabs/WASDCameraHolder.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806e2be770f8357a7b111c8d1d8d3043da89f12002e6384b3d4546c3d117c43b +size 379 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects.meta new file mode 100644 index 000000000..80511e217 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92975027d9c0024afe2451484cfc25caba1b4ed32403348c5ada5bc4ac164fe +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO.meta new file mode 100644 index 000000000..9c142d86f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf7a88dca7834b9a40e0b8827b6641a16852690e07ad696c5e905eb39ddb0bb +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset new file mode 100644 index 000000000..3147bd406 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953ca50eaeb6d95d39799e8cb8b843de452e33e0527d6d57b9d33de392fc558d +size 635 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset.meta new file mode 100644 index 000000000..3ab115fa1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/HighLevelObjects Sample Build Condition SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7b7e042a40628458c1698284b70fc228cfb6d3c56b66b20dae569eb453a7d3 +size 456 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset new file mode 100644 index 000000000..d9ebd70ea --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4dd3e1dccb1f4cf63d49f9575d774693af852af481b70da1ad31c8c2764792 +size 608 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset.meta new file mode 100644 index 000000000..0ad42bcfd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/LowLevelObjects Sample Build Condition SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de65c961b02ece1e213f1a5faaa820a4960bb8af6859b502d0958251cc2b2d45 +size 455 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset new file mode 100644 index 000000000..695e7684a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538f73768d47c8425bc391e470326fb14a00733b5a10ac04111d43a80635aaa1 +size 615 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset.meta new file mode 100644 index 000000000..fa8de7281 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Build Condition SO/MediumLevelObjects Sample Build Condition SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfaa748042da4b24ebd709f86450220e4831f41699752d4bde2e2f84a5ac5990 +size 458 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO.meta new file mode 100644 index 000000000..8904181a9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab3759b4b96e27c602155387a872397d071994a6fd71e9715d54f3393830d2d +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset new file mode 100644 index 000000000..4d0a25aef --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018be97303c44dc2da1d99c27bce86bbbe77466fb42008bc4f74c389eeca8c17 +size 542 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset.meta new file mode 100644 index 000000000..40692bf34 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Buildings Buildable Object Type Category SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4956e11092db13b62e3c2c498f74006799910634aaaf3716d1d783ba08c262ae +size 460 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset new file mode 100644 index 000000000..64236fc65 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bea4955a9f6ae3f840150acf456716a35906209303bcba900ecd1b5ed173b4f +size 546 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset.meta new file mode 100644 index 000000000..cb984ca26 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Extra Props Buildable Object Type Category SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24852ab3a4cf1a0c627fc38f6561a5118ce877a77e327c515e620662b54b2c9 +size 462 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset new file mode 100644 index 000000000..7f96687c8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58930be3413eeac6aed7944e5de088cb868f056aabd3c7953ae581ac487cec30 +size 534 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset.meta new file mode 100644 index 000000000..52316a22d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Category SO/Tiles Buildable Object Type Category SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e303254eaa16de0329e9a7013fc0d4e20b4a354df1df34e86f62a942fb65f9 +size 456 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO.meta new file mode 100644 index 000000000..9bcb170ba --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06266bafb8ebc1e3f09edef4a4e2454fb0a4826cc32e00d5ae79cf0b286a5d8 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props.meta new file mode 100644 index 000000000..0b5cf9477 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94218d01f8acfaebebc6541862d7076e26f61f0f92d4c7a6d2976c0fc2bcd65a +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..02e055796 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a66444f9411d96618326e298a86972fbb24f026ce7265f082cdae2d225e7442 +size 1519 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..44c5d7bb7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Large - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7ce55ee6eed167bdfe149ffee551af1f550e61ffd0d8f1dba8fdadbb0bfe67 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..1f6ce264d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef01c78ffbbd789b7d87dcf2424d027933a3f911ba5a4fa9e1fefbf2492b088f +size 1519 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..10f776b44 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/2D Free Extra Props/2D Free Tree Small - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d30238f8d78b68ebe6201e4af802b81e6dc36a0de18059f0c10581e2aa8ca5 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props.meta new file mode 100644 index 000000000..474a99737 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d78dd9f017ca006bcc070b90799f3aca0d09f43905f21458ac458e29f5b6d4 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..1412a9686 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d4dc29f98ba7b6986eabd8207d9783526901bbc539135edd07f390d776887f +size 1550 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..cc1be3eff --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Barrel - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38e52bad5d361fed535d3232c05825e89b7800f9e032b1e3c1a2e0c88e8278b +size 491 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..d5c70826c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fc81eefb1fd467d6a2725533ebb4d27170c576f33824471db0f376aad3e8e3 +size 1375 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..a4ffc694d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Bush - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68aab3852e4aa291d0b0bc4efebf575d2068c9150447f865d1d6ec2dffb919ed +size 489 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..131d94421 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89222123e844ed1d2d540fc5038b42be7951582eba633b1d143012eee34d4d67 +size 1491 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..e3da21c3d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Coconut Tree - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2ccf4803ab095231e28d8fa6025de7b82a35b2563b6e913ae755c9569d1901 +size 501 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..eed4a1e25 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c261e026c02edab3031bd74dcc9a61b4e982bf1c78048290181ce102c0ddcee +size 1400 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..a798d2ce8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Large Tree - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be9aba333590d8ddeceaaccabb9bdcc2d317a6449ecbe20b9e5fcee30025a9e +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset new file mode 100644 index 000000000..2e7bacfca --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4eef2aa2c9262d12b11f214e6f810c69e86b669589e1cf2b050b0b2dea1368 +size 1402 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset.meta new file mode 100644 index 000000000..c376f9783 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Free Object Type SO/3D Free Extra Props/3D Free Street Lamp - Buildable Free Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8642d95ac05aaa594ed24245ef34fe1eedc477cbe4f5674505d75ab5326f93fb +size 500 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO.meta new file mode 100644 index 000000000..43bb1f3cf --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2757bddecb51bece70cb336931565b42f40ce5c5129292a9a721835a1009018 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings.meta new file mode 100644 index 000000000..cd9f0188e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b312101e476c3d0bafe8907dc024a5b9dcca805c05cb549f41421e6cda5175e8 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..11cd5384b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec9647534f0d21d85fbb993d6e1dd1746d3cb4873e2f72bfb99509c92705b06 +size 1724 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..c47896902 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0642fcf39744aed57fca9ee38e6dc58cf5788b4e42c652b421ebb2f42f69d728 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..91b168805 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdb44b3d0162351a38948f5336feb35891915d4ac55e9f63b651d15568a9243 +size 1726 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..94894e3dc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59990d3bb7704d552f43c0c7c6417601c12b9c6cc5e152c7ba7f0f33e5dd4ae6 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..8c5f99205 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0670c61c0c098182f6313960f6dbe55290fb29d4a079416d3be197315377b4d +size 1726 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..38c6bd282 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2ff0b935f9010b5436c55c05df4e8f0375b07c4da4c4857dc69e9a5613d089 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..e8a084578 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc754f4fc5e1489f00a00e73df08e7cda3d471993a1fea05b1e4eecce693f306 +size 1726 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..728824534 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc494d752f41b834f628de49e9439b55283f076f8b189cf0a9c8e22d7d71a87 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..cb10586ec --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231dee07446fdfa4a953bc67717635cedae5ee7e390217cd16c036733cbf05f3 +size 1688 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..54de929ca --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Buildings/2D Grid Building 3x2 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628442e5fda2a366bef3417d6706fb8237f74c448e24229d6abe0ecd44502685 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles.meta new file mode 100644 index 000000000..d2f137596 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e86db7172e7ed25f9d2ca2f642ce9846c9a2309062f04a79bbdbbf90b352ba2 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..c8394261f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deacee8ff5f14e4922bb9ccb893cfdb440c9423b4cbf94f1667710d2f969df2e +size 1718 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..4435ee97c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 01 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c8b20a18026f9009577900a559fd94155de648e8bd6879307608012c3ef0d6 +size 486 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..06021aec3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6188bee1ac6112b8064e3236c5f2fcc9624d89edfb1a774db4910b733180cbe2 +size 1718 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..6298e8b6c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 02 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d632706e598d50016450bd27e318a8c4b5f0879ede1305577952bca8fb3966a +size 486 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..c3cbc2903 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959eb024f6971f8efcdf0f422c0cf4c2bf22cb0a97f799b6f9750f146d0c1c70 +size 1718 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..a1215d728 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 03 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38063255f0daee205d80214770a03c775445648d1e07b66ba35e638b74b22b0b +size 486 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..2703ff39b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed631bac120f525faeb687128ffdf183bf3e7267bbd578269812d957716182bd +size 1718 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..163232b03 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/2D Grid Tiles/2D Grid Tile 04 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ea2358924823f21a8451dedeb038ff95c069292f117cfdbde018ada28f4f4f +size 486 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings.meta new file mode 100644 index 000000000..e44d71f07 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56657e5c0818140226d667d0b2747c1ec07dbfcdada48811f308e0338e3e098c +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..e76bde4a2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891b4c8346e38253fcbed14649374e7ddb28be1dc212cd858ed442de97e2a849 +size 1724 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..b1f4f679c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x1 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d2579c0e657919cb1da500bc12fe32312ad64b608e089e3bdcebc3a6e06621 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..8f809b201 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68351186ef88f3e2179cc573aa538dce4fca0e272f3faacd006584e78532f8cd +size 1744 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..aee6ff1c2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 1x2 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551643c47f79b65d2d470f4c8e48227fb418c6bcb1a722167cb34879aca74b08 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..ac6426fd4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd944be4ccb790e66776b411ddca74bfae4b5ec042aae8dea9afc42c76775ed +size 1744 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..4fb69bec6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x1 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0db2662f089f4d0d75ba66f2ed2dadc23b42e07d354d4947b2122488054cf6 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..3185513c6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b40ad566b8fcb5de7e474ba9a0b4c9a98e81aff51642e67cfea21c17935477 +size 1745 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..fb21927b1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x2 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1097a6e2c4167eee4c760ce35761ac8829a049315f0846fe4b78d7a18f36e5 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..db6a408c1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6018e18b4d1bc8cc566cba1a6714fea1b2b9906a26805ff0cbbc4bf1c546b27 +size 1688 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..7095de1b7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Buildings/3D Grid Building 2x3 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f8eb4bdbfd6eb9f9af49a55bc9a3ee68cad07b177424e5fac6356828fe7992 +size 495 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles.meta new file mode 100644 index 000000000..6d3a7eb38 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437266f96e71f3faa00a818041835ddace3929a8eeaf236111911129ed1c25a4 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..ec00755d9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f583a97ee7806c2bc390a4bb3350f9628f9eb748f3ff5cc91a44fa2145c82a4 +size 1716 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..23b1c3ff6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road01 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108ecc1980c2f736b00c00a365b6ffeb440ae3329b5b995752d5dbe39ac6d371 +size 490 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..058f7dfc9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069acbb31279a98ef673732751c905af1a31e537944ab124796c89faf5120e5d +size 1716 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..fcfb600d7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road02 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b606b6f68d253b9a4d183b1d7a1be852a973c4df14a57dd2f7dfea3a148889 +size 490 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..fdb974752 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9f447937329942631023e3b017a8d6d23d5a5ef7f696d69017685f8ed3ab64 +size 1716 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..9cee98892 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road03 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8faecdb02257c950b4d4a26b1da503385d66a08cd074d2046b3b9f0147dd21e +size 490 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..d411fb9b7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779d38a8d4a7d89970b41fbfd5c29f25eccf368370783f81f9f1c73b2750daf9 +size 1684 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..872706540 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Buildable Grid Object Type SO/3D Grid Tiles/3D Grid Tile Road04 - Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc4b66a4dcb5427a4cd5d0fedbd159996351b9cc0e84ef84812d0ed1ad57548 +size 490 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO.meta new file mode 100644 index 000000000..e8def0c60 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484512a8c33aa729bdd7b2b49a49672bb0f4bf1f21576f8cad8069dc1c545e82 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset new file mode 100644 index 000000000..6605e52eb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b1f7a98687a478389a97fb3496e081e6a0e033ed2ac1dd69b55fbad45669f0 +size 6311 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset.meta new file mode 100644 index 000000000..434235bad --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Easy Grid Builder Pro Inputs SO/Default KeyBoard - Easy Grid Builder Pro Inputs SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c72c308e25973af57b4f6c86a163f6800f91fa950ebb65c31e11d3eccf5f8 +size 478 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects).meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects).meta new file mode 100644 index 000000000..eba24fc97 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects).meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119a62bbc6c08db04dd92677999819c56cd7ad3fbd13a83c03aae58a4aa89ef1 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset new file mode 100644 index 000000000..cab172288 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19014943683a69adc571b9c23e9b8e208dc33a527cce753439ecc4ecf709730 +size 1582 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset.meta new file mode 100644 index 000000000..ee79d5485 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Floor Buildable Grid Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58aee8e5db1de0f8d2e794daf8a55ac491c36bfe1656e267e77aa5650a394841 +size 485 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset new file mode 100644 index 000000000..622227ae7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db189e47cb08d1700885fe05d8cc04f41037e53374d6c730d8ef1617c0fa9c3 +size 1572 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset.meta new file mode 100644 index 000000000..2e33aef78 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Buildable Edge Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4822bf5f54614aa1d050909a5fbc16244ef8dbe6912f4a34207ff8168c33f2 +size 484 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset new file mode 100644 index 000000000..ac1f78e9c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae564859c7c0424960d2152543f0e606b68bb64bb0ac2ca450914da427ffea6e +size 1582 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset.meta new file mode 100644 index 000000000..5491d6ebe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Door Buildable Edge Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249bcd5f557a7969c271c9d2f3ff7f8801e4ab23bffdec70630a6a4372e07f3f +size 489 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset new file mode 100644 index 000000000..4b297d602 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d43cad288a0727aee1109d2a123f4feaf4e072946c27d8442df9e44b6dba8d +size 1586 diff --git a/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset.meta b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset.meta new file mode 100644 index 000000000..97aa8e68e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scriptable Objects/Modular Buildalbe Object Type SO (Grid & Edge Objects)/Wall Window Buildable Edge Object Type SO.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b3356c379a0237b86ff847745ed16fb5b9c6bba0bffaf86a6f2b55191c1c24 +size 491 diff --git a/Assets/EasyGridBuilder Pro/Scripts.meta b/Assets/EasyGridBuilder Pro/Scripts.meta new file mode 100644 index 000000000..af54bac45 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8b2219add078e829c83a5e12c8ab3f81ac36c458a8ddd17325653b090dd675 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts.meta new file mode 100644 index 000000000..9fe37038c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5cdc7de6c96458db15aaf70519e1944a8b1885b1542cc1cd7316ef7aae50ef +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables.meta new file mode 100644 index 000000000..5904b021d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08eddc199b15956bee70f1fe1ab12c6000099830c3529f893248f212187f4435 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs new file mode 100644 index 000000000..498319538 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ebc6678d5235d4f0fac79d47f6bf04a484cc85b1f0236a55dfe71ee28b41d9 +size 39525 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs.meta new file mode 100644 index 000000000..05723546a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableEdgeObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e945d8060052183ed019049c8584ade540b11c045f9e3151ed735b653a3ee9 +size 535 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs new file mode 100644 index 000000000..d5e7f8044 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a55a1505a83aab1e74920e9124b5325126e2eba1f50c511dcc45c9bd96050e9 +size 12489 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs.meta new file mode 100644 index 000000000..ee2909025 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eff71dd725b9b9ab979e14004f99b1a01ff77fc4c9713760d94735267c1e071 +size 535 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs new file mode 100644 index 000000000..305563bfd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fcbd2e2628c9654ec6e3ce6072669d05fa685732afbe42a66e255b253051426 +size 943 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs.meta new file mode 100644 index 000000000..c4fc99ea0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableFreeObjectSnapper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a70421c1edb6946c294039722b62d1dc28248f982bcac8d1123dcb505944ec +size 542 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs new file mode 100644 index 000000000..8a304311b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0d4153075052ce49cfc2f2bdbefafa5999aba151370790e5457aa58294ce51 +size 35409 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs.meta new file mode 100644 index 000000000..6191d6d11 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableGridObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d2d757cc2818f0be930775e482dcaef9b3111d58ed66206f56bba6efa29f2a +size 535 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs new file mode 100644 index 000000000..b8bca24b8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc216f40a1df44dc1e29f606b946843e48e044bb250ce7df3ac7aeb33f947cf +size 898 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs.meta new file mode 100644 index 000000000..56d4e69cc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/BuildableObjectAreaBlocker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dfbafe54216683f7d2b2936d686f6780953f674d97dbae1a3ef529a3bd4883 +size 542 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor.meta new file mode 100644 index 000000000..45efb0cde --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e33d37274968504d950a3b3f01cfe1714608eeff18fe611ddcfafbc7de4e5ce +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs new file mode 100644 index 000000000..a95d8847b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f102b30aa752b7af85c145db9ec84812986285d4ef89b3ccfada79abf8a5f1a +size 3432 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs.meta new file mode 100644 index 000000000..77689a9e9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableEdgeObjectEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7140e57b57dba7891f3e94cc5d1f5250e72875e19631a516bb9692240cceb65 +size 548 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs new file mode 100644 index 000000000..276c0d241 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fea6616f5d78408e8b7d8e93e617ebfe8a412be7b632a7db6098b675d4ef003 +size 3384 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs.meta new file mode 100644 index 000000000..ebbc4495d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2738053edd6e80b307409d394d6367a1f3e5186f55adb18d98d82e096780c4f +size 548 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs new file mode 100644 index 000000000..84da85893 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb647e33c16e64d2d58e68724358e27553396f693061157acef6723e74d6c28 +size 1376 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs.meta new file mode 100644 index 000000000..4e13aa99c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableFreeObjectSnapperEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4051dc0c82d66a8c735f7ba9c9bd41abace0013ba81ebf9ee42bfb4972eb61 +size 555 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs new file mode 100644 index 000000000..ecf514212 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180e8ecb51014cceaccef961617f43f3806b44dcbda24bff80113fa39fabe3ed +size 3422 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs.meta new file mode 100644 index 000000000..7369f4234 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableGridObjectEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72f1ddfc90eee8bb9a4fd2cbf343055a145d902a8cafed877216ed5137e656b +size 548 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs new file mode 100644 index 000000000..e86eb988c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19151a762ad1ea4a3743096dff54b22ea671c13d8145eb8fa098ebf7a5ab2f35 +size 1392 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs.meta new file mode 100644 index 000000000..a3dc405df --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Buildables/Editor/BuildableObjectAreaBlockerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b115a39b05467d5176d785c0c5ed0d7e1d1c17bb577ae7b5beab8466006dfd38 +size 555 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core.meta new file mode 100644 index 000000000..eb85737cd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fde15eecb9c278eedf88236c08e747798cc985e887ed6edc808f824960e0c5 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs new file mode 100644 index 000000000..6937cfab1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf8b48f5e3314e844a6ac5680972530d20587b65432a0cef952be5045ee3ff5 +size 224966 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs.meta new file mode 100644 index 000000000..fc00ef365 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/EasyGridBuilderPro.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcb32cb4ef039a464bb90e56a7e895733b0f0109faac83d17ae5d89f355f5be +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor.meta new file mode 100644 index 000000000..2c667543e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727ab130d166ab1c8435c85d54ac6dbb80edd193df299ef67da45a77c400f6ba +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs new file mode 100644 index 000000000..634d28cce --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c90c2a7d1c6ff0721e570098bb31f2d6a39645cb412117c83d811906c97b2f4 +size 27399 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs.meta new file mode 100644 index 000000000..99507e3fe --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/EasyGridBuilderProEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebca85a2d06ff5dbd2bd1e42472afc2ded2432373b5bce52ead83aad0a43c6b5 +size 541 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs new file mode 100644 index 000000000..c364240b5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dc29abc409c1d2cafa4afdc6679fceb010e281b8cefc964252742e4c1d18d5 +size 1995 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs.meta new file mode 100644 index 000000000..79263ca40 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridBuildConditionManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c604fbacfd97eb6f13e5f5a3164291ab85c1c1a1d55f48357af2e35ed90a447 +size 553 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs new file mode 100644 index 000000000..37437b4ff --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a0f312c57557a9465a5310499349e3b81cb32c455b55b78804ba099bdd0d84 +size 1586 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs.meta new file mode 100644 index 000000000..958680579 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridInputManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab52ef8038e0e2e030a4d3f237c918587f169bd57a5886321edee7fe9e17452 +size 544 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs new file mode 100644 index 000000000..2d8cafc78 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f1a5d83c0cc5406a6dd15481ed600b9d5646ea8266948c6d35f0729d994135 +size 1357 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs.meta new file mode 100644 index 000000000..746329664 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ebaccfc4aaf83d5973e456d2a816a2c9d4299e81a56f541222f5eb3325b3a7 +size 539 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs new file mode 100644 index 000000000..ce15c402f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6407436ad86b5c8361b601e4a1be2c6def77e0a0c9765590cca9832aabad1545 +size 9438 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs.meta new file mode 100644 index 000000000..1be16af43 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Editor/MultiGridUIManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7832f966eef3e7f854c815f8e58341435c34ea62d7d4e5c88c0d185a7b613678 +size 541 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal.meta new file mode 100644 index 000000000..089d464a6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe1ff24cbdc30ffe43646bea1e9c1dfbd4e0fc8b3bc34882b2924b8fbf1bc29 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs new file mode 100644 index 000000000..8666cd58b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3ecd45d27de1bc009d75ece7fba113c99998c23bee96c0a470df6e2a5cfac1 +size 1370 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs.meta new file mode 100644 index 000000000..34320c642 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridEnums.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8807d811f23942eb3615406de705b02bdee1119d424f98df740c7cc546cd9ab +size 477 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs new file mode 100644 index 000000000..e5b6457ae --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6a129fbd9e36ec87ff8857d386726ca4aa56c6f237e64ee9e88e2b674f9654 +size 14009 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs.meta new file mode 100644 index 000000000..027610681 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXY.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27464aa705ab88effa9bf3243a13765142c2e9d91954e61c34f89eda040fc94c +size 474 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs new file mode 100644 index 000000000..fbdd62b87 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9dd0e269364abd4cec29d4012e3490d71f0c1cee71be8836217a237e645191 +size 13373 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs.meta new file mode 100644 index 000000000..933204ff4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/Internal/GridXZ.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febbfea9845efecc0e1755b190bd856bd3e9e7fe6f4879b93f7dd1e8f86dcb0f +size 474 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs new file mode 100644 index 000000000..d205d5ace --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505e926ebc3ddd4ce0abe221c39e9247d5336b160428d003f0dd629dc9b9c66 +size 7056 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs.meta new file mode 100644 index 000000000..d5a3fb202 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridBuildConditionManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c743fd762cdff22dd2173683ab0e0d8c67d988f5b71133410ea64741933477c +size 540 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs new file mode 100644 index 000000000..cd4801954 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67189235bc4d47a3bdf2e523bc4d9e0d4028bbf4bbff5e2fcd648f97204bf19 +size 13949 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs.meta new file mode 100644 index 000000000..f772df9f1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridInputManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4c74de38ecc0fd6f8a0897a1626d9c89cef38ec7bd3dd8809a0eb179c00956 +size 531 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs new file mode 100644 index 000000000..25325dada --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3032f8ff7702883181434c62801d7657d7b9719067712fd1a07e5cd3c82694 +size 4430 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs.meta new file mode 100644 index 000000000..6771017cf --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8704c1a0d6fa4f6f9e50d55aadf3e2a661910c626fa07adc8927cc644ebca25 +size 526 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs new file mode 100644 index 000000000..ed7fc8f22 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de10bbb95a7f0efe0cc07a4d78d56e9f793af8ea70aa96b52257ada8fb14110 +size 32462 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs.meta new file mode 100644 index 000000000..3bc477d38 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Core/MultiGridUIManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5d4f0345cb930db5c956dc331b8a935d8b5d88a682a97dafc0aad67f23d0f5 +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules.meta new file mode 100644 index 000000000..a0725c5fd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b28b66d82e7155f4dd01df28fcd1b383870572a9ed7f4b04596fcfc6c6f0e65 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs new file mode 100644 index 000000000..c27cdd9a1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d24b98693a3cce85a58fe9b613b6f6d2b6a250e460943a46036da34d921f34 +size 21537 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs.meta new file mode 100644 index 000000000..5caa7631c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/EdgeObjectGhost.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bbc1aad8aa7a4a80bb78acc8cd849907fc493b6d51567ac42bc12661a98434 +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor.meta new file mode 100644 index 000000000..324b18ee1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339ccab64f66d58bf62c396e9339db142d59364c4f5944e3e0dc3a6b54e17c1f +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs new file mode 100644 index 000000000..3e65b4f36 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c341366e31a316b11ef1c1a57eb9fcffe8835dfe0c337e9c5ca35460676cedff +size 1592 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs.meta new file mode 100644 index 000000000..4361a7c5c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/EdgeObjectGhostEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae98c328bd14bd824a951764f117db3dcef5d3e450a1867919d0dbbae9ca63ce +size 541 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs new file mode 100644 index 000000000..b7cf90747 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f64ecdb66c4535581c50a9a04a9c3251077a07d46a5e33f556eb1ee693293c5 +size 1592 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs.meta new file mode 100644 index 000000000..a7e13ed85 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/FreeObjectGhostEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864f16599dbbf132273adc219ebb2b41af94ba6b388f8675098207b856b86ed8 +size 541 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs new file mode 100644 index 000000000..3d70d7c82 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5e8e9a4d25e0fbd5c12556217f4b4e3f910b47627270e08d9ec15aa9ba7151 +size 1592 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs.meta new file mode 100644 index 000000000..4d6ee33dc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectGhostEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873147edd8494dfc5764ba02b8b43b6f7ae372d0a1feda0c4ea46f9b00e88790 +size 541 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs new file mode 100644 index 000000000..628b36639 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79ba7657ab4953479c55b5dad1c0e963b149e184269233ffcc1ce1e7c779289 +size 1801 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs.meta new file mode 100644 index 000000000..4101b500b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/Editor/GridObjectSelectorEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b177f829a92cb034afcc077d28a99a53803fd598a7c15a4cb216bf32ecb7d3 +size 544 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs new file mode 100644 index 000000000..a6cb8219c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c785273b51a3041a1aa12bf2d79e3d37e768f3fbae31e6d5830237406dc1086e +size 16436 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs.meta new file mode 100644 index 000000000..db2c4fbf3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectGhost.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06029b8f96c0ea639770befa929aec811a2a541e161cef70daa04adccae7b8f +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs new file mode 100644 index 000000000..e2c317fd9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44df5ae4dbf1948e71783d81b1596002d26ca47c897ec29845c9599007cfd81 +size 15003 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs.meta new file mode 100644 index 000000000..0ef20a920 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/FreeObjectMover.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf9d083a188f7de50a706b25369dceef3d672e4bdcadbe3a910cfa0d7e0d88a +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs new file mode 100644 index 000000000..8c93e16e0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a959a5552aee4551459a8bddc2d17cf654076a24e2bd0d499904d0a87016cbe1 +size 19405 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs.meta new file mode 100644 index 000000000..6e1457c61 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectGhost.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6dd2655fbaad3e3d82cbdd3ec685151bebbbeff994920e49cc3e18978bfb00 +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs new file mode 100644 index 000000000..db52d09f1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ce3b3c6d3c8dc75342bf9ce877255d11d121b1d14056412e373f7f3f7dc250 +size 16405 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs.meta new file mode 100644 index 000000000..caa94f3ea --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectMover.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00103fb6e7fbc997f507cfd3517ff9d686f8391e0267037dd4975b17b217805c +size 528 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs new file mode 100644 index 000000000..0cc96fdca --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6062f2bf6cd70f749569e6f793c6fcbe5568435b84355be26289d93ee85076 +size 11724 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs.meta new file mode 100644 index 000000000..c54cc983b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Modules/GridObjectSelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187ea6c02bc6d39b6908e77a9bab0a3f5c3d84493e5a9a8a3fc7461ec5a2d395 +size 531 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving.meta new file mode 100644 index 000000000..1b928ced2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cb8a253537af215d2e99f4807f2a44f46116bc6765cb65d95f0143b6eb7a84 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs new file mode 100644 index 000000000..41c98b83b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580fca5f1d4c78840aeb40638adfaebaec20c6cb5563b592e197b6868ab14d40 +size 1669 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs.meta new file mode 100644 index 000000000..3e1f8bf73 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Saving/GridSaveSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aee7e1fd5a9a5162d7a1a286c90acc7f5e09e422b15328fc8a9a2c3128c87b5 +size 526 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects.meta new file mode 100644 index 000000000..9c23fb9d1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40590880f21edc2e071e412f872acf55468495f9227dffce37bea9765ea50058 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs new file mode 100644 index 000000000..512e22833 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc3b142f205f208266b874263d45736ba346c1199504f78f32f889fccf046cb +size 1432 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs.meta new file mode 100644 index 000000000..36e951a0b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildConditionSO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7b5018a7004c4c02671deb32cd120ddb0fdcdd150cea2e57db27dbf294693b +size 544 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs new file mode 100644 index 000000000..6338bb294 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9244349e9c87f8825baf0dde9cb564c022382374cd6833d1b3ad915e5caedf +size 10524 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs.meta new file mode 100644 index 000000000..b8a05b932 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableEdgeObjectTypeSO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836a9f5535d1c1068aa82649507691ef9f8fec9a4fa058774350ade7a9ab412a +size 553 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs new file mode 100644 index 000000000..00c1afaf9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f404a2af805bbb67c37d6545ae37b425ba8438fec6ffa4285b96f0f74ff2afb0 +size 3505 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs.meta new file mode 100644 index 000000000..2f6b421a6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableFreeObjectTypeSO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe9e3b057705c2e923f5bf236ab618416cc428d56bc15565a876c321d399bb2 +size 553 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs new file mode 100644 index 000000000..9a3eefedd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a39a73fafb3a7243699c62f28aa723c2148bbcb5415d11b93844e84ecd9584 +size 10114 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs.meta new file mode 100644 index 000000000..353e3a2ee --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableGridObjectTypeSO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2d094bb99cd6d50b1a319929a958f74f9d94734d079033e38ed39b93bdc977 +size 553 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs new file mode 100644 index 000000000..2113874d6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe10d485ec6630176a3c3411680bcbde73a58897600c120e0bb69fc79e1d4e8 +size 532 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs.meta new file mode 100644 index 000000000..2e96e5228 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/BuildableObjectTypeCategorySO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dd48cdbc2cdfe591baa48ea93778106d71887f5ecc35c518586d6ecbe67677 +size 557 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs new file mode 100644 index 000000000..63a6d7541 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dd0ac5db2843227962df554a13251185cd77617b7f020bde7d846caf1342d6 +size 2771 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs.meta new file mode 100644 index 000000000..e043e7228 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/EasyGridBuilderProInputsSO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139b9299e597b4fe9e8def414d8fea69354e6df12289bd3637d52b0cfe5e6529 +size 554 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor.meta new file mode 100644 index 000000000..6caae94f6 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a67a3bd9737c82f7a13c6de3cb638640ec599bbf1f148c55d754ed78246080 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs new file mode 100644 index 000000000..113510918 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0659787c9ef5a50d68561cdff06aa1dccf3cc4aea4f613591e7649943f6d0b +size 6916 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs.meta new file mode 100644 index 000000000..f84e8fb17 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableEdgeObjectTypeSOEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628180c6d0d1087764bae3a246d6b6ea225804e5288efd898460690dae70e023 +size 566 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs new file mode 100644 index 000000000..eb4876d2d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb410fb7820ed1f95b13c6c86f62295b9c3cb770af712f785f1efeb719e3c89 +size 5406 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs.meta new file mode 100644 index 000000000..95685f8ac --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableFreeObjectTypeSOEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e609e2211df13c30b504600ebbf95ebc5943f3825edf1516e09b517d6c98ac +size 566 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs new file mode 100644 index 000000000..e6093d46e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e03ef1859c517a7afa2b25f4196e109216b0034fd7dc94352c0022fb24f99a +size 6904 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs.meta new file mode 100644 index 000000000..48ea90467 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableGridObjectTypeSOEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b700aaa7f34468121ab76eddb4c06f0e6d0781d7ffe9d0fdb31273f61bb7a1d3 +size 566 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs new file mode 100644 index 000000000..8b9399050 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8e32114a57c62b5904cd03635ecafe60eb17d166bb2bded3cc0f8fece3ecc0 +size 1806 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs.meta new file mode 100644 index 000000000..7a6be3928 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/BuildableObjectTypeCategorySOEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff57c903d7a9e01b57bb09620d1e7a51d4a4adefeac8db25fdab6e0bb000cedd +size 570 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs new file mode 100644 index 000000000..71b6e21b3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7befcb6fc9fd28b4796cd62e70e0bff55e60a61f7059f3cda3a18633901b7c82 +size 6936 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs.meta new file mode 100644 index 000000000..1e8a8f9c0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid Scriptable Objects/Editor/EasyGridBuilderProInputsSOEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4f6a5060b3286741321c6190902bf84d92dea185c712f02c23fdf900198223 +size 567 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI.meta new file mode 100644 index 000000000..cf114d14b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46b4760c68708150cb4ae750de9bdfd7864c74156289c12f9949846ccadc506 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor.meta new file mode 100644 index 000000000..0481124bc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a1181bf63a63cfc309745a00093a85176995b1c78a47eba5c7c18e268c3681 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs new file mode 100644 index 000000000..3cb9cf223 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24e7b2405717cc8ceb4fb86003c5978199b177333206b4368a97d35ecd6159e +size 3267 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs.meta new file mode 100644 index 000000000..24b7b8f98 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/Editor/UITriggerAnimationEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c89e16b88e349e56a9f93e891b0d800b8bb048cfa98a1dc15114def0d80976a +size 488 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs new file mode 100644 index 000000000..a8cff0bfa --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3eaad4e94b549aa85ada5f09532be516cbd0104ecff4df100c578c688f837fe +size 3336 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs.meta new file mode 100644 index 000000000..24c21a1a3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIBuildableSODataContainer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a31183822510da4a77023237e806fc7f4de958b98672ca9e1aa70dcd2835abd +size 483 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs new file mode 100644 index 000000000..fb36d383b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ac94064c8fd824fb3164f639a3b67ccb2b1e42af90099cd94b456e78752af8 +size 2228 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs.meta new file mode 100644 index 000000000..9df40114c --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UIGridModeAndGridLevelIndicator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca901765dad8db2d5c89b0f236a2283ed0010c058032099517d0c11ae63d77d0 +size 488 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs new file mode 100644 index 000000000..e81d6a359 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f78065d7ee3310e2d48d18992576342f0e2eff61047304c2b8f12a6e84c8424 +size 1642 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs.meta new file mode 100644 index 000000000..e4da75d2d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Core Grid Scripts/Grid UI/UITriggerAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d53146048b412d967b37641dabec8232050a3362eea37b69d90321bf1a24227 +size 475 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons.meta new file mode 100644 index 000000000..3a9c7fe15 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c515d0e361a1ca4ee5b94827277412cb6c10e6a2880cc4c192b114af63061fc +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png new file mode 100644 index 000000000..5582e5d49 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfbadcd6f7f1a3e2de1de1e472f1106be0967e89ecd9fad030538b97cc4419c +size 7610 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png.meta new file mode 100644 index 000000000..984ae408b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15db9707c1879834f7ebfa270eaa0f329d44d279dacd732c75c92183906a60a2 +size 3080 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png new file mode 100644 index 000000000..d963440a1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b761195c3f894c8f817a9d744d46d57051d44e975794c9db00787a3c7cbfe316 +size 7582 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png.meta new file mode 100644 index 000000000..8da8917d9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/BuildCondition Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279c98c982d30a07d9ceb4429b65f1fbf3691ef0dc27ccf898dceb0e8a187447 +size 3081 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png new file mode 100644 index 000000000..335bbfbe3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a466de34ad6a937f7e1ed13b5fd3dd28fdea71b1862f6e4c86f224cb5d74881d +size 7701 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png.meta new file mode 100644 index 000000000..300e96288 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Buildable BLocker Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f037b1e8ce0cd5a948b0dbe0e94970181b32756fe2c4b29a17e0b2c15beb4a5c +size 3073 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png new file mode 100644 index 000000000..8792c3ef8 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb80e295a3ec4391be23412a84a2d551f8f332dedf237a6c19e5a24ff8612519 +size 5728 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png.meta new file mode 100644 index 000000000..f348b2d12 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Category Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f0b044494b60e7fbd9ec7b56d2a670dbe9989dab0737e9d88eb6e38cd27f49 +size 3070 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png new file mode 100644 index 000000000..43c7bc48d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fadeb5d5cd36baf4ae5e0be5d0510d24c7d82c0947fd62682b6f684b12ea0a +size 977 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png.meta new file mode 100644 index 000000000..607fb4263 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8a64c434393537a0bd2c0ec40698aa5f6efbd94dd81589018d7b4db56f890f +size 3072 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png new file mode 100644 index 000000000..25470c37e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84ecc9e30d436f15776ec2b704aebdcca7568852abd595ca7f9048d7ab60fb8 +size 976 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png.meta new file mode 100644 index 000000000..a574556ee --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Edge Object Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f31d3901ab5b0d775d05a5240efc4ee244d59c206e6cdcd3119a2d2377bf656 +size 3073 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png new file mode 100644 index 000000000..18739a7d5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc41a1dd049e2d07f8894afa40e7395428c7d7eb29b6169be4c35382e3cf439 +size 10250 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png.meta new file mode 100644 index 000000000..a6a065691 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91055ed4aa3aa88666b210041f2a3f59d187e9042c3e1fa2865d59203e12f686 +size 3072 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png new file mode 100644 index 000000000..185c20a83 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313f9ba60785301c99dd6e90b4ef4cc184202ac563a4d8955c228b16ba3ad671 +size 10259 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png.meta new file mode 100644 index 000000000..6ff715e63 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Free Object Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729ba35d3cff51339870f452930beef2b511722081e9c9f666c97e8228efd86e +size 3073 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png new file mode 100644 index 000000000..d90acbfda --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a30430800be6f2e6ad22a002ee8ca80ad0f94674fb9129fe5920e36bcd3c75 +size 9655 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png.meta new file mode 100644 index 000000000..7738ac230 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Ghost Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3ad590ee444ccd28fa64a92af01b621c7f759c4b9b335cde9385a5d4c430cb +size 3068 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png new file mode 100644 index 000000000..aa5b94dc4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6930d6b198cf9b1968bc019dd320752659614c6fd95a0ffa51bf6184905da89 +size 2304 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png.meta new file mode 100644 index 000000000..cda259463 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb6a2a3383b279faba1da315c4e8596490c6ab22820c0509a5595cab571d160 +size 3065 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png new file mode 100644 index 000000000..fecb3ceba --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937e3a43722da2c9ed667c4f516b1d503e228c0ea86e3337a46946a89682ec18 +size 2300 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png.meta new file mode 100644 index 000000000..1f55146bb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5127a6ddb044e08724ba818469dd98938f41c281229db6c6f8461e2b21d9fc5a +size 3067 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png new file mode 100644 index 000000000..0f3938787 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df52f041e3fa7509c2ea038e32bb4e0027d5aff4f0bc75280bc6d9862388fe93 +size 8773 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png.meta new file mode 100644 index 000000000..934251ecc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494ecb5872f3d9234c0fa22bb41ba66ca486eb7cea358d64f9ed4b07574499a2 +size 3072 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png new file mode 100644 index 000000000..da8f35d26 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d302dcb3bc837344f03f9a3837a011b337e06bc2be3cd2925f7919ce6dd94ba +size 1026 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png.meta new file mode 100644 index 000000000..d00fc65e2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Grid Object Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c1b02d0954197f01bbe3b910c8b7f50b7d029f0c3b45ce45db983b33b5ec55 +size 3073 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png new file mode 100644 index 000000000..a5253f74a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7615100b8ce16ba2df3e844cd3f5137d9fc7afc5b0f355eb67a96a9846c9876d +size 5476 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png.meta new file mode 100644 index 000000000..da268ca0d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e09f0c396c63f4dcfabc07226da5044174c9d0d0e976d45e16c15bd97caf352 +size 3067 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png new file mode 100644 index 000000000..a518d9a3a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15b6d3cbe11e56a2642a64ff70554c8dcfd7753df2833667277b6f93494dcca +size 5459 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png.meta new file mode 100644 index 000000000..4c0e8fb34 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Input Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0088ad2ec3e158dcc2aa97cd0c1966893f595589636e4ef41c2567a304edfa68 +size 3068 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png new file mode 100644 index 000000000..2379ea446 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6285f4a9d6c8fcff53e42122edc068f3d907815d62c8c4d19da5cf5bfe629bd4 +size 5730 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png.meta new file mode 100644 index 000000000..b74075350 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Move Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480adf7b5ca412a50f197942519ee497b9e1e9695cdbf6861be99d46946464d3 +size 3067 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png new file mode 100644 index 000000000..0489570e1 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2daad59405a64db389e95f34c1e5051773248ad399c9187a425fedcb462761f3 +size 6537 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png.meta new file mode 100644 index 000000000..0ff2262db --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Save Icon Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dc0713cbf8853064425c3dd69f8ae59f4a95c7503ddf0738de1186c0c5edd9 +size 3066 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png new file mode 100644 index 000000000..4da700964 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3b07698d4c6893cd03989ba004cbbdfb939d2b652812d61de0d569969e5219 +size 4931 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png.meta new file mode 100644 index 000000000..c2dcf3f08 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Select Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d6f3a0740abc9867018e967b0eaeca2eb3e4ee9d1c410c6629f205b8be303e +size 3069 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png new file mode 100644 index 000000000..8fd294fa0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30313a9ae4bb7d7cc9e57ee9e1e896eab92253df0302e523c43dc5ba432d6e0 +size 3466 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png.meta new file mode 100644 index 000000000..bc090099f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/Snapper Icon Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2f389f3fa9aadc3afecb0ae2169eb1310803aee84a90221f8ad2a3007e70cf +size 3068 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png new file mode 100644 index 000000000..6bebc13fb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2638b6438696e1a547a2b998c33b271d210f9e612427a8ce06105115bd85e686 +size 6640 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png.meta b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png.meta new file mode 100644 index 000000000..f97a52e4a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Editor Icons/UI Icon Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60aa4e29a323c7aeff3fd037c613c250368cc6193b8edad05d46ce9d9978639 +size 3065 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures.meta b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures.meta new file mode 100644 index 000000000..13dff45d0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0baa056c016570882c583e6726c36540e74313b1465e7354e7635062ffd488 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample.meta b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample.meta new file mode 100644 index 000000000..b7f1b7e1f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb3546e66faa7f9788fb568c0bc41c08b9ca5ff68056b475028eb8ab830287a +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs new file mode 100644 index 000000000..1fdb3c05d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11055e95cdc7195017e68616abf7cccc1d7db1a553fa7206fe3faa81df8b1a0 +size 12437 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs.meta new file mode 100644 index 000000000..c9a2b2b36 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Build Condition Sample/ExampleInventoryBuildCondition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbac951e559f9afdd40b7e63becdc63c5ae18eec0349d53cf86454cb0ee780c +size 500 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample.meta b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample.meta new file mode 100644 index 000000000..379df59b5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a534e2da4be3d2e4ba51130a564e93af4c745fc6778ae9731d92f8ccab42c25c +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs new file mode 100644 index 000000000..70e19c68f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888a40cc95ccd3f13ff25ac0b428e5dc946ca6171b2f56ffa34ceb1443283d0a +size 3906 diff --git a/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs.meta new file mode 100644 index 000000000..62b88de37 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/ExampleFeatures/Unity Events Sample/ExampleUnityEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bea156afb313bbbecabc4fe1b177fe0e5262308d3d10f1ebcb9cabac5d11b4 +size 485 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities.meta new file mode 100644 index 000000000..146989150 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ec60e2da8209adb45af681b349970321c7c59bbacb2e77ca5ad1bb1b95471f +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers.meta new file mode 100644 index 000000000..7faf70183 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebaef2b3fbdc5be89c91b612ac0127a1fe487a251c1160df8ded717d6945bc28 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor.meta new file mode 100644 index 000000000..c8db20ab4 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73640faa988b58bd2cf18d00ba4012af5f2954eb43f784206d3617b3349fe66e +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs new file mode 100644 index 000000000..069e7aaee --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1043ade274cfc9acc2073d7d0ea9962731e8af8379d1fe6b1a079cb0d8d426 +size 2829 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs.meta new file mode 100644 index 000000000..d8c3aab51 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/SwitchControllersEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c24f126947998f72ad35ed1bb0057668967286f0efbdf84b08fdb19faa5b65 +size 502 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs new file mode 100644 index 000000000..6539e8d87 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaab0248dbdcad09c21986afc71215dc909b9b906a33b157ef53a0707290f70 +size 5974 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs.meta new file mode 100644 index 000000000..57471754d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/Editor/WASDCameraControllerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4b909621cd6ecfd6cc6f2bd2dcb7a7fd03245f4a6ba31952f929c3c12b5f2b +size 505 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs new file mode 100644 index 000000000..a869ef9c3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce33730a822d9e0bae3f079a88a1b6d33153a667a7509a1dac9a0465f489715d +size 1437 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs.meta new file mode 100644 index 000000000..55ee664d0 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c158c9f48c53e9be8591498531cb749f538dc092c3beadf4762c0d39f886844 +size 505 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs new file mode 100644 index 000000000..50c2c9d0d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffbcb44b59a8e58c3c87879dc49703323a932e171bb0716ac59eb6fcd75a8545 +size 356 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs.meta new file mode 100644 index 000000000..937eb6580 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCameraHolder.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34f5b25641100f28cf586a4048a76cc8754d7df79ea7acd35da4cfc53d38fe1 +size 501 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs new file mode 100644 index 000000000..ad6b3fca9 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7864b4b637bd8726b45db6eadc4e9782214d1b446fb2f3b5022959b615efeb32 +size 3578 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs.meta new file mode 100644 index 000000000..42c6598c3 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SimpleFirstPersonCharacterController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60874a2fc2531de5f707f6f63dcfd11cd4b2d4a6dfa1dd38b1a96a57d11cc94 +size 508 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs new file mode 100644 index 000000000..58a743b0e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212b2d25103ef03b2af7f4d76dc105e23ba6e16a9210e3358ccc012cdab028a4 +size 2854 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs.meta new file mode 100644 index 000000000..55a36441f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/SwitchControllers.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2681a9416e1979942ed87451f310e890976ca4bcfcc5e4fbfaafffae449982c5 +size 489 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs new file mode 100644 index 000000000..26e552bc2 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e669cdd2a307f65cb358b3dca424d3e1f0fda1debe3f210e5e8805b22fd7e31 +size 5304 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs.meta new file mode 100644 index 000000000..a3b2ef36a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Camera & Character Controllers/WASDCameraController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b741fee45e04e809496d48715bde08e48c40da0b29997ab742589c5d24f2b28 +size 492 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal.meta new file mode 100644 index 000000000..f2c55f749 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0462b24cc58e8f63fd72d129e0a974aff71bde8270e7144e7dd9da154affd2d4 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs new file mode 100644 index 000000000..39bccf326 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e831f47bac0368dba252a044f5485286e15e633d6bcbdf54fd3691b3a3a498 +size 696 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs.meta new file mode 100644 index 000000000..cec92d583 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeFreeObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf07772ebbae389b7d0ab9026af9d736cd139470cc8a9d5afbe1d7449f60ded +size 474 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs new file mode 100644 index 000000000..ff31c6b98 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5271b7400376b6349d85c4179c6a468978254daebb4eb77abe2d733b668a90e0 +size 697 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs.meta new file mode 100644 index 000000000..66d82b537 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ColliderBridgeGridObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eda7028f0de42cb50e0e269df9cc58941a19d9e7d68d43f74260b8803d5e32 +size 474 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor.meta new file mode 100644 index 000000000..9ab492e3a --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7797cd2fc1e632fdcef4e0a7193b757f9b4117d5cbd47a11758b22155e8edc +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs new file mode 100644 index 000000000..8f890e078 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a25c613637f38fe4c37573d56984f40d1eacb01235e9c5fcad5ec6a7a30728 +size 750 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs.meta new file mode 100644 index 000000000..39919353b --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/ReadOnlyDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b6c68b47e05296c7959e35cf86ecba1d4ac180322c6f93f945c92ae380d825 +size 471 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs new file mode 100644 index 000000000..10db8e235 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f118812b0ef52f93a3ad9a0efe9a72b243a94efb390864ca3c03f149083a7330 +size 418 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs.meta new file mode 100644 index 000000000..9acc7bfae --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/Editor/RenameDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96f57fa8a28d083e57601790f4cedec085f50dc1b70d7b452433bb0284a759c +size 469 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs new file mode 100644 index 000000000..93746f058 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbee3bd20479f1e3b4e66bfb89bad7f329a55336594dad67301a11a7ecb268c3 +size 125 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs.meta new file mode 100644 index 000000000..c6c33da80 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4208a53c17b8368c49d1eef379dcf33ee3306623d7174c7b8383ecdcb4039b24 +size 467 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs new file mode 100644 index 000000000..fd1ccdbb5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf82f0adc3ccb61abe815ff65e678fbb179aa0e042b41c12891960314f5a551 +size 272 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs.meta new file mode 100644 index 000000000..3943ac846 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/RenameAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baac782f1dd8193454ef0bf630a4b9caa168b933132bafec1479eb398de44292 +size 465 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects.meta new file mode 100644 index 000000000..78248405f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2170f98899deb5ab945a3442fa930d208c1c4c7261269512b8fbd1701c732845 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor.meta new file mode 100644 index 000000000..72f16eb0d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf8a48d39fb33e6cb7729f6b3977f9e9436ea05bfb10e9701dd401a275a8359 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs new file mode 100644 index 000000000..d1977effc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066db0d1436625c22de079d1b13ca49a30846a8dee7408d390c4b08608d8645a +size 5681 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs.meta new file mode 100644 index 000000000..1f06a273f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/Editor/SpawnEffectsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a6bdc19eb94a758375b99189b3cc0e8d920b8c6661b33f26b09ce58aa321c3 +size 480 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs new file mode 100644 index 000000000..ddc2c97bd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bad24c420951ee81bb84724367603917e1b41dfc346abd956159f17c5ef147 +size 5910 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs.meta new file mode 100644 index 000000000..da15ee1ed --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/Spawn Effects/SpawnEffects.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dadf86e21d229752d9977dcd2d0cb0849bc3b3b0402bfbb0ba0338d22845de2 +size 467 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System.meta new file mode 100644 index 000000000..8b7173e8d --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ba37ac7837f2d287937f9880776e48108fa45597c647c7427be593c40c2413 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor.meta new file mode 100644 index 000000000..a21d60b37 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c3027f5500e478bbd20bdd4061eef9f87a677a1a8b8b1b1bd51c8017c5e832 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs new file mode 100644 index 000000000..729fdd433 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a963bfd75c9e4e0af5e74787913b841a5308fcc087e6ecce630fb16a27178690 +size 2065 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs.meta new file mode 100644 index 000000000..262e015c5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/Editor/ToolTipEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b23869a3cd8c88c939d7419ae1e0379453831859e72ab5a0a66742a4620001 +size 476 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs new file mode 100644 index 000000000..93b72f4a7 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf82bd39aca236b30e4b63f0106ddb36a8f6f07b21fc83c2a0ac05af6573b56 +size 1932 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs.meta new file mode 100644 index 000000000..ff0ec408e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613142824df74a7c00e9ec15d04bb24fff71490cd5264d93015b7b53a60de1d7 +size 463 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs new file mode 100644 index 000000000..e33e44721 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2baba0d517986d66c4e3e38364e6b8c6ef494dc049b6d0f73c488b70f71121 +size 641 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs.meta new file mode 100644 index 000000000..66f8ee2f5 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaca51b762d696d334137dd0414e278e06255ed65df8b6c2c1346b281a7552e +size 469 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs new file mode 100644 index 000000000..092cd516e --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083ed3b4f10fcaa58b59463c5556e3e7cac888fc213e9cae6ac23d6f2ebc477c +size 1552 diff --git a/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs.meta b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs.meta new file mode 100644 index 000000000..3aed9f915 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Scripts/Utilities/ToolTip System/ToolTipTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b37e0ca7d8d07ef5d20fab7586ee4e3a8047c223c1f2c5b613e349bf756d20 +size 470 diff --git a/Assets/EasyGridBuilder Pro/Settings.meta b/Assets/EasyGridBuilder Pro/Settings.meta new file mode 100644 index 000000000..8539693dc --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Settings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6221b204fdfda1bd7e599124be0e70ae6d1fd3aaef6f0784ab0c894b676160a3 +size 172 diff --git a/Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset b/Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset new file mode 100644 index 000000000..8c3660e0f --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623626fd6cad54f0ceec716ecb5bc28a1264e3fcee9f8c6d705f214f3bd107d1 +size 9028 diff --git a/Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset.meta b/Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset.meta new file mode 100644 index 000000000..3fdcb9edb --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Settings/EGBP PhysicsManager.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d070f38e0104dda107a1db18a1c3449bcf0c4de8fd23b90e72bbe43503aa3783 +size 412 diff --git a/Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset b/Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset new file mode 100644 index 000000000..fe34a6ffd --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a6db8e4ff1fcd3eb2456bbdce0b76217bac2da9efc407baea67785ccba2bdf +size 4738 diff --git a/Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset.meta b/Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset.meta new file mode 100644 index 000000000..47be82130 --- /dev/null +++ b/Assets/EasyGridBuilder Pro/Settings/EGBP TagManager.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071c5cfe47692455aa149c63d71be6b3957cf049dc032851a02fc54713ecc674 +size 408 diff --git a/Assets/Editor Default Resources.meta b/Assets/Editor Default Resources.meta new file mode 100644 index 000000000..26ce0806c --- /dev/null +++ b/Assets/Editor Default Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491b2c9dad3ede8ab416e28f5d390c3b7f2989bfd423cbaea42fd1397971d446 +size 193 diff --git a/Assets/Editor Default Resources/Dialogue System.meta b/Assets/Editor Default Resources/Dialogue System.meta new file mode 100644 index 000000000..cbe961f06 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69aee822c94112cd693bf25ea890b81500e8e562307604a07aab3690afd8304 +size 193 diff --git a/Assets/Editor Default Resources/Dialogue System/Conditions.png b/Assets/Editor Default Resources/Dialogue System/Conditions.png new file mode 100644 index 000000000..497092a8e --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Conditions.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536ecbc830887cbcf0f5be93a16c696d232b3f1c25f0c2f2e7ddd3fd3fb66552 +size 190 diff --git a/Assets/Editor Default Resources/Dialogue System/Conditions.png.meta b/Assets/Editor Default Resources/Dialogue System/Conditions.png.meta new file mode 100644 index 000000000..4ab0c07d1 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Conditions.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e3a5e4418331da3f13ef8a25739edc5e19670a1b9844baeb94084ea1549125 +size 2205 diff --git a/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png new file mode 100644 index 000000000..aa7defd3f --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5145c3f5c5d7c9c12e3795067323be515c2b78fa52ae9bca649cd508678c78 +size 4785 diff --git a/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png.meta b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png.meta new file mode 100644 index 000000000..583374ed1 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Dark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399ebfc4cb06e1a06fdbad3388f76d893210cee7ae64108a50a028185e41ed8c +size 1151 diff --git a/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png new file mode 100644 index 000000000..d696cadec --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5133fb6e51e17020fd21cfb5e02f010ce1d2df2b8b993d1be8d8152a1b63901d +size 4570 diff --git a/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png.meta b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png.meta new file mode 100644 index 000000000..8f3ea7ed9 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/DialogueManager Inspector Light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3deeb3a1ae1c0a571ac41010148bccc4aeab05173760f383b9889b3d298dad +size 1152 diff --git a/Assets/Editor Default Resources/Dialogue System/EditorNode.png b/Assets/Editor Default Resources/Dialogue System/EditorNode.png new file mode 100644 index 000000000..ed77b46da --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/EditorNode.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fff9cd6b921cb2f52b43bfc206ed36daa16594797e83b5fa9c185a896045aa0 +size 1106 diff --git a/Assets/Editor Default Resources/Dialogue System/EditorNode.png.meta b/Assets/Editor Default Resources/Dialogue System/EditorNode.png.meta new file mode 100644 index 000000000..df8447b68 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/EditorNode.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae9d8997b44cf202ae8366d0de252e897d59cd027946c837271ec5328dd788d +size 1450 diff --git a/Assets/Editor Default Resources/Dialogue System/Event.png b/Assets/Editor Default Resources/Dialogue System/Event.png new file mode 100644 index 000000000..0398636d5 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Event.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b90090ad4c9ef6f332e82610c9e272c1d015e9c42eb4b7f49326c76a44e643 +size 615 diff --git a/Assets/Editor Default Resources/Dialogue System/Event.png.meta b/Assets/Editor Default Resources/Dialogue System/Event.png.meta new file mode 100644 index 000000000..9b311bbb3 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Event.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c5182baaf7c444d3eceaf094a9434bbe9bb344a89f432b2a2889d7d962ef62 +size 2200 diff --git a/Assets/Editor Default Resources/Dialogue System/Resize.png b/Assets/Editor Default Resources/Dialogue System/Resize.png new file mode 100644 index 000000000..5984613bb --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Resize.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79bfee2798af158dbf061d40ff178898b4b740497424035b7844a57c5558a68 +size 331 diff --git a/Assets/Editor Default Resources/Dialogue System/Resize.png.meta b/Assets/Editor Default Resources/Dialogue System/Resize.png.meta new file mode 100644 index 000000000..45cac4132 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Resize.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff99061362f132a9fb5f5d7752eeeae0d1d82d1fa65bf0de48bd9d19c178a93 +size 2198 diff --git a/Assets/Editor Default Resources/Dialogue System/Script.png b/Assets/Editor Default Resources/Dialogue System/Script.png new file mode 100644 index 000000000..31457a85d --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Script.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207362cc10ef2ee4a1e03d9b8a77f6bbd7220a3bb3d9e298e28f41873e4944e7 +size 186 diff --git a/Assets/Editor Default Resources/Dialogue System/Script.png.meta b/Assets/Editor Default Resources/Dialogue System/Script.png.meta new file mode 100644 index 000000000..eae505cbc --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Script.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b219c07e5a928fa6b236657c6eb1b194aeba73e0945fa0b4a27440ce4c5634ff +size 2201 diff --git a/Assets/Editor Default Resources/Dialogue System/Sequence.png b/Assets/Editor Default Resources/Dialogue System/Sequence.png new file mode 100644 index 000000000..fc8541bc9 --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Sequence.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6cda2b96cdc0640b2f290ad361027faa9ebd443d701e59dbdd48399fec3a73 +size 179 diff --git a/Assets/Editor Default Resources/Dialogue System/Sequence.png.meta b/Assets/Editor Default Resources/Dialogue System/Sequence.png.meta new file mode 100644 index 000000000..57686558b --- /dev/null +++ b/Assets/Editor Default Resources/Dialogue System/Sequence.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b121a3f751dbf47f6f7dcb3abfcf1345049acd63259cb0cf1590b5a1cc9200 +size 2203 diff --git a/Assets/Editor.meta b/Assets/Editor.meta new file mode 100644 index 000000000..1c3ad7271 --- /dev/null +++ b/Assets/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf94cfbe72e789aac387b705749bf6d19136567fcbd78c0ea8065d9b28755e64 +size 172 diff --git a/Assets/Editor/SpineSettings.asset b/Assets/Editor/SpineSettings.asset new file mode 100644 index 000000000..bba27d7f2 --- /dev/null +++ b/Assets/Editor/SpineSettings.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d9a11e8d19732181b24e606b87465c1ea09a4507b0e0e5424cc2ba8f24706e +size 1172 diff --git a/Assets/Editor/SpineSettings.asset.meta b/Assets/Editor/SpineSettings.asset.meta new file mode 100644 index 000000000..fd7e7f39a --- /dev/null +++ b/Assets/Editor/SpineSettings.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11e86aab70fc2707760eb0c92ff1df4862ca8ae684d57fe1dcd78a1484e1f8d +size 189 diff --git a/Assets/Epic Toon FX.meta b/Assets/Epic Toon FX.meta new file mode 100644 index 000000000..d08132b97 --- /dev/null +++ b/Assets/Epic Toon FX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527ff47b7434158043e2d3b2c0db581e0b6a6e0cb5044c7863d256fa8531cc2f +size 193 diff --git a/Assets/Epic Toon FX/Changelog.txt b/Assets/Epic Toon FX/Changelog.txt new file mode 100644 index 000000000..61898b9c0 --- /dev/null +++ b/Assets/Epic Toon FX/Changelog.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcea07055cde0614a274cf130065e583bb2bac3d47206255648c928d1bc279a +size 11285 diff --git a/Assets/Epic Toon FX/Changelog.txt.meta b/Assets/Epic Toon FX/Changelog.txt.meta new file mode 100644 index 000000000..85c51e655 --- /dev/null +++ b/Assets/Epic Toon FX/Changelog.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa8587dbd4b2216c444834409495b8f41673c07089c6ad6453375afb4523664 +size 330 diff --git a/Assets/Epic Toon FX/Demo.meta b/Assets/Epic Toon FX/Demo.meta new file mode 100644 index 000000000..29185a2bf --- /dev/null +++ b/Assets/Epic Toon FX/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec70ba89ed845df4431d97ec7b742b4290ce676b4abdec065b58d1047d5847e +size 193 diff --git a/Assets/Epic Toon FX/Demo/Animation.meta b/Assets/Epic Toon FX/Demo/Animation.meta new file mode 100644 index 000000000..bfb551c2f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be112f628162d0fa555859e8833adff20ede1e52e185728bfb7b2fb0ed51ef77 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Animation/Target.controller b/Assets/Epic Toon FX/Demo/Animation/Target.controller new file mode 100644 index 000000000..0dd542809 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/Target.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd2323ed6d850686d7c0ac7b59fe06294d98b097ffa4099fdc6335e903e15a4 +size 1859 diff --git a/Assets/Epic Toon FX/Demo/Animation/Target.controller.meta b/Assets/Epic Toon FX/Demo/Animation/Target.controller.meta new file mode 100644 index 000000000..f07cf6aa5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/Target.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f60048adc506f04c1022c78c528235e0995ae8b91776ab0b4636eb036b205f +size 379 diff --git a/Assets/Epic Toon FX/Demo/Animation/Target2.controller b/Assets/Epic Toon FX/Demo/Animation/Target2.controller new file mode 100644 index 000000000..2a3fc4ae4 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/Target2.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f915b2437b224bd1d5f278eaad3a8af48511346a08f1f347f87dccd38685292d +size 1861 diff --git a/Assets/Epic Toon FX/Demo/Animation/Target2.controller.meta b/Assets/Epic Toon FX/Demo/Animation/Target2.controller.meta new file mode 100644 index 000000000..d68ffa8a9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/Target2.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7258883ce5e09164e2ad56ad842c1b090b26d09d6513de36047966e5b8e7164d +size 380 diff --git a/Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim b/Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim new file mode 100644 index 000000000..eb73a6d5a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489af6a16c87c04fa81d4b53bc5f61b52ad4b485f75f192b11b2d39030583cb4 +size 3829 diff --git a/Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim.meta b/Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim.meta new file mode 100644 index 000000000..ae3fc038d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/TrgtMove01.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5137f1a9875ca9ccd985802785b703789c47566daa208026c5937e36cf748f +size 377 diff --git a/Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim b/Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim new file mode 100644 index 000000000..a01a495ad --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ddf0c9623d407431cb259f55820c77d2d54c933b389df11f729487eb10da28 +size 3827 diff --git a/Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim.meta b/Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim.meta new file mode 100644 index 000000000..b568602eb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Animation/TrgtMove02.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71233fb338d11e02b4c3f977a94ee758b784caec464a3de919c12533c46f625d +size 377 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs.meta new file mode 100644 index 000000000..67ab87533 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971b517d1abebd78d223eb65aed5e175a4d0710889e65e6e10db22b52df7f4d6 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab new file mode 100644 index 000000000..874ebb851 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3001f35c7541c222d5dc0f38e27977cd28174eb5f3bd8c378d68562216abd5c0 +size 188900 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab.meta new file mode 100644 index 000000000..b5302a854 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/CanvasSceneSelect.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5bac8e38a37f6abd169b9bc7e32be1fcbdab75c181e8027b49626d1e1f4f6a +size 382 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX.meta new file mode 100644 index 000000000..6ee000eab --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd696374fe14f359e9ffcdda57f697e0c0e056c53755262996fb67eaa9af64eb +size 172 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab new file mode 100644 index 000000000..b32a81f65 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d869aeec2dd842a276f45fed071cbd3fa97117822304a3df25513a523bbdfd22 +size 351890 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab.meta new file mode 100644 index 000000000..2c14597c6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactDirtDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e12861e035fdd96b48043d8a932fed0479244d88858ba2448cf30a9694d90d +size 367 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab new file mode 100644 index 000000000..a63f2922b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335280c5bef6d58efd1ef3350ba26aeaf37859aae385fbe7daf69e6fc7ce9c26 +size 469367 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab.meta new file mode 100644 index 000000000..4aacbedb2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGlassDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb015c5d74b430970bbe208d89a453a6b4afe6fddd5bb8af4506d86e8bb159a +size 368 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab new file mode 100644 index 000000000..8b24f966d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cc1e41a821f78592235e31cbf678525eeb55912c8121f07a04568d806bb404 +size 469410 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab.meta new file mode 100644 index 000000000..4b9427872 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactGrassDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff22ebfdb250ab8d73711d320d26d6ca76dfc4a234c46e6257d70aa4f03093a +size 368 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab new file mode 100644 index 000000000..ffbcf104a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9849ccd65a5a0f788a9aafbd890609bfd6a35d580d7accc6ab168e91e0c4d4e +size 469803 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab.meta new file mode 100644 index 000000000..83d17ae21 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactMetalDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30feabd65f02eb32a6c9a0f006baf11d36305348b6fb0370621a70c6b2daa763 +size 368 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab new file mode 100644 index 000000000..924a16867 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a156da0e6a3bfe4560ad676c94dc0206a018b36fc51410f4654885c4cc814b +size 469385 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab.meta new file mode 100644 index 000000000..46441f202 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactStoneDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ba0993e619f1c02e41c1167024904c4060b904580e292097852c49627045f0 +size 368 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab new file mode 100644 index 000000000..a6714e164 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2661dc92576e30fad5ef265a22f969200536595c96029d56897c634f92a26d95 +size 469386 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab.meta new file mode 100644 index 000000000..847162ada --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/BulletImpactWoodDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18654667792678cc373fd10de48ec12bf89c0cf25676f264926e68ad3e7a57f8 +size 367 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab new file mode 100644 index 000000000..be41c5528 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ef097d358ddca6485a17e22a91862d33048240792e85ff352c4306e5c8a258 +size 116648 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab.meta new file mode 100644 index 000000000..93b11888a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/Demo VFX/ParticleRing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0b0d480f01b087e0de109a3e3444dded2535b6477877d63d4af629939cde27 +size 359 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab new file mode 100644 index 000000000..22072c5e6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58267c57a1f07ff29d7af0dc21f8ce0812b6df00e57ccfc5fb7173acf14024c5 +size 12224 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab.meta new file mode 100644 index 000000000..60e3972c3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129713c532e2c38ca2d48c880785dd050eca1c4bb6f69a6e55c7aa35ee209c87 +size 383 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab new file mode 100644 index 000000000..b2db18370 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79139b664e14984af5224badc582e7eceeb447a807d5593fba91fcbcc0cdcc04 +size 14510 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab.meta new file mode 100644 index 000000000..63ed72607 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/DemoScene2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2b7055e8503fc99434ed907d4a5d2a678ffb9b229031cf84786eb86f0c3853 +size 349 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab new file mode 100644 index 000000000..fc7682665 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3017b13eb2023efaf381ce5bddeb56b11613a94253c7261a8b01c8c68e19f603 +size 168368 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab.meta new file mode 100644 index 000000000..c2849bc0c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/MissileScene.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a4a5e8e432030af29b7e63b132294f9041becd447186ea2965ccff80fcbe0b +size 386 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab new file mode 100644 index 000000000..cfddcc680 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814f96f1cd865c5a6b4e5b5096c6a038e3817e9eb0fb967c2c8a705fc01ea9a5 +size 4530 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab.meta new file mode 100644 index 000000000..80902f34c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/SwordDemo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4067c441254085156e914536c815194a9e9a33ad8f78a67f9f0f52609f76f794 +size 347 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library.meta new file mode 100644 index 000000000..89a3055a9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ef57cad7e463b8d7927e16fdd524f54ca077e4f9a81226fbcea8f571e12394 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab new file mode 100644 index 000000000..d35d3f46f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe9ddd9cd48b849313b94305579d8847b0d390437b1495f91698efeed895054 +size 26404 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab.meta new file mode 100644 index 000000000..0673be19a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/MainUICanvas.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f644d8400a0c1346893c66e531c40004c6bfc6b3bbb18c7f77128e87bec04af7 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab new file mode 100644 index 000000000..f98cff611 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cb6e6174c8081d31b53fb820708dbc10b96d6ad398821489806fc3c8d226a5 +size 29533 diff --git a/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab.meta b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab.meta new file mode 100644 index 000000000..edd7d5c86 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Demo Prefabs/VFX Library/ParticleEffectsLibraryETFX.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df257d5a5399a87711eabef4424749e0db70fe26ed0e23b267360625665cdfd +size 403 diff --git a/Assets/Epic Toon FX/Demo/Materials.meta b/Assets/Epic Toon FX/Demo/Materials.meta new file mode 100644 index 000000000..40e64b8b5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8632016260f89959c2e5b2b61a1cdd27894ba9153dabb7abbdb9e811175186 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces.meta new file mode 100644 index 000000000..27691fc7b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e68560b56626825ebc9f5350a7898f5a104e21ac670b358ef2e7318db171af4 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat new file mode 100644 index 000000000..f79ed50b6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4de298d4d1731bdd937df5251705b9c4b727d7f1bd29451cf0da78f00cd2ed +size 2091 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat.meta new file mode 100644 index 000000000..3ee66da14 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_dirt.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b10343e513f553c22e9f147ddbe04729c5e15009aacdcaad9720f671cb8ab5c +size 399 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat new file mode 100644 index 000000000..97aad1647 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76d612268e5b866727a6215aa703465026581e5d64b73f37f5e8ca3bc735082 +size 2086 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat.meta new file mode 100644 index 000000000..2f5d6d834 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_glass.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd48d654786fe16c0c255ea71d3ec7b0ae96b10e317cacaa23c0c8747b944e6 +size 400 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat new file mode 100644 index 000000000..377160979 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8580c131d8b5d20ad6437956425d9309e08b64cfdb48b4dbc6be800f27ad421c +size 2095 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat.meta new file mode 100644 index 000000000..bc914b25c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_grass.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e134982688c082dcc231993df7ad13c390d487b96ae2b4dc61601ff0268423 +size 400 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat new file mode 100644 index 000000000..78ce3aeeb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c047be04e69d18ede347f59b931ceb66523c52c96caa7ee832c2912f52ddc994 +size 2048 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat.meta new file mode 100644 index 000000000..8963821e7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_metal.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7ec2d634dc7e0fced3b1377164ee1945fc5f729c367cc5b5d74abd406d9746 +size 400 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat new file mode 100644 index 000000000..d0db4fb94 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9919fcb4f23bf4e115f5142742393a42ab058df29a488a344c94bca1bcf8079d +size 2161 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat.meta new file mode 100644 index 000000000..5a24ff36f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_stone.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4829f5ce80458071e5813350ee89f132f75d38f60d0222fb8061461a780ff99a +size 400 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat new file mode 100644 index 000000000..015ec42c0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a53013a514d6b12a61c4bbfdd040334572235ca53eae359eda6f9a2e8f925f3 +size 2163 diff --git a/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat.meta new file mode 100644 index 000000000..61f2c58b9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Bullet Surfaces/dev_material_wood.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b2e1f43e610d141dd9eab721d2dec71288efef94405c5f7c20a31ffc1c7860 +size 399 diff --git a/Assets/Epic Toon FX/Demo/Materials/Skybox.meta b/Assets/Epic Toon FX/Demo/Materials/Skybox.meta new file mode 100644 index 000000000..074fceaa9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Skybox.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d072ef22af9c14931306a2ea2d1b91cdc0d9bd078e3dd52ff561b64a08af332e +size 193 diff --git a/Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat b/Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat new file mode 100644 index 000000000..433d5a06e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d88cc485fd5399a97d6168195355e508a3f3a8fd0a418e3972ed922729725c0 +size 3255 diff --git a/Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat.meta new file mode 100644 index 000000000..9d2bbec88 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Skybox/BlueSkybox.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66df7efaa78bb358656ccc8f493a2f318fa832cbf265f025b23dbd7d7303ecc +size 376 diff --git a/Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat b/Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat new file mode 100644 index 000000000..82a3d60fc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbec1739e9b4873d7fb493993b257f338a489a0d6e2c34acc7e912183702f7a +size 3178 diff --git a/Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat.meta b/Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat.meta new file mode 100644 index 000000000..335cc43fc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/Skybox/PurpleSkybox.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a582f91d0fb4ae8e74e8c47e892bd041c3aec2ba9111e3a3683937d2858ac2 +size 378 diff --git a/Assets/Epic Toon FX/Demo/Materials/card.mat b/Assets/Epic Toon FX/Demo/Materials/card.mat new file mode 100644 index 000000000..0a2164868 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/card.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6598e21e5231f971f4dcec00682da41a655e2ed196b539fbaad6335e8614c8ec +size 2933 diff --git a/Assets/Epic Toon FX/Demo/Materials/card.mat.meta b/Assets/Epic Toon FX/Demo/Materials/card.mat.meta new file mode 100644 index 000000000..23573f1b9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/card.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e3b1353d19920f8d6ccd757cbc0efe364c2023d2b2e7aa097b3f1622dbaf98 +size 370 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev.mat b/Assets/Epic Toon FX/Demo/Materials/dev.mat new file mode 100644 index 000000000..f0b3fb877 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e161462f9b2834d5b2562f3f79505aadfb6640842173c1f7f9c53ce68c0a9ec8 +size 2156 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev.mat.meta new file mode 100644 index 000000000..fcf6adafb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7d693c4c132b5f58304e2929d5228389cac0380073c07c9314e92fd1df0637 +size 362 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev2.mat b/Assets/Epic Toon FX/Demo/Materials/dev2.mat new file mode 100644 index 000000000..eb5298cf6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242a554b40cfc7887270aabc9078c871fab4fe4f4fb30e148b26ba1fcb7c71fa +size 2155 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev2.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev2.mat.meta new file mode 100644 index 000000000..a8eff8dd2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e911c8d111aa0e41395c5b5d6445b28c5b1f36e43b1bacb142af6266c87ff8 +size 363 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_big.mat b/Assets/Epic Toon FX/Demo/Materials/dev_big.mat new file mode 100644 index 000000000..cd3e346d9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_big.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1ddc35e58d5725f479650d3e30ce55e951f6655f6ab47e11807e17969a9019 +size 2201 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_big.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev_big.mat.meta new file mode 100644 index 000000000..1d6967e29 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_big.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efeb6c625b3e6f36f0f38e0f96cd7db135389e84fe736e53ca4d75e302bc217d +size 366 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat b/Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat new file mode 100644 index 000000000..ac58a50ae --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b67403cc888af9a2c6ee16602c84a9815b5615d3e8491ceccd84b02c1bf33c6 +size 2169 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat.meta new file mode 100644 index 000000000..5e6e8482b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_emojis.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fcf2d69d6c859bad98cbcfeb6c97c5c56b03b6bdbb8f3325051c65909899a8 +size 369 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_half.mat b/Assets/Epic Toon FX/Demo/Materials/dev_half.mat new file mode 100644 index 000000000..37f10ad85 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_half.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84c5e50b056e60ca47ec480f12223efc4393652f9096325b2f6d72d682a1eb5 +size 2171 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_half.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev_half.mat.meta new file mode 100644 index 000000000..f0a114b9b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_half.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7912dbefc901c6c08a602cf5eacd1a843b7ab7545504945a5a97d9243bfcb6 +size 367 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat b/Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat new file mode 100644 index 000000000..b12b7a029 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217b0a999c2a9f1fba75d3c456a9ff52d42a3261519041f92f1ca8e8c9db6f50 +size 2206 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat.meta new file mode 100644 index 000000000..42b4860d2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_miniscene.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6857ccdb0aba026de1e394c3e968b293d5f96f2697675e915c8b82b60a4d3b +size 372 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_small.mat b/Assets/Epic Toon FX/Demo/Materials/dev_small.mat new file mode 100644 index 000000000..c8780ceb5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_small.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f0434fe9fcc68809f1d8161d276f1dea1ab0afaf2409d840faa2f52e5da8a7 +size 2165 diff --git a/Assets/Epic Toon FX/Demo/Materials/dev_small.mat.meta b/Assets/Epic Toon FX/Demo/Materials/dev_small.mat.meta new file mode 100644 index 000000000..088f6d060 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/dev_small.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b60ecee1230ea7f64c9a63385335fa9ced8df0c68d2ca2a6c6e0be8e37f5ba +size 368 diff --git a/Assets/Epic Toon FX/Demo/Materials/devcrate.mat b/Assets/Epic Toon FX/Demo/Materials/devcrate.mat new file mode 100644 index 000000000..4c5a83a53 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/devcrate.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a907dd7b09499808559d0498e92885e23e7651fc3041dcb20878ac0ba71cfaa2 +size 2084 diff --git a/Assets/Epic Toon FX/Demo/Materials/devcrate.mat.meta b/Assets/Epic Toon FX/Demo/Materials/devcrate.mat.meta new file mode 100644 index 000000000..990ac9f78 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/devcrate.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708543ea7d0cab456c9e72f7bd1fc86b83b95cdee0e7ece80de3e73d2502a709 +size 367 diff --git a/Assets/Epic Toon FX/Demo/Materials/devtarget.mat b/Assets/Epic Toon FX/Demo/Materials/devtarget.mat new file mode 100644 index 000000000..923d5a099 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/devtarget.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871a5eea87ffde253124fc3ff895cb82166ae9775fa47a2848e62358ca6a903e +size 2095 diff --git a/Assets/Epic Toon FX/Demo/Materials/devtarget.mat.meta b/Assets/Epic Toon FX/Demo/Materials/devtarget.mat.meta new file mode 100644 index 000000000..2f346cf2b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Materials/devtarget.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd639dc1f09c7f3ad8031210f5c73ffbeed89e3ad5e19c7be76253d99fe269e4 +size 375 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs.meta new file mode 100644 index 000000000..1f1bfbcd5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf9774b5c40020e1ee91e12806d1782c0bd18a4c2cc593ff461a6abe26306bd +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble.meta new file mode 100644 index 000000000..fa094beea --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409a78f14f5d0ff1e45950adce23673f24148ff462e87ad50a55a6b2dbc9d074 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab new file mode 100644 index 000000000..0b33fb390 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eda2905cbab27747552dd28452d070ed73285629b42e312901edf4fd4a0297c +size 2456 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab.meta new file mode 100644 index 000000000..e90a4b0d0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bubble/BubbleMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dc8b23210a89fbb38844185bd68433b93f7d182825c89c333e9d38c2d8a3c8 +size 391 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet.meta new file mode 100644 index 000000000..4b375f088 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd576e9cb752fa313311da2b29c00de769aea208f4036d1133d2f013b40c1485 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab new file mode 100644 index 000000000..3c18b9bae --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc23c52fe2e3b1d7d719e395af674c0ec7f59732c2c62429d54b74ce2e89327 +size 2416 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab.meta new file mode 100644 index 000000000..0c3b9e6fa --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e38f960709bc4910090b0149802e7c199a9902076466dbae2a10a35cfeff681 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab new file mode 100644 index 000000000..7e027f87d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be0fb058ebad49f4699a14fd99fe655353b6feca50a4711605f328b3377843d +size 2416 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab.meta new file mode 100644 index 000000000..4bce4910e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544f785bc4d5f623f0aa6ea139605e9f8330885442d8a3b99b48825d6c50aa47 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab new file mode 100644 index 000000000..bc50be96a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34776f74977c794f42ea3a083431dd21256905097d8621031be41a49ba0690ef +size 2417 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab.meta new file mode 100644 index 000000000..a82ee0ef5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f026adca2036e54919c5793968f172d2a4f265a6f43039485160a9ec427621 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab new file mode 100644 index 000000000..1adf0f1e7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8937a8ed76599a1ebbec7970154ad803db7b5d99958460e6a8555652301330e +size 2416 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab.meta new file mode 100644 index 000000000..1ca9a6945 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Bullet/BulletSmallPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b203cadf112388047436a66d7ab903c1dc5689a408c1aa395b3cd467f9c1f115 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat.meta new file mode 100644 index 000000000..40f107299 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1860357b9e0af4156ed525e7a910e33917d7fbf0232c801c8999267508bf5c57 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab new file mode 100644 index 000000000..fae9ca221 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fbc9805b0d0fbce672ed8ffc9d1d1c46621015f2d06ed017fb188a0a46bcaf +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab.meta new file mode 100644 index 000000000..d7c2f96f6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069d282d5ef19fd4f96e7e54820b831074cc8f4b91862daa01ffb520f85ef392 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab new file mode 100644 index 000000000..7c7c2f68e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65623c3baa536ef8a7dca19010bc314195362eaed2b5115b06e674414be00fe3 +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab.meta new file mode 100644 index 000000000..a1bca8ee8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b335da00ee3b4d2679c0f1f79bc098dbbf1f07d4a9e6862928947583b0b67fa2 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab new file mode 100644 index 000000000..d0724f5bd --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191b23f7f5831f394803a54086bc2f9761d95b9d834d6888fd30132e85bd54bd +size 2415 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab.meta new file mode 100644 index 000000000..a359d3067 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b4b8b1c06e7607ad65367ebad46b96ee389ad11013fc47651102fe8ff52e05 +size 395 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab new file mode 100644 index 000000000..49d72612d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4636ba7dbda259de93c6feaab3a1a81be01616610921360a92d1f66e208a525b +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab.meta new file mode 100644 index 000000000..ad60c6b98 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/BulletFat/BulletFatPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00229a93e4356349558787ffb25363476310c833f6bc7d4d491d389efd81ef4b +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy.meta new file mode 100644 index 000000000..782ce7d0b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce321f3c0174229b528b14a7d785e291a1610a562a9b48eb168c90f6022064d +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab new file mode 100644 index 000000000..daffc0160 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30af878c52d2551023f2a8a870268dbbbd52175dc10407bdedea039e7f79acd4 +size 2460 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab.meta new file mode 100644 index 000000000..c919c2911 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832f4cc9691347dfe1004bed25f8694db4873e1d2d946dd0b2366dde4dca04c0 +size 395 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab new file mode 100644 index 000000000..dc5a7e246 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2e5a51640186331b79468e5118bd5454fec79852015a66bbd4e72f89981683 +size 2461 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab.meta new file mode 100644 index 000000000..b3c24e821 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6f51e98691d03a1b91c3fed66005293ef396463628452a33d5a2d6ac470472 +size 396 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab new file mode 100644 index 000000000..32f04d4db --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b24c65bd5100876c2c54e1d4f12bbc83731b8e897da70cf6a349af49377159 +size 2460 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab.meta new file mode 100644 index 000000000..b57f3359a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissilePinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e0cd9ad4576e848286a7ff1995e68d4be2240991e2884fe5816eb15c62b076 +size 395 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab new file mode 100644 index 000000000..bd7c57364 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9451772fc0e438cd634c813c603b1a97117f13a952e6ad4c1adc7211a1767a3 +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab.meta new file mode 100644 index 000000000..2b359f723 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileRedOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d34efa4b3a7c746afdf45f272565f8517d0b9f6fb8e2b1d5126ee8066d2cf4 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab new file mode 100644 index 000000000..68502d476 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0334951229d0b5684645badbe4fd1e666fa6631a75d48907ca43f8a6e03c68 +size 2462 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab.meta new file mode 100644 index 000000000..d7ab03c24 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Energy/EnergyMissileYellowOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d54287ea33861b31ec04a4f4ec8f566b57705f00ba0d21cc99497f7b2dbd50 +size 397 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova.meta new file mode 100644 index 000000000..c2794b37f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec665a8e09b781b73003c0ef103109ec0ec426725e25f67062dfe56155ee0d27 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab new file mode 100644 index 000000000..928e7cd9c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38a1e7ef95653ab244a03784c93c9678fe89659dd785d84ba8db204ccfdacdb +size 2409 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab.meta new file mode 100644 index 000000000..52fa11c70 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056e610f2a01db4a898fe158a3463cd195a5b9289dfb65f5d7a8a625aea4f976 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab new file mode 100644 index 000000000..611693ac1 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1496b45e16e2adaaecddad13ecc0943233fc56aa5f0348be67b2578ccf621d52 +size 2409 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab.meta new file mode 100644 index 000000000..d44a12fcf --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbff05a11fb54026413c7a82a2ec42ee47b7f7bcacf8e8ada4192077445ef36a +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab new file mode 100644 index 000000000..5c7fd94a9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75863430c197f4a2eddfe0e2289528161361f73b9b957e69a5585ce964b792e2 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab.meta new file mode 100644 index 000000000..7e4747332 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c4109ce9b030d716b4a39969c556e0fc1e95de5c623b2ee775cec8da855e44 +size 391 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab new file mode 100644 index 000000000..97ad552db --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79de2299dbf773ae4ccb82a39138a1209363bd3ba3b3c41c2f2f5913214f473a +size 2409 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab.meta new file mode 100644 index 000000000..dfa40e9b5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNova/NovaPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776c4c1320d9e55b612591e75241bdb44b15ccf910f8c07e8fc1f90f69e3db0e +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall.meta new file mode 100644 index 000000000..55faa6c5e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178576a26e2b3c0038bbab35d43524f91a49bc50f5e646be27b89bbacefe2907 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab new file mode 100644 index 000000000..3ff6c58fa --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f728083f0479dcb6b619b6cf725e3eadcdff052aa915bcdb1bd5e4ef454037 +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab.meta new file mode 100644 index 000000000..4bde39e6e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969dc5b4346556ba9e9e8896e0045e138e11b0f73314b33a2b9e4542be250252 +size 400 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab new file mode 100644 index 000000000..039205241 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a03774aed893cc7bfbc2e53521a5ec79f23008166402ef8de2e21cd303d392 +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab.meta new file mode 100644 index 000000000..7f3e680f6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721b2dbb0727b9a6a427a645f55982445432c81e2daf329ff8628173e355821a +size 400 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab new file mode 100644 index 000000000..0e830ade7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd45bbfbbcfb82ae5fd4ff462fa8e42f15661383dc1d20943d150e195016f876 +size 2415 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab.meta new file mode 100644 index 000000000..3555006d6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b5d53cc62059df24c70df0bbce9d169151504b9f80a9fee42cb98e97bcd23c +size 401 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab new file mode 100644 index 000000000..7d25b8a0f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c1223870fb80a676a660fe521a3ec08d2904ab4d6d33a4535aebb48d8f1732 +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab.meta new file mode 100644 index 000000000..dabcd4dff --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSmall/NovaSmallPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b8139013787cfcea11a9179b303187badcdcc5da7e605e1b72298b92f42737 +size 400 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft.meta new file mode 100644 index 000000000..151db1422 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c53ed2037996e126302fe9f77e32338f9146470d95d803e7f7828c3fcc90c6 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab new file mode 100644 index 000000000..13c6cef27 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b12341b4ed549bfc045e597c404bb6ade4fb719c8aa864b1d5291a8358ce2f4 +size 2441 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab.meta new file mode 100644 index 000000000..e775a2a6e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7b0765c678480ce0331501db050d8533067b8ff8c9064b6ab842eda0b908d3 +size 398 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab new file mode 100644 index 000000000..a61d86108 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010bc725e18991434e62233ff7276aad34f5c95b051d3ba7380ed1e5deec37a1 +size 2441 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab.meta new file mode 100644 index 000000000..23a28123a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2961f309a469b4cad5fb2ccc13b7adae5a3c1c261599503a764e3da4f0e7b4f +size 398 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab new file mode 100644 index 000000000..7169de2ab --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daae53b4f91e0cd8b37282caff627f5d5d533eff968868b1e9ab0a21e749e2ac +size 2442 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab.meta new file mode 100644 index 000000000..d44db6b4e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca0251c395687e96e34021f0ff80dbc892cab4859494f5b9a43ebcc11187fcf +size 399 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab new file mode 100644 index 000000000..18bf2b597 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d7e6f9784d2f99266fe7d466e0338f911b7b13d98e21096861990552d56181 +size 2441 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab.meta new file mode 100644 index 000000000..f8699616f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/EnergyNovaSoft/NovaSoftPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1c57e7c8869822534fe9d8fc1d7546df00a25d122e61c863bb6e45d98df739 +size 398 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball.meta new file mode 100644 index 000000000..244d5caea --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4673ddefeffac7fef6e5c889a861f69993ef49c677e60941b2564919a4a0606b +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab new file mode 100644 index 000000000..ba9959860 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50145d26fc074434f40676115c5b728db253e5ac4bdbbd6efe3f2996c1baa5d8 +size 2413 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab.meta new file mode 100644 index 000000000..afb918160 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33fc72b749db1464a1f0e02460d8bcba97ec553b18569540c5d69609369e7ab +size 392 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab new file mode 100644 index 000000000..36c8e329e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2998c43ade9d933e40dcd4f8e38494f0afffd93bb21ab2ad8f4dc0223d261db9 +size 2413 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab.meta new file mode 100644 index 000000000..e1304b0f4 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb964838d482780cd3a19cbd2276cb8936e7d712739ec8c25d3c29656d90f31 +size 392 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab new file mode 100644 index 000000000..6bc1f166b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df85192fb08f2f5b13ba781eb61afeaee1dc6cd44a685e07bf03e408197bcb48 +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab.meta new file mode 100644 index 000000000..3fa874a04 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b8875f479f34b8c7e4b9eeda7dcadbc8018c2c0b731723285ad9fc7c7493d7 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab new file mode 100644 index 000000000..6105a7ed2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b512b73cb6643b247363f3d6f0a846f6fe8fa96b628b4f9e109d860d68755b10 +size 2413 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab.meta new file mode 100644 index 000000000..cb814b6fe --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fireball/FireBallPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bf078664452ff32be9c08218132b5e09f0b808574d26ab5fbc348a51e64536 +size 392 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp.meta new file mode 100644 index 000000000..a0a03984d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30177c340004b7917e33347fc4d5f1f525373fd0b85aae9fee2c217d6b4a4d37 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab new file mode 100644 index 000000000..5e15aac42 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f954be50ae4c572a8917890f6c360402ce2897e12a76bfa9c5e347a8e8ae93 +size 2446 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab.meta new file mode 100644 index 000000000..ebbf1cd9d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f4fdb0cf5c19b0786da308340f20c6ae97df56ad18609cf3184c9815b610ab +size 402 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab new file mode 100644 index 000000000..af68056ac --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9e6267d9812a779eca84a1bf7fc33cf55f07ca42abccffd7fb2c79cafe32a7 +size 2446 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab.meta new file mode 100644 index 000000000..7a3356f72 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74138a2cb3affdbd21734599fa29169f381bb3580f35d6b7c8fe215b4840c7b8 +size 402 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab new file mode 100644 index 000000000..725292a9c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60c93e6e640b39e3480e2329c098bdb14891e45eb0d1ee570f1a363910cc066 +size 2447 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab.meta new file mode 100644 index 000000000..b49deed1d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2933b41d9e1b721ebd9cf3e4347a6657c531634719224055956842dbbe8eb482 +size 403 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab new file mode 100644 index 000000000..96f2e6456 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a71e1b968566bc4df06202e72fc50a5fe4ccc6b5cfe37065e95b06f2324ec4 +size 2446 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab.meta new file mode 100644 index 000000000..f8a488755 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSharp/FireBallSharpPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2ed4234f8071dc8949abf36f379fdccc6273472b77441a1fa95e201752c0df +size 402 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft.meta new file mode 100644 index 000000000..aeb134c92 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de2fd1d2d03226ea01764deeae88cf9b2fa9a6bcd9600c1c7c75f968ca8d1d6 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab new file mode 100644 index 000000000..bd869c7a9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a286ea29fa8b907c23538583e47d9d27c6b9af6622938abdb82b0e6e27b63f9 +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab.meta new file mode 100644 index 000000000..26525081d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b9b34dafa125cf28909d435b3348b97e1c263a45477b5f6c9003da2a61374e +size 400 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab new file mode 100644 index 000000000..50630b2d3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60477243455aaf678360260f12bf2e200b80445415a18678263b79abda00e1ef +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab.meta new file mode 100644 index 000000000..e31b69ed7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51baba1d2170f6e30615879b87c4503e1a9e7d6a5731cfec18815c9ee5acf664 +size 400 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab new file mode 100644 index 000000000..99bcd5d1e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199a86c15ddee349859c9394da84392d01608ecf7edb452a7d8feaebe2a2f717 +size 2460 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab.meta new file mode 100644 index 000000000..721ee0cb4 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82613eeb750ece5326179ae3126c5a932f943ace5679fa3d740d4ff47408449 +size 401 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab new file mode 100644 index 000000000..be0a44da2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b965e174f4baa9ea574f8c21f9e74ff97826ce0ab6970652869792031b8b5d +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab.meta new file mode 100644 index 000000000..0b3213b37 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/FireballSoft/FireBallSoftPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d0ec5c73bbc79fa8539a76efb4ff3cf1980657b8b546c7e9644c507919002f +size 400 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash.meta new file mode 100644 index 000000000..138be43bb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8dffde224ecfa2468d49f38fc3bbf95219a58251b05d9d5c2efe5e6bfb38a1 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab new file mode 100644 index 000000000..f81bcd50f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc3a09700550d7702b465e35736099437be8b326ab2960c58809c295dd85aba +size 2422 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab.meta new file mode 100644 index 000000000..e642d2155 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae750e3234c30d81e00a4ed01c5aeb965fee48a1f56e72f731dd3b25f31821b +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab new file mode 100644 index 000000000..a612cbcf2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafcbf349fd1b52c5191ea88a99e9fd0dca7b2fc536f4672562e72c638881962 +size 2437 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab.meta new file mode 100644 index 000000000..b2cc0b9fc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419545b637b127254560def5afc42a3f2d7c950d28d6733e035844abaf56b739 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab new file mode 100644 index 000000000..46d8a462d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce68b3d93924d4cc02f7040c28245fb9a9f60ea76eccc6ad28161ce011158176 +size 2436 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab.meta new file mode 100644 index 000000000..a5c81bc36 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissilePinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b900178c4206bd9a6edb6ba0bd222ec6efe38d512300795d0e5591a8fa64829 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab new file mode 100644 index 000000000..a77eeb0d6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788958462a9bc89e7fca58dbc63432d3a420fb9a1d3dea55ad0e3640b2fd415a +size 2438 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab.meta new file mode 100644 index 000000000..df440f76b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Flash/FlashMissileYellowOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca30b47d99feba39f8f634a90aa3ab6e61f3ff952182aeb8ce1b5d187d14173a +size 395 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost.meta new file mode 100644 index 000000000..df8455274 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2c207dddfa18e452420c925511159841f5b575b25528e628b66db3bfe77b6e +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab new file mode 100644 index 000000000..5e935fb62 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a598a444ecbc51cfddae84d88e540f059f142e347e7ff596de4082d3e2aea44 +size 2413 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab.meta new file mode 100644 index 000000000..e1fcbc126 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/FrostMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260f822faa331c53d2b3e8d68be8a4e769390f0f5ac33ff1090e25cca5b97083 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab new file mode 100644 index 000000000..2206acfc3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9644f995aa1b289ce7c07880a62d02bf30a31562e9796116bdf444add387bd2c +size 2454 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab.meta new file mode 100644 index 000000000..859fff9f8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Frost/SnowMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ae210de95394735a406fe9478fcf299a746223c28609f5a3038a0fe3bc1db7 +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit.meta new file mode 100644 index 000000000..ce0873df3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46ab5acf926ba972a15930865900b66cabbab2bc594882bba922c9c3fd90105 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab new file mode 100644 index 000000000..4f67933a3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58741d303827581ab5bd31d69ca4b5bb957fa1140fbacd1aae005ad32a397da7 +size 2316 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab.meta new file mode 100644 index 000000000..6e0794cb6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/AppleMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89f92bc8baae278d55213d7a9eb25c263487161622eb5d90d59f2407b7796dd +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab new file mode 100644 index 000000000..3a6785297 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8541c18960a46689b7522d0cacf7649fd9a2bace1a55cc873dede5cd55c3c58e +size 2317 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab.meta new file mode 100644 index 000000000..294b69e30 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/BananaMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919d36fe5cdc1ef7c079c546cfaecde453abc08914d387244a4895189f658b76 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab new file mode 100644 index 000000000..0f502197f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a68ab44ef9de300d8d96d6f263158a8eea8cd5cb7a0b7a7fd81c27f947b857f +size 2317 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab.meta new file mode 100644 index 000000000..2075f66b0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/CoconutMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21aeae02174de7735f218047e59c87919d127a8c1e0ca7d9e969f228e79ddbc +size 391 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab new file mode 100644 index 000000000..b90d75b71 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edeaf95306cdc3d30c50ff5e4e1fdc9ce2d8910bfc06a79d30233dd72c81650 +size 2314 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab.meta new file mode 100644 index 000000000..787c47c7a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/GrapeMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321879c2a6335a2171ea239768a6628cdaa20c23f778b2fde7462796c38852a2 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab new file mode 100644 index 000000000..dc75772d0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a812ad08c4b557f55fe4fc8f1f3d38218b07034bdca4f37fa5afbba56192aeee +size 2316 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab.meta new file mode 100644 index 000000000..16d5577f5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/MelonMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2852092cb98c0a4cc20467262a566e034bfcc6c158d4677d36c40fefe1e44a9c +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab new file mode 100644 index 000000000..94985883e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ac02fc8d085e383c8e7e2e7b1a21e7aaec3173451c06f6d90b41e66f19ad6c +size 2316 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab.meta new file mode 100644 index 000000000..1e98dfc1d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/OrangeMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6ecb2628d51993fa353c20206cc3232aaa5a354e40c3a707659b73aceff788 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab new file mode 100644 index 000000000..cac49be35 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a81fd24183164198be1b361d01b2b5091c94175771e4ad9998e91fc90f63ac8 +size 2315 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab.meta new file mode 100644 index 000000000..f539babba --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PearMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd6460ede74680f9524faaa9e514f6e799df3fcf25f088175f4a9a31013bcb4 +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab new file mode 100644 index 000000000..7762fcf84 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d320b3aeb537a20b0ac247a39bc2fedf485769852492d9fbfb56ab37b7492a54 +size 2318 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab.meta new file mode 100644 index 000000000..3e8cabf12 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/PumpkinMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ab6852b74549c279f8cd36223b4ce90eada98b995a71506996b3d83de3207a +size 391 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab new file mode 100644 index 000000000..55da19807 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51c8554248283cea49aa8a66979c471c13885004d43f74d1646aeca78f7fd97 +size 2319 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab.meta new file mode 100644 index 000000000..dd31a0d64 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Fruit/StrawberryMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cd384997ea9c96a3d6ba5e9c0b7ff8e297e5b088d435e75aee973be8633b79 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas.meta new file mode 100644 index 000000000..dd23f4676 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8682973222f424ec6a6a1605eceac88c965957d0fc861822e1405e0d9422f962 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab new file mode 100644 index 000000000..5a0890ee5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05538347c8e943e1a1aced83b7db76be1d5e33b5c08e3c66110bb0b2eb495679 +size 2422 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab.meta new file mode 100644 index 000000000..369bbe88a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab21519cfc9858bfcc322b7f8ea998a9006e2d0b7ff85389b079b2ac56fa9c9 +size 382 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab new file mode 100644 index 000000000..7e9560e3e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88643a94fc2a9057db1f6d6790df2f15a157d72791879ef874b0f7b23ff5b37 +size 2422 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab.meta new file mode 100644 index 000000000..141f8f79e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d30df2880f2a5eee0c3c17efea19f03b67205e672eaae5c0f349352639f31b1 +size 382 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab new file mode 100644 index 000000000..536974795 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c48ec4a8f6dfc236fbadd4a4c962e14af44933aff4f619e6eab49750b32129 +size 2423 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab.meta new file mode 100644 index 000000000..aae61381f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2584152b372bf18790549e86f1394c63ff184d8d29f84981549d104dd94099d1 +size 383 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab new file mode 100644 index 000000000..b8aa5868e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e037cb153d7603403c47137dde43a0e2ed4b3a7a25490f8e434f7a5a5b2fee +size 2422 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab.meta new file mode 100644 index 000000000..8a3ddfa61 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Gas/GasPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c4f9b760d3334f752f07d223cabb8c3018f20965229fe3e74a6b1944a80040 +size 382 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade.meta new file mode 100644 index 000000000..d5acf7473 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0401c82abdc4e0f290aeb17804196823ea37b9a74e49d0207e78a08e5dbe5372 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab new file mode 100644 index 000000000..364be2290 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030bfd574392d0b98bf0651a889fb91bee6705c621f4c1dc1901da95212c0007 +size 2440 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab.meta new file mode 100644 index 000000000..fe3a0ec2b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f7a6b4b2bf3a7338243a0898791c93530497f5e52d5d99f07f4d4e2bcca2a1 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab new file mode 100644 index 000000000..7ce3be334 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e976dea483c16c5c2c6979b085aecd7c8dbbe29ec4cafe7d501669c38036ec3 +size 2440 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab.meta new file mode 100644 index 000000000..21f8a1ab2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ede52803f62c7a441f12f9e333497e5f2e9b745de603ea04c7bf28fe2231825 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab new file mode 100644 index 000000000..5e7e66e3a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8618e628311af5e18217a92da1c7ff9b95899c64b20a528d23df8f3d1ca101 +size 2441 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab.meta new file mode 100644 index 000000000..aa79944d8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadeGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33280eb9edef3b15f897da6861aed06be55a717b2485ec2ad52eb2df9b5844c +size 391 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab new file mode 100644 index 000000000..31e78dab2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b016e7be0a012cb64e047ea880af3df0d939d4203a27ea04830e80ff24bf55b5 +size 2440 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab.meta new file mode 100644 index 000000000..c84347c54 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Grenade/GrenadePinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913e05b0363a46f01696a5ee79b88f67236e8a2b718471ec42d498f2b716c27 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser.meta new file mode 100644 index 000000000..771c760d5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6916ab32cfb143dc8508774261936d62fe5a57eab9d12fbfbafc9d335149975b +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab new file mode 100644 index 000000000..7e4942feb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3b82504b5c4db59800131be76b5014a9da57cd265e3b7ecced535a4639e870 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab.meta new file mode 100644 index 000000000..33d8386b2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e33379f66c2ee453b524a23b9e546753c3b9e9339d2d8673acae28af43b8b6a +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab new file mode 100644 index 000000000..c64824f1b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f6166a348424085c651a9f25fbc673ce8046ffc9e5ab69ec5e40da54f299f6 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab.meta new file mode 100644 index 000000000..c578e3bfa --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65af9d8d9b4bd6fd593ddbfac17c4708ad6e3b1122e937c615ac03f0ce442f41 +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab new file mode 100644 index 000000000..920de3a0b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476f9955e1f4447b220f5b9869cf4d293db60d51baa415427cd5d7ff12e8c57f +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab.meta new file mode 100644 index 000000000..ee5460673 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9a00e9ce1a5df161906d9da0a0eb9efca11e53eacc9bc589bd3fb0802424f1 +size 387 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab new file mode 100644 index 000000000..11e0db72e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4604f5ce49bdd41fe5f813bc14a563e86949e2e55e6523a09c1b69ca5dcca05 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab.meta new file mode 100644 index 000000000..296e4e508 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe0ae1cd411d3ea0519e7c0ca8921994ce27bf45556b1864bfb771261da63a9 +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab new file mode 100644 index 000000000..fd3cff801 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63c6c9b064a655f12ba486eb27a864a85889a7728ad0034c5640af1da73e2c9 +size 2409 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab.meta new file mode 100644 index 000000000..2ee641653 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Laser/LaserRedOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6532aa885126570a34b900ceab65c7136bc512de247578fa4c9bb0db4ddfd869 +size 385 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning.meta new file mode 100644 index 000000000..f20d7b93f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26668393bcdc6bf71a6db5804b0570ce0e723a358f44087705cd69cb88d7d82d +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab new file mode 100644 index 000000000..95ddaac30 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e0913077b02583d2bff755e33c3720d1966242d8b3a7bc593e7c9b96076fcd +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab.meta new file mode 100644 index 000000000..2ef612cb6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15732177aed69d176793da81cd764d08524cf66c014f99e0f0e90147bfc5e6b +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab new file mode 100644 index 000000000..8d5e953d0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5002710c7713dbf85e10e82dac6e1e173dcd023028ad150dadf3acc1eb42dfc0 +size 2415 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab.meta new file mode 100644 index 000000000..c72a5852b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd38fc53696a5c436ff886c88295e924609c8fef68d7024df5c6aa30adaf8478 +size 395 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab new file mode 100644 index 000000000..5a52fa797 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad51c104cd79093cb960e182e02da9ac37e9b84eda3c2eb708e323104149bb1 +size 2414 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab.meta new file mode 100644 index 000000000..55b4e63c5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed9459f603f0c11861dac71180c7b60ff35b346fd9718593f11cbc293f4091b +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab new file mode 100644 index 000000000..bca2abb7e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491eb5cf1e4f5f73ab5f134923726ac20deb46cd3e39b5b5f4f01d6fce13fe36 +size 2416 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab.meta new file mode 100644 index 000000000..99caea209 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Lightning/LightningYellowOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e93974d63aa2c44a7a11de9ffe2396709c66ee6f36f8ef3128775f8a0df4f04 +size 396 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft.meta new file mode 100644 index 000000000..63620ef2b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3923a7f757973aac87312c82be9a26448eb7fa3514afdedd685eb4354fc33d0a +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab new file mode 100644 index 000000000..7e0029e3d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8f91726c2594da6867dcceb0fe66af5bb3e133f7807c5a1e385fd175017c2e +size 2446 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab.meta new file mode 100644 index 000000000..827c7e5a4 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35592669c6fd98027e2df54a958d4ceaeaa93a74067f0b829500839156c7f697 +size 402 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab new file mode 100644 index 000000000..3b5e91643 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96301a515118acf87cfb96a013016e4831a1b841327400a62d52997ab7bdd745 +size 2447 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab.meta new file mode 100644 index 000000000..4ba66075a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430847503c72497d8a0e17587bf93ba79057df75801194d2c9e52e07c9700fce +size 403 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab new file mode 100644 index 000000000..d0d8340cb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb330c84a0f8fdd22b3e78f983d34793afa39e712e3bfb93c49710fa5dc98a67 +size 2446 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab.meta new file mode 100644 index 000000000..67b90da88 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0abcc9c41eaf8ae25d3acc18bf732b498d1599d3166f476aa24626dc0176033 +size 402 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab new file mode 100644 index 000000000..9548a1241 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8e0f72cbc598979571980a1f128628857794c56dc2491caac8b97dfe3b7580 +size 2448 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab.meta new file mode 100644 index 000000000..5f9b7fb43 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/LightningSoft/LightningSoftYellowOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044c96497d766bfa479d5dacd700da2064fa76b19c13ed75c3af2942c618524a +size 404 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid.meta new file mode 100644 index 000000000..180281989 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb164fca381a9e639a8ee72e57afafa9e6be69ac3b668c049fb1deb5b19115aa +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab new file mode 100644 index 000000000..6a25cbfbc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d4fb10da25eea55cc70a785c1a27f21d1267d5fd359cc7ebbb319b5ff468a7 +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab.meta new file mode 100644 index 000000000..97672c1d7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidAcidOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738af6a7f844e4b7cf7f8ce8cdfc06016d76b1ed66cec7886434a81ec1c4531c +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab new file mode 100644 index 000000000..72bf7d9b6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a7035ba9f731cfc461b6f483ef8bd0ab4d522a1328111b7973d577579de9ad +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab.meta new file mode 100644 index 000000000..c2ac33dd6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidLavaOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4f3d2599d3f68ffb4bf525162d5355357306f19216640e59d16801892cac77 +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab new file mode 100644 index 000000000..4901d53d5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd98361668d2d01a2656ff736b56e6f538253fe434ee61a335523517419ce01 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab.meta new file mode 100644 index 000000000..7ff996c3b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidOilOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6d93007fcb9def14d00aaee030246e849675559546281ce45d39cbc449532f +size 387 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab new file mode 100644 index 000000000..5435676a7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ba3951868e3e8b35cbccc5dabfe8c162e244dbe7901f51c0ff197ada7bfc11 +size 2445 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab.meta new file mode 100644 index 000000000..f1fd4b70c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterClearOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99992b52c48299c842a5ed6ee6f4e4d13fbf147d673c56d95c81c8442055f130 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab new file mode 100644 index 000000000..80b8e9b2b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6ea9f0071dceb271269df52b8c39f8c5179ff58c1edefe34260c21292bc0e4 +size 2412 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab.meta new file mode 100644 index 000000000..3a793568d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Liquid/LiquidWaterOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66f348eea7e12aa809bf6c9efacbd67834b486b1d2c304bbc5e7d1822182f61 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic.meta new file mode 100644 index 000000000..50fd77263 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d0c99075e5a0edce52a2c496540c816f81bc80cb0452022b019e30a00c4179 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab new file mode 100644 index 000000000..c10e168d0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a26e12a097531fd455514e28ccae8c71133ea239cad229dd39ae551d0a5f05 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab.meta new file mode 100644 index 000000000..a122fe4e6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fb866fe0ad76e9caf2950531b6cbaec735654627eb1fb62327b9f9e3f1cf5f +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab new file mode 100644 index 000000000..7fbc7ee2e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791c5e78a0269ee0c03c120463366cfad2838903277a0452d048fddebb470e72 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab.meta new file mode 100644 index 000000000..7852bfd58 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4263a99ce1a323ece0b1f2085da59b029dbe448e5dbc69c8dfde9bcc391976ee +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab new file mode 100644 index 000000000..d37ee5133 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24900c95237a589639bc6247fa4740e3d45394a9e25006801d727f47e8f6c1da +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab.meta new file mode 100644 index 000000000..bed6b5dc7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779161d954751880ff0192ea78c5a7518a6e29c8ba5e8c950a51da52010588e7 +size 387 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab new file mode 100644 index 000000000..12117d347 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233eed7e7e20a32e3e78bbc67f2c57c3d4ee3bdb9b394c33cc1d1cf7f135a482 +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab.meta new file mode 100644 index 000000000..c25513227 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Magic/MagicPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c93abfd5142566c553f166a691bc97c11c8ed3705aa7cf7de40a5bad47e6d48 +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft.meta new file mode 100644 index 000000000..a8bea1d26 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3989d4952b6e45c6a43f7a66a48369734895cc7ae497dcf8da88f31e0c1233e3 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab new file mode 100644 index 000000000..3564de4a8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b563ec1be5552ede5e8c05f207ac714c719736dd716a3feea07da8c9d7c8b701 +size 2428 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab.meta new file mode 100644 index 000000000..709b97fb2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b231b8d33edc96ae98304c6ac9c228730668adc6b87a576a4a0ef910076836 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab new file mode 100644 index 000000000..f865a9e5d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf67183057b2386b355c69442505cb3864f21a0b3ebec37608f039554d2182d +size 2428 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab.meta new file mode 100644 index 000000000..62b554e50 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bd2da5fd49ca14cab606afcc58ba7ad76aae2420eca1c7b3da7f851b70c2ed +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab new file mode 100644 index 000000000..bec1e9026 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9459967c28c89a727e63300b2e00c68bf337843984e1dc89d2483df3498d3c +size 2429 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab.meta new file mode 100644 index 000000000..75084bdcc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91014fd0062cffe9d7c46569a983ea6c9af89cb4fcb796c7c2526bbebdfee61 +size 395 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab new file mode 100644 index 000000000..43e548b1e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575ef8175c23f18bd52f058ab64e7ca4411291cc3cc11db10ec529f8b4501bfe +size 2428 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab.meta new file mode 100644 index 000000000..aa0c1828f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eedc24d5f4613c6ea9f837b353604a12ec63b3dc24f90936a57c8f1c8075fba +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab new file mode 100644 index 000000000..ca62d81aa --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c13a8102d917655db3a013d432dedb04b8d6c9217037d31a606652b2255566d +size 2444 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab.meta new file mode 100644 index 000000000..419dcd0d8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/MagicSoft/MagicSoftYellowOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de67a1c5e4fd919f9c70a9b0d0dca9002ce56f7fabebb3e61c253c0fee484fa +size 396 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic.meta new file mode 100644 index 000000000..1d48c9e51 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce822c03982ec036ee1cd33b4b5d9c5c57140ef0040e9976226547737164ce8 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab new file mode 100644 index 000000000..03ad42503 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f0932c277d28dfa6d673448efec8e9c88f85d3e0b0fd682407a0df07ce54ba +size 2424 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab.meta new file mode 100644 index 000000000..59e27423b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticDarkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7a4b835297fb4538a3e411eccb05c96ccbda7ff4d4384cf5b41e0b61ed3a1b +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab new file mode 100644 index 000000000..de0aa24b4 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf23bfb03e38341537a018d0f95f8bfa1459674a6c9a3d2cf22c13469d6f260 +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab.meta new file mode 100644 index 000000000..8f428eb91 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a58e308fb0f1a8ccf615a485a9810e740b24fbd967d4f985677cc10d5bd948 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab new file mode 100644 index 000000000..51394d66a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f899bcaff22433738f38e80d097854f0cacda890b1c40c9349365abb971277cc +size 2412 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab.meta new file mode 100644 index 000000000..c211d79ae --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticOrangeOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8f506d851bfb4cb20ddc2b8977d7ccb2878fa7b42f475ad57d13800d68e713 +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab new file mode 100644 index 000000000..b9e3215cf --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647e1e4e3391abb48522542c6f9d21c256256347f69f212f07790fc7bc07cee2 +size 2412 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab.meta new file mode 100644 index 000000000..d6d6661b7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticPurpleOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4d4c348e97aaee01bca5389689cd5df45ce62ea2ab2d1a6c84a652ed007eec +size 390 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab new file mode 100644 index 000000000..9d0c4dd09 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2ee469be00eec2158cf2eab9e6b389e99f70f786f7606ebf3ea2c9d1c96601 +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab.meta new file mode 100644 index 000000000..35f40d670 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Mystic/MysticWhiteOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341f6d40fd1cbae5e836e50621f3689cb5c714663dc3287517d3ca4688f65ae3 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke.meta new file mode 100644 index 000000000..1845fa008 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd72fb7b34c1a012b45f34d3a9405b0e75b85d03190d02364b29920d06a6b82 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab new file mode 100644 index 000000000..7b7c26cb7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f526c298666ae2721492a45aed9d1762ad668fad8fbf0b2f890870144da75c00 +size 2409 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab.meta new file mode 100644 index 000000000..463a11724 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b13867d72118c11eee0b05ff7b49b5de378e5f0ed70291d06a49fab6933a8a4 +size 384 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab new file mode 100644 index 000000000..f43e924d1 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4b5145a6ce02495ca2cc500a51472e3c5b7ba5172ea9b4d61deb9acef465d1 +size 2409 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab.meta new file mode 100644 index 000000000..7a21ef819 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03d927266ea241a04d6495ae9b9e15a0e6d622db950691f154d386e63db6bf4 +size 384 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab new file mode 100644 index 000000000..d603ee318 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca584279b5412e6fd0db70367706529099f01a7f7a01a3de0af6f4be9ef754c +size 2424 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab.meta new file mode 100644 index 000000000..52f3e22be --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukeGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1fd0090c43905103b798345335015fb6685ca5c0a029c7d43675cae45880ba +size 385 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab new file mode 100644 index 000000000..9c41925e7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb7f2e29d9c501420d06a6ef2295c15efe3cf92d76d1a2f7a835678b54ef761 +size 2423 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab.meta new file mode 100644 index 000000000..9f39b527b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Nuke/NukePinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c48f51346395b69ef10fa57bd2499b05b91bb03da9f2b630f4ef6c746ba125 +size 384 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket.meta new file mode 100644 index 000000000..dec32392b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77496b9d7fa7d8df296942b5618b0f1e3ec1b03a9ce0d9c87cddfe6038164a6e +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab new file mode 100644 index 000000000..6c0b5c15b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2569b3941bf9d8da007e0ad49c60f14cfc91810466f3473d61a3006880317e +size 2425 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab.meta new file mode 100644 index 000000000..60b8f366c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c83837b56d7172624a9b5b571754d6860e42daa5cae87086a90e996714a4b5 +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab new file mode 100644 index 000000000..365063bbe --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0233cb59f67a2f9ae4e17046788ad3e836f6791014cd3b39c172dbebf20335ca +size 2425 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab.meta new file mode 100644 index 000000000..8bd9a8c99 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a9fcb8af29226444d9a9f5d4fd671816468b16f0d322a1272c79bd0682368c +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab new file mode 100644 index 000000000..53aa9b8bd --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb290a3e53bda8e48dad3eb0f9d9aa06b4ebf426abfb24ec7d2149e45ad696b +size 2426 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab.meta new file mode 100644 index 000000000..912c04ecc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9360f50ad789685b300757ae2452a81aeaadd2e2de19c1c0350f502876cb07aa +size 389 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab new file mode 100644 index 000000000..4da36fd5f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a433bc8b7c4627fe259bf20797d97744ebeedfd3a1b46013d4663d654121f352 +size 2425 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab.meta new file mode 100644 index 000000000..cc2f333f2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Rocket/RocketPinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b7d9c7931241c4df525f5ec64945286cdf81974e3183bbfc20d7d7c0dcdc59 +size 388 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow.meta new file mode 100644 index 000000000..99a55369f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de9e87f5fde4da703a9ab7c6a5688ffb2687b94fbb8161c505bbf83f155d95c +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab new file mode 100644 index 000000000..86cfffd12 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f917d693ca6ab0accaa9f1311ca5718600de88853b663dcfd60427305a712660 +size 2428 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab.meta new file mode 100644 index 000000000..a7124af25 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Shadow/ShadowMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e99f65c1a2b0177d0598b97947d4b1f22c0612cc06fc7073b11826e1e7bbaa +size 391 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp.meta new file mode 100644 index 000000000..3c46b05a0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2b1132c885bab36a8ba3ed03427216e195997ee2b1f9914f51c550bdb57187 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab new file mode 100644 index 000000000..5ef0313c3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9719b731cf42bab4c20f4e27640b1d7f464a65ad2f8bd3b8cbbb8bb24a17c9 +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab.meta new file mode 100644 index 000000000..2c76ecb25 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be37f36ea37b09c2dc14a6295412246ab75c0deb048646c8fbfdbc36804ac61 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab new file mode 100644 index 000000000..a01951296 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670805ec9c0faaf2d928c1df7da3a1c45f8d81a4e5febdd65671d8d02d3aec4e +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab.meta new file mode 100644 index 000000000..bc0656ea0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileFireOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94dd44ac686efa6b84ac981b21fce536565ac5c719aa07bdac2c2f037446cd2 +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab new file mode 100644 index 000000000..4724ffeb8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697b29f57188ee073aac7d658e631e900f0fd38b4820d78106abcb78c0401e04 +size 2460 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab.meta new file mode 100644 index 000000000..0b72388e1 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissileGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa43ca9d3e4735b5c99a72e35f70e3333518797c0c7eb383767bc6911cbf0221 +size 394 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab new file mode 100644 index 000000000..ed614ba61 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205553e53ae02a984907d8f6f8fc1fa70ebbd9bcaf422d0800419d5dbdacfb53 +size 2459 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab.meta new file mode 100644 index 000000000..4cf1d9b58 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sharp/SharpMissilePinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f5c3ea5b1b0464aaa80115d6a34b867f447e8b0c8000b4e773653492bbfe6d +size 393 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul.meta new file mode 100644 index 000000000..875acc431 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6481a1159068256c15fe35f62906db829cedab2919fd23f3aa95a6610fd9c229 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab new file mode 100644 index 000000000..b4691ca2f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11a2578fbd3a6f78ef125b18804067b26ac3e573186df552158e59312f22bbb +size 2412 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab.meta new file mode 100644 index 000000000..3ad31576f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulCrimsonOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a764365cc83d18bc285c171253ba8cdf9b581e373d8cb7010875be8c393f216 +size 387 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab new file mode 100644 index 000000000..15689e7fb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04463c8a1ee06d535acc72107770925d9386416e38164a619384ad760f0d39a +size 2410 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab.meta new file mode 100644 index 000000000..12ea614d6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb297332ecd41b6ed0b0cde8025e749a02810c6966da89b2d6f993af3d847f33 +size 385 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab new file mode 100644 index 000000000..19bb02c87 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6245d06bb6a04d0e675ffe07cf67ab59ba906b553da62204863a17758cdf2ead +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab.meta new file mode 100644 index 000000000..f3ee9f22e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulOrangeOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9259faf3fd73c587070af95598a7838d9936db2d0cdf3a198e4c95eae3aeceb2 +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab new file mode 100644 index 000000000..9c2aad333 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd7bd4604fc331b35e41fdb2357645145f8d3738c6e7f45b19fb9a97efaaae7 +size 2411 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab.meta new file mode 100644 index 000000000..d8efd6b0d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Soul/SoulPurpleOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194a30d483076d1bc1775d979abf0292ff8f38b573f599d94696b797063170bc +size 386 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle.meta new file mode 100644 index 000000000..b14644fb6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b98a25e0d71addbd1e09d18ef8e4741b8c6119666b31d864a5c678c90c49456 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab new file mode 100644 index 000000000..1cdc6a5d8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a43974bba6f5229b07c69e81750c94ad7e4fc6071bc0773bd657b47c52e56ba +size 2447 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab.meta new file mode 100644 index 000000000..3417ef746 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileBlueOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc70d1598efaa142f3446c923ae4c35a990c5e9f8e788d6b551a1aeda9867329 +size 397 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab new file mode 100644 index 000000000..940a4e95d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81bf257618450901fe1649a83d30f23ce290dacf6564f574c5c40ff08a373f5 +size 2462 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab.meta new file mode 100644 index 000000000..98644bb5e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileGreenOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6c104dc27df55df92e91d7e815ebe116b9ad5f1635bed917bf039ea1058f20 +size 398 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab new file mode 100644 index 000000000..e537467eb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2d26054ac492163c3f89627fdb0dcc7ac693996ab29d08480aec4d9ad219a0 +size 2461 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab.meta new file mode 100644 index 000000000..19bc8d9ba --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissilePinkOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd273e5f459558033d20928b7b03ff54fc5af983b176d1b18d504a3ed66b9fb +size 397 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab new file mode 100644 index 000000000..76b4460ec --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbec95ff23bd50413304299c5a384a716bd15bd3cce3f412773b99da65af6ba +size 2463 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab.meta new file mode 100644 index 000000000..715cec1c7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Sparkle/SparkleMissileYellowOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e5ab5decb606ebfe6c4859ecc5c9528e13225ca7616375fcecf941bd76e453 +size 399 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm.meta new file mode 100644 index 000000000..f3317318a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc6abc225c220221e307a62b9713f64abff6a9d96eb6fb419f99be8b2f308fc +size 193 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab b/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab new file mode 100644 index 000000000..fba22885b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd622316368647032e617cbe7325a1869d17595ccd667e867b485054d7bd46c1 +size 2413 diff --git a/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab.meta b/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab.meta new file mode 100644 index 000000000..9f46296dc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Missile Prefabs/Storm/StormMissileOBJ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4d937e69809533fbc41851f13133d9bd3edb8c15fa59db15f000aa2c2b4026 +size 389 diff --git a/Assets/Epic Toon FX/Demo/Scenes.meta b/Assets/Epic Toon FX/Demo/Scenes.meta new file mode 100644 index 000000000..cee22491c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04988aebccc1ae95638b509208a0904392ce2a6649ad4f94be6ebd0f2812bce +size 193 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras.meta new file mode 100644 index 000000000..870b7c686 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b2a45b2133b58289710a30da50850f8720cade8ead338c37da592db4a047c0 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity new file mode 100644 index 000000000..2bac4a6c5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca17fb04e9a366ff054d4df44315878818ba79852bab675800532bf759822d55 +size 43369 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity.meta new file mode 100644 index 000000000..8ead56d26 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_decal_test.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96d8f109c96ae0e28aef465ee20b306c36fad24e69c8a35f8453dad35af96b9 +size 354 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity new file mode 100644 index 000000000..8d8459274 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274fe3e44b7c6759a82ae1d1f79d5763711a44878323ac24fb8abca3d2a7869e +size 18893 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity.meta new file mode 100644 index 000000000..7f0b71870 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_flatground.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7e30b93e033301aedb377e46b724d56955c52a39e7e03312d75c5bd0fba644 +size 354 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity new file mode 100644 index 000000000..05938d5eb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69ccda23b6d9784d7e81576125318c63b74e2ba2254f2721cce7e1af7d05511 +size 162492 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity.meta new file mode 100644 index 000000000..335e7a500 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_library.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02759978299e6e0089e56f2c12bb9bfd3595a4dadca8e03435d2ca0a1b947f30 +size 372 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity new file mode 100644 index 000000000..2ba611479 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ef73bdb7b23b816e667398c84e495683a115b143fde0cd64bafc46000d27cc +size 17713 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity.meta new file mode 100644 index 000000000..49bc2fd19 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_newdemo.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3885866c6bf91b63d2866d228c97efd826ee54dc6db5f7c919e2f4e5ebc51336 +size 372 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity new file mode 100644 index 000000000..879de45b5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e24c468855b94a640c5baa459954af6d4c338f8b363f9f7874ad63fc5c67cf +size 6795 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity.meta new file mode 100644 index 000000000..c304825ce --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca62f8e57f80067d366a434aa762510936595da6b2800879aff6695ff994ff30 +size 377 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity new file mode 100644 index 000000000..42fe40e20 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6830b6b36b496bd1c8d1cebaaf12624815e661dfd9ff683f25cbb121256702f6 +size 8461 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity.meta new file mode 100644 index 000000000..c60d8a78c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_render.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15505cc61afdef7686319085aa92616f9675ac9d6464699af93099b3a8096b6d +size 363 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting new file mode 100644 index 000000000..b16c131cb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3947b27e57b44b55fa20d27f59c092231b5cccc10658e54108a6198161f4b9 +size 1813 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting.meta new file mode 100644 index 000000000..cc3c6bf0b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_singleeffect_renderSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39abfdca4b77251f679d47d18b9dc70f0bc445b9af3f59c7105e311806e8945 +size 419 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity new file mode 100644 index 000000000..193448edf --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c29933d7e6c95f2197f658d57cbe31793f0ab8c1f4f58bfd26b7c8b62096f8 +size 59269 diff --git a/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity.meta new file mode 100644 index 000000000..07b2a6c09 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/Extras/etfx_videopreview.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9689602f00151d017102dde088ca1f1bb1b2ebeb8aa2a7d0425c26edd068b57 +size 377 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity new file mode 100644 index 000000000..b64c30f12 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e64355f8d1c5d2dc6e16be0a2219fad00de63ba5236bceb3c06dc2b9190822 +size 164607 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity.meta new file mode 100644 index 000000000..4c74f84d5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemo.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5280498957c917dd8ff3c024c87e2fb7e017a3883a41989d69d31214ea01f3 +size 364 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting new file mode 100644 index 000000000..3cc4fc4bd --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdc87787c2853077d0a1fb1d1c625ddcbc3bc7701d3aead0744980fe3c1b953 +size 1800 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting.meta new file mode 100644 index 000000000..d117db5fa --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_2ddemoSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b96b2d915b64516db540356d179091fdc9c4b10e7320931875ceb44fc74cf11 +size 399 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity new file mode 100644 index 000000000..5058a34ea --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319700c11b794a7d99277a4c41e957586b51ad7d5d0865ec5c2f4a79cd789b3d +size 26158 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity.meta new file mode 100644 index 000000000..da8c58893 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_cards.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0b836e39e92ac494254b067f9fcb984e10cd58a317b98896acab6a9ec3ebf8 +size 363 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity new file mode 100644 index 000000000..30405b644 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6b18f588f19261488003cd5c21c5e124797a5ae09ca856f056c035fc007a22 +size 33296 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity.meta new file mode 100644 index 000000000..1db37d536 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_combat.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49128c829fa5fedd5526b90e67665bd70ee98bedecf85510ecdecd4822de8a00 +size 364 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity new file mode 100644 index 000000000..f95a8a27d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53024fd3072abd03dc915c0f21d0cdc29a1b34b133f35f5e202ecf41d63a0aca +size 59125 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity.meta new file mode 100644 index 000000000..18000a53a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66df8b52002d2a53f83e54be5f652e0614cf642699a2ab41d437b4e8eff53b63 +size 343 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity new file mode 100644 index 000000000..9c8375010 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8175b9dfc592358884066acdf51accb9efb6758892ba6b4bb7cdaef86b50fd67 +size 26796 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity.meta new file mode 100644 index 000000000..b2d37a595 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_decals2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9671f458d05b3193fb4ded3317ed9e0099a0fbc295e22c9209fd40c3ae760122 +size 344 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting b/Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting new file mode 100644 index 000000000..0d0b6d2a9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d2d30b4425741a356cddf4f9a5f6fea1af120d454348991de50d26c07a90ba +size 1800 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting.meta new file mode 100644 index 000000000..8fcd4e93f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_decalsSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcda2fbafb483c76f71353aed31344fdac1bad25b73d31d308e31bfba7618599 +size 399 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity new file mode 100644 index 000000000..e64d13643 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6f5dbf159873790d991849c29cd530ed1a8f79901f6ed4703a9b34859c0927 +size 68518 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity.meta new file mode 100644 index 000000000..18649b8bb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_emojis.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d7c0be42d79c274d5cf1874f5446be17ea020757734a713cbda6065f17e57c +size 364 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity new file mode 100644 index 000000000..f4961f69c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a837a7b4b0315faef25c5a23bbffb194b2f836962e4c1bcf42474a99acabd29b +size 97591 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity.meta new file mode 100644 index 000000000..f285e4a27 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed00a571a8d23954a2fd39049e439dbca04e7b00d3636d196bec0643b5f3773 +size 368 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity new file mode 100644 index 000000000..2e70e6ec8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91a1d6b8d4c5293b27fb424083ad6bdd1375bbf9c95fc6b37f5da2061e0feb2 +size 50845 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity.meta new file mode 100644 index 000000000..27c34dca9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_explosions2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef3a595aea0272d0b7970912fa27ee6fe0792258be90b166b4b22e0731e629d +size 369 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity new file mode 100644 index 000000000..2b54c8057 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2cd402e8780554c9c1eb3fbb1f8f646da33c1188ed3b90d4197dc0d9b2499f +size 40937 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity.meta new file mode 100644 index 000000000..c59e38b2e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_fire.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18d92e95fe375fa4292dd38c91a478a69d8945d6c654d281df99a82def2a736 +size 362 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity new file mode 100644 index 000000000..97c6452ce --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271e328ce1bd0763afd195f2e3d0854ca43829789d61e5bcfac334123637990e +size 21689 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity.meta new file mode 100644 index 000000000..404c49482 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_fireworks.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d95df758427a5d0e31d0559fee736dc2d8c9639c61bf22f0b52aab36d1105b +size 367 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity new file mode 100644 index 000000000..40c801da6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7652c990ead1cc25e0d5b849177910fc67794251633fd86552e5bff0af7a8498 +size 52595 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity.meta new file mode 100644 index 000000000..8b024459b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_flares.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96e569c573fb2b73d71215e292176ae3ee41de6325e6075a083251af9e2aa40 +size 364 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity new file mode 100644 index 000000000..3e8d5bb75 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a546504cb768e1140fe1f1cd5624393274621a65991b3b0902c2a50d52b03a2 +size 34475 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity.meta new file mode 100644 index 000000000..7cf5528a3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_fruit.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74efb4afe7bd2009fb77f68080a9d7cf777859ac0a577ab3a6609d54a08943e +size 363 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity new file mode 100644 index 000000000..4caabab12 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e802f24d99c1616bf8d4995e41ed98f8e22eff4048fd33f325222032bf93e1e +size 30997 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity.meta new file mode 100644 index 000000000..8d8871beb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_healing.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c943cd385007c027f02f3f7c45ca4421d39055e2fcb2fade78e457298243b088 +size 365 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity new file mode 100644 index 000000000..a00464268 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919fb0302d730d6fc3b96c0fb8e47eed8320065d31b55ca4e60621bc6cb44390 +size 45610 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity.meta new file mode 100644 index 000000000..332087429 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_lightning.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04864c62bf304d4a3493a5f42f001ab0b4e9d80f61e51cb396e2c50a7fe9fb1c +size 367 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity new file mode 100644 index 000000000..b6d1a0f21 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3171b4552d1607ba253439aef391d1304dc419e542521a20d36c04b6c6acdba +size 28216 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity.meta new file mode 100644 index 000000000..f2c2fce42 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757d263e14315cd9415226aef988298c402a40f18a7ef365f6aefd986ccdfc41 +size 363 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity new file mode 100644 index 000000000..a24fc6784 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cff17df42a3c4bacab6d35358687b6b213a4c0c095251f37055a6adb5b4a3b +size 25738 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity.meta new file mode 100644 index 000000000..6ea65c09e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96da456a6efb4932c314c2d2da74cecb3b2fe55241a583ee4c3849f1d8a51ce0 +size 343 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity new file mode 100644 index 000000000..3101657ad --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad9d02081cb8a8fcf8abc5c8d9eacbc7c635269119cf55d283807097759b229 +size 30118 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity.meta new file mode 100644 index 000000000..f0e71da6a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_magic3.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc0636b3d6feccf6066f44bf8415b0237c691c5262dc2079532a01154eb728a +size 343 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity new file mode 100644 index 000000000..8b6cbe202 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48bc0b5aeeb30b8df560aaff2af7b71c527f7820129e221b2ca11b84eaf3bef +size 55823 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity.meta new file mode 100644 index 000000000..3ecd2cec2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemo.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3609b3693230ea195a15d5ad4d390fe20789fc94cf8f588659a04161f149902c +size 366 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting new file mode 100644 index 000000000..f82828edd --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4403a2b43f3c68e49164c6a485918e639c33ccb45c7d02d8d654bf658d38a5 +size 1802 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting.meta new file mode 100644 index 000000000..ab7b68809 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_maindemoSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d0722b755decfbe6d8e345ef2a453bca800b911fe86974301ef5557d0d70c3 +size 401 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity new file mode 100644 index 000000000..bcbffff3e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d794da10b8480dc3e32c639d7d7345d77a602e08ada5aee7731c59409c8443 +size 100416 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity.meta new file mode 100644 index 000000000..731af3882 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_missiles.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d61c15b78ef924a752d064ff36168072b2015ae713f0d9203235fef96561d71 +size 366 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity new file mode 100644 index 000000000..2ace1e673 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2c89b9bf54b96b168a5924704e0e7d9abb8e66e62cd1687d72a5d00ae149b3 +size 42702 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity.meta new file mode 100644 index 000000000..f61200688 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_money.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4add37ddd880642aa8c30c472e2c5b08491b277e604e93ac73d40d99e54291 +size 363 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity new file mode 100644 index 000000000..7bba185ba --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9488c842fa692d94783fce6d9ebcce70d2ecf829d3d2dde99b71aaa8ecdc4fd4 +size 17373 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity.meta new file mode 100644 index 000000000..d96a6d44b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_onomatopoeia.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3f76646a0ab88a5cba419d2ab50a48d3931099c56cbd2e2851372ff541012f +size 370 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity new file mode 100644 index 000000000..6f0373a81 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4092dc6958722396f982c0cb682e2552f554b3f72a19bb8579872f2b8d1fe553 +size 51360 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity.meta new file mode 100644 index 000000000..84526e7bc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e199b6ede605b23186ddaf0387623f4679508860f606c9b1474b26c4b5abc42 +size 365 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity new file mode 100644 index 000000000..0e23d3c34 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab314e2ab15d3f2ccdc6893178f12dc92ab18a9367df0e09b46dd14a7309e73a +size 48272 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity.meta new file mode 100644 index 000000000..001bb1b07 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_portals2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da65a97b7fb73c243e765ad5b86785f060c5bbd348f32d857a1f01f08774b91c +size 366 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity new file mode 100644 index 000000000..7e2205394 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f920c90997b0ed42bd800d3adad1e40a528d2822547c019b51ecdeed2f586803 +size 64115 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity.meta new file mode 100644 index 000000000..4ffd3a490 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f70c9efd7d1081932b331bc2b473474c07548788901e11e0ed1c2326b7a3cf3 +size 366 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity new file mode 100644 index 000000000..5b9a16feb --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af29d46a4657587c6ec478f2e1afc7731f0b5b7d31140ed8d2cde597c06d2a99 +size 68661 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity.meta new file mode 100644 index 000000000..88b15ae61 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec25d77f1905c79a5e72f8148115f251dabd528ed959a2d94095d8e1649ef902 +size 367 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity new file mode 100644 index 000000000..d23647c05 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8617de92db82d9b97ec8fba925c79f74c483d7bb7ac7e2c2aab8d437ce0d8d5 +size 192931 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity.meta new file mode 100644 index 000000000..a312ee177 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_powerups3.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124732c3200fc98dde7e69f58b597e1ecb8fcc3a6376067c1eaa5c43d718207d +size 367 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity new file mode 100644 index 000000000..54dfb0035 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174c09af636efea7af36a23a0876493b97245c9db4ada833963b5deabb4d8c88 +size 47533 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity.meta new file mode 100644 index 000000000..f96175703 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_sparkles.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9723e129b8ede0707b484e5020f74a1cc248ddd91ca5c771e9c09e6c930da8 +size 366 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity new file mode 100644 index 000000000..1560183be --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df2fec89adbb12126d9b65ff78b3fd2ad0e540a38d1828643e38547061b4c5c +size 43999 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity.meta new file mode 100644 index 000000000..e9489f06b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdf350308c1c3b1c0a0b70b158e5d6d0d6a72fc5e686e2d9c8b850139cd72f4 +size 369 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity new file mode 100644 index 000000000..9fffd8277 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939ffc70974b4b3751df116f9c795bb2a08a5a8afa000a1dcc22a3c4983436b6 +size 49774 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity.meta new file mode 100644 index 000000000..70fdaa6aa --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c50aa237028355dccfa73a71c35706578499d57b78277416459028585aa46a +size 370 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity new file mode 100644 index 000000000..26a2c04f7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc53b78cc3307acfd7b15e7d75765b2ebe7f7b27fb8b63c251e35d9252bb4267 +size 52329 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity.meta new file mode 100644 index 000000000..d54aba631 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_swordcombat3.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaafd4ce6cfd755a4c0ee7e5a393d7c4d745ead15091cd2c16ccc5ebb685cce +size 370 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity new file mode 100644 index 000000000..0641e2b0f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff990689e7cc70baea14ba2f64182c93b253bea10a7511259f34a73252bc9d9f +size 47984 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity.meta new file mode 100644 index 000000000..ac4958481 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_water.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68e46107dbdaeffd2ee3492e9b8b8aef5e64746678f62005451053550524824 +size 363 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity b/Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity new file mode 100644 index 000000000..074410de4 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee827678e5f334d52fddf971f8a14272926bac76732389cfde1705fe24d0b41 +size 17539 diff --git a/Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity.meta b/Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity.meta new file mode 100644 index 000000000..0fe5a0ed6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scenes/etfx_wind.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee80d28f30c1a587c067862bc4fd2a6ee46fb5f44b22c0d48a7b878c9c9897d6 +size 362 diff --git a/Assets/Epic Toon FX/Demo/Scripts.meta b/Assets/Epic Toon FX/Demo/Scripts.meta new file mode 100644 index 000000000..eb4ee9f71 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72424c81e11453beba7175c67bd7d274569a897d133556b56eaf592bb047ed30 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs new file mode 100644 index 000000000..a26693813 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4488648977d57cdafa5dab485a7a0d2dbb93448062d33c354a8ac9ca2c0bd8e +size 4455 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs.meta new file mode 100644 index 000000000..68cfac66a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0518da57659ac486ee6a2655cbded72a694783be517f92ccda279e988d6552ca +size 438 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs new file mode 100644 index 000000000..1c7394bbe --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61478ca50822ce13c9e44f95be57a94d3a6df5c29fe8f23d95a7503a846379bb +size 4828 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs.meta new file mode 100644 index 000000000..e60d77f71 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectControllerPooled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c20b937540edabb9e27eb1ffbd6498910567f78c9355a86eecab4f1199687ab +size 444 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs new file mode 100644 index 000000000..c5b987e41 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c619d084b109c3ec9454ef9faa4b87f6752deedca22cb1d591a7de8c9a439583 +size 1361 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs.meta new file mode 100644 index 000000000..6a9f50dc5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXEffectCycler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17322e2b64866e7ac132fb3aa5af9701ce077d9d864256a096ec26d22e48752 +size 434 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs new file mode 100644 index 000000000..3ef942694 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e251efda93c64ae937344b026bff7c04bd99f5b8d72d8b46effeff34af9000b4 +size 7573 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs.meta new file mode 100644 index 000000000..8f4434ad6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXFireProjectile.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b2a3ec1b2a6ac29dcab5bdf75fb5216f5a1c6710332ccd44e1a23cc67ee55b +size 457 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs new file mode 100644 index 000000000..367d1acd2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9651e2d26806199343d7b334c6f3fac91b5586a2e346bbbe469d8b6fa107f882 +size 1043 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs.meta new file mode 100644 index 000000000..2f6a7fa3e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXLoopScript.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071d5fa1975f09ac511b108225046ae7d6c6f3c01719a5e6c850adfac8d88ec2 +size 453 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs new file mode 100644 index 000000000..ae7d96385 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6493cbc8fbd0cfcdd7077c038030f686484b1dda8b2b93f1ba372d64d85fff65 +size 4343 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs.meta new file mode 100644 index 000000000..c10ce3a9f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXMouseOrbit.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea1bfaff165b24f98f6539828371f82ad1079a44707614b4d1d0850872a828a +size 453 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs new file mode 100644 index 000000000..cbede8b30 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff26c7cbf85c43a9c471efcf0592be21e9b3c2c664757ef9a90faa8b1a8d859e +size 5357 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs.meta new file mode 100644 index 000000000..528c40828 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXProjectileScript.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8104cb088c1e4ddfad4813d939c5908397416bd2579f369ab5d4e1576cd24a8c +size 459 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs new file mode 100644 index 000000000..827465e5e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2425b2c140f4f58a19c86e58b6d41ebeb0fe16387455cb6f8f40d9cf0794abee +size 4192 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs.meta new file mode 100644 index 000000000..0441ecc5e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXSceneManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36015b8ae0ba46caf678f32de6c023bc14e7fc4ac4946c105a766d7b4a7f4d59 +size 455 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs new file mode 100644 index 000000000..653c6ed94 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d4ab4393f92b0955202441ecd9fc002e1f28872c7dfcb921d60184a184b0c2 +size 1473 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs.meta new file mode 100644 index 000000000..4b2aef8df --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXSpriteBouncer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fa30015dcd3ecd54d11802c7f106cb726e113c5e4865477ff66cbc724efea0 +size 435 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs b/Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs new file mode 100644 index 000000000..2ee9870bf --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb252b5be030ac2d1a30910d79979c409d0715ef4e70d3699f07068d8e360bcd +size 5711 diff --git a/Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs.meta new file mode 100644 index 000000000..ecfadf06b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15181b3eecc5de817f2980a135a1c78524dae6f694876c97119db0e72440d2ed +size 428 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library.meta b/Assets/Epic Toon FX/Demo/Scripts/VFX Library.meta new file mode 100644 index 000000000..8451df1b5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46350f47f761807a2421b11f6edb477c530c75ff3295a39b2a053a95e3317d86 +size 193 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs new file mode 100644 index 000000000..ad1dfec52 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada49b227e7506f60d5f5d5c1bc16de12dfc89f15761d2064301b75703f46af4 +size 1046 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs.meta new file mode 100644 index 000000000..7a24dc3a2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/PEButtonScript.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00c51bc688f140f60332e25804bf5463afaa052627fa2a29f41632f8224dabd +size 465 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs new file mode 100644 index 000000000..8416524d5 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8ab9a9a936bff192df634880854f2354e623171d5948174636972a7c3ead47 +size 4495 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs.meta new file mode 100644 index 000000000..9c2990427 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/ParticleEffectsLibrary.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5150b78f34293b0d0cb8d096502d60f84758a7e0bcfd04ed4df7cba22418bd +size 473 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs new file mode 100644 index 000000000..807074c30 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2046dd6506748245522d35ab1a0fb90efd86d6d690dde70f41effec96a573f0 +size 2541 diff --git a/Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs.meta b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs.meta new file mode 100644 index 000000000..623320baf --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Scripts/VFX Library/UICanvasManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4947c488883637b1c37714b6aaf4a78c091cc2811082ebb9b39a0b8c032c73e1 +size 466 diff --git a/Assets/Epic Toon FX/Demo/Textures.meta b/Assets/Epic Toon FX/Demo/Textures.meta new file mode 100644 index 000000000..37f346087 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e82e46cf9d90be905520138545e8a6b5b198556bf1567fecf6997bce7e460b +size 193 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites.meta new file mode 100644 index 000000000..246983754 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfd1f62bc03345fcf9d6b49cd50ca15e0ecd898dc305dd8adf33fe844909352 +size 172 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png new file mode 100644 index 000000000..89539d0e7 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8d56c717757b131979eafaf8b3e3bc6253d04949232dd403412eac8dbe2ad2 +size 5230 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png.meta new file mode 100644 index 000000000..d6fffe753 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02ef857eeb2b2d031b73a1f17afe750586a33c59f13ce75581a4a846166c764 +size 2280 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png new file mode 100644 index 000000000..4dafcc552 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af7a39add4dddc48e209788823b28f2a9693179d8e5af00fc18b595c33502d0 +size 3685 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png.meta new file mode 100644 index 000000000..5db488ac2 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/devsprite_small.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efff40967e72e88568e96b4c83fb47f148ae829224a7be93a286c26b4ad085ce +size 3608 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png new file mode 100644 index 000000000..18af30f08 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52afd2b6c098c38704437c1f2a4302dc16e45120a47659da8826cc04729c18c +size 24066 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png.meta new file mode 100644 index 000000000..bb981c53e --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/mountain_back.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add9b93fada40153a0c2410a6a4cae62b1f9b8d426f963aa2902e26925fd08ab +size 2941 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png new file mode 100644 index 000000000..e9735b6a6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce80672c7a1e0550f6482592e4ec5dbd9b049125a6777e1e902ad8af50d51808 +size 6200 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png.meta new file mode 100644 index 000000000..bf9ccfa43 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_dirt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578fd2bd4b033488003e76245e8a6d3751ff18a41f2861cf5a607fc2b6ec5d15 +size 2937 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png new file mode 100644 index 000000000..de832a873 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33015610c16f93985cf270019723e53ab3b275d278121525cc3c74c6854f91f +size 6229 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png.meta new file mode 100644 index 000000000..28074a5dc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1fb47aee0cdf0277ce2971ca11fdb1a306b8d209defdbf92022dcaad13835d +size 2938 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png new file mode 100644 index 000000000..7ce247f4f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827a0c341ad0b899d53956f372b00c1a4e760f7d4f03b54415af68ff5e3b8066 +size 7371 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png.meta new file mode 100644 index 000000000..c905f6e87 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accaa33a0f453802f54f90744d8ddeff99d072bbc51b27acc62ed667c28bd711 +size 2939 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png new file mode 100644 index 000000000..aa8894624 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b351cfb8aacfcc5647dbd73b960430c1a4fdc8b6c9cfe3738a036aa27dd871bb +size 6236 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png.meta new file mode 100644 index 000000000..8287ee585 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af6f9b2ddacad9f56993ecbca991c0676107d8ca50b746a4ceadd0d8a23291a +size 2947 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png new file mode 100644 index 000000000..e41efb813 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3f265c367bf8a8e349d1be682caa1e9e252285b9274a38901e6e1a8f44d6b4 +size 6238 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png.meta new file mode 100644 index 000000000..a38270f9c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571d71c77ffc77128413b14e0ffee948de07f587477ae1a1ea5ab950c906ad2c +size 2948 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png new file mode 100644 index 000000000..96ee96bf0 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620cbbfae11af1e54da7194480bb7280efa43bea29a4bb873cf1af8b2f956eca +size 6264 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png.meta new file mode 100644 index 000000000..b6d9147a9 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4206167008c2fc8839686bb5dc9a6e1a92f780f3d973f15564928b4b5d803e +size 2949 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png new file mode 100644 index 000000000..3c4408b58 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f879bd56c9a46c5729b53969b5cc74953d23eda506b0ebdf93c50b7003cdce95 +size 6297 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png.meta new file mode 100644 index 000000000..597dc5041 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_platform_r.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64ec31dbf04683024d7dc5ff7545be2c14ce590519e379950b7e5af03dc2217 +size 2949 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png new file mode 100644 index 000000000..fb770bab8 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3decb7c5639a7e41231ec9147bba01ad74860353144c662ede42e6052f0816 +size 6312 diff --git a/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png.meta b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png.meta new file mode 100644 index 000000000..179410847 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/2D Sprites/tile_grass_popup.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43827fc2d27c405c9135ec494dfe3c87c297290984ee3f617ab14345629ed618 +size 2944 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox.meta new file mode 100644 index 000000000..5c9973774 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dc0b0735460585d849b516105224d477572cd7fc0eba130c55b3170f3534cf +size 193 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/1.png b/Assets/Epic Toon FX/Demo/Textures/Skybox/1.png new file mode 100644 index 000000000..043e54204 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6b38c01a62fc98d6ad46758b1ef10f978cf1a682b56e3b808c26315da50d39 +size 275955 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/1.png.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox/1.png.meta new file mode 100644 index 000000000..367292fac --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa44d0d36dd36fd561953d4ba95f4d188f6df2a5ee3d52580fcdc5c94bac27a +size 1393 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/2.png b/Assets/Epic Toon FX/Demo/Textures/Skybox/2.png new file mode 100644 index 000000000..1ef52ac8d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf2f875a94abfeed00506f2cc2958cfa0380cf1a7964fbed31672416adbc1a +size 311741 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/2.png.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox/2.png.meta new file mode 100644 index 000000000..29ab2e780 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042f26051afbad78ec2d0a4d24c0d0f816632e347b7859af004caa40a77d05ae +size 1393 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/3.png b/Assets/Epic Toon FX/Demo/Textures/Skybox/3.png new file mode 100644 index 000000000..f9a8435dd --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df344d389e2d1dad13114dc3b2d05920d63e88077cc758f0d58e0f38bb47df2 +size 368378 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/3.png.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox/3.png.meta new file mode 100644 index 000000000..2d28f77ca --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80f0dad48c3b9694e5658fda3c9e6167cd47ef1fa5b06997e53c161b0595cab +size 1393 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/4.png b/Assets/Epic Toon FX/Demo/Textures/Skybox/4.png new file mode 100644 index 000000000..c86326202 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcc11d97a7ee855303672b737af11ab47d7869bfe5563f6e70b61e0a9086f7b +size 384449 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/4.png.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox/4.png.meta new file mode 100644 index 000000000..ee983167b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbdc60d78679a13ec4597cea12216eb2a4af52e0e8c76aa8f45761a4870ab3e +size 1393 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/5.png b/Assets/Epic Toon FX/Demo/Textures/Skybox/5.png new file mode 100644 index 000000000..211b6510f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4390287f45015b7f8e98a887342e775e99ec557c1061431bfcec5197710e59 +size 415299 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/5.png.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox/5.png.meta new file mode 100644 index 000000000..464c0201d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7cb414e15e7ab08f6fed568815075595a78572f578d39cbfe229a7f6a675da +size 1393 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/6.png b/Assets/Epic Toon FX/Demo/Textures/Skybox/6.png new file mode 100644 index 000000000..5dedc932a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3b33e576e76199733f2eb8f43f74b7d35189fdc76d4fd0dc85b8706db19754 +size 364081 diff --git a/Assets/Epic Toon FX/Demo/Textures/Skybox/6.png.meta b/Assets/Epic Toon FX/Demo/Textures/Skybox/6.png.meta new file mode 100644 index 000000000..42edcbb35 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/Skybox/6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfaaf107c2caede8688e433371ed7e8fc97aa220ef366fe4c02b78116060944 +size 1393 diff --git a/Assets/Epic Toon FX/Demo/Textures/card.png b/Assets/Epic Toon FX/Demo/Textures/card.png new file mode 100644 index 000000000..106b75282 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/card.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6ac3615b77757e53862abbbd72a6985f588bfb68d6100e86d165ac9415e4a3 +size 167898 diff --git a/Assets/Epic Toon FX/Demo/Textures/card.png.meta b/Assets/Epic Toon FX/Demo/Textures/card.png.meta new file mode 100644 index 000000000..81acf3796 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/card.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b509a78cc88733989bc55e47ef3c94a38d24bd9196f3b3b766e5ae3174deb9 +size 2905 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev.png b/Assets/Epic Toon FX/Demo/Textures/dev.png new file mode 100644 index 000000000..c364f8ec3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146e498cb1253fe429e34402ee55ef473f10413da0711849fa434e97987c3a75 +size 4350 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev.png.meta b/Assets/Epic Toon FX/Demo/Textures/dev.png.meta new file mode 100644 index 000000000..fba20021b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bef9cdff64752216840ab02f3e628b18bcc3b1069d44d690a8d04ae57d66a60 +size 1389 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev2.png b/Assets/Epic Toon FX/Demo/Textures/dev2.png new file mode 100644 index 000000000..669dbbb05 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75660d0284c6cab94c3d75f8704168161c7dabe5e5336bec0a8c6dd9b5ed5e7 +size 9488 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev2.png.meta b/Assets/Epic Toon FX/Demo/Textures/dev2.png.meta new file mode 100644 index 000000000..9b76f6129 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7c339ce02bef5fa48d154e4c98d2710d9ef7e5bab156a0505a87c33a7ebcc +size 1869 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev3.png b/Assets/Epic Toon FX/Demo/Textures/dev3.png new file mode 100644 index 000000000..28c53b15c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d824f3e5b7f1f40e52a59dc42d9537466de596620dc6b700763700c2e9fa8cb0 +size 4339 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev3.png.meta b/Assets/Epic Toon FX/Demo/Textures/dev3.png.meta new file mode 100644 index 000000000..319a6bb7f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc298efadba3267d8766c163325568bd287eb813508236b8aa4a4789d5a2e45 +size 1869 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev4.png b/Assets/Epic Toon FX/Demo/Textures/dev4.png new file mode 100644 index 000000000..0864773ef --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f66b2f350524594dd8c569ef77d52aa0989314ee1b70bc12051d45d8f42af0 +size 7628 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev4.png.meta b/Assets/Epic Toon FX/Demo/Textures/dev4.png.meta new file mode 100644 index 000000000..b7fdb374c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e6d0c56fa4d260d9590f42a811d9d1f4322b03226736fb86fa0944c41dcce4 +size 1869 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev4_m.png b/Assets/Epic Toon FX/Demo/Textures/dev4_m.png new file mode 100644 index 000000000..aefdd2a4d --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev4_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f402b5bce1f334cadcf4b3a8c91c74049e636a07b9a2d942ee9852aaaa86551d +size 18047 diff --git a/Assets/Epic Toon FX/Demo/Textures/dev4_m.png.meta b/Assets/Epic Toon FX/Demo/Textures/dev4_m.png.meta new file mode 100644 index 000000000..95121e038 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dev4_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da322fd4f08a004ab6c51383dc25fe8b97d4e93ca249a3302b70216d90212b8b +size 1871 diff --git a/Assets/Epic Toon FX/Demo/Textures/devcrate.png b/Assets/Epic Toon FX/Demo/Textures/devcrate.png new file mode 100644 index 000000000..7eeaae81c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devcrate.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d932e9675b97a3b6c8c86da6c8f9b37e1947d85205cdcfb06296f2ba4fa7e9a +size 4990 diff --git a/Assets/Epic Toon FX/Demo/Textures/devcrate.png.meta b/Assets/Epic Toon FX/Demo/Textures/devcrate.png.meta new file mode 100644 index 000000000..7d5db17fc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devcrate.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a919a29b690b55d15e44156526d278af218d17f86048e3843ee6e46dba52bc9 +size 1394 diff --git a/Assets/Epic Toon FX/Demo/Textures/devcrate2.png b/Assets/Epic Toon FX/Demo/Textures/devcrate2.png new file mode 100644 index 000000000..43f31b21a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devcrate2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616b2c2e5895ad694256ec2af3e0dce74fcd58152a52c5064d056b9711a23d4b +size 4746 diff --git a/Assets/Epic Toon FX/Demo/Textures/devcrate2.png.meta b/Assets/Epic Toon FX/Demo/Textures/devcrate2.png.meta new file mode 100644 index 000000000..0e21f61bc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devcrate2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6241f40cb4cf5981ef065ee05abf2745215c1aaa6f0d070177f5d88951ff3718 +size 1874 diff --git a/Assets/Epic Toon FX/Demo/Textures/devtarget.png b/Assets/Epic Toon FX/Demo/Textures/devtarget.png new file mode 100644 index 000000000..365f4229b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devtarget.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7346ebf3859eb120d70c6cf97733e1a1eb7019979cdf3c207927582b58997e2c +size 70402 diff --git a/Assets/Epic Toon FX/Demo/Textures/devtarget.png.meta b/Assets/Epic Toon FX/Demo/Textures/devtarget.png.meta new file mode 100644 index 000000000..b043a9a94 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devtarget.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f396269b2cb6a9fe5dbf76de3bc56685148a7333fc0b1c360ee74245d7b0bcad +size 2910 diff --git a/Assets/Epic Toon FX/Demo/Textures/devwall.png b/Assets/Epic Toon FX/Demo/Textures/devwall.png new file mode 100644 index 000000000..430cba52c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devwall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b700f19b0f234e71fc9cc8c6c618dd773bb1dbc333628fb39dc621da394beecb +size 5076 diff --git a/Assets/Epic Toon FX/Demo/Textures/devwall.png.meta b/Assets/Epic Toon FX/Demo/Textures/devwall.png.meta new file mode 100644 index 000000000..957b3e594 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/devwall.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1b1a2d787d483c3ca314ca3e18702554f945fb9fd0fea8d7b34c92360bbb06 +size 1872 diff --git a/Assets/Epic Toon FX/Demo/Textures/dirt.png b/Assets/Epic Toon FX/Demo/Textures/dirt.png new file mode 100644 index 000000000..462e92882 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dirt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c8a76a88106763fdd9ccbf284de10e03ff1c462a0cdaadd48e3b49e8b3c35d +size 233713 diff --git a/Assets/Epic Toon FX/Demo/Textures/dirt.png.meta b/Assets/Epic Toon FX/Demo/Textures/dirt.png.meta new file mode 100644 index 000000000..ea8cce9e3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/dirt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76874986ab1da572b5de05f8bc8b57ac441cb54c7f5052cf4f283b9f62a4a2a0 +size 1869 diff --git a/Assets/Epic Toon FX/Demo/Textures/grass.png b/Assets/Epic Toon FX/Demo/Textures/grass.png new file mode 100644 index 000000000..4394a1df6 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/grass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734774aa781788eaf5d4530b2112d3600d999e56616aa99a10232916cb5051e7 +size 133056 diff --git a/Assets/Epic Toon FX/Demo/Textures/grass.png.meta b/Assets/Epic Toon FX/Demo/Textures/grass.png.meta new file mode 100644 index 000000000..a74133185 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/grass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602486ad576a6abc146b1aa7d30cedc3cec5ab6baec7c3b0037cf6e76168e36c +size 1870 diff --git a/Assets/Epic Toon FX/Demo/Textures/icon.png b/Assets/Epic Toon FX/Demo/Textures/icon.png new file mode 100644 index 000000000..256275d64 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ac10dab6966189898deccbd9a15194eee009b05bc1641c620f8b1126d990e1 +size 117351 diff --git a/Assets/Epic Toon FX/Demo/Textures/icon.png.meta b/Assets/Epic Toon FX/Demo/Textures/icon.png.meta new file mode 100644 index 000000000..432ed6f5b --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5b227fec5891dfca29afb642ce8340a47c1dc2fd254fda9e7bda219a369bc0 +size 1869 diff --git a/Assets/Epic Toon FX/Demo/Textures/stone.png b/Assets/Epic Toon FX/Demo/Textures/stone.png new file mode 100644 index 000000000..df14e6ccc --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/stone.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a0f28eba7bb3276661461ecbce7b187637cf81fa821cb7846c28b38b1ec30b +size 219750 diff --git a/Assets/Epic Toon FX/Demo/Textures/stone.png.meta b/Assets/Epic Toon FX/Demo/Textures/stone.png.meta new file mode 100644 index 000000000..e879fbe6a --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/stone.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a76b0dd13b2a046153ffe5674286eeb1510c2dbd55c199cd4bdf6de74fc071a +size 1870 diff --git a/Assets/Epic Toon FX/Demo/Textures/stone_n.png b/Assets/Epic Toon FX/Demo/Textures/stone_n.png new file mode 100644 index 000000000..895584453 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/stone_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24629672c461a35792bd8e2995f5ac5cbe104c51dfc28176d7fa6b38912a0190 +size 243975 diff --git a/Assets/Epic Toon FX/Demo/Textures/stone_n.png.meta b/Assets/Epic Toon FX/Demo/Textures/stone_n.png.meta new file mode 100644 index 000000000..fb0f494d3 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/stone_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ba5460414ac763dbbcc7dfef2d21d46255ec1e057c5dc757cc1036fec07963 +size 1872 diff --git a/Assets/Epic Toon FX/Demo/Textures/wood.png b/Assets/Epic Toon FX/Demo/Textures/wood.png new file mode 100644 index 000000000..085c6be14 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/wood.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f7c512e1cdfe0d830fd0e756468eb52d315da20960601acd6a4c910fcd3a94 +size 47779 diff --git a/Assets/Epic Toon FX/Demo/Textures/wood.png.meta b/Assets/Epic Toon FX/Demo/Textures/wood.png.meta new file mode 100644 index 000000000..b882c277f --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/wood.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8986dca7abd0392f5472ddd82e5a1f217cca59df62fa5998ff40006ac1749ed8 +size 1869 diff --git a/Assets/Epic Toon FX/Demo/Textures/wood_n.png b/Assets/Epic Toon FX/Demo/Textures/wood_n.png new file mode 100644 index 000000000..2c1a8252c --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/wood_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b42d158e32e2a16fff52f2f17b99dfa1c64533f4aba2225b7da37ec9bfe46c +size 164046 diff --git a/Assets/Epic Toon FX/Demo/Textures/wood_n.png.meta b/Assets/Epic Toon FX/Demo/Textures/wood_n.png.meta new file mode 100644 index 000000000..67e3c4f74 --- /dev/null +++ b/Assets/Epic Toon FX/Demo/Textures/wood_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcd6c3b335d53d1fdd586c5ded5fd59ee5848b87ee403b1645d6d277eebdee5 +size 1871 diff --git a/Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf b/Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf new file mode 100644 index 000000000..750245911 --- /dev/null +++ b/Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460298e00726da1eac449e80d52b1915c11d4b45340397235904d48374bee63a +size 116561 diff --git a/Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf.meta b/Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf.meta new file mode 100644 index 000000000..0493c7b33 --- /dev/null +++ b/Assets/Epic Toon FX/ETFX v1.8 - Documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5276c938f746e5e64d6143bda6d994ab29b6efdd7869367e93a6551ad6168d5b +size 343 diff --git a/Assets/Epic Toon FX/Materials.meta b/Assets/Epic Toon FX/Materials.meta new file mode 100644 index 000000000..330ca2f93 --- /dev/null +++ b/Assets/Epic Toon FX/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb93236389144787cb37b22ed02621b7402519ddbbe60fb4deccf40f6e07fd +size 193 diff --git a/Assets/Epic Toon FX/Materials/Basics.meta b/Assets/Epic Toon FX/Materials/Basics.meta new file mode 100644 index 000000000..7ca95d4d1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a1769bcf773a8e43112bf1eab751a32d0bfa4f6ad7cbd9b491ef404ae99bae +size 193 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_AB.mat b/Assets/Epic Toon FX/Materials/Basics/circle_AB.mat new file mode 100644 index 000000000..fda0066a5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6efd3abdbd4443f924816cb2323593f088f9b0833e08cb66192e725af02e2a8 +size 2107 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/circle_AB.mat.meta new file mode 100644 index 000000000..9ad56e61d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192a379c25922002e869bf7c4ccb8397d680996aa0ed839d927c033a9bed2183 +size 370 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat new file mode 100644 index 000000000..32ed226b9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa121d2e6a2860d5e6ab2dac156c25a1e162002f4d62ed264e85b4dcde6ec9c4 +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat.meta new file mode 100644 index 000000000..70bf38b05 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc71f8d907631ab38f4ad483cfc0fda38803d5445e38d45c6624c2efd1f5f84f +size 371 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat b/Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat new file mode 100644 index 000000000..4a72eecab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57cd7516c2dc234c6c54edfdff4cf0de312cbd1b43127049099e08187b0a422 +size 2090 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat.meta new file mode 100644 index 000000000..6b78a8f2d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_nosoft_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfc09123fd6a6e32ed2a82662c95f50894848af0f03254f16cf7477c41cf807 +size 377 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat b/Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat new file mode 100644 index 000000000..77b73671a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0211f9187bc9a08e717daad2f63a49766e01fba5aa40f53eb9c37c1675f95c2 +size 2112 diff --git a/Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat.meta new file mode 100644 index 000000000..3cbcb7ad8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circle_sharp_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2048a700ce1150b54336ff1e4a48d442dabbb2b40f5807676ff309c5d20cca91 +size 376 diff --git a/Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat b/Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat new file mode 100644 index 000000000..96e55345a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a79ea8ddb3e303b6bcca2974911ca1d5de00213ce6da641765655d3f8c2e38 +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat.meta new file mode 100644 index 000000000..520f810c6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/circlestretchy_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5756da374df2eb4bc5f8db4b6268b206cb92f797052162b08a96d34bb2e06145 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat new file mode 100644 index 000000000..22e033f24 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccd0bfc8805f26f58b075f089360c235e50e3c8eb362a6cf113432d1c7c2d07 +size 2086 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat.meta new file mode 100644 index 000000000..83e35c7e9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_default_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ee0bfd7a1d242a9c5d168a9a32c32c0ff065332fee7b77a5db28ba1076f1aa +size 381 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat new file mode 100644 index 000000000..4de527a15 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc2e215e33735b53f8d979775ab17d75dd2ebaa8d10e8e430253aad20ceb333 +size 2080 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat.meta new file mode 100644 index 000000000..653a64ba6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab5467b0d8d0405c46cedf83e1d16e95e50262e06d50c8ca4515a3b29a63af6 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat new file mode 100644 index 000000000..65f9e0497 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f992b0e1a57358237f0649b637d6161c408ea7b605f45191067ff907fdffe6c +size 2083 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat.meta new file mode 100644 index 000000000..9a738b228 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_2x2_soft_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad92d1d5c5ca3b8730c7626ddc0e8c2f1c6f73c72ba8489e6ded27b55faba87 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat new file mode 100644 index 000000000..7ef1d7924 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241e157be7e1f663ee623f4e18b113c734b0414e630e70f345512008d5bd2471 +size 2080 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat.meta new file mode 100644 index 000000000..cf7a224cc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7dd9898ae66c2484bc9592d20a0a94bba412dfa50aff15dc56e0fd4fd326f8 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat new file mode 100644 index 000000000..c429b88a8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae5cf3a9f066573496918d5984432a19aa663b24557860a8213c2de86ea4072 +size 2084 diff --git a/Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat.meta new file mode 100644 index 000000000..93f3b44c8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/cloud_magic_inv_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83057d0bdc5278c9b98b03d0f6d1248e16169df7299b4a002438a036eb9d4962 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat b/Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat new file mode 100644 index 000000000..5b69a3d8b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdefcf80c4d8ba6e87da344f17821260e7dd525618c7f6a6ae7b73966d15d32 +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat.meta new file mode 100644 index 000000000..ed25de6fc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow1_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d96fdb985c72997a0b8ae874469f775fddb5ddeb765ad55337c12b9e2934b32 +size 369 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat new file mode 100644 index 000000000..61b4827e1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9ff1e90471c6e96a8aae8cdf060f323c829ac12b9d827fce4fc209eeaac734 +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta new file mode 100644 index 000000000..505187259 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow1_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401f9294394ba947357fcb87be50dd1ce4092610e5b17e13788874d350f83ed6 +size 370 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat new file mode 100644 index 000000000..00712385e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc875fd7b4447a48446a449e5d7f707ffcf825eb71fb55e65b0229607c0d982 +size 2073 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat.meta new file mode 100644 index 000000000..385a27bba --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d029af1a7c0a2a0d777c3d38e73371bf83b37e9875c051511d6542686ef33710 +size 370 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat b/Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat new file mode 100644 index 000000000..65054f185 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cebaa6a491171292352ecd7d56cccffa40105de3a2c47bc97206eac6c18938 +size 1859 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat.meta new file mode 100644 index 000000000..d8f3314d4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f1dfac15aa967dc4919aae0df734c5dd9cdad3123a6b123404e575bdc05013 +size 369 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat new file mode 100644 index 000000000..3160c7323 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265bb654b0818e92c639ba3e15e8527e1549639c0677a3e2428856620bc0de74 +size 2073 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat.meta new file mode 100644 index 000000000..ee5dc425b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow4_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3608b28169bd43fc343c3c980e6558c60b5ddbf7bf175bb267de48e8eb46b31c +size 370 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat new file mode 100644 index 000000000..306c99c9d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a48bbffdefa021779c38b046b30b35c7b2d9ce6df33950080796a645aae307 +size 1859 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat.meta new file mode 100644 index 000000000..89b47a2e1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow5_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a79f8caf5eb16d4ccb31c6c1336ff4d9f3080158eb35f1af4318f2283a2f75 +size 370 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat new file mode 100644 index 000000000..7db174744 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacb25bdae3476277b90fadc1425e5b3d09a62d20ddda480eb0fcf0352fba893 +size 2073 diff --git a/Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat.meta new file mode 100644 index 000000000..a802d28ab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/glow6_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a64881a9833cf4a48fa85a4746123f3a84afab0dacd0115c00e5efaab2c3cbf +size 370 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat new file mode 100644 index 000000000..338eb38e9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f6bc72c3850c55843998823dbc982a8f1b6771be47f5a8c6c82d459f4e22cc +size 2083 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat.meta new file mode 100644 index 000000000..32e9eed0d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_circle_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45029b54a4c96e26ac62a15ee751b1e132624e7b5fee1b5769f22b2d774a9ccb +size 387 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat new file mode 100644 index 000000000..327b7cd97 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74738d8acbae495fb2941a49f5d23ec98a5e4722859b5d20301352de85cd138a +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat.meta new file mode 100644 index 000000000..c012666ff --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_edges_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f6e01199b4eb9334909331dcc400025f89406bbcfd4c24924573e44525ca9a +size 379 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat new file mode 100644 index 000000000..9fc8d0329 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8707c338b871ae2ebe34bfdf06f053b2edc1b8028bc5778d37396174f88f52 +size 2087 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat.meta new file mode 100644 index 000000000..15d59b2ce --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_horizontal_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e86dd29e8914cf57ae083147dd444b5eb09e2d5980349cd48bf6ac1849bf9ce +size 384 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat new file mode 100644 index 000000000..876d395a0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b288647a7b0fe7a1218dbee8e1eaea01b03d92fd067c7d4eb10bc0f3bbac49 +size 2085 diff --git a/Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat.meta new file mode 100644 index 000000000..821079c98 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/gradient_vertical_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff23a7bcde377b69301c26a2e179c7ef1fc349a6c0724919a580c3db15b42faa +size 382 diff --git a/Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat b/Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat new file mode 100644 index 000000000..7a5e27908 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1ef5c493d5943cd198fb5e23351d0f4aa7424157afffa1239c29094bf41c25 +size 2028 diff --git a/Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat.meta new file mode 100644 index 000000000..e29684c26 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lasergradient_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2912c5e224e9ed62feef4179177eea0d29b6d8364393f437b96727e99a328099 +size 377 diff --git a/Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat new file mode 100644 index 000000000..cf29bfedc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acac224d4b89cc3aeb1d3e6ddeea757f9082cb992b8ba2572f9145bb2c39ce15 +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat.meta new file mode 100644 index 000000000..f2b06c4e7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lightray1_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafcb23b65adf65987f47ddc773c06637fd61a1a735866a3375a27334581c8ff +size 374 diff --git a/Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat new file mode 100644 index 000000000..784862567 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2486e390a38214cac7d3ddcd5a0f92c16f3d0dc67a77b9e99413621a34a866 +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat.meta new file mode 100644 index 000000000..634d784ce --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lightray2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c3b3b886399b2acb97e707b4285c90c02d4fdf33ff0a27a081bca8db24446f +size 374 diff --git a/Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat new file mode 100644 index 000000000..a0b64f040 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68198d44895f0ef76cb7a76959634f26e9f5aca52bc2f31a9e158dc900672e1 +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat.meta new file mode 100644 index 000000000..7b3bef65a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/lightray3_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250d931c89e80d74cc4675144e9f84f2d54926e7ec7f9e6e3fe8e5d8b8fa782c +size 374 diff --git a/Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat b/Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat new file mode 100644 index 000000000..c757b7e01 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6361413e72f81cb692ae0b5770b59a3f15d19416dc43c13c545a3782afaa82 +size 2086 diff --git a/Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat.meta new file mode 100644 index 000000000..8c1cf0ad7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/line_sharp_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08813c943a971e122700a9fce102691b519691f7b0e380e58c10677798e744a +size 374 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_AB.mat b/Assets/Epic Toon FX/Materials/Basics/ring_AB.mat new file mode 100644 index 000000000..dcc53cb7e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3f09978c85e5264811eebcc4ee627b382d618b435845268ae42968e193d10a +size 1858 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/ring_AB.mat.meta new file mode 100644 index 000000000..64335cd61 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79caffcb17c56015d8188f2ce5bbd1fa4042e11a28f4b38e5091c1004a00aa24 +size 368 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat new file mode 100644 index 000000000..5299e7e6f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3032f9fe38cb76d7aaf3d8fe6fb6340a027c14dcf351f56e1629a1e9f9175523 +size 2072 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat.meta new file mode 100644 index 000000000..f4b7327ce --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8793de73535864fd8dcb6ee13efb15fdfcae7f63e39e06cd75fe3940bba3bd16 +size 369 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat new file mode 100644 index 000000000..237357442 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1d02c90fa0058183589119e4df440246de78fdeb27bb0358624cc3eaa01494 +size 2064 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat.meta new file mode 100644 index 000000000..0f6bdf9fa --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_nofade_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db5e3708da266533991396ad5cee517df7730c6d4c0e11ec4cbfeea0c9bec1c +size 376 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat new file mode 100644 index 000000000..6fb72f920 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e67c8b958762fe150df86510576422c5782fca52d376ec3f5b432365c99e6f +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat.meta new file mode 100644 index 000000000..9b4d38eb0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/ring_shockwave_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87804db2dd88e2391ae6143e6f73fcf1c7c6c61f6114f745f5cdef5dabf26d7d +size 379 diff --git a/Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat new file mode 100644 index 000000000..938ea3fb7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed59492b3e3145e198970f3744678e81f3640abfdbd30a589c2d23dc681ff72 +size 2088 diff --git a/Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat.meta new file mode 100644 index 000000000..82744588c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f07114e724ccac3c3da33f14e1c19255922223a34ccdb264e2322bffedaf1f9 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat new file mode 100644 index 000000000..1a6d62cb7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e32e8d3b937851638543c87232ef8328f7679732994e170fa982f7fb525598 +size 2088 diff --git a/Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat.meta new file mode 100644 index 000000000..5825312e3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/rocketgradient_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b7de8e2410480f1ecedae349092db6aa3883e701445fc25d39b373f03c5806 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Basics/snow_AB.mat b/Assets/Epic Toon FX/Materials/Basics/snow_AB.mat new file mode 100644 index 000000000..40729732c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/snow_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53453386abadc623e0a55430a84eb48a5c6515a0540611dd28c9c3a2e58dc2f +size 2070 diff --git a/Assets/Epic Toon FX/Materials/Basics/snow_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/snow_AB.mat.meta new file mode 100644 index 000000000..d7a0a6395 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/snow_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7dd1d9ce54ca0ebd42d1126f9e5952e182ebd2f9ef27fc30ef19452b477fe7e +size 368 diff --git a/Assets/Epic Toon FX/Materials/Basics/solid_AB.mat b/Assets/Epic Toon FX/Materials/Basics/solid_AB.mat new file mode 100644 index 000000000..edc86439d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/solid_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fde9d061b10c960faa227a347682cbbcf88bfa3ff351e8b63e844586c96446f +size 2018 diff --git a/Assets/Epic Toon FX/Materials/Basics/solid_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/solid_AB.mat.meta new file mode 100644 index 000000000..d32f7f75e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/solid_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f948bb8cf9ed2e97be84f566f8bb8a3a395b06902ed368ebe504a4ac16dff6 +size 369 diff --git a/Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat new file mode 100644 index 000000000..aaa9f5cca --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469cfe9ab9c5abae79b786260bd54735999e489b2934b53f8e12c87088ff4011 +size 2059 diff --git a/Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat.meta new file mode 100644 index 000000000..570f76c35 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/sparkle2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcfb991aca917fc12c4ece35c703204fdded051ea511509efd5cd36fdf82e58 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat b/Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat new file mode 100644 index 000000000..2ae19258c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd9889ee9590c69fdae4c246e17d8c2d657ad3a8c035919c35bf5c96c4f265f +size 1848 diff --git a/Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat.meta new file mode 100644 index 000000000..e60e55447 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/sparkle_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a20b99f6de8a4fc2ef0994d926789f00778a6f73fdb75e89cf60d898def0b0 +size 371 diff --git a/Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat new file mode 100644 index 000000000..7535f2ca6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e5ec16b293b65e893f47d2749087f153b2194b60567482e65d53c0b928c62a +size 2058 diff --git a/Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat.meta new file mode 100644 index 000000000..a87f2c661 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/sparkle_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ac7822b52528f382c48d3f10a3628ceaae7c315560b1bc72786da52c145b14 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat b/Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat new file mode 100644 index 000000000..eb09ff120 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1965adce5022590ced7b01ea8a846b165ff18e45d7af323366b847292763d891 +size 2059 diff --git a/Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat.meta new file mode 100644 index 000000000..6fb55083b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/triangle_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88758aa8f30101f0d17a00e549757bdaee377794604e97e764497eadcbfa0f31 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat b/Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat new file mode 100644 index 000000000..269e9a9e5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899a5fc91c45e7708b39d97459b334dd801bed5cd0348ce2b825c558be956325 +size 2065 diff --git a/Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat.meta b/Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat.meta new file mode 100644 index 000000000..b5ae2bb17 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/triangle_curve_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e802ce3150231e910b19f2e694c665e4fc394e1d4265b0d269ca23bb26432b0d +size 378 diff --git a/Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat new file mode 100644 index 000000000..4149fc84d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6f2807e7fa245e9e78a48d344e08907f1ef558a2a429a9f46f1df5c499020d +size 2064 diff --git a/Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat.meta new file mode 100644 index 000000000..50b4af01f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/triangle_soft_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c2d247e37f38146b8c4d065e739791d04a350171dff252c5309f4202506dad +size 378 diff --git a/Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat b/Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat new file mode 100644 index 000000000..f8d42ae09 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d72095983c647846b0aa2ec3f65f1c34d0a7b9c98a45bb57617c00528d6f22 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat.meta new file mode 100644 index 000000000..ff6882bc4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Basics/wave3_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be84034d670ab2ed13cbc5aa4fcc3fc0223ba66fa9191bb652c9868b0dc9e23f +size 370 diff --git a/Assets/Epic Toon FX/Materials/Misc.meta b/Assets/Epic Toon FX/Materials/Misc.meta new file mode 100644 index 000000000..62cb921bd --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfd575553f37013423a428a1a9c7e884879d930237225a376b963b9b9d9b203 +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles.meta b/Assets/Epic Toon FX/Materials/Misc/Bubbles.meta new file mode 100644 index 000000000..7e97425b7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aca4e2ecc7c71de56e929bb6cef31b9d88b8a34c87fa776a4b74cc182d98520 +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat new file mode 100644 index 000000000..c4c70b443 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52feccf2cbcd333821abba1194258aeeabbd6dc07297a268a98e3b1993b8bcf3 +size 1807 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat.meta new file mode 100644 index 000000000..77ce1c750 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_clear_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd237f4a9618337545bce17d39e068de2e50214bf5350873757cb0633ca10b6d +size 387 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat new file mode 100644 index 000000000..97e1d5ca3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129793e3785fdcd4e5b3e2bfff32ea30b36aa89ac8d579e5f84f5f17491f96d4 +size 1807 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat.meta new file mode 100644 index 000000000..da728be02 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_half_thick_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee6eaef1264a47a99cb60f972bafbfd123d03cc1be155d9842cc386ccaa677b +size 388 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat new file mode 100644 index 000000000..d258b2fbb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0cc1617106d7241d7c5b8b14a1a5fb72f3ad8334cfe5c438a7bc3c25233601 +size 1803 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat.meta new file mode 100644 index 000000000..59a82a1a6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fabd809f8779b14f6da6a9e427b38e03f956b6f989b267a3c8b5ba1980bab9 +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat new file mode 100644 index 000000000..37245924b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9856ed6639cc1ad88db4ae0041b80ec24b4ed9aa67456f1ed74ad42037f733cc +size 2013 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat.meta new file mode 100644 index 000000000..81c11c8cf --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_round3_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85adad2235ace57b7eeb748fc9a8af30e6a37205e98de11f46a6e66cbd74ff83 +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat new file mode 100644 index 000000000..36e2dbfbb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e72534bca126243ad0435603c4b1d3cbad70409646dc675b7ddb1243e182aa8 +size 2011 diff --git a/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat.meta new file mode 100644 index 000000000..e2eb77e40 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Bubbles/bubble_soap_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12207efdc55c9ae16b6468f993a96c2f08a07186d7a626a9c3c2bb931e6d6ca7 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Cards.meta b/Assets/Epic Toon FX/Materials/Misc/Cards.meta new file mode 100644 index 000000000..50b7e182e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Cards.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6239340e1633ab8949e3b10768c7313a713f5c9703265baffbe9d2a83625e1fd +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat new file mode 100644 index 000000000..d237aa02a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccda335b5a9184b706ce18d7c3d6c25c4ce9ba908217b5efd3f096e74c1cbcf +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat.meta new file mode 100644 index 000000000..7ee3c633a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow06_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c83642614338467a3b4b2022328fe0e1ac0be4e0a3f6dc6d1fe2eee8905b1d4 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat new file mode 100644 index 000000000..d313f1105 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f119dc31831cb17e77bb839a24e0079175fd9f6fec0dfc542c5006554696cc3 +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat.meta new file mode 100644 index 000000000..74fb9bb53 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Cards/cardglow07_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45080f621298992175f317203d03a378599629a1b9a5c4ba112695e6e2a3201 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals.meta b/Assets/Epic Toon FX/Materials/Misc/Decals.meta new file mode 100644 index 000000000..3fe2d491f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d642f163d309a967e4ff2b68491e601e059172f52152a7f8e89e0c1d13734f +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat new file mode 100644 index 000000000..6e9712b71 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351b5ceb129fb29a8e7e709e4aef7e01d954e2280bfc21258b582c11a2387a3c +size 1993 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat.meta new file mode 100644 index 000000000..a11907ed0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_atlas_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4429766df52741d36e41cc8170016051834affcb8146db60cd4b02b85c737b51 +size 387 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat new file mode 100644 index 000000000..1109608a4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c66b9c4ec192f08d82a3f2f66e2516d9b5e42a7e1294fadd4074f7115de515f +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat.meta new file mode 100644 index 000000000..7b79b909d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_gibs_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6616402710b2cd169edf4e2b8c196549a9726709d5287e18d3522ba49a785af7 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat new file mode 100644 index 000000000..7be110149 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431e2912cef25dac52a8c057f732c198a1797946a3457ea85f90e899d57528b3 +size 1994 diff --git a/Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat.meta new file mode 100644 index 000000000..60dd8e52b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Decals/decal_scorch_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ae0f7e251ccc229682b1367def6a0f9dec5f044f5251db7614e954b8e712b +size 388 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis.meta new file mode 100644 index 000000000..cc7ce8639 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07a3b727e2b5f24323ec246108c5414e94b2f8ac4c2793680328c37980058af +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat new file mode 100644 index 000000000..b1259bc77 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda3694ba327e571a75ba1d5c834f02b0fbb0686e64966849d998cbfae9f1973 +size 2055 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat.meta new file mode 100644 index 000000000..e9feffaed --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwO.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f17797ebbb6f4cfe11b7c0175aa62a04c75d281cfba8a5b22425ce74455946 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat new file mode 100644 index 000000000..71bce7958 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859e0da9439eae30db0dd649ba9ce91813d72da16ffe8d45c4aab1390d455361 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat.meta new file mode 100644 index 000000000..ed4e6dc35 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_OwOEyebrow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b247dc17c899fd150ef888e6a5bb85942782c6fdc92031b99df4edbd294bb6 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat new file mode 100644 index 000000000..842046e83 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe201e0fc5fb1f838618b7e30b93261edaeed01ea565e45798600ae3507d106 +size 2055 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat.meta new file mode 100644 index 000000000..2711b22e2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_UwU.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eed8662b95a673b2da9b1864efc043dfacdeeba724cdc8c664c5582dc733c02 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat new file mode 100644 index 000000000..feefe6c8c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94b4112ecda715bf51dc18544bea5d62ce435ece8986816807950e74f8da84e +size 2054 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat.meta new file mode 100644 index 000000000..a0facd24e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_XD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f416012c15b08fa5eb7cd5fd90b254ed289ebc76280d27ca897f048eabfbd16 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat new file mode 100644 index 000000000..5d30a8823 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259e909cabc78e158a6f97d49acf3e7a41f71ada65f67563cfdc492b24045255 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat.meta new file mode 100644 index 000000000..45fea0f6c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angry.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44b8adf1f77339032d4f856f3f9c9d81f6fd3d0f16208e2433da4e73ab7d485 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat new file mode 100644 index 000000000..6aba9b95b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed8b7dc784e937171a7ebacf14579506d6ddf6a4c62ab88537f1b18bcffa33f +size 2063 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat.meta new file mode 100644 index 000000000..4fcea2518 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_angryscream.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997b1f04668f780a9f81b308bd5a07123a71edf8b36a4d08343f4a846ac71970 +size 387 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat new file mode 100644 index 000000000..340e042ad --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ff346e6cc077ae4340d5b0c079a7ecb8ce02cf547845dc3c4d53b627a56b74 +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat.meta new file mode 100644 index 000000000..2f3299641 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_bigsmile.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea604d6468054dddb2795804dc5527d6eb8e8069f80203c4b2695a84ac15a358 +size 377 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat new file mode 100644 index 000000000..9700cc8d5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5669a1d0341eea25a20f03ad95dd1c400d63449f5746536bf1653790908ddd +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat.meta new file mode 100644 index 000000000..107c29c36 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_blush.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5b518afb1598ab3b9105f84adbaa21a490a56517563c53cd2c70adeef2b8f5 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat new file mode 100644 index 000000000..94778eb98 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7855be51447f6197f8f2eb73bb76deba94e80e03d96933d4de191adabe9a9cf1 +size 2063 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat.meta new file mode 100644 index 000000000..d0d10689c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb525ee661db43b939162eaf87cdaa903f034a3d543c1d04d48c01c19d5a3ff +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat new file mode 100644 index 000000000..153e130b4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af4fdfca9f2681c2b823d1a704b18e10305b8abb8adc438e56bd3b03213ba8e +size 2064 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat.meta new file mode 100644 index 000000000..2bf60a86f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_clenchteeth2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6326f23c7ba7ddd13a1863139ec1e18a213677d4ddc8307f897e5cd1093bd9 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat new file mode 100644 index 000000000..beb001f8d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec85c5fc2c8c477179b92287a36586fad6044a112bbf27da2cb77b5e4ff1be5c +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat.meta new file mode 100644 index 000000000..7a0461d5d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cool.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276362675ea892567e373af36d671c8eff8bc3fdc916c06d7d330474bbcb9e9f +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat new file mode 100644 index 000000000..7d73f247d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3076b27f01f1f2d5c063383e75422e4c067b6e2bcea20f9e869183022314d6df +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat.meta new file mode 100644 index 000000000..f04612875 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_crazy.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77bba873774297a0936ec532f8cc9fd6709e1e0b6c71a8fcac0d9e419077282 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat new file mode 100644 index 000000000..59fc6f8e8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82ae5dfde51c91e444d2efd23552f89ca21902967121294bbc4d21825e5e698 +size 2055 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat.meta new file mode 100644 index 000000000..11f559064 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cry.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772aa9ea41a60bc998ba35e3ffb6fdfbeb02cc3bc354cf91edc93c3ca9c16600 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat new file mode 100644 index 000000000..a59e18603 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767e63d7680f6e98dfd47ffe959a76646174a6ac244b711fce90719f8e5e48a8 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat.meta new file mode 100644 index 000000000..61a9afb3d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_cute.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d11cae414d4a9d1241b9b8ac9a09431c7b6fce1e33c1c0bcd144f6b709e44f3 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat new file mode 100644 index 000000000..99044bc74 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf9ef11d8be929fd509b8439bc61ff503bfbbeabb7144941c2f06fcae2496b8 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat.meta new file mode 100644 index 000000000..c25e32377 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_dead.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bf150c22f7906644a3c19ecd6c56f696d5b3ea0762933bc0ed86f63e8d1b0c +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat new file mode 100644 index 000000000..a30a106ed --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733f1cc447380853acdcb2de289fb491675a6e96ab4ad7e13434ef4101febdab +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat.meta new file mode 100644 index 000000000..fc50fb3b4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_deadtired.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e68986f2b28703f5d090e5ce935bfbbc03ce955bd96c7808f13477a3ca4575 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat new file mode 100644 index 000000000..c12d284b2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb212982db35bc3e7e5707207ab38dbb241d85eaf25c46fd4b9c65a30ef8579a +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat.meta new file mode 100644 index 000000000..96c5f4212 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derp.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860f3c345777661405cb8fc74b9ff68698fdcbaa4a811d937810465604075172 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat new file mode 100644 index 000000000..36a3d6a80 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e6a455a88d210280af90b4006d3b0b5ea28db1da6eaf5c32e689c55b357252 +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat.meta new file mode 100644 index 000000000..ea0e5eb72 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_derpgasp.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cd8491e6cadfe86b00479de0c98f337722d944213e44abf77d6ab6db31ce49 +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat new file mode 100644 index 000000000..10e56bc99 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c46528fc1a685b5722fab6ed954885e993ce361f75de11cb977475e8d0c2b20 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat.meta new file mode 100644 index 000000000..7af307f4e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_disappoint.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9990e44e65a6bc0cfa76ecdd23d783eb016c11daff7b77b0c71b61ee5df4c101 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat new file mode 100644 index 000000000..1c56136bc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6334ca9a98a5313851653ec72b230c3576561f2a171f8afd2a4d9f273d83668 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat.meta new file mode 100644 index 000000000..d1729438e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_drool.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a653f0f6dd29c14f056f23ce8f1305e444c765d20b0fdca7beb1d95ae62266c +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat new file mode 100644 index 000000000..fce6ec369 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5857adcb285b7d4f1409481fdf559fb42bdf69ae4accc50cb836da79581875 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat.meta new file mode 100644 index 000000000..a9867f988 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_evil.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fdba7cb84209d0ec144d9bb440c59e034d0e41c7992d36957eae9de788e828 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat new file mode 100644 index 000000000..38636b693 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47afaba48d0735e6343a4a6fb4cf2290c08fddd324319815359ca94de6d076ed +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat.meta new file mode 100644 index 000000000..52901a493 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_expressionless.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56a718e859b383de3dab2e25da08d323cb981200e1e8409c1bd6e43ee9e24d8 +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat new file mode 100644 index 000000000..6d591d960 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392e6cfad17664c65da5a5a2180f9c92ccf235b74de236a503d42d257fd99350 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat.meta new file mode 100644 index 000000000..c0b2d1c11 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_happy.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e7ca1a7bc3b7f2c9071c8c77cce41c6a79ca0749cad479b9e16e2ea1c2fdc9 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat new file mode 100644 index 000000000..c43dfb3e0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8cd4409f8e272d3dcb597a4b6c3987ef11b49ad99fe76ddaa2a50d7f300ab4 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat.meta new file mode 100644 index 000000000..9bfc7c74a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_heart.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e2cd6e12ef44c6849c77c797d2ae04264c68fcf82562664c2f1990fb8f7c55 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat new file mode 100644 index 000000000..6f26accb5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059b6f9c6330b5527455fc0faa7f5285534aaab5ef20d28baf755984555d59a8 +size 2059 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat.meta new file mode 100644 index 000000000..75d9034ba --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_injured.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059fb3b9875a55167a5909421d3ee254e0f4e6e38b7752597850d436f772d7bb +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat new file mode 100644 index 000000000..439437529 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d626d9c386994a914ac3723f535e767257e127c47baff3719c614c8fc607d8b +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat.meta new file mode 100644 index 000000000..ae279345c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kiss.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dc7779cc1c3b32b84c189178d7b1997c39ada2be5a85fd68e242ec7e279631 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat new file mode 100644 index 000000000..70c323388 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5171ee3bd3d2e4dce15fbd225370dec56c2f66c30ba883d1d5c5a0099e76c861 +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat.meta new file mode 100644 index 000000000..9d86b8b51 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_kissyface.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcb71b26435baf8973398d5eb6e8d40f6f7a941f30f9cff46822f4d87cab409 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat new file mode 100644 index 000000000..efc300b22 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d76214549f56e71f59e616b5a8400fd731f369d1b0a670a5a2a238f9179473f +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat.meta new file mode 100644 index 000000000..3651ee7ca --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughcry.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c7bcccc285f3a34bddc1862d8d3e48c19cd3a408962aca176f93ba0589cc5a +size 377 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat new file mode 100644 index 000000000..8497a2ba4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf67f593700d11ca8e1ad205eb01fe5ca01c0876a969ba249d09ac302021a530 +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat.meta new file mode 100644 index 000000000..97fda605b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_laughsweatdrop.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b329822e95553fef153242e35d1330792ac3f8720fb71d0422018c6746877d8f +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat new file mode 100644 index 000000000..7083eb077 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762702937e935ad23eec42baa38ebf8f8aa3cd2a301ceb062c643f8163ec857b +size 1845 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat.meta new file mode 100644 index 000000000..3c03b5e6f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_mad.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce657b1c0b7d2a3e568af484639cafc5a6668831bb9fe1236c891c40e3b43b07 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat new file mode 100644 index 000000000..ecd7e2db7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a19a378f5316347999e883257f7fed770d7d0848a2ddd4f4775dd18d5a1e4e +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat.meta new file mode 100644 index 000000000..e1e47df8e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_nauseous.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8236e0e2c3a9a357d82912a0e667265223ccbf168055f4f6661962a45551a570 +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat new file mode 100644 index 000000000..bcd99777e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c02665f3536f056ea8476234bf07b34cf38d3cfbc67954ab67ae6de41f0b0b0 +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat.meta new file mode 100644 index 000000000..8b9bdd4f2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_pleading.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c93e4783f17339f8722ba27cfd834fd81f2bac7b309539f3b98c881ccb9275 +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat new file mode 100644 index 000000000..4a3014807 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4438a19885aaf49b262ac76e027f65ef9fe015c9915f922d48582f2a48283685 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat.meta new file mode 100644 index 000000000..f967a1e3c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_poop.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3ba197fe5f5ff3476887a4ae6f41617b53c536a3272210f5602fb5e7d85370 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat new file mode 100644 index 000000000..ac8b8779e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90bb808902e44b7e12b175e720723abc1972a7f424c4f3ce51b06c8786cd71e +size 2055 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat.meta new file mode 100644 index 000000000..edf1278a4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sad.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62906bdad062732af46692139fe3265596f77253203c2892edfed1de0c0d63cd +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat new file mode 100644 index 000000000..ab241f6a6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78732d8da1255ab5f020243f915a8d658444c0c926fd505c2bf661617209d275 +size 2058 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat.meta new file mode 100644 index 000000000..08dc3080f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sadcry.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e4c9e0cbc8fb6fb2d2e98bfe27eaa8e6a353ad157edd8cafe5233974de5425 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat new file mode 100644 index 000000000..0b9f4bb49 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f66da86fe653f95dce87a92224ffc713ecd381d331c54dcfdb958f99515e6d0 +size 1848 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat.meta new file mode 100644 index 000000000..d990f09e9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_scared.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28248e0347d8444036f05b8cdd7cdc75dd71a0242ad7973b67ab825f24394dbd +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat new file mode 100644 index 000000000..58148af3e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e3c477f3e7838215b0ce288b93e8dd12d547a5e4450e57874f4bbc3a61ca8c +size 2059 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat.meta new file mode 100644 index 000000000..bf7f9548b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_shocked.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df57a1aea8030a3b357a71b57ac157ec007b8f70704efab6d50f3ab1c6d8248f +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat new file mode 100644 index 000000000..9b6eb13d2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065cc5246c52038350e88c417890922c6867d5bdc8edc388ba9fabd96ca675fe +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat.meta new file mode 100644 index 000000000..90783e372 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592913d74480f8f9955214797834c709bdc33de1b0c2587e49985efcb402b526 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat new file mode 100644 index 000000000..1b87cf17a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcccd69abbbad2ef5d4ec9f2e96fca2e1baee498cc6099f1531805407a6a871c +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat.meta new file mode 100644 index 000000000..171bb47ef --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a999cd3fa8a06b32253b981b9f99835df90ae1aa0f25e4ad7ee2a037069a8821 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat new file mode 100644 index 000000000..a77f2207f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0edd77bf8c5f7eb1da3a523882d052dc29e4c17682ad32131f28baf4b25821 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat.meta new file mode 100644 index 000000000..32395451e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sick3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea0ee9e6257444b7031c1ad10b1a250c67bec8ea3b9038eac86cdcd01ff28ea +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat new file mode 100644 index 000000000..ed800d6bb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e29bc528778dbc364999d473fcfd64bcdeeed864ee3acaef99f04ad68b32b2 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat.meta new file mode 100644 index 000000000..5485e4aab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_silly.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c671e53afd54adaad789b5dd4439a4c486ef95a4a9197056c58adbc8db1c0f03 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat new file mode 100644 index 000000000..0d6c88200 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae031d11306470a2158cb7094f7abc71b834763f230800fe0f3072affe90187 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat.meta new file mode 100644 index 000000000..bf790ca43 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillyhappy.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc2332f3f8309057cfaaae13c37ba1013880d6ae52cfa10c062084171c8f524 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat new file mode 100644 index 000000000..1ab1577d2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cb42bfb64d42e3ea5dfd5c854df93fe0f90b37c35d83135ead2590af90a339 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat.meta new file mode 100644 index 000000000..98981d1fe --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillysmile.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af357489523c28ffb5b53b71306df2857d6942fab9d27c51b11c26e6a2642fac +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat new file mode 100644 index 000000000..06acfa194 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d127fb4eccf20978b06b2fbdfbc94d547cb735e0bf0317f66d7d04aacba7057f +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat.meta new file mode 100644 index 000000000..c6e91d047 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sillywink.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e0cfef3e219e56045ef384c840c92edc5cd5fe64303f3d23f5890f9aec86d2 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat new file mode 100644 index 000000000..051826e8d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806d446dbe398d5384bc34a89ed70f48b0211c526bb9f57079079a676b577ca6 +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat.meta new file mode 100644 index 000000000..f7e4cd733 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sinister.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574da43894b910f2c062fb77388a6c998e1c30934de01803efb917691e875eee +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat new file mode 100644 index 000000000..b34507b89 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e57d9c0916fd653ea704dd84893eb2760664a6589e8deaa789d9b35c07ec40 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat.meta new file mode 100644 index 000000000..a52b1820e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_sleep.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1fdf5d40e38120a7f5201a09f3a40bd961beea3c32b438ad053ebeae1ea1e9 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat new file mode 100644 index 000000000..bc14579cb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f9a2c9ff5d73f1ae68fd5b2386ac545a045daa83b7a763a3acf4e2a73c4ec2 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat.meta new file mode 100644 index 000000000..d86ad2ca5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_starstruck.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f5dbfb85290a50c21fac32fdc3e266e227ba2d6916ed65395edcc7d7bbfb4b +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat new file mode 100644 index 000000000..1982cca24 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d43d2ec08064fd76562d8bdabd66a9e9b423c2f5a744e132b743141520a3cd +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat.meta new file mode 100644 index 000000000..7202645e2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_tearyeyes.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64a7ca088f65fa69049e098d9a7715c3d0505193a4633805efa2f7347bb2b7d +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat new file mode 100644 index 000000000..99e16ca72 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e44ac2ddf16b906ad11f40d82a74297f0e2d00a8c49c7eaaec9556641bc783 +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat.meta new file mode 100644 index 000000000..ab3567f18 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_ah_zz.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6d2d2e32dbaae6ada037bf6515e9a2f22fdd2d5808b902a41cd1b49eaabe88 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat new file mode 100644 index 000000000..d42b664ac --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738dbb62eb741715be999c614e0b2a20e767f03c6dcfdc70e6f929e6be12ec57 +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat.meta new file mode 100644 index 000000000..eb948f427 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_text_haha.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5052645e413285dbc75f4829b052724abf69e7854d0025be9db89b34685970b +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat new file mode 100644 index 000000000..9b6ca8c9c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d840318fe41a5988199dbe3b07692b0359fbb21cd9385913e6e9207d4bfff62 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat.meta new file mode 100644 index 000000000..806d00a4e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsdown.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa3209307bfc6b8940be07989c55d7efd84065a7c23722ac65e64a6d44fb27b +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat new file mode 100644 index 000000000..665e49f2c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86052d76f89814c65ab8309afc1dfd570f9888b77daca4b7c8efd3c2c71fe27d +size 2060 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat.meta new file mode 100644 index 000000000..18bed0892 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_thumbsup.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c806e02e5565178defac552e280d76d07a1cd43389ef4a9f704cfafaefe9d9a +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat new file mode 100644 index 000000000..711481c54 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e7b929e7035af35dcc8f30aaeb334bf8cb4bf4d15caed285aa8a2c45761de1 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat.meta new file mode 100644 index 000000000..33d70b62c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Emojis/em_yawn.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1be51e3ce3a2f6227d3dcc4c613eeff5a5014a1ae9f156147d6f14fc00707c +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions.meta new file mode 100644 index 000000000..2127dea62 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13226c5f72c27998afd7c77845aec1c812ffd362d134f57730f7be32d3d11ee0 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat new file mode 100644 index 000000000..67dc98327 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4862542317ad7594054b06326e46637712626808d619b3599b0a612dd48d3252 +size 1850 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat.meta new file mode 100644 index 000000000..6bc04cbc0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064e86d965327043a530307a7f13cd064ceff8c1ea7b685c162a0f5c3e176cb8 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat new file mode 100644 index 000000000..fd5e96f38 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f07088d32690e6dbddaded16a6ca210e25629b4e5f53bbf951ee8da282b9ad +size 2093 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat.meta new file mode 100644 index 000000000..3c46206a2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_flat_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c63181d98aa25a7a32d91274ff1f1bb698e80143ae58a3df76f811a95e357c +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat new file mode 100644 index 000000000..37f57ef27 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6774ceebe9abd94c613a3325497f4ecb822cd621ee892ede74b01cb89156a7d +size 1879 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat.meta new file mode 100644 index 000000000..d35216d6b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_sharp_soft_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d1d5930c3e67ed5add05801c7aacbbaec8da2c29a4ebb7b2ac941dc73f7bd9 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat new file mode 100644 index 000000000..27a402524 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae892a91811d94af3656c166bb83e9fb6923282582584fe6997e068491071bec +size 2092 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat.meta new file mode 100644 index 000000000..40d1229d1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike01_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95da93997aefba49d6ba814988e4460b9eb7c4d0532953e6182d1626bb8a933f +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat new file mode 100644 index 000000000..b595af3b1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0a4e63d0ff93c1c125e37f6350bc36836013ef5f60b41388168489af1bb47d +size 1878 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat.meta new file mode 100644 index 000000000..5e9421161 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spike02_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4a8e84a1d8eac1c30afcede16d5d7c8010be860fb26cc2566b0cea216c2da1 +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat new file mode 100644 index 000000000..d8c77ef9e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50aef63468d57c1566ee92a5e280a57c47c03000ea3d2844d3911c2e669a7d4b +size 1880 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat.meta new file mode 100644 index 000000000..4a87725c6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet2_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c463c431acd91a908a41a4dffadfe2b8ce378e6a708803436e31eadedb9cd4ea +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat new file mode 100644 index 000000000..9b1303611 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca7eaa24b46ec79efe93d29495e14ba33659ab39b91c58689b83671ed86234ea +size 2093 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat.meta new file mode 100644 index 000000000..fd418f9cf --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/explosion_spritesheet_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb0f056c00edd8cb0fdeca5772ab0868c20603a98bdf8168e74e3b54f7daefb +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat new file mode 100644 index 000000000..9cce91be5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98b4c688ad66b4cda60a63775348684c14607a33e36ce56de4ddbcff9477571 +size 1821 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat.meta new file mode 100644 index 000000000..385b2d4b4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/muzzleflash01_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d334882e4f552b3ea385b8a1bd7b22e131b929d28fc040693ad205b19aacc6d +size 393 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat new file mode 100644 index 000000000..d15155030 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5d8704cc60c4ad0ff46ae97cf4ff552c9c815db81a56c6b74303b56f9feb03 +size 2112 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta new file mode 100644 index 000000000..f82e4f066 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_3x3_spritesheet_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3a8e9b4651e8088fa12bb0dd5c629214defc256e2a1440149640a958237076 +size 394 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat new file mode 100644 index 000000000..c8b5d90ba --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4458c67131f6d3ad2888e8046b911950448342a26320ecf81815a563616b9fa0 +size 2125 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat.meta new file mode 100644 index 000000000..2c811314b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_soft_spritesheet_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b49fe0e3614ed338dc4fe3451339cb35267a0cd62018aafdde01ce1b18faa2 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat new file mode 100644 index 000000000..8dddf25c8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a8baa6fcf342b8a070854ab3ea70e124df553dbde8fca134094a94905757d7 +size 2120 diff --git a/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat.meta new file mode 100644 index 000000000..5d1f6898f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Explosions/nova_6x3_spritesheet_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10326a9b85b78f5c70a062923868a124be88e8e827e40128ab690450b6da30e +size 394 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire.meta b/Assets/Epic Toon FX/Materials/Misc/Fire.meta new file mode 100644 index 000000000..2c9ade606 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302690d376494225a5f1bee33bbe221b680251f86d2d76299e7b0290484e2bb2 +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat new file mode 100644 index 000000000..930df93d1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eb766ed09dbc48d59e8bbfe1d82f345f80d3f016ecee6f3df0c5a9d10593b7 +size 1874 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat.meta new file mode 100644 index 000000000..b940c43f9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ce6442f536461d36a54ef6f99a7c6821a8223d4fcc193734ebe847b7b7764c +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat new file mode 100644 index 000000000..f1aaaa636 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e346e09abb634a7768b32a2b74a37d1f983e1f012cee8d046f67c82475e2c6a9 +size 1854 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat.meta new file mode 100644 index 000000000..a3cff1bf2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_blurry_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6ff54f8a577f95433d03b404d57295df5d0b76e1bfa73a3b87b8ccb2e2287c +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat new file mode 100644 index 000000000..be3116989 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c86fb9fa592789a099ec8e1f067692d8135804d361b9a8f2840a95f264bd7d2 +size 1855 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat.meta new file mode 100644 index 000000000..8bd79ce55 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6e2fe24680eef3fefb5eeb134c5cd06e8f8bda820fea208461d96093c936a8 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat new file mode 100644 index 000000000..866654f13 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d378cc5c885f432ae9b9ddf1bf11ce1ae744910b0faf6b273fdebf3580ec6451 +size 1862 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat.meta new file mode 100644 index 000000000..7ea59c4b0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_simple_colored_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a789cd6667eed49b9656d1edf137ebef6e570011188062009d14e370c2f6f2 +size 388 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat new file mode 100644 index 000000000..123d111e3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d6b953f4cf480c0f8add5095640f8a4ee8a072cfca595b365097d344d23ffb +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat.meta new file mode 100644 index 000000000..5f7386c2a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft2_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795cf9904e04e2fddae0205b61228919e23d7bf1afb25061a870475695ad79c3 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat new file mode 100644 index 000000000..5cc06e426 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b16eecde22ae95a8c0fa9c6b13aea3d234e8b7fe7230604b2483100adcbc90e +size 1852 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat.meta new file mode 100644 index 000000000..ec510f207 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/candle_soft_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004670916c40fe2a95c5dd0373b937c2b3cadcd240c5f1917a9c304eff0660e1 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat new file mode 100644 index 000000000..5ccbacf3d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31d721099f681a7b6605e6ed278b16d49f5e86f641eb84e70f1dcc5eb0f6f91 +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat.meta new file mode 100644 index 000000000..357a72ef0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_3x6_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed17536997581eb7e1e19edf7d68f7941fea35ca75211aef850eccfb77016894 +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat new file mode 100644 index 000000000..8447b10ff --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a921436ea9e9f5965152d5250815e7eccfc2451e0df1f0fa90095f623f67c69e +size 2084 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat.meta new file mode 100644 index 000000000..d3e46b41e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_ground_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d53088704abf580c0eecb39da2eb1271fab8362c8f6ab756aa4dd8055d82e3a +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat new file mode 100644 index 000000000..ee5da4421 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f759f2cbe6473a31a30befc2aaca23d72f0bcbb933db2cc933ed7e49ac26a6 +size 1861 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat.meta new file mode 100644 index 000000000..de98f14b7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520dde6007a15a606cf2651b5f61e6c53c3c2cfe818327a7b391170b4a7999b9 +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat new file mode 100644 index 000000000..38eb7f395 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d01d558b1cc0286e5d3ad067f6b955328d949954a4afa7254da7e8309c7a067 +size 2081 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat.meta new file mode 100644 index 000000000..f8203ad8d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffb5c12ed9ba99d1d6c2564336dc5e55a18c7381485e173fe07b0f292239a81 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat new file mode 100644 index 000000000..6f56e1f71 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe940d8f2fd368ee91df349029a144d0cbaf00f33f3fd0ed1f878a3e6619ee72 +size 2081 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat.meta new file mode 100644 index 000000000..7b5a161de --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_blank_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f36891a381e7e197cc03c0b1c1b1f07ef6b4cb0050a916ed526089957882ad9 +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat new file mode 100644 index 000000000..99a10f5a3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fc0f33e658693eea67badfbcbed24f795e9184b9abb6f2dff4d46419031f1e +size 2081 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat.meta new file mode 100644 index 000000000..e4ce6e8af --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fire_soft_spiky_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d90b122522995da172304ffda3936ea47582749a51cd6d7072c4f8918db97d +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat new file mode 100644 index 000000000..ac963e0b1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d8df86f18d19ee008a6372ff31853617e70875bfa80ddc96393d63793f0d0b +size 2016 diff --git a/Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat.meta new file mode 100644 index 000000000..37ba9262e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Fire/fireball_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221fce5e45ebb9c14b53af446f8c4334e46c90612634cd557600d34a14fa5294 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts.meta b/Assets/Epic Toon FX/Materials/Misc/Hearts.meta new file mode 100644 index 000000000..d097f91d5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53bbf0b2cae03323cef0dd4cb4da63eaa33f422d50938744393759b06bb5ecc +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat new file mode 100644 index 000000000..aa12712df --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e877f4d00730febb5515d26fb619f1bf3f755b6ab2b3c7e377c019df53b283f2 +size 2057 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat.meta new file mode 100644 index 000000000..cc4532927 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525b35fbb4d5e893c87ea17c54f6bc7514862ed78d5b6610b6b46a3579184e55 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat new file mode 100644 index 000000000..f06caefc8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37665378624565e3b7c7a8a582ef8daf7d60057cff7341537c1b8a6abd3e8e96 +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat.meta new file mode 100644 index 000000000..1916d490e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad48ac391ef187ca246a9d76fbd23814f6ba90a6d2b68d8a0c15dc88d0210aeb +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat new file mode 100644 index 000000000..3587c0211 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300c33aeed066456f2ec2b6107c16cbf046b0be531e3c491ca9ef9f0f6922f8b +size 1858 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat.meta new file mode 100644 index 000000000..3456b8687 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart2broken_blue_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058ee1824415e99526d37615dc19938503a52a530ba244e6f98c4830dfea7bcc +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat new file mode 100644 index 000000000..342587d28 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cafab84b649f76b4eb594316f6d3c78cf4ae561abe92f608a2cdad5cad8596 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat.meta new file mode 100644 index 000000000..d65597ab6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Hearts/heart_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328cbced8cf660429cdca197bf65339ed64f8e3ad5584cd7e20193bb23a178ec +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning.meta b/Assets/Epic Toon FX/Materials/Misc/Lightning.meta new file mode 100644 index 000000000..3348e2fbb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7904d90bf552f861999d42b427baa9cede08c84d04fb63cb720128ce8cabe81b +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat new file mode 100644 index 000000000..6805e731a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f310726e3c0e9cf1a45b64725e8586675f4685f17426ec88e40db504eaa88d +size 1851 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat.meta new file mode 100644 index 000000000..aec7da2ca --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning1_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ecac88cec27af3dedbe1e631256abd9bd38a5622420b3403f359cb23159d46 +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat new file mode 100644 index 000000000..368d4bf0d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b95405aaa2a2a1582dedcd985eb29c87817b5a22f6fce3de3ce667946d4e668 +size 2078 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat.meta new file mode 100644 index 000000000..8afa73166 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d4220583f45e114f0e0106f44ec08a2943ede9bef1dcd8f00acde1a9096f91 +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat new file mode 100644 index 000000000..6925b7254 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39256f4b0cb4fb0ce30c730656994a66a812a31044d8f15b2dbad75050de9ef6 +size 2064 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat.meta new file mode 100644 index 000000000..c6e67531f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x1_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf79643600cfeb071813f4a16bdaae0c5e8c21eaaab8c8a953043b3c19b77c1 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat new file mode 100644 index 000000000..c8b32ba8e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00c0f5590b85f06b6835c71248783ba4ac745ad383c0ed3d58da1d2933446f +size 2064 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat.meta new file mode 100644 index 000000000..1d0e6a6e4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_3x3_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc4f8a2469b22246f64a27ee64f8b100244da15580f1a56fef04768b25b2f6c +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat new file mode 100644 index 000000000..d33a5c05b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8973602be0d78660c32afcfaecd65ed93b6e65a8c72ef3df3a1b57df5541c90 +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat.meta new file mode 100644 index 000000000..8ee5a55d6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Lightning/lightning_v2_3x3_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dce470cad977e515cd165ed0194cacb048b3effc74b2122ebdeb23d69be405a +size 389 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid.meta new file mode 100644 index 000000000..bf535a6b0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df938d39c74aef64158963ee54c49980f93ba7ea5578dd9c019a453405ea132 +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat new file mode 100644 index 000000000..445ce9516 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9db7396bc4afb8c7d38b073b71b886752decc8fbb3ef10fba66536e5d2a9e1 +size 2004 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat.meta new file mode 100644 index 000000000..2b30614af --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36678661acaaf41221c90019f4f6f638e5a97bc5439ea512ed4da2296c65c810 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat new file mode 100644 index 000000000..65472e666 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127e4224a2668e3402a8ef45454e896cd07feb87c804f20c23c9b6beadbe2a58 +size 1797 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat.meta new file mode 100644 index 000000000..b94b48484 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/drop_opaque_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef0ecb0ceade49097573c5246faca1e2f682ac6c873b8570d2be3e1a71d4915 +size 387 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat new file mode 100644 index 000000000..8c3102eaa --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7182bd0b45b539b2ed71ecf40324e92ba3f29a222cc17f297de2228edcc931b3 +size 2080 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat.meta new file mode 100644 index 000000000..1ebb3186e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4e146029803d3e4847386f04338e708dfd8b5bf38bf71cd7c77463242637d9 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat new file mode 100644 index 000000000..7b1e59995 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1ad7e6ecaa6848c98b6d609cb2ecfc97211df2f3385f0d04e7f695ab263150 +size 2085 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat.meta new file mode 100644 index 000000000..c57194f91 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat01_trsp_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5222b2c76e28fc8725c3ad70224a3d7db7b9f006ed69970934f958a52b2e8b +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat new file mode 100644 index 000000000..3096980ff --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d020fe1c5253c3079be36e192d9ee7cee8aa03402539c495956aac0b8d1fff9 +size 2080 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat.meta new file mode 100644 index 000000000..26236e096 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d14c5cff241b262f46e84827c6a6c7c3bd730d62cc8c64bf6d21eb1038c063 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat new file mode 100644 index 000000000..b3f290d32 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591f4ba5046810ec9a8aebcf4d554d437e0ac77a047ee0a0c70ac2bff2aa2f45 +size 2085 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat.meta new file mode 100644 index 000000000..0e894caab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat02_trsp_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0cd0b37b41072ecdeb84c6ec58f8bf14877f9d33036160071e53d4eb3c4ac3 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat new file mode 100644 index 000000000..d1b263216 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a11698110af39713e8e9c6d1b84fb5899e9d92677e7094e5cffbd1b04dd41e6 +size 2080 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat.meta new file mode 100644 index 000000000..c9449cd5b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504ae7b8e4e6a51379f7ad7291f51ffb33a2bd37aedbc4912460207090cd8ff3 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat new file mode 100644 index 000000000..6cdbd9629 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6948043971be71ef42eeb45220cf2493ba2332bcec834a810251c2f09be6c0 +size 2085 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat.meta new file mode 100644 index 000000000..904084ba7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/splat03_trsp_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3519cee8188f3b8d0491ae012a062aca90d4214b1c331a20264047ebc134f2 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat new file mode 100644 index 000000000..5009253d9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacac34261cedb01a6495c6e697e88ef9cda02c6bf6c299b004cf66f603c7537 +size 2009 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat.meta new file mode 100644 index 000000000..e8ddea857 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89bc81d4490b03420dc7f2a5eb7ddd051459c543f580d097a451f7c6782b3e5 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat new file mode 100644 index 000000000..093fbf622 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6044cbde0d8762c7316121e4e31603e84c9499aaa3fe16b292634704870196bd +size 2013 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat.meta new file mode 100644 index 000000000..87c426e76 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_soft_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6b53a4424aea426bdbc6bfc238a01b80736127ff6908e92a45d3c66e949b2a +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat new file mode 100644 index 000000000..7c0657aed --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92527736af8f5ed5d5947d5e82225bd78263cab21bb900a85735de910ffb4458 +size 2013 diff --git a/Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat.meta new file mode 100644 index 000000000..b4a5ccfac --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Liquid/water_trsp_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75498f64fc1ee86ca40ad934cf993131831eb55f62339627a3f99edde4f17fd +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic.meta b/Assets/Epic Toon FX/Materials/Misc/Magic.meta new file mode 100644 index 000000000..aa842ab33 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e90f9d02410dc5be0b3ec6dd6e31c32c5e5eff9854304183b78f5bd0637974e +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat new file mode 100644 index 000000000..ff44e3c3a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca25315675789043d542e5363bb3e4894010765756b798538db2e7799186c4d +size 2075 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat.meta new file mode 100644 index 000000000..90cce3dc3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_slam_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4ad8b61b12841c4fec18918b8dcd6c60450e54c70cd7c91abeec119476977d +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat new file mode 100644 index 000000000..91802415e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c10b9634ed7a0bc677aa3aca0bbfffda0ff5832734dc0d9cf75748e9ced336a +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat.meta new file mode 100644 index 000000000..762042e4d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_soft01_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce44053270eab867d8e8e08521d8e609959a9aea261661802fea885937d5855d +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat new file mode 100644 index 000000000..4fc8109d9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f10bbd034a82c955b4c6db6ac40374ab93de7903babbd9cdda391a98aab5095 +size 2978 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat.meta new file mode 100644 index 000000000..a63bb93b6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/aura_vertical_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02831b8f520cc081c4eb21846d3194083c7785aef51f255a89e7f8323093a3e4 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat new file mode 100644 index 000000000..131f3928f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53ed25eb411903586e80eb96f3cbbb61417df8335848e0ffc317cacfb14b9d3 +size 2087 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat.meta new file mode 100644 index 000000000..d02788daa --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_blast_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c384fd38452826da80f8bfadc55a4bafd2caabcec9ad1157794230def0e888ef +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat new file mode 100644 index 000000000..a7e612fde --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8287d901e6e166835114f40be0a16b5b87e667492dc9dc6158da1c31307d5e13 +size 2076 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat.meta new file mode 100644 index 000000000..b9c082fd2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_line_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d202126f3b7fa52828bc4a2c744d60edf4dc9053394c54dddcb5f67ec60fc20 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat new file mode 100644 index 000000000..596e232d8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b77c2094c61aa17ced8af2ec20a5c6607773842a577d7650cfecae992e539d3 +size 2086 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat.meta new file mode 100644 index 000000000..00c570326 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e583ffb0c0e4142019c5a9e8a6bf0ff7a7aa67a08f3af70278d0b0d20640e8a8 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat new file mode 100644 index 000000000..5c1a348ef --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ce945e08747e068da7e720bb6e1e9d03376344ae05239be4a8eb1dec4f00c3 +size 2086 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat.meta new file mode 100644 index 000000000..599284760 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121e9182ac723664aaa0d8fad894f7e54c53f75ae8ad9d262d8e7cfd30892598 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat new file mode 100644 index 000000000..d9b7bc30c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc23ed7282f6254a58b5fece88b264c3dd53f881e156d42c178846ab3874b9e +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat.meta new file mode 100644 index 000000000..edc0737d7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_orb_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af348a36e505606efbb24ce7a923e3bbb17c2ff2825091c9684d0c59948a2a93 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat new file mode 100644 index 000000000..e7aa523be --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f080545bf6287611eb17c1358303f54b8d98548e48d1df42be7e52e83737258 +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat.meta new file mode 100644 index 000000000..6a08fde2f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/magic_runecircle_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cfa15f7b34f58c2cbf49c667b82024845af496b9d667c21ab4ba7e968365c2 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat new file mode 100644 index 000000000..dd418c959 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d324c63172fa8a00d532f546a9955ede54df25e64820331673f1fe442d0b7a +size 1864 diff --git a/Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat.meta new file mode 100644 index 000000000..de3969751 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Magic/shield_magic_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177d5e6252f6a60f1b82ebbda4f56a9ee7b6a43b605ed97dd444b44625e9a8cb +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals.meta b/Assets/Epic Toon FX/Materials/Misc/Portals.meta new file mode 100644 index 000000000..0bfa55382 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20da5b29a5e3232df4c54d659fd502e6648dde6ad06f7f6eb5d1d33ca698ee8 +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat new file mode 100644 index 000000000..532edf21c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e7d382c4dd6dca7d6e546c2fddde86460b60812d43f13d52db5e108fec5ef3 +size 2015 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat.meta new file mode 100644 index 000000000..e97f71198 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_circular_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272ae230fe46e3e4593300e6b19ddcd3a842d9c450b45c6b8eb91f085a54e67d +size 393 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat new file mode 100644 index 000000000..25ed0c092 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fea98e9062469d25ced6dc27180eddb0e970ea835101f7dec226fef0d189d3 +size 2062 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat.meta new file mode 100644 index 000000000..26c1cb0f3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b74d738464570d9f651721b437693eaf5b42fc96e3d8f9e5c9866f18f4e1b8 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat new file mode 100644 index 000000000..7414a1bc8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae81cab4cc55aa92d296bee27e6a908103abced7a7147f2bd4ab0fca7fd1690 +size 1852 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat.meta new file mode 100644 index 000000000..ee1f260dc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_glow_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66452a01d7513d65361329b2ec51ef8a4210c06616d98bb0e8b0aab2d1c1a11d +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat new file mode 100644 index 000000000..c8a950d95 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6442d0ae7835b34e49fd3d2fbe8dbb3f5742df56441a5da3aebae3080de8caf4 +size 1858 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat.meta new file mode 100644 index 000000000..f91fdecbb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_spiky_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da07bdda658cc7403f8c30f33a73433c7a30d96189844a92dad65b12c3403f0 +size 395 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat new file mode 100644 index 000000000..8ab55e3d0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578f72c4c8e6f9ef4be093f64dd16b51d81e1c9ea1f872f8f1157541947d12df +size 1860 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat.meta new file mode 100644 index 000000000..92d7c907c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70738fa9ba54eefde591d0deaefcef2676cc9ddefbe217ebdbca452ada0fd1be +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat new file mode 100644 index 000000000..60677b758 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2420459a0c5c685f4e68721dfa472d29068dc9a3e6e03fe40c1996825ade46f5 +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat.meta new file mode 100644 index 000000000..d90d397b3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_ring_twisty_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b625631beda189db4f554d50697313dcd55823b47f6e9b71261a0b6ed40c9ac9 +size 396 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat new file mode 100644 index 000000000..e9e408177 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a758a9d5c097fcd6baf6a87c3b69965c78dd8b426767fbc65b607b468747e836 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat.meta new file mode 100644 index 000000000..b69c2eb11 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_soft_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b6631193d4a0ff4a90561fdf9a4f1a61751722fac3325e086240c37b6fc8ad +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat new file mode 100644 index 000000000..c830c8bb6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafdd2f5f754e0461b88a8720b374be46e3e2be00546b9591c063fb87521c3af +size 2070 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat.meta new file mode 100644 index 000000000..d799a63aa --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_blue_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0e10cd551bdf00a780f0e44b4bcf31a01d26a052a0a381818b9216b515dd53 +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat new file mode 100644 index 000000000..e8808b84a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72991abe9621b2930d079b51feac41a4ee84aabab19e77b79476aece1489229 +size 1861 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat.meta new file mode 100644 index 000000000..1e69ffeed --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_green_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb918c9858c96c17254b4ebe8942d65764028ca8d7f7f9884fa689ceb52b7a3 +size 391 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat new file mode 100644 index 000000000..f735b2bd7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b22585cbf95cb8c2e4f2593e5f0fc4a90dbd59aa68038dcc2a20cfb77885053 +size 2072 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat.meta new file mode 100644 index 000000000..b172ea9d0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_purple_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cc347c0209bf7d723a04e6842e1053122570ce973f181357c9eaf77a1f71c1 +size 392 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat new file mode 100644 index 000000000..2999a0952 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c044e7010c7bd27253781303636738b25e7cb87f3ea7751c8ad61b20dee32e3c +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat.meta new file mode 100644 index 000000000..774130e0a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_red_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26dd05b07241a3163bccf0a3dad853409ca8eb51cc7ac43cd4f4be921206e0c1 +size 389 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat new file mode 100644 index 000000000..6d0b5359f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862858bd047d86de0dc0a24fdb65d33b538a6f699f354842160b29cbfb47e9d5 +size 2072 diff --git a/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat.meta new file mode 100644 index 000000000..5a464b804 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Portals/portal_stripes_yellow_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc7aa65f4e095d6c5126ca543d8b0ecde869dbb7b0e6e0ec2cefffca406b938 +size 392 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox.meta new file mode 100644 index 000000000..f80c7940e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b67f7d7bc366bcb2cfce0cbaa4137c054eefc8ca3b0e6565a44f1c55eebe1f5 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal.meta new file mode 100644 index 000000000..90c252cdc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d5ae7e08747bf7318f7e9b7a198349823e6434f3be37a86d248f2f62150065 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat new file mode 100644 index 000000000..34979564e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e15b97930aca219c4c83d68a8409ea13bd2e0b8b8df1dd5980c1e3a333d870 +size 2924 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat.meta new file mode 100644 index 000000000..7959a9cf4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bomb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbfde60bd0cf23f784249cb4da698ccf3a6ce7d0caee354f05865f0ff81217b +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat new file mode 100644 index 000000000..e9351215a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc12af1e18f564e34e42859fad6ddb0fc385f01ce6b48e72e0fe3b069dad0ba9 +size 2932 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat.meta new file mode 100644 index 000000000..9535da71a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_boxingglove.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d2ecc5e50ca0f0aa49ee97178b152e08ed460a490e4b7158e6383cc2fbd994 +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat new file mode 100644 index 000000000..8a88add91 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c955c82b64ddfea1579a4e29faacd142accc8963916728e530c2d00be10269 +size 2922 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat.meta new file mode 100644 index 000000000..671124a8c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_bullet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536028b2b31609bf127b03675a316232dce62bc55e52afa182b440a5ee76383c +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat new file mode 100644 index 000000000..d16023637 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf8840594abe21e30f892c6f4e62cbe29de03ec2e038b223f0698aea8308587 +size 2920 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat.meta new file mode 100644 index 000000000..a1a5231be --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_exclamation.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4e9a56dee1f39b79d31351278ad83bdd7409e4526f5b5a1250bd5cea9be386 +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat new file mode 100644 index 000000000..0edb90b11 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084205b76169353bbae631e35ccd71f70bd127ee659ab51dbea265c9b13d6bd8 +size 2925 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat.meta new file mode 100644 index 000000000..052b9c135 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4f09ca0955e3ff4f85e5073df82c790a8a96cc1833e22fb6b0fd0366f37c14 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat new file mode 100644 index 000000000..a412bb769 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8141237e16d4e570a7abe72ab53c35356a70ae70d72200b0f01361a67dba0d +size 2926 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat.meta new file mode 100644 index 000000000..f6d24abee --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_fire2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cd5c5e679da1863269e49a5d51bc9ca4bc9a4eefcd9e1ce3c576bcdacfd1e5 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat new file mode 100644 index 000000000..fffab3824 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444ab451cc9206dc4276fd8de6650e2c14a406250048f4dc40217c2c099c6dd1 +size 2915 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat.meta new file mode 100644 index 000000000..af91b715f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_health.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43c269b08c77ef223d959c73f31132c62abd8f007793354f87563516317a370 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat new file mode 100644 index 000000000..b5dcd126e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9820c8e5592f7ed09ff2e5ac012b4b4b8bdb40996407ab5551126f4033bde2 +size 2920 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat.meta new file mode 100644 index 000000000..946dd0a0f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_heart.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c7df5b09ced53ef85104cd16399082770f3681a07d94a5d1332e65807f7e2b +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat new file mode 100644 index 000000000..c9d30fc67 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af689a03aa1ab9d2c65756fef88111acb9d24e3956b52fdbb328b5b772d2744 +size 2921 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat.meta new file mode 100644 index 000000000..86133a88a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_lightning.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc56a5d76aec8bf3a1888fda59df6d99bc992aba16bff33630c48fb76978159 +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat new file mode 100644 index 000000000..4178429a1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde24b4c0d7c6cbd86ac025fc49695894967b7d783fd3db6163fe3469ddffddb +size 2924 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat.meta new file mode 100644 index 000000000..651801864 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_magnet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb4273de723b6c18152120383148a681539156b0ea9c52ed92b107d6f5d63e9 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat new file mode 100644 index 000000000..726a1d8e4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8a8972c9907be2dc87bb4daf6a281a72951bff3b306d6e923edb2d08579b3a +size 2918 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat.meta new file mode 100644 index 000000000..c1626c140 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_question.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c231e1997dcbd8c0dee2b87d8cbfc6fdef883a62e56c60d1142a9e7fa9604793 +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat new file mode 100644 index 000000000..157a0f52e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97618027ec5266c9cef0f7168b5695c04debc874ee625cfa965022472b5a3cb +size 2904 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat.meta new file mode 100644 index 000000000..aa7a0e16f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_shield.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e40757d4106c32d3b65112a4bddf08b9133952f886de2efa0defbddf53bd1be +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat new file mode 100644 index 000000000..330df8d9f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fb9c790682e7c14cd20f9c52c4f89713f49deda1d22cea234d4a3566d2c28f +size 2927 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat.meta new file mode 100644 index 000000000..9eb308578 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skates.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fe058058fd458886bad57f4f22b6cc07c15cb5383213d43fa279bea2c2cfce +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat new file mode 100644 index 000000000..3804592cc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4506b50fba1aede24dc370113244e7f48e87cb8b7ce68bad73ac02b0ffa72880 +size 2920 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat.meta new file mode 100644 index 000000000..cd6883b77 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_skull.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5d48dedb4835907156e5af74c97602abb23302bdad0073f2d19a92b8c080a4 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat new file mode 100644 index 000000000..5da56388d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a635ba24f0cac70b3588fe969cff8cac77f533af8183d3a408377e43dbf3fea4 +size 2919 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat.meta new file mode 100644 index 000000000..e56fb0f86 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_speed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38b28dbe6f0b2e55d86890321e3032f6e2be4d008476e11fb8eff402015cb0b +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat new file mode 100644 index 000000000..dddbd8fc6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f62f18f743301326de9434b3d5981b00ff9b3307f5178b6a4293ce327f0b2ea +size 2929 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat.meta new file mode 100644 index 000000000..27be7e1a9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_spikybomb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4bc6b657e3a54730824bff63cce2328d7cf922f992ac764ce57a0a82619ee3 +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat new file mode 100644 index 000000000..3638b5304 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c13c72f67bbeb8da2ccf308ba74d24a3735719f6966e056d85eb63835875e9 +size 2921 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat.meta new file mode 100644 index 000000000..bfb9d4aac --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/Metal/power_metal_star.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caa4f95d8fc2e4d10fc8f55b164c393586d25396c84ce2a0d3f1ad1001aca1f +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored.meta new file mode 100644 index 000000000..bf76fb741 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a1302141d88036f19681b3174f1e1b9ba8a1e1e6ffcf99c6e3b760087199c7 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat new file mode 100644 index 000000000..325b02281 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e316750396bdb003a96c6b1fe3e4b35ee1f3b1120d7998487fc8aff0d7c31cd +size 3576 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat.meta new file mode 100644 index 000000000..f4bf65915 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bomb_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256ace1b12dbfa3023d774dbaac566dac516347bbebadaa89d75eba67c70cbaa +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat new file mode 100644 index 000000000..5dfd1b1cc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d716e860d4b1f1c552b91a5495e3265b561899dfebe865b80880f364cee075b8 +size 3563 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat.meta new file mode 100644 index 000000000..1c33d8622 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_boxingglove_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb0abf638e22327289a57ca1cbf5c491da382e8fdc3e72d1d93a8beea5b5b90 +size 406 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat new file mode 100644 index 000000000..39e15abaf --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61de68a86afa60f749ff13882a9fa7e17f436385c037fae5f7746dae6d3caa38 +size 3558 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat.meta new file mode 100644 index 000000000..9295db610 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_bullet_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a9c58ff66f60bc1e79673cfb7c0f94fdb5da7f18d0cf549c4cb1ea81cef0f1 +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat new file mode 100644 index 000000000..ad92f1751 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d77890b53fac46df0c40a84dc4d20f0959705f47187b0e29233f8b9dc37e9f2 +size 3562 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat.meta new file mode 100644 index 000000000..4976fb995 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_exclamation_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c95c01975f193c716aeef7a2b80a7d8d079eb13c9749b81def6e90ca25ec70 +size 406 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat new file mode 100644 index 000000000..f40475cec --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca9e7ac53cb3d7ae636e060434264f0799886daa293a644a875c82c78ad1132 +size 3557 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat.meta new file mode 100644 index 000000000..05e58e4e7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire2_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59126fcbb3c78bd9e54b45f7d075eea076f7e27f30e9753bc7fc39b4bbe62b01 +size 400 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat new file mode 100644 index 000000000..dd5398f29 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce9c9d34ec576289a8b9894c78a2bcd2c7af21a86d9c032c04dcbeb0de06aca +size 3556 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat.meta new file mode 100644 index 000000000..80a690186 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_fire_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e0c9424db07921600e8150f44e1866cdb90043865b3c4891a49aa58c69ee8e +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat new file mode 100644 index 000000000..d7d75a4a6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88ab010cb54e15d3ccdbb84109a36221642d157f175b90c19444bc0fdf91880 +size 3557 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat.meta new file mode 100644 index 000000000..008c6f09b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_health_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8a8a60e3127e86d574d8e07e5d4e130d347c40eecdf7101fb8d842881521ab +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat new file mode 100644 index 000000000..0daddbf82 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc85377a471e7fa5929b7e2f074c7663922532abefdb39aa0b7b4bc98ce6252e +size 3557 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat.meta new file mode 100644 index 000000000..246514811 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_heart_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f46bd2b95a66d8e1b6224d3b730f7739f98119704710f0dee15a9165f040a9 +size 400 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat new file mode 100644 index 000000000..8fa456704 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fdb78f3354f0a35e96b36c21e33bf2e3f6db7528c0c248410868ae4f00cfb7 +size 3561 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat.meta new file mode 100644 index 000000000..fd39e20e1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_lightning_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256b693adb223cf08281fb8b9e18aa6e14ffd108f85a1f3655e5abad7ea66028 +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat new file mode 100644 index 000000000..410ffa0c7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f26fe8f7ee861ea1047bf7bd598f1330a95050d1629fad35f80ff19f5dd9ca +size 3557 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat.meta new file mode 100644 index 000000000..5dd417e60 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_magnet_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78443378f888b1ec8ed55cd2451f72c33aae239d69d80025ad467eeee08d5861 +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat new file mode 100644 index 000000000..3a9851447 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab329822a2dc04fdda7034c9901cb04ef928f6c7be8fe8c177ade340d175abc +size 3559 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat.meta new file mode 100644 index 000000000..4d67dbd05 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_question_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bac6ffb52f214c99e234494ecea5d64cbd728fa90c523f9fd179046523c2988 +size 403 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat new file mode 100644 index 000000000..6a519cb1d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542eb7a0e65048e3a761b0815145d355eab7eb770401277c9c03d83af21a76a +size 3558 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat.meta new file mode 100644 index 000000000..1322a5ebc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_shield_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236f29e60051f3b432c551e91bb8f278b401adec5c9e98986fd842d54da2d37e +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat new file mode 100644 index 000000000..fcda239e2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b13c133edf568380da116b2f2d795e4156722d4fdbeb2d4e9eb14dc23032aeb +size 3558 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat.meta new file mode 100644 index 000000000..0abe3bdf8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skates_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac744a1aabb7767d08e20d896f1cb495b08ca165f55901f6f6efc4fafb4ec674 +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat new file mode 100644 index 000000000..9f35e3a03 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f41c6ef517359b0a9a1f0e149242b3366234bc62313f1676b134848635f4f8b +size 3556 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat.meta new file mode 100644 index 000000000..e5e113cdc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_skull_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2526bbb78ebb03b0be9561cedd65a25aa9ee31595e06aeb8a22ae10f03a85158 +size 400 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat new file mode 100644 index 000000000..c07b910d6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2e3f89c40ab44b91c733902404ff7515f630d8c44bacc3ab60c58301f16825 +size 3557 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat.meta new file mode 100644 index 000000000..53dc94ea5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_speed_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1345ee0eb88caa0d527e8f6fb1ea10f8dfb01d6b1d6e754d3f41932f4c37f6e +size 400 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat new file mode 100644 index 000000000..83f6d050b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf8a7d79c5d5050905f1f39b4f72ee003925a3325b26a1d3d51d4f2d8365d83 +size 4281 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat.meta new file mode 100644 index 000000000..41fbe7d4d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_spikybomb_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d824994fb2d302919e5535e4c6f42f025aaf268d20be431865666570ca6effd9 +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat new file mode 100644 index 000000000..e4074289c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc44d0125fda5d8d77f092673aa7813906d8d9e090f5019a0a848ec0d0be2d1f +size 3556 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat.meta new file mode 100644 index 000000000..7563e1588 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/PreColored/power_star_pc.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e752b96c80f7efb44670057ccd077e1e0de51814758ed69f2606325886bdf0a3 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor.meta new file mode 100644 index 000000000..c6705f0ba --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8623768acbc0af8298b5958d44fb4dc30b58ac1f84c212e28dcba163945e630b +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat new file mode 100644 index 000000000..77e7e9701 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa1d7b9e9727e881e1be9664b5befb2df4c1809f0d5e97c4b21e16a1d525759 +size 2875 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat.meta new file mode 100644 index 000000000..3dfd30b85 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bomb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df7d82f0fb4e680e8c83ee9c13ae6b367a71973ff6ae7e2d214c261be9f9fe1 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat new file mode 100644 index 000000000..116184b15 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5940688cb5d373acc1bc6d6fdc8d399c07eca0d97f52a5f0314ddad97944bec +size 2882 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat.meta new file mode 100644 index 000000000..0584556a8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_boxingglove.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f12fe4a5e19af6313f873227c47eaab50fed58d7ec3bbd16bf8e5cbcbfe15c +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat new file mode 100644 index 000000000..630c9bb62 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a7a4c59740c7fb856f0bb80730365c4e03868ad46c18f25985827aca9b58be +size 2877 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat.meta new file mode 100644 index 000000000..7534cee6e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_bullet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8475a3f5a9ae69ff30617dfade240e36f1b802e4d7b7781eaaebfeeb8604beea +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat new file mode 100644 index 000000000..031167bec --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecf9c2907f09eff3a0d23123f8f65826c08c5dc3237acaff230dcf9d188b0b6 +size 2846 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat.meta new file mode 100644 index 000000000..f616d7f59 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_exclamation.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b86c81498ef9aed224a9b6ea57358e219d7036038135abf3e989c89f00d791 +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat new file mode 100644 index 000000000..763a17805 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23073bc133c4aaa4069a487e7f035febecb734d5ee1fefefa172b15eaaecaa7e +size 2875 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat.meta new file mode 100644 index 000000000..a8ecd5737 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40851ed6215a6ef6c9e716c556a80800193fc04316b461d8a61f0ca7a9b74119 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat new file mode 100644 index 000000000..9aed04b22 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38be87b05839e25bc9932da3020d25504df573e66432ba4a1761a0a679f9a19 +size 2876 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat.meta new file mode 100644 index 000000000..cf77ee8c0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_fire2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17eed4334b0b2094f0bbd3bd98cf58777226cde7109025fe9f62aaeb58815f27 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat new file mode 100644 index 000000000..a8af9ac9a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8c3cc84f72d1d9d9293a0ba650290af9a6c47474a3776a39d15245dbb70d3f +size 2841 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat.meta new file mode 100644 index 000000000..929c5b33e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_health.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c6cb2b78ebd483b4fcc1e2adc1ad25296aff90067e72b56b9c8912bdd094b1 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat new file mode 100644 index 000000000..a63a6c056 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd28bb4f3e982f647ed440d13bc85c49be057853c248c57708c28f5539418a7 +size 2840 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat.meta new file mode 100644 index 000000000..66816f034 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_heart.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409988953d2c1535a2bb0cc980b324ea0feba8fff70049a686390645361a5420 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat new file mode 100644 index 000000000..7b62d1e89 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14a9fd980eeb631334b85537f56998ac179e1689e80c31beb2c0e6d9587841e +size 2844 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat.meta new file mode 100644 index 000000000..2dfa09295 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_lightning.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2dbfbb6d5ed85f7f8ed34e36ddf12cf2d8f99a42ed6fc33412a6ea9c6b5796f +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat new file mode 100644 index 000000000..6b0f5299e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5be9e72bc92c749475b6eef1f62c9cf61a2a1c4431d94af89157e689c28fd19 +size 2841 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat.meta new file mode 100644 index 000000000..f858f7120 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_magnet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27afb343eda02ad03b662561721fa75405138435ec35330afbf03f4027e7263e +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat new file mode 100644 index 000000000..66f7bccab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dec7967442c08cca6c36f920378e5b879cc3f6473d6fbe8486d044566eebac +size 2843 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat.meta new file mode 100644 index 000000000..9d61df509 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_question.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d96fc1cadd0854d43f883989456d8c2321e4628dc00cd82609fa068b347379 +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat new file mode 100644 index 000000000..ad0975a83 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6457396c96edff48348d78bde56bb6a31454ea6c25e2d32cc2dddc3e0ca996be +size 2841 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat.meta new file mode 100644 index 000000000..efcd61145 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_shield.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40daea0a8b426a94671a6337c0c79f1789972a74e560471f5cc7e06c044a8791 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat new file mode 100644 index 000000000..4cb708a8b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86305e17f39dc6fd5500a8ef558b3c32b2edc9b54a9a4f054059182eea45b232 +size 2877 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat.meta new file mode 100644 index 000000000..78e1aaa6f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skates.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50fde7740bd37fdc85c259bcee8bedef52c89f1fa7bfa0e63b1d26e48604eff +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat new file mode 100644 index 000000000..3461d665b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca98868ee1abac677973f7c96adfad67ab69e8bb50aeed22b24f6479685e2a16 +size 2840 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat.meta new file mode 100644 index 000000000..3f0db6d51 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_skull.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a2ab1aada1088b65df7226ef365dd76ea71b591500b4195c3b84ebe74538ad +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat new file mode 100644 index 000000000..71df78545 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2637e47ea23a8e384251bbfe13a9dc1d228409dd5be0911b2b77fb8caa2a58 +size 2840 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat.meta new file mode 100644 index 000000000..d651f3238 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_speed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6554f008c8a5a49ff51f005e54e78f8101af55c3f6cdccd761eba8d623a6de06 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat new file mode 100644 index 000000000..7bcf0c6cd --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9171d9a4661c1e460241ae6cd2128ec51cf2361effc4b8cb31ec1f65a4b1ee +size 2880 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat.meta new file mode 100644 index 000000000..3fe434c44 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_spikybomb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e687b71137d30ba57215ec76fee0948c3bb3813c175f45cee2e042e709eb7a +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat new file mode 100644 index 000000000..cb352b857 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbe2b75c582b187d10f35e4ccab661a1baeb9ee7546808809b607fc0014925d +size 2839 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat.meta new file mode 100644 index 000000000..9aad830a6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerbox/VertexColor/power_star.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5837d97bfea9a41792e5d47f6118d7737a9bafc27e7144e863478d167f0d92 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups.meta new file mode 100644 index 000000000..4e4247f02 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d130ec31ae8600b27a8478e1e20cbda327439d665e7ac8753672dac43dcda5 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored.meta new file mode 100644 index 000000000..2cc289bba --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ebac192c215edb5f5d2431c69158fd42bc0061ff0b37b917569125a76e3883 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat new file mode 100644 index 000000000..51b92a5af --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e98ede34fe3a030d33b64e9104528ad2a6833b74288f230f598f518a2059cda +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat.meta new file mode 100644 index 000000000..070c48e2a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bolt_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1214d1a772475d4683909746abf8a55b5f66f0b61013d3ff0943547a1f7879f8 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat new file mode 100644 index 000000000..669b30d61 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15dfe3104fd8f9e5b510e17e5a532012952b699f2ca4e3c5a0f8c6996816a85 +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat.meta new file mode 100644 index 000000000..86f98b2b2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bomb_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16735ee690eae4abdf3a0b91ff46e15437881bcf426d0e89c0c0e798bcfeef9c +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat new file mode 100644 index 000000000..8954824e3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec255a40f4b1ef4b2093a97ac1953e35e59ee8239c0ba543938631ce08b0d2d +size 2074 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat.meta new file mode 100644 index 000000000..29902b087 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_boxingglove_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ffb622f57decd503b08077f85275000dfadb2af0754dd4ec3eaa71bf39c96b +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat new file mode 100644 index 000000000..a2de21429 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d6d97b04b8111bf536b6d5aa6b042d873c11d3e79e0ac3ed9b53e67cb3c6a3 +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat.meta new file mode 100644 index 000000000..876d7df57 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_bullet_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e7e70bc496cee4504424297395cb7a5b568ad350d72fd9f3ada0b79283dfa4 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat new file mode 100644 index 000000000..9a3de48b2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e1a8b8c6142b70008a0be59ea110b44ed7fcb540140ca62b89954add94e91d +size 2074 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat.meta new file mode 100644 index 000000000..64b609440 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_exclamation_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885b0c3350f720408a09147be49a166df5d46081ac93b01f987dd4b47a95b811 +size 404 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat new file mode 100644 index 000000000..21c7e6f57 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135be77cd579e84ae1e5e949f793b376d8e1f02fce4ff6c57a17f021c463998a +size 2068 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat.meta new file mode 100644 index 000000000..3af56b7f9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire2_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e87d66f2c828b685e48a31a3abd33ed8b1783826b5e577df0a5ef4a9dc75837 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat new file mode 100644 index 000000000..07a476bb9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ddf309c0e56ade254deface0d097947af544711e99b6de71d98ce7a4d9609b +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat.meta new file mode 100644 index 000000000..697b90c85 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_fire_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a752e741bc1460395ddb5e896c5d0726f9c1b6241c971b5b04119013126bad79 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat new file mode 100644 index 000000000..c42dbafdc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdc67b90160bb37a4aef404e327a9ff9c55d5b6d9a7686b320f6a7b60e8e158 +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat.meta new file mode 100644 index 000000000..309f62350 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_health_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9f77e25d331ba3d41664c47022b395dd06c0a510bf52372c00a6c37a5d7d14 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat new file mode 100644 index 000000000..b187d81d1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5da0866856dc84357718f097fdf08c1f6477b24ace509f1868549357e25e7a +size 2068 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat.meta new file mode 100644 index 000000000..aaf581adc --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_heart_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18daf18909f8877068a96b6969543830a7f94de6b45f49b5ef0a252b0cf3e646 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat new file mode 100644 index 000000000..f021821a4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3d78bf62bf5f18ddfec82fa0139b750f2a5cab76da442ea0af1bd4fe276463 +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat.meta new file mode 100644 index 000000000..eaf39a675 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_magnet_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdcec33c46d817a3a01bd2dc55baa4358ac813b892278a6872e6245c9ab8437 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat new file mode 100644 index 000000000..f8c0ffeae --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce19a2144f695a92252d3e35862596e9ede84043d20ed29ff6bb84eb457d9b3 +size 2071 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat.meta new file mode 100644 index 000000000..7d2215c9a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_question_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc468a248e18b2bf130f28c0c632ad506bb9131d83b5fe67335f44d3375450f +size 401 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat new file mode 100644 index 000000000..64eebd8f7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068a8651dd283efefed6e14f1273f9e3360bb16bdd958ea584d5c624041f0c7d +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat.meta new file mode 100644 index 000000000..fa821ea30 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_shield_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31be75cc61d0ee2f63418701b57e8fff13de0a45a55b7b13245cf7646604bd42 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat new file mode 100644 index 000000000..3a4c71e32 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43029e982c5a0b0211e342831fa7d93e2cab25a2af28f98f03b23dd2b465c9ad +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat.meta new file mode 100644 index 000000000..ea674e18b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skates_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ec061fd0ea015184792a2a9397b3a8c7ad6e02a40e4d0e0c697ad876082de0 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat new file mode 100644 index 000000000..5454a3000 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b82605bb0077a7274e3fac5ca13f28223d914963f3e493e6bf3d0613322e708 +size 2068 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat.meta new file mode 100644 index 000000000..5052be3d7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_skull_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef25d7138027d4b8e432db27d5bef8af47e25a2090631f653dcf633829a60f7 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat new file mode 100644 index 000000000..46f3e61d0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4c8d63f5f12efadb8fa4bf5d3580bd7dd524d636092b35ef0e925174c5e127 +size 2068 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat.meta new file mode 100644 index 000000000..fd521d027 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_speed_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522fe59db1a326e2b46716fa34570c82b6be6658ebc9b23821bc1598f1dbb944 +size 398 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat new file mode 100644 index 000000000..c3bb08c58 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bb4c4f251bda80f532ec8c79cae277a3c2a7f6ac55de9aa8da5dd851f41e92 +size 2072 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat.meta new file mode 100644 index 000000000..28ca357a8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_spikybomb_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8e3e74a777aceb05f2d46f90f614be42acb343337c0d068e2d2fc781e8f8d0 +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat new file mode 100644 index 000000000..a92e2df2c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a91fcddc91c4f633c387d0b79027ea3c35c5f7e9888c4e6beb3823466ecf6e8 +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat.meta new file mode 100644 index 000000000..5f2d0eee3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/PreColored/pwr_sym_pc_star_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf712ce8fcfdd676efeee47c988418c56779448257b33d1ca7f03a00d80986ee +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor.meta new file mode 100644 index 000000000..9a873a6f8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6984354023e6d0eade5c69e5f1e3aaf9a36dfd73ac23ef30fa0b08e8449dc77 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat new file mode 100644 index 000000000..f24b2b58f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a0889862b42dc7aed1b5f0be0e010b635a4bd0f60b0b673f630ce2c8a4760d +size 1890 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat.meta new file mode 100644 index 000000000..0b14baf9a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bolt_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e2ae8b2a007af7882e382bc34e5ea7ee76b6dafc107dad5a50381700481086 +size 395 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat new file mode 100644 index 000000000..e9bb0fbf9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba34c3f7037433d21e78853e2f337433886b99b38e016219ae7eb269dd1a30a +size 1890 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat.meta new file mode 100644 index 000000000..745f6ae0d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bomb_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ede4ca63ef512dec02d40f73263bc98208ef3f4e1db857da5eb9a2e6d906e2 +size 395 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat new file mode 100644 index 000000000..ea9448bf4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b1349ffcbd2ff08ea2e78f5cf1d2016ba9df695014a3b09c454f30e79c46c5 +size 1897 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat.meta new file mode 100644 index 000000000..beb527814 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_boxingglove_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa60047ed994423e7240025b2d1698ddd4b8e094c558c5ab0da2374ac2911a3 +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat new file mode 100644 index 000000000..0306d1b1b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40e3ffdadfb2d3fa1f8736bc200a1591693e4de464d595060065fb8d0c835ec +size 1892 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat.meta new file mode 100644 index 000000000..b59e6786c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_bullet_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c237f8d705a74f67b1290f7e0be3c9ba3644dc1481b21f1311b48126eee558 +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat new file mode 100644 index 000000000..e37eaed4b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36cf458b8510e9ba6aa55cb8bbe2503f3c174ed4a1ed5b533127ab187f398b1d +size 1897 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat.meta new file mode 100644 index 000000000..aa433e9ec --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_exclamation_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404afb2a97a2945ea21c98119ed8f91a14e9e070289749a50083deb2d296ade8 +size 402 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat new file mode 100644 index 000000000..e6d6e5a1c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063b49e68d03c248a6e2108a32e8e3a212a5540a1895aad443f1ed990156f83c +size 1891 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat.meta new file mode 100644 index 000000000..886bc7123 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire2_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84957727aa628b0f949fc6d275c251e7f815350dc2839497596e881874aaa99 +size 396 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat new file mode 100644 index 000000000..197d64502 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a7188c1dfd420821986f2cb5dfe066cdcb019892efd1c23c371931a8caca05 +size 1890 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat.meta new file mode 100644 index 000000000..d1f43479f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_fire_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3053feaaf0f5ea67087f72e58f18a18a8549b2d803b098cdf940fd64c9df6252 +size 395 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat new file mode 100644 index 000000000..a2b7e3710 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800195a370a0562a4e8909bd3b7d3f814ee46a70aa938e76fb68edff94baa330 +size 1892 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat.meta new file mode 100644 index 000000000..85b7a9a81 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_health_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04255b96c80b9379cfbfc6cafdb25ca03d93d68acbe02ea791141964790ff1a +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat new file mode 100644 index 000000000..da2abc840 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d1fffea6b5ba4ddda1b1e4977b0e6963f486ed16f7bb8f5a83c2d879dbb6ff +size 1891 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat.meta new file mode 100644 index 000000000..8f0f5d471 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_heart_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b428e4476730056d6547c7f049446de83fccc526256b29f092039ddd94ef0af +size 396 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat new file mode 100644 index 000000000..bc9c77916 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d76c74ce52245c3f0803f22525f28c37726475c25dc7dc394b3c4c3a1169411 +size 1892 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat.meta new file mode 100644 index 000000000..2dfd04d5c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_magnet_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6633a7892be38cd730ec30df71d8a7e72f0a42825055be79db8eac83ffacf1d +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat new file mode 100644 index 000000000..61e27d5af --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9668f20c963e6f804e676a1a280abdaeefa5a7faecd07c5d2b9cdf3088e51f4 +size 1894 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat.meta new file mode 100644 index 000000000..7ff75a5c1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_question_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524abb61a668264d29ffef1acbca1f83fe7591004a63abc864282320c63767b9 +size 399 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat new file mode 100644 index 000000000..fc776abc3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c406e5c7fe85198722e2c4c6c6a45b130f5daabfe86f3cd0593f8a6d57ad7c08 +size 1892 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat.meta new file mode 100644 index 000000000..ffce917d6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_shield_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10ec8a3bbae5595b0344214aabd6d131cd2c7a5efc5c983f51a81e0cb7c21af +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat new file mode 100644 index 000000000..f5b6e4aee --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d290239b985e937a0188029e3197cef36a580d60e4728c035b1ff8cf670037 +size 1892 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat.meta new file mode 100644 index 000000000..f0bc7e40f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skates_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523481da228421dd42902a25bf99e68b2948411a7855ce1fdbaaf96cd8e8014c +size 397 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat new file mode 100644 index 000000000..f2277ef52 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1058951f29cba7163cece9fbc24881794ce79b1777f495e907495385f879c7a +size 1891 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat.meta new file mode 100644 index 000000000..27ca0bc37 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_skull_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec57304f83d330d442cd59f933add3a48c9a6e0a6c05eacad3583662e1bd3eb2 +size 396 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat new file mode 100644 index 000000000..090ad6616 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be82c0fe898635a0cbcbbb46a30802c8fd384c207cde79406c8cab776640d10 +size 1891 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat.meta new file mode 100644 index 000000000..21e322a6a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_speed_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbf2827b92da7a0fe387ebdb84c8cb9e7399a9ada65eab70258a952432e38fb +size 396 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat new file mode 100644 index 000000000..701267cbf --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca73fb95d32fdb3634036dd5a845c383a2614d10f1d8f8595e870d3bbb4891fa +size 1895 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat.meta new file mode 100644 index 000000000..71fea46f8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_spikybomb_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3876f527c67458ed75bf7ce409e0271cc7e1145437226da14d2eb48215f2d90b +size 400 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat new file mode 100644 index 000000000..1da7c7df6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d69c3542fead4abf557ae83468e99e3563a9b589d754d906259f478e59fddc +size 1890 diff --git a/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat.meta new file mode 100644 index 000000000..fc342a21a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Powerups/VertexColor/pwr_sym_star_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7bead8b01c3fd90c210aa9961f023cc2a274081d5e387fb27aabfbcb027b97 +size 395 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls.meta b/Assets/Epic Toon FX/Materials/Misc/Skulls.meta new file mode 100644 index 000000000..321ff139b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb012d488e7e60c32dd3c31c73a922620e9de46eef9cab797ca1f59ff67e4922 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat new file mode 100644 index 000000000..ead6d0cb4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b107ee0768ae07f5d2e514fdf1cb0510c91de6e38baf058c23a6296305467d +size 1847 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat.meta new file mode 100644 index 000000000..e3ba92e0a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull2_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1865630a04c51e189b24e1aaddd2eb991be41bde1ddee74779ed91091bed46 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat new file mode 100644 index 000000000..0aae7cfce --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38ae68028f895a1644bfe5d36b571bb8eb1e7905f686cd4999de8ad170873be +size 1847 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat.meta new file mode 100644 index 000000000..9884bf782 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa8cf2cca0dfcae4f2fd6cf33d4cfa53e80790e935bc8c2cc599bbafabc2134 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat new file mode 100644 index 000000000..72950fb7b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa08714f2a729370bd3bf6b4171a18d10b1570d6fc4c5e458115fc9a125ccad +size 1847 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat.meta new file mode 100644 index 000000000..77dbe3f5e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull4_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3672699e3ef9cb2012ea3a9c4f7d43d299fddf8dee24f70f4d29a683457f6941 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat new file mode 100644 index 000000000..9a506bdde --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f59047a61d96ba47a87a669bc6831b124b8da592a7a6db7e1933e0dc8b1e21 +size 1851 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat.meta new file mode 100644 index 000000000..2cc0fc073 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_evil_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9693df792d85a1f7d22bf9a785cccbc663d4b5ae2fa52d4bb9a881a394a73a +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat new file mode 100644 index 000000000..96735d427 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b6336834f25b1b65a9716f471bfb38178f46f3acaa5062aed2e135ef78c107 +size 1851 diff --git a/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat.meta new file mode 100644 index 000000000..bd1c37f39 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Skulls/skull_love_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be54f7911bd9d27a79c3a211f3536315e43946f774e010d20aea96c6efeeada8 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars.meta b/Assets/Epic Toon FX/Materials/Misc/Stars.meta new file mode 100644 index 000000000..22f381048 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882e4465f54485f34098803194aff56366f71bd37e3b0b057d577f73863bcbff +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat new file mode 100644 index 000000000..61d75fe0a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6590b9ad9b90ab54cce718f8ce1e52286e4c5bf737d5d2163cbf2b022e44f7 +size 1816 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat.meta new file mode 100644 index 000000000..8c1e4e0b2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_4x4_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13131815614434d70f8c2ef85a7912eb3a3b1d960c78fb6aea2349c0df4d0b7 +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat new file mode 100644 index 000000000..5f9cb2c2c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceaf730cf74110fb396ed80121b15df734607b4e48a4523c2ce220ffd15b70c +size 2055 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta new file mode 100644 index 000000000..ea0e62bde --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28450d94441a48e7e01993ca86ebd8ce191a26f8543db56754beb768d5e2c354 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat new file mode 100644 index 000000000..23d71cb19 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b664329e9c8e941fd56e4c68dbc7c86e52fae65cc6f43fca5cc1e22b8907d7 +size 2055 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat.meta new file mode 100644 index 000000000..b7e636163 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef44f735f6233c6733557d75cbbdf306bb00489a6b06cf785a43f494b20ca8e +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat new file mode 100644 index 000000000..3fe9555ac --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468292811cd8bffb8b75d068b13bfe48169af2bc77dfc8dd4df93136b8666a5f +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat.meta new file mode 100644 index 000000000..01f895504 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outline_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e54951484c913870597d9425bcb53cd9d40cf6fa65b859e0c9c12b287471ab +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat new file mode 100644 index 000000000..925a19b46 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa37abc8ee6cc644e0c6107b382ec4b4a872460bbe3fadd1cc88599c00862536 +size 2064 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat.meta new file mode 100644 index 000000000..9ea1d4db3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91581922d61e1fa5dcef19ac90aeb16208ad8aac063d9e5821c1a3a1635241c1 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat new file mode 100644 index 000000000..5817fcad6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157a5cb70748f50def8e36b25daac785983789d82830bde8bfb49b416cbd597b +size 1862 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat.meta new file mode 100644 index 000000000..81ce45025 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_outlined_colored_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509d9c61b771fe3e4a1ddcb6033e34cebb48e6027bb54106b21092d9ef351a70 +size 389 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat new file mode 100644 index 000000000..e060b7364 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73c451cf625fb0840a7b200aa9a3a88e224162b3cf3cf7d3dea734b0c89c81f +size 1995 diff --git a/Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat.meta new file mode 100644 index 000000000..fa796fbc3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Stars/star_soft_4x4_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e762ca70ce39038cadfee2b76ed6fac5baa1a9d7f1ff2abd9e95347043d94018 +size 388 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword.meta b/Assets/Epic Toon FX/Materials/Misc/Sword.meta new file mode 100644 index 000000000..8aee64d7b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6599e56a0317df66abe0cbc1c91368899c3c3f5a82c3b5f2238c07ae3693bfb8 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat new file mode 100644 index 000000000..ba5c48e38 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a204562b934740bea98e801492bbfabc6c23b7423d6c7f91a2b373f092c13ebb +size 2075 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat.meta new file mode 100644 index 000000000..b6698cf02 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710482bdad5fae8ef23aa749324e662df5f240ecdc51110548d217536325e630 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat new file mode 100644 index 000000000..c5ae049c4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607437436d9d193f0344d0c979abe6f0a3c591c5ef953d6b2182862a8b52c400 +size 2075 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat.meta new file mode 100644 index 000000000..20f5eddd5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash01_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a80d68460f60d1005fe69f86e7dd906fc069d2d86bc797c2c7b07ff788e69a +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat new file mode 100644 index 000000000..3f8dbdc0f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3836887793c5a59aea7c7ded706202309b528225a10246c0d813c4633b03d6cc +size 1861 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat.meta new file mode 100644 index 000000000..6a8f9d9c4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e5876004c9852b55b59518600f41f35049a8f0719d23cc3c79e4343ad40612 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat new file mode 100644 index 000000000..d2dfef26e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e53d159c9e19d7ee283484fe1b26979973af2f421bd5007db8c5d2f20b26d51 +size 1861 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat.meta new file mode 100644 index 000000000..737cb535e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash02_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b0ac4a8215f8a82d82f21251bfb6e1bb92a5a61c50918191358634ca9b2fff +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat new file mode 100644 index 000000000..5b514f0b6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2c4d8ade07c87e94b6f7c33f68217c34165d0e166341f55046e190c6365ce3 +size 2075 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat.meta new file mode 100644 index 000000000..8d168ce26 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ada2b87f8eed9bc1b9bc14e9573ea39c5cf44139e9f083298971752a4cc94b +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat new file mode 100644 index 000000000..b15bb6f6e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b28cb58b4bd02dfa4d66b4e69231603491e711be6894a3c71d56a19bfc0fd8 +size 2075 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat.meta new file mode 100644 index 000000000..44498e563 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash03_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256bebbd9df190b3718d4f46329a47299fb129a4bf36248033edccfe20eb11db +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat new file mode 100644 index 000000000..8b68931ff --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45227a96922d588d77d9a74ab01b5fba0c5809372bede8374b0f3e0c0c1cc04b +size 1859 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat.meta new file mode 100644 index 000000000..74f442601 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33daaca5a3d90112fc344c2fa48e994c98ad09bc27cefbbe4809b55d28245e5f +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat new file mode 100644 index 000000000..e0d5f9c1c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455836475dcc448ecbb3746a7c049c19dd68e95339cfb9377d0658b27d090ffd +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat.meta new file mode 100644 index 000000000..a53fe0779 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9d9b66c58a6e2b404aceba71fd0dd0dfaf90835d21c44de52117558252713b +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat new file mode 100644 index 000000000..60af62c20 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda27d698a06b896394234845ad3a43b80656412ca3ad66a6dbdf6cedd77bce4 +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat.meta new file mode 100644 index 000000000..03e7fe545 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle01_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1840c769304e3a280d6d2f14547fd473d9fd82738697c53fafee4c6024533e55 +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat new file mode 100644 index 000000000..a47e6a92a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b780c383f3a0f225aaa6bac4e4377bf4e046f05686b674a36145c9f83866c1d +size 2082 diff --git a/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat.meta new file mode 100644 index 000000000..0688a009f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Sword/slash_circle02_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db79c1fb4616f36793bd6d404bedfe84ec6c3bfa7befeeff958b3cdc638e2c8 +size 390 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text.meta b/Assets/Epic Toon FX/Materials/Misc/Text.meta new file mode 100644 index 000000000..a1c9a497c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ebc830b01d3ade5b5b151c37806af096b097476059862cb00f5eee6887c614 +size 193 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat new file mode 100644 index 000000000..55e4f7c02 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5356c2603d360d687fc3fc5bb87def254e8c377ed9fcb1ea01562b6403fe74 +size 2058 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat.meta new file mode 100644 index 000000000..c1d1b1570 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/numbers_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f15167014ec390ff3b07ec61e202628cbb39d524d6497990a0636d9a286e691 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat new file mode 100644 index 000000000..3c0f34928 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b481210af258eaf1a921a09f2f32daf42c95b75b59fa280601e9b62367cda23 +size 1854 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat.meta new file mode 100644 index 000000000..c0fdae367 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba34a072e621cd2e2c925e11069dd1799048df89d133cb91c6e637920af3814 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat new file mode 100644 index 000000000..ddaa9be6d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ff1bc4ca7fcb62e11ec214aa45bcf8a9768ad7c611e269617753fa52759fd +size 1847 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat.meta new file mode 100644 index 000000000..cfe05fc9d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_red.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862657ce8eb59ec9b5f74dc47d83a1dd66fb2087b0462a22057d6802a753beca +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat new file mode 100644 index 000000000..a5adfd5e1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86fa6a23de066418ed2bb67c601e7c242b034269c73444a750be491ec3de2ac +size 1849 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat.meta new file mode 100644 index 000000000..46d562f3a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_white.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4644b21a59d4d706b9590cfb4cf1f1890fa44d86bcb3fb9094f8c6a44f7a503 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat new file mode 100644 index 000000000..33a7d31ef --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242c801252378d62659bf2533995bfcc2d0f7d338fcc08734835baf94671707a +size 1850 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat.meta new file mode 100644 index 000000000..6aed6f770 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/sharp_yellow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11347db70df48dcf8655b592d7281ddd80e029f1d26013bee5f439b3d930a2bb +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat new file mode 100644 index 000000000..9ad0f9945 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16f05267977a4ee511544e20d1223dea25951dcf2b9ff3be1121413dacd6689 +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat.meta new file mode 100644 index 000000000..51df216b5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_bang.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebd3c21585d90a9f404b04a4186a47723cfaa28850be4ce135c3f392bed37b3 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat new file mode 100644 index 000000000..35237f58d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da25473d3064eeda2f5adb98e753bcbd5998463758b0ea77ac5f84c7b25be82 +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat.meta new file mode 100644 index 000000000..a9199f11e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_blam.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2d0c6a926dae740c5d90a029d83085b648b96554f0fbf2a3df090e3ec2ad5a +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat new file mode 100644 index 000000000..7587df314 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749b77d8f9f40c7b4dbdcd93015a1753967f213cbfc465ff5bdf0b5eb244f2c7 +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat.meta new file mode 100644 index 000000000..4addb0cb8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_boom.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9e323a3efb48388da12f947390a7aebd7e29873f26d72d29f4175272656b89 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat new file mode 100644 index 000000000..50d34fab0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d271a37f77886011427c61a54e15be6a4a0ae880578ca24a8b9c96816321bce8 +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat.meta new file mode 100644 index 000000000..79ba78a62 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_clunk.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a39260cf1ad7a957182dfbb0701859ebb9f630d7a3a7565964017657c7f4b18 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat new file mode 100644 index 000000000..7685725a6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651c91d6633d8f3d66bba7e97043b75fcc4fe7f7ce3de28f6d566b4f90bb346b +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat.meta new file mode 100644 index 000000000..dcbe63ea9 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crack.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73cabb708e8618c5e32eca37e0bb93dc41d915d0fd539cf373838106238a34a +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat new file mode 100644 index 000000000..98eb56486 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b03d00f95a727fb015182751c6ad5783a39b3cf260d2d2b88464c792731911 +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat.meta new file mode 100644 index 000000000..366ed5ce0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b593fd0732cf6843094dd62bdb670dc49b2e86a1b6707963b10e3ba44a22965 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat new file mode 100644 index 000000000..a32a8f9a6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcaf54eab0ec63d0112c28d7da943e835148fe9b46190b749c330ef67e73a7d +size 1852 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat.meta new file mode 100644 index 000000000..4173d0693 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_crit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4991b711f9cb36efa065e40f099d065f5e7848c146448fa6be40ba74dfe23b03 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat new file mode 100644 index 000000000..f4d9fe7d4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2beecd454e1a539ae1b66410862ff32d91d8c8b9d0f3aab1e8b96d5bd0ce98f +size 2070 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat.meta new file mode 100644 index 000000000..baa612519 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_critical.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a1ddb6d283d1b3d0fda20dc98a4189630b94e0b2d2bca0b52c683f53d415cc +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat new file mode 100644 index 000000000..42d1fad0d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d270f52d2f9bbd764727768624b3adca5248a4d0c49831b7909453434bf7a6a +size 2065 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat.meta new file mode 100644 index 000000000..b5cf11d68 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_hit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c88ce24dcb4587f7b48700c800d4b2a753fe7eb1bef3810850c67da29a34b9b +size 371 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat new file mode 100644 index 000000000..d15c1f5ab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ff3140eeb3c55871891c9ec2990aa2255eecc4b2cbc10825eeefc7c48531f1 +size 1854 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat.meta new file mode 100644 index 000000000..9243903f7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ka-pow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c84a2703efb39e39029f7faedff4b83e1f875933b16644083d91d16b4698384 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat new file mode 100644 index 000000000..d7513a5f1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c2a2f3f203459656698d9de209b210665455a76dd627c40bbaa4b689e23226 +size 1852 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat.meta new file mode 100644 index 000000000..892cad715 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_kick.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4c97953d522587cd5601d528035ce0d50ce46a59736616016e82af79e3234a +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat new file mode 100644 index 000000000..46532b79c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75d44630d5f3a7995638ea5455beadd1a29555913ce79a61adce20bfa729547 +size 1850 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat.meta new file mode 100644 index 000000000..a83e6b631 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_ko.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8baa77652c78b0421a5bb0f92c75d5c8474b2b78e428adf4ab11a44488e4ad +size 370 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat new file mode 100644 index 000000000..29232130f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739db7beda0729e1d68a424e42a77c84e9c60b464b50f5fc2d4d41c44c2f1ae5 +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat.meta new file mode 100644 index 000000000..852462ca6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_miss.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44df7b59078ee87c53178ca142d2cd09e23af74d581445f45e433c9d39482c8 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat new file mode 100644 index 000000000..c32558a36 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d0b8b0be51346150d023ca4572c38efb81727db981b916770acca063015553 +size 2065 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat.meta new file mode 100644 index 000000000..02c71bf80 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_omg.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142f4ffa8771761b83d63894245eb0e86183d09a4ea38da245e2097b812e4cb5 +size 371 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat new file mode 100644 index 000000000..c402e21f4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27d12a06932948ee99805635113105865f573499e6c1ea2566238b1a5d244cc +size 2066 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat.meta new file mode 100644 index 000000000..efe36b888 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_poof.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051b8956c549ae869dec8ec484fa1b1da5e0416d572cbaac3621332e537f4607 +size 372 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat new file mode 100644 index 000000000..26ca4ad88 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb75e55b3c5054527a1ea5b574476737c5473fefd9513c4541e2ac3e122f38a6 +size 2065 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat.meta new file mode 100644 index 000000000..cf1bfd515 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pop.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e85f2936fb5ec7863b7fa5c68f63caf7ce840a93968907acd5ac8eb204b1246 +size 371 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat new file mode 100644 index 000000000..5b21ebf73 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cf9903912702c98c2868e3c83582b3d0dcd8eacaa06533057614b79b91b9dd +size 2065 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat.meta new file mode 100644 index 000000000..6b84fb8a0 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_pow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfdaefef73445aa382a87a8ee81f66619ea4914919a48f62a74458f3d5763e4 +size 371 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat new file mode 100644 index 000000000..a073f4fe7 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8eb9c5b4dbf169a8998e91a640b68e879bb209ac86a6342f69918ae3256d0e7 +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat.meta new file mode 100644 index 000000000..c67b0c419 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_punch.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390f7c53b532b5da6cc98b60d528a6457595510847e881b370a5595b324f75dd +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat new file mode 100644 index 000000000..93a52e3b2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf673fe5695af8153b9e1faef6af655cc5a48ea715cbeb4f6a00e7238f94ddd +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat.meta new file mode 100644 index 000000000..0642558e3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smack.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2105bfba0e1702543844b8457d796a3ae9dc9d690bcd1caf86afd8ff543888f3 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat new file mode 100644 index 000000000..3522be0ff --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35eb83438d4a16491024be1b1e80bfa69e5195f1a983c66dda4544a6522e977b +size 2068 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat.meta new file mode 100644 index 000000000..eae646bcb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_smooch.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fdbddd288446f6efc0c7268d8f519d04cb8b770a722802ef8384350adfc40a +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat new file mode 100644 index 000000000..ad2837fb2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e9053c35ef993dd963f14631253c44065f200c4b1eec19f206c5f4fe4e5c87 +size 2069 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat.meta new file mode 100644 index 000000000..0a0123e79 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_sparkle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bb889a1797cc69c463bccbfd730d4ed30e0e8aebc65eacae9252f3a1ff10ae +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat new file mode 100644 index 000000000..33300f356 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3459dca333c6964f295c6a6db4531e83bc16b9306d8142c7fc2648a576914120 +size 2068 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat.meta new file mode 100644 index 000000000..ac9963505 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff27c7af3b6929ce9b7b06a887eda11ea88b74a6794e45fd70b82c19522e0f8 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat new file mode 100644 index 000000000..5ff26e13e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e7df9a65a8857273dd42a7443394c5a054fa5958e09b0f78c05ef59426985a +size 1853 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat.meta new file mode 100644 index 000000000..696f2fce5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_splat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3532d64c40c4db7855cc0d060b1def3cb4dd3a67a7462c177c8c038d2456105 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat new file mode 100644 index 000000000..ce083eca4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3383cd49efa70f410e3032b1745a5571ec22f634cf329e2247b51c02091e40be +size 1854 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat.meta new file mode 100644 index 000000000..a37691e31 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_whammm.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3136ba806b0605c3fb47ad45a8f8ce86d0722585a7333803de8e084496ff3fa3 +size 374 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat new file mode 100644 index 000000000..74360d01b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8272ebc6dd70f02f4246bd81827bf8da427417460a71e7fea82f6c1c969220 +size 2065 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat.meta new file mode 100644 index 000000000..b07cd1283 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10c735a5989b1027f5a38b10374ef991afafaa74e1825fa8ca8c652b4d1ca1f +size 371 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat new file mode 100644 index 000000000..6e8c5445d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c653439e30530caf376ac1bbee2b6b6f3fb517e9debfec6e2f84a3f235f9a918 +size 1887 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat.meta new file mode 100644 index 000000000..574d98cd2 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_wtf.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c2cb3e600084f68915b2c35b1e2137ef666ca71badf59194be2a9692c7af0a +size 371 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat b/Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat new file mode 100644 index 000000000..c5ea8a116 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef570482ddc9a28ed31c214bf6292ea8fbeffec842a6468f93c67283e9fb5c4 +size 2067 diff --git a/Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat.meta new file mode 100644 index 000000000..c0c239e6f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Text/txt_zzzap.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c19e4a737d8e90ea68aa622ae3c81a9e5c3cab70a4b0b5604cc11ae714a8e4 +size 373 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted.meta new file mode 100644 index 000000000..84363865f --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdc4b4d7795419eda85a34a29f45b21609670adc355f547609c924713445e43 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat new file mode 100644 index 000000000..7882121e1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9239c848e9707f1b5daa136e979a1071a6aa3cbc65758dd718bd32d23f3afc +size 2079 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat.meta new file mode 100644 index 000000000..5039c7646 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/aura_punch_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cae3f9f4889a6502976b4688adf7c14696bfd4dd8192396a9ba47d4602e684 +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat new file mode 100644 index 000000000..a7796dad6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3fcc1be6ccfb392e45723c48f7f4c74cf236632575f3b223dba3ba04bc235d2 +size 2056 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat.meta new file mode 100644 index 000000000..9ea708eb8 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/coins_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ababfe5ae6b917df62328e05e1d52b8fe66e8740cb627900aae3749fa410f7 +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat new file mode 100644 index 000000000..b77a02d7a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8def4735eae323aaaf35ec3911dce6205f002391c4e458a7b3bd4c69c3a91e +size 2059 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat.meta new file mode 100644 index 000000000..6db70cb61 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/confetti_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524b129acdcc5cc33751ea2b4542a6cc73c2e815b89f1304b9b1fbd85cb74533 +size 379 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat new file mode 100644 index 000000000..85fcfd34a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b22a13fa629cda3a76534455748fefba618d290e22df5544fb3d210b85ed876 +size 1864 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat.meta new file mode 100644 index 000000000..02113e7ab --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d2c38711c2cfa2760a3f56e167d52f049aa5b1d74bae7037d7bd41a89f4ac +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat new file mode 100644 index 000000000..264412adb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf3a918cb2f7fac07bd05ddc074b6984819d5ea2b63004bb4652222cee6826e +size 2080 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat.meta new file mode 100644 index 000000000..c3f7795fe --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit3_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2774fceb527c70a2d5d2e9ce7c2311d8c582ba5b73d1c5acb1ce2c7c154106cc +size 384 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat new file mode 100644 index 000000000..6137a2776 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cde6866d2d6fd8e2f2058b2fe02cb1a9e6a29516825adea1da96c87a04aa94 +size 1863 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat.meta new file mode 100644 index 000000000..d1ef91688 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/evil_spirit_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3656d331c11751e308dab9d3dfd10f652a153ac01c05e800f8b204b2ef7431e8 +size 383 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat new file mode 100644 index 000000000..2d76ba160 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262c8417aa6d403a044eb4567026c36453385169d8e98ad663b5e96b2c846abf +size 1848 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat.meta new file mode 100644 index 000000000..9260cd072 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/feather_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4cc6693caee3c616aec98efe59e3cd5d368925b67bb6874a6b7dab84596591 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat new file mode 100644 index 000000000..5f6ca59d6 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe395a1fcc8dd7717ac6b5f6a3d0f2875e0f49d65d19dad1ff9ae1312748c27 +size 1984 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat.meta new file mode 100644 index 000000000..1eda93066 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1862e7b1122fb8bd055baf6d36e7e1251a8dde12f7ba22f4606f7d9ee292e7 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat new file mode 100644 index 000000000..2c3c5b70b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df382341083d98cd15463e992feb5d0a0f85d664889c2b9a6403d30c517e3db2 +size 1990 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat.meta new file mode 100644 index 000000000..9a489605c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/fruitslices.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695d95fb409fe3d8400349b2de18ac3efac720998504b25de1c808b8ee2c8266 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat new file mode 100644 index 000000000..4ef8659e1 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3066ec4a5c8074dec321dfa2a0d951c1130e037d107a5fc2f28ba4809f4cba +size 2071 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat.meta new file mode 100644 index 000000000..f177792f4 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab1_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219776c77c9c77aac363018ce2d7e59ce6fa7a534284b569b95693c9280cffb5 +size 377 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat new file mode 100644 index 000000000..d7efcb708 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf953015e7e4c5920e6d99b6e347c3fee60edfcb3e7e4e23154d919ebae0d17d +size 2071 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat.meta new file mode 100644 index 000000000..f4c688351 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/grab2_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304658d869a46899015b1bfe9b76ab0d12ff5a040f76ca4faf445ac6991f5ed6 +size 377 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat new file mode 100644 index 000000000..b4356b5d3 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d5caec01a278b21e9fc36759ea764fed377027477943aac86aa9544d5c83c +size 2073 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat.meta new file mode 100644 index 000000000..16223be92 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/healing_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6b3d4944281947652a458cd5b46357cf82fa010b2d3f1050deb149abe10251 +size 378 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat new file mode 100644 index 000000000..54a6ed417 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a011a3bd069ea6245d59c4da561219cfeda98b0f26a535c2479a6942fc0409 +size 1864 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat.meta new file mode 100644 index 000000000..d8a67dcbf --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/ice_spikes_ADD.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5848667ad2e865c5fb9b742d57899570a9b804048a8faef9e729029a8cd7a4f +size 382 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat new file mode 100644 index 000000000..65f4054bd --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2163136e3e10f44ca5d9d57eaadc4b2a4700cb0d48623f33d9a4c612423fe815 +size 2077 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat.meta new file mode 100644 index 000000000..648512ccf --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/leaf_3x3_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4ca36862faf05f614a9aa563ab412008beff2c5f126808500394f78ebdab43 +size 386 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat new file mode 100644 index 000000000..737bfcfeb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf91a479ac812eb392fff90ad79b6616b05cf7954139b431de408830085de6bd +size 2061 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat.meta new file mode 100644 index 000000000..0bb69be3b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/moneybills_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba11813cb68c9c1d86a8cdb7e42792268707a5b33632b93b0fc3aa217507317 +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat new file mode 100644 index 000000000..324c16fc5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:039a1fbce63af973d45f74e3c1a76d47dc1b395e220ce367fb551759f85cc483 +size 1857 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat.meta new file mode 100644 index 000000000..e2361113c --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/notes_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7888a8ced28c760c678d23feebde57945d4e9a656c3088c00e9a2fe34e3d6db +size 376 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat new file mode 100644 index 000000000..e88654feb --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6480ed354652e23d5b0aa4370fb47a2667d0bdcf5b6a9d7ac82d6e6aea8b3bbe +size 2086 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat.meta new file mode 100644 index 000000000..a75c4680e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/snowflake_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c370b96cd073b077e7a41999e3b9f68079645430286feb9ba0c2f90151b04c +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat new file mode 100644 index 000000000..da5b0f075 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ef588492c4234ee9060db84a909edc16954391fefae9d65ead1e3023791eff +size 1855 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat.meta new file mode 100644 index 000000000..a809c5f0a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_4x4_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc9a8d2bb540aa81b04668c0da2cfe6f9d5e328fa8d7a1790ff3a8bae487660 +size 385 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat new file mode 100644 index 000000000..2480480af --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f468ea7412fb21fa558c5cd890474edea278707797c65f8019825c2d0d079a +size 1851 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat.meta new file mode 100644 index 000000000..311b03107 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/talkbubble_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5733e92026fc2fffaf899e2d9c561c699ab97e1a2ca0326b11850dbfd140b11f +size 381 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat new file mode 100644 index 000000000..28c2babea --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f025d4003b329ad68d26cd59ef7c6c0268e013dcc7e6b02d60df9444073300e5 +size 1845 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat.meta new file mode 100644 index 000000000..f667661d5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9a774f69e6c1fc494a489b5af6321c8167244cd1890b55b47cb7cc0da02962 +size 375 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat new file mode 100644 index 000000000..2162f572e --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ff8c3c7a2b6a39ee085391b4f3af48acbd29ddff7d193a1808e70ef3a24a47 +size 1850 diff --git a/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat.meta new file mode 100644 index 000000000..f5c355d78 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Unsorted/wave_soft_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5b555dd3bf0a5ef08bf066159789cf78eeafb5608e5e0a1330fd06f389efc9 +size 380 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings.meta b/Assets/Epic Toon FX/Materials/Misc/Warnings.meta new file mode 100644 index 000000000..80232fcf5 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fc5ebe0f37704b4bb46714b24af59649c5ec47e6eb48fc8491e6a098e49e20 +size 172 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat new file mode 100644 index 000000000..2cd6b2cde --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70cabc4372e376853947bb76a9e279573931822b167cd1f4a015298ff6bb62d +size 1991 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat.meta new file mode 100644 index 000000000..2400f0d24 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_bolt_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3456b022003be5f9188af991008db8b68fd141d4901bdf52eadd231827e05b60 +size 387 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat new file mode 100644 index 000000000..45705cf7b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d49b1310f84c64787584f5f201c9965cf312fef638a99e060995bef26bffb3 +size 1998 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat.meta new file mode 100644 index 000000000..031c1ff1d --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_exclamation_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04dae419bed78eff904d5f2d076a4e2b36bdea2b1f9ed122a478ad04cdfa299 +size 394 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat new file mode 100644 index 000000000..70576a837 --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18f6e7567d167b882c25d77b266f5546331038e332b7c58508bdde4b3a85c0d +size 1996 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat.meta new file mode 100644 index 000000000..884d65e1a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_explosive_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72865c1b30964dcc5899e0b1575186d29dc9cea6493a3586173278ab9a6c958 +size 392 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat new file mode 100644 index 000000000..ce774b07b --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9121e04b5c7c0cff5c55bfc5cca155ba86df8143cb86091d359cff3f1b3a9a +size 1992 diff --git a/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat.meta b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat.meta new file mode 100644 index 000000000..6ff491f6a --- /dev/null +++ b/Assets/Epic Toon FX/Materials/Misc/Warnings/warn_skull_AB.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9679b8a91d516bf5c9e4d24a7f1a452ac01bf838824280d10f06555d47c3135d +size 388 diff --git a/Assets/Epic Toon FX/Models.meta b/Assets/Epic Toon FX/Models.meta new file mode 100644 index 000000000..d65b7c462 --- /dev/null +++ b/Assets/Epic Toon FX/Models.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdd62b8a05d4ed8353934f9918948c2819f2e32bccf0bf5acfe1a3ec16efd11 +size 193 diff --git a/Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX b/Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX new file mode 100644 index 000000000..3432d9762 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd43503afcb42a88e595fa7675a4c03a6908e7921a77060a79760580ffe3868 +size 24176 diff --git a/Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX.meta new file mode 100644 index 000000000..42ce19f92 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_AuraVertical.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24354b72412ba6043d1dcac06bb48b368e7612c721b354584040ac7e9299a154 +size 2028 diff --git a/Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX b/Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX new file mode 100644 index 000000000..8dab846fe --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15511758f6b62c60056b1d8efe60976e7d14d9a1f7c2ef7e17c00d303eac5e1d +size 24368 diff --git a/Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX.meta new file mode 100644 index 000000000..aff87a736 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_AuraVerticalCentered.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213da5a297452a54746935460926be276e9a358aa5c4d3f9de097ef699b60131 +size 2044 diff --git a/Assets/Epic Toon FX/Models/ETFX_Bullet.FBX b/Assets/Epic Toon FX/Models/ETFX_Bullet.FBX new file mode 100644 index 000000000..ff2497865 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Bullet.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05742cc07846ae2b3fbac13dfb583b41007ce900fb4de969eb7d10de839acd9f +size 18096 diff --git a/Assets/Epic Toon FX/Models/ETFX_Bullet.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_Bullet.FBX.meta new file mode 100644 index 000000000..5bd314e7f --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Bullet.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1606ad0a68655b65ec785ae37c154d92faeb9f9606b0bc4ad03b5afcd86c5a +size 2411 diff --git a/Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX b/Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX new file mode 100644 index 000000000..7337714ff --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f240fb8be7fd008a83de968deb29481faf615e5de2da443d07c9397c227287 +size 20192 diff --git a/Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX.meta new file mode 100644 index 000000000..cd0157423 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_BulletFatHP.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28d70d368289651a584350448a5cc7cf6d888163278cb0431a1b1c6855d9d62 +size 2421 diff --git a/Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX b/Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX new file mode 100644 index 000000000..3d31355d1 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968c970312e637ee8bbb8f9c2ccc9591e71bae0c91bdb939f9aa351c4a23f6bf +size 19296 diff --git a/Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX.meta new file mode 100644 index 000000000..2ec9668c3 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_BulletHP.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9146dcd76f4ac0ad867a93ecb365ba3a9113936a43399e28abc5640ccb19af9 +size 2415 diff --git a/Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX b/Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX new file mode 100644 index 000000000..97298ea16 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ddc865480b27147bdebcd33793bca5aae747637ff994129ec5b37f610aa97f +size 17936 diff --git a/Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX.meta new file mode 100644 index 000000000..f0f45c941 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_BulletSharp.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd17a0dead7b715dc5666090eed57b32f05cba14bd37410c988fb19dff8c4d7 +size 2421 diff --git a/Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX b/Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX new file mode 100644 index 000000000..72b5da879 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301a6fe7500928df5bc12dfdc176effb680d3adb2bee1611e4abbbd758483f26 +size 17824 diff --git a/Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX.meta new file mode 100644 index 000000000..e33f1c405 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CirclePlane.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac319c3e847b46e0d288423b0843149b5209c444e16514273057a2f459373cba +size 2423 diff --git a/Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX b/Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX new file mode 100644 index 000000000..25e06151b --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732e29aa7fa29208cd54c84e2f7a7a7732bd361a028da4af8ab4959d033cb2fc +size 17280 diff --git a/Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX.meta new file mode 100644 index 000000000..4d9257295 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CirclePlane2.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf540654a2138399a9a1a84847a3aadcc060d05b8208d420ebfbd9237052e9d5 +size 2425 diff --git a/Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX b/Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX new file mode 100644 index 000000000..73d4c16d8 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c453b539f398bf9a4af5eb0f8e82fa93a22201b71638230e15eed16b259635f1 +size 17040 diff --git a/Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX.meta new file mode 100644 index 000000000..ab02b3e52 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CirclePlaneHalf.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d367815a57605a25c3ffbdaf005ac5be98b1fc1f40aa5380edfa54266e0dcf9 +size 2431 diff --git a/Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX b/Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX new file mode 100644 index 000000000..5c3998b2b --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b18ed23a8013e5f85a210f17c5b15ea0e0d5dd0772c7db7da9d8dc0570e4c8 +size 17952 diff --git a/Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX.meta new file mode 100644 index 000000000..a36c15ed5 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_CurvedPlane.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c40a925a12ab2ee445a2ce35b0e8a55414ce19caf0e3aa1d0e98726d63eb307 +size 2421 diff --git a/Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX b/Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX new file mode 100644 index 000000000..6fcfb4489 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28051072cb7c4d5f0475c03bb7964ba8ded11590c3108cb26e015fa001ce0a2e +size 14992 diff --git a/Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX.meta new file mode 100644 index 000000000..57e63ddfa --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_MagicWall.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a222226d181837114bc067c2124892e9d8d90c68dcdc4aa687cde9d0d13abd24 +size 2022 diff --git a/Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX b/Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX new file mode 100644 index 000000000..92836a369 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14db83b2d8c1d5b33794af22f222e5fb41a069abe725f4c88b0a0fef8ab84e8 +size 14880 diff --git a/Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX.meta new file mode 100644 index 000000000..d559816ae --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_PlaneWeighted.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52093da4035bda0dfd653f1a7a7e50c1cd07c6fbf9d7a57b6ec65e2f39dc612a +size 2425 diff --git a/Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX b/Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX new file mode 100644 index 000000000..5d4174da2 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9853a0bedb4fc9f1a75471fbaa87d837f413ff98bb02986d8151370e8894bda +size 16128 diff --git a/Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX.meta new file mode 100644 index 000000000..9a4ad977c --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_PowerBox.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1327ce421f9a65f0fffbe86952b1a49f3b7c4fcd2f9db9eb6ea39df180a1a +size 2415 diff --git a/Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX b/Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX new file mode 100644 index 000000000..62d9d8545 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14faea00de2ee05f946943c8721fbd01b3ab9bb55312f8e51f4908f5ed685a91 +size 34352 diff --git a/Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX.meta new file mode 100644 index 000000000..ba9faeeb2 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_PowerBoxSmooth.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0e125e075c18e327c233d88ccefddad3f1732dac0c7ac06d6e8573d29f21c2 +size 2433 diff --git a/Assets/Epic Toon FX/Models/ETFX_Rocket.FBX b/Assets/Epic Toon FX/Models/ETFX_Rocket.FBX new file mode 100644 index 000000000..68a5cf481 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Rocket.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee4a4a1074350835b454ed02798d5260208f092d7cd544d968d1200cc70f5cb +size 27168 diff --git a/Assets/Epic Toon FX/Models/ETFX_Rocket.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_Rocket.FBX.meta new file mode 100644 index 000000000..519c630e0 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Rocket.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80808fef79927a2250fd707fa7ea9270415f926086bd69bd241a8ab011e1f9b3 +size 2438 diff --git a/Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX b/Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX new file mode 100644 index 000000000..1ed70703e --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9b6811b70dcd7d020d1e8916f6ff5e3088e4951996b9ab9cfc19abf3e624db +size 27424 diff --git a/Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX.meta new file mode 100644 index 000000000..c933971b3 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Rocket2.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a004ad9bb0fe8eece471a4db27196e41935cda0c60d7c72047a2bf1d45d57a0 +size 2446 diff --git a/Assets/Epic Toon FX/Models/ETFX_Shield.FBX b/Assets/Epic Toon FX/Models/ETFX_Shield.FBX new file mode 100644 index 000000000..b0f2c7156 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Shield.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03aee7b5b6dece4a053c273293541adab36fa71ae303f861d372e432550e6d11 +size 28416 diff --git a/Assets/Epic Toon FX/Models/ETFX_Shield.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_Shield.FBX.meta new file mode 100644 index 000000000..fab6ee4c1 --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Shield.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b85003eb7fc2d518fbf2bd7f8b40cde690067fb8a36324e72572a868681a98f +size 2016 diff --git a/Assets/Epic Toon FX/Models/ETFX_Sword.FBX b/Assets/Epic Toon FX/Models/ETFX_Sword.FBX new file mode 100644 index 000000000..ed81741be --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Sword.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbb8abde6a12b1c7cd6efb2f9e19f20b0daf2b310b3965a4d21b109aa2d5f86 +size 27696 diff --git a/Assets/Epic Toon FX/Models/ETFX_Sword.FBX.meta b/Assets/Epic Toon FX/Models/ETFX_Sword.FBX.meta new file mode 100644 index 000000000..7eb3962fa --- /dev/null +++ b/Assets/Epic Toon FX/Models/ETFX_Sword.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fca95f9dfe4e9de033a2b815f0656050b5a1af5afe7ab96569c9cc913a11c1 +size 2619 diff --git a/Assets/Epic Toon FX/Models/Materials.meta b/Assets/Epic Toon FX/Models/Materials.meta new file mode 100644 index 000000000..12dfdd6a2 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0a137332c0a3ff1645fc4524c9c79f37c517cf987fd7d21e43e62191978526 +size 172 diff --git a/Assets/Epic Toon FX/Models/Materials/Material #30.mat b/Assets/Epic Toon FX/Models/Materials/Material #30.mat new file mode 100644 index 000000000..709af8592 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/Material #30.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9501182bc40226e59cfe701cb1a8030693eb50133770c519e40656b8a8e51b0b +size 2046 diff --git a/Assets/Epic Toon FX/Models/Materials/Material #30.mat.meta b/Assets/Epic Toon FX/Models/Materials/Material #30.mat.meta new file mode 100644 index 000000000..400c8b8db --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/Material #30.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47850ec0ce12f837dba0006c32fff10a318172ad4312b6463f402e61c98265b5 +size 380 diff --git a/Assets/Epic Toon FX/Models/Materials/No Name.mat b/Assets/Epic Toon FX/Models/Materials/No Name.mat new file mode 100644 index 000000000..271352a53 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/No Name.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8662ca52f9124759d43801aec4c2bb186363f7ae6443f94a8dbefb90725c01d1 +size 2029 diff --git a/Assets/Epic Toon FX/Models/Materials/No Name.mat.meta b/Assets/Epic Toon FX/Models/Materials/No Name.mat.meta new file mode 100644 index 000000000..67a4c3508 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/No Name.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645817051b96c98ddd9fae6ea38ff69ad57552fd8b3c6cb7df44889ad4310c52 +size 375 diff --git a/Assets/Epic Toon FX/Models/Materials/Sword.mat b/Assets/Epic Toon FX/Models/Materials/Sword.mat new file mode 100644 index 000000000..e34afc6e4 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/Sword.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4545a94b37512a8e232b5e95147cf89363fd4c7bab660364c0b07317020f9455 +size 2678 diff --git a/Assets/Epic Toon FX/Models/Materials/Sword.mat.meta b/Assets/Epic Toon FX/Models/Materials/Sword.mat.meta new file mode 100644 index 000000000..ac3ffdd71 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/Sword.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88cad6aca1c7b43658a5433359f02cbadf5ea9d9fc12aa09c21bb91b60110c6 +size 373 diff --git a/Assets/Epic Toon FX/Models/Materials/sphereshield.mat b/Assets/Epic Toon FX/Models/Materials/sphereshield.mat new file mode 100644 index 000000000..b9857dd58 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/sphereshield.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0e26a206b7358bca1178f8252ced0a4aa40e2c2d86db151736b31a9a343f1 +size 2046 diff --git a/Assets/Epic Toon FX/Models/Materials/sphereshield.mat.meta b/Assets/Epic Toon FX/Models/Materials/sphereshield.mat.meta new file mode 100644 index 000000000..552a99056 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/sphereshield.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e56e1d5b686e85a0f0243b971cae598c0d055ad9b65eb20f03dadc0a5d2fb4 +size 380 diff --git a/Assets/Epic Toon FX/Models/Materials/verticalglow02.mat b/Assets/Epic Toon FX/Models/Materials/verticalglow02.mat new file mode 100644 index 000000000..c0b5b50da --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/verticalglow02.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49fb22919e7aae2304b64ddd96397c0169b2b8db4030a1b367af6d16a36310c +size 2048 diff --git a/Assets/Epic Toon FX/Models/Materials/verticalglow02.mat.meta b/Assets/Epic Toon FX/Models/Materials/verticalglow02.mat.meta new file mode 100644 index 000000000..6888a32ce --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/verticalglow02.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca439e71ca7b4df9e98b35c0f298eda8f367946b3b48c0a7550137c467d8d6d +size 382 diff --git a/Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat b/Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat new file mode 100644 index 000000000..1d60815c6 --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2777496f91246393d736dd5aa7a6a997e75ecc21068a7c0c5613cda4793b9b +size 2051 diff --git a/Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat.meta b/Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat.meta new file mode 100644 index 000000000..45d63185e --- /dev/null +++ b/Assets/Epic Toon FX/Models/Materials/verticalgradient2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b359839eb2b6e55212807a4fb86b2f4600a46aa467cba441cde6a1f15be694b +size 385 diff --git a/Assets/Epic Toon FX/Models/aura_flat.FBX b/Assets/Epic Toon FX/Models/aura_flat.FBX new file mode 100644 index 000000000..ba6c0a581 --- /dev/null +++ b/Assets/Epic Toon FX/Models/aura_flat.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f7d5feca9269f0999f40357f2b2ba68bf95c207835f5d61d2ff218c883e0bc +size 24512 diff --git a/Assets/Epic Toon FX/Models/aura_flat.FBX.meta b/Assets/Epic Toon FX/Models/aura_flat.FBX.meta new file mode 100644 index 000000000..8ce26e3f7 --- /dev/null +++ b/Assets/Epic Toon FX/Models/aura_flat.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0889e9cf7404bf4be58c8b4ccdea6ca9667ef49fb636fe1d73f6acb4af4180f8 +size 1843 diff --git a/Assets/Epic Toon FX/Models/aura_inward.FBX b/Assets/Epic Toon FX/Models/aura_inward.FBX new file mode 100644 index 000000000..a5ce41c18 --- /dev/null +++ b/Assets/Epic Toon FX/Models/aura_inward.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a08ca726384cbc675ef0e6c060b63343ceb8c101f4a0733194ac66d5d3fd18 +size 24560 diff --git a/Assets/Epic Toon FX/Models/aura_inward.FBX.meta b/Assets/Epic Toon FX/Models/aura_inward.FBX.meta new file mode 100644 index 000000000..c720c3849 --- /dev/null +++ b/Assets/Epic Toon FX/Models/aura_inward.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434e19c76a5671a1fa21039f3e455918c8ad3a89a3a3a4ba3fedd66c40746aec +size 1845 diff --git a/Assets/Epic Toon FX/Models/aura_straight.FBX b/Assets/Epic Toon FX/Models/aura_straight.FBX new file mode 100644 index 000000000..6635f716a --- /dev/null +++ b/Assets/Epic Toon FX/Models/aura_straight.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267553cc34cf269e0d65713785d4c2277ca96fb80373c8cdde0bacdfc287d737 +size 24528 diff --git a/Assets/Epic Toon FX/Models/aura_straight.FBX.meta b/Assets/Epic Toon FX/Models/aura_straight.FBX.meta new file mode 100644 index 000000000..1482ff70d --- /dev/null +++ b/Assets/Epic Toon FX/Models/aura_straight.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7ad1918fc72421132b616dc9158f53224e308c7f7e6e79b0680d9706d4fbdf +size 1847 diff --git a/Assets/Epic Toon FX/Prefabs 2D.meta b/Assets/Epic Toon FX/Prefabs 2D.meta new file mode 100644 index 000000000..21e62ed73 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c35d343422114de1b273b88c0977b0e5aeb93233c7759c35f7c932a0d7d166 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Background.meta b/Assets/Epic Toon FX/Prefabs 2D/Background.meta new file mode 100644 index 000000000..b218879c4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Background.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92f1e2fb1a7f6c48cb120f00159b60867c682a607a06f054c79fff62c2f5463 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab b/Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab new file mode 100644 index 000000000..d33a92b33 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64dda1f5063476bdcaccfacd5b20b09aabab778d36480be64cb9172e04b71fd +size 235326 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab.meta new file mode 100644 index 000000000..c1f8729c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Background/BackgroundStars.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d88da50167bfa6b527bcaa35df4796b42fc0ed7e204c82473db1838423233f +size 357 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood.meta new file mode 100644 index 000000000..f8b5a0d10 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b4de6df4d507fb3697e1d136c48b1ce7888551076dc91b7caadbbfbe43aa2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green.meta new file mode 100644 index 000000000..9b8e683fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeb2af6273db03d1cd127100b5897f8c13712c57ffeb19efd4528d6c824f6d4 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab new file mode 100644 index 000000000..63f1e6aa4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0fa72ab1f7a923ad19a4f15b0bdb67f7598e67d00180453a8959a8724977ce +size 229564 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab.meta new file mode 100644 index 000000000..282a0e80f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodDripping2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ad1b4d46452ad6f845fa158307be5100e6706948c7cfb24cee378666b5ec6d +size 390 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab new file mode 100644 index 000000000..53e2c50b1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86951ea0c463c6bdbc119a2002e35d75d766fd531e182cd7a4f0dcfa15095f9a +size 342746 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab.meta new file mode 100644 index 000000000..06160db07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodExplosion2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7348d657ca9508c189ccba9c663b9488475630badf4a3d7eac95f7a78a344f +size 391 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab new file mode 100644 index 000000000..b1804efa5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19567ff81c8ead9aa058975d92dfe316ae611028b3b685c705cc8f08999fd8bf +size 226959 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab.meta new file mode 100644 index 000000000..3e7f3d326 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodShowerLoop2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e010ed0ac01350b8c684397d06f5893855aedfd4acd208963a7f9e5346f467 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab new file mode 100644 index 000000000..6418a957e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fbb5c8f3dd212bbf21f21dbfd6842d18210c747b18ff7caeb983e776346588 +size 342683 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab.meta new file mode 100644 index 000000000..c8201fe22 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatCritical2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d254e82569f94520e3678cfccb5cec0791826a296c7f3123b8ded3918eb1ae +size 395 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab new file mode 100644 index 000000000..6449a0a57 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7167611d6a9f47e80f52404be9f28e64eda8cbe1e40c6fe201dfe2deb243ca3 +size 229975 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab.meta new file mode 100644 index 000000000..4b81d3599 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Green/GreenBloodSplatDirectional2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01afa860f333eb8aded0f632023e25e5b260cea9f099a96ce610bc41b0ed601b +size 398 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red.meta new file mode 100644 index 000000000..bb3b57915 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d430c231ef1a46c12c1ebdcfc02758e3a9297bf30f2b585d8737a7efff1bec89 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab new file mode 100644 index 000000000..21ecbdd1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e161d7559833169746bc0097d05114cd2e778b9059545727a61a3ca106b625c +size 229541 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab.meta new file mode 100644 index 000000000..abe56d708 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodDripping2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d0ba4c371950c9ebbb352ef67610cd7323f09c484b3105351db56bd29a550e +size 383 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab new file mode 100644 index 000000000..c634ef45e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82976bfa011ca5f783a808570cb08f3640ce1333624296d3fd7dac20aba05e62 +size 342710 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab.meta new file mode 100644 index 000000000..c27cb3c13 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodExplosion2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7da86e7a68d9cb3d738dc540a17ef61a38552a73c12b328427ec7b0a48fbbb1 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab new file mode 100644 index 000000000..1eda57395 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb2521a6e7880175a819c659a04064affa9d013e17a8433771aa413b80853e9 +size 226936 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab.meta new file mode 100644 index 000000000..93b3e90ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodShowerLoop2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad74a0d081708818de3f6f6430d5c2aec1d8db49ad11a9ccd67610741a293feb +size 385 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab new file mode 100644 index 000000000..a24f7e39b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851441e0415ad76889d84d5e3bbd2e1f712803f1b676834238b8240505586e45 +size 342651 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab.meta new file mode 100644 index 000000000..e2b7d347c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatCritical2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84290e5a18a3deb1f2bc323150d7d41786fafca1f965f7357d68564d734d7ae5 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab new file mode 100644 index 000000000..770d46122 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f9f4ae6911ce34e0a485502b917a4e842a7f7fbd17ea99f5f249a2c8708092 +size 229952 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab.meta new file mode 100644 index 000000000..b97e018a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Red/BloodSplatDirectional2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fc48d007ca05f4204720b5407fc608b065e5bf17719bac74e9111a86bb9a12 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow.meta new file mode 100644 index 000000000..ed7b1562a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab19979ca32e1ac0a1087892ab0ededc3029164b5e1419d8c10e7e91f92f73ba +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab new file mode 100644 index 000000000..aa39b4bd2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2aa54575ec32a434af1aa9d53fb4379b3a0160720826a33070121e869c176c +size 229549 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab.meta new file mode 100644 index 000000000..f277378d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodDripping2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884dbd6eab1c2489bf44bbc497e86361b79355adfb7d439f0990454344346391 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab new file mode 100644 index 000000000..982e4b241 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db979533519476df3a6487ff13c8db1cb9f6c8b06b58070709de1a835873f266 +size 342723 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab.meta new file mode 100644 index 000000000..b22ea4078 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodExplosion2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f36918c4795b0cd178e098aaf89b75b78cab655b9ec07e4f474c54b70c2200 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab new file mode 100644 index 000000000..cfdf60f9a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f631891ab8c8e6fb3a4e6f71b4a9df44599f3baa54218d15fc529b8bba301caf +size 226944 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab.meta new file mode 100644 index 000000000..ffe2f9f77 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodShowerLoop2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d085ffef5eb8ef5e89c054deb6bc843bf15abc6a0ca586bca5585c08e4263fb +size 394 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab new file mode 100644 index 000000000..37cf5d9a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e16bd4abec965ce03912b5224fdba44b217fc6322b298498dbd2bd4d674585 +size 342660 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab.meta new file mode 100644 index 000000000..9a5b2343d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatCritical2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef6a4471fa53630350225bbf3db06aaf4e814bc4809617c4c5ef0f162d615ad +size 397 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab new file mode 100644 index 000000000..6e7f04c04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e3a72298f1d93f099709b7bfa065778bcd87105baf16901eab427eaa304ef3 +size 229960 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab.meta new file mode 100644 index 000000000..04e22ceff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Blood/Yellow/YellowBloodSplatDirectional2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afa54f8a028d05519e02ffc7450b0921aab4b58d06952078462d2d034604d40 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions.meta b/Assets/Epic Toon FX/Prefabs 2D/Explosions.meta new file mode 100644 index 000000000..650c7952d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42437e0aeb40d6f3ddffba92bc806043637e609bb4b8d3878d9c08da08a0c0c8 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab new file mode 100644 index 000000000..7d81a37aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d82372819f4b9b7d694e47e7f4b108fc8e345903adb191c325c20348a7a5e3 +size 230592 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab.meta new file mode 100644 index 000000000..bfe191bd0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions/MetalHit2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bd6d0b3fd4ead98a5df86ade79c53a8c54e2ca96e07c207a25d6302d334617 +size 379 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab new file mode 100644 index 000000000..3df7585e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9a9f71d505b4f59f5080d37f06e11bba6e0a2729f24546c71a3668912264da +size 230317 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab.meta new file mode 100644 index 000000000..3b4498939 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions/SparkExplosion2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c250da2b0c92cd8d1605e1f37242ba11321148c866eb1ee49fe5acddbaa1e43e +size 385 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab new file mode 100644 index 000000000..b776cafc7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f911d6f46cb50fe01677e637c321e99f51f66d92dd9b29592d5548d3807c9b2b +size 231761 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab.meta new file mode 100644 index 000000000..279c3f374 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Explosions/StarBurst2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e7d4e4b9020990753e0919df23da0b35dc6eef549b0d45939d84b1bb830861 +size 380 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water.meta b/Assets/Epic Toon FX/Prefabs 2D/Water.meta new file mode 100644 index 000000000..72c20c617 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45acbbd534422e058a7b7e4b1f2443d1adc23b366ed24e6c3934a880fcb941dc +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing.meta b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing.meta new file mode 100644 index 000000000..94e2d7ae8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe5bcb7a62f973bf8bffbee14236a7f7d8b5f6416ad4bf4f2fa4e668bbad409 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab new file mode 100644 index 000000000..4e642682a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1874f322dccfc48f11a661405a6609a11797c65bacb6abb81c913e5432f6b97d +size 232584 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab.meta new file mode 100644 index 000000000..5fa7117f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDripping2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12193a824011ad8181434043764f1f3ed19c06c17b8cb4b378a31765f4c59b8 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab new file mode 100644 index 000000000..934bfa3d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c151f3ef02d0847ff1038fc090d11db271e3bd55e26a9f99cd6c50191a1d80 +size 229587 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab.meta new file mode 100644 index 000000000..01bdb2f67 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterDrippingHeavy2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92baddb4b28e2f3ea9bc238210b8ffc2cabad03a2a3c6bff6b3f2c81e21e58bb +size 392 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab new file mode 100644 index 000000000..d38b80432 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336f4f8a72f8fceeee167147b8b6ed025ab10efeaeb0894c1c21b2b25c1b0c6c +size 343219 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab.meta new file mode 100644 index 000000000..61c63124e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFall2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3fd708950930f2c43dc5f33d9c602b397f7de4a603b2dc15fdef7f3528ffaa +size 383 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab new file mode 100644 index 000000000..74ad62b2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a47051fb2bbc31d51a01259f2cc6b348fa2ab0e430067a76de2669266236c7 +size 343583 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab.meta new file mode 100644 index 000000000..85ad2df52 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Water/Flowing/WaterFallSoft2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b392773d6d327c0ea8ac98b19bf34c772e9dbe31e071a53fb1505d76be118ff +size 396 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Weather.meta b/Assets/Epic Toon FX/Prefabs 2D/Weather.meta new file mode 100644 index 000000000..eb07d362a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Weather.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdafe4f7910a1de538bda36fc5ee11e73d77cdbfa34caf46ee191b2c26faa7df +size 193 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab b/Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab new file mode 100644 index 000000000..21c0fb3ab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1642ff483b43e4b10ee2846c2a160f2f541643dbdd45081384e6ae5109af248 +size 229115 diff --git a/Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab.meta b/Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab.meta new file mode 100644 index 000000000..21ff8bee1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs 2D/Weather/Rain2D.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ab2d165e422a5844359ff4a4cf0b73f2913a8720f052ae8af4df0e043aac87 +size 372 diff --git a/Assets/Epic Toon FX/Prefabs.meta b/Assets/Epic Toon FX/Prefabs.meta new file mode 100644 index 000000000..cb0e2d98d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa7270c831c72f887b5078cd95c4fef6163e9e657f9f0feead1276471a657c1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat.meta b/Assets/Epic Toon FX/Prefabs/Combat.meta new file mode 100644 index 000000000..92d57345d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f2108f7e0b5b1381febdb7db9330d920af0323fc8a6d59a992d1f3452be6ea +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood.meta new file mode 100644 index 000000000..468d7dac3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf9809400287028db26b8cc32a83a319e9eee93e9591f532f93dbdf96c7d25b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green.meta new file mode 100644 index 000000000..4683534d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12e442491ab8e948679b4cad777221c9bb2bae5b472ac24ff885e90d896b2d1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab new file mode 100644 index 000000000..3a4a9ad81 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13b666c5d93b925a0d23a989f392458080211beda6a4abc381d455b34dc4472 +size 229557 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab.meta new file mode 100644 index 000000000..274831422 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodDripping.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fd49dcc61f14d2e44c2501f886d9079d8122d9bc569ecde3b060a174ff6806 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab new file mode 100644 index 000000000..4a6d25067 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1d392b4666fc6bc46fd2dfe5497490a07e2b8c350a5f80763f59e2b1fdb8a1 +size 342485 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab.meta new file mode 100644 index 000000000..07f919fcc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb99f7d4e50ce8ccc3fe0acdb088ad10afa2e40461dfaa389d9f63d1b4abe77d +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab new file mode 100644 index 000000000..1acbfa989 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413ce26cdc22454b88bbc4c6f4053b62656c3621978f2719d94e497c239c18b2 +size 229481 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab.meta new file mode 100644 index 000000000..856db1ef6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399d47d9d0fc709ffa54ac96188918ef6e57656f8cefc9c9ed38c7de5a45ac18 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab new file mode 100644 index 000000000..951e4c6d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040884b203309f157233d6b0fc20e234ce38c971b97c4ebfdc1afd63f74d6072 +size 229766 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab.meta new file mode 100644 index 000000000..2d2033f06 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionRound2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba89e56f16dd5c29c5965f1822a14fcdf5060578b30f54ca2506108dc5e0fa6 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab new file mode 100644 index 000000000..ab13afd09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6222b036d3224507db399766c12ba08a6f8df34eea8e24e59dd0d66c0fc58a53 +size 342962 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab.meta new file mode 100644 index 000000000..f29ea24e0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodExplosionSpiky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff030caa368ba6431d8c79064e1a728b3f6ee68d302c9d9648684496a9fa0e5 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab new file mode 100644 index 000000000..b1ce5c64b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8073f418997b729b2decf72f129a96f4b78ccef8210445ab2d7e8a689972e8 +size 228687 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab.meta new file mode 100644 index 000000000..5430a6729 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodFlowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da227b329f4845f8a2d9c60a201fc46376cedcc04291a0ee5db75ecea12198c5 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab new file mode 100644 index 000000000..73a924e2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3d8e1289c7b59dbde2708dc72cb415a8d1ccbb73dac7712f0419d5e94d7bb +size 116046 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab.meta new file mode 100644 index 000000000..d45aa347d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodPoolGrowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d204dcc8b41f1c31a37fb87736fda52fa633f9b249b0cd866a6ff73131ce843a +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab new file mode 100644 index 000000000..5a95aa680 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81863a1df3beccccb9a69f2ddb603aef2a6edff56acbb5851353143038b9488 +size 226965 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab.meta new file mode 100644 index 000000000..b92f874c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodShowerLoop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451203f6f68065d026cbfbae64ac3b2b7869fe1145445832c9ec25e214f5d490 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab new file mode 100644 index 000000000..47945cce1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f25ffa559e092d4c7ae6b449712c5ee6de63c673b810c6a3ee40ece8a9a18b +size 342674 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab.meta new file mode 100644 index 000000000..3e852b90c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738cca80d91391cef43afb720b628017634ac6db19467bdea15f960862b84de2 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab new file mode 100644 index 000000000..801d1a427 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20698cf52cd6e580a8a4ac3c7ad354293602320dee2e95f00258ce85c134c2b +size 229969 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab.meta new file mode 100644 index 000000000..c016908b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec12576db2e7b9385f843b80fe194e7268fed2800b073cd24e9c6fe1bf90d283 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab new file mode 100644 index 000000000..7aba8b2f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85990ed219efba2ee691dc8cf1c3e3aad7dfdbbf4e9fbb759d14c53afd63002 +size 229699 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab.meta new file mode 100644 index 000000000..aa3891d8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatDirectional2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9d1f3b2f9191217738c6814e3d474d81c4666073e2a4683ee9c716dfdb3a9b +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab new file mode 100644 index 000000000..d96d81f24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fd3eee619ca0b2e7535e623285afa05f5f688004f29f7fff037dc9c6471732 +size 114739 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab.meta new file mode 100644 index 000000000..2fcc613d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b2f84fae60810eae3114901f1efc32c79e0387f26c5c0f73bce7c57f9b12e6 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab new file mode 100644 index 000000000..d776e4177 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f3540631c5ede661e3fba8537bf63944b052b2a7e62168dc9b8d962d2bcbd2 +size 229684 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab.meta new file mode 100644 index 000000000..5a874ba8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Green/GreenBloodSplatWide2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bb8027c8b9be60850f8279260b9ffee5d2971477af6c39085ef11e8b8c7240 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red.meta new file mode 100644 index 000000000..c9d10bd47 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c8edfd33dd91c59bfc34721aed95988332215e07ffa22592d78122e1feb6f9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab new file mode 100644 index 000000000..614a86f7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b83712c2ce654b290e255d29dc13331e8e53cc7ad1d99ae7c48c197ac01630d +size 229534 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab.meta new file mode 100644 index 000000000..5f6d7a32d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodDripping.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d09edbcedbb7aabf6f13e2824a570c1dc5f093ec344955ce2d593c47bc99ada +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab new file mode 100644 index 000000000..650cdb471 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe45221bf636335218d7a0ec35469989e11f52953e57f85814bbc8a0d6aeb801 +size 342453 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab.meta new file mode 100644 index 000000000..f6d27a886 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c414a5cf801b819b694b29dfa59a637409e5afe2eb8e1ddf66996ee65f364d +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab new file mode 100644 index 000000000..9ed3af1b8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf2aeb2707dc3b52e2dd1859811014f961b9993866675374016c49a4746489d +size 229458 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab.meta new file mode 100644 index 000000000..2535755f8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2483cabff515f93e46d66d3e062f5485d1867079cfeca93e32666df59685e21f +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab new file mode 100644 index 000000000..71b7cd4f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e1ef68b57d2d705ba746967b3b61f49bbe3d36d6f95c1195e8bfae595554a6 +size 229743 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab.meta new file mode 100644 index 000000000..3e4c717a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionRound2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d9820e142ad2ddf7a347374f24860429c93dafbec3d428575e4dd35aff9685 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab new file mode 100644 index 000000000..fe8f40b7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5044e99d1719051749ef19533e27d4bc44541983e5bb49e5caaed245103c8f32 +size 342930 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab.meta new file mode 100644 index 000000000..39f2396ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodExplosionSpiky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c463fd46da1b8c5f3c7405793b670d36e37cac171b0d9c148e2f2be5d7e037 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab new file mode 100644 index 000000000..a5b3868cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573b9ad3b4be0f2ca29eec8267f3bb0fe16f7cd5c62f8c6d9bfaffbd1347c847 +size 228664 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab.meta new file mode 100644 index 000000000..fc3cfb87f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodFlowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdb7ae0dd157d4f03b04c2356866a3a5b87317e5383d05864fdff20fa525fd2 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab new file mode 100644 index 000000000..fa8652f90 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94527d19ed0afb940d8b35136a6a2e643c4e18d176024ae1b90a86aeb5fb8ed +size 116039 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab.meta new file mode 100644 index 000000000..37e8162e8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodPoolGrowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a360516c19297aad2044a84ae641f29bb1fe33553129f617475edfcc74e3ec51 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab new file mode 100644 index 000000000..5f59fdb81 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dacd35b1b14e0be4d55bf63abf74ea5e1eda837445e125fef6b236b7ea3d53 +size 231332 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab.meta new file mode 100644 index 000000000..6d9e1cf35 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodShowerLoop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e7daa4c006b6a739baf5353f7d7decbf93f6b32e4bd1286ead4fea95505673 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab new file mode 100644 index 000000000..5d02dd1cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2652e489167800c06d7300ff29a994a5a6d908c44fe69197816b476910baf4e +size 342642 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab.meta new file mode 100644 index 000000000..100aab9da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ff7e22bcaa85b3477c77bd4fc821e5b951657a851b77eb1ba91a7a366e698a +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab new file mode 100644 index 000000000..b36150552 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bb909024a0b9abc595af0428edd767f1aa77bfa48e43b99371b9c843eb9f56 +size 229946 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab.meta new file mode 100644 index 000000000..b5f37aa26 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408e427d3bf6ecd47faa8434c140b096366d8cde666deea7f50f39b89c21c63c +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab new file mode 100644 index 000000000..a442fa45c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6256e8d3af8c1f28ba7899bb827a5e398dba63aa2111cf6073d86493b70230d9 +size 229676 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab.meta new file mode 100644 index 000000000..e0fc6007a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatDirectional2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47a86ea2944f8a490fefdcad5f333217a4a72dac8e9b41432fd03ebbe99fbb0 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab new file mode 100644 index 000000000..f1ea40642 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9048d54d6a47b0b32acf99363373862a4f941945dada70da5396f8d9c0b88804 +size 114725 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab.meta new file mode 100644 index 000000000..a3e8867e6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac79074b5cb2cf508568490e2559074a30464bbb6b4b313d4b372f8a5c19da4 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab new file mode 100644 index 000000000..37b4f6be5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb80f9f6cc6f19032774a3dfc77f4a908ff4be968ecef7a321c2ad9fc54ecb6d +size 229661 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab.meta new file mode 100644 index 000000000..497a515c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Red/BloodSplatWide2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caf900e8591b80bc47faca830f592dbc7aa18f33b1bf0c7a50cf94a10a44698 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water.meta new file mode 100644 index 000000000..dbb23f560 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1df2f959801ae098d55187153eb15f55f4c2b8ac25b2ea848c1446660abce5 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab new file mode 100644 index 000000000..29b55e119 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76636f9641857084a83b053a003c3dd1973cf3ed676bf649d9c30f93e59baf10 +size 229789 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab.meta new file mode 100644 index 000000000..ba72728f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterDripping.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a89b24dbcf05fbb2fa9590c86f7cafaa7eda3d3c8ccf588e85e3cb81424827 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab new file mode 100644 index 000000000..19308086e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24db8216562444e4b131a83f69dffe31036fe936c3e0e878cfd3a9ce197815ac +size 342994 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab.meta new file mode 100644 index 000000000..182ba78ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299f1e53ac5c9bced52e59b9571c4c664db08cb7c2e96d089873929551c1dc38 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab new file mode 100644 index 000000000..ba3503318 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed25dfdcf49cec96e51a9b409f579d6792b4c46e75a2b6796c1ea70181b392c3 +size 229694 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab.meta new file mode 100644 index 000000000..5e9de0d68 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf86c5ebebbb119c93a5762812f1b6068b9d3657963a68205d5bd4eeaa30c5c +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab new file mode 100644 index 000000000..e0a291fe9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d23725264c697eaba64696ced38c777590ea12006f75fa6d5dfa287c17994d2 +size 229704 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab.meta new file mode 100644 index 000000000..716ecb2d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionRound2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f58732cd5428ed2714700498193e47d10b88f18aa86682daff1f239f635aefc +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab new file mode 100644 index 000000000..5cb63cd40 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db6b1c74b20f5b5dfd337b08c0e38c3d5b38e7930ead339cef50c37fdf96003 +size 343305 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab.meta new file mode 100644 index 000000000..db35e7299 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterExplosionSpiky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaed82a1351329adcafec2c55c6104f7e3b7b68182827583c94848ab952d5e3 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab new file mode 100644 index 000000000..7c465f206 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bd3934b1bb9208d2145156ddb90e0a9397762926ab6384e224d441e6ac15b4 +size 228911 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab.meta new file mode 100644 index 000000000..73cd4916e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterFlowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e57b6b8cfaa70b76388021a24362c141e1dc7b54835626f15991b1d8847f0d +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab new file mode 100644 index 000000000..318d020dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19791e9dd748913189092b01198a75089729b51e3b35724fa289e7038c2470ed +size 227173 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab.meta new file mode 100644 index 000000000..29db7199f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterShowerLoop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36916058010319bd5ab0e47cdcb294b62264e8f55031cbef6c48131fdb2e55a4 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab new file mode 100644 index 000000000..415da6d5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c100d722e66283f7e8ab12b7d0ac8a7fd997730c6391207b6db42b7a6710a981 +size 343016 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab.meta new file mode 100644 index 000000000..027da6818 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfab164d8a649d2adbb4c6152fc50ef526fdea78e26c4954ec94fdf3d1afdaf8 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab new file mode 100644 index 000000000..4772ce837 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc054367bc1b9538fac7d898ddb6a055e34ab5411c65e6ab04bbe34f7b21f7a +size 230177 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab.meta new file mode 100644 index 000000000..1e6d8ddc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f40aef12fcbd8cf7b542c988a4757ce6725d9d952c4796ddf18d4be5b639e2 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab new file mode 100644 index 000000000..37d41647a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1746a77364b50efa5b43ac98fe16dc435cd604b2a06ee37b1ba9889ad2319e +size 229912 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab.meta new file mode 100644 index 000000000..6fd50010a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatDirectional2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67b4140b85f997f95592a6f9e8ad87c83d39bc0f59b3ec6a08ea4d05aa12ad0 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab new file mode 100644 index 000000000..6a4b35f7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e82120dbd3a577ff13722eed418bf6f1e13071ea68e3266af59f3a35aed1ac +size 114833 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab.meta new file mode 100644 index 000000000..f55732928 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273ef38f1ffb09e221b3b4d865d2037dfc90d1d03b698e7fe627e78036baecde +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab new file mode 100644 index 000000000..b80d5bdde --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd97f04d06faff8e09b2525b9a7bdbbd5fed7d539ca2413cd1d2efce4c176c26 +size 229918 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab.meta new file mode 100644 index 000000000..a4591d546 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Water/WaterSplatWide2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b620336dff4b32ca12aa4b910571942b09059f0021e1f62d51f49550d74771f +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow.meta new file mode 100644 index 000000000..dd980f28e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e06e906bd2f9976f8572f9782178bb59c66bfad5d54ec345166ad1c5fa13b5b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab new file mode 100644 index 000000000..18cf9f63f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf067874fa802be0fa019efb39364f4b86944d87756d038a46c66b59a8c43a9 +size 229542 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab.meta new file mode 100644 index 000000000..e008bcb44 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodDripping.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c23fa5aea330f5a49c89293054d3556bfa449ba054b70137a2b2f8dcddbdbc +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab new file mode 100644 index 000000000..342ae6484 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c0861b75214bf8c72947479392c840e0c7f50e6423cfd49fa1ed8e8425d7b8 +size 342462 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab.meta new file mode 100644 index 000000000..e6e7c9dfd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8c7e1bcd4b70b6a2fe8034aacb6158e8f085821c7e28480ab0c4f7c2136583 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab new file mode 100644 index 000000000..25476c655 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c549bb16808e70c9978e5292224e5e8401997e7030912966ba4f65a001420b +size 229466 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab.meta new file mode 100644 index 000000000..019aeff90 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e920f8de0cc4595cf1e22bd45a7aca2f08177737a04d38078fb70d8137d34b8d +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab new file mode 100644 index 000000000..acdbb4724 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7a8685a10ae929de1edb9223f028e6361f8f7daaa760927476d3f5db736816 +size 229782 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab.meta new file mode 100644 index 000000000..6ddf0c178 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionRound2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ee30d5cacb35407f8681049a785fe1041b5672d7bb8cf54d49e799c8f27ea8 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab new file mode 100644 index 000000000..53ac67f06 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08004304c65a5d7b2deb1ef7f5b2711f01373d5a8faa350b12ab07346f0e910 +size 342939 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab.meta new file mode 100644 index 000000000..7e24087f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodExplosionSpiky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15faaf37f080df0f5e058877820a5567d6cb2aad22358513d58d073cacafc61 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab new file mode 100644 index 000000000..e99401719 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da1f1bc614e7e8a2119a8435a792a22008593e2b8bbbc5e8294085bdef07c25 +size 228672 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab.meta new file mode 100644 index 000000000..66f565441 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodFlowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745aa09ba778a4e1d2c028a468d144e7527abf09a20c04da7101e0bd891ccd89 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab new file mode 100644 index 000000000..e4b00eedb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0476a29540a143fd45712131cba261bb602dac49d46093f8abac9373f20edc1 +size 116047 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab.meta new file mode 100644 index 000000000..7f350d0bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodPoolGrowing.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e7685915edb44f2ec230f495942301ffa91290d1e1e8f927c19a46ef39b762 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab new file mode 100644 index 000000000..4b62d0517 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a57a919bd01abb2f1c809e0838a7e845ebf8fbb252b79e529d4a99bf26d627 +size 231356 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab.meta new file mode 100644 index 000000000..df1708e3a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodShowerLoop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b4ee8d1beb95e5cd49ccabefec46942bcde51d59415c6aa77f8d774843b183 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab new file mode 100644 index 000000000..a68a39d8b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0d1d37cc0e3e999cd8062c7e111b6a786586d698d41404ae0fdda06fe9e2f8 +size 349236 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab.meta new file mode 100644 index 000000000..45b12b042 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8561886b77ae77ec107efb46c2aeff2c603f736710d95f2721dd3a1aaace7d6 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab new file mode 100644 index 000000000..f4888f4a8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243ce290a5e9750079dd7a2cd5af9815c0594e1e2887adb8a5bbe543454ec2b2 +size 229970 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab.meta new file mode 100644 index 000000000..e94a4244f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e668378b6595bbe7bf21021c4fcc0460dd444a6f5add8d4002240b09659b1f9 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab new file mode 100644 index 000000000..25a2e97a8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbd3aa6ee303a2f77048830c1cb25c475f5b841984df55fb40f6228636260d0 +size 229684 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab.meta new file mode 100644 index 000000000..8f719dfb5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatDirectional2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b068f0a43bfc34d7836bd3af2db6a3b0ac6638d4678245a06a5174ac8fb263 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab new file mode 100644 index 000000000..d2f7ea916 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eca208d7e6fb29649e2fdb3165280cce10cb83c7c91b0b32cbbe335c28082b5 +size 114732 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab.meta new file mode 100644 index 000000000..63fa893c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c75aa0c07019b5df74d57b014a8f533f1ddb9c1ceaa2b0bb70240bd579bcdad +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab new file mode 100644 index 000000000..67259e904 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc3b23e10c36d9813e553caf4443a25708be1576ffef3204c19d507158339da +size 229669 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab.meta new file mode 100644 index 000000000..43b8e9a58 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Blood/Yellow/YellowBloodSplatWide2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb8ba3c637ec0367adae043648521f083707692396c33c588bc312bdc874e81 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/BombFuse.meta b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse.meta new file mode 100644 index 000000000..d11af7599 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448bc1780052e1caf736ab77465e273f7b881699cbf09231280e070ce42015c4 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab new file mode 100644 index 000000000..8035c96a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b00368fe6eb5f833fd231d506c32a196c520a56312eeabd9fbb1e68f1651dfa +size 457186 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab.meta new file mode 100644 index 000000000..c0ff418b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3f13b3c14ec83659695ef9bec588c98892671b4ab83706d8ba4b89b3d90b43 +size 379 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab new file mode 100644 index 000000000..1894d6495 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9c3fdfea12722f807bc41f1e0d5b5f1ee8fc81a556b6ff0b409dabe6a7dd54 +size 457558 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab.meta new file mode 100644 index 000000000..732f8f10a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/BombFuse/BombFuse2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7773a8ff3aeac72bdf4673592f4745a615089736bd7a8b278166bb34c11b195f +size 380 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling.meta new file mode 100644 index 000000000..440a271c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987ab288ba1da433fd9bafe3e00cb1fe36a0c8d842b197d289c08a2a55319f0d +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit.meta new file mode 100644 index 000000000..2055eac21 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e928d5c719c8702f91e4ed3ab6d24b0f61bd50e20ba629cad36ffdeae86ce7fa +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab new file mode 100644 index 000000000..1b9a10bc4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c4eeded340e5ab480edc5841c94d29fda5a1dfd2d9b643d3e1ae962a7de461 +size 344312 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab.meta new file mode 100644 index 000000000..b57469007 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d4f2d676d88b74344ab91f3b5801cfc9d5ed4a3b56173158ccb515d9ebd52a +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab new file mode 100644 index 000000000..4ab0d1e14 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38beb6ceb997587415577303d549f8a8ebac80a5cd4caafe2abd3fec492b32f8 +size 344305 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab.meta new file mode 100644 index 000000000..1d0c9bb97 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b6c19f119fae2fd23b7d012822cf9a9b9361d4a36c0f5a662e05ad557f6318 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab new file mode 100644 index 000000000..099114839 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a426df7944e3f54eaeb826419ec2e1393a19042c0c25c281f312fbb832b6fff0 +size 344304 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab.meta new file mode 100644 index 000000000..34192a9c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86925f10e44837b72e410fe62f5e2c9479cabad26482d836e4428b09ad31c3ca +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab new file mode 100644 index 000000000..047f8c14c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4e5143e1507d7b38cc5e16fb0d1f4bf9c2752cc1c1d365ecb5b8d593db735 +size 344315 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab.meta new file mode 100644 index 000000000..1673efd04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/RoundHit/RoundHitYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a351f145eb45394335f19a8fd006c7635be8c9ab6dfa6913ec456ab180aac3a +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft.meta new file mode 100644 index 000000000..01e78aa28 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13621637378865b306a689cf604fadf4c48fd6a051bd4a468daedc369d1bfb38 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional.meta new file mode 100644 index 000000000..496a8bbef --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faa6baf1cee95f267c8dc507a8ad15f80f7277d5924ae69dbb187b332a08ac9 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab new file mode 100644 index 000000000..803e110d1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e852d0359664264439bb780d0c009dc0db095049ce540153b2a4f7793bbacf5 +size 574016 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab.meta new file mode 100644 index 000000000..6735c0229 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchExtreme.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c053ab99dbb1477397c78a852871380a4e270b0c33952aa8e625977f52a54c17 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab new file mode 100644 index 000000000..f7382816e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a026b719e4ddd1af66109dcd2966545c77a3864e0b986684efc2c4aaade5a7d +size 574037 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab.meta new file mode 100644 index 000000000..8f2c706ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchHeavy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224b3b55e1f83506cb4a17a300dabea6e1e452343e4c92d2cc89a0db0dae8a80 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab new file mode 100644 index 000000000..5b96a0723 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f717ec0ca35b2151f2bfd953c9d3b57b53ccbbbd78a078391eef088da37fded4 +size 458958 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab.meta new file mode 100644 index 000000000..cb5753cfa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2d591201cf8c78a84d73e081f8c956c572e67fa658af3c7c82ef0b9d4164eb +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab new file mode 100644 index 000000000..fd2e0ab60 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111475b8ccc5370dc827d2addf5422eb83749e8afa2d94ab61274dfa188429be +size 458944 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab.meta new file mode 100644 index 000000000..1118b3c58 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Directional/SoftPunchMedium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbef236e4b03f4a74120be1d61db57fb65d1ce70a532f9cf47618593fc9e7e5 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial.meta new file mode 100644 index 000000000..b60d4930f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d108e91ae70da2689157f8c7dcb05a32e0940b9142db8f4fad014fffcb2834 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab new file mode 100644 index 000000000..a5eff5bce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37532affbed002f91dbbefb86f3d340c245bcc3c9adc6ecc5fd65ac79f223a07 +size 344765 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab.meta new file mode 100644 index 000000000..13622e6d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchExtreme.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77f82efeb9cc05aadd6b2a3b98b7a0823b2a5a1bfda7fa7a9dba86d41b0c76e +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab new file mode 100644 index 000000000..a30ba9014 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44da1df8ebf64298d8a4e197dc3467644f5155283e70369345e0e33a2cfaf13 +size 344775 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab.meta new file mode 100644 index 000000000..928faa279 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchHeavy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d961853c2f46d4a43ec812bde3e36bd3dfc70f301951e9cf424de73cd18864 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab new file mode 100644 index 000000000..eb4f3d965 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb0766285cbff5172c782f1f0dd8bdba9043d6d33e596080238e6d1eb532871 +size 344561 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab.meta new file mode 100644 index 000000000..0b1597620 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1945b22db3327ca3b029f2139dda66888485ceef07ced4e950c3f48ce8e285c6 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab new file mode 100644 index 000000000..85d890eca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19043f000cb0a49dbd9ed0782fcdbe54dedb5a8845416f1860d7f8e950f5011d +size 344798 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab.meta new file mode 100644 index 000000000..7bae4a0e5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/Radial/SoftRadialPunchMedium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2c53e74c7dfcf7581d6df587017a7c6e6781a65515a3cf5a645c7374040d70 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab new file mode 100644 index 000000000..62d447ae5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0876bfb30d890190001a752972c21e59c3b2f6eeebb7ca22738c856b0c44891 +size 458015 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab.meta new file mode 100644 index 000000000..bb6a6c791 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftBodySlam.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc3e64af5220d4bd8415fbf6aeb593d0c6a8430d1ed4c8f4ea3ec97fa26ff0a +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab new file mode 100644 index 000000000..be58a1ed2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6a1ac18eebb780ff728509fa6b4afa6766ebc2f39b17beaa4d2a749c078568 +size 344369 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab.meta new file mode 100644 index 000000000..f7ec25326 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bee2198d9dca505b83086a13cff1301435ad0b3e6d98e089ef6819bcd7c0d0 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab new file mode 100644 index 000000000..c80198e93 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abf37178c07a514f5df2dfc78bfd22de1aefbd9c7f9f8a8fdbd4b1dd75a75757 +size 344338 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab.meta new file mode 100644 index 000000000..87066cf53 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Soft/SoftFightAction2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f4a0aaec361f6d5d1ef3591efc643c6a55b1da4aa40fd9802e95f028a45922 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun.meta new file mode 100644 index 000000000..23fb939b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95bc217cc15bcfd6ca5c1bfa56e40d197d77bcd299e8bb5f3e7964239f16de5 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab new file mode 100644 index 000000000..8f904cafe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cdf33c9fb407089645a0aa079da40e19d00d63cccd22a68135ed4a37e7011d +size 457686 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab.meta new file mode 100644 index 000000000..34d2eab9f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStars.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771aaa716ea5614a27c472c883c412f0512e1556fc63b3e29ba1101024fe8df1 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab new file mode 100644 index 000000000..dff859316 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3908fe047b78a8aabbda06e026012231e095dce721c1005a990bf852be5b90a +size 230051 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab.meta new file mode 100644 index 000000000..e8a12d7ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Stun/StunnedCirclingStarsSimple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472a0d0075c8eb4067305ff0921c083eaad9d3adfc8da6b4c0b9191ad70f75cc +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon.meta new file mode 100644 index 000000000..d6536edc4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcbe2e00f69464d1b6d88312a277ed25ad6e5317179ddbb6654d14f845a6706 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional.meta new file mode 100644 index 000000000..b84e80d53 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad142cebaa218bc467a7563e3b0993774023cb6ee38ace7ef85ab356b1bf5e11 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab new file mode 100644 index 000000000..3f11fb6d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c461e4bc98a8320e544be55ab6c0db06da0ffeafd47eb683a4050a408dca2cc +size 459030 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab.meta new file mode 100644 index 000000000..af6cb2d67 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchExtreme.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0cd47279dc165cfc1d3e8e628253044afc7a5d1fd18eee9fb3395984935473 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab new file mode 100644 index 000000000..2b5dc1c66 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb20dfce51997378280cde4b973edbd46dd2104d10d129d919a0b47c1d3d9286 +size 459022 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab.meta new file mode 100644 index 000000000..ba9b8a42f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchHeavy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e60bf22306f6ade8643744d64dc4e9c00dba182f5aa055dfebe5b2dd4d7c394 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab new file mode 100644 index 000000000..6c6c1f02b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd917f011b72788c2501d5fe7bcc1356e3be68013d7f30f2e2df149f0275a305 +size 458940 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab.meta new file mode 100644 index 000000000..9ee904ed4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12647b0a0c1318385c3f7f04bb5c8912490f249b43c5621f534c27b9fc2d82a6 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab new file mode 100644 index 000000000..804f58c59 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39261d69f867b6da254fe51a43beed75252949332917b2a1a18827b19052c27 +size 459033 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab.meta new file mode 100644 index 000000000..f1a2ee142 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Directional/ToonPunchMedium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63ac94a37ecd35674597df33796a32a96db40c5f81d9e5db2a24edd047d38ae +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial.meta new file mode 100644 index 000000000..1df99a998 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f919b9638b818f4d1a64aaa0fceabc386ecc265845aa6d9abbcd0637cdaee2 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab new file mode 100644 index 000000000..4d8323a2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cd54e8830ebdf2175ee63732da94bde3a8050ca977b0ce2ae12390f5e604a1 +size 344526 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab.meta new file mode 100644 index 000000000..c24522338 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchExtreme.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d128d4b78d63138623a259feb4f3e0ef9722e5102e2a4c9d3424b8959e0bf533 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab new file mode 100644 index 000000000..77aff2770 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c38fe05a9717790ecb25014760e5432ba4e1bed0398c1bc0ed026d584d5a4da +size 344522 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab.meta new file mode 100644 index 000000000..d43cb6bce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchHeavy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd80b9e5f8291d442ceff4c0bd78b67c0f6e90a0966598f1811875f92075f912 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab new file mode 100644 index 000000000..c1aa19642 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864991ed55c74a2033a84160f2cb4f92b3c4d2abe92f53cf1ce543742cb3930d +size 344460 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab.meta new file mode 100644 index 000000000..82f7fac0e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70ebe48b202390a44916bbd29be60c81375339ac3233c43cc494c329fc211f2 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab new file mode 100644 index 000000000..b2bea0d72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348bf04e68455f55c8a6fca70048fc62472608fdaa554793e1cc84ec5d3ad00d +size 344536 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab.meta new file mode 100644 index 000000000..6bb0a40ed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/Radial/ToonRadialPunchMedium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3f3a7285dd194d4ce71bc52adf40fd7803d1b33913fc0b549649b899fb37da +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab new file mode 100644 index 000000000..4ef5dac4d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96435f5a0cc1a7d9a91ede3a2e3d3ed0943912f643e6e8d4940e9bbcc59c51cc +size 572817 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab.meta new file mode 100644 index 000000000..05280e8d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonBodySlam.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5983658425cfbbfdd107d22df5d019994cd9e1d64f5c563d24e68bb328e86f8 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab new file mode 100644 index 000000000..0e671c945 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1365befad6d1cfcd966599504e78c48d5b87da12caa390177d557eb0a15ad8 +size 344320 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab.meta new file mode 100644 index 000000000..f234e587e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e5c207b622561b1a7f6196ee32fc341c30725f5df970c33fb0ed067fba87f4 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab new file mode 100644 index 000000000..cc7c6d35c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b51e2bc4b6b33f95300f1794923252afbce88f51ed25618e4eab3a569ef3b6 +size 344283 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab.meta new file mode 100644 index 000000000..07219d93b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Brawling/Toon/ToonFightAction2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47431b80391d668b471b267b2e2a97187886c1aa932cbe6df81f055b20e67f89 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt b/Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt new file mode 100644 index 000000000..557a890d2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9accf8e60eb4b94ec7dbcdb33a72f2ace967968ca0a29e4158b74280aa1a6be8 +size 160 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt.meta b/Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt.meta new file mode 100644 index 000000000..7e8c95faf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Combat FX.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6875d991dc476ed586913bc5e5427856c3f8087944a757ba105bde46dfdeb80 +size 366 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death.meta new file mode 100644 index 000000000..138be012a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d7921c446655abe95c4525908d986722671bb7e6c054266a0641847bf2cba4 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls.meta new file mode 100644 index 000000000..abe9264e0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5ff7f563184f2c02a97c6efb7cbd801a877f334dd4cc152572f611c1dac301 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab new file mode 100644 index 000000000..50e878d2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795f9995eeb4dd2b42ac4d145202302f19260a57d0e006aec76c2a7887441c1e +size 577687 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab.meta new file mode 100644 index 000000000..c5bb53886 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/CuteDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2fd8ae9019fde7ef388b379f1c93588811243c821031b22b5c6643def7a47e +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab new file mode 100644 index 000000000..e769806eb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ea976d961be1d160b6b82e79bbcfedea3279d7ce18df9643582cdfffdda2a5 +size 693309 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab.meta new file mode 100644 index 000000000..2cb410906 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e296254c96cdbd229abc6941f909c71bd9e13f1f94d0d8782407805983efbe27 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab new file mode 100644 index 000000000..e7d0273ca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0074381789dad939dea2447e183dbb256cdf3cae98e73c6a1a7e002a7865ba +size 693302 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab.meta new file mode 100644 index 000000000..11d89cbd4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/ElectricDeathYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247d931326db0b29dce16b17807fa44608363591fe6830132e3b08582322f65f +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab new file mode 100644 index 000000000..f6dddbfc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45eb267dc6bd63bbae4ace488729d5ae00b93db4b3ea87810449c0ecaa9c5de1 +size 462131 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab.meta new file mode 100644 index 000000000..738e88436 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/EvilDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd7356fdc0a2df09dea6342c09af602a270df747a393484cf1575bce169a7c5 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab new file mode 100644 index 000000000..8c5c7f037 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb02ea778950eb4ab55126e9cf62268b93c4e649d7f5726e995f0e1aa450902 +size 691539 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab.meta new file mode 100644 index 000000000..bd99e47ab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FireDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da63592b9f6f93bd53937a6206fc7886d350f7122d0a9d72822838099130ceb +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab new file mode 100644 index 000000000..18809a134 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333a339fb850f4c0dfb430eaa42822cb39d57d8be55bf8f37d3f6ea5d2fcf9bb +size 691667 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab.meta new file mode 100644 index 000000000..69600bd44 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/FrostDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dc67c949fa0f607e1c71225b15d7c1737330b6e35b2a45811de92a438ba3df +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab new file mode 100644 index 000000000..616b59bb0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618fc73c746e5e6937303042e3c9d12668b3b77c027609e61a129f8a990aca1d +size 462031 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab.meta new file mode 100644 index 000000000..3e8a8b499 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/GenericDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dff260822324e8a58948a0ab70ec7e33aaa1ca298ca46fe89eb5d07fc53d286 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab new file mode 100644 index 000000000..2718c907f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5d4605e9b787ace83f29625e564f876b6e8b165e212b12cc2b8b4eea2a6db1 +size 576744 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab.meta new file mode 100644 index 000000000..4485782d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/MysticDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41563cda59e183e7f602a153b8e754bee8a9e440cbd41ab7ad3e75996691c7b6 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab new file mode 100644 index 000000000..fba42319d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463bebdc1cf52e20094bd4854ce63cfbf73f0a6b1cadcf56325c600ae07aac71 +size 462123 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab.meta new file mode 100644 index 000000000..582024381 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/PoisonDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e1c2b2638b758ddaa56a80a15d14f23ffe9a7d20ba734b15e45e62ab7a8a70 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab new file mode 100644 index 000000000..7bf308c2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2b768d108282147527c5ea94125c2a84a0e4f0dacba53cdd38f835eb696fa2 +size 923239 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab.meta new file mode 100644 index 000000000..0fc6d52d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Skulls/SuperEvilDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2871c8a5768b6041a54c71d37ec8a48d8d447f0ed64b5f461990edf2101278fb +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls.meta new file mode 100644 index 000000000..e83f46e28 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2f8ab26d306af84538df496f7cbd0528e9d41775a305fe76b62d48722969aa +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab new file mode 100644 index 000000000..c8bf49416 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c2c4fd0c6f499d889112a94abfafc5d85148861f737ee27214fc415ed39731 +size 576274 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab.meta new file mode 100644 index 000000000..ebebccfd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulCuteDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682ec609c0c7b1557e154a2a223a63525c507b3509ceb9e8f9cbee7ddb49864c +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab new file mode 100644 index 000000000..5fb85a1de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8011581ae59c4df2ef3176d516a2fe4f37d4312d47be1d331db4dfdedef57df1 +size 691986 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab.meta new file mode 100644 index 000000000..2a2ef50fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5612fbd29abe8e7b74ab64ec4d8c6d0410eb9c21d05b9de19437f728e4a7be38 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab new file mode 100644 index 000000000..a24967543 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c81bc19714276d29b5bf98e14c48da62a915f55e9ad56df3f8dc578414cc706 +size 691983 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab.meta new file mode 100644 index 000000000..981295155 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulElectricDeathYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d0bbca8955bb238a5b8f54d16d9aa6e7af8e827d24a15947afb61df1f03c4c +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab new file mode 100644 index 000000000..69522e559 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674274e721f176e66fc769c0c6a24571ee2a4627aecff52c09b652f4fc084f73 +size 460539 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab.meta new file mode 100644 index 000000000..799fe6dfc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulEvilDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b21335fef78ef3d1a85556dbaec874021938890c7685c9015905054b91f6a2 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab new file mode 100644 index 000000000..fd99e728c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9a0ad806c89360fdc5c4267e9abf673436fc88a1884b6b0a9c80345d0ed541 +size 690236 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab.meta new file mode 100644 index 000000000..61734d4e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFireDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166d066ca6d4b7b2e423d67ec420e48c25d3d781a6e733b1031a48f4e17fdc5c +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab new file mode 100644 index 000000000..d78699134 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968cc7fca0a434f977c457160318544afad153694be16c862d398b3042e5f459 +size 690323 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab.meta new file mode 100644 index 000000000..30680ded7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulFrostDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4caa27f3543f3bc8be4a9af0015d810d61e615c9fcf48e325c0f9786ea14d702 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab new file mode 100644 index 000000000..b79b798be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f797f53e796f6613748321fff938d89a2472b3211da69cb00335fb4fcf3f056 +size 460493 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab.meta new file mode 100644 index 000000000..85798f5e5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulGenericDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c861406f5196574b746964662bbbaa1331d5deaebd1fadda69e9cc4f248d602e +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab new file mode 100644 index 000000000..8489df87f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66134ead97daa92aee87df832d389dfb0a967f0f582450e7f9e1caf320166060 +size 575317 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab.meta new file mode 100644 index 000000000..4260b725b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulMysticDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664be373a4f0c255d3441a9e2cc055918254bd2c8e15a67ac1813361fd61073e +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab new file mode 100644 index 000000000..a1cf49a99 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e981c01b2a2670c264c88c96d9169d835206c611748383b936574707c91b21 +size 460534 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab.meta new file mode 100644 index 000000000..1c5a0a44a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulPoisonDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e79e2832ef03bb7323fbd8ae908d057243ab0c995655b553931eb9bf928c80 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab new file mode 100644 index 000000000..8fee0bb3d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcab82e2b447407bd4c5eb0657b5224ed5d1cbca6afa287e5bfdb34a8a1d516 +size 922123 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab.meta new file mode 100644 index 000000000..4e1bb1a25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Death/Souls/SoulSuperEvilDeath.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658d073b34a474253aecedf09c1f44131ec420c547fcf73f95dc6507152f2886 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals.meta new file mode 100644 index 000000000..7a89ef9c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c5172d31daa08eda9aada90db93dfa754942579c1ece3b5a9bb8f51e3bb362 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal.meta new file mode 100644 index 000000000..22ade4856 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152213aa42f93055583ad5b6221a5673bff32c7e5592a0199444bae00af00678 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab new file mode 100644 index 000000000..a6a49cb2d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670f0dd0fbeffd086786d347db7283b7ebf99bbcc690ae75a3bfb6681b41f173 +size 346720 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab.meta new file mode 100644 index 000000000..11d0dd09f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalDirt.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9e1ecadfe0d9f184918b487aac0f981d8dcc9a2ce4171dc82e3d4957fe53b0 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab new file mode 100644 index 000000000..db6573c25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52a3ce27d578806dfcbeec3dca8d25c493e8c4c845777997011bf03b143ec1a +size 461967 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab.meta new file mode 100644 index 000000000..2a5132001 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGlass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615bba6537561731957e2af40d3782d0c704e9346ec173b3c846d727d45f5eb4 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab new file mode 100644 index 000000000..d5e3291f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d62ecf6a5c235be147969e477d489097a910c4168226f650bc929602f508033 +size 462016 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab.meta new file mode 100644 index 000000000..08bc4faee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalGrass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c07f9c70bee1f3215cfff4bddf807dcf5b53b45a05c9d224b98192db0dd9d1 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab new file mode 100644 index 000000000..c359a2717 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885333a61da2bd4c2c2186ba22d222da750256c9a983e8fec202e8c4e609b318 +size 462405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab.meta new file mode 100644 index 000000000..f20448174 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalMetal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a9ba18e53b32f42c48198329e850b796f041c297d3a040787e91118b93fb3 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab new file mode 100644 index 000000000..02e03bea2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb82b717edaf38e404d11aded97afbb2a040d82cddefd4722f3f1f2ee93be0e +size 461993 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab.meta new file mode 100644 index 000000000..8a1b4ee5d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalStone.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f04f0365389befa243540b6f0c94fc24e03f83acb493c60c29848dae4142950 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab new file mode 100644 index 000000000..b8fed955c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e205c88b8dfecc21b0c34733a4dd75f46fa8e6c1a46d16fa5d890074298939 +size 461987 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab.meta new file mode 100644 index 000000000..e2091c468 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Bullet Decal/BulletDecalWood.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d52e9db19ae496d38fefe39ab4e1f5e56e736074b4070c79511dca907f6f322 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal.meta new file mode 100644 index 000000000..03d3b190c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a616656b40e61fed271b23887275e8e05e581d40f25d000c62aa3c2e08ca9ce +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab new file mode 100644 index 000000000..ce14ee574 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5436f2933d30b1b7319a5c5c25cb70b99db1a6fe5306d1050ae1b6785a2147eb +size 348655 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab.meta new file mode 100644 index 000000000..809f52232 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725dd7035e8586d15bb9a330f66f58dbe83ea8556f290b47bc60d9981cf35a16 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab new file mode 100644 index 000000000..40f3f9bba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009c5b17b4e37b2d7a3bbca2e1eea268b5eff4e266fe096d2b73323fdd485c15 +size 348654 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab.meta new file mode 100644 index 000000000..bdfd7c058 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064babdadeb123e3da7d6fd2b2184a6689895a813ce8c3fcab0e8b564491ea10 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab new file mode 100644 index 000000000..d235b6db9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72a575c1ca1ceddfe06a83b3c5080fc59ab1fc4783b424166504cb9a46da59a +size 348693 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab.meta new file mode 100644 index 000000000..c2ed15504 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f50a00e63171eb4b1f239bed7c721b2ff55719df26e8879329a9c39207a57ca +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab new file mode 100644 index 000000000..9f639f5c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a36b7125346d92455f600f71025442b9445b8e052d1b58e55eab921296cf6d +size 348640 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab.meta new file mode 100644 index 000000000..192936c24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Energy Decal/EnergyDecalPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781015d4b842cc566dfe13cafb163b4015e87173c5b97181f903b3b11e234b99 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal.meta new file mode 100644 index 000000000..3bbb9593a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d4a630371e0777e6f720943a1a0ab5db24536a68efafd02873b33a329fcd43 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab new file mode 100644 index 000000000..02a897c8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb452543fdb7b91416f755e8b50336af0f06a2d07d91f603983decafdb4d0ac +size 348659 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab.meta new file mode 100644 index 000000000..812b3b07f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c1c9223ae76ef7e37745e7c356eca0fab2c76c8ca6be8189708f1c57872ca2 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab new file mode 100644 index 000000000..bcb09ef91 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e9679759d0f99c270409f74c32f58409ec72e580ddfdc6b9d001ab0dc1fa6e +size 348658 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab.meta new file mode 100644 index 000000000..e4ab9239e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d2bf6eaf1c74bb6c6c071c06be525778a0b40d2bf84e3b29c9fa6d06b0bf3c +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab new file mode 100644 index 000000000..cd96595dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31531895ea542c2dfc42e7cba2d6629e73acd302b663a01ce5c8ad223f3e03d8 +size 348697 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab.meta new file mode 100644 index 000000000..72737f685 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453b18dc77b96adb15e5f1f1b1cb255427e678369ca971843c99820a8a8fc51f +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab new file mode 100644 index 000000000..8e03b6ef1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4bd71e94985c8553eb8096f71288aa632ef6ed8379bc1f4c903e11312d1965 +size 348644 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab.meta new file mode 100644 index 000000000..00729109a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Decals/Explosion Decal/ExplosionDecalPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416e1c468ce6a5e694fcf0631898096ab3a46bb478680cb9132dd84d4879cd44 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc).meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc).meta new file mode 100644 index 000000000..d8f70030a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc).meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2dcb0275d8e5514795710d24be185de8d9a317beb52649a2695d3d8b7a22ca +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab new file mode 100644 index 000000000..5de399e60 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c310ae8657ff71c361d51f85363a66b0634cdb71faec206ed13c263156f4f943 +size 347367 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab.meta new file mode 100644 index 000000000..e3ed99100 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/BalloonPopExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12aa6c04c0f878a83ccbedc6f1916f88ec12b3edd4e140cee2657275402692b8 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab new file mode 100644 index 000000000..2e1a7c8d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee2870a1ca5cdd19a122045f03d245af24555f624d442e12b274127bb8cc1b6 +size 459794 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab.meta new file mode 100644 index 000000000..27b0d9817 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567eaf253b66cfd48e29c2b04d5ed3db56ab81bb11f95df1b9d4a6533f767efc +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab new file mode 100644 index 000000000..3496be4bf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48ed11605299e22dd15347ec9682e99623e507b4ca01a5747c89faa04d5f152 +size 459996 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab.meta new file mode 100644 index 000000000..7ac9bb827 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosion2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d97d1b8ebe585a3118e6fde0e2f45ed183ff982ea8c17cc66e84592fe7c8fe +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab new file mode 100644 index 000000000..ef73b5d7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e284aef3265a8147e5beb20d5d8374d2af2bb7121a14c46ab7d1388eaf21007a +size 462270 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab.meta new file mode 100644 index 000000000..1d67b01df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/FlashExplosionRadial.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c1f19e1d818bd02044b393fddcd48212a45c07bcd8b404f1c65d917b3a54ae +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab new file mode 100644 index 000000000..f290a06a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f684a60bb38e19c27c96e12ba023cbe988b582192c11790e1e4234764829e8d +size 345386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab.meta new file mode 100644 index 000000000..9af35c0df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/HitDustExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7899317b694b9278328ee50d49bfb4d874048ea0b72307df6fda93a249e84f5c +size 369 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab new file mode 100644 index 000000000..5ace7705d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce40f6db572174344a28c6325ded59f71644ac73ca152d33cdb6e71f32e737 +size 347383 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab.meta new file mode 100644 index 000000000..c0ddac487 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796484bae8455e09be4f7315faa51e229232dcde69965783ec7aa4fbd1066006 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab new file mode 100644 index 000000000..42624372a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c060f3bd959017f8efcacfc9635c45b92cbf4e2c145a1f8b5778ae453fdfba54 +size 463538 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab.meta new file mode 100644 index 000000000..c02096047 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/MetalExplosionBig.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1336cc1a0aebdbf48d1a6251fdeb084834a11e7fc8690626a5b42318bf949c5 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab new file mode 100644 index 000000000..9f2ee77ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43bff0d14a45b18a419b006c59a048ced3df7cf125f9680e327068d35638cef +size 232301 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab.meta new file mode 100644 index 000000000..78b2307c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb85ba1cc57e7659b0f53dbbc435e48f79b23991de5fd893858f7666f4209877 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab new file mode 100644 index 000000000..37e699ee5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde193f99e9568f14455831e9d2f7a6f104a44fc40e14b2377d3ea6f9abbdc55 +size 232592 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab.meta new file mode 100644 index 000000000..35823f6a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosion2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a4c64ccfd2798b1b96152375676eb6c622030d70f43ccdcbbd564254653d71 +size 369 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab new file mode 100644 index 000000000..c9c813a4d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1496dd91ad45c29fc9dd2943f47da9fd91750c85f1642dd7b052f8ee392b6dbc +size 232708 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab.meta new file mode 100644 index 000000000..764df9d6b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonExplosionSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c4e26fbbcd0869dad67d1c16ed2e06a65898f0596fed7b66c5ecefdc4a5529 +size 372 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab new file mode 100644 index 000000000..ad017ce00 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ca0fb59825d21e169e98fdd06f19c80d9ca932c749c85042a6997aa45b38fe +size 349538 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab.meta new file mode 100644 index 000000000..55fd103d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/PoisonSkullExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea440fc2f4e77a3c9e999ebe52c925ce2c76afa98ba2273965bebd09153d433 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab new file mode 100644 index 000000000..58ccca9be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b850ab34546061628958b9f83e126e6350c0916b6ffa4a3e87c9ab1b44a977 +size 347443 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab.meta new file mode 100644 index 000000000..8bb33a32f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/RespawnExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93728e361839f20da38c2bd7483f71eaa4076d0141d9cdd55e2957afbc8876f +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab new file mode 100644 index 000000000..3575ec6f2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6d89cf11a5c5c5c6aa39cba085dd410803d9afaa13b3b049b818e66a10e8b4 +size 350436 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab.meta new file mode 100644 index 000000000..1fdf88199 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/ScanExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67be8739e4802029015cb597bde201cc4c6ee5b131a713cf2152d84f27f446f8 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab new file mode 100644 index 000000000..cbcb15342 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db49f2bf1d94a939438f7097c223b72ba3fe4b7ac9807d4f413e0fd22bac0ae1 +size 230361 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab.meta new file mode 100644 index 000000000..dd308303a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/SparkExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a36ec656c2a26801146ec085a855c1aa579a5aa34b65f702904ad0890ea06de +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab new file mode 100644 index 000000000..256539b0f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e7361a7b2304456abf1ec50a704c303200e4a0153ea07fa0f462e9c1e0bb80 +size 349007 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab.meta new file mode 100644 index 000000000..15fd09eab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fc8fda3ac0703eabfbbc928aa6e7cdf9f3ad50433f3095c01fd5da71d44733 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab new file mode 100644 index 000000000..e40db5df7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c37fbd99c96175d0d132a1834b76a586a95e0c946e417a62afe872f63c30f1a +size 463303 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab.meta new file mode 100644 index 000000000..a9c7fbd4d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunExplosion2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abefb1704771eeb8918cceb3f3f9f6529fbf4347739cd8406f356ef2ab8aa06 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab new file mode 100644 index 000000000..407643ce4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b117f4b6e461256a4f00bd33fd1342049c4a3fb1f8e06248270858e21a4759b +size 348180 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab.meta new file mode 100644 index 000000000..2b4207f8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/StunStarExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50550059527f29d46855329547ac151def1b4f8e22c255dd48103f8509116ab1 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab new file mode 100644 index 000000000..d0d6f8dc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f983b107c0a3d657354fd4443faf5abd9cc6051c0646beea906803a819feed +size 462245 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab.meta new file mode 100644 index 000000000..1fca6bf52 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Misc)/TargetHitExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaccc87cfe7abce4e0445b45d0f2f3eec96527a581d78be8042120dac9a6a69 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text).meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text).meta new file mode 100644 index 000000000..1e3096dcc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text).meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445bad9917e47424ce5c9e2bde8e3fbc1e4a93e1d9204be2e2ff5bab0ded56c6 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab new file mode 100644 index 000000000..905d96b08 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936f133dbfa72b2995a0dbf91dd4e316d4ee603df36c841f10179a60925e5de3 +size 693630 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab.meta new file mode 100644 index 000000000..658ec617e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Bang.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804d6cd0612b8a856296b7b52a2490cc33222132ddfcd0895b77a1b5741db88a +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab new file mode 100644 index 000000000..4385d631b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848dd1779a962b05e809278d166be25dc6a1b08697c4d3bc41244fe7847be32e +size 463889 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab.meta new file mode 100644 index 000000000..d5c7426cb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Blam.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ed77933c64d0253752bfdfb6fd02f4351ec474b1a0631ee3887ba15902abe8 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab new file mode 100644 index 000000000..f2b56f19f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579ef0d55fc3b42f9a904a46c74fa1822cef49daf3c5fd81ec4cb24e01fc3fb7 +size 578306 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab.meta new file mode 100644 index 000000000..fa1bc3091 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Boom.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff2939ce8d2fad0c3403ebf02474b5a06e4b5edb812521444a4747ede2ca924 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab new file mode 100644 index 000000000..d1fbd3211 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b574daf73c21bd707312f99065f3f0470c08f51e3637306256a57a83fed0fe0 +size 348164 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab.meta new file mode 100644 index 000000000..9e379bed8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03f6018ee6ed1d220e4af65997abe3728c2e40f78cb7d340d4b3d7532512f5a +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab new file mode 100644 index 000000000..a322dfedb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43546a28622178c16bba8cda12155d858757b1400e044a584356e12e2f908bae +size 693695 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab.meta new file mode 100644 index 000000000..6bb96a4e6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Crash.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f34adac28bb00a464a1dcbdff0f10e63a428b957c2df5fd8d60e198b23820d +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab new file mode 100644 index 000000000..0b9a531c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f6fe20fadb41b1716d5985146997e0d1504481316b939dee16de988e7e89bc +size 580327 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab.meta new file mode 100644 index 000000000..1de49e884 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Critical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c7eb72d110d468d407824fdfd2c5fb1eb240712f3e3f4c0b49ae5bd2fb0283 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab new file mode 100644 index 000000000..d0065c225 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1460b75aef6c2b6d46db637f1e5427c9f29d5df95979efcaa9667923e0f04a7 +size 348183 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab.meta new file mode 100644 index 000000000..5e65bd024 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Hit.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95d3f4d7ad978f0c68df624fa55cb70f1fa70cc97b0b84200b537dc25642500 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab new file mode 100644 index 000000000..12eee6e7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f359ae7922a1549b5704962f4e3691dfaeaffaa081cf8c91a070619683529ab +size 463803 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab.meta new file mode 100644 index 000000000..cc643dc90 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/KaPow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc09cd89dffd243c00294d5cb72ecca87f6d35023ae30bec7440cfd2f0498277 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab new file mode 100644 index 000000000..e79014547 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437aaf709393a75137689d9f25577bbf8bd5ed44fb8f8aa77541ae4cc1eb30ee +size 348719 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab.meta new file mode 100644 index 000000000..6b5d66619 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Miss.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cba2f43e9a163ab145d091a9aee664f2545c332410ef857265a5fb17b43508 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab new file mode 100644 index 000000000..b478f5c65 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e49a9171066a51dfd08cea291da2df449400b40d846f374118322f49e5b66a +size 464011 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab.meta new file mode 100644 index 000000000..512bc29ee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Omg.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a1737e7e3308956152232db3ac9c425c0f5d163b65947022a783bac0581fba +size 356 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab new file mode 100644 index 000000000..8fa545451 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67cf24cb18fee90a2287d832f4442071144a7ec2391486bc1037645dbe4461d +size 578271 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab.meta new file mode 100644 index 000000000..59a328e88 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Poof.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013c465c5ce892292549834d7384517498c12b35acd0407a0363301875f1c16f +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab new file mode 100644 index 000000000..11b5571f8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947d23bc6e2bfbde4abb724d32d211392381871eaf0a968cc84fed82de72eb4b +size 578690 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab.meta new file mode 100644 index 000000000..5e49b81c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c48dbac15ce4a1f4a3ca0915498621435f3751ccad94497527211204d2a9ca3 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab new file mode 100644 index 000000000..a2078f409 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655bb5996d5f99cd50456a5e00e6ee3078e10bc19b2d8e4f8b41dcaa9c0cce31 +size 463544 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab.meta new file mode 100644 index 000000000..0c9c1db25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Pow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac34d4b973ad71fbea1329564e6eaeee8d506d22662b4fdc57b5dabae8a7e35 +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab new file mode 100644 index 000000000..b10ff4b78 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec589d4d4cf2421035dabd65129da43792a6871fc8ff9cd373199b4baaa709c +size 463917 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab.meta new file mode 100644 index 000000000..90012c1c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a7fc9dca8c94ca5768fcb0700a5c0ad0616dae851e0dda21853f0e17a4d977 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab new file mode 100644 index 000000000..292431a3f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fc70c3db1cdd5d4a00de8f88adb68e1ec80aa3b8434edcbd92e1b48e3e35d7 +size 581301 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab.meta new file mode 100644 index 000000000..bffcf59cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Smooch.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bf3a8027e6d81e5525f7bcd8e6dfcd725e9eeefb1b23bb7dbe040fb9f31e9b +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab new file mode 100644 index 000000000..1dc7f5d8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1070caa9a01d07553918cbc85b45e7c9015e21dad7239459ccfadd6df1e8f32d +size 463827 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab.meta new file mode 100644 index 000000000..917a67b40 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Sparkle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a652ebc90229727bbe7c5dbe0f0a5603e7167917589500f8326bbf91039aa69 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab new file mode 100644 index 000000000..a727f3dca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350f4c6eb7cb17ade681cd4ddab8695286e68567940d4d3910bad11e462d296b +size 467638 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab.meta new file mode 100644 index 000000000..cae4c237d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splash(Water).prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27559a307164578024b068bb35607053498f6d12ba97bc65973758c2b818e584 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab new file mode 100644 index 000000000..17b693e63 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584463a9a116f53732d3eda6de332d4e748fb97922da459dc9f055cc04c701ca +size 467618 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab.meta new file mode 100644 index 000000000..5534d864b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Green).prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c2cd5d2439d7263e979de12802fcab0b123f448888bbd30a9d581c7c6bf062 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab new file mode 100644 index 000000000..fb7602567 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0964f0578de9f2bb000ffce0692c23787ecb6b5024bad81897dae47693b64f2 +size 467665 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab.meta new file mode 100644 index 000000000..2ab868d25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Red).prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256c6f361904d86ef76047b20a5c4591ba5008154657f94895ff4349e7cc76ce +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab new file mode 100644 index 000000000..5502ece87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a091e4c125da0eca71eeb98927832d8074e2249f73e78def40bb6130824a11f +size 467637 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab.meta new file mode 100644 index 000000000..2d70d2bac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Splat(Water).prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58405aac7beecb3de5e570dd41571367fa45218c72177fbfa43dce7ce4af2365 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab new file mode 100644 index 000000000..5a21f3b01 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2437cb0bc6625ecd0488691d2a81ae8a00fac3f6853430e5b1bdc2ec94a26807 +size 693642 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab.meta new file mode 100644 index 000000000..1b4de8226 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Whammm.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ecae285032e330b4eca90c40a7611e3cebce025a02ef992ec4354c3b65fe1a +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab new file mode 100644 index 000000000..5edc1fc8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba33c35ac5c609f8bd4a31462dac8fdf49490d7ee58620b364b3ea25c131c30 +size 463347 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab.meta new file mode 100644 index 000000000..94dcea1dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201cc588ce8c49bf4df09150261989de774cce3a3f8f3726a46b2d5aa157c821 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab new file mode 100644 index 000000000..420430354 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a82a1e4cf695d031dd8a45c4e0785be65b399c61818675318ff7f67d4cd86c +size 468208 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab.meta new file mode 100644 index 000000000..5e5e187b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Wtf.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34491f28b5dd07b8b4a799756cbef0013b9c4163f7bbb0b090305fdd4ff16c12 +size 356 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab new file mode 100644 index 000000000..32de5d4c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbd5a06688a0b5254022c5db9dd5e22102ebc2ea440995dabfc6bc478662dab +size 468723 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab.meta new file mode 100644 index 000000000..eef9fd7c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions (Text)/Zap.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b077a4bdcbd76e761c6923e00a4d5cf7a628d0063714a314e9d6911eac0274 +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions.meta new file mode 100644 index 000000000..ee37290b1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae473826a8156ca90f5c639e02fe4b440db0cdfaa2d4ab465a84f34495470b5d +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion.meta new file mode 100644 index 000000000..b8718918a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c7a18a51d1eee6f9ebb8c2dd1da8bcfa5de99a0a23b88ea7b0d569e291f35b +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab new file mode 100644 index 000000000..4dbf6a77e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d5119ff981cf4ba2d3bb8aeebda5b6b5828d3272a77bd2db59fad333bfc8aa +size 474078 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab.meta new file mode 100644 index 000000000..6ebd49c71 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BubbleExplosion/BubbleExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb446b6ec184709d4c137dcb4915e7c790f84cca7dac658429596e32d90a690 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion.meta new file mode 100644 index 000000000..081dd2aa4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5d493aa9fd51d4d21df664348f4fc7b1e386ab74188f0c133babc3d1fe09be +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab new file mode 100644 index 000000000..b2a5b7660 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2111e811596133a9ed6e71f375d4d08106acaed9beb43ca0b5bba1f710f67c +size 347448 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab.meta new file mode 100644 index 000000000..c736dc9f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8155f2e2bd7a46d42c98461ca749745bab82075843c615b180ec58f884a59ee8 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab new file mode 100644 index 000000000..80b33e25c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e0fc6f19d2b74e360394fe36159486dd2c05fcb190c77a8af0faa165fa2bc6 +size 347457 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab.meta new file mode 100644 index 000000000..93078a588 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d457b7abeab5c543a8257f4d50161b2f36867cce930f539b1a52228cf6ef73 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab new file mode 100644 index 000000000..ba39eb3c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089000bbcb817b24e703c7fd4811e9355e05568387150d54eeeb6646505e95c8 +size 347465 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab.meta new file mode 100644 index 000000000..bc28c4f4d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecb339b1dedabbf3dd4dea26327151f488800fcc959646f942fa22ffee6efed +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab new file mode 100644 index 000000000..b41295014 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d3fabdbc12ebef6989629f85507c65d2056076e51ee31fb70b9e59a03fbbc6 +size 347456 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab.meta new file mode 100644 index 000000000..1695aa6e4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletExplosion/BulletExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580aff7b97d7f18e9693840eb8238e4b0aeb8abbf6c989ff595da3daf8b2ed94 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion.meta new file mode 100644 index 000000000..bdec66d08 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8bd9e97a35c4a0561d1d682a050764de10f20bd580646a0a02d3da839ab3c2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab new file mode 100644 index 000000000..3fbd9d2ee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd987001e8e67c3c8b64935c8e4cfef5a3ef00a9f7bd95d208a1e4ebd1e0df7 +size 462406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab.meta new file mode 100644 index 000000000..6cab2b76d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e36a38415659d01e972abb1c6fecb4b8b185e762ef40d284a922a52412dc82 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab new file mode 100644 index 000000000..5ae67ca6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e19f2e3167a04b5a03f33d616657b84760009126457fa9e916085bd6005959b +size 462129 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab.meta new file mode 100644 index 000000000..aa9bf2f64 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454cb6928c842da821ead4bb24bf2fa04980edfd022a038e47e9b3d433880ac3 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab new file mode 100644 index 000000000..327f3300a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414e7d77844b83efe225dbad6340fd0f617179da226a037e4e6d9e401ac2b9b9 +size 462111 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab.meta new file mode 100644 index 000000000..a521c25e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e1bc53d74c7ddb7ef53adc6af2a29ffc2a8e1edb5c60c5e200f2e4a47dc2aa +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab new file mode 100644 index 000000000..c231e2452 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca013b73795450f3216d2656792b068c90bf755f6dfa73a86972ee5af28b081 +size 462127 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab.meta new file mode 100644 index 000000000..3eaed3d82 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/BulletFatExplosion/BulletFatExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5f02959c2624e0bcd4717f2c12ff26449b67f12ef078036a1429cdc830272d +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion.meta new file mode 100644 index 000000000..47c7a3d32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e926e2ff029e21aab5cf844ad00c3eb316ec79ff66d25b791585cdc09cc56ee1 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab new file mode 100644 index 000000000..bdfc83ce2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3909dd81aa02648ce8aa299fed6cc83e96672d90963054a5b7a1cb5f8774fd68 +size 346974 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab.meta new file mode 100644 index 000000000..3c4809171 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6231fbaafc02714ab01e72209c72a66ff8e50fecb90ff80530172477b5abea6 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab new file mode 100644 index 000000000..877083ec5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4beb158455a261905fcac20bce48676aa300e65b1b72b4b63c159ff9f9b2033 +size 346991 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab.meta new file mode 100644 index 000000000..d842d25d2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de825ad348ba06683f36e003a8ad4229c3cb5121c54aff6f2604c71e1714118 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab new file mode 100644 index 000000000..95ec7cfcf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02387ee0bfc447a5f3bfa6f799de39ffe853d8ef176d5fe6f5dbcf682e6361cc +size 346990 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab.meta new file mode 100644 index 000000000..6542278e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d08b3c1faee8ba09f1a012878fac2f0d63c25f7e66f49e1a45c733805bdfab6 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab new file mode 100644 index 000000000..722b97e8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b502e7f899875ba4425bc50a22e9d371a0aec75d4d5cd1c5e3254a05edf3c196 +size 347025 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab.meta new file mode 100644 index 000000000..c53d6b036 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3205d981251f3a447f1c465bcede49f82a4daed8ddd8ff2b7f64728c66fefe08 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab new file mode 100644 index 000000000..1ba917602 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cf9b278d795b05a4fba557b9b3269c97fcecee789bdf3cd3069dbcb35f13de +size 347007 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab.meta new file mode 100644 index 000000000..3ab010b13 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/EnergyExplosion/EnergyExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde9402ccbbad291640dc0101ab4bf4901b56421fbdb0a74fcb56160e5f05f60 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion.meta new file mode 100644 index 000000000..251c8c6bf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150b1e112d0c404dc573cb6c9ec494ef96ddcfef563d3e6426d1ef181768c1f9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab new file mode 100644 index 000000000..99eba0303 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d50ea0e751e1098725da6b86dee42641dd0754f3ca1247eb0f74a806e63bf6d +size 577450 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab.meta new file mode 100644 index 000000000..dc1464a87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7100d1692f703081b493fa086892f73613d5808796e81d229a8a8a320c3582 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab new file mode 100644 index 000000000..679607295 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3324cede321aa816bc47ab826c892fc7b3cceffa0ed4dd643a16fad67caef74 +size 577482 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab.meta new file mode 100644 index 000000000..3b96ca226 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8325f718d33e9d0857e292033fc5fb688f11929dfffdad0a22f4491634453b +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab new file mode 100644 index 000000000..fbdbe10a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7f1c1237d1b29500bdf211f49347f48795587d3cebd78de46b4947aaab0c24 +size 577494 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab.meta new file mode 100644 index 000000000..7abaf91f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dcedb7423af82f8aebed58bd022f5a25697d1ca9de3f8047fb13cec7f33aa10 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab new file mode 100644 index 000000000..bd94d9754 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b796433cf9cf3c0ff8adaf9e5c73384475f9548d33a78ab45714a034d998509 +size 577478 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab.meta new file mode 100644 index 000000000..af9ce65e1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballRoundExplosion/ExplosionFireballPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3b1b539e1936810ff0234eb24e7e9574c56f38d6e366bea766e2ccb3fdd1ad +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion.meta new file mode 100644 index 000000000..574a8ea76 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22fbfb6e832974b85689dd5e936096e6a2349a48278cbc0fd6382dc783d02f4 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab new file mode 100644 index 000000000..85425acb5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec237627916cce6c257a9f2a051d8a95f875e63c2b687cba41e51f11c84101 +size 462350 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab.meta new file mode 100644 index 000000000..6e1711b27 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eadece6d358b902576eac92957626b9a92b6cbb17ffc779703a811a5cc3f168 +size 431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab new file mode 100644 index 000000000..eabad2c20 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8671e5b469872c505e091b6ba4e8f125c563cb2cca5c421072218b89462948 +size 462409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab.meta new file mode 100644 index 000000000..f827cb5df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17dff186dd4d0ec7c5eae3771358332b8e12ec7dde39bcf428664be25abb86c +size 431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab new file mode 100644 index 000000000..ee1c84919 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cb2ff76342cb90518f728325c51b963bc0baa2e73036d9a823d98eda6e8331 +size 462377 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab.meta new file mode 100644 index 000000000..354b9477e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09487a82c6bfb5e98b43ccc79f3d79b04345c0cfab24a30328380407d1215caa +size 432 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab new file mode 100644 index 000000000..f51c1cb16 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e251843870b50646356573a88a139061ab142372b6b47a17d8436906a6dd663 +size 462330 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab.meta new file mode 100644 index 000000000..043cdea2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSharpExplosion/ExplosionFireballSharpPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8c02c9baf99471fd842ffe07625a6117cee4ee09c600aee1cf6e4c007ce8c7 +size 431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion.meta new file mode 100644 index 000000000..d94c40f55 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a8e1aa746ccbb34df676371cc4e532d76c378d55cf84c25d928a25961f34cf +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab new file mode 100644 index 000000000..850c82fcf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30825c86af9cba3149c1eb6ca340c819d03b7a05a5284928417f57f222e4b157 +size 462845 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab.meta new file mode 100644 index 000000000..34333a22f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c63fd5dc19ddf601753b63a65ab24023c7d00e2ec95f7a9ba7698f057497894 +size 429 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab new file mode 100644 index 000000000..c03af8343 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e258798c80cbc80c8235a51dee4a3ccbaba3f61c9c0befb20becc6febf0ee616 +size 462892 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab.meta new file mode 100644 index 000000000..c6acef53a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef13ee1c0088d36de3cc7fc94b60454c0deb83f3d408f0aa466c95eb9b19ce0 +size 429 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab new file mode 100644 index 000000000..e8e1719f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904fb3aa9b76f710e21c1974d4feb834e494587bf68db512a81ddd6e5d68201f +size 462873 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab.meta new file mode 100644 index 000000000..ebf4b5be7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602ee0512de44a9ee1862e475047008692074617ad4a26484d99d85a9877ee8e +size 430 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab new file mode 100644 index 000000000..baf0bdcf0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b69f99b7163c17267cf214050f20fc6f1c24b4291b62da79a55b84f03d2e0b +size 462851 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab.meta new file mode 100644 index 000000000..85889e2ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FireballSoftExplosion/ExplosionFireballSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e39fa358b68d5ea9abffea9d0219cd3319f213c37bad4c5c8caa19902fad91 +size 429 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion.meta new file mode 100644 index 000000000..64c06c6d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e4b0fd8147f2c2aad4dd8b8999c2ab55abdc8431da77a35af723d556ed3c26 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab new file mode 100644 index 000000000..e9b705f41 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbac649a5879d4e762cd448b6859f10bfccf7fd32d00d51d5d7a5b54ac0caadf +size 693296 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab.meta new file mode 100644 index 000000000..31fe835cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631e7d104bb6b1541c39bf81df345d02450cf0bd4fee325654e60ab713f20a27 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab new file mode 100644 index 000000000..6b8aca961 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c348c11db088bd62a3be313d7a48a01f7d9450441b5867932860de4f67a59911 +size 693307 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab.meta new file mode 100644 index 000000000..e62b2311b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b021157cbc4509ee11e568a27920ff91fa49d163a6ad22534b26dbe188af18 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab new file mode 100644 index 000000000..81bb9fb2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5454b398b558e4dc72e10502d4e05affa5568190d6c1c9fad014587b4ed6aa7 +size 693290 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab.meta new file mode 100644 index 000000000..9baabd338 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ce3493d1b253d5843ac93ff1e82a3d0e08cac8945ba43e6e137cddacbd37ef +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab new file mode 100644 index 000000000..5d912604c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412cbfe31c38db37ea51a6f5d1b01179c10ed2867a046ef18bf68ccb691796aa +size 693299 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab.meta new file mode 100644 index 000000000..afa5e2a4b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FlashExplosion/FlashExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b33807367db7d4da6f42b8c8683c09560fa2ac9b9623b050b301176360e691 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion.meta new file mode 100644 index 000000000..ad7608034 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a575249beb986d3e9bf3a9e6283ee84684cb5830392eb9bec5f3c7d0a2db9e +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab new file mode 100644 index 000000000..a63aa13de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a63cae010f7aa71e023cef360621b4f8dc7a1f44ef8d4bae90dd7cadd78bff9 +size 706737 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab.meta new file mode 100644 index 000000000..d3d808ecc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FrostExplosion/FrostExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca4feb3b9eecd249c4912ee39c2f921d8f2cbeea41e9b6a6a5b88c44f6a5c94 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion.meta new file mode 100644 index 000000000..30393c83f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3612ec922b704e95f307209803b38c089afad07c5e7fa22b8bd490b3094687b2 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab new file mode 100644 index 000000000..316a65138 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cb9bf1088084fca759db4e1ba4d2097fc3fbbf342df53439718bf913380c8 +size 576297 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab.meta new file mode 100644 index 000000000..ea48b2341 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/AppleExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bef7b4d43c734def47f3257fbabcf00891e72c0a126eaad2cef4221b81f7b3 +size 375 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab new file mode 100644 index 000000000..cc38d2778 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f31bc34dac46b9bc07be6568ee7b84c6a60d07489f1228c1b54d4a9f04f0f9 +size 576301 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab.meta new file mode 100644 index 000000000..4abad5b3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/BananaExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159891850d4a0f7b4f1f2c1aaf04e964257e8edecb869cc7026a79a3d1d7868a +size 376 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab new file mode 100644 index 000000000..5b8bb2611 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281d09489b4474f94dcf4f7dec29c2212efa16eea4781440be887ea0b8923a5c +size 576250 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab.meta new file mode 100644 index 000000000..f9e05bb85 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/CoconutExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a78693b5217276b0307e826890b7b38541dd99ce130d366b4d9d39cd0bd277 +size 377 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab new file mode 100644 index 000000000..6a59b7964 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc0f2214ca0a669ea19fa7d7e6382ec0ac111256efe42e6ce8b607445060fa1 +size 576325 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab.meta new file mode 100644 index 000000000..a53d72971 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/GrapeExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22064cefa99e3854b23ff920db1c83d1a4341d09989ea11a4a0ceb96ca3c4c1f +size 375 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab new file mode 100644 index 000000000..0004bd5ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e35ab146eb545472426624d23e7c98e3c415cc85534373225c90083b0aeae5 +size 576323 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab.meta new file mode 100644 index 000000000..62fb83ca9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/MelonExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ef9f8476a2b96e4625cb93721edb0b27a54e1a4a6140166e6c28bfd5537e4c +size 375 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab new file mode 100644 index 000000000..fda44dcbb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed5d6bc7c84186c87a0754e05dd380bc5f97956e7f15cd256d0a9e1790c82ca +size 576307 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab.meta new file mode 100644 index 000000000..12fc83963 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/OrangeExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6624a1b19373d0d2c32efda04c711762827cdb39af17f48ea96e77b8ef346a3d +size 376 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab new file mode 100644 index 000000000..1cd937d56 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1ecc330dd999594b11230ab8b244e9aef8927ccda7f0ba7344a74fe054cbce +size 576319 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab.meta new file mode 100644 index 000000000..aed06a91c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PearExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6eb8e3c86253ea9cea0e3d61bd4249a6c557a17071339bb26684088159c649 +size 374 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab new file mode 100644 index 000000000..5f7e216ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3ab0d84810dc649944a5f55de68f23142233f2b1e996224b060fd12b775947 +size 576300 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab.meta new file mode 100644 index 000000000..ba27b7e18 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/PumpkinExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a439cd69322e4cecbfe3e7030777e5719795735e72ad5119248f60fadc253b68 +size 377 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab new file mode 100644 index 000000000..8ccc5c89d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4622053a71dc7bbf60a4ced01bad135ffb88dc783c63fb65148410306d0d2a +size 576294 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab.meta new file mode 100644 index 000000000..6505d8356 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/FruitExplosion/StrawberryExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f19058087ac592dd0822adacc7074e3b39dc5beb4f5adc643625855affce8d2 +size 380 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion.meta new file mode 100644 index 000000000..2401be214 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24271909b2eb64918ea46ba8fc5d03f4dee0313e541ba577c8bfd59500f16a13 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab new file mode 100644 index 000000000..24c16f971 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec474c4634fc4dcd87009c3330874c8da4e57a82b77b5a8b0f11feee44736e00 +size 689573 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab.meta new file mode 100644 index 000000000..92693c523 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af9106d09a19f419eb86c72259a2008a440e635339052bd1163fba3e364d65e +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab new file mode 100644 index 000000000..6924c81f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bf1f5e154604825eccd2b070425695cc2aab5a048c28469155a75d07c08f38 +size 689629 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab.meta new file mode 100644 index 000000000..664851d43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60d5c6188f30d14e4830622ea3011fbea1ffce7e0d9d1879ec98c0facc79283 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab new file mode 100644 index 000000000..2c4b681b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f19b8311c018d062201571be032c83067a54af91abb7245542a924b49e0da0b +size 689579 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab.meta new file mode 100644 index 000000000..1be5736fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6959550d33c225fe0f2cf953a16ef26a3734dec10489ffa17f9fdd99386f6044 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab new file mode 100644 index 000000000..034552a8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b9bffa67c9d6160769d2b26e81e4bc2d2b4d6215b1dfe891f98bca796a3ccb +size 689553 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab.meta new file mode 100644 index 000000000..181514e8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GasExplosion/GasExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f5985c5f4e59ec2ef8d38eb8f0e4c8a73a283ee579fda837058202c3447b8b +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion.meta new file mode 100644 index 000000000..e3cd8d065 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8abae9469e0d1e2f89e6c5c04ada33826b8ca41744406de1c9b519077141fd7 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab new file mode 100644 index 000000000..c82366fd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cca2830f45af6da5bd89db2194a41b54ae9f200eee4d1a8d1aa3a7a2a4dc660 +size 582702 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab.meta new file mode 100644 index 000000000..e69bd3cd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d517b41246c881fc2dd2591e46c0627a9d41097e3977af3a53488e0f2efdcb +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab new file mode 100644 index 000000000..cd5e2a494 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2b433b36b10c6ba6e52634e87927ccd08553e497efa3a72fa82851f74e42e8 +size 582744 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab.meta new file mode 100644 index 000000000..898c1f1ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942b42942532ff43835ef7691750e5a7e0d7ad66eaf0521c744f2a0a887bbd35 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab new file mode 100644 index 000000000..c9a6610a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e301984b64530bf05dcfbc76d83c5e4a514c68e921860165c8254cb58450d475 +size 582666 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab.meta new file mode 100644 index 000000000..c602564f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc5eea42a6d753b28edf539d4387e643dec17f831724b561dd9041d6b5a274a +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab new file mode 100644 index 000000000..03d24a54b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd19066a8de7904152e7c588405fe4253ca2836ae8310aa1d191fa9f75812a6 +size 582705 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab.meta new file mode 100644 index 000000000..daab38a5b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GlitterExplosion/GlitterExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a036709b1baff09ea2d9e52712934d4461f06cdd4d30b59d94af608228564474 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion.meta new file mode 100644 index 000000000..6458457c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4030246b7eea3d567e7ad10de6582c899fb7b483c4f80689c40c1e36d27c7a23 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab new file mode 100644 index 000000000..ea00d19d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750edab45b6e803ddcbac18b8bcedcb80339df27a69aa0c6d8b4d01f6ce1094a +size 576078 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab.meta new file mode 100644 index 000000000..903958f1f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c616a240573981141adc3d81587e8da5c04029c6d1c8db6106f6c59ada6f317 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab new file mode 100644 index 000000000..5bb5a0f1c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5852bf38f392c135f1dd526aa6c658a0385783ec12e0401cdcf20caff57ee458 +size 576069 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab.meta new file mode 100644 index 000000000..9ef95f964 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6bdbca2a596c6ca61e8e7183a95a70d88aecf6b3866ae5b048613849b3a27d +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab new file mode 100644 index 000000000..15aeb7514 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61519b920b66409d82b9b4c323a27d7ea9feb1408abf255467aae3aadf53400 +size 576042 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab.meta new file mode 100644 index 000000000..97c26710e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696e770f04680b0fdd82bff7791c3d1ec06abcfc498263a591a3fbd937ec1d15 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab new file mode 100644 index 000000000..f9f39dac4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1198d3aa04c97236ecb433f6228912d6a2bdf9ae1df792d0b32d138b654ccb95 +size 576139 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab.meta new file mode 100644 index 000000000..879d300ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/GrenadeExplosion/GrenadeExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4072589d64af59b6a70fc3340d6bed5c709c171d1b25909a7e496bdd92155e1a +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion.meta new file mode 100644 index 000000000..ba1afdf75 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da49a51feaf590ba6cdd7e131f911f394c9c90b93ca1a413e389ad6f856ac07b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab new file mode 100644 index 000000000..b7d61f459 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba23487be1b011ac9021754fa52ee91c7972eac949ff091236101dba3fa92e3d +size 577114 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab.meta new file mode 100644 index 000000000..9a9825920 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa91b39eb1f1dc67611a6f9a00e1829c9d91d112fd2bef305c645db4c613e84 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab new file mode 100644 index 000000000..7fded07d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2d5805e3cf55a02e7530b72a78a6688b3c968c7fa2202a381ad7b4b71114a0 +size 577148 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab.meta new file mode 100644 index 000000000..60792593f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2745fe695d7f74b1c66b5c52595c73ea95ede8425a7a94e8bb608beab81278b +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab new file mode 100644 index 000000000..869c0ae9d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f1f208af281e3b7d7e871f80aafc82615ec6741fdf0926ecd70fda7bc6d6f7 +size 577134 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab.meta new file mode 100644 index 000000000..8a54a0d73 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7854ffcd9bc841d68dc7c07ff511e5688504f1d6952c65574e317e29930d280 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab new file mode 100644 index 000000000..2ae0562db --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a85d5b33eeec813acba2cc82de33c9fc888943ab6ebdbab92418fee35ef61d9 +size 577133 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab.meta new file mode 100644 index 000000000..4f9c5fd1c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c079749a0f041f3c4d0c08e61fb15e7226976039a5dc1878d3be3ade977c265 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab new file mode 100644 index 000000000..d5465ce57 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f39edbef19288283aa2bf4e720a51db85568fe303d8ff3584b920cf16ac911c +size 577166 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab.meta new file mode 100644 index 000000000..837399c56 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LaserExplosion/LaserExplosionRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80faca805f9e2b6d23202ffd6525ae7bdbf31997720658810b2ff30639fecc0c +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion.meta new file mode 100644 index 000000000..ef06a77fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03497a1b3b529b50e060b0763dca675fb5cc35c91488b539839ea044c5ba3bcb +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab new file mode 100644 index 000000000..c6e28fe2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c682ba864c1ef103d78b85605c9fd2a8db16c654137eb7dc89e1c73d27b1fce +size 589283 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab.meta new file mode 100644 index 000000000..9ca37776d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9118ce3b14b03759576a49d9659c3ce71e4e4fc5328639b55ba63ad94739a0b9 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab new file mode 100644 index 000000000..8dab6f702 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879dd5c4e8a2b7a46112bb13d63a1c18ead7f7f9d2d8a9a0a22618b86e6d251b +size 589299 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab.meta new file mode 100644 index 000000000..e8c814aab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f73657750330f3ab231bba15a022c540d3fda24ed92d417418997b821a1b024 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab new file mode 100644 index 000000000..ede2bf085 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518bfe0945f4f527b1a729e1697ca03544fb67d217553d5cb75d2e4958180855 +size 589266 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab.meta new file mode 100644 index 000000000..d99e6c944 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2418bebacbac6e44cf881425d2aaed975a00ac39522fd32b4a7875ef506a2188 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab new file mode 100644 index 000000000..fe0c74163 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9e3c55bb5eaea78cfa9c1d33ccbf6374dfdb52a5a29593fc48232395d79aea +size 589286 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab.meta new file mode 100644 index 000000000..011299ecd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningExplosion/LightningExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e620f473e397265befc1c29e84b3ccc86bb83b520e2a2e204cc6d8cdb4b8166 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion.meta new file mode 100644 index 000000000..0747366ed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4abe462aa4ba388406cd4afa4159f1691469ed467ddd618e5b036f5b82c4a3 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab new file mode 100644 index 000000000..13ac02a4a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1882cea383ec6cd6974617e7634657c11956307e0dbb720ad7588294b6265cb1 +size 473791 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab.meta new file mode 100644 index 000000000..a53ba029d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf1d662c4f12c2e6cad4ce8d24ac2b1c672265bf9a2c37841c83c0b3ebc4121 +size 431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab new file mode 100644 index 000000000..2b763532d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfc7249b52d00611382e1347c30bc3a7bc89dd53b10dcac8aac7945c8375dd4 +size 473806 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab.meta new file mode 100644 index 000000000..ba31bcebd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00782a9791e8d3de8420a85f013d557e8c4dbc7b76934c4dcb4def85047805f9 +size 432 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab new file mode 100644 index 000000000..5f2d3dc49 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36603a3fe6b481de323ae4ee5a49701853ca8a2e8a11f56a9d86d373d6f94bf +size 473779 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab.meta new file mode 100644 index 000000000..798145d23 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a0e34e06e0cb1b91eba20fc4b28abdaa20064580edc054345a00524b013957 +size 431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab new file mode 100644 index 000000000..2bd4c33f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0448ad0bf6ca7460821b07667b192da172b28774e10c66d9594a24f4ba625036 +size 473785 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab.meta new file mode 100644 index 000000000..6e2f9c375 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LightningSoftExplosion/LightningSoftExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9c1172feea570687fa6980a4952a393d411250c36e1383a8d2dc27ee6eb026 +size 433 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion.meta new file mode 100644 index 000000000..2da8360e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141d37241d177ae6d3834a4ea9c97ea001e184f2463deba9ae1928efcc2926a2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab new file mode 100644 index 000000000..e833eadad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53292323821677bac2f13a3089560962a99fcc34fe131182212d2e05fac400c8 +size 460929 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab.meta new file mode 100644 index 000000000..24249624d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcid.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98df94fd809c964e599e738fe79a09b4f333802975154742405d6a66d1ec6f75 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab new file mode 100644 index 000000000..8e59662ef --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7405a9ed01f29a69b1dec59d6b764c6be7456fb53abacbb4c69ef1f00501925 +size 576475 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab.meta new file mode 100644 index 000000000..90bf40be4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionAcidBig.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5375e437ee588c20501d0e2c540835846b2865e037266eb0efeb31492e35c0 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab new file mode 100644 index 000000000..06ebb8e81 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c360e4d5b0a95d88b8942b6a413fa183fd8b2776ccd22b77842691d2eb407c +size 460955 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab.meta new file mode 100644 index 000000000..91c2c3c89 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLava.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30280e2e8fe6baca9b78c3c18f0e56ac568d0d51fe897a3821f0882e5bff1f0e +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab new file mode 100644 index 000000000..bbdbb378c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a751faef2a1194ce06890ba92057082c54796e050fca47b774782365ceb22e6f +size 576441 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab.meta new file mode 100644 index 000000000..4731bd566 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionLavaBig.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c59183a39ce5ce1d369370865cf781499ccfc0f3ac53cd1b3dac40e2dad0018 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab new file mode 100644 index 000000000..dba296000 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbfc6e8867820ccd8b51ea80833c649976f0f91730305f248ae01e35fab5f6f +size 346682 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab.meta new file mode 100644 index 000000000..e3230abab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionOil.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90e0089e983d0b5bdc818556baeca35aa3f8dc9afc5ac58ea45946fd0e478df +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab new file mode 100644 index 000000000..2a2da46a8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292776966579d7b864d7c56de93b5441d88889a0738e6e765d3bb100f2acd781 +size 347115 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab.meta new file mode 100644 index 000000000..6ec9c7a59 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionSlime.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf7626d21494f3473e05cb80942a4d5d95c5543dbcd66b153358959f6ec31b +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab new file mode 100644 index 000000000..e663e4e8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6238701e47cef47f7cf3427dfe0ef5b9b43ac1c254376e86693de83fc7305b9d +size 464290 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab.meta new file mode 100644 index 000000000..cce06ef3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be346f8dc23d171bcc8408b3378b38957c6cd985534125bb4121231492159832 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab new file mode 100644 index 000000000..9a30e0cc4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fd1078e1ed5ad106b68b5a07e60df32f7930a9cbfc7d4f5a46235f86a06da2 +size 232080 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab.meta new file mode 100644 index 000000000..ebc57dfbd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClear.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee26a09b0c8d204ac1cff995db38678680123f855598e3647bc1367d675d75c +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab new file mode 100644 index 000000000..c4d150db5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c09755d5b4746ea0720100b8125475a962c0268ba6d8739549753ac609869b +size 461511 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab.meta new file mode 100644 index 000000000..762e2787a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/LiquidExplosion/LiquidExplosionWaterClearBig.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e1105ed54cb29e47dfffd7214c37ae96bd5f5d973ca321439b457ba4c2a00d +size 426 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion.meta new file mode 100644 index 000000000..3af9673b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65e1957ed1d7da0da3a2fa863e7e3cffc4dd4233aa38f0713b2327b3093c2ac +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab new file mode 100644 index 000000000..9f7a3da41 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddf6fd92c84faa4a4de5ca8762a6922aa57c352c0721b3fe259e536c52f003b +size 690967 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab.meta new file mode 100644 index 000000000..f94c8e3b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785bdbfe8adb03f3c87c87ee86db613aa727217f65105616bca3c0afee8fa1db +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab new file mode 100644 index 000000000..a194abb9c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d88b06638d9afa4cb1ce60eb0b42bc3e1a853d4abe0d143b633f08d0b2d9ce +size 691010 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab.meta new file mode 100644 index 000000000..0472550b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db877a6e3c77695ff79264938d1ea1df433ea4fc604dbdc2bf0b742f2b11819c +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab new file mode 100644 index 000000000..f6b8230fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fb989bc8d834e2b360225a3a412f3b838a4df3a47b696b7b513bc6f26980ea +size 690958 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab.meta new file mode 100644 index 000000000..62364d541 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debf6b5adee27842b3cdaabc0d0499adbeb3a3bcd3bed53ff6592c4dab8bfe34 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab new file mode 100644 index 000000000..0a113cc72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d89b941a582c1eedb88c1e5dd4e9e50d34b2db6d6995dcd662e537550940035 +size 690940 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab.meta new file mode 100644 index 000000000..9a03249e7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicExplosion/MagicExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcad7d4443238f96b86adfd22737133fe6211728697d974ca2ccbba92bc02fac +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion.meta new file mode 100644 index 000000000..d93459a41 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9adaa29092b11dc277e6f181250c89cc9fe07961702ed08e415510838cdcda +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab new file mode 100644 index 000000000..47707d26b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9105349f2b87c78cebffc208e03acb51189fdaccb672584efa22897200bc3691 +size 823234 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab.meta new file mode 100644 index 000000000..8c628648c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d8aa6adc9a15b383be8d6efdccdc724c248a56cfd07d1183c8d5b3e3af9826 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab new file mode 100644 index 000000000..d4aba6275 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab29f6578137db9aec449892db4a6fae776833b66c1d2dcf19f2e3a623c77405 +size 823230 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab.meta new file mode 100644 index 000000000..a0202a9d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf31bd29d68e4835debb666cf89d791bb42a61d9b957bd38c1c423a48078f5c +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab new file mode 100644 index 000000000..56665e92f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3323ac6af3b84461f8561872b1b116ba8082a9e5312bf202e9368eab62a079da +size 823220 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab.meta new file mode 100644 index 000000000..a3c066834 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad6e85c7797eb423985428fb4ca20c39af51a68c0b69d84f546065dfd6d7829 +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab new file mode 100644 index 000000000..f52e0e3d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98294747d4f9332837b8198b23920d5bab2271a05c5ae1c5d59f01a605690236 +size 823222 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab.meta new file mode 100644 index 000000000..ac4d99298 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01077b99074921e972f5be1ea5c8c884b36848c076ac8081aa7c5349150b8d +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab new file mode 100644 index 000000000..e2c435699 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b2a80e908ecdedb5ff334f044d77406549a2e70ca6e3df4e8ecb2b4de0239e +size 823228 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab.meta new file mode 100644 index 000000000..242b7121b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicNovaExplosion/MagicNovaExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cd948861c7064b65cee511685b05f05bc378ff16b01da20560c0af4d7f88f9 +size 425 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion.meta new file mode 100644 index 000000000..4e7fd8aac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f642316d4e97abee61e21131985f2bab3869ab3bf3a21bbf74f24d075203ceb +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab new file mode 100644 index 000000000..54223f03e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c60bc40dac7944404b59024200068f6653bbaffeb7336cf8ce4ae995272e7d +size 462412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab.meta new file mode 100644 index 000000000..d27a2a9ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69caff35cb239924dca9abf2d1e46bda664b7e74609482e54c1d7bf3565786c1 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab new file mode 100644 index 000000000..07e01ad1d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98f9845d8873827489de1f1eb379c38c49e5dcbc8ba04dafd2fcd072b3117ac +size 462434 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab.meta new file mode 100644 index 000000000..e7fd0b7c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd1c498c6fc63c50f6faee06ccdb96fa31f8520a33235ba1f5fc8f1e35b61a8 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab new file mode 100644 index 000000000..261530620 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d16544eacbf4ed6b04f2d69808a978b8e76531aba401a1e1f4dcf191b8e0173 +size 462455 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab.meta new file mode 100644 index 000000000..557f1f2eb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4371eb22d8a435d7bf255898ff831c285b1064ee0e51fc6ac0da785aa5774e39 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab new file mode 100644 index 000000000..f6117e932 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d34e664eb48a774c47b09087727c54cedb7b8c8276e6ff32ceee1a6d5b37cd9 +size 462433 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab.meta new file mode 100644 index 000000000..9b5caaa9f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e282c97bad7c2057013e152007405a0790fa25e988a4f33214f3da45da2f70a9 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab new file mode 100644 index 000000000..1f9d83a2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e4b9b9afe789644bcf4358e023ea74010456e414c3770b75fbc7ec05028f61 +size 462436 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab.meta new file mode 100644 index 000000000..6b8a3314e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MagicSoftExplosion/MagicSoftExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4b788e5426eb17da1c206436a116096cf223d2c91ad6270ba669fbaec62309 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion.meta new file mode 100644 index 000000000..2d7719e15 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a899126be22370fc48de443486e84082f448d5af7363be9a78aca8a0501658 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab new file mode 100644 index 000000000..2292ccd9a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c02e7d8e0f162dcf87638dbd8f221be869d38b17a812454a58e72da9af8a00 +size 1151680 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab.meta new file mode 100644 index 000000000..4e5f7110d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d2be6c8cc5f1f644a3f65ebc80bf3230700901a1a3fac930158b5b5b7e481c +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab new file mode 100644 index 000000000..e1f5442f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df176b4bfeb43655a36a41457eef2aefef0e2949a66b70a1139dc61b29bdf82 +size 1151720 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab.meta new file mode 100644 index 000000000..e577c8405 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d982ab43210cb878731cf13407c0606c4d5fc0c425e83d1aaa2104d027e9cf39 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab new file mode 100644 index 000000000..f23a873e8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97811494104e425e079ca46852e75c9dbc78a29834d2d3ce11d5bfa67dfc0f46 +size 1151704 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab.meta new file mode 100644 index 000000000..d0511bf35 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52426af34c13fb36101be1c8d7dba0074a698a6931c7a07f9ad948cabd227a9c +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab new file mode 100644 index 000000000..3d19dffac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cfd782dc2094d3378f2c0a760249b8b5ee59f513435e213025c057fb4a86db +size 1151773 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab.meta new file mode 100644 index 000000000..9ecb95143 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d692bcdb304ac31566645324d0a05b2b0078cb42ed8539c982eef317257e6985 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab new file mode 100644 index 000000000..6af30d120 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d2e6ed59378455cb567f4d15563a0d8cfa041aa316a665004108369e61b6f0 +size 1151708 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab.meta new file mode 100644 index 000000000..fb4fdeb1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MegaExplosion/MegaExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8579f94136eb6a1929a6339f15cae7edef771e605cf81d96a717a5785d08823b +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion.meta new file mode 100644 index 000000000..76303f70e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfd2e90a4491542870589cad3ebc4abb71079c9d82aa053f6eec97641268d06 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab new file mode 100644 index 000000000..4d4637527 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d833ea9f09c275bf1a98756a1332fa9a9e5226bf6af215c3b3ade6e8dffe438 +size 806626 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab.meta new file mode 100644 index 000000000..ff21f64db --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9727216a101e8170d1a967c7cfe7729c4e0d9341119a0b9338ea135424acee98 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab new file mode 100644 index 000000000..7eb4461b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0976e7b17eb40a5167b6c1ccb98ab2f94b37fd1deb9c28e1bbfdc88c885af88 +size 806012 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab.meta new file mode 100644 index 000000000..4680480cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab4880204573d67d4f79f5ca9a23186b683b3d381da7f0494b993553a94268d +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab new file mode 100644 index 000000000..6f69198d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097933f24e33442c5a1352e81dc880685559bcaf2e79af2df669eae8e39e844d +size 806227 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab.meta new file mode 100644 index 000000000..b2198ec8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d1ee1c6d2a13a9770f105917cab9ea50f7fecf26580e9557274df0d7fbc3ba +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab new file mode 100644 index 000000000..7707b1ac3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1382057c692dfd5a2243b5c9da5c5e2dbba510efb83a30f4c94a22ae0cb9362 +size 806236 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab.meta new file mode 100644 index 000000000..6dd7a537f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231becf827eebd009a48fa3e269f08e54086fa36d829e755a24869ad505ee80e +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab new file mode 100644 index 000000000..565bbe942 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae590715aa08852c472e741c8ede42e09ab1f10058d277b5bfd2cfc2dc58ec15 +size 806138 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab.meta new file mode 100644 index 000000000..3179619b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/MysticExplosion/MysticExplosionWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0b3c163bbfa9bf39e5352cb39c2a0dc5e99b8e16e1ee4874bdd19b17add3de +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion.meta new file mode 100644 index 000000000..e164183a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77f5edd81ecdb749e05efef3555b18a223c3d6628d3af7d03bde4a4a51aff65 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab new file mode 100644 index 000000000..a5f2106c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84652375689059f6e3ca5f12f41ea0562f72cd084a9bf9ef5adb9636e27d06e0 +size 706846 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab.meta new file mode 100644 index 000000000..e09a41127 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db7791c7ca4e0e2b87f212a1f7a3ca62db84db01caf7665a52dea484f630dfc +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab new file mode 100644 index 000000000..fd9bc0669 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e727cd0a630b8f2a4e063473ddadfa440802bec6e0c08d33d9d067b726c9ab +size 706881 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab.meta new file mode 100644 index 000000000..392a30a3f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b8acb8c9851928232600ca9651be754f6b0982737a011d56653adccfb92a67 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab new file mode 100644 index 000000000..b2a1d3cb7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa1456a08ae7b364f3f645daf74d67da7eeb5442a7821efe62d51d7cab98d48 +size 706865 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab.meta new file mode 100644 index 000000000..ec70a74b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d23d42d1d0f1694f0269a2b5e738a6347e9b61b3d98ce6455bb1b82ced4b47 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab new file mode 100644 index 000000000..0946f4743 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf60744b5a05fef63064804ac704861ce2260dbaf63d54c192b1c7ce188fd60 +size 706865 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab.meta new file mode 100644 index 000000000..c9c4853a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaExplosion/ExplosionNovaPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ffa0afc427638f2401518bfa965cc46121cd6d5efe405feddb508538770521 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion.meta new file mode 100644 index 000000000..68028e5bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d24531c052241b3801cab0beb919279e6e70e3edd2b6b70b9cbcc878e69c23 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab new file mode 100644 index 000000000..8254294c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e67dbd12f2447a55ac1b0bc1e3c61fc9954df46e80acfb6b3f42deb61cc20b5 +size 576515 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab.meta new file mode 100644 index 000000000..1678f9d2a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a270603d30e28c3bb5e74878c32c2a0646c24629eef3f8660b39657e5ce5ee +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab new file mode 100644 index 000000000..ea316e5f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a526f6ada07f47a6dc199e8c56fd2c01d4928cd5db552acb37fc0c8fa348d9df +size 576540 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab.meta new file mode 100644 index 000000000..3af96aa07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ff960c7f84bfe5af4c56306caeea99e38efee197d4ffc97134d1064bfe9fd4 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab new file mode 100644 index 000000000..2d3d72e31 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312939655edd6af5d3f3726eb504c874b3d71b6fef30a7c19af8d4def040c936 +size 576518 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab.meta new file mode 100644 index 000000000..a9afb03bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b90782164425b46a87f2ef9ae0239dc667f0ef08034a4b271b20fd41c08541 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab new file mode 100644 index 000000000..09418aa00 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60623379760f887509282e9b53e0420201a47ff344d82339040a1153c15e8d80 +size 576542 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab.meta new file mode 100644 index 000000000..0931fda80 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSmallExplosion/ExplosionNovaSmallPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937fbcfb79d803b0b323606bf47fda8a979d0108d475ea99b86e569d15984444 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion.meta new file mode 100644 index 000000000..0954f5027 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bdaf541b6eef5461d791c7c858cf71e0ff6e9eab5e13dc12c633d1e7ea6431 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab new file mode 100644 index 000000000..d505ea340 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57be81375fe7f7896375142ed859e07e9a273b3a25117804fe2af571c4d407b8 +size 588949 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab.meta new file mode 100644 index 000000000..81a287b7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd522165589a1650ce80b161fe1a361f199b667c14720a47e46c7c9803fe6eb +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab new file mode 100644 index 000000000..9e298985d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c7b5aab8ae2bb9f09bccb98272c0e48d8afdb12a29f289b5b993121c881516 +size 589009 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab.meta new file mode 100644 index 000000000..ddfbc15b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95260b8e2b4bdaeff1606f75ac363197c9c5b74873a42874564319a14bd393e5 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab new file mode 100644 index 000000000..03d30039d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a478595b2ff6d2a44a6f68ac7ef062fe8e3c2129e99021be8123b05391dad73 +size 588928 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab.meta new file mode 100644 index 000000000..e5501b042 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0544c5e1abcef20b295c2056fc5f2d5290e19745eb018b85acf697b83d66efe6 +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab new file mode 100644 index 000000000..52664e5c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680afb96b76de0602d45b2f1582b67234958866b7568f0091962bac308a7ddef +size 588944 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab.meta new file mode 100644 index 000000000..99d729745 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NovaSoftExplosion/ExplosionNovaSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be987044788e8554b8205b868bf83dfb359cf5a3bb22cbae14a29e3d70835118 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion.meta new file mode 100644 index 000000000..27a1b9b29 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf65e3fa65e0f61e0bc1897659b56392e0a663e6b462b5665c33d5e0c7d96d8 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab new file mode 100644 index 000000000..6731009c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6507d3c080e5986edbeaf176823cbb8542c5a75cd7308cc49ea2a6658687a27c +size 1054060 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab.meta new file mode 100644 index 000000000..6734faaa6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d799b2e04c8e18e40e9be6032c4aa9aa2ca1e8b6c28b85029bce50afd232bad +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab new file mode 100644 index 000000000..db88ce891 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77405b407ddbae91174deefdca0477019237ce7badc6e1d02e65e903df65fb8a +size 1054086 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab.meta new file mode 100644 index 000000000..11a15b716 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0b0c5cbe31074e5147d1d5e801b8ce046bb8faebc1159802fb8d91d810fa43 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab new file mode 100644 index 000000000..dc0aa6c23 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaece5d5463d7fe3409ff9b3430c78522b58ead2ad4a4dc6b17facd41ebca7b3 +size 1054089 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab.meta new file mode 100644 index 000000000..4be5b2a96 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a2daa90803b1052bfd24bb57840d70ef52576f0524028129ea1728bee451a6 +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab new file mode 100644 index 000000000..683f10a56 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6be6abf0fb3f93ee8c6d6469cce1dfc564aaa002f5cca0b4fe9c2c8b2f98df +size 1054074 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab.meta new file mode 100644 index 000000000..ca61c79bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeConeExplosion/NukeConeExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5883e59ef797bdfcda88a18ce08f69f17c4d1e89281acfccaaff2c14f91c7d0d +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion.meta new file mode 100644 index 000000000..48ec40901 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f82d559a21d94968cc6c492b32f7c8a9e6e5676163349682761dc752369abf2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab new file mode 100644 index 000000000..2bc886a38 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0420d03b9549e8ef9aa39973d125996d27ef874eae9584b042dccfe6f99e6658 +size 704204 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab.meta new file mode 100644 index 000000000..86f813e75 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f8ed199fe76cb3b9a62154850c5e68fc048dce696ed452b0e9b4ca4851b473 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab new file mode 100644 index 000000000..d0bb24f2a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6687e2b10d25fae711bdef4428d9e616319be810384d2a50504eacfccc73819 +size 704197 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab.meta new file mode 100644 index 000000000..760d19ba8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649e7ea063374ebd28ceb097786f6d45280dabcfb1e1bb46f3480b98143fa38f +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab new file mode 100644 index 000000000..24b367c6d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6bcf486f02072c6a31d6104e37fab54e2ad59c316d9e9b4111bdc9a4ce1734 +size 704166 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab.meta new file mode 100644 index 000000000..4b07582ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d5c5d4c40f6f1656715c87e9962462b230bc541014756a369fd01061eff9f7 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab new file mode 100644 index 000000000..00f9e319e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba9681fe81ad8daf45909c8fc3837133b5ae721e18dc65a3d0f3b6a1e3fb663 +size 704174 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab.meta new file mode 100644 index 000000000..5ecc615b8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeExplosion/NukeExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c077370050019fbabaccf074bec8e26d39248fe2e61715f8ac0917c6d28dd6 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion.meta new file mode 100644 index 000000000..2b8c8d905 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070a9f930749d50082b7ed072a031c312d6f21abfca019fcf41a868d2cec55e9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab new file mode 100644 index 000000000..b0bbfcd3f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286e1f140bb19ad0bdcd0d576a27351acb7d3970983c19c01744d5d7f846743d +size 1054339 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab.meta new file mode 100644 index 000000000..6c4b11f26 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c7328bef5a470a65b443891274c605f4ee6dd913475dace4040f0d148498d7 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab new file mode 100644 index 000000000..376fd7b2d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d798c5589d92dd4b04c252bb002341e1e96fe24d88c735c4fa109effa33b98e +size 1054374 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab.meta new file mode 100644 index 000000000..544fc2bd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec5d83fc09930d05fbe27f0488b31bc96a73a71dbafe2b65ca11e14b63da3b4 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab new file mode 100644 index 000000000..5a4722da1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442c9daebcbc52dd1030626e4575b109a745d6e6d162d47683f3cc09f1e09336 +size 1054331 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab.meta new file mode 100644 index 000000000..4eecfb271 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a820a662e5f95e8f8dbbab9e629bc446bc03ee6cc75d17185e33d46ea0af2b +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab new file mode 100644 index 000000000..10832a441 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8127c90dea926d9f18eca9c51d71d50576a2c85fc8451d85212ca3105d82bd31 +size 1054302 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab.meta new file mode 100644 index 000000000..ba37cfeb7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/NukeVerticalExplosion/NukeVerticalExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea281333d96dfaa1860249d2dc27944a30c904bad063af80ee5d6e8209051662 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion.meta new file mode 100644 index 000000000..9549339a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ac8d905c3d96d4d4280dc0e499c2fee43889282d36918ba9c3a5b1b2e2abdd +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab new file mode 100644 index 000000000..30714c816 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb3232df45c7e7d01ebb6b5e8d88fe14cdd466c49f809b0e30fab03bb9ada0d +size 576591 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab.meta new file mode 100644 index 000000000..9f14e22bf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a6f398f75689b8a8376c28f3641cb5588302ef764490248eaa3a4824df02b8 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab new file mode 100644 index 000000000..7cf6a1233 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633cdcfc1453f0d43dabda593895cba0629e4c027155c4475f151faac4469c28 +size 576605 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab.meta new file mode 100644 index 000000000..6f99044fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c947576beae4f164335e6c949ca616fee1a319675256dc19818d9638b70f7aa +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab new file mode 100644 index 000000000..b70fe0312 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e523012ead80f154ed5cd6df8e3a807e8fcb9d28577331a000c1a396491e0d +size 576587 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab.meta new file mode 100644 index 000000000..a85bfd1d1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07e72cb09fc9f7142fe14c0b854280454ceb0e24c85c9ff81cf22dceb6525a9 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab new file mode 100644 index 000000000..3b24e4a46 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6356aecc96d01970d07826762b765ef13e240c006fea86ffe6d64b2d1bce9d3e +size 576579 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab.meta new file mode 100644 index 000000000..033b90dfc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/RoundExplosion/ExplosionRoundPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca88600104b79b8725e02ecd661b11965405a4df2bc15c87ed799a82d7bb739 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion.meta new file mode 100644 index 000000000..f2f78dd53 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c97d32ee1d9214150b7f1141fa7ea920c41e94f63e215e3e3a58a392c0bea9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab new file mode 100644 index 000000000..e770814d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a3aac59176664697b539872b306a2b3bf046a52ec62d114db4e533ad4dc9af +size 574233 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab.meta new file mode 100644 index 000000000..30061ba5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb76c33265594e3c1bbd7a4efd9f18744788b9c0623976d5fe1901363c2608f +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab new file mode 100644 index 000000000..c0f02ab68 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7299588f89bec47b6b8e0b3b03c820a722755d44849bd4ab8640ddcc5972af2 +size 460108 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab.meta new file mode 100644 index 000000000..b4dddb455 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74037fcfea31ece3d4ff154ef5f21b00c76e0b1bf2538cc4df5d42802a96fc1 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab new file mode 100644 index 000000000..06b021290 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b0139dce5babf09af046ba81fdccddfc25cd60448532dd5aeea9c8e490abf4 +size 574967 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab.meta new file mode 100644 index 000000000..8ea7cbeab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/ShadowExplosion/ShadowExplosion3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b42552af4eb625a92c6cedc4d7332884d41f066943a92ea60a1e38bdad0ae8 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion.meta new file mode 100644 index 000000000..9fbf30c79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde99cc904db5b396d68adb7f1d0d58127fa750099304d7dcf0a1b7d8854290b +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab new file mode 100644 index 000000000..94c90804d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e34d90df0d6ebbeb8a88ebe6f3c4c316a782d3f85f22b4a89d516fdad1af9e4 +size 577480 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab.meta new file mode 100644 index 000000000..c8ba85df1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c958fcef378df4a3daa0efaab6c046ffd1346c6a97c18dc5faa39d6e6a8f17aa +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab new file mode 100644 index 000000000..a99231b03 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286fddb01bd3868f67f4fac4e37d42a35ac4465846c6c1814628f2cf71078d33 +size 577520 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab.meta new file mode 100644 index 000000000..6ce01a16e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db0114f4690c55198d44cf1a4f0fa44bd548d1acbff446dfe25ebd8cb9a3414 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab new file mode 100644 index 000000000..ac2d5cb4e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f75fe365a69ad1551b9f4aab62f0f9af0dea76addac064b9a6d9f443a789d1 +size 577456 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab.meta new file mode 100644 index 000000000..f3343ac09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6dddb0ee83e034b2b2af394731c12beafcc0d1f35e8a1bc7c0964440e01a27 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab new file mode 100644 index 000000000..e8f27e2fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3f0a4746b935357f54e2b140e3a13223d870d042a0633567dea937671fdd71 +size 577447 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab.meta new file mode 100644 index 000000000..84dd8c8eb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SharpExplosion/SharpExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fbeb71cdc00a8d3cf82816825890b6cfb546d2eaf63d77ae88085737ae9c76 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion.meta new file mode 100644 index 000000000..29876a0fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99b5e0718fc1d6df84f4dc138eaffa5bbab19f9adc9b2e0940a8f6bf12fed9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab new file mode 100644 index 000000000..c92ab6f70 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa38c67da41e6e7e33323965a8c42f453a195766314ae60cd27565dab0822730 +size 576577 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab.meta new file mode 100644 index 000000000..15ad3c2f2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca777dcae5781f40b15899084f3843f1cee0f961b970add78a8fec828419c62 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab new file mode 100644 index 000000000..95d1f4633 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419aed027a6db86e82016295dc7e48faa3aba8ac331e4e09d753bc7dfe6d2927 +size 576605 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab.meta new file mode 100644 index 000000000..23bcac499 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae714735635d928ee3ad3ef59026671c648551b181c71d931dcc723f5f2f557 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab new file mode 100644 index 000000000..d36237801 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c7f6ace3166af81d7db6bf9b5db54e08463f13ac515984d3ad4dbb9b850c5c +size 576590 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab.meta new file mode 100644 index 000000000..5abde3014 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8b44e4839f5b3a425693979e095b56b4cfd49a343ab50816714454a090193f +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab new file mode 100644 index 000000000..51ac1db9c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c74878e3084cc87e27e96df21dd6c1fe64aa7387b18d402e7315049679a292 +size 576563 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab.meta new file mode 100644 index 000000000..156753a0f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SmallExplosion/SmallExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25d56f3165311c69896522df50658ed55418983ea343445b37d73ca7165d43a +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion.meta new file mode 100644 index 000000000..7c6063197 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452e89de7173b26b29314b8faa4bf23810c2c8fba5c99d81777cfd7a25451999 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab new file mode 100644 index 000000000..8a5779d4d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7607149bb51df50f84aeaa3dd3ebb7e8b2d78e9e0b6b9044aaa000dfed51f9f +size 471417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab.meta new file mode 100644 index 000000000..9f26076d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SnowExplosion/SnowExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97c7f3db285670071cd7bb206992a4b47eca1574cda5106573b3723762cd93a +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion.meta new file mode 100644 index 000000000..b7dcb4c6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23f7bfc6e63352803de1a03a22ffbb6af45877be84cc5c54fe3a1ef7f4c6240 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab new file mode 100644 index 000000000..1851ec070 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4895bab8c4766e348f104fe0e067d4c72cfd100b507bf4c645414822372bc5c +size 590929 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab.meta new file mode 100644 index 000000000..5bf5574b8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionCrimson.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0904db1ddd89fbad5795a83cb2516ac14ccdf4e23b57e4594dd7667ade31570d +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab new file mode 100644 index 000000000..21c438a72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12876a69da5434db3d6250a9a65b708721fe70821ef68a2b3fd8f42f5b5bf542 +size 590878 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab.meta new file mode 100644 index 000000000..85b6b79c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc697311a4545a768ba1f3ad497bba7fd6347ff55002e1783e9eb3784b882b9b +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab new file mode 100644 index 000000000..fbd15a256 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7593945b3526719efbd1814707804b3aa2ff45c5a7fd95e9a93fc5587bc566 +size 590935 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab.meta new file mode 100644 index 000000000..e3f975bff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec8bf8c543a01027863b607cf7758109adc9786c668d440338c123338046e51 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab new file mode 100644 index 000000000..bd1db1816 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df27b12f37ba4cb4c11378563210d89bca5270a9e16147c0fd9e9c820e8989c +size 590901 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab.meta new file mode 100644 index 000000000..c1e35f29c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SoulExplosion/SoulExplosionPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaa41100785b510f609d6defb758ed5074100c51df1f3ef9bdbca78c2ed6342 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion.meta new file mode 100644 index 000000000..977b1b2ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ec1bca018a9bcad90a6fe28d18edfa1759629ef5438c647fbdb88a4615f3e1 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab new file mode 100644 index 000000000..9badea1e6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e4fa9d3ac1f5ab653a7c053429e485f0e8b25c17f732314005e7bedffe3ac6 +size 596006 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab.meta new file mode 100644 index 000000000..3fff75886 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9585c7c5563647d63cd93c91eca05767b6967f85b2ceb154ca850ca19da7cd21 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab new file mode 100644 index 000000000..98d6b1ba9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476b3b38352608116b8e79a2bfe98385820bdfd7e571d3ccd58431c265656bb3 +size 596025 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab.meta new file mode 100644 index 000000000..507864610 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5a74f5a7be7b7626f0bcb480ecbf3842819ac2a3cfe953cd5ae08974624019 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab new file mode 100644 index 000000000..6fb16237d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260068a920abeaaafad5a2a2ba0659bb01ccb1d41c12018f7245f5596d8aba14 +size 595988 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab.meta new file mode 100644 index 000000000..a71f92f16 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69d078db3c6e8f967a479016932644421cbeeded58c3648fef88a3bf4099204 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab new file mode 100644 index 000000000..fa8f604bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b80fe407f692692fa2fef16743bce3267c9c20138fd4ce7a34c929f0e8eaef +size 596002 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab.meta new file mode 100644 index 000000000..5f622e05b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SparkleExplosion/SparkleExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88d1890bdc3c1eb344758d27d5f1be00f2db93d02687cfaf5f1b97ca6f818be +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion.meta new file mode 100644 index 000000000..0f677034f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd78d7b996b6d54001040f9b2c7302e04832fb8403996a933321154b8f91cc5 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab new file mode 100644 index 000000000..6386f787b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67779c3f7125cbea299cc533badc5590e3c625e1ed92f0816a73fc3a3fb61ab2 +size 461861 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab.meta new file mode 100644 index 000000000..c7b0c0e8c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a690052478be0c3a881f4ec3a1894b62fe8c7cab448a71aa4d9f8013a48022 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab new file mode 100644 index 000000000..ac22d5d79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083dbf6c6ea971ad2b3c26ddb3c708d8c582e45670e53c4d60aaf15138be356c +size 461914 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab.meta new file mode 100644 index 000000000..367b9117d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388928c33e07c15621fbf4980ecf0e646b1e293ce862d7269e07b9ed258afd9d +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab new file mode 100644 index 000000000..08b76913a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab95a423b6e53a8b3bfe35a9f74b8d83d93047fcb7ec992da4d3d9af02a0c90 +size 461867 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab.meta new file mode 100644 index 000000000..8b0ecf2c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43e8aedc88ae987e2297ec217286fcdf4e924381042109b47abc7c45a18249 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab new file mode 100644 index 000000000..a84aa5a95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a63b33e3694e2b414c227888e6b4806704607cfb2c56580631e7b6533187fb1 +size 461850 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab.meta new file mode 100644 index 000000000..592f954ae --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/SpikyExplosion/SpikyExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b21316a2c05ffdd4792807c545f38a2e09897a3da15688f8f872d590beb89ed +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion.meta new file mode 100644 index 000000000..3fa141b0e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26439b941ef2e8e021bdb2ab38654a7de6aa5c8ff9397becf2ecf346d13c318d +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab new file mode 100644 index 000000000..8381f6aef --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e265fd270ce8dec3a9833a7d2b127d340f50599d8b9e54cfeef3126a69424bf3 +size 464229 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab.meta new file mode 100644 index 000000000..f446675c5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553eb77884e51dab9948c61a47f9298b1ce51fdb546b672c9df31cb5c547776b +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab new file mode 100644 index 000000000..5197a5ab9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45feeebea9689e29a66827c929ab806c209513152ce30b65b6bd817fa6c34a52 +size 464215 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab.meta new file mode 100644 index 000000000..f659ec0c5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b5d4425d58cf49eb0e6bccb83d46fe95c7e088a880bb398ecda6e4b0816e43 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab new file mode 100644 index 000000000..2dab0c219 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b0c47e6e251f84aa0be12ac27d6f0568ac1aad189087807d6d839c6ee38222 +size 464247 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab.meta new file mode 100644 index 000000000..2e408c52d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be032853af5a4f2c4b8eb1f7b4f899af0469ec062c9595dff8bbf1941fb04ab +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab new file mode 100644 index 000000000..fb3d4355d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb0a6a60fb8bb4ab6978b6994ee9129a7b104dd78e1ee4a3db32cc8201d1975 +size 464213 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab.meta new file mode 100644 index 000000000..f9e007360 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarExplosion/StarExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4b7de810659e612318c9727f157f2011916c0ed845a9f079bcdd8de28d597c +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion.meta new file mode 100644 index 000000000..fbaede02f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37575cb70f530bf81a70a273b0a2cff7e5abea175d7ca62548f7a5573c4665db +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab new file mode 100644 index 000000000..869be277d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918d3a245f5e31aa8aa4db2fb1a98c8ac87420acce6cac9eb8b1c173074e2caf +size 463982 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab.meta new file mode 100644 index 000000000..db8e5b083 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218eff411b8f88bafc4e41efdfa383ff0423ea324ab7107c82360a6691467096 +size 427 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab new file mode 100644 index 000000000..4930935d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1cd9d789c4493f384dd2fc1ede14e8f66fbcd4f3e92bb791881c7fa5696d28 +size 463972 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab.meta new file mode 100644 index 000000000..764062540 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86a7949947cad81281a8f8c27c4a751d4e1b8df3b80f68665ce2c678f5ff5f4 +size 428 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab new file mode 100644 index 000000000..808575d98 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a397c23a79f16d51e30ae5b6801d50f93737a0cc7513ff43850e66060275db9 +size 463968 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab.meta new file mode 100644 index 000000000..815de6188 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6073af31190d2f4c8f96e0c7e8c9120017b67e77cf3a4e993fb73d2b2f215c8 +size 429 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab new file mode 100644 index 000000000..21434bcfa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d61a5eb22d2ddd609b224ed7b34e1d5287c52b4ecd90ebdb9e62fd4f5e526b +size 463985 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab.meta new file mode 100644 index 000000000..4c147f935 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarIntenseExplosion/StarIntenseExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27de4087731318b9f14f5f3906468a93efcc52f0cc5dd48e6c34eb1333b880d +size 427 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion.meta new file mode 100644 index 000000000..485f13981 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d15e6096a7d45e0063cd204a45b16753f96f47adae892c79f75c36884d99fe +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab new file mode 100644 index 000000000..a3494e12d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2556646bb181fc30412edeb5842a3d9817d26b514e5a9219006efe8ae8e436 +size 463563 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab.meta new file mode 100644 index 000000000..c070a5a79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d77c07807b7935302fdbd0ca42ed7182b3b65d630011159f57a964af395ec2 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab new file mode 100644 index 000000000..6d8f07d43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06baba47397fd3850a7e4509fe2720567d154bed9abdd6809759bbbc52ac1bc2 +size 463566 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab.meta new file mode 100644 index 000000000..4fb4ac219 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27760b45d415f095f683f3664c264360580bfee97d2f82141ac618144df75507 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab new file mode 100644 index 000000000..b96681707 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e878386331ae49711b106c0ab9d0b999c3462661d004da05e6d5271106210870 +size 463589 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab.meta new file mode 100644 index 000000000..60f52fe2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ff676a2a431dc7cf6b5c91ce282f8f9341c609c64f0564f879dfc58a9a957e +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab new file mode 100644 index 000000000..7468bdf1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cdc66852e8c08f86620a59e54e953aff22596e10e1f0a0a345b321b7794100 +size 463553 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab.meta new file mode 100644 index 000000000..a3575b411 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StarlineExplosion/StarlineExplosionPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5290e3e972a2a7eb97f79432ef6cfdff3f04b814900f378e0c1c4c7ac9ea9a0 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion.meta new file mode 100644 index 000000000..17fc4bf7c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2b128ed12b5320e4661c382ad4d2678aebdeefeb40722f235e5913aaa7a04a +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab new file mode 100644 index 000000000..96f387537 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5c2b6b5ad023914a333add0059467238318f8246adde05bad5b26b729f86f8 +size 589566 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab.meta new file mode 100644 index 000000000..95b0562db --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Explosions/StormExplosion/StormExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99605f1e828253fbc6c225e89ccfe125cfea47adb58ab7d32e7e5f70884f577d +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower.meta new file mode 100644 index 000000000..f3fec831c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc239fdae959b9294dee4b17fe1cb73805f61b209a196986d06795b0be9feab +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon.meta new file mode 100644 index 000000000..2fa4cabc3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bc42a9076c320d42febcaaa6932f6233b1291a43f7418c0a2f1aecd90646cf +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab new file mode 100644 index 000000000..e30558686 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46aeb2b351a12abac2eb4a24554c01d44f2bc3b31584e450514b838aac12702 +size 573321 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab.meta new file mode 100644 index 000000000..2a012a144 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2da0e4960ad1cbcd74e8e6b1c23d4bd35ea6a826c0e0875ecac13f225e8dd2c +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab new file mode 100644 index 000000000..043b03373 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bea7734ee849385aeb62432b7e2ed1dd907a57e8538f5c727a476b2671077e0 +size 573359 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab.meta new file mode 100644 index 000000000..99d3dfe7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15732ef3e4be231075080044f805bb4831d129e44ccecccbcec91b13e2ac6193 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab new file mode 100644 index 000000000..ec3ce8d36 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87799c6647da29d37e74cfb1c0c0837fa9300c06d478d28de90e28933f01706 +size 573325 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab.meta new file mode 100644 index 000000000..c3a59365a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029454a39486fd533f23711341e13a93fc0e38cbd418fc8ef7859a8cade8a866 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab new file mode 100644 index 000000000..33b1c177b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e62727e9fb6f808fa75faff9dce5578e89b70d10236b3fb6f1340ad86404caf +size 573313 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab.meta new file mode 100644 index 000000000..216c4958a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Cartoon/FlamethrowerToonyPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbb333014346efe0a356382f22b669e43067dffd6731cc6537d32875e00df3a +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp.meta new file mode 100644 index 000000000..3232371e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8ea0788d6382198dee2c40aec6979caca6d007b4be50bae013307989dcb753 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab new file mode 100644 index 000000000..1f4f29051 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066556fcfab1beaa509e86d7cfd0d00e938e58eb01423597e41938a3c3f9ad90 +size 458962 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab.meta new file mode 100644 index 000000000..22587b9d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f81069d0f2cd97842e226efb6178811aaf66c131e5eed7a9089cc6fedcf9a0 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab new file mode 100644 index 000000000..602199cf6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e47354751d8003a550b7a4cf17d2dcf858a166c4a2ee4b69e731bc21759cbe +size 459020 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab.meta new file mode 100644 index 000000000..60546e122 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c9a5f4c296bd46eddcb09124d9f07912da74b3a7b6c258c906f6018eca04a7 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab new file mode 100644 index 000000000..565476142 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b007556afb1ea62824d83c3c272f7b11a8e9862a604379bbf13bbf44584a6f7 +size 458965 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab.meta new file mode 100644 index 000000000..ca7eb8d72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf14f2c4583338e39c1459046bd2fe12ec46ef788eaaee3ea186e01fcec7b041 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab new file mode 100644 index 000000000..aa448c0f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e2163b8447ebfc8ade826f3e2e0bac14e4fd7e30746da8dcc91b4a91dbe612 +size 458949 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab.meta new file mode 100644 index 000000000..df4e4a464 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Sharp/FlamethrowerSharpPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2babf62f3f3b62a33ed7969a515cf5c438d986f926be126fd6013a9ec42ddd42 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft.meta new file mode 100644 index 000000000..bd430d041 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f139730af05654a39e8fab685804ef6311f0fc8ee0b03fd57f499ee6ab50228 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive.meta new file mode 100644 index 000000000..fbeeb36f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997d46b1cb8711d49799f826a3b1f5ae4f7e58ad0d765dd078b482db9553a283 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab new file mode 100644 index 000000000..9d3daafad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23ec7dd76ee916a55b1c6b64b1ea3bcd6dd9f88ee0f10c8270f1f2951df5569 +size 457974 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab.meta new file mode 100644 index 000000000..1e98c304b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fd2a7e6d48b340505fbfe796d3bda23dd6a052747c1c6cf4d03ad6e7c712fb +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab new file mode 100644 index 000000000..ed96477d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdf945c52b6ba9a3da56ab838de59dc5e1503aeee67ae7cea6cb1b1321ffa0c +size 457965 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab.meta new file mode 100644 index 000000000..467c46d6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54deaa567ea0a7127d2e8f2f929a048be12222287af0eed0afb4325cea9b228 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab new file mode 100644 index 000000000..1f50981a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7fecf9442eb3e7187805850a936c0ba146228b11fa717a02ebedd3e8d8a3ff +size 457963 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab.meta new file mode 100644 index 000000000..545a6f26e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditivePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79224b34cfff49e9a845e8414558de3a970d2653204dd052050c18434635ab2d +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab new file mode 100644 index 000000000..14bacae9f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f4da52c11e80f09402a25e68d208e200992d7efd959fe68b80f2cbd9e0bb10 +size 457956 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab.meta new file mode 100644 index 000000000..223017c54 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Additive/FlamethrowerAdditiveRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec046a3bfc7077f060ce5305e009919413e290c248a32027691fd0ec5e6f432 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend.meta new file mode 100644 index 000000000..c1ec7e829 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547820dd75f92cb7f5527be130150415d62aa9dee14764926f61a0babed6ad4c +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab new file mode 100644 index 000000000..2f5f53a21 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5ae04f0333b87192656f5ac2ceb94e8dd4d7903ec072675f72b52313b1a88f +size 457975 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab.meta new file mode 100644 index 000000000..2b6f611e0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b05fe4b841d8fabfe32b2947492e19adfe8e83f7b7f6e7fb976aae46de185a +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab new file mode 100644 index 000000000..442a0ba56 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785081ee48676a89b80f700d1419f95249e071d400bbb64528ce6ce6eeac5dd3 +size 457967 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab.meta new file mode 100644 index 000000000..4c92f005e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924bade9ac682ac009c809f93bc2471e6df3f7d1acb996cfd4d677787ea71da6 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab new file mode 100644 index 000000000..567c9388c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dea25afd0adfc549e18a8e7d2820cd21a98524d8196f9c3744f27a7dcbc7e5 +size 457965 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab.meta new file mode 100644 index 000000000..afb9c349a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee05fe8ff942dfc24747e1bff8cf73b4543d7cecba895ad815ec089ed81de40e +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab new file mode 100644 index 000000000..1ce057fb9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaf9265c0419cd12dada4a1b0b559f1b160db328dd543bacde1ee905f373f1a +size 457958 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab.meta new file mode 100644 index 000000000..4f65a8d3a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Soft/Alpha Blend/FlamethrowerAlphaBlendRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71a6fa0c0816ec46d4f7d496f634218be7d83abe3ef53ce75a49f324c622fe5 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky.meta new file mode 100644 index 000000000..f795683d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c8d15463f71ae5d9843cd8ecad819838ef4d484b99a9d242f172d2f551eba7 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab new file mode 100644 index 000000000..b24894d07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d8d25fe3db5bf320295e516194f949541fc39cc2aabec96f7b14bc723ba941 +size 458628 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab.meta new file mode 100644 index 000000000..e7ac183db --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8be7669835a63672d5596fc64a610fb0112fbeef56f4b0fcede372f9478ad1 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab new file mode 100644 index 000000000..4b46c3bd3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1796a8bcbabc2a08557d52d2b13145654d67c3d37a387721e53b0bff5d40467 +size 458608 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab.meta new file mode 100644 index 000000000..3c82cd2dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad28358bfa00c16fea8024fa57f638feda3fd8fa45901cd08865ebf41338145 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab new file mode 100644 index 000000000..a70579b87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d92bd39a14a18c5e8909213a0c03232783b609f7a8b568b3888152081c655a +size 458609 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab.meta new file mode 100644 index 000000000..c2b038510 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5429e3f526ebc29b962627af134f6d0112b687e1139b54843af61b24264305a0 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab new file mode 100644 index 000000000..703ab469d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b666decce085a538030e41a6c60ab1bb491795a95e2de74cb3f5141f66a91e +size 458632 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab.meta new file mode 100644 index 000000000..51d97b73c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120a0a35e0624cbbdd5dccfba68a74ae072d354ef3cc5235cc3b7084e5cfb06d +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab new file mode 100644 index 000000000..fbdb55233 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843385b267aad1ff91b0e0c21a5f51de12fce596ec08505904459bd21013d2a3 +size 458617 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab.meta new file mode 100644 index 000000000..caec49bfe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Flamethrower/Spiky/FlamethrowerSpikyYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3688478e7350a4be7485a9f9325a180529d238952d461f3529c159cfb4ab8d12 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets.meta new file mode 100644 index 000000000..b7a63dc34 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fff2039eab5f2612ff7e69ce088ecc91afea6789f1776b939a31cc3663e247f +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab new file mode 100644 index 000000000..34fc7e15f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4fab4d0c69c628498fce40e3608c83ffe575d8cd44d91e8b41f12bed65b492 +size 230117 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab.meta new file mode 100644 index 000000000..bb889f83a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeDirt.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09299b864aa0841fd408420df267495b5976bfbbc128091f1797881325fa91e6 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab new file mode 100644 index 000000000..fe8305e43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcf7e36fa743d1e3f97e1f3529f9d5fbf7cb09f3dc417c45a6dee0fb96dddb +size 230093 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab.meta new file mode 100644 index 000000000..253fb65e5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGlass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca010d8bb690d7f149d2a4ead30e6419db4e9183c475e654a2e81ee33a2702c1 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab new file mode 100644 index 000000000..06c9c0ff9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f225c9472cdae16d7f7acf040004648e4b439ce90f9e2478d74a3f8723202cb0 +size 230162 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab.meta new file mode 100644 index 000000000..bfe7b6b48 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeGrass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304aeecb61bb8f3d79e4374cec5a6b11a76fa8392870bb5f49ea5e462ea4451b +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab new file mode 100644 index 000000000..f61721132 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b6ee2266e76188c09441fcbf2b111a65379a66d738f441b59f0b4ae317a75e +size 460604 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab.meta new file mode 100644 index 000000000..b29b92be5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeMetal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d419f4534bbfc125f4df2410d7dbdaa1a1c2f13bef54d66f7d43fe530cd16f1a +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab new file mode 100644 index 000000000..418b6d2f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd16dd525eeacf8f5915730d02fa35cc6c4133f27f7aa7db7a87bc72d75c689 +size 230093 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab.meta new file mode 100644 index 000000000..92a07a2a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeStone.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0f626ff26c45da1bfaa869d2e89162e10f6031e762d05c5b8af3678fa3f7b5 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab new file mode 100644 index 000000000..9ec27cbb7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbde7481d0bd95e1b614a8fa58ddd265b9d1d57c2f5877b0e45c29be1b6eaca +size 230142 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab.meta new file mode 100644 index 000000000..1d7c63078 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Giblets/GibletExplodeWood.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a6caa291976817ef1966dffe2a570f644cccba1a390ebe69d686f276092808 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic.meta new file mode 100644 index 000000000..800c0dc58 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe0d154c788dc017e1f6e0cb98e9f2f6d26e77f0598b2f9ab9990cf7911f5ef +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft.meta new file mode 100644 index 000000000..4935a64de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58485752c24999caaecb8061107e5cd91a6d3553d65a9476ef0fcf9770e30e9 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab new file mode 100644 index 000000000..71835fe1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab7edc93a9e485d6d5431744ac9dda1a153f64a34b2ff3846a0bbe6be9f444d +size 226828 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab.meta new file mode 100644 index 000000000..fba8ff77c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60071bf3f6f703a62c1920c1d5b3ad41ac4342e6a84e768dbf2dc7812d5e9563 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab new file mode 100644 index 000000000..87e196295 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544b91ffef3d54e5300b9831aeda8a7f4c0b35e09e4d6ade8dc3923d79779571 +size 226825 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab.meta new file mode 100644 index 000000000..e4360c973 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452316c41dc7b2cc8f2fbe585ccdb66b8dd0be58e0734f764777af67e9215b3d +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab new file mode 100644 index 000000000..7f0aa4e72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ecfe38171ba42735570f70c2266d3abc9711972fb54920c836da8dc48b9bcc +size 226848 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab.meta new file mode 100644 index 000000000..cdcc61ae0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura Soft/AuraSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29986e3c2fd1e725964769f2d8b162b789bfc5e2ac7630dfededf59b615fd255 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura.meta new file mode 100644 index 000000000..3ac626f3d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c55f6af57047477c741f6a23256898c4790a7bb315cad1433c4b6655dfc2aa6 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab new file mode 100644 index 000000000..88701d5b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4d51da658cccddec6e7de40cf7d1fc6535425035646ffadf0f0323c09e569a +size 343879 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab.meta new file mode 100644 index 000000000..8e39afe9a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c241d76d463e46dcafd15f8a4a077bd97686d515f21afb369274c717ebf2fea2 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab new file mode 100644 index 000000000..e8f837015 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13db7ea317f1f5d0b5dda8dd4ae239d9d2574a727e375b43eca2757ae25ab84 +size 343868 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab.meta new file mode 100644 index 000000000..dbc6b605b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c46d5a0728d8cc5801837d9eb986595a1ec9f0e766f34d4d8ca00171743181 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab new file mode 100644 index 000000000..945378d17 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633a761266ddfec7ae0e6f7c26413fcc72947d9d11dd42166a51f11bf5d4331e +size 343869 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab.meta new file mode 100644 index 000000000..7b84649a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Aura/MagicAuraYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db240d2ee9cb37710fe031a9b9f2ceeed28ac9cf98475ec5896221657b4ece0 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff.meta new file mode 100644 index 000000000..84e41c6dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46094881d7727429ddcc4f053f33966234129e4b5db356a35b8483111ed767ac +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab new file mode 100644 index 000000000..a0561ed8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004048b707ebd4468f025f80c63cd86b835aaf9d0a14e930ff23dd0528e22d33 +size 345193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab.meta new file mode 100644 index 000000000..628db1f09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ff04e0bc3eee6a739874e5f18eb3cb22b38c463c0add1da17e244750a12d9 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab new file mode 100644 index 000000000..e9cae4086 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee71a8021c168f29f8cfc8f952c90ba566d887fdefd4869b62cff1d846d3bbdf +size 345180 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab.meta new file mode 100644 index 000000000..d7952c15d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4a81cdb4f6dd60e32a4a448f82235a0e0abd95022ceb72236fd405b9b419a0 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab new file mode 100644 index 000000000..72703cbfa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114e3ea73301d38a57d4592e52bd340deeda68cd7f5190a55f87863c495d089d +size 345196 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab.meta new file mode 100644 index 000000000..ebef3f13d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Buff/MagicBuffYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e3b53b1b0838664cc3ec13845b1c50cbfba13bee3db54252f1023be010b773 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge.meta new file mode 100644 index 000000000..12f9c37aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdff794efcf3fff9ea01f7edf0ff1d426665d5a74d0a31def3349c0b73ee815d +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab new file mode 100644 index 000000000..7779a94cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2d0ece123636a2de32f6c649abeea3600d93f67a7cb6ed1d81bc1da8031d5d +size 342209 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab.meta new file mode 100644 index 000000000..a7e69b607 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95c565902fc3f795bb7f013fbb4d7bae89713b134a3df31d0546c9061f63916 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab new file mode 100644 index 000000000..e2f5e59bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c456057c7baefa32a2967d8a2b7893fdfa0d9d96bfae80a9bc02fef3c7ca0592 +size 342206 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab.meta new file mode 100644 index 000000000..cd2cc13c5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e00c6de9d640ccc5ef00bc6b88bf996227f3cb633b1d55d95ce1613cd08874d +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab new file mode 100644 index 000000000..a615b1e62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d090e0b6645e0d595070def3f0c41fade170eb0ab58da6171e558f4e450ef8 +size 342209 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab.meta new file mode 100644 index 000000000..910190baa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Charge/MagicChargeYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9163a8105c244d23aabea254b222549426222ba94aac746b4d9613a49ca2999 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple.meta new file mode 100644 index 000000000..cac45838a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe632892c9fcd414592c241b24d88a756fed950c625fbfcf684f2567ab24f4f +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab new file mode 100644 index 000000000..7c84ab3c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510ced583e4cb26a1d2b55f1af24fb748442f272aaba2f2508b974ff2159025f +size 467027 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab.meta new file mode 100644 index 000000000..1141ac4f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224bf23dedfd6753c8fc2481fb4a9e89f284dad49ecdf786fd5ee0b0218a38da +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab new file mode 100644 index 000000000..6243bd7ed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4750bfa8bd991d440c277cb850932156ce6431eeb5f6f9aebbf199e2c1b1f23e +size 467011 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab.meta new file mode 100644 index 000000000..cf2baeb11 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab7b44fd1590c6333876b7a39bdfa3da35d488d2c4d7079e6cb986b28adcd20 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab new file mode 100644 index 000000000..12a6d7e4f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b405e1865ce26c7e22ea3ecc80bb7107a1ce2d8e8642112b2e75b3d321d0999 +size 467004 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab.meta new file mode 100644 index 000000000..7e4e02d75 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle Simple/MagicCircleSimpleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585c92d9050b08944eb6f4571c2018e619f770421822a8ebac728f70fc955da8 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle.meta new file mode 100644 index 000000000..b9a6b335a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5a7cf28ace26d8d2c79b90411d7ebf5c6767f6b2980a52fd4de1364e1f6dc5 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab new file mode 100644 index 000000000..23d06196e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4925a7099053059573ae1852c1693934a9cdc8f635464697381dfd2d06130eff +size 466582 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab.meta new file mode 100644 index 000000000..d92ffc144 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956e26600630a9dcb9a8e050c98a47e065125dca23c2824fb859ff33b1296262 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab new file mode 100644 index 000000000..0c15010bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cc2e7e0ba859a1d7638089b357681dd0680ee113da920c08f2d53c9cb2665b +size 466556 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab.meta new file mode 100644 index 000000000..ecd7799da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e56ebff66db92c5a7da3f0b705a9f5116ef6e03f89cdba45275d5f4f8a5aba +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab new file mode 100644 index 000000000..188401a4d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff56424054915a9ae3978778696811eb085b51c535f7a89fcb948f1a17a05f7 +size 466567 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab.meta new file mode 100644 index 000000000..40a47ca31 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Circle/MagicCircleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1caa133c0157e502c38f9ae015e1ba8bb780d362906bac9e04a391914b299a7 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant.meta new file mode 100644 index 000000000..cd0e56e07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33e949627cf0f7e4881db3deaced262efb2578bb25bdbbbcdbbb27fa992eb95 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab new file mode 100644 index 000000000..f2ed1b5a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26d7db4e58a56f066f881650750d46bb14743350da2a11e30138d5f8ae5c3c7 +size 341678 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab.meta new file mode 100644 index 000000000..537a23102 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4e5acd5a67b32cf9876199eb017ca180b0704dffd7cc37e2cca4dad929a407 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab new file mode 100644 index 000000000..752f21d0a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd81785962b67c01799372a76248ee76e51512c9c880454192e753a3daa807cf +size 341673 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab.meta new file mode 100644 index 000000000..fbc20627e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1692b51ca968d2af96e671374839ec58e94cbaf4b8699ade023e3823aed9174d +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab new file mode 100644 index 000000000..b24ca6304 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f14959f37bc1482b34c29a491c56c190ed92b9fc46f41ccbf5dc1198a8c275 +size 341660 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab.meta new file mode 100644 index 000000000..37f979319 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Enchant/MagicEnchantYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30738271e3463bcb168c5688a5f15cd1f633e5e51cb5c15e30cddd8445ca5d42 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field.meta new file mode 100644 index 000000000..9238de45f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716ad213a098142e91154abdbfaf00be5e775dedc693f0d401e9c5cc02186c3b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab new file mode 100644 index 000000000..24b7f8157 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5991750f111ca5cb1a718d46de4347468a6687d315469de87b6c7ae495010db +size 230538 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab.meta new file mode 100644 index 000000000..20dbbbf0a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf24a9ae2d8f2eb14823c63ab797e904b20e9b0cd42eb7c1d528f7c7665d3bc +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab new file mode 100644 index 000000000..15fb6aa6c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52969f8238b3570d4ea3c7cc0436fff0008d954deee738da08597c42979548f1 +size 230522 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab.meta new file mode 100644 index 000000000..f6b6338bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ce703bdff21c16c4585f3deb3b56761d4e6e8b9d3918fe863c8058f73df597 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab new file mode 100644 index 000000000..9d4f0bc18 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b424eb4028c95feca60e7e06819fc4da7b853c5da0d8ff2d76c59e497f1482a9 +size 230521 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab.meta new file mode 100644 index 000000000..f2a51ed10 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec93748eff815b73e6fd7b670a7c03556b1b0ca3c7d9ae7c51e08faf37866061 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab new file mode 100644 index 000000000..66f72151e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e5f54bb9238eaf151a64bc8c4ed4d92b6de5c83ee2e5b1fc777154d86b4ff8 +size 230527 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab.meta new file mode 100644 index 000000000..81450a837 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Field/MagicFieldYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39407413235791a55ac7854f6961e8a3a2b7d737c4ba50126b47441c8866922 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova.meta new file mode 100644 index 000000000..29eded3e5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637a788aa566ad5f2508f71ae3f441add835c732b9e88e941f0968c6f37847d6 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab new file mode 100644 index 000000000..4d3194def --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc0c4f5818973f1d5825e86523d8cd69751864345e0d3043cd77572f7512ef7 +size 574814 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab.meta new file mode 100644 index 000000000..8f5be59fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c0dbc5684069a466fc0c452b3af70af1af862682f00074588e9124b120e1f2 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab new file mode 100644 index 000000000..d35fb4e91 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a3a22881718e88e93d4459a49768cb03adf81bae1cab5c9cd6c843b5db1fe8 +size 574827 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab.meta new file mode 100644 index 000000000..1a978e16f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba8b138d493b01c4feb118a76be57b5151cf11dcad719d4090e199a31191643 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab new file mode 100644 index 000000000..cbe215be2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e098b1d2c66ccbcd58182cc954788b1b424cbfe6e7f3ca85e14e178a6812fa +size 574856 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab.meta new file mode 100644 index 000000000..ad5a77a87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Nova/MagicNovaYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda4548bbe190953f0f686152fc38b1017b05c546569ec5a9a6c463ca91b0c14 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast.meta new file mode 100644 index 000000000..98af00156 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29eabd7bf08958715fdd20fe27dd4c87f45de1280a294749b97af478846f3039 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab new file mode 100644 index 000000000..6abc4e445 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a037bdd73e3152556b234612572842e837155f231de8ca12a8bafe66a930e543 +size 575933 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab.meta new file mode 100644 index 000000000..0a8d424b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef868795e50e36f792e7dfe91fea20b8f7249a6a0d4ea498b77fb6983f813b77 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab new file mode 100644 index 000000000..8ce80c1d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea6a112751e26e039f0384823a63990b344cd047be1cc82c573a18bd9ec2b48 +size 575808 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab.meta new file mode 100644 index 000000000..f00c0c75d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977fd3c311d5b081914ed4625c00501d2a114d3df2c8a21b070d6a869bc83cea +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab new file mode 100644 index 000000000..5a1c6b9b8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfcb9cdfb22a5a977ee98f547dd8c3791fa378b52f96ceae5403f5c44072f46 +size 575788 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab.meta new file mode 100644 index 000000000..b1c54a7ec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/PillarBlast/MagicPillarBlastYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb24ca3b046392021c4dc4d46b618e25009ea98ce77a3a64111b83411b80c959 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield.meta new file mode 100644 index 000000000..747dcc4f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6df06a38f88335f26fec6483abc16b9253ddc8282ccd1fd5f457b48776704f6 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab new file mode 100644 index 000000000..f110e3b40 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a23da39a24fa69fe8aa8808fd9e21ae95a90b36fc9c0bbb58c035587bd98e7 +size 229120 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab.meta new file mode 100644 index 000000000..42b52b8df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0bdbc24de018bce5f377182b7f907a2ebd395ef12d4939fdd790deec6e7ebc +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab new file mode 100644 index 000000000..d4492e8e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4576d0e2f3957a258ac134a7f6cc4f21b02a9df6e836ecd862fe54cb998d683 +size 229114 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab.meta new file mode 100644 index 000000000..6c2149535 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e1bb9aa35f0811727b81fefae209b0a6a8bae28ca277839d613504a60ee21 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab new file mode 100644 index 000000000..4b7a6972c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ffc5070070ed32d4580deb11568d36d68d3cddd88a7c592e6fbd097f1a2f0 +size 229123 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab.meta new file mode 100644 index 000000000..47da3778e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e6890644e7401d6ac1a93c9140ad8693340cd9c54e4a974468353936d4050c +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab new file mode 100644 index 000000000..63e30e920 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b349e3790ed80fecacdb1bd26609be4e4b8e0eb98b22979d914a1e5eae26dbbd +size 229123 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab.meta new file mode 100644 index 000000000..99c1bea12 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Shield/MagicShieldYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60461cdd341fe800a04c395a589074c4b9e0b27dc030de8108663083a313d076 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere.meta new file mode 100644 index 000000000..fdc186d9b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca61375106f2079f54c9ae1f52f0c433e2e88d01a0a64f2a0fe0dcc87745da1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab new file mode 100644 index 000000000..ed0e11ae4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef303fcb7681d122850bdf24315c63938d5a6094e2f69a306ec75896d7084f58 +size 340154 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab.meta new file mode 100644 index 000000000..38d0c40d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0dc72d4ce8766c3467b5b22434906dcbd0ac6492fcdcf42fd688a8db742352 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab new file mode 100644 index 000000000..c9e29aece --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1395b2ec79bafd1d63290469c4690f4c282d95d9be0f5415e6d65a47e1ec5055 +size 340156 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab.meta new file mode 100644 index 000000000..a7a041beb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a88ef1d193be2e884be1e2dfb478863f3c0faddf1771640b08295e16fd85ed +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab new file mode 100644 index 000000000..8498aa137 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2480ecb68fb16897a9e7610924b5049dbdf2a3275d72207e3ee2f9a52a866d +size 340143 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab.meta new file mode 100644 index 000000000..3288dc2d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Magic/Sphere/MagicSphereYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca77e215a678bee0e95a623615ede90fd2222a3302dc2d1b05141ff911ae2bb +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles.meta new file mode 100644 index 000000000..de556fd1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d71a51729bb1ae4805b3c5e2c6ab05e51558750d6eea966a2e4f969ad358175 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble.meta new file mode 100644 index 000000000..5a28d9637 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecc3f24536862ee8d6b7ad90fe14400c85f788ab4637002fa5b9f5805d12396 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab new file mode 100644 index 000000000..a0d957ebc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b762d21d5be32f15ede04b41abe6de0a2dfe1e8029c8ec07749a93dfefe058 +size 477940 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab.meta new file mode 100644 index 000000000..3a70b5a58 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bubble/BubbleMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70879d6f3159214991a887d0e4c2d5854b94746bd7994bfb8bb0ddbb57817223 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet.meta new file mode 100644 index 000000000..29c29a18d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33177324ed86e4dc5313718aa063ed2af1c01039a08b37edea82b999b1a400f +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab new file mode 100644 index 000000000..703ff9479 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2be1173e4f4e52cbba1b5fc0102d381d017a6e4162865204e8d39cd95c65a2 +size 349707 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab.meta new file mode 100644 index 000000000..4b47681a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c888d9fb4f534255a2c7c1d4581b0c05586936039ca3c0614b1f157710532c +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab new file mode 100644 index 000000000..c0b0f1c24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dd300729d3fb6a7cd37c1084b4eb6b0675bb36664307c3c6a7c7b88f793b17 +size 349716 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab.meta new file mode 100644 index 000000000..2f54d7ef5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c3302128ac9567aa4705cfc2a9c0ae62fff010a06ecc49b715b7766c7f76ae +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab new file mode 100644 index 000000000..910410097 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b04f0f2eacd73364b32310d19ed4ac9ff38cb5bf5bb2c908569345b05181d +size 349708 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab.meta new file mode 100644 index 000000000..09e2d30ca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1060746b1d6d8099fd55f389804fb93f086eeb2a5d9bac7b9472c3663fb3c240 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab new file mode 100644 index 000000000..e170b6519 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e86c98627476ad7cc20b2c9e49b38bd5d7440c0fac38ca840c2d5127a38ebac +size 349266 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab.meta new file mode 100644 index 000000000..b5ca79af4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletMeshSmallPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2329e157ee54f7dd97c165ba0fa0be5c57374b93350bdc56d57c50bad9ee96af +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab new file mode 100644 index 000000000..ed4c5e85a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4a96bb78da535b4940c1c6eb1ab04fce29da06b3e29af5384da7934569be14 +size 341509 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab.meta new file mode 100644 index 000000000..937ae0b7c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bce155b4bdd1c92781cc19973813f9895ba213d4dc8ff76859c1d7adbf65dd +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab new file mode 100644 index 000000000..91c350e95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7db8a3642cc072089cd7ef70becd0ec75c2424e2add1f8597a5b19ae2cf676 +size 341518 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab.meta new file mode 100644 index 000000000..abe06946e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22365c0b190332a78eb7b22cd26c213eb4ed612ff38669e3fec3d516935affe +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab new file mode 100644 index 000000000..2e66c90ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525405c14c8e310ea714b148272d880d3c99cfc3567eb93bf9e3d410a54bbbe8 +size 341510 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab.meta new file mode 100644 index 000000000..f8104cbd8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f709bdec392e3b5114744b5ead99e04a2c03c7cf2cdd7ae5fee5c4b55f4786bf +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab new file mode 100644 index 000000000..08b6bb3cb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95809204182a7b495f9d4302ee0e4aa43ba9f1913edc1714777bfa8fa352f665 +size 341068 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab.meta new file mode 100644 index 000000000..514b8737f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Bullet/BulletSmallPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e4798592d51b826eb4c3bce749cbf2a346988953b9232ccbf23e4c793543b8 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy.meta new file mode 100644 index 000000000..842bc1336 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c4c481380fd0e5dba43e8017a7c70db3e7e4d7b3d325102ab7d0d6ec6b9eb3 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab new file mode 100644 index 000000000..e2620eae3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e260d40ad9d9f105f762f596fc6a987424d39cdcea87458b61502a9c91c93416 +size 352784 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab.meta new file mode 100644 index 000000000..8d451f6b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e568b9377c74c99babf55ed5c95c6becdaef5de3815ab2b0045b94e391533d +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab new file mode 100644 index 000000000..5b23237e6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ab3687b9360667c8a3b2e1964373ebc42aef9e5fbfa94b5f005dc4b5f3c6e3 +size 352720 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab.meta new file mode 100644 index 000000000..e371b6fcb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64881b2a1aae0ace4be9ef53cb7f153a3e1cbed5c3bc458b51172160ad7733fc +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab new file mode 100644 index 000000000..1047836e1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a49ad85ddb0e3d250844da775e450f1367127f45666d174380a698ab63eb2a6 +size 352714 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab.meta new file mode 100644 index 000000000..98c6e5204 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4f515d9afdb0597bdffc9ecc58b291fabd31a0b5f93f3b88ec46b1e0bfb480 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab new file mode 100644 index 000000000..ca753061f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb281c4dc454a328aac7f957891a04ec4cde48308783ea7b4dbe6a497fc643b +size 352713 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab.meta new file mode 100644 index 000000000..bca80ccf3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c95a50a4267253708d556aeb30ec5b196c24783da89281603ea7556730bc56 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab new file mode 100644 index 000000000..3905f03ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258e1ae24b00fb2c1b211d256acf79c9ecc03bf4caad7988075bc73ba36d2f47 +size 352712 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab.meta new file mode 100644 index 000000000..75c2e0bfb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Energy/EnergyMissileYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd984f8a30ab236fc42ab4936add209fafc7e7a3723173797a912f28438834f +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet.meta new file mode 100644 index 000000000..2df87b33b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0e1359498aa80d012d988fb2fdde29af403b0c4658fe63eb960d3d8a39f592 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab new file mode 100644 index 000000000..f4eda7e0b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110fcf3da7e75a4a21b52872b6b5df2c9dca6cf7bf8e2a195259a26a4880af25 +size 341519 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab.meta new file mode 100644 index 000000000..f1e84550d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a68b4f6650f118c9235d21f1b2eed9c3e268a194502d991d4b744fa1447133a +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab new file mode 100644 index 000000000..1ad3186b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2d98df56ac15b73d929597b435a32bd33f66b009f5ac2f599af2fe22623146 +size 341531 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab.meta new file mode 100644 index 000000000..f01436af9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c29408ea74714a72dcc92d7a4d24681f531f9066a9adbe8e051b0fdb06fecb6 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab new file mode 100644 index 000000000..a24188265 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71949106baae38a57627e55a7cdcffdcaa4e7088fce3588bddd6d6052a72a17 +size 341523 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab.meta new file mode 100644 index 000000000..c70b1c872 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da3006c99480221f5b1ee13ff590cdf25dc4702ce292524849abf6c849a8c14 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab new file mode 100644 index 000000000..3b37b0d68 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b5dcd691f4339eb8c6e09c7c684c778996b131d124a73df1d9c1c44dfdc1d9 +size 341531 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab.meta new file mode 100644 index 000000000..3458956ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletFatPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0cf966dd8c9dbba6df490aa0222be06bddc5908b284a0ae4c5010f40263ff5 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab new file mode 100644 index 000000000..1e29a56d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c61bc2137e1846018309266776c5a9b788f893af032a0f092e19667560ffce8 +size 349761 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab.meta new file mode 100644 index 000000000..f3260c797 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14dec7f4bd7e43045a5ca0eb66e91821593e5eabc553368ee71e1fe0b326aaba +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab new file mode 100644 index 000000000..3c8378e15 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff2058431e480be6ae31b726b8a6be0df14749340fd95d4f9c4f0025683ae98 +size 349773 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab.meta new file mode 100644 index 000000000..594a95a2d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037591eff24719439b955c7243daa2a9ceaeef4e92ce4bc594fdfa2f604ef438 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab new file mode 100644 index 000000000..de29569f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80b7f7950970396321026429d50874cf5bb4495ebfc5745c05fda8904c578ac +size 349748 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab.meta new file mode 100644 index 000000000..7f91f5019 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b58e3d89c555a2fa7be201ed5aff33186634fa95b2c075560bae4224bb8a4b +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab new file mode 100644 index 000000000..ac6489548 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b6e53165abe0f50bca45fa30661a3748c8be57486358a00283523eb619fdf5 +size 349765 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab.meta new file mode 100644 index 000000000..82d110beb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FatBullet/BulletMeshFatPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b02fda33ae24c1af3b5095e91099553156a759dec89a27411534617885be5ab +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball.meta new file mode 100644 index 000000000..d5b5a900f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f3b0a45c288b3fd4a17e6a420c788a5a884642ece393d967b0b87b92fa0ee0 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab new file mode 100644 index 000000000..e50ce7f64 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e56527640321654be055a6439ca5dd0b9849cbd7c417b244f0f110bcb64011 +size 457854 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab.meta new file mode 100644 index 000000000..be6332577 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501cb07834f3e35ba9ca5ee2dc25618a9259d67351302eedc47f0ce743300f3e +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab new file mode 100644 index 000000000..ee6bab6df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94989a711db09658f0dd9bf28a8c2cf4f44e2cceaaa0271b11ef23a4b8d36739 +size 457870 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab.meta new file mode 100644 index 000000000..d49a12acd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9078d8bd0d1d6a64facde6426df489f6e92f6e724433cb5e946bf21cb315472d +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab new file mode 100644 index 000000000..0baa78651 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5392e4838b8ef39d6cafcab910ad7e8e41ebaa772c523b5374c802591983a1fb +size 457827 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab.meta new file mode 100644 index 000000000..759960d34 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a47583a96189ac378a7e7dba5427e37cd5ac18f7af12df21de378c3540e7d3 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab new file mode 100644 index 000000000..9d78ec23c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe7d03bb009c520bf0871f60471c62dabca9e279af2fb623b6228dc7ab2c2a8 +size 457838 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab.meta new file mode 100644 index 000000000..4a4ad8fd8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fireball/FireballMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cbe829b66cc923ad08f647ee48ee9c5d81f8094ea50294f03de20f7d4d5a6e +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp.meta new file mode 100644 index 000000000..69c9227c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54d794b964d9abe5fb9e1c1418845a6a13ef4992512122ef7bbae04616d4aff +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab new file mode 100644 index 000000000..af7ab0189 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a6565ef660cc4263d77e64ddad2d058ec93b7c17c32b447df13d8d3fc05841 +size 467053 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab.meta new file mode 100644 index 000000000..f31800653 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df2b56eb97cea2c9aaa440fb077432a6f766381c379c2ad687da97e3aab6cba +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab new file mode 100644 index 000000000..9315551dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a792b7f238e3ebd0a17a1f9f10629177a676b0fd47c4d3b5d07209f8c6813dd3 +size 467069 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab.meta new file mode 100644 index 000000000..acd578899 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4d86b459fcbc30026a1e02833aa2a43a47b520cba5d5486c07abda00f81681 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab new file mode 100644 index 000000000..bb1007be5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5352a358cc2be0faa8af64f10bd1576cc71cafedf2dd4ea3a2867a510797c8 +size 467026 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab.meta new file mode 100644 index 000000000..f91101c9a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de072c568fe6262464847f8f1752f686d00b67a0bf486feda3f4fddf5c6c72aa +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab new file mode 100644 index 000000000..b7d192b22 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05acae6d5466a5f3bb59ad8a77bdf32e79a28219d7db773c50afebe9050d0d5f +size 467037 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab.meta new file mode 100644 index 000000000..0ea244f74 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSharp/FireballSharpMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78cbe878b0c44ec00de6af518ec0eff0de43862b01b13f52a098a3544d70cf6 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft.meta new file mode 100644 index 000000000..715859829 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62234b034acecc72357462c1437259e3a895e447d22e19986ba2f435aaa84cb +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab new file mode 100644 index 000000000..1af18bbd8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092f69fc4c0be7ec1c7cd0b4ee8a8e1c912546e8e8148f75f721314ceb90d143 +size 467047 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab.meta new file mode 100644 index 000000000..47ec91d5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd558fee658aea8aa07d1b4e4636e611d776404d6095800056e145ff2289f82c +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab new file mode 100644 index 000000000..d4827d45a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270197bd9036c5ce75900ab63c36fc6526da6ea927d6f29f00340580bf8ad9b9 +size 467066 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab.meta new file mode 100644 index 000000000..9c43e1568 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de31973877449ab2241c32810b5a39ae2d845709a6fe199d64a6b915e9d9e4fd +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab new file mode 100644 index 000000000..71c288e87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45974f863f6c491d09459fe7026e5fc072faab23a5f0c2edbe98e2b65d51c20a +size 467088 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab.meta new file mode 100644 index 000000000..98422a6f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300d506d6489e19b029b97b959176e4809c1fade920d1d44983d9274f259bcad +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab new file mode 100644 index 000000000..3b6562f95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68af820243265141bfaec5e89d35e59a7832219652133f13a911a129df5d85c +size 467061 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab.meta new file mode 100644 index 000000000..d647d4522 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/FireballSoft/FireballSoftMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ef0ea5e0cf3745d41634a8e42fd0d7891ad39cddfc39eb41275a110208daef +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash.meta new file mode 100644 index 000000000..b3a8c93d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b666156e1ca30bce232ae9ef389a531fee8d5067f770daef5ece9d5aec3a9429 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab new file mode 100644 index 000000000..744d2d97e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a274d82d5c1ad0dfd0b9942f044d0db67f090a4a20982b5a4422a9eb8434f1c9 +size 472927 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab.meta new file mode 100644 index 000000000..1026941e8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31b3911bc94f2ba8b08f48b2947cd3963a454e5c85c1ffeb91119e01a3f004b +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab new file mode 100644 index 000000000..dcad7d543 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ea019b6803135dbe4fead03dcb0e2fc2e9d9cd4467959e25a1663734b44c9f +size 472917 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab.meta new file mode 100644 index 000000000..e9aeb69a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b457afa84e9070de07954f83e4dd740302e21d6442316c019a6ab8b24a86dd90 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab new file mode 100644 index 000000000..f0bb3a328 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e27cbdfcdf568d7e7a408ca25842b60190c9306e5ca4f435432a004213a5f3 +size 472923 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab.meta new file mode 100644 index 000000000..3a1cf2f2a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe24dc28e2ef5bb64bab10cb1aa7f84c3e103f6e743e2930410b53c3c7400486 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab new file mode 100644 index 000000000..afbae62b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ab8f9fd6e9a88491bacb336b3cd4bb87454be89c9a6901225ef531a0762090 +size 472920 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab.meta new file mode 100644 index 000000000..f3cb2826b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Flash/FlashMissileYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee74b6db6361247dd21797288ade2957b56562b0ba91c01c64333572ddc7b678 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost.meta new file mode 100644 index 000000000..cc8460a80 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcb5e8652374f400e99ba7475bd9f5010bb39bedafb98234aef2d0505f2d512 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab new file mode 100644 index 000000000..0b5f58cd1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57a4d0536031038305e437f284bf5187b7a9c4a6f34d615257ea5a9d1c61ccf +size 583738 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab.meta new file mode 100644 index 000000000..d6f293702 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Frost/FrostMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8908c64299842c759d17a57eb2d0dae408a907403b44ff3e788a2473e5204c2b +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit.meta new file mode 100644 index 000000000..534c6b0a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853698c4592b0ad595f730e09ae75725fff7ca824af46e7a30a77a57d494d5cc +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab new file mode 100644 index 000000000..cc4c6d1d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaa7bf98799d42f095c5ae236a8bf62d54df88784c74ebf4f4e87f6de32bdf0 +size 461266 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab.meta new file mode 100644 index 000000000..68d6dd725 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/AppleMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ced63b1bdc7f7b812e26c60b650025b5b5ca0674100eb436c1d876c8048a69d +size 362 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab new file mode 100644 index 000000000..cfd76f577 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d33262f14a314dc2719721c4a00d645aa186c8d32e8fc556fabbf14c10ae760 +size 461255 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab.meta new file mode 100644 index 000000000..ded9801fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/BananaMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f6d8ced595ba33484235fe726349ffa839180b52939ed8710a3f8fc0d755f4 +size 363 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab new file mode 100644 index 000000000..921eeba2d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2f6df4b32146e2eba634cf5a259a7fc8845037e6c4bd01778fe9c0f1777e9f +size 461274 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab.meta new file mode 100644 index 000000000..72443d4b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/CoconutMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bc9a9b1a340d534336d44ff9e3d1405054dd11111fbd28244b6758aba217fe +size 364 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab new file mode 100644 index 000000000..735817b07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5d66505fb316f19396270c8f0badf5e258f9c6398198ec195670b62cfa43e9 +size 461213 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab.meta new file mode 100644 index 000000000..772009f02 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/GrapeMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9b5309c751fdfd9ae23bcf4fceef4293156935f94fb7a9f6d39ab218972bc9 +size 362 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab new file mode 100644 index 000000000..aa42d04fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dd53b6e1bf9c99bd5f08acc43ea94e521680fe84f3830533145c92c11d5365 +size 461263 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab.meta new file mode 100644 index 000000000..5c423a107 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/MelonMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce863f91ba2d759723341ec88542dac59a7e8b17ce78f0cd1645f6884e16192 +size 362 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab new file mode 100644 index 000000000..ad8b4c03f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1994535f23a66c4d0f18c787c20625d70adabd5b82fc89b4d5e4bd730cd4d5eb +size 461264 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab.meta new file mode 100644 index 000000000..1c4da3115 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/OrangeMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d4d7e39d33eaf7712923d16f3426bf4981f934acdc12a032acd4932f11b68a +size 363 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab new file mode 100644 index 000000000..02009a05b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af6283587da2957cadfef5d540804f0314272d038625455a155f0247918b07d +size 461261 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab.meta new file mode 100644 index 000000000..688b62441 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PearMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe4e6695a643b2f3be1e0de30e9b4f861bb5d95c8dfb21ea92e9bfaff520bb1 +size 361 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab new file mode 100644 index 000000000..d1a9f89b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc60783370880f5f935a12752de939523b673e4c31568053c298e9051b5fa851 +size 461264 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab.meta new file mode 100644 index 000000000..4d2862b1d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/PumpkinMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c760fecc041550bd444c4f73ae15b0a3f42382bb0f81fbcb2ffe4f2978fce07f +size 364 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab new file mode 100644 index 000000000..1f036516b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8466815901f40b188f90aa8d56ff499da143ba624369e6a807ec9e8f02c25217 +size 461221 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab.meta new file mode 100644 index 000000000..0ec9b2aa7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Fruit/StrawberryMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d797f6b7e0110057e0b27d2742412ddb247dad1359b958e2d7115e878d4b07d4 +size 367 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas.meta new file mode 100644 index 000000000..5b5ca02e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a7f08d61aeea5c7a1927fdacf75d4109e395d7301d26303583285df03d7994 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab new file mode 100644 index 000000000..3cf8baf84 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4ee308c67eb999af8fc1fb6403d6bbc5f06dceae30ca0ec10e3003e3f880a1 +size 458153 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab.meta new file mode 100644 index 000000000..ba0f63407 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45380a37fc24ed7168055654ecc92c1f039415a3b5f50e587e8ea0138bd9f079 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab new file mode 100644 index 000000000..ba15ec1fe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a777e39e60c780c2337a3c3bd21ac84abed4bdb384fd589ef168d099a9cf20e6 +size 458150 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab.meta new file mode 100644 index 000000000..123a9f046 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b759ece55a9d6c71a308c4620d514a5549e26e84d2028e06920232977a67c5 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab new file mode 100644 index 000000000..0486056eb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196d9e90d80e363d6b402a12a274508c981411f78a8f43b221d7e12b6b23235d +size 458156 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab.meta new file mode 100644 index 000000000..322e49fed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8320b7c702fad11f0e6b485a5d5dd71ce3ff413f26bd555c1b5fbd4540d0ba +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab new file mode 100644 index 000000000..991399b04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2892135783585551c21cb4a48723cb3363b899a38c5b00904aa5f281842adc5 +size 458155 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab.meta new file mode 100644 index 000000000..ea4ab0fcf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Gas/GasMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91996c23806e5f1d6944cae752d3ec6327628e484098c071cbc45b0fa5382178 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade.meta new file mode 100644 index 000000000..442c340ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234e64b3b1d56946c7fd0d121004c9d57c97a16350a828209e5f0b55d08c043d +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab new file mode 100644 index 000000000..2670fd6f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981e30c5c9b187f81ffa733bef0f3a68eaf09522d8c959bc695cbfe52f874565 +size 348643 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab.meta new file mode 100644 index 000000000..56d78edda --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c5102ee4494a37667ae624c9ca0b56465f89d6dcd01063b78fa865554cad7 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab new file mode 100644 index 000000000..200ce778d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3337d16f2b3ca6da10b127cc72a8eda767ff3c91482e64bc23e6e9926b5de4 +size 348645 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab.meta new file mode 100644 index 000000000..cef86fb2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82f204d6d00fe4641a920d1cfe5baf8c13fa5928d9b3510e8424d2e38aa2d09 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab new file mode 100644 index 000000000..14f2a44cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dce8e999d117029074119e146ad37bd2a4bb71379e0748b8cbf4f3f3aa612e +size 348635 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab.meta new file mode 100644 index 000000000..f3c8202e7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473c802917330c4ffb61f967fdee7b2db6aac3ccb68ed04d805c3bf933a10774 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab new file mode 100644 index 000000000..c4c095f25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee4243b40e4e97fc8d9cf07b0adffeb3b57958ad066a1732e734808b4d149be +size 348634 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab.meta new file mode 100644 index 000000000..af1dc4a80 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Grenade/GrenadeMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dc6eb86955317c7a5e19e938e6cfb425d3b581f92d5c402098eb8decc002ef +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser.meta new file mode 100644 index 000000000..c42494fa5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b6546a6cbac30be1ee74c92d7e422ede652190ca038babc941df2e2493bcd7 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab new file mode 100644 index 000000000..ce60354a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308cba1f81ed7a1ddcb3f36d6e1266d6cf8fe6582631c650977a4f6b72c60366 +size 234391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab.meta new file mode 100644 index 000000000..baea111c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e0cb206698598cbfa0eb5b7b569955e52fbed46cd80dd2969f01553371d926 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab new file mode 100644 index 000000000..21295ef8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbffb7bce774b8a0e274ef11d3203d562ab846c31e25ec1962f9e9af1138d89 +size 234380 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab.meta new file mode 100644 index 000000000..7743101b8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f206decf07ca1cb09f910b039a30e567b388c8db476eb2df257a5b62ca641a7e +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab new file mode 100644 index 000000000..7eef816cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234f054d02f5f7a3a9d254a477f5050ce011e4fa40534a547cdd2f22060dccba +size 234391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab.meta new file mode 100644 index 000000000..5289d3de1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e45dc1b98dd5c233be719ec9f4eea271dd8757e01f91f180ad796bd4e40bad +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab new file mode 100644 index 000000000..9df92351c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e59249a107feedcdea0b8b1392eff35fe7a00b98f8f6873831bfefa8607c43 +size 234379 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab.meta new file mode 100644 index 000000000..cde0dc932 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f68177957dac4e6dd6f91f17ae750c0ad4fcaa7a87d79f598987474505df31a +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab new file mode 100644 index 000000000..eae973c57 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e2f5f98b0baa2c077f68155fa673d21447b42e617ed1724342cf6a9ee0811d +size 234386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab.meta new file mode 100644 index 000000000..38ee22496 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMeshMissileRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba47aa1a88dc67f08192dc6005bc0c337f9665a371e6cdf803283368e1e8543b +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab new file mode 100644 index 000000000..7d73b1bd4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bea449604168eae093b7166a22760ba3058e08047216d4a95b6e899e692a5b +size 228293 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab.meta new file mode 100644 index 000000000..3f78707b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8c8dfbc52eb1c327390be38b296df65835f78372a0b5f941d21668f2235925 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab new file mode 100644 index 000000000..ca846daac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04775e63f268d7fb851f30e82443bddd585789d03b3b7015a56adaed45a540c +size 228318 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab.meta new file mode 100644 index 000000000..5ca446a2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce81ba48333836886e218260c9491a98cc1217c701a8094ccf128fb3680610e +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab new file mode 100644 index 000000000..4d4cdaf07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f772723edbdc7cf359646c63d78fde40d90082b95168b4768a49d9b1f3dab0e2 +size 228314 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab.meta new file mode 100644 index 000000000..0344a8703 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df1751c49373ffb20d28d41e2dc7469aceb0283683fc4a393d8baade3e1d9db +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab new file mode 100644 index 000000000..9d2119b46 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2948e294b7c8dbbb4d1e08d38c76b6c3d01aed536c35cae3f2fbde40ffbc76 +size 228294 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab.meta new file mode 100644 index 000000000..9d69e511b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd448b468a3a265c00f230f7fd219f52e357a6b777c0d6c9654438c1bda98a67 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab new file mode 100644 index 000000000..521487ce7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0018e9be59ea0520b5a9d0dcc9908ce155ec5c03127cba6613ea1a13bcf129f +size 228303 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab.meta new file mode 100644 index 000000000..857888bf3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Laser/LaserMissileRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00f40203a70680e3b7e9d543509bdd69ffd30f302d5b2f86dc7110fa42e0b2b +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning.meta new file mode 100644 index 000000000..14dadc84d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f872d70091c6246d694d8960d6ab5c84870d06816941d94b1947cccf6880c1f2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab new file mode 100644 index 000000000..c51d08abf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ee65cbaa715410af5eeffd9326f29d8ed2c6a4a39017ee35a0100719b9d024 +size 570734 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab.meta new file mode 100644 index 000000000..552658f6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770c5f035a5404e2f5dca80a0f0ac41fbb8004ba3e73787eed30570a7fd852f0 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab new file mode 100644 index 000000000..1d14d596b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdde9633e0185664f80ffe72e34ddd6f3fa1d2dec47c8003db66d1a0bb75205 +size 570741 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab.meta new file mode 100644 index 000000000..ab1a14a8d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc47f3ae41711c03058b24293ca1ec77789951b50f90478e3f3bc6fc0a076b6 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab new file mode 100644 index 000000000..75b2f63f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac45a2cc4042364d48fcbefca30d6701b7eee7a01c2f86da8233c9921d8c4819 +size 570737 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab.meta new file mode 100644 index 000000000..d8e4c6321 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f45e254148a575e92ad721fc21fdc9b2348759be8b02cbbc6564cd1601dba5 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab new file mode 100644 index 000000000..10fb11fe4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1fe3142e54164d742e847a20e226dbe7d80b0f77f767627022a3cf3795e274 +size 570744 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab.meta new file mode 100644 index 000000000..e276f7c09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Lightning/LightningMissileYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39453c87e87749af87674596003a96ec8a3c89b302964aa5f4149c13b33300a6 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft.meta new file mode 100644 index 000000000..ec21b6551 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0da6c6af5166b8a34eb24d53588fe569456de22f2c899ad8f1029d62e4e8304 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab new file mode 100644 index 000000000..f0d18ff03 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d378c55f4f4270f4f095212ce8063620f08ff1d983a1852465a9b7793871ad4 +size 572187 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab.meta new file mode 100644 index 000000000..8621fbe83 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1915de52e0b2162226a1bda60a0d5cd6067cdf807f595f2583a7bbffc63021 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab new file mode 100644 index 000000000..364f088d1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f634e47083ee90fb1291cba5713f2f0fb344c77dfcd15f050bfe97a45260f5 +size 572200 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab.meta new file mode 100644 index 000000000..c30145e35 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f31ed941a47069a2b80ffad1fec2ea3a9829b7fc37b416d2aefe968242a092 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab new file mode 100644 index 000000000..4a5c888b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377d21ba967e413b554be52378c26146e590e924be3019b5112b0ded5d28e737 +size 572215 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab.meta new file mode 100644 index 000000000..9901c6baf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10c31d83c03510cda82767f0ea661845c58598106863d9ad013ddc0523c5d70 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab new file mode 100644 index 000000000..76d60a656 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4810295df0551fc255e07c9f61558d334a7f18f32731674737cb67615ff2b7a +size 572222 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab.meta new file mode 100644 index 000000000..d73c4e48c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/LightningSoft/LightningSoftMissileYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e397d4cfdec7059e7f98196d89f69828ad15fc1cf4e52e808b958fb4509a343 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid.meta new file mode 100644 index 000000000..b5323f778 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0dbc7c99765d111816e85166a073e946ebb5ce7eaa8f1d4a46e7ccdb7251e9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab new file mode 100644 index 000000000..2c5e729b4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ae3bb70edb0b142e01ed0d3d577043932ee65e3c1a28e2e65a65649fcaa450 +size 457021 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab.meta new file mode 100644 index 000000000..9b7bedd2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileAcid.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf225242aac5360a88a34f315a8dd313d6bce0b425a4db823e00c51dd076a1c +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab new file mode 100644 index 000000000..dc7d67905 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263138d435984f16e6a243ea03fd4f81e2ba0a0bfa3221d01dd7c393dbcf3165 +size 457042 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab.meta new file mode 100644 index 000000000..790d5995f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileLava.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfa03455f4483dcca5a5acf66243f7eb63e7c22c9a1040cb85a5c7a0f4be699 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab new file mode 100644 index 000000000..161ceddc5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0503797291190d9adc778a03ce2a1b41a1448a6df11a29b2f6f10aba75049833 +size 229895 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab.meta new file mode 100644 index 000000000..65a7cdbfb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileOil.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ae22d930b593fa9cf3ba85a52ab6200036acbd296a3173dd5dcecb5334133d +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab new file mode 100644 index 000000000..2be6f931c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba50b429ea196f5851e2f84eb26ff12f2dd89614ce96982e602d80e17314dd41 +size 344700 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab.meta new file mode 100644 index 000000000..598092aba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afa310fd83108e0f515d46f2cd3b1b96fb736a4ef52cf20de8d8eefc7d99007 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab new file mode 100644 index 000000000..fa1022656 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3746ac5f1d39a20a12023d533f3c67b19c66e0a225d0b4c014f4eb0d2d703431 +size 345134 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab.meta new file mode 100644 index 000000000..99da4e1be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Liquid/LiquidMissileWaterClear.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f378597704dee71db82c1282edba5cc2d6769a0ed15b5b6c824bdf1b6bd73af2 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic.meta new file mode 100644 index 000000000..7566b9f95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d940b04251b4f111d9edc487c01e6b0baa10dc1512b7da6641c284b8fb97638 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab new file mode 100644 index 000000000..58fc4e005 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5672c5ddaa9e3828e7d72865d5cd4dcfa68650d42e57fc7c2471c54e0b20f294 +size 567560 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab.meta new file mode 100644 index 000000000..81ef34ad5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9268691464628acd258b35f399db86ff2c4a6708c844595b4908900ed74e66 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab new file mode 100644 index 000000000..b8281c0a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3489c85676849cd2309014ff0a1bb5eff1db513f8003e3f8f1beb70a409f38 +size 567573 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab.meta new file mode 100644 index 000000000..168575462 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3434ac525e3acbd7f39714c379c9d235094ba543a9089043bda5e8a5cce91e96 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab new file mode 100644 index 000000000..545999f57 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe9e816b0752178afb8e06a64d340f0cb79276edc2dea1de514cbc5f23d5c42 +size 567561 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab.meta new file mode 100644 index 000000000..74dd69ce1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167b82a104e55b82e4bb507dd082f908f4d423cec301c7f764d52c0a45837108 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab new file mode 100644 index 000000000..aa0c98cfa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a76423f8dd96d98af2d12d47d3c6112ed56e3ccedc6a877b3eb4325eaa9ecef +size 567552 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab.meta new file mode 100644 index 000000000..40f906f91 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Magic/MagicMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857f71adf78c4f191fe7fa8c2270901456af328d1ce6752a727a440a43343e3b +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft.meta new file mode 100644 index 000000000..5768ead9d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0393214a4018540f1dc6a2b8ac9ebab0858ba5035325e3f9b56de06ea4cfca +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab new file mode 100644 index 000000000..6f3130954 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3864d92fd54709d1106edb8ba8ccc04ffe2e1b6002d0037e499c31fd16ccc0c7 +size 343656 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab.meta new file mode 100644 index 000000000..5f891e3a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abf9c42f3615a3ef2b2fcc927c8ccace092d8fbfe0788a4ee983a7c3331ca9e +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab new file mode 100644 index 000000000..f1b537156 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69186561ff6e602e95037bba3f6b698a5ded0371039c164e3a8975cacfed7488 +size 343681 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab.meta new file mode 100644 index 000000000..c86cc82c6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fe0c4931e7b5d1a804347ab7244baaac9977193306add56301ad61aba5764a +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab new file mode 100644 index 000000000..feea156a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175c772803d58c09b24c063fb79596e8dde413a39a59ef081a6fa4802f5a6dae +size 343675 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab.meta new file mode 100644 index 000000000..2c96b712b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9c49b1f7f5369920cce644fe97d56eca137777aec78bbd9838a5af13237be6 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab new file mode 100644 index 000000000..a947b28e1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4706713ec5e66ac1a7fbd4cccf1a6458bc7b7c96ed695897358a132ebd66f922 +size 343647 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab.meta new file mode 100644 index 000000000..9d0793fad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c02204559bd1e1f0c71b850dce73e7a62421cc3027ae600a2b21e813157892 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab new file mode 100644 index 000000000..324c72fc3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c346fb26dceb11f07a37e3e79d75f18c89c6fc932b15dcb1dd4db31d5339ad8f +size 343666 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab.meta new file mode 100644 index 000000000..7b943ee87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/MagicSoft/MagicMissileSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b95ef3a067a99607b9203d338acf6f8cf86470dbab3cfcb0e73189806a5464 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic.meta new file mode 100644 index 000000000..523660bda --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a51c9e37482a5a5d62de76525f4a96f47f65d8d7e157d82d556b4aaf5f18709 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab new file mode 100644 index 000000000..fd48011ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431b30d60ce70a5ef618ad81dcb6cf441bce8cb0af043befb29030ffde931b80 +size 343235 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab.meta new file mode 100644 index 000000000..eb349f9f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5293550edd42a3e22495a85b1ed5cc418684ed973324d817cb7108f168a8c615 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab new file mode 100644 index 000000000..3fe41368c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8266da2835d87d022b260a97c71ecbbee41f1b8b619849e851200ed9104fbb8 +size 343214 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab.meta new file mode 100644 index 000000000..95384f398 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a554389c95411db24b5195c4784842ef6e2b49d6d4799694ccdc08fd8a7092 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab new file mode 100644 index 000000000..b8455fe0c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d637dfe1c69d248cf4013811f04ae562acf9a67ec283908d7ac097e01f1bc4 +size 343218 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab.meta new file mode 100644 index 000000000..ec820bc6b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8749d5c792f10463069cd4e4259c8af692e0590ec6ccf9ba0e0b861bfeebbc +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab new file mode 100644 index 000000000..7f497b23d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025baad5189738ea2b2ef95aa7aca5e3a91dfa314f6123a9b03526aab60f38d7 +size 343211 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab.meta new file mode 100644 index 000000000..bed4acd39 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissilePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e510f3643eaa84e1f7551becf2749f8a59c2ef8bee78a54726b937f8b54d096 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab new file mode 100644 index 000000000..ad6d906df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21214b9070bc87d2a655b0e143a11136f1c026b44f97c0fb9d7d2c0b4ed3895d +size 343190 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab.meta new file mode 100644 index 000000000..bfbc3dfb1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Mystic/MysticMissileWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e98ca76745d3622e9dcf6fd53cc8e26feccefeaa93b0b340d2fb173b4c9675 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile.meta new file mode 100644 index 000000000..dde622ac3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661c957fa0f496d33fb94d2cdda60704546a48c23aef0f222b43608774f614cf +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab new file mode 100644 index 000000000..a9f551dfe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1fece5b2a47866c0f34c11d60b0c3e3e7a46011c23cc5114d73b35dc16696c +size 572469 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab.meta new file mode 100644 index 000000000..11bb85c65 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785e768e7a54f4b8c9df0dc4cc56de52aa8ad84675356c3f97f7f1eb72ef61aa +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab new file mode 100644 index 000000000..898fbe3a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab9b993bf4c2d56fcedbe0693a8c45e281668094758642712dcc27fbe4d0ace +size 572545 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab.meta new file mode 100644 index 000000000..ff8c20ed9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac89d04fb79357eeb5629835efcb1c7a797917c3a6651fb50f683a5daf1c77e +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab new file mode 100644 index 000000000..f7ec23095 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4caf242d2bc3e68b7e5e0302c1b1be48b8ff13b90d488967c1c60c3a3d52d0 +size 572447 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab.meta new file mode 100644 index 000000000..d8bb606da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a70bd8f858d4bfdb54f14e8a5e4e71d7f94e2fa81b9fd28e6311fa0388056ff +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab new file mode 100644 index 000000000..cbc53c964 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460e36c78e459b93424e58fed8e95bc2aa3c065cc6783fb7b410256e43a46c1a +size 572503 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab.meta new file mode 100644 index 000000000..13f113ff1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissile/NovaMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb8abe7bd0f2a43cd641469af2620c419607fa65e540cb4ebef3b8855741858 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft.meta new file mode 100644 index 000000000..5753844e5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43fce76dd3052237164ee8fd5c0e2524d83ec6738d3f8a6854feb14857a0059 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab new file mode 100644 index 000000000..3045620b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179728e22255556df4a6922698daa84331a92fce94ec6da20e5528f2888640af +size 573074 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab.meta new file mode 100644 index 000000000..f7015c677 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202e268c8a2a1a66fe6fad81a87f5e94cba16b860685b42dd19a6a8e221848a0 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab new file mode 100644 index 000000000..bdd17caad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339d818392fc2bee2fe9bc651cec967f2911d83c033a2d52149910af4dd5ad44 +size 573112 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab.meta new file mode 100644 index 000000000..b394604d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe7b708a86017c9a5b44b26dd18b94c406f22eb6ac7b36f37ee35f1a0185b53 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab new file mode 100644 index 000000000..2042e7552 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dfd3fd6876478a5122722f679c5b75cdeaa0fe9687abf5049b44d42f7f2bb3 +size 573053 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab.meta new file mode 100644 index 000000000..50df745c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad2c2d9e15b3423bb26e90daa2f6d227ab6e92784ff1a0e16b621d0b7c9274f +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab new file mode 100644 index 000000000..6157ee3e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f86173942938ac5fcff2af7b6efd0394348335c463aaaac1a96abe473e5a48c +size 573092 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab.meta new file mode 100644 index 000000000..34541429b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaMissileSoft/NovaMissileSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3764baaef518875da233c1f23ed2c377687e350ea6376814258e4227539b9df +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall.meta new file mode 100644 index 000000000..0f3ebe622 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ea5fd9e4c4aac752316d755e466dbf4ecb63820fb177e196569406fba0f246 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab new file mode 100644 index 000000000..d56dc535d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2df15c7eafb5ceb992d546b91dd215f2a7b1433077ecb126cb8c325e912165 +size 343739 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab.meta new file mode 100644 index 000000000..f8d940825 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3f22feb7e8233253d66ff76846c01f7fbde875963ad45cca9f1fb473126a93 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab new file mode 100644 index 000000000..cf18d3927 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9174bed6abbdd28869983f4ff91a1edc5ac7e193f1c3c65acc3c88c4eb3bdb9a +size 343735 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab.meta new file mode 100644 index 000000000..717e154f9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed808141a5e930c76d75dd8041a2ca69e4af75ef9920b7bf5c0e0ba2458b655c +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab new file mode 100644 index 000000000..ad87c6209 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38311941213e90c0a18295073dc1899d8a9a0a9ecb2680c6a57c4cb445f0ce31 +size 343718 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab.meta new file mode 100644 index 000000000..7409a2cf3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca42772a1c606cce119beb16139ab18080c989fc3ad92d4de489f9ce42dfb0c +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab new file mode 100644 index 000000000..427ec4167 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890316ee4cfd52912f3ecb70eeea8df67e25d5dcdb4b50b33a16cd218584c986 +size 343735 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab.meta new file mode 100644 index 000000000..b14035cbe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/NovaSmall/NovaMissileSmallPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2e87c39e5b146dd7c3113b8834a47594bcd6cdb549f70869d1f3ffe4272f5b +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke.meta new file mode 100644 index 000000000..df1fe1b04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f554da6c842c6e427f8aaaf484a65a0ceabebf3d5ddc11e0f08fe53e8dfdb0 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab new file mode 100644 index 000000000..87c5a3f16 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ab0e0a452e5f7a4ad3fb1f45331fdba36f3b913cb1b09b01f04c77890ff0f4 +size 700117 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab.meta new file mode 100644 index 000000000..866c74fd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe7166fa15c72c7ea28e4c50db2cac6f9011200b2c1d4937dcf164f367398dc +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab new file mode 100644 index 000000000..2f778d195 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9a4c5811d9ccb30e5d07a7a6bb4f6b6cfbfbba82859e503c73e05e596254bf +size 700141 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab.meta new file mode 100644 index 000000000..aca4f42f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1125451c2c0a1448aaf92d1d71322ac930dcc6fc2ba267a92126a99650b4690f +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab new file mode 100644 index 000000000..a3c6ae5b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66064c475ebcd95f6eb4f65233660f3c353ec0acfd51372a067934eb8051c83d +size 700134 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab.meta new file mode 100644 index 000000000..f2b8f558d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac83583e2f40630cf73ce8537da3fc7cbb0232a19e1231f9205ff91b91da1d3 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab new file mode 100644 index 000000000..2658d1e0d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1448fbda409288a871d00ba746c69d3c677ea335832d6582fc07acdc16291745 +size 700108 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab.meta new file mode 100644 index 000000000..03f5c0ff8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Nuke/NukeMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f1bafa192faa37deb093ecf8c46ed0bb1fa3b1d2c287a0a24477323862f67d +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket.meta new file mode 100644 index 000000000..ed1e63ffb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1033d1fca67e970bb3e23fbef319a49d54c14845f2faba08d419a968eb2ca37b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab new file mode 100644 index 000000000..289507bc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01011827696782dc9399f9580aae9b07c9367a8bd6f285851918f33c76257b57 +size 458076 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab.meta new file mode 100644 index 000000000..77525657d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79217bbd39bd1d541cefdbe93b3776f586baa3b75d0c58703f49614edb097157 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab new file mode 100644 index 000000000..8cb065fd9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6c4a06f1e733a2b1d4b470e7fa264890c0009dbd6d5c34f74548261b6f2564 +size 458072 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab.meta new file mode 100644 index 000000000..c7890809b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a94135778ff5e765b6bf4e285c49750260cdd4a7a90b8fe3d59eaf4b736840e +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab new file mode 100644 index 000000000..08729e6de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5401e71561265ee42ab60af77b79a8cafc9fca1bfe8a496db66e9596b937df7 +size 458065 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab.meta new file mode 100644 index 000000000..e6b986d07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a512e65493e7319e98ff566df57947ff8b2d13a690688eca481c9511727871c +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab new file mode 100644 index 000000000..f719ff27b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b582a0f478d8f128e8fb4e06a167a4a2b06c98febbfd8252da9afdaa5de18217 +size 458081 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab.meta new file mode 100644 index 000000000..8fc0891ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMeshMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2679bb716eb712602a71882706876a1fe30ab98073aafabcd4cd940cae42bf2 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab new file mode 100644 index 000000000..4034c660e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170456590214d1fa1c58cacdb5335d14ffb5e516835649e094c7b80a1a301ddb +size 568947 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab.meta new file mode 100644 index 000000000..f8c736015 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1880edd639c53fa708a10f2e4cdc0a11aafd496c1884301d394c87211d93df05 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab new file mode 100644 index 000000000..216db63b1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7a4d1a0261d25e55d23f33040a56b0b16f504e526938a9004d833e59894885 +size 568885 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab.meta new file mode 100644 index 000000000..650065cc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4344a118879314e42d01917f71605cfaaa0bea3283227d908c1b3eee2fd311a2 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab new file mode 100644 index 000000000..8e6d92a17 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c0bdccca0b29b3f9fe293e3d22b2f3e1033e8a07dcf6732a4cc3ccda1c586c +size 568853 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab.meta new file mode 100644 index 000000000..8a984ae37 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c181b4b4053cf230808bcbfa802b4ea6b01cfcac1f8a1a64333e7aa7a7c2b1 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab new file mode 100644 index 000000000..cb9d9d95b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd29f5b690256857022b87126b23e4a2bf1017e42fc88175e361ecff465f07e7 +size 568846 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab.meta new file mode 100644 index 000000000..4e7420df3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Rocket/RocketMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94541d6cda4f1423fa2f8b55abd8e7532d3cff5b20ecd2016ff0fd36d5d91b6 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow.meta new file mode 100644 index 000000000..60b9c94fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a321b60f232c8959f7d360c3c5624e1bab9f3f7ce8e1e395fb13f7bf95ef1874 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab new file mode 100644 index 000000000..d5f46a3aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25ee285fb4afd523873905cf790f31b1d45ed1b2329e8547897bb47cbbaf75e +size 454234 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab.meta new file mode 100644 index 000000000..e0b7420d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Shadow/ShadowMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc51ae4e7483a1fc646549453d5c1dc7f16f082c2d84aa7cdc8f198f1b67985 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp.meta new file mode 100644 index 000000000..408458b9f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122e55213d330e569f3bd727ecee23575da3c749d2dcd46c37b5add56b4be078 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab new file mode 100644 index 000000000..5baeab095 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d579b3ae2277d693fb0869903cb110f0a9ace19de30170f9cc86800db353c23 +size 343407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab.meta new file mode 100644 index 000000000..288cdfa3c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1c258fdae20ba096064b2dfb45e18f07088bcf85a7e895758aea79256a5559 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab new file mode 100644 index 000000000..248a512f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32815d6515495f6fed31b9665f3aa7e0bf77876e8f9f467fa37cde49e502c4e6 +size 343437 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab.meta new file mode 100644 index 000000000..abf6d6eb9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74137a9daba72ee30c108d8482bbafe01d1f1678b7546919c83e72095b7671e +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab new file mode 100644 index 000000000..5d3c40767 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd09b38caef51e5f8a492ee4226c2287e7f322b4f027804994c8f2eb2549cff +size 343396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab.meta new file mode 100644 index 000000000..31fd20187 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1364358f3ff21cb332974d211cad2d325be605e13fb4e42fdb037a4076e0ad97 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab new file mode 100644 index 000000000..00f0b905f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680693e7adc1402e4cc13677c6637ff4b0cc980b9ebc042a59330da015ca3957 +size 343395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab.meta new file mode 100644 index 000000000..56d49c1bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sharp/SharpMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ef443baafea85c6feb150c2f69fac5bf10a8031df61a05dc3a88725ebfb0be +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow.meta new file mode 100644 index 000000000..42dbcebec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f01542a9a83d99901d0e74638872892573df158f35476584547fa524eaef8ab +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab new file mode 100644 index 000000000..20d2c45f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9607b1e66be7513c0a1f6908de90e79cdbe0b523b86e983a12cc9a9037b9fb65 +size 353881 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab.meta new file mode 100644 index 000000000..59218d13e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Snow/SnowMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a9ddedeaacceb5fa06aa52512c4911f21921e503df2a2a1268b7ca560259fb +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul.meta new file mode 100644 index 000000000..c6c71a9b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8922f216e3b60dc8b8b808925d7dfa8ba920d13ff61c7363bdc1a5e53fac9b47 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab new file mode 100644 index 000000000..96406c2e4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afb1910fd128909a16ada607e5d258d9951be7e4d3e0a82f8ff23624ad4b040 +size 459735 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab.meta new file mode 100644 index 000000000..8f9a8e0ed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileCrimson.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed823c50d648e3585869b95c3cbbdf285ee14965d6d8aa362951f3658ee8966 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab new file mode 100644 index 000000000..e716bdb6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8270ffa95ce198fe8a1a829c3e45a18d9c84ab64e21a641d31c32b6d077f60a4 +size 459691 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab.meta new file mode 100644 index 000000000..3db6eb17b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11324b6c39bc519d63aed81d022c79ef0f4fc8ad2f2c34de2539bdf7cc871c4 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab new file mode 100644 index 000000000..28381425c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd43381e46d29dcfeb74e8fc3babdf3192653b1098ced1df5f79374933180d4b +size 459736 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab.meta new file mode 100644 index 000000000..04305fc19 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissileOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531365e0219381936b8c3edfddc50abb8e1e0ec506629e7ea421c26fab699826 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab new file mode 100644 index 000000000..890570be0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6047917a1b1c6112c67fef743bd9b54ca13353908f5254d292c72867771ae32c +size 459715 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab.meta new file mode 100644 index 000000000..ecbe20e36 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Soul/SoulMissilePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe594a890fc2e4a4a3b0a77a25dcb6ddd22761570b51a57b113b45b59a734ad +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle.meta new file mode 100644 index 000000000..77bd39f5a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4914f31ba0c314ac6a20298c4d89237d8d0f86fed0bd6528ec1a200bb5095ba4 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab new file mode 100644 index 000000000..62936afef --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78243ec9c7728577773008cd943d9754bfb3a5e2befd3c8f9863b4c549f4266 +size 357225 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab.meta new file mode 100644 index 000000000..e56c311e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e88e2ed701cb117df692b095817f4593782cf611432519e5d21d9b9489ac57 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab new file mode 100644 index 000000000..581470298 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae453517ecfa25dcea8d32c7d3a9754081f4ecb92a24ad86fe024ba065b5504 +size 357213 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab.meta new file mode 100644 index 000000000..022ceca9b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8026480f35aa8898618d2a8fe93bce6645a51730afcb272e79a2c9e90b16294 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab new file mode 100644 index 000000000..62cc0446a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaba30dca18430bb0c4b18193a9f41524cf81789e7d3b6b8f74864a5e461264a +size 357220 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab.meta new file mode 100644 index 000000000..0c23cc49f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissilePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4acabcb7d8882e2e45109840fbc010f7d422f98d4229539a7d5e551456839d +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab new file mode 100644 index 000000000..8e614ba3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f583887050f5c87849e25c8189e453f4b17965a4226aabe37e8b31c3bb7ec0 +size 357222 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab.meta new file mode 100644 index 000000000..1210cf55c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Sparkle/SparkleMissileYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5ed81196937b61f67585928a288980561c2ccbdbcf86019ea1dff0f1b613bc +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm.meta new file mode 100644 index 000000000..f0d209ff1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8861084935a576338c47ea85937a193e2c06516234a96a89673d6f4abf404c4 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab new file mode 100644 index 000000000..e0f4b04da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60de97bcf906d6cc15836728bfc6e2618482d959c26629e88e601fb8c4d9380 +size 700605 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab.meta new file mode 100644 index 000000000..c4dddeb5e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Missiles/Storm/StormMissile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b18428e549e1b725b432698576818107f84b00adc27fd3b8e81d52cdfe1095 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash.meta new file mode 100644 index 000000000..55da6fd2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece26df103ceabbe61a75fa42f0e493c4c0a321c3d07c07223203b0f947dd8fd +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc.meta new file mode 100644 index 000000000..fb9fc2a1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaa158a224efc5d2c6a9335de834486c40a9f81335cd5d4277a608829a525f2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire.meta new file mode 100644 index 000000000..6688bd85a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc231cd3736979b1f8a12e2f884da94b63f480a7578b6b14b59bc2a1a81f357 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab new file mode 100644 index 000000000..8a60b1547 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0e92dab9fb6c337c166a7006c97286751fb89801d0564edbdf9a0d58476f42 +size 460105 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab.meta new file mode 100644 index 000000000..f4c5be210 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ba01ef2519cd2f1925bd750b753430cb06ebdf1fabe870873903ffc02d1ff8 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab new file mode 100644 index 000000000..11b6ac6f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3320d12209fc894598e7a1622129d46d3b6c6daf7adf27bf00bdabc1951aacac +size 460117 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab.meta new file mode 100644 index 000000000..6e66af69e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d7985e010d11a53cf76c73ad91f8d9acff38fc1e50bd6b34d4e7090f78f69d +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab new file mode 100644 index 000000000..48e0c5ae1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3983fac6079bf57ae907b4ac0aa75d7a9404b014dbef6e4486ff936ce0aa8bc6 +size 460082 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab.meta new file mode 100644 index 000000000..56fa1645e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFirePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb8605a4be8513e4608181b002c6188c3ab6927ba3058bacb4656554a39acaf +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab new file mode 100644 index 000000000..d04970ff7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3a8667ea3c41dcd9f4de5d958effdc00889b635e23c97ea543dab11834179c +size 460128 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab.meta new file mode 100644 index 000000000..adfbf6a66 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/GunFire/GunFireYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6b8c9584cfba59a64544152c0bb34289b861d46376d89db7fc2180f7b22687 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle.meta new file mode 100644 index 000000000..d25f7a21d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b78b5bd84852c2948083f221b39c28cd7bc87fdd0757cbc41c272fb5182978 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab new file mode 100644 index 000000000..a4bc4f0e6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d3129b2a4ec9ee2080ca97a40b4f602d3769747077c91aeecc787bf3698536 +size 460621 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab.meta new file mode 100644 index 000000000..9a11d99ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecdf59114f9c9815e954d243ae5dc882da5fbe58cddce13791f60e72df02fff +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab new file mode 100644 index 000000000..0e3c61391 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a4a9e225ca3d89c34fc7d2c7ba06b55a032bb0ce65aca995c69d45da67f974 +size 460617 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab.meta new file mode 100644 index 000000000..b894ea914 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25161e4531cc0a2f49b71224590c3630525205475496cf56ba2303bea945da2f +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab new file mode 100644 index 000000000..2bd71fca4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad62b1beb47d17058e23de1042b5e732341e248e6d2ae5c96c0b457fb952780 +size 460609 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab.meta new file mode 100644 index 000000000..65e63c406 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzlePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a54c5be45587d412518d17f16ed4f417f29dde1b93294e7fef19559adda05f +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab new file mode 100644 index 000000000..7760935c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce60ac1dd609b8703e13e71990e672fbceae84edc560f9ecc8dffe5658132b7f +size 460615 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab.meta new file mode 100644 index 000000000..727f83c8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/- Misc/StandardMuzzle/StandardMuzzleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622ab5e74e5f6325c7516424920c8383194dd14b6b006a7587a791cd8d99fe56 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle.meta new file mode 100644 index 000000000..42ee8c171 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3739a9cf4d5451521a5137a0ade0b69ebf294c6c022c6caa2450d53b444c47b +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab new file mode 100644 index 000000000..05136f6b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7cafa161ee9b31fae245de430d07d6453915d287b47d862a594de102700455 +size 347510 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab.meta new file mode 100644 index 000000000..3fa06d684 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BubbleMuzzle/BubbleMuzzle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5b703d81f5d5f3df93e51ac5a8e6529d4f4badd23f69c5269f8967bed0dc7b +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle.meta new file mode 100644 index 000000000..7aa4f9dd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d14ffb82cf671bbd6ac678176b71b55057dbf6efc6b894f3449ccf6e4a28f3 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab new file mode 100644 index 000000000..39c3a00f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b00701984a6efe35215dc7e05ffdfe3ac888bbfd87a5c79c788dba262656449 +size 344954 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab.meta new file mode 100644 index 000000000..298c29fef --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8435e4aaeb41d141314d0a7481d84a3b0c83ba2bcc1968edb24fe25937eacea +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab new file mode 100644 index 000000000..a53098565 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777aa5d0f89759e116aecf8a99e0a9b2659b62d30f2fdca4cca82e7121f6fbaf +size 344953 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab.meta new file mode 100644 index 000000000..bcfeb2ea8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636960baf3159e09c44a9e1e37a1e88fa1d00ef02f8f35348d21cc144c7c71e0 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab new file mode 100644 index 000000000..dac45ce43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b03b302d0193879a4941b527d9aa94a97820ab5af6909aefa98007c8cf25b7 +size 344955 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab.meta new file mode 100644 index 000000000..97a04ac50 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e79e9ea4228c874e1c07f8bb044eea1d2669de4e13f49362cf1cedd7b9b69c +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab new file mode 100644 index 000000000..9e99c461b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39af09bbac21d262f3d754ddd1db0591b1e0a728ba962fbf5ac71d261407653 +size 344971 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab.meta new file mode 100644 index 000000000..54f2f19ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletFatMuzzle/BulletFatMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa05f3d8b65af6c91d09e98cb493d69948f16d3b68504b51d2186c2b8f6383fb +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle.meta new file mode 100644 index 000000000..c4448fea1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df3496238afce383380c2c62c647cc1dc88f14b0423a597f8d97ba9e1fe4fef +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab new file mode 100644 index 000000000..58530f003 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5c525edabd58ed61e48010cc0c7d9da614351e00b99745b057c77ae3c95264 +size 230297 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab.meta new file mode 100644 index 000000000..3bea2da02 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fef87282cfbcd656d2939ae14b5623f57a70ee32c576c75101cf94d1108ccc +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab new file mode 100644 index 000000000..6eda3a1be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd31263c8d971dc2456ad551e19b8d6ae67e02e4ac283336c27f723f536e5b9 +size 230317 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab.meta new file mode 100644 index 000000000..3661f5461 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d44ab338fc2df5f405edf683a18dc37f2311ca72b343daa56799688f86d2dc +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab new file mode 100644 index 000000000..41e250561 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f67fa5ab4c48f73ddf3758ae8cd7d56fe1a15693ee01db9834815fabcac1750 +size 230298 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab.meta new file mode 100644 index 000000000..27400f326 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff38fa3455904d4f0c131298d9b46896ccdbed352d30b27b0b58cdea91f3cf5 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab new file mode 100644 index 000000000..5ee870ad3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a01d0a625661801cac25c8ad92bf1a9c72a4f811a5347ea067792f5dec85b8 +size 230305 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab.meta new file mode 100644 index 000000000..bde37bece --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/BulletMuzzle/BulletMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad7ac853104389231cca088583283d0b3a731cef6789f881f2ef7ec04a3188f +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle.meta new file mode 100644 index 000000000..dd37c4f01 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3f3b039e3230ff5e0c7812b3b4610092c0ce91ab387395e915307f1d84c2ee +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab new file mode 100644 index 000000000..502d555ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f991f5715f0ffc2474ae970022b7afcd91c5372646628c70c5f8bd6ebea6b0 +size 345035 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab.meta new file mode 100644 index 000000000..397e4c982 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792275b34eadb4b9b10e442a565d15710c7a3e156441aa29b283e3d2994bdfcd +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab new file mode 100644 index 000000000..b6a89aa5a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a96c92ed0d42b19c8d4dbdc53fdd73e77b1e167019c8d4f644482059a9cfa87 +size 345043 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab.meta new file mode 100644 index 000000000..d141c163a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a3bfbe96cbf2480f4352b5abf8149e1f2902a53a1ba642381cb7b2512a9fcb +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab new file mode 100644 index 000000000..b68f8c4ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f849b8058a6f02885305eec3cdda18bcb9e230c7742a6f6badc9410775f85eba +size 345038 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab.meta new file mode 100644 index 000000000..cb52ec4a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85db108265f2eb0ee5e2f19fb6e2361beff136887356e33cbfa330e0d44afcc8 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab new file mode 100644 index 000000000..4c8061577 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0c192a25f92526a7686db2b9b747117c0d14b2ab8319d09d9fb9684f0a8383 +size 345036 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab.meta new file mode 100644 index 000000000..905f0332f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63485b063e900dd1e8ffe01cdec6e5186485001ae5f21a4ac687ccd78cbd310e +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab new file mode 100644 index 000000000..3e0ebaa26 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989b586fab5f0f6676103c149088bc4fe7c687e8b59d8a475b202463db8861ff +size 345040 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab.meta new file mode 100644 index 000000000..bfcc42af8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyMuzzle/EnergyMuzzleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421db3091ea632b38be2ca9706a101460ca2bbaf0aacd6f418e5d98d27518ddd +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle.meta new file mode 100644 index 000000000..40018f22d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6ae9a7450ad3f4a4ff3d17ddf651d4d77d0e8a2aebd9c644858e0c7849c522 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab new file mode 100644 index 000000000..1b7891fca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c071d61d3bbeaa113f9e55f6a35b4cff2884916d2f0e9417711ecc8e9da1548 +size 574467 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab.meta new file mode 100644 index 000000000..eae702a3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729d4d94c3a26167d46f3b62a6d93ea65187e14641d2067fffbc302cab7c93bc +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab new file mode 100644 index 000000000..043de0113 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130cdc1ec430d663d894df9d16135326738edbf0aa4df7ccbdbe5bbcbdbb5c25 +size 574485 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab.meta new file mode 100644 index 000000000..e4a2cb185 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6596c0ee06b269682d539ffe903d4378d3dd2ed25b8939bd956caa1dc3d6cb5f +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab new file mode 100644 index 000000000..7cbfd265e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47259da2cab80ac710795697fb3374e067e9a94f832a925ada3d3a8c605621d6 +size 574469 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab.meta new file mode 100644 index 000000000..47cd6f21f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc53767bb7028d4d65de19fb0dd707dab8d59f787767fedafcca4b0fe14e9bfb +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab new file mode 100644 index 000000000..5360e2f00 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c58bc7968a199825c5d1b17adc5acf0f892c0470d9cc3c0877d5336f0cd465 +size 574507 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab.meta new file mode 100644 index 000000000..64a0afa91 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaMuzzle/EnergyNovaMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba23bd0f8df81a1d03f98cec0337eafa3dd20bef8e68de3f5dc93604835da19 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle.meta new file mode 100644 index 000000000..1e55e04c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e71a5e76f199a78b43676cff6d8b282eb8d696d16392b5d663f5fe3317fb6a +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab new file mode 100644 index 000000000..e934db91f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50ef688508795b9f736c2b95c13279e56d4d082e689a4c107fbb024a21fbfd8 +size 459766 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab.meta new file mode 100644 index 000000000..8542affec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba04ea34b29f96b207b057362f5bc9d59cbc87c76198b5e5eff33525bfe33d4 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab new file mode 100644 index 000000000..244c40408 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb68842816fd558824527258d902317d9d29dfc2fe50d18c116237ec62cea33 +size 459766 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab.meta new file mode 100644 index 000000000..dc4dc3be3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5620c14c3e9899894ea97cc79e6ac3cb6ea0ef70b530141513898125e2eff002 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab new file mode 100644 index 000000000..fdbd68453 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67909dc61ea9cf6991c4df6c6b675d6d344f1cb71870f6f12cda7ec974cd6925 +size 459773 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab.meta new file mode 100644 index 000000000..d99e639ee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951d3ce84104d456fb30276a716f041a0d0f2a3b92b9b5b61c9fc2996dc0e16e +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab new file mode 100644 index 000000000..b3e2648f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e568c5c7d3617c63f660f77caef570239e3ea91dbe2ce946196fb76af2583e5 +size 459784 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab.meta new file mode 100644 index 000000000..603cec331 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/EnergyNovaSmallMuzzle/EnergyNovaMuzzleSmallPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a9e5eb316633c9cc3f19bca8273f5d0db67bb635c6bbda4050800821518209 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle.meta new file mode 100644 index 000000000..b26fe65f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25241df736b2b38858302cf417b66861a138a63c31cf2b5cd36b527f6e8d579a +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab new file mode 100644 index 000000000..4fe0a1824 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdeebf0093d9970b93cc0528a00c9910a3316e067a0dd50218ce3b79bd85479 +size 230604 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab.meta new file mode 100644 index 000000000..540b7c970 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435e4f93a1849e86825a2d58e68ea9bc5e2226ed0bbacc9e2e75ef7906a01756 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab new file mode 100644 index 000000000..83f88c491 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504ab1ed9529d71a0af21fad7f81026cfb0481016e35e9aa46153a7586644462 +size 230636 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab.meta new file mode 100644 index 000000000..441965741 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab8d7a9d0b44e2a1bbec5b12de1072cb8787e780ce658c50d82bef648290672 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab new file mode 100644 index 000000000..afae88e5e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d20aebdf0481b2f8d83001d2926cc0f23067963ba713111cce8b426f107cc1c +size 230605 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab.meta new file mode 100644 index 000000000..379a003ae --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d432275e1964c841cb681fcef9369ed8169b0d0cfbe7cfc4744e63f7533c810 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab new file mode 100644 index 000000000..8bbaecafb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a785c0855a52486f7323a20831c06ee6494a8d54056eb1f0da9fe723bbaed053 +size 230595 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab.meta new file mode 100644 index 000000000..c95cea1cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballMuzzle/MuzzleFireballPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257a2dc74890ca4089e715e414665797b4074e55aceaeb5879b2d7db5910901c +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle.meta new file mode 100644 index 000000000..caf2f2730 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9486cd6f1b3ce7186fd21ccd8d41a0bd1b059252bb94b842942eb48537ec6b2 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab new file mode 100644 index 000000000..8f2a51581 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be353080a5de131ca2347d07e8f0f34d66fe702dd890fb4e1300cc34d97f6f15 +size 230594 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab.meta new file mode 100644 index 000000000..8e2828661 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef003fae642a59ae0e14ec1d58e7a9357fc91743f613f342cea1171013568e06 +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab new file mode 100644 index 000000000..cc07b1652 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4565d493f4d71f07621c02863ca010802052d9cfa673eb6b68a8f50d7071cda0 +size 230613 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab.meta new file mode 100644 index 000000000..c2fd9d7f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79436ea52b5488956665c03d8099d6f9233cb66af889dfd8018fa5374ff91e6c +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab new file mode 100644 index 000000000..9e3cc29a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb946ecde28550ae28f074e420f31be7998995168b318e37d156c8a8c4bb6549 +size 230579 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab.meta new file mode 100644 index 000000000..d6e4cd5f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0941e56cea61c7fe9a331cd7419a216b43b496fd2ef6702cc6a64e88edecb8ef +size 425 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab new file mode 100644 index 000000000..13ac700fe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695ea2327a5e40ab7230a4245b3512bf9cd5de6d89a51fba2b777242f6dcaedb +size 230575 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab.meta new file mode 100644 index 000000000..d773a12c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FireballSoftMuzzle/MuzzleFireballSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead36381d14dd81fdbbea33bc58a03cbde1d89b401c6c624611655950f04af6f +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle.meta new file mode 100644 index 000000000..b91c11069 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae56aa7c22a963a107db3342adf149e86c71f110ba6bfe939d16865ff31b9d9b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab new file mode 100644 index 000000000..dc1d26964 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab24b6ed454beae29ef92b017029daeca066f596e74280998da5e47ac349eb3 +size 344525 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab.meta new file mode 100644 index 000000000..56c101a7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/FrostMuzzle/FrostMuzzle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf102d299783171ad06572f34297df11190087b21bf37312a46cdca49e6207a4 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle.meta new file mode 100644 index 000000000..ff8aeaa5c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834698356347d28459c80256c721c6596958e759b2394fe364f8f65651084ae0 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab new file mode 100644 index 000000000..bfda350ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb1a82532d35b581cac8b4e4bfa854d0d311f9f76655f24581ed89fe79f3263 +size 459564 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab.meta new file mode 100644 index 000000000..438655c69 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28710e0e80165584ad7f509a628c357edf5ba8f1d48a09fb3687c0c665492694 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab new file mode 100644 index 000000000..250d7c006 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc8499d90af532a0b394a08907b9a1d2fb15ce6fb5a354eaede2e4658b52c8b +size 459559 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab.meta new file mode 100644 index 000000000..821723469 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529eb0d9aa8c3cb578d3805e6990bc1d83fa15e2aa723c6e26324b456d7de393 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab new file mode 100644 index 000000000..7701525d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e204bfbc9161d572bb93cc1a9b2842e1f6f49651a1c2a46f127534c7d0980d +size 459548 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab.meta new file mode 100644 index 000000000..401bf549a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2340a568f822ec9fb288c1cc30cc8f8f37906d26bba027438de6ae1fc2973db +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab new file mode 100644 index 000000000..c5ec34586 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba5b4c6756cfffc1544c2e80114f2b3c83dd78d39c7c8f5783f3dfa86ef149f +size 459534 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab.meta new file mode 100644 index 000000000..4cc702a29 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/GrenadeMuzzle/GrenadeMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c864a9240b056281db980352c527208235a60bb13e44e38ef146663140cf91 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle.meta new file mode 100644 index 000000000..797a0095e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6179766666e23fafe10b7b5f8a29530aeead34db59de573ca2c8263442a3e2f +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab new file mode 100644 index 000000000..6914fba6d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14ceba23f0ae8866dfdad3819fe7a03ea0e79ebd8abe960a24b470fb9c6985a +size 345242 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab.meta new file mode 100644 index 000000000..cdae1e8f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529ba22f89db22f3e47a9613d5dbe2e0df5745485fabb10c14cd9a27a541a9a7 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab new file mode 100644 index 000000000..67514e347 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a5f9230952c4c79e78492e6e39c3997a77549eefdcf5a2e5e82783dda8f2b8 +size 345249 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab.meta new file mode 100644 index 000000000..cf201901c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2096f24e283b07eee35c6ace548afffd67adac5ad1f04356825ea6e5f2f971 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab new file mode 100644 index 000000000..053bf30e4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64c4ee87bd11b989d371a548abb574e3542e8228232ae381aa5495c351c3937 +size 345251 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab.meta new file mode 100644 index 000000000..41416a25e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558618a6904b5c063d0293d7de7157dfa77a94065249dc4cdc00aba27e84e989 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab new file mode 100644 index 000000000..5470f6513 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23047892a54324fbab29ded61b30c3110cbefc06a37e266661f9b18a05cdb02c +size 345257 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab.meta new file mode 100644 index 000000000..b475f0b8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ab64b3c4966286838e99f81bbca6ca0c9117f1d1062881b94ebcb97f24c8c1 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab new file mode 100644 index 000000000..d310bb3a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ac7148853a26bf80cf2f92d12abd1defcc24a285faab398a591a41ba305d51 +size 345273 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab.meta new file mode 100644 index 000000000..521674dbe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LaserMuzzle/LaserMuzzleRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db341d2db0a7ecbe067e79e4a4eb0123b183e1d24cae724088a2bba7ccce6c0 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle.meta new file mode 100644 index 000000000..733844251 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584fa0ba04e0e0d258251c1308bb071ec32907c9ed65fe37e70f46680f29ad83 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab new file mode 100644 index 000000000..bf738d752 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c3dcbcdd24d3483973d8d2a56542af5989fcc01826c2e400eb406862f12fa6 +size 345330 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab.meta new file mode 100644 index 000000000..2b96d5464 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b122076044764dd520d30dfabb77d15760797ec82cc76c4cace652fdbb9e76 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab new file mode 100644 index 000000000..4f92c7e31 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd826be84b8fc5a718fadbb5f6239d9fefef69b4d2f9d5106add35ab708b2aec +size 345336 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab.meta new file mode 100644 index 000000000..d7d6afbae --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ee10e79a126286d39b7a06752bc1f24e3837acdc6d0643ccc0a93627a4cac6 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab new file mode 100644 index 000000000..f28eddbd3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3526232dd3a7935ed269ff3907ddbbc105064ceda3503c168a5b43467726621 +size 345329 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab.meta new file mode 100644 index 000000000..0d9f8bfb4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09de73654e7717f51a7769609ac4055ed895b6da2a285a77bae178f0cea84db +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab new file mode 100644 index 000000000..9da608efc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7dd16a87559f30ba74d8e3fc93dded11eab78d872bd798f98f45db8476244f +size 345331 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab.meta new file mode 100644 index 000000000..395e588a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LightningMuzzle/LightningMuzzleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cf91ea302968e1e717ef3efe4f4025fbd8d24a78949e193a6df0ed0d2b917f +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle.meta new file mode 100644 index 000000000..107854f73 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf1b0ee130ad08403ba321f8f9eb26b44fa97aefcd77155a9adbb137afbcdaa +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab new file mode 100644 index 000000000..6c530d751 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a25850148a49e23313dda5469aa32b918a09a8c3942b4ccbc5701e26090ef2 +size 347126 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab.meta new file mode 100644 index 000000000..299c7e19c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleAcid.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45b54a6c0f704f07eb7ef00545900be6ea87ea21a1fb13e5cf49fc9d793212b +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab new file mode 100644 index 000000000..a230bd4d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a398c9efe263b084873cdda3d7fda90a154f7fa463cf15e2c78780a410e8411f +size 347128 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab.meta new file mode 100644 index 000000000..be19d0bc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleLava.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55037a3b941c779f99339ec0033ad5c31c1badd79f6d0b2833c4daf2672795b8 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab new file mode 100644 index 000000000..c80c28ad2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dc0850cfcc03151f49e4037b8aae4e628eb17e238b0c2fc41172da2dcaee2d +size 232432 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab.meta new file mode 100644 index 000000000..67161f3f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleOil.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0205d869b7cd723c0a3ddb979ef7517da0b7e2e6911b9c387b1eed586f53d6 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab new file mode 100644 index 000000000..e65847cc3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de07780979cf28b0eaac1db9af5aa6162ec0dd200549bc8aa950616d7905b3b5 +size 347129 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab.meta new file mode 100644 index 000000000..cabe100b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f090aacf4bcc30fdde68d29831380ecbdf775affd8fa9595bbde6975a099c901 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab new file mode 100644 index 000000000..2cefcb20b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac03d6f999909c92a0243e7bf75c78cb99050c9ede1c0f95210fe26cb72325f6 +size 347169 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab.meta new file mode 100644 index 000000000..3015f1450 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/LiquidMuzzle/LiquidMuzzleWaterClear.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d06cc745e014f2c5b58550bda71bfe7e4686167caaa10546a995a7931f7388 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle.meta new file mode 100644 index 000000000..9023c1fbb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64ef9c98ae77cdeac805f9822397b76ba743320870f92df2f3fbda21ca6c1e8 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab new file mode 100644 index 000000000..2f7558497 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb170d96c3a5efbb9da1b38d18e5091cf7643953cc99efd1f0ec07f79985311 +size 344478 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab.meta new file mode 100644 index 000000000..93ead6e3e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b418e424b0168e4442e74106fa9dd6422131de131a7c7ad26cb6b8bade9ac7 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab new file mode 100644 index 000000000..bf9453382 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a5785d6261183e315c518c35fb39d2d9dfc344eafd98c4376f14b0f3d05534 +size 344474 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab.meta new file mode 100644 index 000000000..e8321dd88 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0ef422bc19b667652dd6b3fc748d6caa1dfaa59296434ff3bd5166463d4c5c +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab new file mode 100644 index 000000000..aa91c94d2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bd29f563bc93613df4e22189b700894f7a93a9b176ca29618f75840ea7494b +size 344460 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab.meta new file mode 100644 index 000000000..4eeed2d1d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fb8093fd36f1c9303d73f18d17f45a85c2da601a19f9c850886ced11633b94 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab new file mode 100644 index 000000000..bed64bf32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2918b021b304e6840f84ece147ace3f592371be3673e90fb47a597767c772d6d +size 344460 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab.meta new file mode 100644 index 000000000..aca2c9479 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicMuzzle/MagicMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0e5d459efd5c07707b5b8042ecb42c700e9ff45f5a1cfc547a8dc3cbc8aea4 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle.meta new file mode 100644 index 000000000..643f09454 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95aa9b00615343b92ea8db44d5045db875c4f9c128db287a28e1c57259f4fb62 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab new file mode 100644 index 000000000..6c88f24e1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56be00252f0ab0af0b72d9cf8c9d034c9d6008c9e28a11e31e79010b28059093 +size 345714 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab.meta new file mode 100644 index 000000000..c501b43ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18242efac24789d0f0c7bada7bb51fc3e69dcc85e11362ca936039a739937a6c +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab new file mode 100644 index 000000000..e4cb95601 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79513aea99941c93d24fbf476bd8c0a6ae4f186e67a2c18528c2d8927f1504ee +size 345728 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab.meta new file mode 100644 index 000000000..24d6ed435 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9e23cc5c4ca91d36a1b3abdc64e2c6861974fc1ec1aa3bce82e06f0af56008 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab new file mode 100644 index 000000000..e5eabdc02 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2157cdd8ecf4a002056a7fbd7e115d1e8922f1c4eb7d02da9a513898baa5bdd +size 345719 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab.meta new file mode 100644 index 000000000..565fe7110 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767a8a127738feb426b91c3b2c21475529d38ae16cb4871108b5765c0afe8ddd +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab new file mode 100644 index 000000000..6dbd2be10 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ed69edb645e1b99baa859cbdbc6e086f3043c9c893c4cc35185b7f3514ac0d +size 345728 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab.meta new file mode 100644 index 000000000..76274d8a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MagicSoftMuzzle/MagicSoftMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45c40e4c92771dea3c2e35cfdfcce407a23eaad6c34609da354cca2e11e780e +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle.meta new file mode 100644 index 000000000..9cbe01d18 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51955a30a3e10c60e7b496157d9ec88aba059660bfcdf4080b53ac81ec0403a +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab new file mode 100644 index 000000000..7a99b7708 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b6a010c94be3cc37fcdb66dc2bb45b210daba3dff262998e89cd58ebfd59df +size 344827 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab.meta new file mode 100644 index 000000000..752df6f7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00501b96d66f1d5858a816e70d0157d74f0a52af554b560702e93c3b6bd281d +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab new file mode 100644 index 000000000..7e8aac415 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8453045130a3d38611924639f0bf831a6ab9664609308aa6a95051f3f215c47a +size 344780 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab.meta new file mode 100644 index 000000000..8a041dc8c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47628cbf9514e1e15b48e6c94f0cf651f3d3d0c5e48446eba02b7e4b02ab4cce +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab new file mode 100644 index 000000000..b5e30ba27 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeb4bf6a09cbc86ba0d85f66cf9950fc8095738ec9e5233d40f5104352c0b7b +size 344777 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab.meta new file mode 100644 index 000000000..bcbb8a55d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3819ceecf8dcdbcb2642f9b16c7e92e3cf3bfe05cd9bad48a700e986ca22f76 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab new file mode 100644 index 000000000..d2fc8c5f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674e7fe0e5f27d76a46c61a41d12dd963286046f1e05323431dd6b5064abeb9d +size 344770 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab.meta new file mode 100644 index 000000000..2d66d84cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzlePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96daf7cee932e2ffd8cf2240a5999df889e92503ac53d322951bd73e8babca1a +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab new file mode 100644 index 000000000..eaf135825 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fbd2890c994c2089ac9472f253d4784fca56ca3b18561ccad512093fa60f44 +size 344735 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab.meta new file mode 100644 index 000000000..71501651a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/MysticMuzzle/MysticMuzzleWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af057de3f04e452a4557381bc59a47ce2f854e0b7a4f57cb70ec76baf870e00 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle.meta new file mode 100644 index 000000000..7d3b545b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe58c37ab94d52d292641722ca95068de3abab5741063e019cdab07a7a5eb510 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab new file mode 100644 index 000000000..79e4da17d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61cbe7b4bf79eea9cdb11a0eaea71376f56865f89f80cfcf9d71923d147146c +size 688632 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab.meta new file mode 100644 index 000000000..889e8816e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d5d20392c089300daaf3a536b0674747b7c1625b31ad0dab4cacd173dc1815 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab new file mode 100644 index 000000000..18fab9f49 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da2b8863a12b638ff617c106bdf4640e1c37184cd05a864f07fc55fd6841774 +size 688681 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab.meta new file mode 100644 index 000000000..6c1032369 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea0a01e1bc6221876cab93b0b58da315d40a7dddbcb510acc7f08e7f4b3b275 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab new file mode 100644 index 000000000..17e8b6187 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea25d6586d0d6f23cba8b1c7c0be446911037448fd3342a676ecd9d178c80a4 +size 688681 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab.meta new file mode 100644 index 000000000..5550db65f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed9310b5ddc25c43454a9602ffc508efd52c24e78599330fad34f83f8057e68 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab new file mode 100644 index 000000000..f31c424dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3497b7432cdc6f96ef22c32ab97f368313e83f6b8acd83019bfd0cab035f7d2 +size 688652 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab.meta new file mode 100644 index 000000000..2f0bd2062 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/NukeMuzzle/NukeMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432632b30bfba441e009f302669f5635c72eadb633a80da56676c517aaf45c0a +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle.meta new file mode 100644 index 000000000..978a7d40f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d9d82520d687703a12bf04d9e65fc2fbc19574eb5b9b05a1eef907861d41d2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab new file mode 100644 index 000000000..c5348b689 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0712492d04c2e9c6a0da423ba7c201feb0576c1d2d707ab8ce75c289f7f1dfa6 +size 459435 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab.meta new file mode 100644 index 000000000..684c90e0e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19940f1024d3eb4c0906b9b6c84921b9cca9fe3f215008fe95c8c3952872e4ed +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab new file mode 100644 index 000000000..0bf5920de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2ec78d5ecbf32cb829b0092e5bafc0b56db16f964dd8c5478b122c9c1b0627 +size 459423 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab.meta new file mode 100644 index 000000000..12f97476c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52cd1ef72611a732696998f8afa6fafec7dcd5fe2a7ca5cf01d9b261a691acd +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab new file mode 100644 index 000000000..fc1816ce9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1090c4f3150a0a1785262e4e74c4585c0646d2225a45aa459070cdf1fdbe6c2 +size 459422 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab.meta new file mode 100644 index 000000000..3dac4378e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08aa8afc5269832fc05bd517ac60859ea7ba1b464804e34b165c81c1034b280 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab new file mode 100644 index 000000000..494630485 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270bd1eebfc6e3428010e78cb1d3fff617d0225e46c8bae8a7173864d999d189 +size 459431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab.meta new file mode 100644 index 000000000..34449adc3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/RocketMuzzle/RocketMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbf8536644ca3bc6ddde4ebc35c750e561edb68b1b69b5eeead799a31236074 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle.meta new file mode 100644 index 000000000..81813d1d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12893729cbc0a2d6933a51b78129b959588e64e9621a104117da81d6f6ef905b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab new file mode 100644 index 000000000..dbefd9cc8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d6c3d6faefbe5cf1d43dcb63b03854daf19a4d6803f127260262997d178fd0 +size 456232 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab.meta new file mode 100644 index 000000000..5e85124b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/ShadowMuzzle/ShadowMuzzle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98018f0c0fadd31a92b01b32ca0e0a7d1858564c4144759bec75eb4bd34c23dc +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle.meta new file mode 100644 index 000000000..7c4ca471b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72733264512886c4fc2ffb17c96a89410e491d4e785e4df30c2fde2044054fdd +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab new file mode 100644 index 000000000..0961278d2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44512e46e0bc845ac4ed91c6469767f3f7c125fca69ef974ea02580c92bc15bd +size 344991 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab.meta new file mode 100644 index 000000000..c71b9f3f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d5f3a4a69b44b2119b73e2c710ec8e992401be8fc20ec0166ff6dc90821d66 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab new file mode 100644 index 000000000..df246f03d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711be9fb0c3e636caecadfc01137962e6d35b61376f90f697fa33325c1f06bbf +size 345035 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab.meta new file mode 100644 index 000000000..d95ea0c94 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310163a43be38057c80998daffecef672dd0ec61db5401525b51a3485cedaa3f +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab new file mode 100644 index 000000000..2aee9b032 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4ecade05d40382bb42a458fa9e2e52776f2bf57112bc4a5e2a528a228d6d7b +size 344971 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab.meta new file mode 100644 index 000000000..35d0934c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11c2ccb57f8c4e819ab5e2ca69fd3f7d717854390419738fd3e3f3863c98c5a +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab new file mode 100644 index 000000000..636c64ea9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caad8edd1b9f2afd120994b62c9ae511cf90c75d344bc98a23a2877bbf3f40ab +size 344979 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab.meta new file mode 100644 index 000000000..44783d9ee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SharpMuzzle/SharpMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5031c374a0801ddec5d0ce0f699dcc7e5e537cd7d79c93ea8cf4b1dac55b1fa9 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow.meta new file mode 100644 index 000000000..46ece9e98 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda3aa0797438b08e1711dd5e243de4f3d039e9eb3c1e16d191fe12e996f7381 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab new file mode 100644 index 000000000..96cc6d92f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d4d16b897603bfbcb632d91a5489d5544f6d53594ec3faa27bb9a610388032 +size 228781 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab.meta new file mode 100644 index 000000000..ccd5fb299 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/Snow/SnowMuzzle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6221e1319fc9c6f0ac616276ace7321a72cb6b255484c83f04d5e61307ca1b1 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle.meta new file mode 100644 index 000000000..7fc8203ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3731f870fd37dc4911ef16206da553d3a18e2eeb393c8b376be65e3a7b1f94 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab new file mode 100644 index 000000000..d014dc0a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81be57b5ad756b0e0028a4e57ac3904eaa8bcafc076bac88eb779f4a3b7d20f5 +size 347181 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab.meta new file mode 100644 index 000000000..1f086649c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleCrimson.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f9291affa816860fe7bbb331d472c23afa9ea63639ccaf73b3c715e53a9f6a +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab new file mode 100644 index 000000000..db38c49c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aa5637579e0216082eaaec3765a1924ccaa28603e56ecbf979fd998985b48c +size 347137 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab.meta new file mode 100644 index 000000000..1c40613f2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033606478b87f9a1a3fbf6b845242979202bbd4a9c5af8bb253fefcb0f073f89 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab new file mode 100644 index 000000000..9c026a1f2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d4e5a7d0c6aa19746a244a5c99f1d79bf2e3880eb8f46ce4482c289289add2 +size 347156 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab.meta new file mode 100644 index 000000000..620736c1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzleOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34b994dc228bfc3436e904fabb6754669b4edccc85b9491d7bb62d59e7669f9 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab new file mode 100644 index 000000000..f7bbe1caf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7e2ede735cbc46f0feec9d3e80a5a6b1468de867bf9f73b8d1685524d9f656 +size 347154 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab.meta new file mode 100644 index 000000000..3336d9b2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SoulMuzzle/SoulMuzzlePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e439e9c73140b4977d3c499516e6985fd26db85aa96000dae9f2455a99ead9 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle.meta new file mode 100644 index 000000000..28435abdb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95164bbadd6f108e26728e449c41deab0ec8dfe5c6c45e3927d279d6583875c0 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab new file mode 100644 index 000000000..727ff2613 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fc8ac3d9580ed24fb6fbb3bd3409ebd2b08a6d932ab7303eb5112937e8a6c3 +size 232134 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab.meta new file mode 100644 index 000000000..5db4eb3b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cad29f455c52a282573607a893b9ae7975bb82c1ef095d6e6645b799acdd5a3 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab new file mode 100644 index 000000000..644557cb9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1a55462815c8e39eed8ffa692b3278dcc10336f48dd81364e07c58cb2d9b15 +size 232369 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab.meta new file mode 100644 index 000000000..4c9152c7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc20af2443c5edd3f191642e5dc13c1c8d6b8ce6ba48ce182d996eee0b336b9 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab new file mode 100644 index 000000000..a43482430 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e879bf8b49422835c34adb12bacc4ac8f82feebd73a84d576a5f7f56b5a0fc6 +size 232358 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab.meta new file mode 100644 index 000000000..9ba307c60 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzlePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395f44b4bef9327f73201f171b0fbda1cb9373cccba8b4770da7deb44f3e963b +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab new file mode 100644 index 000000000..7f3f173cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defc4f636d7fe5f3574aad8d487b422be1ffd835820d4d81905fe92cb0a110bd +size 232356 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab.meta new file mode 100644 index 000000000..fb4642485 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/SparkleMuzzle/SparkleMuzzleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1be2dc9dc83c35933d530e26822d5178ec90fe277fd427711f30c40e78c0b86 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle.meta new file mode 100644 index 000000000..595bbfdbf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347f41fc8b4d70568a07833abb8678acbe78b3cfebf7c48ab9ed7ecc3359b721 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab new file mode 100644 index 000000000..f3c32e8a8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77e8d4fbd0052792cc9c4c5bafbbcd48d3c8dfe4b125da7b77f9778d903b136 +size 459469 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab.meta new file mode 100644 index 000000000..f3b2bdbed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Muzzleflash/StormMuzzle/StormMuzzle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c036e969f1dfcfa05e93872e43d2bfa2337ec2f3384216803d6dbc6d27947ffc +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova.meta new file mode 100644 index 000000000..f784a201f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c355851fff36e9eba8a95065638d1705169536dbf7ae7be951c9b43442b427 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire.meta new file mode 100644 index 000000000..fa89332bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7803e2246cbeb561229468d1923937c4567c4ee493447b6ec0489941e2dba3e1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab new file mode 100644 index 000000000..2d7d7ac5e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4077aa6038e36ec1a69c359258b14c4238924d69198ef49504690572efde6311 +size 821914 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab.meta new file mode 100644 index 000000000..890a51d17 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37f515bd0b4c260e4f248341bdac743a1651c837777e457047b792bc9ff8160 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab new file mode 100644 index 000000000..a41198da3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086f6d9526603a6a5a02c3e42d543a0c37cb0f552df5796c288e8413ed65c0a0 +size 821958 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab.meta new file mode 100644 index 000000000..6dd639174 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b918f49b0e8729e7079da36e9ec7043f52b46d62e81153ec03af4ffe3025752b +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab new file mode 100644 index 000000000..f847dc7ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e733b2c1c799ec9cc368b2ed982717c7a3a08fed4fc0cca25a908624639ec034 +size 821930 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab.meta new file mode 100644 index 000000000..0f01a2a35 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFirePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47aef62821564b85f454765344c8c7c96d54b93aab1a5a4f42c07c4c2fdb464 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab new file mode 100644 index 000000000..35c8c65b1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fe68fba4ca12df32fb34835b958fb5bbd9173f49637e4e83a151705390e503 +size 821965 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab.meta new file mode 100644 index 000000000..f734a66b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Fire/NovaFireRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cd2312cf1f771188c8a0c828ffed6c13ac02d8a40988f16cc4b097b23c6e0d +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost.meta new file mode 100644 index 000000000..08b06d965 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7832ecef2ff48fa004313a2a936b01a400220632296e5dc16624c99979b9ece +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab new file mode 100644 index 000000000..9941f4c11 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb0df2b1584fd9b1cd9ed2a6ba3ebf9585216b509fd1828bec6d18f9ca66ae2 +size 691359 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab.meta new file mode 100644 index 000000000..1ec2d8f1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Frost/NovaFrost.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8f2b400b6b50d68206bd6ed85322e501f6e0d51dac46145eb096fdfcf53850 +size 382 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning.meta new file mode 100644 index 000000000..418f7d1d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4b9e1261a15b88575e52ad5a31902203feece8c479313bc72e3739c1629abf +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab new file mode 100644 index 000000000..337c7d96f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e831ef6d0676b66c34c01fc28b4defe92b30b8d2179a63aab7b98082ffb31f +size 589066 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab.meta new file mode 100644 index 000000000..0ad790e1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d58ad4db429e2655a9c989a675ee9ce49cba4dc5d1fe0c7a8258829cec7d20b +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab new file mode 100644 index 000000000..4f9f0b9c4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4dcd536b083ebcb0a60d99e0c4547dc9503fdb0fe492178e4ad6c9297f642d +size 589068 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab.meta new file mode 100644 index 000000000..14dabcb56 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72695c2c2e8402665dc3eae4bff598139a61b6e046ca39f6e52262b20f4a85f8 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab new file mode 100644 index 000000000..68f60cd90 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdf2dc74816409c4b504cb9ecdf8fa4952e852655d16e95def02d7810c53a2e +size 589067 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab.meta new file mode 100644 index 000000000..ae0f24c15 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6720babed8bbb70e8c612e48c697a51c63273abce82aafab13be5d26b7d8d645 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab new file mode 100644 index 000000000..a54b99c1f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c9ac4f0ebc1cb70120b084e599fcf5ae41be0ee978cbc8bb161508a5c3bab9 +size 589063 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab.meta new file mode 100644 index 000000000..b5045529e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Lightning/NovaLightningYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ff42cc62c7419e4fb760b6eec2e823ee9ae759b591722c278566fd3e06958c +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard.meta new file mode 100644 index 000000000..e06a3df52 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a03be1e51a4c156d0a730ff1a37b3572eea8fc3ace152be6d0c9204e6c069e +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab new file mode 100644 index 000000000..7bf09298d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99190faf3c9f5f2b296fd66a69018056d379e103c4ec9cb5ebd952f80202a640 +size 587710 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab.meta new file mode 100644 index 000000000..d38276252 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b6554249586c9dc244842072d1e5acb56aae7a4d3e8443ba568495d71e9c0a +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab new file mode 100644 index 000000000..8b26c1b1d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dfb9b96e15be52db11e43c496bc74f025797690df088d3b1e18476b2fe0d2a +size 587746 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab.meta new file mode 100644 index 000000000..fd00d0263 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185c474d90495861e880c153688c421917c4abc17b2fc1f56c8826a958336ced +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab new file mode 100644 index 000000000..54518cf59 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55301064fb3bc0b5f6a87a6bd9bf15d9714f5ca650b03ae60082b2f29e805bdc +size 587712 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab.meta new file mode 100644 index 000000000..7be69a478 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9707a0cbf0c902dfbe787914d8dca472cd636bb88f60c9c8c1151bfcf739f4cf +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab new file mode 100644 index 000000000..7ba400e8f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9171569c334f87718d47e49abcfa2bb12fe7a78168e83ae817b953e0f7934c3 +size 587710 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab.meta new file mode 100644 index 000000000..6fcdea391 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Nova/Standard/NovaPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44817c0e05c38ed2c36aef641fe527636039ecaa1766b14f9986f4b2d28a18f2 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield.meta b/Assets/Epic Toon FX/Prefabs/Combat/Shield.meta new file mode 100644 index 000000000..9ab50f912 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b5e1a6f06d5cd0bf7467f6e8e7ccaf4c86e346664153522c6647ffa8fce201 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab new file mode 100644 index 000000000..ea87c8dee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ddd2d226a0bd2661de5f534f5ebe6086fbef6a32fe68d7e192fd69a66999ab0 +size 113499 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab.meta new file mode 100644 index 000000000..47706b190 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29268dd5058c75e6aa230dce0a22a7888aef454ce4f9aa45decbb637fcdbc256 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab new file mode 100644 index 000000000..03e98c699 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68f103b6ed69f7d425f101af345f91bfb6dcdfd182e9f9926558b3b865103d5 +size 113502 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab.meta new file mode 100644 index 000000000..5c087c1d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60c120829ed8d506dfeefbff73184b2cd6393aa929b99bff9087cba9a3481cc +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab new file mode 100644 index 000000000..c3665d10c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f487b4ff24ddce52a5eeab04789180b549e69477d60c26f7dd1c9fd7881a1dc8 +size 113502 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab.meta new file mode 100644 index 000000000..154acf758 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4901a2fc0ba7c266eef38ad02301ffa9a27d0f40114357b9bc270369f57cfac +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab new file mode 100644 index 000000000..df7be0fa7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46610f0c619f15d15d652839caa66bd0eec7e8450470b39340c587d25ab2b774 +size 113503 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab.meta new file mode 100644 index 000000000..ad9795706 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Shield/ShieldSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c63ea669421bbd3694b0dba29613d9e6888c193baaa54ac69e99605c81ce9ec +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword.meta new file mode 100644 index 000000000..a6b2a267b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d893a6e0d9975d7bf54bfc0c289594240c0df3b8b996e99896efc5e18aca2c +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy.meta new file mode 100644 index 000000000..ee053e103 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be1ba046aba7cd960f031f098a2d7ba58602d369428863d38c701268f7f587f +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy.meta new file mode 100644 index 000000000..25d89c2ee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c419b31df28da7de9f07c210fc1e0034f528acd64b7e6c3cd8b43fa753a740 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab new file mode 100644 index 000000000..4c6e21cb3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d60cd466f1ec762b78b2ee204ae273d4b29c93796556be91800b95867c67ad +size 460662 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab.meta new file mode 100644 index 000000000..057cac396 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitBlueCriticalLegacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc60373800adcd27486de6427408e6110b427ead612490f145b65c9ce2e6fded +size 426 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab new file mode 100644 index 000000000..7ad89e234 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f056574d219b9ec78f8d9cd79e811a0f21ed63bb6bc188948f0d4c8975f60264 +size 460666 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab.meta new file mode 100644 index 000000000..e15c75c0d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitRedCriticalLegacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b01b3201f6f6d16fdd7e152e5fdcdd71754687f46d83db69070366da9ddedf +size 425 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab new file mode 100644 index 000000000..cc331862f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c71fec429a29e96e9ac9786cb57a662ac1066124fd2a5c4fe2eaa528d65dcd5 +size 460665 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab.meta new file mode 100644 index 000000000..f99e6d0a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitCriticalLegacy/SwordHitYellowCriticalLegacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72f3c62fe53488af8ab8b8a5d42024990a70d85528d9769a569b257f2c47c34 +size 428 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy.meta new file mode 100644 index 000000000..968534c5c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad1594ee52c35fe37758652649637b824de8086ee022366ec887059007e8e7 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab new file mode 100644 index 000000000..22a2d91a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b148892de3e2aaa60aa15f2dd7c5d19bde5065a1ca99f852bc2c11a66d015ea +size 460588 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab.meta new file mode 100644 index 000000000..4c0681755 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitBlueLegacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e6d15251d96ff5b87b013155680a5e001481950ca2e807b114ca4b2601d1f2 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab new file mode 100644 index 000000000..67d6c6d2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1c0772c02d7c5a05e0b90f9b1b6c85d147008d5e652a162d8c8bc26bf2bc9e +size 460590 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab.meta new file mode 100644 index 000000000..cec3cc703 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitRedLegacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7ed6456974fcc82f32497ed3f9918d2a1f7f902a78a6a11de4f2f91fa516e9 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab new file mode 100644 index 000000000..205768e9d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7997461ae4943cdfa88c63dcc3893f5984d8cce35f97add900a303cb9b861a +size 460591 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab.meta new file mode 100644 index 000000000..55c4360f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/- Legacy/SwordHitLegacy/SwordHitYellowLegacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3268525a7e811867383bb96672c04df8039e4976116d800511ffbc2677385c50 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit.meta new file mode 100644 index 000000000..3b46be0c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986802fc57c11b70295787e65b995ca83fc9b20118212a950cfc6b2e41831d44 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit.meta new file mode 100644 index 000000000..8f88f8b1c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded473c1fac3ae437a354ad4931a13b8884ae8348852180f497b4c6fb9da15aa +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab new file mode 100644 index 000000000..84f352a6a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e69ffcc548b6dc504ad47e5611d29274925679dfc43f1e971db36b3adeeefc +size 574777 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab.meta new file mode 100644 index 000000000..841e7c772 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a34b5fa937088d8f3af0b8d0f6505a5dbe74292f28c4cca35b14b6c493b2c61 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab new file mode 100644 index 000000000..150472cb8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3732cf10575bd76c71d1c9713790e3476759daa38c7e7b7678180342842b3426 +size 574787 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab.meta new file mode 100644 index 000000000..97b84bd4f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdd565e4a27ebe7720f3fbbc383e5a8eb42bf4153dcde6c78f7216d603474a6 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab new file mode 100644 index 000000000..851a6a312 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9e3a43f37acc8f74e15abd20d6dd424cfeee01669e0657fe654d46dc3d0799 +size 574785 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab.meta new file mode 100644 index 000000000..81560907d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbba54463e2e49fb30c2d1e1c01085c126bfd7bceb3ca72ceaae8fe61f1a4c3 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab new file mode 100644 index 000000000..23763c71b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6d8415bccfda12f6630e63656995674739bf70ca9a20a3ee656e5cd67a303b +size 574797 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab.meta new file mode 100644 index 000000000..94e1070a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHit/SwordHitYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c78bad282ca2ace825a2df266c4b27b165edf7254335f290eb84c2708f22e4c +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical.meta new file mode 100644 index 000000000..115dbed66 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc88bcfca809e5fc69f26834f44a396db74d791ec7fb54405568d5ccca9c2a00 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab new file mode 100644 index 000000000..d6ce54500 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ceab48f124fc2f27c28d7a77aeaaa0b5072c4abd74ea29e9c0f60e156c26cb +size 574847 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab.meta new file mode 100644 index 000000000..3be692cdd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitBlueCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a28e310a9079f49a80c43383fece0f31b31e049aafdf69b32ffc32660228f12 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab new file mode 100644 index 000000000..1a4be2efa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ad486732c0cdb67f18fe2e2e52b1d32527581d287dadc4047f3fdb16a0185d +size 574848 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab.meta new file mode 100644 index 000000000..ae1ef2d34 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitGreenCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486f1d80933d60c08ac35e4e56edeb386f264bd0df51576a2ebfa727598ce0ff +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab new file mode 100644 index 000000000..8b2176ed9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bff9111a3c3ec4840fbf0de8d61a159f0063f6f6daca01fcc971b8c5299015 +size 574873 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab.meta new file mode 100644 index 000000000..1004688b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitRedCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb82af01bf7682a569d2a1d972dbbe90bfcedc3cd83777bee71549b9dfb03efb +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab new file mode 100644 index 000000000..6589ddaf8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f2873d20b837913f07e0b4240cfcf4f454eb5e3111df2510e57f8eb833dcc3 +size 574853 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab.meta new file mode 100644 index 000000000..d6ecc8cc1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitCritical/SwordHitYellowCritical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478dc990eadd102a78e8c13451eb494219e8163c61aeb7007e8025c87df458d5 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic.meta new file mode 100644 index 000000000..319ee88af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0282065aae9775b5f36efd192e88894a4fb703ff11e4b7edd30d61d0b8adf5ea +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab new file mode 100644 index 000000000..58dd67219 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a4b2b13b9670626e1d3545744be5696a831ce8755fcb5be9ef09619de24340 +size 459157 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab.meta new file mode 100644 index 000000000..4a59efd79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d113c150a52a13c70d8a5b1aae13405a8eb329df032c2f488ec3c346167a3599 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab new file mode 100644 index 000000000..64a4f6a1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8853c3ca574b132e3e0c1d6e80ce7acf23c55225b21356ed65f5b296e51c06e3 +size 459184 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab.meta new file mode 100644 index 000000000..f8a4edc56 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f779aaff4f77efca6182f49fb303e9d72031ff023f0e0a99035c8a97d7c8bac1 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab new file mode 100644 index 000000000..e74f36c04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6bcd406dde1f73595d0e15b1fb168d00a9761423c66cb73b8020bba4f43f4b +size 459208 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab.meta new file mode 100644 index 000000000..fe5d018b4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9f54b101d1fa572435c8679b97463c021200bf4841a10012b9fc7913764aff +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab new file mode 100644 index 000000000..54375c869 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c487bd2455fbba6e1c22e64833440c857f1225ec0a879f8c3d33af51434f5630 +size 459195 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab.meta new file mode 100644 index 000000000..bf407e303 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMagic/SwordHitMagicYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b995380de7a79173d1e8d50336c45bd0f074d056f7ef96964b4f60bd66f65d3a +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini.meta new file mode 100644 index 000000000..b66f6df57 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b8ce98e9a5ee341fb1d4a457efb1ee3addbdbf6265b4467487db1708ef9bb8 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab new file mode 100644 index 000000000..278182089 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2f28b014a65a4b8cd06ed3a7e4edf8d9f6b37b75d0aa39173ccdfea5ddf553 +size 345335 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab.meta new file mode 100644 index 000000000..ef1808987 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0de18e22dd4b4e270f5f929a21801ff79ec9f628b98b26ce1434a3889aa1edf +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab new file mode 100644 index 000000000..859972b11 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf66366b55e978cdbf66dcacee16214fad3bb0d82afeec3db3e5fff36977b8f +size 345328 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab.meta new file mode 100644 index 000000000..012fef4c6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6dde7b8efabe2ee1e2079b0cec337a6b7f16a0e8145497e2f29a436b546814 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab new file mode 100644 index 000000000..21312ab4c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862df3a59d0fca785d583a0f2999dc1f76776ba0449f742b2cc8d7fd93ce7284 +size 345329 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab.meta new file mode 100644 index 000000000..a84e5a777 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4cfe98af5753cf687ef400f9af45118e4bba6501ea896d5fd26e8ee903eafe +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab new file mode 100644 index 000000000..f70e1a1c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7506623ac65c1dacc0f436db944cd31b7daee537cb076e88e9ca659dba18a89 +size 345341 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab.meta new file mode 100644 index 000000000..394559292 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Hit/SwordHitMini/SwordHitMiniYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bcaf97308f07ca99c28bf2cd419a26445700096fc6adb447791032215acc7c +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash.meta new file mode 100644 index 000000000..4a87704ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420b8ce779f02b9b1a27c252888a06fe725b0abfa6cf27bb7a92862207306926 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini.meta new file mode 100644 index 000000000..3709e6f48 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284423e69efecbfd965bce14f703fff4fa553e29dfc34e0d57d54ca3081c0d8c +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab new file mode 100644 index 000000000..047fe47ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69cfc2e652624e14638e3c92688dc5061da5883ab5d28e438a41a25ce427520 +size 231274 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab.meta new file mode 100644 index 000000000..1100cd568 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ca1179fcac51cc62fc1fb6bf9e25adbcac0ae44f677e907087944e99cd93dd +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab new file mode 100644 index 000000000..bb80cfe73 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224dde646bac973192b937a817b78db6aae9b928d16c758f186af7504ef890ed +size 231255 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab.meta new file mode 100644 index 000000000..d0bd8816d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ed96512707b5307e5d3ce5c72058750ec2c1a713c7af117d4006783162fa05 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab new file mode 100644 index 000000000..e91c49c11 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb5c082b859eeb07dc546170b2d99840184f505029885423fdc6361a5ac8a30 +size 231300 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab.meta new file mode 100644 index 000000000..48bd5f6d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4318cd09ebb7a9bd825d6d41ba1dd9b0fe67551f458d5da2a262d081e3121f36 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab new file mode 100644 index 000000000..a14ee69a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f551c3eadb6c7a311dcdd1ad10ad6009e707e1002b889c07ebd92db1cb04fb56 +size 231388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab.meta new file mode 100644 index 000000000..3a1a997b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f09175d4f0531b2c8f4492448a2ac9b42d90e2a9e5391279f74dd37e960315 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab new file mode 100644 index 000000000..e56c686b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e2e3d18603b303bed0920842e1b5236e4794c3b94b222f872ced73d4866a7b +size 231288 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab.meta new file mode 100644 index 000000000..5596e4e32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashMini/SwordSlashMiniYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aaffbc95ea4a17f01e7b0aca1e2518d7203362e172ab83a083554733d77d5dc +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick.meta new file mode 100644 index 000000000..c847d9259 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8637631a19ac6ba15b8e1ce792eb8634fb293b2149a0c48b787bd9cff55d956e +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab new file mode 100644 index 000000000..797010d82 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136232bb4c7af96ef3b29cb76d85f5f860a28a88ff88ff518cddacf78ed7be92 +size 346354 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab.meta new file mode 100644 index 000000000..e38063a6b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d7dc00380e166e89818322fd30cde76d076c13db7e38d65ea14308f4d38174 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab new file mode 100644 index 000000000..2247cf920 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd0ddb297367fd19fb97355cf27c150f66f18a787c5290f6d87c8794b6517a6 +size 346362 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab.meta new file mode 100644 index 000000000..0fc37ba8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3a8a8f100ddb77b0784d79023c5b8679e9ebbc17b1f17dea9a08337c02dbea +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab new file mode 100644 index 000000000..8e828a0cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f17edc1ddd2527e71979b75738b8ed2fbef162d32152a607afb87be10772b1 +size 346360 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab.meta new file mode 100644 index 000000000..a33b19cd0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c701596a49106a8f7ac48ed5be96d36b2a0618ce20a37c4e11d685c273c7558b +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab new file mode 100644 index 000000000..dd265e1a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d0dd82e2255b148e61d32e491870a35b9d05e0a5ef9e6afe295a9e6cd12f79 +size 346333 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab.meta new file mode 100644 index 000000000..376296530 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f66087bbbd51eba33841ce593b77b31910afd6f84b34a18b8a323624bda2cf7 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab new file mode 100644 index 000000000..4a0974549 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152dd4664804326cb59d12630ad95202c018741c11e870dde4a4f6d2ea02da5d +size 346346 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab.meta new file mode 100644 index 000000000..02c2b1653 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThick/SwordSlashThickYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0b457bdb07fc2a673b0238d295a0adb243fcb454a2531ec0b723ee22ddcefe +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin.meta new file mode 100644 index 000000000..bb0a61f5a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafa3d951ccf604e13e53bf4858016cebdc7e2e4d55956866d091037e01f3346 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab new file mode 100644 index 000000000..232f28d02 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3064ab78babc6207b4ebc0873be7bababaea10a17cd1e98b59c4fdffd26e30 +size 346329 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab.meta new file mode 100644 index 000000000..a0031f64e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5cc158db43c95e600a9dd0a488da8c238817690d1742c6d14f19633e42d78f +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab new file mode 100644 index 000000000..86754e92c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae73a9452bf05f29147868a5e5e58f7c87a2ab1b6f723d3945efe0838b0eec +size 346291 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab.meta new file mode 100644 index 000000000..5ab4b0400 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8b960d22ebd2e57a1e96a6423d0a71b1ee14904fd8d87e9bba362f2c3e51fd +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab new file mode 100644 index 000000000..2e11ecbd8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1e7ad7c0fa13186a074e9d353721bfd491f3c9c2292d47ac61345b7ad0a8a1 +size 346316 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab.meta new file mode 100644 index 000000000..9cf01984a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706de39f88f959b07531c833c72303e962485aedda72862e32bac76240c8e4fe +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab new file mode 100644 index 000000000..1982fbf62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fa54f18a1f3303ffb685b8748944dbd1e3b7e3db148584c2adda132f6e7ac1 +size 346339 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab.meta new file mode 100644 index 000000000..bc17dc26d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e188725247e3679d1d5c935326972b1336873887bb76e8962a34decdbc15f1 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab new file mode 100644 index 000000000..0946d61f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0decb302c04cf06c485e0d064531d0b8ca3ada4e6e0050d04dc7fa1318071359 +size 346322 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab.meta new file mode 100644 index 000000000..31367d70a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Slash/SwordSlashThin/SwordSlashThinYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb07f191dc312a79c75d8ffae057855fc2ce4ce78b7606178db3cac4355a799 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin.meta new file mode 100644 index 000000000..047573500 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8276346af2c3c62acc241b688722d76062b230ea8e63c8296b3c7d394402464b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab new file mode 100644 index 000000000..4cde9c2a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad7f5e97c4e8f5ed1e96a56f0f9c1edde05de300da8f6ced21c56a77cc0221e +size 460069 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab.meta new file mode 100644 index 000000000..16792109a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e83fca502b55864c0aad3eb01d09bf12c484c0bc2addddc233fdfdd0e84de2e +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab new file mode 100644 index 000000000..a2c0017cb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcf8702da6644f7ea686cf5a0a490b69603c865d4158e0b74444dbc888bd47b +size 460054 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab.meta new file mode 100644 index 000000000..e8e62e1ab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaf774dc6bed890470c53d28fa0eec416a93ed2c05509f38c7ec9792e29ece2 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab new file mode 100644 index 000000000..595f50b00 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5988ea7bb1bf583ff663cb20b60fe4d3247c61b0f7796371c7c9ef6dc241cc +size 460073 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab.meta new file mode 100644 index 000000000..25f9849b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca63e23e4260b669d917394339d145c5f674dc1a36a886bd4638ca28928b4346 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab new file mode 100644 index 000000000..6c570c8d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7100260d9d7cd3ffa3339b7e834b98eb209c8fbdb745a45f394900672bc0a4f +size 460539 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab.meta new file mode 100644 index 000000000..3abf476dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2f47457e97b1cd8de6c8a56b4a567dc2e6da83576f6d2638f5dff8ab8e3194 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab new file mode 100644 index 000000000..22ec619a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb63c1d9fac0c9f21e7c4904faeed06fe508db16b49be1ec5388f9c764b3d12f +size 460067 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab.meta new file mode 100644 index 000000000..b099d0d1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Spin/SwordSpinYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ab42c966386b12b6f432893a609fbcdbd9c55c310f53c22add3ee9c7052bc1 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave.meta new file mode 100644 index 000000000..c41de1d54 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2412271ce6b4a9bfb7ec5340b1ca34487e71d4616f26fccfea50bb4597ac4acf +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab new file mode 100644 index 000000000..e811ec5d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27034c2e626c31b3fc381f0ec3115937675113eb71fb40141ddca1967d6b4a26 +size 575425 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab.meta new file mode 100644 index 000000000..60d55b7ee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64789d2572f6f99f4ac9b83d094a28664ed1ad60dde05da3ab93337b005d0c38 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab new file mode 100644 index 000000000..b7475eacd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d3c736b673de53792cb13d85a10c922ab88e38addefd759c7061615b3936d9 +size 575450 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab.meta new file mode 100644 index 000000000..0de4f2168 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e061a5d1a477dc64f42c59414e618786e808348a528a2e5baf1d3be1a7a2280 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab new file mode 100644 index 000000000..c8d62271e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2acd4461b934f6548791983e238265ce6337bafd5fe64de27ccefb8c83a3707 +size 575417 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab.meta new file mode 100644 index 000000000..8d06f5fa1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb47a02d2881316df1e81dcf4b1c087938e08bfe3f17d1395d6316a704393c6 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab new file mode 100644 index 000000000..6251a565d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612234b60673e14d052c3957b5933b8e58fc3b93d3cd9a20655c9618a25db1f6 +size 575450 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab.meta new file mode 100644 index 000000000..ba5436ca6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a288b40fda955ee67684feee9ef0bd8400ae3d7fe5ddf8bd8369031bbf79e1 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab new file mode 100644 index 000000000..290ee5367 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c0a19fb490a5631f4b1cb4c323003e76f46feac06a95ab5697016c9b66e0ca +size 575431 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab.meta new file mode 100644 index 000000000..884e04a73 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Wave/SwordWaveYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f603bc814176abaa620d6d96db121362b1f857547a69b55d5b2047e4bec785 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind.meta new file mode 100644 index 000000000..7f6700f6e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa323ddfa0c1b67627e5c254c8c159e786ff2f10d2d15aa5d9e6e7e6f21950c +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab new file mode 100644 index 000000000..e02622f63 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c473a19b390bab6788cfa4e4ad87f870791177a6ae006edcd010cb599093c568 +size 345207 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab.meta new file mode 100644 index 000000000..65fa063ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5821cb741628290df469458d190c59d3c0b033bfbeab7e1b7254797b2787893f +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab new file mode 100644 index 000000000..77a59da46 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b494966e90f49264e9dce768d5cf69e483f112993d9e3b1c421831de7fc6b7 +size 345208 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab.meta new file mode 100644 index 000000000..8fc3ce8a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f651546f15926fd2a0068a44f9d2ce8fa76ece376d4ccfdf1db227d050b00a94 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab new file mode 100644 index 000000000..fef84c0fe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0dc40642b8ec39d620c1f5713e067f35dc7fb79fcc7c0c93655ccd83bda37b +size 345210 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab.meta new file mode 100644 index 000000000..dace3c1c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526d4508161e1b768781c397dd1bf90c219dac1396e2ab448f5c1dda0e552520 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab new file mode 100644 index 000000000..448d24aba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd5caf460d5537be7cc582c7691d38f22d43210bef60a06189857ff74fd02fa +size 345224 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab.meta new file mode 100644 index 000000000..a3fd05762 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9041a1a58471c8f0e5ff3aa45d325f0a49b6bddf34461fac7b3815a53247fb +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab new file mode 100644 index 000000000..33ff21ba2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4676a5aeda05cc9e5d2221525b7a00d756387ddc64502d2859827724589211a4 +size 345213 diff --git a/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab.meta new file mode 100644 index 000000000..3db9d37af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Combat/Sword/Whirlwind/SwordWhirlwindYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcadda2c09a599a906e7a3cad8fd2bff80373e07903d4c1c92e7073fad20a23 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment.meta b/Assets/Epic Toon FX/Prefabs/Environment.meta new file mode 100644 index 000000000..e0e37ab63 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d10e2eb718f883dac69203ab5d66c6caf97d07e4ca2da3247ea980931d48b35 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles.meta b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles.meta new file mode 100644 index 000000000..11d1d9a1c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4611662f81c5641fa2098044181fe17cfc8fb0420d26bf7d8538e0d9d5541644 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab new file mode 100644 index 000000000..fb799407e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e61381078fb5796586bda733175638013794a055eb9ec1790e038f7331c23c1 +size 461900 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab.meta new file mode 100644 index 000000000..5c2ddc2f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6019b8cee181f7186632bd210b9b69b868ea0c4bbff2b2996b6f56ea192ef9 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab new file mode 100644 index 000000000..bd32901e1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc56e656e553719027cc0fe11e1b04114982767ca6619f11532ee741dfe8d13 +size 347422 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab.meta new file mode 100644 index 000000000..e95d33c2a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleEmitter.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b3ac78052066a623f624a51b148e3f6b3b479112f9c86f895aee785a642c9b +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab new file mode 100644 index 000000000..9c1648766 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526304c0591714d2f045b3a07a241b923c381a066f2a72c8c69cd20bcd9392aa +size 347785 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab.meta new file mode 100644 index 000000000..0a6557b7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Bubbles/SoapBubbleTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d865b8b175382d3ad82035a7b335033c92a4e192fda642a3ecc36fef3e4222a4 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti.meta new file mode 100644 index 000000000..a78172eb0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8f346dd813064136009bae5da56226f5804cc8ec17f89c9c49c72fd956427e +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast.meta new file mode 100644 index 000000000..1e02e0d8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31dc2e9f72c64370b0c8e07377046b127299e58660b75ce2eccabe92c568998 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab new file mode 100644 index 000000000..88713f5fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c210d6f62857c82ae093fa660e60b278abd1c7a4e5df0d7f6bf2b8e39ade8567 +size 340749 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab.meta new file mode 100644 index 000000000..ba953b352 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319e9c1eb9ca73fd3a6ae20edc6e2c7cd1b36fa6a6e7690fe89add0e0d1e5926 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab new file mode 100644 index 000000000..c05d4975b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7a5ae5408503678b2315d760d090a8faf1a1321c892152fa3f896e278cdd19 +size 340751 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab.meta new file mode 100644 index 000000000..205e7ff6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastGreenYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1b06e403ba892607111132d3e0cc0247ec2f230d74ea7b49e6c5c449f4e29b +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab new file mode 100644 index 000000000..272c9b127 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a851f1c2d2bd384e2b99e8ae16d59c3e2553bc601f47ae1392bbe9b82be782e +size 340749 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab.meta new file mode 100644 index 000000000..b30e8d858 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangeGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a96b6fd4a3d229d0e3467ffe8c079c698e3727905df09d6b0a87ae79fd2819e +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab new file mode 100644 index 000000000..2d76f13d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4906db1a9186880390c55fa80fc5e5a5a1fd8bf141f2d65a412b021d5ae057dc +size 340756 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab.meta new file mode 100644 index 000000000..633b10c70 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastOrangePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594f916a914f37dfe52b10e09f8bd2bd28bea601cdcaf30fec97c5139919174d +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab new file mode 100644 index 000000000..32cbf4c1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55200d974e97bfb18230643ca762430d627a17f82e7bd080f2f083830e631db +size 340731 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab.meta new file mode 100644 index 000000000..2aca4860a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799347de2cafa1e7fe551dcb55da42560545cdfb746ab5bdc9358e42272a0615 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab new file mode 100644 index 000000000..b29801127 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b899e1130a2768b97375160e4ef543b735bc528edc09cc0e7cdbcde3ee3d10c0 +size 340731 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab.meta new file mode 100644 index 000000000..c87c29219 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Blast/ConfettiBlastRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7512fc66306c6f94b415bdfdc69505251c1a581b1d43ba700b2bc13c576586f +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional.meta new file mode 100644 index 000000000..55082c57f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e406602b466bbaa5eaabdee96af41a48227a02311dc23db4936e3e7ace739fa1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab new file mode 100644 index 000000000..1c114e629 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21caeafa52567f5da5bfa0e2e7d9b8224bda67b8fe07a816aa3518b30e191139 +size 340807 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab.meta new file mode 100644 index 000000000..470c4c360 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5370db9f87dc1d02957141d41418eadc375d4768c275c02466d978f685c7d8 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab new file mode 100644 index 000000000..d8a22ca32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c515c7898f7ca7ca343a848c0d90693abd6c0b1fc502c75703209eaa1e9bece0 +size 340769 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab.meta new file mode 100644 index 000000000..610e1ca31 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalGreenYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e87a30a903fdcdfb1ecdc3458e2d98fd03724839d73bd550b9f72f6b8d45043 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab new file mode 100644 index 000000000..9f452fa4a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44905f33b4874363fc62138da91c732b730259bf02173a5411c505960b8f8c2 +size 340767 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab.meta new file mode 100644 index 000000000..7cb40eb9b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangeGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1869f0a2106f0716715ca4d11a28a7bda8ca87dd2c0cc4f497bae37939ddcc81 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab new file mode 100644 index 000000000..f72567149 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c44aac6c6df73cf3344d9f7b8d7aeffcb72816460d179d20568a16a6f1061 +size 340774 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab.meta new file mode 100644 index 000000000..ee465a33c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalOrangePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6939a128e4d23060c8e51d7831a31204b4c72fd97811b557cee42f1dd219867 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab new file mode 100644 index 000000000..9135c697a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323e405cf0f59127baeb9c6408a369cc1e888e3f923b997fe1823c059239772d +size 340749 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab.meta new file mode 100644 index 000000000..f31e2c705 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf7732dcef1e47dfc29211ca182660b700a2430e1fd02a6a3caa38ad08c475c +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab new file mode 100644 index 000000000..28390501b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0c018565dd167d777cc55a9d9975487dcdad21dcdf85974cb2afea9e5385d0 +size 340749 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab.meta new file mode 100644 index 000000000..e89f008a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Directional/ConfettiDirectionalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7da1e1a9762e0757f590059b663f49f5e037affd9a572f014dfc98e6f5ddfa7 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower.meta new file mode 100644 index 000000000..d80093ef6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15b690e192c1c82fab219b08a0b83796fa9b7c008eb092975c71314809daab7 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab new file mode 100644 index 000000000..c7b83fd08 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ca540386332b5b417fb75f74796b44709314d3adde34beac51971b84d1adef +size 110603 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab.meta new file mode 100644 index 000000000..ed43d0707 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6735965a5eb584c7c92fab6468727e832bead1f9e2cd8c4d8c79a65ad04f6c +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab new file mode 100644 index 000000000..07025d223 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8725bc85276ddd036aaf8b57df2ddc365172029f8729f4d7fad4a27786143c29 +size 110605 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab.meta new file mode 100644 index 000000000..73b90b57f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerGreenYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21f706f557b5afffa33dbfd051bb1a1f2a93c8f1128ee3b820db1c4f00a67af +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab new file mode 100644 index 000000000..2e9c50c32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7fa5e809b5e5cac9e64a3bb68493ca7ef6a21b1263b2d08db06a4e41b6eaae +size 110603 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab.meta new file mode 100644 index 000000000..9bca2c9da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangeGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d79beb04c7d042b948a872edc30883478a2d5db9016cc0b369084ee29a465a +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab new file mode 100644 index 000000000..53a769270 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f23e26d21ebdcadeb184a57c219e59d3f36ae3e578315d6db7932e00fa9c443 +size 110610 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab.meta new file mode 100644 index 000000000..9516c6c97 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerOrangePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631bbeae5848826a3820fb186e2efe4a3eb99a0c23ab9758bf6a8ecdc69087c7 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab new file mode 100644 index 000000000..b05a2c5f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fd1a849d57b02b958838fc0b06388adafba5d46b9d36aff901a64d6fc3492a +size 110585 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab.meta new file mode 100644 index 000000000..192d785df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c57f221799d79c7b5a3cc60ee377a4eb173414f56eb6739944dd36e72415db +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab new file mode 100644 index 000000000..02567990e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c431f5cf8ecd45b4ccf1ebba96b7e7e43b9a1d26fc8c873cd101b9dce90da7 +size 110585 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab.meta new file mode 100644 index 000000000..a95bf3d4a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Confetti/Shower/ConfettiShowerRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b509055ac18dfb21a382edc97f22d47eb69526151f49bd7efbcf5901f280c8b0 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust.meta b/Assets/Epic Toon FX/Prefabs/Environment/Dust.meta new file mode 100644 index 000000000..970764838 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e2d3b85993800d8d5b116953434c66230bfb4fe54768b1ee568b13f771432e +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab new file mode 100644 index 000000000..e2882427c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7763d1e7a227000e7be53cd7acbbd0df7be63219fd42545e4f03ecf6a590fb48 +size 228326 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab.meta new file mode 100644 index 000000000..d5e0f44dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoof.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e70ea8ab9bee2e2c22e0fbd6ca549f88aba13959c6f18aee2df292b00469c94 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab new file mode 100644 index 000000000..cb9da9259 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1a55c106cfc10f913d9a0893a636ad4bf8b13087c2e1dcd6c4f26abab22e84 +size 227859 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab.meta new file mode 100644 index 000000000..817acfec4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustDirtyPoofSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88228abc4727576b75f6f6d766b038083e03d2142b01de19d54785692b919499 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab new file mode 100644 index 000000000..f9290b45f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e886cf8520f8dd20a617fa03a26b1c01f317520c2c0a312aac9f5c276dc288 +size 114522 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab.meta new file mode 100644 index 000000000..cc45aabc5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesCalm.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c17a6616a21012e97beb6fc1f5f2273d3adc3c2b65a03713dc54fde32094c4 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab new file mode 100644 index 000000000..187134a75 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a556d0f8054f09a4b72f5c6d3c9bf29570d26ff5535d19f8fd1fce9248b2bc +size 114532 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab.meta new file mode 100644 index 000000000..dc6f57621 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Dust/DustMotesLively.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7335e6f165ac625fef284774982ce2cbd6ac3dfb7315265b341cc499db7c721c +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt b/Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt new file mode 100644 index 000000000..9be82d6d1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322a325c421c1edd9de85bec227befd8ef2ccabb734db4e73b2ae5ff19edb703 +size 161 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt.meta b/Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt.meta new file mode 100644 index 000000000..0f031b9c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Environment FX.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d35fdfbcaff377320e0eff959ac60bbe17c1eb34688ffc25118a9df4b062759 +size 376 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire.meta new file mode 100644 index 000000000..7386ed42a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd5f930a8e120c700c5c1242c398efbd7dbde2570f9ea2b9b8a0b54936d70e2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle.meta new file mode 100644 index 000000000..84a9a7dd1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4509ef94b0d5955a94bcf064503e3ef61253c8f9f7b36d9b100fca7b226fa4f2 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight.meta new file mode 100644 index 000000000..f0137da7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49c0ab3bd6974a6ddaf1b35353d9a1bc8d08e4ac2ceffe264592d3e998b3410 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab new file mode 100644 index 000000000..117465a66 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed292ac306fb4d4aff70998099b7687d8ae89ba6b39a1a718db015290007f3 +size 231081 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab.meta new file mode 100644 index 000000000..2973b1679 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight/CandleLightRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec55280ad80022ffe75253b0c2d2d0206d3bc477c447af1eb31d8b20495016c +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2.meta new file mode 100644 index 000000000..7f3f59f27 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e0a88731b7bb5cbc816d9ece3acfb60577c6716759bbadf35cc3dbeb5cfb96 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab new file mode 100644 index 000000000..8cd37c240 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de19d8362906a05092e0e2d27dfd4732deb07e5d832611acec8f58bc7ce09cca +size 233253 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab.meta new file mode 100644 index 000000000..ea7804c25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a265600bb7238d2a59316d59f8c66d129732598bc9ec0a2b0564aecb329e381 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab new file mode 100644 index 000000000..7829888ae --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9bea9bf6bbb4a9224aa272d48820a525ca292b95f6d46b4765f2fd93c65707 +size 233276 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab.meta new file mode 100644 index 000000000..89e20c1e4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Modular.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6450f48e4189b89f895e65ff6e13e851a7f7e2944feb00f3c2df598b682c459 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab new file mode 100644 index 000000000..e5e9d1f7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4011ce16eb6789569f6723ceb623b1f865fb77754d212d8af6a7e9ee2e3bc5ea +size 345330 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab.meta new file mode 100644 index 000000000..2deeb3bff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLight2/CandleLight2Smoke.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7330fbc8fe3d8acef12d3c763072cbecb480b327995e5a1d29ef93171f799368 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft.meta new file mode 100644 index 000000000..0519bad25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01d4c0fee95ef6c8915f873c47cac5d1b65c47f479b5e7d357db61addc6e6e6 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab new file mode 100644 index 000000000..70a216ef0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439b38172bb427ce99db05834d3d1ce4204073c6f2f0253603193bc9862a1cf7 +size 346199 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab.meta new file mode 100644 index 000000000..161c5e935 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f14491b527c0261962d49bb6b0a15bc4a4ded51501698577412bb6a379be5ef +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab new file mode 100644 index 000000000..1adc4fde7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455501b175caf33897984627f8c1467a67d83347a586bec911b375248c69bda9 +size 346207 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab.meta new file mode 100644 index 000000000..789fafdf1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df847be6abd33de097b24c9985edf838587ef0d7b2b81b50eb3f980f041c1ac +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab new file mode 100644 index 000000000..eca3b52be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3d12cd53d13608960ea19823fbd22030ec6c3ecb3a0d64ffe8f3649185b950 +size 346206 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab.meta new file mode 100644 index 000000000..f9cc67373 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e959fb1f66b559944543964c0200127143e788748ea4860e37cd18ca7ac84e1 +size 425 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab new file mode 100644 index 000000000..14afebe58 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057209b9552b36263820a971897a8915c480e0e5d047533a18acd995522d3198 +size 346189 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab.meta new file mode 100644 index 000000000..931cea851 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee2a33b732461584b2cfd75e7fa64c4455e7d91d5d7a7b5b6380849c40be481 +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab new file mode 100644 index 000000000..c6ead6dd8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ad7fdaa87085a1a1503c3464d83d1ca0de150117fd255b3a381c9f4bedd0b8 +size 346209 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab.meta new file mode 100644 index 000000000..e943c2605 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Candle/CandleLightSoft/CandleLightSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c3323369fd1403746f27f73eb81760357c1972aa36fd4dca8a046437d1e356 +size 425 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon.meta new file mode 100644 index 000000000..095495206 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880744b1e33fc0a8855065533e1a9282c6871e01a9416a07a3f66622943aa2e7 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense.meta new file mode 100644 index 000000000..c9f9fe092 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e9c37e100326fddbabd1f593017fb4973c545042c61ce1d16cbffd5e84b7e5 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab new file mode 100644 index 000000000..a3bf318ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e360b0b6d5953316db87b3ad69bb4c35f1e9b0a34ff7bb5fcbce3b9464675abc +size 455739 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab.meta new file mode 100644 index 000000000..4b1b1c042 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5303018beb9bb6239e8cd23e5b45191477e504c1d96a1cd2511a5108f5bdf8 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab new file mode 100644 index 000000000..8eac4c823 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1effd7fc5c262527126ae32ebd19eff844b4d50d6dd71414bf0f5da34ed3e6a5 +size 455725 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab.meta new file mode 100644 index 000000000..a6ccb7497 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e900e193af737484c3f5a863c76877622da5d33cd86db39d39145b21762f606 +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab new file mode 100644 index 000000000..a2015c696 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4899ce8841f3be2e18697bc29d512b9c6c613ed86619baf9929e30d050c769d7 +size 455725 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab.meta new file mode 100644 index 000000000..67cfedca2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntensePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32b7065baef59206e6a0944eb74cd6d48dbf77b1bf58bb764ef8f18d0ccec62 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab new file mode 100644 index 000000000..fc8c52ec1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487d6434afd39fe949a83cd357c0c76d43f6af2160df171c4bc375305e82edd1 +size 455779 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab.meta new file mode 100644 index 000000000..e9db23dab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field Intense/FireFieldIntenseRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0fdcff766f43e10d56e758c37153c54d606c2518b4d457b5f9b923c063d410 +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field.meta new file mode 100644 index 000000000..3ba068892 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaf5e8d1869668d3ceb8db7225709feaa6728cecb035d8564ae29c294e08cce +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab new file mode 100644 index 000000000..ef3678c4c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897f8db95fee0258acc67593f2a9c02f14f39d1d047ab4a5f19170871eb410b5 +size 340668 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab.meta new file mode 100644 index 000000000..19da27900 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd14372879fc098b8fa0326998587dec3fa34db09770dc7b0cc1bc5b8a610a7f +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab new file mode 100644 index 000000000..e9c272a95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bcd0aafc76b17324cacbad46ebe1022c7555d92de2f1497dd3ebfbc3f0f090 +size 340645 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab.meta new file mode 100644 index 000000000..6172f8569 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e771d3632ee3d5d0b1f0a4e0832fa4c6b21fdbd1455975a661f060304ce9451 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab new file mode 100644 index 000000000..76581384d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863756a34f501bee1f4c6c090eb395c98a81089b4a54b7ed0e7aa27e015a50a9 +size 340666 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab.meta new file mode 100644 index 000000000..ba497b915 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eeff694edc427239efa49759f080306e89758b0be75ee52b80726ba0ac6d90d +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab new file mode 100644 index 000000000..0ccbc6267 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f520b674bf9a7645668539eab496bca05d41706231cd0e6ed013dd92ce40ae82 +size 340673 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab.meta new file mode 100644 index 000000000..277e086e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Field/FireFieldRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9754405b6a7a801bd809a505bbf3e3ae6784818de6ebbb77c9a2ad7e158fa9 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial.meta new file mode 100644 index 000000000..f0ca7a723 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7f11b1f1dc89fc4c01efa5784cb4a05a0e54ac6f23a6830bea5632d5ba5df5 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab new file mode 100644 index 000000000..84cacf03a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e7b599f0eaa4a1c83ff5ad9af1a1fc2f2c1670376553ddc01e0a70c4813524 +size 343987 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab.meta new file mode 100644 index 000000000..090780781 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c07e002ec49d0842a0a03332e7b7421a8230d3f2a7c877371da4489614c02d +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab new file mode 100644 index 000000000..2005ef186 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1da922491fa7bdc4d4b1051ab96d62292f53358d0f4b1556c2e23cb43a667b4 +size 343974 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab.meta new file mode 100644 index 000000000..3f1681d32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9ff4c9a65e51311cfe646a169e182504170311c09c078e6dce458ba0349bdb +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab new file mode 100644 index 000000000..0bee5bd8e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638099a18615c56ea4facad50d65e212c3809eb42d597152e4422283b158804f +size 343970 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab.meta new file mode 100644 index 000000000..72334c114 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFirePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c8acbc67c41bf9c5a1453eae94ba540fa2b3187616a2b885faeb29607dfa17 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab new file mode 100644 index 000000000..afc3ae876 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e2538bbf202d27496587bbaa5d2d70b83b3f40843620a0439dae19a1ac5803 +size 343996 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab.meta new file mode 100644 index 000000000..70674e798 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Radial/ToonRadialFireRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce871f42cf2cae0caa666e0e0ad046219caea19b1e2327f9aa05e00f11e9dab +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall.meta new file mode 100644 index 000000000..5a8be98cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2316e00d10770621fb7a5570c411172fe628ccbcfd288be92022017487c1fe7f +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab new file mode 100644 index 000000000..fc72af4f8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f285f9fdb5c808def67faf610e30395330d2122df26880f205c083a65101f800 +size 455399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab.meta new file mode 100644 index 000000000..9c10cd67a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57432d6e4ebb4c3e30079760663f4566dce7a186b2869aaf246dea1cc1898aa6 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab new file mode 100644 index 000000000..79972e0cb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df0d372c6e44504ae1c7a69db269e2f080aa170e6c8942ca5d08d1453ae3251 +size 455389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab.meta new file mode 100644 index 000000000..c8a642582 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78a6187db498b75ee4c6ad2e8080743974d7e925018288b395d5ae130a5761a +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab new file mode 100644 index 000000000..22edc572c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01492d4da72a62257c6c4ee8d32f35efe7ebc24a75ddca35cca16decff8a54ae +size 455406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab.meta new file mode 100644 index 000000000..feb0371b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFirePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a3014660c8ed92d5a1c8c9f77d329aaa3ef3b704f6b95f4506dd31134442a2 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab new file mode 100644 index 000000000..b34a2a25d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a9c19d6f4e00ca694197245d0621d4e8505e2e7ab6a057328c521bee2c29d7 +size 455408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab.meta new file mode 100644 index 000000000..4f5d6b459 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Tall/ToonTallFireRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f11beeb5a258ce6488dc6d631c3777ffd7962a267db9ad3e56efa6ce36b58c +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense.meta new file mode 100644 index 000000000..b019e9ba2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21121814ed93cae7a2d2902b720955aaf2dcfdf5a068dd4d5d424f4c6b7f9a8 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab new file mode 100644 index 000000000..d5d0ceae4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7af173287c8ffe2c47d099f8a35d96bc8db74b0a910fde077fc48265e4ec15 +size 341511 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab.meta new file mode 100644 index 000000000..92d4e5691 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a653c9f309c2d9573614691dd643f77637d75eb0ccb93f0135eeaa68e15fd017 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab new file mode 100644 index 000000000..1314fa4d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde5353c83032d11e2b8e04e41f47cdbed5983bf12a453af0e1bb8846ade2970 +size 341551 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab.meta new file mode 100644 index 000000000..01ef6b81b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb509ab43184bbda60ab77d5498a63bd24cf34225cf398240317f821d0679e3 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab new file mode 100644 index 000000000..070972c75 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39139607959ab6a94d3a1625d6385f9f1eb4e0c6a1cb832202ec9d3fae56c2eb +size 341517 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab.meta new file mode 100644 index 000000000..2f0deea02 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntensePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e663a98b9917bc98a121b27541acc0121085a2c61c7c69b678c48a144538f4d3 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab new file mode 100644 index 000000000..ecc1f2df0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86639b5df1bb9354aaec20e2f9cdd94bc1396f02873cc2e1ed5eea8103ace58c +size 341515 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab.meta new file mode 100644 index 000000000..1f0dba5a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch Intense/ToonFireTorchIntenseRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5203ddaebc3ca84b38739e9af5de82722954f39d66ddc6dc7aa68e6bf31f842d +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch.meta new file mode 100644 index 000000000..9042b8187 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe005528e3162a4bd4fe6576330c4f8e14a31f468e53e0e525f91a6469a1e10 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab new file mode 100644 index 000000000..3afb7578c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90ef4ce29166f95ec3940d711b4900b6b44f80d5d4d37b9d6eced760aa41704 +size 341237 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab.meta new file mode 100644 index 000000000..6086a0a2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3f30556b929e98c41fcb423345d8d9ceb6e7806c023b2c52a7f2a168a27ac5 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab new file mode 100644 index 000000000..2906f5f62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7571c9b030148568033cb03e822182639f068dded32ea8a1aff7bdb0916aef7 +size 341215 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab.meta new file mode 100644 index 000000000..08e84fa63 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a41edc724296df82a99b97182a251e7056b6920abfdc7c15a986b80f3414ff +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab new file mode 100644 index 000000000..cc3f5893d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90c76d8c5fe4ff9d2ba723e13f1830faa56a1e3d0f223f6886a678c6590a7ad +size 341220 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab.meta new file mode 100644 index 000000000..78e8ebd53 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb2e7704e4f36fe0b8f31b311f293d1b8f56bc65de7cbd4da633732234e3c21 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab new file mode 100644 index 000000000..1463a9ce6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fc541fe49f8fb08e5a0f64d9154bae9fbedca82c1035d91b41ac8e2a7ce803 +size 341246 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab.meta new file mode 100644 index 000000000..0d10a868d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Cartoon/Torch/ToonFireTorchRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadfdf983fea0efa4d28ca0cfaa750792fde5080f430a223c8aadab4fe274274 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round.meta new file mode 100644 index 000000000..0373eb272 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df5065a41e6f71016d723b65d6215142eb3c7f1f31d8cf636047feca8907f6d +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab new file mode 100644 index 000000000..76f54ab87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7f32bfdc0656fe847df8b15b399e8678e2c06aaf4ac08cf05423b491995e07 +size 459322 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab.meta new file mode 100644 index 000000000..1f15974f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c269faec08ea54874d4253cf9b9e806aefc548bdff07677190514037291661d +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab new file mode 100644 index 000000000..d55448072 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134a0f6ee053ae0ca92bc895c26bc15d10e0d9b25ba6661f1559530eb69eee63 +size 459313 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab.meta new file mode 100644 index 000000000..d22da7c69 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d709c5981c99c41ab79951a9db3dde48e1ff72de62f98f71d6221d612cb59ff7 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab new file mode 100644 index 000000000..de612703f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5197013802d24634ce53181331601350c9c73e849804d67d979a3e6966bcdf77 +size 459320 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab.meta new file mode 100644 index 000000000..30dee857e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFirePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7582c2a074dc6ed5d085f02ab438ac177f5148318130ae4508f3d1bf907940cb +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab new file mode 100644 index 000000000..dcf74f1ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd257248945b5567aad4caf13dd7e359d4c2a3abbc44f0bc36af3456af30a06 +size 459318 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab.meta new file mode 100644 index 000000000..180638674 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Round/RoundFireRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001d46ecfda4f2c9ca5365ce7438e106e23c5d18f95c2619f3cc282f70fc0bf5 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft.meta new file mode 100644 index 000000000..973af09b3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8ea7b5e07fe382704c7ded91706f58ed2ce0c2d49923c80f24341dce0af3ae +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big.meta new file mode 100644 index 000000000..7023358e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7acb67298dec173ebb75dbd17d8600417f3915bbda62c1f0e014e9b20d41a4 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab new file mode 100644 index 000000000..f49c6fc51 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d141d5881d54cc26433c7bd8057292c34c327ecbecbcd524c63fb394336960ce +size 455369 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab.meta new file mode 100644 index 000000000..0dd898538 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d94b076e9b3e6a57c58651d238e16cf82de14095c25d8ac3906313b32d4aa3 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab new file mode 100644 index 000000000..7de30b016 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6b3cbe5feba8da86dd4bb718a4301bc4a44f0e83626cd5e10ac0e336c58188 +size 455392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab.meta new file mode 100644 index 000000000..0568ddb6c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f01ef3a1ca8588e28350935f2acecfc7a932cb665a9d2ea7683b4bc55a5e218 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab new file mode 100644 index 000000000..ac9edb36c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617a4cd43e24e35b065e5cd8668f162a77f03b9d9f681df39e04673aa645ca15 +size 455388 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab.meta new file mode 100644 index 000000000..da8d08abf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b019383e7659f1c4a71fe6450b249b7c3e7add6d9d2268d9f8483b81ea89cea9 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab new file mode 100644 index 000000000..61bcc8f84 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2150f8c75264cb0e20149340c7951dffa6dc6c4fdc698d82655d982237451830 +size 455410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab.meta new file mode 100644 index 000000000..dca03497f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68134fd294a6d748a9f78e4a9dad9a6075ff6cd56d2aaa9adc12a6bb630f3d6 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab new file mode 100644 index 000000000..29abbc73f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5974d35814aa6eb86aa0149e55d0df1baf0c8ad551ad6ffe3413cf5de368d145 +size 455374 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab.meta new file mode 100644 index 000000000..968fb5971 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Big/SoftFireBigYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28d6101ee21ba66e5bdb243e0a21350e2ff116d5fc69a654c8558784cb3f4cd +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall.meta new file mode 100644 index 000000000..3dd2170ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6071d45ac94d9e609c83c19f17c9bca1618ddaba2808b93baa8ba36d6fa675 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab new file mode 100644 index 000000000..105a24db1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f504294f68bf05321b5b39017107be48cdb3287ab0318ab2e31b33dcd19c5915 +size 343454 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab.meta new file mode 100644 index 000000000..5e4fbd967 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681653093fd8652fa2af70acb5e9518a92b6547199e106404a47795d7f8a6693 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab new file mode 100644 index 000000000..7feba3631 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a3d1f303302decc68359fea07528bd12afa6a2b9850ccfa36890c4b8c75ca6 +size 343762 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab.meta new file mode 100644 index 000000000..23fc947fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0361b485f80f4b97edc141072402cfedcd7f588276cadfb9629771a7c01d9e +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab new file mode 100644 index 000000000..198f36188 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498ad0362d5b1f4e0957d8555f2381d05ab6060f6465c620e58b7b59e43ef442 +size 343779 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab.meta new file mode 100644 index 000000000..5beafe361 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFirePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bf42c9badce635c680030e361690f5bd7a803a1907123ebe96d4024f2f8238 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab new file mode 100644 index 000000000..58e8152dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0f136d4fe7a28ed9914e02b3e21008fa0a2007cc6d7e6ff39b7d529c8fb335 +size 343792 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab.meta new file mode 100644 index 000000000..4c9e8ccf7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6218805eff277158760027a5e8c533dcfd1726173836238f6bc67437381e626c +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab new file mode 100644 index 000000000..cb45a00d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c743165362a1f14c09d2645fff23ae895ac36d85773845171d18f1e73d278e3 +size 343778 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab.meta new file mode 100644 index 000000000..42662ff3e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Tall/SoftTallFireYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2069fbfa113bca701127bdce7f1de30be1000c622f304926cf8c630110d10605 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive.meta new file mode 100644 index 000000000..bc5d8d101 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d86c3174d6167afaded418f02444af98a17db228e336d767e82e6e4f562f09 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab new file mode 100644 index 000000000..d8be09eec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3543fd20ebe7b29c1ce4f44bb2416d2c94dc2d3db2f7cabe6b5dba3ee1910236 +size 457101 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab.meta new file mode 100644 index 000000000..ac7ea47a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e9a489295859b73781374c42b24fd3b628714f4d90153adee1316af6e4c2aa +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab new file mode 100644 index 000000000..743650918 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d6e539134cd586797f2c83cd6e62daeb9799ba2a442fd2579f26a6e0caf3f1 +size 457132 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab.meta new file mode 100644 index 000000000..d2573ee45 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90ec643d2c590bbde4a2f25f2bba53d33b5073108fbe45e41d750b9259ae720 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab new file mode 100644 index 000000000..0ee915282 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f2f9215655e710d82bf09f5952c93d148f7e52e9dcdbce98d542bd07389da8 +size 457137 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab.meta new file mode 100644 index 000000000..9606b1650 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditivePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b684c077032aca165ae599b378d69e456a428ee18506245c4b43ea4c994fe5f5 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab new file mode 100644 index 000000000..7848b80d1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede39b11b55b9d948e2696fc3ddc46492123a95a5a53371e379ca291301f45c4 +size 457156 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab.meta new file mode 100644 index 000000000..3c8d9e3fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278418071d26e7d4ad16ce5aa419a385de6648a6b3677f993c151effb6628b95 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab new file mode 100644 index 000000000..caadb21e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd125ef246b0966ae74e420489ee0d9c7c9f9b3b1b7b4b2040a5e8dd1ccaaf32 +size 457136 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab.meta new file mode 100644 index 000000000..add69fac8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch Additive/SoftFireAdditiveYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b766d31abcdffdb2a9011c7f30c77f5afa35a033517b5c82ef2d0c6a7d4ab517 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend.meta new file mode 100644 index 000000000..cd89de4d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0218e8c314985c7a66e4d41f58e50807582c3130d5d34f8105ec5329de0ce5ce +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab new file mode 100644 index 000000000..b2c5c968d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566406b884c41a03f242ccdf732edfedfc6a2135ac58e1ddb87a30dbd4173c0d +size 344658 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab.meta new file mode 100644 index 000000000..474ff0f3a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b725eabea99ba0094877a45f1613e745dfa8fdecbbd87c73939f622640d0fd1e +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab new file mode 100644 index 000000000..406e5d545 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2457366e2e39d9161f4a03a3f21e2a9104c1659f9c6c8a66497533b257d3d8 +size 344667 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab.meta new file mode 100644 index 000000000..5f852db16 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e510474a4090273317654906954bc9e20e7737b60ab4019eda5c76222e18720b +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab new file mode 100644 index 000000000..507519cc9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b825b6c9ccd374d92d48b015bc2c6ea924ad10a5adbc01777f05e69128df4af2 +size 344671 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab.meta new file mode 100644 index 000000000..d23260c9d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07206e216dfc0bc2b2d1274561148c063e7f7df3a504f90374ec338eceaa656 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab new file mode 100644 index 000000000..794153143 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a61ed1bf01370565ab925483ff1d76f90ae75b800fe3ef7d1e757cac370166 +size 344691 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab.meta new file mode 100644 index 000000000..6a778aa62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aecf5248a5587554e9427abcf58e55d7788423cc168fe1b263f1243a160928d +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab new file mode 100644 index 000000000..8f420ba46 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a26f2444ef5fda917f25665a31ab212d0bf56fbd626832dbca6c0f64bdac7c +size 344670 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab.meta new file mode 100644 index 000000000..1d8826b7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Soft/Torch AlphaBlend/SoftFireABYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4b19dd0735cc6428017c0da08b9d90834939406c7f6b786b6d6c20d97a3988 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky.meta new file mode 100644 index 000000000..ff0ac18d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84aa654214e2b45afc088b6dfc8b201d014087303136b257ef5f5b572136003 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big.meta new file mode 100644 index 000000000..b0dccd4c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03700b338d96e87125ad43a33a35522a305a0d4619b3297631ba15a1142633f1 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab new file mode 100644 index 000000000..1364c021b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d255122fb491fdbff69d6fa8adcf8d8fc60e0587528501cb7119f9299f9fe9 +size 456891 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab.meta new file mode 100644 index 000000000..a8112d9d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586a559e41307c1884b475c1b578f50cdbf4523b6a6c94b5a68c7a67e91b6197 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab new file mode 100644 index 000000000..4a75f7716 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33abd8b652891bc08c2a52e3b16a230870587fbba2cb28d1afe32459293b75bc +size 456877 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab.meta new file mode 100644 index 000000000..abf91c3c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0cfeeaa0be344fa23ec34251f3b828afeaaabf6c67ce717a2f9a2c052cad6a +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab new file mode 100644 index 000000000..0521e1e13 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a26934104028251a7efbdf0916d94fa82334dc57a99a57be6de78299742d5c5 +size 456886 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab.meta new file mode 100644 index 000000000..e79feb15a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditivePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c7bbb9b4c4fb93c01a0369493d1e87cfb6aaa0e7fb8464879ec238dbadbe57 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab new file mode 100644 index 000000000..f87b39391 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99262806433ac14f119dc869c88c01d9454308cdb5d82bb85bcd2a2ef0aef48 +size 456870 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab.meta new file mode 100644 index 000000000..3e5e93f35 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Big/SpikyFireBigAdditiveRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d8e7c6aa9d08dc789f99d4b5fd6acdf0d1ea86b8d535d3dc8e70e002d49845 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small.meta new file mode 100644 index 000000000..5871c569c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec368166d2549042501c93c1b350290edf4010fb5604881195d03d8d22e0ffb +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab new file mode 100644 index 000000000..43739339b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ecc735c1d1aaaf1f11c983f98ce6b5f80005c8ab5766f988da63cab41e7800 +size 455830 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab.meta new file mode 100644 index 000000000..1a014bf7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f88b91772f02eb5657d9abc12c49c0c94ee176ab3fb35addc7c3db6dc75efe1 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab new file mode 100644 index 000000000..46ecb663e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a62d6273f35389c8148065b0087e1294b47cdc00e3ad3dd9fa8f78bdf34754 +size 455828 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab.meta new file mode 100644 index 000000000..c257d8fa5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d35ebb9b2ad2f69e53bd92601da86a474d4fca2eb0d27bc74bfe0e4f17dd14 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab new file mode 100644 index 000000000..b4ebc13f8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f7fec33492252a2bf0a3fafbf931f9660614ec15b1c49a01221723667b02c5 +size 455826 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab.meta new file mode 100644 index 000000000..5b08c5d09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditivePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9b2df542da193cac67a3124c5be4c75143655cb2e85fd88323f416363131b8 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab new file mode 100644 index 000000000..4b0ab3026 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dc4593046708891538036fe242217ae29d1d3b5b9bc629b5cb3dd4530775f4 +size 455850 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab.meta new file mode 100644 index 000000000..903b4586e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb9e2e1ea5a187a609de8c3f71c3f3f6ee0130bb7078f66c563f0c962c659da +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab new file mode 100644 index 000000000..150eae5c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd658500173c29ec45fcd20f678e04acbb8e1d277fcd52aef64508ff3dad5c7f +size 455813 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab.meta new file mode 100644 index 000000000..28aec22f0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Spiky/Small/SpikyFireAdditiveYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e52842e117237f0daf1fa814e0402c82b1069a9845f10a0323a13d909fe758a +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails.meta new file mode 100644 index 000000000..ad7d86688 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6e7398d9b5c6b01a4f16c17e69cc9335028b1547868d440d1e971e26dc7afc +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab new file mode 100644 index 000000000..8cea4c340 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ade2503b5b83f4fca22b67ee259b9ad2e63bf6c3cb341c86316c9c9d7c08fe +size 338791 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab.meta new file mode 100644 index 000000000..9f1f44b2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SoftFireTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a022694fe1e3c785828c3c336016bdd40859e1512e65059575d182d450990fb7 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab new file mode 100644 index 000000000..d3c2e459e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d9194006e54d79a207db20924b85722df92b49e7a042ac50252f4739dcca10 +size 338805 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab.meta new file mode 100644 index 000000000..143896c73 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/SpikyFireTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343c2fcf47448a424beffefa00f6f750adbd2b995c3c63bacbbd911cde744b8c +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab new file mode 100644 index 000000000..732609187 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eb86163fce257a5ec1101cba5f8a42563095d8da3f6d33f535332ab078f079 +size 339294 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab.meta new file mode 100644 index 000000000..ded1ad5de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fire/Trails/ToonFireTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a0fce6659c907f8db227a521491d934a3273a3ec7fa55028e9f3f4cbaa9d86 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies.meta new file mode 100644 index 000000000..92d6a4777 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba03061ff540e70b5d7cbd85ab95fc22e4a7a04e8ce82506472baa41873de7e +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab new file mode 100644 index 000000000..3f4844d51 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49639410999c3e554d685b25c149c70e43f19ef7b9aba6034511e5bd941861e +size 230117 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab.meta new file mode 100644 index 000000000..b19e203af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953e462aaa14647798dfad50306e4924a5df6ebd66952c6ad2916194cc3268a9 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab new file mode 100644 index 000000000..dffbf2f09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b81aa4513c64731d622bb6401618e079bf039359b508ef988503dab5c9458e +size 230118 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab.meta new file mode 100644 index 000000000..882ca51be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e0c65a2a7da82c510c81084e391f9133b6d9bc4f4e7b0d6ad3672449cd7ab4 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab new file mode 100644 index 000000000..7083e0073 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff07b7702792eb5776cbda408849da0582732391ffbac36ba450b751eaf54052 +size 230115 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab.meta new file mode 100644 index 000000000..e76de2d9f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f950934df905829a4719165e10a3c238e31ce9a640009e2805b0f4761e94a2 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab new file mode 100644 index 000000000..65cb2ed2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b69e4e5853983d4a419fd8bc3f6bc892d90935073584b6f75d617d68efc45b +size 230116 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab.meta new file mode 100644 index 000000000..f90daea19 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb2f994407eeba151bd00fceb0bf29e9708259ac9f8b43dd17afefd481c109d +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab new file mode 100644 index 000000000..d02717655 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934076d098dc1019032d9b5bb434bd8a8097474a02a796787baf265ade547a40 +size 230118 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab.meta new file mode 100644 index 000000000..c7a5940dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fireflies/FireFliesYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f1b71b84cd52d8e1ea0da533dbbdb2cce2567001877a7a7d93acd6fba786eb +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework.meta new file mode 100644 index 000000000..2e52a32f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6519156b4ec3eebd7659ddce6c06017756ce9949f3880197507b8d0e910999b0 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab new file mode 100644 index 000000000..faeb68576 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20fa3e61926d724527f95ef6109d6ab84dea7d6718c39c8bf411997ccbee0ac +size 348025 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab.meta new file mode 100644 index 000000000..147dd232c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d02a5ab6af0ac2f608f509f618df80e8e3d64e26d6963798b9eabf9ea8ed1d +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab new file mode 100644 index 000000000..489211525 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239d9e9938e199b10f593c93d4f1a87b6e3d20dddbe744018f3efbce99fc7976 +size 576507 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab.meta new file mode 100644 index 000000000..e86fe405e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkBlueCluster.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897664cd426cc2b7891482d3d2e9ecaa289f4df4279c713067ba101ceeedc1f4 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab new file mode 100644 index 000000000..b1037d510 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d113cc7a5ee21d65e916a72375297a23edc2688ed2b9446abbb4120ebfb79e6 +size 348106 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab.meta new file mode 100644 index 000000000..082768adc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399a5285d7f672a8808623593ed67ec19ef21b2fb9a602d1f053dcab11ad8794 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab new file mode 100644 index 000000000..a6a8d4672 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fb9914a603976681d363e970fb9dd9d308047b1e4cf8105fca16406bebd580 +size 576541 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab.meta new file mode 100644 index 000000000..a3b4d1532 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkGreenCluster.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6722cecabfcfd857df44e5608603a6f2db9aba3bec1b617bbd5c39695a4d06c8 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab new file mode 100644 index 000000000..5abad4a9c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5689111f664d307cb9bca9af0a8d0986cdabd095fdf2b1804eb1bc6aab6757 +size 348105 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab.meta new file mode 100644 index 000000000..31a5d6a79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a4c5acd22a67037e894e6077ce34514d692a64f34e391221a2e11f4d56a08e +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab new file mode 100644 index 000000000..fcc0df000 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6659b2c77e51aebcc8bced454d9f158830e4c25e33d5f1d3b00394ad35ba84c +size 576537 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab.meta new file mode 100644 index 000000000..70907120d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkPurpleCluster.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61f683422d902c1781eecf83c989c225cc90f8c89e5482cd43553dfd9aaf1d6 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab new file mode 100644 index 000000000..cede90f65 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca0feb22b798f3ca1681823945ac5ab8b245c602779bcf055d67c36bef1ff53 +size 348108 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab.meta new file mode 100644 index 000000000..9c0bf4845 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ee569b1decea9a65ff0e85904d57ed5b9dcce8f566ab51c91e0d3055ac4700 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab new file mode 100644 index 000000000..5e56ca2e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959c7db142c561cfe6ac7f0e0faca49b80aee70b5bf5d4948fa8bf9c86d75857 +size 576548 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab.meta new file mode 100644 index 000000000..1a346740a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkRedCluster.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160cef695febb13f6be3eb441156500e9f21927a763c47b543ac0224708d3bec +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab new file mode 100644 index 000000000..3893de632 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f631d495b1a11c22da182ceca528e97e5816944285171952805c4039a1d9755 +size 348115 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab.meta new file mode 100644 index 000000000..30f1ded01 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84db434dfa0c8a063135019f9c2d04ceea0ea14a36def2803cee51bbb0531aa7 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab new file mode 100644 index 000000000..534b21f1d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2897297cdcd828cf832dd2c2821cb4b28d2399c3bee2f80e0098bb83e5d9f13a +size 576566 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab.meta new file mode 100644 index 000000000..b3c993c2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Firework/FireworkYellowCluster.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf5f83427d0146e3752170cf14dfabe9fc5e4d3d4ff0ec517f8be7f7d31ca85 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog.meta new file mode 100644 index 000000000..2f9582889 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8667b4b07757a66d25fd27c20fee12e5cd05dfb35731f9dd4058ab5792843b8 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black.meta new file mode 100644 index 000000000..c8c98a7c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b62ec1fb39b86e2f8885f911c519ca524bebcf4bd6bc09041196ac15ee8f49 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab new file mode 100644 index 000000000..427ed72bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e21620b53e6f8a1e0bdf25f4aa1b33f0a7c3370263a5dcd268a63710960088 +size 113413 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab.meta new file mode 100644 index 000000000..84250ef4b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogCalmBlack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac797ac575f5d6adaee146bc541f087860acf2562dc6606c4255c0140ce4ca97 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab new file mode 100644 index 000000000..85c8409d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f2e68b6619dc973c317ad4bad1f5122d3c325b2243112734a2151840a72575 +size 113497 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab.meta new file mode 100644 index 000000000..95b17a451 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogFlatBlack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ac1b429eabe10373794d8d4ea6e717b0231ba34014684d1caf34a0d30aa274 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab new file mode 100644 index 000000000..cd77d981e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67eae6cfe1f050cd42f62892125d80c9a8b4d69d987153815d5b7332236a30f7 +size 113425 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab.meta new file mode 100644 index 000000000..ed20c93ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogHeavyBlack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0fbcd4d286eabeba3f59755fe7f80797337cbef79bc38165c3f67411a3d68c +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab new file mode 100644 index 000000000..30b1b4b4f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5950bc1174e8ea5583c1fa85d4add5830b9464298cf1a6d057f44f92532bf64 +size 113420 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab.meta new file mode 100644 index 000000000..ed5fd57df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Black/FogLivelyBlack.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737b970066c2059d18ecb6547677a06841c81c21f0db96b8ee1d5f53efec82dd +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey.meta new file mode 100644 index 000000000..c0e061d44 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f20cdd4e76c9fe25114530803b2cb5fd8d8a710859968bf731c5bb088ddc14 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab new file mode 100644 index 000000000..9b967ba0a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9ecd358feffd93f43c4f19897484c0c52923d7954454fe754a0e6905179589 +size 113409 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab.meta new file mode 100644 index 000000000..3cbff3dfe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogCalmGrey.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bafc6c216196f6b569a95b9a92731ec3aadb776e958e61186a22ac25fffd07 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab new file mode 100644 index 000000000..e55fe7036 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588a27095a0c4e14bb52a65747f88f523ad5b8b44ee0cc7fb92ecbbd38b3d293 +size 113493 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab.meta new file mode 100644 index 000000000..2498212eb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogFlatGrey.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b66b05251619ef4181d28ca5d9c4844641120147731fbc4c4cdbd1e8165b565 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab new file mode 100644 index 000000000..41ee195ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe3f65aa6a54ea66e0a9506e4ab2a0c9bf5bfc5360e894017631e29d3d7e91a +size 113421 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab.meta new file mode 100644 index 000000000..742bad0f9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogHeavyGrey.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296e9bb0430b787519f367ad0bcb1b2f556400c4c5d5b5f03e9c26c589dfd9cd +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab new file mode 100644 index 000000000..4d1328ffa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744ebe19987c9e4ea76d329edddb8ec5187960d699ab86ae2925704c4a841ddd +size 113416 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab.meta new file mode 100644 index 000000000..5dbfc11fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/Grey/FogLivelyGrey.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca42bf857e41eeb20fbc23296f4cf18771f399b08d8af5c390945d22dbbe8e8f +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White.meta new file mode 100644 index 000000000..95e282a0d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3122e79dd1944daa843008fa494929ea46fca7ac63ba4463207fb4c8a670aa4f +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab new file mode 100644 index 000000000..192a1896b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fb64f1876a5235b24427bcc634859a05f51dd2190d175b886fba9a9ad1d73d +size 113386 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab.meta new file mode 100644 index 000000000..9eed9c276 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogCalmWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ace46a798d2384def39ac7a95890e066847457f62d9eb88166a9f733e1fba85 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab new file mode 100644 index 000000000..c36b9aa58 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d459aed32bfa8a586ed19d625910f95eb191a8893d09ba5a98423eb5a925a1 +size 113470 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab.meta new file mode 100644 index 000000000..7bfd01125 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogFlatWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea393e0507f234847792f8902aab365ef5ce1035f02f676dccc9097217fb27e +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab new file mode 100644 index 000000000..9fe05b962 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ec7c06a153f3521019ddc31038858aa0eda965cab9e25a2501dae1d957779e +size 113398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab.meta new file mode 100644 index 000000000..a1be11743 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogHeavyWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa727cead9cc0928d12ddc05774a6439cc7de7bc3a9f79d36f0e7946f432660c +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab new file mode 100644 index 000000000..43547100b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be01d825a585138c5baac54770f45a1f4a8ba1c306913bfffd0b48114131719 +size 113393 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab.meta new file mode 100644 index 000000000..2978e76b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Fog/White/FogLivelyWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edccb3eb8d437f5777860e00ae24501ab9027eb2e3bc289b79a72cf6a0ecdc5 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning.meta new file mode 100644 index 000000000..2c2ca28c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d106fa286f3b27efc3f2f18ad828ce5d57729b79973eaf9afa068434caaf802 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb.meta new file mode 100644 index 000000000..24cb13923 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99e9be903e0e7bfe9c7dd76aa0da70807469a672237fb45052d2eb6aa27bfc6 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab new file mode 100644 index 000000000..9024cc4a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43310cf028ab45cd1b11244b6cac2e1ebca1b29e4b379f323bb23d76633e9058 +size 458157 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab.meta new file mode 100644 index 000000000..09f538bab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67311be3dfa0feb683be61dd5460135bd8d30a74b0fe4cf4125db4c9edb91cbc +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab new file mode 100644 index 000000000..201549717 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87143fa8bed2ad943b503c7a981a7ec2e8859feebeb52d65e06995bfa3341474 +size 458620 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab.meta new file mode 100644 index 000000000..e4a375779 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c120bbba971ff99d86fa48c2389ba034c7c2dd0147673bdfa3e5a223304e895 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab new file mode 100644 index 000000000..e22d5dc64 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e64a65aed30f7d37bf2f495385f1abb642d19d53339a01c6dbd4347d41933f +size 458607 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab.meta new file mode 100644 index 000000000..7ce653b42 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c2215644ec85998bd192b9c4d2476c0b02463dbe434d77a99669ae031575b4 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab new file mode 100644 index 000000000..e2454f11a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df656e0ef624b620f0e513fa80c6bef2b6cb154e0ef9dd1e8c3f823d0b49ef63 +size 458613 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab.meta new file mode 100644 index 000000000..a13147f84 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Orb/LightningOrbSharpYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e184878ad571edbb483a7729167a1ef13b7c3901c226329b5db67ffe6d362e7 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike.meta new file mode 100644 index 000000000..2d1a69ef3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae752bee7adbd5e63dcb87d7c0a4d990d0f7df7d27a1b695b24c8d51ab1cf510 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab new file mode 100644 index 000000000..16528729f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3e8afa1844172fcfc62f2a97c5da0cc318c2e62809496357f4f9822054cf6c +size 578315 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab.meta new file mode 100644 index 000000000..a1aa1d6b3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81dcb7fd45b69156aae787ad82cd8743cd75ead7ede1c6d4bc3c28227a49007 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab new file mode 100644 index 000000000..0b8a2250a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88020bc9411e5f4c7aa80a2b15d94d66311cb6f41ac5c9736e2ae96208d9a2e +size 578297 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab.meta new file mode 100644 index 000000000..207b6b8d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165c1efdfa443172ffa99d32807600c3ef4f02bc2cf3906c293ff7f9b329a869 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab new file mode 100644 index 000000000..ced1d5bde --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f2cdadfe6da9d50b1fa0ffb5fe4afd4eeec8e135abf07eb7eb65fff601aac0 +size 578428 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab.meta new file mode 100644 index 000000000..48e9d7958 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Sharp Strike/LightningStrikeSharpTallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c6146be42d3f76cd941a053eda2865d9cd72766a2fae0dd1860423ba85441b +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb.meta new file mode 100644 index 000000000..4aea94f30 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc466785597d334f180810168b49d06a8930772d6ece6e5158641c30e0c49aa5 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab new file mode 100644 index 000000000..458ff171e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8b7dc4f320a7ea963b71d9ea2e09a1a76e143ce5c456e16e25c468d9a45c58 +size 344652 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab.meta new file mode 100644 index 000000000..7c7a02fca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8880e4b96319e4363540d45310766633d4a4861873e9880c129e98755b002a8c +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab new file mode 100644 index 000000000..9a9be655b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0594e61049ec673e2fc252231205222380a22cfd73a2faaca0b6c242172250f8 +size 344890 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab.meta new file mode 100644 index 000000000..51b84b4d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6990cae84275f69d3bfd2828ea1fb41a4cbf60f50e93eed0349d8fa61fa8ca +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab new file mode 100644 index 000000000..4b4335bcf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5248c2c66bfc10fe9cd5abbdabe59c39e432d1b42ad86f1c8190b11ec8c78d +size 344911 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab.meta new file mode 100644 index 000000000..b50de28aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d24d995bb750696fb1070be0f1c4718d1b31a1bffa478da9fb9f83c04481e4 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab new file mode 100644 index 000000000..e915b93d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1872a4b139c5698247b07f5e6dccf5f2fad1e59b0cecaa56e70a3e5c520ab057 +size 344914 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab.meta new file mode 100644 index 000000000..c375e834d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Orb/LightningOrbSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e3f25f9460b43e074f2b2803c8c2838239005e780102de96a3bab8f89f2b1e +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike.meta new file mode 100644 index 000000000..09792e5a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194599bf05ef205f1f22b53b7c3492b8175ed75e5cfa86d692beebea08dcb1de +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab new file mode 100644 index 000000000..0b62cef2d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dea2d2795408cda07723f9037ae529b93f928a736ed3e4bbdef1fb6bded91ab +size 347088 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab.meta new file mode 100644 index 000000000..7ceda7139 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13415263c28f4ac82ae55a0b2169be2d5b78de9e5bcb4d2b8085f89f63990742 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab new file mode 100644 index 000000000..3b82f0f55 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a20458e94a27cfb1bed0e82e082df777901a025868f973a5749340f48d980f +size 347069 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab.meta new file mode 100644 index 000000000..58b2f1d32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningBlastPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b401d80c83ba031de9157a58be39d64b0dca78090ae104551d5b44f4fc64dc +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab new file mode 100644 index 000000000..661459e8d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00531f279b0e9e44dd7840840b4f7dd26547eaeb0b2e5a7397700f6b7677af4 +size 578408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab.meta new file mode 100644 index 000000000..15bbb48e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a350e55d9ceb08ad848abed2459a2c3d388ce1a3aa3806b7bb66bc316b00159e +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab new file mode 100644 index 000000000..2063208a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b3cdbecd0ffccab601824c34de3656cf37726384b6b65cbe2556e3deadfd28 +size 578359 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab.meta new file mode 100644 index 000000000..f91a9b389 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d163633265d4c2b83248b1b1e62d153340b51b8b31be19329629921f6bf03f8 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab new file mode 100644 index 000000000..b8886ff60 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66b46c4731c012396c951184e2461c510d8c5f31217c0485f289ac22103d12f +size 694523 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab.meta new file mode 100644 index 000000000..3413844b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Lightning/Soft Strike/LightningStrikeTallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ed2d9c3f49e0826a3de80361e78d78332040f3bcfbb4ddfcf8bee883ac5926 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke.meta new file mode 100644 index 000000000..551727c16 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32319609af7bb4dfd2f34353b00cd1a86685614fe8065736f5fd80c306714fd7 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab new file mode 100644 index 000000000..dc3e005dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d11a60b14a97d25cd5ac3fba0101afd1a697b9c361f0f2c86c00ab4de3e7830 +size 227600 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab.meta new file mode 100644 index 000000000..d5f1e7a25 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/CigaretteSmoke.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52445f982005faabbbb84a101acef126274b5483f2909cdff54048b2ddd45564 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark.meta new file mode 100644 index 000000000..a19aa186e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e606220ae61e424b03bd305ae288ed8b115f8bdc06020311a9eb25c79b766ad +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab new file mode 100644 index 000000000..4011ccb71 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbefbc6df763f7a04b565c028240b7fec00c8a9da1042e06c490d582a0480b76 +size 226263 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab.meta new file mode 100644 index 000000000..145bfd7bf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b725825c3541057900a8521e37266a7915221df85e9e8fd91ee2c6f250370e7 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab new file mode 100644 index 000000000..e4c4c5d0d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51771b759f9b5dc40361b1dad2611766487ae18bfe8be5c956e78012f17e5b6 +size 226261 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab.meta new file mode 100644 index 000000000..a8fd71ca3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeBurstDarkSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bce00bc928f70e1e04b3511347e93c262474657d99aa12c469d1b9e367d94e +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab new file mode 100644 index 000000000..a76c7eb57 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeccbb0787b405b2f811cdaf0d8f31d2ba53fe5ecc5616c56045e905087c559f +size 113075 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab.meta new file mode 100644 index 000000000..66a34e926 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1116e0bb34353cedf6b891d2806915d43c06858a008584e1034bf2ca6b10f45e +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab new file mode 100644 index 000000000..9d51848a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6438220767edd2364244ed5f4e5a42beb6d6c9a3d0442acf82162b12bb2c31dd +size 112800 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab.meta new file mode 100644 index 000000000..98e2d9903 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37e59c00b0e2d724b1b88a48277007e397610873ef101fa8b2759501c4c0243 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab new file mode 100644 index 000000000..27fd5b66f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a97eb64427af59485bcc6a19efee5c5650f1696305f56abbccab6257e3d879 +size 113259 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab.meta new file mode 100644 index 000000000..5b9a0d59a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc1138dd62fb42f2331ddf05df7234f8143b5f6f6b8704c99a4f089aae7448f +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab new file mode 100644 index 000000000..1556b9e17 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a726838b95204fb4e4f7e92d677e0313e71a799deec09fe47b15ece40cd8c1 +size 113445 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab.meta new file mode 100644 index 000000000..899a8ed6b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkSoftTrail2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dff004517a5d877df7e21bf35a72b0ad41e23298b863916576183ff8e6d23b +size 370 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab new file mode 100644 index 000000000..acb5523ec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b60eb4d92bb2dfa09035340293952a62063c74690419d921e365224608aa38d +size 112831 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab.meta new file mode 100644 index 000000000..854721812 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeDarkTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37572669b5eb56d9cebd442a34490f01a0b4813eff870cdfc24c0d4003ca1a86 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab new file mode 100644 index 000000000..9e8972170 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae3821c50d08958bf01f3559fafe4688818d6801df129098edf184565715410 +size 230173 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab.meta new file mode 100644 index 000000000..b77157471 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/Dark/SmokeExplosionDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8293b18ea403492190aa4eddc365d54d60d7dcfafe27e7472a7d6a6e2ec93c +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab new file mode 100644 index 000000000..f3460d5cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc361313c99b638fc792cab8ce4f1381ed69e5b3fa485d3b1096082734d06a41 +size 226647 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab.meta new file mode 100644 index 000000000..77d4dd3d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloud.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf8e1b4d983495a32db0a6cb0010724fded73be57088e51377e5fca9f48b7aa +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab new file mode 100644 index 000000000..7670b1f8c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a021ee891d57e8379194b7b7b1867d4062e7af6ff66a2f40e5f3263881533b +size 227145 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab.meta new file mode 100644 index 000000000..e50e8d324 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/StinkyCloudTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c372250ceda5690a35f3cd11a666b39265459d6444e4ba0eacc68d4288d593f5 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White.meta new file mode 100644 index 000000000..bbd9b397d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1125a849c78ea2ebe1d6607879544fcc5feb53b255a07dcc6178130cae5c49 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab new file mode 100644 index 000000000..2c7d1573b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58ef727510fb3b938d19fc0f55127b46bcfb7b2756da2018a1c75739a5c3154 +size 226210 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab.meta new file mode 100644 index 000000000..a1a136c24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16c4724465dfc34605c1a8cea0ba4db9d8c0aec3afb51284066b972179cd2e2 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab new file mode 100644 index 000000000..73b5f6491 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0095f6c497c27a264476ffbc181a70f7e9c416bc257593b75435e684b3dac54 +size 226208 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab.meta new file mode 100644 index 000000000..a95a838e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeBurstWhiteSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b1fe6379eefcd3436aacf70ab44c417fe14b75cfcb8d307bd8d3c0ccb3e246 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab new file mode 100644 index 000000000..27d1348ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cbfbe98043b0b0517232286e84a8f4f0fdce075170b433937c48944d10b9f8 +size 230144 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab.meta new file mode 100644 index 000000000..491af92b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeExplosionWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b89fad9247af625933417e8fd5a7018307cc40597d4406353e73a28611d4662 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab new file mode 100644 index 000000000..6f38567d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74b98461414e27a9d8b613658d953b7167208eeeb9007b20e32c1319b8d0513 +size 113046 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab.meta new file mode 100644 index 000000000..48bd95521 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9e1c5d8760291e03e11264917224d8802c9f89209297d9cf68a8e7b9340b08 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab new file mode 100644 index 000000000..09cefee6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4c3237311dfb747b149f4d9d7f83e3493661ea1040c4f663c52655f9be72bc +size 112771 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab.meta new file mode 100644 index 000000000..24605f88c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01df76f1ae648b70d7f1b2a426cb1ab70385192024eb5d9ef302f0afe39ae1b6 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab new file mode 100644 index 000000000..6b25503dc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7efecadae570446d79159ff10ddedd4c2be49ae71766043820ea8f553b16a8 +size 113230 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab.meta new file mode 100644 index 000000000..f1eb83b2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteSoftTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f90f344b7c90eec5b0a665a6a18d0fa13ad78a94bed4f858f6ede80cea6648 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab new file mode 100644 index 000000000..ba72951c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bb7ced097a7f8dce639e228855b1c392579061c1b9ce4345d81069ca60923c +size 112802 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab.meta new file mode 100644 index 000000000..7aa89b8a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Smoke/White/SmokeWhiteTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f029f5c13157e9276d05b4f548f2382be97cf826ab582749127433b8a10115c8 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks.meta new file mode 100644 index 000000000..46dcb8ba5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0feb3e30af14d99f1382eca6da498ed7e46ddf37894463ad9eeb83156f3863 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab new file mode 100644 index 000000000..f5a51a3f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0a8a9ddc1c8c0ba6273d137433196a18b5218e7f941760c091f603edc77b28 +size 577197 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab.meta new file mode 100644 index 000000000..8a2e35b71 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3579c064f4a7904217e7fd53d9f9afc499144a2bdf4adbde54121cde0ab08b +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab new file mode 100644 index 000000000..a6efcdd18 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489a4fc0a67a07005bfdd9815aa722235cf134acdcb2c2f43fb4fe28a62591f7 +size 577145 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab.meta new file mode 100644 index 000000000..787b628fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08de09bca33b568797292189a4ed7fd523c5ece096be700dccd3f82ac6df496 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab new file mode 100644 index 000000000..29ac09d99 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7ee810037df570c844133af0e2b7b73814e707ce5f80c370cd570e0c3397b1 +size 574203 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab.meta new file mode 100644 index 000000000..c43037ef4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f074b5b694153bb9052350ba30b304f82c5232aa152765c3899523ba515c5a54 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab new file mode 100644 index 000000000..d1cf75035 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0cb56e461a89086de3be88b83026ae9de2022e330fa22893cf46a0e0bd60ce +size 574204 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab.meta new file mode 100644 index 000000000..65eb841c5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkLoopYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249c7341271a3a8ede3cf8e0768d412d1c6b75d9fd172f2ce1807611afbd3cdb +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab new file mode 100644 index 000000000..72ee20020 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf53371dfec641ce040235369d26464cd4d76e88ec73adbd4c8b848f313fee +size 577224 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab.meta new file mode 100644 index 000000000..7012e107a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca22f305272db20c61fe749af40a36f051442283c57b8fcbe044117dd51392c +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab new file mode 100644 index 000000000..b4e9265ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce6aa6499663520c5c8749e305d2eab1f67926afb8df7470a2c9f5d4699d4cc +size 577172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab.meta new file mode 100644 index 000000000..d341d3fbb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Sparks/SparkRadialExplosionYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da14b1e92337bc7dac2d606024da0b6ba65e6dbc31802cf40f6cba5cae11e17 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars.meta new file mode 100644 index 000000000..50c9c403e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e281ba145d72e4a3df1d0dd125e0c73302dff48b0192b58703b10cfa22a1c5dc +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab new file mode 100644 index 000000000..45ae0744e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82e0c68e9a9ef3698cdee0b5ffa8bd1da4c8c9fdc0b0f0c58635ebcef7e54a +size 115868 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab.meta new file mode 100644 index 000000000..0c0325d1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/CalmStarField.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bd15c08d3369543dc6ae1f77b785efb2b2adb6ba7572c7ca66feb8a47266b4 +size 359 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab new file mode 100644 index 000000000..8e7303572 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cdabb16cc0514997402a45dc9589d2b7240f699e650cc664c2fd63f82215bf +size 232374 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab.meta new file mode 100644 index 000000000..7bded47c6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFieldSimple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3677503c4d6b41df93281478b34ff5ad993370d0a643c2c5dbae09f5b9d140e6 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog.meta new file mode 100644 index 000000000..29cfaa977 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739b6bb582df25fbabb4fa114e2841b825e2d6a389abdb7e772e4f1e4722eecd +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab new file mode 100644 index 000000000..ac59d18be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f07e0e231056091531416c43ec564ab176546d1d8f3ea4d6976e97909affbe6 +size 345365 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab.meta new file mode 100644 index 000000000..f18fa41b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c963cf8ea8ddd45a3c0a477cb3ae237e788e9af1a87f4e9ca9426fcb5de1740a +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab new file mode 100644 index 000000000..cd2518991 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efeca2ffbcad388fb5e20c9718d89e2174de557dc0ed866619ac555d14d24f26 +size 345374 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab.meta new file mode 100644 index 000000000..0acb9c35c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246a2454f9bc420ce04c13eae2feee76daf7bc52bdc5504b389538c206c943b0 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab new file mode 100644 index 000000000..c83aa59bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506c410df2dc658cb3b61f83995411f35d711de103f59707afa48ec401e51b50 +size 345380 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab.meta new file mode 100644 index 000000000..bdce25fa3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d21d20684bf8b1c1b97483851e2d5c9a609ed320696f42010936f00281faab +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab new file mode 100644 index 000000000..3fa18f8cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d028d8fc6f23a2e5be6394a04b6c4f950a3b81f0b69b2f8d62f1662e90201c +size 345372 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab.meta new file mode 100644 index 000000000..756631830 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFog/StarFogYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035632c623682c1924993102257b4e3224d41fba03e53309fa3a1aac0cfce26c +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow.meta new file mode 100644 index 000000000..b391f2657 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47eec2e7bc86030737ad1929617830972d1a89be391768d0a56a905254e8b70 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab new file mode 100644 index 000000000..356b610c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842d2ddcf0834a4914cf3718480321073fbd97482821d98588a64439b7bb1d47 +size 345346 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab.meta new file mode 100644 index 000000000..29726a251 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a379dab71f48e78fe526148d3e893424ad5636fbfee1b8d80b3fea9524d9ee +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab new file mode 100644 index 000000000..a53741804 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b69d5172ba5ec8023fcb7d02cbd853f4c154ef2987f3e98c89aaf55c24a7e7 +size 345360 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab.meta new file mode 100644 index 000000000..3438266a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cb4a2bff7ca4ee0fa498cea6d0c5dd5f4bce33188efc5686bfe68d8256651e +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab new file mode 100644 index 000000000..d370ac7cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e89e2dd8a6fff00880a2e22b0fe0d960643de48d1068373d5a177b06228f697 +size 345356 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab.meta new file mode 100644 index 000000000..cd55c15ec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcff2faafe5a42c35b91bc637781df163f9d0065c7511c628d637d00ca962ce +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab new file mode 100644 index 000000000..4395b415c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a76f8304fa47380964236ad563fed7692a9fc36cb341aeb8238557a9d75c68 +size 345331 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab.meta new file mode 100644 index 000000000..7b22a18c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarFogFlow/StarFogFlowYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bc3505fa03e3b325d61e0ee2f232fe8ad30c165f4579f078f1f6d383a96a37 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex.meta new file mode 100644 index 000000000..843d9f3af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be744e889cad6112ebcb0ba0526893737d563709da1bdcd82eed0f5d3146dd0c +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab new file mode 100644 index 000000000..f54a7d5c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfcf066e1418b83422afe400800891ebfa2c3e77525b6350d3fc2ecd4eb923e +size 232298 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab.meta new file mode 100644 index 000000000..02992290c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60a43301560ccf9b16ce9d9861bd2aea3c86aa70641df89b7c968cd074f4f5c +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab new file mode 100644 index 000000000..2db6c8906 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f752c466b1914c30df6f73de165842e6770b6072c8fa988313320f2f1352e5 +size 232299 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab.meta new file mode 100644 index 000000000..60e47c4ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b70674ce8e57c5a1e657316651275aa585e624af77beab809b0c8164bc79c6 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab new file mode 100644 index 000000000..251ddc8b5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca46008248078c6368d0379a93d3277b88db446ecedf5b5eb097ee4ff4e0136f +size 232297 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab.meta new file mode 100644 index 000000000..06a94513d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5096e46e4b7003081f2db5839b06ac36f63d5ae5b03517117afdc4f1a136d5fb +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab new file mode 100644 index 000000000..94a38e871 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c16e36715ee6bd6fe4963e08e5778dc44a234ed64f831d47f2d771a45377c6 +size 232302 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab.meta new file mode 100644 index 000000000..c3e44e9fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Stars/StarVortex/StarVortexYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a19d53914c17e31556164a0a8bbdfaae98b0de67ed81ff6aef94cd6153365e +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater.meta b/Assets/Epic Toon FX/Prefabs/Environment/Underwater.meta new file mode 100644 index 000000000..dabb07862 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53d8d05c526b0a607a5524f375cfbeb49738af40ca5fbbb61dfd08f296f28ee +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab new file mode 100644 index 000000000..844556e5c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0f2d21384d98dfd5d7a3f4afebbd79442dd2d415de6263181f73220f4f34b4 +size 577236 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab.meta new file mode 100644 index 000000000..ae210899b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastBigUnderwater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3da7686298fbb86bced3ac52fb77c96c2d347e029907301d83daa1bc40cb06 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab new file mode 100644 index 000000000..3a634d13b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1a255a74b12a47468582fcbd1d3a33b495fb94e3c0bd39b5dd272dd47bb2e8 +size 576654 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab.meta new file mode 100644 index 000000000..630fa1604 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleBlastUnderwater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ad0f606b7b7dcbe39376a4def126f83a4d3ca92935e5bc274d0d885ec3e0f5 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab new file mode 100644 index 000000000..614fc8572 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ee37e821558f35b7091c2050031ca0aa81ae7ffb6691884345750e5e64d7a0 +size 339054 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab.meta new file mode 100644 index 000000000..827c6c267 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleRisingUnderwater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e71d32dbc2b3652cd0886da53ea60a11e65a8c38663b5e9fb8efb4d41599cd +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab new file mode 100644 index 000000000..398d8ee69 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54df754e996e3eab13454a12b9f505426c1eaf663c3380d2cead825d16bf577d +size 340805 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab.meta new file mode 100644 index 000000000..9ef0e78a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Underwater/BubbleStreamUnderwater.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46da20418aa4b607aff18895afc91564b0e9eb56d34d2200c9c517d1a01b06ae +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water.meta new file mode 100644 index 000000000..7ac82df86 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ad8ccfabcabb7255b6fc098792b1b612660932dd36a559846bd5ee9c482f58 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling.meta new file mode 100644 index 000000000..eeeb17802 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae4976ee1ff7b761bbb61c6b871a535e19347faa3cee6d0393640b805189f4a +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab new file mode 100644 index 000000000..0e536c4d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177b932dfd219a3435341d03200226d2e5b6cbafd730cb2f1cad641a3bd1e70e +size 340964 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab.meta new file mode 100644 index 000000000..e882143f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/AcidBoiling.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a17720bbeb80901a0b63119564c2d393887741a89a1f38bce9833785f395e7 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab new file mode 100644 index 000000000..154f35e1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6325eb63366625cc68952506b9e8e0ef48ded4a830dcdf92907d9487d66a96 +size 342748 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab.meta new file mode 100644 index 000000000..97c16be20 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/LavaBoiling.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcbaee1a0fa1dc355255a3cd5a0111cd55c7ba730c6380a2af6060d8e7d34c2 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab new file mode 100644 index 000000000..fe086948d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ee3d2dd7ee05029210decceb98875ed9c1e50ab585479a0d855f2df2080aac +size 453670 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab.meta new file mode 100644 index 000000000..9a510fec3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Boiling/WaterBoiling.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c0d9bac7bc37222ccb32a46eb15f862de8891d125566b54950ac2dbb2fe1c1 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles.meta new file mode 100644 index 000000000..a9f683e42 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16fe505c195ec9954a4649fe38f906e6d37cd815e822b6d2a78bb0ac3501a39 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab new file mode 100644 index 000000000..c940ce07c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32cd1b792f1a49161771df6ae77080e8bfd5c81af34d37d95dae628084d68e4 +size 232811 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab.meta new file mode 100644 index 000000000..e65ac665e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimpleTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edb05ceac317cf9e6fdf36685f3b789e0d2373ee0c736eabd2ab52039be8b32 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab new file mode 100644 index 000000000..3cc36dc32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c85e03e49663021079b26bb5e082adc3b3aac8b6184ead4c43403d8aab4d61 +size 117075 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab.meta new file mode 100644 index 000000000..79d488e30 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleSimplestTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecf0c999228ed30907652c0bc1ceaebe21440b6211708305168e7bedc7f0291 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab new file mode 100644 index 000000000..671fb8b72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e150868bc155978e34b5d83659455d9fd9c447d5ff75a54d633f4b4fe533e1 +size 347791 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab.meta new file mode 100644 index 000000000..aa0850584 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Bubbles/BubbleTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c8d2d7f1487225349f79cbca9bb264ee53a3d11b27a73be9c4d7f424e5813f +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing.meta new file mode 100644 index 000000000..83400433c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ad9b048a7c508d5f4c5c8689279621dca42124526bced1e0cc9e6f4de99f17 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp.meta new file mode 100644 index 000000000..b47747c69 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1a08d11e8842ff1f7041beb1de8253c96993b39d91d08d8c8a400fbeb07c1d +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab new file mode 100644 index 000000000..008ae0d3d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ab036523f0f7519a5b037387410936c82b5c83e664ae0c60116eaf0ad35515 +size 460834 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab.meta new file mode 100644 index 000000000..27a49aeda --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripDynamicSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c59252c5c2fa3f893998f4524ff26facd94ea83b9f7a9bf88aee297450bde35 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab new file mode 100644 index 000000000..58509430e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994ec5bc350294cfc424ccd8645d2cf23eac4ee3518cf0a557e9fde8f37841e2 +size 341131 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab.meta new file mode 100644 index 000000000..3e9147349 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripFlowSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9abbfc98ec4053115d90229dab441f5eccafc0be8824f1499a550b9454e7e0 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab new file mode 100644 index 000000000..b5f390244 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8ffbbe3a1e09aa79b3e91c9292e39177c2f333590e6f5f943b512cb7cad0ed +size 232574 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab.meta new file mode 100644 index 000000000..26cbd48fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterDripSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22b80bbd104cc965dfd9a536a9ca0e8bde2ce3a4bf34142317cf48618843e39 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab new file mode 100644 index 000000000..56aae18fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d892377bc3eee6077f105c92afaf9cb57cb3190525384d5a36e1b265ef3ad9 +size 341840 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab.meta new file mode 100644 index 000000000..f9ebcd5e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterGeysirSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dfe15d0bdd2cfd7df55bed20baf9f5c95964a2605f8f146d076ae917640a70 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab new file mode 100644 index 000000000..2a58cfb62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa62b83779ebc40a2f0bcebaa2da3238e83daa254074c9e4c6d226169726397 +size 114676 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab.meta new file mode 100644 index 000000000..a54472e3f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterRippleSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6b4c1bb569a83380c673e41684ada6e47e146a9cb30f14f12fefb39cae5b5e +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab new file mode 100644 index 000000000..a561f16da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b357feae44cb3a18fd2974daadd95a712ffc1511f3cc16736c30fcd828b2474 +size 460912 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab.meta new file mode 100644 index 000000000..9f857f018 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdba31c1dc225c27c3ea373945074f828d12f5e2a69c38d7dff1d2f6ebe5909d +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab new file mode 100644 index 000000000..43b7b0fb4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d673b5af014f333c16b94fb2639f9cd14a83eec2d148ec518d1bb7547dd6ea53 +size 230164 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab.meta new file mode 100644 index 000000000..26652f992 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterSplashTinySharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131cdddec88ba521a015ad4887094c22040399de210dd556ccd66774a2071e6f +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab new file mode 100644 index 000000000..ecd5d94a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865ec7f1d18ffcec73051d9d557aee13b6c19b38b0bebc3d2ab22a1b51b2c66e +size 453590 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab.meta new file mode 100644 index 000000000..05e8ac260 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallBigSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e43bffaa0baed6ec7eba5e950b612378f1ac1b2faf46d951ec38975255cb80 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab new file mode 100644 index 000000000..bdf3686de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a24ec9b31d0f586e676e6c04727869d40f5b7035c1a57d3420964c59c2ada75 +size 452961 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab.meta new file mode 100644 index 000000000..b5992f2d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Sharp/WaterfallSharp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e1bb7090ec66191c16e1ecfebc6612943fc88b5fa6ae4c259bceffca6f43a9 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft.meta new file mode 100644 index 000000000..822ee9f8c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3845385099c210e00b9a33421e82c2b51667ee23a75a972326cf3fbb34793a1c +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab new file mode 100644 index 000000000..ac9461c80 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f38e3c0827f608368a02a27ffcbd7d7c7b58463c2b5c5e1fbe704d77a9cf566 +size 461313 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab.meta new file mode 100644 index 000000000..11b98cb1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripDynamicSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a33d5b49b09b6e8f9ade97c6203a3ab2942394a05f7648c9870357171bacef8 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab new file mode 100644 index 000000000..4792e0c51 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1afdbfa72cb8886d21084f0aa25e886179a6fbb33492f42574bed1157dfee8 +size 341479 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab.meta new file mode 100644 index 000000000..fba5050fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripFlowSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aedd11cd8729fadb8037e91810a6bef1d7f1086aab0d61d47800609048f4e8 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab new file mode 100644 index 000000000..f6d17b6ab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78f5f1e7670c4fa36045ab494922a06cfc4a393afba047563fca6d411b3a159 +size 232795 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab.meta new file mode 100644 index 000000000..31b64fe3e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterDripSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b80c817414749f1453bda6f3de2a00f1ab23fc8008a8955bad2ce54277be43 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab new file mode 100644 index 000000000..a70f9f7ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc50bd1a66facdf0fc3ae617a7da827cc69b3a6793f579539f3c99b6d397ff0 +size 342066 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab.meta new file mode 100644 index 000000000..146028c6d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterGeysirSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0425ef1a1ab6ac0a7aa7e1ff849f249dada276c2f849313b9a72b31dbd38951c +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab new file mode 100644 index 000000000..749bb6f4a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9e47737ca4a7d7a415073655460e0414760ae02af52c69ac3ed2cbb949b15b +size 114775 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab.meta new file mode 100644 index 000000000..2f8e99a9a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterRippleSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb2dbd45d9a0002e875149c39930b91c38a2ad782e1210b8b79afeaea2fff34 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab new file mode 100644 index 000000000..561dc9081 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5d3c81d3f8fc021581e5014c8790158c6204c79eb5599925f4ad6156f7e9df +size 461022 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab.meta new file mode 100644 index 000000000..bbd865bbb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f2eaca3008f41313b893e4fa46a16b9193f7a8c73fb15ed9e12905c43d00b6 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab new file mode 100644 index 000000000..d3fc88692 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cc70f966ab73357c4a788fe9377174b8a7ad8df180ddb0c0e60fceb3576f0d +size 230383 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab.meta new file mode 100644 index 000000000..3da636da0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterSplashTinySoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0327ce0273fb65e754d8fd1cf1523d9e46002b92c74a13047b133f636f805b +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab new file mode 100644 index 000000000..28e4b7ed5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f0e3d271b42e7d7deabec89234dc54b8eb4dfa0330146abdcf01537cc04c84 +size 453232 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab.meta new file mode 100644 index 000000000..e46421214 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallBigSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c79e4fe34b145bba36e9b0f6e0b36c142ae7825a47bafe16645a4eb636c7d4 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab new file mode 100644 index 000000000..51986f5e1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28042566674f473d0b8eda11de625cb0779ba20f892c33d62ea7273e652f1d1d +size 453425 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab.meta new file mode 100644 index 000000000..64d7c81b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Soft/WaterfallSoft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867e2bd43b5fdeeaf92708367cec3dad230bc410e4f3ff80d2615175ae9477ca +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent.meta new file mode 100644 index 000000000..2bd4a7914 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79eb91c56e697d09b43f289139fe3ea83668c653beae9cdf42c7054a3defaf1f +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab new file mode 100644 index 000000000..26db0aea8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc53e689b73c181a56851f9d388d632c38d1bb706dae83585d17f8736f5e5b7 +size 461315 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab.meta new file mode 100644 index 000000000..bfccbc83a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripDynamicTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b3cb651aed31064e92af14d9c9700c89958ec67e38b920cd8377c6577049c4 +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab new file mode 100644 index 000000000..64acf8a49 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e76d31c955c54258a61d5552fdf7ffb66bb7b869a3b1460ecbd89e19bf50b68 +size 341479 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab.meta new file mode 100644 index 000000000..aff1afcce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripFlowTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40918bb169326b0c50fbf8e6f6317bfd5c0ad90318508237925a09fb6fbf7d50 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab new file mode 100644 index 000000000..7e1dd2e8d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e647d992ed220b9fa4f2c4e94f62da64ec5fa6f5b4f1acae76f6b0598820cb +size 232794 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab.meta new file mode 100644 index 000000000..9a8f173a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterDripTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df92a3e5f89d577623b7755f6f687d9aa0e6ac54b94f76f66693d0139bcf493 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab new file mode 100644 index 000000000..47765120c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a4dc325fc58efb710434a28190236719ea1829b2e23018d4661c2799de984a +size 342059 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab.meta new file mode 100644 index 000000000..c7c167392 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterGeysirTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e6d54c622e775417409acadf16bb499d4908f06bb9893c98ecb912d376a3fb +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab new file mode 100644 index 000000000..a0a89c90a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9470ccb4545e4ef6e20343cae543af1c2e09ccaba7dd0815609d08853e342d +size 114775 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab.meta new file mode 100644 index 000000000..1dbf5625b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterRippleTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f820961e787eaf911c41984a8021c00ca05c353a27223066f0086f7e0af28 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab new file mode 100644 index 000000000..368921561 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c2949d49136fdd60dc4be01860316f058056f545a162d0b7fb4e3be41d1905 +size 230386 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab.meta new file mode 100644 index 000000000..5f464ecd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTinyTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab96fdc88413af7d291775085c8d4c46b06ccf84da8c4b28b91cb4ca0a7024dc +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab new file mode 100644 index 000000000..776387f9c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7dded00ec42a83a3ec599371b342730d4f78e0f71b09d8d8e66da08cefed175 +size 461295 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab.meta new file mode 100644 index 000000000..134284dc1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterSplashTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842eed22e77c0842590d3892d8e0a67bd2848ef1b17caa80db9b87fc129f4fe7 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab new file mode 100644 index 000000000..44c1283fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f6e720b4089fb78093fb2c3f52c465bfb99058bf0e424431939c4252956e4a +size 453568 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab.meta new file mode 100644 index 000000000..2007522ca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallBigTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b47e97118c9eacd1df4def8f6fa14c49ed5112b9358bcb60ba2e27c0ce812aa +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab new file mode 100644 index 000000000..1b44ea21c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc4cfbd56b2f3a8d5440507796bcc217782b04dcd764f5d967a058d7f6ac1b4 +size 453400 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab.meta new file mode 100644 index 000000000..2b6f95f1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Flowing/Transparent/WaterfallTrsp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb5c578fd38373639a6955fb3df0c25c6f01ec056fb8f980c16759f303906db +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Other.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Other.meta new file mode 100644 index 000000000..76afc886b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Other.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5937ad76cf98cdd6c7e526e54050f147342728b0569f88d7be50d529863656 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab new file mode 100644 index 000000000..a255d9354 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73a89a57d93ae86d4cc436cddaa3ee4e3fc1cfa5835c5fb608a730fd68abd95 +size 113470 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab.meta new file mode 100644 index 000000000..069e0780a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Water/Other/WaterRainRipples.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126974fe7f13dd74041ece1ad0425ae9a9199663f9782ae24132c07606a09c2d +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather.meta new file mode 100644 index 000000000..c5561c135 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd24e9c753129f559276e16e1b9f92d4e147cc47ff5cea38470ec8e7b3ca6a3 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain.meta new file mode 100644 index 000000000..f50a4cda0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ce5ab803bd40258aee4473c8a9208f94c7aa8aa6db39ccfa199b8608f7ca88 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab new file mode 100644 index 000000000..7f753206f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5d8e7e3e4f81173b11af9810b72680d16c2bf975337947cf66642295aa96db +size 459672 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab.meta new file mode 100644 index 000000000..d7e6ce464 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainHard.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d30f98995b7f6129eca762ef864135d126ae560de7282d3cbdb8e49ae4fb53 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab new file mode 100644 index 000000000..3ae86c602 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0d068ad8a1bce98f77fb10d8075e7cedcdbcb5c1b738a9c2c28db8575b870a +size 229568 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab.meta new file mode 100644 index 000000000..87b3cf9ec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e417f9c7bc16bbb822844ecac55b87a4e96c94840633380d5492cf108eaa9da +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab new file mode 100644 index 000000000..d19a27981 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346e8ec374681164411552e2beac186cec2c3ecd86e15ff107d34d10943ae28e +size 229568 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab.meta new file mode 100644 index 000000000..6aee26f83 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainMedium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caae810997c329200f37ccdb7e87478aab483bc7388b39eeb5350a36962593d1 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab new file mode 100644 index 000000000..e056136cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa82a2579adb0b67b9eeb743d491c7ca1347d6189cd45442d19d44d32db187a +size 114492 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab.meta new file mode 100644 index 000000000..4c536b158 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainSimple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aedb43651658cd23e6471de315b16d3eae81166666a3a69c7867afaac987bd2 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab new file mode 100644 index 000000000..74ec25a96 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d5810dcf9ec8d627eacdc655a9f5a349913d2c03c5c842d9d54205ef37088f +size 460164 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab.meta new file mode 100644 index 000000000..dcd1c5a07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Rain/RainStorm.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c3022d10e35beb63c76b207188ab9d6bcc0e95bcc672fd9e16b961d6255343 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow.meta new file mode 100644 index 000000000..a4aa4817e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcd0b3b2032c5222e5f9158308c5caf8bce8df81653824181246a46b7a6c452 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab new file mode 100644 index 000000000..bc4870a48 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9498b652d34f8689c9d5e14d717188eb9a788b2e4b08bca4cf2e419f9ed7adfd +size 113163 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab.meta new file mode 100644 index 000000000..e3534f736 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowHard.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774995314e3aa1035549535c5e1ef24d2b8ec4e7496b75552caf9dc5636ee7a1 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab new file mode 100644 index 000000000..b9f30e585 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061b2b42911a8f589f1d5645bae295406bdc5c6c51f866810546511ad445b588 +size 113159 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab.meta new file mode 100644 index 000000000..ef03841c4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97bcbf51ebf221cd9eb55e675df1b3cd61298328d3aa7457865986079e55b3f +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab new file mode 100644 index 000000000..0fc35630f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10548e09af3a71dced8828c893bcf05e965a8be846026a0442246fca6d9e457 +size 113159 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab.meta new file mode 100644 index 000000000..5be2c0198 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowMedium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de92eef9a3cf96ae25a73a4645e6ad93316e9d77c04118bd716f338d4b3b8f2 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab new file mode 100644 index 000000000..5ea651e5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8c139b75927adb71a0c7308df0060a943df18b5981cec73165f9dd909463ea +size 112706 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab.meta new file mode 100644 index 000000000..fc3075030 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowSpinny.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f1539e26734753188349a89da2b252cfa2ed1d4785ee205f11e0d155317104 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab new file mode 100644 index 000000000..026830de3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b6310885235f95d434357788df2a8d3acbb93718bfbe529990df2472603974 +size 226511 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab.meta new file mode 100644 index 000000000..b97580785 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Snow/SnowStorm.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c0a294cf68fa89240920192a58336f0d983845487b4c906a4c3309d3722035 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds.meta new file mode 100644 index 000000000..9150ba328 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e2e5991f1f4b044adef6529d9c7854a981836d3286109b75c86b4ae9fcdaa8 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab new file mode 100644 index 000000000..15a52da4e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3903051acb8fb8b4119d09e8cabd869a1bd12d0b62ff7ac9a05e048b77a6fe44 +size 578125 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab.meta new file mode 100644 index 000000000..b4929ae2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7af72040e59f872e38fb952838ab583078fad8d0b2614e2203cbb5c101cd26 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab new file mode 100644 index 000000000..6c8c76251 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a4ea8bdd7beda610037a3c8bf39aaaf0f925ca06bf663995133af442f6c833 +size 346147 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab.meta new file mode 100644 index 000000000..ac2ec4772 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487d3f66bd199faf6ef871fe16869c46c54310d90ace3f7491cc63766a8968d3 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab new file mode 100644 index 000000000..312acbfbc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39885c94f985e9ea173a9db5b50808a3b1934decac007333e526950597502a6 +size 346093 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab.meta new file mode 100644 index 000000000..15f262155 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Whirlwinds/Whirlwind3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff636c6c2b5bae316b1b84618233adfa69f5750c95a405398b1d044a364c55f +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves.meta new file mode 100644 index 000000000..546214dbb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1d1d7e0ab78b7541f2e026ea3fa57c4fb3db279e7673da7523a6afe7bece91 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab new file mode 100644 index 000000000..190141162 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df3c797c05060e9354a05abe5c512201c82b52ae1e6b6d130fbcca74695aaac +size 113737 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab.meta new file mode 100644 index 000000000..ef1987ac4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/BlowingLeaves.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de5f95f55fc9f9c433c08d701668f8097592691a0fc5458bc48981dd1b703e7 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab new file mode 100644 index 000000000..957c4b00a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862e6c99b9b9a0185501079a976ebd9879cfe8fbc6086902527debeeeaf04bc7 +size 116355 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab.meta new file mode 100644 index 000000000..4354b17aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/FallingLeaves.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a732553cfd283361eff04ef71f28edc3d8a0157d08847a0addf557d4046c57 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab new file mode 100644 index 000000000..f2d380d67 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76af004c04d38c117374d297034cea4f3dd5bd78c622829f72694d3fa124e7f4 +size 345029 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab.meta new file mode 100644 index 000000000..485d9c569 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/LeafExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74098846b3942516e6af92087fce1d9ce88b9cb3d2460179244ae3daa50359df +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab new file mode 100644 index 000000000..fc96d56af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3061b0c418f64c8758ecdd48a25be52e345762e81c496baf3831fdef2153b608 +size 117435 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab.meta new file mode 100644 index 000000000..3d4a4a32c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead17719a2f4c304cae31c2268eaa4bbef09170a40bc62ccc8e016c1ea693f52 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab new file mode 100644 index 000000000..e04634e97 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bfa2c9abac0383ad4c3edd63acd485009831ebd2a6f198b34804542594519b +size 234870 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab.meta new file mode 100644 index 000000000..f02875656 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/Windlines2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d815bebd767a600a099263a42650af3593fc9151034a0c5f39af91dfbb176e97 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab new file mode 100644 index 000000000..669e7de3a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb4c538510658ac52b3b0be46e4fbe2f12a54652618e96bbf0e19ec74d10f3e +size 115365 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab.meta new file mode 100644 index 000000000..40abcd41b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesSpeedy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0131353530473bcbe4b6330c114583b625a7f5b3c11a214da4f261a38d15292b +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab new file mode 100644 index 000000000..e232dfae5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabe2439b5978e8ce675cfa19971b99e7ddf778bdc80a05caacc845ca3022ea5 +size 344117 diff --git a/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab.meta new file mode 100644 index 000000000..11621ae0c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Environment/Weather/Wind & Leaves/WindlinesStormy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3163c596841f367c83df10cdd6ef1fadccda490be88a4f1abe15b366acbf2a +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive.meta b/Assets/Epic Toon FX/Prefabs/Interactive.meta new file mode 100644 index 000000000..0bd497d3f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efd1a5d602bd3481f286d925d0bdc9c63e351be06d9cb76f041a029a6bd59e1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Cards.meta new file mode 100644 index 000000000..63918a35e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c68a682f2a7d30e80b6a9c92fbd0f9f4d8cb43711f3a4bc2bd89b3c36e04426 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab new file mode 100644 index 000000000..a5b3a6cf7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ea3f72a7413735d12e7ae70ad4cc406a27b3b472fcb404a36d4afca7e62862 +size 350641 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab.meta new file mode 100644 index 000000000..8d52e338c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d4c241a3255f08d65a294c2f7397252dc554115713bf5e2ff5a8e016d8c480 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab new file mode 100644 index 000000000..93a00faf4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04080c87e159d8bbc2b41ca58829d23bbcba6d7a72229bc0ba3573470838f617 +size 350668 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab.meta new file mode 100644 index 000000000..af3e236b2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee0ba900c7724f38fe5955c3d0679d5fd9c1cce12bdc35f6f04ed4b60b56cd7 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab new file mode 100644 index 000000000..f1dd48be3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47edb58742a47af0fb04f104949affbd764c8e041a732f1dce523442c4808289 +size 350885 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab.meta new file mode 100644 index 000000000..1378adefa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0562248b2ae16f760e6d26f3ec00d839f01b41b8b178eed3c2b7415feb21b6 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab new file mode 100644 index 000000000..a279a8d87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c3317cdf68eb792f30483179c213ee7f3a4a6af0e8ac0328cdd1d981bc68d8 +size 350643 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab.meta new file mode 100644 index 000000000..c8be273bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Cards/CardglowType04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b7f94b7af919d95be44766da3aaf12e74248d827a44f22fe13fc9ad6c483d6 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis.meta new file mode 100644 index 000000000..83307bef3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190f65cd9ed22cf0424f22e950757cdc117bd58d7591c8bf02f4ca51cd6833de +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc.meta new file mode 100644 index 000000000..067a3ef3e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad61872432ac5581d23c16c36da8faf6f7dc66f14ab7b14390f89b917e115fc +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab new file mode 100644 index 000000000..de437ed7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d7f518c8627d0b18e839a7cd94e5e3a34fcb041e80eef21cb4ca03a85ee73b +size 234311 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab.meta new file mode 100644 index 000000000..6bc4cfbe0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiHeart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c65a18aa32ddd384a02b27442b71cf1d4fcd8e60852c687ce35144020cc1521 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab new file mode 100644 index 000000000..33f662bde --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26fedf2363d2d9c4dcacfa6d07ee364c7b0c8a326be6835b157250a21480fe0 +size 232924 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab.meta new file mode 100644 index 000000000..a295e0c3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiPoop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acacb83b08d3ad7d48523ca643e795ce8b2d3ae8b23504a018f79021c28549e +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab new file mode 100644 index 000000000..55d1d9f95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd8a38bd44c2077ea9be08b4ffe47d831e78822e2f15be7e357560c6a7f0d08 +size 118351 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab.meta new file mode 100644 index 000000000..7995ce848 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsDown.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6cd320cc4c73899bf59242a4d6b3a8ab1ef307425d6b8aaf7f00d68f9a72d7 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab new file mode 100644 index 000000000..a44f8ec9b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787cf758b9af9c633c8bdd587824d0f60876050245245e4b12c147e3fd378a45 +size 118349 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab.meta new file mode 100644 index 000000000..6b8932caf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/- Misc/EmojiThumbsUp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dfb28095bf8007ddbb73c0cbfac167344b2be4e8da1bfe8cb7d00970dcf70c +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger.meta new file mode 100644 index 000000000..4dd8fa689 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e2b6bf8e7172f4a49911aa3701a2a3ac64139a3372aa5d48d1d4e2bfcb9abd +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab new file mode 100644 index 000000000..54664f25a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff11ffb9c5dca77ef8a985e47fd1feea5c7b062692ccd2a440469ad1af82cca +size 234670 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab.meta new file mode 100644 index 000000000..48fe687bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a644af2b1284239cae8bbabf56b06b66c005bf20e96e865a32a91c4325a31c1 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab new file mode 100644 index 000000000..9db988924 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58e3a1c4230cf75141997bff2e2a7ee3ec7a9ccb2e773bc33fab41b61a9c07f +size 234891 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab.meta new file mode 100644 index 000000000..c385d9398 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiAngry2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3671ece3cd07cc11f325c0a75c6a5aa4c9e39a8236abc4b47239f0845b377264 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab new file mode 100644 index 000000000..7553ae9d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52e9bbcfbfc4522092b7b6879eb4491835394d02665ac920d5435637777bbeb +size 233165 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab.meta new file mode 100644 index 000000000..4ce42f92e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiMad.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2107032fcbee1c2f91cc0550969292510f2240111cb0efc2d4ddbc21a01999ea +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab new file mode 100644 index 000000000..bded41830 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe4a3a5a82d6503578a085e6862d118f8ea565c72554c60aebf3d8778e8f511 +size 118345 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab.meta new file mode 100644 index 000000000..70398804a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Anger/EmojiSinister.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb029cb582d61884c1d826eb89fbbbeb1711066f518437e5ff610b33f5d73361 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust.meta new file mode 100644 index 000000000..13eb51268 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735ac284e824f9caf3f54abe400375b799f045d731c11edf0c23ee649e6c3f7e +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab new file mode 100644 index 000000000..f4bf74a41 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c85beaf532cfa7be22bce5cb8eb7e5c3fe1a548d80521c3c79f5eeaedde467 +size 353005 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab.meta new file mode 100644 index 000000000..2c97c10b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiNauseous.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38978beacb98c639328c70965a77e1465acb871b7447b7b5bf2c2001b4b9e10 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab new file mode 100644 index 000000000..4d5ec6c37 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9e27b066e4c60480f0eff585a3b0ddd697a4b98fa8c08657af3626bd3a6f24 +size 234724 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab.meta new file mode 100644 index 000000000..2b0ff0806 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiPuke.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55cc9db5b0f628b1f8052d86398d684ee51e650ff0ba54c40738cc0c98f840 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab new file mode 100644 index 000000000..f42f0ccf3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf96e5adfa51fd4ec53d15d43d00c91927628ab407d83b70eb7187f64a48cd94 +size 118243 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab.meta new file mode 100644 index 000000000..a15b37e1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiQueasy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbfbd987a9b87828a170ec2f355a80aec187bd668642145657c23ff356ae863 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab new file mode 100644 index 000000000..624ddb632 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd74936e088f9c936bc556186db7fb23c90bd9b661419da5cbd515e07c336c6 +size 352755 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab.meta new file mode 100644 index 000000000..893f0b4f9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Disgust/EmojiSick.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd622d3221b33a5e79915215ee013684f2455831d71edaf37d90c37209e26d0 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise.meta new file mode 100644 index 000000000..d06001c2a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e07e2599a99206d1af8c4ffc2ac28978a9a532cce64b3bb191947b9d60fd42 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab new file mode 100644 index 000000000..f232fd06b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8bb90f81b78d83f64df6dcba4034606fa21a139b45c61c0f9bb6f05e14407a +size 118342 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab.meta new file mode 100644 index 000000000..b7217152c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiBlush.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6d7b0e045af819322987164b0b17a74e62160ebd4b24871f3eb95780772f40 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab new file mode 100644 index 000000000..30df5b3c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e2f1fd46d6b22ea24c48466e865b02cb424413d0ff6d50eeb7f14d1d14b94a +size 118248 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab.meta new file mode 100644 index 000000000..be65e45ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiClenchTeeth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c1dad90bab87d5f5a2fc7ca6a8953759880a0d68afaac2a4682befe5856990 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab new file mode 100644 index 000000000..078e06a69 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5749d5cbe6f61bbbe4c7405b810f30f967b7f861c1cf89ee9c5317d16e0c6504 +size 118342 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab.meta new file mode 100644 index 000000000..1a3abf285 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiCrazy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd976ea9bdb6f9047532d6846003a3041eeb490b7960d6a8595a615930fede1 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab new file mode 100644 index 000000000..90caa1829 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc29b1466af8cbb182eb35249e2d7c40d726f6e6b49759e4da36ac1eaf8a86f +size 118244 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab.meta new file mode 100644 index 000000000..4d316b0a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiNervous.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d3f7a05e676c844a7bd110440fb44995ddd487c9264f3ab4a664fb2671d69d +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab new file mode 100644 index 000000000..2792ea93c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaee735cf897758f815418691d934cd75348fb1300f777fddcd7e463aecb2d2a +size 234904 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab.meta new file mode 100644 index 000000000..7547d0f35 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiScared.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9f4f273c011c180c6e4a20ccc538202da9591788d9c967d7796354371d80b1 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab new file mode 100644 index 000000000..2acdfee66 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ce4411f63481b743f44241289c4155914b28d17d03cc64814d2fe86cc6310a +size 350692 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab.meta new file mode 100644 index 000000000..614a6ec5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Fear & Surprise/EmojiShocked.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525bc974b7b45a7c95c22a837a3ea3ca92d49ed006b2c055a2c132137bab4390 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy.meta new file mode 100644 index 000000000..410e44d6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efd1211681d4f5a4be2cb431da94013da5d27df31af9cd87516782747dda199 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab new file mode 100644 index 000000000..39ffdfc99 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2b741b9fa36e2517bbf231785d688d2508381ffcd5a31bd9ad91c0aca01dce +size 233723 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab.meta new file mode 100644 index 000000000..1022d0e6e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCool.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df103e7d47a689d96e88d44610a2351d42bc6ab791211150cd179b1b0853f39 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab new file mode 100644 index 000000000..02a0bf941 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817360760b6b6388008e542305d6627fbf731a2b38d9040cb96e9282806f84d4 +size 118241 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab.meta new file mode 100644 index 000000000..6cc934a7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiCute.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc45ff7baea562ab69acc347051b58835cd7b7bfcfabfb974a7cd5e643521c8 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab new file mode 100644 index 000000000..98794b0d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0006a61c94ebd0089128990124bed0f2ddc1aa915c8c262cc124e6b97d4e160e +size 118241 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab.meta new file mode 100644 index 000000000..3d9010996 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6b84bc267de24c0007f1d7be80d3d4da032817d9721afafec02536bdf5503d +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab new file mode 100644 index 000000000..d23a39a83 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1acb51d08afbadfa3e701892a5ecc6a22f3370344082a5c84ee96cc89cc566 +size 351016 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab.meta new file mode 100644 index 000000000..5b208abe1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDerpGasp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7193dc58ae96b2d789865ab8c394343e9e9d404b1f36e78f3f636acfbaa63a +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab new file mode 100644 index 000000000..82a91de32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e6be0f25733321581dfec86dc93a9599502a57c326b9e4d1ddf4a1564aa74f +size 234306 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab.meta new file mode 100644 index 000000000..94b5a08a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiDrool.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32bd9a911fe77e4ac420e21550d602da70d75b027205acd438bd693e6a94292 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab new file mode 100644 index 000000000..6ab43f308 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2262ebdbf219882b01991c08fa6551d01c57c1a3f7f718b7541234c4fb375b41 +size 232797 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab.meta new file mode 100644 index 000000000..47f8785bf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiEvilLaugh.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c7a655150a8a2f4d46a634ee1978151550344d368d64a45ab8b1c4feccbc1a +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab new file mode 100644 index 000000000..87a84e0e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e463706beea53318fed3ad1a2029e11ffdf37608c92d9586b1d101039aa7890a +size 234637 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab.meta new file mode 100644 index 000000000..36dc5b3f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiHappy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f180129cc120a9a2df1968a92595b2657783990fdf65770f3bb18ab0ef410a94 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab new file mode 100644 index 000000000..1263eb9c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008315c8e826168028c4222e1fdd4ee2c0d4154c50a75e2daea1bd4f8b67b7f1 +size 234304 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab.meta new file mode 100644 index 000000000..fa190da2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKiss.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd5fde0ed5c1d85cd3201ed8170395bc4a9476d3ac386166d4e491b0cb1f255 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab new file mode 100644 index 000000000..10d5582ed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a7739c0238a0450c3bdfb07c00aeb5dc60ef0c61558765015c7b8c999ec93a +size 234534 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab.meta new file mode 100644 index 000000000..2a1bc354d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiKissyface.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0860de35c7c0e788c8b6cdd7fa8cfc692f106bb2974a1733b658292ff8655611 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab new file mode 100644 index 000000000..edf87e1c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11a5eb42c944f5255b9a2c34b353539b6f50b94ec9a640ed341b19f78b73d09 +size 348968 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab.meta new file mode 100644 index 000000000..62c9ecea4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughCry.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb9d92defabee761667483d287911ceff9c1f7da373ae8f81ccb587c4ce0d7b +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab new file mode 100644 index 000000000..84f550876 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9934a0265177f803ef89cdb68943f44e96d222bb512919fd43ec8689aa7c21ae +size 118251 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab.meta new file mode 100644 index 000000000..45a648b17 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiLaughSweatdrop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13cd855fb6c8817bc1932c89942fbbccac3c66f5a158838702ebe6e7488aa3f +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab new file mode 100644 index 000000000..b5fe40a97 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687b254249838bfbc2d20af01ab0c54d0fb61bc8bc0cbb34ed72750ad5b74d3e +size 118340 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab.meta new file mode 100644 index 000000000..3a1d51eaa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwO.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5b1b3952e8a0fc3af2a0a592839e7dff47bdbfaf6d20b05c71beff982cfeee +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab new file mode 100644 index 000000000..21c558c5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945ff1cfdd8f01c6438f5a3d937de318cb477feea87ad6d4dc1bd2db61d02dc9 +size 118347 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab.meta new file mode 100644 index 000000000..a5688a10d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiOwOEyebrow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e81c8856b07ccc9c262fdcc462118fadfccc3a010654cd882e73f871124f85 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab new file mode 100644 index 000000000..537ac742e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f39f1af04bc22e6ad2b377d7111e404bd3da7f6111d1f1d946dc3bb22cfa3e6 +size 118242 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab.meta new file mode 100644 index 000000000..12a86c037 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSilly.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4627be0615792d9adcdf8b8972362f717bca03cb43b093dde530cdb873290489 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab new file mode 100644 index 000000000..a2ae8067a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9ad44ec83a8d472576692936fbaf4497c39f1ded1ed3c7a2bebbfef228b097 +size 118347 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab.meta new file mode 100644 index 000000000..4799cc80b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyHappy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77571ac59a3b7228be7a53bf1e82f950fdca1e03ad64acdb3b2b4f8e79e9818f +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab new file mode 100644 index 000000000..82b95cd49 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bac131935d5d53a8b1c01c5ec0bfe32f65697233f0ccc1adc997fa81bf284b7 +size 118347 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab.meta new file mode 100644 index 000000000..16a750b67 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillySmile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3421ba1910d3cd368600fcf79589d82518010bdf7c497ccdbd9eed8bfa35bfd8 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab new file mode 100644 index 000000000..f349d8890 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d5f2db96fc3f7b64902fba64ffff60f7258bbd29a257e82dc9c9c8d2f0292d +size 118346 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab.meta new file mode 100644 index 000000000..e5d958faf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSillyWink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199091f721850d948219b3bdc4819fe1c3a95a354c3935fe0a6bcb69d29eadbc +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab new file mode 100644 index 000000000..005822cb7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ff5589a974363f21cf3034a4fd521677831ae70c916aba95ac7cda05f93a74 +size 118242 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab.meta new file mode 100644 index 000000000..ada97d7b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiSmile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4b076f9ea41f31f94b3b1b86a78c03976fd296159e350d4f3ebbfff8c489dc +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab new file mode 100644 index 000000000..f60ac26bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1da20a699fac4059efad03183cda0348b8bc9288f501b7378fa731a3d1803c +size 233812 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab.meta new file mode 100644 index 000000000..2e5dc5f0b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiStarstruck.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c17502a3eadf42908ec62e830fa112fd2e6db028f44be0b12f383943b04fdb1 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab new file mode 100644 index 000000000..bf82b61cb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f33d7f84508eceda674377254e99012b77ba7f1d79d40e51ae84c6df916f64f +size 118340 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab.meta new file mode 100644 index 000000000..95339fbdc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiUwU.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ae1ed8253f2b261905f2cd222d8064ea84fe489fab0f196fb3d7959c5c90ff +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab new file mode 100644 index 000000000..7178d3d0f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef70a36d51818f7f27e6d5913269bdb9528eacd216a100768097af8feda06ac +size 118339 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab.meta new file mode 100644 index 000000000..4162a7fa0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Joy/EmojiXD.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cfc9c804113e77334e682be89de39c7449baac8a189d96df76672333e6883c +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness.meta new file mode 100644 index 000000000..186c22150 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b05e53cb29183840069166436628abb02c89c255a4a9f0c116bda33120f00c +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab new file mode 100644 index 000000000..4d34eb3c9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93aa3d89eb081e2d39d33f901b2dcea365b5cd4dfb8c028d0d2e806a44d130a8 +size 234681 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab.meta new file mode 100644 index 000000000..d77b98be7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiCry.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769d8f9d6b6daa0163e7ed3fdceccacee25d583f4ab3e04a34dd5947c50d03cc +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab new file mode 100644 index 000000000..30abd03ae --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1131dea21536bfffd378ffcd9807ff147932add090c2abba3f282d73a2a500 +size 118249 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab.meta new file mode 100644 index 000000000..a11d3bccc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiDisappointed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25b251ed1d7f5098aefdaafe64d1eaa2b03d78e409138664dd26e32db29d817 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab new file mode 100644 index 000000000..82a077e7c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47363ac1f7a560966621d90fefbbb7e009fc3e57a4a54d3a49904a7c99740673 +size 117837 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab.meta new file mode 100644 index 000000000..57069ec65 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiExpressionless.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d517982518c7d4d39d22c99b842b64a9b5f641954e24e4008a5fb09770de601 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab new file mode 100644 index 000000000..2c9f93544 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d072eff71aa3fe4ffe52bb9d16b4c8fd4bcf7b8e2d8a10f3877609e01768584b +size 118345 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab.meta new file mode 100644 index 000000000..8ed551ee8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiPleading.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed971e2c0c98acb7b651103021dcefb8dbbc78562cb84f5bb10a81461e466a6 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab new file mode 100644 index 000000000..e88912ca4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82809ebc4794bf1bb77bc4cebc48f5612348d6eed905e27770ae7ec2272a8c4a +size 118240 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab.meta new file mode 100644 index 000000000..9c1dfd898 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSad.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2607a8fbef369c2f71f386c413f87f78a494ec381bcba35791532037b8f0fa0c +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab new file mode 100644 index 000000000..8db50ebd4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39881416e151776edbf34490f4ef303071cb095cdd48d92ae06d7f701dd4a596 +size 234904 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab.meta new file mode 100644 index 000000000..446c0406a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiSadCry.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5e1940416af0f848d7e2650e7cc99e0065dd9ccabd2fc1c3ca91c330064385 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab new file mode 100644 index 000000000..6ff02cd36 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51ff3da115e346a467df27ad7d0e85d8ced1341519b1e1ee285117aa7045eba +size 234687 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab.meta new file mode 100644 index 000000000..68b1df570 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Sadness/EmojiTearyEyes.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d0822d3ae0117ee6dd5ea1b567de0b9f099aa15b86352062308320d97d0f8b +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired.meta new file mode 100644 index 000000000..cdc62547e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e969eb831ec03c63dfde4f85eebfb77093de2867d802a8a8165646cc9a724c6d +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab new file mode 100644 index 000000000..dc183e7d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af33f2eea5697c5ba4d24ad64704253490009d50c185bb2c77d17460b4fe8e1 +size 233144 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab.meta new file mode 100644 index 000000000..6ded3d8d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDead.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6f1c1a15b38569b53f860fcfd6b75ed5cd397ae1981d6174b3cb449d2656c0 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab new file mode 100644 index 000000000..ea5a17f1c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7c61ad81dd80d79c070b0cffc308806313077d96040c5c6d11da33578850cc +size 118346 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab.meta new file mode 100644 index 000000000..3af5eb547 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiDeadTired.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ea837dc6fffbecc9f5745f7ef515ecde32ad3e29a1744c1335be059f504d84 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab new file mode 100644 index 000000000..4c80a42cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd5f67d2d589f6ba9f145ac616f3fe2e5f8a216148abf3aa1d9c4884358354c +size 239703 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab.meta new file mode 100644 index 000000000..79571d155 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiInjured.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f867425b3211868b0b781834a989d88e01c62de75c364fdbc21f1ad182afde +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab new file mode 100644 index 000000000..76387157e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c42763112e008444b6e491b2adfccfbc05b4bf2bc16bde509c140c2365fa24 +size 234117 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab.meta new file mode 100644 index 000000000..7e44151d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiSleep.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3f1053b4ff7ba7175692ea8b8a7f893dd143411391658d4068c2317636248c +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab new file mode 100644 index 000000000..ac1b93287 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34f3b4bc31cbe306bc2dd764951e46206fd2018b34303885615ffc5f29d9688 +size 118341 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab.meta new file mode 100644 index 000000000..3c479db21 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Emojis/Tired/EmojiYawn.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4814d3a7a5f5d8170d59b5014294309638a1d6b42297c219946e994c5390e4 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Feathers.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers.meta new file mode 100644 index 000000000..b8be647cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b61b9ffea82a65cf53aa0c72d071a7fb2f485b14d2357f39bfbd6f80c9f304e +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab new file mode 100644 index 000000000..d46e5bf62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737017692b4d9d45a84136201d9de5b4d880bb7310f58751376f55c344afb64d +size 456759 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab.meta new file mode 100644 index 000000000..4f9f65fe4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c85005e7fc2d3577076017e343e418e5e4ef1fb3f315da6cbb6407a75aded5 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab new file mode 100644 index 000000000..74ed55af4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f094ecdc06f1f5bad4c9c6ed84192fc36e80bd2770c58c8de4a06cc6dc9f327d +size 109709 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab.meta new file mode 100644 index 000000000..f70b13e07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Feathers/FeatherShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bfad031a615463e142c4951c1ac69dc058ce83b97dce98d997cedb00113550 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares.meta new file mode 100644 index 000000000..70f6ad5c1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb286251349f5e208cad43ad4f179ef2c73a60b99b7b4433a20dab0fc72e5aa9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp.meta new file mode 100644 index 000000000..0ff0a722e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a3103b0be14a6b156a624ca5eaab09d7756181a1e26d5ef486ae6b326383c2 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab new file mode 100644 index 000000000..4a79a97f8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f732877db76e09b5fefad32d1258604c1fd8d1a636d46776ac03db2a50510848 +size 347945 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab.meta new file mode 100644 index 000000000..5deaf133b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632ffae9417e10e4411b5fca1ec3d4d764598202eac0cb4479de7430942708d6 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab new file mode 100644 index 000000000..90769f72a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c72df1f92290e2de55637e54427c32eb979a4f005e28ecc60b4c046c72511f +size 347961 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab.meta new file mode 100644 index 000000000..a3b4f1aa5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35739df60f34c7c61570f6e92a1b987a3cb395bf8c37a396c6ca198ec49cf759 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab new file mode 100644 index 000000000..7ef3be508 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f846f692ee26ea78f9fce9cbbfb850b702ebdcd9deca35e0bd9788f4316e0e +size 347950 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab.meta new file mode 100644 index 000000000..4b066a6a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436d8a7f9971ed94d23d36a0e756abee21354dc820a54503e5605524af197141 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab new file mode 100644 index 000000000..11701e9d8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1599d9fd8a4d40007924e8100a7fa6367e695b4d23492f3387853f62627177f2 +size 347939 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab.meta new file mode 100644 index 000000000..fc198fa95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba63023fa293a77b585d8dc964b4806d03379a0b4db3aa5a29c69fff4a200ef +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab new file mode 100644 index 000000000..d75ad3156 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb5509e612f624f9527663418c8e5b906ab2cf2826225bcabe0cc29a0ccc3c0 +size 347951 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab.meta new file mode 100644 index 000000000..046fe7b7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Sharp/FlareSharpYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07aefd10c5d32f4d23d86b43a407b30db90777c558faf90c32fe9cda1456a332 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft.meta new file mode 100644 index 000000000..4f00b7d20 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dac384cc25514faa46fbbc667e51be6da2d2516a95ccd5703f1df5a1318b28f +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab new file mode 100644 index 000000000..507a24d30 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a6936a6b2d6308ae454e04242ded9af9ac7c0651398ee72c99b480a5cc42fa +size 344352 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab.meta new file mode 100644 index 000000000..ad4ee48a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f358091e784bc0ed8a5356ec2196be23aa518f167dde373d86d4a7fefa1491f +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab new file mode 100644 index 000000000..3f4a1ab8d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4040d8c28876ddbd9ae8f194f8dcd01196dfa20d3b25c7dc503777f52634d4e1 +size 344348 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab.meta new file mode 100644 index 000000000..74d9a8bb5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b4298c6beea98e596c27d20d955b5977cbf2135d5e1730b9fbee964416f411 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab new file mode 100644 index 000000000..5805ae9b3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd22f7793bfcf1ab0dcc218a5945fbe6979cc671cb48f0cfc53fff5853335ade +size 344361 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab.meta new file mode 100644 index 000000000..f9aa7f1e0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063e729b556afcfe947bb0b05354a7a38117303ddc14e95f9ac8792e153a280 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab new file mode 100644 index 000000000..c6e1a44ca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4724590532ee992d064c1ab3d0009bf91ba63de838a8b6f5bfeea60592449996 +size 344370 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab.meta new file mode 100644 index 000000000..04ec5b7b3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3cb016d994d5a614b755d3df8cca344d17cb3ae2255168dd4b09cfd8370f4c +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab new file mode 100644 index 000000000..b8b85ea7e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5f79655d8afe03b3556bf342c8a46eb26dc2361fb776086900489620122c5f +size 344367 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab.meta new file mode 100644 index 000000000..230e8493a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Flares/Soft/FlareSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0230fcddf2a343ec8c2395e67dd326c1e316a44f02e110f13ce3a8438e16ba +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit.meta new file mode 100644 index 000000000..4295e470b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9116f773d188f96ff6002799d25a52d4ff8b04c47f3259863002808984ba617f +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple.meta new file mode 100644 index 000000000..4da7dd2a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f28338d4eb055ade2d1248c72c1d519ad7b9d4c0e75bcb54ac09f251903e61 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab new file mode 100644 index 000000000..adcd4438c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b2e452277d73ccf3281f2b98e4106cce79b5e12bf1f72e11a4990e3dbd6c3c +size 456827 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab.meta new file mode 100644 index 000000000..db2edde04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd5e2284354aa1b29746de4357797185031f4acf27293e55593233189f02350 +size 362 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab new file mode 100644 index 000000000..7cff70cdc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b37541838167aad3ab2cda85bc6897339134e6050c4dd3a8050c2ea2d51530 +size 456830 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab.meta new file mode 100644 index 000000000..b2dd43c32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188e33bc9e11f83515a341e1ac8a55c37eda2ece05ed4f49183ee5c7fb4f05b4 +size 368 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab new file mode 100644 index 000000000..2e37cb8ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820f736ce3c21e4ae7fd85748c72db317efcaeeafdfd85e4f690fc52466ff53f +size 112178 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab.meta new file mode 100644 index 000000000..b33f0a7a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccbab353699c5beeb1b2c4d0526b5c5b6c5d5c6c57ded8ff5490221c1199574 +size 365 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab new file mode 100644 index 000000000..5a6d2740a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d7c6cd4e4680c2748dd43f6f1218bc1497d4ea5d7ec35affc2294cfd2e2aa0 +size 110941 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab.meta new file mode 100644 index 000000000..a51e0457f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Apple/AppleShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988e13748a1ef10b598545a168e5d5a063c0a6b514f086895413b503cf0a108b +size 363 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana.meta new file mode 100644 index 000000000..6a0dab74a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5daf1a38e54364af06f17b7e2fc343376545cdd8bb292fba9b3a7737dbe14e6 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab new file mode 100644 index 000000000..fc06864b3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bc716158b1d8e544bb29baa432d6e4ddc1a4bcdbe0fb40eb485c628e81a586 +size 456819 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab.meta new file mode 100644 index 000000000..052a693ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eaeff138469e4024512f623cd223f73fadb8eb1e09745121656471d187b1c0 +size 364 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab new file mode 100644 index 000000000..6f76b67b4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3a2a8afd955d7ee619b87bb69b5dbb8dc02181e8359a630d8762cc54fe96f6 +size 456822 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab.meta new file mode 100644 index 000000000..0c1471c00 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0670eeddb0759b43136858f1faab3ea26508b544bb18c9334004634177a818c0 +size 370 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab new file mode 100644 index 000000000..a17a316e5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8020e30da68fda2d058e372d9687af838315295d4f3b33fea6fc0920aac1bcea +size 112170 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab.meta new file mode 100644 index 000000000..24221223c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7287e1ff8ca4bd1150b24aa7996059e34792f5ec77d0faf48b62b39103786254 +size 367 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab new file mode 100644 index 000000000..b3a1a8589 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c25bdf69f3d05b407443f2ac3da4208b161de64cdac551b74c1592e322510b +size 110933 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab.meta new file mode 100644 index 000000000..bd1a693bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Banana/BananaShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07996f2e6670e4f1bd5843a46d3b5362df4cb9f495755118eed35d04f810b595 +size 365 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut.meta new file mode 100644 index 000000000..a9f013c02 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98700966e4af5ec585eb64e02bffdd5d60ee7f9533759ce113a5c732ad9e441 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab new file mode 100644 index 000000000..39e3e7aaf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e177175128daa02158d4510ab87696b25853307d51bd60401048baa8579784 +size 456828 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab.meta new file mode 100644 index 000000000..e8d8e7b85 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e85c8e5c1449e3e860768c2a31bff2176601326982dcd6d47992b3ceac12ec3 +size 366 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab new file mode 100644 index 000000000..1ddf3be04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a481b6a59103ec585d495ac65fc7f5d2d3f116d3da0c1a7a3815b2fd8d1c403 +size 456831 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab.meta new file mode 100644 index 000000000..73a558570 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e662c64f117b7aee2be5ad8bc4d45dd4d733131e2bf377e2f04c570c95cd5d +size 372 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab new file mode 100644 index 000000000..56233b0f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b904bbc48f4243ffda75e29b7acdfa1822ad44399b90ccd1dd1730419c31aae +size 112179 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab.meta new file mode 100644 index 000000000..3a5e5385d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1074286bfa3c7733a658ee94b363d16bc823214a3c231b75b6aab07b61771070 +size 369 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab new file mode 100644 index 000000000..ff24c9f89 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b085e8e0b76f40ec3a24cdf7ab2107adafceb496fc7e7f9ccea987ef9dcccf +size 110942 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab.meta new file mode 100644 index 000000000..d055f2a9e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Coconut/CoconutShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b0cf5d227452a43f775359d1b2ac985c0ccd235e169215f3502049780d6de7 +size 367 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix.meta new file mode 100644 index 000000000..e5a464709 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7c5cd5885f8db705b30d0b7c911f56f943f49dd88bd9fda78326b191478540 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab new file mode 100644 index 000000000..e8cd6edaa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a22348f0568fc409529bc8bbebb0696ff643c4d5d3db9f82e11b3ceda9f8ee +size 456820 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab.meta new file mode 100644 index 000000000..da7bb367d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c7c29361423eb2bd395e860f8ccf27cb2fa3c35094fc2084a87a969a4def43 +size 365 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab new file mode 100644 index 000000000..67fbc283e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585e90d9edfbeceaf9b4cafe1565ec708b88ab499b66a86a0eda1763dec52e63 +size 456826 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab.meta new file mode 100644 index 000000000..f739da7c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a63e35d7e87041821edc073a56977b6d530b82266587a32e95e6a798b8fae8b +size 371 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab new file mode 100644 index 000000000..dd97597ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ef7fe83c56eaadfc123a6ea3b69082d7f63e9c98841a26df1b62d53f822206 +size 112174 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab.meta new file mode 100644 index 000000000..8fe2f5513 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6894fd5638913cb4e61e41a4540708d974584f8cc88b1997fa30d91fdcd00e3a +size 368 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab new file mode 100644 index 000000000..e76c0f0df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5841ccc71fe6d1edef81d456b0afd0904d3a8b9998e37e8df311f3b4a9a5b9d5 +size 110937 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab.meta new file mode 100644 index 000000000..ef6953a6d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/FruitMix/FruitShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6226b8c3748d31a377d8ffcf5b3426bf7925f197e0350d1fbe7094cd6b1b26 +size 366 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape.meta new file mode 100644 index 000000000..f0342c522 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed09c491084b0731a11a72db28933e69dc96f7b869dfffdcaf1a1e00cc7bc30b +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab new file mode 100644 index 000000000..000808542 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1893d9b012acd03c6fd6f7e48a318d2517345981c8389814b586115da108d6 +size 456826 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab.meta new file mode 100644 index 000000000..046b615a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab5142375e6b0efcbe1248af0a5302f7005ddc0cd5f0a7ed6f9f43298d2f803 +size 362 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab new file mode 100644 index 000000000..cd25e2be5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92ac61a0c544516d2fbad0960ce6959f9b8ba24f4f41c6aea2b7431a82d715f +size 456753 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab.meta new file mode 100644 index 000000000..d81ba5df7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca4558a2aadc4b29562c0297440b2cc882cced68235a33f8348efb680593aa5 +size 368 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab new file mode 100644 index 000000000..064822d62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abba05df226c00c3abc2ed5998bd34019ed138bb47cc8d8f5fadc6febdd8d0b3 +size 112177 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab.meta new file mode 100644 index 000000000..d1c04c010 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6bad2ea881a9e3e867ee325aca03af86fd06917e7c468366d86451ff0827ea +size 365 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab new file mode 100644 index 000000000..114e645f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9cc640f8011cdb26aff1f93532fcfc7d75ba0e6c60eb5da11e3bc38a3de579 +size 110940 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab.meta new file mode 100644 index 000000000..60e5bcae5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Grape/GrapeShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d557d95f4c73280872019d26cb1dacb2e30490d07c3217f5cb224b59ae9df7a3 +size 363 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon.meta new file mode 100644 index 000000000..41825bbba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28ba131da4db687673b1278a6845d6783fa383777458a799fc8832629913bba +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab new file mode 100644 index 000000000..da2d77263 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5c991c4ea194146ea446b3b25d573e6f41388acbb67cb02b47c20ee6c9961d +size 456827 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab.meta new file mode 100644 index 000000000..64d44c2f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325907edb002ecfac25019165f819fb77dc041be6a02bc5fe901a8b9836e3b85 +size 362 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab new file mode 100644 index 000000000..8bcc5f9a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffae6a5630c3f597051e67d6cc417c20e4a7242f5b990df50bf4f5b2d504d6cf +size 456830 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab.meta new file mode 100644 index 000000000..4edcbfe04 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25f7247c58cbf2f4924a73880a6ef318714e53999d9154be0912617f8c24bdc +size 368 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab new file mode 100644 index 000000000..42324dce1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648bb9b861d7b2e355727c6705b91f513eae9d3c01cc0d804fa87d3b192cafe7 +size 112178 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab.meta new file mode 100644 index 000000000..105ab2a85 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0c3730ca646f2f4167b6bd1d90fcbdf3131c40d52849c97f198388f7cf283d +size 365 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab new file mode 100644 index 000000000..fbb204116 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612a10b357ec76e612c4f383b7192304541a84eb2a8f8dcd0e265a50a37eee85 +size 110941 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab.meta new file mode 100644 index 000000000..a5b39cf18 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Melon/MelonShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5883984692724a43ed277a3b35462430d88f4639c66fb14db6f664d07474eae0 +size 363 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange.meta new file mode 100644 index 000000000..cc2b8ecb6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0085ccbb11426477cdebed608c71d9b54ffe6cdd43019754a1184fb010f622c +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab new file mode 100644 index 000000000..3b6463e1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3be9f132ca9b9e89477d59ff8c37a7b303ca34dd929fc03c450103c9b6bf12 +size 456828 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab.meta new file mode 100644 index 000000000..7e53e9332 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa384159b40434a380e78690ae0c2bf476702ec3a520ce675b61a23cdd39f13e +size 364 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab new file mode 100644 index 000000000..b1bcaf87c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3000a498bb1e2a54886af030137e5cdc29343e18d51e42cbf7712a1ab94e43e +size 456831 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab.meta new file mode 100644 index 000000000..530acc5a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464c02f4902cba17432c2070f68bda87df8667b06137adfa628cd1c7b30cb6ce +size 370 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab new file mode 100644 index 000000000..8bdfe1e07 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c75111feab2e708267d4d71c23c780335acb386e115660b349679dc4b1f5b53 +size 112179 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab.meta new file mode 100644 index 000000000..d87fc0b7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0e872fb902d7f1340cf8408db742e020354b3d637c366d317acb9a04748ce3 +size 367 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab new file mode 100644 index 000000000..2e91d44a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b13caf053f16d9be82be4e59e4eda49e6cc8b385c39d0ec608cf24c95f546ef +size 110942 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab.meta new file mode 100644 index 000000000..ce508ab1d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Orange/OrangeShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d3b90151d8914ade1b0d32301be4e2c5247675cf8f1884daf19a2cae1590f2 +size 365 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear.meta new file mode 100644 index 000000000..6d3df0300 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0f3968246800274d9305cf14f193c3723d0ef7988645850ca1506738f049a9 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab new file mode 100644 index 000000000..d762c58dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34fdb8df674155be81e5549f90513236ae64c048572670b4e4deb8cb6eb9aa7 +size 456825 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab.meta new file mode 100644 index 000000000..e7c151e6e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02fb9288dc138e99a16a9c126198e2a01ee599730ff3d3333b5e6a2015b96df +size 360 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab new file mode 100644 index 000000000..90aa8035b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757b90637f8e273fbaeaddbdc5e5d0b8771912a55687ff5fc1f6bbee87209bc3 +size 456828 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab.meta new file mode 100644 index 000000000..5bb76477e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb48f6dcc0f3f590b9fec02aeee4179f65c2d29aafcb4cb75833d693c7695c5b +size 366 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab new file mode 100644 index 000000000..92c6e33a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f884403bfc9a8d2a1084662a32c39e8df2272ee635d45f01d734aed253dacd +size 112176 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab.meta new file mode 100644 index 000000000..2e81d40fc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890c4592ef5413ae8331245ca1f681d055f8c1b896072b372a0c451f5978468f +size 363 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab new file mode 100644 index 000000000..b106a99eb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d1c11091de1bdd7c3369dc3bda52e1fbc86c074632bb7e64f94dc756d97e78 +size 110939 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab.meta new file mode 100644 index 000000000..d7ab8eaa0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pear/PearShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e14b97e54755b0897b61c61df9757436f8a2982401d033c9ea1a5a79b32754d +size 361 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin.meta new file mode 100644 index 000000000..c771c0cf1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45287fc1a124e801a24dc4c56044d8f4dfaf0abb34b6ce1ff699317a2fcff107 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab new file mode 100644 index 000000000..80c9708de --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9979fe41ca8370fea13f8e6804f936f4e331357c494985acfcac5fb51a08faae +size 456828 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab.meta new file mode 100644 index 000000000..bb270b897 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09f2e3b24f9c335c9420d3f80d260b475be89e0cd219ea32d25ba79942e8ec0 +size 366 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab new file mode 100644 index 000000000..a4c765f8c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e234114553f06c630a4d85b13a8c3e214782fba6b87c16f75f77daafab6790 +size 456831 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab.meta new file mode 100644 index 000000000..0eedceb76 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6854dcd60bdb68e7ed866e335c39218ff9d8567c8fc108d676692eb9ffd48647 +size 372 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab new file mode 100644 index 000000000..0b7b27342 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75b371c263d6ac4cae1427b8533c8b957329b0e7a02fb1d526c5b2889515b57 +size 112179 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab.meta new file mode 100644 index 000000000..7b477a1c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690ec8bca665d4924a3283dc5f7c812a23d9a5484977508fc199a2c765fcc34d +size 369 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab new file mode 100644 index 000000000..6db231c93 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f8872925b5fe833b2f0c0604cec5ecda9053d499d03468c0c1348bf2c77e53 +size 110942 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab.meta new file mode 100644 index 000000000..ff248c403 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Pumpkin/PumpkinShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485592cdea540c61377cea1fcf0514955d3f73c4452b08c283c39ced52f5758a +size 367 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry.meta new file mode 100644 index 000000000..2ea1c3835 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b011a76fbfd84e3943dd7cb58ba31aaef053a03afe9b812b475339a540775761 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab new file mode 100644 index 000000000..5e56023b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c13641c5e583625438f08e2f6467fbb8dd93d8443c5807b7d725f30586efb7 +size 456832 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab.meta new file mode 100644 index 000000000..a9c6b7f5d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f882214fb76ecc143c881dfbb759b281e454244412b22d82fd0cc311ddc7e26e +size 372 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab new file mode 100644 index 000000000..264226ce5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab113002ece609e479115b3cfaf9e53aa51b427455c6d543d7311e3076a7e8e +size 456835 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab.meta new file mode 100644 index 000000000..4c835e79e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1f0e208c083ffbf9e2f338ebe112bcf9be8f96a9f3ece52a080d189661574b +size 378 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab new file mode 100644 index 000000000..2604a5740 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3def191ae24aa06b0aa3d4ba027a5418fcf216e69d9157f49d269766c952af +size 112183 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab.meta new file mode 100644 index 000000000..9267d0f05 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081f7e880ab53a5c6fa8d89c575fb4d753c693eb0cc05fe48b4e3bbc2a632ed3 +size 375 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab new file mode 100644 index 000000000..862c0b720 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0b06266569fdee17c7f82b98bb07112a56e8f2dd0d0c112dacb1ec44b730ee +size 110946 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab.meta new file mode 100644 index 000000000..9a5c198b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Fruit/Strawberry/StrawberryShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c8e424e7723f015ee18a704eb2cc1031ff8191112ce0b42a737e40547ca8ae +size 373 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing.meta new file mode 100644 index 000000000..1a331cb47 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b988730c23ae5f431af4411057cfec332af56c11d27bbbf37847f2156afb7c51 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab new file mode 100644 index 000000000..99c54c868 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8eb54076c46863d9ee8a9a37b31a281dbaaf4a0caa3cf73ee6ef5feee52ec2d +size 570698 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab.meta new file mode 100644 index 000000000..f12eb2812 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealBig.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b50c22b1334c91eb34ce4be340c5edbdc7e79ea29c9a34aeb85f4b2ff07e748 +size 382 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab new file mode 100644 index 000000000..730c97999 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ac430323b2ec66bf7302cd1693fae7ac6ffd7f0d574968b77a0e6911568127 +size 456537 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab.meta new file mode 100644 index 000000000..a9c442b43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4d7b64fc2e0e4ed07804314ba85da29dd9ba8391d926a290c57b105f94235d +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab new file mode 100644 index 000000000..e8eb195d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79be75e8192c35bda5e4ca23ec219a41d8acf6796236728f3e1f72cd347c70f3 +size 458473 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab.meta new file mode 100644 index 000000000..d257b25f9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealField2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9829a5489aa6c68040a42e173df600e906cf4cfd7c88f0037dd0ad3b329c2bc2 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab new file mode 100644 index 000000000..b78763557 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99916e528e6dfe97d1e35cb1d58bda4be65f3242b29741483a62c0c6b1ee9ab9 +size 459041 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab.meta new file mode 100644 index 000000000..5f3a0fc7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealNova.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c84a211aa23fb4aadb05ef4c45606cb341fd1b3063beced97aeecb8e5f3ffd6 +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab new file mode 100644 index 000000000..da0f2ef22 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a71203fadedf4f4499c8ccdcf5dcce9ac71eb966aa335c53e0a22d2a5afd176 +size 343500 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab.meta new file mode 100644 index 000000000..e5662164d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnce.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9361cd93ca4332c30671ec2a7f2cffadd076abe0bd36490d5e784f0ad8d43b +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab new file mode 100644 index 000000000..8cca3a95b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122efd97cc61545bcf04377a63df5cdcdf96e80dd5f8f5398c64bb312c77a8c5 +size 343918 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab.meta new file mode 100644 index 000000000..942c13919 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceBurst.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7871ebec8750efb09ff4a119eb0255a9e01e5b285371663c642d76cef25c8796 +size 361 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab new file mode 100644 index 000000000..dcc35e2fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bfc97e18e5d33a3425bc3d5330407f853c304cfc9f2ddfed50d464731fd0bc +size 343487 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab.meta new file mode 100644 index 000000000..ccb2ddd27 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealOnceLoop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ea0f083da5f012db91cc356157279792f3dbde510f9a6bcac3810572facfaf +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab new file mode 100644 index 000000000..d5f7949b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aba84459adb5674825323e20805b031693cf45bdb0f29863243c20f8607a64d +size 226655 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab.meta new file mode 100644 index 000000000..5aa38ac84 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d5703d305507527aa3ec7aabe1f517692e32b78985096fab1cdac7a635be57 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab new file mode 100644 index 000000000..cb9a4d22e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3add0c7dbb51b94e8a6d3c232b909d20970d50bf9047f76ea0ed12d3bc83f4 +size 339019 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab.meta new file mode 100644 index 000000000..0521ae1a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dca968a7ec897aab5ae85c089a92cf9edc47d1e2b92e5a558353ee3e78ea58 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab new file mode 100644 index 000000000..40be8112d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba869e7053bcecbf672a8be1da35d984a755fc72f186292b19f05da5a21b383 +size 339000 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab.meta new file mode 100644 index 000000000..fbe237f76 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Healing/HealStream3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911a88897911fb768b0691ee1d70bd32c29c5656ce0e0616fcb9e460ef214d01 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts.meta new file mode 100644 index 000000000..11a2560ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061afbcd46016a34f55a48a4ad5b71debe8f9335247ac4f068fbd7397d7e4fb4 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab new file mode 100644 index 000000000..6e05a78c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff85b61a73fc73a590121ca8fd3ee854d7a29a7d9b7a408aaa99c3358375e0f +size 573776 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab.meta new file mode 100644 index 000000000..978375d50 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartBreak.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac961e19b290151a7e46016897907b60d52edff51f20ba8eac5e0bc807ad79ac +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab new file mode 100644 index 000000000..8ec8a9391 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21226aa8e0a66dc96aef5d9ba19c1332fe30991af1953f10b5dd1e7433afde09 +size 345575 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab.meta new file mode 100644 index 000000000..aef0c7551 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee4cc7a00d14573f902f25a27537f7b73fb2e7eef902ea7ca5c4d5450074560 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab new file mode 100644 index 000000000..150e843c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85fb0cc3af057a26e96d7fd25808736cf0065854dde618fa1c918756937c1db +size 346756 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab.meta new file mode 100644 index 000000000..22326028e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartPoof.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518dff680d47e3a819ef8094eaca4e4d05e11af713cf29d6c3808532a6b721fc +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab new file mode 100644 index 000000000..573f3a68c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aaf533eaef66758adf0072d5087cb440e0979b5dde568c92bdee8a393d958c +size 225601 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab.meta new file mode 100644 index 000000000..a98d7e427 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartStream.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0908e64fd0f0536c619454c5301c34b21abc4040526d630e73034751c0e7a0ab +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab new file mode 100644 index 000000000..cb59c2708 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d8a9cdd32383ab6e974e686f3161bffee6e6f38b2c752674c0ca1dd608fa3b +size 339450 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab.meta new file mode 100644 index 000000000..00bb62fd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Hearts/HeartTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9a190c2188e684a4241b0d4e9178cbff7824e58122dcf98aa9babdc1615fab +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt b/Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt new file mode 100644 index 000000000..46b56fd54 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfe88bc7caf27b52cb268ed778b651b0e1176861873e6101d72ebb37c6cb87c +size 145 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt.meta new file mode 100644 index 000000000..8afb35e32 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Interactive FX.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19f9cc6abe7fd6f3db4728ed17f498d80db4a5e124d667a7615f133c8a644cc +size 376 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up.meta new file mode 100644 index 000000000..ea9e4d4fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bced7a22459b4492d6d3374ab934a88f74902bd3494fbc737d564e097196f46b +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder.meta new file mode 100644 index 000000000..23388aadd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bd48594d166592b450f8f60dd060922c64698ff8c7fe2df51fa8f17384ec82 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab new file mode 100644 index 000000000..b3633c4d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a075ac9b0e82b42cccccde1a09a76d685d128a002765fd7004527a261ec1ec6 +size 343947 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab.meta new file mode 100644 index 000000000..1fd27f86d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2468cc3ed6f726b933940ebcf2101a3e3b9e5d29804239ebaf7343e4cd801a +size 377 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab new file mode 100644 index 000000000..f92f6ac33 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbbcf4106c7b77fa49c010bb5648f3d6be6b4fe2b0eddbe48eaa2561884b4bc +size 343953 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab.meta new file mode 100644 index 000000000..21c6bfb6a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74795b40d7a602679e38e714018df9b795211d6e522db726a111e0ce747675ac +size 378 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab new file mode 100644 index 000000000..42a0161c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97f3c87e2c24962a63f2576d8c2dd7613e1c995a60b1e5874585e8206432d9b +size 343950 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab.meta new file mode 100644 index 000000000..9da0e652f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33516118a8dd0a53d3951a7f5aad68c3a3cf0b92cdbdd1d4cbd13a28c6e5791c +size 379 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab new file mode 100644 index 000000000..03c7aaa55 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f16576e113c187f0d2b7ca74a0fe1fc00bb51c6d7b5dcbef969d7a26556c727 +size 343984 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab.meta new file mode 100644 index 000000000..3631d3da3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2c9afe60992b360b6e62ee33a53e79ad755c2d8d8a1598df61b83302afa6c6 +size 376 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab new file mode 100644 index 000000000..ab45a3abb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fde66d1fdf4051c5a92b00399a141fc55af3f04c095cbd8a7177805d78f6ba +size 344029 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab.meta new file mode 100644 index 000000000..01d0eed78 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db27e25573355e142ebf980231e559310a7b7543cd3519753a719da693539517 +size 378 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab new file mode 100644 index 000000000..ced607c47 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32870bd83c4226f9a0e422d843574f7c67353e5999836d711129c2f4e69fc2a +size 343999 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab.meta new file mode 100644 index 000000000..18710b6b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Cylinder/LevelupCylinderYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462d5831a6a8148ab11ec7f84f07b2635597d4c512e243239431a763e1cd0797 +size 379 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova.meta new file mode 100644 index 000000000..0bd3b64b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ddc831da2cf8ba423b8faba28ba784155ed25c0e08315e2b72b32919204f76 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab new file mode 100644 index 000000000..693c1bee3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248b86f6ce6b46c51f7d8c6af78eb22bcd94f0b43fe574647e748da45e8cf43b +size 461704 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab.meta new file mode 100644 index 000000000..79ab269b7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92d19c5b7e1bcc6bc869993ef3d55f55f87818412f7f64d8a3b4838bd359b66 +size 369 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab new file mode 100644 index 000000000..736dec6d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980bd644fdce88e75ae446e68feb5e47a5a122a7d0bc8b3d671a68c37a3a3e2f +size 461709 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab.meta new file mode 100644 index 000000000..d2a34bc3c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d566383284f1cfa5887cea2da9c5ea48ef44b6652fb343e6389659d740f76988 +size 370 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab new file mode 100644 index 000000000..16ce99782 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d49e6d27213de6910b3ee15bf487fd69bbbefb6d26ca4257eb3b5fa98b1c1c +size 461685 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab.meta new file mode 100644 index 000000000..680443e51 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0defe7593b6dbf28f4bf1a7760743d8b21287c9a312e0f4e635362647626ae7d +size 371 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab new file mode 100644 index 000000000..599643441 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc58335b415a2b792485dc30c18d5a071d6c40ad4ae8cc198cd7f9d5b4e5813c +size 461705 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab.meta new file mode 100644 index 000000000..a245daecd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359ad0fb2b4f77d902b8a9e81175e773ca16a759c7157c5a930f924d7d22ce35 +size 368 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab new file mode 100644 index 000000000..d1413cdee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045ed690a58d14276cd39d22ab7f51a1e41f91bb5b3c988734f36c0ba6cb46c2 +size 461724 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab.meta new file mode 100644 index 000000000..dd7e4e84d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6d6395c5ee0b02581a48a1931436d6178df931701de65f4547e92d11b26a7a +size 370 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab new file mode 100644 index 000000000..e747aac09 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe90bc1038e9076f441f02ff4a00f398ccab2d264544b6c1fa82d7a34f42c428 +size 461730 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab.meta new file mode 100644 index 000000000..a0b66a578 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Level Up/Nova/LevelupNovaYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ef1529c4926c202b73f1c15f722701fbfae1d6d3b5413c91b953cbd7440ae4 +size 371 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot.meta new file mode 100644 index 000000000..31233a8e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1865aee91ee8ed23e94543be2bbdef7302cfed7cf79b3af4bd12827406df5991 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear.meta new file mode 100644 index 000000000..b7c5ffbbc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8131bde4775f3f7f347d7730c8021340e91b0ec9729e741000a6a18d445c87b0 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab new file mode 100644 index 000000000..b5fb21d9f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8000c3204dd224cb007f69bd7c30514ee2ec3e892f24f867661f49578eaa81 +size 230636 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab.meta new file mode 100644 index 000000000..5e4cad6dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58238966d82dba5bda5d76a26bab39d706cdb27bf8898de8b8f3549f38e88347 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab new file mode 100644 index 000000000..55c7f1d54 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07d35449e86b59a56d0d97cce7c4c0ef517843c87c81cd6b522cd8a2361c164 +size 230645 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab.meta new file mode 100644 index 000000000..d9bfab573 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b4a2f68f7e45f062c698b58589ec642c7b88d2dc94af7f36c33ce00f09d70e +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab new file mode 100644 index 000000000..e4c87e322 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7da37970c2d5db058d37e2ead7a6d240df586fc150b16f5fb43e66d87874fd +size 230611 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab.meta new file mode 100644 index 000000000..8a1a02029 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79629364ba5f560422c15d6c14cf030b9cd2179ecab11a97fe6c34e22e9c965e +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab new file mode 100644 index 000000000..1ccae6473 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad349416bcbeff5841c74167878a73e20ec2d943e7fa157d67dc232cf9e01cac +size 230645 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab.meta new file mode 100644 index 000000000..d902ea538 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ChestAppear/ChestAppearYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481c45160bf3e202b53f15465795ef7dab08f7e56988143815cf25adbf166048 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb.meta new file mode 100644 index 000000000..b615b1e1f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daee352fead4893ea983f73ad31f1dd39f8c572accbbb4009dedf8211c305eaf +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab new file mode 100644 index 000000000..2b94639d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6be4d2ea8ab63981286354993a28d104e01b2996542c2b14454780aa091cf16 +size 343903 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab.meta new file mode 100644 index 000000000..c853ea2a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7fae11d5ccc3226a13e957248d59a3495027c6b5d6ba123ac63902d90d8c12 +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab new file mode 100644 index 000000000..81e0407f9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11813b5de413ed4c2bde1fcea8e53be961ae1ecc8cb88fc2cc451bae521fb6d +size 343904 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab.meta new file mode 100644 index 000000000..9e1ea9cb3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1a63bef5855f4378379721cecc7585e473e53072a789f8381562797692e0d1 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab new file mode 100644 index 000000000..37cc8a49e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd978bfa47c2a279fee1b9a4698b39a140427ff240aeb5b9fc2fd9667c09c58 +size 343892 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab.meta new file mode 100644 index 000000000..d3915e7a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d99f5e93f65df8c620ebfb8dba8adcdbf89a580cca1a5e683f2195b3c21c6c +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab new file mode 100644 index 000000000..b037c7859 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d939a67d65264151f945ed418ee6f8f38017b80dfc54b95601c53ad7bbb5af78 +size 343905 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab.meta new file mode 100644 index 000000000..66868ff6e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/GlowOrb/GlowOrbYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1607245619bcea48e81e8c32ca21103fa27f77e541de7879e7efa39b1f617013 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow.meta new file mode 100644 index 000000000..4d9d34182 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea32a4abc85b469f3496ce661262734086d9dd39b13e82cf7028d687d004e875 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab new file mode 100644 index 000000000..cd8841cba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad3d955618423ce2a29ab3d59f949b7f4fa594212a3254aa67847216cede078 +size 115249 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab.meta new file mode 100644 index 000000000..f88877352 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a12006f6e3a966c81e50ed28681c378213ebe7c92c583f2a063c13bae5ba071 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab new file mode 100644 index 000000000..14aad24ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28380e54e222c336706d94ce42f571a09857d7a01d983c74286a88516d61b0ad +size 115250 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab.meta new file mode 100644 index 000000000..ca571acb3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ef2106f840db86b92e88710182c9cae61fdf1743849db502fc566a5bb3cf93 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab new file mode 100644 index 000000000..7d71de840 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1419aca24d8ac88b3b8b7747105e47808948ad337d70babc4051e62edc08a6ae +size 115247 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab.meta new file mode 100644 index 000000000..aa616e7ed --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5369e5486d27397fc968e5646c9e28fefa13de958e76e7a1718e89ed3290c660 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab new file mode 100644 index 000000000..59ba01453 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff88bf02fa773133c9565bd6e5a1f43e9a388a4bbffc7597e57d9fa5e1e1a03 +size 115250 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab.meta new file mode 100644 index 000000000..c6a90d4be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4794a51cfc79b96a04adb119cff3ed726fecc92ba8456256665b71ca76974cb +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab new file mode 100644 index 000000000..5090e3902 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3449b7c5b815308e3a44a914f2e8c7f1bcac2be20f60e7a69683224b1f43d8e +size 115309 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab.meta new file mode 100644 index 000000000..a89473874 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1426b3762ed1463fe8d334f795bd2d3760f9931908ed412805ee1c87a0c2dfeb +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab new file mode 100644 index 000000000..a4727c7b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e06bd485843c3a38e153486e1c5b38ee2789c72faab8d5eeaf9fe9f265bd982 +size 115249 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab.meta new file mode 100644 index 000000000..89661049d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adaa7c9e67ee219aff766b9d1a8c3538425cf8c23ba4976439957385ec7162e7 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab new file mode 100644 index 000000000..ce3c36b61 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5535977e2f353c1ad30862058412317c81310780aef2f9528d279e007d2c15c2 +size 115250 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab.meta new file mode 100644 index 000000000..315bbd79a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSkewedGlow/ItemSkewedGlowYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb9ffacc70d6cd8daa42607c9847d988575138a1ef93471e5a6f9e4907e7c16 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle.meta new file mode 100644 index 000000000..c34aed07d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2606d66f020967148280da1564d49dce21a54765b36f6ed652844c18f5b54539 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab new file mode 100644 index 000000000..9f40bc446 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff1abc80caf7dcb9ae905944cd0866bb43ce4a65f0801efb69ca0fdee955677 +size 230259 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab.meta new file mode 100644 index 000000000..7d1b83d52 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20608e6f091a741219c6ad2d9bf9b9f50bebd92ba9de4796fe6da18bce606ef3 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab new file mode 100644 index 000000000..fd0ebe05f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32dd0d5a4312dc9c751d11d40819e32f25707d58f02b14f9a13c5ab702ac4da9 +size 230267 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab.meta new file mode 100644 index 000000000..e979bac78 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a09b497f573a7b45dfbc38d761e58484d377067c887a9c982e5c06332d72af +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab new file mode 100644 index 000000000..69f4e61da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75531b17e1cb2f131ff5dd4e9dc9721db8938da47afb6b1e8f247d72bd816155 +size 230259 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab.meta new file mode 100644 index 000000000..7e19b2def --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66582049691e967039de6206a4c5d6b673339359735eb03d812e741a8f06cf0e +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab new file mode 100644 index 000000000..8bab80a1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e00837cde595c8c4fd8d0dc7b11fe16aff5acc37b42c0160d491a5e6285fe1c +size 230485 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab.meta new file mode 100644 index 000000000..2222e5ca9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparklePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33eb1e9b6f81865e1e64d73085f6163771fa44a4a2370a061ec33bccffb95c50 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab new file mode 100644 index 000000000..88cc36eb5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a72b8a2b37ddb745059dc9d2b6e36eec148079b5cfabb38a31aeaff47a0bdfd +size 230619 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab.meta new file mode 100644 index 000000000..2f45020f9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e650a60e97537a34c59563941b227e93ac8ca6dec0dacd1d0accb99604e1e7d +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab new file mode 100644 index 000000000..7a9d1520e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af88fb58036d88082ac7d0e796686a3adaa16197effd2b4ac464cddfd42d1e0 +size 230475 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab.meta new file mode 100644 index 000000000..e19b34163 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2501525ad1b4f22b46597066ebad2f0249c1dfda54ef404682e03c9f77054d2b +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab new file mode 100644 index 000000000..2ace0989c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d10495f6ac897549928b00d96355b3facdc62a58d45d2eb51401d7f3ffc69 +size 230266 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab.meta new file mode 100644 index 000000000..0646a52d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkle/ItemSparkleYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b2e1474f828ae03c8e796b0b7513b992d530a57f7d4cfde398844d135ef8a0 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst.meta new file mode 100644 index 000000000..c407f3dc0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53f364f117f76f4414cd68236c058657e325afd02b5c47778135d881b3ee3ff +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab new file mode 100644 index 000000000..e1be9860c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77834c1f87901b94ec1c394f943940ac9fe4a734f6d4eca9b6c24b182d117bae +size 233966 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab.meta new file mode 100644 index 000000000..55e39ad22 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdb9d65fc4b17eba1707d4c8e9df2c199b5044091b26deb93f7027edf7c3c14 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab new file mode 100644 index 000000000..f5db620da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e2c12ed860d62e2548f37af409eae3326cf4dfc2a3245b412fb6c2f4bda072 +size 233481 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab.meta new file mode 100644 index 000000000..bf391c3a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70734e38c2c7610200bc9809a453f6a2f89800b412f73cd6e3d10c34f78977c9 +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab new file mode 100644 index 000000000..8d29922bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9c51d7a8b9c657ea5759c0e045fe445b1fc0866e64bc6a7dcbb732d79c0207 +size 233473 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab.meta new file mode 100644 index 000000000..3e9f33c7b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15686dfa4b5a2e0aab838e58296653cafacb4bceb82d155e44abf0ab2beb3234 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab new file mode 100644 index 000000000..16324edbc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b81e3fdc3b00a4ec20d8aef901ce453e6f652d822fd0ead33f2844eab8c15d +size 233479 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab.meta new file mode 100644 index 000000000..01e323db9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642a96e6458e9c5387ff4db7a285afac19ed1552cfcb15ca66f1c476d1c3d88d +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab new file mode 100644 index 000000000..270d43e2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2216722aac5ae779af45e17602ec6b865b122578f5f7b6aa96ab369db6243caf +size 234007 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab.meta new file mode 100644 index 000000000..106a91d62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f838ec672a2969c8d1a9774264c1b17dfe9b5db55183000f369b36aeed3287 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab new file mode 100644 index 000000000..91580117a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a107974f8f28dd6c9e149cbe4937c94910a252748d725f38c8faf277351e8d6f +size 233469 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab.meta new file mode 100644 index 000000000..7eb302135 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d48e87fe79e13fbc5bd28f296cfa10ec2192c065aa8fcb8a8c0cf5896089ff +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab new file mode 100644 index 000000000..cb33732ca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674134973125e01133d91cf0e56aecf035f4e2398c8d2907006a742e25485fb8 +size 233480 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab.meta new file mode 100644 index 000000000..96baaf708 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleBurst/ItemSparkleBurstYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8042f9776852189c44400ed25e16fc30557a2d5327fc12f7cba758e600690ea5 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft.meta new file mode 100644 index 000000000..f40d674a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de7486f501f930ee648f8acaab89fbfa32c7332e4d4b1c931b46e5c97d8a34e +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab new file mode 100644 index 000000000..16d8de874 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4746407cffc5e38c2aec459bf08741a427dc7103f6cde6bf2ac340db2957d5 +size 230521 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab.meta new file mode 100644 index 000000000..fd8ab6e2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67621862d545a45e8d7914b0294553037163d96f12fe4be69aef204d14368fdf +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab new file mode 100644 index 000000000..bd553d11d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d128d512422e5388791a023eea794504d308f39752eac59b7b763ede410d59cb +size 230521 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab.meta new file mode 100644 index 000000000..e7a1fceea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e38401ae38b4dca67be458c66cbe15339dffb262e0709fd789562f3934250f4 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab new file mode 100644 index 000000000..9c3faba79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c15fe3603f5eec2b9dc7cf11de3a2ee753c0efa408cab1016bdc78aa1aa64e5 +size 230522 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab.meta new file mode 100644 index 000000000..93f2f58db --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f266c85a5a3141e4b256c23cc47fc868ef27b5e09d36c650b70082baef283f +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab new file mode 100644 index 000000000..7f3fa2fee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aee6f6599edc66e3f6cee8fc4de36c4909e52d772d304850d66441d88577cff +size 230522 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab.meta new file mode 100644 index 000000000..82261ee78 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede7598d832a42f358d66e34c39ff7ad78766a6f619df4fb308748e723c8f447 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab new file mode 100644 index 000000000..fcf004f77 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d910f3cba8bf4f6d819095939462eeda47a4c1aafbbca89442d03a3ba8898c5 +size 230514 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab.meta new file mode 100644 index 000000000..bb53bd53e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftRainbow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e908bde04dc1e5d15f751acf26ad314118387eaa39f839393f64facc6439cc +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab new file mode 100644 index 000000000..223824bfc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721b0549ae7a00a4b8663f53b64d3100a46208b49fa859dd3fff6e3ac6c7c39a +size 230509 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab.meta new file mode 100644 index 000000000..a600acce8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8024d78a3941356ae950fbed00e69a3bb6c10950d395930916ed035f286a5c06 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab new file mode 100644 index 000000000..0355d0187 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06db0f7925bb588b58d3d392171933c9fabd51c0eae7df68004a4bc643f9589b +size 230519 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab.meta new file mode 100644 index 000000000..6d0252665 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/ItemSparkleSoft/ItemSparkleSoftYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d539b49ec8fc3d7dce754e76d3c084a99ce6d1f8f528364bd1a7f3fc0688c842 +size 418 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab new file mode 100644 index 000000000..314a826ef --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc2f9cb2b5f62fe61b10f728fb46f4ae0a3aa72d559ae672d37bf2b4b76afa3 +size 230611 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab.meta new file mode 100644 index 000000000..84524d212 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureChestGlowRays.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1438235cdc554a07e75f3d1bbe5d45ebce769dc7b47a8665c9ffd8ea09230872 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab new file mode 100644 index 000000000..28e6196f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25aefc02bf72128e32f9caa62014b48ffb4d593bbfc86eae731ae8825b76d1dd +size 114796 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab.meta new file mode 100644 index 000000000..c5517d075 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/TreasureVerticalGlowRays.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e33f16b00ac9f882c36460b022a942b2b066f46a950c1c3f1f51e0b21948cd +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab new file mode 100644 index 000000000..9ab7b83da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9f93c24f46d5c000ee77be56f89b8af7974e8c329e2f2bdec5dc6068ea593d +size 925316 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab.meta new file mode 100644 index 000000000..9550203ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Loot/UnboxExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03588677beb14ca7aa4067bfca109f335afffa30be3325587b278de9ebed797 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money.meta new file mode 100644 index 000000000..98ad42619 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e613a9045ee06e00613628509015f0cc121bb1534fceaecbd32426f06f49cfe9 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills.meta new file mode 100644 index 000000000..06aa0f6dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a303f29439d72aa9e796a4c16941df0fff6816426f2852ea26988afc50e094d3 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab new file mode 100644 index 000000000..b80609bfe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5ba2838a163b7cbceb0c2827a9affe9f77916d67e229958c9982b13fda5116 +size 340695 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab.meta new file mode 100644 index 000000000..9f79419fa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e52607bad351186f59515a8a4832652e27735b7ece71421454df71a7e4b19ac +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab new file mode 100644 index 000000000..ce8bc2e1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90672a3e2bb2aae2f91f75f3b3ff6a261fb164113d13bddf2b3031796ff78e73 +size 341264 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab.meta new file mode 100644 index 000000000..39ad80509 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6854ad6b89b7943053ca3a3ebaf5a2b07e371b23308fd92bf96e80089ebff2 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab new file mode 100644 index 000000000..055d49e2c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0c167e503462bd5c77a4a5570ddabfc29b623f8611dd4e278d37d1b3e460ef +size 112348 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab.meta new file mode 100644 index 000000000..8d7beb110 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f4c28c23b1b990b78d71680a6bae78415b667b239748e66f684cb8285a44e7 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab new file mode 100644 index 000000000..b8c9d1c7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02f2b8d46c3367080796f5ceea3b98622c8c7ce7fe064799dc620678a8c6988 +size 110575 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab.meta new file mode 100644 index 000000000..50f0a31ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Bills/DollarbillShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74a2944a63cea0ed5de039f5b1aa63d16c506085610a5cea807f19c69e96afc +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins.meta new file mode 100644 index 000000000..9634e2ef1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bf1a084978ed9fa93a18d73e26b2b85955a81e70fe7386fe9785f5b70815c2 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab new file mode 100644 index 000000000..e821464c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cd380981bc7affcc1ffd85f2235001a1ddb668ad92e9ff44292b4fddb88cf2 +size 456267 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab.meta new file mode 100644 index 000000000..41fcaf27b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32de5e2cd24b87421a287947bab447e047f81d23806f7e1ca0e1a28a1f051ff2 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab new file mode 100644 index 000000000..a37f05955 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9929fdfb9afc2afa14b962d2c62c042123fb88dd53459a4f064c3b3544eb3a7 +size 456270 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab.meta new file mode 100644 index 000000000..333eb41c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83661995118a1f9287b3b7ecab53319aa12eafd59609e2d3e969fffd13b4bd0b +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab new file mode 100644 index 000000000..a208ffa46 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fb655a20c0417723e98dd149503fe7d1dad0d596ccc27768989c0e692a71d3 +size 112069 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab.meta new file mode 100644 index 000000000..74fcd599c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7249652c1560308e53fa8fb4ab5f8086c3dc553c205028f8a788d6a486e29b7e +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab new file mode 100644 index 000000000..46f4e6176 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852c31c363c3cfd3f23354071f3ea9f2378279691e3763c4f7d121c433fa2cb6 +size 110832 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab.meta new file mode 100644 index 000000000..01a56e505 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/GoldCoinShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ef54fab15822d05d93ad90d655686afe386a89be29c48c698127c82f2049d6 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab new file mode 100644 index 000000000..905f2b80e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ad9e64e6a2a41a7b89cd1d4fd5452313f549ba8987e9d1440d03dd380b5b7c +size 456737 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab.meta new file mode 100644 index 000000000..1b3aec0ca --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinBlast.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc0ee8d13d2e4284267fd064ed06cc282a5b78853866029bde6555614e50113 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab new file mode 100644 index 000000000..570fdeaa5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5921b77325e035ddb4c4c0a38670dc6c5477c94cd3d5203432a5e5e8f47b1874 +size 456740 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab.meta new file mode 100644 index 000000000..76277bdd5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinDirectional.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d522ad1a4596a4b99ac7854756ef1569f9a0768ad566a0427ddde02bf5dc53 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab new file mode 100644 index 000000000..7c61004b4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7254e1115d3347f79286d6a23c05064922302733c980ba1cf210b0c5fb118c4b +size 112179 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab.meta new file mode 100644 index 000000000..f7cd99c38 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinFountain.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410e09a39186fcf1705aaeea873bede21904d8ee88744aba5a5286b23192e92f +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab new file mode 100644 index 000000000..5e490644b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae245185a31fe5e4dd1364d7d5320bdefcf24d017b8def9cd933418c9108d4b +size 110942 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab.meta new file mode 100644 index 000000000..c02597d7a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Money/Coins/SilverCoinShower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccf7033121129a6f67bdb2b7c4bdf27819fce553502bf6499cb754d954c4f20 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals.meta new file mode 100644 index 000000000..aa9c453a2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2587eb3dcaea56bb96204a7215969687c16972fa77ee76221d1cbe5ffdb0c5f1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal.meta new file mode 100644 index 000000000..2363e72ff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc653654b9fdaf0b902b4b2e41663c13f4e3d385fa406300913bb0ff58361e1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab new file mode 100644 index 000000000..065260f43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e632ed214471efd15dd45f0bed95de3323bc6e80b3432628d93c877ce2e8f81 +size 452714 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab.meta new file mode 100644 index 000000000..6e4616501 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771fe0965ca64cc456e405eedd0fd4596111036aa4eba31206136be45abc9dfd +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab new file mode 100644 index 000000000..9c7d51846 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a13e701005841bd0dd02d720a76065f8ff4682a99dced4c824887858e4ac01 +size 452733 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab.meta new file mode 100644 index 000000000..1f70dd072 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGold.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c84f5d447b4c72fd1e60c3cf47f4be0a366e2eb0f0475f8fd82e72d0fb8dc24 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab new file mode 100644 index 000000000..0a55a8645 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef671e7dcf71319a18ca965e24e099318a21dcc3cbbf499f52a8677d86bf0eae +size 452706 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab.meta new file mode 100644 index 000000000..20f8e10af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c590f26dcaee9918a7d2ee782a130e1eca52d369280e98cdc574192ac6fe2eb +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab new file mode 100644 index 000000000..471dfbe75 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b312659c57b3e1a400e65860cbb763830a0c86dd4c44354c52cc1818c546e1 +size 452724 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab.meta new file mode 100644 index 000000000..9d438e047 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e77ab7525bd037b1a4be4b59dd30e3f66a6c8481ecbc51e38ef955b4be35881 +size 406 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab new file mode 100644 index 000000000..d932db7db --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819cad298e19e058a87483ef33ac92a5c4ef6f3af4b6dc476136b18d32ebe3ae +size 452741 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab.meta new file mode 100644 index 000000000..2c10b93ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SimplePortal/SimplePortalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44203cb269834cf3020dbd736bd822bacc66e49d2e9a0779c1f3a5d912fa7dc8 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal.meta new file mode 100644 index 000000000..758a1743b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d116fae2559209c9fd4c7579c7ac3a06a891658eb09dbc2952da484ed0326a1 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab new file mode 100644 index 000000000..4e3e22500 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4c0aa3ba7e434cc08c228ae7cfcfefba72d66ce848ca65bd735a98f7938988 +size 343038 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab.meta new file mode 100644 index 000000000..2b7e12289 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862fd15b15e4a38e0e2c7b24e7435b52945b98805b9c1a35d7d2d4c597e6c83d +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab new file mode 100644 index 000000000..6dec6a28a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34688674c4180132f6ead5e36362c82615d17b74c9a2ac3bf8370fbb40ff25b +size 343054 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab.meta new file mode 100644 index 000000000..ae8fbac6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGold.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ab380ab582c3cf0c76d8fa9b0fcbc7bdd0453901f065cb66ca156d635fff7 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab new file mode 100644 index 000000000..9451f59fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a96912e959c038684dd6293d5ad3f73ef2c5e904eec6a1db5851895ff4aea6 +size 343050 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab.meta new file mode 100644 index 000000000..cdfc4aa50 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21a99b58178d38e1918eb8f19b90e53acbd9d0500ad11835f02a757a89edb27 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab new file mode 100644 index 000000000..7aee39a7d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee771fccf549cafec1910d700a3d939f3c07dbdb30aac7ff50f18fe242883f7 +size 343047 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab.meta new file mode 100644 index 000000000..4ea2a152b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900a83cdaf98e58e0c9dd339bdbefacf5cfdcd89cd3e3f6ff2135fd6b3e8a006 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab new file mode 100644 index 000000000..bf1236176 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d02eb9f4cae3efa09b20e77694eea1dbbde86697f28bc72435a7f565065f0bb +size 343036 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab.meta new file mode 100644 index 000000000..c85fa12c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SoftPortal/SoftPortalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca795762c86c4d4c9a25fe523f03922efe9881675abcc393abdb312ff4f9926 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal.meta new file mode 100644 index 000000000..a8802ac87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec34c49e9b335d6dd6c1b05adb6cc5a1cd268c2717255b4089b423fca65211c +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab new file mode 100644 index 000000000..ce75ee41e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f342aa9ef98917032aef1c8901cc358c18cca92dd43bb7871ed191836b4c52f +size 343036 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab.meta new file mode 100644 index 000000000..1420e4248 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6887acae1b40c0e6fd53ac8b1285db575ef36eadd95884ec195861bf3bc2fbdb +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab new file mode 100644 index 000000000..faa7b432f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728f2f27c0557460b69220b4da8364fc191704a770b54baf614fc2df96994414 +size 342634 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab.meta new file mode 100644 index 000000000..63ca91687 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGold.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87215671f2e0368b6bd229e7e462cb1e8fa1ad92ae78e0a97655b44dd31211fb +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab new file mode 100644 index 000000000..20228d9a1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f66b5431a0b749cf55c90cca64dc955ee3d0859126e49ac9e590a1af44226e +size 343035 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab.meta new file mode 100644 index 000000000..8623d6969 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a6f325a37d69195f741f68d33c13b96caac86f61ea44dc8d413bc9e761bb8a +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab new file mode 100644 index 000000000..af9cce982 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd3aa76bdafed29cf18d5e4181731dcd621ef80df92a1504d59d79c08099c50 +size 343045 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab.meta new file mode 100644 index 000000000..380139154 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868f24ec885fb35a66cbbbbb684ad7137dd40ec29dd8b6ce55a0970c84c9edb8 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab new file mode 100644 index 000000000..29d5987cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654d2355fb43690b04be0854b868e4f05ae3f4f9a4830c7d8dcdf2b016961739 +size 343044 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab.meta new file mode 100644 index 000000000..ce173768b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SpinPortal/SpinPortalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a0b89e1a9e437dbc1a807380bdd91d59c3980c61c67cc2256fe212a7ad233f +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal.meta new file mode 100644 index 000000000..a8b417aab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee89a6b92c5ed26b2c722795c90435e13af662971e599c27c49a074e2ed2ca6e +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab new file mode 100644 index 000000000..8aa0a85b0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac926ffd9705bb977c5477a64a1abbf30cf895280937b6c5afb30c80acdf108e +size 227660 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab.meta new file mode 100644 index 000000000..dc23e3495 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f774c8f332084894fb2e0b55d257fb29f96bf1624f77ee5b1d39b9964ad733 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab new file mode 100644 index 000000000..e32f1ce3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870ddd97d022fcd9aa1e8585c1863542893a1bc4d24cc09b6ec15be720d33aac +size 227659 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab.meta new file mode 100644 index 000000000..b4766b4a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGold.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17d51f84c72cb3e989d630abadf73b35da6878e5b60c1b4df938c71171aaa98 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab new file mode 100644 index 000000000..68fb90a1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e3709265191baa4415a91a1b5e936d7a5a47c0afa52804a591bbaaeaf42fe1 +size 227657 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab.meta new file mode 100644 index 000000000..13cb823c5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb300c4ed60a493d2407fb2fafc41444bc4acb1bd102a9c601a69cc07120768 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab new file mode 100644 index 000000000..dc35a24e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b431f5301bf3bf103c366db813718eac6f4313ea5ac158040016eb94c3e633c7 +size 227657 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab.meta new file mode 100644 index 000000000..a388a2054 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ef9b8145ebc8c906d38282fe37063c72f12fad6edb3eebd24af0c45105387f +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab new file mode 100644 index 000000000..f0e598dc8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ceef805e2884baaaddd308735de4d83fc092be2edb9ca6b1a88aa3efb49dc5 +size 227646 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab.meta new file mode 100644 index 000000000..9a94dec70 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/SwirlPortal/SwirlPortalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0825119d9dc8a7b5d2e4ced32e7fa200f478dcd35c9a0fcf1bc771c7112fadd +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal.meta new file mode 100644 index 000000000..5afc73d59 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48ccd86171e5507aafd4ffc4e197afcf3d6dda935799d5c6f4d5ff31aba3e92 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab new file mode 100644 index 000000000..4204e469c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72d227f37c23f7baf9e9234c84c7fc2ae87be8143fcb9044060cb397ae9b369 +size 339967 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab.meta new file mode 100644 index 000000000..a5687e33c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50d10691ee8f07b44a30743b6fbd0979c00c6dd129ebdbdbff6c60dc7b4d882 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab new file mode 100644 index 000000000..1382cc0fe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15b3a2239749ab064ce55ad76e961e1baa0eff398e88f4ce026c02b379748e5 +size 339989 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab.meta new file mode 100644 index 000000000..c475a9488 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGold.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951d88dd162c7f5142d34ccfa0d616c5bd900ef46e81c72915854f7a2bd72330 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab new file mode 100644 index 000000000..95e9f133d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58dea928c2889de081ab6abc233b9ed25455d43a07fab7f44567fb3b64381ca +size 339964 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab.meta new file mode 100644 index 000000000..8f15a16cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ecc299fb73518b3ef9e988ac866a761f74ff6a79018fd30985342fec6b56d2 +size 414 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab new file mode 100644 index 000000000..d8f8535aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fffc75ebaef01c6f25516ef9b7cf30591cd8c0be0f5fbae1c3a87d167510ecd +size 339974 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab.meta new file mode 100644 index 000000000..acd69217e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010e431291629e0c89b97fe2b056cc212f3b157fe10505e6a3077af301ade62a +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab new file mode 100644 index 000000000..371559009 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcec3133b646117fd5b3a5f6ec5d0a539d308abd63cf675baae2abd5a6f76d7 +size 339990 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab.meta new file mode 100644 index 000000000..0c63855a5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/VortexPortal/VortexPortalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a89cd864e98eb286af61fafcc341dc2b218ce199e78ed4d2e4bda3e43943f5 +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal.meta new file mode 100644 index 000000000..c7d63ac3e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810e92cf327d30fda55b79f6c6ca38d9a71661e022504a562d0dbd3ce349d446 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab new file mode 100644 index 000000000..6271d8937 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb710b5e6db5c77d7807b16ce454b33f9ba6af1039503695acb72c18ce4c64f +size 341709 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab.meta new file mode 100644 index 000000000..9b0d7eb97 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba6984f1a2a0947499ccf50d4348e575e5c89a0aec43e49ffc7b467999933ca +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab new file mode 100644 index 000000000..2938d6fe9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f992476a665738d514a0277d3f3ca4252c27054f06ed9fd95f0d9705ade88e6 +size 341726 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab.meta new file mode 100644 index 000000000..63270f55b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGold.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e62cacaae673d500217e1a2ef31b3ac2f9ebaa415bad64bacb8081b09f0aec4 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab new file mode 100644 index 000000000..d71605348 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef9d9315ea8dade8000074d2b1f10453778960120119543ff8817e7a14d6962 +size 341702 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab.meta new file mode 100644 index 000000000..efef2bb38 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d888d7a2df80e00541f10f30da3bd89d63de3dfcbc25514763733b219c9798a8 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab new file mode 100644 index 000000000..3d4d6bec8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e917c57f364f8fe1360fd154ddb3afc709b56f7dfcdcf11ed7e789bab8f348be +size 341694 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab.meta new file mode 100644 index 000000000..3c7218a24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db0a682a089b634dd15933d300f4834dd4c5424ca0aa77c751c2f96170b52bf +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab new file mode 100644 index 000000000..e421e672b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb29b71f7056cf1cc3261095aa20d0b426fc8470043345fbee4f6b438d31b39a +size 341700 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab.meta new file mode 100644 index 000000000..e207b8099 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Portals/WavePortal/WavePortalRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4d6825b5be5b223a60fe0a91a172897f0d4b2ef3412ecf881063af98eb4b43 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups.meta new file mode 100644 index 000000000..8a5bcf65b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed259e2fa1b8c7a67d08a9468c33570dd9e4f7c729ae55c32718fcb406afe2ac +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox.meta new file mode 100644 index 000000000..e73dbade4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33274351dbf5d2bd10defd8774040660d8bb9ed8601e0f8b2524c869bb073ebd +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored.meta new file mode 100644 index 000000000..1621a0976 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2deede5b0607720ae3e2c79b34b449bd95a47496e276643d33399093b836b462 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab new file mode 100644 index 000000000..8f73af6a4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7878784425fffdc7f5d8c941b4156648e9441a0efc4a4f9fa9f2413e1610798c +size 349774 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab.meta new file mode 100644 index 000000000..ff80037e8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31f29d0fd67b42d7df9799520e8c7f8a1b331e0c6dd7c8db1c1363529d4e62e +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab new file mode 100644 index 000000000..de36e5061 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0546f1e3fd3bbdc7abfb296304479f282315fd96f75669732a9793b2c241ab4b +size 349782 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab.meta new file mode 100644 index 000000000..cc473a1fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBoxingGlove.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ce4d8e2b56b7f9fb7518e6f04777a4af9866f1fddf3dabbd7be244d248859e +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab new file mode 100644 index 000000000..60b41e0a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9c5466ba7eb18456dade5d9b679325af551bd8c7d7f00799881d446cd44619 +size 349772 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab.meta new file mode 100644 index 000000000..5c1d3005e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColBullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ca542d45029ca74c959c835aac6d8bab3ef18aeb5e6277afca8400f6146b57 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab new file mode 100644 index 000000000..ab4f6e07f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402c23123aa1f47d6f372092ae4172435e9af6d4543517305fbd1cd7c8f60487 +size 349781 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab.meta new file mode 100644 index 000000000..df4e29676 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColExclamation.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b2f7c8c97154badb94cd66125c956ab8eafd513086a17ade3c73a62f606358 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab new file mode 100644 index 000000000..b1cb0ccb1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa5d1f82cf5ab587558a4508e38e72626802d4c27cf62625aec444624f7475d +size 349775 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab.meta new file mode 100644 index 000000000..274587ac4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d9702849c7c906bdc31cb11bd1e83870d042fdbab5db20b07b1a91daa38586 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab new file mode 100644 index 000000000..a79931f78 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06453a9e65242e1eef3355286f01d2410753bcb45e9c5085c45d6314c0b9077c +size 349776 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab.meta new file mode 100644 index 000000000..a1aff86a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColFire2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41a48e1faea9e237eb1eb6249079c56946d501e728345b52118107ffcb87144 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab new file mode 100644 index 000000000..83cacb55f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87842ba3dc90547a46fbdf5ac25b2838ea1d4c2d86fc3707b29d15afa91e00a1 +size 349768 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab.meta new file mode 100644 index 000000000..e223a9852 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHealth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98119b9da5269126eef9e60c7f0101ad32304521c1822ea2e578a3ce90c9d269 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab new file mode 100644 index 000000000..2689089d7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0fced25a9c4e42c88de8ea6665cf0f7a0c33cd92101120017ec1e224fc8db0 +size 349776 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab.meta new file mode 100644 index 000000000..5f959cce0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColHeart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f450edebfde9feee1f7d95f3802aeb32e2c53c79d907772c9f9325c054324e04 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab new file mode 100644 index 000000000..41f17e746 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb17b8dc8e4b5a5150967f71eaad4f04b9a3abca09714cdb02aaec7a1e9fee66 +size 349771 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab.meta new file mode 100644 index 000000000..c58bb5dd0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColLightning.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22053b13330a8c2ae4b550ee9e75ef6003e4fb0f5d25d10fc5afd9c7e3d08a4d +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab new file mode 100644 index 000000000..68d5a9290 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5fe5cec135f7e08b90d866aa5af6d2eeed4e88aa043a1d1490e1f3037e6775 +size 349767 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab.meta new file mode 100644 index 000000000..4ea8db1ad --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColMagnet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d010711525ae299fc50e058e869b98f883fe44d34807779bfd5401c743c7e58 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab new file mode 100644 index 000000000..b7d89815d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fc0c6c1257c8d26dda4312e466d93de55a0d0c11b9460658ec38b6d8251b1a +size 349778 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab.meta new file mode 100644 index 000000000..6e08b633a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColQuestion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2cbf124816930f39f4cc0a23f8ba161933761a8cacb505ae5a47cbb7eec368 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab new file mode 100644 index 000000000..6e22c4f6e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd04cd8e996c41fe6de6d478c046918cc661d7fb30c3255ea4b149b6169cc52 +size 349776 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab.meta new file mode 100644 index 000000000..14b7d72dd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColShield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562ddc33cf32f2a37e5ca4b8f2d282703d4997b19c4a2790dc2dd94b79b4c996 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab new file mode 100644 index 000000000..c473d5154 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd542ef86e62ed9688f6fd522e1381bef1b709e6c94dcda8fe10b2b821e0276c +size 349764 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab.meta new file mode 100644 index 000000000..28f3579a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkates.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5887741f6b42050cc95a36f879ed7dcd152a6e32399517c45e5a7005fea53a20 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab new file mode 100644 index 000000000..0dd6d0f54 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ad0656b5ddc5eb2182f3636db704bb9f16bda73c08be7b0f38771764bf6dd7 +size 349774 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab.meta new file mode 100644 index 000000000..480476c4e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSkull.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8295b114c3bc39856830be62d7788084bc31ed8c17d2627d7e15b2c9c2a5273 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab new file mode 100644 index 000000000..80856b2d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf36b07c195c421f8d93bc7e739692aa703c0714641147c86247ee13da23f9d +size 349776 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab.meta new file mode 100644 index 000000000..85a7e843e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpeed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f077800f8debaaaee743e4b3937fdb232ba43f55c35a2aae04ad69d4380cad9 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab new file mode 100644 index 000000000..6923fabb9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7275529cc2a81646823d94d8071f483879dea28afa580de0fe14d37a4e1a37 +size 349780 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab.meta new file mode 100644 index 000000000..45ecbe8d3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColSpikybomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b36954b6d3939edf057a6cdff4399f4a5ea60ecb4d43a96fad70648aa71e15 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab new file mode 100644 index 000000000..f2765198a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dfb968729cca01372f6950661100085987645db3e793600ebcb320fe2c94a5 +size 349770 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab.meta new file mode 100644 index 000000000..ce66dd04a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Colored/PowerboxColStar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932c4e10c3f9ffcdc78aed9f1ebc1fee5709de7a8ff199bbd94aceb4033c85b6 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat.meta new file mode 100644 index 000000000..3977b41cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc3fe098aecbee37fadfcb2fedfcde0c06efc0de0b1851f5838f5ffce033967 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab new file mode 100644 index 000000000..1cea6ebbb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b520ed3d43b5d8fc6e47c449563f5a6b8f312ba8467bb54f5f57b3c778bda6 +size 349789 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab.meta new file mode 100644 index 000000000..86b946e2b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc8fede81ad92f2334bb577f60820f8585e67592a64bef2887fc9fc951ec314 +size 379 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab new file mode 100644 index 000000000..a30844031 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd209e4e9a5069d351ac68730abbd9026f73a9da0bc719b3f3be12f19c3bff4 +size 349795 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab.meta new file mode 100644 index 000000000..677a269f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBoxingGlove.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5342c1a67c5ae4cd055bbab079364745cf3acf5a9f170f4ab8e3c7a55662f4ab +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab new file mode 100644 index 000000000..9ec8f591f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bf64d7c455cf8170b226bf03a3fe866c66377f19e54548f294cce89905aac2 +size 349707 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab.meta new file mode 100644 index 000000000..de4c98901 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxBullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9bdd5a6105582ab26c23d531f5a36571fef5df806580d545a9fa8e8546e5b8 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab new file mode 100644 index 000000000..fc95123fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ac9d932f60495cf036a65da8fe03f392424656a328ef44092306f7ce92bbef +size 349716 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab.meta new file mode 100644 index 000000000..cb68cc5af --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxExclamation.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d5373a060361a854bbcec14a6b55efa0b9fc67f29cb28f5ae0822b998448ad +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab new file mode 100644 index 000000000..a76b05303 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe7960e32cbe1e17933b76cd0db1c83d4c5d41c2b5b35c8b14c8bf56c494d90 +size 349790 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab.meta new file mode 100644 index 000000000..dccddc5a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f872b89cc60a33f64298fe396f8ad10b1953f2bc0a83e19c34d3f6ed96eb280e +size 379 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab new file mode 100644 index 000000000..0e6d300d2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e38ad1a66f06411b4cd1be9ce4de73b03de12d86d49ba03beb9396e137d79c7 +size 349791 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab.meta new file mode 100644 index 000000000..f0bceb754 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxFire2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39e9e7d3fe5555f052952fe0ff53316722b0bc31e85406b79f26bfd9bdd58f0 +size 380 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab new file mode 100644 index 000000000..3d8b4d944 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661ba1848b55b49b216212ef9b3e065d2296982e2ec83f756dd60174b103dbbf +size 349704 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab.meta new file mode 100644 index 000000000..575c9076f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHealth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a61b8af0d374f7858fe34fb412f289598c4aeb73b98f9bd2e4a4fa07132bad2 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab new file mode 100644 index 000000000..20883176a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a14c8319308f8f9ef0d9f348b3b2812fea41baaa05cdd3d4fc3fda9e8faa21 +size 349712 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab.meta new file mode 100644 index 000000000..727695c9d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxHeart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c6fb68b848deb1b574dacf39bec644b8e5d2143ee0104f617bcab16c10347c +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab new file mode 100644 index 000000000..b0d48ae98 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b65e2f64d1d2410e29f581edc693a786a9afe52383f46785cc2a4de3312d49 +size 349707 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab.meta new file mode 100644 index 000000000..c70661d59 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxLightning.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6eb916fe501a8ab80ca84eeef3e42a94a0be721a47d1124e00b330d24e4e4fb +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab new file mode 100644 index 000000000..3a493de72 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b133e7557888512bb7df582eda984552985892e47d7b80e7d5b802e1ea872b +size 349702 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab.meta new file mode 100644 index 000000000..2e1078a3e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxMagnet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52769b55e5abad0dcf45ddc58086d89615b3e4bfef5b96bc5985b895951f24c +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab new file mode 100644 index 000000000..25a79d9bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c13b8f526c8788ed2c3fc77fd4f8d3f8d3eeaf1186079085e80146c4534c7d +size 349713 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab.meta new file mode 100644 index 000000000..aebb3e34b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxQuestion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56518cd3ca58a07660aa4032fb9fd83c13a608ac58bd5e5d94f383c1e15e147d +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab new file mode 100644 index 000000000..1c161b4f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd04de7bb8a3befa6b0418c23dd2e1f62932ffce5924cfdb4928224775809935 +size 349719 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab.meta new file mode 100644 index 000000000..fb39a5f5d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxShield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40ab52941b88e1b335eb588d8c31c903c682f6dd4d68a5cf4b53225098734b5 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab new file mode 100644 index 000000000..50861b194 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499a2f7bd201acb03afe0dcd5540aa4965aae407d7d1086dfb51dd1b3b9f2d78 +size 349785 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab.meta new file mode 100644 index 000000000..c6bbe5128 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkates.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2ad6ff1ee3e054366fb5e0541e8fe9b2adb860210b5c081079caa7e6762874 +size 381 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab new file mode 100644 index 000000000..3dae3cd28 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39df11f53a66b16cab2a18e6780299f3e6b097d4ea891a0ef4539f3df1ed9438 +size 349710 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab.meta new file mode 100644 index 000000000..46dde917b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSkull.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e877a85d921110488afa61dc152ba89d8e6292240b30bd985e225d1caf5e63 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab new file mode 100644 index 000000000..e378632a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6367364fc9b71bbc6c1807664f9f8ff1b620b200cc8318ee97da69202d429c5b +size 349711 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab.meta new file mode 100644 index 000000000..492f12151 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpeed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f193d42670616676747feb404c53d2671b5dca2c7388a13d24675e63b73cdbb4 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab new file mode 100644 index 000000000..b70c74096 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca3c8594f11ed00ce4d91ae5fec3b84dd44f53aebc0cf1efe9cd03953f50a36 +size 349795 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab.meta new file mode 100644 index 000000000..34b7b1e11 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxSpikybomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a985bed14eff17fcc3aec9cddc77bbcda75a1459989bb8184e8c3c4affa24e6a +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab new file mode 100644 index 000000000..504c2c4f1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b995cc136446dd674c7ed9bde4af027d1ab57e46d176df8524985e78b1c776 +size 349706 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab.meta new file mode 100644 index 000000000..6cf0b7f34 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Flat/PowerboxStar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5297900630cffd91c25462782a367b0228d27e12efa9acfdab319eaf8fa324b6 +size 415 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal.meta new file mode 100644 index 000000000..028e7fa1f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfd4c6f695e2a5b4d9ef0bb21581ee252bc028ad66acb7d9e1ac695a088fca7 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab new file mode 100644 index 000000000..5ddfeaa40 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40487627c4dc25401ac02be2911855e04d3318f22b74af2cdda26638f66438de +size 349792 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab.meta new file mode 100644 index 000000000..be3dbafaf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff02d880d49534231293ca37fd4f5043354ef545d8176b0f0868a9a0db67c321 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab new file mode 100644 index 000000000..dac0280c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4f7af6fee0729ab789770869790ebf2e806f8e92edfd9d95f14f03e3394449 +size 349799 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab.meta new file mode 100644 index 000000000..994fff5f2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBoxingGlove.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27039f802f762e2d06b86b8df86af87c1a77eadca881bc587cbd534d61f06c7 +size 392 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab new file mode 100644 index 000000000..be90b2698 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc75a92f76ba8adb720a81118e882d7110c89f8c79b980cfbd501777c38b8c14 +size 349716 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab.meta new file mode 100644 index 000000000..e4ce9adda --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalBullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c965e97da361bce6920c1f1c23e3a799bb31de8771f6a41419a4c4b0a206c2 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab new file mode 100644 index 000000000..dffb9cb47 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb605d4a15b4f9b08ae34e1e01f172fe0c4c8ab992cb493a2edbb8b010674aa +size 349726 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab.meta new file mode 100644 index 000000000..f7cab02a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalExclamation.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372a8c6a346a2a3bc08793a469d08204018638aa76523b5490aeee96fb2c2ee1 +size 428 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab new file mode 100644 index 000000000..7adc7ccff --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e42084fc2072774fb6d6526d02d4128708d0eb4947df07624059fbe6ce0299 +size 349792 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab.meta new file mode 100644 index 000000000..d42eae4f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f138f6d21aab8997989d39c70e7efb102c68388708feb65c40f2bac6e66ac49 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab new file mode 100644 index 000000000..56fc70861 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860a8f5a23bd7dd6f31edda98a14e4a80341dddb346d754fd0867ae7a6d85bd5 +size 349793 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab.meta new file mode 100644 index 000000000..706c756fe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalFire2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ad2829ce10c80b59963bda5416b2b88cca95287724e40152b1895411d1b07a +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab new file mode 100644 index 000000000..d0f4fc91f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357b58b48e5cf4dd7f5fcc5c0a934c30800b46d43d71ce5700ebefd3f0edcb80 +size 349713 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab.meta new file mode 100644 index 000000000..6db0dcad9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHealth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6719344ed250bf22496009a829c259b2c37ae76384a87d46fac138424cd21356 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab new file mode 100644 index 000000000..026afbe30 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de0717e7b499c647e6f3e6cbd85ff99feca1cb0e4cdd9eed2a3ffa117162343 +size 349721 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab.meta new file mode 100644 index 000000000..2e23522c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalHeart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9707e21c508ecd2c278d711218373de2d9eefc42c4730005abab6e7ff43bd8b5 +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab new file mode 100644 index 000000000..7c3e4809e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ce96ecb7f5cdf514584dbbfae54c521e730149db98d73510be11f4c5673ba6 +size 349716 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab.meta new file mode 100644 index 000000000..40649cc06 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalLightning.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25419c912d8b549e8bfaf12d87fe52ee719d14aeaafda1c5fe1ae11541c9254 +size 426 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab new file mode 100644 index 000000000..0ada4047f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cfb6cd20e79ec54d51091d5710be97f86b04117cdec39af3e11fe2f8e68f88 +size 349711 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab.meta new file mode 100644 index 000000000..963ded6cf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalMagnet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11820326bc5315ee69c45721a41597d090616d3533598321ec8c50f6c37a59b2 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab new file mode 100644 index 000000000..f1fc9dd7f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee9d2e08ea319d6c255fbad62510e8bb33b53fd0bf5e15feb9cbe61a1398fa2 +size 349722 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab.meta new file mode 100644 index 000000000..2ebc5fd66 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalQuestion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337cf8ba35c6b2a8a0e61585825e5425b61c7fc6c00628a01793da99841fcd09 +size 425 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab new file mode 100644 index 000000000..5bc085340 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fe458169b685e76c352cc0803df07559e6d028ce3d56a8c407c63044983465 +size 349728 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab.meta new file mode 100644 index 000000000..ab592ebb1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalShield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc25b9f0c7b3e09e4017e678b7a32e0939f0cd0f28f30a5800a8fc24cbc8058b +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab new file mode 100644 index 000000000..76c0cd5ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7a89da881c0821e726ff06258bd63fff1e11fbeda35141a66e87f3c073f8a1 +size 349794 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab.meta new file mode 100644 index 000000000..e33ea4fb6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkates.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387b7b307c960b9f2eeee1ab78b53610d50d2a7aeed16b334cc9f1eac76e4a85 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab new file mode 100644 index 000000000..8c8f03ea5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32541e3f034711beca086aea348fa6223d2b2a826acbd36d43c52830d64031ec +size 349719 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab.meta new file mode 100644 index 000000000..0f0ab657d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSkull.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0bfbe2005ffef23a8f100eb8a37e9e4a6cc79f963e2df623786285257952cc +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab new file mode 100644 index 000000000..c7a50cce3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49152f28b14e974d820d3962a3afe1e08905d6c22bc26d95cc7a5236bcbd9dea +size 349720 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab.meta new file mode 100644 index 000000000..3bfd8329e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpeed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1336575763b7f0d6f9f92ac3260baabc8534b20b2c010337e6e7303814b9fe5e +size 422 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab new file mode 100644 index 000000000..17c2a1444 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4717ac6cf93b5f609fa7849fcd9e09e1f5a05a615450396bf8edb25416252800 +size 349741 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab.meta new file mode 100644 index 000000000..e5047204b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalSpikybomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d635c8d87bc216f76f7a87b307beab941619d27ebc85f9843c519cd9c23c72d4 +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab new file mode 100644 index 000000000..74fec6bc2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1470d5c8274b9b70f7b3b433ca4136ab0e704269cacf50e2f2353db38f0f1b +size 349715 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab.meta new file mode 100644 index 000000000..9fb0744a3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Box Metal/PowerboxMetalStar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095c8ef017c537030838258544cd736cc756b4d6718345890f5154e5f486e1c3 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored.meta new file mode 100644 index 000000000..264a4b263 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1f0918b9090535eb6f6e0faceb21343cedb029eca260ce9dc7954a054d3e91 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab new file mode 100644 index 000000000..35c89cd87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83214a8d6a5f44e550a9b2681a613c2a88e53b55df8cbbb1cf1b4af9811d60fe +size 350057 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab.meta new file mode 100644 index 000000000..083b3d910 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0b7e17a8133599bca38656a8a1515b1472d87d138073e64d154371fa0a7f78 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab new file mode 100644 index 000000000..33837dd7c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5eb655812b6cd33d55a00ec78746135272686879b2ba0000909adbd99527113 +size 350061 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab.meta new file mode 100644 index 000000000..039c62552 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBoxingGlove.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cab4df9c0a384567054163de127f9dd5caa641bba98f44ba8baddd867297535 +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab new file mode 100644 index 000000000..c21f4cce7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d788a9920fcc26aa4078f0f0655ec8009ce261a6da58ce59f8d09d39f235ee +size 350059 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab.meta new file mode 100644 index 000000000..5cf225680 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColBullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafcb01c31d3eddfdd67d83bc7a6244c64d53184e1f85c3939372dc704a8eeb3 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab new file mode 100644 index 000000000..220cf877d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434334966aacd3e173d791e0197d9fcde2f8b0b882e91a974d339c8c998881e5 +size 350042 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab.meta new file mode 100644 index 000000000..3beb452c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColExclamation.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c606c0f95c84e41dc880407b66f49cff254f67653f9ba8afc01b6140af034f +size 401 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab new file mode 100644 index 000000000..ffb958154 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fc9e827022839dc7b17784c80bbdd5703c95a1b28d774ce5fb7d36bdbeddec +size 350055 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab.meta new file mode 100644 index 000000000..a26b3391b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc996d3c778bfedc9999412e1de818c37249f2b389ded440358a6f7b0521623 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab new file mode 100644 index 000000000..3b1594f30 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43b4ec465a942a78dca57dafd3b4fd14ebeaf161072bdc94f8d1f1b817691b5 +size 350018 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab.meta new file mode 100644 index 000000000..13f0553bc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColFire2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4508e3cd892cd1fcb415ae041043855e49abb72597713936e99642a351bcf2 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab new file mode 100644 index 000000000..d9caa3116 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb0c05f88c5fff279ae936f2b6f9c3c905b60e09d39af65adced10b3e25923f +size 350025 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab.meta new file mode 100644 index 000000000..c6aea005f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHealth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736b87004079ea4bb9974f9adc2ddf75e7dbb0ba8357002165274c28624eb40c +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab new file mode 100644 index 000000000..e6efd11a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d998660914eafe0416dee9a3c57b27b705501a4c0ffc2b35ab3c87275d2d7c7 +size 350024 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab.meta new file mode 100644 index 000000000..5e2cfe669 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColHeart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfca46d29c71ebe850e2b7b1fa93ad757ed085f32e4c547c12acd455f6be1ab +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab new file mode 100644 index 000000000..f812dacae --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889df6d994fa748c1011f88b34d0445bddcc78c1a8afa0e5c7f235cbbc62f934 +size 350062 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab.meta new file mode 100644 index 000000000..6b4f58804 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColLightning.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e535ad129a54b49cc8adb3ab5700aa17a912c14df85655d0e2e85b73e8b561a +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab new file mode 100644 index 000000000..c04236896 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4dca145f196a5ee43f005d0767f0727b532e35afbc7f588a8f990ea2a09d24 +size 350025 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab.meta new file mode 100644 index 000000000..37f863579 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColMagnet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8472b9fd65c5bfa9d5a91f5064d32275cca1a1e4dc6df8ca221be3fb7ca9d9d7 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab new file mode 100644 index 000000000..d74a117f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15bbee61a3c334dca2807b42d96166f61f60f13dc3ec97a671c5d9a23c1beea +size 350063 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab.meta new file mode 100644 index 000000000..f545397d9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColQuestion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0fa4cd8740711a37004a44bbc7e7dd6147a380cbf25d905efeb707d653e52c0 +size 398 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab new file mode 100644 index 000000000..1727b4cb7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cbe6e33234f719214222cdf5dd1070470aa1c9de3d7da0fa8401d57e502071 +size 350075 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab.meta new file mode 100644 index 000000000..a79778c24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColShield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bb9528b023f16293dde2464b4573fe024f5806a89d52576789528d1fa1ac7a +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab new file mode 100644 index 000000000..e70a5206b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1689a9bbfa5f53d0e48bb0f6c0b38c3601ded330505f017ea5571f9464574056 +size 350045 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab.meta new file mode 100644 index 000000000..be08aa7d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkates.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5b9b0fbbccbfb9305166ee7bc170bc553382ab531457c1d9f685d2f43b82e1 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab new file mode 100644 index 000000000..8b622e8da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9657a9578d700ee23e86242235ef0a9f195590d01b61c1fe6a5d2ad9e6d150f5 +size 350058 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab.meta new file mode 100644 index 000000000..191290d67 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSkull.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2e62ef530cd87b99791a60a8cd5df9ec486aba1e0e3b1c12f6590d4b8ff60b +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab new file mode 100644 index 000000000..dfc6d63f6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038f341a5763b21c4d6b8252f528430a33fe1aded8b0a44b5f22c502f6bbd31d +size 350058 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab.meta new file mode 100644 index 000000000..5480b6b9a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpeed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2675365dcdab2bd8c0dd0562541c4562e62e91d146e91555cc21de2b5746bffb +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab new file mode 100644 index 000000000..6213bdcd8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b2e776f5fb6df8434ef2ec9164c99fc5e2a467fa04ef725b2d09e101eb47d7 +size 350062 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab.meta new file mode 100644 index 000000000..c1027bfb2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColSpikybomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05f4bb89150613349627666b6c9dc8f8fcd4cf20fde308a9c6bb1c772c1c36c +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab new file mode 100644 index 000000000..22775d216 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf304225bd10306e2f30330c2d25c1eeb97db2952f8e8659b6c16726e2616af +size 350045 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab.meta new file mode 100644 index 000000000..7435a83cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup Colored/PowerboxPickupColStar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7e42c0cfd41feeff3c31dcef69f692a9cf14acac63692a80851c8a0251d93a +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup.meta new file mode 100644 index 000000000..23cc1f7f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7a3e63dd1e8963dce9d7d7eaaa65a8edc8bffdae54e23457ad181ffa310530 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab new file mode 100644 index 000000000..6dfc1d455 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d444a936f1f37511602011ae791c1ad670102dbdf23d4ad2afd960be7faaff +size 350046 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab.meta new file mode 100644 index 000000000..a33f5e0ea --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af74553a1d1eee1a2b6c80ae4ce68979f8241625f02f9abd13c3054f8312b270 +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab new file mode 100644 index 000000000..3b50795c8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a2fdf0f8aa8df3c2788f9b1a666087315a48e396f67b6d4d92c4d291809c09 +size 350047 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab.meta new file mode 100644 index 000000000..1c7799eb8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBoxingGlove.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d97ce5e3660e753693d208101fdfc0da390a30795d62798ba6c93b81a12f0ab +size 390 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab new file mode 100644 index 000000000..16f274ad1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252baec1d1d76465026d03e20316ccb188ae3ed53ec925fb424f3332711a51d3 +size 349968 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab.meta new file mode 100644 index 000000000..fc3330a5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupBullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd33596a9970ce868ca2a6af3670b3841ea6e982c4c88c45deaf82356b2689c9 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab new file mode 100644 index 000000000..95034b0f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c26429c8994fa971f8f6e70837ebacd26918c0c05a45e9fa0598c7e00a0d21 +size 349974 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab.meta new file mode 100644 index 000000000..576d463bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupExclamation.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d090d34c18129ab662083956cd88ba171a637a981184bdb55b51872cc697a2 +size 426 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab new file mode 100644 index 000000000..93dd3f600 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3427d1002534425b19522753f061f5c6a64c2220526d350ce5bb463d8b902dd8 +size 350041 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab.meta new file mode 100644 index 000000000..864182d6c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b9b66179e5d1b1170b043fa7385c82a3c4a0c91a02c1211d612d59b216127f +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab new file mode 100644 index 000000000..7f915fe62 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b601e9c818cb7acfa518f4fe8349dab4e3412b89d719119221f8f291e476d8b3 +size 350046 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab.meta new file mode 100644 index 000000000..ed2d79acd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupFire2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de0f55614aafd6bbe4ccee102ebf19b4215d8d81b3b23fc29901b8f360debda +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab new file mode 100644 index 000000000..0329906d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7287bee1e36797600d16fec8cc23092d7ae422ef09fc36cb19972a09f5a3f3 +size 349969 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab.meta new file mode 100644 index 000000000..9e1e0f093 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHealth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9729f7b3c6b67eff804e96403860cbcb07d950d1da1bde79a4fd3d7e0958cba +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab new file mode 100644 index 000000000..215864511 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ece1f115c84f1aff8264230a1361dde63a95b49e764f6fa6014132fa000e0aa +size 349968 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab.meta new file mode 100644 index 000000000..2b8d057e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupHeart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a75b889e9b26976442700be2dbb757952774cb56a271a9d80c721d5dc7e76a1 +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab new file mode 100644 index 000000000..623b049b6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d16b285f5b9ee3e0a5bd686978fc412bdd5beb42ab21e9bdac41d193aac752 +size 349971 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab.meta new file mode 100644 index 000000000..f15cf9527 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupLightning.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3d3df371bad8f19be87e264dbbacfa9d250d99c925b34ec563dbf91e5e6e41 +size 424 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab new file mode 100644 index 000000000..6e7ffb9c2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3998b3b46ecfdc28a79299faa663d2406f21d2d643a742efc8c6a24f00719d0 +size 349969 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab.meta new file mode 100644 index 000000000..83474fd85 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupMagnet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43410c663e256a12a321d12f1b68335ca8e1891c4baa9c11cd36ab81be93d20b +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab new file mode 100644 index 000000000..09dfc0e63 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479d837d2593e197dfa9a7064757358e2660a3808bb619998e530720aa9b40c6 +size 349971 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab.meta new file mode 100644 index 000000000..e266c2bf0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupQuestion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d63e609cfd3448f8e248eafccada173f30ce24a62d8276cb329522071c0863 +size 423 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab new file mode 100644 index 000000000..ce30d9015 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dbc0dcd22b70fafb8b625d4813d576feec89e0a0da3d1fe05f9a5f4e3a1e04 +size 349976 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab.meta new file mode 100644 index 000000000..de89b0cee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupShield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f12372ff7bb3a943317ccbef70bf3e11c33c417a192a4747d4ebf185c24ba8b +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab new file mode 100644 index 000000000..4b8484c24 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48aaf142362c858606c4bb42efa04ee49643b06a2ff761f091bc25953ab87b01 +size 350043 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab.meta new file mode 100644 index 000000000..51c2e08e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkates.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd13f35156eb08235f0a3c1e5050d43809ca22318b96ddde4081f328b281b987 +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab new file mode 100644 index 000000000..8d9a9f374 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30417d8968250f5caac882945a4f892f7ea617e7047520a13be842c5d2a93656 +size 349967 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab.meta new file mode 100644 index 000000000..187d77a6c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSkull.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e79d220136e49aa4e419fcb3ed1836a20e2700ee2416b0bef878934d09dc6b +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab new file mode 100644 index 000000000..eb515f880 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba1935c7851f7c62752cfb39092bedca7b517ade58df7baf6741c74dd1f7744 +size 349967 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab.meta new file mode 100644 index 000000000..f4b8a78f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpeed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595f388c23f30100dcd1028f6005b6a007ad4bc24ea142803366e83a2eb214bf +size 420 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab new file mode 100644 index 000000000..19002a27d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bcd56cbcad6423d7aaf35650b5f414fee6d13c067d4b4dfbe8dc24de19862f +size 350051 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab.meta new file mode 100644 index 000000000..15f6c2de9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupSpikybomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0258d5a2a65bb64f67ee3fb3f1b6455aa5dfd11dfa65c90ab5df754cca73fa41 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab new file mode 100644 index 000000000..5c45cf7b8 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0454658960eacfe52ffa87394137c855ec51364e29344f94eafd79ced159ffa0 +size 349965 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab.meta new file mode 100644 index 000000000..9577f1b43 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerBox/Pickup/PowerboxPickupStar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac12f1119361cc0d24f607f6f386f4243d3bd811838a0eb4870872913e3f04c +size 419 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb.meta new file mode 100644 index 000000000..8d30d32d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6968b0ae976c0a6e63e6fab33e3bee78b64fde590de18cd7d70186a164c70045 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic.meta new file mode 100644 index 000000000..fbf95ff47 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a540ead0533c0a21b42a51ff298fbf245955e6c2dd024f0edd687c3cb80be00 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab new file mode 100644 index 000000000..11364bb6c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0df583d17b368800a121ba32430e78e75b721f45374dd433724c161c63babd8 +size 344819 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab.meta new file mode 100644 index 000000000..28624da6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d475df7459f21c026e36e480887c221ca52d31e93ea1c21e7675742e14ef14d9 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab new file mode 100644 index 000000000..10f7c308b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e588a1c1b1ad31262d6f1be3cd963f5bf64904a179325f0fc8185039883f8cc5 +size 344821 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab.meta new file mode 100644 index 000000000..04a144712 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8f73bbb4e99e9ee943b45f1f414fee236d52ccf4811697a03eca943a9b2dff +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab new file mode 100644 index 000000000..b43258ebe --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8793422c4117c8468aabf8a6d685f17711018fb062c720361c0b40f828ca067 +size 344821 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab.meta new file mode 100644 index 000000000..46f475249 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46ddc664495243c4c125db79b8089a98dc9a69eba2219c0eee86d21b9f63026 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab new file mode 100644 index 000000000..da5370709 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cd4ad5777cd70db45d74bfe9af8a85c3a018d38f83486b295b8b534d6e4a67 +size 344818 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab.meta new file mode 100644 index 000000000..71d4cfcab --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b757787e894393f823550baf216d83e59565b52f56ddb6b6e9f44f12b91aed4 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab new file mode 100644 index 000000000..dbddf5e2f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076cee7c1eb9b9349610469c73accd43e629a31dcc501f748c250629f86b0a05 +size 344813 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab.meta new file mode 100644 index 000000000..44fca7f40 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Basic/PowerOrbYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2d3f6dd714b127a5bb14a26e0fbda56adc494b2c68e749ad32c90c3b263b74 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental.meta new file mode 100644 index 000000000..e35929c78 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490abb8711a3989845b2fc4adfe50cf7cce5ec2f6c5fe64be649f26135ba3bec +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab new file mode 100644 index 000000000..eae6a06e7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f24c998584a14849df0e3c883a71be8642c694d5cd5ece84154ad25855b4c7 +size 456071 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab.meta new file mode 100644 index 000000000..d3c2085df --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ee6ac6cfbe800b98f57d47780bc17a6868ab557b0c83d59564d72fc900f519 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab new file mode 100644 index 000000000..598ef30a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9fe48ac595cbc7e724578dc0d4ab18977b3472c151f75e8f765aecbf152b7f +size 457245 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab.meta new file mode 100644 index 000000000..fa1989d3a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFireSoftElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821905a278d61e4ba748168b265e0d21681e84cba7165794bb3f8a33ab8e8361 +size 429 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab new file mode 100644 index 000000000..a442bfdd4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b42bc8266f18307dc53c535289f521c3005c769ca4fb5ce4d39468b6ffe2c7 +size 455001 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab.meta new file mode 100644 index 000000000..c0388f186 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbFrostElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a9c009eacca0d49c4bb732298e239f8d453a71752e72c73bcc3986675c74b0 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab new file mode 100644 index 000000000..8b464b2d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1347d3b6b125f8ed15060b2f6bbd47c2d14ce3062878677bb8b952e55468b2 +size 342886 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab.meta new file mode 100644 index 000000000..645ba4636 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLifeElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8accfab837e75b6b62eaab9600371491bdf1fe3f9c56ee43e4ef2fc91f79c27 +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab new file mode 100644 index 000000000..b729c125f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee9e8a28187d26876d0df110a2d5facfaf528319ddc38e574b4ed517598c312 +size 457855 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab.meta new file mode 100644 index 000000000..c0d0fc9fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbLightningElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9badfde32f19f135fa8e36197942bcd82fbd0e07d12803600a9ef44a60613c39 +size 421 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab new file mode 100644 index 000000000..b64142793 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8a42b31e07745587ed307acccfaa74869477ef02f1fd4c872e57fa666e8030 +size 342903 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab.meta new file mode 100644 index 000000000..d3165ac6f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbShadowElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3c50df82bca08f7f927f6d3ef173a95b3c01aa99ba8cc9ae8f90af93fb148d +size 391 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab new file mode 100644 index 000000000..23dee2940 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ab5b360265f79353307a2d417586678a749f2a259e95e3afeaf28d68b6c75b +size 458957 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab.meta new file mode 100644 index 000000000..faaf0a088 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbStormElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aad152a8a2448075bf7e88f91baab6e5b5955d57b0b92fede8524ac180a8e88 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab new file mode 100644 index 000000000..f57c6b788 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd65279e74dea4231f6a4f322eea814a23afa139e5d634b195e864f6ce7f203 +size 339628 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab.meta new file mode 100644 index 000000000..58c48c397 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Elemental/PowerOrbWaterElemental.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b70f535ad1fbee2a8cab061e5a49071c7f9484ec230cd541caaf0b87054bf17 +size 417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi.meta new file mode 100644 index 000000000..148b968e7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c645790984438d28f5f1e8f2a063a322f6e6cbd876a729b2be7926270f6fda2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab new file mode 100644 index 000000000..d20b68b11 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98f0819b9acdb4f75e322d048fbd90fae86461e1083aaf6fec6828364228c9b +size 341417 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab.meta new file mode 100644 index 000000000..f9252f68a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149543e3c40dafd9747d6feb561e1d01bd63115a054a52af4aa94614eb911437 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab new file mode 100644 index 000000000..d2ad4b7c3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2e5b431c264ff728d67cd4aa1b4eb2e50643b5827761a58d44a8c50d6a509c +size 451638 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab.meta new file mode 100644 index 000000000..68af078bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b1003773c9e5021188143ef9283a6c67b64e5a55d09eb0cb390718a4178a9e +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab new file mode 100644 index 000000000..fd8d612ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9955bf385d899ef8612b14eb0a16fdcfdec0b9cdb89ca404a8d334a4a1d34ea4 +size 340008 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab.meta new file mode 100644 index 000000000..b4aff1879 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1999586db8c18b2d56be37ea23a9cc502ae207163db21111b157b9cb50738fa +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab new file mode 100644 index 000000000..eb50488ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a335d06ac1a2b62188a559bcf00040730711ead7e0246a2cff75b6d4556d050f +size 564554 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab.meta new file mode 100644 index 000000000..89429cf5b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e296d0915808e759530b50ec7bfdbffbce13c7e19f50a96d140fc86ec7d3ec1 +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab new file mode 100644 index 000000000..67575a739 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63045b0da1542883e97cc9654488f8084cc61bde31a3dc108362e44a794533a8 +size 340449 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab.meta new file mode 100644 index 000000000..7d9d55140 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Sci-Fi/PowerOrbSciFi05.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db723b7ce2c87e8ebdaafe3ce895820d6050b95ee9c40c9ca8029b02968f87e9 +size 416 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small.meta new file mode 100644 index 000000000..4b58f19b3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ae9a91a575a1dadb80ec7ac06f5cb3082d54dc18b342ce51888991173e78c3 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab new file mode 100644 index 000000000..8810ba8b9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3054d2a5f9b78f0bb0b6f2c6aa29fc4155648b4dce1c78fe301618e1591cbc +size 231608 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab.meta new file mode 100644 index 000000000..db6844e71 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0caac50782c151bd9ebb1a6b6e7f4ca97b21263de7ff66519e5f4022bc3e19b1 +size 408 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab new file mode 100644 index 000000000..0038ae2a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fbf66dc643002454f7c452ff22d5df2a3e8bd41f5fb0f3d95fe424a9cc4dbc +size 231609 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab.meta new file mode 100644 index 000000000..8dd07c45b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3df1e7410f55307e32cbac54adc23b16a2243081b0e0f460fa68bd6eaadcf37 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab new file mode 100644 index 000000000..3636ed82f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c93873dd4d1e32d531e61b2f68390c747e318ccbd1e3fe4bad6eb3ec938697 +size 231610 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab.meta new file mode 100644 index 000000000..4d62b9b8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950f1f29a09f9e9c241fe1d734831314b0632c9789ed2e648d5b56795f74c5d7 +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab new file mode 100644 index 000000000..9250e4fba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4af3641e3fee036405c7613b2775a9499a786922dfe0b7ef77e178817858d3 +size 231616 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab.meta new file mode 100644 index 000000000..37d8564bd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31114be4e917a4cc796cc01052794ee27dfa28009d99bb3364e26e3c82629ded +size 407 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab new file mode 100644 index 000000000..6f85eb08a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942685635f773a587ca165db978e3a9a3e41d0900166736de27e34cc132c94c3 +size 231618 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab.meta new file mode 100644 index 000000000..7403c3d2d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerOrb/Small/PowerOrbSmallYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a149653cceeb933db477e81ad476ebe4f8636af1cc18cd003f9f6b53bb2bed +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate.meta new file mode 100644 index 000000000..c4d23ffec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660f029c7fa8270f1abf979e573da54fd1568e57675aa4eeddabac6f85abc01d +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab new file mode 100644 index 000000000..39e858b79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acfa98a161a2b2c0eb6bf54f1e93537c49fede1908858ffdf3f9573e2be7fc9 +size 230309 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab.meta new file mode 100644 index 000000000..1119ab294 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d819f08ce3c01280513417e1e2f6aa817c9d99902a0cf4756371bd89b0e7f735 +size 411 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab new file mode 100644 index 000000000..6889faf30 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33d6eaacbd5a14c4b583e7c647bf950b2473ea43f37f621e3496467c23ca1e5 +size 230320 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab.meta new file mode 100644 index 000000000..a62a65069 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6db4e3277087b8414487b0f24aad3fcaa675567ec99a49638324bf66fc360c +size 412 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab new file mode 100644 index 000000000..4c91c2b01 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750cfe67b04bb621ce24befe9d88eb48972f70e635566ce209439c6d570ff830 +size 230320 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab.meta new file mode 100644 index 000000000..e259f589e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivatePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9913fed03e50ecb36ec5265f3cd879b44e8ae7b64ca8658f589246d3ed5dcc39 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab new file mode 100644 index 000000000..516592522 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f353d9d430ef85cae42fef7ed96be4e636cd22b4a3de0ae7d688a5712fc09cc0 +size 230308 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab.meta new file mode 100644 index 000000000..ced2ae648 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e8556dd4e476289e5659637929aa3108bae6e0ba23107f25ca15c7af12a62e +size 410 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab new file mode 100644 index 000000000..92e23f211 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1d5ab9caeaf2ecd672624b2f73aff4f85c37bfa00c57d50d2ea5e3e3eaa856 +size 230327 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab.meta new file mode 100644 index 000000000..778466751 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupActivate/PowerupActivateYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f7e6887817f50466188798fc611c5fa51c10f044c78ce512240f1a332b94dc +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow.meta new file mode 100644 index 000000000..0ec047c45 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c063470153e4aee2af77674cb1ea455140f70b20351b38aa39629255e353b6b +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab new file mode 100644 index 000000000..b58aa9072 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880477805ccb29a2e41daa4d57d22bff0dd7ef1b913f651a90c1b1035b0f0fb7 +size 229357 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab.meta new file mode 100644 index 000000000..b694d9bb0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc5a008776403e44bd5f6cec8a5a09a065f4125d2073992549a7d2884e92e58 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab new file mode 100644 index 000000000..9a5545c1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855c93a233c25e39041a834febc65b5967577f9215b922a78f34243c49cdc203 +size 229276 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab.meta new file mode 100644 index 000000000..49f8e30ec --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f583ac8005bf295f4eb8667d459b21eade561b52f5c5e4760b7b1a90e4b2528 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab new file mode 100644 index 000000000..5d6b0bb85 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2824e753a051f2e4a095afdca6d0d6735a3d9faee312c3cf3430dde1c4ab3e36 +size 228559 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab.meta new file mode 100644 index 000000000..81eff7c87 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a099a1deb32e7d73287eb0c2ab5d5fe371ceb1f2fa3671cda48435f737c7508 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab new file mode 100644 index 000000000..d89c90fac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e23b3066beb3d99ffd1e88d1809e7225d87e181a90ae953020b1cfa8cd576e +size 227963 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab.meta new file mode 100644 index 000000000..6e65bce8a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow4.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f09405815912d7ae14662cd479969a12f7486ba1a22d409d3b922eb3d3e39b +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab new file mode 100644 index 000000000..9d76ea374 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e1fd85b7736c50eeff1b54311c5dc93bc05f035ca2c22f30d85c72a820aa7a +size 227513 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab.meta new file mode 100644 index 000000000..0d8fea7da --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow5.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823856adaee7d7fc42de34bfca863b02120436dacab7f159a038fdadf879fbde +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab new file mode 100644 index 000000000..77b8dd3aa --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d1c0b2a82dd8cd3716e72135203d046829acdb14f95c622545587836ea316b +size 230307 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab.meta new file mode 100644 index 000000000..0c55be2f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow6.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeea07f726db4490bed9ae37a4f76e051287c9142a77fb3fd306e53bc21650c0 +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab new file mode 100644 index 000000000..26e86896b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fd2022c46d148b3ef488354a22a9cabae9b8009625b91e584aa1920537bb4e +size 230576 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab.meta new file mode 100644 index 000000000..2b7a4173a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Powerups/PowerupGlow/PowerupGlow7.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8c9c86eaef594c99fecfac8e11bb5dfd9ab021897bdc9adee40f729aa7a040 +size 409 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle.meta new file mode 100644 index 000000000..eebbdfa40 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68c26af986d629d12cd8940228cec60395c0afdb3b6004adcc2fdad3dc460be +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea.meta new file mode 100644 index 000000000..8b532a488 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d557c43ec5f37585abf9202fe2b9ff43211c349528fa5f2c742c9c137b8319 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab new file mode 100644 index 000000000..a12a5713b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e83abf7f6fed7004e53a6a3f78f0401d2f60cf863d7bb1225b7d4fa83647d1b +size 231806 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab.meta new file mode 100644 index 000000000..60b27ff92 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87c6a7af67c3759c6cb72fbe6a9b8fd6ad8c23fed5e01c5dda420022b0c94cc +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab new file mode 100644 index 000000000..0373e7e1a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9463bcbce30093769e338f99a02f26fb9e33324828687be779f1c433da4b1f +size 231817 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab.meta new file mode 100644 index 000000000..44afbf395 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a88e15bd4a8d710313a6dd0aa2cb5e0b38f64213a8f909b2ace0a44377ad484 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab new file mode 100644 index 000000000..804970700 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57da899eb6995dae05276ba10dbed5e30bd63b087b19820726550ef972eb0ae +size 232047 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab.meta new file mode 100644 index 000000000..f9e39bb05 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0856abf72fad679282a6d063726a05d8ad715024544c2afac88cf0327b11d064 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab new file mode 100644 index 000000000..b0b8162a0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1b487fd35599ce9d9129609619950ec37c2a1378ca03e74b5338e7b14811ad +size 231791 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab.meta new file mode 100644 index 000000000..aed697b23 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2373ecbe49e2578f607b6e36e87d9af0dddb7dbec5929292fbf121ae723908ce +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab new file mode 100644 index 000000000..c9978e64b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53c231a5602015362090fceeb266a1bba58dc472319a4e5e7732d1738d2bfa3 +size 231817 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab.meta new file mode 100644 index 000000000..ed8705729 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleArea/SparkleAreaYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beec3f1514c16e6de86f38ed3326398c0b2b6c384e41304ccab6155bb0a15a3 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo.meta new file mode 100644 index 000000000..bfefb1a1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49bfcca2d7efe4fdcc0e596dc45106cdd6621d7171e97d3694239ab6062ea22 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab new file mode 100644 index 000000000..1d2f1d7e0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76bbe048a034296429ce041a3b854082f8ba8b459858f6ce1f35defc80dca67 +size 231815 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab.meta new file mode 100644 index 000000000..5564efb2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a77895bd5ca8a4b283b950af6af3577aa73b5bdbb2ac275304a1b9122823cf +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab new file mode 100644 index 000000000..40088c301 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3ba7a9f17e449d2f64ce436c41de3aa4e6d4a6a50d759373eb927de37468b3 +size 231816 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab.meta new file mode 100644 index 000000000..e597e5d0a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b0992b1086de76e0c6a18eb21c5404434faab47bec680d80d74f934489e6ab +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab new file mode 100644 index 000000000..573803c0e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82e43a047dfb01ea7e8edcd006e4e2e21b52e95e10d075bde98b871da09171a +size 232041 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab.meta new file mode 100644 index 000000000..c0647994a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3636c0350c6b25bc7188922d66c8f194ec66c0bfc04d554a0873734cb88b59 +size 413 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab new file mode 100644 index 000000000..cf10d5fcc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41b725377c259ef76f00b182e2aff3583d9463030cd1a7029e4bbdcfee15e1b +size 231814 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab.meta new file mode 100644 index 000000000..9ec6e4f79 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cba4df382bc71cbb1023957036ecd85bfa869dcd80fa9dfd98d1637c2fada0e +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab new file mode 100644 index 000000000..93fd344e9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0f4188ae96f1a749d7d1f4f4da1ce0bee415507d3c70f74a8636cffbd5b5f7 +size 231818 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab.meta new file mode 100644 index 000000000..08dd5c333 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/SparkleSolo/SparkleSoloYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d24be437a81cd6853ba0259357cf743e4b7230b56980cc3a60686e328655115 +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab new file mode 100644 index 000000000..13c334f4b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019e102c737f5efd28d0f94d9753b5f180672d3573dbce8692a6c13511448abc +size 347060 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab.meta new file mode 100644 index 000000000..9d885e5f4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Sparkle/TinySparkle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b82a9c893523b56f0558c5fe291dcca4a97d2b6f915ecf5085c9502a4c41998 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Stars.meta new file mode 100644 index 000000000..574d9f30f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2faeced152ab989a7b00e9bfe9a2f22baf6ddb564610ced4f5c30ebdf80b2c +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab new file mode 100644 index 000000000..eb2f3d91f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce971c73d92b85aba7ba9dcb366ddc46a1dc469c817ad75969d866888cb89c8 +size 462056 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab.meta new file mode 100644 index 000000000..3e20f0421 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/BigStarFilled.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f0d56a709ee2083e32ee6e0e77e26ff185dfbdc798f0d479a9febd9b0e0181 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab new file mode 100644 index 000000000..cb2a013d2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fad09b48c31f6346fa1ab6b90cc3cd74418be4b5b3be998ab08db5fdc8cb80 +size 345537 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab.meta new file mode 100644 index 000000000..272b957a6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dff0ef9902d01bfd3e3975808c66404f4531a525d8398568dd51fb7ce99d88d +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab new file mode 100644 index 000000000..1925ff0d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527e4b198ef4978bccb154f8861e27c781275c90a031fdafc5b1156c70e29c51 +size 574649 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab.meta new file mode 100644 index 000000000..b4d6e8458 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarPoof.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae074010e355d656fedfe35ec467228a251668592bafed9bad1d39e96b2a0fd +size 381 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab new file mode 100644 index 000000000..f85bb8691 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8ce0608826b061982e8b66f76bb5f338559eaad8955de7c4f9954f3cc06756 +size 338097 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab.meta new file mode 100644 index 000000000..b41832bce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarStream.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4e5e5c11a75e9e2005a19821ef97430c85e60fb74844ce5fe691f884bfa842 +size 383 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab new file mode 100644 index 000000000..ad726da1b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107f56f99200c5e609cf89c6cc4ff4249b26844b8c3ba6cf4aa2b9ef75435cca +size 339463 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab.meta new file mode 100644 index 000000000..fc3687fe6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Stars/StarTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3052f5ad29376bec1c1fd23d846275e7f7aece863b012d8b3175af2abad783 +size 382 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Trails.meta new file mode 100644 index 000000000..4de4ad7fd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1ac6fa70c3788cf401b9f28d6bd017cced4c2cde6903cc61de212708b38fc2 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab new file mode 100644 index 000000000..344a599d6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9f6e0d9bc08fc267e3fa83a20ed3aa07d2875ddcd28a007a94f0fa5aa52ca2 +size 451545 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab.meta new file mode 100644 index 000000000..b5a6570f5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/FireFloorTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012eb8469f7f1e650ca1ca083f108d16e13487f5bde5ccba94591ef73c24ef76 +size 388 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab new file mode 100644 index 000000000..b8b023360 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155a9f5d8ff01329c1916b5de1f9564f00a32c57bc5dcab440874bad3e8700e1 +size 451304 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab.meta new file mode 100644 index 000000000..9c03bf490 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/IceFloorTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b296f8747ead0751eba38977b00d33eb52f0b78b77736c64fbd237d1dc7ef6 +size 387 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab new file mode 100644 index 000000000..9b96b9eee --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf50b9a90204da91ef38c5c396d3b6ace4e61a0d404ba3e379038194246cfb0 +size 452732 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab.meta new file mode 100644 index 000000000..e9997032f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorBlueTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa7d2c2264b0c6e36398130867b94b20e797a2671710de1fedcd0df3d706d6b +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab new file mode 100644 index 000000000..c18762708 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8995c62c06b1e08cad956005f7b135ca2f81ecbb289346febd9da05d98f3d32b +size 452721 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab.meta new file mode 100644 index 000000000..d8f114373 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorPurpleTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05249144723d205fc6f85112b4cf36c607fa1b924c8dabb692753e4b7e568d21 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab new file mode 100644 index 000000000..e7fc5f086 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8f2b7a87fdd183d45a6a0fe20520f7f281ab45fb4e1d148dd890cd146e1bfb +size 452755 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab.meta new file mode 100644 index 000000000..62d1e8640 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Trails/LightningFloorYellowTrail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abb46c24b5a63e06ce429b7451054f83aac358d6d978601b02220633b908613 +size 399 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Warning.meta new file mode 100644 index 000000000..956080b93 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a2f9c3d59dbdf23be5a8c192225a019ea800aa260a3a3f236d47556e48b112 +size 172 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab new file mode 100644 index 000000000..4b9210d60 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94425be7d3925d22c54f1c877b6b71c6ff3ac6308ff31db3f81c7840d1bd4173 +size 230430 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab.meta new file mode 100644 index 000000000..25a804424 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningBolt.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768016cb34296e088eb70eef8167087558636aa9329d260d14ac61826f40e1c2 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab new file mode 100644 index 000000000..1ed18a72a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cb3905749d1aa3b325e85fb544cd697bf0b285bea2a46adf5d686065478ac6 +size 230437 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab.meta new file mode 100644 index 000000000..e72233de4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExclamation.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd3c3607f18f3b1e7df6209532d3174576c1842e81d4108090ef873c586a744 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab new file mode 100644 index 000000000..2ef00c813 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5080cd163027e4c6c3339de9b433ae355103ca29de66adca6119be327941292a +size 230435 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab.meta new file mode 100644 index 000000000..4c31703d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningExplosive.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0cf6c29eba663a895c4f2a3e6422be22f44ccc0f6ea7e50e49c550f9e6ca2d +size 400 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab new file mode 100644 index 000000000..f5d404ce9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e65aba57b2e3d8c985ac43e9e58df6219a1f928a30c7786bdc2817d0ec6999 +size 230431 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab.meta new file mode 100644 index 000000000..349b2ce5f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Warning/WarningSkull.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6640ed99ac8de9167ff4e6bf71b770168254d35ebe36d5592146b7166c4f7e19 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone.meta new file mode 100644 index 000000000..e2a1b1208 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa45bf1c127585fc7b97d7d8c618242ff9bdbfd728182b504da373bee3a1d92d +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone.meta new file mode 100644 index 000000000..4c8ad4c5d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa2cf380d0d4b7d5950b1a2b85064fa6b22d4889659546c05864aa6b542eac7 +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab new file mode 100644 index 000000000..a37d7a5ac --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7734c2c7514e87b60266e0e561d6da3f4dafdd6542b07e1e2e990592129ab7 +size 339955 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab.meta new file mode 100644 index 000000000..48b6f0c1e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fa44f4e72db710ecb741477bd25f06b58123fedc3759b80255d17c7ccd8cac +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab new file mode 100644 index 000000000..39664c3a9 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7345926b318ee6a1d3805aab1123ebb13f8cd7126265ef96b53ffcd0e62a6bce +size 339930 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab.meta new file mode 100644 index 000000000..7c5d62638 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1130948ac8da7c2a060b3124596e0fe3e11f98ce54b8d9564cc6d49c40ff77f +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab new file mode 100644 index 000000000..b66f167c4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a325092cb8bf5fb061ca0cbd0529bbf5709a3fb40e539bd81e327bb18d6678 +size 339931 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab.meta new file mode 100644 index 000000000..4c3270b3b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZonePurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f92cdb98eefcd21dad218a820520490dad5ccc8997088fafeaad4dadccbb182 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab new file mode 100644 index 000000000..fb09556d4 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbc32838bed187ae06683e418a143a17c4f29a23be69e99486e3da613348e60 +size 339928 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab.meta new file mode 100644 index 000000000..24015bcd6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6858e80885b5081be8b51d7c81f2a52787fcb31932818178df921b5ed82d3b18 +size 394 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab new file mode 100644 index 000000000..899d1aa60 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a36c2dd998a95e386fd5567b9beec725571d9423df86fdd53e139c57e3ed4a3 +size 339930 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab.meta new file mode 100644 index 000000000..69a895124 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f02ff51e2041b86d6a83760e6bd9eb6431a1e03298812099213925e90d7f20a +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab new file mode 100644 index 000000000..2a462d9a7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86e328ce64c6b778311b02c9dcfc24f9daf713d1e722a59800c799f682061cd +size 339931 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab.meta new file mode 100644 index 000000000..ff102fe54 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZone/BasicZoneYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54601d23788595086e3edb913ef8778203f82451da70a16dfe30f54890d8238 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall.meta new file mode 100644 index 000000000..c4fdd4c95 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efe5b49fc27f7cdefcbba936404810e5008b1154d2eacdf686cf7e13e80c0df +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab new file mode 100644 index 000000000..fbf2b8f71 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f136f28d58de28bd43f7b9997988e7fa604bd6a531d192ff8c2d623251bf5a64 +size 339912 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab.meta new file mode 100644 index 000000000..4c160bf10 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57717054b5d1a3bfb63631c09847600c0303f6ce8fc2cb622753617ed300228 +size 403 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab new file mode 100644 index 000000000..acb9820f7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8962067ebf4589530ce5267d042a236fe694ebce203bdf6cc87c14b7d482edee +size 339913 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab.meta new file mode 100644 index 000000000..c3d569cbf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4e67af5bb9b8121784a8a5d83df183a6748f6d5e64fb374b7102187b7d3cad +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab new file mode 100644 index 000000000..0c8d00240 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632c99c94dd03b9d69d44186d89a231a3c9c17d866accb08ad2ab7854fa4a5bb +size 339914 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab.meta new file mode 100644 index 000000000..fdcf7e9e2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919ffe93234d8338d504f0496340628041c59d0a32ba3c4dfa6f73060a1b38cd +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab new file mode 100644 index 000000000..98fde3ea0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c2bcce08b91694ed17c8536acc8806ce1b573099654223b41b210366c70ab5 +size 339911 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab.meta new file mode 100644 index 000000000..105ead462 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e4027bca1341824509318476e1b37dee7769c61f21b51c0746c99fd03243b0 +size 402 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab new file mode 100644 index 000000000..81e26e9bb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e132ec2ea12d09940d0beda46e34baf2ccfffaaa75d3caf048e3f6cb4d44f98 +size 339913 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab.meta new file mode 100644 index 000000000..fd4c90d48 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a9c3b7f13aa33199ce2021c9d1db539d8d3a16bdcb378520a60d3c2f433c7f +size 404 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab new file mode 100644 index 000000000..cc12654cd --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18cd4b0545746a01882ff56b0ee67333479e730cad08908997863d9b1e0c6ba +size 339914 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab.meta new file mode 100644 index 000000000..143abc5f3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/BasicZoneWall/BasicZoneWallYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b223712f56f1c764a76eb1a95e345b4d97aa9bbe6055a21647872675a1470e9 +size 405 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone.meta new file mode 100644 index 000000000..f43797edf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4067dbb01cbb4292681191281c7fcbbb2492e7c8ff0fd0f19a033f1fdf363f +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab new file mode 100644 index 000000000..4fcdc39d0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a7c92e9abe631f9e93f4313821cbc287cde48239ef7aa07a816e1a2f005ef6 +size 339974 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab.meta new file mode 100644 index 000000000..7a85cfa76 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808c365366160200953f97ecacd88b1f5f5f92d785ec5a93bd8202e27b1f93f6 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab new file mode 100644 index 000000000..77313d0e3 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2010fab92a70f987878b18c2d6103624000855b183d20a7a9ca0dd267e680bb3 +size 339986 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab.meta new file mode 100644 index 000000000..f4fd5e897 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8ce833609533beccb2d8d3328247e5f64f94518985d49c82a59f06a3c06d76 +size 396 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab new file mode 100644 index 000000000..8bb56c0c7 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f24774b0ea2474e167da3d901009c893eab32ea7cd33caf204a0819565cdb2d +size 339062 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab.meta new file mode 100644 index 000000000..24f23a6d5 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZonePink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75813285e8efb7691cf5ea1fc63842fed582caceb06be664eb53ab6d6f0e8c45 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab new file mode 100644 index 000000000..8b1a503bf --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325f091de11ef584b11c0f40684d77b105aba7a47afa6035a247e9df4dc07dd5 +size 339652 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab.meta new file mode 100644 index 000000000..d96036aa2 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/MagicZone/MagicZoneYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fa1bd72248cd1d0d3be81de2c5dc33e50cd58d1c266299f8553547cdc62419 +size 397 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone.meta new file mode 100644 index 000000000..aefd3a91e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9e4763acb1b161e04a03a04677210c244c74c82767b748f0d65df4c88b61ee +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab new file mode 100644 index 000000000..2d44122b1 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd853e1a43d649b02f6105a2b8c9884c3e95a0260b4c00ee6331b8325991e46a +size 454648 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab.meta new file mode 100644 index 000000000..9f81e79c0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3706863f7353b7cb67ea39c6077486521cfed0c8dbc4c9ab25ed307736b67480 +size 393 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab new file mode 100644 index 000000000..681cab5fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fd13eef78a62b1cc2672322bcae0e11fd2fee613e08c9ce42188e98d0443e9 +size 454680 diff --git a/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab.meta b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab.meta new file mode 100644 index 000000000..66689818b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Interactive/Zone/SpinZone/SpinZoneOrange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769e7f94f857cb66924fe85adf77841f077a6ab68d6067c494b76aae68b8c099 +size 395 diff --git a/Assets/Epic Toon FX/Prefabs/Misc.meta b/Assets/Epic Toon FX/Prefabs/Misc.meta new file mode 100644 index 000000000..97e619ef6 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821219501999bcf9fe645475204f83636011d56f4f69ddec8f3d8e2c107a373f +size 193 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab b/Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab new file mode 100644 index 000000000..973d0136b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671015f327aee7412ee9f60b00f2b1df359df1fa20c5012244f426117ca53803 +size 226627 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab.meta new file mode 100644 index 000000000..ac218e246 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/AuraTest.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725b5f89376f8c1a0e6cc76b4de6a5f8854c5e71f7a922c6db5af25b48eb95a0 +size 368 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab b/Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab new file mode 100644 index 000000000..39190a39e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed8eadb73a8b5e00d619f85f85558b4186e2fbb83990121eae06a164dbc994 +size 228175 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab.meta new file mode 100644 index 000000000..26239e0ba --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/ConstructBuilding01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db6723f13c17c0e11700d4dce7ce649ffb609fac4c22fe2a2955e452b9764b1 +size 352 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab b/Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab new file mode 100644 index 000000000..4ea441c01 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da3fd67d59b5181cd4aee0884a411ce12da48492f8ec6a21de6bc47325a9c58 +size 111523 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab.meta new file mode 100644 index 000000000..c9f6a3f4f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/CurvySmoke.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a8c7edc2e700e5447b41f29374b873335c9806ab5e9820acb1b82520248135 +size 370 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab new file mode 100644 index 000000000..cf85b3c2e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b525ea1670c0d0769a2a46587b84a385258ebeadd887ffba18bbe0d5fd8c79a9 +size 347507 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab.meta new file mode 100644 index 000000000..9213ba11c --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNoteExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c113613666bbb9e5baba37e4ac518c94efd2e40077ae7d31cf760fdad4822e +size 389 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab new file mode 100644 index 000000000..09153507f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85eecee400f785844cf13136a879f38cef0b120385ca6ab160559a45187aefd +size 118377 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab.meta new file mode 100644 index 000000000..70a27c60b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotes.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dafb1101b3bed910f11ede4a1e402a47bdbdea6cd9767022ccdc19e087af9af +size 372 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab new file mode 100644 index 000000000..9269ae7be --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e0747b66420b787368817abd9d962f774267220fc6703a18acc59188c19a91 +size 118487 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab.meta new file mode 100644 index 000000000..e70b7c6cc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesAggro.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821330d9705249da5539bbc5574f12a30046d0e6a596c5e5b9956b44b2e8fd33 +size 386 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab new file mode 100644 index 000000000..204127a70 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c5f4ab58eedb6a0f0396c7f62b81767db7671fea84756d8031f33fdcde104c +size 118492 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab.meta new file mode 100644 index 000000000..2a935a54d --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/MusicalNotesCalm.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99326ed219c5c0205729efb22fb692714ccf3ec107e638a94ae7a28a96994a7e +size 385 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab b/Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab new file mode 100644 index 000000000..4fa8510fb --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c27ea024b521dfa0556d162084c1d723665039d3650897ce306feb1d8d94f21 +size 354389 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab.meta new file mode 100644 index 000000000..9e7ff2e9b --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/Plexus.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cbbc61b4d67abac41a8221758464ddbb3013737c4643a6981dfd12a2b7218f +size 375 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab b/Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab new file mode 100644 index 000000000..3017b369f --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9d0aa7b721070b35bbd2cc9e55a62a8a0b617250847314e0e8a229bf57e322 +size 354407 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab.meta new file mode 100644 index 000000000..0135862ce --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/PlexusExplosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9024e870ee131690d766a2e9af21d4cc9f89cb742ecfcb64007a6ffd3233e9 +size 384 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab b/Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab new file mode 100644 index 000000000..97e185dbc --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa0ada80470f595861837598321341b7c5aa627ccbb9b3bcd1e07d45679011a +size 118750 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab.meta new file mode 100644 index 000000000..7e26c525a --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/SleepingZzZ.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d45de429c6bdf1edf189bd8dbf0397eb935e98429a8d0c151fa0493bb7857a +size 380 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab new file mode 100644 index 000000000..3437b0ab0 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca45754fa6f3c71abbe46252331c8526578111d7c0e3bf68047613484a3e23fc +size 115621 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab.meta new file mode 100644 index 000000000..ac2d85413 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessage.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0dd150b3a88c874ff509c37bbf5bc27f048e010e5ee5a19af04c51e0541467 +size 373 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab new file mode 100644 index 000000000..30f002827 --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81c5c843b647a650c1c2cb9669d21f556b1f351c8ac6e1398c8392bd8d2e18d +size 115356 diff --git a/Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab.meta b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab.meta new file mode 100644 index 000000000..45919ef9e --- /dev/null +++ b/Assets/Epic Toon FX/Prefabs/Misc/TypingMessageLight.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6754d769298af5a0bfc12ea9faef8d38f772ca768b257e03e7ef52b29e33aa +size 378 diff --git a/Assets/Epic Toon FX/Scripts.meta b/Assets/Epic Toon FX/Scripts.meta new file mode 100644 index 000000000..6fc5e02e1 --- /dev/null +++ b/Assets/Epic Toon FX/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f34082a1f41878d300e5079f7a337610c310875a980dd5f474716de1374336 +size 193 diff --git a/Assets/Epic Toon FX/Scripts/ETFXLightFade.cs b/Assets/Epic Toon FX/Scripts/ETFXLightFade.cs new file mode 100644 index 000000000..dceacc5e7 --- /dev/null +++ b/Assets/Epic Toon FX/Scripts/ETFXLightFade.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e8b7548f0d1d65ea70d262212895a44264966f53c6079c10df2de6de2c0d28 +size 1363 diff --git a/Assets/Epic Toon FX/Scripts/ETFXLightFade.cs.meta b/Assets/Epic Toon FX/Scripts/ETFXLightFade.cs.meta new file mode 100644 index 000000000..7ed594b6d --- /dev/null +++ b/Assets/Epic Toon FX/Scripts/ETFXLightFade.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deeb82236fef2de3d69b6256c39caed3fb6347ab87cfdf55661566cc1e213539 +size 447 diff --git a/Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs b/Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs new file mode 100644 index 000000000..d7825cea4 --- /dev/null +++ b/Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ab7ef634662cd7ed892c56a76ad7120e9a3e65f30d42a272a8e3df83590a8c +size 306 diff --git a/Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs.meta b/Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs.meta new file mode 100644 index 000000000..ecb481e79 --- /dev/null +++ b/Assets/Epic Toon FX/Scripts/ETFXPitchRandomizer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098e024c78a82973c47d9c8946afca6d39e03cefd30510f86144fd641412e365 +size 453 diff --git a/Assets/Epic Toon FX/Scripts/ETFXRotation.cs b/Assets/Epic Toon FX/Scripts/ETFXRotation.cs new file mode 100644 index 000000000..75174e962 --- /dev/null +++ b/Assets/Epic Toon FX/Scripts/ETFXRotation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdd58af24f4fd11973763f2fdf88103dfe2b9c144d501fac7d2e72ad3443159 +size 740 diff --git a/Assets/Epic Toon FX/Scripts/ETFXRotation.cs.meta b/Assets/Epic Toon FX/Scripts/ETFXRotation.cs.meta new file mode 100644 index 000000000..f06de4e51 --- /dev/null +++ b/Assets/Epic Toon FX/Scripts/ETFXRotation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf555ca63aa933ce726029eae371c9bf03b96f339b3b40e6bf07176b4cbc1b24 +size 446 diff --git a/Assets/Epic Toon FX/Shaders.meta b/Assets/Epic Toon FX/Shaders.meta new file mode 100644 index 000000000..f2845c336 --- /dev/null +++ b/Assets/Epic Toon FX/Shaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544f21ad0d62f2d908d573f217a0441d720381e1715f478e84728645b14ec7c7 +size 172 diff --git a/Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader new file mode 100644 index 000000000..b61fe785d --- /dev/null +++ b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3030278dd7db210c0897be6af7167b4a189f259d2c32da3e6ecce75a456b62e1 +size 8214 diff --git a/Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader.meta b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader.meta new file mode 100644 index 000000000..4afc3267a --- /dev/null +++ b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxLit.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56eb55fb2a58b8dceefb4ca0b4640a9dc2ac7f2df4abc42ab39afc94d7a6a75c +size 553 diff --git a/Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader new file mode 100644 index 000000000..1998b18e0 --- /dev/null +++ b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e3c7438ea8bf6339a6dee4455f9fce1b403a532199d2214c4bbc863a22158a +size 7752 diff --git a/Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader.meta b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader.meta new file mode 100644 index 000000000..e82ccc0c5 --- /dev/null +++ b/Assets/Epic Toon FX/Shaders/ETFX_PowerboxUnlit.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02633ddbc31e5d3b32e3619d1d4230ad107219ad25b54ee50973ce8d2b05b928 +size 555 diff --git a/Assets/Epic Toon FX/Sound.meta b/Assets/Epic Toon FX/Sound.meta new file mode 100644 index 000000000..b2a2a4758 --- /dev/null +++ b/Assets/Epic Toon FX/Sound.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ef00e161290964da635031c93cc804ded99ea03117590f7166cef1356a5d4b +size 193 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav new file mode 100644 index 000000000..540dd60f3 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd889f5bcc18d4cc7623a6f00fe0ea1f21c401ef1c8eab688ae6cffb33eabff +size 323352 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav.meta new file mode 100644 index 000000000..8aaee44ee --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_acid.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d97e4216a0e0c1a89f4b1779f986cfde3812064a1c085d8f01410742ef38ac +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav new file mode 100644 index 000000000..48fd6bea4 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42c02528a66ac02fa84f0ad96b49bb985e60782f4ceb7a5d3c757531d2e40b9 +size 134260 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav.meta new file mode 100644 index 000000000..a08fe6d79 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_bubble.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61b344e7da790dbab74bfee7ddff3a937fada017812bfa8ae7e6c7438444abd +size 648 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav new file mode 100644 index 000000000..b5b70a2e1 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a88f7e97ccbbdbbc1f19fbaf549b721013a6799c3e655d3930810d5e6c6318 +size 86742 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav.meta new file mode 100644 index 000000000..59f94f634 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_bullet.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b560e8f58b1e87277d52b8d0971566bc0779e61c363647e844f5b83a9f37fb +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav new file mode 100644 index 000000000..b5f95ad1f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7f4033b6b5cce4de17506b50460ce26a7223a01c35767da391a75ade255758 +size 1469190 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav.meta new file mode 100644 index 000000000..b3be4c87f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd3a3d7921889057b7efc7a54775466a21617f39805b632b050b8037fc41a33 +size 650 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav new file mode 100644 index 000000000..4935e9a0d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f49b462f577a1faa4edc8079722c616df238a756d14036d423823cc9dca7e8b +size 1464318 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav.meta new file mode 100644 index 000000000..2e57901b0 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_chargeup2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89054035c4e90c4d37c553e6b03b6c7dde447c037ab2a502b857e408447d979d +size 651 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav new file mode 100644 index 000000000..8b2dc7226 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f75dc74e0849a77e2a507599108ccccb6965191f0fd4897a2bde7c36695395 +size 237130 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav.meta new file mode 100644 index 000000000..30c3b7ccf --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_dark01.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e95a67f5fa0e1676b21819b0e038ec3320ae3e5dd9049082b478f926b4ffe2 +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav new file mode 100644 index 000000000..14a93c2a2 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769497a0e8b5046c6f3c9fcea370bfa506da024337050c22525c24b966d685bf +size 209270 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav.meta new file mode 100644 index 000000000..13cac0f13 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_dark02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dc8fd80dc536ef0ef3ed4452de4f9230ce7ae7e7477839e8c7f29c4d061efa +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav new file mode 100644 index 000000000..d212f1fa4 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657babcb2e952ac5efe4b118b5656661e9b99facfaaca7b2e3d5b2800a3c6be5 +size 131820 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav.meta new file mode 100644 index 000000000..aca72cbcb --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bec2329eb4e906d75ff78779ebf78f8063e5f39f886864ac00e6db65b667e98 +size 656 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav new file mode 100644 index 000000000..60aa8362d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cade8ae1cc11e82d78954d77b11e22eea5eb49e4d4ecf5bbdc9bfbd886844b +size 302718 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav.meta new file mode 100644 index 000000000..9eb6b5def --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_fireball2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dff34f578f2efd6678e8f4bcfac605461cb8acf2d21815f0bb83231ee79921f +size 651 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav new file mode 100644 index 000000000..f849248c0 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9977c2defa97752965146d2400ec8b923c086a8eefb6a87a8ef4db49e3e5437 +size 311192 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav.meta new file mode 100644 index 000000000..3aa84753f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_flash.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e682c9e99206a6ed7743a3725d59080ec4f0118ff26ad6fdc73f7fef97459de5 +size 647 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav new file mode 100644 index 000000000..f7bdbc450 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41b7fb7461df3007cf0405a0eec077d7c30787c6daa8d826071b1e6eab15f78 +size 160920 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav.meta new file mode 100644 index 000000000..d9380a221 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_frost.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee55492132ed4cb411682800dee3294a9b87ed28599c056f2f8e0d6105019a9 +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav new file mode 100644 index 000000000..fd5064848 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af841dee8a4f1715eb1aa0fdd9b100aa66410d422d7567e7c6c58fde838fb72 +size 233070 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav.meta new file mode 100644 index 000000000..126af9670 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_gas.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9987c2d39502b7c1c00c7d8238a0708cbe7c98e55da527f392672f0e60d76104 +size 645 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav new file mode 100644 index 000000000..a5b2ec30a --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149dbb80b7e9778d649eae99682bce82aae8a3fc69796955ac9cc7f08533738e +size 161858 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav.meta new file mode 100644 index 000000000..26d443073 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_grenade.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a2e739d951b5e91143776274dcb8a6e506b3bbfc24c60b97feb94a68ee295d +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav new file mode 100644 index 000000000..e71455a69 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8956e4d8761c82a144391efa1e81f18d6247cf8079a634bf379f51889bcbffcd +size 126464 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav.meta new file mode 100644 index 000000000..39570fc39 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_laser.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcc50650bbc4ab44b5ea2f1aa435b599c3bf10cd7d9bb660af919fcc6f5aa80 +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav new file mode 100644 index 000000000..64bbab898 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627a4c1fb0f94032299bb7e2295ed0b3ffba4c34df3265d2c237cf2ec48689d8 +size 303040 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav.meta new file mode 100644 index 000000000..d82a62bd3 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_lava.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedd0ebcd0daf0e5ea969563d89e1dc7fdb763090be56002293abcecbee03a7e +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav new file mode 100644 index 000000000..38eee83c4 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f54e710f610479df7c4108cbb975fcfb323c16f018b181e6e5f994cd2dac6e1 +size 214824 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav.meta new file mode 100644 index 000000000..d0c224f6b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_lightning.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb17be7f9284df8da511835d16ff8a97192819173b604f8e4e008cd7d3e00b7 +size 657 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav new file mode 100644 index 000000000..27d87d057 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd87a430be387fb11d361bd5c06d5a4dccc28c725e758596526ceeb375ce20e +size 177572 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav.meta new file mode 100644 index 000000000..a8aeb6739 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af92cca50a087c52de6a6acc5538813cbd8306c27ac5e4402e06045942b2a79 +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav new file mode 100644 index 000000000..6ba4c5e77 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2186bb6b5530ca3e6726cd2f39995f27b705044669ee503b3db70881b444cd5c +size 178502 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav.meta new file mode 100644 index 000000000..82f53e7be --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3347cc9775080b8f6cb0701111fd015cf28bf054f81d13618919c810e0dd833 +size 655 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav new file mode 100644 index 000000000..b1922158f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea49c14f07474968acbb311606cf04be9e4b0ad90f938ba272701471891bccec +size 240750 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav.meta new file mode 100644 index 000000000..bdbf0500d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_liquid3.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2c4a65106865ce604246c410507ef153ae254a42e205cb76ea787c6b4dee1b +size 655 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav new file mode 100644 index 000000000..d78ae68d2 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82aee2acc5dd8389a70f6e21faa2e28b951378982d63ef8a25afae82aa320e14 +size 157142 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav.meta new file mode 100644 index 000000000..29993434e --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_magic.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9f0646cef9d1f70de85cb6622947653a3cf58e9f22800f9403695d8f5d4d8a +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav new file mode 100644 index 000000000..397d6513e --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b45bbba74945d842ff017b5b0ebe0aec9c1d2418c7c14c011a823b3ba2838b +size 325950 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav.meta new file mode 100644 index 000000000..7afdd8908 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_magic2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8f0567886ce4973d747f5bb32c98df2f4696631c8d2a1c8b9e1540460c92ae +size 648 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav new file mode 100644 index 000000000..3712c8f7f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753a5191367e598ad52ea4d8e1ed4a5539d4b6fc010f274ffb24832550dc3a2a +size 202350 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav.meta new file mode 100644 index 000000000..a9e92487d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06d8b31899dfbbaec874f45231bdd7b7e2b6d49a68550bacde26e77d5c5601a +size 651 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav new file mode 100644 index 000000000..1207934be --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776bd6cbc5568dc6799c0694f7d52d40583368e07087f24fc583365fc4f0ffd5 +size 188870 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav.meta new file mode 100644 index 000000000..c8b1f261f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_minimagic2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e78fcaeed0a9e2a4e7a678c76a372e4d96aca8d2e7da0592d00b4e420d88b74 +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav new file mode 100644 index 000000000..d74ca080a --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4dbb03782c836e5e547da631f2b849fd5f1b5ffc13f7c2c78a31f68b14dbac +size 221552 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav.meta new file mode 100644 index 000000000..772dcb2eb --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c7730b6102038967f6442eb91534c0c1fc3d73dfafc2e8ef415d5e93fbcc77 +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav new file mode 100644 index 000000000..dd2b0fc49 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafa0b12a469289dbf4459b70bb7921d24316619856819a4ff375e373da83456 +size 153558 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav.meta new file mode 100644 index 000000000..53f7c62a9 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_mystic02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda62854ea60232781fca8c35d41955c12d7cb3cec60ab9a9fa454c383684f90 +size 656 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav new file mode 100644 index 000000000..00e187053 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc230e13af470d5cd563def7ef5066dd480e63e0d89943def9c929db2e1ca8b1 +size 328772 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav.meta new file mode 100644 index 000000000..7b0744165 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_nuke.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6e05b81f5c4e91fdb28c7eb91e13915e5fdae1f8975f22c757a54bb1308fd4 +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav new file mode 100644 index 000000000..f76038f5e --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952e0b930ed91045dc52a69ce8e3caf02d154a7624cac027c142ccbc4081532b +size 215920 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav.meta new file mode 100644 index 000000000..0b9d3772d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d531b892af8876283a1f8a93a6a98ebdda78aab73165a0e206558d4b38c3e5aa +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav new file mode 100644 index 000000000..164f601e6 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c87c6c3288cbaa558cd87089fba2362b9dcf10c7d943718546da0762aa0c7 +size 132708 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav.meta new file mode 100644 index 000000000..c439add0f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_plasma2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569fed6ce8c8b856d60ccfbcf65a756718f0d70e263b401e20092cb6bb4ecf2b +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav new file mode 100644 index 000000000..758e7cd0a --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40524a83168d162e9f4cc346d5f831a9b61ba51b3daadd435fa2e0f1fad77f3d +size 745766 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav.meta new file mode 100644 index 000000000..c5d1fa7f8 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_poisoncloud.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17620cceae4e56f5a5317c0bbf1a2eef3176df7bb2fed8bc33ef3bae7c41014 +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav new file mode 100644 index 000000000..f8a1f5503 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34d2e17a68b8903cbf2485b47b5b6ab4383508385364db7e8d3ae87f66126f8 +size 319094 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav.meta new file mode 100644 index 000000000..13a06599c --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_poof.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe259b039806739b4639d4fe6609dd1f11fcfd2f0ab16695d7a4cbbc91379c9f +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav new file mode 100644 index 000000000..3a8891c58 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f6c7e9b9e02f332cbfc853980fb923f9101055e9acf81c28573d70a61969f2 +size 82144 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav.meta new file mode 100644 index 000000000..1c99776f2 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299357829f8dbd4c7b5995887f9309f0282eb8dc189872fbef55854f387a8446 +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav new file mode 100644 index 000000000..f40bb9e55 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced080f0cf02e5c2b5a3b212488a08c013a3d9f89049b10624e82f8fc000d3ee +size 116792 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav.meta new file mode 100644 index 000000000..a05d7b861 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_rocket2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dc641460b8b7a7e63632974204258c39ec4a271e2caf8bbda10e5b7450ad38 +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav new file mode 100644 index 000000000..37638ef10 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2759f8dfe43bc5a94b7c18be27183b6872bb5d5fb3f65d5dfdc7160150d09d +size 430500 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav.meta new file mode 100644 index 000000000..0a49901b3 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_scan.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ade5055b73beece72bb6b10520dc0cf7833012e2537477a776bc6f5ecf412c +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav new file mode 100644 index 000000000..5076b1611 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ffd31eca754c94ad614ee676f1d31362e3af08e6ef83e1aeb74914b7ed82ad +size 163950 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav.meta new file mode 100644 index 000000000..f24d50015 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_sharp.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf114b1a1d079a78b239533e1630018698c8b37211f1eacf2965d717c36b55e +size 647 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav new file mode 100644 index 000000000..36e1ef396 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b817a8dadcf5bf6f92f77e0f539260725407af2a2286245800fa61ea62ea27a +size 155172 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav.meta new file mode 100644 index 000000000..f3aed3b7f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_slime.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e6fd92224a4cf50eac549c8e6f6c62cc4a0f05dc515216650d805409005451 +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav new file mode 100644 index 000000000..ce74fb11f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1fab075f8e93202d91549b38cb3a56ed538c809da1758212eb84173b7eab3f +size 155172 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav.meta new file mode 100644 index 000000000..f0fa88a75 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_slime2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1a4524aa7e033a58f16b88512b40fa76a923e8133574e467a3d706e0e79ebe +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav new file mode 100644 index 000000000..3b7e5f5c2 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b48bb9c384a4b0a13cef15827bb4206f2fdc56c255c7d129fe06568608fad15 +size 218692 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav.meta new file mode 100644 index 000000000..6ec540369 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_snow.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fda6225679c918705ba14e710b00111dd0c2904453611665717372b59b4a2d +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav new file mode 100644 index 000000000..9665d4ec7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f0fc2f14e48c90664b4f1957eb2ac2a1a5a3858093374b43a940d95de96493 +size 164882 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav.meta new file mode 100644 index 000000000..ab138aacd --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_soul.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e790072d73a8fd17b00bfa2ab7808dab0cd3f8258298650486dcebb50471e6dd +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav new file mode 100644 index 000000000..2fe1c5746 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7563425b2fb989d3969c9cdec0386fec038290e1327c449c08ec94d77eecef9 +size 255342 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav.meta new file mode 100644 index 000000000..5426fc340 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1c5650526aebb50408ff8afee595e68330d7b5cc5873bd11a8c6050f1d31a5 +size 650 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav new file mode 100644 index 000000000..bf51c7d7f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fc83a732d5c64c88b0f0ac34e02b144bae1b33c778da3721da1173f8276153 +size 254422 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav.meta new file mode 100644 index 000000000..c096b80ba --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_sparkle3.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe3b5ee07a5177ca4611c62c7334830bd058124621a3802af65e2329ca03075 +size 650 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav b/Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav new file mode 100644 index 000000000..41515924c --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2c70c864fddbce2b5b76275a9ffdbad052a6f0d8b25049f3ad329afd13385a +size 241680 diff --git a/Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav.meta b/Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav.meta new file mode 100644 index 000000000..ce6c6d5d0 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_explosion_storm.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11cbf8a2565eca97f3bc99f30505c8cd99c24da1c2513c1da1d0eeeea13eac1 +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav b/Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav new file mode 100644 index 000000000..c0ea4cc2c --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ab01aae9aa35ffe9a22580662cbf20e523948f7adb5901c6fb8425ff8b7e0a +size 138000 diff --git a/Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav.meta b/Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav.meta new file mode 100644 index 000000000..94866e0d5 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_impact_metal01.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae51c686efeb89ba09ffe40ea9f6e035a186114c8ec304ddf9e557fd951223c +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav b/Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav new file mode 100644 index 000000000..437b43be9 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c584029bf456b2f1f4d81e53611e7c80cc98a4b1a509029a100de47585852ecd +size 138000 diff --git a/Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav.meta new file mode 100644 index 000000000..2b8f7897d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_impact_metal02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98a5b947068bdf24fc6ffa37c9bc17ee7bdbe3232c3c86530f0e03c9cec4a36 +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav b/Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav new file mode 100644 index 000000000..f63b930ce --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25643d58165c66880105eab8f3e038076114ea1b928ed9ef2184075bc701546a +size 167670 diff --git a/Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav.meta b/Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav.meta new file mode 100644 index 000000000..dbbd5f653 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_impact_metal03.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7928b604e5069003bd0e94bcf37ea70a4f057b87feb58690f51e7e5a078f49 +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav b/Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav new file mode 100644 index 000000000..5e2e16966 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20138c7d0bb67b14ddb2088db1f15402f5881c068265c9ab12bda992b469e062 +size 103060 diff --git a/Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav.meta b/Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav.meta new file mode 100644 index 000000000..272c6bc8b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_pop_balloon.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3c31f5dc71a1f073cdeefcb5e2f11e3475133179649e776521d27a3b9911d2 +size 643 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav new file mode 100644 index 000000000..739d11dc6 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59aa6a5f9af42fa5a631899e6bcc1dd3b3e1379da73f49a5d48cd5ef01c6080b +size 125550 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav.meta new file mode 100644 index 000000000..f76fcb4a1 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e95cae0110f1e09b35973eec21ad39e4b082037d89b089897423c35aa099a2 +size 644 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav new file mode 100644 index 000000000..2d4269dd7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43132880c5f8a42b9cb78f8dba05145c850aca3a3199d73f5b3a9a6dfff34cf1 +size 143894 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav.meta new file mode 100644 index 000000000..22f99914b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_bubble2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9da2cc6a3b96bc85c1d2b6a4ce61b6f6b204d7499f19c2f61d8b82542726f6c +size 645 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav new file mode 100644 index 000000000..09b7ed9cc --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ea5d4b66a4e8da9d23db7265b45fee8c3e516a31b295c9837e80bed83b8ab6 +size 138500 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav.meta new file mode 100644 index 000000000..5d5a6e83b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy01.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22fc63c399671411a97add4f51a179eb018351e54e4dd6954e0aa71bf00ef69 +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav new file mode 100644 index 000000000..7f49ef2f0 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5781b06c5c8c0721cf2ed1aa74699f900af7c5718d9d5254f09acb00adc1900 +size 146612 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav.meta new file mode 100644 index 000000000..40998cd4d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c2795189635fee8e528feab899eca1f4ccaf4885b0d7c9547a11b7ca46d47f +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav new file mode 100644 index 000000000..af0a8163a --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9570258cca1fa15643f9692f617680b33f31f4088f1c4ad4c3530eb3814ffc39 +size 251992 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav.meta new file mode 100644 index 000000000..ecd9c5cff --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy03.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03aee8b6ac7f2d2eee429fcc9753a2b294af3fc9f736e2cf79fe0b97af2e994 +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav new file mode 100644 index 000000000..2cc1e24a6 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308e0ffa9c6e1005447985def7475aa6fe514c7ee3ed8485c356d52df6cd88ec +size 306278 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav.meta new file mode 100644 index 000000000..4eac7d03b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_energy04.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2375dff78bc978b5e1a0f3f908041c475082ae0043f2021a08211579a9800c9 +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav new file mode 100644 index 000000000..2d57b4ae7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27869fa95fb17b4f3355c1897b0941ec422dea5f9327816e8a8cfc8c535161ba +size 95610 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav.meta new file mode 100644 index 000000000..4f9eb0455 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f4e25fe0c8ae454a73bc5bf1cb2b37ee8e868d8447d5fed069d51314e3bc65 +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav new file mode 100644 index 000000000..e86e08513 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626539a8f9eb86dfe60093499f1aee9ecd250aebfbcbd1e0b2efb5c508ad4cbe +size 194918 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav.meta new file mode 100644 index 000000000..42e952557 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_fireball2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45516e0c534441ece5658b59e3bfe4d0bc6c353dc54ae0ca93ce2e33283c6e2c +size 647 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav new file mode 100644 index 000000000..a9114dd7d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c3471bc110b3aed5c2011007a4171e5c1e234b1453e3f96b4f4bfaad755c8 +size 278142 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav.meta new file mode 100644 index 000000000..a56df10f7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_flash.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a1719a938d861cf30efa77fa80aadafc1abef34bcc888c551a289ba9735ada +size 643 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav new file mode 100644 index 000000000..839063d9a --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdc0f768f2481af3b1e33c5eb63d3f291580ac7611cfb75f27e474f038589b3 +size 263788 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav.meta new file mode 100644 index 000000000..9aa5f83d8 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_frost.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f422a4d1b10628a9c884e1f16824319909ebf8dfea4b0c0c85fef04790c190a8 +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav new file mode 100644 index 000000000..09e92f895 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3029b9b939db27449148a63d53a3f84cec2fcb05a91310e111967d9a7775e443 +size 469624 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav.meta new file mode 100644 index 000000000..dd6fbecfe --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_gas.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf099dfd59f55a528dbfe5eff451a1ebbc6e80470049df41027230bc76e587cb +size 641 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav new file mode 100644 index 000000000..d2e7595d7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da716f2203bb2d8df851756a0196bd0c7943fce3a590a83695410dade053fd0 +size 469624 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav.meta new file mode 100644 index 000000000..9b143ef44 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_gas2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e757338d0dfd468b29adf9e48e3ff70f0e030ccfcf4b8241a674bf93291c70 +size 642 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav new file mode 100644 index 000000000..5746d1d77 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a682138f72fdcc041c91850bfc3bc007b28b7b25fae69cb42f500de2dd4b509a +size 108112 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav.meta new file mode 100644 index 000000000..5be502151 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_grenade.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ae7aaa36f7ef93e65646db78933d4198aaec3ac4543f53052818afe475a7e1 +size 645 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav new file mode 100644 index 000000000..30e66ccda --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459e3a8faa76d0909506875ddf109c86965cbd5111fb7da47fe0948036bdcbe3 +size 96692 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav.meta new file mode 100644 index 000000000..32f42f09f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_laser.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01e1f3a75a66c6e96462e03aa32fd415ebcb43682efc896c1a9cd3ffadcac21 +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav new file mode 100644 index 000000000..3f749f978 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388c562fe050b11c676e6a7f8e2901868827361ec087e4ff6426d3d3584ff2d5 +size 275864 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav.meta new file mode 100644 index 000000000..aaf67cd74 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_laser02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a514309d12171db669c46b21dcd19419c2780ef7431a097bda7dd2a30fde221e +size 645 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav new file mode 100644 index 000000000..0c811b5f8 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b935b87c8a86aa0d8fcc0d22a23a77427e913db696d07b75796981fef204ad +size 175038 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav.meta new file mode 100644 index 000000000..f72cc8c7b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_laser03.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72182f9e3678507c109ff5c7e55f740fafbc8ff95acc0a9b3b4904008966d1d3 +size 645 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav new file mode 100644 index 000000000..070ea2590 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a799aa4d5a4422975a4e21d6c8a53524e3b254a8bb9bd91c530289d1c75790 +size 131572 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav.meta new file mode 100644 index 000000000..c7ea122c3 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac21983df4738bec421ce06bb1d86366e5b22e5438e36efd22535dff1fd4308 +size 653 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav new file mode 100644 index 000000000..6fa797b89 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1992c0945c9f6d238c97df5eecdfc103569e2e7d9b1e45bd7ae7ac1e6d0a22a +size 139430 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav.meta new file mode 100644 index 000000000..bb928981b --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_lightning2.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f4341ff3cfdbe3502a5c07f97c071e35bcee560828f47a9ca281a90f34229d +size 654 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav new file mode 100644 index 000000000..d2ed97640 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d967b38ca8c2dcbaa8c9538584087755957dcbcb0e47e132282e1248630ef7b5 +size 161956 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav.meta new file mode 100644 index 000000000..83935a8cd --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_magic.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63048f548557e29a66e7ae95197b433a1ca71dd8a1ddc1a88f87ee211440d7d3 +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav new file mode 100644 index 000000000..7cba57113 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1691154b28223e33157d07cc4ad23acfb052ce2c84467899e35c6db6b0adfe5f +size 102938 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav.meta new file mode 100644 index 000000000..ce5358796 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_mystic.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b09fefd5765a9737260b7594b221d4f37c38fc19c2b85c4b0eee85f0a3f3003 +size 650 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav new file mode 100644 index 000000000..922145c34 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfe6f096b7860a9ad7f56dd9440670d0c0ba3caaf5b0a2ba53c154e3210c047 +size 213648 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav.meta new file mode 100644 index 000000000..6afbcc69e --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_nuke.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696a688e7d03a4d5a73e06dcfc93c345e3739eecd994acaadd0027086f5c017c +size 648 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav new file mode 100644 index 000000000..43ec1153e --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021cd4390eded995cbf7fe01a77a7abe6ff2cd68c2eb2e23db8ff5cdac7b4f45 +size 127422 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav.meta new file mode 100644 index 000000000..ff48fde4c --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f33e543c6fac83e7c5c13c41aec615f0875cfdaecd62ba51e7d4a82e6dc94d +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav new file mode 100644 index 000000000..662e6f309 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4074d1d2a5dfce1225a35f8d0ab49c3644e624142b4dc9c1575d3223460ed182 +size 135092 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav.meta new file mode 100644 index 000000000..d9308f696 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_pistol03.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184ddc366b5fd8bbe0f3452bca5c401e5ac5a8838024d97bf36e634a09a1a91f +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav new file mode 100644 index 000000000..86a555bd1 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19adbab8e18a4088cfcf53880802b043d9b9c550c46a7b3f8e5a7b00f1a06a01 +size 140928 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav.meta new file mode 100644 index 000000000..c2dc82c4d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881cb1fa36314204adfbba12468e6f6f605c223d6f0d04d1dbe9ca0452c6a73a +size 650 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav new file mode 100644 index 000000000..cb4f59c10 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2be419d4729026964b522296597f78fd3b89c03c33a676646c14e385e8abc5 +size 129322 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav.meta new file mode 100644 index 000000000..a80303450 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2305179227946074a91340f78d320f7425b9e6bbf955222fd3ec9815526ee7da +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav new file mode 100644 index 000000000..2b76165c9 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950a0fe88b8e19b610d833726bb196d7204a389aca7b2d15c1082e72fd9ea4d0 +size 146612 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav.meta new file mode 100644 index 000000000..060ae107d --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_rocket03.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6c92b0687b5931ede8ba388484e9d794fbabe0c1ba1b01ed411dfc3569a3d5 +size 652 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav new file mode 100644 index 000000000..e379de30f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499d3bb81324fe6a38cf0515012116757ae6f0233b05123286563252cb26b677 +size 163020 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav.meta new file mode 100644 index 000000000..88d4c31ca --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_snowball.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af8c90ddf6ebcf0395d73e2eeb7d139d277f673fbf68161098a50349378ea16 +size 646 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav new file mode 100644 index 000000000..515c9b617 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf7b1033378c053a6bf257175a88882e6efda347ea52bc83cfeeb2f56a74c82 +size 172622 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav.meta new file mode 100644 index 000000000..9dcd1a8e7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_soul.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae7abab50c50dc222002798ad0b099720e05923f131cfa559b404e3179ac942 +size 648 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav b/Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav new file mode 100644 index 000000000..132849ef7 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bda0caf47730689c4d54df8733e1bc2eea219bb2c0743a9053292e48b5b7f8 +size 207312 diff --git a/Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav.meta b/Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav.meta new file mode 100644 index 000000000..cd72bbf92 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_shoot_storm.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9eac38610efb182c2fce22c0e0cc21693bbc595c0b105537b3c3cc658832f97 +size 649 diff --git a/Assets/Epic Toon FX/Sound/etfx_spawn.wav b/Assets/Epic Toon FX/Sound/etfx_spawn.wav new file mode 100644 index 000000000..c1ec6599f --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_spawn.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a510519d4b558a732069465659aeb9feb0d97c18dcc5226e1956fc3427edfc87 +size 155232 diff --git a/Assets/Epic Toon FX/Sound/etfx_spawn.wav.meta b/Assets/Epic Toon FX/Sound/etfx_spawn.wav.meta new file mode 100644 index 000000000..862e91107 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_spawn.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bb3df575bf6dcff735209fa046f669e0b25d73261b5c00eeaf6ca9b2466a5f +size 637 diff --git a/Assets/Epic Toon FX/Sound/etfx_stun01.wav b/Assets/Epic Toon FX/Sound/etfx_stun01.wav new file mode 100644 index 000000000..76b3549b0 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_stun01.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d522cb783b38db67cba3f9c96cf6506aec72a6ea7b6d63d3eb365f4598a1b20 +size 221772 diff --git a/Assets/Epic Toon FX/Sound/etfx_stun01.wav.meta b/Assets/Epic Toon FX/Sound/etfx_stun01.wav.meta new file mode 100644 index 000000000..a57e9cddb --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_stun01.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157e30e84f14a5c3f2c9ca2f854522507fb92af88d0349f5f5b43ebc5406f4d1 +size 638 diff --git a/Assets/Epic Toon FX/Sound/etfx_stun02.wav b/Assets/Epic Toon FX/Sound/etfx_stun02.wav new file mode 100644 index 000000000..ab8c6c816 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_stun02.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943f7ab3d5a35eb2c4de36d723a2e6e5ddfc407ef6c084fc86c55a074295c8a8 +size 239820 diff --git a/Assets/Epic Toon FX/Sound/etfx_stun02.wav.meta b/Assets/Epic Toon FX/Sound/etfx_stun02.wav.meta new file mode 100644 index 000000000..659fadf61 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_stun02.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f536a0b93b8fe9679b4d53e0e3c95e9a68e1858c0262e60817f3b2bdb5d9a1 +size 638 diff --git a/Assets/Epic Toon FX/Sound/etfx_target_hit.wav b/Assets/Epic Toon FX/Sound/etfx_target_hit.wav new file mode 100644 index 000000000..903265891 --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_target_hit.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf94f1a2f31865456c6306f62e02d6b79e3ac9827bc15442db71ff3df13b5d78 +size 242610 diff --git a/Assets/Epic Toon FX/Sound/etfx_target_hit.wav.meta b/Assets/Epic Toon FX/Sound/etfx_target_hit.wav.meta new file mode 100644 index 000000000..0a518c0da --- /dev/null +++ b/Assets/Epic Toon FX/Sound/etfx_target_hit.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b8841d98902058c4d863c763dcc6fbbae9667a1530973aa67728327c9a4d0a +size 642 diff --git a/Assets/Epic Toon FX/Textures.meta b/Assets/Epic Toon FX/Textures.meta new file mode 100644 index 000000000..a73cfa614 --- /dev/null +++ b/Assets/Epic Toon FX/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42abcc3f22d66038f279f2d00c6d6a3bab13a95dde21fda6bdddbe5dfbb78ef +size 193 diff --git a/Assets/Epic Toon FX/Textures/Emojis.meta b/Assets/Epic Toon FX/Textures/Emojis.meta new file mode 100644 index 000000000..ec59e9f86 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e00d4e5388960b5faa95b8b1f2df79d385526a37dd98df17b3c2f7d1c7bf79 +size 193 diff --git a/Assets/Epic Toon FX/Textures/Emojis/OwO.png b/Assets/Epic Toon FX/Textures/Emojis/OwO.png new file mode 100644 index 000000000..f35a06542 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/OwO.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0a919b8f569cafe3555748dcfd0821971b0da911352ed2f4aa93d75a2753bc +size 50000 diff --git a/Assets/Epic Toon FX/Textures/Emojis/OwO.png.meta b/Assets/Epic Toon FX/Textures/Emojis/OwO.png.meta new file mode 100644 index 000000000..32506d251 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/OwO.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd08234e2fdb92f64ee7d285b792243939d7f1aae9707067f79afb59c1d9659 +size 2905 diff --git a/Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png b/Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png new file mode 100644 index 000000000..3ededc9f6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e211df5e833fbe85783e18685ebc91ea13cede66463ae98589ebc09a127c453e +size 57077 diff --git a/Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png.meta b/Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png.meta new file mode 100644 index 000000000..f4aa886da --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/OwOEyebrow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529bca61c69bb1e5a174040531a38700a9b8ac96570ac05a854e650e7fa83b71 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Emojis/UwU.png b/Assets/Epic Toon FX/Textures/Emojis/UwU.png new file mode 100644 index 000000000..3685638ac --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/UwU.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a233763548a5e5aee82e449bfd668b278f107e96c6862e92b377b7afe07959 +size 52343 diff --git a/Assets/Epic Toon FX/Textures/Emojis/UwU.png.meta b/Assets/Epic Toon FX/Textures/Emojis/UwU.png.meta new file mode 100644 index 000000000..5cebf775e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/UwU.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991a37e31978a5bcced7ecc41d7ef49150b0263b0a271110ea757ced6a02d92e +size 2905 diff --git a/Assets/Epic Toon FX/Textures/Emojis/XD.png b/Assets/Epic Toon FX/Textures/Emojis/XD.png new file mode 100644 index 000000000..6c01bead1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/XD.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfcdeaf4210eede37105793c8ba84f9171d92ebc445bbe720c5658ec48f2d99 +size 65602 diff --git a/Assets/Epic Toon FX/Textures/Emojis/XD.png.meta b/Assets/Epic Toon FX/Textures/Emojis/XD.png.meta new file mode 100644 index 000000000..d242833bb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/XD.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05cbe397a998e3ef62d0b7aa0237eba751e88fb3e41e652a3bf96c819c3d364 +size 2904 diff --git a/Assets/Epic Toon FX/Textures/Emojis/angry.png b/Assets/Epic Toon FX/Textures/Emojis/angry.png new file mode 100644 index 000000000..47c7ec969 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/angry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1462a23811f54824b141023aa1d90b22ef38642e664506bf9400c891072e0d5 +size 57128 diff --git a/Assets/Epic Toon FX/Textures/Emojis/angry.png.meta b/Assets/Epic Toon FX/Textures/Emojis/angry.png.meta new file mode 100644 index 000000000..b0b019567 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/angry.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45339a2fc910be443898e6ab35500b49c8b516bbb16f17c3bc2c2e085d5d9aaa +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/angryscream.png b/Assets/Epic Toon FX/Textures/Emojis/angryscream.png new file mode 100644 index 000000000..8a4114412 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/angryscream.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb770edd90c1045161866bf96442da937ba2e33ad5c256d4a0e280075825c7b +size 72901 diff --git a/Assets/Epic Toon FX/Textures/Emojis/angryscream.png.meta b/Assets/Epic Toon FX/Textures/Emojis/angryscream.png.meta new file mode 100644 index 000000000..e4678817f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/angryscream.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2a5f2efd2977ca407f9cd73e804f7529c7da93232ceb7b3a58102de81acabb +size 2913 diff --git a/Assets/Epic Toon FX/Textures/Emojis/bigsmile.png b/Assets/Epic Toon FX/Textures/Emojis/bigsmile.png new file mode 100644 index 000000000..550f78978 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/bigsmile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f7ac09f8317bdcc76bf4027453d588c813453f76b52c14975b11a7270e9344 +size 62249 diff --git a/Assets/Epic Toon FX/Textures/Emojis/bigsmile.png.meta b/Assets/Epic Toon FX/Textures/Emojis/bigsmile.png.meta new file mode 100644 index 000000000..13e94971f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/bigsmile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b314171a8bd72eb528de0dc9123fcc9776e81621b3e8e23950eabb3bafa172b +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Emojis/blush.png b/Assets/Epic Toon FX/Textures/Emojis/blush.png new file mode 100644 index 000000000..44a593175 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/blush.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3660683dfefd0ba260d41b499e61797edc090bc475bdff84342f096a3431bc5 +size 50514 diff --git a/Assets/Epic Toon FX/Textures/Emojis/blush.png.meta b/Assets/Epic Toon FX/Textures/Emojis/blush.png.meta new file mode 100644 index 000000000..075432afd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/blush.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286e7f236e950429b1fa1a9389d0e728d9b71ed7fe6ad7d18c19ef29bb283d10 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png new file mode 100644 index 000000000..483fb6774 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a732a3eec9857e0c1bb108d5ddde029321a4e64816fc44026daea439b4f7f7 +size 62907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png.meta b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png.meta new file mode 100644 index 000000000..9c797c276 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f50f6cebc8e05574bfa833eac450bc4084b981324801f518030ea0f894847be +size 2914 diff --git a/Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png new file mode 100644 index 000000000..338b01b52 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8296840cfbd7d83ab9852f81deddde4fbf3fef6d323cbb1631cfb0c83da196 +size 86669 diff --git a/Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png.meta b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png.meta new file mode 100644 index 000000000..b56dc23ff --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/clenchteeth2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f63fe480e26e4ab00e09b07fc5485984b00b9e8b1b0884e350d96ea5de98b03 +size 2915 diff --git a/Assets/Epic Toon FX/Textures/Emojis/cool.png b/Assets/Epic Toon FX/Textures/Emojis/cool.png new file mode 100644 index 000000000..bad4a0f44 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/cool.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6bf7b6f65db7a1924a5b6bce331493541dc01cb60accce32b668f2fa1410f9 +size 65235 diff --git a/Assets/Epic Toon FX/Textures/Emojis/cool.png.meta b/Assets/Epic Toon FX/Textures/Emojis/cool.png.meta new file mode 100644 index 000000000..db1af1aeb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/cool.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4662e86cc2ef2fecbf955957efcc943788313199b50649a435ee76e774bef2bf +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/crazy.png b/Assets/Epic Toon FX/Textures/Emojis/crazy.png new file mode 100644 index 000000000..c7c70c49d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/crazy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548de0093a05558789e5500d1a39364de23b639de28324c230420888cc2d964c +size 70094 diff --git a/Assets/Epic Toon FX/Textures/Emojis/crazy.png.meta b/Assets/Epic Toon FX/Textures/Emojis/crazy.png.meta new file mode 100644 index 000000000..274696a60 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/crazy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a30fdf2d2fc9d296cd1836588530cd7025e23609d11cfb8db7306e3dedd7fb +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/cry.png b/Assets/Epic Toon FX/Textures/Emojis/cry.png new file mode 100644 index 000000000..223a9f0a6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/cry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce24e6551ccc95fafb1ddbdf5f9c74abd89c4aaf9dec5ffc95e8cd37b741124 +size 42709 diff --git a/Assets/Epic Toon FX/Textures/Emojis/cry.png.meta b/Assets/Epic Toon FX/Textures/Emojis/cry.png.meta new file mode 100644 index 000000000..867096a92 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/cry.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7192ddede5f61f4eafc4c597d6d05d51d60d259365499acad6cfc0cd8184728 +size 2906 diff --git a/Assets/Epic Toon FX/Textures/Emojis/cute.png b/Assets/Epic Toon FX/Textures/Emojis/cute.png new file mode 100644 index 000000000..5d8ef71e6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/cute.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229da9d42403a5ae01e910bbe3aedc1bd8ea4119acb9e51a619448f2ccde4d7b +size 67528 diff --git a/Assets/Epic Toon FX/Textures/Emojis/cute.png.meta b/Assets/Epic Toon FX/Textures/Emojis/cute.png.meta new file mode 100644 index 000000000..cb283cfa7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/cute.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307ede367f0fd34f65ae77f2784e59d29cdcf3bb08f0bdfe5c301bc4af61774d +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/dead.png b/Assets/Epic Toon FX/Textures/Emojis/dead.png new file mode 100644 index 000000000..daca5f405 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/dead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ebfc41fd3ae2cb9d1ccf70480996fabbf3b5d0219a1561256c2e7f2af0b13b +size 60057 diff --git a/Assets/Epic Toon FX/Textures/Emojis/dead.png.meta b/Assets/Epic Toon FX/Textures/Emojis/dead.png.meta new file mode 100644 index 000000000..8b4a87638 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/dead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096822dda5cba6341ea5f879bcfd8d4334fa39b821fb445fefab3e28a96b88df +size 2906 diff --git a/Assets/Epic Toon FX/Textures/Emojis/deadtired.png b/Assets/Epic Toon FX/Textures/Emojis/deadtired.png new file mode 100644 index 000000000..b5779c1b9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/deadtired.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ef3ffd492031f7395c0d9ee28ab56adb328bbc50053dbeb09234d6a283e693 +size 56595 diff --git a/Assets/Epic Toon FX/Textures/Emojis/deadtired.png.meta b/Assets/Epic Toon FX/Textures/Emojis/deadtired.png.meta new file mode 100644 index 000000000..2c8cea411 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/deadtired.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11bb34228c517b23e550c9433e433529ec3aec6cbdb9124b860df8257fbfdd0 +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Emojis/derp.png b/Assets/Epic Toon FX/Textures/Emojis/derp.png new file mode 100644 index 000000000..e53a778f3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/derp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb5881eba09158f0351899d3e2b8a069fb00bbe3ecfbd6efca5efc6524073c4 +size 65249 diff --git a/Assets/Epic Toon FX/Textures/Emojis/derp.png.meta b/Assets/Epic Toon FX/Textures/Emojis/derp.png.meta new file mode 100644 index 000000000..1ed07f47f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/derp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0c694dfc33d554f830ff909ec559441e5ca56692205e7bdb34ff872b5a3b2c +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/derpgasp.png b/Assets/Epic Toon FX/Textures/Emojis/derpgasp.png new file mode 100644 index 000000000..c71935545 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/derpgasp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ac21eab4134f1163fca7fc22906740b54144fd503d588ca53f035602ddb2a +size 63527 diff --git a/Assets/Epic Toon FX/Textures/Emojis/derpgasp.png.meta b/Assets/Epic Toon FX/Textures/Emojis/derpgasp.png.meta new file mode 100644 index 000000000..48b0e2be9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/derpgasp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a083d32102bec271f115e6c48c2eea9254d25c4612b2134b7cf7fba4f91e7914 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/disappoint.png b/Assets/Epic Toon FX/Textures/Emojis/disappoint.png new file mode 100644 index 000000000..a524cecd2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/disappoint.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777e36d6e6b92fc7c1a319c5da424d55b326b0a39affb8d02ecb23c1a0eb515d +size 46307 diff --git a/Assets/Epic Toon FX/Textures/Emojis/disappoint.png.meta b/Assets/Epic Toon FX/Textures/Emojis/disappoint.png.meta new file mode 100644 index 000000000..970ac83a3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/disappoint.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe6646a7fd225e1dfc94aad78f6fffea04e49b5cea75c31415edf86ed18d78c +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/disappoint2.png b/Assets/Epic Toon FX/Textures/Emojis/disappoint2.png new file mode 100644 index 000000000..f530dbd9f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/disappoint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402aa8e7f7267d86a8b3bbdcf870a49e8c7d595f9e5d7d5732c5aab19bf6e145 +size 46882 diff --git a/Assets/Epic Toon FX/Textures/Emojis/disappoint2.png.meta b/Assets/Epic Toon FX/Textures/Emojis/disappoint2.png.meta new file mode 100644 index 000000000..cff4c07a2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/disappoint2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fd14cdfe3d1df480e64dcdcaa98a1b552b05d927c23cbe03a800521dcbc553 +size 2914 diff --git a/Assets/Epic Toon FX/Textures/Emojis/drool.png b/Assets/Epic Toon FX/Textures/Emojis/drool.png new file mode 100644 index 000000000..03513c675 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/drool.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d5cb76d27e1d1e1f43f91f653a57d30da5b4f2865093042f6f6e5a13e62745 +size 79754 diff --git a/Assets/Epic Toon FX/Textures/Emojis/drool.png.meta b/Assets/Epic Toon FX/Textures/Emojis/drool.png.meta new file mode 100644 index 000000000..67d34ce39 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/drool.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba81e7e9f5a153f61d98eff168f42beb7b697b8a1653a14e502e971d09ab7dd +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/evil.png b/Assets/Epic Toon FX/Textures/Emojis/evil.png new file mode 100644 index 000000000..08870ee93 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/evil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05d3fccec87876cf83edbad048a850ae28680be7344024cfe61c0fd95f1c485 +size 76769 diff --git a/Assets/Epic Toon FX/Textures/Emojis/evil.png.meta b/Assets/Epic Toon FX/Textures/Emojis/evil.png.meta new file mode 100644 index 000000000..82b2d31dd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/evil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44191cff5b793cdddafa3c7e960b65f2587c2e9cad8c9a708752e03c67f201d9 +size 2906 diff --git a/Assets/Epic Toon FX/Textures/Emojis/expressionless.png b/Assets/Epic Toon FX/Textures/Emojis/expressionless.png new file mode 100644 index 000000000..88fa54794 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/expressionless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0fc3416c6b601ab38a8b300917657bb5ed80d55eb4fcd3f66e1b7be364b920 +size 44809 diff --git a/Assets/Epic Toon FX/Textures/Emojis/expressionless.png.meta b/Assets/Epic Toon FX/Textures/Emojis/expressionless.png.meta new file mode 100644 index 000000000..20e60e217 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/expressionless.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b04fc1ac71a8106f7ce7fdff9430f1c97ecfb30a43e69aa20d915f5e702b2a +size 2916 diff --git a/Assets/Epic Toon FX/Textures/Emojis/happy.png b/Assets/Epic Toon FX/Textures/Emojis/happy.png new file mode 100644 index 000000000..a71571a62 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/happy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579974aa23891848355a5b5c3825d7804d6a05c4fe6fb7c9002f890765907ee5 +size 53680 diff --git a/Assets/Epic Toon FX/Textures/Emojis/happy.png.meta b/Assets/Epic Toon FX/Textures/Emojis/happy.png.meta new file mode 100644 index 000000000..648c7d0a9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/happy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8facb815da84c88b88eac2867e86666d0492b99e346ecdd6db428fc8bd7f1d0 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/heart.png b/Assets/Epic Toon FX/Textures/Emojis/heart.png new file mode 100644 index 000000000..7e3bde9b9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a938bd639596cc2a7094d7cfc4bb72aca4f596d1613d7f3e3a5cf379ef3204dd +size 48247 diff --git a/Assets/Epic Toon FX/Textures/Emojis/heart.png.meta b/Assets/Epic Toon FX/Textures/Emojis/heart.png.meta new file mode 100644 index 000000000..9f60410bf --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ae06844e4aa9bbb2e9b1a66f9c8643ab93886529e63b824af334e1ba5f4438 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/injured.png b/Assets/Epic Toon FX/Textures/Emojis/injured.png new file mode 100644 index 000000000..58169488a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/injured.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc64cace1fe99c903afd69d8b828b83f669bcedadba3d8a0fc4b73a2e70f6f14 +size 75010 diff --git a/Assets/Epic Toon FX/Textures/Emojis/injured.png.meta b/Assets/Epic Toon FX/Textures/Emojis/injured.png.meta new file mode 100644 index 000000000..371137d07 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/injured.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b118072a4f630c1369fe08ed8d286fd9548d3f7a25427b2db6e50e3f1612cd +size 2909 diff --git a/Assets/Epic Toon FX/Textures/Emojis/kiss.png b/Assets/Epic Toon FX/Textures/Emojis/kiss.png new file mode 100644 index 000000000..8fc51ae3f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/kiss.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b7b8ee0598306e51dfd8d8b4a10238f81c31f7501f7e091e591312ca79fb66 +size 61221 diff --git a/Assets/Epic Toon FX/Textures/Emojis/kiss.png.meta b/Assets/Epic Toon FX/Textures/Emojis/kiss.png.meta new file mode 100644 index 000000000..83af70c62 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/kiss.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7836384f6a36d85f6b10e081f25c7124898d9b41c132751a2162b6b671a515 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/kissyface.png b/Assets/Epic Toon FX/Textures/Emojis/kissyface.png new file mode 100644 index 000000000..e9b598a0b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/kissyface.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96843e1c10739b4acd6a43005ffad65d8bafc7094f22dd1c8eff92d3f8add923 +size 51271 diff --git a/Assets/Epic Toon FX/Textures/Emojis/kissyface.png.meta b/Assets/Epic Toon FX/Textures/Emojis/kissyface.png.meta new file mode 100644 index 000000000..e8ce8c195 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/kissyface.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29326a06740dcc7737f8f472678ee380c417c6eeb938d7886f943d06d2eee8d3 +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Emojis/laugh.png b/Assets/Epic Toon FX/Textures/Emojis/laugh.png new file mode 100644 index 000000000..e0fe2db84 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/laugh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95206528e386ea944b78f5a6198551dacc5be7474f61dba339fdfb35009ab1bc +size 60190 diff --git a/Assets/Epic Toon FX/Textures/Emojis/laugh.png.meta b/Assets/Epic Toon FX/Textures/Emojis/laugh.png.meta new file mode 100644 index 000000000..944d9f045 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/laugh.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cc54c2919d5d932a7f6a046ce1a07c04583339000012c78c89f454a89eb553 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/laughcry.png b/Assets/Epic Toon FX/Textures/Emojis/laughcry.png new file mode 100644 index 000000000..aebe3aa42 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/laughcry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5a920b636ff22e1fbe2c6509df19dc7aa236b2b7d2f22e5feab7c9de9c0975 +size 65110 diff --git a/Assets/Epic Toon FX/Textures/Emojis/laughcry.png.meta b/Assets/Epic Toon FX/Textures/Emojis/laughcry.png.meta new file mode 100644 index 000000000..e5d4adf11 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/laughcry.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ebb6e2192f79db60ad75c6567a3d3fd721bdd27d0397c21d25b23197c5b9f6 +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png b/Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png new file mode 100644 index 000000000..7aaf2f77d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b7e7be2b60ec18e51893406aa51cd1ce426a12bf43aa37f67530fa0868f94e +size 64128 diff --git a/Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png.meta b/Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png.meta new file mode 100644 index 000000000..9baa90967 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/laughsweatdrop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dcd752af224d9442e6ca8b3f38b8032b8e4132a74ceea979567472ca42a52e +size 2917 diff --git a/Assets/Epic Toon FX/Textures/Emojis/mad.png b/Assets/Epic Toon FX/Textures/Emojis/mad.png new file mode 100644 index 000000000..f4d51e599 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/mad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3b1a93f6a25a92c46167417c7931d4df8fae179175adc1ee9081a048af1091 +size 63762 diff --git a/Assets/Epic Toon FX/Textures/Emojis/mad.png.meta b/Assets/Epic Toon FX/Textures/Emojis/mad.png.meta new file mode 100644 index 000000000..5a82fd096 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/mad.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e146ae00ced991194a93c11ae70170bd24aacfcbafa35fa9201e1dde72b3fce2 +size 2905 diff --git a/Assets/Epic Toon FX/Textures/Emojis/nauseous.png b/Assets/Epic Toon FX/Textures/Emojis/nauseous.png new file mode 100644 index 000000000..c95b7118e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/nauseous.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb606f995d6b7ad67f60335be0fb85fc8316326f16799a085939bb1b29c26e7 +size 61052 diff --git a/Assets/Epic Toon FX/Textures/Emojis/nauseous.png.meta b/Assets/Epic Toon FX/Textures/Emojis/nauseous.png.meta new file mode 100644 index 000000000..09ff11603 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/nauseous.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf0562d2b2813c21ace7a5a20f1556ee671d760220782e260b7e4bb13a21e70 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/pleading.png b/Assets/Epic Toon FX/Textures/Emojis/pleading.png new file mode 100644 index 000000000..cd5630e33 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/pleading.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf704610b73646ca54d9ae3f226476350b820a4e304ac146b9bb64986626665 +size 75410 diff --git a/Assets/Epic Toon FX/Textures/Emojis/pleading.png.meta b/Assets/Epic Toon FX/Textures/Emojis/pleading.png.meta new file mode 100644 index 000000000..d81651a87 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/pleading.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742da6fd2c5e223e8a3bf0b16b1d1e670749de88b19c97b4cde97d6c56152311 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/poop.png b/Assets/Epic Toon FX/Textures/Emojis/poop.png new file mode 100644 index 000000000..c44ff8793 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/poop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d686b586bcc2756ac86daa3abb0cd1543c4bfc5835f8acff0bd997ffb77b4ef5 +size 42170 diff --git a/Assets/Epic Toon FX/Textures/Emojis/poop.png.meta b/Assets/Epic Toon FX/Textures/Emojis/poop.png.meta new file mode 100644 index 000000000..8c6b04c14 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/poop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f776a4b1fb77751b88dbcd2ce2920ed5089f3bc1c104e5b3b2863429a4bc4e0 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sad.png b/Assets/Epic Toon FX/Textures/Emojis/sad.png new file mode 100644 index 000000000..1d744ea03 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945f1575cc31308f94784b1324c85a6ab1276ed16ca705e11ec2130a54375aa9 +size 54991 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sad.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sad.png.meta new file mode 100644 index 000000000..4f84f214c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sad.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17231cb10e3789500d76a6ca0255a9396987020548b6bbd49971df6de292df5e +size 2906 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sadcry.png b/Assets/Epic Toon FX/Textures/Emojis/sadcry.png new file mode 100644 index 000000000..7ce47f3a7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sadcry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f810d818b56f27c9c02998928dbb959915afa256990fa6d89555d0101f7d313c +size 69094 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sadcry.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sadcry.png.meta new file mode 100644 index 000000000..a622f73eb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sadcry.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de5b8e20aa2ba1900deee226af6e43ebb5aa4f4556a90c45577e649e2937a8f +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/scared.png b/Assets/Epic Toon FX/Textures/Emojis/scared.png new file mode 100644 index 000000000..7005138bb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/scared.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28850ffa0cc68a64af5b96be5dbde81629c3387b44dace10f17ef4ed7f946bfd +size 90994 diff --git a/Assets/Epic Toon FX/Textures/Emojis/scared.png.meta b/Assets/Epic Toon FX/Textures/Emojis/scared.png.meta new file mode 100644 index 000000000..c3517e2f8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/scared.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e190e4d7299a7c03b24b4a256371e8f20158aa8c8975d2ffcb094e683f15755e +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/shocked.png b/Assets/Epic Toon FX/Textures/Emojis/shocked.png new file mode 100644 index 000000000..690a67a18 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/shocked.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3e36b6d71cd904afe819561e1d79e14076e9f3da169740d0e984c03928642b +size 79589 diff --git a/Assets/Epic Toon FX/Textures/Emojis/shocked.png.meta b/Assets/Epic Toon FX/Textures/Emojis/shocked.png.meta new file mode 100644 index 000000000..02bc9d27f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/shocked.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26aaa67c53a72d6ae9613bfcdaf3368b98e9fc9567e79518101b83b2776715c +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sick.png b/Assets/Epic Toon FX/Textures/Emojis/sick.png new file mode 100644 index 000000000..324673fe1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sick.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc6b1d8ba864a472a90c330fdb085d9696440d2864cbfe6a0e21ee7d6185ec2 +size 66022 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sick.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sick.png.meta new file mode 100644 index 000000000..9f11ebd5b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sick.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb629483a774af35294afb29f885d0cc3a26ff0f743938c8fdc911bf824b186 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sick2.png b/Assets/Epic Toon FX/Textures/Emojis/sick2.png new file mode 100644 index 000000000..34d2dbc28 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sick2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3e3c367fad8289cc9f44bd663ba4958a7135552a00c1b75224fc9c4e184eba +size 68780 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sick2.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sick2.png.meta new file mode 100644 index 000000000..9551bf86c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sick2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28452ea7fb5e69b64a96ab12a96b7acf45ab37e82ee798f1e7129c163977ff8e +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sick3.png b/Assets/Epic Toon FX/Textures/Emojis/sick3.png new file mode 100644 index 000000000..96ed04ced --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sick3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ef55dadfcd739d505db49232c15a9ac0cf8ce24dda1763198e79d3861d31ab +size 81093 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sick3.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sick3.png.meta new file mode 100644 index 000000000..6a3d9d802 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sick3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d857a0d5ce1bc306e00baf20310406a7e055c2eb968c9fd01b944956c57ba0b5 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/silly.png b/Assets/Epic Toon FX/Textures/Emojis/silly.png new file mode 100644 index 000000000..a34a76787 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/silly.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513d17ff8f2f382b860e3233a2d833d3d0fbfcd8455a38528e35b8c9ea64f46e +size 63079 diff --git a/Assets/Epic Toon FX/Textures/Emojis/silly.png.meta b/Assets/Epic Toon FX/Textures/Emojis/silly.png.meta new file mode 100644 index 000000000..4a71eceff --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/silly.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ed601ddc36cf8dce767cd3a06532d5b70b7c8fd91a9d415653943d2f43a6a4 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png b/Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png new file mode 100644 index 000000000..dac568e43 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbff146c610afb65a631a5e62f1bc4ec3e13c669681000af2594a19186fe37ce +size 55561 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png.meta new file mode 100644 index 000000000..e3cc4fed2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sillyhappy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a86f31da4c1a1645184dc8df17f778ddc729f8f2a9b4830fd5876b4483d5697 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sillysmile.png b/Assets/Epic Toon FX/Textures/Emojis/sillysmile.png new file mode 100644 index 000000000..c9a4da6c6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sillysmile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fdb550c7ef55c731a729633f2c226009f86ec80c43dac818152eda9cb8c2e4 +size 52157 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sillysmile.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sillysmile.png.meta new file mode 100644 index 000000000..bc1c7af11 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sillysmile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06130f28e0981da4d801be697a139d6f8a78a9797aca03849513d81fa65ed2e2 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sillywink.png b/Assets/Epic Toon FX/Textures/Emojis/sillywink.png new file mode 100644 index 000000000..addc67a71 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sillywink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d68224dbe35848bb57d82121f12dbaed4a68a4a6d9390badaf124cfc9940339 +size 68855 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sillywink.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sillywink.png.meta new file mode 100644 index 000000000..35eaf177d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sillywink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481b913726aa3591a1579f7abc9068efff729bf222f4fcda0365481393c500b0 +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sinister.png b/Assets/Epic Toon FX/Textures/Emojis/sinister.png new file mode 100644 index 000000000..8d37d5029 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sinister.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe66b10fcf79f973ce114f4123dcd601f1827b9a486b2181acff5f3113aaefd8 +size 70250 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sinister.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sinister.png.meta new file mode 100644 index 000000000..9c28f62c0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sinister.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9ccf42c7f5f8fdbeb6451e0bf8f0df61c08a0ebb3fa5405f61da42ce38e864 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sleep.png b/Assets/Epic Toon FX/Textures/Emojis/sleep.png new file mode 100644 index 000000000..958dccae7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sleep.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0795e41ed606bd6d700e9c828e0d972c04c8867d9e9f5bd3782b080996487b +size 50074 diff --git a/Assets/Epic Toon FX/Textures/Emojis/sleep.png.meta b/Assets/Epic Toon FX/Textures/Emojis/sleep.png.meta new file mode 100644 index 000000000..b84933c9c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/sleep.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6dff35482c67bae2066c8919b7374110a0bc243dbc6be82082516ac3db69d5 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/Emojis/starstruck.png b/Assets/Epic Toon FX/Textures/Emojis/starstruck.png new file mode 100644 index 000000000..c4bcffdf3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/starstruck.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302a0f7614b3074f67ede2c5a24b10916943776dc9118eb0261b6ca6e77ea5a5 +size 79213 diff --git a/Assets/Epic Toon FX/Textures/Emojis/starstruck.png.meta b/Assets/Epic Toon FX/Textures/Emojis/starstruck.png.meta new file mode 100644 index 000000000..a90d72c65 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/starstruck.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f614825ea824db241a2dd3b04b8d58693b43d52332070065e68826af86577cc +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png b/Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png new file mode 100644 index 000000000..a0b4304a3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7606ebc540470fe8b2de4709a64443d646bed58bbf55158928bba7437ae647f7 +size 81700 diff --git a/Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png.meta b/Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png.meta new file mode 100644 index 000000000..7fcac10ab --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/tearyeyes.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15569fb4607b5e078c8c868c74a2c6ba7b0fbfe54835543f6390f069f780d05 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png b/Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png new file mode 100644 index 000000000..fb9d587a7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1192b7d9af8edf6d311f0b2f047f319369f18a6d7f37ec11debff8e288260fb8 +size 49138 diff --git a/Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png.meta b/Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png.meta new file mode 100644 index 000000000..4be0d54ca --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/thumbsdown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7710b07daff26d2c04af5649ead2fdcf2ac919130b58cdc937f352c52114ff1c +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Emojis/thumbsup.png b/Assets/Epic Toon FX/Textures/Emojis/thumbsup.png new file mode 100644 index 000000000..31c7f8091 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/thumbsup.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60114e29c84db6ffba4131dd289d7138737efb0957dff0b8f96ca8c9313eef07 +size 49549 diff --git a/Assets/Epic Toon FX/Textures/Emojis/thumbsup.png.meta b/Assets/Epic Toon FX/Textures/Emojis/thumbsup.png.meta new file mode 100644 index 000000000..6757b212e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/thumbsup.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac928c9915092733208b3223d71d2af4807d93ea8a7d38827569800a94c303ab +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Emojis/yawn.png b/Assets/Epic Toon FX/Textures/Emojis/yawn.png new file mode 100644 index 000000000..cbef8e4d9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/yawn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376156647a3993be7a72dce5b5ffd04b4f50548ae2e873fb78443a9b264ec670 +size 73124 diff --git a/Assets/Epic Toon FX/Textures/Emojis/yawn.png.meta b/Assets/Epic Toon FX/Textures/Emojis/yawn.png.meta new file mode 100644 index 000000000..cb7b64e1a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Emojis/yawn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2f1d87dbc6eb60c8f1fcb1c7af5efe5ab995d862c714f0a47c1fb27e52e7fe +size 2906 diff --git a/Assets/Epic Toon FX/Textures/Powerbox.meta b/Assets/Epic Toon FX/Textures/Powerbox.meta new file mode 100644 index 000000000..26ac2187d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfa750d840259551572c6fbc2cb95cf77e8517625b289bce4a9716e5dd439cb +size 172 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png new file mode 100644 index 000000000..fdda2f957 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f73bdd844d32409029629b53543195b5fd91746889c5e19d124e21ff1429fae +size 27171 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png.meta new file mode 100644 index 000000000..549dda8e7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfe50850fd4d0a85188075b3c1443452e0082a268e3b3f617f27033b4d09aba +size 1884 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png new file mode 100644 index 000000000..541af0ce9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581d26359247d4049c14821a2c2252c0d84ae9634d42412a5842dae33d3eebd5 +size 27742 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png.meta new file mode 100644 index 000000000..511e81d0b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_base02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ea41cd4a1ecc031634ec78f9b2809f31f1ea36cc035618cf8100e286d196fa +size 1884 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png new file mode 100644 index 000000000..d6537d3b0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda5bede6b92b57443bfb51bb0c20f5aaf01f8d55fc8afeeec4023efc82d7e6c +size 75685 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png.meta new file mode 100644 index 000000000..97fa49add --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f0a3096ff8c12f441ffdc6071df9d91aa849791b03e2d25ed9a6f9b812e2a5 +size 2247 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png new file mode 100644 index 000000000..3204b1e9c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145ec0f349dd1f09eae0d7b0c9a36fd2e176de361ac8614ff518e8a8a2e17543 +size 65002 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png.meta new file mode 100644 index 000000000..60945c31e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_boxingglove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99ecc1caa74936b4eafbe3b83a98b361b4b772acb05342eb88b4690ca08bb40 +size 2254 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png new file mode 100644 index 000000000..d6802c047 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1bd3a33adf8bf6b76b70256aa21dadc5d5f797e5a7b6fe3c5a19997746f09 +size 38712 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png.meta new file mode 100644 index 000000000..6e04bf606 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_bullet_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecd2e4199610ff8f5281bab2d1792d67555344721078ca7504c1384169de26b +size 1886 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png new file mode 100644 index 000000000..8a2e247e2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba30f96a9a903ec44c2d3b34ded342a33d8b23a5971f7e36c0839e927c31bfc +size 10535 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png.meta new file mode 100644 index 000000000..63078c301 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_contrast.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40310fdd5104569ba81fd5591dac4dab049664ac5f5499ae635d831bfd0d711 +size 2251 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png new file mode 100644 index 000000000..65e7bc80b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8000a8a5b3a1fefd9ed26d9867e7514cfb3727f101acd288bf906edad858205 +size 34416 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png.meta new file mode 100644 index 000000000..9cc55d77d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_exclamation.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bb0bb5305107a503fafffce7543b511e157a17c2703e38cb93b7f037644732 +size 1889 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png new file mode 100644 index 000000000..3dfd9c297 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220c4412f5b2c45d00decdb9e18823977bd0068559887a266ad88cd4cedc0221 +size 60424 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png.meta new file mode 100644 index 000000000..cac300a8b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591f75770e0f7347aed99edbd5b91e25f21c6178fe95c1b789a8b8caa9a47bde +size 2247 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png new file mode 100644 index 000000000..88f26a6ad --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8c3ca5cbcfc2fbf378bb9e10272bc87193846b213dc3a213e3efce4edccbcc +size 73985 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png.meta new file mode 100644 index 000000000..66b8f0eeb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_fire2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551ccc5a57a2a3ebd17b1d0e8155d66ef755d4dee229b902638964caa1efff6c +size 2248 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png new file mode 100644 index 000000000..d339baef5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b75462dbc74df9de049f3a59f71bc3e6668021f1ee2db43ab43c8c69ef30c6 +size 47544 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png.meta new file mode 100644 index 000000000..e77835f19 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_health_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0748be7282a1b6d211682c778805a51d7733ebdcd7684c0154281eb62cbb3157 +size 1886 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png new file mode 100644 index 000000000..5629d7368 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639e609b86bd281cc5c6b5773aedbba19ef9c5528627bfee94ff914f4f2abdb4 +size 50540 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png.meta new file mode 100644 index 000000000..e8bcb38a0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_heart_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae75f6c0dae19a244bba61f52a382d85446926908c3e9d0c7d5fdc7b237ee80 +size 1885 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png new file mode 100644 index 000000000..9c3f46f7d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5110ac894878e0a4733c2affa944f3d7072858c9c4e2a67cbda4a833bf10747f +size 54334 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png.meta new file mode 100644 index 000000000..555b31082 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_lightning_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3096c154880aa2874cde615519250c167c0ab5c33a2b235c3ef645f285eb9d3c +size 1889 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png new file mode 100644 index 000000000..ee047a95d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564ea8f4ee38b0ada2ce8c2acbafe001d5cf60303eb9e5df030ba91374e82b87 +size 75179 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png.meta new file mode 100644 index 000000000..2a3f5ae77 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_magnet_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7999083ef3e664e36b969810e9309b7084726e678c58edca828be718588a45 +size 1886 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png new file mode 100644 index 000000000..883c5c98d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b9bad67a174e4a882c87e76fa883723e15066ad215bc8e6d515463a188468a +size 134403 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png.meta new file mode 100644 index 000000000..f7d5a7da5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c38bac7f55a590f76d9dd7be70c2ec001fc32e49d1ecd8578e2012c0b81e43 +size 1879 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png new file mode 100644 index 000000000..42d8b2890 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54d42e6bc2c95f6fd5e5e4a34223991c84cfdd51049ba05533d4c74871e62ba +size 43096 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png.meta new file mode 100644 index 000000000..56dd94ef7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_quest_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332389a2e1f8ee885b21c7a48519a9d323c3645436e65e6088e64d92445d6149 +size 1885 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png new file mode 100644 index 000000000..2f914127b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b332c18da604e86b591f9a3b52e0ea11cf6e1d5fd2d99668cb4bf0dfe438824 +size 37241 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png.meta new file mode 100644 index 000000000..8dda42a6c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_shield_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8aac94d924522e2a2530632a469ffa0c8c4dc398525e8014bd00bc170eaa399 +size 1886 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png new file mode 100644 index 000000000..830a1a4a3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae8ea02404515915b08b797231456f1e388541d6e7bfe73c841ec09c0a1465d +size 100130 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png.meta new file mode 100644 index 000000000..d87657220 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skates.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32b293b957a35a8a193ae7cd0625c3ebf10df73070891017a983324736a2fd6 +size 2904 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png new file mode 100644 index 000000000..f93807185 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146a96f76f39cb001f94f5e46950534e2d5fafde045cb7fb4b65e0753616d490 +size 60208 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png.meta new file mode 100644 index 000000000..ba3319523 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_skull_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815ab3643fb1a37f101ac6a69bbb26dd2d33191743fab8e9afcbf9056e2504f6 +size 1885 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png new file mode 100644 index 000000000..5299004da --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980e537a34bb6e46d8b0e0e4e6aa67ac926f7dcea8ff9bd468e984b0a0894bda +size 57193 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png.meta new file mode 100644 index 000000000..9396c3f10 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_speed_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e757f9cf20463b2a69ace55c5a3aabe9ebf3cc42f6bc83e94a21a0781be9d87 +size 1885 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png new file mode 100644 index 000000000..79ef48e98 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a839d89f0349713399f1b6fda0a33436eb4c4974f0e1710ab7bdc49dcbb3ae +size 90382 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png.meta new file mode 100644 index 000000000..05df2c12a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_spikybomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d421ba1903c35761c117cb5e2708df3368c8d2c515fa5f1b984ebd4cf0f2f3 +size 2252 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png new file mode 100644 index 000000000..4d5cfefc7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d526c2cab6b1d5a524d68ea422d67148612201dac30e4839faceb6b35aedd5 +size 48416 diff --git a/Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png.meta b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png.meta new file mode 100644 index 000000000..e0e12a066 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Powerbox/powerbox_star_e.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233a7d379c542a6354c345245f5e6a53a3c4f19b7d3f9e78553a2079764a5267 +size 1884 diff --git a/Assets/Epic Toon FX/Textures/Symbols.meta b/Assets/Epic Toon FX/Textures/Symbols.meta new file mode 100644 index 000000000..cfd82ae88 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fcae563c1664bddd1c009010f40019ce4a5de2a8fd1875c4cae0c5b5ecfed2 +size 172 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png b/Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png new file mode 100644 index 000000000..a562f9e60 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160ccdaf54913c0eb955c4d54df5661bf2448d1e5106d05e06522da145c9233f +size 17127 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png.meta new file mode 100644 index 000000000..d401c934c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_bolt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705abc5f4cb27bb5f62bde278443645ff8fb62e6a196446ff8c6740672d9f1f2 +size 3562 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png b/Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png new file mode 100644 index 000000000..d7a744340 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0663d416dd68abbf0fd02e2a118877b0df617c6212e56e3eeecf7092753c530c +size 30074 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png.meta new file mode 100644 index 000000000..205b34160 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65b498800ba115acd30c9ab29268e855854853cb61cdd4a7b42731f9fc5d714 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png b/Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png new file mode 100644 index 000000000..239800f47 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5656cf40854dfe2fc0a38aeff9e4c46701b68c8d6bfdb617de9b4664d4bf258 +size 24593 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png.meta new file mode 100644 index 000000000..807b8f001 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_boxingglove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b33687f0b809eab2049fd5fa64671c32b00b8776db5e40c851a9b05e8c1951f +size 2902 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png b/Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png new file mode 100644 index 000000000..110374c76 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1361b5b08f1947e7be958e981bfc0dfb1f1cdc650519234d2e4eeb3aff12bcf +size 21981 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png.meta new file mode 100644 index 000000000..7c18ce424 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_bullet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb4a1a2a2feec2ed1497c50138a814a623941e9c45fb436094903980be57401 +size 3564 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png b/Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png new file mode 100644 index 000000000..046fab14a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900dfe4766271360658e0ceccd23772afba5d8f2bbd5da9dd65e8435f91a6f77 +size 13809 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png.meta new file mode 100644 index 000000000..173582d48 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_exclamation.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6087ff4a1d2412ec30f0830f66848419f7a796d98c43ef757b21f782d443acc +size 3569 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_fire.png b/Assets/Epic Toon FX/Textures/Symbols/sym_fire.png new file mode 100644 index 000000000..ced705628 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_fire.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c1b742baf17415a280971dce4e972d2a89e4fdde0d5df2d05393f0cc3b0a09 +size 31649 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_fire.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_fire.png.meta new file mode 100644 index 000000000..57a671c91 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_fire.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3572a60006c8290d5a9afd5ad3ae23f0e1c05cc5c2ecfb33a1cc8cf44cbac76 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png b/Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png new file mode 100644 index 000000000..f9d98e5ab --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d2c75023ba7bcb67f08af377b7b20f76a2e808f9e99c51576f7e650fe15f89 +size 27035 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png.meta new file mode 100644 index 000000000..c6064f730 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_fire2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32c8aba2413fd328c9a188a384f2fa42cd163f3f20036b88cc517a653cf1df4 +size 2896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_health.png b/Assets/Epic Toon FX/Textures/Symbols/sym_health.png new file mode 100644 index 000000000..607d9a6a6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfa1ebc6ff85255d94daec8f6ecab1de413ab02c02c192c83236f090686e44d +size 10202 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_health.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_health.png.meta new file mode 100644 index 000000000..6e4411e81 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a936022c7ece528592faefa3c2ea942e764e1cc9fb0e48ecdb967d81f43572af +size 3564 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_heart.png b/Assets/Epic Toon FX/Textures/Symbols/sym_heart.png new file mode 100644 index 000000000..f2106168b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a68c597580114390a827cb5fc02150f75e90363e7e2752ce352336d7d4250f +size 21795 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_heart.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_heart.png.meta new file mode 100644 index 000000000..734f8024b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31714d7c1465613d7b4f857a8044eee0a105c6aaa2b3518fe823238c119a336a +size 3563 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png b/Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png new file mode 100644 index 000000000..464257844 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dc7a00eb31b56e174614185e43242484b886ba2c73d81d9f5de78b10384357 +size 40000 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png.meta new file mode 100644 index 000000000..b0951ac14 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_magnet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21181b05930e63693fb763e2e68e7e9c31a61b9dec99f3d34b3a791c6f76e604 +size 3564 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_question.png b/Assets/Epic Toon FX/Textures/Symbols/sym_question.png new file mode 100644 index 000000000..2f96b5219 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_question.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bb1fba6d3cd3454689a86f30c5d6bc66da7d1824e479ed515b622adb62aa4f +size 22896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_question.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_question.png.meta new file mode 100644 index 000000000..fcc378020 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_question.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cb41b94f98a502f662a70821d9fe2026da0102d7c16c441781e5fd172999cb +size 3566 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_shield.png b/Assets/Epic Toon FX/Textures/Symbols/sym_shield.png new file mode 100644 index 000000000..a6545236e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5019c97b0dc866b540827137607c25a488f4f07b9e39014ad33ae4d227cd3f1c +size 16392 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_shield.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_shield.png.meta new file mode 100644 index 000000000..eac8b120e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d257bf79cd28c00d0fe53ad9dd9d9cf71d7e30250d3d2e5c495cca3a58523138 +size 3564 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_skates.png b/Assets/Epic Toon FX/Textures/Symbols/sym_skates.png new file mode 100644 index 000000000..42406a892 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_skates.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7534b33ee41f6ebff99effd5be421fc48351aa4c6c96de1b338047f289f86e8 +size 36018 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_skates.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_skates.png.meta new file mode 100644 index 000000000..ec622abf5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_skates.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71e16979b5ba342b22ccf6e71121b3cddd02420d20d19f2e4ec9ce903238b2e +size 2897 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_skull.png b/Assets/Epic Toon FX/Textures/Symbols/sym_skull.png new file mode 100644 index 000000000..5100ca2d9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_skull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e13da66a9737734544d619044da3f353a0d00202847d36b9cf9adba48cc4c3 +size 19265 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_skull.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_skull.png.meta new file mode 100644 index 000000000..8b9d6b0cd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_skull.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2e238f411172112f0cdbf46567dc228677198d46f0d0d57339223dec4438d5 +size 3563 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_speed.png b/Assets/Epic Toon FX/Textures/Symbols/sym_speed.png new file mode 100644 index 000000000..6a88cee31 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_speed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced757069938cf7a3fe2b0be6cf091bd7372ed3abeeb012fadcbe9a72d1c2c0f +size 20855 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_speed.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_speed.png.meta new file mode 100644 index 000000000..773462891 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_speed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48ae1d6177d747c4f9e37f4f5e978cf0dff3edb69a8da1cc7b06b7c0d71ff6e +size 3563 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png b/Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png new file mode 100644 index 000000000..7152ad705 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53156f9f2f8e844b1e947d0651b6aea03dc7ab1d3622db1856119a94104f417c +size 32283 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png.meta new file mode 100644 index 000000000..334db8c2c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_spikybomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babc8f27a5abbfb5197e6573a3771e307e93b0e0ba7c9bad8917579b917a08da +size 2900 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_star.png b/Assets/Epic Toon FX/Textures/Symbols/sym_star.png new file mode 100644 index 000000000..3d8be6562 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2de038689af81b0827100fff35bb2f6bb40976d7472e91196bdfe05d28d510 +size 18108 diff --git a/Assets/Epic Toon FX/Textures/Symbols/sym_star.png.meta b/Assets/Epic Toon FX/Textures/Symbols/sym_star.png.meta new file mode 100644 index 000000000..82165ab32 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/sym_star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced6af1e697435cf9d16383436bafb9f2607e47f22ca44d4e088cd5d1420d14a +size 3562 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png b/Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png new file mode 100644 index 000000000..dcf271122 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c26d27d84d14bfe9a8a396724b362290f7eb5d11c0f36cd68600f2b4929edeb +size 34540 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png.meta new file mode 100644 index 000000000..eec734830 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6f68134e117d8ac58fe0d004ed8d36e1896c5647488fe8fec784423d203498 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png b/Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png new file mode 100644 index 000000000..98748a302 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852bdd59e731e831d6ff6bc683c3d041793775a7128f8d740af21ed914d1fbb9 +size 26896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png.meta new file mode 100644 index 000000000..ec1f23bad --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_boxingglove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ffe271bc14f026f64823a2d6eb3b47e1e36a6ba27a7a10c3d3f01386c33511 +size 2902 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png b/Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png new file mode 100644 index 000000000..ae63eb04f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e21a253adeb567137b22dbc4d8d9bb7598eae585b71a632b564659d3825c8d +size 25696 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png.meta new file mode 100644 index 000000000..919ca4b5f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_bullet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ecba98872fd15eb625344088ec95dce35b5f5121e681006c860be367b2dc61 +size 2897 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png b/Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png new file mode 100644 index 000000000..9b81b399a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f7e036c32e0c6efe09f72ccadab7cae12dc9b1d37f758884a697c433abbdc0 +size 13705 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png.meta new file mode 100644 index 000000000..cb22203f6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_exclamation.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9c58debdd855d71e2be467dd0e83bccce393c31e9a8a15dbc0f1d4b14ac7c4 +size 2902 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_fire.png b/Assets/Epic Toon FX/Textures/Symbols/symc_fire.png new file mode 100644 index 000000000..7930ed790 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_fire.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d6809d98bf75fbcce5db15396085390d2de9b545880c40d10529b7656d0708 +size 33594 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_fire.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_fire.png.meta new file mode 100644 index 000000000..ed484fdb9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_fire.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bded200d5d22abc7df856e8d588a66975e6558301a6d1941b5b318c260b2af38 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png b/Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png new file mode 100644 index 000000000..8b12b69b4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6ba92eb7d75a0b10678a35e93df7d099f14a62058021cfeeff07cfeca4bdf5 +size 29290 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png.meta new file mode 100644 index 000000000..0b4b7b544 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_fire2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bc8c1d67ba575667b33bab15d93cc0ef49b246f65fbb776e0038ae7a46a226 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_health.png b/Assets/Epic Toon FX/Textures/Symbols/symc_health.png new file mode 100644 index 000000000..bc21b7686 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fe5d92e6f6bc85df41e2861b40ea2a22385aac9091c1ff2c76a1c631171fe4 +size 10971 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_health.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_health.png.meta new file mode 100644 index 000000000..6a298478b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bc5fbd2a83a175d0304fdbc6035fb7d29eefaa73d02dba58b8f094ee605e4b +size 2896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_heart.png b/Assets/Epic Toon FX/Textures/Symbols/symc_heart.png new file mode 100644 index 000000000..81596dccc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4559ded384b5b8b7031df64d584bdb8517b7219fa340c5a71703f4b2c4062cb0 +size 22689 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_heart.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_heart.png.meta new file mode 100644 index 000000000..1d9ebffff --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8c1ecd549fbe4d4cd0c2f42812daa51c8d13c94e41cd3781762585f0995b2d +size 2896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png b/Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png new file mode 100644 index 000000000..174221220 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581461311a14b47d7c047c7a01f5cd3c48dd3267580ada6e86710807f850409 +size 18441 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png.meta new file mode 100644 index 000000000..33a751ae6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_lightning.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cdfff85d719a5f009eefb784952e159a31d50acc6ab002b2cb9a346eedb05b +size 2900 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png b/Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png new file mode 100644 index 000000000..23c629335 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a0f49f896a54b00907f741fa2e359cad029e01bb6c8ce349abe2e01fc0c9c +size 30411 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png.meta new file mode 100644 index 000000000..eeeafe3c7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_magnet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89d1966272765e71c0089f8a70b9d5fdc09108ec6eb2d044ab085661e4078e2 +size 2897 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_question.png b/Assets/Epic Toon FX/Textures/Symbols/symc_question.png new file mode 100644 index 000000000..76ae2b42d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_question.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6843e53cb9d56d226fb7341fadb5a977f7e07dbc359a3b0d406c68f4c0c590 +size 24314 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_question.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_question.png.meta new file mode 100644 index 000000000..c8f5ca67a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_question.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f5abaa1f5e9c604a97ac588d9192b14aefa40df42a5ae6239e28e1fc825629 +size 2899 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_shield.png b/Assets/Epic Toon FX/Textures/Symbols/symc_shield.png new file mode 100644 index 000000000..bc81ecf3c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de46729d6b4d8a84e3b7daac6660fdd213c6c1ba6bfab7b97f8e9a93ebd48ad1 +size 17565 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_shield.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_shield.png.meta new file mode 100644 index 000000000..8e9f2f7c7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb6acf0f613a8b3da9f6cdb0a749781743234a15bf4fd51418b5e8ea454037c +size 2897 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_skates.png b/Assets/Epic Toon FX/Textures/Symbols/symc_skates.png new file mode 100644 index 000000000..9a0f54642 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_skates.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02aca960589a639eadd5813a0625ccbe25b6ae94866aa53b5ffa1e147d66b28 +size 40016 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_skates.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_skates.png.meta new file mode 100644 index 000000000..11691bd89 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_skates.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bd2155c2037afa97b44122dea7a2ea8f0f83a3c5eead5833eb1de7ea9353f0 +size 2897 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_skull.png b/Assets/Epic Toon FX/Textures/Symbols/symc_skull.png new file mode 100644 index 000000000..719ff45f2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_skull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba23e2e26dd06ba005d7f560f6639c1752da06ad1c5f8c148da9cf71ba1ea8fe +size 19987 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_skull.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_skull.png.meta new file mode 100644 index 000000000..41be861b7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_skull.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214b63177aa3064e62462c7382030d20fa3174f3ad61b77f730ca79f3e138ecb +size 2896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_speed.png b/Assets/Epic Toon FX/Textures/Symbols/symc_speed.png new file mode 100644 index 000000000..8d3b641b7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_speed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7b4cd152e335c2b06f8bf7b4478f5c6800b0db49b3b52cec424ad2d2c2c6a3 +size 23192 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_speed.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_speed.png.meta new file mode 100644 index 000000000..7f6315cd7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_speed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202108dfb64984c67d0b728c62d1873eeec6ddd06779f04491630539ecadffd3 +size 2896 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png b/Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png new file mode 100644 index 000000000..b4a78a8a6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a53c6df95046b69f9fdd0b3a9370842b6b1758f5f8dae5a411f4c35b9b370d +size 37051 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png.meta new file mode 100644 index 000000000..0a56756c9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_spikybomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c67b8072aa4e6fa6c10ca24c7011eb5c01d277b96c10833f8d71569ca5de63 +size 2900 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_star.png b/Assets/Epic Toon FX/Textures/Symbols/symc_star.png new file mode 100644 index 000000000..6013e7ab1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a542229c9cff5f33ef0bec2cda9fcd45f43707c45bc1542de1dd0c96e388ff65 +size 20041 diff --git a/Assets/Epic Toon FX/Textures/Symbols/symc_star.png.meta b/Assets/Epic Toon FX/Textures/Symbols/symc_star.png.meta new file mode 100644 index 000000000..678e71ecc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/symc_star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e2ab04c4831494a55edef7d1f27d190ff16ad2ee97a58deda60fba92e05d27 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png b/Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png new file mode 100644 index 000000000..d8e8966dc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cea37cf22c17809777c8a2fc4843eb9a6ecbcb832c771585013292f19543b6 +size 31501 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png.meta b/Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png.meta new file mode 100644 index 000000000..f28394753 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_bolt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709d5b8bdafb8fffdc5922c5da73db261937a117106add504e11a16f26a56a16 +size 3562 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png b/Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png new file mode 100644 index 000000000..a01cdfc1f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0304e7bd02b71ef98f8a91f150e39ae155d3cef2fe0fb73e795501eea07789a +size 31751 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png.meta b/Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png.meta new file mode 100644 index 000000000..d1f61e406 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_exclamation.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db97889e0adf6324e6537daa916e9b096beaaff79e40e2b40d0b556f8ef6d11 +size 3569 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png b/Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png new file mode 100644 index 000000000..61bd0e9a9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e96d276dfa7a4933a0f3b1c46e65cb65d32008a013a6b394fe95edfff90992 +size 31991 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png.meta b/Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png.meta new file mode 100644 index 000000000..f5889c0d0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_explosive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fb210ef84b34daf36ad9b88170b74454cb02b188efa62a72c5387f3e39be00 +size 3567 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_skull.png b/Assets/Epic Toon FX/Textures/Symbols/warn_skull.png new file mode 100644 index 000000000..b1bccf4c1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_skull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9b7f4d0197391516dd1dda2f18ee2c4eff71abdcf229594975276a0615f37f +size 36649 diff --git a/Assets/Epic Toon FX/Textures/Symbols/warn_skull.png.meta b/Assets/Epic Toon FX/Textures/Symbols/warn_skull.png.meta new file mode 100644 index 000000000..e64a183c6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Symbols/warn_skull.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3214787aaa1b80e9d50c5158e50e1d0b5f02bc7840f1a1485d82ed89c65a2c11 +size 3563 diff --git a/Assets/Epic Toon FX/Textures/Text.meta b/Assets/Epic Toon FX/Textures/Text.meta new file mode 100644 index 000000000..1a6483a47 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3dda11add6960b4e3be169c80c3a3a5278e391bc8d740e319e901e6c13266f +size 193 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_blue.png b/Assets/Epic Toon FX/Textures/Text/sharp_blue.png new file mode 100644 index 000000000..8baa58023 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5b141c13bf44bed84eb4e15ab10bc185c96166fc00009c51a11647cb21e576 +size 397801 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_blue.png.meta b/Assets/Epic Toon FX/Textures/Text/sharp_blue.png.meta new file mode 100644 index 000000000..013df0011 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f18135a05012b81000227575c23761fe017f446e31a47221120ade775c4c46d +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_green.png b/Assets/Epic Toon FX/Textures/Text/sharp_green.png new file mode 100644 index 000000000..9abcfc0b6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0beb425efc094eead61bb5ae7dca16f8f211901c78d96477a520af88ac271fc8 +size 351869 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_green.png.meta b/Assets/Epic Toon FX/Textures/Text/sharp_green.png.meta new file mode 100644 index 000000000..b2aab0d5b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9587f8b4d5fbbc4407b012e02a3806ecce1af17fb7ca51f280f0e0a4e7374d7 +size 1397 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_red.png b/Assets/Epic Toon FX/Textures/Text/sharp_red.png new file mode 100644 index 000000000..4258f2a8e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90edb1c27585393b418ce6047a38cf1cdd0de6cb9f1da9b7b96db3e7badead74 +size 294527 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_red.png.meta b/Assets/Epic Toon FX/Textures/Text/sharp_red.png.meta new file mode 100644 index 000000000..aee2af26f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82b2fa0fe25b5bf6f83fb7ec0a497d18b4205580e596d81b3851f29d0d5a8ca +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_white.png b/Assets/Epic Toon FX/Textures/Text/sharp_white.png new file mode 100644 index 000000000..8fa7b23ab --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_white.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef92a7600768c383e36d5a0e08addd38b4793a58f23466e05414d18787450636 +size 230052 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_white.png.meta b/Assets/Epic Toon FX/Textures/Text/sharp_white.png.meta new file mode 100644 index 000000000..1d969fe0f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_white.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08855951264b48d0d5c1f3eb676d2c49af00f4a5efa26a20fea1598fcaac7f8c +size 1397 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_yellow.png b/Assets/Epic Toon FX/Textures/Text/sharp_yellow.png new file mode 100644 index 000000000..805013b2b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e2376d23136129a6e649ca5ee8faf337aa321039286a3d2a91f9bd13f74848 +size 392315 diff --git a/Assets/Epic Toon FX/Textures/Text/sharp_yellow.png.meta b/Assets/Epic Toon FX/Textures/Text/sharp_yellow.png.meta new file mode 100644 index 000000000..e5bbb16de --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/sharp_yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4690f03a94b5bc6fef38ed30b50484909af56aa637d11beb28680390b996c749 +size 1398 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_bang.png b/Assets/Epic Toon FX/Textures/Text/txt_bang.png new file mode 100644 index 000000000..05686202c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_bang.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adbaa3d666365f6628bce6a5c7f14617f99c0592523350fa4cf186c6a8d0e8f +size 38192 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_bang.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_bang.png.meta new file mode 100644 index 000000000..00fb2cc78 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_bang.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0ce26a43a07ef3580058b2c9ce3f2134308359077ec6ca5e78c0b6fad72e1d +size 2909 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_blam.png b/Assets/Epic Toon FX/Textures/Text/txt_blam.png new file mode 100644 index 000000000..3fcc6b575 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_blam.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce37d15358d37811b7db383e6598992e5169ee6dbcf85ce80fc58669421a049 +size 32033 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_blam.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_blam.png.meta new file mode 100644 index 000000000..8e62b96ec --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_blam.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0c410aa09dc3f87b9f3c650e06720c315c1f427aa53a829ba6280f1699e80b +size 1394 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_boom.png b/Assets/Epic Toon FX/Textures/Text/txt_boom.png new file mode 100644 index 000000000..151f0216d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_boom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247560ef6a242c2642561b7e3d32a6483a02d0a3e5191dd7531004fdc9573845 +size 38051 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_boom.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_boom.png.meta new file mode 100644 index 000000000..888d5c37d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_boom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3997aa0eead4391f4ad14f49b2cb052774246bbd7f86673f260d306f4d17d547 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_clunk.png b/Assets/Epic Toon FX/Textures/Text/txt_clunk.png new file mode 100644 index 000000000..38d6fd7aa --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_clunk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885b12f52973561f2deb7f97351a4ffd2a47951b38b632642fa742a1128e1631 +size 32556 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_clunk.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_clunk.png.meta new file mode 100644 index 000000000..c357ca172 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_clunk.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17eb565b5a51217adae9a6be0d6ecb0fb53ee360b5b233f778b5a523eece7f99 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_crack.png b/Assets/Epic Toon FX/Textures/Text/txt_crack.png new file mode 100644 index 000000000..a8e9eb673 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_crack.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46197fe52fd0cce521605e33d277a2ce12a21cb5060c686988fc936fb826795 +size 50838 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_crack.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_crack.png.meta new file mode 100644 index 000000000..3c3df882e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_crack.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e8d65f93df5ffd9dd07c65238b393f17be31c6380b50fbe03c47c3e6c82541 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_crash.png b/Assets/Epic Toon FX/Textures/Text/txt_crash.png new file mode 100644 index 000000000..c61d30d00 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_crash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8412e69069f81f9c384d2b71ddcb5cb61d403eb85ead07c4fa1356b74da1f31 +size 34846 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_crash.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_crash.png.meta new file mode 100644 index 000000000..760cc2630 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_crash.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3736bfde73378229f83d5762d6f79e2c7595067d21dbd7d567151970c3be767 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_crit.png b/Assets/Epic Toon FX/Textures/Text/txt_crit.png new file mode 100644 index 000000000..77df19b2f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_crit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d4cd7f282a84c5f334fa82913cede73baebc4b04cdbc7a8460ea5958dbb16a +size 26959 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_crit.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_crit.png.meta new file mode 100644 index 000000000..c16c10fc4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_crit.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123f728181c255256e1a9bc4e6556e6a2e2db55124f4058cda4063c507cf7fd0 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_critical.png b/Assets/Epic Toon FX/Textures/Text/txt_critical.png new file mode 100644 index 000000000..c3848ea7b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_critical.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7569ddea40f9a3cc1162c77bb7c54c14795594e8616aa54002c7a0723bb1dd3c +size 37506 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_critical.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_critical.png.meta new file mode 100644 index 000000000..6fb8c7648 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_critical.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c588a03bf5915b4835d7a41689f0905d7022335c2fbd25076825fceb961f6822 +size 1398 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_hit.png b/Assets/Epic Toon FX/Textures/Text/txt_hit.png new file mode 100644 index 000000000..b36d13f88 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_hit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7325f88cdcdc0607005dab6796086f0c6ea9c65537603abbd28396a0be7cd36f +size 17977 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_hit.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_hit.png.meta new file mode 100644 index 000000000..1910af199 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_hit.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084a93fd70a1a5e4cf82b45fc49450694ed81099aced892bf7db7a7dc7a4b40a +size 1393 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png b/Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png new file mode 100644 index 000000000..3982f92f0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2067cbb097676dfebbc9b959843a659cd1a640856e8f64d03e30aa5edac982db +size 39316 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png.meta new file mode 100644 index 000000000..bddb06b4f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_ka-pow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6124b52f5a582d16a560b9408de04949cd5de18aacddf3a242e57318c1b45f2f +size 1396 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_kick.png b/Assets/Epic Toon FX/Textures/Text/txt_kick.png new file mode 100644 index 000000000..31f1c1b72 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_kick.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445a5a1c9c9f6feca7dfd4f1f592d816bb2cc2c3132c7c4da7e9366bade0d3e3 +size 29600 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_kick.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_kick.png.meta new file mode 100644 index 000000000..65746d4df --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_kick.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf45ecb99fc166d4813b409cd604d48262f32375d6e20e14e2dd8d13ce81aea +size 1394 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_ko.png b/Assets/Epic Toon FX/Textures/Text/txt_ko.png new file mode 100644 index 000000000..853b9b827 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_ko.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6af5f56f8948dd6cfa8c6b1036b5b4f7d3c3eeb08a384a227ea3d67d2b28143 +size 23832 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_ko.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_ko.png.meta new file mode 100644 index 000000000..70117ae4f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_ko.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de8d716c9f4af450291e3a2421847f9eeb378bae3e018b95d3ea8fd92bbf35 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_miss.png b/Assets/Epic Toon FX/Textures/Text/txt_miss.png new file mode 100644 index 000000000..f73ef6de5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_miss.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ff41b94f6f046b50400402e499c60e7d1bb28f48d548e17feb70b181d31631 +size 38275 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_miss.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_miss.png.meta new file mode 100644 index 000000000..575524d4a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_miss.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d99caa7367d689f07bb7495affeae46333860b7a79b2e5b5161544a068cc0a +size 2909 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_omg.png b/Assets/Epic Toon FX/Textures/Text/txt_omg.png new file mode 100644 index 000000000..f245ffe09 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_omg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814756219a725fdd05b29f0864f4b7514616a46f778b3c98b22daabdca1b3095 +size 39331 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_omg.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_omg.png.meta new file mode 100644 index 000000000..59edc89dd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_omg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2910021d96e5e6d4925ba406d82551fedb7e12c57c36a3fe8a4f78a560eef1 +size 2894 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_poof.png b/Assets/Epic Toon FX/Textures/Text/txt_poof.png new file mode 100644 index 000000000..6555bbf3e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_poof.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48781baef958a92068a70e37b1bfa1af449e7c1b5572a5af3e81c9eedbb24a02 +size 32972 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_poof.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_poof.png.meta new file mode 100644 index 000000000..a573dafe6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_poof.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af55c9ce65a3a8d12e558e03711701cc456f33dfbab5bca055cbedca7c9f9276 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_pop.png b/Assets/Epic Toon FX/Textures/Text/txt_pop.png new file mode 100644 index 000000000..39b3d30f4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_pop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557af76b895873c202dde508020af92b339ed4a850a7894a3c1c3ff4d8daef0f +size 30561 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_pop.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_pop.png.meta new file mode 100644 index 000000000..c22b3e249 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_pop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805a807be2593230f37ea9b7e74d5003d6d22872ac5fc2aab2860f82ac175de0 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_pow.png b/Assets/Epic Toon FX/Textures/Text/txt_pow.png new file mode 100644 index 000000000..fd07e099f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_pow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf55b9995952c0a3f382134f7689894431caee4c9466727c86d91a9ac4832c6 +size 28308 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_pow.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_pow.png.meta new file mode 100644 index 000000000..95edbff4f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_pow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f513bbbc1125113c9f94e0455f699ec241a33dbfe9364771a390131676630685 +size 1393 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_punch.png b/Assets/Epic Toon FX/Textures/Text/txt_punch.png new file mode 100644 index 000000000..45f4bffe3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_punch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a82e7bbda8e3f05ae2c415ffb8ae2e61c1292b9364882ef93299d94ee8fc29 +size 31613 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_punch.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_punch.png.meta new file mode 100644 index 000000000..02813455a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_punch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5751f41b015c34a16872b142d8b82584e4955eb0c354da0da39d16e7e26651ae +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_smack.png b/Assets/Epic Toon FX/Textures/Text/txt_smack.png new file mode 100644 index 000000000..c4260e363 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_smack.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad8cb5a79e2a20cf24830cc90df6668de1e568157fdd51b23922317a0fab5a7 +size 41828 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_smack.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_smack.png.meta new file mode 100644 index 000000000..6f8f2f039 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_smack.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e599484cdfb2a53303a2ba62fcea37abccb7f488f77296fa458f2ec4811ebac0 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_smooch.png b/Assets/Epic Toon FX/Textures/Text/txt_smooch.png new file mode 100644 index 000000000..37f24f138 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_smooch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e463e27ab248e2e28b0c7bb9740d5a2d5620766ec26a1f1fa28931675e3be0c +size 37143 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_smooch.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_smooch.png.meta new file mode 100644 index 000000000..a394d281a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_smooch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61865302ad714d45d713a6f9edd4f97e40530eb4217b8d716485ad8b6a13f13f +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_sparkle.png b/Assets/Epic Toon FX/Textures/Text/txt_sparkle.png new file mode 100644 index 000000000..df950eb19 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_sparkle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1852bead6b9411bcc99edcbfa0e60c3496a69532b9e9dc18ed95fe4de26c8f65 +size 34792 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_sparkle.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_sparkle.png.meta new file mode 100644 index 000000000..2da430410 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_sparkle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7238ed3d5b560697176b859c6253dc8bc9a11942295fad6b8b00962cac96148f +size 2912 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_splash.png b/Assets/Epic Toon FX/Textures/Text/txt_splash.png new file mode 100644 index 000000000..f075c0664 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_splash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2163692d8178af431148d9735d3c5d6e2006e8eddbde0a753e3a3e4fa0d3a099 +size 51412 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_splash.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_splash.png.meta new file mode 100644 index 000000000..97c418383 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_splash.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43604f8deabc5d1dc5739f02969418e78b0eb465c45f1323aee947242ac59729 +size 2911 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_splat.png b/Assets/Epic Toon FX/Textures/Text/txt_splat.png new file mode 100644 index 000000000..ec2b4dc7d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_splat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9113129455d50eee4fcf9ed32475e165381525bdbbb7be61d78acd77e68cfeae +size 30108 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_splat.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_splat.png.meta new file mode 100644 index 000000000..03050ada7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_splat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41ed7c4509a3aa011fee148c5e6fab6f4b39ec916a255ff3bf4fe2af36398c6 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_whammm.png b/Assets/Epic Toon FX/Textures/Text/txt_whammm.png new file mode 100644 index 000000000..9c1cb2316 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_whammm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26dd1428e4e2634c0988a043f8d983346033ad6d73cce7f8d900d6ada0775a7 +size 34448 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_whammm.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_whammm.png.meta new file mode 100644 index 000000000..1a42bad0d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_whammm.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a331445010b8bd0062e8364f9df1b2aecf96f95fe46a59c7b6da72d2f96c6033 +size 1396 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_wow.png b/Assets/Epic Toon FX/Textures/Text/txt_wow.png new file mode 100644 index 000000000..e5a8e42d2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_wow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ae68e77820f35c02b1b2d54de82b3a82333364859a4bfa210939e9ffb854f5 +size 38307 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_wow.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_wow.png.meta new file mode 100644 index 000000000..f6cd39011 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_wow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b17911dffd58d847326c5a3b1dd3e9519bc2f0f5ff7eefcdf65a7be0338d71 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_wtf.png b/Assets/Epic Toon FX/Textures/Text/txt_wtf.png new file mode 100644 index 000000000..99b1edb75 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_wtf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfc4f89f16fbedb245824bafc30883b4d25198315902adbb5e9024549c5c309 +size 34079 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_wtf.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_wtf.png.meta new file mode 100644 index 000000000..bd8d73661 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_wtf.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc09e37c5676159ed42ad14a1c37c861059a91a3bbc7cf1e9bb6020f04abf12 +size 2894 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_zzzap.png b/Assets/Epic Toon FX/Textures/Text/txt_zzzap.png new file mode 100644 index 000000000..c45bf8d08 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_zzzap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f293298d12d6eed7c3aab6625119fb4888905ddb5588cece84483ff06aea701 +size 36361 diff --git a/Assets/Epic Toon FX/Textures/Text/txt_zzzap.png.meta b/Assets/Epic Toon FX/Textures/Text/txt_zzzap.png.meta new file mode 100644 index 000000000..72080eda5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/Text/txt_zzzap.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01ae5d3da69602719ad09d3256267fe744d424cd9b714633004a4a630983283 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/aura_punch.png b/Assets/Epic Toon FX/Textures/aura_punch.png new file mode 100644 index 000000000..9e8ce9de3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/aura_punch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d93f0afa72c82c532981d54522cff44a4c6d3a41fdd7567cd87e6f17d7c58fc +size 4652 diff --git a/Assets/Epic Toon FX/Textures/aura_punch.png.meta b/Assets/Epic Toon FX/Textures/aura_punch.png.meta new file mode 100644 index 000000000..f2a7ae855 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/aura_punch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4faf5cdc0ec187c4de598daff03bbbd7f69e2fe8ed1e2b70b1aa3437489233da +size 1391 diff --git a/Assets/Epic Toon FX/Textures/aura_soft01.png b/Assets/Epic Toon FX/Textures/aura_soft01.png new file mode 100644 index 000000000..17c2ec4b9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/aura_soft01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e56b0451286c9a20cd394ccb8501d4cb848dccb34e6c667f2af04c693a02dea +size 625121 diff --git a/Assets/Epic Toon FX/Textures/aura_soft01.png.meta b/Assets/Epic Toon FX/Textures/aura_soft01.png.meta new file mode 100644 index 000000000..d62b95ac5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/aura_soft01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca146a58fba4281ae031c175df1dc48b0b40f755844c6a4c7670cc87e43a5a2 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/bubble_half_clear.png b/Assets/Epic Toon FX/Textures/bubble_half_clear.png new file mode 100644 index 000000000..dd8f5e227 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_half_clear.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbe01713bb457806bccc8ce4c6447c085c04d4df208d259fe8f77a0f79acfb1 +size 39525 diff --git a/Assets/Epic Toon FX/Textures/bubble_half_clear.png.meta b/Assets/Epic Toon FX/Textures/bubble_half_clear.png.meta new file mode 100644 index 000000000..2b0dc8906 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_half_clear.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fe14f5d838d06496211b36ae8c0bb6c4020c87e36c63f12aebf8b7175d2c15 +size 1398 diff --git a/Assets/Epic Toon FX/Textures/bubble_half_thick.png b/Assets/Epic Toon FX/Textures/bubble_half_thick.png new file mode 100644 index 000000000..4a814f5f2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_half_thick.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bd41b64119dab8b40585ea52a84d85900203d725bcdd46ec4e9037dd3ea4e6 +size 42925 diff --git a/Assets/Epic Toon FX/Textures/bubble_half_thick.png.meta b/Assets/Epic Toon FX/Textures/bubble_half_thick.png.meta new file mode 100644 index 000000000..79396a385 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_half_thick.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1456309cdc56fb77b9813f4a66d7657b7aa674dfcb5b6ce38991b784ffc6b2cf +size 1398 diff --git a/Assets/Epic Toon FX/Textures/bubble_round2.png b/Assets/Epic Toon FX/Textures/bubble_round2.png new file mode 100644 index 000000000..91e378944 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_round2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629384fcc5e922330cf5c914b554790767cf1c710f55202a85e05e2766db6d77 +size 46998 diff --git a/Assets/Epic Toon FX/Textures/bubble_round2.png.meta b/Assets/Epic Toon FX/Textures/bubble_round2.png.meta new file mode 100644 index 000000000..ceb616bb3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_round2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643c9a00e121f3b632e1cb057040b70e759ad4e2865d75e00ef7da7e1b5ae64b +size 1394 diff --git a/Assets/Epic Toon FX/Textures/bubble_round3.png b/Assets/Epic Toon FX/Textures/bubble_round3.png new file mode 100644 index 000000000..90c80673f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_round3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ec7191fa712fea5b54c1dfaebe9236610b1eb96ef0ee1d59b03f4088a25280 +size 61782 diff --git a/Assets/Epic Toon FX/Textures/bubble_round3.png.meta b/Assets/Epic Toon FX/Textures/bubble_round3.png.meta new file mode 100644 index 000000000..aac4b1d48 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_round3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaeab51b0d482bff48efc3c790536b2470d738d658df0571e55b9c4be1d9d85 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/bubble_soap.png b/Assets/Epic Toon FX/Textures/bubble_soap.png new file mode 100644 index 000000000..2717684e4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_soap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2385f2ebe9c9771ba8974df974b0d423b4228abb93f019950b0aacf79577ae6 +size 69114 diff --git a/Assets/Epic Toon FX/Textures/bubble_soap.png.meta b/Assets/Epic Toon FX/Textures/bubble_soap.png.meta new file mode 100644 index 000000000..1ae232eae --- /dev/null +++ b/Assets/Epic Toon FX/Textures/bubble_soap.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83babeac4ed1f4cb0ab13bdc02a3b6cfae1b977643cebe39e7de1deaa29e6ee1 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/candle.png b/Assets/Epic Toon FX/Textures/candle.png new file mode 100644 index 000000000..9b5ddd211 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0100b30dd1f78555e4a6f97ee37ca28efc3b4396b5e226d7a26522eb58556cd7 +size 15450 diff --git a/Assets/Epic Toon FX/Textures/candle.png.meta b/Assets/Epic Toon FX/Textures/candle.png.meta new file mode 100644 index 000000000..25e59f21d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb91f4f5601c12a40a607e6116c43c60d2bae8654c900ea369ecb6f133073646 +size 1387 diff --git a/Assets/Epic Toon FX/Textures/candle_blurry.png b/Assets/Epic Toon FX/Textures/candle_blurry.png new file mode 100644 index 000000000..215590b0c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_blurry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f076479e993412b2acef34002c2530f09e386b3b9fc7320f44315d02a10c06f4 +size 42377 diff --git a/Assets/Epic Toon FX/Textures/candle_blurry.png.meta b/Assets/Epic Toon FX/Textures/candle_blurry.png.meta new file mode 100644 index 000000000..4aba2b4fd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_blurry.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b9208bd48fe6cc13ff0cf9df2196066dfa59407f76c27bc66f0cd9408bb988 +size 2909 diff --git a/Assets/Epic Toon FX/Textures/candle_simple_colored.png b/Assets/Epic Toon FX/Textures/candle_simple_colored.png new file mode 100644 index 000000000..976779a64 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_simple_colored.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c2674c3c511e81243efb9ee4d609690eeae6ddb448eec1656747485d0a9c2e +size 37379 diff --git a/Assets/Epic Toon FX/Textures/candle_simple_colored.png.meta b/Assets/Epic Toon FX/Textures/candle_simple_colored.png.meta new file mode 100644 index 000000000..6ef292447 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_simple_colored.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb71a8f3e82602894cbaa7e3179ff1cff04c6a284c5db5466fcebd7e7a4083a +size 2917 diff --git a/Assets/Epic Toon FX/Textures/candle_simple_modular.png b/Assets/Epic Toon FX/Textures/candle_simple_modular.png new file mode 100644 index 000000000..c2af51d69 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_simple_modular.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192ddd027b37def5e72ae9e57e7dcc2555e803c6c556e77b62d0bb659a49da53 +size 10226 diff --git a/Assets/Epic Toon FX/Textures/candle_simple_modular.png.meta b/Assets/Epic Toon FX/Textures/candle_simple_modular.png.meta new file mode 100644 index 000000000..b00ce6e04 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_simple_modular.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e4aca09a97e88bb987ed38604f9ebd54a40e530b9b6b2f4b685e4a62fc0eca +size 2917 diff --git a/Assets/Epic Toon FX/Textures/candle_soft.png b/Assets/Epic Toon FX/Textures/candle_soft.png new file mode 100644 index 000000000..f06980f09 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6996e98ef7c4504531f91da20ca065a1ed23da665b31818279f7114f627b66db +size 57976 diff --git a/Assets/Epic Toon FX/Textures/candle_soft.png.meta b/Assets/Epic Toon FX/Textures/candle_soft.png.meta new file mode 100644 index 000000000..035e854f2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b76ac05cf8deb77888bd6eb84df5b5ff6bfd0a530238ad0e7a74fe253493fc +size 1392 diff --git a/Assets/Epic Toon FX/Textures/candle_soft2.png b/Assets/Epic Toon FX/Textures/candle_soft2.png new file mode 100644 index 000000000..f96a70e8b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_soft2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3a82575e0001bf290960772503ba5a08bd04fc062086587fd2974fa8f13364 +size 103563 diff --git a/Assets/Epic Toon FX/Textures/candle_soft2.png.meta b/Assets/Epic Toon FX/Textures/candle_soft2.png.meta new file mode 100644 index 000000000..a520c7e4d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_soft2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1b1854f413ea7e2667943d1850d3725effd4d6d5e971f7d35a7e64c4362a6f +size 1393 diff --git a/Assets/Epic Toon FX/Textures/candle_soft3.png b/Assets/Epic Toon FX/Textures/candle_soft3.png new file mode 100644 index 000000000..7d30bb3d1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_soft3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f992b90e9ff73c7a2d03cdc842bce5ddf83b0176b729772515b1fcafdab1479 +size 112193 diff --git a/Assets/Epic Toon FX/Textures/candle_soft3.png.meta b/Assets/Epic Toon FX/Textures/candle_soft3.png.meta new file mode 100644 index 000000000..d42d8afbd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/candle_soft3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80240daded92fe3a0bbcff8b21c1ead8e51fb859688561b5acb8f2f5bbbc6ff +size 2908 diff --git a/Assets/Epic Toon FX/Textures/cardglow06.png b/Assets/Epic Toon FX/Textures/cardglow06.png new file mode 100644 index 000000000..ebabb02ab --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cardglow06.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174da6d55189b86cb8d45e40b88e91d70aceda28fe6beef68609d53831461ca9 +size 831567 diff --git a/Assets/Epic Toon FX/Textures/cardglow06.png.meta b/Assets/Epic Toon FX/Textures/cardglow06.png.meta new file mode 100644 index 000000000..c54167065 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cardglow06.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ab6e4fc29098ee76cecf4c3d909ba4606faf84b9b9b9b4c3300dbca6a341da +size 2906 diff --git a/Assets/Epic Toon FX/Textures/cardglow07.png b/Assets/Epic Toon FX/Textures/cardglow07.png new file mode 100644 index 000000000..b19d579ea --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cardglow07.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5c0b04d325f184cfcaf0436f2122fd3ddd517b87a0cf6a918abc4cf107d0ed +size 292416 diff --git a/Assets/Epic Toon FX/Textures/cardglow07.png.meta b/Assets/Epic Toon FX/Textures/cardglow07.png.meta new file mode 100644 index 000000000..755b3a75d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cardglow07.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c769a650bc0f0cf72117b4ea986a608187a758ae6864df8cad1c7a46bcb2e11f +size 2906 diff --git a/Assets/Epic Toon FX/Textures/circle.png b/Assets/Epic Toon FX/Textures/circle.png new file mode 100644 index 000000000..f3c6a917f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4989e8ea90a9ed0e274db18021991be8a2a91d9dbe6c62c33466139abcc575d3 +size 6439 diff --git a/Assets/Epic Toon FX/Textures/circle.png.meta b/Assets/Epic Toon FX/Textures/circle.png.meta new file mode 100644 index 000000000..dddc1be70 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8105a7371efbff2e7e4998dd18e91e18ac7910f3a8a2e38756775d8c515a6664 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/circle_blurred.png b/Assets/Epic Toon FX/Textures/circle_blurred.png new file mode 100644 index 000000000..a44c674bd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_blurred.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a61c5b94e73367ded5d2e53b0c77c443adab851d5f4820d7b60367c2eccf5a +size 13186 diff --git a/Assets/Epic Toon FX/Textures/circle_blurred.png.meta b/Assets/Epic Toon FX/Textures/circle_blurred.png.meta new file mode 100644 index 000000000..b50c9b9ce --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_blurred.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3441f9341744e8756e4d214dbd7167cfd924fddb0a549de070e53662848048 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/circle_outlined.png b/Assets/Epic Toon FX/Textures/circle_outlined.png new file mode 100644 index 000000000..37670a528 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_outlined.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b973bfe294f427631c19353a1310b81fe1fb53f807d39fadb1b93e953e0693 +size 10188 diff --git a/Assets/Epic Toon FX/Textures/circle_outlined.png.meta b/Assets/Epic Toon FX/Textures/circle_outlined.png.meta new file mode 100644 index 000000000..a304f3f14 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_outlined.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253f3e19172308775c5ab11c1c065e5c2ce49ac46f09d21c23ef5fe2cf73d7cc +size 2911 diff --git a/Assets/Epic Toon FX/Textures/circle_sharp.png b/Assets/Epic Toon FX/Textures/circle_sharp.png new file mode 100644 index 000000000..9904957cb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_sharp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e35cd54d6dee57ff86963b77d303c585d9f21c215f00ec56bf27b5d43ad363 +size 6905 diff --git a/Assets/Epic Toon FX/Textures/circle_sharp.png.meta b/Assets/Epic Toon FX/Textures/circle_sharp.png.meta new file mode 100644 index 000000000..1a7635c9c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_sharp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c03d82a67d918ede4a9b2eb6ae29342f29e7dea6dd035c36d5513005b7a59e +size 2908 diff --git a/Assets/Epic Toon FX/Textures/circle_soft.png b/Assets/Epic Toon FX/Textures/circle_soft.png new file mode 100644 index 000000000..54a7fc085 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053c7c4b1ba199e784cf03f719c7eb7a76503551b3ea8b0c7291d7c28fc29ccf +size 17965 diff --git a/Assets/Epic Toon FX/Textures/circle_soft.png.meta b/Assets/Epic Toon FX/Textures/circle_soft.png.meta new file mode 100644 index 000000000..cdc31d44e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circle_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d633d4218fa820426c46379665d4f6d5abcf7403c130b0dbfeb0c7557b73d74 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/circlestretchy.png b/Assets/Epic Toon FX/Textures/circlestretchy.png new file mode 100644 index 000000000..350493aef --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circlestretchy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8559bc1dc24dcd80f184e0b5ec171a30e3ae7f183554882479a48a35a8412b2 +size 15384 diff --git a/Assets/Epic Toon FX/Textures/circlestretchy.png.meta b/Assets/Epic Toon FX/Textures/circlestretchy.png.meta new file mode 100644 index 000000000..24f397b0e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/circlestretchy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d966f5892e2afc45a4af0ebed797f08ecd0f443c568c40a2fd21a5b33e64e3de +size 1395 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_hard.png b/Assets/Epic Toon FX/Textures/cloud_2x2_hard.png new file mode 100644 index 000000000..c6793a263 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_hard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb13ade99e6b9804aaea0788eabe65ac441457e7d1897d71b83d4e9996f68b96 +size 12606 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_hard.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_hard.png.meta new file mode 100644 index 000000000..d42c7528e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_hard.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926ffdcaba818d1618df36eebcc8ac272089af3c68bb65ff0e2e8df02aa42635 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png b/Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png new file mode 100644 index 000000000..77a931aa0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2137cc9054cff3544406b28f730e966f71cddd9af6310dbb59de08be9c632fb3 +size 42579 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png.meta new file mode 100644 index 000000000..7a7d19c53 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_hard_softshadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e282dae167e1386911e01a33cbf09ff37ade6afd97a977e5248872a4169b578 +size 2921 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png b/Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png new file mode 100644 index 000000000..2c8785018 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d422e0578bfa430fe0e83d119aa295b56a5c11b480cad99ada247e61309dc2 +size 25508 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png.meta new file mode 100644 index 000000000..15407fdd2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_hardshadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae427a10b5e803209cb3ca9cf8f48c1574e942c19ee51119ceb627b80004d7e +size 1401 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png b/Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png new file mode 100644 index 000000000..ae9d7dfd5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e6e2122a1254c6a56daa2a1d7ee72e19df510c617ce1833cf75554018116a2 +size 38299 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png.meta new file mode 100644 index 000000000..20f2b61a4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_outlined.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bc4fb69d39c5bb5f9620487dc198410061e5c73d27f4027417b1c851c6d836 +size 2914 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_soft.png b/Assets/Epic Toon FX/Textures/cloud_2x2_soft.png new file mode 100644 index 000000000..ba5885682 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a5308011ced406f68c4cf0cc4466dcf0d078dad5b21b1aa151d4552c90aa7e +size 179742 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_soft.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_soft.png.meta new file mode 100644 index 000000000..a13e6ed2a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33964c73e73c38db58edef747c994aa18bfd5f6752e86a6e9b6efa5b07d7ead8 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png b/Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png new file mode 100644 index 000000000..277c2d0ca --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b74d41a04f9f2795159a220f1e2e8cdd70e0b1df40c1f336ed6b28532de64d +size 179394 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png.meta new file mode 100644 index 000000000..4053a7e78 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_soft2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01040ef6a4b1e3df2179e748800dd3c1cb67a4b4e3d397eef42f3ccdbd06b12 +size 2911 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png b/Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png new file mode 100644 index 000000000..1197b2158 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcc537e40da7140dec745082d70a37391a0161a7f576063436b98bfedc130ab +size 67638 diff --git a/Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png.meta b/Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png.meta new file mode 100644 index 000000000..289a15ae2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_2x2_soft_translucent.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b301c133557bc2a0310e485ec6383f22b146ef5f5170dfe3e3585200c49acf54 +size 2922 diff --git a/Assets/Epic Toon FX/Textures/cloud_magic.png b/Assets/Epic Toon FX/Textures/cloud_magic.png new file mode 100644 index 000000000..d33d9476a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_magic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38f5eb881d1dc6ffe57b20ae127779cef6eaa4c33f0a604cbe8fc4e758cbbc8 +size 28476 diff --git a/Assets/Epic Toon FX/Textures/cloud_magic.png.meta b/Assets/Epic Toon FX/Textures/cloud_magic.png.meta new file mode 100644 index 000000000..3fbb61415 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_magic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648b25377b9b455c372fa0ff3f2dda00ab793397869c8b9e945a0f8dac36f366 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png b/Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png new file mode 100644 index 000000000..01a5b77d8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a7d280997b2c0c9c76a73c83672ba49ce4cea409f8f71ddace2d31f1deb256 +size 118825 diff --git a/Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png.meta b/Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png.meta new file mode 100644 index 000000000..1c4eb52b5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_magic_fluffy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34734384564e0a934bb0edc7d98047c44900154ae0a276c54c9b4dcd66e350f9 +size 2914 diff --git a/Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png b/Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png new file mode 100644 index 000000000..952cdcbfb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78f7a4b1d938f95f4980f92c312863e44e983366066fd6f878b672fa67889bd +size 42517 diff --git a/Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png.meta b/Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png.meta new file mode 100644 index 000000000..c367537d0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/cloud_magic_softshadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8794ee189801006189254c4a1e949fd11755dd359e61171fe117768287b0b95c +size 2918 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic2_soft.png b/Assets/Epic Toon FX/Textures/clouds_magic2_soft.png new file mode 100644 index 000000000..5a3fddbe2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic2_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6b599130d8fa51e171195cc107ddf315106f60bd98274f5e34b3d2ddf2b05d +size 54849 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic2_soft.png.meta b/Assets/Epic Toon FX/Textures/clouds_magic2_soft.png.meta new file mode 100644 index 000000000..7b1cb9b58 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic2_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36405bd29e5a17754d7c19d43b16943b27949a243139222f859f6cac3633c0ef +size 2914 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png b/Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png new file mode 100644 index 000000000..2ad58c5c8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6768e1fb5fec4f916d2c826651f3f01dfcdf3422b92ed93d5518533f26c8ea +size 56230 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png.meta b/Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png.meta new file mode 100644 index 000000000..c1b220971 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic2_soft_inv.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed78916ad6d27175b892eca5c9da57800b9167c47dc8173235c6d61fffe4a390 +size 2918 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic_2x2.png b/Assets/Epic Toon FX/Textures/clouds_magic_2x2.png new file mode 100644 index 000000000..6b5f8b6f5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic_2x2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163f87e409b4102dc000de584a425ef9109d423aab76542e8ef748440a822c20 +size 137802 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic_2x2.png.meta b/Assets/Epic Toon FX/Textures/clouds_magic_2x2.png.meta new file mode 100644 index 000000000..40b163654 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic_2x2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d8b8dec5453c7de38affff57996d8c4fa0733cc6a1298fa34d6631e812fce7 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png b/Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png new file mode 100644 index 000000000..2dbd3f22d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455742342acd12a51b15b4e2c193a00240ac928aab32b8cb1d6fafd3ff7ef1c0 +size 201799 diff --git a/Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png.meta b/Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png.meta new file mode 100644 index 000000000..71425be67 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/clouds_magic_ss_2x2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d03bee9933aefc927b490e8b0b1390de2cf643773cd4bcb56ecfb76248a0ec +size 2915 diff --git a/Assets/Epic Toon FX/Textures/coins.png b/Assets/Epic Toon FX/Textures/coins.png new file mode 100644 index 000000000..c0de1bd6f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/coins.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b64f976e94fd850c531a9ffc4313ec2c6c9a65337f1595136c6cdbea1e95d0 +size 9483 diff --git a/Assets/Epic Toon FX/Textures/coins.png.meta b/Assets/Epic Toon FX/Textures/coins.png.meta new file mode 100644 index 000000000..17bbebebd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/coins.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d15ffe66a829c548007fdd68806f17e712f40898dba128df2a0feae37de0ab6 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/coins_outline.png b/Assets/Epic Toon FX/Textures/coins_outline.png new file mode 100644 index 000000000..1c6322267 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/coins_outline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b45471ea93430968060fa525191cddc4c20b2709c2bc670290b350b765c7a4a +size 12704 diff --git a/Assets/Epic Toon FX/Textures/coins_outline.png.meta b/Assets/Epic Toon FX/Textures/coins_outline.png.meta new file mode 100644 index 000000000..73011edb7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/coins_outline.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82a3151bc83e6d280168d639bebe966addf9374b46e42a30fc531f60a7ab673 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/confetti.png b/Assets/Epic Toon FX/Textures/confetti.png new file mode 100644 index 000000000..e2fd9c9b7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/confetti.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26d01cb57aab60a18cf5a30c169ceeb20a5dcbe165609583c3fa01a65f21643 +size 62810 diff --git a/Assets/Epic Toon FX/Textures/confetti.png.meta b/Assets/Epic Toon FX/Textures/confetti.png.meta new file mode 100644 index 000000000..c164cf619 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/confetti.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c05095ae7887e78a862f45a2c66927832651d04f55edbfe921eff3b2172c8a +size 1389 diff --git a/Assets/Epic Toon FX/Textures/confetti_outlined.png b/Assets/Epic Toon FX/Textures/confetti_outlined.png new file mode 100644 index 000000000..85ebb6636 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/confetti_outlined.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9c936abddcf681dbaeeb6fd37cd4b6e166124a0b655ebec86009e5f36f2dc2 +size 74970 diff --git a/Assets/Epic Toon FX/Textures/confetti_outlined.png.meta b/Assets/Epic Toon FX/Textures/confetti_outlined.png.meta new file mode 100644 index 000000000..9c3d9667f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/confetti_outlined.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13549fe7836f18d3812e032ae8f004934ee084dbda2da53e2fdd638c2980ff4 +size 2913 diff --git a/Assets/Epic Toon FX/Textures/decal_atlas.png b/Assets/Epic Toon FX/Textures/decal_atlas.png new file mode 100644 index 000000000..bbd26c684 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/decal_atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba38af9c23b499edf1afd96d3baf795babf06894de97c0adde36c591452a3a57 +size 413137 diff --git a/Assets/Epic Toon FX/Textures/decal_atlas.png.meta b/Assets/Epic Toon FX/Textures/decal_atlas.png.meta new file mode 100644 index 000000000..3e53bdf0d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/decal_atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d7709e982ccd6b6fd28a993f022c4e3535ded7b5f153c889be7b9b0a1d29c3 +size 2907 diff --git a/Assets/Epic Toon FX/Textures/decal_gibs.png b/Assets/Epic Toon FX/Textures/decal_gibs.png new file mode 100644 index 000000000..bcf194ad1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/decal_gibs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20938d778f526718d5cbc3d4d21cc830951dd4af64e941118fb451fd0983d22 +size 272780 diff --git a/Assets/Epic Toon FX/Textures/decal_gibs.png.meta b/Assets/Epic Toon FX/Textures/decal_gibs.png.meta new file mode 100644 index 000000000..6e503ad94 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/decal_gibs.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d89e88ca1cb242df49633585818f531de7543748a25e6c4995bd392d2a22b4 +size 2906 diff --git a/Assets/Epic Toon FX/Textures/decal_scorch.png b/Assets/Epic Toon FX/Textures/decal_scorch.png new file mode 100644 index 000000000..9a64c97c5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/decal_scorch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1fe11c3058d6d66136cf62fbeff950337a7fe08ad59b7d20246d7ca95938b1 +size 76506 diff --git a/Assets/Epic Toon FX/Textures/decal_scorch.png.meta b/Assets/Epic Toon FX/Textures/decal_scorch.png.meta new file mode 100644 index 000000000..2b5a15475 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/decal_scorch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79328f56e98074e5fe3be420e25e6637e7dab3beea55077e87037409fff534c +size 2908 diff --git a/Assets/Epic Toon FX/Textures/drop_opaque.png b/Assets/Epic Toon FX/Textures/drop_opaque.png new file mode 100644 index 000000000..6e59dd209 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/drop_opaque.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288f66e7089156b4d720b8eb6f884ee34ecadf399146c763c86d6ad7b80ac81e +size 25717 diff --git a/Assets/Epic Toon FX/Textures/drop_opaque.png.meta b/Assets/Epic Toon FX/Textures/drop_opaque.png.meta new file mode 100644 index 000000000..df336c5b5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/drop_opaque.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9286ac05269b98cc79db929497877edcd0e47a7f8052bf822dd3a228f61c952f +size 2907 diff --git a/Assets/Epic Toon FX/Textures/drop_trsp.png b/Assets/Epic Toon FX/Textures/drop_trsp.png new file mode 100644 index 000000000..c577d1496 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/drop_trsp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e25a36ed5e22111f339d2baa8362cbe7e9f33321fb691929ce06de8ae9a6c06 +size 46339 diff --git a/Assets/Epic Toon FX/Textures/drop_trsp.png.meta b/Assets/Epic Toon FX/Textures/drop_trsp.png.meta new file mode 100644 index 000000000..98be44339 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/drop_trsp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc165370cc93be71f63e3da16e400690deae4b0cf36547c8ad15a2ec3390475b +size 2905 diff --git a/Assets/Epic Toon FX/Textures/evil_spirit.png b/Assets/Epic Toon FX/Textures/evil_spirit.png new file mode 100644 index 000000000..95f8b6386 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/evil_spirit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0da54c92b65711b8b32f5fc05e1ae8bca957aaef93dffcbb5d9dda5c63eed0 +size 101501 diff --git a/Assets/Epic Toon FX/Textures/evil_spirit.png.meta b/Assets/Epic Toon FX/Textures/evil_spirit.png.meta new file mode 100644 index 000000000..9e2f472b4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/evil_spirit.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d6c6e9c6eaf8dbf5956904e503f5e0fb75b96b3fe96e71cdd67f28c12fce48 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/evil_spirit2.png b/Assets/Epic Toon FX/Textures/evil_spirit2.png new file mode 100644 index 000000000..6863781ba --- /dev/null +++ b/Assets/Epic Toon FX/Textures/evil_spirit2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84191922bea955ce11ffc627c86e356b97d55afc051cb8ab593e5546a22ef2d1 +size 99753 diff --git a/Assets/Epic Toon FX/Textures/evil_spirit2.png.meta b/Assets/Epic Toon FX/Textures/evil_spirit2.png.meta new file mode 100644 index 000000000..9cde682cb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/evil_spirit2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ac613946aa4b8328828a3e2fffde411578618b598dffb54a36ac50a39f6e29 +size 1393 diff --git a/Assets/Epic Toon FX/Textures/evil_spirit3.png b/Assets/Epic Toon FX/Textures/evil_spirit3.png new file mode 100644 index 000000000..3f932bd5c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/evil_spirit3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063b6d89435095459ab636e4ba6a486a0afdfdde693ae28d1265e98d9ab0aa5 +size 101317 diff --git a/Assets/Epic Toon FX/Textures/evil_spirit3.png.meta b/Assets/Epic Toon FX/Textures/evil_spirit3.png.meta new file mode 100644 index 000000000..0e87954dd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/evil_spirit3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929fda9a0054871d3684827a7cab504f11fb627c95c655b7abbcd407d158929f +size 1393 diff --git a/Assets/Epic Toon FX/Textures/explosion.png b/Assets/Epic Toon FX/Textures/explosion.png new file mode 100644 index 000000000..6afb2ded5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f06dd95cb105316961ce965f30aad5e543e8202f34f6e0fc4dd1ae9cdaff10 +size 25316 diff --git a/Assets/Epic Toon FX/Textures/explosion.png.meta b/Assets/Epic Toon FX/Textures/explosion.png.meta new file mode 100644 index 000000000..b5add9e73 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4293b56d00739eada48ee16bbcde1402945b5b3032a24d6b7eb247084868e751 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/explosion_round2_3x3.png b/Assets/Epic Toon FX/Textures/explosion_round2_3x3.png new file mode 100644 index 000000000..1f9855f2e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round2_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93438d2aa70741023ae708a2573d397bc7d110daece4d63f64822749fc00e64 +size 43967 diff --git a/Assets/Epic Toon FX/Textures/explosion_round2_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_round2_3x3.png.meta new file mode 100644 index 000000000..8bdcc362c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round2_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e638c48b965a06ce46e28ec8356d2f58fc8d6c35552551d27c0eb9ecd54de1 +size 2916 diff --git a/Assets/Epic Toon FX/Textures/explosion_round3_3x3.png b/Assets/Epic Toon FX/Textures/explosion_round3_3x3.png new file mode 100644 index 000000000..b0534848a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round3_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a38b2d0d554642538996a63455fe9a067ffd902dd7c7ae5ef9fdcf2d29b1086 +size 118481 diff --git a/Assets/Epic Toon FX/Textures/explosion_round3_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_round3_3x3.png.meta new file mode 100644 index 000000000..9bb992bee --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round3_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd50fc69e03b02e3668776ea470f9d2c003741e91e01f7c7b4e7a849408613a +size 2916 diff --git a/Assets/Epic Toon FX/Textures/explosion_round_3x3.png b/Assets/Epic Toon FX/Textures/explosion_round_3x3.png new file mode 100644 index 000000000..8837cd019 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7979d88eb3e9db362d1a129e290cf4bbe98210156f7404e921ef2d6e4e77136e +size 33906 diff --git a/Assets/Epic Toon FX/Textures/explosion_round_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_round_3x3.png.meta new file mode 100644 index 000000000..bf79519aa --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeea9d9ce7ddf3c0f9fc5c7708e9016fb7022cbcab6305bf8f3e50313071333a +size 1400 diff --git a/Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png b/Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png new file mode 100644 index 000000000..adca282e2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebad2192da55cae13fab924c7fc7b7b45c0fe345d8747fff77a796f94b4490ed +size 73896 diff --git a/Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png.meta new file mode 100644 index 000000000..cc2e99900 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round_outlined_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc716efe74fdde0be69f819e7a22a5e002d887090b1e7073c1e8486bdc36e93 +size 2924 diff --git a/Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png b/Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png new file mode 100644 index 000000000..9d2135dc8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88710d449174bb200c38d3f56a013ebfe4d79ae5cdc143806f420790e3886c65 +size 51845 diff --git a/Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png.meta new file mode 100644 index 000000000..7eba53ed0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_round_softshadow_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae07bb2f9ba7dfbd811f234b99929bb4892a247b39bd9e08b3fcf2406e49b62 +size 2926 diff --git a/Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png b/Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png new file mode 100644 index 000000000..65bb0b4f8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b3723b5d15d11ecbefe07e0cb7142ef151e8aadc4297622a854a26dc3c4908 +size 80796 diff --git a/Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png.meta new file mode 100644 index 000000000..ce764ef41 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_sharp_flat_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74045c5a522602ac5091a701375da13811c5b055cac8cbb9087e6b59f275ea5 +size 2920 diff --git a/Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png b/Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png new file mode 100644 index 000000000..bd10a93b1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a81312b00962519d4441da88e19c213453a7364637ac8cb5af963c79fc08952 +size 283395 diff --git a/Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png.meta b/Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png.meta new file mode 100644 index 000000000..6b8a14b82 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_sharp_soft_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9eca1e41a87e3fe325f6498da654d014b4840fd13511c29d072b41ffb6b2eb +size 2920 diff --git a/Assets/Epic Toon FX/Textures/explosion_spike01.png b/Assets/Epic Toon FX/Textures/explosion_spike01.png new file mode 100644 index 000000000..a9466f92b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_spike01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee582d3f1a11adc9756a0ff2877c5862d26a64156dc7662c7b99697be54e913 +size 237372 diff --git a/Assets/Epic Toon FX/Textures/explosion_spike01.png.meta b/Assets/Epic Toon FX/Textures/explosion_spike01.png.meta new file mode 100644 index 000000000..47dd1c05a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_spike01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f11dba62b9a0b6c36bd94e4e04a55b1acb1ee266d3d50e0df71a3c01fd35ad6 +size 2913 diff --git a/Assets/Epic Toon FX/Textures/explosion_spike02.png b/Assets/Epic Toon FX/Textures/explosion_spike02.png new file mode 100644 index 000000000..4404e4b32 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_spike02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e90ffbe739e63831a38b26072b0aa528b1032c50c71e30d1c284dffa87b37c +size 227855 diff --git a/Assets/Epic Toon FX/Textures/explosion_spike02.png.meta b/Assets/Epic Toon FX/Textures/explosion_spike02.png.meta new file mode 100644 index 000000000..b787683dd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_spike02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0f29dac5c604ad29e51b1c6ccf84e6241c880f8315e748dde425d6efa8811d +size 2913 diff --git a/Assets/Epic Toon FX/Textures/explosion_spike03.png b/Assets/Epic Toon FX/Textures/explosion_spike03.png new file mode 100644 index 000000000..b0d6d5165 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_spike03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c1d834be3b1b304bfbbb829a6918a60d10e933fefc3b5013f9b6e52da5c68c +size 164485 diff --git a/Assets/Epic Toon FX/Textures/explosion_spike03.png.meta b/Assets/Epic Toon FX/Textures/explosion_spike03.png.meta new file mode 100644 index 000000000..de0cb17a9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/explosion_spike03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93540f72fed162d483fec00d06a09f1b789e35fbb87e0d8c4a7c4e0fd8c95b6c +size 2913 diff --git a/Assets/Epic Toon FX/Textures/feather.png b/Assets/Epic Toon FX/Textures/feather.png new file mode 100644 index 000000000..587c36a9b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/feather.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5224b5b4c6d507b5a4d7674ea6e4b77af14cf8ce185d8962564e1c442ff0b354 +size 19927 diff --git a/Assets/Epic Toon FX/Textures/feather.png.meta b/Assets/Epic Toon FX/Textures/feather.png.meta new file mode 100644 index 000000000..9cb3d90b5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/feather.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f8573e4a1c2d974d74211d88633e8b74d3f1f355f70964e7e09f5605ce1974 +size 1388 diff --git a/Assets/Epic Toon FX/Textures/feather_outlined.png b/Assets/Epic Toon FX/Textures/feather_outlined.png new file mode 100644 index 000000000..0834781d7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/feather_outlined.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c785fb5479dbb73fab54e3f2275e3b36ea8564600fe0d70b7feffbe2240fd152 +size 27426 diff --git a/Assets/Epic Toon FX/Textures/feather_outlined.png.meta b/Assets/Epic Toon FX/Textures/feather_outlined.png.meta new file mode 100644 index 000000000..5cd809fb5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/feather_outlined.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb711892eea3c921e6470280b7aa46b581082b82018c2e326fd1548cb45a53 +size 1397 diff --git a/Assets/Epic Toon FX/Textures/fire2_6x3.png b/Assets/Epic Toon FX/Textures/fire2_6x3.png new file mode 100644 index 000000000..7b5d42492 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire2_6x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47a85f3cdcb55f84379f05a5e84629347494b1b80b23f0b25547010a8ebfdf6 +size 268568 diff --git a/Assets/Epic Toon FX/Textures/fire2_6x3.png.meta b/Assets/Epic Toon FX/Textures/fire2_6x3.png.meta new file mode 100644 index 000000000..7c587a46a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire2_6x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4f3e881fa117a4910130a3a797f8c83e4f6ff76692d7c257f1a3bc5f34cd90 +size 2905 diff --git a/Assets/Epic Toon FX/Textures/fire_6x3.png b/Assets/Epic Toon FX/Textures/fire_6x3.png new file mode 100644 index 000000000..c626ebefd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_6x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6dc106a62932661e8c563a6895ed43cd560f5c30c1a9bf9d10c5eed033d44f9 +size 102420 diff --git a/Assets/Epic Toon FX/Textures/fire_6x3.png.meta b/Assets/Epic Toon FX/Textures/fire_6x3.png.meta new file mode 100644 index 000000000..a6dde9183 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_6x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ebbb5b5c093be5e9f5f91e634a3bfeb0c6643024df0cee1e318ddb544fec1a +size 2904 diff --git a/Assets/Epic Toon FX/Textures/fire_ground3x3.png b/Assets/Epic Toon FX/Textures/fire_ground3x3.png new file mode 100644 index 000000000..a90ec9a54 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_ground3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af61774a1e4e620b713bd8762e6a24ab5e222617636f044041d79dee5e7c1b87 +size 9828 diff --git a/Assets/Epic Toon FX/Textures/fire_ground3x3.png.meta b/Assets/Epic Toon FX/Textures/fire_ground3x3.png.meta new file mode 100644 index 000000000..86db80314 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_ground3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891c6ab3008ce21856b4a543785adb1cc07647ce25fb0ac695786fc58ef811dd +size 1395 diff --git a/Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png b/Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png new file mode 100644 index 000000000..96e4c3283 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c5deb7c9a52a8ad729dae59961a3e161e324f0241371b5aee705ae378846db +size 23801 diff --git a/Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png.meta b/Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png.meta new file mode 100644 index 000000000..ef5c34cd4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_ground_soft3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a6c0ca29a06ff0b2a4054ad1b4a9da12a146b254b75b3f5feb032b4a6a27aa +size 1400 diff --git a/Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png b/Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png new file mode 100644 index 000000000..c2d747c05 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b759dde6bcfab87e627cbab2d93b78b8d0dfe7269a12d36c235bada428d632bb +size 32270 diff --git a/Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png.meta b/Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png.meta new file mode 100644 index 000000000..ad71cbd44 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_ground_softer3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db108162af30db883b185e86987314e9613dedc35013243db70854baebf60ca1 +size 1402 diff --git a/Assets/Epic Toon FX/Textures/fire_soft.png b/Assets/Epic Toon FX/Textures/fire_soft.png new file mode 100644 index 000000000..fa1cdbea7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff93521232505cddc7fddf7e8469b460115a705900126d635989c347a2177c01 +size 269912 diff --git a/Assets/Epic Toon FX/Textures/fire_soft.png.meta b/Assets/Epic Toon FX/Textures/fire_soft.png.meta new file mode 100644 index 000000000..e4333d234 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b319f85e399d80d13479309231ab2b0219827d111665c02995bbeb31c05a54a8 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/fire_soft_blank.png b/Assets/Epic Toon FX/Textures/fire_soft_blank.png new file mode 100644 index 000000000..195b4765f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_soft_blank.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4419104543cb147202edf09ab53918866ec1a28694971a12b166bf253a342fef +size 261390 diff --git a/Assets/Epic Toon FX/Textures/fire_soft_blank.png.meta b/Assets/Epic Toon FX/Textures/fire_soft_blank.png.meta new file mode 100644 index 000000000..daa196032 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_soft_blank.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d13dccfdda90e8b905f678fbad5987366edc5edca82df0dd42a26092cffad8 +size 1396 diff --git a/Assets/Epic Toon FX/Textures/fire_soft_spiky.png b/Assets/Epic Toon FX/Textures/fire_soft_spiky.png new file mode 100644 index 000000000..3ab7460b0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_soft_spiky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e200349b415e8d75f1621a5a636437e694d7408cb84240470c8a8bc304c8b6a5 +size 91010 diff --git a/Assets/Epic Toon FX/Textures/fire_soft_spiky.png.meta b/Assets/Epic Toon FX/Textures/fire_soft_spiky.png.meta new file mode 100644 index 000000000..9d6281efa --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fire_soft_spiky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc0f96ec778f4fc39c8a010d9d931f510a103f0683f208772357b608723f265 +size 1396 diff --git a/Assets/Epic Toon FX/Textures/fireball.png b/Assets/Epic Toon FX/Textures/fireball.png new file mode 100644 index 000000000..6e258f104 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fireball.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e32ef29c9399f614e39c48a6666ac81b47e2df05ca73aac49d06873d3c6719 +size 42342 diff --git a/Assets/Epic Toon FX/Textures/fireball.png.meta b/Assets/Epic Toon FX/Textures/fireball.png.meta new file mode 100644 index 000000000..f1c0cdb79 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fireball.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320d3918e7167a0d693120ad063340297ac095ee196d89649fb1f401958b1d7d +size 2904 diff --git a/Assets/Epic Toon FX/Textures/fireball2.png b/Assets/Epic Toon FX/Textures/fireball2.png new file mode 100644 index 000000000..aa99ee427 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fireball2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5db4665e4302e0855d77ea048aa8cbbb4aa59e6d448024b42a3b5abf91bd72 +size 52995 diff --git a/Assets/Epic Toon FX/Textures/fireball2.png.meta b/Assets/Epic Toon FX/Textures/fireball2.png.meta new file mode 100644 index 000000000..f588e851a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fireball2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd94039ad7739328253446f9804db95f57e2b385b6136eb98758776575fc1dd +size 2905 diff --git a/Assets/Epic Toon FX/Textures/fruits.png b/Assets/Epic Toon FX/Textures/fruits.png new file mode 100644 index 000000000..23f148912 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fruits.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6bb705963479678a339ef07dbf2c32ab24f339705708cebc0816bc647e4fc5 +size 464365 diff --git a/Assets/Epic Toon FX/Textures/fruits.png.meta b/Assets/Epic Toon FX/Textures/fruits.png.meta new file mode 100644 index 000000000..2037ed87e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fruits.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29b2e5a56d76b59f9d9b250bd0ebb62361259f49cd75a886f276135364e45f1 +size 2888 diff --git a/Assets/Epic Toon FX/Textures/fruitslices.png b/Assets/Epic Toon FX/Textures/fruitslices.png new file mode 100644 index 000000000..283fb646b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fruitslices.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632289b8e7da44981c592088b4df88a82183d961f754febe527c0a04f969c798 +size 399212 diff --git a/Assets/Epic Toon FX/Textures/fruitslices.png.meta b/Assets/Epic Toon FX/Textures/fruitslices.png.meta new file mode 100644 index 000000000..6287668d4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/fruitslices.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a35f8dc739e5259a8bfad0d042905f27fa87a4295770925a582703257a12ef7 +size 2893 diff --git a/Assets/Epic Toon FX/Textures/glow1.png b/Assets/Epic Toon FX/Textures/glow1.png new file mode 100644 index 000000000..eca83819d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09add033266af5fc6194eb912aaf349813f26598ebe37ccc98300cd11146e822 +size 65262 diff --git a/Assets/Epic Toon FX/Textures/glow1.png.meta b/Assets/Epic Toon FX/Textures/glow1.png.meta new file mode 100644 index 000000000..e7785d952 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7f2b0930e5b4fd0bbbfc662534b13742dd14e1a152ab0f82bb900f483481ac +size 1386 diff --git a/Assets/Epic Toon FX/Textures/glow2.png b/Assets/Epic Toon FX/Textures/glow2.png new file mode 100644 index 000000000..afd645980 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7203c9376aedd691b7a6ad2ddefd7dbceba4ee292cdd5dac9db3650e7dc8e13 +size 94893 diff --git a/Assets/Epic Toon FX/Textures/glow2.png.meta b/Assets/Epic Toon FX/Textures/glow2.png.meta new file mode 100644 index 000000000..fb9082182 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d38cbde7847ea22c50d2796197ef43395c919f1d29e598785d3ccbabdb70a4c +size 1386 diff --git a/Assets/Epic Toon FX/Textures/glow3.png b/Assets/Epic Toon FX/Textures/glow3.png new file mode 100644 index 000000000..e08e2ef4d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be09b02b9b5fe9600463a4d6bc96caed561329e09005fef74417ab070e9d1e5c +size 39376 diff --git a/Assets/Epic Toon FX/Textures/glow3.png.meta b/Assets/Epic Toon FX/Textures/glow3.png.meta new file mode 100644 index 000000000..0c2b69470 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8640cecb5359bad0533bf99f362979f5545b8339bef51d9bfc6f4599b482d8d0 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/glow4.png b/Assets/Epic Toon FX/Textures/glow4.png new file mode 100644 index 000000000..973dc2262 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c7ae342d8ffa919cda8923b5cd1255101489bf7ca03c6d1430561a9efed42c +size 55191 diff --git a/Assets/Epic Toon FX/Textures/glow4.png.meta b/Assets/Epic Toon FX/Textures/glow4.png.meta new file mode 100644 index 000000000..a62d7e06d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e1ce275c09135a357027869ae5740c86cd820500358d95a1f601318dc14470 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/glow5.png b/Assets/Epic Toon FX/Textures/glow5.png new file mode 100644 index 000000000..27d8d98b2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c24726a9f6902dca15e7e57b35006cb28b105b3b87cb090610561716b684b42 +size 64621 diff --git a/Assets/Epic Toon FX/Textures/glow5.png.meta b/Assets/Epic Toon FX/Textures/glow5.png.meta new file mode 100644 index 000000000..70425424f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5123f08b3b068e9a9d00b3ec450d8688f5e2e52306e3867041d3c8220d1a495 +size 2901 diff --git a/Assets/Epic Toon FX/Textures/glow6.png b/Assets/Epic Toon FX/Textures/glow6.png new file mode 100644 index 000000000..c74342867 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0e86630cd015a88dc841c8e76fe77d7706693a40d970e36ff095c131b4b07f +size 85339 diff --git a/Assets/Epic Toon FX/Textures/glow6.png.meta b/Assets/Epic Toon FX/Textures/glow6.png.meta new file mode 100644 index 000000000..81327e075 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/glow6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8cb8677844140df737bc1ec2322369f5b11ee9bb4c46273502f22e558cdd91 +size 2901 diff --git a/Assets/Epic Toon FX/Textures/grab1.png b/Assets/Epic Toon FX/Textures/grab1.png new file mode 100644 index 000000000..b0e3e513c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/grab1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ec1b7930c53508022ad25a34d892b53629317914b6f7b347b22d86544efa42 +size 42518 diff --git a/Assets/Epic Toon FX/Textures/grab1.png.meta b/Assets/Epic Toon FX/Textures/grab1.png.meta new file mode 100644 index 000000000..b83c03253 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/grab1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cf3104eb6ac94baf83ffc3170190597b253be15d067946d0f02a8bde04bfb4 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/grab2.png b/Assets/Epic Toon FX/Textures/grab2.png new file mode 100644 index 000000000..b22a34adc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/grab2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37101883db2b3461fdf13f072118a561c2f979073ab1e077a7f690a6c303268d +size 87134 diff --git a/Assets/Epic Toon FX/Textures/grab2.png.meta b/Assets/Epic Toon FX/Textures/grab2.png.meta new file mode 100644 index 000000000..8a1394f73 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/grab2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f532742392982a58df3312854179b6638ab04ba674b87baca1ad7f23e68c90 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/gradient_bw.png b/Assets/Epic Toon FX/Textures/gradient_bw.png new file mode 100644 index 000000000..d1cfe4d10 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_bw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6975813d27da17d0640e595a4d0ac30eb1605d29c8a0164b78e326224f02b7e3 +size 3537 diff --git a/Assets/Epic Toon FX/Textures/gradient_bw.png.meta b/Assets/Epic Toon FX/Textures/gradient_bw.png.meta new file mode 100644 index 000000000..66cd400a8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_bw.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecea270b360a80311f573ab529866598e07e10e4738f58eb4b0068cf5cc02343 +size 1871 diff --git a/Assets/Epic Toon FX/Textures/gradient_circle.png b/Assets/Epic Toon FX/Textures/gradient_circle.png new file mode 100644 index 000000000..17a8cc3d1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd91ac1e4c4a7ed1c2a2cf76e869b71e7a083126a9ccf02ca16aea74cc6c46c +size 35840 diff --git a/Assets/Epic Toon FX/Textures/gradient_circle.png.meta b/Assets/Epic Toon FX/Textures/gradient_circle.png.meta new file mode 100644 index 000000000..b7e3f0623 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86913389bc6052c6f90d9bb8f15f9a8179b24da62b06e7dc7edf09671f4d88d +size 2911 diff --git a/Assets/Epic Toon FX/Textures/gradient_edges.png b/Assets/Epic Toon FX/Textures/gradient_edges.png new file mode 100644 index 000000000..40b01d767 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_edges.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325395a609e02cd788d299d62869deb600d3e9b8de17b56a0eca9b0fc5cd9ba9 +size 4751 diff --git a/Assets/Epic Toon FX/Textures/gradient_edges.png.meta b/Assets/Epic Toon FX/Textures/gradient_edges.png.meta new file mode 100644 index 000000000..dac7bb4eb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_edges.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c6c6c2782a594ce3a74b03e519d1b40a50a0edea73f5f6a7f1f28f1e710fa0 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/gradient_horizontal.png b/Assets/Epic Toon FX/Textures/gradient_horizontal.png new file mode 100644 index 000000000..21a118ddc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_horizontal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b7f973edb6efca9b4a62bea751deb7651a780a70d6ac0807683f7d5359d8bb +size 4751 diff --git a/Assets/Epic Toon FX/Textures/gradient_horizontal.png.meta b/Assets/Epic Toon FX/Textures/gradient_horizontal.png.meta new file mode 100644 index 000000000..d25c35c8a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_horizontal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09116d1cc5d5ce14c9e391e2e0f9185536cc09b8ac804f66950d8ccd488ace8 +size 1400 diff --git a/Assets/Epic Toon FX/Textures/gradient_vertical.png b/Assets/Epic Toon FX/Textures/gradient_vertical.png new file mode 100644 index 000000000..175718dae --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_vertical.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cfdb5c9c4b83b301df683b10bdc3618f4e0bf54f12e7d2609ae6d013b9cc0e +size 2397 diff --git a/Assets/Epic Toon FX/Textures/gradient_vertical.png.meta b/Assets/Epic Toon FX/Textures/gradient_vertical.png.meta new file mode 100644 index 000000000..fc5c3ac22 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_vertical.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80745d3e438d28b7696620b110f8b77417f3d8082f85b6341ca78e51b0a77442 +size 1398 diff --git a/Assets/Epic Toon FX/Textures/gradient_vertical2.png b/Assets/Epic Toon FX/Textures/gradient_vertical2.png new file mode 100644 index 000000000..1284d960b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_vertical2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f57cf69ab36b115bbdd5ed8dafbef54c6b3edd935ac047ed4b08b801cab9df +size 54446 diff --git a/Assets/Epic Toon FX/Textures/gradient_vertical2.png.meta b/Assets/Epic Toon FX/Textures/gradient_vertical2.png.meta new file mode 100644 index 000000000..84267f48e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_vertical2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7e94f698459c0621193a022479dab3a0b02a72891239a6064eb5aab2e4e97a +size 1399 diff --git a/Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png b/Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png new file mode 100644 index 000000000..16200b2a2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a496dbc14325f38690be4fe4de892580b902c14cc822b710c291b47e182ccb82 +size 47369 diff --git a/Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png.meta b/Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png.meta new file mode 100644 index 000000000..c22308c72 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/gradient_vertical_spiky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537713d232e9f0ac94bf20de40614fceb57339b062f74de71ab510742c2ff51c +size 2917 diff --git a/Assets/Epic Toon FX/Textures/healing.png b/Assets/Epic Toon FX/Textures/healing.png new file mode 100644 index 000000000..5399ba06f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/healing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641ac1109fbffab17514bae350edbd6a65987b5796a87a07b3aa4ba11bc1fe2e +size 29858 diff --git a/Assets/Epic Toon FX/Textures/healing.png.meta b/Assets/Epic Toon FX/Textures/healing.png.meta new file mode 100644 index 000000000..1f281cc4b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/healing.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28273ecc8abf407df1c3eba0de94acc7a53ba8b886f5137ebb9917da7777f03 +size 1388 diff --git a/Assets/Epic Toon FX/Textures/heart.png b/Assets/Epic Toon FX/Textures/heart.png new file mode 100644 index 000000000..090e0f04a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fe3e8047810159a350bd9af4b0c4801eec85863cdb212303e58f50793cb5a6 +size 10277 diff --git a/Assets/Epic Toon FX/Textures/heart.png.meta b/Assets/Epic Toon FX/Textures/heart.png.meta new file mode 100644 index 000000000..294428c40 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0552c6502999de9cbc218c651ddc9d8dc965c20855560def49d508d1643dcd +size 1386 diff --git a/Assets/Epic Toon FX/Textures/heart2.png b/Assets/Epic Toon FX/Textures/heart2.png new file mode 100644 index 000000000..87f635d2c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b35d15160807af54e0ac9ad4e003bd0440cfb0efd654d48c37054bccfe9f8aa +size 25453 diff --git a/Assets/Epic Toon FX/Textures/heart2.png.meta b/Assets/Epic Toon FX/Textures/heart2.png.meta new file mode 100644 index 000000000..30fcb4cf1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5b8c7877bd8d274deb76313f3f49de3d2f7029da4007a8042afcc59e56b422 +size 1387 diff --git a/Assets/Epic Toon FX/Textures/heart2broken.png b/Assets/Epic Toon FX/Textures/heart2broken.png new file mode 100644 index 000000000..3b9972a18 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart2broken.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774f04910d6b9101a759c02e216376c1781a2b66d059aa78da76990c9ab1b6ce +size 39411 diff --git a/Assets/Epic Toon FX/Textures/heart2broken.png.meta b/Assets/Epic Toon FX/Textures/heart2broken.png.meta new file mode 100644 index 000000000..72eceedc1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart2broken.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bc599a092f55348d008aaacc7636141ef5f715185d68de30bff79232128476 +size 1393 diff --git a/Assets/Epic Toon FX/Textures/heart2broken_blue.png b/Assets/Epic Toon FX/Textures/heart2broken_blue.png new file mode 100644 index 000000000..2045a7f82 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart2broken_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a5cbbfc2e49c247ba7a96431deaa330ef02f85fa9233bfeb8d0741abb48f1f +size 39503 diff --git a/Assets/Epic Toon FX/Textures/heart2broken_blue.png.meta b/Assets/Epic Toon FX/Textures/heart2broken_blue.png.meta new file mode 100644 index 000000000..49bffbaad --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart2broken_blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0909ebf24a337a6681815c241289413cd333d22badf8fed7c076ef358a01f448 +size 1398 diff --git a/Assets/Epic Toon FX/Textures/heart_outlined.png b/Assets/Epic Toon FX/Textures/heart_outlined.png new file mode 100644 index 000000000..594fdea7b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart_outlined.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68349c3c21a71a7ae65fc77c48ac4caf54b16a2ce298109692bbf720c0341b4 +size 17960 diff --git a/Assets/Epic Toon FX/Textures/heart_outlined.png.meta b/Assets/Epic Toon FX/Textures/heart_outlined.png.meta new file mode 100644 index 000000000..f411d920c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/heart_outlined.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f06b5e19619878619de40143b5e7f86378ef4ecf082e00abe869fb9cac82da +size 2910 diff --git a/Assets/Epic Toon FX/Textures/ice_spikes.png b/Assets/Epic Toon FX/Textures/ice_spikes.png new file mode 100644 index 000000000..e8fd97c6b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/ice_spikes.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6ef25adf74f44ded61a38c59ba1ca7747bdb7ff9adcd32b2befc26d86a5963 +size 11790 diff --git a/Assets/Epic Toon FX/Textures/ice_spikes.png.meta b/Assets/Epic Toon FX/Textures/ice_spikes.png.meta new file mode 100644 index 000000000..a59411469 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/ice_spikes.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052601afbb64afb569dd2af23856b557d3edb5b96132dc8dd52518f3e5747b94 +size 1391 diff --git a/Assets/Epic Toon FX/Textures/leaf2_3x3.png b/Assets/Epic Toon FX/Textures/leaf2_3x3.png new file mode 100644 index 000000000..e7d99bb38 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/leaf2_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d88e000be936258c0ffb5fd631e7bc725ae71dd68675b25809d2a4b9f70484d +size 52062 diff --git a/Assets/Epic Toon FX/Textures/leaf2_3x3.png.meta b/Assets/Epic Toon FX/Textures/leaf2_3x3.png.meta new file mode 100644 index 000000000..a605daaca --- /dev/null +++ b/Assets/Epic Toon FX/Textures/leaf2_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e65fd4f0ce3b229b00acd00be02f14f86cf06a19a3ea21c5ac6872ecf8af49 +size 2891 diff --git a/Assets/Epic Toon FX/Textures/leaf_3x3.png b/Assets/Epic Toon FX/Textures/leaf_3x3.png new file mode 100644 index 000000000..b7c075110 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/leaf_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b4291938b563d73c5affc8e984ec400ec03ccabbb16f6cab08de571994ae98 +size 34434 diff --git a/Assets/Epic Toon FX/Textures/leaf_3x3.png.meta b/Assets/Epic Toon FX/Textures/leaf_3x3.png.meta new file mode 100644 index 000000000..0fa325af6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/leaf_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78efd22ae0db6825d5fa3de9c006e13b406fe90176e0d1175755e9e0227ed47a +size 2904 diff --git a/Assets/Epic Toon FX/Textures/lightning1.png b/Assets/Epic Toon FX/Textures/lightning1.png new file mode 100644 index 000000000..ca676c8b7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9778f6a21f686f066cf0241efcd4fd6f582d61fabdb6281bb2509b58757c970 +size 25756 diff --git a/Assets/Epic Toon FX/Textures/lightning1.png.meta b/Assets/Epic Toon FX/Textures/lightning1.png.meta new file mode 100644 index 000000000..567da98e4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c16c6ddc77d35f29ae4dd11d1d86776870d9749729cfd0bc19b832a29b0004 +size 1391 diff --git a/Assets/Epic Toon FX/Textures/lightning2.png b/Assets/Epic Toon FX/Textures/lightning2.png new file mode 100644 index 000000000..cc98c8de7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf4d7d4316369f7fb4fd63429eabc120c407a9cc3a93903deff15d61bb8bbf4 +size 24650 diff --git a/Assets/Epic Toon FX/Textures/lightning2.png.meta b/Assets/Epic Toon FX/Textures/lightning2.png.meta new file mode 100644 index 000000000..7151002f9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be80ac3575988dc07d4facec5b69c20d56c1e97b507526670382ee6117a8899c +size 1391 diff --git a/Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png b/Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png new file mode 100644 index 000000000..4c94c6918 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de90b95a03bf3d1e4709189611335a2a968aa75ffc51ed3f7625a6ceb28131d +size 39462 diff --git a/Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png.meta b/Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png.meta new file mode 100644 index 000000000..5f51cd2d2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_spikes_3x1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f149649d1d69cec92764581fa3e3512b4e2e9878f216a622552de9e7cc13f6 +size 2916 diff --git a/Assets/Epic Toon FX/Textures/lightning_v1_3x3.png b/Assets/Epic Toon FX/Textures/lightning_v1_3x3.png new file mode 100644 index 000000000..dc15d2a75 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_v1_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdf5adf61f1b808726983f5c6e56ed8e0bff285b1f0957f71020728f8cb087c +size 241160 diff --git a/Assets/Epic Toon FX/Textures/lightning_v1_3x3.png.meta b/Assets/Epic Toon FX/Textures/lightning_v1_3x3.png.meta new file mode 100644 index 000000000..1eb6aecd4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_v1_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0498b2f4d62c846b994286b5029c6b1ae69230f2ec58036d16ffa63111aaf7 +size 1397 diff --git a/Assets/Epic Toon FX/Textures/lightning_v2_3x3.png b/Assets/Epic Toon FX/Textures/lightning_v2_3x3.png new file mode 100644 index 000000000..18b7eee6c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_v2_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0a6c0613076394f686fad37d5a0c9275c9a9db818c083c2db97e46289a3eed +size 249817 diff --git a/Assets/Epic Toon FX/Textures/lightning_v2_3x3.png.meta b/Assets/Epic Toon FX/Textures/lightning_v2_3x3.png.meta new file mode 100644 index 000000000..37757c96d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_v2_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eace86ad27516ac62a4f069b4e85e2c64b970ce7f48f7c4dbf82de3ab266316 +size 1397 diff --git a/Assets/Epic Toon FX/Textures/lightning_v3_3x3.png b/Assets/Epic Toon FX/Textures/lightning_v3_3x3.png new file mode 100644 index 000000000..7f766bcc0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_v3_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a0cb5b46102273f5408d3d6ec5138414a422fa7cd62e6f5cb7c705aba8758e +size 298060 diff --git a/Assets/Epic Toon FX/Textures/lightning_v3_3x3.png.meta b/Assets/Epic Toon FX/Textures/lightning_v3_3x3.png.meta new file mode 100644 index 000000000..4d7291fc7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightning_v3_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a67f5841dbd383c67980d5055664cc890772fc60d005740aae9be403299f01 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/lightray1.png b/Assets/Epic Toon FX/Textures/lightray1.png new file mode 100644 index 000000000..36059e5ec --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightray1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237ee4fe5300d09282786fba21de357fd7ae8e966c9d142d4f8232cf44313ff4 +size 37151 diff --git a/Assets/Epic Toon FX/Textures/lightray1.png.meta b/Assets/Epic Toon FX/Textures/lightray1.png.meta new file mode 100644 index 000000000..fee9e5dc7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightray1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d8693390cac540d6363a712e3e1293e807303b976fe4fbf561eb47103cc93 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/lightray2.png b/Assets/Epic Toon FX/Textures/lightray2.png new file mode 100644 index 000000000..9bdee3912 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightray2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc94a8f7cd620a2fb8b50a4e8a10130485f26b95132fff847c720aa88a12ed9 +size 67876 diff --git a/Assets/Epic Toon FX/Textures/lightray2.png.meta b/Assets/Epic Toon FX/Textures/lightray2.png.meta new file mode 100644 index 000000000..429b4631d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightray2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a73f396c91e973c37baa4791b2b13e1edd662d2d5ff3288e9eeacd4e5c29746 +size 2903 diff --git a/Assets/Epic Toon FX/Textures/lightray3.png b/Assets/Epic Toon FX/Textures/lightray3.png new file mode 100644 index 000000000..2b50bea38 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightray3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cdcc6c63c2ba81da78b11846550c5cd0b8244e1c3f744412e3c7db5a021aae +size 14302 diff --git a/Assets/Epic Toon FX/Textures/lightray3.png.meta b/Assets/Epic Toon FX/Textures/lightray3.png.meta new file mode 100644 index 000000000..f9e93f45f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/lightray3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7de75f05d3a6dd16893c482e265803ea8d863510e0b2baec89ff731ea0e681 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/line_sharp.png b/Assets/Epic Toon FX/Textures/line_sharp.png new file mode 100644 index 000000000..8a783da8d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/line_sharp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2f64ed0f6b272cc63e034df853203a3aa3a98e830c7784565a9a673bdc8717 +size 8186 diff --git a/Assets/Epic Toon FX/Textures/line_sharp.png.meta b/Assets/Epic Toon FX/Textures/line_sharp.png.meta new file mode 100644 index 000000000..1e39acfa3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/line_sharp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdecab7b80079555d836460b7f81b5055e409542eba5300479df1f9ecca2768a +size 2904 diff --git a/Assets/Epic Toon FX/Textures/magic_blast.png b/Assets/Epic Toon FX/Textures/magic_blast.png new file mode 100644 index 000000000..141b8d977 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_blast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2ed2fef4ab9313b507100fa71ee55979e535337de85f39bcddc1449718c4c7 +size 167197 diff --git a/Assets/Epic Toon FX/Textures/magic_blast.png.meta b/Assets/Epic Toon FX/Textures/magic_blast.png.meta new file mode 100644 index 000000000..a52d01907 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_blast.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501668066152dce69b2d9476a57abda546119e62de172351813901baa2e0b315 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/magic_line.png b/Assets/Epic Toon FX/Textures/magic_line.png new file mode 100644 index 000000000..db06ffcee --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_line.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed55efa6a4c50dcee328b16271b8c8ad0195c18db44cf4c15e231cded365ac9e +size 42394 diff --git a/Assets/Epic Toon FX/Textures/magic_line.png.meta b/Assets/Epic Toon FX/Textures/magic_line.png.meta new file mode 100644 index 000000000..6cd36c321 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_line.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04240f54233f873ae6b533c9f3fc573fb90415ae503401eb1a51e105025cf5d6 +size 1391 diff --git a/Assets/Epic Toon FX/Textures/magic_line_sharp.png b/Assets/Epic Toon FX/Textures/magic_line_sharp.png new file mode 100644 index 000000000..4c9bbf2a3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_line_sharp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32cfd934f7e5566a23761f7a59556c467ca8bee816ec7f7bc247138565101b9 +size 30888 diff --git a/Assets/Epic Toon FX/Textures/magic_line_sharp.png.meta b/Assets/Epic Toon FX/Textures/magic_line_sharp.png.meta new file mode 100644 index 000000000..5e629d6e7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_line_sharp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33dd8b99bef2e54a3b4ef7b600c1a0a96afe0b8fcfbc5dfb3626b0fa7705a0e +size 2912 diff --git a/Assets/Epic Toon FX/Textures/magic_orb.png b/Assets/Epic Toon FX/Textures/magic_orb.png new file mode 100644 index 000000000..be7af6394 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_orb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ba9e1373d6b26b6ee381c870e25299f2e116f898096abbcc2191d1aea3031d +size 31211 diff --git a/Assets/Epic Toon FX/Textures/magic_orb.png.meta b/Assets/Epic Toon FX/Textures/magic_orb.png.meta new file mode 100644 index 000000000..8e16280f9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_orb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283de5fb5998307488b8d37402c9378636c4f62526b6be85375875183ce56396 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/magic_orb2.png b/Assets/Epic Toon FX/Textures/magic_orb2.png new file mode 100644 index 000000000..6aeb2c120 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_orb2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e092d8fb4ec7cf0fcc75d73463d4bcd0938daa637f067ac5fa20a519de615e3f +size 138895 diff --git a/Assets/Epic Toon FX/Textures/magic_orb2.png.meta b/Assets/Epic Toon FX/Textures/magic_orb2.png.meta new file mode 100644 index 000000000..3b2e645c6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_orb2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfc17c48c2978b71c1abf9a4b68f5acee74fc10e02bfb7b715df44427eec584 +size 1391 diff --git a/Assets/Epic Toon FX/Textures/magic_runecircle.png b/Assets/Epic Toon FX/Textures/magic_runecircle.png new file mode 100644 index 000000000..ed56d1310 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_runecircle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9644f855dc98f05d3952a5a50f4ae8214bc4f1659a48a8e32734a241b3eaf1a8 +size 116363 diff --git a/Assets/Epic Toon FX/Textures/magic_runecircle.png.meta b/Assets/Epic Toon FX/Textures/magic_runecircle.png.meta new file mode 100644 index 000000000..c57b53c3a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/magic_runecircle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc85f91b4e8b07c92d0da39c029041d551a373942bcb6984f40a3238c19bc15 +size 1397 diff --git a/Assets/Epic Toon FX/Textures/moneybills.png b/Assets/Epic Toon FX/Textures/moneybills.png new file mode 100644 index 000000000..e58672b3c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/moneybills.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a401b184e564b32ff1031a0f6f67ad0ed41f86e7787a14b3c45febeefce4a8a +size 33014 diff --git a/Assets/Epic Toon FX/Textures/moneybills.png.meta b/Assets/Epic Toon FX/Textures/moneybills.png.meta new file mode 100644 index 000000000..c6c34c57b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/moneybills.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b3aaeea9921b0665bd8c1b4715ac2d536d4f27dd9824bdc3f201aa7f20d33e +size 1391 diff --git a/Assets/Epic Toon FX/Textures/moneybillsv2.png b/Assets/Epic Toon FX/Textures/moneybillsv2.png new file mode 100644 index 000000000..5b72ebc1a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/moneybillsv2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a137ee8f430c9c797f71045e1e1f0b3d0803d25feace3cf070dd40fa0ad10df0 +size 25633 diff --git a/Assets/Epic Toon FX/Textures/moneybillsv2.png.meta b/Assets/Epic Toon FX/Textures/moneybillsv2.png.meta new file mode 100644 index 000000000..000ae7a75 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/moneybillsv2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd718fe3ade4f9bc40b741c295a3f6c162d66a2957b0125b4dd74fdd67f3b539 +size 1393 diff --git a/Assets/Epic Toon FX/Textures/muzzleflash01.png b/Assets/Epic Toon FX/Textures/muzzleflash01.png new file mode 100644 index 000000000..d657446c2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/muzzleflash01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734c58a34f4027e766d8e3a3e94dcb203b82947c9747e23032262bf3bda31557 +size 291215 diff --git a/Assets/Epic Toon FX/Textures/muzzleflash01.png.meta b/Assets/Epic Toon FX/Textures/muzzleflash01.png.meta new file mode 100644 index 000000000..8bf725f43 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/muzzleflash01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2139df0ebdc921f5e549abf467d77b1e849987bc82931938307b5abc937f04 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/notes.png b/Assets/Epic Toon FX/Textures/notes.png new file mode 100644 index 000000000..e8901db15 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/notes.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e378907db1e3c2b26622b6cf4fe74eff4760153dfeeb1aab5b9dd4985cfacdf6 +size 16169 diff --git a/Assets/Epic Toon FX/Textures/notes.png.meta b/Assets/Epic Toon FX/Textures/notes.png.meta new file mode 100644 index 000000000..d46d0e44b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/notes.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1066326ffeecf5507f82598002e00c532d52d4c9ac36d88d4cc7d269f298958 +size 1386 diff --git a/Assets/Epic Toon FX/Textures/notes2.png b/Assets/Epic Toon FX/Textures/notes2.png new file mode 100644 index 000000000..5f4d7068d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/notes2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d7b91ebf1d98a3fac86c043056cef21c62618a31ab9230e0c02ed8518bab50 +size 22510 diff --git a/Assets/Epic Toon FX/Textures/notes2.png.meta b/Assets/Epic Toon FX/Textures/notes2.png.meta new file mode 100644 index 000000000..b8b23bada --- /dev/null +++ b/Assets/Epic Toon FX/Textures/notes2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a44b7ad27a61b37be939563cdfc44b12888e807eca400cb8116a5b8c57c8aa6 +size 2902 diff --git a/Assets/Epic Toon FX/Textures/nova_3x3.png b/Assets/Epic Toon FX/Textures/nova_3x3.png new file mode 100644 index 000000000..3d839a279 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/nova_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d33864c37224fb2a70427e54976df6284089631b220f0a1bcdda7dc9954843 +size 84831 diff --git a/Assets/Epic Toon FX/Textures/nova_3x3.png.meta b/Assets/Epic Toon FX/Textures/nova_3x3.png.meta new file mode 100644 index 000000000..129fb4201 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/nova_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3071e2e7b0bb35c46810420fcf7b73156f6c11c5ac79f792a79bfb0c092a3b91 +size 1389 diff --git a/Assets/Epic Toon FX/Textures/nova_6x3.png b/Assets/Epic Toon FX/Textures/nova_6x3.png new file mode 100644 index 000000000..7fff834c0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/nova_6x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1260cd67a818b41443bc8e4194c1dba8be9fe3f6878c5fc9f0dac9fe0b55a589 +size 112255 diff --git a/Assets/Epic Toon FX/Textures/nova_6x3.png.meta b/Assets/Epic Toon FX/Textures/nova_6x3.png.meta new file mode 100644 index 000000000..d375344c7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/nova_6x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ef4f70f8cfd2a5177e011dc17197a88fd1b65fcaf707251ac79fdafa68bb74 +size 2905 diff --git a/Assets/Epic Toon FX/Textures/nova_soft_6x3.png b/Assets/Epic Toon FX/Textures/nova_soft_6x3.png new file mode 100644 index 000000000..a0c7ef024 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/nova_soft_6x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a288e7067af17d3431c196a82f646b5881cc5f37f4c12aa4d24f1428580113c +size 423492 diff --git a/Assets/Epic Toon FX/Textures/nova_soft_6x3.png.meta b/Assets/Epic Toon FX/Textures/nova_soft_6x3.png.meta new file mode 100644 index 000000000..5d91afc5d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/nova_soft_6x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03326a036fdcb1f26d43f0c0a64634de97dc13c03b56d79ecd7f4c03bf37136 +size 2895 diff --git a/Assets/Epic Toon FX/Textures/numbers.png b/Assets/Epic Toon FX/Textures/numbers.png new file mode 100644 index 000000000..91b28fe6a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/numbers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a31d89d943628bcb8a6af1045ba414c4c53cbc7cd13e62c591fb79fe22aaadc +size 3769 diff --git a/Assets/Epic Toon FX/Textures/numbers.png.meta b/Assets/Epic Toon FX/Textures/numbers.png.meta new file mode 100644 index 000000000..3f2d24372 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/numbers.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06568f67b889f8811c00b0d764257fbdd10ac2f06aec8380468dd4946fe53673 +size 1388 diff --git a/Assets/Epic Toon FX/Textures/portal_circular.png b/Assets/Epic Toon FX/Textures/portal_circular.png new file mode 100644 index 000000000..e79b472a5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_circular.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d2cf67fa4180af7686b722dc063217322f3cb77400a832b544388b2ae7bd52 +size 234886 diff --git a/Assets/Epic Toon FX/Textures/portal_circular.png.meta b/Assets/Epic Toon FX/Textures/portal_circular.png.meta new file mode 100644 index 000000000..041cb7428 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_circular.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcb02b30a149b69ac95d5de3844af9956d5a1b63c82c3cfac115bad3452860d +size 2911 diff --git a/Assets/Epic Toon FX/Textures/portal_glow.png b/Assets/Epic Toon FX/Textures/portal_glow.png new file mode 100644 index 000000000..4654eee70 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd68c67e5db6347f12237150c84d6e83055480b11a37906a0d140d3e2294a17c +size 152784 diff --git a/Assets/Epic Toon FX/Textures/portal_glow.png.meta b/Assets/Epic Toon FX/Textures/portal_glow.png.meta new file mode 100644 index 000000000..1cf8ce98d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c92b2846b32510d1852a54158adb132aaaacb7e75f9dd7e774b9042835c8954 +size 1392 diff --git a/Assets/Epic Toon FX/Textures/portal_ring_spiky.png b/Assets/Epic Toon FX/Textures/portal_ring_spiky.png new file mode 100644 index 000000000..5d3bbe023 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_ring_spiky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa722dfdec689d894dcbee81c96efba6ae2dfbf5523d8b5f1d6f42f91bb82463 +size 309771 diff --git a/Assets/Epic Toon FX/Textures/portal_ring_spiky.png.meta b/Assets/Epic Toon FX/Textures/portal_ring_spiky.png.meta new file mode 100644 index 000000000..d999f9a40 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_ring_spiky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf2eede8e1bb91764dfd43bf7463f06a428a45fb4a5e67541928f3cd4521b54 +size 2913 diff --git a/Assets/Epic Toon FX/Textures/portal_ring_twisty.png b/Assets/Epic Toon FX/Textures/portal_ring_twisty.png new file mode 100644 index 000000000..fac68a8e4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_ring_twisty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6c755845352e18c30c20875a746820b141db87b21f3f63d8e6d652db1980b9 +size 175510 diff --git a/Assets/Epic Toon FX/Textures/portal_ring_twisty.png.meta b/Assets/Epic Toon FX/Textures/portal_ring_twisty.png.meta new file mode 100644 index 000000000..7738bd566 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_ring_twisty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db622678270fa83b64f920d948eb903dedcf4cf5867d11f25018f2aa40248051 +size 2914 diff --git a/Assets/Epic Toon FX/Textures/portal_ring_twisty2.png b/Assets/Epic Toon FX/Textures/portal_ring_twisty2.png new file mode 100644 index 000000000..14ceba0d2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_ring_twisty2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438e17bf0216cd67ac68e1c38d138c99cbd570fe595efcbf9e674d91657967e9 +size 221498 diff --git a/Assets/Epic Toon FX/Textures/portal_ring_twisty2.png.meta b/Assets/Epic Toon FX/Textures/portal_ring_twisty2.png.meta new file mode 100644 index 000000000..dfcb2aa27 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_ring_twisty2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a686ababfce32351182ef1a3466af4d0b29c18b423f7d3c2f8cc943dd4c613d +size 2915 diff --git a/Assets/Epic Toon FX/Textures/portal_soft01.png b/Assets/Epic Toon FX/Textures/portal_soft01.png new file mode 100644 index 000000000..b3b02bc3d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_soft01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2af4d3db151e45275eaf9133c499f560c79ab124e3e19510c57c5053db5dd8 +size 81360 diff --git a/Assets/Epic Toon FX/Textures/portal_soft01.png.meta b/Assets/Epic Toon FX/Textures/portal_soft01.png.meta new file mode 100644 index 000000000..8577176b6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_soft01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0420bcd9ce55f01d7e2feebc2f540a0f3267b77c84fd306c5423ed7981044b1 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/portal_soft02.png b/Assets/Epic Toon FX/Textures/portal_soft02.png new file mode 100644 index 000000000..9b1607886 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_soft02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b856c8be81f5976c12667a8d24ec1e58ab760e1825318eaba54665b2abb07b +size 350502 diff --git a/Assets/Epic Toon FX/Textures/portal_soft02.png.meta b/Assets/Epic Toon FX/Textures/portal_soft02.png.meta new file mode 100644 index 000000000..96ffe557d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_soft02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feaeac402611caa70535f426a07c012c900b201b0efdc3800ebc13552b1bc43 +size 2909 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_blue.png b/Assets/Epic Toon FX/Textures/portal_stripes_blue.png new file mode 100644 index 000000000..23a9ba725 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d87ecb1643fde339f6350b0d4c11b9df088e768220a8c5679160ccb00b1cc0 +size 311047 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_blue.png.meta b/Assets/Epic Toon FX/Textures/portal_stripes_blue.png.meta new file mode 100644 index 000000000..bfdc504e3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e79eeb424008d9a301211ee9be785d193c788ecf38f4dd773b0651551550fd8 +size 1400 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_green.png b/Assets/Epic Toon FX/Textures/portal_stripes_green.png new file mode 100644 index 000000000..6ca722648 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0af5273beeb48f38ef98714f6d35a1ab97e5a75a327dc8a928ab3d528cd173 +size 321185 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_green.png.meta b/Assets/Epic Toon FX/Textures/portal_stripes_green.png.meta new file mode 100644 index 000000000..0415144f7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e1113ce2fee49e019e1205bc37e1adfe4c0b95d00716197bd87d4a036dfdc +size 1401 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_purple.png b/Assets/Epic Toon FX/Textures/portal_stripes_purple.png new file mode 100644 index 000000000..1cee569e2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8068d4688430ac4f718101e1e72708eb127fbb652d957baeefbdda921e43f6d +size 306108 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_purple.png.meta b/Assets/Epic Toon FX/Textures/portal_stripes_purple.png.meta new file mode 100644 index 000000000..7befad863 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91e003a7feb5c9505a5b40d905c6059a954473123f6f5a5f34a42edab72262f +size 1402 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_red.png b/Assets/Epic Toon FX/Textures/portal_stripes_red.png new file mode 100644 index 000000000..28b1065f2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c70c0aa599666983df55651bb6ff24199bf387b23c1fb5ad9d5a2f4c8b96381 +size 313608 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_red.png.meta b/Assets/Epic Toon FX/Textures/portal_stripes_red.png.meta new file mode 100644 index 000000000..a005ea25d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4448dc11b00a99bbfb33d3f97dbfc14b04d8111c511c92c8c21999d8575055 +size 1399 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_yellow.png b/Assets/Epic Toon FX/Textures/portal_stripes_yellow.png new file mode 100644 index 000000000..b388c7060 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b1e5db28bdf40387848b4386cb8e9924a287166fa721eeb53ca0966f5da8d2 +size 314091 diff --git a/Assets/Epic Toon FX/Textures/portal_stripes_yellow.png.meta b/Assets/Epic Toon FX/Textures/portal_stripes_yellow.png.meta new file mode 100644 index 000000000..286557e98 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/portal_stripes_yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bca6167d95dd108a3faa3ca8191660abd2ef5f8cdea57f099534b5395620660 +size 1402 diff --git a/Assets/Epic Toon FX/Textures/ring.png b/Assets/Epic Toon FX/Textures/ring.png new file mode 100644 index 000000000..0c13de0b1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/ring.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1f60531d815b052d211ff8112e1e82d792555dbbc6d44d9ae957d93de805cd +size 48676 diff --git a/Assets/Epic Toon FX/Textures/ring.png.meta b/Assets/Epic Toon FX/Textures/ring.png.meta new file mode 100644 index 000000000..0f9e0cb06 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/ring.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a450694b37d3afd5b35b6fecafe601af05b79babc17d93a2f1f1eb0545f4925 +size 1385 diff --git a/Assets/Epic Toon FX/Textures/ring_shockwave.png b/Assets/Epic Toon FX/Textures/ring_shockwave.png new file mode 100644 index 000000000..7f1c694fe --- /dev/null +++ b/Assets/Epic Toon FX/Textures/ring_shockwave.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9acdf3ee314396708580e73864e22e2e1b9807e972572ce1033e55ddaa84b545 +size 52603 diff --git a/Assets/Epic Toon FX/Textures/ring_shockwave.png.meta b/Assets/Epic Toon FX/Textures/ring_shockwave.png.meta new file mode 100644 index 000000000..2e947f488 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/ring_shockwave.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2e371d2485cbaf67a474297d97bd31bd515b7883823794af0af64b945a2e2c +size 2910 diff --git a/Assets/Epic Toon FX/Textures/rocket_gradient.png b/Assets/Epic Toon FX/Textures/rocket_gradient.png new file mode 100644 index 000000000..927efbcd8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/rocket_gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9cad766af0a349b144c8184656ed4ab6268200f06d499cab38f931d2333953 +size 46155 diff --git a/Assets/Epic Toon FX/Textures/rocket_gradient.png.meta b/Assets/Epic Toon FX/Textures/rocket_gradient.png.meta new file mode 100644 index 000000000..b01290068 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/rocket_gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541bd24d106fce66a3165d1cc6f1f8c141980e4956b41790c99cd40b4ae7e084 +size 2908 diff --git a/Assets/Epic Toon FX/Textures/shield_magic.png b/Assets/Epic Toon FX/Textures/shield_magic.png new file mode 100644 index 000000000..baaadab3c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/shield_magic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a0866cbbf0b8ea8075dde412587cd64c8bcec718bb8d616cb2f1be2445aa10 +size 487971 diff --git a/Assets/Epic Toon FX/Textures/shield_magic.png.meta b/Assets/Epic Toon FX/Textures/shield_magic.png.meta new file mode 100644 index 000000000..f98c5d409 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/shield_magic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0bf6ffc4f0d7acab206b05e3bac7f50eeeecf253f285d04de25c7c09cf47f9 +size 1393 diff --git a/Assets/Epic Toon FX/Textures/skull2.png b/Assets/Epic Toon FX/Textures/skull2.png new file mode 100644 index 000000000..0f35f8f7c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63aea776ef90202b3f50028250d0d610634ef2ec495804c654518f26fc2b40e +size 18352 diff --git a/Assets/Epic Toon FX/Textures/skull2.png.meta b/Assets/Epic Toon FX/Textures/skull2.png.meta new file mode 100644 index 000000000..b5b8a5da6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b007e696f567b56eafab830b9b4bdfbb809c42c7dd93c89367b39370f64ec7ad +size 1387 diff --git a/Assets/Epic Toon FX/Textures/skull3.png b/Assets/Epic Toon FX/Textures/skull3.png new file mode 100644 index 000000000..79d62091e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2635ac40f1073b0cf2a851c6d6fac010eaa6275b8cf4f263d63a6d83b0b8079d +size 17371 diff --git a/Assets/Epic Toon FX/Textures/skull3.png.meta b/Assets/Epic Toon FX/Textures/skull3.png.meta new file mode 100644 index 000000000..1d2164589 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18c5596203fbf8974f502911caae4f09ab404276298ab45513d4094f7ca7620 +size 1387 diff --git a/Assets/Epic Toon FX/Textures/skull4.png b/Assets/Epic Toon FX/Textures/skull4.png new file mode 100644 index 000000000..875d580bf --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba1adaa5c16c485a640bc70ad5342059325754af37d3ffef6b99f3f7671014a +size 10134 diff --git a/Assets/Epic Toon FX/Textures/skull4.png.meta b/Assets/Epic Toon FX/Textures/skull4.png.meta new file mode 100644 index 000000000..9596a40f0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f149f83a88410c61b754a2306fbe527b6712addc49f18605b025fd252de1874 +size 1387 diff --git a/Assets/Epic Toon FX/Textures/skull5.png b/Assets/Epic Toon FX/Textures/skull5.png new file mode 100644 index 000000000..b47ef5fc8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57ec536b1626dc277e0ab95bb376263ea7b8f7d1b95a56f7a1b696535561712 +size 30824 diff --git a/Assets/Epic Toon FX/Textures/skull5.png.meta b/Assets/Epic Toon FX/Textures/skull5.png.meta new file mode 100644 index 000000000..62e8e6310 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed4459e70135f2e54a988fc423c8e6b7eb88659a861d33a803197b81d40efc +size 2902 diff --git a/Assets/Epic Toon FX/Textures/skull_evil.png b/Assets/Epic Toon FX/Textures/skull_evil.png new file mode 100644 index 000000000..2b200383e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull_evil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52f85e17545da39dce28edd21212779b36316ea6e9512fb3bcc5d10cee75d82 +size 19819 diff --git a/Assets/Epic Toon FX/Textures/skull_evil.png.meta b/Assets/Epic Toon FX/Textures/skull_evil.png.meta new file mode 100644 index 000000000..05f2139e5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull_evil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b191bbc5b8ef145f552d687282ede346fcb1e78002f0c64cd5655a4522cd989 +size 1391 diff --git a/Assets/Epic Toon FX/Textures/skull_love.png b/Assets/Epic Toon FX/Textures/skull_love.png new file mode 100644 index 000000000..09522d148 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull_love.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01af7008efe5d10dae999615a7ff4a444ef84a56017a0bc8826dcda409c20b32 +size 22665 diff --git a/Assets/Epic Toon FX/Textures/skull_love.png.meta b/Assets/Epic Toon FX/Textures/skull_love.png.meta new file mode 100644 index 000000000..cc1ad9bd0 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/skull_love.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd66f94122525a9c842ef7bdbf66b50d365305f437dc7a0af258a60ea27291a9 +size 1391 diff --git a/Assets/Epic Toon FX/Textures/slash01.png b/Assets/Epic Toon FX/Textures/slash01.png new file mode 100644 index 000000000..662159602 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a935de44f425c071bf975a1da6b0ff859ed0f7be124c76add0c5b453e0c1c58 +size 82782 diff --git a/Assets/Epic Toon FX/Textures/slash01.png.meta b/Assets/Epic Toon FX/Textures/slash01.png.meta new file mode 100644 index 000000000..6c67e1b6c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457db55dbad9e4016af618ee7e8bc05bbe1c53c9d29188785522722c882b07f1 +size 2903 diff --git a/Assets/Epic Toon FX/Textures/slash02.png b/Assets/Epic Toon FX/Textures/slash02.png new file mode 100644 index 000000000..96eabd6a2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743856d56ad7faaaabc3b73a15cc42a179a7c091f1e419d639204c8de83d85a4 +size 45644 diff --git a/Assets/Epic Toon FX/Textures/slash02.png.meta b/Assets/Epic Toon FX/Textures/slash02.png.meta new file mode 100644 index 000000000..ebcc55fc4 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76d0a6a2a76a2bc63cdd2f9b0390c27b79a96b7f340a5fa0467f52c050a1ba3 +size 2903 diff --git a/Assets/Epic Toon FX/Textures/slash03.png b/Assets/Epic Toon FX/Textures/slash03.png new file mode 100644 index 000000000..0cd6229e6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fabd0e9a9374cf23276080678774a45fd6e5ee71038ef5fff129a9871a1d10 +size 24393 diff --git a/Assets/Epic Toon FX/Textures/slash03.png.meta b/Assets/Epic Toon FX/Textures/slash03.png.meta new file mode 100644 index 000000000..796eaacbd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f2baeb45459e8d818c458f06ac5891d5b48a6eda7dd8b58509ff3fe099f419 +size 2903 diff --git a/Assets/Epic Toon FX/Textures/slash_circle01.png b/Assets/Epic Toon FX/Textures/slash_circle01.png new file mode 100644 index 000000000..e2b558c41 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_circle01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57da35ea49f81717d78d782b1551453d483d0241b75696b6da11479ef9216bb0 +size 81892 diff --git a/Assets/Epic Toon FX/Textures/slash_circle01.png.meta b/Assets/Epic Toon FX/Textures/slash_circle01.png.meta new file mode 100644 index 000000000..e1521efa3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_circle01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4112d612505377df3cb91dd85fdb0373bce1ca7ad30122b52d5cc0d749551ab0 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/slash_circle01_soft.png b/Assets/Epic Toon FX/Textures/slash_circle01_soft.png new file mode 100644 index 000000000..928e308d2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_circle01_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501bd973c685d96b67768cd6969a454d7f703e2310732662977ddbe85e63c498 +size 93908 diff --git a/Assets/Epic Toon FX/Textures/slash_circle01_soft.png.meta b/Assets/Epic Toon FX/Textures/slash_circle01_soft.png.meta new file mode 100644 index 000000000..288a8eb91 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_circle01_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3730e6fed89a077ac85db55add6f1f122437fec39a858005faa66b9ea41638 +size 2915 diff --git a/Assets/Epic Toon FX/Textures/slash_circle02.png b/Assets/Epic Toon FX/Textures/slash_circle02.png new file mode 100644 index 000000000..b94bf4eda --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_circle02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8d4d4e4f787c989181803970ce2c028d29b1ea4d1e21fb6847ebfe6984d2d9 +size 79957 diff --git a/Assets/Epic Toon FX/Textures/slash_circle02.png.meta b/Assets/Epic Toon FX/Textures/slash_circle02.png.meta new file mode 100644 index 000000000..1ce5c5924 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_circle02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8ec3e01ce5f59d1e99cd4908996d00b97838444845f9abebe7dc6b144612d9 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/slash_sharp.png b/Assets/Epic Toon FX/Textures/slash_sharp.png new file mode 100644 index 000000000..a44ec9380 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_sharp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2551230d29241982251ec3d5305a3bbd1ede7a37328917c9ba52d9e7ef3dbc27 +size 49884 diff --git a/Assets/Epic Toon FX/Textures/slash_sharp.png.meta b/Assets/Epic Toon FX/Textures/slash_sharp.png.meta new file mode 100644 index 000000000..dfa2c4543 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_sharp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3d2d3c42142dd4c6a7aef2f129ca17a44f2a4d3da947bb11aed3aec1906f0e +size 2907 diff --git a/Assets/Epic Toon FX/Textures/slash_soft.png b/Assets/Epic Toon FX/Textures/slash_soft.png new file mode 100644 index 000000000..852156b13 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a7344d05e9cd189c614c68d5189eef2bca5553ee84bf2827687b573ccdf2fc +size 175076 diff --git a/Assets/Epic Toon FX/Textures/slash_soft.png.meta b/Assets/Epic Toon FX/Textures/slash_soft.png.meta new file mode 100644 index 000000000..0c0bef3a2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/slash_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc84a738dbf00c4685655e4831008f82a8b078f13eb1a8ed28d8ab33ed5f25d5 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/snow.png b/Assets/Epic Toon FX/Textures/snow.png new file mode 100644 index 000000000..537222564 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0deb4c1f1ac673aad96d6e50793c164686aabb6774e6d0b80e00b362217945 +size 556399 diff --git a/Assets/Epic Toon FX/Textures/snow.png.meta b/Assets/Epic Toon FX/Textures/snow.png.meta new file mode 100644 index 000000000..5244e3485 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb5c3de7d848306decc5444dad502c2066fc13c04336175acf4cf25c6a77ab8 +size 2900 diff --git a/Assets/Epic Toon FX/Textures/snow_2x2.png b/Assets/Epic Toon FX/Textures/snow_2x2.png new file mode 100644 index 000000000..afa4900f5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snow_2x2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726679580777c792fcfb3507c58bb1f928493220457e6a04c4a8546da5a05b82 +size 845500 diff --git a/Assets/Epic Toon FX/Textures/snow_2x2.png.meta b/Assets/Epic Toon FX/Textures/snow_2x2.png.meta new file mode 100644 index 000000000..a813a7445 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snow_2x2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9cd2ed89d46750fed22f88239c8263f87c777a70bb173a4dfedf98194add95 +size 2904 diff --git a/Assets/Epic Toon FX/Textures/snowflake.png b/Assets/Epic Toon FX/Textures/snowflake.png new file mode 100644 index 000000000..fb97a1010 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snowflake.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34735de90b756bfeb5a74216ca5330856019c1aaeb2c5ebed0a71a1ed33b3ce3 +size 9251 diff --git a/Assets/Epic Toon FX/Textures/snowflake.png.meta b/Assets/Epic Toon FX/Textures/snowflake.png.meta new file mode 100644 index 000000000..d115870c8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snowflake.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aab78c82515bbeaeae85ec0bc38e8738a7defd73c9e1e6a2b2d5c5dfc3e385 +size 1390 diff --git a/Assets/Epic Toon FX/Textures/snowflake2.png b/Assets/Epic Toon FX/Textures/snowflake2.png new file mode 100644 index 000000000..a551b8d1a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snowflake2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811df3ee775eb3fb13ea63612fe9762e4dc0de6dbccd810862d612a78cff5bb6 +size 14390 diff --git a/Assets/Epic Toon FX/Textures/snowflake2.png.meta b/Assets/Epic Toon FX/Textures/snowflake2.png.meta new file mode 100644 index 000000000..39c082eb6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/snowflake2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624bac93140b18da0af3f8d7e83bfed6887888124048446479975d6e358e4831 +size 2906 diff --git a/Assets/Epic Toon FX/Textures/sparkle.png b/Assets/Epic Toon FX/Textures/sparkle.png new file mode 100644 index 000000000..15aa97752 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3baf17bc2f3c04dfbef1e79dc36e6c2a4c6aa5c175037db89ef0670256cd394 +size 25595 diff --git a/Assets/Epic Toon FX/Textures/sparkle.png.meta b/Assets/Epic Toon FX/Textures/sparkle.png.meta new file mode 100644 index 000000000..115487bbc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c70ca0eac2902f6dd380f9c060301b8a36374baced55e56ac09e651c13d3cab +size 1388 diff --git a/Assets/Epic Toon FX/Textures/sparkle2.png b/Assets/Epic Toon FX/Textures/sparkle2.png new file mode 100644 index 000000000..8f52bd367 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8f601ca170489425ccc2fbdf42a6a0a0adfb8d3b2963be0b717519778b3925 +size 12451 diff --git a/Assets/Epic Toon FX/Textures/sparkle2.png.meta b/Assets/Epic Toon FX/Textures/sparkle2.png.meta new file mode 100644 index 000000000..2b182a096 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4ac501997dfbbc36dc48db2c960b175736923f30ebb4d4c2ead928cdd32e6e +size 1389 diff --git a/Assets/Epic Toon FX/Textures/sparkle3.png b/Assets/Epic Toon FX/Textures/sparkle3.png new file mode 100644 index 000000000..14aeea2f7 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c2a40f4ad85def13006522a4c814eb39b4c8b3197b4ba1de15b8061ba61961 +size 22244 diff --git a/Assets/Epic Toon FX/Textures/sparkle3.png.meta b/Assets/Epic Toon FX/Textures/sparkle3.png.meta new file mode 100644 index 000000000..1b35f6840 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064f1180442c35fd9aa35a5e5ecb122689ac7bfed629e2d18b6d3292071a83f1 +size 2904 diff --git a/Assets/Epic Toon FX/Textures/sparkle_round.png b/Assets/Epic Toon FX/Textures/sparkle_round.png new file mode 100644 index 000000000..c9df6b8c5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle_round.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ea9e8657781108e41f65191ed4e913a95fe887a75419734cd08a9bd9282c9 +size 26073 diff --git a/Assets/Epic Toon FX/Textures/sparkle_round.png.meta b/Assets/Epic Toon FX/Textures/sparkle_round.png.meta new file mode 100644 index 000000000..08c0f76c8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/sparkle_round.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225bff3b903bc073403b32d2755321d2d3caa5aee5f23ce37d0d8a8d79d26bd6 +size 2909 diff --git a/Assets/Epic Toon FX/Textures/splat00_flat_3x3.png b/Assets/Epic Toon FX/Textures/splat00_flat_3x3.png new file mode 100644 index 000000000..fe03c621f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat00_flat_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefea1589ecfe719d3db9326821cd3c9b8a3a7d0ea6615ec044a7b8a946c7111 +size 58044 diff --git a/Assets/Epic Toon FX/Textures/splat00_flat_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat00_flat_3x3.png.meta new file mode 100644 index 000000000..3ebdbd7a2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat00_flat_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7880bc4f4594aea226537f3e049f6193094e0c7903e2c8e2dc60452ab88a2a +size 1397 diff --git a/Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png b/Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png new file mode 100644 index 000000000..8ea697c34 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618eb5cc66d17fd073154d671bc76e469bd63402548668a9550deeab9e10f589 +size 95460 diff --git a/Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png.meta new file mode 100644 index 000000000..a5e5e8415 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat00_trsp_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2265ae6ac157f8a18e3be50a4119f5ef3a2c041792816b462b5b5c206c1172b0 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/splat01_flat_3x3.png b/Assets/Epic Toon FX/Textures/splat01_flat_3x3.png new file mode 100644 index 000000000..f4393983f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat01_flat_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66888d06f862560bfe7b8f93163e3d13865874830de2c6b283189e98ef71e0ca +size 118198 diff --git a/Assets/Epic Toon FX/Textures/splat01_flat_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat01_flat_3x3.png.meta new file mode 100644 index 000000000..bb48822fc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat01_flat_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2dd1b8a219023861f9f2e0579fc83972d48899d3bbc5075513988644b3d1da +size 2912 diff --git a/Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png b/Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png new file mode 100644 index 000000000..ab18431be --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38430f648b1c19cc71e3e1f453fe8c8a1c7385778d6f537743ec81747dc2e35 +size 244709 diff --git a/Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png.meta new file mode 100644 index 000000000..1fd3000ce --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat01_shaded_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a58918eccab8c948414e9e227e2340a601d0a6a672c414ff4c1f469751c551 +size 2914 diff --git a/Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png b/Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png new file mode 100644 index 000000000..53c227d08 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272f7ef3631993cc2b594baf8b87ffe68d421f9a392bbd399840e58d8fb8be9d +size 215165 diff --git a/Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png.meta new file mode 100644 index 000000000..623efd11b --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat01_trsp_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d3f053428efa79f64ce29572a68265ee43b7793c272954596ed6a9c3bc7270 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/splat02_flat_3x3.png b/Assets/Epic Toon FX/Textures/splat02_flat_3x3.png new file mode 100644 index 000000000..76d72557e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat02_flat_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08eeec88c61de26cb88a0e895b6f17a3d3aa92effc65a393cc242eaf63eba9ca +size 42427 diff --git a/Assets/Epic Toon FX/Textures/splat02_flat_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat02_flat_3x3.png.meta new file mode 100644 index 000000000..ae994121e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat02_flat_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1b69560e62935839560df6977abcc6df6a4fe3470ce5dca83ba71a8eabb80e +size 1397 diff --git a/Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png b/Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png new file mode 100644 index 000000000..5b4106daf --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb39242f27bfa41a37265b4e324995b4b48e3ab7c02ce3228c0d86b39a801c3a +size 90999 diff --git a/Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png.meta new file mode 100644 index 000000000..9bb7653e6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat02_shaded_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db4445962ebf23102d6cae0f50d233142181b6c7fe0aba2e75a51c76e44731a +size 2914 diff --git a/Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png b/Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png new file mode 100644 index 000000000..9c7df4a00 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e57bca4b840b7d38fb9fd356d58b0a75b798a18664ff2a304e9927f31e6d0c +size 79269 diff --git a/Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png.meta new file mode 100644 index 000000000..ffde96262 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat02_trsp_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3081cc88fdf2fd01d156225c18f27d33992fe05147b3e3c704783c01af534a47 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/splat03_flat_3x3.png b/Assets/Epic Toon FX/Textures/splat03_flat_3x3.png new file mode 100644 index 000000000..4b0e787a2 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat03_flat_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c4f1a6d7a41bafa00a1f8fbd71779d67ff7af599d22029ba20804a0a677ef2 +size 199343 diff --git a/Assets/Epic Toon FX/Textures/splat03_flat_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat03_flat_3x3.png.meta new file mode 100644 index 000000000..17ff75a4f --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat03_flat_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbb6a631187a3a1c0268d3da8116b4dc599a762562d7d2052b0c5d0af8189d8 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png b/Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png new file mode 100644 index 000000000..9d8f7591d --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c505f59fe596cba3b4c3f258ceddc49e75c03002456c2602cc0cd0565de37ae8 +size 392192 diff --git a/Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png.meta b/Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png.meta new file mode 100644 index 000000000..2ae5cac2a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat03_shaded_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884045f61a4f8d5f818aa6ef86bcc717db6cba2ad8cae5c606332d97095004b6 +size 2914 diff --git a/Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png b/Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png new file mode 100644 index 000000000..634bbc3d5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9521e39f49afb9a32b5315a971b43e7d1c3a1b3fbf8dfd201de530a16b200238 +size 460445 diff --git a/Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png.meta b/Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png.meta new file mode 100644 index 000000000..d35274877 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/splat03_trsp_4x4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80dc95e112c4e47e12203f893cae9b91f33a75dc3d72e6147c9b9ff60bf86f58 +size 2912 diff --git a/Assets/Epic Toon FX/Textures/star.png b/Assets/Epic Toon FX/Textures/star.png new file mode 100644 index 000000000..ed674aeb6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42399423f4e8b39e46f01ef77db874f68bc68fe070932996fd77ff16a5b7e002 +size 9539 diff --git a/Assets/Epic Toon FX/Textures/star.png.meta b/Assets/Epic Toon FX/Textures/star.png.meta new file mode 100644 index 000000000..06e8e8fc1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b33d366f0c983553567c72a262771cfa09b19fa73fc0461a3b7e5fb582551dc +size 1385 diff --git a/Assets/Epic Toon FX/Textures/star_4x4.png b/Assets/Epic Toon FX/Textures/star_4x4.png new file mode 100644 index 000000000..bd143971a --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_4x4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b63a7ec6c7eb059ddde9adf9d98eb60c16e726819d9309574cdec8fb1b8aed9 +size 127220 diff --git a/Assets/Epic Toon FX/Textures/star_4x4.png.meta b/Assets/Epic Toon FX/Textures/star_4x4.png.meta new file mode 100644 index 000000000..0e2830673 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_4x4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71a68315ceeab90f3cba22665e1119ae49feb0790784a07da66974712658968 +size 2890 diff --git a/Assets/Epic Toon FX/Textures/star_outline.png b/Assets/Epic Toon FX/Textures/star_outline.png new file mode 100644 index 000000000..d6ce65248 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_outline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5643c45be4e5d0e6c9fbc69aa875d19eca4dcf5bc0361ea38c199fac7586719a +size 13665 diff --git a/Assets/Epic Toon FX/Textures/star_outline.png.meta b/Assets/Epic Toon FX/Textures/star_outline.png.meta new file mode 100644 index 000000000..71e68692e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_outline.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08e2e546400bf9cb1989548e7094839c59db0600874b0dbcbc3bcd1a07179de +size 1393 diff --git a/Assets/Epic Toon FX/Textures/star_outlined.png b/Assets/Epic Toon FX/Textures/star_outlined.png new file mode 100644 index 000000000..0bcf3c599 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_outlined.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52511f1ee4aafcb7eb34d618bc77a51cf692345b79fc3a1311ec758c12b11b10 +size 16281 diff --git a/Assets/Epic Toon FX/Textures/star_outlined.png.meta b/Assets/Epic Toon FX/Textures/star_outlined.png.meta new file mode 100644 index 000000000..c6be10769 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_outlined.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0765fc9064c821b961e5da3db7f9432ea64b49463c5f5c90684d03fe08e82a +size 1394 diff --git a/Assets/Epic Toon FX/Textures/star_outlined_colored.png b/Assets/Epic Toon FX/Textures/star_outlined_colored.png new file mode 100644 index 000000000..1dcc52c08 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_outlined_colored.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f3c7bb70cdea0a959a60b49f845613c3d7ddfcd90ae56508b818e8ff6fbbf3 +size 19208 diff --git a/Assets/Epic Toon FX/Textures/star_outlined_colored.png.meta b/Assets/Epic Toon FX/Textures/star_outlined_colored.png.meta new file mode 100644 index 000000000..2daf5fbfb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_outlined_colored.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dee00a9abc8fcd8fa1042cf04f19075b123a1a0dbe11bd20e5ea97dd3ba11f8 +size 1402 diff --git a/Assets/Epic Toon FX/Textures/star_soft_4x4.png b/Assets/Epic Toon FX/Textures/star_soft_4x4.png new file mode 100644 index 000000000..487d69b06 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_soft_4x4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca4f0f705b34cd487f7715e80a693c645636f8bc75ecd461251af2cee0804d7 +size 415422 diff --git a/Assets/Epic Toon FX/Textures/star_soft_4x4.png.meta b/Assets/Epic Toon FX/Textures/star_soft_4x4.png.meta new file mode 100644 index 000000000..921b136f8 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/star_soft_4x4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0be66a7a5e0f2caa59543665cfd37da2fc4eb043bc9c7e2006624b8f8d9281f +size 2895 diff --git a/Assets/Epic Toon FX/Textures/talkbubble.png b/Assets/Epic Toon FX/Textures/talkbubble.png new file mode 100644 index 000000000..8619ed866 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/talkbubble.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7608217bccac5252a097753e064c748f7a618344ef6990452c05702699b55393 +size 48470 diff --git a/Assets/Epic Toon FX/Textures/talkbubble.png.meta b/Assets/Epic Toon FX/Textures/talkbubble.png.meta new file mode 100644 index 000000000..553287115 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/talkbubble.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94be179c3afad21fdd975c351b1d3cac2c31bce07db259604ff52cd6426cddee +size 1391 diff --git a/Assets/Epic Toon FX/Textures/talkbubble_4x4.png b/Assets/Epic Toon FX/Textures/talkbubble_4x4.png new file mode 100644 index 000000000..ee2674baa --- /dev/null +++ b/Assets/Epic Toon FX/Textures/talkbubble_4x4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c47cb1776cd5ed8d1c92f6338fbcd9a21fb69e98675a91cbcb9beedade3475 +size 130068 diff --git a/Assets/Epic Toon FX/Textures/talkbubble_4x4.png.meta b/Assets/Epic Toon FX/Textures/talkbubble_4x4.png.meta new file mode 100644 index 000000000..41bea5a4e --- /dev/null +++ b/Assets/Epic Toon FX/Textures/talkbubble_4x4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e080198d1333fa4a8d9e3aace6956c39d1e90575a48c83949917a431fdddea19 +size 1395 diff --git a/Assets/Epic Toon FX/Textures/text_ah_zz.png b/Assets/Epic Toon FX/Textures/text_ah_zz.png new file mode 100644 index 000000000..8c06e5fa9 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/text_ah_zz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c33a15a10382414bce4afe488a8892da02da84482f9eba92d33ca1d37ce1167 +size 12886 diff --git a/Assets/Epic Toon FX/Textures/text_ah_zz.png.meta b/Assets/Epic Toon FX/Textures/text_ah_zz.png.meta new file mode 100644 index 000000000..8e11156c5 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/text_ah_zz.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71d1dc7e5d821cbf883fc2d5f8c85170a31178219df47e1c5928f9f29ce5d18 +size 2906 diff --git a/Assets/Epic Toon FX/Textures/text_haha.png b/Assets/Epic Toon FX/Textures/text_haha.png new file mode 100644 index 000000000..661b4c3f6 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/text_haha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76b643d60c393674a1ef7da36cc078b9ea716f276cedab21f92fbeee978c167 +size 20724 diff --git a/Assets/Epic Toon FX/Textures/text_haha.png.meta b/Assets/Epic Toon FX/Textures/text_haha.png.meta new file mode 100644 index 000000000..a50b95952 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/text_haha.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586085ce467d21b2275adb04634b0180d1074fdc2dd309c91d5ef15f6561ca3d +size 1390 diff --git a/Assets/Epic Toon FX/Textures/triangle.png b/Assets/Epic Toon FX/Textures/triangle.png new file mode 100644 index 000000000..d233f858c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/triangle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abf1d4dc04fe6cb14c7902b51e8df1ab7ba26fae1c66319bb2df856ece3e6c7 +size 4891 diff --git a/Assets/Epic Toon FX/Textures/triangle.png.meta b/Assets/Epic Toon FX/Textures/triangle.png.meta new file mode 100644 index 000000000..cf34fb7ee --- /dev/null +++ b/Assets/Epic Toon FX/Textures/triangle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38579a2796e9f4244a62db63a4a7f3f1f512310b530ab83a438a7b4c4f682bde +size 1389 diff --git a/Assets/Epic Toon FX/Textures/triangle_curve.png b/Assets/Epic Toon FX/Textures/triangle_curve.png new file mode 100644 index 000000000..7a4efc6eb --- /dev/null +++ b/Assets/Epic Toon FX/Textures/triangle_curve.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7da972d5df6c3cf26ac880b0e42d9e03673be751f685b9fa40734b2e828a7f +size 44867 diff --git a/Assets/Epic Toon FX/Textures/triangle_curve.png.meta b/Assets/Epic Toon FX/Textures/triangle_curve.png.meta new file mode 100644 index 000000000..1162acedf --- /dev/null +++ b/Assets/Epic Toon FX/Textures/triangle_curve.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3abfcfc4237a221e57a66a5e6cebd162968994b6b19812505661145d61ba8c1 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/triangle_soft.png b/Assets/Epic Toon FX/Textures/triangle_soft.png new file mode 100644 index 000000000..30422a1bc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/triangle_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d70864f1d8328ee64b45948ae2e13691443a1ba734f45688ee23192eba888f +size 18704 diff --git a/Assets/Epic Toon FX/Textures/triangle_soft.png.meta b/Assets/Epic Toon FX/Textures/triangle_soft.png.meta new file mode 100644 index 000000000..f37764fdd --- /dev/null +++ b/Assets/Epic Toon FX/Textures/triangle_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864391c2d9123e79eca5e97d94e03d9184c5a55269c97ae2346e85a7d9d11e11 +size 1394 diff --git a/Assets/Epic Toon FX/Textures/water_3x3.png b/Assets/Epic Toon FX/Textures/water_3x3.png new file mode 100644 index 000000000..2119cfbf1 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/water_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ff0152f4170551d9673f8762d2b6d81f95c5f03e689f65ee194abef6ad569d +size 90494 diff --git a/Assets/Epic Toon FX/Textures/water_3x3.png.meta b/Assets/Epic Toon FX/Textures/water_3x3.png.meta new file mode 100644 index 000000000..f24124485 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/water_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353b43afda40070348a37bc000dfcb00d89753a479f3302af5f38bdc70441c12 +size 2902 diff --git a/Assets/Epic Toon FX/Textures/water_soft_3x3.png b/Assets/Epic Toon FX/Textures/water_soft_3x3.png new file mode 100644 index 000000000..1f71c2641 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/water_soft_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cf5502e21aa1e4ee3436f48be379f57153838b26f820e42eb54f5059184fc3 +size 354783 diff --git a/Assets/Epic Toon FX/Textures/water_soft_3x3.png.meta b/Assets/Epic Toon FX/Textures/water_soft_3x3.png.meta new file mode 100644 index 000000000..9b28a7dcc --- /dev/null +++ b/Assets/Epic Toon FX/Textures/water_soft_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14e7cdfa269f79e425608f4dd0600ffdae020e9a676f193f5abd14a348ebc1f +size 2907 diff --git a/Assets/Epic Toon FX/Textures/water_trsp_3x3.png b/Assets/Epic Toon FX/Textures/water_trsp_3x3.png new file mode 100644 index 000000000..da71498df --- /dev/null +++ b/Assets/Epic Toon FX/Textures/water_trsp_3x3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0382f1ca8ba08f4427cd32a08e3e7fb41c7ed1df46fcf14e66c2b566ed19d4 +size 513204 diff --git a/Assets/Epic Toon FX/Textures/water_trsp_3x3.png.meta b/Assets/Epic Toon FX/Textures/water_trsp_3x3.png.meta new file mode 100644 index 000000000..2c37d9e4c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/water_trsp_3x3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2c2f5714a80931b9bae7e94d786f51f1d2c0178179764e8311a858971c8901 +size 2910 diff --git a/Assets/Epic Toon FX/Textures/wave.png b/Assets/Epic Toon FX/Textures/wave.png new file mode 100644 index 000000000..fe763aa37 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7bcb1cdcab6589b913be36878510ebb9a4504584db1fa9b7a5aa6f5b311d43 +size 37670 diff --git a/Assets/Epic Toon FX/Textures/wave.png.meta b/Assets/Epic Toon FX/Textures/wave.png.meta new file mode 100644 index 000000000..e64b6cc67 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95de8c2b70540687ed9b6d68b9d8f9a35840c27b9b87ab3878220f102e72158 +size 1385 diff --git a/Assets/Epic Toon FX/Textures/wave3.png b/Assets/Epic Toon FX/Textures/wave3.png new file mode 100644 index 000000000..bfc95d156 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fd0aa627d697cf866f80360b65d1eed6de4417c5651dc090277630072270d6 +size 13161 diff --git a/Assets/Epic Toon FX/Textures/wave3.png.meta b/Assets/Epic Toon FX/Textures/wave3.png.meta new file mode 100644 index 000000000..c53e91de3 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7289028b0c29f48a27ff0b9c79bb3be64b46fc4636e724b608e3dc92578c71 +size 1384 diff --git a/Assets/Epic Toon FX/Textures/wave4.png b/Assets/Epic Toon FX/Textures/wave4.png new file mode 100644 index 000000000..b3141750c --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21d9aad4316d76770f7ad97f6c7543f57db1aa91335a1db3b2ed9d3df0c0f76 +size 7466 diff --git a/Assets/Epic Toon FX/Textures/wave4.png.meta b/Assets/Epic Toon FX/Textures/wave4.png.meta new file mode 100644 index 000000000..d63dc3ddf --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c28799f51a166adb4c19cba8d6974530567c068ac32e32452282413bd2cbcc +size 2901 diff --git a/Assets/Epic Toon FX/Textures/wave_soft.png b/Assets/Epic Toon FX/Textures/wave_soft.png new file mode 100644 index 000000000..3f6689823 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave_soft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941ae6e9eb2d4ea475aa2c33069078f15251f24c9d13cabe9d664ff6d7bed637 +size 76794 diff --git a/Assets/Epic Toon FX/Textures/wave_soft.png.meta b/Assets/Epic Toon FX/Textures/wave_soft.png.meta new file mode 100644 index 000000000..82edc9678 --- /dev/null +++ b/Assets/Epic Toon FX/Textures/wave_soft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ed89da120e7c8a37264dac10ac956c969cfefb6295a9aa64214578252d291 +size 2905 diff --git a/Assets/Epic Toon FX/Upgrade.meta b/Assets/Epic Toon FX/Upgrade.meta new file mode 100644 index 000000000..3d28e6ffc --- /dev/null +++ b/Assets/Epic Toon FX/Upgrade.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0429a2e91778ed2df50fa1eb482b99c34670bb8d20cb2f16643a26481bffa0 +size 172 diff --git a/Assets/Epic Toon FX/Upgrade/URP Compatibility.txt b/Assets/Epic Toon FX/Upgrade/URP Compatibility.txt new file mode 100644 index 000000000..aaf7be79a --- /dev/null +++ b/Assets/Epic Toon FX/Upgrade/URP Compatibility.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44811b3a148e1a8536490c2c2fc981df19c20a60b3aa703fae7889315e52cc22 +size 1053 diff --git a/Assets/Gizmos.meta b/Assets/Gizmos.meta new file mode 100644 index 000000000..4533ad0a6 --- /dev/null +++ b/Assets/Gizmos.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b58a62f478c8d75398f2a81fa28a8cbf368c2fdb1b529bc74135690dd0781e +size 107 diff --git a/Assets/Gizmos/Behavior Designer Hier Icon.png b/Assets/Gizmos/Behavior Designer Hier Icon.png new file mode 100644 index 000000000..3c1e732c5 --- /dev/null +++ b/Assets/Gizmos/Behavior Designer Hier Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c057bcea816186c241089984fe1b1b146b72242eb45efbd6199def03f01db0b3 +size 584 diff --git a/Assets/Gizmos/Behavior Designer Hier Icon.png.meta b/Assets/Gizmos/Behavior Designer Hier Icon.png.meta new file mode 100644 index 000000000..589c1d84f --- /dev/null +++ b/Assets/Gizmos/Behavior Designer Hier Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dd73607e2a531f5fe9e56cb122ee7512ec4586c57122359b9d64f6fc76ed26 +size 928 diff --git a/Assets/Gizmos/Behavior Designer Scene Icon.png b/Assets/Gizmos/Behavior Designer Scene Icon.png new file mode 100644 index 000000000..6926dbf6a --- /dev/null +++ b/Assets/Gizmos/Behavior Designer Scene Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821296411145c99e28f086226a938b8b7a203a7e0c2a3ceae7d64ac04ce9ef5 +size 14081 diff --git a/Assets/Gizmos/Behavior Designer Scene Icon.png.meta b/Assets/Gizmos/Behavior Designer Scene Icon.png.meta new file mode 100644 index 000000000..59137bde6 --- /dev/null +++ b/Assets/Gizmos/Behavior Designer Scene Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d5c971e58e92261e8b81621aeea9965d387957d1d45d99e6882477037e2286 +size 929 diff --git a/Assets/Gizmos/DialogueDatabase Icon.png b/Assets/Gizmos/DialogueDatabase Icon.png new file mode 100644 index 000000000..68971c103 --- /dev/null +++ b/Assets/Gizmos/DialogueDatabase Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e583c92cf65a4bff502b32129746bdd07d28cad40b3edecf90081fd164641f81 +size 5094 diff --git a/Assets/Gizmos/DialogueDatabase Icon.png.meta b/Assets/Gizmos/DialogueDatabase Icon.png.meta new file mode 100644 index 000000000..82675ab4a --- /dev/null +++ b/Assets/Gizmos/DialogueDatabase Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffacd8a28154650af0228bf04fe420c1cc45002c9dc72a5582877f81416c929d +size 1104 diff --git a/Assets/Gizmos/StringAsset Icon.png b/Assets/Gizmos/StringAsset Icon.png new file mode 100644 index 000000000..1b484e906 --- /dev/null +++ b/Assets/Gizmos/StringAsset Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adda520dc7556e3c9a623ded2974e850a55b22d8ac25bb86f28ee4734028105 +size 4299 diff --git a/Assets/Gizmos/StringAsset Icon.png.meta b/Assets/Gizmos/StringAsset Icon.png.meta new file mode 100644 index 000000000..a37dca368 --- /dev/null +++ b/Assets/Gizmos/StringAsset Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a354fc29d16e7740683e70e578783236c8dd5897ce1e69b89996d6711f71b85 +size 1164 diff --git a/Assets/Gizmos/TextTable Icon.png b/Assets/Gizmos/TextTable Icon.png new file mode 100644 index 000000000..2cb23477e --- /dev/null +++ b/Assets/Gizmos/TextTable Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4ec222653b4163c901b1fef446f2eeaf3d158371b8dda6939cb5b6d906e048 +size 4381 diff --git a/Assets/Gizmos/TextTable Icon.png.meta b/Assets/Gizmos/TextTable Icon.png.meta new file mode 100644 index 000000000..307137299 --- /dev/null +++ b/Assets/Gizmos/TextTable Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d9363cd4d17cf117bb67424d7d47aa128760d70f2ec75d41df07ed1cef85c3 +size 1162 diff --git a/Assets/HotReload.meta b/Assets/HotReload.meta new file mode 100644 index 000000000..df55638f1 --- /dev/null +++ b/Assets/HotReload.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5491bd758ccd175f608349e954f0a8dc877129a93a236891040965d8a45a75 +size 172 diff --git a/Assets/HotReload/Resources.meta b/Assets/HotReload/Resources.meta new file mode 100644 index 000000000..7f0e0e0d0 --- /dev/null +++ b/Assets/HotReload/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc1e075472c694c412b40e09387d610cc683af9fb2180c25435d6f27be04684 +size 172 diff --git a/Assets/HotReload/Resources/HotReloadSettingsObject.asset b/Assets/HotReload/Resources/HotReloadSettingsObject.asset new file mode 100644 index 000000000..fe171d7e1 --- /dev/null +++ b/Assets/HotReload/Resources/HotReloadSettingsObject.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836dc015b927c0d244972fae673d0e1e3726a3104130384c55afa9889d5f9791 +size 567 diff --git a/Assets/HotReload/Resources/HotReloadSettingsObject.asset.meta b/Assets/HotReload/Resources/HotReloadSettingsObject.asset.meta new file mode 100644 index 000000000..b9370b5e9 --- /dev/null +++ b/Assets/HotReload/Resources/HotReloadSettingsObject.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057c6f2bbe112f3a23cf37a19a9fd361e617b6271a2cfcf328f4167d3e3803a1 +size 189 diff --git a/Assets/Layer Lab.meta b/Assets/Layer Lab.meta new file mode 100644 index 000000000..54b7bdd66 --- /dev/null +++ b/Assets/Layer Lab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6e0563ee0651662073a1a7db1edf86ebb296247b48597e1cafb099481918d3 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame.meta b/Assets/Layer Lab/GUI Pro-CasualGame.meta new file mode 100644 index 000000000..b4786b629 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167ddc5428f71912deb83aa435afe3d276661dc9c155707b052edcbf5705936b +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/+README+.meta b/Assets/Layer Lab/GUI Pro-CasualGame/+README+.meta new file mode 100644 index 000000000..64415899e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/+README+.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0afb9177d24bf6837ad4c2874dbac28a43e7e1786a91fd5a36b74d470f25c0f +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt b/Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt new file mode 100644 index 000000000..6d96996aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab6eefb90d770ba418d1941bc378bcddf69d412a65ed70c19109ecd6ee9e69d +size 662 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt.meta b/Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt.meta new file mode 100644 index 000000000..36d8405b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/+README+/LayerLab_UserAssetGuide.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693562c2da780127f485d2dbfd3125386692666be5d5194a045f11d3a515afe1 +size 380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Extensions.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions.meta new file mode 100644 index 000000000..6c60946e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe53b0d2421d96822b7f68e8a3e50b34ce1898057057b9aafdf42a7e635006d5 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle.meta new file mode 100644 index 000000000..d6b74b558 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b08b90bc910f4b42782ef3124aa9c1abc59e00cde1e44a9076a075435e4fb9 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs new file mode 100644 index 000000000..acbb19197 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6667cd0aea04b3f281ef4f83aab4723f3b52c7db44342f5d15afcbe4d4f2898f +size 15386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs.meta new file mode 100644 index 000000000..d957ae7ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/UIParticleSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8762da3a43387a39ee31bf7c46a1bac249642d37b9c6362f1ea43313b8c04127 +size 470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader new file mode 100644 index 000000000..e5867288a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3fcd7f2b5444a3ba7c71f04a6daed4e3fbbc0baae52c8c7dde9be8fda26518 +size 464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader.meta new file mode 100644 index 000000000..fddba312f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Extensions/UIParticle/hidden particle.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81b3f79bcb4a2511bdf3344017482d84544da7bb0d0f7e47540292c579b0671 +size 434 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs.meta new file mode 100644 index 000000000..8a6fc5315 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87640a7637203ff189f13b3657027707c2bee721886e1300bd3576c23b670f3 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons.meta new file mode 100644 index 000000000..3e023e304 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db641763c5c575b063d42926a8465f12cde3451ea137255eee29ad01c0a49f3 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab new file mode 100644 index 000000000..ae3778b18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc669a42f35d1640b22ad22b7a684fc34b75c481816c1e18ce162c137a27197 +size 7666 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab.meta new file mode 100644 index 000000000..5b5b644e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47dae4754e79a2784a6b4e2e508b719996dcd29e0c9115f31d1f8874b684093 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab new file mode 100644 index 000000000..d07612027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0df62d2b24c0823bb6a468fee8930e37db8c1edf847433aff641253fc1d99c +size 7701 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab.meta new file mode 100644 index 000000000..77987e264 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_BlueGray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb200b22d63ff55e32c1eb70c9f84cad9fa647031e9267613391d9b6245b187a +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab new file mode 100644 index 000000000..069fdfbf3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b577ba08ebd50887b77d20078b70759cc799e60d0548ed644221fc8917d00094 +size 7717 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab.meta new file mode 100644 index 000000000..4c6b0b2cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b20748dc964a2b70b3a6bfcf0a69ac0cfc97345003ea1e09cc724448bda91b +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab new file mode 100644 index 000000000..6efedea23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c11e027b3225a3c6293f417be769c63cc043b414856db846cee0bf1b3cd25f +size 7694 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab.meta new file mode 100644 index 000000000..9eab88f2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ef1f9c3aa26cda9d75e51f3350bd34834ed927c7417871a115be12963cf487 +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab new file mode 100644 index 000000000..bb5f0d59c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84201ee81e220c4ef14ee794d09ea2b709cd43b5b368d811f04e21e56dec00cb +size 7670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab.meta new file mode 100644 index 000000000..0970d4b5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb849c2177bf701d77810b83f8a6dc51927ea8fdd7fe1644e5eecfc5508f033 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab new file mode 100644 index 000000000..e6cad0835 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30202a5c4304c9d5b60b04488d9175e3e1e0bd02f6e42c02bd0ae148179cf8a7 +size 7696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab.meta new file mode 100644 index 000000000..5d82070a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f83beff38c933a8010665defdffe5a09389385a1370bba3431d5913e9f43d1 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab new file mode 100644 index 000000000..9e72259cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1c1726e511101cc82e9c86a7aeb4057f8876e49083a49c7889bbc2cddc1e8c +size 7690 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab.meta new file mode 100644 index 000000000..d4fdf68b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17bdcdd620a7e3f8f4da1e49f850d29354a25b01e1e4e26b889df0ab0283dc3 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab new file mode 100644 index 000000000..068d328f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f5d5a0aebd82fd98ba0fc6948b4084d9d24055c11880ec03e6b09bb1f35270 +size 7702 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab.meta new file mode 100644 index 000000000..d2b9d5f3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Sky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce59c0ea7f84e05066acb490080710b36ffe65e049bb9b14f9e5374cc0b641a +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab new file mode 100644 index 000000000..77b7a309f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3ebc71311b5788139a4790fc1f639cf84075183f754d9fd4d91a5992c9137a +size 7720 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab.meta new file mode 100644 index 000000000..9683608cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e729883078f750cdaf8d5b4d0b39863ddff94e9cdff21888555cf1d76b44ef +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab new file mode 100644 index 000000000..e69ca7f1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f769461c57094c9a5a7309dcaa1b27fa7a120af26203d720d5d19999cbc802 +size 7696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab.meta new file mode 100644 index 000000000..08e185095 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_145_BtnText_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5742f315c8e3ecc92f41452798b94a992e1c03c951028b26c3de83b0485594 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab new file mode 100644 index 000000000..da46bd8fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c871034cbd09360d3351094f4fc7cdddeff258a077ba32c8b824273c0db6e2e6 +size 7704 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab.meta new file mode 100644 index 000000000..54fb4101f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f1612e364deb539b52f6f462ba2517d35151386d023bc50d66abd102da8282 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab new file mode 100644 index 000000000..cbfe70748 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1aa1237765f02aaa7dcd3c109bab6b32a9a31716c795f54ef76e5d50126e90 +size 7710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab.meta new file mode 100644 index 000000000..f8c5c3a2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_BlueGray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3ef1f19d11705246a79eb4ad3d807a257d5c31756c13cac032f59fddf2364b +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab new file mode 100644 index 000000000..3b5061be7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d0ced2023b05d420002d6005319bf16f1d2a7a3c42c2353fe660d673030d1d +size 7726 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab.meta new file mode 100644 index 000000000..cb556d08b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c27ebda4aa507fe60ea27a5e4bf9baa29c3cf41c07136f27f41fa61f70b9e34 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab new file mode 100644 index 000000000..ba5ab50a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa13502141d63e44305c0b9c1684f743e921887d8a61e5516f2d9752518e2441 +size 7703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab.meta new file mode 100644 index 000000000..5cff6e73f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e15a021be1668e7befb8f60b13a745236ac3279105fe35600268c1b0d8887ed +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab new file mode 100644 index 000000000..3daf837dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b89cf52e2a0873c354aa19fa8d7289c02d106f739812d4b9bd69160c6bd7f5 +size 7705 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab.meta new file mode 100644 index 000000000..d3bbb919f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf8bac4dd69e4cb37224ecc4b5139fd6ea27be417f2201eb2ed272ecd665beb +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab new file mode 100644 index 000000000..e67263134 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633ecee36563881adb795cd145dbff6dfee792c041e4c1a3b9ecd0bf4a5c7f25 +size 7705 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab.meta new file mode 100644 index 000000000..3e7523076 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0eccc9c2e1ee7be977ca5e58af041c7618e49b4a055f869097f201d1f5fb61 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab new file mode 100644 index 000000000..67a5e917e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdd16ac0b5aeff8cd83551f7d6c0a76df64cff5cc80aceb05e5687b2a851c02 +size 7699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab.meta new file mode 100644 index 000000000..2ecf41a61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cae30e3abf70f5c36f2806ab2a21bf67452b8ed0cf0005b2a084065432ea0b0 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab new file mode 100644 index 000000000..de6f154fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6e13e03c18395e99bd3b9ecc8987de3d9ad217f8bab60b12deefcfd77afc4c +size 7673 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab.meta new file mode 100644 index 000000000..98827c2de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Sky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd61658772e7650ab9134880837e446796dadd73d2f9767ec1a5766c93bec5f +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab new file mode 100644 index 000000000..5ebceb936 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d018cfffd88e2af6cec1165d33e3bbe8684e9aa09a361f4b27481c1c32d6872 +size 7729 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab.meta new file mode 100644 index 000000000..97b0dfdce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c37d8dd7580baf25cfdab55f6d77a263aed519b14cd7a2db3bf70d57bcf2aee +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab new file mode 100644 index 000000000..5037412c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d766b2c36fcbdd6c7cf68543802b5fb35e74c7ae3950782f9d724b41dff8cb +size 7705 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab.meta new file mode 100644 index 000000000..4349831ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_175_BtnText_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97de39e7920f60f41dc20159305cb1ae8fb522c8af1a2e1102b469fd2dd01339 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab new file mode 100644 index 000000000..812adb7fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d58c9f90267eda2518dc2ef0af34455474d2b772438883c1d1ae000412a5e9 +size 7692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab.meta new file mode 100644 index 000000000..54200b5d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad250e5d23226ad38fcc2ba1806d66529bd6afb63ec72cbe07e789339f923e43 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab new file mode 100644 index 000000000..dae07845c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54ea711d51b255329068b0f2ccd4ed630dbe51405c3eb3ef334194e05e62360 +size 7708 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab.meta new file mode 100644 index 000000000..7a5cf86f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_BlueGray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f77f3be83f7fa1004ddefb512f2c6d953a4b0aafc7e33591ef2e142a9efc64 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab new file mode 100644 index 000000000..9671f5061 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc421745875e314a686f27a0d46d75bfbd81a1f53d05416fe6a9016588bcfa68 +size 7718 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab.meta new file mode 100644 index 000000000..ca3df1e0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df15fb138915a3b13d81d2909c1e7545f82e16222cb45ce1c7b58fe17a3f9f1b +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab new file mode 100644 index 000000000..922f04275 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2e9faac8ec8bbe3fa98c92e7acb3a96b79d4651ebce3a6f0e8fdb02345ce6d +size 7703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab.meta new file mode 100644 index 000000000..2db536246 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba5b074ccc283616e1b4331da15e581586d24604d5f526c0ffec5b53939626e +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab new file mode 100644 index 000000000..e569f2ea8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c209b08c276eb2a6c3d91059e1368b28630e83c6fd59ff0a3f97e802bc8439 +size 7700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab.meta new file mode 100644 index 000000000..810b0c142 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad4d22b0141ff63744a73fd9b66a81aba30aa5c421db7ace87117f0439c2fd4 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab new file mode 100644 index 000000000..2cf837855 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6f3d64170ad76087d7b204c8279998cbf16fd9697c46be1611fac58be2e618 +size 7705 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab.meta new file mode 100644 index 000000000..e844bc6b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43846c52516d1489dd4b6ad1dd8a59b1507d6c8484b035c440a13cdeb7d7ccea +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab new file mode 100644 index 000000000..1d6114174 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60264bbadd5816ace880629ade4eba30af34e959c5cfe1e858606683681e5dc1 +size 7692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab.meta new file mode 100644 index 000000000..880da0256 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73edddd64a28b6836eec3f0e188ad687450a8a5f0370693aadc14b6ff3e0e8a +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab new file mode 100644 index 000000000..a6dbb802f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd67c619d92145ec37ebb17fd9205b251ff9e65c443e52905527f661760b324 +size 7696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab.meta new file mode 100644 index 000000000..407c1c644 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Sky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aee07f4f21418d512b7d9a074b1558b6c6b42c61a0c1c262afbf10a92dadf17 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab new file mode 100644 index 000000000..2497f974f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64411c10b795a71c8c9801e4ba6552f8e76e4556c48f42399bcac2e3375f7b7f +size 7724 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab.meta new file mode 100644 index 000000000..ad9dadd8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402f28b9faae07dbe4ef9d9e4db1a88d4ea5676c00493b67ed73cfe44b6d3396 +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab new file mode 100644 index 000000000..532e6372a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e3a83ac4efa98e85657d8c8994d728bed0d484dcfccca0abf680989360610a +size 7700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab.meta new file mode 100644 index 000000000..9db8ed8e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_195_BtnText_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28770cb0e3201db00a5c659d2a0b45e91cf428ce2207c5d8d7570df38f1b2eb5 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab new file mode 100644 index 000000000..cc7a56273 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a992e2e525dab1a0fec782663d29863929b10d475add4456818c10a0217efe +size 7699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab.meta new file mode 100644 index 000000000..ad416ddba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab66dd474468381f6a58a2313f90569bb92be48b6619b5d68cb61549bc9653ad +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab new file mode 100644 index 000000000..1588593df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fd662f13c22011396495df7d3f0712982dc2a11da06c28dd317b8637095661 +size 7710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab.meta new file mode 100644 index 000000000..7f103b7f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_BlueGray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc138c20e07ab1fcb594b28d577dc8cb5396ab800403c777b786d71047d7c81d +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab new file mode 100644 index 000000000..60fff3210 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc5d36a3b73d5b849921de12ecdd9ede5e4842ad7c8b042c3846dbbad374a71 +size 7724 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab.meta new file mode 100644 index 000000000..265b45d04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8ce328405c2008844f3ef09a8fcf5a0a224a6a188364d69aced3d1fa983c35 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab new file mode 100644 index 000000000..b822f8536 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3763391de2a5ff47b6380d4d688b6dd88b85719697648f826491b4251fd4a4f8 +size 7703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab.meta new file mode 100644 index 000000000..f939a2b0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fc56514b8bb0d6d952984a4ccf449237d179725a28714ee3f75e72817819dd +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab new file mode 100644 index 000000000..a012451c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6871d249cdb7d906b74f452eaaafbead0d43559ea2fe651436db2f3b34b522f +size 7705 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab.meta new file mode 100644 index 000000000..dac5ac50f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae679b6ebb1e234cefdfe81be90327dd26b6e2dc8daa7c68e54a0c17b8665d +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab new file mode 100644 index 000000000..b64bc8f08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3172b48c59511ecc648046738c111e310689bed211847f4e6118c128c5b62dc9 +size 7703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab.meta new file mode 100644 index 000000000..00368a0e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8872ac38bc944c582eb07ee286ed14f654fe8d59730242fcb03624d7be3cbfdc +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab new file mode 100644 index 000000000..2495c1978 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22c5e751351d47130cb30750f49e2fbf02d6e61aaaf46c05233bd41be14ba7e +size 7694 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab.meta new file mode 100644 index 000000000..40428c402 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cbfd22c8adf8a4e14b0f831c5eec283db335dfa4386ca8f0675db77ac877c7 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab new file mode 100644 index 000000000..8be0c2e02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8683d34b9dcdd15fe7bd63e8a53eab44604012015c2afd043cf8c25d9663deeb +size 7699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab.meta new file mode 100644 index 000000000..30cd19681 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Sky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633c701ab9e97e0553d7c233ba6e5044132f1dd87f4b3170b33714aaf783283f +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab new file mode 100644 index 000000000..e092ad039 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863a41622ba0a146f78837840f746eceab3b374617ff5fb0d191eb413dfeb74b +size 7724 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab.meta new file mode 100644 index 000000000..6c4bece46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba0cbdbba3a9a2139649717c071870ac588a826dea0fbcebf2f8a82b0bac8d5 +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab new file mode 100644 index 000000000..9f24dd70e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb89e7cbee1067b52b5d788d8675e9a0ab0b1d9f6e670849d754b0897f42d08f +size 7700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab.meta new file mode 100644 index 000000000..e90ac0fbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button01_225_BtnText_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178334e8321ba7b07a964b67ce0da327ebe935baaebbeaa9672054d0213ccbe4 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab new file mode 100644 index 000000000..c738d6cf4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec2255b0a0c224927edae6cb971afbe72f973ef4367abfcb7908cc95cb9b666 +size 10152 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab.meta new file mode 100644 index 000000000..f9e6b0a08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01263c37638c509e07c276ffad703e52006567b0d4ad85dadbd1e0c411583cc +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab new file mode 100644 index 000000000..e1120d43c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e15182ff07b95834ec2ef87df0af4e0bf2a6a30a613dccd709a02992f1da9a +size 10149 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab.meta new file mode 100644 index 000000000..f14d796d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button02_BtnIconText_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f61b525f2747c151992b3ec5575bc337afb2d1c0d95e4eaf087bc3a6934c2d +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab new file mode 100644 index 000000000..fb5075915 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966971629a2f8031db78214461f2aeafb87d4b5d983f6e2fc6ff1671835ab9f3 +size 10134 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab.meta new file mode 100644 index 000000000..3f6cc1afd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39f14dd543c2cc681e3ed0539f35c17565ce5fd3fd118df76d1b2048bae756a +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab new file mode 100644 index 000000000..097215213 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4407d49376483821c867b5c7b3af9e2195932a4e2866258e2de6d14fd3a40c +size 10136 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab.meta new file mode 100644 index 000000000..3928a5d4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563780fdaf4306ec4ca0f390633d0a0a688d9e0dbbec18ad0b9c9645a4081dd0 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab new file mode 100644 index 000000000..675e2d218 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dbe8dbf9db06e8c6d38f3ccf3d94bc0fb7def10ed60d804ff8a876401f7d0a +size 13282 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab.meta new file mode 100644 index 000000000..11ed815f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button03_BtnIconText_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa9913f51fbf3e71cf835d1972fb332130081978063bc063b22ca3d477e561b +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab new file mode 100644 index 000000000..f39563ba1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed54fd32840f1c379e2a7f5061de45ae39950c9c94733fbc108a80e05c6ec71 +size 5851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab.meta new file mode 100644 index 000000000..4767d1dea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_Dark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5953c4865813e6d3d442422cd10a2536fa598a41b7efc6017efc376af36109 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab new file mode 100644 index 000000000..1e96481e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76808f66785a87670949d7a4b2dbb8998c5c393c7fa601c8212b788a641d7c98 +size 5827 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab.meta new file mode 100644 index 000000000..0bf97450a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle128_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786f308ea0b5183b9be2ba1d7b376581e15facfb4fcdca401c10e81e609b04d5 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab new file mode 100644 index 000000000..2cb7c4c6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7569c9e1912f0ffd763bbc1f08855ca9e0d96aaa39137000b10db4bcc30f65 +size 10136 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab.meta new file mode 100644 index 000000000..09a7742d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098433e29a70a39489e85829203615bac9d6657b3219230044b6770abded6306 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab new file mode 100644 index 000000000..69d3a6014 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274684288569c8d89d361c1e0afadba0898666be65c65bbc67e0621eba15a133 +size 10136 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab.meta new file mode 100644 index 000000000..19a1c5830 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9062382815de98ae1a90f79a78318964bdcdb087170fbb992866dfe471b8bedc +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab new file mode 100644 index 000000000..75b3254ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4cd9f878b258ed2fd5ea9edee5594bf33142fb357e06f81cbaef2b2efcdf6c +size 10132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab.meta new file mode 100644 index 000000000..2bae6e35b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Circle147_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc39cd601b6d485d832379781cf23d4d0aa6e41e3aae271e60302dd86a88e219 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab new file mode 100644 index 000000000..c1fe06aa7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682de04b38e94d549f44cdc2e317e169c4b05a18a7a9f8507f80347e249bc73f +size 5827 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab.meta new file mode 100644 index 000000000..eddb7eff6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7864bd4d5e655511d65e07d50b0b8d02c01c5bf81015256f6d2359fba407c72 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab new file mode 100644 index 000000000..be32e08e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3f9a5a1038478e2465bc4b72ef03a066d5035c846c9db09468527e35f4df84 +size 5828 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab.meta new file mode 100644 index 000000000..62e997847 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushLeft_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a91c1d8db2fa2a74b931d161ccb07bf5bcc5df7d819568cf09460712aa3c5e +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab new file mode 100644 index 000000000..194d5feb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e699fbb5f09814d2ebddbc0a3185ab58f6f9210ded7ecaf2ffa8c929fa39b3b7 +size 5827 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab.meta new file mode 100644 index 000000000..928ae6d29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da242389f57dc64e3cc9516702c7b327e5ad58a7fe660823905f298bbfa29c10 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab new file mode 100644 index 000000000..ace640e8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35c97e8daaec7bb9ab1e38928f28e8f847eec6fabec4dcca73a21b8a1a0b81b +size 5818 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab.meta new file mode 100644 index 000000000..31b191efa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_FlushRight_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044aaa78321aa4cbceb82f4ac9fa67cb02d20eeb1cf7dccffa893e1dd0016311 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab new file mode 100644 index 000000000..ffe5e9f62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669a93a9cf6ccada7831ec1ae565865a743b5a2b248e00c9ab4ea15dc0f45f66 +size 5815 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab.meta new file mode 100644 index 000000000..ba939a1c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a08fec2f15634b6f327f6b82059e2592cde138b10e9b3f81d4a83f162b53834 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab new file mode 100644 index 000000000..9fc45020b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89535bf0d3619333301c274848c58b029b6f471744d6150b19204dd3ddaec6d5 +size 5816 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab.meta new file mode 100644 index 000000000..c624c5236 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84eb6e3a574a6c1205ca18445eb11e32f04a6bb9baa0105ca72a3840c6cc6a98 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab new file mode 100644 index 000000000..88f5594be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdac0f032d825d1f36a3914f4b0cc379db6de32f2612231217c5a771baa48b9 +size 9312 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab.meta new file mode 100644 index 000000000..acb389a74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Hexagon199_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88ebffb43178c34d828e89e0a453f2367c2771f4db562846290250000b850cb +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab new file mode 100644 index 000000000..82eed16df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266e8f8a13c7bd0547fa94013bcc2e759bc88b71d5613a969ead89d10e0c707e +size 5831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab.meta new file mode 100644 index 000000000..ab5247491 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_Sky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39420a660c1742aa017f4541b790dd9589d8f77a7d163d752b079ecd47b254b9 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab new file mode 100644 index 000000000..cde85116d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097a44b6f6149bc546fedbfd0ecf3b15b91e733a212afd2d8058affbdfdd1462 +size 5837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab.meta new file mode 100644 index 000000000..5e18311fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbd12b7448c743218419605b45ddf960e4c578db3c9583218ce7a25fb8f9c58 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab new file mode 100644 index 000000000..1b0fd9a87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95db81bc27d8db73db60aba2b5c0b657909ce29114320248e9401d1a79d4b532 +size 5822 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab.meta new file mode 100644 index 000000000..63070d026 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_Gray.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d62a13c573b4cfaa2b7a8f7c5e3a951de7e954cfb89308ca8dee12a4e94c1d +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab new file mode 100644 index 000000000..3c4ad4010 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dd58b634cd98bfedc6fc141a5665570b8e5933394110f003ced74ade7dfcdf +size 5821 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab.meta new file mode 100644 index 000000000..f0e3d413a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b350b75d0bf08c2f1353bb9e05bd253b9169ac1ddc14623288cd246ef94d695 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab new file mode 100644 index 000000000..7246d0c43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941ed844fa553c227f229247a9cdaf661f429432b2e0d61fdf227bded625ba88 +size 5790 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab.meta new file mode 100644 index 000000000..97ca87034 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd1bce40754839c5cdd7f05adf23c71ac0785c928efb8a79836f14843a4c83d +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab new file mode 100644 index 000000000..27968a9f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0d3c5594c4f97846f356222e7211254d6b2ea4143d402626891ba45c874823 +size 5815 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab.meta new file mode 100644 index 000000000..d8b23f8b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0091493715c83194864f2b07027b9f584bbf5612f1bf6b7353627a729187da +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab new file mode 100644 index 000000000..880b0510c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c329ac4c8f0eaa95a8bbd28c6a7b24be552448df930092d448467f2af6925d +size 10115 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab.meta new file mode 100644 index 000000000..1b63bfb3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_Dark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bee452250b160b23e8a0679debaa2ea2f3fbbaae9796dbaf16ab699d9afebd +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab new file mode 100644 index 000000000..1bd0ddd0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b000e65db49efb33e6a2750f2d4c94730a98a30b83d3edcea50ba1796faa00 +size 10134 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab.meta new file mode 100644 index 000000000..12981cf32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square04_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c829e5a62665c327563d7cdc998e95a488de3eb1aedfc6dadb8b740b02993240 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab new file mode 100644 index 000000000..5fc90c4e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c695807d0080639640369c7adbdb24008adf39dc6d63a09b9a55905532974374 +size 5827 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab.meta new file mode 100644 index 000000000..b0dedf91a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square05_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f2932af0b8cb2a2235a9a932f5c6565ddbcb87b7cbe33d669c347b41a8edfa +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab new file mode 100644 index 000000000..b719e9f54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0342459b09d9346d3e73c62aeca0b1055ac2f72b1e904a5aadffd47b6f6d06 +size 5828 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab.meta new file mode 100644 index 000000000..46ac6d5a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce2b00a46760b280d40d5d5c7e89e42694ced1436c4481d0098681e6178d0e0 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab new file mode 100644 index 000000000..1d996b85f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea00dbe548fd07c1c025598c62b6adb31666f36618e41e17f887f098ef0ceaa4 +size 9344 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab.meta new file mode 100644 index 000000000..5d9bea1ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_Square06_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581bd0c1bff9dc792dab4bf55eea468ad5b98ef68c250cf3021be0fffbc80789 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab new file mode 100644 index 000000000..786042e00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bd9d4d97f33ec47ff6b761f17e746aba28ed658d75e70c5824a20b7bb64065 +size 7972 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab.meta new file mode 100644 index 000000000..426ebe484 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedDown.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacedb139e9d029ff294d8073995f4f65e6b11d06148e41301088cc49f998d5c +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab new file mode 100644 index 000000000..7f063010e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a98caec5b9645c4cf53b56c87f4f78393eeb506910d86b82368266cabae1304 +size 7969 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab.meta new file mode 100644 index 000000000..2cc572c26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Button_TaperedLeft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34b3cd2346c7ef0692dccb6199196ab134dd96aef9add482311ad9c03e11c8b +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab new file mode 100644 index 000000000..ddd610ac4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc7402a1b27569bad557e6aa17209ed97852629cd1a19f33b65f98739c1d12d +size 22348 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab.meta new file mode 100644 index 000000000..c9badf050 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/Menu_TabMenu.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f884b0cdebf3eaadb3f86878402fc2201e9623031be600d7883aabede69920d +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab new file mode 100644 index 000000000..18382e44e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be29fd45ffe7dd1eb25fc79008ed80bd7945738e0b1bc9ace75ae7267f81b58 +size 448060 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab.meta new file mode 100644 index 000000000..27ff36803 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Buttons/_PrefabsPanel_Buttons.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae11c465a9c08ed7108504423e5df835ae5be2c1af7d9a115f448765c7cfcd3 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames.meta new file mode 100644 index 000000000..e9f14cba1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dea7bba88d0cc5cae173d5c679493f340d2d6ddd9fb115fab0373d929126967 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab new file mode 100644 index 000000000..8704c25b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9e243f49b499dffb2c313949f537f70f13c0d5d5872302e5f3b0b1c19f7b7f +size 2193 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab.meta new file mode 100644 index 000000000..025d04a86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77c4645b5c15d434f94af22c49b21c176eac8181490bcfce792015da9b11ef2 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab new file mode 100644 index 000000000..e53ba80ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb37a0b79152f736e8d27883b6236ee1b8e63afd2c08b3225420af3b3fca6208 +size 5460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab.meta new file mode 100644 index 000000000..3a9b98df6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc50b968de557261ac4e9f1526f0e02ad2a3038361e62cb4133fa3759d7d89f +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab new file mode 100644 index 000000000..2de14b68f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a169dc8bda6fe9eb6b749a6bce54e4dae7e0337fe7e2412628120b76d313788 +size 2194 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab.meta new file mode 100644 index 000000000..205228e2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d1110ae45d86a0351b0a7fd1350128daafaf8aa116654c3d74c4a6a5e3cc4f +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab new file mode 100644 index 000000000..ae910988c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656ed1004ea3d00f2bc551e08a488657392af7e3b23e103247320af21393a548 +size 5409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab.meta new file mode 100644 index 000000000..2169d813e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc8d6e339081ee4995f3a1795de42e577b4c29b6792d00bd646aa636a48ce20 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab new file mode 100644 index 000000000..59c5fc2d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b8f309c1f7257b33f6c3da79b2eb898c4dce4b66f83d58b21020fe854ac376 +size 2187 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab.meta new file mode 100644 index 000000000..415eb3e36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218c4938032edf63c8605b174aaf4ce5d9572f1a26cddf8908c446c8eec67a06 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab new file mode 100644 index 000000000..53f14b02a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f441db2eb0e78d3238c2d873f7f3e445ad397c39aa5b2e7646010c98f6efc9 +size 5412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab.meta new file mode 100644 index 000000000..dbeedaa86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BannerFrame03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a60bc10f4bf37e7ad28064d7e879c53c1c4795bdeedcd719d71709a5da3eca1 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab new file mode 100644 index 000000000..a66c0c2cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579d8b1c6bc17e0cf114064b68ce6ff17e7f7c95ace28e0d291f3505771d505e +size 4340 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab.meta new file mode 100644 index 000000000..4c064ed4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_Dark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb7f24814a494cbc654e4a34321d87d143dcf3a7b543eb0cb016671b79eb260 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab new file mode 100644 index 000000000..20cab237b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4eddde892bc0d74e90f8006adc2b385ce67e4295a25d9c2f2c693646809886 +size 4363 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab.meta new file mode 100644 index 000000000..9e1c5116e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Circle77_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72a180ab86421c8f4241c7721d4c23a3f5d53d06b22df4b8f26a977ff0a6bda +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab new file mode 100644 index 000000000..d2d60068d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0bad3c6e05190141fd8a5fd08d930374bf3b59ecb344359c433582675b600f +size 8709 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab.meta new file mode 100644 index 000000000..6ed75595c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b96bb95d21683ae8b231bb0ce11354af7f87c935d34ae503c3409cddf6cf869 +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab new file mode 100644 index 000000000..b18bdcef0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8b956a24aca149f1472b1d8c29bdc7f8a5f840908e0af626dac46048606dfe +size 8683 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab.meta new file mode 100644 index 000000000..c45f9306a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Gradient_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f050297fb9d6521a0a533d03cd7631a7984a2ccf3fa8dd5045859be931c32690 +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab new file mode 100644 index 000000000..562328b94 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd81fe78f2b8dbcaa2c09b795b81d67c7469f71e202ecb4ba8ff3334ca79c67e +size 13076 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab.meta new file mode 100644 index 000000000..d95e541ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b7c51afee44c1528ef35fc2170e83cd48999974b391b73c4c90b0985b00e39 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab new file mode 100644 index 000000000..f1c57b93a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a4718367ea072e0849462e08ce274c37381148657a2615f3b6d159e5efe6b8 +size 13050 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab.meta new file mode 100644 index 000000000..7c6fea303 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round12_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588f68aae16b475b115785c5d39a5d9e610e58374bfcbc6fd0c19bd21d0471ca +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab new file mode 100644 index 000000000..acbb6c528 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556e0f8a5d199ba2858bc73ca9a2e31d828ad1d994abd3c0abab6830e6c99ce0 +size 13094 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab.meta new file mode 100644 index 000000000..812489c48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbdf9cb23e697aa3b249aa063203efc230a3c2ca5e1840ba125fa804c3846fe +size 417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab new file mode 100644 index 000000000..4488dbc32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003189ecfc05c24cc043aa9bc0d881466117da8d4875f9d452ad56a3add5c200 +size 3394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab.meta new file mode 100644 index 000000000..2498cf0cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_Navy_2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a50d707cd7de04af7e5c9b05a44abd24b8751dfe4284fc1b884d394c31d6b2 +size 417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab new file mode 100644 index 000000000..b4c5bb061 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d521e936cd86f80da8ac2eba4b234c4f13a60dec486afb2a345e6db8223fe35 +size 13069 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab.meta new file mode 100644 index 000000000..b1f00e9a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Round20_Transparent_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc10ddc7836789f17b8e22aa96e77f045926f36eca9af0d2ce8a5a82f512ca3f +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab new file mode 100644 index 000000000..6d29703b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f28c1b5c8a607930776cf1bd7dcece7f53a19dba96788e204dd19444ebc68c +size 6518 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab.meta new file mode 100644 index 000000000..72fec0cca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_Dark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635086101ab4830e1b1c7a1c6dee6a8ce0d8d52d000122ce8b2a6270b64c6363 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab new file mode 100644 index 000000000..c06542e55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4479d5e31dcb1ba0a30139e8838b2c9399566bfbaaec87c4242fedeedd601be7 +size 6519 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab.meta new file mode 100644 index 000000000..8d6c7aec2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BasicFrame_Square_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7bc6a7299e9952c8cf1a44b77a8ef41ad62e924870bb3f21e727bf090aee45 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab new file mode 100644 index 000000000..8a5cf134f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada610ac42fed8c535c1cf981b054bd0b562877e8f83478f4aef8cc5cb01c860 +size 6521 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab.meta new file mode 100644 index 000000000..660081535 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb82c3b90b9a64cea1fe8922329c0c205be14ea2a87232d07547475dbf6b65e +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab new file mode 100644 index 000000000..90097cb4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c304c9ef8a96911f4b63d011129899a4e40918a43611f1167bbbcd07218dd3 +size 6496 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab.meta new file mode 100644 index 000000000..f8c3c2657 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Circle81_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2684e9903146104edd655e828a99561ac31ae67a8eae86343abf2721f8961500 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab new file mode 100644 index 000000000..ae49b1925 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898463acdf9753b0d6336211b02c5950b4e05ed09e3706e142be3ed62b22a873 +size 8717 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab.meta new file mode 100644 index 000000000..89a2c7057 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca42b4b12d624fd8aa4f4d78e9046703d4da0d8b5f28a4cd1664714a81133a43 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab new file mode 100644 index 000000000..6677b7dae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ea066215a1e2e33bfac0b2f933cbe4fff3e519787e0b003a8913a288b3da4b +size 8689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab.meta new file mode 100644 index 000000000..75d45d1e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_Sky.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c2059c1d05e94d9a9376993456d1af6dc6b9b870b3fdc8d7c297cad7f8f181 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab new file mode 100644 index 000000000..3eeed6058 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037a706d3b9a8d420b225a18b0c678dfbc5d2affac6a4baf2683f18b41d02eac +size 10895 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab.meta new file mode 100644 index 000000000..df7de62f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae078ded4651c28248ce8fade420604107289c5e3a87866d27b4caabc5e1049 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab new file mode 100644 index 000000000..854cd7aeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de4275dda528b895ba7b6534bd361d6c315f7a234ae4817fe1e2686db8e619a +size 2226 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab.meta new file mode 100644 index 000000000..e2ba69d64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4283e077b86f63e659aab42c211375c62528b60c926cd65fa65034be4b201b +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab new file mode 100644 index 000000000..4171ef3fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b341a51099811ec55ab7947efc328943fd43b19bf4d7efdcf7a31c555a152923 +size 2200 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab.meta new file mode 100644 index 000000000..c0cccae4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebcbd8bfab4a99c1bf98a383e0c442242ffdd9a86b7a02c5446307c14cc0892 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab new file mode 100644 index 000000000..6ca33d7b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32726748286a2bf365fc24c48c759c9f73415cfc4a67fc0575aae3886be32450 +size 2212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab.meta new file mode 100644 index 000000000..491b589b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20eb337606e5d6f692e4490b644d759631275c7b208ce7e7ee2c19b860489116 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab new file mode 100644 index 000000000..34dfefcdb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d0a465e7b45c4f5447ab9e4d52d60dbf7a6ed5f03e81a18e20c899f8d5918c +size 2195 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab.meta new file mode 100644 index 000000000..9eb3268c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f453e303fa1bb3da0092c73ea612ad5f3165cd5748395fac960cfdc32de62d4b +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab new file mode 100644 index 000000000..2f92daab4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e782e01450640f9bd706138fecff22d84f3bb36bbcd6e487728d74d04aa5346b +size 2240 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab.meta new file mode 100644 index 000000000..0375ed52c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708e25b36ead97180eef85f0a79b73deb6079f9c245f272ef3c2528151e68b9d +size 418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab new file mode 100644 index 000000000..2471496de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46470db327d5bbe059310d7ba0c850a61ccdbee6426f144159ebe67d8060278 +size 2213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab.meta new file mode 100644 index 000000000..ddc9075bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round04_Transparent_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d3b4604c328e631b23d6e19642969367f59586a9383789b6dcd0b81e6c454f +size 417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab new file mode 100644 index 000000000..4d23b273c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d2f9d3a3a9acc84ef0a79327642a27facb0f172700c1a44f5277cce3ed503d +size 21786 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab.meta new file mode 100644 index 000000000..14ffdd173 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Round05_Gradient.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0796f3d26b4715699eb81a7d54656656ee860433c73b8ccca1985e440f181533 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab new file mode 100644 index 000000000..8db86d858 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f0239b8db82cb19666e74931ae2af25aed5bcc08b785da4861c6d2ea566e47 +size 2201 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab.meta new file mode 100644 index 000000000..619cae23d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0cf63e9672bc5f1e16d574c8b27626c9db278d60d978d76b08e64a943f40f3 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab new file mode 100644 index 000000000..1c57c620e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effbec83da84de3306571feda415372694b01f197b8be10351ecfbb72203e90f +size 2202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab.meta new file mode 100644 index 000000000..66820406d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BorderFrame_Square01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bf48fa7b59e4b94fdcf35219b8670527b370379390e4c33a0ad086bf429299 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab new file mode 100644 index 000000000..177b13e32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8d4acb5a56d2879752ebbf034c133958b83f368f34958746beade3e4862518 +size 12405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab.meta new file mode 100644 index 000000000..3f20ec712 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_Single_OffWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abcb465a9d8c4c2da4f3956ff5b0d2477aaf718032337380f726e7d33a384a6 +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab new file mode 100644 index 000000000..b4b7e2398 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c13d818561499db97fe1bb9716670c19e4e8f4aef017c9c17c4bacd282c7102 +size 16823 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab.meta new file mode 100644 index 000000000..6ff70526b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b667edcb057c2f015c0fa67c8e5785887324f72bf9bed24904b3e6e552bab552 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab new file mode 100644 index 000000000..b8d6e1fc7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478c6fcb0f49c543db05de570106c0a65e94c6bf97d4f30e4d868413e1252b0e +size 50504 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab.meta new file mode 100644 index 000000000..671f34aba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Left-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbd0ec27664c5cc1eb2922c3019ccf50ed96877e6f4c49fd652518ba001f21a +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab new file mode 100644 index 000000000..d3fba1e3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d9d76074432180432703c8ea7c78820beb46acb38a1d26731fbdbb22147e5b +size 50535 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab.meta new file mode 100644 index 000000000..e164d38ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/BubbleFrame02_Right-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb3a5880edef4728783f6fbfddc1b974ad402ba9c35da2adccdad6e467f5702 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab new file mode 100644 index 000000000..8bdcb8c46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa519ca83d47334c4edd2b4d90222f41ac9c4c7d23aedf44221eeec457954323 +size 83451 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab.meta new file mode 100644 index 000000000..7a05d666b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame01-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579d9df4f99e9302838c39835971152cde3a5dfdb556674f584b0a0c6bfa20c7 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab new file mode 100644 index 000000000..d592e42a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9244f0e09d26ee01a50e802fd77bc890db625fa71be7994b88817f7ccfd3c1bd +size 153275 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab.meta new file mode 100644 index 000000000..ebba3e607 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame02-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708ae3e1ca10e7f999d89b04b1ee6f38235a82e310d9bdb5487e20952a993735 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab new file mode 100644 index 000000000..60b1a6de7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8730f7f648b65e2a2f19ce42d10b04ef4d6454acec4da62da60d51a0f93ce8 +size 348137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab.meta new file mode 100644 index 000000000..a41530d3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame03-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae08af5e1fe2dad77a596b05ddcc94999032baf672a7e49ebc0790e8913eb35 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab new file mode 100644 index 000000000..c44611f9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a070a23aa5cf4a17de6b60c09b5ecba938f13bc109ffb8052a012f8eb230b98 +size 348524 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab.meta new file mode 100644 index 000000000..1a5bcf3cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame04-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2e6f03d9b0ed2469c2e4f6aff923442a3b5ddae43308e5185bbff750be8934 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab new file mode 100644 index 000000000..4069d9bb1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6008188c284340a91e6090bc950e930ec5ef84f24a6f7a68a621af0b29416b15 +size 32684 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab.meta new file mode 100644 index 000000000..c52fd0c1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame05-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3210db54f982e67d636c66b7faae2f39d92cd506dff48f50d869f1a9eda91fbc +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab new file mode 100644 index 000000000..c1d04d301 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ed6fe38af22daabd837834c7767bd6cd6f9d3efca97979be50e485d98305cb +size 55459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab.meta new file mode 100644 index 000000000..c5781544a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame06-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91176abe800b7eba808dc041498203f6a7e849c7adedd729bdf3f5af3fc06246 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab new file mode 100644 index 000000000..f66ba9706 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c18ba1328ee5ffcf8431bf7f274b7300ec7873aa559edcb563f12bbfa20ae5d +size 85392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab.meta new file mode 100644 index 000000000..572b4b19b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame07-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6915621d46786a470ab398b6659b8baefaedc103831a059846a45de606f3f7a3 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab new file mode 100644 index 000000000..e0b06def4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f2b1ada9876ec42dfcf79c31ae16368c964ad6f87d468d591b15dd3161f59c +size 87367 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab.meta new file mode 100644 index 000000000..572a57d5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/CardFrame08-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1373abb3a402eaf60772c70c31b9fe5e90535e9289a0c8a85271a6b1fcb98444 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab new file mode 100644 index 000000000..be7acb7e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1827245abe0a14c95910737cb0bb654050e1668a642018a7d7fe093498620a05 +size 2211 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab.meta new file mode 100644 index 000000000..b913685fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushDown.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8059f513fa84304fb05daa4d05cd41551d67c5fe2d62a4401c9632b778225ea1 +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab new file mode 100644 index 000000000..ca5fbb6e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a6ba51c1d3823f9c967f971fd78bb4f3ee92d1c858ef711b2e7c8838a08533 +size 2207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab.meta new file mode 100644 index 000000000..a20aff04a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushLeft.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4fdda3617e83da01cd7e502fa4def96a2f6a785d1b3ec36fe458e2ac70a30a +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab new file mode 100644 index 000000000..57994d5f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13eef66b5d5983a6db11f2220bf29db06d7f79199019781540e5d0cf818ad15 +size 2204 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab.meta new file mode 100644 index 000000000..2de86df52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/Frame_FlushUp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d495a3ee881d92cf38051d76c25ae3446b310bf194a6f5a13ad6500d985ea45 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab new file mode 100644 index 000000000..c3d2893df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6223cfc6396527e4da0f595081cbf649374436e989cb8e3c0a0d365a72073e4 +size 89780 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab.meta new file mode 100644 index 000000000..21a020f96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame01-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dd218e1247839b3e2689c3ca9c9a0cda5f899ca458222d59e93673073067c8 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab new file mode 100644 index 000000000..b05f9e9a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dab2099cc07559c99d7a2da7ff518ffdc3d01c1377a5814dfa30a49517811d +size 28512 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab.meta new file mode 100644 index 000000000..c8a171c54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame02-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7c7f307e6db1f1c8be544e5185d203cdb15b8248fab3a751728577efa23993 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab new file mode 100644 index 000000000..4b1a08b81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede7e2ca6e0ec212d19bfa446f03454db672f5784ef6d9e36afb9be39646b8fa +size 99532 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab.meta new file mode 100644 index 000000000..9ce19909f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame03-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5313c5589d30516bcaafee15dd074c00193f3b0f52dc9083cda1d6667dca8b6a +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab new file mode 100644 index 000000000..80b225ff3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a4ef5ae59b35b7031b73f80b677f9fd05ef2f3c72d789cacc217254dfde888 +size 43273 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab.meta new file mode 100644 index 000000000..d618d1fc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame04-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e0e3364d365bfc09859ce5467356d8aec8ea00d7270ecc30d29e70bba1853e +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab new file mode 100644 index 000000000..719832fd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae61589b6a6c32fdb002890fbeac1f529868d78462b53a9e682464324f3a4e88 +size 32096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab.meta new file mode 100644 index 000000000..60644f11c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame05-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32f946f63e7ef01fe5cfcb2cca379d7a6a3d7bb794d11d7d8968d2fea8e51e0 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab new file mode 100644 index 000000000..b83aa7ee4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9849659d8e1daf1ae7705418a97b4598c8958310a118b6e8d6fc38cd469dbfa2 +size 33979 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab.meta new file mode 100644 index 000000000..7885a1cef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame06-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beb5b59bf6cc8557c01c663c65ac3fd98056eccc73df235d3dd20697e9a3b23 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab new file mode 100644 index 000000000..b5ad77630 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe6ba12a2188cea09e1e5e3aff9497730ef9102df634be78385c474c3dc14a8 +size 383379 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab.meta new file mode 100644 index 000000000..033a290e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ItemFrame07-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f35432c217376cd25d4247ff455cb1cc2233f14f470d7deba9826607fa14517 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab new file mode 100644 index 000000000..4114babd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97550f09bf9374c5c9b89a46817bb60529cb8980e0c9e70b53746b59a35866b +size 55567 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab.meta new file mode 100644 index 000000000..4daf8a91f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame01-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1c283c54e2e1b40b0df9926138fa7294a59a00bbb0cc1c5394c9fa385ed755 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab new file mode 100644 index 000000000..265ff68d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab310b6228be3bdb45465893f23b612e020d2edf74b129abc26cbf0bca329e06 +size 64055 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab.meta new file mode 100644 index 000000000..1de4e85aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame02-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b5443f9fa0bf4dfd8050206ddd1cb5875c13cb191c69b07714d692f81a2d2d +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab new file mode 100644 index 000000000..ca400240f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b362bc9309ec95b08a29cc7aaadc55f16dee56c8378a3141e1edd687dc689922 +size 110844 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab.meta new file mode 100644 index 000000000..85276544a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame03-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a368f74a15c8853093111ab1f9c25bca48c4fde8fe0082bd28e3fc58f97cbb67 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab new file mode 100644 index 000000000..21962a431 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a82a3bc8b16cdd7500c6770746eb2af01bb7f118b509c57aea2cf0c6b116a7 +size 102919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab.meta new file mode 100644 index 000000000..3777a1074 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ListFrame04-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3afd2192480147946cade373d9588432ccd5328a8ea3f99ef1f8a8cdba2d47 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab new file mode 100644 index 000000000..d08c79a56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f94200626a3dad9635fdeb0cf15cf8c9206978571b6518ca0b0b06694c51a68 +size 4415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab.meta new file mode 100644 index 000000000..7ecb45e01 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126bb71ef2f0e6c7bfe0cc706dbdd0e313d043c98a001e8a7d5a9064aeef3483 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab new file mode 100644 index 000000000..a4dc340da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f218cd7e903e15eb93bc3333cf1a797369414623efe14a2766989c67d5ceef +size 4371 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab.meta new file mode 100644 index 000000000..ba0f14fbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame01_Round_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36969b5da2f69b17df803f750d5133938921136a80ee70fb7f961fdc2744b7cc +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab new file mode 100644 index 000000000..1e19e85eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6977927b73dec1002800a71689becf3e67b8e371a94558b50c84195b3ffde355 +size 2193 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab.meta new file mode 100644 index 000000000..87fd25064 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4123ed01d5bf9c319f9128b55feec51ef1289031143e6086565c106a39b566b3 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab new file mode 100644 index 000000000..3ca2a619e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0e054054832275e06860261fe28bdc1a1c1549296757000e525d593c4e349a +size 6589 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab.meta new file mode 100644 index 000000000..544565fae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame02_Round_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e796d71fbebdc6b06b58285c97f0c898c76a514d7b466fab815c62e3fa66229 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab new file mode 100644 index 000000000..fd635404a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff80186a8eebd8a72e219d6ab5a2f3c75ea13347634192a7b303e734c3eef73 +size 2194 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab.meta new file mode 100644 index 000000000..fa6db95eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a158f9b67dee07cb66dfbc771dd7a5383b09ddabe0f2be18cd9d3324230448c0 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab new file mode 100644 index 000000000..2eb2bb493 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a426594467cbbd144ffa57d4aaee64364f931ac378a758ae1f12300eb9cb3ba4 +size 2173 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab.meta new file mode 100644 index 000000000..07391f6e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame03_Topbar_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17409627bd543037be4e26ed325aac72484affa43e4396843e74901820c76080 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab new file mode 100644 index 000000000..497802906 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af6952b39c13f6b2eb510b19644f7b1e755ffd114e7d1d45a8fececa9fbfaea +size 2190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab.meta new file mode 100644 index 000000000..415fdce9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_Single_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d8a8b0f25240b41dec0c49da86960d6ce3987b0f9b9cdf04f6bda471433547 +size 418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab new file mode 100644 index 000000000..d9a5440e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc3c57a631a1ffb44c9f362dc7edc9663015fb3d66dd62e4754717c03c9db5b +size 4410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab.meta new file mode 100644 index 000000000..32e0d496c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame04_TopbarDivided_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896472576fe329c9e35611ece4b5340452d4d8a26be17aeed534f3a7e2584c53 +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab new file mode 100644 index 000000000..190e522a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86a4ee208c80818bf194fd539bc905ac2dfc0f1cbe03b8c82a7ccde9a32ef36 +size 2208 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab.meta new file mode 100644 index 000000000..df6e9dca7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9425310e42eb25f8d1233641e56170e08093fc7df60b12cf87300b2e7cefa1cb +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab new file mode 100644 index 000000000..89d92a06f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf167679258a86d00cc5047b6edf569fba08c226d162acd54cc0c09c81cd1b7 +size 2174 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab.meta new file mode 100644 index 000000000..cf0711000 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame05_Bottom_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9992e3b021e77b4f0a5bc2f7ae0d96c4fcdfca642b60818b16d428abc7d2f3c5 +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab new file mode 100644 index 000000000..7ca69a7fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3a551e9c642fa998c6edb903f1cd6b616e025ec5122e52dd890ac0d1164bd4 +size 5812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab.meta new file mode 100644 index 000000000..5104318a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7eaebda1394051b6ba3cfa34f971594b2ba580b5a85a5d3aff2b9aac090743b +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab new file mode 100644 index 000000000..c80eb4b96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ae4c52f36347342b77912f497a4cbdb40fa91ecffe89d5902d57acb441360d +size 5762 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab.meta new file mode 100644 index 000000000..d5cf78b16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/PanelFrame06_Bottom_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5539a1748b211e94760abf4c9d9a6fced100df2a5bbd74713d7a51599ccf1d9a +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab new file mode 100644 index 000000000..9e567da0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a2aa65d8266e675f9bd79e5d22f9df71ae784bced8468d71ebc37fb880afd5 +size 8052 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab.meta new file mode 100644 index 000000000..7fcbbc4db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33603c598b0fed2c96e8489e984cea4a368977dcb9665bda990d749263b1920d +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab new file mode 100644 index 000000000..23fedec32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fa45230264b4387b3dcefcf9f4994f55df7a9f2c134b40a433b33172b69da3 +size 10703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab.meta new file mode 100644 index 000000000..535ecfd12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/ProfileFrame01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71f8a9f430bfb3b45fa604f17d092317fd91fc72802abb45bce2d1761731e5e +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab new file mode 100644 index 000000000..226c99ec8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca454c6df402c623e169b5385f46840ef22b99e5f30f76b5e4963d4bf377a57 +size 34006 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab.meta new file mode 100644 index 000000000..822389da5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame01-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c29d446edb1176fb3f74498d481cae584e599dd64429c905adbfab898063832 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab new file mode 100644 index 000000000..1c4e51584 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ecbdeda3b7181666bb8cf6c37b89b61ce7fe9d0a406bd9dafefe9269f799e1 +size 35150 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab.meta new file mode 100644 index 000000000..254ef2575 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/SkillFrame02-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d002c32343492f119a59e76b4387fc8f30d4c147375248cd0d4c4775d1004e +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab new file mode 100644 index 000000000..32230cd59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc18ba76ddadc4583071121a424b62f7ff233a4c4576ea0e7e95272174d01f7 +size 102646 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab.meta new file mode 100644 index 000000000..54efeaebd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/StageFrame-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e2b4aa7b49e4c086d78933e553437e9d163dfb50cba8e5f6e0d965437165a6 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab new file mode 100644 index 000000000..a0124ebbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dcd2e871b53ee05d037d4222a3186e84d64a0f81cb85d936ba8c08e2269e49 +size 717754 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab.meta new file mode 100644 index 000000000..1548e58e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Frames/_PrefabsPanel_Frames.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab205fca9446c2f7523bc849580e49358d8aabdb90e747b9648a7a7506527f3 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels.meta new file mode 100644 index 000000000..e6432c3f0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d775e39511a6ffebab06c89d360c36dd2ad12531fa492109e24ed473f22a54 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab new file mode 100644 index 000000000..82ec3ee3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b20b7cb070be195e7df020e56d9c2e2cf885b41416851f886cff9a5ff08cab1 +size 8743 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab.meta new file mode 100644 index 000000000..0fa547177 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4541537df1c588eeb753f96d479ff00749ebe2e1722a716cf902d78a34ecc7 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab new file mode 100644 index 000000000..fc8f16f01 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e457da507746814f9f69dfe7667d4a866a64c05f9f94c6a45d5d79d5ab08b2 +size 8716 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab.meta new file mode 100644 index 000000000..7ec87e37a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae298dc0175cbdcdc01f5a7d607b4a3791fd04752dbe15ff95d3311d797a204 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab new file mode 100644 index 000000000..cd6a1c8fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2645aa751fbe19df497e7707a9892cc615452cc59e37578e81551485c26ba7bf +size 9980 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab.meta new file mode 100644 index 000000000..ee012409b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_Single_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4f5ef62739bf6f99308cc7ba1731944eb323dbe843672b59e7360d1117358f +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab new file mode 100644 index 000000000..5f7a7eb9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f44becd02aeecfe4194e048b842881fe644894a465b68b65cd849cf3bb5202 +size 12774 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab.meta new file mode 100644 index 000000000..2040a88d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Bubble02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0095969f79f145823142079f3f0c1ad6f76f7eb4a86cbc30a2244dc5fb448563 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab new file mode 100644 index 000000000..c7ba67775 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba184e0d26a336d618ac4b312a1181beef4224196bce657efaf737d5e00e1389 +size 8224 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab.meta new file mode 100644 index 000000000..d5734f1b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_Single_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb0740837b247dcacf2def446c81d5d6993367dea58f20f01d03ad4ed32edf2 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab new file mode 100644 index 000000000..9e51245e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ae388cf4cb953b46c30e782ea7cc54fd82635587bb5cdcafb2b070fd9d2d4b +size 11002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab.meta new file mode 100644 index 000000000..37186fa70 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Ribbon_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8d5af55d98089a6bc2cad66793ac2e19022b1839fe6a45dfb67d86a57c5ee3 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab new file mode 100644 index 000000000..79d7a8395 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59e30fe58d61642ee61beed4f64e1c6e4fc34d665cd7639a445b8787c8fa048 +size 8216 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab.meta new file mode 100644 index 000000000..4638c6c89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_Black.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f57f7e336ff12f291f2eb7da9fcc350d570714bce209a557d05163fbdff1cb8 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab new file mode 100644 index 000000000..f796ab47d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a026a9687c59c28b575302726006e8cb711839188652ae4997da5c6593c65f +size 8240 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab.meta new file mode 100644 index 000000000..af144df27 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7c9e9ceec91d0150ed8b4b96d54caa128b31a22e4a1cb16dcff353bd283754 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab new file mode 100644 index 000000000..8be3db637 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776af2122b37c6f9b28f09d898114fc6314be343096eaeffb036da4206bda1a5 +size 8253 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab.meta new file mode 100644 index 000000000..f95c60b3e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51200917e7787977d6b64b9efb4c88193d104e14b0b1e13ddcf9ceae0ab911c8 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab new file mode 100644 index 000000000..f78de55b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec13d3a15d123127bc965c2d5a62006db3ced4b64a3912cd398cb337a2f18577 +size 8235 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab.meta new file mode 100644 index 000000000..3c87eb0d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Round02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83677162ddb5e54f11227b7d73fb0667c58782117edf4008ebeaab8f98a6e293 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab new file mode 100644 index 000000000..4a4024f0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b5b7ebb30313efcc965553a774fa2bd2a7a3420a2d4151f72bf7fbde743814 +size 7661 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab.meta new file mode 100644 index 000000000..41a831d48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_Black.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bfef7b8d0d60fbb8a34e86bcdc4b42bfaf07ba8880b2d02e00cb12a225dbc0 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab new file mode 100644 index 000000000..51350d34c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2110bc37e265c3529b8c7d44ddb1c9f4c65823dde91c083461f9c1439c8c66 +size 7632 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab.meta new file mode 100644 index 000000000..baf8472fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Tapered_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec7ed1b52d1b9845d496889db8a7abdd961ed4421c563ce373dc10ed0b5d479 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab new file mode 100644 index 000000000..7141275c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dc105a7dbd80c44eb466754fb3680ef6ff115b853aa5e4a9e53ca9f8d74188 +size 42770 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab.meta new file mode 100644 index 000000000..1db52d01b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Label_Trapezoid-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c1b39c990a053a75c2f1bfbf9cdb7bcccb731016f54cccf61c4d974b4189be +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab new file mode 100644 index 000000000..ec24d0120 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14926a3dea317ea1918dcf552564c4ef5e629d598515bc5e30ec24f2adb43101 +size 55411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab.meta new file mode 100644 index 000000000..e7a47b298 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba3ce2c93fd5b6b6b39728120eb6f5489a169cb57cebac383ffd2003efb9f6e +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab new file mode 100644 index 000000000..e00ec5fe9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f780b9320dfb0f7350570e09acc208357728a3fe5ac5517099f753500c1d58 +size 10220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab.meta new file mode 100644 index 000000000..26940178e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf1c562f6431aed5a54658f062c815ba1831660ad8e9a857c5df38756b92701 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab new file mode 100644 index 000000000..8db4af694 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4821c5f434fdbec20cf28800d9e99ecb4361ce861afe46916647bf0507facd89 +size 10217 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab.meta new file mode 100644 index 000000000..7462eaec2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9800188781dcf9e29cfa2a341aaae6edb5184ac16ddd8b3e169ce95000b1c4a8 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab new file mode 100644 index 000000000..93ecd68ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a04530bb1147ed6504fb457e8d6ce9cc9cc9e157081712b57b090ede175363 +size 10212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab.meta new file mode 100644 index 000000000..e088e9e9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02881c09c207230d5be01863eef10de4a7c513816ee7dcecb7b79f48995cc5cf +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab new file mode 100644 index 000000000..4cfc91c7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ea49fb4fbf9a5105afbff8d9a7ccc12b1424c560b8dbcb0da8aec50366050a +size 10218 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab.meta new file mode 100644 index 000000000..61cc7505d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a8862d8bbfc6f568d518952e20f18dda06638b5937d5f58e6fac5ce2bb1f8c +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab new file mode 100644 index 000000000..e238c8304 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981667771921d4732b0183ddfd8aac58fabc7f0e249657e7d321af5411c0e614 +size 10217 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab.meta new file mode 100644 index 000000000..21ba5aedd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag01_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af40829839c64a30a34aa4f3caa880d9f0ae2e0d5266d16ecfbbc3da2b7fb288 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab new file mode 100644 index 000000000..520f4dceb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac36460574fc8b0aa44cdc3d8cedf7e38a7171a7beecfe8e3dd3a32b8b469194 +size 33556 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab.meta new file mode 100644 index 000000000..d83802378 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3471414990fac54c054f90917f21a69fb6c67e05ad7cc9c9a3464add06df1cd5 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab new file mode 100644 index 000000000..6156115a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a3d935727dd70c02db40a16cbff6e2bf6f6e11af921b1ef12ae752a785efa2 +size 6211 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab.meta new file mode 100644 index 000000000..3ecabb155 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be825948798d560c2d9cf57208e5394b137fda6d4f336f4d3b4ee089da0f5fe0 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab new file mode 100644 index 000000000..b8954fb9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e5036ac2ee97d4b71c5f583fc7c86f34767e91de9b7336a4b96c7fc61f77e1 +size 6212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab.meta new file mode 100644 index 000000000..b6560dd7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453a606b6982d3fff6c029373f078e6651bfbcea96b9ef9ea1702e01097a60ce +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab new file mode 100644 index 000000000..bbd0bd951 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9773e5f9a37f48c1d9fd2269f003cb9f3b2fa577410c54ec1775ae2be0a899 +size 6207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab.meta new file mode 100644 index 000000000..86b48f408 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86ae6edc952cc80933b9802f2af87715301cf932dd21b445aa25cb72cec8b98 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab new file mode 100644 index 000000000..15bb8569d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99172fc5d4fee2d959c1fc1e5c3ae44d5181f7223f645fc6516c4723b2a62bfa +size 6214 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab.meta new file mode 100644 index 000000000..4da1a98f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3867d17b238b5b824c7af0af468751ab9f3b300a22693b8653fd70c8f938d4f0 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab new file mode 100644 index 000000000..363c0ec4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025426466ef13adc223d82f4749214c039e457e8b5b26811096544a9348a6534 +size 6203 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab.meta new file mode 100644 index 000000000..43b53eae1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Flag02_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd48819aa12a13ce0ed764899c7298b7421b16a2c1f41fc00f94cf4595e3d34 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab new file mode 100644 index 000000000..268f175f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428d3539e48ceff6dcb806291180769bfe19adb0aee2cd66c27b512d6f491a28 +size 8724 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab.meta new file mode 100644 index 000000000..e747848a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_TransparentWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af6f4643000eda1ef6a7c148ee96269518f66a34456ef34c7b6c5fcbb519f9f +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab new file mode 100644 index 000000000..ab41dcbfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8310d30d48ff87f871fad8d32f8a642b49c5919984682fab7d534a4b94d94866 +size 8660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab.meta new file mode 100644 index 000000000..8c8483527 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Line_Divider_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7ba4120349fab1872c1582141a83e094edd001132c52caed1ff43e190a0a42 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab new file mode 100644 index 000000000..4f52742b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191457deac2e8a7e8d8eded5e54b0d18ef9fdcbf7cf619e4c46e0193eafc8879 +size 7126 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab.meta new file mode 100644 index 000000000..06ce9a469 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ce62309042be7e53610ed9992b81f3cdc4b4cce10d358a2a1d0310a520563f +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab new file mode 100644 index 000000000..e56b5640c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835af0c37f4f16b561b1ba936209f6e50696e67e00c84231581a05a1b9a2d2e2 +size 7101 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab.meta new file mode 100644 index 000000000..bc232ff03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Oval_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8646c0add29929091175162057b9b73246b8377fd9c61cc3d03d9fee9ba64b +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab new file mode 100644 index 000000000..da5720bd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdfb5c4a9964fec609231717583fe30d9e84ffe84805de51e8406bfbcfcbed1 +size 44973 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab.meta new file mode 100644 index 000000000..f1f4e9868 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon-Group-.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1291fed8733779436f399c79203634eb2b7bbbb86e52f2683ae6f1fb88c9ec +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab new file mode 100644 index 000000000..2618eb636 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39acf6e90cf62ef77c407e2814e45c0f632069109738bcaf75507ed94806cd18 +size 10851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab.meta new file mode 100644 index 000000000..8a045d643 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5318ac872e4abf991684988bf956cf310dea232c7c9ff491f7b83cef2fdfc874 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab new file mode 100644 index 000000000..d4bc0bea0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0279c1a5778bc746ffc8c7ca3a9ed9fec5b591672cd9d9bdc3f42b4168ef24d9 +size 10839 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab.meta new file mode 100644 index 000000000..15cec1c52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca44d0dcee355b01d85022aaf0280708f3131ca739ef78fe5c0afeca55a06bf +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab new file mode 100644 index 000000000..b0c81a390 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d90b6c0a67de63d34731c719026c0323c545b7aa73e6df8dd1b63d4512d096a +size 10826 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab.meta new file mode 100644 index 000000000..ca498ebba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4868f7c77c0dc9a8360aa9b24c4840a5994d7312614a1f605dc3237ea4c2614 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab new file mode 100644 index 000000000..e0698ba95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0071e997802d01ae0a19d9a319712326ce705e76ef05775204cb65648b3c15b +size 10851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab.meta new file mode 100644 index 000000000..c695552e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/Title_Ribbon_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a981ca93f97387010cc6773d06059828f9c17b176c396980e1e0d630976fbef0 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab new file mode 100644 index 000000000..9d8f297e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10af8765daf901ebc76077d8d09628e8945e92f96c1cf5c6fa4d187be5bba97 +size 231385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab.meta new file mode 100644 index 000000000..e5e3dcb2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Labels/_PrefabsPanel_Labels.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da383a5a883ac1c08fcb9488e4f465c8c21f2bea6a66a82cb903e6347daec256 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups.meta new file mode 100644 index 000000000..3cc6400cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de926302743bac87d15aab14eb95e1582fbe0e7cdc14ed11fb161ea989a6f03a +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab new file mode 100644 index 000000000..4a39c66eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401fa1faf6dc55d829c3de2ab4074f857184db62d39707ea371116fd61c483df +size 19125 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab.meta new file mode 100644 index 000000000..5619b00b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314acc1e22c9865b3ec1983277f26e47f16c47c8272a3c4ffe91deca7e51f880 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab new file mode 100644 index 000000000..9c8ee63fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f8b7cf310781edc86aed35798f77ad0bc6d099559504a689f4aa9eea608f29 +size 19113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab.meta new file mode 100644 index 000000000..e61bbc20d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_Single_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e4629c2a9e6e0802358ed0337d49dad7a3d0a2b629f65043c7224aac897b31 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab new file mode 100644 index 000000000..358e6cefb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7773272bfe0757ca77d1099794d718f7d775e91b42de3dd205965ff4edcdcaf0 +size 19129 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab.meta new file mode 100644 index 000000000..ae844a308 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c629346d8c66116b2bcc366b75e4da30ee064e12a3b74ecdf64aaffbc77b6e +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab new file mode 100644 index 000000000..d4de3c698 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f93167ab6b9ec56328d822dc1af7349ef9dc6d82774d7627ae1a6ba04b6f03 +size 16830 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab.meta new file mode 100644 index 000000000..3269968da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_Single_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fd75ed31ccf19cb9f00d5787b2c33f079508b9b4e4a313af577578789deea7 +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab new file mode 100644 index 000000000..a74d8d064 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f70fadf2a889575d6a05acd1e448a39c29a4236d146c30b402efaa4d622355 +size 21223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab.meta new file mode 100644 index 000000000..5c81568a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup02_Divided_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef3597ae3ba0e4caaabb604ff3221f42049a579ccad340c7e84c7582b93e842 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab new file mode 100644 index 000000000..7008575eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd0bb2f0145b6de01fa7f83049c3d38d9bc618ce0e3a489971fd034ddc0ab74 +size 14551 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab.meta new file mode 100644 index 000000000..5d682baa3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_Single_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea083e62436e4be93ee1a61bb00220fe209ed619c767081728d612b057f8018 +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab new file mode 100644 index 000000000..2278929d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd5ce174330fa74a377bb2ef66cbb7a156735794ab4c6a805285ec09ed661ee +size 21239 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab.meta new file mode 100644 index 000000000..eae59c35f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup03_Divided_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d1219f2ba7e4a64c5fbed6c2addb8fea0ba48cab78b89763f6af704c76c28b +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab new file mode 100644 index 000000000..50b6baf34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d688b15e5ea1e257e041bee68c71b2078376dd72d75e6f399a20f4952e8ded1 +size 6539 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab.meta new file mode 100644 index 000000000..a5ad9849d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37cc749a07cc42205c519bc71e544769ed1368610645cfb24d0626677fc7b27 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab new file mode 100644 index 000000000..158eb0e47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fceca9490a2be0ff7d155980b54e45420634f114b527d88ad5964ec43f0dbd8 +size 6518 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab.meta new file mode 100644 index 000000000..2d5d33470 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9e206c0c42762ba9a745c19988ae96fbb46bece6017db1eea76ca61f5090e0 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab new file mode 100644 index 000000000..785c1a778 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492e3b7dad6dcc6c5f5475cb4ff4e27b9d503794196e734f809a5c6fa7ca42e5 +size 6534 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab.meta new file mode 100644 index 000000000..381dd442c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentDark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac26fdcab80b2f9bd5e6ae1b7baeca5e32a21baaca4fea6b7a439616f03d27f5 +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab new file mode 100644 index 000000000..44b457cdc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8180aeec09a9789cdf4d73de4214ef481f7170b4a1c232c6350e38ec1bfa660 +size 6506 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab.meta new file mode 100644 index 000000000..2de2bd3d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth02_TransparentWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80304d9ac2850ee293e979c991879c0344d7114cb550d30fa1c74ef17624a636 +size 414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab new file mode 100644 index 000000000..eab881c70 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70be791d330d41e4f6cb8c796f59bb69b3829e23cb1fa4dc3a398f8ecc2f1645 +size 6495 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab.meta new file mode 100644 index 000000000..a4c5adbd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_Single_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c317da108a555cf9f8087ae5cee86c019db8fe39486e2fb60a80b7bf5d45c8e +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab new file mode 100644 index 000000000..2af34b153 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47032f54961289dc8a97b07d7a032a9386b43e6302da0afb12931ea848b2454c +size 8652 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab.meta new file mode 100644 index 000000000..d8ab56b93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_FullWidth03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75cee5b3fdb069906937c46e4c54ca4a25e4b5777aa5a4829fed803085a6395 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab new file mode 100644 index 000000000..95b6819fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955ac0691a092169415e4f6afe4acf419c7b26806cc08f5c2828c95b14132d89 +size 27644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab.meta new file mode 100644 index 000000000..327f75a4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ead117e82e503009cf7829f00cf573f9977eb94c33ef4d9fd0d8a947be7a7f +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab new file mode 100644 index 000000000..c957ff476 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb970d2cc505818bd616cecfb4debbd7647aa2bd7d0d5c2a0f0a89cb04bab40 +size 29947 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab.meta new file mode 100644 index 000000000..98fae40db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d0069546633682a278809c295a681c599f3663957096dddb3d569fc76a878f +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab new file mode 100644 index 000000000..63fda5005 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e41a319f45bc1282722674ab17807fce4133943f25b9da7f046fece39187aa6 +size 18886 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab.meta new file mode 100644 index 000000000..ab60e9e2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_Dark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf5384f7ea56697c672a8d32013c9b2c88bc89bffac384fcb72a524d60c9537 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab new file mode 100644 index 000000000..7b5fedce3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54c7b20bdac07e33d0a19313e1fa55b76252fd78752b55cb601efa2782f7d8c +size 21158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab.meta new file mode 100644 index 000000000..12f48660b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/Popup_Slide02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a67f2500058e78200dc86474b05067a92a821a05d0693c74831cbc41da4482 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab new file mode 100644 index 000000000..ea04c712c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc4c1f93c86d9b8fe846e58a38688f8740f167359554e43728c7cc09fdb831c +size 6517 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab.meta new file mode 100644 index 000000000..b4d581fd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_Single_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde52a413bbec261df32c5abe1c894d346781679475719cb897bdc9ca48c7831 +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab new file mode 100644 index 000000000..2582667fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98c38d3fa9cc6edd9b07f2d2659f61fe76a291517478bdfc507f2ee692b2b9f +size 6510 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab.meta new file mode 100644 index 000000000..ddc48a32b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/ToastMessage_Topbar_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cbb164c4d9ff11ae1c3843599cf1075a1bd6a0f63a96e0edc6114f30827a1f +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab new file mode 100644 index 000000000..982d4964f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981e399db1fcfa332c1da67f4b8c33fbfe5e82c82807cf51aaa60606b2deb5b5 +size 152981 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab.meta new file mode 100644 index 000000000..224a57413 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Popups/_PrefabsPanel_Popups.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75de8b9896538c294192a6ce8a51884190bdea4d416b15f5a0d00ca22a952f6e +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders.meta new file mode 100644 index 000000000..0b71cc421 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51e1d85a0fa991d802016fc9fbad4f78294d4a9551bb24cd316f17358618992 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab new file mode 100644 index 000000000..03d3f73d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb663218ccaa135a483d5b9fdf1610e08e7cad542e7169b96aab2eb9d6607cd4 +size 6191 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab.meta new file mode 100644 index 000000000..de3909daa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_DemoBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c2cc8ba09753fe1b426d99ba8b3a95dc44a8d83fa34c80a19247110ed73545 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab new file mode 100644 index 000000000..be5cb1488 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cd9c0a48720a09c1e5be07a1a74071e6bb77899c158f3bace9f4c9f9b3e10b +size 6188 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab.meta new file mode 100644 index 000000000..4f43767af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9026f2519373f611d5fe97ef1ece33b478a5e0bf9cb5aca295c006bef36f48e6 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab new file mode 100644 index 000000000..2c2333198 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc37b30b0441baea5cbc68c02ed7860725d1f7eaa1a0a3fb2b95ad07fa4a652a +size 10142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab.meta new file mode 100644 index 000000000..dd013a1f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_DemoYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fd8e7d91bc068a41869ddcdd57f92a9b3707a6616e35e2b09c20732a0dfa00 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab new file mode 100644 index 000000000..9922ff40a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485afe2c2347f4a3ad82ef0d767435bb1ced00f1dc3801814609b72b2510cc55 +size 10129 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab.meta new file mode 100644 index 000000000..f3debcc8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ac36b9ebf4b260af125164c3a399b70743919fb55184bcb1fdfceaa3076a2b +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab new file mode 100644 index 000000000..9e1863540 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a128d060822988d27ef8f87d402b187971910d2e4e3022944eecb3263375efcb +size 10132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab.meta new file mode 100644 index 000000000..d925c7e2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_DemoYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af378107564b7c5e00ed2454efdf762a3d26bccc77c13d8aa24803c19b4d04e +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab new file mode 100644 index 000000000..6b2156dea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f3194b4f570588cb0d793127282866ada192dba929c9aeb5cb00bb3f6c711a +size 10127 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab.meta new file mode 100644 index 000000000..467bbb013 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e610616206e6440accde95c32210453a32da13fdb3fad39b502b18c95795ca +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab new file mode 100644 index 000000000..50cd5f9f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32effa94bd2b359227cfa1f528e02488b6916a707256074d789c9c4880c79020 +size 24346 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab.meta new file mode 100644 index 000000000..11c1b74d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b14c623a192c797ef0030d3e4d80058f5d32d76a65a1fdae422d077a86108e +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab new file mode 100644 index 000000000..3ef9c744e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e6f2153fc4231caa56f96953d41722fed640a58d5436392cbd6d5bec115296 +size 24343 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab.meta new file mode 100644 index 000000000..609a04ccf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8b7d2a78573dea4f479bbc505621221878c9056bcbfcf0384087281c459ee2 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab new file mode 100644 index 000000000..bdc129421 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae302c8628affe6f39049d67bce36e8e2aabf46c011d51a655d5b613e032676 +size 24345 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab.meta new file mode 100644 index 000000000..aee72e55d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Basic04_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba65bb08c3441aa81a4a489c78815e416d4322e67609803ff610bdffedf8560 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab new file mode 100644 index 000000000..a20ac93b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f154d25778966f9d92cddf7e2c64563d503ae1bbdd88f81b1227cd8ba8b37084 +size 6184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab.meta new file mode 100644 index 000000000..d39dd277f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43065bd1188ccdc0a7d0b9371f55a0fb0ae2ad5fe618bbea7834d9794383f47d +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab new file mode 100644 index 000000000..5e0b85c12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c4434945d4a189516568bd37b59d747af649d1f90c4af6976504eca36f1456 +size 6183 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab.meta new file mode 100644 index 000000000..b9ad6f922 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f9337cf4ebee5e58304d3c6e0826f36cb25d75a290f4b46d728ff698cd8893 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab new file mode 100644 index 000000000..12f4e2fb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9653492ca9b02b73aa0473007609001ac77e880e385a21de355f99064bf29b0 +size 6185 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab.meta new file mode 100644 index 000000000..da036e82a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0595535b4519a53654dda67cefe6f467cb95dfb432521cc9ffc59fd17b88a281 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab new file mode 100644 index 000000000..1242412d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9eeace8ed1fbf93d8422998dc49d3706b1197f509b5638e6c5e00b29241a00 +size 6191 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab.meta new file mode 100644 index 000000000..a9d511a53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81137b2f7297d50a561725d425bb259736c70a93a7f1facc2c48e29a08f3fc14 +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab new file mode 100644 index 000000000..52315bd36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78cfe524323eb4293febdd67ac368b2f8539c9e35a4610d085f14ac7b5cbaa3 +size 6190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab.meta new file mode 100644 index 000000000..caa14e139 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8b7b1505f3856b16844dcfdee6c8eecc85f80bc79b95497177a60939e6e139 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab new file mode 100644 index 000000000..77d30327c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7974d860ad275a78a2c0e0ebbabf07e6edd228f6a1919a84b0354f1a42737314 +size 6192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab.meta new file mode 100644 index 000000000..1d82338c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTrapezoid02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c6164e3085ead4a563a65af4e1dfb6a528d2002b3fbf8272ea0d053300e7b4 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab new file mode 100644 index 000000000..fe69b7ec9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ba868c2fa50078c7304f04c3e0e317d923abe6eca93177980ecfe5cfb4cd62 +size 22013 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab.meta new file mode 100644 index 000000000..c8be01a32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7da221f51470ad6e4d5741c982239c3e32adfb6171ebb02cd40f27421fc01b2 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab new file mode 100644 index 000000000..da5f87bed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bbb18d850f6adc2d71d7124357c71fd537ba7ff5d3276eb084b42902e0176e +size 21911 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab.meta new file mode 100644 index 000000000..df3a4d278 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_BasicTriple_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1c7400e651c223d17fa917e83a69a63c868a66cba952a66113a012dfd3ed6f +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab new file mode 100644 index 000000000..ae2125b84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ac93357263a9505d8f25520a0a79994522c14f43ec74e4a49fc8c85e8cf8bf +size 37854 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab.meta new file mode 100644 index 000000000..7a3984d49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Fusion_Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aed16ea25d47da8dfb22708c4173b979e4bd95e6c45d160c5b7ec1a9bfcf4f9 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab new file mode 100644 index 000000000..8d1c919a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2882e5def673b7d6e98bfc3982b88fcebfe02f17a23f8600da21cf71b703f00a +size 88843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab.meta new file mode 100644 index 000000000..48360e90c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824daadf306da9d4f3250e8d2e0227fc8d50bf00144d83a1c3565ba72dd9f82f +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab new file mode 100644 index 000000000..d5e994c12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0419584ce8e6157ec0e45302571ec374f933f1828612eec7739e46a50f905e1 +size 89331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab.meta new file mode 100644 index 000000000..8ae7ba9b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Handle_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42d3913da54217f38aa7e0e8c4b543519ccb4f2369acc78d0768201bd3e7f85 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab new file mode 100644 index 000000000..95ba47c41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca157e9ae6b2d56edfea1eb622946662ce609aa95930f7528e0c982ae78befec +size 160752 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab.meta new file mode 100644 index 000000000..2fdc7c978 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153253b8cb821b94f246fcdd39a2598afd2baa609f7a54f46aad7ee3d6991028 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab new file mode 100644 index 000000000..daa874140 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2221cd626164d14eda2ba193e854b36fd378dc38d4fe13ad5b5e1742136504c6 +size 160753 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab.meta new file mode 100644 index 000000000..34c9f32cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon01_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abde6351c6edb7d54d809bd2df2884c7ceeb1bf115b754cb79bcf2b4856ee20 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab new file mode 100644 index 000000000..a8578ba08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17eb1937299a1f3eb33caea690f1fe64f5993a0d924a09df4f2c43247074f6d +size 161332 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab.meta new file mode 100644 index 000000000..4d13da17a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e533a6bc70495c1cf3bf60e2d83357786fddf6e0b3c9c15e216ba23fa117fd66 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab new file mode 100644 index 000000000..74a2cb7c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51910582e6e02e922811c2d994c860bd6417c1d7b8aa317d85ec3cba2c694da2 +size 161099 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab.meta new file mode 100644 index 000000000..c6010290e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon02_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4368d8d9ca46a240e4c90c1b4f61f0a8b47d408af916b611ed1814041b900904 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab new file mode 100644 index 000000000..39c8578fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92384d7f5c6cf636d25dc88e7bd03f7ff03673875add7e19d9c6063d2bf779df +size 22712 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab.meta new file mode 100644 index 000000000..5ec877b95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_OrangeYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd1e40babf8b5d11154be92d4455e0827cb741cfa4356ca5ce8bf63f740dfdd +size 407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab new file mode 100644 index 000000000..62779f0e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1783a874b5a178341b25b95e1ca0ec2046f628ef0702b73222a02e78d48a5292 +size 22728 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab.meta new file mode 100644 index 000000000..6daf7d305 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6c6c7dca5531236904ccc401b272cb6c29ca89e805abc8734c6a1cb7f4ee14 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab new file mode 100644 index 000000000..05f02e4d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bbe76d51e95b504b15dd01f3b544026e1881dd0d60d3ffac6f53e40452ca41 +size 76842 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab.meta new file mode 100644 index 000000000..e3b9282bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Green-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d831dc91971610e8858305ceac9f1cbc5de4a82e8bac5afab1a9767e22f384 +size 406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab new file mode 100644 index 000000000..53319e407 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c444676132aa5a7afb36bd99b08e0ed59ce328f37346c7f2b56ed423d16e1bb7 +size 77155 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab.meta new file mode 100644 index 000000000..f35b5e41a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon04_Red-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947fcb09fab98499acc1638af05f595b0255eb45c088bbe1e102557c450dcae0 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab new file mode 100644 index 000000000..11528a1d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cea73b354586e9bf745a7343e200973c50b46bc7f1251c2f5d23d643bff239e +size 8440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab.meta new file mode 100644 index 000000000..05a6cf4e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2be30474585d212f0f6975c25504451b896c973e364f5c5d1ec7154e282d0d +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab new file mode 100644 index 000000000..c4e345ee4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4a971e8e31d795c020e1560cd19d1d5913700308a5687eda2f51cda0615e35 +size 8441 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab.meta new file mode 100644 index 000000000..f7afe91f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Icon05_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13272f02568fec262658cb9127e2365fff7de3927f0dcb8af40cfeff4c3acc37 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab new file mode 100644 index 000000000..0b40dd307 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d260c7ad03df0def31999635aede7e8e0adc92257b3169c1dd3c4d4a8d50ca90 +size 27418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab.meta new file mode 100644 index 000000000..82539a3f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f730399aa9fed7b1be8d7a09d3d355e3513c26db71e516fc33e3a0d7d09833d +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab new file mode 100644 index 000000000..80cf61925 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a73409d36b6f3a4e39d0e66b6e2ed1db54745e2d360b15e9ad9835ec9fb6d7 +size 27419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab.meta new file mode 100644 index 000000000..fea42e389 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d511324b2cb0658355dc615c4a369916f8f9b6e5f3b46cb668ff97cb1035b27 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab new file mode 100644 index 000000000..a2913a491 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7929f5130d3cd58632da5913dd6ab6c6673c59dee5acade5b5d830cb41258bbd +size 27419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab.meta new file mode 100644 index 000000000..dbc244874 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd9b7b7fd8352ebfb2039fc43c1e57cb3d0b545b9098ea89570c69349737608 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab new file mode 100644 index 000000000..0f3fb8f8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2132fc8aa2bae5196cdc967ab0551ae69ec090babb753ffb97294e908045fdcc +size 27420 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab.meta new file mode 100644 index 000000000..9becbaf5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level01_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f08d1389b4a6c7af4e210b08f0d119dfe12a9c3e0fb035d056753da6ce80082 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab new file mode 100644 index 000000000..3c4dcf00d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3de3f31265d59a323d243345bc15acfef6b652a34f87e28a8a9223ff4f12d92 +size 17501 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab.meta new file mode 100644 index 000000000..f882caad7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12cda25d75f2c50738e146388de55cc34f1f07bc19014e8e4d045147b7d9b8a +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab new file mode 100644 index 000000000..f3265baff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f00dd1a5cb0f8e0587bc9ec404be8685902347fc916012a49bfaee86956ef4 +size 17502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab.meta new file mode 100644 index 000000000..06e483336 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387f2e2ba64a736eace184f5086050a91b53dac3ada0cc21041faccbfc12a4bc +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab new file mode 100644 index 000000000..31a8facee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2244c18bf0b86f2e1c9648fe2d5d61790f195af58a81c90e836b5e1c109ec9b8 +size 22836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab.meta new file mode 100644 index 000000000..d924a9548 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02873d14eacdb0e9dde7ad6cdd749e74ed2e04651ecfaf716fc59acc73865228 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab new file mode 100644 index 000000000..dfd085a0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39925a6546c6a241225cc25d78d7e309cf07be1036adb06b19a84dc6daff9962 +size 22837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab.meta new file mode 100644 index 000000000..c2dc0ddc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb5ab39042618bbae2e72f58f0227b69156f5e474d002989cacc99be727a3b9 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab new file mode 100644 index 000000000..015696c82 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93b5868ffb8a8fc0d5c7cd47c36ccdda6e06cc3ebe4b0152d43cda2bab69f55 +size 38924 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab.meta new file mode 100644 index 000000000..72275e12a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Level04_Purple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d79b8026589b3c910dba7b48197841ceb4bc9a366be7149e4ead8a9a04d47e +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab new file mode 100644 index 000000000..e64bcedbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a87b230b9959566c5ceafc67cf39cd2f39cd89abc3fff2722ce9aab8f2cba54 +size 100944 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab.meta new file mode 100644 index 000000000..157014d7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78616fc3907e9c00f06551d06ec7b32b235689c45d7ac3d64808e17736ba7929 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab new file mode 100644 index 000000000..6a845e2bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b36c1a1b5782545ca5641a2050979211d832e36abb9115a423662dcbea943e +size 100945 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab.meta new file mode 100644 index 000000000..94dfef852 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_StageHorizontal_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ecc38d4ebbb8c54a051c9b8b4ccc7066a0417dd1dcb047d0037ace2c552a85 +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab new file mode 100644 index 000000000..95dab0255 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0631f919a56789eb2570733b31e919a1e7e715c1947feeeb2c3fe88c8ccce03 +size 29269 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab.meta new file mode 100644 index 000000000..45752855c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b88e725fab28acf19e76bafe67996e5eaa4675b57c7a72da9f62d9ce526ce0 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab new file mode 100644 index 000000000..401f6ec61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2242d7f38c687f4d113275d48d13dd19fbc269e5f597cb2098b8c6da378199d1 +size 29267 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab.meta new file mode 100644 index 000000000..3a8dbcd4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/Slider_Wave_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce49931f7b4914782702516a70f616f8d6a5af5202b44866bbf4ea7478954a0 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab new file mode 100644 index 000000000..da3c71400 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d231cf3b34c3e5b2ea9beb3e4ad55dfad51ec69ba24062385f771aa8b6a13a85 +size 351732 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab.meta new file mode 100644 index 000000000..fc51a5274 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_Sliders/_PrefabsPanel_Sliders.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463404d7998942cdbc1a9558976cd7fee0059534676dcb298494b530eeb3a0d0 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc.meta new file mode 100644 index 000000000..726e56903 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08355a4057ee69bdde3ec70aa3ff48d77e44e4a5d7ebba2b781febb3ed7f2476 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab new file mode 100644 index 000000000..ecfde7dbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84bc054bd8f99bb0932a28b56da443921dbef75c38282accab94675326e279f +size 6757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab.meta new file mode 100644 index 000000000..8b5eaca4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c0e0b53f3862a8fb5fb16a378b14a12a2b554943aa4f19e637d20ec8586f71 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab new file mode 100644 index 000000000..27024c520 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483b796a827d53b675d15198fde0dc559976bb113a9d491ddcad573a5b7a7080 +size 6757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab.meta new file mode 100644 index 000000000..72e74b353 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Dot_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36e246f95debb1f2e475004854396afe402c5545c159f122d970da38c1ea388 +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab new file mode 100644 index 000000000..5b823e588 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488be370c7bd7a1f0e11c1796e86f0bc88fecd7ee893b8d289c904a2217cce8c +size 7356 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab.meta new file mode 100644 index 000000000..49e0384af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7107bc2ef229b6fa5fe92dd3858830269f3c49540f51bcf7293bf4c25bdb7b +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab new file mode 100644 index 000000000..a1d097e48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9487f7d5d3caeb5d0f724444da5c8165ca8880b54bab852340359bc86c230665 +size 7354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab.meta new file mode 100644 index 000000000..9eff1ebe3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bab7529146b9450ffe243b691bf3d75c8d3cb213f146c93d012c617c5de449d +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab new file mode 100644 index 000000000..f6e813be7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85eb9a83f733a5b29746314c64b58423bc3cb3c748c36c37e3c1c2d22e91d838 +size 11844 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab.meta new file mode 100644 index 000000000..456044cfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_l_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4397e3910d2c2d7896097f82ac5a93d43444b25dfab6fb488a4ae70fac6397 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab new file mode 100644 index 000000000..0a503a10e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5082181b17223d9f308fb031b040afdb1ca082085295ed6e8ca07dc08fdfb3e5 +size 7356 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab.meta new file mode 100644 index 000000000..0e2113a8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6477fd0297fa68243ec8862597adc6c7eee53dca0f1fc10f3e7690455543f7 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab new file mode 100644 index 000000000..1e20cfe55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a6f533d01bed6dc2ba78a0295fdfc8ce4301fa7350172335d9199cad69f01d +size 7354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab.meta new file mode 100644 index 000000000..11c23bb4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17958fea2f31c12b62b85d0375fbdcdb8aa6ef9235675f3fdd7a52b0ade8422b +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab new file mode 100644 index 000000000..9bdeb6fd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b4b4e0aeb85b50bcf25a0a7e2505cee5f4c365767a5605596556d52c836880 +size 11843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab.meta new file mode 100644 index 000000000..47b1feeab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Alert_Text_s_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6858827913290ea7463501b230de96b587a86e57541251dde40c84c6c5441670 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab new file mode 100644 index 000000000..2a3a3884f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cd3cadf72cd94ad7ba8edc1acf6f5c82c682989aefb33a36627d9ec093c325 +size 50388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab.meta new file mode 100644 index 000000000..d94f79772 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField01-Group.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1bb64ccd595414aadeee85d79b7332de500af864116e2707f6b40f75a53eb9 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab new file mode 100644 index 000000000..8ce31d3aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8561105ebd28ab3f25e93d7bc8c7498ab922c01d01d18802b3049680ca1756 +size 12275 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab.meta new file mode 100644 index 000000000..d53bab838 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_Navy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d44f56c5371823f35e869507974e16a3be9708fa9732f22ece9922d2e8e643 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab new file mode 100644 index 000000000..3a0640e81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9799cb6aef6f94b6015f85d865dddbb97007f997192b75a014fd7db426d6d03c +size 12282 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab.meta new file mode 100644 index 000000000..e16b578a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField02_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9482e22b5ea4be638ad4d03c5ef592a878a3cec688a5d5fa765b7b92b75ec5 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab new file mode 100644 index 000000000..8ba9f5973 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3195c0da3e0a184cc0e23f2ab655354a3da9a24c8f5ec0d4a99e773f7bfbbb01 +size 16501 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab.meta new file mode 100644 index 000000000..e1e9793ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_Dark.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cae40f1b815f0ea3134122b77d1592f2f6bf12faa8b955c75f4d35f9c8634e +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab new file mode 100644 index 000000000..70e2a1766 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304cdf7201d629c28ee054450caf26ac41d850bc8e5367117600dd343cef29ed +size 16475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab.meta new file mode 100644 index 000000000..695b35ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/InputField03_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d70fe785157e8892db8b1bc261765e1255971c85a720c37d79f01aba30ef68 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab new file mode 100644 index 000000000..2bb31ba77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f952829b55758ae6605aed0633e8f255c59fb4cdc7bf25843737fdab14b2825e +size 5120 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab.meta new file mode 100644 index 000000000..3c5b99f7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1211e1bc4127b207e95c4f73d373cb9399726e99df0aa79fcadd6f100daa2d44 +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab new file mode 100644 index 000000000..596b071f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5eb798bd7af4ffcbf14b01b7a6a161f6733a88b77a50ea9bacc617598cfc75 +size 5115 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab.meta new file mode 100644 index 000000000..4f9fc6fa8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Loading_Rotate_Animation_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca099b52979c7978561e80e01aa7d5b67e1238832c1d97084c06b318146e5e8 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab new file mode 100644 index 000000000..be4ebaef7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9873d5400641e5d4792fcdc4f3909351b739ddd6464d5052cf2d2ed357408a2c +size 664512 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab.meta new file mode 100644 index 000000000..43e809f93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc3bebefd433baa02fd81eb065b109903cf4921cce812983c088ae07a5dc8a3 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab new file mode 100644 index 000000000..064869492 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9447dacb1690a3fc4fad0f328537bec03200251ebfcc73fd47c490b27def1c7 +size 447002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab.meta new file mode 100644 index 000000000..8035508ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/ResourceBar-Group_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca01b7ff00962caaef90e7d167f8b03b7fb6a4e8976f216e7f443ca43acf61cb +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab new file mode 100644 index 000000000..cc28aff74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672971521a3d03a81b48619f127a91a3abfb5143718a0b6a9ac8919e2e276b34 +size 4522 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab.meta new file mode 100644 index 000000000..3b398b9c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_Off.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed15289647e620f587445f5b51ed2ed26e3169fe7b85edec4e416bfb72253c5f +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab new file mode 100644 index 000000000..a6e75bf96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f359d5e9143051b95ebf764f61ec81b6b960a4dffa1d8d91f5c17ff7485ca2f5 +size 4520 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab.meta new file mode 100644 index 000000000..f1304e4bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_Single_On.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b546ab8bc6183c704ff3adde58a234a90b19405b25e182761652844345cfca7f +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab new file mode 100644 index 000000000..de860fe05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e0624309cd476a0a65424d620d1f1646605fa203dd57846dff1a22da839fac +size 4517 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab.meta new file mode 100644 index 000000000..05efcbf2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Swich_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040d0dab7291a9df0796d9d30ca31c91ddbd065c3f35109290fb32b19ef83a10 +size 391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab new file mode 100644 index 000000000..101aa32dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a499a95046cb5077017c66ceaa4d1678fb373c6d6fe496e1cb89c44faf04b50 +size 6067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab.meta new file mode 100644 index 000000000..2f852d842 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ceb3dcad3842e1db5654bc93aa44a40cdb0e70645641d5780e6caf51568a4d +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab new file mode 100644 index 000000000..9ea9f673c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e631e7d3ce62b243e31e936ec617574d8fdbaa51e6a578590da4534af7628756 +size 6068 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab.meta new file mode 100644 index 000000000..d2a6f9f89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78879e0e05e262277c58b1f3d5d6b39d337e38e12c55a9c309540a2838a2cc9b +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab new file mode 100644 index 000000000..06da7693e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c5f3c9dcc20e29bb445968a9ccdd941e3e35fa406f0ffebbdb3c67a6392992 +size 6067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab.meta new file mode 100644 index 000000000..33b7110b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle01_Check_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109d57346eeb11a1e1e8bcdf7b86ddc108bcd4c5d97e2696c397cd911c87488f +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab new file mode 100644 index 000000000..9eaf4b2e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1029adafb56867b0adcb3c255bfff8adc7ea8b64c33c1fdd1c047feba36ee948 +size 6101 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab.meta new file mode 100644 index 000000000..8d758e845 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192f1d22804b0d824360011252a60bacf51fd29d204e36abd80432b36dfb1bdb +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab new file mode 100644 index 000000000..bed6ad41c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428a5d8816696fb5223b776e58e523f540baea53283ecd9c8ee21dbab23a11a2 +size 9407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab.meta new file mode 100644 index 000000000..5d31cfc5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/Toggle02_CheckBox_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347e1eec8517f9c46639de2e843e4706ee13d269a68f24113dbd42efb77b10d1 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab new file mode 100644 index 000000000..2da24b433 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0120048d1a27fd4a95bdcd8125400516c69a585d38dca1e44db070b498d0872 +size 30939 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab.meta new file mode 100644 index 000000000..4057a828e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35d815fd039d739aa3919fd6ab674f047dff9ea7d51759a2a1281ec3cc6259c +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab new file mode 100644 index 000000000..9c529dc23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37afee9c6acd2460b5813ca60c6433ff91c09c641d2530ae558123a37a24621 +size 30920 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab.meta new file mode 100644 index 000000000..1c17f402c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo01_Left_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b065b97035dbbb33286c71234f91789d2f03d1b46ddac8dcd00f8a410cd1f3 +size 401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab new file mode 100644 index 000000000..99b1d6053 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662a6e6b00491e90580e5a7966dcc97c3249eaa775fd46f0c5105482f53a903d +size 30947 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab.meta new file mode 100644 index 000000000..a45f63dd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fce936f1440e74eccd4adc98a869d0e40c4f0a28b52a806dfb8822d3ff1bb2 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab new file mode 100644 index 000000000..921c47db3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b08960b022a082d5e750d4f07185366e1c9c60c26512d68c0396fe1c27d0ab1 +size 30925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab.meta new file mode 100644 index 000000000..cb68ca867 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/UserInfo02_Right_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81c5df8a57fd66dbf889bdfb13f1efe14047aa090994d595216a1e30d8b7e37 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab new file mode 100644 index 000000000..7dea73bca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040bc707cc365cc5daff4e2ecb6f6147cb0d0daf5a846589a37167ec71bb0645 +size 225119 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab.meta new file mode 100644 index 000000000..6e3032cea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_Component_UI_Etc/_PrefabsPanel_UI_Etc.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345e28f693638edaee6ce33360c628adf854ce93e39655e89d6e937d89e22960 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels.meta new file mode 100644 index 000000000..58be42241 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec3ccd4e3fb6f704e9d5592550c5651b2b01b481e3fec763c6fb73ab2f3c396 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab new file mode 100644 index 000000000..655a4be5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3ad59033c8229029468c9d9683dbbda20fa33b93a81ee0636d516ba063d161 +size 30682 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab.meta new file mode 100644 index 000000000..dd79949f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ad_Remove.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71c6ddac0fd349910ff5085a95c830f6c26799f9ac8d80076aa06edd4b3afdb +size 389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab new file mode 100644 index 000000000..c90dd8ee5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc73b88536ae210aa448c5f594a48a8439fd5f91428ce02f187ff6057226da79 +size 653160 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab.meta new file mode 100644 index 000000000..6e6a10480 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9ea87df4c852811c2cb597ea9aa40f8fe34811c93c07f9e4b655ab01d65627 +size 389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab new file mode 100644 index 000000000..c72ffa8bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcca8dc84fc56304f2f029d2172392f7c8869b9a1d3cf4c9188c78d38e161229 +size 584241 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab.meta new file mode 100644 index 000000000..18ce19048 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_List.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74d11a6beb092ecebaebc04507a20304ebdba7b6ddbc1fb7af0c98c318e40df +size 394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab new file mode 100644 index 000000000..32458cf74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dcdb5689e2eb265fc14fb5a5892136d5e7e43825831ca3a305f5295b917b7f +size 159869 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab.meta new file mode 100644 index 000000000..0f0209505 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_Select.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ee5763bf0f74cb992e0df13d57e534ae5ae4f54ac6ecfdbcc0921191721453 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab new file mode 100644 index 000000000..a8c9b3827 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194d5ccf865826206d79e089d73de4aa8feb9d860ca0555a0d60a036992b22c +size 371202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab.meta new file mode 100644 index 000000000..10f5eb298 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Character_SuperPassive.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79446e1c12a5495b8600ac9a49de151ae246230ef7122d60c913fc593c422b53 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab new file mode 100644 index 000000000..eaec638ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4136e9e688e79b3698c2a65eff27a343f4b3257a6c771913b63c22db20f931b6 +size 194974 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab.meta new file mode 100644 index 000000000..04cc0848d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Chat.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5ecb2ec454506bf3f005b59f55dd41d3a17578b24f3179e590614e2312285e +size 384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab new file mode 100644 index 000000000..2456f9e47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4962f9509ded345b4596f3dcd59669b6e37c0d8ca3a464e8f2c8edb349fc4f8d +size 741248 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab.meta new file mode 100644 index 000000000..72edbf80d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Clan.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8e93179de6ce94ade9d9c79b2c9bb7c06d3ceead13aeb7342ef3b6f196f426 +size 384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab new file mode 100644 index 000000000..7d1dcbfeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0619dee7d8f0c6886ba44f50e188ed34757bbdf66fdc2d2554a7350681b4d968 +size 947974 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab.meta new file mode 100644 index 000000000..de5e1e908 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef4eddced3ed88f0670ffe6735b3ae3a7c7f5d674793e3069ed19a9dcc155bf +size 389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab new file mode 100644 index 000000000..e7076c584 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78f6c288bced6b4b826165a7b4142824b51014db18329d242822b9995486cfe +size 49973 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab.meta new file mode 100644 index 000000000..d065df70f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_AddSlot.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf0e9399f6ade1a57b524147b045bf65d018f45cbba5bef84bbfc09be6d56d1 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab new file mode 100644 index 000000000..412a3a3f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89551f151b875fadced3a39709a8b42bbc0edb947ce91b8447e93cc9bb3e507 +size 87173 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab.meta new file mode 100644 index 000000000..ea358a6da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3037f4762ca21d14df2cecac7e46fa5d93cc2ed34fcf7d073f14cbdc46140efd +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab new file mode 100644 index 000000000..11a53fec9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f342e0e26230e944a8e0f9ecef8cc6252f43aa7c95385954d8348ced6cf98a8 +size 96951 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab.meta new file mode 100644 index 000000000..7381fe2b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Equipment_Popup_Detail2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1804f6bb4b2896f936bd3bb5c78332ccaf0706927f26fb817754fd170890dd87 +size 403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab new file mode 100644 index 000000000..a1e669600 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94de3d86e04701108025f89a63a6d678d3c0f6043fa207aff63d3bafe7740806 +size 23593 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab.meta new file mode 100644 index 000000000..4b2db723e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/ErrorNetwork.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26002e12503fab4abeb9c43c51b0038c5926bd7e21071e5d63175714af09c6ab +size 392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab new file mode 100644 index 000000000..caa93391c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88f295239862257a068e625b9a7735bcde7c4641a4665e53ec93472cdb8ba91 +size 944120 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab.meta new file mode 100644 index 000000000..598ceb357 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Inventory.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39409cb752d5c27f1d3324b8ac56660e502568150ecd06cfc555e429fbe9de70 +size 389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab new file mode 100644 index 000000000..51150ce73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acb3982a055591fd2d96174c90e6774087ff4dbc9797ee34ae42aab67d66a1a +size 1385783 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab.meta new file mode 100644 index 000000000..9a3890ab8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LevelUp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5633494304a9aa7591fadb81df037dddb20ea8750615c922d500e158f7a6c1 +size 387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab new file mode 100644 index 000000000..b67fb93d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8939d4fd1670aeec527e7214e758312868e73a0eb7612346020cae2560d771 +size 18626 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab.meta new file mode 100644 index 000000000..f0210fcf4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Loading.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed0ea337b1fa191beb6f229dc173a3baee9735f97480327871cb8ea3802104c +size 387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab new file mode 100644 index 000000000..d8d69621b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a913df62fc7554f867a9a5aacda5b8252d72ac9f2b6c90c3ac0ca75571a165 +size 1341849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab.meta new file mode 100644 index 000000000..551e2b244 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Lobby.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c88ba89af45f942ac8ddcd4ea8cd4f657e8117f7dd7559fda6f03e6806d26c +size 385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab new file mode 100644 index 000000000..158e63076 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e2108be3501274a23e29728a6cce4b6bab08cc1c7ffe3ffa9389c7643c04ef +size 277289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab.meta new file mode 100644 index 000000000..83bc2b6dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/LockScreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba89d8724339786363ec8db0c0a4ac6255f7496d738bcd5c81fea852fae14995 +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab new file mode 100644 index 000000000..1a941ef46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f75d4f432312be4221042a806388ef425c4eec88419fcc1fa5ad33224ef99a0 +size 1339693 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab.meta new file mode 100644 index 000000000..37f643cc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Missions.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefbf4189a69af649cd6345ec666326ea256786518cc1e2ed6be18e1a1bf8721 +size 388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab new file mode 100644 index 000000000..dde43e710 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75d41ddfac420a45b09e98b4f281682263ec51a756e24e4fd8355ebaef6e77d +size 1471739 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab.meta new file mode 100644 index 000000000..8d0aa9e14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Pass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990eb4208732e75c6231185827e0d37562e59ee45dd62b578817a52fc7785c9e +size 384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab new file mode 100644 index 000000000..2c23361b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be5ac44cbb80fa380eec21d2c3c4d37071690cee23e4289b8e69fffe1b7881f +size 65016 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab.meta new file mode 100644 index 000000000..9929c5cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_BattleVS.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91508f0af886199b64ab26ba72143d2aefb7a7a7d52262c9f9723b0ae7319359 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab new file mode 100644 index 000000000..72dedb927 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdf6a8341332972a5008245af416ee363072bb463617c2fa091695024870631 +size 397000 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab.meta new file mode 100644 index 000000000..260e7100a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Continue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d18e777be373b7fa3850a5f477e88cf9640b1e2a8304eed9c99609ab072809 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab new file mode 100644 index 000000000..c0a90e02e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8687a3080ce7d3271abe1e09324cfc5cf4172cc92d98afd537f9269d45c3c5 +size 55228 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab.meta new file mode 100644 index 000000000..ff201d9dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Pause.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612ac45106f0dcbd8b9bdfe8ff81460b0ed01f7e9eddc3e97273e3176d558403 +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab new file mode 100644 index 000000000..0e33921c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6baaad5570dddef48f0fdc7cee2c4365249da07379841e585a9f03d77add2822 +size 2040896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab.meta new file mode 100644 index 000000000..f66388f0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Result.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33fd366e02b0ad441855a2953ea65b36dcc05eef97c3d949bb590a1ace69cb43 +size 391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab new file mode 100644 index 000000000..4e01b4241 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb5291ede421efcdb22cf03e028d3fd03493e7dc666e0a8dbf09ab70bccc83b +size 402396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab.meta new file mode 100644 index 000000000..1fa75dffd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac36295d4843c7f12e24fd35df0e121418739051368cf56f083643934a110e8 +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab new file mode 100644 index 000000000..a2ab1e11c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dece9e5893e360527abd9ce7c9fbb9fbe69810d5710d22504996c6affef0f29e +size 297219 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab.meta new file mode 100644 index 000000000..6e5a640d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_Type2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a52a77db6ca0e54837091e05a7f18699f2d695fe5601e8ac1a29fb470996fab +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab new file mode 100644 index 000000000..6b2e974bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4181bf7c012b75cf4b2337d6bb1251fe252d5eba3e56a0d3f38fe1b41982c5ab +size 28363 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab.meta new file mode 100644 index 000000000..772ea0fdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Play_TypeText.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880ce9aca1c1d6f4a01f8eb968f4fe714a73fe2df284bc48365517f26cb56b51 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab new file mode 100644 index 000000000..b7ca9294e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8dc7cc2214c9136020b3b1d32c2b5e62a04fcbccf185a140c2693f2a9c4eeb +size 48372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab.meta new file mode 100644 index 000000000..82aa3e8cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_ChangeName.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d8c646aaa3931b6fb918e734a0fc6dc438d47eaaaa9106e5cf1cc0170e433 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab new file mode 100644 index 000000000..127a406a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db461f57296bd35535e94557577da91b0b0130104b556e1e929d1dca0bf14309 +size 33314 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab.meta new file mode 100644 index 000000000..de81c7878 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Checking.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d689ffa6868c4542f99b9bb253e6a10c818ef6ef7774817bf9b781bc7cb055 +size 394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab new file mode 100644 index 000000000..39b9f3eeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f372cb8b9b5eed44ade10371bd6cb43ca3e9865f04c40fcaf8e6177def22d5c +size 41960 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab.meta new file mode 100644 index 000000000..b54594cf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_EUALPrivacy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281dfbc6b7b0beca83ff0b313d57930232a335b5e5e009a109aec87d23d0855b +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab new file mode 100644 index 000000000..79cea029c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499cf13dc80868f725dc7a2f0cf54d15c37bc3007bae91e3d919b7efaaaa3e31 +size 177063 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab.meta new file mode 100644 index 000000000..110fc8dae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Inbox.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241ecd5a4d517716951c28a86e7c09f02fafc1faf045defaa675a32f7efab4a2 +size 391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab new file mode 100644 index 000000000..7d2a6a305 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7641643747f0a926a1d9fe92637f50a4c0b207312697bf4ee71eff797aab575e +size 82445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab.meta new file mode 100644 index 000000000..cb2b1575c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Login.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38d904f3e5124a21568d9ace8a84dbb020145144ffd2fa7756e80cabc5a4e60 +size 391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab new file mode 100644 index 000000000..f69be337b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c34926ef327fd68df4dcf4c1298fe72a17dca42f42d5c4bf293715f4573cde8 +size 52339 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab.meta new file mode 100644 index 000000000..cd586c435 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Name.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0def09958bc712649a3b20895f2f1faf0a3df8efc8cd47dacbc0a53f3a115684 +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab new file mode 100644 index 000000000..7f01090f0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bed5e3cd6e6d8d853ddd3939a85f642749f69e8fbd10c92acd9a99e0757eb2 +size 320206 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab.meta new file mode 100644 index 000000000..bc48453eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Offline.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feadbf751af5584b5608c659583121effba8fed85911abd1e0d5aa05b05796d8 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab new file mode 100644 index 000000000..8a9c0b896 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2064754be277a1a393d31878e0b118141df54b20cb14468de4e9bf7830c5e0 +size 777075 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab.meta new file mode 100644 index 000000000..e726ae8ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Pass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cf829878940c6edec2040eeee91e6cde1fd1b28bb9ddc8ca191e68b6169f20 +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab new file mode 100644 index 000000000..2d44c8c14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fed5f745ef1d032e92715422c8def971f2d84c32325bf4efb930980e5c3a89 +size 28037 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab.meta new file mode 100644 index 000000000..50a9cfd89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardGet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8fb69bef20d5d536b6fd916f73a7d555141eaceb3851f07781cc981ec66f0a +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab new file mode 100644 index 000000000..118f7fe15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ae97c8c1c74b56d44a250969b5a1bf0181e563da5081fa4d8fb3fb297b40a5 +size 468212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab.meta new file mode 100644 index 000000000..3da41f358 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardMonth.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea85e6b1ecc9a1f5748f38ea5a8159d5cd219d234bd437a2c74083c0c3f06f1 +size 397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab new file mode 100644 index 000000000..a286c9dbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d23309a24c9318374316749df1217566ca6a6808c9263996a5415c12af8c938 +size 1212860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab.meta new file mode 100644 index 000000000..e258af8b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_RewardWeek.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db22d5e5f5af563cc162d17f0860d49963588b2d29df29999166ca7c2d4899a3 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab new file mode 100644 index 000000000..208f03da8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8537a7dd1ad69e283bc6636f2e4caabd6dc27f2a52f0920f8870bec71bb31a99 +size 317564 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab.meta new file mode 100644 index 000000000..30ea3f403 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a312bd91c22d042907b54531e0f292c7fed9a3c6d8e7805ef4c5ca4186704b96 +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab new file mode 100644 index 000000000..f97488ffb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a94fec0dcd8c0dfa0e07637a31495381b9b0286b89db800dd2162b5792fc2b +size 112547 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab.meta new file mode 100644 index 000000000..454d68ee6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Setting_Language.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6453a8d1d10decc36525e72ebdb9a7a5d465310181eb2ff0d6baac964e2dc056 +size 402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab new file mode 100644 index 000000000..898d331aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee08dfcdb37294f011c30da3c791f8af0eb222651caf48ee9b910586f1cd7ec +size 83691 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab.meta new file mode 100644 index 000000000..a9097eba3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Signup.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0c3fb70893a0a068758542225851c73a0864496d45953bb797ef728299ac8c +size 392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab new file mode 100644 index 000000000..668a8c990 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b494a98031edbb94b9c5ba8d62f8697fe10323ce81843fc899cc0c4721c531 +size 663177 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab.meta new file mode 100644 index 000000000..0d036e27d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Subscribe.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b905015d519a2c029e700825d196bf17e5d944d3900003375ead0c9d909b86 +size 395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab new file mode 100644 index 000000000..b8bce3110 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fd5f657dd4d16e9245460e5041f3a315f5b823dd2d48deaf272ea1419c368f +size 39646 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab.meta new file mode 100644 index 000000000..f8bbcefc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_Update.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7691161db9adb9abe82f3dab4026288a4163a231f753efc2a4f8fa44b83b55 +size 392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab new file mode 100644 index 000000000..5a775e801 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fc39e32f363cd57e2829685f1d3600c23107851724068727231c922d5f5d16 +size 203553 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab.meta new file mode 100644 index 000000000..e5605df21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Popup_UserInfo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7406641a81e749cf88ec42bd8f3cb934437a7d555050399d1694898e53acbe89 +size 394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab new file mode 100644 index 000000000..c5012fc7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfeab157db341a9fed370e77d1926c7d8c28cea4f5d9763993c905a62fc0876 +size 231362 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab.meta new file mode 100644 index 000000000..cb618f4c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Ranking.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84548cac8e72f272d9bc89949fa8fa9bd8032afd090a9b9da062e69de6f528c9 +size 387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab new file mode 100644 index 000000000..5f2295704 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08eb6ba559a4e8919fe6928aeb16bd0169e246a48c07add30542d93d00c5a76d +size 41495 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab.meta new file mode 100644 index 000000000..f37aee506 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Rate.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b70cf311fb76b36436680875c55c3c012078045d9e22e699fb450401289994 +size 384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab new file mode 100644 index 000000000..a4c29a18b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393d0810fed80e585aae2afe51a09836588fa7ce8b894ef1e15d9395229851bd +size 1049439 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab.meta new file mode 100644 index 000000000..5ae0c1890 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Roulette.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e1f3ce79665db53f0c6f0126d5b1405c2e3312c6f2a8abbcc631aa32596338 +size 388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab new file mode 100644 index 000000000..b46c53f0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d518cdca99919cbbfd4a5d0469d1bb392f402a2438e058bc3fce977824b8068 +size 773565 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab.meta new file mode 100644 index 000000000..b5cac3513 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/RuneFuse.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c0e295498887b6f5280b77506eabbc2650eb77b265771deffd5a0fd60edafe +size 388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab new file mode 100644 index 000000000..865f6fb46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf48ee5bf9294c957b8698292ac89f7af30837397f6a3508b2ce93f958b5667 +size 3531538 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab.meta new file mode 100644 index 000000000..79a14ecb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Shop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355f15e7c713f67495b521fcfb90b9a9cdac5864749431aa7fee786467fd52ac +size 384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab new file mode 100644 index 000000000..b9e95ab09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dd0c1fba088fc03e47dfc0f94d380c158f227016d643d14339e2ea193b9788 +size 109818 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab.meta new file mode 100644 index 000000000..5a1a6ba30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac6ecec7b0a2fd045a6633c690afd4dae9b0cd44ae20f1c39388ef8e60b812d +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab new file mode 100644 index 000000000..9d1903168 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed68ec7d16ff73752369c6078f0cf80f50829be366bac96698d660f64d7dcf8 +size 973561 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab.meta new file mode 100644 index 000000000..56436e44c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7487cf357c51f23c615b05941b277e5bdd72d8bce6236f97d29bb7612af83bf0 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab new file mode 100644 index 000000000..3e501e044 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd5172433b2588a2922d3e9af3e8088aca7e6a5742eeff8d6303a1e183d171a +size 1782660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab.meta new file mode 100644 index 000000000..95bf1a8bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Stage_Select_Type2_Detail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07156dec2d18626275070c9b8a88cea224580c5272d39bd058ba81669cfa27f +size 405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab new file mode 100644 index 000000000..bc3b563cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb173d90685000bc074d5040da521fa2c3c31ac3b268307b40dd9afe1ce329bd +size 28730 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab.meta new file mode 100644 index 000000000..1712a3424 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357538707b7893be4935409d280edbb522e819b369f3566010725d4ea106345b +size 385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab new file mode 100644 index 000000000..e42afe441 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b102395fbba2944fbc7b4533b94e14d8fe99bb9526bcfecfc282a612dffe6a0 +size 15749 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab.meta new file mode 100644 index 000000000..43e3462b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Title_LoadingBar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85ec369a563207c2ae5a0af8b4f34ca3918b726cbd6f2bfae4e998a0463a484 +size 396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab new file mode 100644 index 000000000..94b838b4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fba0103172d42beb4ce4ac19b5a5ad603fe9bc7786d5aedd3dcc8bcde92803e +size 17948 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab.meta new file mode 100644 index 000000000..ec3650f6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Character.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b2e5483805f406742286089bee8c7b3688e1c62440d937af7b78b064f6fe8c +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab new file mode 100644 index 000000000..6c3a1acaa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c5da25d4d3d4ae6d1fcf1524b0b9837fb41ca0757cbf5b244a3c5a2f0b8c0a +size 239193 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab.meta new file mode 100644 index 000000000..931611ff6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Panels/Tutorial_Hand.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3157b26e5724b76a2d622f92f377480bc73ef409d4721a3f84afdcfb5bf6fa +size 393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle.meta new file mode 100644 index 000000000..a80cf829c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330e99bfeef1c3fd33b322b8ab8e2a012534b6a8a9f8c7994ebedcc76105b3c9 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab new file mode 100644 index 000000000..ed1e958cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7a7537ca0b4801d714793de7e353966d934d3c893586c4b0811663faaa1139 +size 232679 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab.meta new file mode 100644 index 000000000..94ec687eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e9ebbd690b0d2c0f687866396a0f41b5dd38fc5dab7f542370aa1c7a62eef0 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab new file mode 100644 index 000000000..2140ca7a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad428f7d19726e412b3ff96fc8b434f1854d77ac52f600b04fccdba11775b90 +size 232439 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab.meta new file mode 100644 index 000000000..a5f6f000a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e417d3a642de0f0cac9c27b1773474042e5b7c113ca6269f15ef2f1de5a76ff1 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab new file mode 100644 index 000000000..11584ac66 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86ef925ed76d14f46b552a8f3f0b4685f9113bed56c2f298cacefce4093befc +size 232443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab.meta new file mode 100644 index 000000000..2dea53171 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3958271bb20a2c7521446903eb6e7ce0a47c7a4fe5127d43c4fd09bcce085b02 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab new file mode 100644 index 000000000..68974f6fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7de05bbf05d8f5fab1137ad64c5736a6f6af28a3bd1d872d2b7238a035525a8 +size 348958 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab.meta new file mode 100644 index 000000000..65dd140a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50872a9e794439dade623d2ef27ffe6a43801112555e68fbf88e0af4b2be1ec6 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab new file mode 100644 index 000000000..009214c97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d815d65320a4ad381c4975379e819f7abddeb54a074e1e8d8e495b1884e76a +size 582905 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab.meta new file mode 100644 index 000000000..6f28f9560 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light05.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5e7101d24d5b54bf6ffc288a86183931cef9a35a3efe729ad0be8327d57999 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab new file mode 100644 index 000000000..5e42d8120 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f70c394ff02d7719156d8434bdcb8e038e3fc9556a0e6e46d1c6c38a0dc254 +size 582828 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab.meta new file mode 100644 index 000000000..04e538952 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Rotate_Light06.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29bfd34d879aefd57eafe0331951dffbbe726c33b0d5ee4ef32e675ebbb2b625 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab new file mode 100644 index 000000000..3db268578 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3222161eb4ed4f9b09a1edfc4c5836d3aeefc211bd2d37fef7c45336b41667 +size 116532 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab.meta new file mode 100644 index 000000000..ab439b348 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e50983999e5bee8ad2e4c1cce42c353d559b50b9cc3e2151744cb6c16623dc +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab new file mode 100644 index 000000000..bf5e769d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79607c212d2dec9b81b63189a45243cdd280bd9e3499725ca43e709c3f4e5a9 +size 116507 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab.meta new file mode 100644 index 000000000..f6ee1ef57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15389fb194f52921a48f3cfef065c257a9a847bb22edf0b127288e7129f61f58 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab new file mode 100644 index 000000000..64a27a5a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495b1dafd1a3cccdfdaf51d0a39ff5ec2b2e4a38b650731162d1c8b2c4166d1 +size 116539 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab.meta new file mode 100644 index 000000000..7c9b89598 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Glow03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9c8679e312cb0174b2f2c3989002769f39ab2f5dcd36f5b842f51d152b0dee +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab new file mode 100644 index 000000000..7ca83d7ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513d07fd3d28828bccee28537309e48662404adf32a88228db801c2ab9e4105c +size 116248 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab.meta new file mode 100644 index 000000000..8fe88825c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c87afab872f70242ecef3281488d8e2f6cbacc4aaa5dc7c6f210c43b2b44e8 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab new file mode 100644 index 000000000..6fc0e585c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a13016bc6762aaf4c1a85795a367ce6480a1af5c394f8f8601699854d208bb +size 116525 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab.meta new file mode 100644 index 000000000..4d700e855 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Shines_Light02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625351a0c08593106cdd89d8f64d7c699e9d01ece749e872f8f7e6dc6d932b05 +size 399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab new file mode 100644 index 000000000..1fd87a32a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79474e9cc975b1c4e5c532253a839547b1c715f8f13b3ce31d55b38a475e068e +size 116207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab.meta new file mode 100644 index 000000000..72f9d0066 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Snow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9956219f837131f3d736108663f2a6e42c12835b502118592fe05f27b4cb091 +size 389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab new file mode 100644 index 000000000..dba6fe10b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ed4e3683703b2afb1e70a74b77e17fca6ee50138d4e3700af8894c948d0f00 +size 116476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab.meta new file mode 100644 index 000000000..64c006c1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e439f9f94dcde995f08173acc27c5d41087b7642ffbc122e32124d451e09412e +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab new file mode 100644 index 000000000..a7a5c7197 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d517a6e54cb395115f15a41a82e106843ab716fbbee0e31626ce43db4c202223 +size 116477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab.meta new file mode 100644 index 000000000..7ccef6110 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11f8b9a9c2b03c135570162c4a2196a7c8f25282e21b3307a7fb84d4dbd8801 +size 414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab new file mode 100644 index 000000000..fe4bfe82d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99938963dc7d3b2d2f98cb9791ba17a475d38bca303daf8ba7910ea90946d90d +size 116478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab.meta new file mode 100644 index 000000000..c776140b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1191398ff042d8d23047603194230a859e14ccff4fc4a75ea3c83ce8de5509 +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab new file mode 100644 index 000000000..f22466ccf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2688ae37afa0e6f4f0246e9a91dcc5de241801d735c69b36abaf7a15363d96d9 +size 116475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab.meta new file mode 100644 index 000000000..0464dccf0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6694b3fd4f42aa3503df21f5a5bda6f407663321173307299a3d9b867d52f0 +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab new file mode 100644 index 000000000..2963ed3b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464718a15f9cde97bea3d2e043d98ba01413c61c78b04dbcf0ab734158421706 +size 116477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab.meta new file mode 100644 index 000000000..ede78c323 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7face49fa3d52f4d4a76243d2e6bf485c3bda0a2cbb1ca71de4f52e432a6be +size 414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab new file mode 100644 index 000000000..815f048dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1de27f902e9f6a4ea4a915084f0b886c98ddfb7a3b560516872f84eec40a745 +size 116478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab.meta new file mode 100644 index 000000000..6ff1018fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar01_ClearYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ad50769bffb7f9bf4c9f9917e8410728c8991f3c22c0d76d8301ea47573cc7 +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab new file mode 100644 index 000000000..bf6f68e1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fc41ea7441de0c1997d7c4ddaffd039a18895a9c9a07e73e7c6f1783c4d3a9 +size 116477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab.meta new file mode 100644 index 000000000..b70944a3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbbd6d1b9c7a45a9725fa08905cb1a6681942801c228d306550a80b178c7067 +size 414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab new file mode 100644 index 000000000..2999ae37f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48cf339d0009cdb0b826d4f0479470e56d9f4c5d5c5e1b83d3ec6890cad3f30 +size 116462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab.meta new file mode 100644 index 000000000..dcd7e5cb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edf567cca134b4237a3a5da0f6a2da7a63fd049fdc7c633c627bfef71928367 +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab new file mode 100644 index 000000000..137f5d5d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ffc6b54f1216bdf788750006d8f7eedb0113f8d23ce4e29cc945cfb16127fd +size 116479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab.meta new file mode 100644 index 000000000..10e329dd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972328f8f9cf75297260fbc34e0e9811575906e84f9704af7171b217061e6388 +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab new file mode 100644 index 000000000..da889a731 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f495c993089aa0ecb8b4a5032cf0ef175a277c3c8c578ac6b6fef61982bee57 +size 116476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab.meta new file mode 100644 index 000000000..156c83b8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590a74a50ea99c752db1a2e6969bced421567807930272a947846a7a4afecbc8 +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab new file mode 100644 index 000000000..17f644803 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67521ef27d23888d33bc4ed6c23166c9faae2b1f1edfd94414af3d5526a8120c +size 116478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab.meta new file mode 100644 index 000000000..58fe3cb5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558022de9718addff1b5030e30f07416f4210b15d47dcb8a4d99fa0c9d76577f +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab new file mode 100644 index 000000000..3fca84702 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c830339cea17d1fc0d0a58809fc878d435b42b9750724b9e3bc62381274e3f +size 116479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab.meta new file mode 100644 index 000000000..eaf4a2f46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_LongStar02_BlurryYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d92eacb1bf5c07485dfd2582a651a508ca7b3c851fcd20fd1c54439f126250 +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab new file mode 100644 index 000000000..552f737cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542dbdf47a43b916a4ec52332b4e70885fcc0b3a71d4f646bc665d7f23e03314 +size 116485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab.meta new file mode 100644 index 000000000..3a139f1c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47acb68054bd73732931247d97e1d0f8b0b348f6770189d21f08f977ff6de34f +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab new file mode 100644 index 000000000..08a5b8158 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4387635defcb6c95cfd5f29258ae62ec384a87182dce25c7cd15bdd3aeabdc +size 116478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab.meta new file mode 100644 index 000000000..9370fcb77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Green.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba78b05ca2866720511f44358366d589ed12db2116f3e06eea58e564bdf60693 +size 417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab new file mode 100644 index 000000000..3bb382efd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc449e2d0abc6534187556f380d37d0fceade02c0a613c9d3400528374dbefc +size 116485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab.meta new file mode 100644 index 000000000..346e71f07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Pink.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6906523be5034fec91e16e95ae8593f4c7596a86be73e6afbb7a47c75650d2 +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab new file mode 100644 index 000000000..e612733d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cbd2930322af14e38cd99e021f38b6ba9206f7dcd81302f86c47721909e51a +size 116491 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab.meta new file mode 100644 index 000000000..b109826eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_White.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3f35ebb2048019ea6c17d1ba745f5e77e2ee39065ac267cebba61e06dc1f05 +size 417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab new file mode 100644 index 000000000..547e77fca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f76a17dc88c9c67ef978dd93c6bf89833856b98700f473e69f8a0052dd38ebc +size 116479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab.meta new file mode 100644 index 000000000..9de5388fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star01_CustomColor_Yellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432b4529d4871bffe005300fe1b80cbf011e114922de71fa5c1b0542561c12ed +size 418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab new file mode 100644 index 000000000..edb54524e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a6ace1079059ca682c17ec6cc77314b9651ce0194ed34c42245864b4ef35f0 +size 116452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab.meta new file mode 100644 index 000000000..fcc3e0741 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08713ba36ef59d230c4a2bbceb6d99962ea5863bee36745e2baad5ae9ed951b7 +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab new file mode 100644 index 000000000..0a6957e92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd9fef1dd43913f11c754c7d90d1c1680faf5f701fcae27f3b328bb3a8b7983 +size 116453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab.meta new file mode 100644 index 000000000..837e886df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d38dcb47b49cc58d772c618f04eb3ef7b43af539d61b1bb6f5bedfda08b5053 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab new file mode 100644 index 000000000..3b5ff01d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed79b6590e5a864791ae7f4b725ef24ac9c25257e76dbe197ac466bf20b6b60d +size 116470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab.meta new file mode 100644 index 000000000..7d2d68654 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54fd6ab88fc38324f1a37a35b045c0996346ffa299fde509dbe1102a859b912 +size 411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab new file mode 100644 index 000000000..42cecaf20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd4670d25d8794169df97f8d9af40614992466a20d31e5d1057f046dab00a47 +size 116454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab.meta new file mode 100644 index 000000000..6cc5afa75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffdb091fb908010a6a947bced576af40e5fac61b54bd7eb0a08bf79a242d1d2 +size 408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab new file mode 100644 index 000000000..fab0b9b38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91611655cf08e30b1d8271bbde45473d643291f19132c8840c4e624707db0d7 +size 116440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab.meta new file mode 100644 index 000000000..e78b9afb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfa41aaf16d7fe57b88308b4c96ec08b283711f77d296d555096df9df78a607 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab new file mode 100644 index 000000000..74ad579bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3e052dd7bc7ff908a1b504f0040485182bb47b6413efc2981ec115f5daef29 +size 116470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab.meta new file mode 100644 index 000000000..a3b0de4f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_Star02_ClearYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da6d82a7ac7eda02f3405a93a44a429b7f007fec98656666bae625b98763964 +size 411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab new file mode 100644 index 000000000..afa4a04b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb1d980787c8d1dde5f6b8f4606a1f1a57e35a40b3ea138a806e4763fb33ffb +size 116499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab.meta new file mode 100644 index 000000000..75d9cf413 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2572e416111609c2001d3ad33ec1cbacc7fbdb413c1f4618a84640d28c9c4d5f +size 411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab new file mode 100644 index 000000000..ad66a2351 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e12d436a87aa7ee029df4d637cbf8a3b1b1e153862a2f3ecb6494a6ddc65f2 +size 116500 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab.meta new file mode 100644 index 000000000..119d0e571 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108f49cb292e1bd71f3fdfccd6f52ede79a9bca25cae22a520c985311ed90f5a +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab new file mode 100644 index 000000000..fef79b095 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba852b2cedc3ff7e4596081faec40719804aa2562fdf46cd78fc917aa3c7b29 +size 116486 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab.meta new file mode 100644 index 000000000..795691042 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9b1c6fd6de2e5b0cedc237c3a77ca512c95841d605f8c55cc620bb19d7111f +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab new file mode 100644 index 000000000..2bb04657f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cc95d59522f367a662032b66c4d53b258b073048a5b4cd67f6e36b42871354 +size 116498 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab.meta new file mode 100644 index 000000000..ad943330c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9772cbb6fa7c4d35a9aeee3239130db2d510f5a6b289d73fc316897d52947c +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab new file mode 100644 index 000000000..df5dc8f73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113a32a4b03db0b91bc8c0836eb459322d46033b910f4e7ea365962863e13d0e +size 116485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab.meta new file mode 100644 index 000000000..6356dafa5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6597b1ca0fa9d5c83366f3ec013fdf2ea26ad005e2b27951749937664423d5 +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab new file mode 100644 index 000000000..da561c83c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384de107879440de4634c0b361514940fb3840bb5dd107852c9a3eb8c4780a8e +size 116501 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab.meta new file mode 100644 index 000000000..fd5dd7f1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar01_BlurryYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbd6d1915defbaaccc4308b5bc201b01b10a1cf3d237471fe3cd7792bac2a1d +size 413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab new file mode 100644 index 000000000..7c7fa5680 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86791de3d1ae0630ddedef3a2990f551dbd2099ca24728b1632884d6293a3c86 +size 116483 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab.meta new file mode 100644 index 000000000..6a5fb70f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearBlue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d529e4300779109db429938a0fbae5d58d830d3d44370d86794a0ad1e3e5a6 +size 410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab new file mode 100644 index 000000000..d2d8a9f1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7e03cceb0f7973d1b26497fa38310a086866e85bc144d24cc216b948fdcf95 +size 116499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab.meta new file mode 100644 index 000000000..57d4f3fd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearGreen.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83775c54b95e36f3100084aad42313b8bdfb19e78fbc2ec2d25bea5691133212 +size 411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab new file mode 100644 index 000000000..6aa5bae65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d58756337266dcc418eaaf24ce1f1b831a309e74ead584da0edfb1b66c65bd +size 116485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab.meta new file mode 100644 index 000000000..10c321307 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearPurple.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f7be4bf2c5f934116eebafd2320f4aa32537cb1c608c41bac18aa77edc47ce +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab new file mode 100644 index 000000000..cd57a651b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd3e15f8d45530e8824f818de19738a1c3a4b6eb28ec333f56988e1bdc16071 +size 116497 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab.meta new file mode 100644 index 000000000..d46353c2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearRed.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea6163263be0c9ce71699179ee1e137d89b0b854e9dfc8119a7c547b8a3e6e4 +size 409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab new file mode 100644 index 000000000..9cea9532f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370c19c664d177b026531282fe4ed9baa208bb35a6b400853735e1a56c3ac7d4 +size 116484 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab.meta new file mode 100644 index 000000000..eb3c07456 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearWhite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5974ca41d0c7071f71960894b8c596b008bf3f4e2a94301c98ac42c8938a835 +size 411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab new file mode 100644 index 000000000..251ad5e8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3c2cd4181f76e5ec97473cb3cf710c6897d77df97cb608d7f15dcbb843b64a +size 116500 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab.meta new file mode 100644 index 000000000..7fe1441e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Sparkle_XStar02_ClearYellow.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c3e89b5aa74232bdcbadbb2106d9960148b172ddca4448986457e1fa0741dd +size 412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab new file mode 100644 index 000000000..e6bbe9dc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b1b551207c47d057e1153b5a8510a70a33af797c51d604a7da2b8c2ede3e3b +size 348386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab.meta new file mode 100644 index 000000000..a6b894ff0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458d727de29ab0802f6844ed3823992479f80e003e270cb74a289ce483d91424 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab new file mode 100644 index 000000000..bc56ca0b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8837a970bc3800edfeef69442a1aa9490fbfa70fc1353fd4828405e435f975 +size 348956 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab.meta new file mode 100644 index 000000000..2fcc816cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Circle02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2729340e8934d26086dca100beb1b4f32d8bc4b7830b453c418afb80cdfbc3 +size 400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab new file mode 100644 index 000000000..f686c9e68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b587c4873567eb6f8ad3137560113a784e52f309cc6a5c26c298b8f7fa7c691 +size 116473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab.meta new file mode 100644 index 000000000..6fd56e181 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star01.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05fa3dd68867d4beb26d680a609aed055b4778cc77541eb8d8fa96d884fdc63 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab new file mode 100644 index 000000000..62a4962d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a605cb9d3b4cc94a99e65a29b3dbb9be6db1b1d9cec9a8735fcba03412d72d2 +size 116202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab.meta new file mode 100644 index 000000000..2142b7a7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star02.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68cbcab5503c909437ddeddb69a47069cea8db7f812f505a01cdfee3c3bbdc1 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab new file mode 100644 index 000000000..617a3205e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e599dbeac5861fa718d7bcda917f76d2112e7260720a999ff4b4ae4e5218e0d +size 349294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab.meta new file mode 100644 index 000000000..1b6532817 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star03.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e76e997b4015934dc79ebf2240d75720fef1aaf6e8f3dcd9a8a6dad6de8e6da +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab new file mode 100644 index 000000000..07cac6e76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d839f38bfd8e4b1519fa3b23e33f122a567e8e162764dce2f14869470e7315 +size 232692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab.meta new file mode 100644 index 000000000..961cf8a95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star04.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8764cb1bbcee0d66c652ae8dbd821c3c7799bc7476ce27a134fb4e54821c96b6 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab new file mode 100644 index 000000000..0e8d27dc3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430ee732f8beae2006367a6d4fa39243b222ed3864f99854f7fcda4e79e56d2c +size 352562 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab.meta new file mode 100644 index 000000000..9399dccf9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star05.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f93ee6db27986e4b40ffca60dba4c6c702ba0897ae95e55a0e6afc3f4ab8f6 +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab new file mode 100644 index 000000000..967f79e57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14aead472f82dd30edbab863ef993b016c0443b0036225ef05976924f9fb475 +size 232564 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab.meta new file mode 100644 index 000000000..1e11b6d6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Prefabs/Prefabs_DemoScene_Particle/Fx_Spread_Star06.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca231d2cdbffdcad65b2e044463c52bd36c25525b63233c286adbcffa8ae41d +size 398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview.meta new file mode 100644 index 000000000..1158b4c89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d9eaedc892a092a6e067507c38edb76453a25633c7cec829e2cbb15ea0268c +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png new file mode 100644 index 000000000..fbd3909a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3e530a7d9a385b7ac9fc2c4a56c0df98216411b829f327ae64ab99247f0e0a +size 319102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png.meta new file mode 100644 index 000000000..3050370fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ADRemove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8fb6e7560de447c2240d3bddbc681936f17969bac96d4e5da30c9d547cb2d9 +size 2288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png new file mode 100644 index 000000000..68136ef96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a508a4b597dd91b69dc728bc241f9517f28e8480c284a8d6f3d6babc1a6584 +size 1034809 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png.meta new file mode 100644 index 000000000..8a96be358 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7d261d22944ed0762419e148e3273990e945f1aa0b443a68e959d80c1dddbe +size 2289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png new file mode 100644 index 000000000..58bd8f662 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de7b3c9c3585b45288a011cb9963d997489be3a931baff87a3916a0f42c40df +size 1590401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png.meta new file mode 100644 index 000000000..a18c5a3ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_List.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88661012d13be9ace6d5f93aae9f501fb4043ef09c4843a8a9e536e850dfc4d7 +size 2294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png new file mode 100644 index 000000000..a40fe76a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ddf65ec65cf6d30483f6b5fdb2c735247b6f36775b145d7034dec54024abb6 +size 435445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png.meta new file mode 100644 index 000000000..fdcb64d86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_Select.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2748c8e8470ecdea40abfff263fb84c779a9848a10af2f6fa96a78447872936 +size 2296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png new file mode 100644 index 000000000..55f96e06c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1fdeaa517ce64a738e98b626cd96bd44657952b231628186fd0419ebb4790d +size 371478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png.meta new file mode 100644 index 000000000..323aff649 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Character_SuperPassive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f586c5ef5b421b3cc61010804530b1a7d7b4ba46b710e2cdb2ada98becae987 +size 2302 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png new file mode 100644 index 000000000..c2681309e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3711221f2dacf01abdf01aca4fc2a39775ec8430f08e307787bd1c23e5dbe3d5 +size 844186 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png.meta new file mode 100644 index 000000000..143dd2db8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Chat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0800689aa597a8e231378f1fdc70877328d4ce89175a976cfe4d8cddaf20dda +size 2284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png new file mode 100644 index 000000000..e761e0cb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08d3d777692bb06613e59a1dd932862e0018ecebbe43fddbe55b182c15dcacb +size 773629 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png.meta new file mode 100644 index 000000000..cf42cdef8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Clan.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e149e8863a682d14c1cee84c22f8b9cce97a5f57ea8f67cecba16d0a975196 +size 2284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png new file mode 100644 index 000000000..d409cce74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc514ca5c6ff207cbc959bb79a10a3849cae6f869f1540573e378ffbc11417b +size 1436480 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png.meta new file mode 100644 index 000000000..b9d7582af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2bae4cdc858aedb214b13f616576fe33db67cc76a9539723cd8af3ff0d29f8 +size 2289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png new file mode 100644 index 000000000..d0c8b7722 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5b4b4f8e9bafe2e4cc0fc93501550e865c70ae8f7fefc794989b19d6bfbba3 +size 284894 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png.meta new file mode 100644 index 000000000..f78eb9c0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_AddSlot.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d039f9ea2f6848a27a3d929127dd9180ec6cd494179a8441a918d8fb8886a8 +size 2303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png new file mode 100644 index 000000000..aa7b8e8d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedaf7d3bfcae57995b07fedf5f6b7baee741bed1b45ee296e65f3075568ac32 +size 150031 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png.meta new file mode 100644 index 000000000..ffaa7b027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769b1fd25a3f7d6cf2f917620ab6a4b216ac7c43d4d26b0f9b3ec3fb92ea19e3 +size 2303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png new file mode 100644 index 000000000..34f1233ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d89fcb8eaf1e8ee1637b75c15b2c6cb03cc275ac1bedc1f570d30da1e4ea31 +size 147482 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png.meta new file mode 100644 index 000000000..ad903cff7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Equipment_Popup_Detail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b9ce6cf9d6b7e229b012156e7bc9fc528295b71eaf335885b5db03231fc817 +size 2303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png new file mode 100644 index 000000000..bc807eceb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b392cba203df2fff56f05677e22e76a44bf3f01be1414fe46a623fb2f9e00f79 +size 97411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png.meta new file mode 100644 index 000000000..2105599b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/ErrorNetwork.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3467e8549ef0b35517da3c2cc0563f21db282c60b588bdf76dcbfc48d00a2337 +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png new file mode 100644 index 000000000..ef9c0506e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4967d143de30be936fc119ff90423df74fc91ff9ad8526ff9a33a544ff8ead +size 1342201 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png.meta new file mode 100644 index 000000000..0ee80bc2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Inventory.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd08720bb2461b73c58be319c96f1eebeaba6eeea46566cc57efeb69003a626a +size 2289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png new file mode 100644 index 000000000..dd8d1e40d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb96df1290b64eda7c7727e3aaf3318d2b2aad15a968db6c49907ab22ef0e646 +size 1136290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png.meta new file mode 100644 index 000000000..865ee6dc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LevelUp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544954941c01dae8b6f46f7c20dc5261f2fd962c2aafe37e1328e0d31922f9f2 +size 2287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png new file mode 100644 index 000000000..7ef26d136 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5582557221fc15b672ace8935ccd632c4b7364a6c0f1d6eb2b5606629923ac +size 3189861 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png.meta new file mode 100644 index 000000000..73e19a789 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Loading.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bc7577be5eefe2ba0b8c2b885cdc6c76e32d0daa65f05a52cc3ea2a9e8c05f +size 2287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png new file mode 100644 index 000000000..57571392e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc451b106643bbfc26589747103c5dab08b94f9ae7f156bc947fe79b3c3ddf4 +size 1504143 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png.meta new file mode 100644 index 000000000..20bb06887 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Lobby.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c86568cf8ef925a91b09050e114a7d5790862fc2a824f8a6295d219dec193a +size 2285 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png new file mode 100644 index 000000000..5863c7052 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3023dc73762fbc73c4d29fa6d3dd7223d7dcb74aa9c6084a7c92dad7ce0acc36 +size 591820 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png.meta new file mode 100644 index 000000000..5c873c62e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/LockScreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5219553dec71439507a34009b384ae2642ff99d8d2138f3ecc6e48801d173be +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png new file mode 100644 index 000000000..1d079f23a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33201e845287deade03a0c8c354b7982f5f6dab50079dfeef2918235ade8afc8 +size 689949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png.meta new file mode 100644 index 000000000..fc1c6933e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Missions.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9c209e82bc272cc27a10d25c5b120cb488c74e53090f3f09d9e32b2f1b88ca +size 2288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png new file mode 100644 index 000000000..a7973aa81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f183906ab0f272788d0278ee09a7d5dcd12af670d29f2772c17ae6a6ece135d +size 1466891 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png.meta new file mode 100644 index 000000000..b1ac9b3be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Pass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccd30e8fd09f698ae68ea85a5f3e3ea5b32acd46be96bfffb8aeeba8401d339 +size 2284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png new file mode 100644 index 000000000..3f8f8c3cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5cdbee29276d0754cde9306026eab5de53426d6e128feccc501c94628750f2 +size 1083789 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png.meta new file mode 100644 index 000000000..b73dc7ac9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_BattleVS.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765a4a24a96cf22018b92b0338bb4367f040885485cc4fb83861696009300b0e +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png new file mode 100644 index 000000000..d14abeeda --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83047c1d6cc98c1f86758c477e6d4963f0df9101a1f7d140d5ec8679ac317ef7 +size 1290977 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png.meta new file mode 100644 index 000000000..5cd8d3884 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Continue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f97cb7bc8969a1887ef31a70c4816c41f782926ff959e6692ae8c25c917110 +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png new file mode 100644 index 000000000..e0a6f337b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33264a28782066b51ab7d6c01de937139b9658e786ce69bae101a2428cedac8 +size 1095740 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png.meta new file mode 100644 index 000000000..88615b0af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Pause.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e08427a9fb9219544816c8c1d170ade3b21a9a7605e7a6a551a9eb263ed62d +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png new file mode 100644 index 000000000..fc4d4d9cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bbf3ed0f22e70c8cd64420f85e2fc5381e5450a87930842a65437880135e9c +size 1333323 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png.meta new file mode 100644 index 000000000..26aaaaf23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Result.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516f3b183e207db3653c75342902428d7fcd8ebb0bd59cfb36de2237ecea2fb2 +size 2291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png new file mode 100644 index 000000000..d7289c615 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6093cca83398985b5b3a7097fac2c88658ef4aed8e005ae9cef3cd205fd05b2d +size 2611917 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png.meta new file mode 100644 index 000000000..83d17f822 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5683a73224b7c82aaf71543e7e30bcd7621bbd7b1d45ffc61f5cead34ccfd227 +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png new file mode 100644 index 000000000..c439a3781 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6288a19bcab79fb358ca0c3266cf17d416ebc6dddaa49cff37c8279db92e192 +size 2463658 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png.meta new file mode 100644 index 000000000..5c8a313a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_Type2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e520072a1152a42eb2818d8ef5a47c3adfc24d2149c4b96eee2c272aa1e13ad6 +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png new file mode 100644 index 000000000..20f144b2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5f8462630f891f6fff10f9841e1d01d8423db4f4d414aae3e37a7cc2f7307b +size 1491371 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png.meta new file mode 100644 index 000000000..d949c2a4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Play_TypeText.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cadabd18f83aba4af42610f184f0177fe80b9a7d1fef47914d87dc9db9f03b5 +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png new file mode 100644 index 000000000..123334507 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280df131a49866d3cc714d2daadab28ab43d4fb2d9dc664e5031ea70075160a2 +size 434623 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png.meta new file mode 100644 index 000000000..244fd7c5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_ChangeName.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261baaddac51a16e629ddc454dc3410472cc4228afa8a8d9694bbea2defb9a0c +size 2296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png new file mode 100644 index 000000000..fd841bedc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f0f702216fa1bffab2631160b10f24ca778476eac1cc263a4c8d9ff23e8dd7 +size 895513 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png.meta new file mode 100644 index 000000000..5f1e69089 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Checking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2827d211bdf58d24e5c904e10da2f9b718f23e41226514476a323e45da8f2d51 +size 2294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png new file mode 100644 index 000000000..bdb6d8201 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272a41057aacebac6e2aed8e4c1768cea118a687fa8f3c0167ffecfec9fc1d32 +size 885677 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png.meta new file mode 100644 index 000000000..d720e7094 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_EUALPrivacy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f825461ce1e5aefed720874ef91bf176c3f1d541624cb04ac62a1ea2d55a8017 +size 2297 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png new file mode 100644 index 000000000..d1927e103 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763d47c8e5eaf4862270e81def40595c39ed3587d1231d24d16384a04a4261b5 +size 833484 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png.meta new file mode 100644 index 000000000..6c59dd861 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Inbox.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3fa1b8288f07ea9b34dde59dd379a4f99a04dc268c9fcaad7404566ddd28f0 +size 2291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png new file mode 100644 index 000000000..ae903074e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5815d25c371b8273dab903833a6f8e66ef3174f7f0cdaa1a088eaed2922fbbda +size 826888 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png.meta new file mode 100644 index 000000000..e23f6b7a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Login.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e86dddbadfcb0aeac34c12bc7603d2b4c82c0a1a3c7e0719a73110a53c566f +size 2291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png new file mode 100644 index 000000000..a847f7f31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c407a03221ff53f356e71417f7020712332f16492aad0f8343d89f06e5c0d8bb +size 579450 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png.meta new file mode 100644 index 000000000..268fa0d33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Name.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3a545de218184e5f00e323ff2cbc74000eab1ffaba8f510ce03a582d4db11c +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png new file mode 100644 index 000000000..4b4acfa17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054649b12ce9cba0c418baab634db3a47f970297695e013b3215e0bacfe87503 +size 661318 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png.meta new file mode 100644 index 000000000..705648792 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Offline.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f540e8e7f00624aa1fcced9b1b7752bffeeac7da2c4c62946505d5c9d0238f91 +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png new file mode 100644 index 000000000..bb46af11f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4295ba6b7c4195eb410e2227ada7791167c1af3247277ff8b50ba5adaf2e078c +size 960261 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png.meta new file mode 100644 index 000000000..64a9b608d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Pass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4690e7e4a5682670988d7c6e5993c4cacf030cfe11d7622bd831855b7b8a6df5 +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png new file mode 100644 index 000000000..5806c3fa9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac44861eece9686b1ad0b9b1a9bfef91370a928fc38d7f2e7f7a330a9a0e934 +size 583283 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png.meta new file mode 100644 index 000000000..4c478b719 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardGet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee1cee187ef8413670c34f5855441ab5765f65199c65431757abbabb855c325 +size 2295 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png new file mode 100644 index 000000000..f574b6374 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c926415f607842f54649eb5ae677dfb7e96fc366c69b9808964ec2398b894cb +size 1294057 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png.meta new file mode 100644 index 000000000..c8b771ce1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardMonth.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b8158cf24565ff65c844261afdb7bb1cef71f4176edd66ed9f602cb9cdb2f5 +size 2297 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png new file mode 100644 index 000000000..57c8484b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a780a6718a39f533a47bf5dd8b4b66721317c49170d761cce1fc40ed5d3381f1 +size 1137088 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png.meta new file mode 100644 index 000000000..a1fbd6510 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_RewardWeek.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a04ee502b20cd1594679b919e52096e9d0247ada0e69585ae67a51b59aa8e4 +size 2296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png new file mode 100644 index 000000000..f398eafa7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e843746588d24cabb595f25e34fde43c3e3811b38eed9766adbd711e0c4d990 +size 526305 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png.meta new file mode 100644 index 000000000..a294d1196 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa3622ca1e0f91f3f3b3f181b51a2d2073b4a1c26512a52257963f62215fd1d +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png new file mode 100644 index 000000000..7686f6292 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987498cbf5efcf54e34159eb6a4b869251dae13d47673612508892c4f07843f +size 367488 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png.meta new file mode 100644 index 000000000..aebc6ef54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Setting_Language.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bd21b6267b8a32ed944b8b9f165385b5b39052b5ce6069bb6ee8c04c7f7fb7 +size 2302 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png new file mode 100644 index 000000000..89096a699 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aebbf5a40180f028647c6a0fa91f528c6878059579f51f0125301a5e53b4b77 +size 812668 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png.meta new file mode 100644 index 000000000..8826055f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Signup.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176141f562bceacc072a4e970ee5d88253641021aedbb817a6166b634f351241 +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png new file mode 100644 index 000000000..0395837ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4464c2cef69002dab7281fb1fa97ccda6caa9be61651ad66ee28a5df175e20 +size 1032234 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png.meta new file mode 100644 index 000000000..e34844e4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Subscribe.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a333a91467923a0c9488c13c6a04211fcabac33c7782648aa996c15e4c8c0c +size 2295 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png new file mode 100644 index 000000000..98768ff2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0252d5607547cd4aea83fa812b0f02a85277644ba34eaccd17a51c75765b273 +size 896186 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png.meta new file mode 100644 index 000000000..0f68e6250 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_Update.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528e4e624d358abcab8466618b519eac15d77c42cc6e6f659834e38dc3831bd3 +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png new file mode 100644 index 000000000..127a36a48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235eef793cd97dde455ea111e769134304595e7b63a7de3434620358df72f2d0 +size 530972 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png.meta new file mode 100644 index 000000000..99bc800c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Popup_UserInfo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546a770571ae6a46f9c4c5391cc19a8f4abb75ab5f8a86ba5e612d2ad86b86b4 +size 2294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png new file mode 100644 index 000000000..d8946fcec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906a85deb86495343f0a7e31397391fb50ff008e5a7b3d8fbd045f4af1b4f420 +size 675649 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png.meta new file mode 100644 index 000000000..e84d42358 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Ranking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb2736ca67326dc4ed91de2ff0b148335715debc9475cc298ccfaf16defad9d +size 2287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png new file mode 100644 index 000000000..f5cb74cd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66e23829d726c9aa822cf4dd223e2c9df4e831b51515331b5dde77328b49699 +size 948462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png.meta new file mode 100644 index 000000000..a4acf046b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Rate.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07b796f476fdfe1a293a389da3313647b4ddb97189e855f8841f98c47c776c6 +size 2284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png new file mode 100644 index 000000000..81adec1f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a0d799e500b81db96df782e98ec4746c1fbd19de7d36985a30ec15d50323c6 +size 1187458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png.meta new file mode 100644 index 000000000..00676d950 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Roulette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1eb3aa065e95864ad507495bdb852a77f716aa5381a50021f7ea6e3c705141f +size 2288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png new file mode 100644 index 000000000..2c8b60aa1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04d7f01804930ecb1f7c1ed55a236d283b68249cf6d83a32557df7806bcb8f9 +size 1149421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png.meta new file mode 100644 index 000000000..b3162e44b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/RuneFuse.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fa87d5d18a1e4c863a6855f35c6a829af9f0c3f8331761123c5df8b3c2f0b3 +size 2288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png new file mode 100644 index 000000000..7cd233d0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0cdd8387d946a439da650f93e0979c06fa46c50282d46069d5c245728defd0 +size 1292310 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png.meta new file mode 100644 index 000000000..8cfeae7ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fdf19521188e4d25cedbdf80178b1de91dadea169f32a553ec0761824d8969 +size 2284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png new file mode 100644 index 000000000..38639e80b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e4176fcc8e8c022782199dc839b11210891813022fa2b450a272600264ffe9 +size 1196508 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png.meta new file mode 100644 index 000000000..24533513a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09100aab4d92836a2283cab8f447950e77fadb2a4441b0d6050bdc5d8556d92 +size 2285 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png new file mode 100644 index 000000000..213f924b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab630428f2740aa6b74ffea9162d81b67cada6259e93963eccdc4def0554550b +size 1331571 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png.meta new file mode 100644 index 000000000..f4c6384a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Shop2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff813a5f363e52341e4032078d8465fa7063f2d0ff17e8338c97ee3b20b2e91 +size 2285 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png new file mode 100644 index 000000000..0db09baef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53460a47a715ba84aa6376748e37b397dbda282df16b527735ad422162505b3c +size 899830 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png.meta new file mode 100644 index 000000000..2241ad6bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e552f610b486ce6ec4d8adba592dc7b4ba768f654e24fc46890d562c8f323a +size 2298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png new file mode 100644 index 000000000..975e20b9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810378ea0ede1a4d0f6db97d88a7547e8d32d728bce92d5512318715b5278c6f +size 1255220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png.meta new file mode 100644 index 000000000..d96ca2020 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Stage_Select_Type2_Detail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b002a717eda93cc002b781b85bc8deb48e2912eb5b451511529c4f761136bd6 +size 2305 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png new file mode 100644 index 000000000..3c0acb9d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29250d381c1711f0930a6c219114a6ddaa034786995832e27504c932fc43dde8 +size 2662433 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png.meta new file mode 100644 index 000000000..d210a454a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6228626446d9d420830d7c3c5e0d2243a2542c4c7dd20203f7db5a4e4b44e2 +size 2285 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png new file mode 100644 index 000000000..9e7ab9a7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3f78de4c4578d4917bb296dac9a9e39f582e9dad218b9816596301be76ccc3 +size 2619322 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png.meta new file mode 100644 index 000000000..bcb53c1e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Title_Loadingbar.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f1ede1559ac1f823d21cfb3ba913b1ab597c3339617a5fcc78636329541031 +size 2296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png new file mode 100644 index 000000000..6d4a3d92f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3f96de74324fc2420c2b6399fb4d2a84d90bec825b5b29e6a3251d6d81ec54 +size 1498040 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png.meta new file mode 100644 index 000000000..42cac61b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Character.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456ceb561f4ed405a5910762b53d13d5d7c37b6dfd07c9abbe54b43d55318ae7 +size 2298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png new file mode 100644 index 000000000..b7a7d7cfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be76654d9a958d038ec573d0d301ccdf8ed0bedfdcb423285cdfd8671540dedb +size 1592363 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png.meta new file mode 100644 index 000000000..8cdd1586c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/Tutorial_Hand.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a667d42af26cd5a8423c4c7b562ceb6b40adc84a866e21d3a9b8ab23c0e80a3d +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png new file mode 100644 index 000000000..f5ca78dd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b5915b4a084776508b81c583f31eea9c2a3eb87b4098e2d32b7f789c002c9b +size 480485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png.meta new file mode 100644 index 000000000..7431152e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96ee295ba724821156a295bead924653168ec3d51283e5057513deb928b8eae +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png new file mode 100644 index 000000000..89e05d59d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c41ecf56e49185f1b79900f8138eed85dd7cdce38777220224dbabe4149d95c +size 477704 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png.meta new file mode 100644 index 000000000..3b015a318 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2fe641bb3176da5544f730b455f2acd6fc5d0a8ef1aae98c3566863a56f9cd +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png new file mode 100644 index 000000000..5e1cd95b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f492e422bea87d81d81ebb2a346602081bced9a2384df7d0814b873fd5eb0372 +size 1129046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png.meta new file mode 100644 index 000000000..03d9e0332 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8eaf80a9928265d9e9f00539f91bf289f42b651b576cd34e72b1d265daff1e5 +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png new file mode 100644 index 000000000..b49bf95c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599d8abc2038eb8a03ce61dbcb6a67acad8514004c7b3b0bb61f4b7b9bef8258 +size 788142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png.meta new file mode 100644 index 000000000..77c25de55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658703042aa5543cb3914d4413971469b2c527c74e02ce7be1a4d5a40c3956b6 +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png new file mode 100644 index 000000000..5874037c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7da8a1d0d25a54c32f5d3dad6fd7b28bfbb0e26adcb94f1366068925ff7c140 +size 1651091 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png.meta new file mode 100644 index 000000000..4a722e6ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_Component_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863d3cd6aca3539ffee07fd38a9f714d314b6006884a965baf7b27b2db690754 +size 2292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png new file mode 100644 index 000000000..0044e31f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d877a4c82f8253e47c5dddfc510f47d5cf2abd032bf521675fbc2500bd9757 +size 1780071 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png.meta new file mode 100644 index 000000000..c2ab63a6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_ItemIcons.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27093c739a8da6c2d524948529c3f99dc7dab07f716503a13c65b2574463f907 +size 3415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png new file mode 100644 index 000000000..8ac4ed99b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27897cf22c140d3a371331d978eacb086617f77ce3b477f99d4c1bb06c15467 +size 1164488 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png.meta new file mode 100644 index 000000000..b28393c1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_PictoIcons.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1103c8b24540566e2dba41316d7f288c25d6a1771c6bfec24058c40e901cbf7d +size 3416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png new file mode 100644 index 000000000..db3f75026 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c6274304eb095ab31e116970a7464496f7f4c22a90a59ebb21a0d25ec1cbb4 +size 1329103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png.meta new file mode 100644 index 000000000..248174ae0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Preview/_RuneIcons.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6b04cf4fc512ee32e5ab6ba67201f76a2f852048cea8c53881052bb714eca4 +size 3415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData.meta new file mode 100644 index 000000000..254636ae0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162d7644590dc2ad62bcd2c63a82e492f4e20867b6669e8772b430e6525f2e4d +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons.meta new file mode 100644 index 000000000..2ee3abc9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8969891863800ed09f26be016896a0926a2c14691fe2bf101f39128d14801d +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim new file mode 100644 index 000000000..2f4e54824 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de5917218b08ebfdaada185f6560ef96b15d902eb316f42e9f55af87833d353 +size 86609 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim.meta new file mode 100644 index 000000000..064003e1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fef2f3f04bfbfda33b5f99101176ea9000df4c1eb5b70eb5e775f283bb8756 +size 404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png new file mode 100644 index 000000000..f638fd838 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385f5ac29f695994f25089d9b782d235a4f3d1b906f37d14fa02fd19c31203af +size 7373 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png.meta new file mode 100644 index 000000000..2e479d6ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a38e8551118fe688a1e55e746e145fddc6e5dd4d50cd6d60e942de2987c06 +size 3431 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png new file mode 100644 index 000000000..4c3dae697 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df7d192056388b7dc616bfe93c1d80a2268d1ae43383d896befdf5dc76c5582 +size 9005 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png.meta new file mode 100644 index 000000000..d81bea199 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Animatons/Loading_Rotate.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e050e29e0b8b83ba700a5d570b33fb5f19d085d5859ccc9ab6df86015dc5f752 +size 3435 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts.meta new file mode 100644 index 000000000..c84939542 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de62cf78ec9b9055ff99a7cf1ad7a6214da0a08e43e052a03728d6763174a001 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png new file mode 100644 index 000000000..2b6f83a35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595b580cdfd96fdad218150767b9dc33e0cba7f63412e7abd72d18f0d44a8e1a +size 216779 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png.meta new file mode 100644 index 000000000..67fc47d3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02cdf19c7156bf65e6015af9634a49718a1ea827aede1dffebc3bc76fe5c93d +size 3646 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset new file mode 100644 index 000000000..c75700715 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa96c33b54b360e34a05d66c37c00d215234955aeca86f2d89c11fb54d31f00 +size 2150192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset.meta new file mode 100644 index 000000000..bb316a430 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 120 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc0b92f67ab9a43a09141694764c26b79f7698eee9907c3c7d696990d710d6f +size 431 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png new file mode 100644 index 000000000..cd367ebdc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c40038ca41f49b6967e93e85b57d7dabd654d7a54b07b2fa669670e54305441 +size 429261 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png.meta new file mode 100644 index 000000000..39c670aba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186f9a8c8219b83dd637819a0b00af641efbc1b288cae5d5b8ef3082a3973f81 +size 3646 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset new file mode 100644 index 000000000..507074ebc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4663515b3f8f34bbe5c744aa404549cc04e1104e3013a6eedf9c10b30d7d804 +size 8442104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset.meta new file mode 100644 index 000000000..2c44d50d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 210 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692882d50be8376d962fcb3bb804674d538ead21cd453ee8c6877d7704b1f46c +size 431 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png new file mode 100644 index 000000000..2373eb6a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39be7479383f62980ec69522060ee1fdf36a8e889daf839ca63e6cca97f3446b +size 62893 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png.meta new file mode 100644 index 000000000..6253bfbcf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e12d3ba1c06a977985584bd4f1ae99d7d6e3a6ed5d5946739f1be508d2eb651 +size 3645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset new file mode 100644 index 000000000..9bbee0893 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c89f991ebaaf28bc79626d85ad63ee74818e6a1d1982103804a1b8bb7d12dcf +size 575829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset.meta new file mode 100644 index 000000000..5b42fa8a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 32 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0019f6b91fb70ef395012991e028f0fe713afec6d9c42f607928e6c0369ed8 +size 430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png new file mode 100644 index 000000000..58eac34f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e69705c96f096a3283a74ee55a8a9a4b49db4a449bc5f97d983c019180d3ca +size 72133 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png.meta new file mode 100644 index 000000000..d7309aaea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52197aa89f2f0bfe41493b1030f33128a62e6ee8df2697fd7f834cc9f42c8e1 +size 4113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset new file mode 100644 index 000000000..11c02f837 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ae5a5eaf59a0abfcf93a93a7deae507a65965a32e18d30fa3e22b94725d0a1 +size 573488 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset.meta new file mode 100644 index 000000000..d31381458 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 40 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73684fff8ad1ca5b8513d5021dc9f6dbb283e4711c4a813f18ff30d05b1bb59 +size 430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png new file mode 100644 index 000000000..86f2ce88a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc90f6bdb648c48513ec91be0e351cf23f7083e961a82cc301085bdaad2dd03 +size 110730 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png.meta new file mode 100644 index 000000000..2ce6edbc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5691f59ab00c46f90b8156b29588298e13091de2e210be1f593d06092f56a71c +size 3645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset new file mode 100644 index 000000000..534865f1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3895762df2df932caf0536ae3c413182687b1fa657d8a9625cc1b8600aa888 +size 575409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset.meta new file mode 100644 index 000000000..2b3516615 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 50 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93045c5f1bcb98376d64c01dfe55da0983205807e46869d32460faf07ed9860 +size 430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png new file mode 100644 index 000000000..4f43156a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0263efd30140855983c5920b83896087fd336401febef4234d9c9f1e17647e0 +size 113673 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png.meta new file mode 100644 index 000000000..eb37238df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2f20ada6eaa435e9308197eccae18d124f0b1c0ff34053adb0daf07a3aa900 +size 3645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset new file mode 100644 index 000000000..889c72466 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629fbf61e23ea08d9f31e05a8717e7117f54ed53a159fa10b86ad604da3eaa39 +size 2149611 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset.meta new file mode 100644 index 000000000..2ec25f32c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 54 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17aacd19f192b844c368454dbbeac650dfca987f867fdc6251e6676b6f5917f4 +size 430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png new file mode 100644 index 000000000..ab0312cdc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883ee5cb9cd23bb94656b11cc4746f70feb405fd865723a656a4a3f60fb189af +size 131294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png.meta new file mode 100644 index 000000000..0ef28a446 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff9678514669e63e83a4d158c1c14d384560a5d9ce8f3d4f146db5e94ae0245 +size 3645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset new file mode 100644 index 000000000..2861501de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b91aca44ff960ab055412a95ca0b4821dc2291f6ac9802635b8db7b0cd7ef21 +size 2150323 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset.meta new file mode 100644 index 000000000..40ab1d5d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 64 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aef6cbad5265206ff9835f24479c5983055067ad07af931cb625b9966603e0b +size 430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png new file mode 100644 index 000000000..1830048ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f20bd7d5f74540e7d8893958c537234209552eee8c84ff9bcab5c0b158a9aa9 +size 145585 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png.meta new file mode 100644 index 000000000..0b367ab30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424ed2ca565d308d8646f1ed83bc1f7bf651d8e9e67202ec5b63cf48f7b9179f +size 3645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset new file mode 100644 index 000000000..14a73ee43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3136486231ef3e81536ed0b8482e7b4552025946cab9299ef77e3556e8e2410e +size 2150332 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset.meta new file mode 100644 index 000000000..89d3925e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline 72 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de006da45cf6320da6f238712d6f55486b24cb7c0ec4f582313f39bce97ca18 +size 430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png new file mode 100644 index 000000000..a6322a713 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e51d991fd9bab1f02335a886884df341c89538649512c296a22c115ea494da +size 560979 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png.meta new file mode 100644 index 000000000..576ad7691 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58d1412405489bbef26ce3680f36339b885aed0eb9dccc0b70c9a3cbcbbdfa6 +size 2350 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset new file mode 100644 index 000000000..fcf0c4d70 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893b43f81f1f363fb0e2ccbd425232330847a90909939b22ce0112f2b0053df6 +size 4301534 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset.meta new file mode 100644 index 000000000..935e40711 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_120 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5bc58f989d0d328477c976b96bd75f3c0a023c15ca0739f3d3eed8d1767b0e +size 446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png new file mode 100644 index 000000000..f78c0b77f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c466fc1f20c078be4cad89566bbe5567a63cb0f41eb5ee11ccab311a3b56bf +size 1077003 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png.meta new file mode 100644 index 000000000..b91329f38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e49784f9f59fe73972e42e6a0a603e98402af9dc37cf5cf00e27a0792da12c +size 2350 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset new file mode 100644 index 000000000..05a31f915 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af854059b62dca28ea5594892c08f7c9016403112388415da4b84e025fa748a +size 16886377 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset.meta new file mode 100644 index 000000000..91a4543ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_210 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb23f97b76b20c03fb453a9a7e63294be377d64b00fecca40b873e7a74f1a0f +size 446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png new file mode 100644 index 000000000..44fbf9f23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73404423094122ea179874a06e46b6f119c2c2791b4e088f2fa85e89b1c1f4d +size 153710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png.meta new file mode 100644 index 000000000..b7710c516 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c85085a970c8a38e6cafd3a83121d6146e4e0462e8ed4cd2e1ce9fac115f69 +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset new file mode 100644 index 000000000..be86dd4bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed269f0acb8b406bc18f5adfbbb38d4cb63f3b2f20fc8881787bae2d08e9686d +size 1146542 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset.meta new file mode 100644 index 000000000..409bb14b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_32 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee7d1c98ed55512662d5e7c0b09b202296162416bc03f3f3a092254cdfa869d +size 445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png new file mode 100644 index 000000000..e9b172355 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0bc5e8d8e31cee01a33e260294698e837413c00d423479c9197f11f4465ab7 +size 174973 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png.meta new file mode 100644 index 000000000..a6c8a9803 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1126803a6252c35f99b272d03ad8570a5e21ec90d5ddf2fe3d7b158cbda416 +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset new file mode 100644 index 000000000..2eabf40e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6841dcadfc16a2f2a9d187895726011099faba5a7af0ec5ce9564d235fab4613 +size 1147107 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset.meta new file mode 100644 index 000000000..31c776d56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_40 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03972cdb163211ae8f88051bf057605132e3e3d6c8b2260178c5abf1db63e94a +size 445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png new file mode 100644 index 000000000..e56d677e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7efa907d883691be02527ef69fa76d7027bacc0ed45f7c37d7e4027b33fe3b +size 275316 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png.meta new file mode 100644 index 000000000..353036ad1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c77dd866f33bf50b32d705a08e1905dce88a78295b8b9cd8dd99a235348881f +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset new file mode 100644 index 000000000..5a273401e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99607b005e44867474819658fc8d36d14fae6d71dfb65ab9d1c7da776ef39882 +size 1147452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset.meta new file mode 100644 index 000000000..6a4e0d944 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_50 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea54b29af83a4eb9674b5ce84ca0e6115ef9cb19d8c261eae5442c7c21109bc0 +size 445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png new file mode 100644 index 000000000..cac06bb31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ded254155bc143200f581915a4e51a475241ab9484888f8b8935ca4a7fd612 +size 255987 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png.meta new file mode 100644 index 000000000..8754bea16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca697f6e1302b4c91358ad9f3be0687c9f177200c83ff9064b553801de8d563e +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset new file mode 100644 index 000000000..0bcb6670b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3330897bede7010b5a72b547a9ab749ae8981f5e2e93b159e065efded687de52 +size 2196987 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset.meta new file mode 100644 index 000000000..8c4befbe9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_54 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a272affb2db1ede2fb8045dbda0dd3a6a96306df7c810520a2a4da0b33134e04 +size 445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png new file mode 100644 index 000000000..a51168ce3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9650362e60b4268d4c23a35f7ef363d2ab2058b5c08c9add5ff9dbaf4f5cfcc3 +size 308062 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png.meta new file mode 100644 index 000000000..871a66526 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5104613c0b21c8836d94739da2626ca1119750520e51b3009e024c70bb6caaf2 +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset new file mode 100644 index 000000000..4be572a8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154cf2a4b59e633984404236be0039b77cafa0082e2223cec5e436fd18c07cc8 +size 2197424 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset.meta new file mode 100644 index 000000000..c4ad37498 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_64 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4421ae06b851594dd22040f1c3cc8ac61e64f8e658add5e633d65cfe6a8de228 +size 445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png new file mode 100644 index 000000000..cd5797ecf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded6e0b3d06e53400fd53001ec183ed4e77d76897473bbd8fe020aa0b6982763 +size 370440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png.meta new file mode 100644 index 000000000..11f3a1e4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3128b7a7cbbbf9f5c24696ae9615ad5f652b12e36a0c92b44f54fbd277e45a +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset new file mode 100644 index 000000000..27ba212a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95eafa863b56a159e99e201bca845eb79be05c86fee8a60f2684fe9f0acd36a4 +size 4295055 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset.meta new file mode 100644 index 000000000..e854ef8ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular Outline_Extended ASCII_72 SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051ac9be91db3d8d6f0859ad06244effac5725555a3468f4221024ea133e1bfc +size 445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset new file mode 100644 index 000000000..92bfe3c6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154a81e65604b13bc61ce91a4d3e4eca8d4c0a01c8bf417186ad6d13c5ea6bc5 +size 577360 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset.meta new file mode 100644 index 000000000..137edd8c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/LilitaOne-Regular SDF.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5456f28f56cce0bd9ed3d06a6e685496bd8726aaf6956f4861964560ca8ef3b +size 419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt new file mode 100644 index 000000000..9992157b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdc08992a8f93480ad0709f045c08dae80312791791437fae8f23d0e0c4f7ba +size 4392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt.meta new file mode 100644 index 000000000..dabf4e536 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Fonts/OFL.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ce05ea7a7ac44a1387ffd193136078dd08e3eb5a08345f07b705e5473a22b2 +size 371 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles.meta new file mode 100644 index 000000000..4feaedef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e963382789f0214e36fb149e3f50d085e2a917c8b2c097cc4f4f85dfbef38f +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials.meta new file mode 100644 index 000000000..119292114 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07524fcd153dd361fdd843a7b01199a711bd5b0e415758d640b6d6b318471c36 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat new file mode 100644 index 000000000..a9e4deaab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef99fc8e9ac8e7d30f7c58d8149b5e888f9867a23732de45c4f059556d73604e +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat.meta new file mode 100644 index 000000000..029267dba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8412ebcf6b1361fea78e9bb7b283d4519f73a7795a03d56c8e2c20acd9f71e09 +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat new file mode 100644 index 000000000..d550fc4a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf532b49dc56b33e195a0aec7ef89af75386385e75f95e9983569baff40003a +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat.meta new file mode 100644 index 000000000..7b896a468 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_green.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e9d24b27233a1fd51ea4a0a406320766a011c989281c74aef4403d917cbcb6 +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat new file mode 100644 index 000000000..196bcb1ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17103f726cbe1cc241fab463b7cede96db587f27c4c8ba1e8a46337b04a31419 +size 2105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat.meta new file mode 100644 index 000000000..f279a09f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_purple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a7cb0f9685ba55b6e213cab79a15aa33586aec14141c54cd5a94d1e4703770 +size 429 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat new file mode 100644 index 000000000..df9081af1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1aad41e44e99878809716fdd656f3916daa58fdbc1e8f1974d77275a0c91b3 +size 2102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat.meta new file mode 100644 index 000000000..bee206cc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_red.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f8fa1ea87c007c7155fe28e08983c56ad4c58e3ed586b240d7a88bea103e42 +size 426 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat new file mode 100644 index 000000000..d7fbde592 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c890ce49b71857a2a48c92838af77431fad9f2710afbb257a99765f1db215e54 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat.meta new file mode 100644 index 000000000..cc6f4b1da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_white.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c1fdce9711f7a1cb9e88a930cdd350dfe801196860aad3171b5dd6aa5b3aac +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat new file mode 100644 index 000000000..1cdab9300 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf91d1e07dd42bd7e6ee5f6882e46856fa4d9a65a9b1e16e54ea23b78e784d71 +size 2105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat.meta new file mode 100644 index 000000000..b0532ee05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_blurry_yellow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf96a45b4f563f19afe4dc9c59e4cc3fcb5114bfae47a1de3c162a32fee4466 +size 429 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat new file mode 100644 index 000000000..f58e449e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e9e36c05ea1e027033f94c9722c1f3a9b1f91f12f5c649434064459fbce660 +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat.meta new file mode 100644 index 000000000..3556e92a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_White.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892902293d706b183b6515012d5bc9d0ef566adaa7084e03ef2dc3925b96350e +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat new file mode 100644 index 000000000..623bd9280 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf1ea2eeeb4e8ed59f828589996326840c35110084e57dc219907439423278c +size 2102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat.meta new file mode 100644 index 000000000..3ed0a3b34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3247f6c60f6843766d98d274c318b06ef33c9e2a970b46f8225d067f7f74b7 +size 426 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat new file mode 100644 index 000000000..017daee2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2251d7c0ed0c816be2e202bf2e3a84f4c4fb8c9955168e0c5d22add4bd2b1186 +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat.meta new file mode 100644 index 000000000..c82462834 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_green.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd600b3f18476f657c3cae9a19342a6b21f68b12ec12a3f9c79af1c1826ad14 +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat new file mode 100644 index 000000000..3a75c9288 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5790c18a505f2bb7d3934ef8bd39f48a7343e5f6fec8454a72f2094c6c020465 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat.meta new file mode 100644 index 000000000..c4137f4bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_purple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86230379f06b53a0dd9d0fff27d77ffdd8156960b2ab916cfa205487d867aaf5 +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat new file mode 100644 index 000000000..e3dc9965c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e320930e82bbb5d6f50a5cfe60808765c5c1ecabb286feba20f20487def1c9 +size 2101 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat.meta new file mode 100644 index 000000000..97a4c91bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_red.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6c67d1f64f0126a71583a291e01ae464a69e052d81ef322a7b5bdb126ab0ea +size 425 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat new file mode 100644 index 000000000..67876c6f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b4a58b21134a7ecb29d58e912c63df9031a95609dc8b1da8fc994d0e96f733 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat.meta new file mode 100644 index 000000000..e750c6af1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_Star_l_clear_yellow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb265dc0b8db7732ff16b0bdf0b53e24d1210404425f239b713fa2f50e282d8 +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat new file mode 100644 index 000000000..88c8b635d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011457df19a216d892dc8af96e69649f65b1ae016c7a25c50105bcbaa5064e1f +size 2091 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat.meta new file mode 100644 index 000000000..beb0e8e03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25378b39040145fd6870e7dcce0247dda6f5d6638b0ebefec7555c94f6aa5d71 +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat new file mode 100644 index 000000000..f99955dfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8063ede86c93c216fc70e65701a0e20c8f8a2352fede86ece0110f38da18c7b4 +size 2098 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat.meta new file mode 100644 index 000000000..11cc55571 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow01.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9dacebe65b25a3ab07d474681133660d5185edb7de6a204c9cf10f092e2d28 +size 422 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat new file mode 100644 index 000000000..b50663714 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61915b685084e09f8076733eaf11e3642e484760d573cc6bb0da68199f6b748 +size 2098 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat.meta new file mode 100644 index 000000000..d8239c2c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow02.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7410832fc5dff637750d9a73b42e5481747718c5a7aef5e90ca2bc4006058c8 +size 422 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat new file mode 100644 index 000000000..1eac11197 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65648eccf6fd118826bb146a57409ba0429a4ed5853a564155f6815d44af84e2 +size 2098 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat.meta new file mode 100644 index 000000000..2b541feb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow03.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247c698db7274c2c22bef3b7a6a160701db474ebcf0103f793245a07336fa384 +size 422 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat new file mode 100644 index 000000000..a02740e77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f96a47da8806242d50ba7b47106452ed4c08b342dbfa46fc4ae6130d7bf51b8 +size 2098 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat.meta new file mode 100644 index 000000000..81ea21bb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_glow04.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9772d977fb29f72c3ad7795dd525e8bd8dadbc15486b7b11d5f8f45a5cfd2e +size 422 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat new file mode 100644 index 000000000..1fe10ab85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0417be56c7f32e92b8f40d9bcb44c2788447735cecea25868fd756644eb88f +size 2098 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat.meta new file mode 100644 index 000000000..07d8818e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line01.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deecbdf0ba761392c9e9bdab0f4a68199d53a0cb21afd8d3bfe0f364bc5a7c5a +size 422 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat new file mode 100644 index 000000000..7f4481c25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8517f3a86214dc672707145f86a4987334c73c28b2b38b9580ef4f13f0b646c4 +size 2098 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat.meta new file mode 100644 index 000000000..7e2c83d44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line02.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266f49fbbf0fe3bb2e24725ef2992ca1cb0aa4d100cb81bc101643579970005d +size 422 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat new file mode 100644 index 000000000..14927de6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e690607e5b5724ec5848165f2cca755931e71f30ee55c3a53fd0ed85f2491a66 +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat.meta new file mode 100644 index 000000000..c1d9c8036 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_circle_line03_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef90dad962b9baea11e1740581f6e25373c07ea7999aa5bb259126d47bf39e8 +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat new file mode 100644 index 000000000..89b3fb130 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f292643a9b86a9f345b4b401f5f8a77a8817a6a858a59844a9252016ce216e5 +size 2092 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat.meta new file mode 100644 index 000000000..0eb634bb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light01.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9b09c359c41339d1ea023c7f812511eb9d6079813f8e7c119939e5959240ad +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat new file mode 100644 index 000000000..6e61a993e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f917bbe73bdec9802573d3b20315fa767cf070795b118e14fc667facf6745a08 +size 2097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat.meta new file mode 100644 index 000000000..b6337a433 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light02_line.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2742ae780599ec3a5d36164966b1e8f9182f15f08f3552731164b667cacb3187 +size 421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat new file mode 100644 index 000000000..f66137057 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4976dcccce27075a1f92dbc438061b986f39bfe1a7db2f54a0ab83bd7a4982 +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat.meta new file mode 100644 index 000000000..3aa6a8edb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_light03_line_small.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198a65552c380b222548e9773db7c0a455830de8b1f43a95301bec8e2c0408c3 +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat new file mode 100644 index 000000000..f9602228c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3069aeab027153f2a5dc5cd99b70fff2a1131b26c0cc169348f30f23232edcb5 +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat.meta new file mode 100644 index 000000000..aa1388c08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656372b374388b1e5f82a08add19b795759ed4c7d09597165ef7227ee40195be +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat new file mode 100644 index 000000000..6d5381d6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6fdee94fc8dc55c0901eaa8e019bfe4521ead53fed209dfc6271a3fc90059b +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat.meta new file mode 100644 index 000000000..4f11445f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_green.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08a06b1ddc987f14d118727cd4efd87301f1c6ccbc0cad31c04cd7dd0c9591f +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat new file mode 100644 index 000000000..006ace974 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65c94a414d42f8aae07ce7bd299cadb22f1b3700244a9e52ccdd76c1138da2b +size 2105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat.meta new file mode 100644 index 000000000..2b6d07fe8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_purple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aa826688214904bce2a7dc56c26b5052504acb25c2d79a0bc518f55ca4cd73 +size 429 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat new file mode 100644 index 000000000..61ad71ce7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3040496aa46a8bcbf96298a7edbbf4dd40a45f47299207412a55f5ed21e18b14 +size 2102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat.meta new file mode 100644 index 000000000..d4857150a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_red.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bcebc5e2c73c0ca88065ae2d77c8313d545f4c66d4b3d3d423ab6aef71a397 +size 426 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat new file mode 100644 index 000000000..1b3cd0da1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edfb00851c2d493656bad24e8b3162b3a43f3156636b3e3221157a0acba30f5 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat.meta new file mode 100644 index 000000000..2ad954705 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_white.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a8a7dd59e996fc252ac489118abc0665bb908ac8df2edab29b092c31bcd6c7 +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat new file mode 100644 index 000000000..e457ec1bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb35df1a202dea735caf5637198252321801751494093e1590883920c0ae7b47 +size 2105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat.meta new file mode 100644 index 000000000..89c81fde4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_blurry_yellow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fc4f6a3be9a88acfcdf4fd0833fe8903b90242837266f159410adf9e35d809 +size 429 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat new file mode 100644 index 000000000..edbdbbafe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5c35a26df4bfa95bf8021af250bc05e3fcacbb7442450c9c631c8294c689ed +size 2102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat.meta new file mode 100644 index 000000000..5b5d39a3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85cf6a4a4ede2836f390a8352b5a5cd0071ec77a840198ac66e3fc8ef7bc33c1 +size 426 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat new file mode 100644 index 000000000..126e61a64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1eb82a9989b92cb3f118c3c0442f808bfca01aa885fb53d5648b9967c43bdf +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat.meta new file mode 100644 index 000000000..8de24a951 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_green.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ceaf3675501b3f797500cbd8be505a65d793e8f7f936d696e5d5306f27d33e +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat new file mode 100644 index 000000000..4924104b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1c003d0a211985a41eafeaa5d12749e80b845714bc52f38cb6d4cd58e99f70 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat.meta new file mode 100644 index 000000000..0e667d072 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_pruple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e908298dd4353ac1dd6bba6a27681e92899fcff2e77e8f8bc806227fd8d9f1e +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat new file mode 100644 index 000000000..28b291735 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d6fc14da4e4f72a8cbc039d59d10f284eb457f63012e30fec717749d93d459 +size 2101 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat.meta new file mode 100644 index 000000000..9875e1df0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_red.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc48c8c14b0346652b6e417513a9dde59ba45fa75ca24589416db3560e19d8a +size 425 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat new file mode 100644 index 000000000..2fdf3f7cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a40e379990c658ee20fec456ed296381942033378a27a238e4234fe315a38d +size 2103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat.meta new file mode 100644 index 000000000..9b2dc437b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_white.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf95eb327a59de925f89416e48fa167a8320edfb5fbf441bb205f7ac98722457 +size 427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat new file mode 100644 index 000000000..9d04719a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee06ac966fa837fff05a06e23bfc9160f3d4036c7a2a043f9561b7035dfe1025 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat.meta new file mode 100644 index 000000000..fdb105f21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Materials/fx_star_s_clear_yellow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262c97772d38548a9cacc47a1f1b1516623f60b3e4d5566a431c535825806016 +size 428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture.meta new file mode 100644 index 000000000..f8c69872b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a3cca5431d25b2e240b1569878f0540a5b0ea1715273e7b323bff5997c12ec +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png new file mode 100644 index 000000000..c10a5c512 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d2a1f6d618abaa053260f0d7ff75cc346ade340d6f540425ea82f1c3eab3a6 +size 22197 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png.meta new file mode 100644 index 000000000..473885c4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_box_blur.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da78c311150e3c3df0fde1a88d29803888113f3d5e01f82c11514a3dd2480e8a +size 4094 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png new file mode 100644 index 000000000..d3513f67b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b028ffeab226a3bd0c532206c4d5023db17094d2ea7f929001f4186ff30bcb +size 4149 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png.meta new file mode 100644 index 000000000..e196e606a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4b5ed9a49b731b8dc2296b975ab28c8f4e417b11ef8b2449bbd5b43278729e +size 4092 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png new file mode 100644 index 000000000..45aede34a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b200496a0b39353dc039f96a9a962808168336beecc815ea4fc0ff8c7b81e7 +size 19498 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png.meta new file mode 100644 index 000000000..20b3f87a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur 1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a5d8e6c34b3c41af2e0c094163c1f2b64e60e719d42bbe412e11a568e782c1 +size 4103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png new file mode 100644 index 000000000..2f3730457 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687bd052f4b5e79c0c0693836047ddf1e02154480d407679fc895fc07cb82b19 +size 19117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png.meta new file mode 100644 index 000000000..44b7e2394 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_blur.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d783a347549dd14722df20971add83092f0a8f0cb698a6648381f631f6104e +size 4097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png new file mode 100644 index 000000000..362833ebc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d4f3ca90d22f327d3d0e9fe5cc85f0fdba9db358b72d3639f8150e757fec86 +size 1623 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png.meta new file mode 100644 index 000000000..7468af592 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2a94088f2f7844231d249cddb8f890b64a4589cd4a20582d62c1c349306523 +size 4097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png new file mode 100644 index 000000000..5cd3a29e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6438921aea7498dd19c65a4f4f1a387905eb4355ee9a5096ef0fc46f6b4ef4 +size 39551 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png.meta new file mode 100644 index 000000000..c4910d159 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_circle_line_blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b567cd758a259165f2752e0c1e8b5d87b91b547dbf518be4a11da93df02402da +size 4102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png new file mode 100644 index 000000000..360301b05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597e8cf3f16e124c58aee967cb6ab562753405c5f1e238afcf04d72cd65bd695 +size 240639 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png.meta new file mode 100644 index 000000000..e1f72b1f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466265dbf01aba9911434e76a99490e7e98958843f2acbbffe07fc9397f5bd11 +size 4090 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png new file mode 100644 index 000000000..b80b1ab3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849617c4841adf23e36cafadf8eead1d4cf167a7c43856247c43ef1872b2dd72 +size 6793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png.meta new file mode 100644 index 000000000..a4e3c6b86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_glow_small.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d99f4ee02e8d3552693ee634fb19c055835e6aa60295d4973eedf68b3a1d47 +size 4096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png new file mode 100644 index 000000000..beac03440 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a22d2b587a37e8c5b5b861596e3c9889b3a8d0b27be25ea9d397e9d9558526 +size 238066 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png.meta new file mode 100644 index 000000000..0af83f9f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd598c90d3a403f5da32f6a420b2c2989aa63c977991586624dba46a786480d +size 4097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png new file mode 100644 index 000000000..69c3b4911 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e21cfae534c4ffaf339b3d3151da766130569aefd26079660c371d4d54e9e23 +size 9395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png.meta new file mode 100644 index 000000000..0987718ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_rotate_line_small.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e27bd726fc943e6d64fc8bedb2b110c14c8449317ecd82dc48ec17323647b9 +size 4103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png new file mode 100644 index 000000000..ef08e7c65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc25fa3d9f88a2878375fc6f7f01c3caec5d284b85383e9e9e16d8f93c432f37 +size 6455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png.meta new file mode 100644 index 000000000..7a1ca1c93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928db6fcd10758042291b358d74f7aebcb052a730f881e12a37932c74ebfe939 +size 4107 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png new file mode 100644 index 000000000..bce6fdb8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6723c3813f4652c59fb2f78bad83ffe85fb8140eee783614dd6a6de7be583714 +size 5779 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png.meta new file mode 100644 index 000000000..42ab8fa15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d869fffd04a1e9437ac1b33703d28db951271aae2dd843710ca51c008d0d50f5 +size 4108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png new file mode 100644 index 000000000..8f2de3f7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca56e6e181ea9892c1fc0d1ac02d2d6276d18ce9b3c549c96269d5e16e0191d +size 5635 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png.meta new file mode 100644 index 000000000..fb2c004c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555a40cd7ab36f8a3f63785e43b18e37c876a1fe7350d18fb08ca4175f14b78f +size 4109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png new file mode 100644 index 000000000..744f1620e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2abd46bd22af5982611b83865b54aae820a01a4285df833ea4b1d17c345be7 +size 6161 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png.meta new file mode 100644 index 000000000..5c0b2f69a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5799deed86c96f0c0545221702cea593e92bdb83f5b5119b697340e116e127a4 +size 4106 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png new file mode 100644 index 000000000..edf07c6e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404b833398b90f034e7d566046f96eb4e5878f728b685f7fb3fb15bc2841f10e +size 5928 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png.meta new file mode 100644 index 000000000..ffff95c79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_white.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ac0fd95828196827ae33ef1ba1eda43630b19c03772472b845eca69e0c55e3 +size 4108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png new file mode 100644 index 000000000..f19b8e60b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27a191ec9b53bd56f3e10cc463ef9af77fbf4e3fbc6dee3979e8cd39578018a +size 6355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png.meta new file mode 100644 index 000000000..807bb1f81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_special_particle_yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305e30b86f712ea024c79f48b7db33436425c8cbf6025099351eac311699647c +size 4109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png new file mode 100644 index 000000000..ddad71717 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bc1b2dbde4dfc46ce01816272174ee2a752a7d2e3294b90d0765038c22a77f +size 6280 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png.meta new file mode 100644 index 000000000..4f162fea9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdcda2b8e3b3bcd83fbae0cc823dfa5f84a24c826765e20a769722f48f50168 +size 4095 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png new file mode 100644 index 000000000..0823f903b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb62cf0ae8ef5a7f8eda527b9ae9cede2a120312c63e83b52543f2e973c5d898 +size 6403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png.meta new file mode 100644 index 000000000..7a97b744e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26de6c06069e7b12a0d108528d4250688dc36510ad2904ca2f07f2bfd4bc169d +size 4096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png new file mode 100644 index 000000000..64c7403f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f6cc2ea52092ae1dcab4ed14d54d753f8b27c603c36a11f33ec0d15148b3ae +size 27540 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png.meta new file mode 100644 index 000000000..e5f457160 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949c0aac9a982ece3f3bfc4bdc57da9a5cfe289da0f2f991b4b208ee83bdf8fe +size 4096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png new file mode 100644 index 000000000..9f41dc2a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886efe770ef2209cf9f7a29eaf9caff55c91a6a072795f4fb4936922384f7854 +size 6757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png.meta new file mode 100644 index 000000000..302ffbd26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410d76acea80cb96e0278d74abb888794bf2278a3a467f0cfe002ee8f91e5002 +size 4097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png new file mode 100644 index 000000000..b0152acf4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba3ad4ca39ae48e8ca0176d012bcd82186f8e4836152c0b3989f2a3ccf18aaf +size 6427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png.meta new file mode 100644 index 000000000..eaf70e53d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbeef4ffdac2d560b2b6c891f4982a637296d39aee6bcdb61d57782e290852e +size 4094 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png new file mode 100644 index 000000000..0530fef7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fed535961369c2bfe1ca0ebafa26cea50b0abca7fdedf13cf9cd9f08d461c97 +size 6004 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png.meta new file mode 100644 index 000000000..96cc4be10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_white.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f87308e8ccfb37acfbfce95fbab3897a5c6962bec352cabfbb6aa85c6dec28 +size 4096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png new file mode 100644 index 000000000..d7d287d43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf18a73d39e8f467d221840252550e2b65038a05643b7cf949e49aa64fd5512 +size 6763 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png.meta new file mode 100644 index 000000000..ac5d1bb07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Particles/Texture/fx_star_yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906f469a820941c4dcfe507138a9904d985f4128ff25779d8bd4aa3431a08e0b +size 4097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials.meta new file mode 100644 index 000000000..89734ba6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e2a08ea87c33b8302d72d91378d23a8e199b4be22a981afecf62b44490f6f +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader new file mode 100644 index 000000000..e7e0c745a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83834baec35446d3b80acc537947716a9f2c40e6376510c373326e4476657ef9 +size 559 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader.meta new file mode 100644 index 000000000..c412424e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/MobileAdditive.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c299050715f46c3547368d55cc6c00e550f4f90b2007bb111aa72e46053f1d9 +size 444 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat new file mode 100644 index 000000000..38231633b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ef47e687ac7ab48a7fcb75201f1ce184f1843382f525654f1fce5468f8f3ae +size 3024 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat.meta new file mode 100644 index 000000000..56f14b0f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa6bfe5777ea1c9e008805e3a0663d287d787bf75d2a628e4bbaa7838e18289 +size 415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader new file mode 100644 index 000000000..97f1ef33a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e301a79d7101d05ee448cf57eddc330ee8c68c17ce46927e245c1f36d5418d +size 2064 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader.meta new file mode 100644 index 000000000..d018a8f77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Shader & Materials/UIAdditive.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9b20a8f9a47e8185511f8c4db0d5dd05d7bcc53ea9b4f6320c26128ce5113d +size 440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites.meta new file mode 100644 index 000000000..f32a391d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cad660d87f38499f5a04ba1f6802ace7ac3f492971864a4bc7044751b35f2e3 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components.meta new file mode 100644 index 000000000..7fd038b76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5966ff5c266530420ab0acbd1f0bb94afa9996fcde33fb1eeaf1f1be8c727a88 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button.meta new file mode 100644 index 000000000..de3467cb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769413a16ebf383a4276707bf571f12cc4ca7754cc09553f62c70a77f841414d +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png new file mode 100644 index 000000000..c73c8476d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e895ab0d0b66131b64c8375a7faa950c62d36f77873cae3022dd056a74d264e1 +size 6145 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png.meta new file mode 100644 index 000000000..f6af6a259 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920df61ce7afe51f4c3dc2764780e66117aa9280ec9f87e3a783ef3daea83d7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png new file mode 100644 index 000000000..0105b61a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a950e1dfcf38618d9ac1af3e1915d5b5c2637d831e99031173ec4236f245c5 +size 6151 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png.meta new file mode 100644 index 000000000..7faa756bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_BlueGray.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252f3f39191d329f66e74425ec482699fec0bb985ed5ce554f7383235e3509a6 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png new file mode 100644 index 000000000..69065aeb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd64d65e560c13788e322bfd8c5fb32dc8b7bece553c9f79c9da7591e48f8b7c +size 6166 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png.meta new file mode 100644 index 000000000..56f40c6ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Gray.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d6cdf5f5bd2cec22effc8bc29678384f25e42d58cc09b2a0cd8543989a09a0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png new file mode 100644 index 000000000..8cd1b6074 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb96c589d4368ad9460bf0d5a7fc0dd99e0b235bd7c0a25927441e8e9778e77 +size 6236 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png.meta new file mode 100644 index 000000000..edbc1f81b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebc9a3b64c1e8eb9f35720c5b1d91dafa3bc68a048096da3f46bd2e798e1613 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png new file mode 100644 index 000000000..1e2e488ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc48c7f2bca2fddb9231739656f058e8046f42e1b3ae8f509a3460cd56be89b3 +size 2792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png.meta new file mode 100644 index 000000000..18d159037 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Orange.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f61a7c51b3cab2d7e91c8509351ba1a8ad256223466d31acf9778214a0feb9c +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png new file mode 100644 index 000000000..7b9e7e9e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4914791a889b0556e7fc7ddae41b9a28fd2286997f4b62824eeea03e63715b +size 2864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png.meta new file mode 100644 index 000000000..9f64f031b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c500a75d4e4af0f614c2703594e942aec5399251a628b2102fba78ca9bd401d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png new file mode 100644 index 000000000..b9af2e821 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170f74e6094f05eaaa254b007a9bd11e5545338522fd878c8af368892e14f69e +size 2727 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png.meta new file mode 100644 index 000000000..936954f20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Red.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e116aa7fababe23c9c2fb3b901d990728fb38dd6370711dcc07f46511697f678 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png new file mode 100644 index 000000000..a64b18bfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c267ad0dc3e11b67adff5aacb40ec31f372b4c7f7682fe9ccc4e0b47fa4e1dc0 +size 2711 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png.meta new file mode 100644 index 000000000..9483bda91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Sky.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb229d27be0cec4d6455a789f356aeb720f68119c8c42ea5a576702825356d36 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png new file mode 100644 index 000000000..938bcb65e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203360513f7178ef3ddcc8467983afb042a13745a1bff05012a9bf1c918ed136 +size 6273 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png.meta new file mode 100644 index 000000000..29c2e1630 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_White.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5015eefe5eb1bf416f47ef83fe939787bd36af55c24cbe7439a99839931303 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png new file mode 100644 index 000000000..c27923516 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8221f5929ab9028aa1520af916a9c6c6bbfdfb90bf808117d7f28231f1468a03 +size 6244 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png.meta new file mode 100644 index 000000000..fefe4247f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_145_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954f8a04b0761d85c79785a7181dff1c8ea1c20517f069819055a2cb3e0a3106 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png new file mode 100644 index 000000000..3b8e4640a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff61b92521a623746877c82248c726cc2c8243cd76e22efaf4eab15c5a12b5dd +size 2823 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png.meta new file mode 100644 index 000000000..076b50d8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198a50edd8bdf1587b4b640d78e722ed2a0525560433a2f4d1d62c11d74ffed5 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png new file mode 100644 index 000000000..4c9e31cab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d425a806149c28aada303415d58b55f16837a0a3f29cc43ec06f410cf61772d +size 2904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png.meta new file mode 100644 index 000000000..94d3c8b85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_BlueGray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f285a07b08fc2631408bc71e684a02bdc4721146195cc87d0473bfd6aac50d49 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png new file mode 100644 index 000000000..991ac9a97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e870a7e27bd1d4f5c4ab15081ce23fdad154ff6323baafebaa434bb7cfda6532 +size 2922 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png.meta new file mode 100644 index 000000000..89e880dd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beca177ee7bd62265c6f6d5ab48b9e8161f3c6c2380d7d9ebe0dc42a7eec307 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png new file mode 100644 index 000000000..396c303ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7462092139d414396cf03a63d293bdac1299404618744ba6eb55e56bc0b3f298 +size 2952 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png.meta new file mode 100644 index 000000000..b587cb5f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9a23b9b8297ef6169183f1388383f144165483df6dde6e2f31136f329b31d0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png new file mode 100644 index 000000000..184e6d4c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6447cddb1a8b35b6ac9260d66a74e69d4eab72eb047b8926a3409815c9139051 +size 2906 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png.meta new file mode 100644 index 000000000..19fb0baf2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec86cac3b8b6f5a12b4fa99a80761a8f56fef75b4a04a676bbe7206f418b324d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png new file mode 100644 index 000000000..355a90492 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7493b98643748b807c578921c7be6b1f5f4e8a77af6b177d7a1708eec9634e4c +size 2968 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png.meta new file mode 100644 index 000000000..9ab5f6f76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e6008ca35fb9ba422be696500b0d1e37003726dc7aeb4b4eb79fcd4b67aceb +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png new file mode 100644 index 000000000..2e6c0bb1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4246dc878a4c1b28f6ce0f2348147e1ddf5e329d6efdf032156522168ab689f8 +size 2852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png.meta new file mode 100644 index 000000000..e63dba81e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622bd2939ae3b754b4c7e50f66f91c0fff2dff338d6ece3016f23324ba285ca2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png new file mode 100644 index 000000000..6114a8696 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8690ee63a183cbdd4dc8961a0cfb716c8400d665b359fb73c36691e9687afc7 +size 2800 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png.meta new file mode 100644 index 000000000..6edd59273 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Sky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757f46786bfaf8fe67863ddc8df7e27f8d9fd8a7efd9f7657df418eeeac16ff2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png new file mode 100644 index 000000000..bc3233eb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d5ca44a4062448c2e06b78e8dbc8ec452480cd095d3b5f5ace2903e2967c05 +size 2981 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png.meta new file mode 100644 index 000000000..c6b6089e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2f5326c59f8991e73e65d296f1916eb1cf576f93a7766f0a0fdaf9a3d1681c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png new file mode 100644 index 000000000..ed48a03a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186b109df4638b88909399306d08303bd32c3b10f7ef8cb3bc3cfa1e063038ef +size 2949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png.meta new file mode 100644 index 000000000..1e9e7929e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_175_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30db5ee516f321632a25e23bb005edb3548eb054ebcbd33a785a71eb44d483f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png new file mode 100644 index 000000000..475fa3da7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0c13e1447330d1be4eb4b7d203ab65a42fee845a4fec7621c6996b0f0b2e34 +size 2898 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png.meta new file mode 100644 index 000000000..baa3a9477 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4aa81d889b79d2a7671a9abb6bce3487ceafaf2537081ea0bc51cf38b928c6 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png new file mode 100644 index 000000000..90e05831a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182dbeaf256793043aaaae63b65b9f442e152a0b2ba73645e77050ebbcab7144 +size 2981 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png.meta new file mode 100644 index 000000000..6539c1c5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_BlueGray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3348bdbf952258cae79928f710a363cc88a35760889ca550e494bd689e6204 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png new file mode 100644 index 000000000..8a6ec769a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a51e3d5e09764549833ee6ef386c0e292dccfb00c0fbb284188c9517289b17 +size 3004 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png.meta new file mode 100644 index 000000000..584315e05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df861572b6b3059c36a6c66b194bd1bcf7aa23e54d07998289335a59377133a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png new file mode 100644 index 000000000..f82551157 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e92e22247717a12ca5887c84ab8385367f67b34c575c5232f38979c7e6a7868 +size 3022 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png.meta new file mode 100644 index 000000000..01c0fc01d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be17ecdd3b10771cdaa64b30981d2edc3182357db327dfee190a9be3f3e4404f +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png new file mode 100644 index 000000000..80ffbd35b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0523339b4d970cd72304cd7be7a2c515748aa4d1d4a6a95d54a3679bce1cde +size 2964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png.meta new file mode 100644 index 000000000..ee2862937 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b79a8433a395f5685e7dbcd845a6dc135b29062734abd87a73461cd0874f10f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png new file mode 100644 index 000000000..644dc5e29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5924905944007e820907ac8f07571a4f61574a044cd75c67978af328e5612d3 +size 3038 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png.meta new file mode 100644 index 000000000..409835c2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01afcb1eca490ff70139b666caa86b4a27e8e94073a69ac791670bd723c98e30 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png new file mode 100644 index 000000000..fbae47ee5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5564b5dbf858fff267f764c70ee199a94d224e0bb1f079fb9924f3a23237d965 +size 2934 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png.meta new file mode 100644 index 000000000..e734c1d16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3146884783bc32e88865ffefbb2858c8f3d6fb2ef210379a1990a1109eec5cfb +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png new file mode 100644 index 000000000..06725a0aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbed9f27b65028dba6589ab155772b4de28d125012d606ef0635faff5aab441 +size 2864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png.meta new file mode 100644 index 000000000..87f78974f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Sky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a259252318562694b0a4c935ae1f1c5dbb630792b90b9d69c3c47963a6f731 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png new file mode 100644 index 000000000..39451642e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7da358c81d0834cecce1acde5ca17caa6c645e6d491bbdac3e26e26ae670659 +size 3060 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png.meta new file mode 100644 index 000000000..047aaa2b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cb1df283007e4c82912d81b0a81999ee5a08a035a2a6793261134a81a4b717 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png new file mode 100644 index 000000000..dd45370a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbd9edf3531034bea734e7e0814ca1eb510e8256377e8312c17e5b73d1c80a3 +size 3002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png.meta new file mode 100644 index 000000000..6b3df4740 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_195_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe8ab4111946d2c372a2fb58f773570bf6ce7f842a786e426636cbd26f4b54e +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png new file mode 100644 index 000000000..67c84c36f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26958b7b78e6489ca87e40daff278b3da419c7ea3552195f5052c5b6cec7eca +size 2997 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png.meta new file mode 100644 index 000000000..675a2c94b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d0bff37df58f142fda5d4b3b0eeeb134f7644a57c741f12eb6134fedcf9a13 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png new file mode 100644 index 000000000..e7ce67b56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65e7d3d91e67ae3aa029876d65cb429d548c13c0d913c3153475871aa68633f +size 3054 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png.meta new file mode 100644 index 000000000..7f44bf974 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_BlueGray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286ab5db5304677e262c7c793b5b021fc58a5a06087f050bd03cfe7a2be2e4dd +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png new file mode 100644 index 000000000..aeabc471f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f943dc85acf4c61bac51632fd642547a6dd1e8aeee7155aea08d1b4d3df61c +size 3058 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png.meta new file mode 100644 index 000000000..360c4a7ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecb6fdd5b1d7dd44ea26910461a3f182338df831290d4d5b8c3b9779bc37899 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png new file mode 100644 index 000000000..47795047e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5321c3a843b5db8edb1bb1652067ef78e1712b32f37494b77416490cb11d0b +size 3113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png.meta new file mode 100644 index 000000000..a704c4875 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80374c4381d48e2c0844c30fc602400473aabd28b62773105fc451be91a565c7 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png new file mode 100644 index 000000000..a290b11d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8c6ad70d28d11cdb0ee2f6039f71635b53b12ae66e244c76f9b8daf7a71af7 +size 3042 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png.meta new file mode 100644 index 000000000..413805556 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b53d73a823c48d6573bff2d5bec94147f83863e2f6d7457d785e7cde2ea13d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png new file mode 100644 index 000000000..a6de5288b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44506ac7c18a7db6be686cc9f1355a6ceed199a2d782d6d3cbc526e6ae7208c +size 3110 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png.meta new file mode 100644 index 000000000..1432d76bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5be8ba7b0b03016b6a0f68a0379a2c3b664f263b09d5020a70f72c3ce009d3a +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png new file mode 100644 index 000000000..48b72636b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01727456af75c98f317645bc85f9d96cb941fe1b7f6fe2a26297ca89c2476a8 +size 2996 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png.meta new file mode 100644 index 000000000..9219c0a65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e209daf4894d9189041c36a73c99e36732e476de84e63e5e508edae3aa5c94a6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png new file mode 100644 index 000000000..d29e5e867 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563d13880882f079342ed2f75959e8b2e0322e1fa3897856b7ef9ce6f87084e1 +size 2954 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png.meta new file mode 100644 index 000000000..0de7c1cb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Sky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f38fc71c78f727199d83ea54d7f93fcae5334afc689007252b6ef8066f4cd2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png new file mode 100644 index 000000000..e30974d5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728fc9f4ce2a548d683ca078c4f0ee690e9001894883dc4169949be867b09254 +size 3134 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png.meta new file mode 100644 index 000000000..d811b4f80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f11bc3fd95b05189520c53f3613b601b25cba247682a0243964fe55de79cfa +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png new file mode 100644 index 000000000..486e4ebdb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f189e2ddcd2fce5ec741003b7ec7967fd018f0a7cd6460ec06b7549f38484f +size 3085 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png.meta new file mode 100644 index 000000000..1c71b15cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button01_225_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c099c189e7bbdd952dfdc6f6a1b5d5fb170a04995536e94e2baaaba77543ba +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png new file mode 100644 index 000000000..ed4b6c2bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622afcc01b3897e23a751d2cdcfd17b5ac47fc3ad843e37764c09954a1b4eb5e +size 7979 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png.meta new file mode 100644 index 000000000..eca9a3ee2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1a6e5aa2f2a6b7bcb6d7df469081424f3269dee57b91cf06259660e506deb3 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png new file mode 100644 index 000000000..728fd0238 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64924629a08ad0cb87e25c426df94d17dabf3f00266341f4ccbb2a345ccab34d +size 8139 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png.meta new file mode 100644 index 000000000..553545947 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button02_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24851927552b33ef848c8e679ba8bd6b1ea62de5710da627b25150fb06ba772b +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png new file mode 100644 index 000000000..e379581a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58db18d77193f8be4d04b2c8010328707dadb0154fe8e25c940dfb17483176f7 +size 6073 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png.meta new file mode 100644 index 000000000..6ea68fa35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740157037fff764a4c315e9e8c09a8ff5621155951f9eb0170675e07033a4da1 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png new file mode 100644 index 000000000..58cd7e2b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4a335aeaf9be02d599efdd3ac16c542e07b61932f5d607226d542c457f2791 +size 6298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png.meta new file mode 100644 index 000000000..1ee0ba9e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919fb0b2b24fdf1349afa16cb8b9a9acecd96c718fab254368baaf77f6d7d779 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png new file mode 100644 index 000000000..4f4f11241 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b64b833df7a6422edc3b110d84519cbafb86f262e7ec44c07050326b408bf10 +size 2303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png.meta new file mode 100644 index 000000000..c9dc0fa92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a44632bf37f2058040c436c8f736a494e52e4d3fa97c789f05d9c1ed3b2be2 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png new file mode 100644 index 000000000..78e3199cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ba6dae3846f8a54f69717b276ed47327975c41cb371cca7bf955af2bf2ff7e +size 531 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png.meta new file mode 100644 index 000000000..851f4b27a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc3e4a365f7467786163b16083683015633bf7a0b070895a1f954e186974427 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png new file mode 100644 index 000000000..a9724ccb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c77cb687df37d39765384a8e9b02fa10360ee39d8c8f8df36dfb2d2409a8bb +size 630 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png.meta new file mode 100644 index 000000000..8794faac9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button03_White_Light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4189e705faef293224109305a310cb13eb0c491153ba18092a889b8b9a5df040 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png new file mode 100644 index 000000000..614543ab1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fe76a724b0c3515d9fb48142f18726db033adf07732980e9c74a7129f09a56 +size 2211 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png.meta new file mode 100644 index 000000000..f8021e0fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_Dark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa355e82528c4d53ae917987fe88fb1c3c346dd6ff917b7861a8b6bd25aaa284 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png new file mode 100644 index 000000000..15ffea762 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7a0adc237e8494c5de8e101d2df8943ba827a161c99edd3f851d087458f315 +size 2181 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png.meta new file mode 100644 index 000000000..62f9d5f88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle128_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd99daa9d5e037bd758426e7f85fdc1e9e203ef4f5808e493c5b011ccd75dcf8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png new file mode 100644 index 000000000..5f2df0d6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ae10f7010294d236c01a5e460de1eec0cf99c988906c6283563667d76b7092 +size 9079 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png.meta new file mode 100644 index 000000000..d7a55dbed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef174b93fb3b6f380696eceab57b37e5da008f74a328414ea7b3b8afa92b3f6 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png new file mode 100644 index 000000000..26b08109d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f280296a593c67b5da94590468409eb37737ee31d09c0f7bc804a5dde9195dd +size 6340 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png.meta new file mode 100644 index 000000000..76c513d1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a9e6b36ee5e87e2ec7f9c5296ba9c15b4b77822bb53ce51b4a225d4d979116 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png new file mode 100644 index 000000000..bb2f576ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803a1b026a3b340501be6de9a48abbea587c833aa224d37da2559e99fd67c74 +size 6387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png.meta new file mode 100644 index 000000000..ac30db212 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Circle147_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db63c3694f81835c66d842ac85297e721ec1007855eb1395e51e8a6960fb1c8a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png new file mode 100644 index 000000000..a7fc9aa48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f51cc9543a176eeda20ccae204eda862c3462f6c3b1f69c246a236f5d9b853 +size 2139 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png.meta new file mode 100644 index 000000000..cbd68be78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21b566e1555137e89dda9edb8fe65b98a722bc99b08494d771a6d86ccfc4cb8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png new file mode 100644 index 000000000..82ea011d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91542b91d5be85b65f42b3686ee975b0f47c9f37d800256cf327dbaf4b3a777 +size 2119 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png.meta new file mode 100644 index 000000000..4aabbcbdb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushLeft_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e90e69bef35db6ffe397668ef2aa565199cd9271a3c545bb04e52d2663f4e81 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png new file mode 100644 index 000000000..50c756eba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead5101b8daaf2685a87175ac94ea27b093f41f6d5e5e8328522c336ff0fa3f0 +size 2185 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png.meta new file mode 100644 index 000000000..e2dca9bb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6be77a280038f5dd070a1672d1bbbac424666be43df9e081f895e45d22fb7ab +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png new file mode 100644 index 000000000..2d8bb5c30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48ae36386d30d3a47d2743b367f07771ab61299430cdf0413c732428763d4ec +size 2220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png.meta new file mode 100644 index 000000000..a4dad7b4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_FlushRight_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90507d16a11fd7eeec91515adeaa1e7476ca0c06f6628f23fba05f6cf667145 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png new file mode 100644 index 000000000..950d6efbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae5dd405be6f9687807ae1ea5355b6758f1306dbc3c9b5999b7a6ed17935f42 +size 10002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png.meta new file mode 100644 index 000000000..fa205e478 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa0dd71886334fd7e80cc9a964675fb16c75f26d582e0b0be2d7fa271da49cf +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png new file mode 100644 index 000000000..d23ab8c45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6eecab7c19ffe64e37fc4b1e0c9e10184a5b3e493bbac46f54239b0dab74be3 +size 10343 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png.meta new file mode 100644 index 000000000..6087c61b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f39c9f2c692ab7f67b6a41ba8ea33e905199e92fc251d8b4fff5741c9459e5c +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png new file mode 100644 index 000000000..9cb3de68d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901bc7b0f9449a9727747dd995ad3ef6fce280e74371c1a88212638edabc0eb7 +size 5636 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png.meta new file mode 100644 index 000000000..ddee6e8d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc366c9812d4e2fbfc07c3e89c844dcdb841becc41510517cc8fb1b0d11af85 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png new file mode 100644 index 000000000..404d07443 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef24e3a3b477d753cdc46b4ea4afc198a8707bf1a32c9a6bd6deb1240fbb7fd +size 1817 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png.meta new file mode 100644 index 000000000..0e7ac9ba8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Hexagon199_White_Shadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bd957fcf24ca7011b410fd57a5430a20bb0f997dceef3057c0b1e816965877 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png new file mode 100644 index 000000000..bbfb4e8cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cc4175a3fcfd4957aa40628f0017322ac5cf02f4c56daca441caa16acb6666 +size 1246 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png.meta new file mode 100644 index 000000000..4968993e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_Sky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa8cce581cf581369f8a7c9fd2c459ec06569a074448b58fa1928ef6725bdf9 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png new file mode 100644 index 000000000..2919917c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e5cd3a666ebfa6e1eeb9505d40b7f7cd1b8871bdb26f098a54aa535011bb49 +size 1099 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png.meta new file mode 100644 index 000000000..35842632f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square01_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7b4b50bfeac43c3c04c51e75ce0ecd5cd0af51581e404f9ab0009dfd384f80 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png new file mode 100644 index 000000000..ab6a0ff6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7514abf6beb8dd67a9423917ef047b8e0b15be0788607e03efcf3c6598f9d6d8 +size 1147 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png.meta new file mode 100644 index 000000000..3abb18118 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b448126ae33d0b6fcf846ff4daef1c1a4aeab4484bdc96c3a79d8487f0669e8 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png new file mode 100644 index 000000000..b1fa48391 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0e02e66206e4bdd409bb19f1ee3601a719994ad6453730cffeaad6258ab1f8 +size 1213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png.meta new file mode 100644 index 000000000..4c5954cd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square02_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3908597939a8626a2ff01b58ec84c500b304a74bff42d9cb3f7db6394f61537c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png new file mode 100644 index 000000000..a27f6ef70 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d672b17d687ce686c658bd52bae9b89a29e0aa4e8fe563c8fa1c045c8acec23 +size 1577 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png.meta new file mode 100644 index 000000000..d0bd53652 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f4435ee112afb96e72beee8a46bc3514761a886915c365936d93e640f00152 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png new file mode 100644 index 000000000..ed1e9a160 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005ef6bb3e05f175c08c86b9fb8c10caa36ce70dada116d57e0ce9fdbc2f29ca +size 1644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png.meta new file mode 100644 index 000000000..f53f25669 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square03_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13c1afca75297f64c92739d02f4d1b09110fa62c9d68fec13549372d7e8532b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png new file mode 100644 index 000000000..345618601 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ab88874288bb4aebdce51e13a2e74882e62b2e515c266b08d039e2e1f624fd +size 886 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png.meta new file mode 100644 index 000000000..4deae271c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61da00fd5531e1d9f5cce4989aa7550ed30c29bd3ad9845cb6a314de787c30c3 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png new file mode 100644 index 000000000..cd66ebbd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b654115bcaf74479e635b87032dd97a373274527b6a392b829f5e4f0693ea3b +size 5346 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png.meta new file mode 100644 index 000000000..d2d4e320d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square05_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8c3921e120a55c165020f2b2ea022217e209430252fd3e63796d91995546cb +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png new file mode 100644 index 000000000..e4266bbdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a6cbead4bd99e9310a20e8af964b96e1f1d32c08df9c6ef6edae122fe92692 +size 5767 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png.meta new file mode 100644 index 000000000..a6eda5a92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2d0c8c0413a5c5ba8500ece46aac2f47a36bc5fa60ed83e47bf6a5fa6651a9 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png new file mode 100644 index 000000000..eec66e202 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28f46b7eb03b552d9748ce85ece108cd139d27c5ad2e62a982147932a1a1db4 +size 2335 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png.meta new file mode 100644 index 000000000..ef30d88e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62f9c5c19264a25461d3afcf402ad9431d285056fca7bff0f1d7b37038182bb +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png new file mode 100644 index 000000000..79fb99a3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb222607b0c6e60fa25489a6b8abd301c866f81148b7c73d80c6e43b4385cd4 +size 468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png.meta new file mode 100644 index 000000000..031c42b1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_Square06_White_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ff70b69e59d3e5632ef92e64bd55de09984cdc102af9bab098ed5572377655 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png new file mode 100644 index 000000000..2c872caea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8791f60e46c77f5bcabe7eab65485fef73bc1ef696def71761fb2b333c27e5 +size 9227 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png.meta new file mode 100644 index 000000000..fd983a4ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedDown_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaea10f131cd72b7fc3f8c417a7fa86fcd620f9df1321391fcedb3123e4f6cc +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png new file mode 100644 index 000000000..3563872f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0056c254eb7e8a247cfc9d352d41a19da2acfe4db120c62c2d5e505e2f5b3bb8 +size 7582 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png.meta new file mode 100644 index 000000000..25b20ee4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Button_TaperedLeft_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c22597d59ad1abcff097b8052c2f0bc3449294184edeb5ae20f9fe7d8d32da1 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png new file mode 100644 index 000000000..a182e68f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad33642a17bdf3fb363fbf136033c7bb5e6d233a37dd4de90fca62e5c970e66 +size 855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png.meta new file mode 100644 index 000000000..1169ff8ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc3dd9ba21948b401186e27507208200c012986b2fcd686c0e4d90b4187c1de +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png new file mode 100644 index 000000000..169ed768e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8ac33cfeaafa74c068b4778306813535d296ed4a740ed16db24ca103fa3807 +size 3827 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png.meta new file mode 100644 index 000000000..b195486c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Button/Menu_TopBtn_Focus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f224f2f568ecf6e1b8ae0ff464311e9814f13c8e5175c53e79fabea5a0268b +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame.meta new file mode 100644 index 000000000..5930a424f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af478298a8b179b4a05c98b355f4279e41d194aa664f46179262f9517f28340 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png new file mode 100644 index 000000000..8a95a9b8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cc5f98cdda9b7d1fca6b817fe0a7532cb326001a5662bb17912f37440fc435 +size 5114 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png.meta new file mode 100644 index 000000000..04d120319 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98290d4613dfa8a2020aff9851c71c6a4ddd2d36bb78a9e96a247a24ea7b746 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png new file mode 100644 index 000000000..a997a9582 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b575caf480b7be89ce5faa050bce06238c262c6e09a7b3443ce3b235866006 +size 755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png.meta new file mode 100644 index 000000000..85596a517 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b96b09dbeb519fc47366743b9c7e7a70426ee60dc6f394e5abdd8084e321541 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png new file mode 100644 index 000000000..bcaa9a461 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdda29f290e385607168f3d733c633b1bb8844581136ca708ce7d0009187001 +size 1048 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png.meta new file mode 100644 index 000000000..6577c0438 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame01_White_InnerLeft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf29a1ec5439090101e16f1f62190879fd951c5ece79b05244acd9bcf2b6be8 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png new file mode 100644 index 000000000..de2da9631 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febcc1ec51392f09df1f11836969c3846746717a7f2c370988ad38dd452a06af +size 5240 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png.meta new file mode 100644 index 000000000..a45e58f8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6271aa1b4b9fc705aefb3f3e603ecc5364f55defb4c8e1eb37f9cac1d0d330f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png new file mode 100644 index 000000000..d73fae815 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4468793ce92d113df158680505ec2105760dac2837c3dbf512dfe43d651b9bc +size 653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png.meta new file mode 100644 index 000000000..1c8b30500 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05effd73c15b3a27cafaf061779632ee566b6f9b6efe8b5cea58c84affdd53c1 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png new file mode 100644 index 000000000..af3d1dc61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cba75a3aad6355409cdae227b545ebc7a66cc621d8a61d1be6b528af8648c7a +size 1227 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png.meta new file mode 100644 index 000000000..7b3260de7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame02_White_InnerLeft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a67eebe30bd9fc49b74107637c74c3e1ff5b22142b8c18fdfaed3dfb47fcca +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png new file mode 100644 index 000000000..bb8bc35f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8a3d5fbafd01452b596fb1b631f1125ff487d20cf630dc121fd51f9b1e1b3e +size 7192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png.meta new file mode 100644 index 000000000..5297bcbfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e87f0cc590dc6f6ece27c6c8cb8bc6647dc90255dc308f906f718696f7b00c9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png new file mode 100644 index 000000000..0ea87fb3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74e0e0586475b81f293e0e42752f9cad843ba296458d5731372a41b244f1e9c +size 1645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png.meta new file mode 100644 index 000000000..00c8f3012 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f352435597f539b50c7a2c7a80d24d1016bbc3b9c0287198771fbeba3d81b3 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png new file mode 100644 index 000000000..714ce11be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f70e675f741f3fc05b8076c9101d60e3e53017558030e7f55d8c6ca0af9245 +size 2408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png.meta new file mode 100644 index 000000000..528257b4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BannerFrame03_White_InnerRight.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc89751626dab6f17417168c6ffc564aba3f110e38a8dae346cd0e068a7b44ca +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png new file mode 100644 index 000000000..c4611c884 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcb0f3aff88c7afee3d8623ca67e102d4abb7642443c6b1e133b1eeeef62115 +size 1364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png.meta new file mode 100644 index 000000000..639c6aa68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Circle77.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a62d68930398bfac374b955da86314f79ca8d3f174820a0d45a7532bfa5fbd +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png new file mode 100644 index 000000000..463c4c278 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fc422f4120a9f56647358d30906f2483f562f018232be259d61469f9d7d72f +size 447 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png.meta new file mode 100644 index 000000000..603bd7b2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371acfd50b12e2b72e398a72974e995d257f48b5624fc5f430264a1edf6f650d +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png new file mode 100644 index 000000000..ea5362619 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdc6e57e799d41b043e919a60cdaaf73af210586bb9ae6dd53a2e1aecb149f2 +size 6412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png.meta new file mode 100644 index 000000000..6da9554d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round12_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942412e262443d3e4df3658a1bd764b6a6f17633301dd7bd1ff88c496f0f82d7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png new file mode 100644 index 000000000..6b824095d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683231936d220035d913c3231b167ca71693283b806efb8457b446ae0a2db69c +size 702 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png.meta new file mode 100644 index 000000000..1358b5ae4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Round20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297536adff5fed571568f375137d5dec17c0063142d47e85435d91e6817e8a91 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png new file mode 100644 index 000000000..737b3ed6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10284e83b51c16aeea52506f6b3b50b1bd93798481874780d5361942c53c52e8 +size 957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png.meta new file mode 100644 index 000000000..0fd4ea77e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BasicFrame_Square.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891cb0eaa0d8e70b2073a5279d4c5d39e10d8f071454e4ee725ca366c2f61ee7 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png new file mode 100644 index 000000000..37068a3d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16833c1863700f2f3ff56f831f7c03caccba4229285c3ee8d8bc42bfaa386fc0 +size 2787 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png.meta new file mode 100644 index 000000000..d54a488e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Circle81.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd20416fb4c77e55af6fdaf039afd0c81bead227a415f64cd2da1fe70857007a +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png new file mode 100644 index 000000000..857a442bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1a16e20d7454996de57b2f263c6ac5d99cf343fc11e4e5983f2d8bcad747a8 +size 4109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png.meta new file mode 100644 index 000000000..a3909146b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3df41b79642099d8a41e87e2b662fec739fbdf83426d56d7db35975f786a66 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png new file mode 100644 index 000000000..696919fe1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4678dac99dd5f27414346d108f3b86508f6b319beac369e6c70e466deae88ca1 +size 4149 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png.meta new file mode 100644 index 000000000..6ee879e8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_Sky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1608e46d56734cdd9593cdf199bde0bf24f737e8abcb7581a2154454d3d47793 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png new file mode 100644 index 000000000..e4beddd89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d8eac1207e90721ed80596d2bf54075aa20e2b058d3bee15e8af07341db3c0 +size 328 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png.meta new file mode 100644 index 000000000..79836bb4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28646cda2fb6a51e64b0b696af830fe170472bbf1190e60fedecfc8e652767a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png new file mode 100644 index 000000000..386a23f67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f8c310e42ba7c435cb42a6f9230d6ce91cee9abd431a44e142e367a685cf8b +size 438 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png.meta new file mode 100644 index 000000000..ea11d21d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round01_White2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2575757a7693045a01ff432c0a84425bd23c7ee97abb654f25c63ca7a9777d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png new file mode 100644 index 000000000..e874692ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8b890668aa1713223aa795d0c4e4ce393699e0d94ebc4de733daad5a1a205c +size 1586 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png.meta new file mode 100644 index 000000000..070c51b06 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d848cf44ba436f446500f4da238f4e6b375e788898d445b6f83002605960813 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png new file mode 100644 index 000000000..87e617552 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf3031a53da1c2c835a5be634be9b2eca0d1eee691aaff726cb0ab4e7794696 +size 1200 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png.meta new file mode 100644 index 000000000..a2101acec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddf8e2a3009f593c6f41d8426a7fbfc24b0e893f792f279385f6153565a0db5 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png new file mode 100644 index 000000000..b909f5ae4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45048a6ea56262456273f96ee9ef31d1b6b073c190bd11599a41a91b21378faa +size 1313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png.meta new file mode 100644 index 000000000..28f97875f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875ec222ee89bd70fe35cf0b047423972228cf8c4131e2d4d33a26e55146bc2a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png new file mode 100644 index 000000000..15d9b110b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ec8036a6c08f7a4aed3a8dc4ef3d464da688f24882a67cf9f33cb6b484eb93 +size 8641 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png.meta new file mode 100644 index 000000000..58b020e38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Round05_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6526b34aa884c5acfcbaa44c770a5f786fdf0921c22f1485dd7fdc6016e5e76 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png new file mode 100644 index 000000000..e5eff7431 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027fcb65b95b3f65391430f197818b9cca3ce59623390e3ccf64a0516fdb6339 +size 1560 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png.meta new file mode 100644 index 000000000..ea153b4ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b02b650e4a076086f6c40c9437a4b4c32e6a431bf65c1c325192375c83db6d0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png new file mode 100644 index 000000000..3e9d676e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd849532df1136b59b2e310c78165984b9a66e0e7b036ced76725cc5fdc82109 +size 1629 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png.meta new file mode 100644 index 000000000..678dd7048 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BorderFrame_Square01_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2851adf99488cf3354cf0dae2172f153e64051a9ce19f3b21b953b430ee90f52 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png new file mode 100644 index 000000000..00094589e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39addb74ebd9b2df05c8cdaa214ba396008d1f9e72000dcefb339e0235d90a28 +size 850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png.meta new file mode 100644 index 000000000..10cc8de3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e3f0ac6779702afc29f414e482b91b20cd252b3aa432c22f2ecc5804ba15ea +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png new file mode 100644 index 000000000..b7ba0aee7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddf1c5605d188b3dd118cb1674e3d2c5280db51cf3af48a99008c5785c1bb8b +size 5496 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png.meta new file mode 100644 index 000000000..2eaf4cdcd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d5f81c611d689b4b510262d690e3555d8f5f0ee3e6234e05ca99289457046e +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png new file mode 100644 index 000000000..eb21cb6ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e819c2cc88f13d94372757628ef9890378b3deffe34e34784bf41f13078b6647 +size 4287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png.meta new file mode 100644 index 000000000..740492d8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_Single_OffWhite_Arrow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a081b4ac2336c613972d531595dfd065dce3c8046bcec41697a842575c44c6 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png new file mode 100644 index 000000000..58a0e23f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223138341e914d0e6b3dd723390b780ebc1e374a3e6689c579157075648237f8 +size 2394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png.meta new file mode 100644 index 000000000..2aa4d7873 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7811524f80b6017d2ce6f612de49212eefc142d405993d066e859b87cce1372 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png new file mode 100644 index 000000000..dcf2e9b95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e045a2f75e28837982e378bfc7a9a0ea965b6c414368eee5ba4785b5be2a6e06 +size 1091 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png.meta new file mode 100644 index 000000000..38d975eed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Arrow_Shadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f70aa436713e92d390642ed8bd03b88b5648920297ef3c17e5716e072dd852 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png new file mode 100644 index 000000000..60b51d2af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eef93a469485d4ef3c8d4e0aa38e7ee9677649eae76d7c0ac1b350f66065cf2 +size 1631 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png.meta new file mode 100644 index 000000000..fe49630b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fc602e0cf2d1e51d9fe054c9f5b63a039ba57f1b44d845d73b18599ab452fa +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png new file mode 100644 index 000000000..d61ba295a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81102dbec33df5144d49cb178cf7cf82849570d3179c588b9852ce141eb7285c +size 688 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png.meta new file mode 100644 index 000000000..140aaff72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame01_White_Bg_Shadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d25ea33478ff0f885c4ed994d85f7289df01c88038645ef0e32cb40a649356 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png new file mode 100644 index 000000000..05c70da28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bb6d2281f8a74a0003730f3e27d4eb93d0e437162e050b978d171dc5b41bc1 +size 3178 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png.meta new file mode 100644 index 000000000..029725e93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dc950cc6f7a16eac3d97758b8330090ae3698b2d296c6aa3e8ee2ae97b3789 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png new file mode 100644 index 000000000..a222461cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2991a7d14c308ac1777dcd9537e01b5d11e7a6cb56bcdba70480dd6e36ce2adf +size 3303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png.meta new file mode 100644 index 000000000..f45042be0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_OffWhite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b74dc08adca32ae894516fc91e870238db8024aa672055bfa00a1b058a9f82 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png new file mode 100644 index 000000000..582926fa1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605526c6703983aeef8501ab5d05beba05c75d0c035e98874087ef91e98c60aa +size 3425 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png.meta new file mode 100644 index 000000000..b3ab08464 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Left_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ebeb46b542b7dd4395be76118d8949c49b33ad2d5f3949847453dcddfa605f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png new file mode 100644 index 000000000..efec24a7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc45bf02b287610422e67fec1c9dfe2a487f8232b37f325fb108260dca9ee1c5 +size 3160 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png.meta new file mode 100644 index 000000000..9c775d357 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8161d72a78c8ed4a67077ef948dbcfc198639638ad88af0ff5dd039a64c5c73d +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png new file mode 100644 index 000000000..63bde7442 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3255907818a1872ff290a1f81fbef9a788f4c2c08a30e75414280069b9493ef6 +size 3312 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png.meta new file mode 100644 index 000000000..fea70c1c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_OffWhite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67a3400f0d98f0ff4dc4cf62030db9c55aaf077fbbacc304e29c41b0a785216 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png new file mode 100644 index 000000000..4792838e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230e23b0086812789d1037ee23dca087ce2044b58b4fe508aba2c5c6d847b4e4 +size 3432 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png.meta new file mode 100644 index 000000000..1e53079d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_Single_Right_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fea03bd206e78f48208a40296e1dbd69499537aea505a5ee5a6bfffb9e90bc1 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png new file mode 100644 index 000000000..2af05ab2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc45baa8eebe9d6146ac55db7676d5faf9d12c4a2add77e108689823e00276c5 +size 2533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png.meta new file mode 100644 index 000000000..461b7c0a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Left.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bf2c0a896591021dfc0c0b010998bd203f601089f593d576b31ee378a514b6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png new file mode 100644 index 000000000..cd5a4cef7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027298f75bd9c5ff06815407cb7488465a3e0d23a73bbe034daca5804ab43f0c +size 2526 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png.meta new file mode 100644 index 000000000..df401dddc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Bg_Right.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c5debfe6edc1b30cd64379d15919efddf094c66fbd02ca40767f1b53f46105 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png new file mode 100644 index 000000000..f3486d7c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625c93971734127d075730a07b7c36b338bde2daf149b77871c1dd4be06313ee +size 787 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png.meta new file mode 100644 index 000000000..5a47ff611 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/BubbleFrame02_White_Shadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47271fd2d7796a6adfe88fd10f975a2a2ca16b85da6e66883b0137cf23a94b6b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png new file mode 100644 index 000000000..7b0efdc61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2875cc62084cb30bf313e89d2028a437eee6767cf635f43e4e95c1f211e6962 +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png.meta new file mode 100644 index 000000000..170364a37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d117b15d3030362a3342dfdd0eafcd8c9b6f9ef60aee20f22fac44470818626 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png new file mode 100644 index 000000000..1fc2407a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48d882460fc0d93a8c80a4b1f5c44040b97808a56cc016c900adb60297b3260 +size 1132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png.meta new file mode 100644 index 000000000..4abf77478 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b20171d1a242ceec276c615a73f13d18d2d69fb5b8626622a6890a1fa34bbe9 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png new file mode 100644 index 000000000..6d5e43f8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb476a9f9de6a60861a8ba35df6351b7bc55fd11beef001f4aeacf4229342d04 +size 24162 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png.meta new file mode 100644 index 000000000..d70e5a2dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c398084ec0335b60c32c8c351ffa63549650c43265a7ec2a2b64779fcfec11 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png new file mode 100644 index 000000000..a121c4893 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698adbfdab959bbd97b51b727b1bfb0298fbacdaddacc18200858ab49efbddf7 +size 244 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png.meta new file mode 100644 index 000000000..52869fd03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c9031a838095c293a915bd2a64f5942737383e981785e8b70b7c26dc36e152 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png new file mode 100644 index 000000000..38b72777e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f9e4186497936b0d75edc6bc5b1f3dbb0f528e5ce47b300df6f11f8ebc0916 +size 6473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png.meta new file mode 100644 index 000000000..0515ed251 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame01_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d0eead16f8927e5758bf641968bf72a99cfa76ac72e6102a25d2302e1d0636 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png new file mode 100644 index 000000000..7b0efdc61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2875cc62084cb30bf313e89d2028a437eee6767cf635f43e4e95c1f211e6962 +size 416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png.meta new file mode 100644 index 000000000..da2cd1086 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14b0f3cf6cca74bcbc6695e4a84c8e64f071a0f82d19779bfb1e1632c0493c5 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png new file mode 100644 index 000000000..3ec5061c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90be7cc6205f5a27b1621d77e75c4ac194a4f5be23163bd9ea2e4c371204fe1 +size 1226 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png.meta new file mode 100644 index 000000000..20473fd41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d67ba7ef50f0ebf46487af12d6080315cdff17ef5b85666d2f0d7b3ce97de3 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png new file mode 100644 index 000000000..6d5e43f8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb476a9f9de6a60861a8ba35df6351b7bc55fd11beef001f4aeacf4229342d04 +size 24162 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png.meta new file mode 100644 index 000000000..42915bb2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfe94a186f633bcbe652d0ba559f2d43f586700757763f5fa5a8ef7f19e189b +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png new file mode 100644 index 000000000..f1fd2ee08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987236277f8e217d580bec17d81a8edbbf6143cdd825e33a6212dd0280855f92 +size 391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png.meta new file mode 100644 index 000000000..98fe79ba2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame02_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7dac3db4f3b47ccc43073e3ec0302cf2de1a4546af9b5bf444c3cae554b0dc +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png new file mode 100644 index 000000000..6d5e43f8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb476a9f9de6a60861a8ba35df6351b7bc55fd11beef001f4aeacf4229342d04 +size 24162 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png.meta new file mode 100644 index 000000000..a09a517fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38988434e81d176d423fd648c888e8b073064a72f6a3d4f302540403eb40bf8 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png new file mode 100644 index 000000000..5a8d08354 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a8dc5c90c64da33b97f417c0536dcda8a7960febb33401588291ad17f2ac16 +size 389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png.meta new file mode 100644 index 000000000..63ffa5ca3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223f6893f6aea9db83a40851ed1334740a47ea0a62b4cc0f66416975fac5f479 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png new file mode 100644 index 000000000..6d9f71df3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8600e507816cb8b8fbebcfb3376d9774406a3211fcd1fde8692a446a79bc0a2 +size 2026 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png.meta new file mode 100644 index 000000000..ead4e012f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777ecea17699819627ea672996fc7e25a30401a3601b48e6508b5fb82cfbd54a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png new file mode 100644 index 000000000..ea0a6cd88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0237fefc8ec0087390154fc441726644f3a76ded0fb29a4e8eb4fbaeb6b70060 +size 1943 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png.meta new file mode 100644 index 000000000..05bcca4b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Dim.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ec86f3a6d0e7ff407a48bc4c3ed57ea8092e72f74815cc597603c35acda4dd +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png new file mode 100644 index 000000000..8ddde76d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a1f1a5beae3120df5c174d6f01bdcdbf274b374ed40a467d1a9fd08cf0283f +size 2020 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png.meta new file mode 100644 index 000000000..16590af9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80aea01058d6cff4650ab5d58fa2b74e0fd24d4f8bca9807400a41bb2ec18268 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png new file mode 100644 index 000000000..3342a7f4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ab3394032297e2190a70d28bd12b05491ea543eee0015d4de2d007304947fa +size 1884 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png.meta new file mode 100644 index 000000000..937bf806f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce39d9b417e15eb65d2cca232d416e4a4d912c94eae1b41d12a0365385ed7850 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png new file mode 100644 index 000000000..4c17b1199 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343ca85589efe3f6c40265547ec401cf85a170fd4b09bf9e7a24984836aac375 +size 2021 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png.meta new file mode 100644 index 000000000..fa88f4db7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f87dcc8d27ab2cab3562322092da2995118f343ebd97b6b0d0a57363a09972 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png new file mode 100644 index 000000000..513f19f3e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d856d7143c81448b3a46e9de7cd93a9b85b13716528326580b7a350fd0f3c2 +size 1796 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png.meta new file mode 100644 index 000000000..63f59a017 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame03_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12e5b67e2e0c56067463d10a6e7f59b8efafd29918abb43bfc1c9d1b9cd38d0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png new file mode 100644 index 000000000..6ea50e532 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4210d0b43b95bef3fda8905eac0dcf216a895a33824329811472dc9b938de9b +size 17213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png.meta new file mode 100644 index 000000000..b18c66b68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Focus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c967d3d488efef9a6746d674e9ab4020f049d5da5fce7e8588b5158969e5903 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png new file mode 100644 index 000000000..6a9065c20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e014d52492972dca14dbb66540ead45defc860938c9d73179c71ffcd159fb9a0 +size 46686 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png.meta new file mode 100644 index 000000000..8d8077532 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0282e68966703e8f6141aac81771f7b3b834e191c8cd8d6f91dbf6b982e42e69 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png new file mode 100644 index 000000000..b935f9697 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8afa557fd0db60e0578f569f18d5f7c50f080a6c6572ce2bf2a94b203249e5 +size 287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png.meta new file mode 100644 index 000000000..d0f4f05de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Gradent.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdf980fbd0cdb740d043ce0d889d4a0645e2161ec05434c0bbc1e00733f6535 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png new file mode 100644 index 000000000..5fef892b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbcc39e475b22ad5a983cfad51787dab41107beb3bd6f0733bb51329af51073 +size 2445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png.meta new file mode 100644 index 000000000..36599488a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_d.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f671e036d80761eeff382e1251959bf130ec2294ea418c5ab52e96998b07ec9a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png new file mode 100644 index 000000000..94201c8ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea7e0c616629886a2470fd7245f72ed842821ba0591ca53d0e05bd0c9f58fc5 +size 3160 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png.meta new file mode 100644 index 000000000..cbb448c52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_Single_Blue_Bg_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209a13c23e7a1ed239014cafab6323704df2949ca739396474fd19778d25d57a +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png new file mode 100644 index 000000000..b93f0e67e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab40afc5a69eda2432d9bd473702761bc859cdcbc7b8ad511e38798940baa01 +size 946 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png.meta new file mode 100644 index 000000000..dc65d1f0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5822a8711e857fdf78081907cd5c7fd3b7096f491557fa18705bd1005cf59 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png new file mode 100644 index 000000000..f85fb4a20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c46cb1b5b31dbd5b1c170f7d5d72a75a0a3dd53ab96ee7867255f660da30b50 +size 552 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png.meta new file mode 100644 index 000000000..b4de4ba74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White2_Bottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6400ce7f06a68dc0d841a8c1591c4d5c3dbe1a6e422770bbaf25a3fe014844f9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png new file mode 100644 index 000000000..30d5a28e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7651f13583134b1bb71b34d6806f8d5f58c7d88befad5cf9a8a0ec054ee4f6aa +size 2265 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png.meta new file mode 100644 index 000000000..f6eee4a34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame04_White3_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16483485d61769dcabbebb789e29d3252108321bdec1f2d4e2f4e730d5a948c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png new file mode 100644 index 000000000..bac55fec8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a834ce3a2854eb814e38f9ff696cebe23a895a8edd90c7c7af71466b402575b6 +size 6054 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png.meta new file mode 100644 index 000000000..5239625ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8bd09f9da05c2c2f238d7761e1395bf9ca3ffb30faccb6d6295978a713b84c +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png new file mode 100644 index 000000000..dd2f23575 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c9bde8cf1dc1b2a0633db3e32cc02482ed42e81b2c1fb15b438a27afbe9ac3 +size 2550 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png.meta new file mode 100644 index 000000000..e3f3d513b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Bg_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a5995d8f935b5033556803d60b2ab221c743afef66a5f56e892eaae05ee39c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png new file mode 100644 index 000000000..67af5ea34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947311291e2c5ffdad3e615c71d31d4968bce50e3eb0d8aebe3b7514911cb313 +size 27715 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png.meta new file mode 100644 index 000000000..9a6b3bb30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame05_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd73ca4abe84944376e9e311c2c0c4908c0d7175f038b1ca0e49e885980efd7 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png new file mode 100644 index 000000000..ce8e311d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d658a1a01e8d942dbdd8ba9bb5062f6e7392611f7e618d72b36ba005f1093466 +size 5891 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png.meta new file mode 100644 index 000000000..c4202e287 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9851f148ed15d70ad0a92df2011b4d3bb8a8340d139dc86eb45a8f6c0d7cfa2e +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png new file mode 100644 index 000000000..01c21b63c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b585bcd946dced5444a09a58967973aa577bacff9d4a37396b24a68d3e114f +size 6069 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png.meta new file mode 100644 index 000000000..58084d566 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c29520c32af9f2e24b94de6157c5db9ca0a65128efe9ead36ebec5e9b94bed1 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png new file mode 100644 index 000000000..3a559e0b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ee1095340f6ae0051f7b62272f9b38133cf03d98ea5b0b8892eb40092f0102 +size 5977 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png.meta new file mode 100644 index 000000000..4163cef70 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Bg_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814180f77275ffeb3680d8eb9eca37e2c4c772d84b1fe5b4df5947c40d49860f +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png new file mode 100644 index 000000000..6a35917d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41679f38ec3a1b34ac2e4a8f0688029011ca50c4556ee8d144641d313910b795 +size 43023 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png.meta new file mode 100644 index 000000000..f3b59341f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame06_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc0b268552cc1717bc48ab8eb76a85e0fc313aa70446f84ae4bc71043296db2 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png new file mode 100644 index 000000000..55b51f726 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bca3cd68c4edee5d315f36aabac393381c827601d2abd1e9620393a0735774 +size 1612 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png.meta new file mode 100644 index 000000000..74e6f324d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973d7788fa5287225b4e75d0b6b09f56532f527daf6dc05abed680369ad16f81 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png new file mode 100644 index 000000000..d8c8224fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0e349f0b67470ad25689dd9ae824d38af3354c25df6420d8b5162943987499 +size 742 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png.meta new file mode 100644 index 000000000..328cb639a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Dim.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a7c078105f0592b05c97529dcec8fcd24811486265f370ebb6e45807157ce4 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png new file mode 100644 index 000000000..3894763fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ae22c8c4ec98f32e3af9fc959e502eaa0600f5a8a9f15a9de7e7ef1fcf9b3b +size 7700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png.meta new file mode 100644 index 000000000..f0d2fad6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Focus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f11ab6c5e7a6a2feb6de80fe4b4e38dfd435ef94c57186980895aa2d751ea1c +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png new file mode 100644 index 000000000..957d0b114 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf371d02a41a8852d6b88603d1aec0e5b31eb42e795b007907254cb9e2c007d +size 13808 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png.meta new file mode 100644 index 000000000..998530704 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70672fee53a1de76b20459b53b34fdcf3b8baaee5a01c2598b4880f96085ec77 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png new file mode 100644 index 000000000..c987b8d1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65035080e602b8ee49c94900f96ecd6c9ac7ca09a3763b2f6e586d04fbd4a06d +size 4739 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png.meta new file mode 100644 index 000000000..259d5d728 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame07_Glow_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff652dbd6ef787830538d303f4c54e07570d3353a88238cfcfea74d2a0db054 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png new file mode 100644 index 000000000..d8c8224fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0e349f0b67470ad25689dd9ae824d38af3354c25df6420d8b5162943987499 +size 742 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png.meta new file mode 100644 index 000000000..2c1ec2420 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Dim.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee52bfb5be46a463e467501031d12d1e09553e2ded437627ec7bfb87cdd87d7 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png new file mode 100644 index 000000000..3894763fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ae22c8c4ec98f32e3af9fc959e502eaa0600f5a8a9f15a9de7e7ef1fcf9b3b +size 7700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png.meta new file mode 100644 index 000000000..659d3523f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Focus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298cda0089b8fe80c5ec67bc186d9c96fe132df931e0839016d6721120999ecb +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png new file mode 100644 index 000000000..b4357210d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a73f532771d879fd2ea0c3867bfe1b1bff26cf6c200581b642594fd366febbd +size 36313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png.meta new file mode 100644 index 000000000..c7f16bb5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfda24b3c43d90e7fefdeff93cc05d0954f209b3068475f7949ace3f0306fe0 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png new file mode 100644 index 000000000..80fb3f2a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f81be3791f6f23b6f9461e2a770d6ff0cd81bacb4a28764fa191d7694e46585 +size 4141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png.meta new file mode 100644 index 000000000..ddae04d5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Glow_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659b568cdfad635bb3bac24c6f5972ba8e18b0ee2c32cd2ee814d10229ff45a9 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png new file mode 100644 index 000000000..bd5e3c193 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9ec1ae1f77b7834498647e57c675c18db2b2920dc6c202c4ed597c7b7a0526 +size 2337 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png.meta new file mode 100644 index 000000000..1ee00ab84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac6b73f90d1cb125720865948b0d7fec737c2a8af526b544b876859e739c1bc +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png new file mode 100644 index 000000000..0007c24cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d759972e4ae4b9a30dc084668393d377a8cb26464079420abf02277fad026ec +size 2529 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png.meta new file mode 100644 index 000000000..7d18700b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371813c8c67b53a88d159e8a72a2598788042b40a1daf6a91015792289f2629e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png new file mode 100644 index 000000000..7d93b90ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32363ee73f80bba921043771224b3df27ffc974004bcd03709fdd97ca8f4b58 +size 2503 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png.meta new file mode 100644 index 000000000..a649cae51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/CardFrame08_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a658bc3eff1e5cc68395434a4fa3cc42d9cdf73a5a37678547f5dcce0f8942 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png new file mode 100644 index 000000000..92c89eaab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9773baf42e67c1ff44806e544b37b84cd817a5f96eba1be60d98dd94c26649 +size 3499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png.meta new file mode 100644 index 000000000..914c8361d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushBottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d23c0046cb3e109686759533527ab678f33a228e6615e54462724031fe6e0a5 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png new file mode 100644 index 000000000..576e43e5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2a9b6647ed1d5e8af844d91efd21546f9772cc85309400d62ef143d91d5c44 +size 1074 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png.meta new file mode 100644 index 000000000..246977e0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushLeft.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ced99b53aa7e1f395f670a6be489558eeb5748d60b493fe90cd04eb55d5359 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png new file mode 100644 index 000000000..ede743e41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736581bc648887c31b25951eea3231b1894f54dec0392b077a7c130e4238a749 +size 1218 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png.meta new file mode 100644 index 000000000..c3443507c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_FlushTop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9885fac51fd906ec0c69768aead175af7b68df627876e2b67bfb210ec9bda9 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png new file mode 100644 index 000000000..0cd0ec3be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f81a62944fbae23059669f8e71687343a90b3cf8ecfa50f14a72d17f80224b5 +size 1581 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png.meta new file mode 100644 index 000000000..559ded162 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/Frame_ListFrame07.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be12a3e766c887ca68d7be02bfa38541406f55b7ce1d4ef7d4333966fb45e20a +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png new file mode 100644 index 000000000..966728e17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eeec48fca435f8483165b1b39bc57b96f6c547b228f7f95228ce12bc69ba95b +size 4984 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png.meta new file mode 100644 index 000000000..d800c16c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7604e6b940e49118d1ae506d20cbea66481fcfd7564bde3f114e7f1bfcdedf +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png new file mode 100644 index 000000000..d10096f23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e7bb16ee13f6f04bc52aaf29aab171222d9f54797da2743d1b86767e836863 +size 552 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png.meta new file mode 100644 index 000000000..71c237caa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Empty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830009f7d97d3e8bf19055bd1245d1d28a1979dc5bf54ac0a9cc88f2f3084aa0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png new file mode 100644 index 000000000..62af42317 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a33901c9f15548e8a1de70e493f1167a81ff5c03421e46d59a9a3a586463bf +size 11415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png.meta new file mode 100644 index 000000000..3718710c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80d161ca12977c7cd7e4ed365a79c1bf94d70b2c480df3e78a67b944b4b243c +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png new file mode 100644 index 000000000..5be67fca7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2deb9927089809c4f24ae4f5e8c65a1f5a64d22c4c2a1ec16e1dcb3791e09bf +size 14891 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png.meta new file mode 100644 index 000000000..49a2f5e3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Brown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d268f327f6413d872eb61d1482eaa03de3226d31ca8521797b2cfcbf2a02d7a8 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png new file mode 100644 index 000000000..fa1103666 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128c9e4fa1de6fb5e5b71266e39ed2c43444e3536e05b908895c83f5d2bcbb69 +size 12142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png.meta new file mode 100644 index 000000000..ecda9e0ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54df0574c7ac7f325b6d2b2fe314e1390d8f836febecfdb7b2be99e48e8975bb +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png new file mode 100644 index 000000000..ab4c3b44b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdef286b4f3004036150ecf997be8e683bb387c5861554f5b561fa0fc8d3c44 +size 13667 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png.meta new file mode 100644 index 000000000..0813961d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc8bc0f9db38f197d53e708e37667bddbbeb1c8ec9bef3ae33f0634bbdd3974 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png new file mode 100644 index 000000000..35f126616 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91d6e7749470c52e144368441645c4f949233efb1f6c27f9729297a2f0af8ed +size 14135 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png.meta new file mode 100644 index 000000000..50fc441e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8deeccbaf1b09f1cb6c9e7dcc1180b6c0cf3a11b6eb7379bcdf8813337331b98 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png new file mode 100644 index 000000000..55d2e9c6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9f13d90172d0fb7170fb66dc5e3bf9984940a38d77c0c012cd8ca16f40de32 +size 14540 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png.meta new file mode 100644 index 000000000..ea99830b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_Single_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f5ef4d842652008766c7804a35deaa8f1b145057813b1a34359b1e51c84cfc +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png new file mode 100644 index 000000000..d9d36404f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b2ef7ebb3c59905021faef1019e7970076bab83ae7b93478e25e7073e6220d +size 11372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png.meta new file mode 100644 index 000000000..d1c907d7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame01_f.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c96b0f6b27672212da81b438a2a42edd2f7088a1528f94c9fd78a64e5215a13 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png new file mode 100644 index 000000000..c3198e5e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baeb3e6d7edab868f12fad90d4d1a8af0733e961b574a5b020ee17afe4080c8 +size 15718 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png.meta new file mode 100644 index 000000000..cf0a990fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd740fee588fd796eb97f1637c73271fd81a719a8ad3d471114d732d2eccddba +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png new file mode 100644 index 000000000..47f242bb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ba3aef91efb36e7391ae390de2637324f01d48c5f3bd540827e98ebfbd4273 +size 15784 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png.meta new file mode 100644 index 000000000..32006de30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf95a37eb26305e9c893ebe449985b0f35663fc34363aba43aefa1e105135c8 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png new file mode 100644 index 000000000..dd82bbac4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff745de6d52a6758ff5798311bb89a1a72a764005ef1af3c9e52dad01672e850 +size 15719 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png.meta new file mode 100644 index 000000000..ecf65725e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed90035cb56cb1730508b39b5160620469fa2e1999939f00cca217ede4a91b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png new file mode 100644 index 000000000..d9a226531 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb88cd16712c783c5f2d61739f3f37197d0fbb7ac65139f64582cf49dfce981 +size 15581 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png.meta new file mode 100644 index 000000000..faf67d52f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_Single_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9745b5d4a911023012eb637bfb80dbbb1166112d4b116fd12b79463dc55d3da7 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png new file mode 100644 index 000000000..1d7404ee5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f92855dd71745984cbce3321b6d8fd3656e752da733ff549fa956c7c2b138f7 +size 9604 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png.meta new file mode 100644 index 000000000..134cee428 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9015041d25e2dea54ed75c1c34848a7e5618d06058c0bc4171b5c9d181e8e6df +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png new file mode 100644 index 000000000..e175d40b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f913fd23e9da37f02c9f12785daef992f1e85c8ecdd90722cbf430f6df11b5ad +size 3088 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png.meta new file mode 100644 index 000000000..ca33577c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White2_Inner.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a8719b5a56ca5cba51326ccb301d49e534bae0e16933e914f6d2bacaebf48c +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png new file mode 100644 index 000000000..a11d580b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33db684bd27503ca7b9e5cb5d486524fcb9e3c18be0f3e54fc1f9c7055fe008a +size 3495 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png.meta new file mode 100644 index 000000000..db05eda97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame02_White3_InnerGradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5ccbed5e9e408d0106034cd7ff8d5709bb1af57899ab934ff10a8a6d132d1 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png new file mode 100644 index 000000000..3f38fe3cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f97842a4e38338b2ff9e940d65b28a76607c0fce4f30fe70f984652ef711221 +size 5410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png.meta new file mode 100644 index 000000000..46abbf002 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117fb97d030683ea02d413fd6095b85268511890d67664b8be9a5a39afe120f4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png new file mode 100644 index 000000000..74ad7a9c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aff22615915410bb440baa616f82b60e84a7a09db7c7c4323f835ec34e2b12f +size 5829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png.meta new file mode 100644 index 000000000..777e6c185 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04603da13be02982aef7fb08abf07a477ed778f4f676257eeab213e759fcba2d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png new file mode 100644 index 000000000..f4e295d92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c1f5eac95a8de4bcf74a9a5c2a660a80272c95190c4a0d77b038563c528150 +size 2057 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png.meta new file mode 100644 index 000000000..eff52cfca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31de57ca52dc4d4a1c91a7ad7ab1ca372707b492d57eda32111378446566843d +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png new file mode 100644 index 000000000..dd237ab6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b23e816aad33ffa5576382a226c0e8d60b67f19715887a5476aef49e1dac12 +size 526 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png.meta new file mode 100644 index 000000000..1f4861516 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_White2_Shadow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43ee097554b04e60b4038ae1f13b8c040da6a3e9c82f1798b04b4d7bfb1a7d7 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png new file mode 100644 index 000000000..151a69fbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922bf57028c0e04f88d4201ea65ac29fee91d1a52256550f6704291633e0155f +size 8832 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png.meta new file mode 100644 index 000000000..eee4eb5d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame03_f.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebcdaa0bd96e4977089ee49b56248da4178950f9950f5029a1fce6e8a6d20a6 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png new file mode 100644 index 000000000..27a41c351 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018b7da7978b4fac6b12c5b92d9a8f305e5210aed653b85234c224bd8bebe921 +size 5305 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png.meta new file mode 100644 index 000000000..f65f8931f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_d.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a3c2ff7acbb6a2368eaca657e3f41f1c24384dfd33853b1622a3a1e8da8222 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png new file mode 100644 index 000000000..ad2c86372 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712c5f16f8d37a5008a638374c9ee8e39c64b66052810d6114e31f74e5a22445 +size 5276 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png.meta new file mode 100644 index 000000000..33edaef73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_Single_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd16d96e0a190e9369d406c3ec5f97d2b745d4337a5bb114e806bc06975b629d +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png new file mode 100644 index 000000000..aa341df48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae0fb961bd134a9b4cbaa3479801d37614d620f5e46a0a45529f214be5424fb +size 1713 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png.meta new file mode 100644 index 000000000..6296e78e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d9006b0c30722218d3dfb8994282e69041ae46b717d703c9ccae288474cc34 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png new file mode 100644 index 000000000..91fe9f1ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b8135fc413cfdf810ce67cbe23fbca991cbddf747166fa1065ec00612f18ba +size 267 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png.meta new file mode 100644 index 000000000..0bcc55925 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame04_White2_Inner.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92e11e4e2bce9c175eb09c944ef311395ef85b250a66845fdf3342045082823 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png new file mode 100644 index 000000000..619819c3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abf013da4dd96429874f58f8563ff7a71b0e00b8a736aceb2312c1835431e0a +size 11968 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png.meta new file mode 100644 index 000000000..0bcae292e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_Single_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60669d2005212f5101cdf64a3d07949132bea900116e8d7f7835cb9ce4fbed47 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png new file mode 100644 index 000000000..50503bc6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357a5b29a0d6a54ce168a81c9c309fe39f02070516fae1add8df7320fa05c832 +size 502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png.meta new file mode 100644 index 000000000..9d5df7144 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef39fbf281fe60e5206c2498e64720cf3e417aa51f7a8c1a39b9f9940a054959 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png new file mode 100644 index 000000000..33b14a1d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f255a26720c415999a34a664fff313d7062df064de489b9a20732de2122bdbc4 +size 4328 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png.meta new file mode 100644 index 000000000..854760f81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_White3_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b6d9335d7725c9d45a5b8e8b7cbecec3156686ca832c690a942c92556feb88 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png new file mode 100644 index 000000000..3783f7358 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf78a6317c0850a602b7f2c0a8142d3389a30a80a1e34d61de807e35c02c586c +size 4263 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png.meta new file mode 100644 index 000000000..3bf31f91a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_d.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7228de621689699c6734bae717679de6e0d46b187b890f0f36333485f2643c3 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png new file mode 100644 index 000000000..8ff18783e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d3dc59a43e39329c01312d8bab24cd71ff35eb4c109f1ca647bb6d261acc11 +size 1588 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png.meta new file mode 100644 index 000000000..b7a5cf934 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame05_white2_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2ff2135e93bf73a5a42e95083269aa7bda33a97530fdcc719e30aac6863574 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png new file mode 100644 index 000000000..1ef30d572 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c82526a3b538673a44cc6a5736abe2d99e6faacba408e4bd94a39a24002cfe +size 7985 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png.meta new file mode 100644 index 000000000..70514c107 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ee1a2a3aa2da0584f185c488d38379a6455b0b15d322855a04326d1a6d0668 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png new file mode 100644 index 000000000..b0a500908 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab39c7dccbf96ad8a6034f99ee8893e90681be9287667e132634f87f4523614 +size 4887 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png.meta new file mode 100644 index 000000000..167ec9745 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef78c177dc9adf9086c8106ccca6c68eae624e548ae8a470d2cd779f9868ed3 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png new file mode 100644 index 000000000..25687bb9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba59c38b35811301405f137aab03a8dd7ac0528012f995b34afab3065adb006 +size 7910 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png.meta new file mode 100644 index 000000000..8689c8e02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame06_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a249393ad4faa211e285519c753f2240313060617a1605afc8e481728050b90 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png new file mode 100644 index 000000000..d7e6daa16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bd1cc200f933928131d0f490d4af2b7ea7f2366a4d297c0a1c009e100a9048 +size 5361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png.meta new file mode 100644 index 000000000..405c1bea8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b4fd0949a0c0c8c94d9840c706f65f1b2e9799a8556728c27abd92f57df24b +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png new file mode 100644 index 000000000..7adbce0cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54223e0e1cdd0f0d03125ac4b26787412cfccea1e941d759b4042869f1a68500 +size 1515 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png.meta new file mode 100644 index 000000000..180c8650d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_White2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4b2836ff1414bced0b1d062653a482b260a5b815ae01f8264ded1bc8bffe19 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png new file mode 100644 index 000000000..c6d21640f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c1a77ab9f85a1ebfcf9934031a1694426e122f1927bfb06a069a2658ca8f43 +size 9351 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png.meta new file mode 100644 index 000000000..8e078ac4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_f_single.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a50ee830b012985f2cd3e1af02d2360b017ce952e7f18c9f9d41ad18373b4c3 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png new file mode 100644 index 000000000..efe63558f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0ac92464add42a7b13ed692530b7ff6abf7b653ef2f510f088eb057792d9b0 +size 917 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png.meta new file mode 100644 index 000000000..59b8621df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ItemFrame07_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a47ea6c68bd4c9720e0cf8d108ff0c5e4ff1c0ef9c3d04111847d72c7d72525 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png new file mode 100644 index 000000000..c93994f5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cac887cbaf28a86400a0cf8d4ae7861f43960f1399e4e8c279221881d6583f +size 1545 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png.meta new file mode 100644 index 000000000..0ff7ec501 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88077eeb9ec2cb4dbddb17eddfa477522613ee2d7cb341978b4956c3ff3b0d7c +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png new file mode 100644 index 000000000..205d04b14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c974d0f9b42c318b32341a345d6257d6d9510a54cd19c86f20bd6bffe5d9faa7 +size 2945 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png.meta new file mode 100644 index 000000000..d23605e22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa0ee7a0e85a8ae6931cb874ae2954bbad66d74ce3c05b144535554955be539 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png new file mode 100644 index 000000000..cb552e5ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bafc09cfa87d533dd3c4d682cc3cf3f6b2552495ba4c9853aad3277a3436b2 +size 1820 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png.meta new file mode 100644 index 000000000..55ebde022 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame01_Bg_Left_Mask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cef747c12dbcb333e015f7465224eae591187af67e5c90ea5e979a46ef9999b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png new file mode 100644 index 000000000..ee3b23728 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c1bff85893ab0dca383a81682cda0d328050aa5eaed165cca4abb571764c6d +size 6434 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png.meta new file mode 100644 index 000000000..f78514e86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7057a2bdea2307560d0f11c2cf40519babb853d56350cd243a76c47583033fc +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png new file mode 100644 index 000000000..2d0fbbdf7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767ed8acd3f2174f33122940f6aab7a16f71a0ba0d436e8dfeebe8837a32cdab +size 1205 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png.meta new file mode 100644 index 000000000..9b8723fa0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e9d2bbac2b3f521ca0e9501f221a473630b7c035e3bacc9a454e3aec6ba79 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png new file mode 100644 index 000000000..8d8cbde65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a0d18ffb8b84315d2d31009effb5f98cd6989158cd5107665699bfaebcfd06 +size 2180 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png.meta new file mode 100644 index 000000000..9b885edfa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_White2_Right.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed5f37a3413f56bd82741df00d9887f1e75978b30e8d2d69952dd1869997fc9 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png new file mode 100644 index 000000000..8d793cc4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9814fcf512fd4c189502e59f1219bec7d54c71a318f5440e7d41525c8fd9486f +size 7568 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png.meta new file mode 100644 index 000000000..b46ff0027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame02_f.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab690581fc579b21b6611b458b99d77c24d5cf9d1a107a60e5802bdec08d63e8 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png new file mode 100644 index 000000000..5690ae9d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3b2e021e8c56d90dad148bb651fe2d0523598d759b9a8922a1aaa45e31a3f5 +size 5128 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png.meta new file mode 100644 index 000000000..6ae2f63d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97f36e8ba29a94e29caffb8422bccef270e4b6863a7696d03be7358cdb33c46 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png new file mode 100644 index 000000000..eda4146f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d34371a57cb2a56bcc159db2b37826848dd8c6f117ac6759d75f0b9e7cbcb8 +size 5489 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png.meta new file mode 100644 index 000000000..59e2dde81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Bg_Sky.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adbf0c43aec5944ae638a09713ab1f1b0bb217f1fd4d5bff77372c13c68cba0 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png new file mode 100644 index 000000000..ace6130f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc3108a124ec4eed30a56e62390616d4edd463a04792de153e99107a63f555 +size 4445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png.meta new file mode 100644 index 000000000..c28c504e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef56069dc94e34e668c4c9e1a3969ba85a4c624b3aeaf3f0b41515d55695516f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png new file mode 100644 index 000000000..97d019ac5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d60f0d9bece592dafc5dc2c575bcefd7437031ba96e3120bb29e5a3133712d +size 4446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png.meta new file mode 100644 index 000000000..79c1880d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_Single_Inner_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad22619a346f29d844afe7fbc1a6a7fab397fd861311bf60247bd43c7328fe62 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png new file mode 100644 index 000000000..cfde19518 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5036688dd200acfd33779b2ff75029b36a843a15dcc4a4d9389f02331afeaff7 +size 1569 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png.meta new file mode 100644 index 000000000..231ced81e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ffe50b6130b3b6e1f4dc36fbd9e75daea4e91072293266de00c319d5f42a73 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png new file mode 100644 index 000000000..43c6db519 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b29559b28f1d8aeb03c0e5691ca328228e783bf55b8171e5bb0c5c65afb57384 +size 996 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png.meta new file mode 100644 index 000000000..4df37786e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_inner.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9457f8631568cb43aebd140d78cc228ea6d1b859f32635a42b7b912376ba5222 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png new file mode 100644 index 000000000..305b2b89e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38820f4295b6df2a153158cbee9d365818b97ed4d1db91623af741e28f7629f1 +size 373 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png.meta new file mode 100644 index 000000000..ef772a7d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ListFrame03_White_left.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5025989687573cf7bd11432b25a0213eb623d1bf43ec872ba18f4c0e25b4ab60 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png new file mode 100644 index 000000000..6b824095d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683231936d220035d913c3231b167ca71693283b806efb8457b446ae0a2db69c +size 702 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png.meta new file mode 100644 index 000000000..b33ee6351 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686f6511bc99d442249c4dede61b796e7fa9f195d5f328df852e52ce8a2c8ba7 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png new file mode 100644 index 000000000..62349d5be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953a2f05f20fe8e6e71387ed6889e632a4808cbf69eb0c52c91f85b829ed1aed +size 8277 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png.meta new file mode 100644 index 000000000..9e8880965 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame01_Round_Line.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a0d268e2e5708b04bf6077d1b9d8cd65f5965ce18ce1727e0d0cc27abb8774 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png new file mode 100644 index 000000000..29d6ccbb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04052b03e15d51fa28ef407c84f4a49ced353c5a0adb73114960a1b9d6158ddf +size 7733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png.meta new file mode 100644 index 000000000..2004a2b7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e8496e184d46e177643d152752cc7bfbbf9834d35ceaeca1638137f2789006 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png new file mode 100644 index 000000000..a81521448 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537326c2a6a77eb4ce38f963e371129b6ec2f8b7756896deec7e8b6577ce08e8 +size 523 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png.meta new file mode 100644 index 000000000..d2be08dfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ada16e207b413526bdc87c41b31a9a179264537480f70668c56030b44c33f9a +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png new file mode 100644 index 000000000..8edb5208d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070fe40a2a3ddeecb83a44895aefe5aadd4837f5cd6cb16f64d3112c280bdef3 +size 2695 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png.meta new file mode 100644 index 000000000..588648847 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_InnerTop2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aceccdc096f3f616398734d48169b0eebc6d1a4bccc1b6543756f23367bbd870 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png new file mode 100644 index 000000000..ece751a3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615e734d05791349785feedeebe3cf2f8667304f439ccada49db35a35a72616c +size 919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png.meta new file mode 100644 index 000000000..d11e1a8ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame02_Round_White_bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bd95244a24fd59d60419b5b23016ef3edd22ef4b62693b22e87443dcb644bd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png new file mode 100644 index 000000000..f58cc36f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff2f964abc4fc31024a0044f5a0294c48cdd38a618c3dffba4765d8d3dac53d +size 116 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png.meta new file mode 100644 index 000000000..864a75d9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame03_Topbar.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdc790c60fc31e003d326518d8459132af6c33030ef9f2fe9304bf452edde93 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png new file mode 100644 index 000000000..ab577e981 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab8277085f78784711c05c186a6657d373a2c9149a73266fb800c99c4a71302 +size 8027 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png.meta new file mode 100644 index 000000000..4c370352f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccfbed18b89c4c4056178b729126dd0ad8766c2229af6df3efe483a05287882 +size 3476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png new file mode 100644 index 000000000..178babc53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0f04a460f1b0d27a4052dbbe355a7ea73109a185c083e2a68976ac90d0a9b0 +size 1409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png.meta new file mode 100644 index 000000000..9b4e22c9f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c590c901a0b5efad8dcedf4c84affd62a65b1ecd3157cb8a8a458d19965373 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png new file mode 100644 index 000000000..c21d9a50c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0f0da2c50f89ee6ba556ae385a6faf35dd4af22d628c2ac6b7356d5cae9865 +size 1148 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png.meta new file mode 100644 index 000000000..e2e94a53a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame04_TopbarDivided_White_InnerRight.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9417f97c2a4308d917aad81d56489e75bb4e805308e26542c2ac8e21175185 +size 3480 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png new file mode 100644 index 000000000..c8ae2d16a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ced308450a2184f58847cf19728d1fad788e3b50d2c50fa17c4cccd583eff4 +size 107 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png.meta new file mode 100644 index 000000000..2f480c003 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame05_Bottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61a9dfc44f94d360703163880015dbfbdd2347b02e0dd2c33cd5d2d4f9dca74 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png new file mode 100644 index 000000000..b0b1d5a0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd9b0d1530efa5680139085bf579db4fb0f71d339c275a97ba534055313803d +size 6799 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png.meta new file mode 100644 index 000000000..f0505dd7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/PanelFrame06_Bottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fc386a1aa511b2561106f7b40d6357723ecccaf09cbadb9ef7c7d6a1958c49 +size 4112 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png new file mode 100644 index 000000000..1f29ed9da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf41bd2615345225f768aababf8578bbcbb9f2ea812041bd5f75baa253ec7fc +size 18120 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png.meta new file mode 100644 index 000000000..d7b2ab533 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a0574920cb1eb7a2bb960177093222abaefd7f165c78e432efca286717f13a +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png new file mode 100644 index 000000000..c4b71e46c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaab4a6859740494013ee3062807d41ec28dc76839bb365105973ed1d49f123d +size 9961 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png.meta new file mode 100644 index 000000000..ff038ab52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a628501c3572c850700d24990c7af40d4a279d04a3ff6718a25a1d8c466a19 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png new file mode 100644 index 000000000..76bebd85c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7cce51614c29e01e24ecd10c6abb8016ea9186af3a382d4deabb0680526b67 +size 4955 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png.meta new file mode 100644 index 000000000..c2ca2f789 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fb23ff373e8fb557275bc03a4f7a99036dcfcbfb2847dc1f23171def4b6a35 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png new file mode 100644 index 000000000..3910b02b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8249d26c5c16076e93932f97f48d07bb34324753fec2d9b10bc15abb176ed1 +size 4627 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png.meta new file mode 100644 index 000000000..ac3e28585 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/ProfileFrame01_Inner_White2_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756cda5252a089bbbb83e1565f8058038f5879cdfec32e434a1f679cb7257366 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png new file mode 100644 index 000000000..9c275644e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f563f85aa0f8fd681e15e72a8fc9928b376bc6493f9625d6749cb5b79844efa +size 2824 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png.meta new file mode 100644 index 000000000..e620a67db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_BgMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bdae130d703da160f843771f2467305626231c945638aa65fffbe3928b9b06 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png new file mode 100644 index 000000000..067363594 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944ea26c681fa734db7726a9b365393c3a16eb9d72a06019dd423a797860f1e5 +size 9445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png.meta new file mode 100644 index 000000000..95e45a39d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame01_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b85e37e7fe13d2f946e386cd28c87c9d546036341a542794896c030e976ae7 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png new file mode 100644 index 000000000..05815cf5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d5c4d591b7e78d53e4c8a5e3e89ade9e3ae813d3a8e89c7ab2351b48131720 +size 3367 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png.meta new file mode 100644 index 000000000..aa41bd421 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_BgMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9c28480153eb623bc218d921fe24168c38f4e9681e929f275d941362cc8ecb +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png new file mode 100644 index 000000000..83eb615a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae75a0a13398d8a3a89180343d4d08d70f9b3092db907d297df4ff211e629f8 +size 11625 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png.meta new file mode 100644 index 000000000..738902059 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/SkillFrame02_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec771a154f0a7f73da193f3eb65142afbfd49b269294b2c75fa98ec15fc08c3a +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png new file mode 100644 index 000000000..24f1b34d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c9b2ff7cf035e19c44e640bfd9e1a2114b34ee652d9261c0dbcb411e40baeb +size 3671 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png.meta new file mode 100644 index 000000000..b81023e56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Line.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49a640cd733111a350b4432ddd72c8bdb8eb94aae512c4ffb32e2bbe3ae98cb +size 3451 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png new file mode 100644 index 000000000..50a953fa0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f4c43bf538c19685275e515e691fefd2da89492151a9b514d236a033a31511 +size 11404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png.meta new file mode 100644 index 000000000..9d0ee3e6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_d.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cff666dec992f5ace7fce26d96012f79e54d775df6f24441c18218a1b10ca88 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png new file mode 100644 index 000000000..7c1c3b0a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ae7271929051787d46be3c20d479a5bbeaf7664745d9bda8416147da0c4101 +size 12030 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png.meta new file mode 100644 index 000000000..58f24389d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60be5edfbdd12f53ed64df0c5568f656b28ac422bc095a8c598bf4123c39093e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png new file mode 100644 index 000000000..3484157db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d49dddf940ef8abf0220caa1a7f8a82cccb99539012d47c8b971b7454bee3b +size 11997 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png.meta new file mode 100644 index 000000000..c93d03d25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281bdc286938e7805490967ccca90fe7cc1cab3b6bf7f0e35c7e4e86891c9c61 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png new file mode 100644 index 000000000..e97ed48eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f8661cddea7fa8359a4d79bee47766e408ebaa6393ebfffcf2ef9c4d206d47 +size 23941 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png.meta new file mode 100644 index 000000000..4dac96dce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10d78b5c37b84e7c0e214e4a504d5a9aeb9608a06ce8897029913cc2e78e7f9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png new file mode 100644 index 000000000..fd7750193 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d70b9a4e935d40ae8e20a74aa4f86609758590ff71c599da4f0b4a7df9a20d +size 9825 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png.meta new file mode 100644 index 000000000..352df1cb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Bg_n_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369d3bd866c07260bd7dd1d1543dc6a7f75a2c2ac117927f3027b1827b6986c1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png new file mode 100644 index 000000000..f3d1b5272 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb62198f1490f74cfb6c8f6fddd5369b83e55bcf9a0f48d0bf5014106be267d +size 25228 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png.meta new file mode 100644 index 000000000..9f412ce82 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_Single_Focus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9ac6745e9f696b785f686514f401099d4b4daa956deb03e2eba81241f27d70 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png new file mode 100644 index 000000000..6205ef929 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c245179d65b4790a81ee124634cd4f6e93a1dd2efe78787c875f5dcf0cef31 +size 7521 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png.meta new file mode 100644 index 000000000..f676a1407 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cf256ec6d91f81eae03663371b5c9fe0fd717a114b3f00b58f796c1670b0a9 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png new file mode 100644 index 000000000..6ff4eb60f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c58f59ca98e3057da74c09f4dbee7d5de2c5f2115de127f82d03e182b17c54 +size 4044 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png.meta new file mode 100644 index 000000000..b210c473f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_BorderGradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97efe4f08419065b432968a6ad495fc1e310dba9243e436042bc55610cc59479 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png new file mode 100644 index 000000000..e6da330d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e360bf7a7b7a1dc021aab648d0e17bfde0a431c257ed36b33c771ebae8fe7dfe +size 4149 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png.meta new file mode 100644 index 000000000..163827f6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusBorder.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06db4cbbdb1a54005350d7dfd23aaa4990edc9518cca3b59f220493487440ab9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png new file mode 100644 index 000000000..000378b55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe86013235d16f75cd8654bf9a2e622e56eae68e1b0b0a236cf9e2890d82bcb2 +size 25473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png.meta new file mode 100644 index 000000000..db97cd41a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_FocusGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffda635f13787b32f56c40d32f64a06ad5dc2dc74819c169336a3839d498b88c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png new file mode 100644 index 000000000..d39b3df6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14edda89f418e34142794e0b1404dca32da1de8333160ad3074c5798921a69e +size 2508 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png.meta new file mode 100644 index 000000000..08f4b9cb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c0e34dc2afcbd53b5b7c419ac6978b62e44748740ecdd79d97172259875e0a +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png new file mode 100644 index 000000000..915906ca7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ff7b58257759a513ef063384d2d8adc64ebf4305830add26fc94fe45284109 +size 2038 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png.meta new file mode 100644 index 000000000..cdde6f90b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerBottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b15dd7531fbae5d2ca2566f6946752ed75f521694e401ac42ac81ee6a56ea5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png new file mode 100644 index 000000000..2525166ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111da3aedc9752888b813cbefae3f5b64860a76a3ff8e7bfcc8135b2db0179f6 +size 2260 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png.meta new file mode 100644 index 000000000..549f9afd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Frame/StageFrame_White_InnerGradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5700cac70df3ed9def31b8b7193e63d06435fdadc4c51fefd7e26dbd5d14c632 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc.meta new file mode 100644 index 000000000..0e66c10be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818b72ef09100b3de6ed3e3045bbaf16b8f8726f35365564397d304f01451232 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png new file mode 100644 index 000000000..6631db9e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8545000bec5acee6c4a6dc36cbcdeb60879df4d769cb0185baa989dc56f87002 +size 39694 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png.meta new file mode 100644 index 000000000..23e1ff0d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f062a8892b5b3314c9e3ddca3c60a984e5c39ece28615c08cee4b0cbcd5cc37 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png new file mode 100644 index 000000000..a6e6f6f21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231e63f17aeb39abbf96b79a4d4aefadd70a0ea3e2310f420e319c6a16376a18 +size 29400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png.meta new file mode 100644 index 000000000..9de93e7a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66482770deb254d7205b7056e7e96628baaf1a866487dc9aa939fb2b03dc1d1 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png new file mode 100644 index 000000000..7445924a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e4e0d309bbff86a42449c577d8949eaddcab3859640e22de621c4977b77b15 +size 21786 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png.meta new file mode 100644 index 000000000..435e9ffcc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue02_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c855ca64f467e7685abb3194b6e8aea08ec62df1ac6f3f35d787ef6f01fa0a +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png new file mode 100644 index 000000000..694bdc70c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0f3c7d1d739a428e86447fdf79f89327071baaa1d845a45a7f0115eb2ab3e5 +size 34696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png.meta new file mode 100644 index 000000000..e2cce7f5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a65562acfde3a2864128e1ba216ff3dc74d2b46927b9fee662cbdc6fd0cbfe +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png new file mode 100644 index 000000000..3bd4f9757 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc6fcadc46435621bfdaa27b0ee5011f64b47085a3ce50c92037ea5ea96695e +size 20687 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png.meta new file mode 100644 index 000000000..478cf07c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Blue03_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e5b2daab5a82337efcdf02ee193a9c9c1e53bb5fd1abdf2cd2cbacc196aada +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png new file mode 100644 index 000000000..b00221f5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152ee355db72d427c872e5bbb28eaaa545046714d520036ad6ea6d1f02af3850 +size 47220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png.meta new file mode 100644 index 000000000..aea684ee8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ece18e8b212a43f6b965677d582cd86f5c4913c56b2eaee265898c52559e2b2 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png new file mode 100644 index 000000000..c74faf02d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c759db1800216f33dfad64800d9875b7e20c70d1a1e89702e08c6cf1b8ca16e1 +size 37048 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png.meta new file mode 100644 index 000000000..2ce8dc4a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649d693a754b25173702518def7db7b6c422c13eab15b42dfb644cf651e09d8b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png new file mode 100644 index 000000000..08dc2486b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d95fb546bbc49df23e5cf709a7f283c4057b6c381b3dc7b4cd339f1a9054a4 +size 82125 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png.meta new file mode 100644 index 000000000..9d3a4eb72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ChestIcon_Gold01_xl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77ffb9bff0b82ccd36cbb5d33bf001c6cdd06524744c656b849407050dc8bb6 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png new file mode 100644 index 000000000..6cf785aca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47306d16ffc0daafb194a358e553f2fdf55089c783b0f5bcb78265663f85071 +size 33121 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png.meta new file mode 100644 index 000000000..ca5a691c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a681880c502098da5e3d00e6855ea31aaa60ffc4e58bef603f1fde4aa3777c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png new file mode 100644 index 000000000..4e1efeaca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af71174928a38c6a9ab231905bd81d3147098398b2f448d9e0cbf0e02b79699 +size 15331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png.meta new file mode 100644 index 000000000..e9eb8098d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_AdRemove_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d1c48d2347aabaeeb44c7235f54f8c362e56c9577e5322ee907644b226b686 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png new file mode 100644 index 000000000..ca43ee5d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a74951f101e6a85ba1d7740030be721bb61ade8c864b9c03827fc52759160de +size 3888 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png.meta new file mode 100644 index 000000000..76d9124a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f52c8506924866fea1b696ee098c9ad06385a47a248ac25126393234f9715e +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png new file mode 100644 index 000000000..fcecc97f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061d6f1dcbbe7c6f2a3caaee448905d51fb127b578fb72ca02be3d26ae6edb9d +size 3610 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png.meta new file mode 100644 index 000000000..6544cc4b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_00_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5e2649c43aa32a4bc5ff29d3c42939be4de262537b2fdb9f1349782d1c528a +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png new file mode 100644 index 000000000..3ac1d8b09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3988ea7940bbf9640b63a16d00b2971130f986277591f2e80834c6dfeb73c1 +size 26963 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png.meta new file mode 100644 index 000000000..14138faca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330d542903accff09118ee04705f3c43960ad4f9a9502406fa67c19dd5887e70 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png new file mode 100644 index 000000000..ba53b6ad3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8484bf658b30ba77ffb01b84542cec77013c2acf140a706443622587685145ff +size 18721 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png.meta new file mode 100644 index 000000000..246917fd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ad_01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ef13656fdfbb8eae620ab636aef40b755bc7cab724fc0d82e5baf4150d84fb +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png new file mode 100644 index 000000000..ab805093a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f590b0d949d19171718e33dbf096e0a48cade5c11af826553f271fc21ea9ce +size 6955 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png.meta new file mode 100644 index 000000000..9fed54c79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4888da01a8165b96fc14d14dedb71e56d78073874fe6cc791b20130494895c98 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png new file mode 100644 index 000000000..6a34c3b19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d376a869a1a7b75af278a3c80cae077b17d72c07577706644544a1c7589bd598 +size 12814 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png.meta new file mode 100644 index 000000000..a3eac7447 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Best.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4e5db984ae38a9edca10b5c0b42e96649e89aa0cbcffda35b60dcf4b6cf534 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png new file mode 100644 index 000000000..3421d85ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146d5e6222f8b270519dde431538e0d81f83cf588c6585d99ec2b9fc77cf9018 +size 15118 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png.meta new file mode 100644 index 000000000..b9261f9be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Badge_Popular.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94de0624675baa2b065453359513776a739603740ea8159e49e4680b38fa1369 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png new file mode 100644 index 000000000..c4c794a97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f254095bd4765cfdf16cbd653501bb62eeb8525916bfef176920e45353489435 +size 4634 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png.meta new file mode 100644 index 000000000..baef317aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Chat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd80b17517000ffbd1656ec229df4720a1f76678b4e1a9c4ce701453c7c1db2d +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png new file mode 100644 index 000000000..6ebe471c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9395faf7c3173613390590508c3c966450ab3d94ce9a3ef6cc88d9c08170f341 +size 10152 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png.meta new file mode 100644 index 000000000..b011fc73d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Clan.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2729f11dde177b293d0fd6cfd16428560fecbd6e39c0b9e717c0079dccdf6259 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png new file mode 100644 index 000000000..02ad76e52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e5e37efb00c9ff6e9da78483e7c42903cfc16c2bf52fbd3da94f6b0abb623c +size 54182 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png.meta new file mode 100644 index 000000000..38b0aa7ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb13bc7f67e944b81916f353130435767fc7dfc51642e2b4742a36e906d54ef6 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png new file mode 100644 index 000000000..9ab7ea2a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742ead0160addcd8eef6220fcb6616b57062de800c3b5d041deccc092e943ab6 +size 33414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png.meta new file mode 100644 index 000000000..c2f059c0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_ClearStamp_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e27f7f40533acf9133487951afd75cf0cc3d3f05390f2e857658f0a31df2d3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png new file mode 100644 index 000000000..2f8bceda5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4b31ea7a9a63addc421fedde1d28d85584ce023ebe4a37abc390e2c3d9d4ae +size 9878 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png.meta new file mode 100644 index 000000000..1010f0ea3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc510e6ace6f10a8503c0c3697882cf9ddf9cb7c28ee4cc2ae3727fd1d96cdd +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png new file mode 100644 index 000000000..9cdcd8f74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07021fe5dc67e51b56aa1dcdf8170d5755ff48228b946337c54d43199bebe86a +size 10077 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png.meta new file mode 100644 index 000000000..887fd883f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_l_d.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904f8aa11283147b8f24cdaffae552bf2481ed37a6c3da9cb94e01b52605fee2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png new file mode 100644 index 000000000..28b0e12a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88395fc49883fb756b6fc70ef00f2095040208a9f4b019c2e0ee15ced7379b79 +size 7459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png.meta new file mode 100644 index 000000000..eed519ee9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3210b3186d1b88049cf16b12bd5ec875568eada7b8200648a6929ba981f812 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png new file mode 100644 index 000000000..63fd75809 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c35ae7808c839f1151ae571684b1bbf1d1ebd0b01f22e592b145c214568ca5 +size 9453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png.meta new file mode 100644 index 000000000..4f01ee779 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Coin02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b58195e2050d7ec33a009ce1f9d9a907bcba10443b4eef8b9ff211e1bd767e +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png new file mode 100644 index 000000000..0d151a928 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a473b4da86c386990b84c7ead195e38862e82738651670d9aebc0614cf04475 +size 10626 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png.meta new file mode 100644 index 000000000..2bbc1a117 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Gold.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea527243e14ea0bb394c71b9bbad72025133bc7283d8810ed36eb86bf89be2c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png new file mode 100644 index 000000000..deb2641a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25e139563a1186fe5e3d9bc53f1466b665ebab3056f86c68b07c4632ac31b0c +size 13314 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png.meta new file mode 100644 index 000000000..de860ba07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Crown_Silver.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f429c5bd119321934b59ac0b90a8f637a9f3c1b4f0033dee3242f5a1f71afb9c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png new file mode 100644 index 000000000..9a0107f02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4419fc7f8fb68f5842041980adafe6c9d4706d9937759ce3ee046394b60cc2b +size 6333 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png.meta new file mode 100644 index 000000000..8b73b9cf6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Emoji.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d7d25ee4d1f1f32342a1fc7c52d9f46b79dd6da3659c95a1931526d4547e1a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png new file mode 100644 index 000000000..946c51220 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35235b744edbe2de149cd087ea13e81a526589108d1d8573b6368a8d3c130b7 +size 6888 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png.meta new file mode 100644 index 000000000..4be2b65d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Energy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb429f5aac50d8f0f2c6b374bdd5234948ceb7d6b3751b1ef2e3e10964198f42 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png new file mode 100644 index 000000000..8114f9f46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71489e8f7fdffa5596ea2c77ae564f1b588b5a0f1fc770477c9b7c0506c0c39f +size 6041 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png.meta new file mode 100644 index 000000000..a44a2073b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Facebook.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555b714dbef12f02dd79fa60469cfc54dc2d922825ebbd3c5b29904d902818c5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png new file mode 100644 index 000000000..ddba50546 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1c9182a73f4a6ccfecc561ffacbe6c3dbcbf8151f832db41c098aa1c6258d9 +size 8317 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png.meta new file mode 100644 index 000000000..15da89dc1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210f140b036d125c2ce825959ac6683336ad80a0998d06e53a7e05d16c0755ff +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png new file mode 100644 index 000000000..45c22ba90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b13cb1406f51d8faf6699d4b8f97db2e0481bd6311ea275c7760c3075d534a +size 4542 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png.meta new file mode 100644 index 000000000..63686b5d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecee6b99be50831f68750ef0c9ca4c9072f1a7e52dcbd7aa9f8ae5c53e33ee84 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png new file mode 100644 index 000000000..978a3999d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3af73fb051526145dcecf4e03d075d4406ad81f6a51296fc404e772b9c4cdb +size 6905 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png.meta new file mode 100644 index 000000000..86b9bba22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24e6fc897fb54b69594403298b953e3008bf1b2fb876fb8fab8eed5e5c1da07 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png new file mode 100644 index 000000000..bfc81778e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e72eff651c0e116f287ae9077f99582327007308f9c7522db7f140b6b15ead +size 7784 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png.meta new file mode 100644 index 000000000..cc48fc119 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gem02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5e5d7df97f68d7f671b204ffcc84aa7e8997f9e372924105bd655e5b521bf7 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png new file mode 100644 index 000000000..324a011bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a2933954ef2786300088acee14c689a7336c64e96595969608e222c9e31ab9 +size 14533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png.meta new file mode 100644 index 000000000..3403afd55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GemGold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b9e15586804f4e7713d49d095e6521506065a2bc156f6b058cee93e12063fd +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png new file mode 100644 index 000000000..b7396ec8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b51f45f4c58bc6cccf80cfcf78eb8fdbc196667d3c0117a72ffb8955d333835 +size 8177 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png.meta new file mode 100644 index 000000000..9469ed701 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb3cd89c075df924390f0685a9f72e398656f036e2222c3ea6cabf7dd6f0935 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png new file mode 100644 index 000000000..574ce83f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4a42bf8175af9e76941b634a56d7bb4e3310772bc5f052f4cb5a5834d9ecc5 +size 7346 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png.meta new file mode 100644 index 000000000..62960c33b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Gift_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b81a228b9e3ed64d74f74815aaa62a103ae0295119ba55cf4c4ac3822b20e2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png new file mode 100644 index 000000000..426623b73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d71227b4e687e84abd472f242025b79a41ace89c9239185d718b3797b3be24 +size 12666 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png.meta new file mode 100644 index 000000000..51810fd15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Glove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff238797fb0e66edef9f667a0b2f2a38f6640888e3edc61155f6acde9ced9701 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png new file mode 100644 index 000000000..b19396c78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20edadec8f0eee35f846abfcbc677518f8ee8b15821f3a1de478f037de085811 +size 25365 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png.meta new file mode 100644 index 000000000..79c81e4f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_GoldPouch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf3c2e548bfddbf1352362841883dd91a0540a738036ff569498e5a45dd97f5 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png new file mode 100644 index 000000000..69f717549 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01df6d43a0bacac184103eaf2d8bedceeef3d4303aa44185a21f1e168f3cb5b5 +size 6354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png.meta new file mode 100644 index 000000000..a5bbcb4b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Info.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae1e5b45ebb051f044169050abcfede84efde95671d878dabf183c4ad76d750 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png new file mode 100644 index 000000000..62b7f7590 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1add591f0d2478876ae76541876791b0d35f94a26220c558d88a5abad970ce2 +size 15242 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png.meta new file mode 100644 index 000000000..c9ec0ec00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Knife_Battle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8210090c938c802434a94834c6cb5f7f345307da10a488f05ee25cc0cb5c050 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png new file mode 100644 index 000000000..b83301354 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd242cf04a820e8cf262e05839f1dcc70aac2734cdbf2f990b4815882e807e2b +size 26543 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png.meta new file mode 100644 index 000000000..bae513c03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c5532efa37518f5e8fb7b92c16ad0dbc14458b12828b2adb0c602695e47714 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png new file mode 100644 index 000000000..f622d79c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6d27dd55104266f832eb7fcc1046076e998e5c5cc259f58e2a1b15b0e2f18c +size 22550 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png.meta new file mode 100644 index 000000000..bcb639186 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_LevelFrame2_Highlight.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5c950491082c8413e13ebb233e8a6eb4c5648eeb926d66c25b51b2c5d1ed35 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png new file mode 100644 index 000000000..9b7ba2905 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebe9a59ba6e1474e770830119cde2e7868d66466fa14e4e006f06c093415f9a +size 9383 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png.meta new file mode 100644 index 000000000..06bd02a4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd8e66492edc372a24350817ac780a917c79e599da69b92cba4819a642fff9f +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png new file mode 100644 index 000000000..452579817 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547e5ecfe438026c1ee793e8070bbcf078dc09acf1aae3aee3c4eba5cf394c1d +size 6649 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png.meta new file mode 100644 index 000000000..ca99ab099 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d1dff1e05b3cf9fa98751f15dc35ffcd5d2727b6425cc5c877d1251326f57d +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png new file mode 100644 index 000000000..6baaa850c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b8996c287363ac0615bb5fb0ec69a1c8dbe83ee26a7033b4bcf2fd8b353d86 +size 6300 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png.meta new file mode 100644 index 000000000..08d088ebf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136a70af001b0ede51f9f66f18ea4e6edbc8c5f6537e4c9b7fd650eadeb47671 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png new file mode 100644 index 000000000..4321e67bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c93d8571d195949dc01f24c3db325f37345816ae86259f9c1869009bf06126 +size 6360 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png.meta new file mode 100644 index 000000000..73921e8e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_Lock_btn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f23fa77719d26505b9a90ecc40dd052745b7e0c2373e172afe8d85f08f58a77 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png new file mode 100644 index 000000000..6801a03c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f351a525f93cd01542693b2fa79a76b452de35041413e1bcc45ff9d3258210d +size 6569 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png.meta new file mode 100644 index 000000000..feda66f58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Lock02_btn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a80d0fe1b6bd5bdfa01af3c84e3928882d90ec3c6747b5100803ac51082022 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png new file mode 100644 index 000000000..a689192ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0a81ae9a59745787c1685f710b10c23facdeecf0d3467e596d79d9d4687677 +size 16414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png.meta new file mode 100644 index 000000000..bd6aa2685 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5614ddc44f027f2aa630401a36e875ba40bc79d4176dddcaf9b7c88d3436a02 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png new file mode 100644 index 000000000..d41c80e2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fee93c15123119c932f22856016a5962ce50d9e08060e55c68be1b7411ad0f3 +size 12386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png.meta new file mode 100644 index 000000000..7ef988e61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Map_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e8e1acb5fd7addf99911bdaa6ed8aceed1903ed2fc3ac4e468f0c2adec4921 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png new file mode 100644 index 000000000..b20d1dbb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d3adba4c388489410ad97b542d4f76e479139982526e317b3ceadeef3bf6e8 +size 9455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png.meta new file mode 100644 index 000000000..93153d1a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Bronze.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8555ebc26f046d214f04487bfe62f450d5ecaa6989747f510d23ce31aab5a2a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png new file mode 100644 index 000000000..4b78ce89e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5eaab4452296ba4bd219da1320423609d1e64e99765e32bb019df0cd3e2303 +size 11399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png.meta new file mode 100644 index 000000000..543e89ee6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3279f19f37d22305ead979a1970eb9bd5424f58f99f25e8f22e3a46a7326bf8d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png new file mode 100644 index 000000000..3ed1df87c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7121b1978fa5dc066bdb3bc5dc8068d792561060b538db2730edfac67560f254 +size 11295 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png.meta new file mode 100644 index 000000000..1e2a03908 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Medal_Silver.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be1d6532d4c3b22b6fecf00b9564f03979085966e2d1dfb03e8c6dc706a8d88 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png new file mode 100644 index 000000000..332d9f46c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89867f8f2d0340f2dddaff6f075edf65bda305102e7f00623d1bb0ea978c83c5 +size 7821 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png.meta new file mode 100644 index 000000000..80d0ea627 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Member.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1c6014f5f55bfd37ccf7ec70f61a269337a702d393860ba2556607047eb9c2 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png new file mode 100644 index 000000000..fb2092985 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737a7748668497ab0c971d96d6c66df9fa9d9e5988f10e8efbe449562a23bb9a +size 15716 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png.meta new file mode 100644 index 000000000..df808f15f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_NetworkError.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7cc0ad742ca8c1121bdebabc9b08fd600edb0e724acee8bcc3149132108f37 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png new file mode 100644 index 000000000..4bb17258f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31106847e63ef76b8e4dd1a16c032b0a0afc74768fffe994eda3594720c97d7 +size 41778 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png.meta new file mode 100644 index 000000000..f513b60bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3042e95eb3e56a5e5b16e2f11fd0f73a7b49c4343351238b5ad25bce18bd871 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png new file mode 100644 index 000000000..ffcfbca81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a263fb7ba8b63d19372a06b5a0df74ac0e9e541bcdea4816bbca9429b5fbdfab +size 18394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png.meta new file mode 100644 index 000000000..723e20c79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521c34c9f2adbaefc8e38a4fff36426a33ea6c1ce723b10a1e1a9296adf044b5 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png new file mode 100644 index 000000000..e89c9f09c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7326607f6cb40d44e90f2dbad01c2749fb6e7c5883286dd9707cb00bd706df99 +size 17541 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png.meta new file mode 100644 index 000000000..58588f698 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc6624a10fb02314c27d0bf868b1775cd7db6c88d69cad110f8e1a5ced7c6c9 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png new file mode 100644 index 000000000..0b295bb19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ca52e1f203a3ce54bc9bb011e04681c08b0301afabee73c5f7cf1597a1f4fd +size 16779 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png.meta new file mode 100644 index 000000000..ad1bba160 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Golden.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f1f4442a3cde88b2cfd1efb780735be9b2af0b2c31135e8c3e1f273b540c4a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png new file mode 100644 index 000000000..86389cc25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65631a86e473c1414058e8b14a5505c705db929a5d5a7cf2110c91e2007fc4f1 +size 16771 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png.meta new file mode 100644 index 000000000..7772b0381 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Pass_Normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c714c144e578109d4e58b49f0f6fc39041aebd441e5cbb18a07c4f96f61bf38b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png new file mode 100644 index 000000000..36f45cd39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6333a50efe6db9fd000d6d7712382790fbea9482030ff6b90733dbf296d0f0e8 +size 7308 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png.meta new file mode 100644 index 000000000..c0afbb689 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Ranking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e14a4df2e5023e832c5a1a457dd30b4c15798f346b50d84279fe19f525fbbaa +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png new file mode 100644 index 000000000..44e3d26ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20529bddee8369023993cd98647976615b0e3c1df5da8b7e5de430467954d767 +size 21403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png.meta new file mode 100644 index 000000000..101107799 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0153e7cda074e6d2bf7f9b577c4b1b7c6bc1d6abca390877af0cc7e2a28d93 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png new file mode 100644 index 000000000..132ad527a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44eab331c7549f297e395641db2b824aabce1a21e54a0a58329afc25fbf52c83 +size 16755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png.meta new file mode 100644 index 000000000..f691fb6c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b938f2e883d29305270e5d87aeae283c66092d1bf21131c29c6e42569103c1 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png new file mode 100644 index 000000000..b65b860c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18f47f237c08bcf14db6b992102b418b50d851fd9f33d5cc0fa0cdfdfb6d885 +size 12813 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png.meta new file mode 100644 index 000000000..949f621ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2578ab8f7c1e7a171f9d125f81a1583f11a1acb8c4ee206eca4735e04a081643 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png new file mode 100644 index 000000000..35b0bfb17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa85f930f560400a57c80e48246cb7b7ba9847f711447e941d4470f0d575eaf0 +size 16757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png.meta new file mode 100644 index 000000000..aff135ff7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34ff5054c727d2d6d80aadc257807eaac925605022df48fbf3498bc15c2c033 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png new file mode 100644 index 000000000..eeaf55030 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc7ee516891b68afaa38ef946087e475c5c2abf05de25ca46d8df977418cd9d +size 12468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png.meta new file mode 100644 index 000000000..dea8c950d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Star02_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfaeab0c459c83a36947461e9ec86cc989cee94731207ad0014d6a367bad0b0 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png new file mode 100644 index 000000000..446e8b4f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b6de0f777067b46d03c9250b9d37d5a322ef5be8c38ac7740057128adb0abc +size 4993 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png.meta new file mode 100644 index 000000000..9859b39fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_Off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d96f5f06099e1d0460c670c6b652fc6d343474340f2517f35e9217dfb6ed74 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png new file mode 100644 index 000000000..ac7193d44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173e2a0504251628bda279d47c8e350e707004c2f41492238748a7522def6304 +size 5853 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png.meta new file mode 100644 index 000000000..2dee62de5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_l_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375d85b21950bd14fa816cd93b3120e727f1a4595194db352795615e19c23b06 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png new file mode 100644 index 000000000..01892cb81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023b8d55f0a1e01f5b12397723bf35efc6a59d9d0baa511249b444dfdc0e79e1 +size 4618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png.meta new file mode 100644 index 000000000..fbfd99701 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_Off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303dff603442ef56b6939e2bdb7f4e155a7609138d480a2a4a75f5b82e282aa5 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png new file mode 100644 index 000000000..6ce684995 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65370f09dd96dfe6d172cb323bb49a6394b19799872abf8d2327a609a36a84ba +size 5121 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png.meta new file mode 100644 index 000000000..8abc15d0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_StarGrade_s_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb585c1d15584e9354030ac2852fdfe333951ebfb7f98450bc1c7f518f8491d8 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png new file mode 100644 index 000000000..2e79ec771 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b797c23852b78a40da7af956556ecbadb0f01cefc637decb589a910a7ef64c5a +size 5878 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png.meta new file mode 100644 index 000000000..8924aa90a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_S.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7c90968b97fcef9dd34f89672da61e6bb2ea7cdf30c66ecef735c980cf2b74 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png new file mode 100644 index 000000000..20b26d482 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfaf9bf0c77cd530f7272652870bb66f81bd6c95f43f7738949ddb05fed4883 +size 10250 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png.meta new file mode 100644 index 000000000..e2ef94861 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea1c237e3ec04582b5b881de218144a2025b59b50a27b4718d6f1c873df43ed +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png new file mode 100644 index 000000000..bb7900866 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580605d73e0e6b303835e87e4882329129ff6dcba58fb417367bfba8bc84aefb +size 7823 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png.meta new file mode 100644 index 000000000..9b9672146 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Trophy_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5f324e282a3ae92f89e6c14ea9011fef7b222ac55bf4bb28d86be73ce1e1cc +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png new file mode 100644 index 000000000..abe48adbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3386fb4842f8f9d80f30faab774203176ec1eab3d17e84ab60dfa0dd6e8013fa +size 78515 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png.meta new file mode 100644 index 000000000..10b1f86fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_Hand.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f31a9ef4f7b4949abddcc1211e9eab055012305e701f13b47a0470b6c22a6cd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png new file mode 100644 index 000000000..ff9b61e75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb45f61d2d26f3f2d4736751476ebcad8b2f4a5f4077c25dab94e7cddc64f376 +size 60970 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png.meta new file mode 100644 index 000000000..36fc91ae7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_Tutorial_LineCircle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec21310e711cf7ee9dbdfe75305271cc7120b1f1fc644e7d2da61f94390a7698 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png new file mode 100644 index 000000000..3b253d2ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53facb61912604d28b38794b807caa782ede435db58cbf7f21e533d34b855d1a +size 7555 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png.meta new file mode 100644 index 000000000..f3b279ae4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_UserThumbnail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be33d1497ab1e5690fefe4c74d4a14071ab0a9c4509b710c0ec59a1ab4a70367 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png new file mode 100644 index 000000000..6a7dcb222 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445efd3aff4500497a33b82dc76ca9bbdfe38a783a9309a5cabd2d11de26c447 +size 7998 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png.meta new file mode 100644 index 000000000..2a59223ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ImageIcon_lock_00.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d917daa4373a34b55923e5feb5464da613dece6f49174370440b264709ce66 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png new file mode 100644 index 000000000..5cb1a1bbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2afb39961768ff067c9b02b220e554cd5fe5bcfb2df17e127ae19984b918f44 +size 1613 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png.meta new file mode 100644 index 000000000..e2d979620 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2fefb680aa35cc45739d171be8b98c7436d67eff02467c30acaccdd9241a53 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png new file mode 100644 index 000000000..c9659ba4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00717d0723278c1452358ca976ae255e794786e11785e66319067e3110191b5f +size 1435 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png.meta new file mode 100644 index 000000000..44ed388cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_List_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d121c21ba9e6599c439b73c1d6a92d5ebc32926ba9993379cbc0a8cb88fa3156 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png new file mode 100644 index 000000000..5f7bb1cea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008cd24983b5acd34e5fd7bc663c18702d1c239b1fbb33471d7a278fdf841e3b +size 1223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png.meta new file mode 100644 index 000000000..d1710bb0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84813dd8e6b9b40cb68c54ccda07aa80f6df615e2e43f6f021f6bd120bc0528 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png new file mode 100644 index 000000000..4dcc35dc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4687bb3640572020b899db45a02f96588ae9ef507c5a6a7dd7bdebfc36e2cdc +size 1004 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png.meta new file mode 100644 index 000000000..f731b0188 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon01_Menu_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9045aa9285bb98f909055e4bfe410a4211a3883e95a92637ebbd8940ba2b78e +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png new file mode 100644 index 000000000..04c9a2296 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d009a996bdd9a40fe533bc5fdf9cc36ef9e3bf890b44b8223f29a058a2fb6b6f +size 11304 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png.meta new file mode 100644 index 000000000..db0064443 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Cards.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171dd8a6c7da8867fd6d7adc0694fac15bbad7a383e767c4e5833733481a4d33 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png new file mode 100644 index 000000000..b83b9ff25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3774fec25fe095ff2c183437f1fe9f335a250759a3873f55e59d4d7d0fb001d9 +size 12911 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png.meta new file mode 100644 index 000000000..7dc58b11a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_d.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912ce07f9c53511bbf8090014b1bdd44d3e3e42957d5ccfbcd23d7277f12f9f8 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png new file mode 100644 index 000000000..de0bf5dcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0998350b74fb8b1f8b1c081804dfe2abb03e954f532bc8e91be5c6c993288b46 +size 14147 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png.meta new file mode 100644 index 000000000..26bdff9d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Clan_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db46233cd809e68dc577da0e9526835efc213ef4f0c6aee71fe89047d43a0a4b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png new file mode 100644 index 000000000..bc80b5dee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1961b44c54e393a042924d9d329604a23028fc6c0294f29053e7b999ea9bb009 +size 9818 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png.meta new file mode 100644 index 000000000..e51351d62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Inventory.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415ef85705e301d9fc0b3328f9f4c821d41cad60e166c114eae9c22854ee2118 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png new file mode 100644 index 000000000..789e4d00a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9126f5f095fb71f425ac7aa1e3320d6ef2b0b3d29b23810b9e3db928dfaca73b +size 7524 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png.meta new file mode 100644 index 000000000..808265dfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon02_Shop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebea2d9489c61e217a164a14137fbe7427ea0da971cac21d66ac7891bb09ed98 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png new file mode 100644 index 000000000..91c5b6ab5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be37652bf04d5eae9a8879bf08b67650e8b44e9b29934c48fa11c9411463ab06 +size 7695 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png.meta new file mode 100644 index 000000000..1c64c520b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0356a915cc7a1d4c2e91853767d714f7a8d4eba35ac992c0af4a241c43634818 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png new file mode 100644 index 000000000..362ee0cb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb4c0586f7be2b939db4226cb3ed0b7f90bca85b8a94eea1a390bcbb14ae4f8 +size 6815 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png.meta new file mode 100644 index 000000000..f9dad5aa6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Ornament_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7892b44fbbdb9951e1509d7e61c08bcad4e8910583eb0c6c0c6050e7cafcbb87 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png new file mode 100644 index 000000000..e6069f281 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf3a9122bda137673a6b044a23d436dbc32dca4099edcce7cb4e09d4ef76bf0 +size 5730 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png.meta new file mode 100644 index 000000000..854c6ee30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9196b2f56fb96c6ef8fffe3ce28d46aef4a4b62401a8171c85b6e8c3f7b4a7da +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png new file mode 100644 index 000000000..598bbde96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f40ab692f81f28a474fe7e51b1a1189c16a3bbc61ceab1536d4f2071bf247c +size 5357 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png.meta new file mode 100644 index 000000000..efcc0266c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shield_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8433c98fbfe2f2a3c755089cded2e82d029e512273a1c4798b75a74395d3e56 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png new file mode 100644 index 000000000..5b8d73336 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3378fb0b1677f9b8b39ec8258bc618b0812e061e89087f940885112745e4fe +size 6223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png.meta new file mode 100644 index 000000000..08f6d71ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9179e46cca084e3faf81de5f1a8a8a64044f801550f7a0d9e3eca3f1105fa771 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png new file mode 100644 index 000000000..73b8a0235 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb46205a48161a1b6300fa41eed55a07ff6ca454faf5533bb46063912319b9f4 +size 5650 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png.meta new file mode 100644 index 000000000..05a295666 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Shoes_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5937cd8c71e7a9ba171d9e5323e064cdc83743e6a910e218f8157195c4d7d46 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png new file mode 100644 index 000000000..3b0fd5d3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13672e727d0086f657425fa1af0058ab00bb11661120ed4e6ceb910b32007abd +size 6158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png.meta new file mode 100644 index 000000000..1eb2637c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_n.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef8cc07df45cea9bf909d42837550627f166a7bd206b4f5365f64a078dadc60 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png new file mode 100644 index 000000000..546e28b5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f9f6599509de150e1f015a553416173c26a4fe91e79b808d8cf707a7b13d20 +size 5465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png.meta new file mode 100644 index 000000000..0a90528c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon03_Weapon_s.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0454d9a189d7a2b3c0e0d98e5ad08de97d6eb84e568e6710577ba9e139d448a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png new file mode 100644 index 000000000..4a36777a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f92b467865b66ddd4fd7c4cc8a3f8b300646ca843a205c18599c510ea711c8d +size 8879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png.meta new file mode 100644 index 000000000..eaf58efd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Friends.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dc4ca905b0a5b63720aa8b7eb4ba68e7dd7f42a8fa13a7e41b84577ca979a0 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png new file mode 100644 index 000000000..6c998bab4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f51066097a05daadec20106b8e38b0c2fcc6a2b5e3ac33d1e4067637c51191 +size 8104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png.meta new file mode 100644 index 000000000..709f10b62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Inbox.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f43b6547d328679bd5a7297576af6b35cd777ed9aa14e0b6e23325ec259a5d +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png new file mode 100644 index 000000000..96d69ed3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d914eda79824aa1796fed13152b331e909cef22b3d3a65f301ffa74d88c254d5 +size 8575 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png.meta new file mode 100644 index 000000000..d3574721b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Mission.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ae8173f163c11edd40508839ceb6f12efcf58cf55ac4ead6acd1a08d7df120 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png new file mode 100644 index 000000000..e52817a11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cd4e9f4dc24b60f58bf691b0041ac44f33e94c67b507a91fba40b7981683ce +size 10488 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png.meta new file mode 100644 index 000000000..9ad339c89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_News-.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a018542eda9e13d9972c25cec67b48534b558cfb25cb6f4587eb3b488536993 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png new file mode 100644 index 000000000..105325efe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a62a2af422c8ff81da889af86c90cc62312abd5711c230b0778814edadd7a0b +size 8222 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png.meta new file mode 100644 index 000000000..dce0d56a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Reward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd83592c632c0c68290a8a76c00f82e2874ad4a19f1f43f08adecd2c7e9ca2f1 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png new file mode 100644 index 000000000..520f14699 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d6cb75522a6862c1d7b5d7a5f377445c5cdcfdd0cf91c20c9ce0ae887886d9 +size 10989 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png.meta new file mode 100644 index 000000000..6231c5e0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_MenuIcon04_Trophy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273d13c4d9b54c245171e2de74e6c0bccf1ec913bc2f4992e569efb8f094a819 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png new file mode 100644 index 000000000..dd97db9a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c79ce36834b6c6b076c16960265b04eef6fab8a66cab1a88b713bde9a05324a +size 417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png.meta new file mode 100644 index 000000000..c56f74e30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b85351e2f2e54a75af0c2e335c0d22e41cee52ee87918873689e3d97fda98b +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png new file mode 100644 index 000000000..ac88aae48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406f442f6862c5d9e398dedc10637cc81722c27e19db2bc252b39d07b3491082 +size 3358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png.meta new file mode 100644 index 000000000..1fecaa928 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946bcfb4cf76d2a06cfe360cc74a02d4e74c87d9bb363567983f02d8adf14897 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png new file mode 100644 index 000000000..630316b88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4571e2883e3f8f217aa7d85ff04ca9bd3cb4e9a36665a20b8cc80df02f0cc86 +size 1683 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png.meta new file mode 100644 index 000000000..e7abebc83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Add02_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6aec495881014839a238cf93c1a8f96de2d7aed2c70f1ef1112321331999e33 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png new file mode 100644 index 000000000..0b892576c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6352e4e438a6063a39d08e66f08fa7ef60d4c6f3e38daea9a9ae19dab602c36 +size 5479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png.meta new file mode 100644 index 000000000..0de69f2a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Auto.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d575f73b0007e5dffc8b5869c5c6f81c2d3848fa02ced14d9a8fa86e12cd1fd5 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png new file mode 100644 index 000000000..151e25e8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250e6144344e8f7a150410a68f755ab663772e7d7cff950e9b0303027f3106c3 +size 5722 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png.meta new file mode 100644 index 000000000..701145bfe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Back.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ce6ed85c67bb6ccd2914863f33972d233c4ab9b89a9c45208bbd22caa0dc49 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png new file mode 100644 index 000000000..382606a53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bd720f24e36dc12d2e58202c16914c3dc6ddef4e5101675ba171fabb94a256 +size 4086 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png.meta new file mode 100644 index 000000000..442cdb556 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Full.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b889c8a33a1c9af4c12ec779f6e59ba2271a042f6168ac1d1adb18bf7600ead3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png new file mode 100644 index 000000000..905216766 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978d03fb60cb052a8c40e4c93f6c6c102fec86404314c4cf54c1fe6bd8d170c2 +size 4180 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png.meta new file mode 100644 index 000000000..75b6ebeb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Battery_Half.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec6bdaa622914894bb155567ff15f78bb28fc3580d68e3fb2b0ac33c498708 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png new file mode 100644 index 000000000..127bf4226 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005a5da3afc006478465ba13838ef808402b6f32bbe7c86dd3efa3136af856fb +size 4294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png.meta new file mode 100644 index 000000000..4da07cc69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Bell.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992943307bdaaecc9d56cd9304d3d956f08a1c89100bf7785de01233675c5aca +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png new file mode 100644 index 000000000..7b0254e7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61837177364039df08207eea449f3e4d26307cdf47027995fd8b11a4d8aa0663 +size 7734 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png.meta new file mode 100644 index 000000000..300289d71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_f.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb71eb348b7fab8fc7e56c0a28d67f2f73ba543ed885563597dac8c03f5e804 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png new file mode 100644 index 000000000..1a5f0f63d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b032ac7231850b7dd1f9bf614e2f2f43915d8bc7e5d286663eafca1ca28ecc +size 5855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png.meta new file mode 100644 index 000000000..b6114f3db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Boss_Stage_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb9d8c8be36fb90f51ca6e6962aafcde6c7c9f09c28bb9b423f5d5421e91880 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png new file mode 100644 index 000000000..165b7cd40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91307cf6366f8149d1f750449cd65e1c376c447b23582e15099119401dd74cf2 +size 1277 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png.meta new file mode 100644 index 000000000..10630ff1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Close.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9105917246f8fcdfb2144e2af557288225a1a7733dac695dc1ac2a0e55458d +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png new file mode 100644 index 000000000..ec178cdb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4d52ee8eea407bf484601860e3eb7fdfe05e06b03a2ef4c64d02fe67f89cc7 +size 4636 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png.meta new file mode 100644 index 000000000..4941672a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Delete.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39d6c272d7318c627a2d7eb11c758bb1676f4fd76f428d02395bf4489e5fce2 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png new file mode 100644 index 000000000..0e1fce979 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be911483d64a03e23dc5be01ce93ed5bf74f182bb46d2b6ad228dfab1899e1dc +size 4502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png.meta new file mode 100644 index 000000000..ba952182e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Down.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4764143d2b1e0dd26180f20c338bebcba0236c371ca642520976840238d56cfe +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png new file mode 100644 index 000000000..130e45ffd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d08bacc52c7f605d3e1c2dd6a3b0ffb22961a1c6c9aeeca9259926e93efd13 +size 5097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png.meta new file mode 100644 index 000000000..5909cc5eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Edit.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e14bee605474f4f9477e0b27be280258dd869748dbed9589e1ce240dc9514ba +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png new file mode 100644 index 000000000..4a48b156a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466c2dce7fad4d84f9d85a6c7f8c9930cf8c21d70f19089bf7eb1536014de319 +size 5755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png.meta new file mode 100644 index 000000000..9df6dd290 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54c363d44400f5b9860acfc47b8844e9300df7f6a3b5b9d1be4780b4f1e121e +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png new file mode 100644 index 000000000..7960ea399 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990fc112986e348c26868ada335e214985578472dadb25267e4e5a281c5bd68a +size 2117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png.meta new file mode 100644 index 000000000..5b2a8534b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Exit_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ad32c1fbf9a500e8d53241d16c73c1db67215d41175a526a743d4e7ff3f6af +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png new file mode 100644 index 000000000..ec0f26d75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6fc897aeae781f1e6ece4f331bdce9fdf7edae8df91ef4016a9c131b565d2f +size 4758 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png.meta new file mode 100644 index 000000000..e6faf4b0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Haptic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c030b36d7cdd14cc7a9c59bde40afc057a326670544e82d574325a342aa8e586 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png new file mode 100644 index 000000000..31fbb6e20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823cd01a0a12f74e9b49ef31502c835bcab105bc0f5412de4f14076c39048f55 +size 7310 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png.meta new file mode 100644 index 000000000..e8930e3d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Help.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447650edf654d5d87510e9b329c391deb229977c5df61d676947b56994c20c5f +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png new file mode 100644 index 000000000..b578fb4ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a3784f2b0121dd9632d59c78ab7e587d1566add36cae36d666c4a81176832e +size 5171 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png.meta new file mode 100644 index 000000000..f0286b4e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Home.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9838a3b4ff454ffc1bdc31767123df412b72a36aa59f6172a0d109e323224fc2 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png new file mode 100644 index 000000000..d04ab2dbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c168364c2f111535126e22b12df4224bba5eb30e4bc154321fe260281d65aca2 +size 6160 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png.meta new file mode 100644 index 000000000..88874b564 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3398f964346c32204e48f917439a172cb724d465a9c3e4712d098f2812c96f +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png new file mode 100644 index 000000000..2e13db6f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7710b6542fdd12240db5b1def0811ba9ac98b21ae92d8b0cb40b2cb4f90e6d +size 3232 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png.meta new file mode 100644 index 000000000..024f9ebf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Lock_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94bc6c0245136f0a6a80dec2a0ff836f2645771c6c4f8380e696d5116d8a9e1 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png new file mode 100644 index 000000000..45f3ffb28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1418351a52b4f499e49492acfcc5c94aa93019dc005a8026d14c4102fb6b2d +size 5031 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png.meta new file mode 100644 index 000000000..9f6aa72df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6c055e23c1a65d215220c14786acc328b2e7c533db5509a488dcce208138f6 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png new file mode 100644 index 000000000..a9310aeeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d594fdde611b32b736ad479cbdfe2624108e941a83292ce103770b4ac9f438a +size 4226 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png.meta new file mode 100644 index 000000000..03f300211 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Music_on.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469a01bb2e781bdee0976ba20c74079982b7e9c6301fa362211305a79bd9194a +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png new file mode 100644 index 000000000..9bbca8d16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4156238c30fc528c4036a8130c9107430919a217136fed0fec2ef4010f21784a +size 4873 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png.meta new file mode 100644 index 000000000..27c10e5a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30be7cb44c3a1242597444acf8e7ca3110cc6a6d2f38a8395dc770614a1c498 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png new file mode 100644 index 000000000..4a7cacd37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a056b48878c8d418ada5bec8972bb5c53560aa2070dd879b2deb3fd01011a0c2 +size 4999 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png.meta new file mode 100644 index 000000000..b4f400e2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Next02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23be7f819cc64a3ef18f86b6b98a94a094f52e658ba2435f1c8409b88608ebcb +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png new file mode 100644 index 000000000..90865b58e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e118da19266c95b935d3c24fd79acd554ade2af65c5d1af82ea7f2b98535a1 +size 919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png.meta new file mode 100644 index 000000000..cf99cbc58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Pause.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f3d70347a12c205e6270c9e496a72a29a2fff30d7c43e45481d00c4dd7e2c8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png new file mode 100644 index 000000000..4143f9a3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ac213b1b3bf6b27361dd49d2a0c31b719362a30bbb05be3908b094a61ca3d5 +size 5458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png.meta new file mode 100644 index 000000000..3809d638e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Play.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb5a0d09993f99f58b75616b61e30134e628479c3c5d25a5a4a52e6487f1d71 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png new file mode 100644 index 000000000..3f38a3efd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7f3d8c5d007da637749453037f2c0e4e6896d2708d1f26b278071cc5be4ab4 +size 4846 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png.meta new file mode 100644 index 000000000..12f08c15b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a7d211eaf369ce831b1297e67ced637f49b67e6a5c74f903b24453c93e4a7f +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png new file mode 100644 index 000000000..62c990e04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6460e5fc03ea15ca4cb92740e62a806499eb3e9bf3d9cba0816e4d40d0b7c5e +size 5108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png.meta new file mode 100644 index 000000000..365bac0ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Prev02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956a9a1c8523232cd8bc92de61fd48aa8776e30b64f055a862c245f588d364ce +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png new file mode 100644 index 000000000..03ede756f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc4a48ea1a3d7c3a1fdf7f785d3025626b26cb8343c0450d07fa863ead16795 +size 6835 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png.meta new file mode 100644 index 000000000..9b6083c33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Resume.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02df8449047ff2353e8d828f94f9ba0920e12431abf4f43251527a9c748065b +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png new file mode 100644 index 000000000..03b778b62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e85edf14335d8458512ff5278620edc31aed51bce8aa98320753c3a0f6c0487 +size 5891 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png.meta new file mode 100644 index 000000000..ea4e2c174 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Search.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cac3865d2ef3abdb98088eaebff69682bf34f0a42b86780c8117339e5c6dc7 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png new file mode 100644 index 000000000..ced19fb36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56834ea1643595be41c58b24605cb62b8b58f113e17fcaed6d3e1eabe4137f88 +size 7653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png.meta new file mode 100644 index 000000000..ab6cbda30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f50626e143543f2e906cafc7f67d0c6e57351ef5e1a7d2e9bdafb1b253bf004 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png new file mode 100644 index 000000000..26a3343b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3886626b5c2a71eb80defbc61955b5931aa9dbcddebd24b51a1f4a4c62dada5b +size 7590 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png.meta new file mode 100644 index 000000000..70fcd1be2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Setting02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0647cf26251e0a9af462a2cecad2b252b0ccfceef305fb9114f87ed978624c61 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png new file mode 100644 index 000000000..3cd57270f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ff79d1721717b014050ed9aeb1a7103b3808a4b9c3c55a95a9beb2b1d41a74 +size 5129 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png.meta new file mode 100644 index 000000000..71acc8763 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a819649a487fe43c0cb0d151defdf55dd1b5d2f4ab169f0bbecb1913a943f8e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png new file mode 100644 index 000000000..e057c7156 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3072d8caf0c0a8cb5f4c08fe851c692c118c70045c8e062fa4dd154179e663da +size 4538 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png.meta new file mode 100644 index 000000000..a93d7edbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Sound_on.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8476537f6ad1a3ae36dea43263bb4a09c4702af9b2e16f936f3338d0f2911858 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png new file mode 100644 index 000000000..973f2c3a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6865edb556a83871a07fbb39cd1478b2befd9112ba5a4d13b56956c02a86f401 +size 5602 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png.meta new file mode 100644 index 000000000..425e63809 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Time.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9f5f2da8c1c931d4339ca4dbdd5d29595f616184e89fa2fc032db03dbb79b2 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png new file mode 100644 index 000000000..3c9381aa4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fc974ca6f5d2aba7dbb337882305425f2e21409e95a59bf8202e2ee5100092 +size 5174 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png.meta new file mode 100644 index 000000000..66eea3ed0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_TimeColon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4851a2095f232b0da36f251d23c3e87c52794ff2280790300dc533f08f31a336 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png new file mode 100644 index 000000000..463c3a75f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7ea03185a7336a350c9b9e283e3b055fab49d6375b19699d11db2f92641b4f +size 6151 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png.meta new file mode 100644 index 000000000..0fff5bd1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Timer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3e6fe3b468eb06590b507dfd5aad54f3fe9a871c69538158f9341ed3236bdc +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png new file mode 100644 index 000000000..7d0689de3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d713afd15a8c3ef2341a870ff340af60351e6dbd3b0c39a51322d8741f1ecca2 +size 4625 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png.meta new file mode 100644 index 000000000..8c84bff7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_PictoIcon_Wifi.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29b646e65799e0ac763b0d5ca01324e6864926e1a1714104bc80cf58f3b982b +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png new file mode 100644 index 000000000..038ca5270 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f24b9d91ab0573940c85ef79cd6aecab1101097801544a8c8ebb765cc875ea4 +size 22528 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png.meta new file mode 100644 index 000000000..2e5989ef9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Profile_sample.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c8d308e1b6c4daec7bbc57b723773dbedb0eab013b806b3fa74d82d7af3bd5 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png new file mode 100644 index 000000000..e0e5219c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6008075bfa9b0a27ed1fa9edded5a1b05c94a5ac2ac066c477b430a5fc059d5d +size 25547 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png.meta new file mode 100644 index 000000000..7fa476959 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_ax.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089dbab9aad274a029ae95dab90c57ca579261b1f90e0c964da679a69b3742d9 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png new file mode 100644 index 000000000..23b40b705 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec4e180dc1c79ac3c9acf5c4d61ea43778d6d51a8776d61430e622f7a1371bc +size 26316 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png.meta new file mode 100644 index 000000000..426e7c228 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_book.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bb9125499a12ee52987709d5295b4ef9d5151d558b1538bd8e5d9f336dcb56 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png new file mode 100644 index 000000000..870eeff76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee7cb738bd5c2b013f8a6390ee6ae28618967497ab648822068e20578bd0b1a +size 31464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png.meta new file mode 100644 index 000000000..befc642c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_clover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce6a346e233c4440e66c10aff6b39ccab4e9934fa06db3b04fdab0fca0f4e7b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png new file mode 100644 index 000000000..6f45890f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2741cdb3f8266d03749c77e18ac316987ad0194160531adaa800eac9c8d482b +size 19581 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png.meta new file mode 100644 index 000000000..29956c162 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gem.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6819b918c3d63943d33abd76658bfdc3163b660c2a8b4c05b62b9b48830067a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png new file mode 100644 index 000000000..4956dc918 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cabd0c94c2674ffcd07c0f489759d7ec32b99f4cce8aed2dc784a6d41187ac +size 23230 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png.meta new file mode 100644 index 000000000..a05e5c6d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_glove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c116fdc3834978fbe56a12dd88d4167978b7cb25d471ae561acce7a69f9453 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png new file mode 100644 index 000000000..1fafd3962 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b65d9afba9ec9faf84b0d3d70077fabd137c5f54ee9d214c4a17c260df5a42 +size 21930 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png.meta new file mode 100644 index 000000000..a74b0e82f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee79285d1b24d74794d19eeb9f750b1dff02de2c8e610fd81d31941218941b0 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png new file mode 100644 index 000000000..728a882d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d883cbe342f80e39b7db6d99904f753ed8e420271820a5d9006fc937ca5a103 +size 22893 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png.meta new file mode 100644 index 000000000..9de0f7fdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_Reward_Pass_rune.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9ad4548f93c0d767bf743d2cf028d7a8a85d3c51fe1814ebd2fbbfdac75ce9 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png new file mode 100644 index 000000000..89913db5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53935746c14a91f020d7c5a3668e46e40c5223b88184d836da1bfb75ce5ef673 +size 4640 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png.meta new file mode 100644 index 000000000..3fd10d939 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e62cdb4d9c6c93c7dc3ba9f09f5e4763067267676be7a06921290584724d97 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png new file mode 100644 index 000000000..e017f0985 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3415cccc4482890811627216d29677d90e9ae44b44775ccbd2def68bc8478918 +size 4583 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png.meta new file mode 100644 index 000000000..ef2e000de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cb4b407680b937ac98570026fd60b463bd357ec48642ee4fe4355b0493df4c +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png new file mode 100644 index 000000000..befcd1f64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53bb254340f4142d3a1c73fdfb90b4266f9d6442c717af52f7b82ad06bbccc5 +size 4343 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png.meta new file mode 100644 index 000000000..3e127192d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a035dd7c89ebc409a51e51b1646f2e987b634ac75344f337536c258b63900600 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png new file mode 100644 index 000000000..dd88fefce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ca787f52d8567df672e612e2834b7aadd1322abc8f2737adfb596b3bd35e55 +size 4273 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png.meta new file mode 100644 index 000000000..ef31813f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_RoleIcon_04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e073e1bfeb6979ec35150e57782e05abf08f224b54bc53bdd20ad50fa022b22 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png new file mode 100644 index 000000000..ed8214787 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a272503372f956dac11d140833a278e76896a3ac2964258e75d42d6923c817a3 +size 81994 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png.meta new file mode 100644 index 000000000..6dfccd5d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_ShopIcon_GemBox.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982ab23c89997e42e56f1f5dc0829d0711e27cff291a9f9c065a030e6ef039fe +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png new file mode 100644 index 000000000..6c2792200 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8777fc32153461eb2eafbf842738295b567f0a52a1d2dd573b041653700985 +size 19925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png.meta new file mode 100644 index 000000000..242bef6a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc0a4f937b637406d14b1a6b3ade468af540949301d0143d9e4371ad3a693d3 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png new file mode 100644 index 000000000..1388b0a26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0930c2652442987726decfc65378bd6c3ebf4cdb77d364f442560915d2b251 +size 21070 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png.meta new file mode 100644 index 000000000..fd03c9751 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942fec21ce4ba484966de005ad034239333ef96bcdf477f27090a0a95d1510c2 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png new file mode 100644 index 000000000..745c16419 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8be17fd8edcd8b86ff9920ff893d9035538872b7b219e4bb351d570842aceca +size 19311 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png.meta new file mode 100644 index 000000000..a14096cf9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkilIcon_Icon3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ee1f87d98ddab0bfdf5548dce9500d127420602f16dc76c29b485bef5d317c +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png new file mode 100644 index 000000000..dae4c6506 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c4926342b74604d729d1d5c71affb0cb0337eeda04d9c34c39ba1d3f656dec +size 60661 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png.meta new file mode 100644 index 000000000..58fc07aba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_SkillIcon_Passive_Get.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b9ad23b7fbd14048a8a478a666adcf6eee23a242198eff48bc3e9715c8f772 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png new file mode 100644 index 000000000..9d6a1bd3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527cf078672475e3eee00a3f267f7837dd50d48afdbaf6d229ffb1e7d3edc121 +size 7491 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png.meta new file mode 100644 index 000000000..861de33a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Boss.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9c1fb4a9e420c6829841a96af1d51cad429c01de0107b93c1d29190e43dc35 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png new file mode 100644 index 000000000..6bcafbb33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df35d8a776d3ae554579f22b20cede26d795085be8f1afbe83480c484c45a9e +size 6760 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png.meta new file mode 100644 index 000000000..ab0b5fa04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Critical.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3214367f2c5b4f49dbe603ff045f2f8bc5422064ee2647b41e9545d03ff1a58b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png new file mode 100644 index 000000000..af73794ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a94315d98ee6de715992002c51a52d043fc86412d2269630e9b9d4775adfa +size 6866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png.meta new file mode 100644 index 000000000..9f8a7d7d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c0f4988cbb1c29d1e43740fffa9fc6c20a3b36d84edf1fe0e668ad3e37130b +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png new file mode 100644 index 000000000..778f36433 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42706cd7736b1003a70cfe77221b136d76e0097fde5efb987c15912505280780 +size 6960 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png.meta new file mode 100644 index 000000000..316535b65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a201ad913804b2a498a33c7ae77d1e4d3d8d4b391a0a908bd862825a14934bd2 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png new file mode 100644 index 000000000..3a4f5cc38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351f0c963db1f05674e3fcefc8388854b57140b8d2c52d4dc721169378e8ec4a +size 6795 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png.meta new file mode 100644 index 000000000..b9b7cda8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Defense.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3422e0aae766e0f0144e38d93b6d1847539651d319588a4578e9b410284ed6ca +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png new file mode 100644 index 000000000..0aab1f912 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46679b2ac9bf64f2e76a1bba903adbc575ed0d63052ab5b6cf7181838eae9a95 +size 5931 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png.meta new file mode 100644 index 000000000..5616d8499 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Fist.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d963ce748ebd639138422247dd575dd90cd736366ea96990d73832307f77dc6 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png new file mode 100644 index 000000000..8b3c94216 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774b82f89b9188e680bf882d86bc7543caebf9690f365322c5d9d3d78243ff87 +size 6610 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png.meta new file mode 100644 index 000000000..e56de707f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21425a4fba0024ad861be2700f5311d877a0250c369223445c8fff4fcdcf4e5 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png new file mode 100644 index 000000000..f579f2ef1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4c889b015f44048a7a8ebead6816f682189388f67a2e950ba20c0cb3ad13bf +size 7330 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png.meta new file mode 100644 index 000000000..5613e8a1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Hp02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354b93decc1d13f429f7f1e29ebdbf330904f8464f6a26991c057cbe888e60e3 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png new file mode 100644 index 000000000..1d498c7e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf5be83909ada547cd1b19dc1b9d39e4cc54bd2047d058b7c5fc45e45e1e447 +size 7135 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png.meta new file mode 100644 index 000000000..6ab2c4425 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Skeleton.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea5952ba3874a3d355a0d073e3cf1590a0557f274d23791994049f0cdd02cf2 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png new file mode 100644 index 000000000..1480757ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e7b2e551bc7ad421d09b210c7ed27576ea647a4814ba2999295d70bac3fb6d +size 6475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png.meta new file mode 100644 index 000000000..6b1bc635f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Speed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af919cc790908cac0447b32473af24ab16a9d81502e44142ef0595ea2bc6c97 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png new file mode 100644 index 000000000..c36cb3c57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a5e75d9f6a2af917798040a203b3bc2cf1f4635c043538a3061e515b405bff +size 4477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png.meta new file mode 100644 index 000000000..a547e6fca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/IconMisc/Icon_StatsIcon_Vs.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a057209ebff1e10fcdb7878ab0a0e64d5012ecc7d251b1ada52ea98dba0c2a +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan.meta new file mode 100644 index 000000000..f74e54352 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f831600ad716b5140c96e5c4a4f231b9ca1ac0ee28aca2caaa0ec1e14bf19f6e +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png new file mode 100644 index 000000000..8175350ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771cf402c0383e7b256f459abe835891acc213bf68ac32fd20fe77891591802c +size 2461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png.meta new file mode 100644 index 000000000..d1b21edc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc59a6218b0e2f716abbef9c48702098a105a77b49b9409944452774047e707 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png new file mode 100644 index 000000000..b26e13bbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ad4f4335f9c71e5ec9d457572e9653c158fa12ba9e3db8fc4b75e8cf942fc9 +size 799 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png.meta new file mode 100644 index 000000000..94b8c6993 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8f19b92d46622434fc888f36d3f8aa068160af9e966fc8cc4388f3f2d1b6b5 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png new file mode 100644 index 000000000..2243ec2e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6b7eb231be05256c82d54f463b76c8c9d705178c8df3ba0efed392e7e1253b +size 778 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png.meta new file mode 100644 index 000000000..14e6fdf1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59709319c76de6e9e14a264d4efbaea2f2f00c7d2e284d8e285a881ec09e0b28 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png new file mode 100644 index 000000000..f19b62c0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6088f23958a6ba7feb3d9b009357b36075514352965a23f9689f5fb8a6d4a5f +size 776 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png.meta new file mode 100644 index 000000000..4a0cea92b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea2dadd69c9ee6eae7ea8f584c7ee9487f407857b83b5a7149abbd6e1d70238 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png new file mode 100644 index 000000000..7370caadd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cf3a3f6f00bf49e9454596e5c0832b191477ed478b8a9c555e15a62b8e7459 +size 777 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png.meta new file mode 100644 index 000000000..33e690fe2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Large4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4418d5168b119fa12a80343d949363a27596e23961a1294276cff5b1896dc4 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png new file mode 100644 index 000000000..c970394c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965811b18c1f9e8de2b88fa4fbeebd41d0f95e6b2e149f2379de760af10aa043 +size 1443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png.meta new file mode 100644 index 000000000..2e2ff3574 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520048006296ccca745c101040966e4e19fb0a7dd82b5e81c98b7bfc0a47f741 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png new file mode 100644 index 000000000..65ee99c62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0da81f14af4e76ef00ddc4f20e43cfe4fd21ff1a7c91427ae7d8cb5cbb708e8 +size 378 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png.meta new file mode 100644 index 000000000..dcaddffbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878b06f4f42c1d39a2c18eebac97c4803ad746b6957ed1484f3bf0242876fc3b +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png new file mode 100644 index 000000000..cd43e68fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fefd704c69f6976658b08d5df7008c3292d34c200d5d2580f516b96b491005 +size 354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png.meta new file mode 100644 index 000000000..3d932f100 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee2dc37cf518160d61b0313b6dbcb3152836e111c9ce22fa66dc5074b769ee +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png new file mode 100644 index 000000000..4a43702cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e51674cadf41c7422dfe098718279038a8f5bff3b9a6c86cc636eab5a4e47f4 +size 353 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png.meta new file mode 100644 index 000000000..5db92bc36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797ef143ec89aa13aebee7ade5961b8700e8757233e2290d2f4eb0dddcdc3ba6 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png new file mode 100644 index 000000000..0b5081150 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899bdd916bc1663c2945320a460c4451309859789f7c7e40a2ed64c125df99aa +size 354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png.meta new file mode 100644 index 000000000..684ab529c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Bg_Small4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0334e733180a13b7464dd49d2967cf00bcbb52998c954b0c3c0a08844250a6 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png new file mode 100644 index 000000000..f3da3ce45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cdf6aa83b0848cd7e32e57c0d9329d6909d47a7ee12f141349f9339d09368f +size 7740 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png.meta new file mode 100644 index 000000000..9d958d6e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Large.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04595043cdf8fc476815ce83f409cf739c6e211344d1b3d0e431ac430b7b29a5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png new file mode 100644 index 000000000..42cdd700d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a108f51fd0ac81dfddaaf27823d46960b4ec91c40439da99df5a1d56f24bbd +size 6140 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png.meta new file mode 100644 index 000000000..264f049fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanFlag_Frame_Small.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351f4c4b0376c100a26420af22df589411d73bfb08eb96726bbedcdacf121e4c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png new file mode 100644 index 000000000..faea9c524 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23987943f5222ca69bc5543f6d9ac05bdbedebf13c2166f3fe710c0895602b73 +size 3383 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png.meta new file mode 100644 index 000000000..3150814c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1faf4a2582bb3f7308d77ce0a0ce1fcd795a1fa4d6ae125b03852bf5427bf72 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png new file mode 100644 index 000000000..5fc1a6f5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f68eac7ea5ec87b9516c6018e1d2ab0f234758360fbe45faf61fed394bcbb2a +size 4310 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png.meta new file mode 100644 index 000000000..837f8a3eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d05af84d2fc58408b5a124edafef6da2c17feb765c514eba2a1cb2ae2f66c6 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png new file mode 100644 index 000000000..e4a2f4579 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ec5337f5a4527d7a9cee134f9ed03c88bbb4284b28d78f9a914429b512e91e +size 4281 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png.meta new file mode 100644 index 000000000..eb31971b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7b895ec9f2cbe72f0cd06a04ad238f8ed416a8519216ac7a2605931c46b384 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png new file mode 100644 index 000000000..4929ccade --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef82b6ae786f13150288f55157c869e5b0d5e3e1a2f8b20a6f5ac7de949e8c49 +size 2205 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png.meta new file mode 100644 index 000000000..b418efaac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06238b98c2e7541c94075edbe6cd891f791bb553aa01110d84df17209c3df57 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png new file mode 100644 index 000000000..c6cdf7fe8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801c2e4023b059f55120c72782fa9ceb66d72190e3a2c6c0394e5bdd8f0e0111 +size 4831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png.meta new file mode 100644 index 000000000..a0f384e0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Large4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcbf19e0cbaae01c4e4dd6d708f433f10e586abe36ffdefab4590083f789f8c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png new file mode 100644 index 000000000..27f8d7567 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079f603a8fa9935ae6b1f1c069876e2c52c5d47771a608163e664a33fd666cec +size 1754 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png.meta new file mode 100644 index 000000000..e8d001410 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc67a8cfc8d31539db0027297e506aeda6db007f0d989a06c27e2ff0e66400c0 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png new file mode 100644 index 000000000..fbd33eb37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6b9e8038c83da5d962600b4b8e158070a08759b7eacf45b2afc190b57cfc16 +size 2163 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png.meta new file mode 100644 index 000000000..f547f75a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd80d16f3f8f933b2242e40ff6295cba19f30823d98bb24aab9fd6ce39bb474 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png new file mode 100644 index 000000000..3e420ff93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37c3d067fa33082c3cef3fd3ed183fbafd8aedd52003bd3d7db1a37bedbe100 +size 2113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png.meta new file mode 100644 index 000000000..fee7accb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb0ae5af1ef4da7edac952967507770620c5f1039204456f79a743e084d7cea +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png new file mode 100644 index 000000000..c73585c30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2edd313a2695587e555e2942107424256a2124c101fef2f80dcf786ae15bf2 +size 1155 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png.meta new file mode 100644 index 000000000..e3f9feef9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4841a97a762c5c617d1f9db425566cd942e7ba9670cf557abc4625bd0e5616 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png new file mode 100644 index 000000000..8691418e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a81b03147b79eb4be72d42b999602ed925a343d1f138ded19e82b76f89a20f +size 2386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png.meta new file mode 100644 index 000000000..b7f94f52b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Clan/ClanIcon_Symbol_Small4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe003d067ccdb3eea9a539e2b3632db02d9eef3b4a6da43cc703f6327e63bb8 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag.meta new file mode 100644 index 000000000..e8d90ba6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80eb127ad48aad10483fddfe20bf60bc771a7ad67b96a60cab228a0be335b5ce +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png new file mode 100644 index 000000000..adbc92fa9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752a3b6378e63c884e8d6c257b1f39d4ffdb03cea286fb9445b718f9bdcdc605 +size 5095 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png.meta new file mode 100644 index 000000000..a28e3d8a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Chn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2911eff56cd732145d949d196babcc9c059f5b9740ff5e8dfbe9829ef58c86c +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png new file mode 100644 index 000000000..eb7136ecd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21593abcb9b3b785597a37c3a23b758dae466bf9f07b204e82aaaba59ec0af7 +size 3824 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png.meta new file mode 100644 index 000000000..411d70e43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Deu.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7f5ce058dc4d41e648c4becd4e22d4dc7ac9f8c9950073250a67b242cef4d4 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png new file mode 100644 index 000000000..6e7b709a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108efa0293d418be545eb8474bef0bbf090294bd6aee7269769496c1fde11979 +size 6546 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png.meta new file mode 100644 index 000000000..ad71ce9f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Eng.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1e3721b08e82f92bb493f9d285cbc8e50fff8eac1085f1d6022d687659ab6a +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png new file mode 100644 index 000000000..af9aaf508 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ec83067867ff83181c29a0ff2f0b1c27017310298f57947cf4d2ef232bbc88 +size 4232 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png.meta new file mode 100644 index 000000000..564efa5d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Esp.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d2c8038b5ad129a5e8ac81dbfb4b2560395a7a082bbe4d9f1ef1d6346fc6cf +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png new file mode 100644 index 000000000..7980f5b1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc06bff5d4fe715753ef6af988fb7c5b642a809a487912079c9fae9a7173445 +size 3801 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png.meta new file mode 100644 index 000000000..631fc1255 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Fra.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e565c06f2e25206f07a9053769bbc1d669f7640d6b9e3f27a830bcd653eef011 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png new file mode 100644 index 000000000..fa6a66f3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e8bb17166acec04ddc6726664f1240029618a5cc93b943fed885f543008dbf +size 4287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png.meta new file mode 100644 index 000000000..5cf1ada2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Gre.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76c603c1bc651b2fc337d88d4e3c2e4ef57b9db238a497ded8e986ed1e4b909 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png new file mode 100644 index 000000000..86124d685 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0528e8fe5f260d16f746984d4e7ba83becc630f4262b8b2132956bd2495d62 +size 3793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png.meta new file mode 100644 index 000000000..ccf4f91bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ina.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c507792c7e8c8a2d81cc7b32426fe3c7eb7a5b115d7b4b2dc096a3bb9246c869 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png new file mode 100644 index 000000000..6918e62d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48649f0db4cf6b55d4f8a70703734f4b85175bb8781fd415ada1f6efc43166e +size 3796 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png.meta new file mode 100644 index 000000000..6d5352f04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ita.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0141f1b3a4394b661a59ab15ece14b2b34c5a74c7e510e94ffa1fa2d20075595 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png new file mode 100644 index 000000000..1d04969c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad826a9e92cf5b5b0d11e806fcc6623617381d409869f62e7f4aa2160abedb4c +size 4576 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png.meta new file mode 100644 index 000000000..7c7c7ed16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Jpn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3f85e2a89f46120b87cc987e4ff977e42b74ae37b12126e33f282c3aacbcb0 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png new file mode 100644 index 000000000..4ef527e7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2902a35e3d9ff8d4b1c39f29b83306575324889d0ad9be5061bc625cc63e98bb +size 6875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png.meta new file mode 100644 index 000000000..a2bd0e699 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Kor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286f455b670f6422e11af816c6475e28c5e701d5d0c22da1bd2f4cd419c3ab7d +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png new file mode 100644 index 000000000..e0c0cba7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7718e577aa5cb30fbd40bf0766370c95f7a9e39ba70f976e02ebb73184699f1 +size 3783 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png.meta new file mode 100644 index 000000000..2eeed4930 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pol.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1572595893a16fe1354c83f221f826bb067a448fb9cebe8517d23f31e2d5ed04 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png new file mode 100644 index 000000000..0cf198bd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4557d0a4a0c57174bc8466ad140f2f034e79ba79162bc0fa91b95aaa2103572 +size 3811 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png.meta new file mode 100644 index 000000000..86ce391c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Pra.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c883347fa289b86c556de43ce3a4e830bab053c6fb34ce9b5c1a110dc368a7c +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png new file mode 100644 index 000000000..8b80d7080 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc176d78a424d970162d95f567b09e4f1218191a1bfe581aa318b08de68c9c0 +size 5014 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png.meta new file mode 100644 index 000000000..332d0d827 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Prt.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa10d7c25b8e79e74184ea0537969228085c6c32580bfa07b9c3ec766a31ae4 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png new file mode 100644 index 000000000..d8e4c78f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c4bbbae1240cbf063db0f187b071d3df4b692fa612a7f67971885d07f8da5c +size 3799 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png.meta new file mode 100644 index 000000000..b1b4a6fe8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rou.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ad97ee6003dd7507ef28023884bce57d17af5a54fae6d3d2d43657e29f294c +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png new file mode 100644 index 000000000..01f92f731 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ca973cf2f55c6f8db2424a875eae1bd79e8acb3dfb33e3fec7e70d5b9cb92f +size 3813 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png.meta new file mode 100644 index 000000000..6a30bc67f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Rus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff7af94a6e6ab6a5f271c4b37ce49118991d32179ad21207e894b6d52acdd00 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png new file mode 100644 index 000000000..970cc174a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17a8d15129c6368e7e02594b14f4c0564b0e59ac25784acd3e531379a55d01a +size 4039 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png.meta new file mode 100644 index 000000000..63e018cf7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Swe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbe181fc2e9194164e894c65ce61d036c724fb0e4c64618d873f2d536af4189 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png new file mode 100644 index 000000000..c5a320cae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae9143c9486b535d8a279ddd954894422efec5d67ae52ee0bf9bcbae3c70864 +size 3860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png.meta new file mode 100644 index 000000000..91f80a47c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tha.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312671fd4e1d9ae0210adcb378e9955379c7a54a0e0f50e1eb0045d36ef65da5 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png new file mode 100644 index 000000000..fc8085cd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d872c60445344a31be56edcba4e7f58afefcd6162f4b68ae8805ed4af82f752 +size 5155 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png.meta new file mode 100644 index 000000000..ce22faba6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Tur.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e79fb4a95a928996e2eb4fa1a1cb3ed7ed05806ea7087118ad9facd4ea4acf6 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png new file mode 100644 index 000000000..9a6c7a223 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c65d93ccb4ca1beccc882ae5d3df598ccda2a8d8b1dde4af75c50cfd313b03 +size 4689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png.meta new file mode 100644 index 000000000..b0c405d2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Twn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390fed84031bfd0e8aa04020f962c74a65368d67ebda07332d0d4919336d43be +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png new file mode 100644 index 000000000..a3e3ffb60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea0ccfda290ee73f7ed755a0fbc00a216138b1b527c7b4100081c4d2c49d8e5 +size 3798 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png.meta new file mode 100644 index 000000000..edb75e706 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_Flag_Ukr.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118f111bd92da8ea683a991cd9a6db30d1e3c95dcc3788752da22dec97762393 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png new file mode 100644 index 000000000..af685169d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76acfd7be02864dda9d488261d8ed410a99c839b44297e2dc4557bb9728240da +size 3256 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png.meta new file mode 100644 index 000000000..f278417bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ara.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec8eaea7958b722393a518e7812343784d5638dbae46388f43fa06d3efd70c6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png new file mode 100644 index 000000000..6da02b783 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a54e1c2aaa4781ba37084758f643cf466de8ad8704ce08d71091d4fa2d3398 +size 7093 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png.meta new file mode 100644 index 000000000..8aa278217 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Chn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bffb002fd2630eb570e87473d7f94b20b88b8996cae9d21765970785d77d64f +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png new file mode 100644 index 000000000..135f5de7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699ddb3ea34be17e34738a09ec078c71ffa3969c8b85eb07d09aba43bdd0eb92 +size 5118 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png.meta new file mode 100644 index 000000000..73800e02f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Deu.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269e73a3ce2af214e468cab1447ec88477b4b5bd425aeeda26e7848c809c2f9d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png new file mode 100644 index 000000000..c52735514 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2908671f7661b4ab9237373601c2b15d1dd00165544d2b6eb1ef3dbe09b5c680 +size 9059 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png.meta new file mode 100644 index 000000000..7ce5442f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Eng.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46817a4276ccdad13dd8c74d2b819b75d81da3e2bc26ea5f637c32554769da6d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png new file mode 100644 index 000000000..f05bc8c81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff49d716b9eb3909d4b8e7acf538841864e9d571e6dbb630a7c95da866750f8 +size 5683 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png.meta new file mode 100644 index 000000000..dbb797a81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Esp.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8ea74cdc97d44b15bf47706a882d5dfe3c3a21c65174848e52aebba226c070 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png new file mode 100644 index 000000000..5e2597a42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6ac634e0796d1ee971bd4f03c365c79f921af613370b4b47ce88091858f65c +size 5207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png.meta new file mode 100644 index 000000000..fc1b983dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Fra.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdae1d6a32b467f02627f3e5be7e53d10c18fdec5ba24fb3ebbc9140b22fe214 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png new file mode 100644 index 000000000..227b21e30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2efd0d9faeda953b2a2e0a8e918bd2e3a9ffe6a9b65e144e9736d87d85c2c5 +size 5236 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png.meta new file mode 100644 index 000000000..5a5b372d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Gre.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416717704aeb1b8018d9c906fb09cbca835153f8503e42fc034177722e5026ba +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png new file mode 100644 index 000000000..4bf674238 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1fc141c314fa2f709c387aa20bbee51a45080df6ea47a1a6b937c0e9425959 +size 5217 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png.meta new file mode 100644 index 000000000..7f24ad395 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ina.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2a020886946ad13edb659765f7744b0e5b245a360bc04aa6134a8cb6eb3306 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png new file mode 100644 index 000000000..68fd9a640 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778eab7ec7c48a65155407d2d142be313796bdaa0a39b890c316e36005ebb842 +size 5137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png.meta new file mode 100644 index 000000000..d2131b2e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ita.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f81563bee12102f96f9555788e9c56eaeac9f78a7ca57f9495d3fdbb71a0bbd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png new file mode 100644 index 000000000..34d3237ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228d9b304a651d711255f84764468a4de78da50b210cfad3ad1148e554b54986 +size 6410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png.meta new file mode 100644 index 000000000..6dccfbd03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Jpn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee0b936aa283033e55b4f2a64df00243086c21106dff7d56535a509e58c6abe +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png new file mode 100644 index 000000000..a390c7310 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a695dbd2c50e693c1b924c20d40eaecc85d11f3f06351e7ed5cde5bfddf20bab +size 13439 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png.meta new file mode 100644 index 000000000..3de8d5005 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Kor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a57896da7fb30b1a1fdca8e2c445aa0c432ef9afb8fed6401e1dc94da6645c4 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png new file mode 100644 index 000000000..76d5fd5db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b1e40eae30498175d27060f0dd35bdf178067204c500104fb3aeafeab410eb +size 5003 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png.meta new file mode 100644 index 000000000..2d48be572 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pol.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c7fd28cc535e9a4dd8f504070d8004630607e0e9387867ee4ed8b6ef556251 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png new file mode 100644 index 000000000..3ef126332 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b561e70b6fbcc835bc520362395ccf932b23023a52641ef3a8d3c0f9bc7fcce +size 5170 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png.meta new file mode 100644 index 000000000..2b253058b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Pra.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295f3149e0141ceb0c09f221d247f755c63f908cb6f49e74842151b3ded9383d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png new file mode 100644 index 000000000..3759a2f01 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d589d4166f2e94ca46c82143dedac79fa3e24debc2d92e8907a0bb191336e9b +size 6825 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png.meta new file mode 100644 index 000000000..90d77f4a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Prt.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68ef15471536baf482ff4c312f9124f855e29c963e6ee10cbf71c6f5a15990f +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png new file mode 100644 index 000000000..a3a2ae494 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c8b9444a3ca83f3e7a5bb2a9afa8699b874c0f156f14eec0222d050ce22a77 +size 5213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png.meta new file mode 100644 index 000000000..3dfb848ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rou.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1a582a17eadf14773c2a431a16291c52c49b8480aa6a148bad3e9a7ab8ed6a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png new file mode 100644 index 000000000..a189a71c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697762cf3ca1dcaef48a53dcd067a35fce57161c729f9e1989323bbce8ac0c8a +size 5030 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png.meta new file mode 100644 index 000000000..0b30f8699 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Rus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73587e30b7d6833dfb43f3214950cbdb4a41704624fc20df7958813c36a02f5a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png new file mode 100644 index 000000000..1b5bb856d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2b64b3d13541cf7fc46ec2b06a74639607196d1dc0fde06e6a7dfcd20d8f6b +size 5263 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png.meta new file mode 100644 index 000000000..272dda16f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Swe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04387be5c217039469ae8ac6b08a8202a7f46c1401072145f98e7e481f49a23d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png new file mode 100644 index 000000000..fc7649c1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7baba5001b0c001e87d87f30f4a0db6a24e34a7c83c80ac3b33957367ef8c5 +size 5193 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png.meta new file mode 100644 index 000000000..98b9794ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tha.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cd60de5d7d4c8610a126d8d4066faa615bfc37b21b3b1fbd9543ed84025d48 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png new file mode 100644 index 000000000..bcb3ea255 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9601d2a56d72bcc1e595186e80906667a04df132f1a7d01a54b9d4016ecbd109 +size 7222 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png.meta new file mode 100644 index 000000000..001680027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Tur.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354444e5a5e92d384621f83530969e3781dc4948a6513ef195c9ee99246ee8e1 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png new file mode 100644 index 000000000..ba906a48c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f4447b40782eb586dd79907946dc3edd615d6073a28b5205926068e8b16fad +size 6372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png.meta new file mode 100644 index 000000000..0ecab8c1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Twn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865415be148d066c332e11923fca8680337cd359b0ec22b5e7f5b1b7a3b1a016 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png new file mode 100644 index 000000000..6f16726f0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5a214b3c27a1cafb26bf4d326d8308a9b2594d28ceea124edc0543a95db5b1 +size 5140 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png.meta new file mode 100644 index 000000000..9830bf0e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Ukr.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3896cb1e156b49856911c9d5497766e7520d8bc65c9753778e8fecb66257035 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png new file mode 100644 index 000000000..497642043 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2cf7a6783ccd7b15da7dab68ce15eb0cc7bf8ef575b12ceeb1a6ebd5e4883c +size 3039 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png.meta new file mode 100644 index 000000000..d28a97234 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Large_Vnm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8f542a9e717fa31753b64885e5ae0ede648189dbb124bbfd686e873f33aea1 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png new file mode 100644 index 000000000..4d1208d2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094ca73685345a40a97bdffbaf453862dca68cb2b23d597c951849dd6c9793d0 +size 5912 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png.meta new file mode 100644 index 000000000..2b7bc4b30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Chn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbddaa91076d65fab4a8c25f43da64f6b3ea7ee115c458b67267e33ec42c3fe7 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png new file mode 100644 index 000000000..71d463378 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a5c0eac4dadd5769bc5207bac9e48eb1bcaead7fd405807a6771beaa202072 +size 4632 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png.meta new file mode 100644 index 000000000..c05fb5e47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Deu.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a00f99c8c564b615df0bae203f729fb67d5d51b448e9a5b6b235b95b6522312 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png new file mode 100644 index 000000000..8ebdd5762 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76463293f91f23a2bf036ed1a6a960bf1f000627ae90eb1ae7c6ff475e5348ff +size 7282 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png.meta new file mode 100644 index 000000000..29e1a046f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Eng.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411613d8ec4093b42843bb5c12e6536c2a3df5bdeb523c44a06eb5e37e8ee0b5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png new file mode 100644 index 000000000..ef61a0752 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b1f01061c180245ae1d7bd93bbcf5fa1d091351603da7f538ea234e8b914fe +size 4980 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png.meta new file mode 100644 index 000000000..09b046830 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Esp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c231a2fb77dee114a4a08b1d9678ee341d474d82de2949e6b5410f15e7c9df5d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png new file mode 100644 index 000000000..4ef9d3c5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf3c17d14cbaf353c941cf58403853c24bdf83633a24f6095c79249bc2adae6 +size 4721 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png.meta new file mode 100644 index 000000000..03ef0d1a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Fra.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd106f96b38480181682c30a68598a52e697a686c19dcfc245bdbc783f8a7217 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png new file mode 100644 index 000000000..a05796cc6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270452da4e477a6d19cd6e1b90d2d98bb3c8532cba819503f2343cd31df8aa98 +size 4748 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png.meta new file mode 100644 index 000000000..d3324b047 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Gre.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde8c81c7b4da14657b8926dea661795f8f5b77d86fd95241726b62acee72915 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png new file mode 100644 index 000000000..13c9e3a90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834eecfb541d561eba12cfb008517167b538acb022cac1e50cbd40360cfa1ed2 +size 4710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png.meta new file mode 100644 index 000000000..0c8fbb856 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ina.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a96db7766c57ee3373684898561afd2d6470264887d201f84ed860c40a9bc1 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png new file mode 100644 index 000000000..e4f2e0182 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b00fcc1d554336d8b9a0a650e16aa2957b8042f79d2f8d362760fe9ec46d76c +size 4674 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png.meta new file mode 100644 index 000000000..8853bc340 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ita.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e770536b5ada37f2c127c2df9967460add131c36fb3c8dcb66d525bbcb3584c +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png new file mode 100644 index 000000000..3d3fded67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbf067b5e6ad489ca45fed4286e8bd521c0eaed3c4be62caa49685aa6401b52 +size 5504 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png.meta new file mode 100644 index 000000000..0c788a587 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Jpn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7805f7a0c092746942a28c780ead550fed2c80db64f2f6940b90bf18b6b404 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png new file mode 100644 index 000000000..8501d9e41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1fc0b4411cecfa7b5eb4cc1159dda0f27f82666b17c1c982a54c897df5e7b9 +size 9683 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png.meta new file mode 100644 index 000000000..08e4cb6e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Kor.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192b50c5479a1cf67e3ae06c4ab581f4e69afa84eac4de18e9c044757a41605d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png new file mode 100644 index 000000000..6bd3709ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60e56fd190e725c25564b46dee976043fc3bdd293a4b395b66ab7f30840e125 +size 4606 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png.meta new file mode 100644 index 000000000..57b29e8dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pol.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64f721031dadea11781e83302e675ac6e686a7157d90c2a522df6dc056d76e7 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png new file mode 100644 index 000000000..e06970318 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dcd96878cf0ccc738dad3853f48d4586f499b36adc60e51aa716ff1561d2ec +size 4682 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png.meta new file mode 100644 index 000000000..7daa5f758 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Pra.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adef77dc0eca9af2d0b50b02c79da529fdd9eb0b3307597e28ddc1566271d17a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png new file mode 100644 index 000000000..a1fff4745 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ea7d43e57bd06efdf21574d93fa525a73eccd458db8970a4e378103dd5908c +size 5730 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png.meta new file mode 100644 index 000000000..4479bb79b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Prt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145e68192b96475dd9706e73a65dbe4caae980a1b5386eaa0941bdc0e6c06c63 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png new file mode 100644 index 000000000..836707638 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9709db91b8dc6af729c0eecc6a1df9fa51b792302590a82974a4e1b4ccacecaa +size 4716 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png.meta new file mode 100644 index 000000000..bd6630b29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rou.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55668ba263ca56141addd29aaafdc335405242e2788e4c29abc316b45fa32058 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png new file mode 100644 index 000000000..7fdc9f908 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c609065914ce01a74e3745911bfc492f535e21fecc1d1bf4837320e6e8e05a +size 4621 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png.meta new file mode 100644 index 000000000..8cc77d5f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Rus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f2bbfa674cbf9ded7dee866f539d4596c5a0922ca349fee34ac7f446fd0b9e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png new file mode 100644 index 000000000..ede4a64b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27db6addb0c84fe2404d605b622298055cc19a1b77de9471d907604e8db12096 +size 4700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png.meta new file mode 100644 index 000000000..129d8938c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Swe.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da149a49f118307bd667d6335689c99ee8edecf0e37975b8de0cf89b6a9866da +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png new file mode 100644 index 000000000..159065161 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4a41cce8065aa414cf66d29d5ad4138b68b034fc9c66f97a9e8d51e412c5c5 +size 4698 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png.meta new file mode 100644 index 000000000..bee90aafd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tha.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf1d76984d7705126eedaaa7db6f199d85e0e6a571bc88ac38092343fc7374b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png new file mode 100644 index 000000000..42c86463d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fe8dd08f55da6f49df19b7086b8560239970c05e6d1feff9461be2a98b4a38 +size 6079 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png.meta new file mode 100644 index 000000000..a08e6269f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Tur.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b95d39f042ff77cfa8bb13a4dc6224ccfdf018f3616ee40519494ae40a09d65 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png new file mode 100644 index 000000000..046ce969a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d238dfe0555fad6a5652254270bc254f36017718d08706fa0c767f827f631872 +size 5455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png.meta new file mode 100644 index 000000000..47f695277 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Twn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2ca3f343f9a7d9d5b03ceee8ad2311c3cdc34c4ba8329ca0685f31fbc6f473 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png new file mode 100644 index 000000000..1efd700e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58eb827cc568631416a70a3c66b4da0ceadea7cde75b02c05ffc050f2bb478bf +size 4655 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png.meta new file mode 100644 index 000000000..5b10dbd50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_Flag/Icon_LanguageFlag_Small_Ukr.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115b7374fee38cfc9d513f2c2d7506b58ef26dcdb48a2b56ac1a06a0c47a106d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons.meta new file mode 100644 index 000000000..aaf35e1be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17f18a9cf63a329dbd1d2f197da3aad1d42b9285847c8243b2771656160c48b +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128.meta new file mode 100644 index 000000000..d1c9169d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb75f640e69f0beb343c548e3f613f8c9d1fc4d61be87102becaf02927eae0af +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png new file mode 100644 index 000000000..4d277b621 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5b6fc59a1e3f3dac47078209c334cb0d2437e132badd3d409124c82084e22a +size 16156 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png.meta new file mode 100644 index 000000000..27ff477dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Adremove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94bd596b1796b14f7cf7705116d45dba3864db1a8f7e7f81d1b5c4149e5980b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png new file mode 100644 index 000000000..1fb8b6188 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fb78c4a133cd50787f668a4f2c6e5f558f00407036884c673f39a921331015 +size 12273 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png.meta new file mode 100644 index 000000000..2bc942864 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee6fdd37b9b48240b60a59d822bbe2fc274f521c02e4033e00a9905a47649f0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png new file mode 100644 index 000000000..3afed586e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8837edcb8599edcd6693d789b8968be9fbe01caa522f35204bb8f77efe635a2d +size 14297 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png.meta new file mode 100644 index 000000000..5f5ed2093 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Battle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f0b126e8c15995e9806cceee03bd35a7bceb183b8c039599c6a11b1643831d +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png new file mode 100644 index 000000000..a7d5ec8ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83d3a4b8523e21b96d34a58e9c0dacac8bd63657e1c42595bb4bef437d0cf9c +size 17199 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png.meta new file mode 100644 index 000000000..c09ce77d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bolt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4043e7647429716388002ad7c84558790b8f46dd0be49ffa515833f25d87fd65 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png new file mode 100644 index 000000000..f26cf0415 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0068792cde889cb1eaac009aac852bd1ac68e254a6c53d5adad297b43dc44887 +size 17738 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png.meta new file mode 100644 index 000000000..4769ecb21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f75c456980f3e338bc7b2b9f795f914295a401c34afa7f96fee2035e9ae7747 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png new file mode 100644 index 000000000..e65103e37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96835ad989b6a4d6888ef95d9a0c93f1b2172dfea2297dfd4b47423f2a279c25 +size 16582 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png.meta new file mode 100644 index 000000000..8b3ba44d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_Dynamite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1329080bc65ad4e77fd2911f3b19a8b26afe643f6efa2c2265b52086def1e92e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png new file mode 100644 index 000000000..38155e0d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c1b728f1c6ded264533f02447c3c15f2123d08861b0ba088f1a21f4ac080ec +size 21952 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png.meta new file mode 100644 index 000000000..d4c62ef5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Bomb_LandMine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb4e948fe33e0c9811674e34915c396a49e2c059d76618965b8c41c5be79796 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png new file mode 100644 index 000000000..027837b50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76b49228430355a0dbd281dd59296b7bdec171e1aac6b1d34aaddcf94c58f73 +size 15979 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png.meta new file mode 100644 index 000000000..ec8557038 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Book.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e732bc8e8967ebe9beac3dea6eff568db83c15997ceea70840f469ea72c3c61f +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png new file mode 100644 index 000000000..7630b931a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fc6a9c5561211edd975f7ac94b69500e0f55e020d8944e85a711c0a2b71743 +size 19420 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png.meta new file mode 100644 index 000000000..d041c391e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Booster.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba8318dfd2ff5e5655660b9e4a1a40c2053d377ef9eb84e49115546509cb048 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png new file mode 100644 index 000000000..fa1df1d6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae3a9c51ab2e7c8c9acd39caac7a083b7851e5d44a5c9eebf77477900b25e6b +size 17184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png.meta new file mode 100644 index 000000000..7f8ea3a76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Boots.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5096a53a7528c4f20a4e4e429ae36975860009d46c6606c3410ec402d4ebb348 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png new file mode 100644 index 000000000..c6c58f1b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514c319601d056a1528faf09a1d59a25a0317e9efd46c3ecca321904dfc8a1a8 +size 13969 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png.meta new file mode 100644 index 000000000..3598adae2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_BoxingGloves.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7969091bcdd6ca1a3178e6afd170f11bbc9f55d2cd375d801ba1de0b2267b45e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png new file mode 100644 index 000000000..b3eed84e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4f588e372cc586bd921cb9e8bc16ac8ffb98dc3b46a7273024d8abcf83b0b1 +size 12897 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png.meta new file mode 100644 index 000000000..713c32cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Cards.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14141021e778780933e268e0d04f75f19dc561c1f43e93c6c516221291e7014 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png new file mode 100644 index 000000000..0632607ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942f24b14032f0accf86c6faa7fb86799e8b430aea8873033dfb014fa0758a09 +size 14114 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png.meta new file mode 100644 index 000000000..fe7aaf540 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67e48b6a3bfd61b8a275a412b68a6395b5ca6eb153e8d56690b1f03b5db80b0 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png new file mode 100644 index 000000000..30178f600 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4a9f6a2fb8a521c9ebd7081a421077f646252e2815ffbe925bb667741a23d7 +size 9108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png.meta new file mode 100644 index 000000000..428c70b2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Chest_Open.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18974d17bed6fb374760a92fc246383c5a8e8067c82231ada49d79fe35c5ca5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png new file mode 100644 index 000000000..7eff9b985 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772383e4cdeb56975c2f8f1bc52828b65176f2cc254f7ee77d49da23b64329d3 +size 20533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png.meta new file mode 100644 index 000000000..77d3be22c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clan.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8783d60676aacd46ff9a50eeda8558abbf7a5c091e352fac65b159522bbf121c +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png new file mode 100644 index 000000000..feddf6a2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0833219518debc935d3e47eaebbf8e0d3701fcaaecc79d36e505b1f5246e7e23 +size 18446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png.meta new file mode 100644 index 000000000..eb08e003c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Clover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8df96cd85fe7354ae8d5c510fe0ba72ce7161f5e9de10e24000bf7d5ad51b2f +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png new file mode 100644 index 000000000..602028874 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34282ef86598e6bf42d4660013219df86c19243c771ef6f2ac8d95a7bf2199ac +size 21399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png.meta new file mode 100644 index 000000000..31632379d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Compass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a91f8194b274012615d76a27c1d0d7580e241536fa64a7a2b45151ef7bed7f +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png new file mode 100644 index 000000000..aed01b2e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d3a792a5b814a2c85888c1925b61eb146e0a21ab22732d978445f8d6ed5dea +size 15651 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png.meta new file mode 100644 index 000000000..0b0d55c3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Crown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cec7a67a34794b328b7aa05f1f7b179296c09099844985f5122baf91a7a508 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png new file mode 100644 index 000000000..b9a54c11d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711612235fb6d0b2419005417306d063102eddf58701eeba74c087f3f2b53a89 +size 15392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png.meta new file mode 100644 index 000000000..1449dd6d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e0f0fc31d0dc32d0d1744e853616c1e1957a96360f50c172bded393913a8ad +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png new file mode 100644 index 000000000..a3cfe63a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc61cef75ee7a30b5361ed61da88a7c043a25b173b1015f3f61fd407ae78dec8 +size 15094 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png.meta new file mode 100644 index 000000000..e7700fbcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dice_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b903c522bd7c3c047917ecd4b17f1aa99a219673fc92e959a8d0bb2cb14e75 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png new file mode 100644 index 000000000..b412ffa1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f51d547dd5c812d8142da2e69d43ff04246c09159ee11e8a7fa864a6be13176 +size 13394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png.meta new file mode 100644 index 000000000..b2c3599b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Dog-Gum.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4189d56f992ff65722ebabf45c54d55f97aadb05c904ce06ab1b36eba4401851 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png new file mode 100644 index 000000000..8a81b1004 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f8d035dc23810d4c263c8d1cb02b517e4fcb516abaf188473eb4a1e6dd2b47 +size 15073 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png.meta new file mode 100644 index 000000000..e4406d205 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Egg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9de42a0bd20ec3a66d4b0575f986f1c02e25f6a1afcffa237bcbc8cbdbe5beb +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png new file mode 100644 index 000000000..1eb009d28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7905a6982fcb5c292577a9953b379203c59bb331cda16f7e23d4987818249518 +size 19388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png.meta new file mode 100644 index 000000000..85270ccb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Emergency_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebf8c437626255fa9ecb59da768ff6ebc2cf469a67367350f488c850a8dd86a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png new file mode 100644 index 000000000..e78f1877e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea63b3980383f4cabd621300ce536ba0e5f55b7d32a216c64d4729a7cfbed81 +size 11001 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png.meta new file mode 100644 index 000000000..7345c76f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e42faf66fe2d067d3d1ac95c6d2610209295a7bc0b774c9d75d8d76cfaa966 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png new file mode 100644 index 000000000..7a4566bba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eb5093c7f128526b11d37ea46e5af0bb455aaa9467cb7b39e7403794614535 +size 9982 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png.meta new file mode 100644 index 000000000..62dd503bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Energy_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d244e6058b7ea5626562dd8eae5772e92ef228e529834cf3defd16e9974daa +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png new file mode 100644 index 000000000..d3b26cee1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dd88a67f55a276ea90f9cd32d2b8f535ba654136aa36e1dfaebc07b4ba51de +size 17020 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png.meta new file mode 100644 index 000000000..bc2e45dbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Flippers.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7b5e10d46ea98ddeff166f7b1949c9233c41cb166eb13edab4c6db7d9660d0 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png new file mode 100644 index 000000000..f7a9cb80f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af86866f059182226ce20a6694a228decad8e8145cc24e85d9ea4b7e5a012e8a +size 21924 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png.meta new file mode 100644 index 000000000..5d6428d7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Can.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4a14445891fa3fe103059aca49f796f25008a274c54703485a5e416e2b4834 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png new file mode 100644 index 000000000..c32a731ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3c576aa9bd6f4ed7e43fa371a2afdc57dc5b073be63d5c7988d4d9a02256bf +size 18855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png.meta new file mode 100644 index 000000000..84600ec0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Meat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bf4c5a1a49a2e9c9d74fa9a02f3710a18e5f0eb4fdf98219a103a0e22209da +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png new file mode 100644 index 000000000..389246b32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db586072a89d3c8b4be18afdc4febc45da6eb98c75e02060fb4e7f46b64b35fc +size 17728 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png.meta new file mode 100644 index 000000000..43af8b585 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Pizza.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658ab200a8d9712066facf2933d23b8789d247ae3a9193c3393e3dbc7d295c27 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png new file mode 100644 index 000000000..872930bb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdea8c6c41603652476da9d88b70f2d0ad78609b93d5dceafea4d6e9fe928f0 +size 20457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png.meta new file mode 100644 index 000000000..c15b6efee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Food_Shell.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d159d27369827e418a7a75c1ed51b3d0bd12829aebd0ea9faf153554e7b23954 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png new file mode 100644 index 000000000..f7b13a89a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f4eab0b39144c06fa53f36dfdecc0b10eedd1b71cdaff39ee26541da769d9d +size 10913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png.meta new file mode 100644 index 000000000..9d3522cf0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Friends.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ef5c0e9353325119c5c5abaa33d7076ed00261d9f7f03ba4863151911ef85b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png new file mode 100644 index 000000000..7fa093d62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a85c93736529062d8113445ce3646232e457711c9d66bf565e0dca0fc0cc7a5 +size 18122 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png.meta new file mode 100644 index 000000000..6274578ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_GearWheels.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b1f3cf34f94cc9b87b39443e9d333edd5145efe858e4e51666ffddfdd4cdcd +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png new file mode 100644 index 000000000..5c2e3915b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45a8baf037a834038c6b1685ec6502137c08a64e6132aa6756bad7944086071 +size 10798 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png.meta new file mode 100644 index 000000000..518c6e5a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a65669fb7c698e747decf77fb0636a6c2bb232a557c5b89997675e22c091313 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png new file mode 100644 index 000000000..0676eb8ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e0edfb9625b04f00ef1a9af35229ad613984533c31ffa677db2e09d9f08207 +size 11158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png.meta new file mode 100644 index 000000000..c6010ca3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5731bbe3595329830edafae7152ba378539ad31ac05318b03b205015aee53bc0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png new file mode 100644 index 000000000..079806a03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc834b9f223ade0cad4ad2a0d3bb25ee39341533d39a5b8cef6791640a51bb4 +size 10415 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png.meta new file mode 100644 index 000000000..d59b72eb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem01_Pruple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a0682eb24237f8dfd86368273b07417d187e6427f9191e47741307655a79c1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png new file mode 100644 index 000000000..0daaab609 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2100984ef1c13bb61b194b6f574142027ee552cc74cdbfd91d18102c5938a10 +size 10910 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png.meta new file mode 100644 index 000000000..a71e0300b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e8103cbbf0b4ba17b36c1ff1ff76b0078bd67246ee4368bf7be383455690f4 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png new file mode 100644 index 000000000..ad15009c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ba0c4156f285ab45d16365a8dfa1cc55f30b74a6424e746c265d46c1c75ef8 +size 12557 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png.meta new file mode 100644 index 000000000..5984f610e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bcdefcef7af46bf2c1c5a420356d8eeda8cd6eb9fb2c394096b4487f94b03e +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png new file mode 100644 index 000000000..daa7b3e56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ea445c6c9e40f2184a44afdd6d326a04dc696b120cba8e2b2cefce86205537 +size 12155 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png.meta new file mode 100644 index 000000000..5feada4a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem02_Hexagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe445eb104f29a9becc059417fc4efaa88c2256b0fd5f73230c9e3466ed4edb +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png new file mode 100644 index 000000000..9d7b47c70 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf496680cb57e4c7ee0d7b62e13cd1494cba9d351d20df83a275889bc0602a3 +size 11841 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png.meta new file mode 100644 index 000000000..516925416 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e8896dc1ac346f2e12150e32294d476cb51429c7548be721c3fd7e1621e4c7 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png new file mode 100644 index 000000000..ea54d4d84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a47c4c653c9ca67238d904e7f72ffcdf0ca185583b43016c57fb2074288a1c +size 12478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png.meta new file mode 100644 index 000000000..26677535d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d531ec786e940315ca4b15713cd88f7dd7b2730577e556b9a0977e68e025b0 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png new file mode 100644 index 000000000..5329fc010 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9428d6c09475b6ce8b33ead5610f4189c2e9785fc01c107c44cb4fb1fa942e8 +size 11175 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png.meta new file mode 100644 index 000000000..52d3b8da0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem03_Diamond_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db0089595a66499785aff0b12fa6cd1b62c4aab413abb03a321e8980bc3169d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png new file mode 100644 index 000000000..2d6c27c59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94026f8ce69db565e433fc220ca0a70f134bcf2a204eb400cbf55bb80aa17ede +size 12442 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png.meta new file mode 100644 index 000000000..cbba65129 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1630b1e092b4e34450e70f46476a7a61d35dff765154986cf50805a7fd64de +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png new file mode 100644 index 000000000..2d823df62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb96cd784512f31015df014588efbc08bfbfb53a6418ae216dd3fe79911908b2 +size 12115 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png.meta new file mode 100644 index 000000000..731b65cca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d9d03cf693ebfc65bce757fd273930c85f9a6a2c82871de95f5bfed56300bc +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png new file mode 100644 index 000000000..607277b73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58e3b2c80b74b5bde6bb0a3dfd4a34edeff7145c3e0b48a416239dfe0ba55f0 +size 12117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png.meta new file mode 100644 index 000000000..f29c5d68c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d370d26d327e93b0dc507efbdfa6c924ca44387526cb73d380f2ef9a0df0b3 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png new file mode 100644 index 000000000..9bef2f217 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e7428d19215ca74e057c3785a0dc9131f728b8772a190f6b93c9e6ddf40184 +size 12137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png.meta new file mode 100644 index 000000000..691bcdc42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem04_Octagon_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf633fccc553031791281eb5bc92ee92e899a827403786c5fb5fd2ee37d845b +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png new file mode 100644 index 000000000..edbf33c8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3ea7a887b3bab8247b6d6d79226ea64d84073c226e4a1d0743eb9f8b26f533 +size 13843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png.meta new file mode 100644 index 000000000..ef953f377 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gem_Pearl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed22c42335a968ae7c5900186ce644e7202cf4004f298b6716ef322d8679592d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png new file mode 100644 index 000000000..1a2379eb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f36a9239b88762e53d3d30f135d09b2587e81afaa412edc48f230c2a919038 +size 15533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png.meta new file mode 100644 index 000000000..bdccdd203 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gems.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ec357d14bf00d6263f25f05210f4b2b082623802fc26fd9d807529f5d1f9d9 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png new file mode 100644 index 000000000..5dba2c319 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ed889be47937faf9b8554f2f174afa1f461bab739936e63386f46131458264 +size 12523 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png.meta new file mode 100644 index 000000000..dddd35b8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gift.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ee746054334d20d9b07f96079ea05f5990d20183a35357f06c676da272bf61 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png new file mode 100644 index 000000000..b57430bee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1bc53b19fca8e2c4e961e3c25777563021814d16fe12d466fd0fa807c6ae13 +size 13149 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png.meta new file mode 100644 index 000000000..b546299ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8601beeb425b8d4fba2193f05ec8f9dd7a6a702598e1304ead022f68ae23ab +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png new file mode 100644 index 000000000..7a983caed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37139e46e6793489587dd2e93a981b3449b4e048b1946405ca107d11c3f70ca +size 15946 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png.meta new file mode 100644 index 000000000..1568f861f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golden_Pass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3eedc15e3243093b2a635975850d7ccc3d72099da0ea43b5cdb71a87e3d3b6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png new file mode 100644 index 000000000..929045300 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cb25b579485e0840cfb3ca91b453c3d4d150208995a33e7e5f6ebf879fadad +size 16009 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png.meta new file mode 100644 index 000000000..e075a1070 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Golds.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3d17e146469742c2e12a565275cfd2705fc4f50c05fa4fdf1333222556a38b +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png new file mode 100644 index 000000000..7a925e5bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4de36a2d3245abba29df7987098119d90546ec71aa3b984b1f4e03f32d5d055 +size 23103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png.meta new file mode 100644 index 000000000..d30b2830f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Gps.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5caa054044a0726929117a08eb74374922a56edad3028a56f16f714e9d3c9cd +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png new file mode 100644 index 000000000..43a4cffc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec70a86d5f1df733eef1eae1397200aa9040ee529715cd0fceebff34ba85bbad +size 15880 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png.meta new file mode 100644 index 000000000..4996af9b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Guild.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab73888627e3d2a648a275729312926d41616b8eb68efeefd7735cc1e9cbe205 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png new file mode 100644 index 000000000..7154c6a6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0206d5480dd5ca60e23a6569e42b4a93282906ee36f50fd08ab055f05d891a04 +size 15259 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png.meta new file mode 100644 index 000000000..be118ab9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hammer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a2a10f2d2f611da831163aa3b270ae1f52af07230203bb6c78574f084993fb +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png new file mode 100644 index 000000000..823399272 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aae8274abcd87230ae13ce9caf9b831370b266aabbd21d33501f6452ea30094 +size 13577 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png.meta new file mode 100644 index 000000000..d88477d04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bdc855a1a20c9ef52228bbd3c2adfc50dd1d0e1ec8cf48f32b7e0e5b483601 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png new file mode 100644 index 000000000..18430e1ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a89b1a9118476e8957c9d506c665f93f2a0b918e34502eaea2418de20e6b9f9 +size 18706 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png.meta new file mode 100644 index 000000000..5a02e2f43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Horsesheos.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2fd4a76416667c05490cbb3653226e927e0fd1678541ceadd05aeb24d064610 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png new file mode 100644 index 000000000..f055bb25e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c2f408fd47987b410dd52688f6252bdcc66c9d58bd3feaeaade489f51b383d +size 20126 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png.meta new file mode 100644 index 000000000..084f2f93f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Hourglass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0837193c9735bcd6a5e34b7e70b2328fdfeac0efa519b60eb77329832dffad58 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png new file mode 100644 index 000000000..5498f71e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293dc9bc35cc709718f2c80be39862ecdb9abfc48a153f845c656b5ac36ced19 +size 13511 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png.meta new file mode 100644 index 000000000..6b7dc7f8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Bronze.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f163e50bb459ba2f139148fab14fb566ab349759cf3dfb467d8f63134ce97ac8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png new file mode 100644 index 000000000..4d5d8ddea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c8b29356dce69d36d0872a5d7c4523120731144a82dd46a8ffa7c8dd10081b +size 13306 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png.meta new file mode 100644 index 000000000..5a03ffb14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa459f4fffc97401293f794c0e5aa22693464baec0b7db2e2d9a9a55f8f4c5b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png new file mode 100644 index 000000000..703a23575 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aa6bf0aab996dde99654e9476a9ce16084951c060420f55db9bf5221a471e1 +size 13897 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png.meta new file mode 100644 index 000000000..93601063a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Key_Silver.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493c06c8a10ef60b278c298090088524665a4e2e0f93e6086b7c904bceefb239 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png new file mode 100644 index 000000000..8bc6330d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe15113ba14f50f3dd687bdf6f67a79cb162f8c44a21c675b18e197ab00cd844 +size 15506 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png.meta new file mode 100644 index 000000000..81936d88e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Laurel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8866359d2fb3ee95bab4db24f2d1e12236c1f60319a22aa0b157804ba68dc9 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png new file mode 100644 index 000000000..cf3f3b3b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fbb58e1239bea25427d9afd574addc8bf27894d1a65989ce7afcbd6e4ccfed +size 20478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png.meta new file mode 100644 index 000000000..5e01356cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Lock.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8788d600c1fe6ada1c521fa0437233083a0e892b0d249fae5f5e1581e384790b +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png new file mode 100644 index 000000000..4aeef2dae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60da42e76e64941d28686ae2e0939c494e01a96d64e0ca88111d6b034a006a6d +size 12480 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png.meta new file mode 100644 index 000000000..e228b61fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Magnetic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503e0b466197d83024cd967426459dd7be205ca83ab38a31b7dc672e6a6ecb7e +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png new file mode 100644 index 000000000..b3faf06c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02351d88cb6edaa3784b8438017bbebd2d4d2b3902178bcd4950bc94b863e59 +size 11121 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png.meta new file mode 100644 index 000000000..4ac128f7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca5553eba6daf6023f8fea75c387112175242cc5284741a6093fbd8e8fcae5a +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png new file mode 100644 index 000000000..d84927fb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416aef935177e71905b77126d44e954dce2654768f7c3be4fc2536bb8519be90 +size 14926 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png.meta new file mode 100644 index 000000000..4d836c470 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Mana.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1df1b4006c1f5afbb83e2d9626f3f2fe37b9b256c9cd876cf47152a370d707 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png new file mode 100644 index 000000000..027156d28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c04b360d2a132edea5fe7c29254e0d5b68ee8849aa6a9e919a4e3ad0353af58 +size 18417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png.meta new file mode 100644 index 000000000..cb27a2af8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Map.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b787de0431049015b2172a83b2e90c9feafd2b7d1ff7dfbfaaac0f7d6cea710 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png new file mode 100644 index 000000000..a153a25be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f461f6ae303216fba05f5f38c965342f4530fffa437138b740b8f8b40fa7ce20 +size 12653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png.meta new file mode 100644 index 000000000..c8bbabef5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Megaphone.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238346f137d9e9f30b7fd72b96ad3ed0dd193e86b56eaf9377f3160b8639d99d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png new file mode 100644 index 000000000..43c683f63 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272939f3c907694d10d34485a7aa631a5b14801949350950463d3883c26462be +size 17229 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png.meta new file mode 100644 index 000000000..8281f0348 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Missile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3275d999ce4d3fe114abeb1c20f51a186274dedf6095f90635737ffa81b4be1b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png new file mode 100644 index 000000000..b90d45304 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdab48d336d64488e04e0c991669cd278f928750275f1bb0f44ae3cfbc56e9c +size 7187 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png.meta new file mode 100644 index 000000000..057896534 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_News.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed68809d3616d5faf3173121517610e180dd8812b3e50d61afab878b0bda4d8 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png new file mode 100644 index 000000000..ec5b3d649 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9970c243733d601bdeb3492ea8672023dabb723a623cd11700d31929370207 +size 16999 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png.meta new file mode 100644 index 000000000..447d94307 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Nut.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2800afe7034a6d0a142f475f1068bab2fbfe033c85efe0166a315ad74c0c9488 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png new file mode 100644 index 000000000..60b92f532 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4bd416e8ecc8d6ed53ff410b33937a4f6f422140fcdf7985dbb21bd76c43f7 +size 19738 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png.meta new file mode 100644 index 000000000..2114a158b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Oil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ddcf26459d6a153d1cf0051725d7c433cd13941b97fcf39dcacd09dedeb9d0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png new file mode 100644 index 000000000..6e4149091 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f72ef726aa44fe51dd6426796f42636f391cd4b7aabd9d52bf6947dbaa8c7e2 +size 11915 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png.meta new file mode 100644 index 000000000..4a3a80339 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc89cc3811890dca7072628e89fb46f3edf27d893ac56cafe101401431513d0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png new file mode 100644 index 000000000..a76e7b5a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050d1108455b75e90b3893cf3b6988f60385187d1834fc133e4b6d4d4d257b05 +size 12055 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png.meta new file mode 100644 index 000000000..1c4e6bfaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad2112c23ef8254525df64aa15c8f9f02eaf40db8cd057646f4b3d8bd5e8c3e +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png new file mode 100644 index 000000000..ed8b453d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb88113f462fb613c7c65566c4d12ceb641ad8c323263276038fc6eb921d5d43 +size 12221 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png.meta new file mode 100644 index 000000000..a671748c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae0b3889cec231e75b795bd94363e8f8a3d5e2b3d7c5fea0986119d04e5d929 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png new file mode 100644 index 000000000..751816dea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dad0288fc4de60d23b096b89ce0e8ff41d8c5b06ccf160e5aad8072ce4420e +size 12038 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png.meta new file mode 100644 index 000000000..fa2b64b42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bb3c565249a56e325b67620af09c75c4ac34f24ef33806226b16e00d7de2f1 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png new file mode 100644 index 000000000..7bfe3bf8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0ac1d8b7a8020da3e52a47e4fbc2436997ad4d04d683d9225525bbc367cb33 +size 12200 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png.meta new file mode 100644 index 000000000..dda175bc8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b58acdefe5d4e5427d4ba7418f9b9cf10a54e5d9f3e5ef25b325c371d7f138 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png new file mode 100644 index 000000000..0764c9fe0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de57159020d46d8fc29f5a79907a1a6858e9710367afa8a64afed89e0967483f +size 12144 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png.meta new file mode 100644 index 000000000..30cd87804 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion01_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d3fb169e6f6fa75708bc404ef1e3e9d89018c77688d97db4bd348b1b5d9edd +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png new file mode 100644 index 000000000..6cff70f4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aecc07041f613ecab8c31b9c07aea6bb057970f6e1115bbc56fff48cb1ae00 +size 13124 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png.meta new file mode 100644 index 000000000..7984d7e33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccecae8a4ea79ca592e22f08e912cc92daf9a8c30de9c36f6483a06d4914077e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png new file mode 100644 index 000000000..b8cee7415 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33aa5a43073cdedae6b547ba1b37471a2764dfa55231a18b791f3e810d4376cc +size 13449 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png.meta new file mode 100644 index 000000000..7ff1189bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910adfda95bc309537c0a6bcae96d1c669ab06e31b9ac20e7f5d7a960c4f12a3 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png new file mode 100644 index 000000000..bbd71793c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0829f0a39313f58dd19cfb5115cedd36a18c8939d28811c0bfb20b08964d5b63 +size 12816 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png.meta new file mode 100644 index 000000000..a8a0a9baf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31819cc1b8841a29e44285720830f868f5810c272503203c8fc7a0b69b421607 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png new file mode 100644 index 000000000..0c2068fdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b166a37d3ba7c139adb259ac6e993e3c0f2be1544b715705584757bb963dfd6e +size 12857 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png.meta new file mode 100644 index 000000000..d84edae0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de383625c1ad45126718739bde0bb7c2a64ace115a2f9b19a87998b11253e36 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png new file mode 100644 index 000000000..76c496750 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464ab83226195b1054033d22d8556c29eac338bbf97382ce69f2e1bcd9149e3f +size 13008 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png.meta new file mode 100644 index 000000000..5e0b370f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654a1ff060012edb672cf813252ea46ceeb9ff2efc495472c50cdfb1a3f46732 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png new file mode 100644 index 000000000..9f18a0c44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e57931d364a1bbf7cd47da8e09de7c9c796dac845271de4b5a1d65bf840a771 +size 12942 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png.meta new file mode 100644 index 000000000..10a92491b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142c58b01806222c5bff35b53115f0772f5760d9d016a93e5cebe17b03b5671d +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png new file mode 100644 index 000000000..3918c44b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c735b6979f51355083e4bde4f421278a81e9fb3b392670376f7043311c9d994 +size 13001 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png.meta new file mode 100644 index 000000000..ef9d8dd93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Potion02_YellowGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbdb982cb6eab4a33e53263fbb2708ad71e76804ee92872dc4cd53f8d6727cc +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png new file mode 100644 index 000000000..f330a9799 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a795715cf8d1a4a68195dca8f81db4bbabb05103c205e7c5c327229f6c7637 +size 19150 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png.meta new file mode 100644 index 000000000..9a9597307 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Pumkin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4029612e86eb0cb4c62933f4fe43ae141110b5b4c4fb5bd7583d3831fcb4629b +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png new file mode 100644 index 000000000..f7fcebcea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f95899f41409fc40343e47f7f0a750d137875949d782e47f1741890ea178c76 +size 10079 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png.meta new file mode 100644 index 000000000..9f23877a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Quest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5440447b36fda6391d88f114d56b4258952884ac72858a14ae5eb0ae5d3c8f +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png new file mode 100644 index 000000000..daec2fa69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f425a2fcc5edde558f07e058ef0fb5e7d86758da6fcf4c8446e645680ff988be +size 10581 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png.meta new file mode 100644 index 000000000..45e9c7abf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Ranking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f36eef749cd7f204e3124df9dd90c70df7a964c14033ab70c73740f4d0caacd +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png new file mode 100644 index 000000000..57d18ac78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9187e6b649aff1d5346397ff58fcd4f943c32e3bf8633cb6e1ed6e9bf81a41b0 +size 14684 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png.meta new file mode 100644 index 000000000..639c928c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429d2c4f5df625ac6c5de30965539b783bbbf0ce6d8a1c3dfafc904703d32059 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png new file mode 100644 index 000000000..b6dc2126e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b7b39d6c7df9cf5b08c8224e02384efe29c66022be8b53a44cda7ef3287aea +size 8762 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png.meta new file mode 100644 index 000000000..865a8ec1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218e0761dc3bffd27772fcd8153badb4c942e5fac60b304d08098b9e01862f15 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png new file mode 100644 index 000000000..a9261e09a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478baca3817b04afdc1e01f245761021eb563ab05b5e53c6473acf69ccfaa046 +size 13692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png.meta new file mode 100644 index 000000000..6b5bafc53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Shovel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd486ff10d1800f871393c30c7258e6abf7076b11d5544c9de94b62857d3a03b +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png new file mode 100644 index 000000000..7cd652d0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476ae504b94d937986ee2c64442db762d80b21b8b320c5adbe94aedfdaf2f6ea +size 10333 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png.meta new file mode 100644 index 000000000..4fde630bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c700f526dbafe9b9e85cd51d611a3bec143f4a203c161268a3686b130aa8b64 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png new file mode 100644 index 000000000..9c5bac5a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f700e1bcdf541f00711df8f3c13e3cc7a721ba023ec53e7ba39f3394efb1bd0 +size 15303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png.meta new file mode 100644 index 000000000..7afb3009e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Star_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f71daf2c5bd947c947f406af5d0714adbabb98c45bfb2e5367bf0ae0272e33 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png new file mode 100644 index 000000000..30be51f52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a31bbcb52eeca219a942c7bb830ded78d79096188479bb99f44ece807665519 +size 19756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png.meta new file mode 100644 index 000000000..2797a1d84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Stopwatch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22403c7a3aa7129ecc31be627fb83f304ed55301ab8042595b481703843013b2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png new file mode 100644 index 000000000..4a522839b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a01d3cfc229590131338d9ccd189e9ba4fa9e96fbe3d4daa804d4e10a3468a2 +size 10960 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png.meta new file mode 100644 index 000000000..96956224b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Sword.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea733249d367a473664887ae2b8591ab8810d053769ca2eb2795a7333ee09513 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png new file mode 100644 index 000000000..228894822 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02eb7d106de3ed0af60024f1ed2013041138ed6f28b3af62b989194f0c90284 +size 17983 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png.meta new file mode 100644 index 000000000..0bca422b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Target.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e23217dfb8cd3bb905387935f1b8c37205ea87054108100625e0d44b98678a +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png new file mode 100644 index 000000000..b61021b13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c009b9eb44d4a251e53d7eed8efcb6632df6c9ad7ae84c12ff06fb95514b31 +size 20177 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png.meta new file mode 100644 index 000000000..610b46319 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Timer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9f84459025d42edcddc3a08e4062222fec7d6afe79724ae316b047ae274214 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png new file mode 100644 index 000000000..2bc7b4e97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffd994a0fe242334236d3cf504e0c50f197da9a0117ec8ab95efaccb4c3aba0 +size 13889 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png.meta new file mode 100644 index 000000000..cc99f223e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Tooth.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc94208d8eccee80ccf9d38289ffb3abd063923bbacef03aed0f072caa8a843 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png new file mode 100644 index 000000000..66dc87c71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3281bfe2c8e6a5fd946d0da00c0fed20f983c61cbbfe9a46cded1ef095857717 +size 10645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png.meta new file mode 100644 index 000000000..237df36fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/128/Icon_Trophy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d701686df0a290771caf02339b2f26451830015612c7d895c22526eac738d1 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256.meta new file mode 100644 index 000000000..49748bb13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a0da26eff640d19fb89ce7f8966202c4a856fb79584e224df06f8d3cefacf3 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png new file mode 100644 index 000000000..aaec86f75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723a091537c25cf9edb70d7a7d117d8a26948af1dc26d5eca9e551bb8856c666 +size 31547 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png.meta new file mode 100644 index 000000000..3f80db2a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Adremove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2754ab8940e91c3760847ebdda05824a49b1e8c8c0441107213f4df80b96540a +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png new file mode 100644 index 000000000..4fce214ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1225bf41c6aea6a49c016aba01999d9abddf25e6308dc4ae1ca67084241098 +size 20848 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png.meta new file mode 100644 index 000000000..00d2edf28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b9ae3c2f69a5552bd43f54a86036f13782bcf50b07c78dc56f48e9fb61c000 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png new file mode 100644 index 000000000..2544ca010 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6dcfbdb3c54db79567a5b592f00fe9221be96a1638fedc977b2a9760e4a03c +size 26324 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png.meta new file mode 100644 index 000000000..8ec41ba56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Battle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bead6bbbbcc7f4b39d0a028d48aa02770979badde5f6fbea1218d462f54a421 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png new file mode 100644 index 000000000..17cd26389 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abc46cb70a01b5b6c7c020386091ba985398ea757b54f22cbb6c6f77dfcd4ef +size 33798 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png.meta new file mode 100644 index 000000000..1f0090a15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bolt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e35cd437708d7f546435d4e0f9380fc1a9be05fc92202f5d841c350db09279 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png new file mode 100644 index 000000000..d61eaf0b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a5c527fe916b6341d3d866558b9bef26d08203ebe62a1788ae43540dd23571 +size 35736 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png.meta new file mode 100644 index 000000000..10baef67f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440ac0c5943c5eb1d8d1d507cc2b72d08800ab386cec534e88ad2359dc501dba +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png new file mode 100644 index 000000000..67ea2e650 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1698d48976de22a50cfcdceee8e52ea138aa24b6d48b6eb154de15dff21a03d +size 33747 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png.meta new file mode 100644 index 000000000..101adc3ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_Dynamite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23e73267ee25eaf522a4aaafd4d4ffef1b5873d059d54d701e156fb6dc24870 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png new file mode 100644 index 000000000..80866614e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d082d906f11e4787635faff64a80121a65a17ba79aa6290e05fc660c905a7f +size 45673 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png.meta new file mode 100644 index 000000000..94c870068 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Bomb_LandMine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e267a18ba6e7716c747ec43062afbf029ae338a772e52cebe64cd1c9f4f82d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png new file mode 100644 index 000000000..cd3fea607 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f41681ea4d44e6793b3f8a893d1152ead2e23fb2fbd7c2bc9913b731068116 +size 28675 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png.meta new file mode 100644 index 000000000..c28ccfe51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Book.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bafb7dfd1b74d77446033c431dff163a524a74ca0aba540dcef654abeed315 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png new file mode 100644 index 000000000..0fd8acde2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ea7b826b72640f494c02cb1e257b3d3c1e1d709e2b9229c988b0835e6bd803 +size 42539 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png.meta new file mode 100644 index 000000000..cc95d092e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Booster.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a644c8c625e5d5d8800ae3418b115da752e6a2346e0f67fbc9ee31dd3a4478d5 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png new file mode 100644 index 000000000..5a1214922 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e35f1042d843bd7fdd0c2842b4e3048b18fd1501cf707c55c8707afdb18337 +size 33971 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png.meta new file mode 100644 index 000000000..75693c2c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Boots.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd3e857738049ce480c57a6bff31b3612c7e467faf19d17fbd7c7120e653bbe +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png new file mode 100644 index 000000000..a177fc9be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f45748a9b4a624bd142dda39592e90832f46350629231668abfd23609dc208 +size 27386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png.meta new file mode 100644 index 000000000..e81a0216e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_BoxingGloves.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6425a162d5b8ac05f07d1445d9859c2a50b94f8f9af64e28f39876078e471301 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png new file mode 100644 index 000000000..f1d762eb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37acb14ad7301ba7fb4069e13401e4ac6e209013aca31a01ea4eca902830dc9 +size 23292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png.meta new file mode 100644 index 000000000..6d72ead18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Cards.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f8c493468997b0cbafc28a25df31d9049821ea18d2ad4b4df4d6535bb21b6b +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png new file mode 100644 index 000000000..04102b3ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f80fd2106aa6f298ff96d7f57c39a443ae3e601fbba3d40add32a3d599af1e +size 26029 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png.meta new file mode 100644 index 000000000..cabf4d1e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da015fd7855219bd1a89ecf75dab5faf54165de1167e1aa1511478d1c8161fed +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png new file mode 100644 index 000000000..114140d45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660605d2eacf878f65bf49a97e23eea3b81602e39acc8c5901539c9685291660 +size 15588 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png.meta new file mode 100644 index 000000000..6137f0907 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Chest_Open.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca8781538c12dcdad74ee52f61b687675d2384f32b3a5ca9827bbe05599d001 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png new file mode 100644 index 000000000..66980f5cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344d702bf8366712a0b91ef7c608106551b7d5eec13576ed9e1e719ae43505e1 +size 41221 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png.meta new file mode 100644 index 000000000..459af0883 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clan.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68579c1452c040018475fdc1c18228133ef5a368de7696747d8574fea576f886 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png new file mode 100644 index 000000000..121bb9fe6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8a2b62350cea1acda9871457ddd70a998428d21f7d9444b8764171422e0554 +size 37644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png.meta new file mode 100644 index 000000000..bf5325f13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Clover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc5056ecb8d408f43e418aa02bb38846a513d4544709067948f2647725ac723 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png new file mode 100644 index 000000000..84de147df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b84c0e0887a9c9893379281ba229bde39f7264889242875d2caed761cc24774 +size 44319 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png.meta new file mode 100644 index 000000000..6b7fa817c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Compass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7e32b71c3de38c8120d0aa40f26790a4494c93d8a0840f558e03342507eaee +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png new file mode 100644 index 000000000..3be43dade --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058c8d5150ce485e3209c8fa2cd55caa4c051109046285156e7b21b44e384701 +size 28049 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png.meta new file mode 100644 index 000000000..0ea7f271c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Crown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec99edc9c07fbe16de758df7df9e3e52e1e8d169dd710b15c89effebc70720e5 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png new file mode 100644 index 000000000..32412bc11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f6bcd7aed32894fd493641f908e40c470199b754bb900cedbcdaef7ca3eac0 +size 30730 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png.meta new file mode 100644 index 000000000..549995cc1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10241b1084d33797639645576ac95a842a17e386db3a2a4f3ccaa63111c72a0 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png new file mode 100644 index 000000000..3969dc4fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd38a9aa9a1900dfd3f2b80aa65257963778435f16368253d4c0f06cfec9cdf +size 29510 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png.meta new file mode 100644 index 000000000..50fa034d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dice_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b77faca002644bafe651f0a36f1c2e1c89810e0e2fc5431a9f3f6190188a72c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png new file mode 100644 index 000000000..693973fc7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c214febf185597b5fddd01a614eaba88aeca39d6f5219b3752cf8b12890be1 +size 24835 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png.meta new file mode 100644 index 000000000..d23955cf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Dog-Gum.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80887e59c902ff0dd9961ab142f4c6dc6b2c1619a53c1ee749176505d14ea0d5 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png new file mode 100644 index 000000000..b43d29c05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634e20e85f9b0d134c40324f00686e65bd692b3120e5db3695b3e0e7bde5854f +size 28241 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png.meta new file mode 100644 index 000000000..02d4e8d4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Egg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142784fce902f1d1753ffc9bae0b293ecc90fddbe642493c3253eee23d778a12 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png new file mode 100644 index 000000000..0fe7cb734 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6bb4e1d1c4cf554fc30b3d71894c74a647afcf5f946d257e3ce488adabf84a4 +size 38843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png.meta new file mode 100644 index 000000000..7ebb378df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Emergency_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740e0fca3378c2500d5e5afee1b32e8fc6be34c3ca9ec8c3d20e684f0605c483 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png new file mode 100644 index 000000000..240f9fb07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b51b36c3e39f87428f2c24dc0c3542bcba86022136ab76983b31bbcfa3ff374 +size 19623 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png.meta new file mode 100644 index 000000000..7c30b7077 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a30363b99035f1b5f7010b59c0090c45ba394a77a11bccde8426c364500042 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png new file mode 100644 index 000000000..3131ea4ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075678c0d061998a27e5f21292edc1831770397c73733614283309cd6e0188ee +size 17488 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png.meta new file mode 100644 index 000000000..2b3b26282 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Energy_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c789051a7d598697e2966a089063fb618521c0fb992e38561127f55e7b4dca37 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png new file mode 100644 index 000000000..afea49f5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dffe6bb34821a9cabfd838d0b1f9cef05f0cc33620b178143735e9c734ff0a +size 34786 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png.meta new file mode 100644 index 000000000..ceed1e5f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Flippers.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5834dcf002a0482006350fe623f96cf1095eb6e266cfa3e3808280e04516a53 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png new file mode 100644 index 000000000..7818145e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063acc2dd13996e09650893bf7f01cc40a8742760219382fc946ba6fad26867a +size 45476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png.meta new file mode 100644 index 000000000..dc97246a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Can.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f66604c04e22b7a9f706663212cf2a97107799578d56b29e2b650b5d187b4e +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png new file mode 100644 index 000000000..e0677a6bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81064e96a6622c4979e67ef84a66df7a947e7cd0bfa8810e850d8217f6bf99a2 +size 38313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png.meta new file mode 100644 index 000000000..e604be263 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Meat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da69c7bb8d2dbf509902e9c87f89ae4501e37a3f01ea2f8a43c89f428c749929 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png new file mode 100644 index 000000000..5ac3c810b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8af58994192d781db298077f27012c0ba9b3039ebc87c8c38a1ad499b3cebe4 +size 36537 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png.meta new file mode 100644 index 000000000..ccf4c5153 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Pizza.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebeafaa3ccc9f7f40fc8fe02a42bdfcd5b8751e24d98ffb8dd9551e366078aa +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png new file mode 100644 index 000000000..b350204a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177eb355e865a80f419148d45bff75ab84c3bc1ff730adff65acb23d712b0706 +size 41982 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png.meta new file mode 100644 index 000000000..3f714aab9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Food_Shell.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7850b286320d4ceea279e0d7573aa86c19d970c9125eb92e2a00e643df89bc1b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png new file mode 100644 index 000000000..753a78a8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1fcdb92ac46542d6f4372a3435eb7e80fdead7aabcdedce7ec9e85b46bb3b9 +size 19046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png.meta new file mode 100644 index 000000000..20622685e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Friends.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb229a322f76eb6d4e6e677fda31342c3a754b6d4fddb57081811faa45b7fb9 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png new file mode 100644 index 000000000..54976618d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f97e7334465207e8f778075598f59df927b70eed805d145bb3c78370823a79b +size 39364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png.meta new file mode 100644 index 000000000..0da6d7614 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_GearWheels.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7782dd56bfa203350fa8815c96c15e0aec43a92e923ba8370ebbcc5521b26ea +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png new file mode 100644 index 000000000..64e2029c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045a84ee8bc6f2d437df2f0e1c42a5931e815e8b4f623758dd22e402b12d9a56 +size 19812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png.meta new file mode 100644 index 000000000..04314d83b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c7c22996f8cb43dd2915963b7772d1250c9295c8e833d7831b3acd4c12c914 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png new file mode 100644 index 000000000..9849efacb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa6bab990bc2aa7466c022a902449198c43e1514b0aa82d0d88b1faf12c99c9 +size 20238 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png.meta new file mode 100644 index 000000000..b594eee4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1339e92a28ca8ed19f6396e5e161863af1172182e4e73884e51eeb94525900a7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png new file mode 100644 index 000000000..64af8791e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07efd14164e6750edb73a0d170090012b6912aea936ab6eddad5d839af01e5d3 +size 19046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png.meta new file mode 100644 index 000000000..e34f8ddb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem01_Pruple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a44dc6fef995c6078c1afbba66158a1e1c811298ca3fb63d000e73c5fc5841 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png new file mode 100644 index 000000000..0f587366e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4fed38d1cbd22943d066ecf0658a3aa2762155eb1338e780a6e54de8f516c5 +size 20207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png.meta new file mode 100644 index 000000000..dc7ba79c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4bac640972a184c35d644bb83026567b8a6a8434ed2123fd4b6b9b17bb3e69 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png new file mode 100644 index 000000000..67eb8bc44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f30a346d28baadb3dc3ff1834024b1cade8f756764f4426defdfa00888fe6f6 +size 23068 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png.meta new file mode 100644 index 000000000..e46a94748 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ed6b54f3d9c55a3ba0b176cec154924a0dd44fe8e8fbf6529ff6045908e186 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png new file mode 100644 index 000000000..61ee3fdfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51c7b949f2ef6e8fff0cc4b3e92ad91463defc31aa1fa993d214865c21e837f +size 22447 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png.meta new file mode 100644 index 000000000..7a13c8fe7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem02_Hexagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1cdf3a201591d340db9cfdf82d4590110cdff22c2af002283067e8a27a0f0d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png new file mode 100644 index 000000000..1b7624108 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc30d64c09154b338d5ee13af7ebd4f51c8e8d7c9b22c8e8745eea3d3052ec9 +size 21962 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png.meta new file mode 100644 index 000000000..5f3744eac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bc6fcdf98f8cc1d59f7cb4424f0a44ca9f963447460f6c44244d88dbfefc7e +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png new file mode 100644 index 000000000..95a049ac2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed635f407fdae67f8dc677f70b5cd2b4695d420a9fcbd54e1aca1091121194e2 +size 23146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png.meta new file mode 100644 index 000000000..45e4d520a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be417ec19bf8539ce135d40fc3c6cbfe8c815f5943f0ded08d75923601a2e2e2 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png new file mode 100644 index 000000000..ea961276a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1d3e2fdb1f6018dcc8025e1778020000728c7cd7a1ab34d3ffd67acf069047 +size 20864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png.meta new file mode 100644 index 000000000..d3d8618d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem03_Diamond_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd79561bcf2e759f10b42a422378fd9f1938c5ef493b5fc3d4af0ed8e5aa95f4 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png new file mode 100644 index 000000000..b991fc9f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895e2245488fad6fbd22a4394d12b5353b5c370f826c7d9fd65670e30498bca6 +size 23418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png.meta new file mode 100644 index 000000000..d379549ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53566b6b0ea93138adac1a2386c72279a4058f26e02b69ccb71e3a0adfae5248 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png new file mode 100644 index 000000000..9d465b562 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87b809bdff974c3b6632570f08948e7ebb3f44322b8200916c12a7aaf5ad8e0 +size 22867 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png.meta new file mode 100644 index 000000000..415676c7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc385835e9cac131a27132f2e7f3721a6364e4bdbaee00a0ad9ba9cbf8e5f16 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png new file mode 100644 index 000000000..822e26cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d4f30b9366b3b6e99ead785d0451a837dfe664c6ec6e41b25ee4ead7eef8a7 +size 22342 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png.meta new file mode 100644 index 000000000..1f7fdfe39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ba2888c47146cf653a11788cdc32cdc262d4dac3e82c92607713a9aee9d55f +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png new file mode 100644 index 000000000..1098a89fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520f49f1e4a077c720a689ecce2389b94fb120cacd62dee749fa80dc0d91e820 +size 22733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png.meta new file mode 100644 index 000000000..504568dec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem04_Octagon_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e49d213c1c4d7dd72320aee0adb3cd8a8d16e4204b0d6d8eb72fa95eb4c509 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png new file mode 100644 index 000000000..4c27bb490 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3156d0859fb7cf8c033a50d4e4261fcf465573facb537f08a5d3e59d4012e2 +size 26606 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png.meta new file mode 100644 index 000000000..f05d4e5d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gem_Pearl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daa95d951b4b54604aff4befa09863636a15ee569e1a31ef969210a8f66ec47 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png new file mode 100644 index 000000000..c68552b27 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8911700427aea336cb645dc453475fa336d535fa5bcf2397838e5d4b8dce779d +size 31293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png.meta new file mode 100644 index 000000000..273ad92e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gems.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462fe32dc02fc115c8c338a178452a1dd6ee811782a282404d669e8db2008e9a +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png new file mode 100644 index 000000000..fa21bd57a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc27c592c42d652cc5b22e7961b99a02644f49691ed7de616bc4e658070e9e44 +size 21773 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png.meta new file mode 100644 index 000000000..749afe675 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gift.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bee4fb1e1a1bc92d8bd864e42a1d8772f15af8b04effd6de6c03d035a38349 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png new file mode 100644 index 000000000..c996318bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fcae868f0dbc8de878b037d74d3cdfcb88d0c5697bb952fc0374a1df30e287 +size 25130 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png.meta new file mode 100644 index 000000000..70cb7cc58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8213592a0ed35c236404453916c39eed4185c9d7293ce3f0deee571a90bdb1f3 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png new file mode 100644 index 000000000..ada4a6a17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5731060125763b4b02b6835cfa8373bd9b9d763549b2760ee50e261a36bf3ecc +size 31093 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png.meta new file mode 100644 index 000000000..f3c7b1e29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golden_Pass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1827ad305679df7afbddc46d72bacc38a1bf75c56b01b618f6e1b85a4425c5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png new file mode 100644 index 000000000..4fc405b71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585b17fe99138eaa55ec36b5ddd8b64bbd489d2c5253354dc7e61584e2aeb661 +size 32730 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png.meta new file mode 100644 index 000000000..6d48204c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Golds.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6213a29aa53e4256ef23fffddc9a0837aef6201d3e0e6601cfa2810369b06a09 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png new file mode 100644 index 000000000..1de76da3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe39bbce1215e60e455a41837b118478d1a636fe1fb44bbb040d0a5eb251f66 +size 48296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png.meta new file mode 100644 index 000000000..b38a0bf4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Gps.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486986f47464f6a9fe6f8dc818ee4c2c6b69e099a226f5f2ebd633add26a077d +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png new file mode 100644 index 000000000..1d236435e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8e583e375cf8e10a56dccb72ec7ee392aa6368669e1d480257882a9dbd89da +size 30704 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png.meta new file mode 100644 index 000000000..ab5bbe49e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Guild.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a49c0e3e9ed12703d8b532bb0b3df3ae0cf87ea0e785a243f92f40597b8ff2a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png new file mode 100644 index 000000000..d23e59551 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17935d492ce39e0aa26e7a7604a2400f5ccdebe011f5b79f628eca9561a6451d +size 29012 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png.meta new file mode 100644 index 000000000..4a9bcb2d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hammer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e01016b5e3f8e87149f76b2b7da8560187735844166f5f64dbb2719eeed8cd +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png new file mode 100644 index 000000000..0497500c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441c401fb4155ab0bb2bb5e214fa2ca174614d9869d9cc2453eae703d937bb50 +size 26161 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png.meta new file mode 100644 index 000000000..317e0a0d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ff21e5237be226647bf5201476f68a5d7a4bd03ac39046162159871f98c468 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png new file mode 100644 index 000000000..04e33bb0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede81ec755a7f365441f1f4942f7bad3359a975ef7bbe3d449ceab33cd895116 +size 39311 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png.meta new file mode 100644 index 000000000..8c30dd2d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Horsesheos.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4c2a71167ce23e3cf2b259cd9d84b838656d998b3221b0ad2c458ac90af156 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png new file mode 100644 index 000000000..76648c663 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45003b11e1697c4fb6df49ca436fffbfc78837db4441371954546178f43efef1 +size 40756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png.meta new file mode 100644 index 000000000..e9f178453 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Hourglass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d6915a8be219a3b0c4de0fca54648e542d5c8386d371190b93a751e5e750e6 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png new file mode 100644 index 000000000..f33360957 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa741f6631475e76ea368e49608383184bbda2cd0c24f918a94ba61a53d61d6 +size 24604 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png.meta new file mode 100644 index 000000000..e3fbb6dc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Bronze.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d7c158a88a86f4db7b0dbdd1421b150d4ca97654619a302844c6e581e5ab2f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png new file mode 100644 index 000000000..0d41a1a41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a411595a2c663a4fb03b7e61d15f2b342a4f513d08c76458217698f9715670cd +size 24003 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png.meta new file mode 100644 index 000000000..832448b7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3982c5442911c86b2d0fb7bed92b5dc365d4f1b9bd7c50c2149fc8e0bbef54c5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png new file mode 100644 index 000000000..a6e64c1bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a661407c84e91e402ae96cac08f1f263258ff359ca28f10572dde4aaf9b6ba93 +size 25254 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png.meta new file mode 100644 index 000000000..24c444f14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Key_Silver.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fba2299bca37dc43dcb759d0a121d9bb732208864f64d0c55a63e164da00dc +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png new file mode 100644 index 000000000..314f50f2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4a401b962dc3d49cb26ec25994ad744002c41f11196cded2b54df4ad1673e1 +size 31345 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png.meta new file mode 100644 index 000000000..ddd5819be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Laurel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6b448baddd81a029ed919e73d1a584d46dc2db0938a856f047fcd22a13270d +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png new file mode 100644 index 000000000..fc2d87f57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cb6794e843cd5c5bfad1a7f56043c2ce29af0cc88b38ccdfffc9c64f1dda55 +size 42557 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png.meta new file mode 100644 index 000000000..bc513dd52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Lock.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9f0ba002f6e55ff0916d26a54867616eaa45b641703c68838db074baf9551d +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png new file mode 100644 index 000000000..6681ea124 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ed53bd45acda1d504d32bb15411b0d8d4b27ac27720153b5a60a4b9f47801c +size 22661 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png.meta new file mode 100644 index 000000000..e2e5c4393 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Magnetic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af37d59a893dbefda23c0caa05ea66b2336504a9e29b5b95f7b39f25b6ee24a3 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png new file mode 100644 index 000000000..494d92951 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e223b0eca08a20c7bb4ecf7c1e52f1fd50dff894054de5c0d0e9a41126fd87c +size 18493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png.meta new file mode 100644 index 000000000..f1de158a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cf3449efce2df5780f95c26843580bc3b250722fbbe7a37902f5fd0cec8bfa +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png new file mode 100644 index 000000000..86764d573 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e74497f9b9e0ebe75171c601f37e860cd3ff798f6eb46828f75df759d6f9b7d +size 29901 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png.meta new file mode 100644 index 000000000..464a6cf17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Mana.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541e820fdf356dfbd86ced3b8497cd693d8f78b492a038f0603b27c823287a92 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png new file mode 100644 index 000000000..d4b3da03d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743bfa05550ef011f8c38734d65c06200ab044dcbc97890f52a7e2be819f54e4 +size 35768 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png.meta new file mode 100644 index 000000000..7ebebc15d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Map.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf20c710aef9b8446fbd06298c61fa6636207024081834555ef20c2f23397eab +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png new file mode 100644 index 000000000..b838831f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a87d5fb33122528ce41ecb675938d4000ff3c8c18b283f5e67d062e1dbbf8f +size 23564 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png.meta new file mode 100644 index 000000000..b77f9114d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Megaphone.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6b47e195f60b6857cdf5468c4163689475139732df43bb21c50574653000e4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png new file mode 100644 index 000000000..220813804 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272313b540944836239f3ee0e825c0270e1bbb27a6e5b2adf5855517f8500cf1 +size 33887 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png.meta new file mode 100644 index 000000000..206f7f1b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Missile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f393b4ea7b134cb5a1b29e68d41fca697b5535df9f9a70d818d1478fce8c883e +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png new file mode 100644 index 000000000..2e957f7c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed79c645ea0085b4f19eca4107c676b5d82f45f154031514b6a25e505b47a77 +size 11100 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png.meta new file mode 100644 index 000000000..b1dcbd0ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_News.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cafa9c26b4102272d06f6766a7544968f4d533e7b88c3aa465559517832eeb +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png new file mode 100644 index 000000000..de2f53f7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c77e7bbfe72450ffd16766791e7d391fd1f47858d51221c59f9b232ee344ec3 +size 33760 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png.meta new file mode 100644 index 000000000..88613d533 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Nut.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702a263cdcf292577396f61785f2bce4e8cf751e29fcdb0c324366c1487b3653 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png new file mode 100644 index 000000000..a26e320f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c818912ad97c33266e2e671b7c4788ab217779ddebc7ab5fc31c25aa241e9168 +size 39964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png.meta new file mode 100644 index 000000000..607e52081 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Oil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b9fbd056c8639d712f4a3e04bedbc8e09b75f75348fab276efbbbc6f376fa3 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png new file mode 100644 index 000000000..6c986967a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78985a23aa115ba97502c1d7a31eff6c75df306a21a589067bd465a384da231 +size 21008 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png.meta new file mode 100644 index 000000000..fb1979d9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc7ac90f24480a730c250b1e76b2c61c681b91eb0c0801a2ffd8b4972c234b4 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png new file mode 100644 index 000000000..41637c580 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd19fb8a0b776b35ad6228165b5ced2a32878b0cc196cb3fc16ec33a6c40fa87 +size 21330 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png.meta new file mode 100644 index 000000000..966e2ecb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64bd4984e0758cacba70cfa0a1e9836f1d85eeb5601a17e357a781e84fcd9b0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png new file mode 100644 index 000000000..1b557a4d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e0f20decb943c441e8dcb19de7bb003a2cc6c303e0b047f43fcd8649cc534f +size 21653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png.meta new file mode 100644 index 000000000..b7288c491 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58246b3b83ca57d267b371a255e787247bf28636458fba95d290e1e66441d314 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png new file mode 100644 index 000000000..0360decd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8991d635857af405be9d8527635e1c074d1e1e83c1832fbe826f9f2e69355872 +size 21191 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png.meta new file mode 100644 index 000000000..5954d13c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325db8278e80f0a7f0f98b24956d4049e264c5b203521e85881036d678357e87 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png new file mode 100644 index 000000000..e509d010b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105797618d395f14f158bc79cdfbf3601715e9268c95742e88e73cec5d96ba24 +size 21655 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png.meta new file mode 100644 index 000000000..2235aa04c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208e28cf803bb10c9a3d3e5a5470de02ac6cce630c3ba2d53e1172bd4ab3daa4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png new file mode 100644 index 000000000..d7cd147af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d584f9afd5770cb025a12930c3f386a0eb7b89330abcdda00374bcf1a885f227 +size 21453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png.meta new file mode 100644 index 000000000..b9d2b170f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion01_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecd5abc1154dfd5efc88f437f9be8801af93d4317deab64e7dea76fd7456d1a +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png new file mode 100644 index 000000000..d6ed3fa54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279395eea334e67544c1c4ece724ab8bbb29b0fc6aff3c8824e87d1921699d2c +size 23864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png.meta new file mode 100644 index 000000000..5fed925e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e781277b54086b15b5cabed032b8e7d35ccc5e5bacdcc8b2758342dd5b6bc5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png new file mode 100644 index 000000000..81d034619 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3ddf496fc9f394b1d3ceda0aedc7abf197afda97d9d567d5407416707f7355 +size 24526 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png.meta new file mode 100644 index 000000000..252a7bf8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a32d5842b39dfab768778f5661680356c92ffe4144af3ca49d661bf2aebbcb7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png new file mode 100644 index 000000000..577911631 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207063802c4df53d96b77ba887c514b19cbe91cdbf2f8748bd0274279aac0c41 +size 23207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png.meta new file mode 100644 index 000000000..092014e92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ccc424204ce7e3b52563092d60a418a658a41875edd66e4a0405b713f6330b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png new file mode 100644 index 000000000..5060b07ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7d07b6b03585ca69e669fb5e8075ba192bb4129ac99040c05b32c368ce217b +size 23234 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png.meta new file mode 100644 index 000000000..34eedd53f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b9e6e1bb022fdf25f8dd4d798335ce90c7f7ff476b4c0bb0754d893e2752f2 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png new file mode 100644 index 000000000..84eeae55d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ef8f556deba399ddbfd8b220309674a487c90ea8592775adb8f40333ad4301 +size 23686 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png.meta new file mode 100644 index 000000000..fac3647b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46923590b606480650af3a4818763df4ffe3d0796c13bf8ce6718a2c9ee75c70 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png new file mode 100644 index 000000000..1e7139137 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f68eb19f195781c2772501b02cc7ac46f1c7e6a353a79d10d22e99bb98536d3 +size 23324 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png.meta new file mode 100644 index 000000000..b0440ca0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d543a1f4fbaadbd9fcdc5523396c8b797c6f08be41af4ef2fbf2d53220883e9 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png new file mode 100644 index 000000000..0b94f62c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b789bc3d3bd8b187ffcc4418d92e13e1e17238469a9e7d7ed3438acfeff542 +size 23503 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png.meta new file mode 100644 index 000000000..f7e885953 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Potion02_YellowGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8148a451235f4248123b36b3263c901f33ac8c0a909fa509fe290428922204ae +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png new file mode 100644 index 000000000..0bfdd00a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b80c68e1e62bcf89cf47d9c519a4c42f45d4c346068d8771a7c1740890a2b7 +size 39021 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png.meta new file mode 100644 index 000000000..4ad18c253 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Pumkin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7e68d08674ada6c5c3616535ac91c43a43e071fde14dafc1424aba66cb4fd0 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png new file mode 100644 index 000000000..75c66e8da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b476d645aec8c73b099277d4fe353858278aac56c9649e0e93c8aa313729d379 +size 16494 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png.meta new file mode 100644 index 000000000..5fbf8df66 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Quest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02351dbff5c447509cf5319b03aa27517d7c3cd42050d239509396467677b279 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png new file mode 100644 index 000000000..e486c3ae7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce248adb4902320feaa1b9933c6ee3a333af60bc8026c95f1770aa38733aed4 +size 18252 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png.meta new file mode 100644 index 000000000..267556f38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Ranking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deb844bb020c6a6d08803acaa584b3bca6b8ddb997c330f5adbee22973550a3 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png new file mode 100644 index 000000000..db94db706 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2e357a5e7d1414813589af4c81e559befe24780b9cf980f4aa05415be1e147 +size 26266 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png.meta new file mode 100644 index 000000000..417e82889 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0130232cf42d73e4377f006155d51e41ed21b73decf2b7be0a50fcf2247aeec +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png new file mode 100644 index 000000000..3f7d1593c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c7fd2a21888f2bd4720efd0633fed7735547749716b031fb8f451a0b4c0f05 +size 13243 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png.meta new file mode 100644 index 000000000..fea83320c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3a02a19b0c09746e53394583ba40f4181ab11a7cc317b02dbf883815779102 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png new file mode 100644 index 000000000..d65b96bb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d79fccd38d7e60398b6337d32d3a4c2264c5c2e6964bc1d5836328e98c7410 +size 26539 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png.meta new file mode 100644 index 000000000..3617a5b23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Shovel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f135f7cef79171d694fd027ffb3e5378f96017a833682fbd0391f1d588690072 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png new file mode 100644 index 000000000..0ee909b99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac80d8de322b0091ed0779240c10bc0904ebb6233a54944437e20ace42c8544 +size 17708 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png.meta new file mode 100644 index 000000000..7cd3d8d6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7c6213667d2a00e7331f970fa861c15e2886fff9815a0425ce9f284bffddab +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png new file mode 100644 index 000000000..e00513a88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c50c3a37c0e15cb0fd4a9f6aa3bb9d5a7f299673f4f437e40d802b2a29783f0 +size 29716 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png.meta new file mode 100644 index 000000000..189ffe191 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Star_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10028741d69079f212267c2a7b86c11ea9496b460aea3db8b4a87ab2c4314889 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png new file mode 100644 index 000000000..df8e28465 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd351377cc21c4477bafdf8a294b32eadcced6b7b408c4543f39a2977510109 +size 39753 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png.meta new file mode 100644 index 000000000..aefbbb95a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Stopwatch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d4b3ae6e7eefcd7bf0a9860b7b61b8eae2fc7a25e57fb964a97a620e9b4c5f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png new file mode 100644 index 000000000..3590ec1b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c341652ca76ffb3ecd50d5d7e57cd533ba2cb529ba72b178af071b21da71db98 +size 19258 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png.meta new file mode 100644 index 000000000..3c8620779 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Sword.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485f24602946ddf5c47d534c6495222ced88413ec2e7835639a5e759ff7cb8bb +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png new file mode 100644 index 000000000..786644448 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12c07295a721fd36c0ae3f0df2249e4bf8f3c3acf8c705e95381e1f89e8aa20 +size 33944 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png.meta new file mode 100644 index 000000000..a91e12d1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Target.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44662a4bce7fae6eb14a7f9492160f30d4df816b37b8213606d5e605e4f52e20 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png new file mode 100644 index 000000000..6f860a386 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dff95e5199cc9827ce99297fa90dece1baa5785849f5b49742b54d093cb94fe +size 44171 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png.meta new file mode 100644 index 000000000..995d7a0ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Timer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6a23834d897418d99b1cbef75d5e710110beb6a3a2e18538d68a7b289de8d8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png new file mode 100644 index 000000000..7a52f9dfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cc7105f04e830c5f3aadd455b9336cfc23c2661d62dcd21c67ff4238dcecbad +size 26401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png.meta new file mode 100644 index 000000000..d704d001b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Tooth.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce858e06b287ad18093e8dc22b7639934d89aa64b2711056c8ccaa21c4730a4f +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png new file mode 100644 index 000000000..ab61f65cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27c5c401366fc51c10fdcafe437b71cf70a8d38c4cead6936f50f2ed95a37e0 +size 18107 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png.meta new file mode 100644 index 000000000..7eb3ca7b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/256/Icon_Trophy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46e84381168e04282c1314fca2f4d1850b37d55762d92b6c1b71b93028bb667 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32.meta new file mode 100644 index 000000000..0b3d76c17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7b066cd6407c4294ea644e950907c645378258d3d18572e45a409a30365a10 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png new file mode 100644 index 000000000..4c11126f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750738c679e8b8a73d0d4cbf437e53659fcef6882e3ff63c0f7cd0cca21471c2 +size 5693 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png.meta new file mode 100644 index 000000000..453f5ff3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Adremove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce43344d0202887e8bc4679432b44c5d9c25e9bd127cf374c04f0a31e894efe9 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png new file mode 100644 index 000000000..c1930fb46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0994def414177bdf7b4613c5be1a6169e6426c6225d0d319db9b5f92c6f179a +size 5251 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png.meta new file mode 100644 index 000000000..89c362866 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfb6b112d06fb752d8c64876794be4ae7ef8ddf1557e4de186d95764b4f70de +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png new file mode 100644 index 000000000..7b7b16198 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84d3b0cad7732e6fae036ff94623bd0aaabd4088b776e82835ebf4b9f8ef0f1 +size 5433 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png.meta new file mode 100644 index 000000000..fa64964d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Battle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892636c46f1bc3a77aa566191db3097eb2db0e4b049de1a37b9b5a8e967916cf +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png new file mode 100644 index 000000000..da6634238 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba1856417713b2812b2b328d5ae4df2dea47141e6a0eb75444be999e4130e03 +size 5510 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png.meta new file mode 100644 index 000000000..250f89fe1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bolt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b211de42aa055af67f5cee3cd6884f6fa50f23edf5f4f3d4fd6724d9ddb5f7f3 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png new file mode 100644 index 000000000..803f37d0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983286181db52f94c6da9cb591225b60fe270fc989ddda34a76b9f98467cf556 +size 5665 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png.meta new file mode 100644 index 000000000..cc0472101 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3d4a0a9e98223eb04c75468f2b8d2a1cf0ccc9094bed722ca32a1b89238c05 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png new file mode 100644 index 000000000..d7e5ecda8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcb75ea27ad34dc94b12ea6ca70a289d493d2e87614a5b6a4bccaac5be42932 +size 5326 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png.meta new file mode 100644 index 000000000..87cd40234 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_Dynamite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a919fe2f3b913e78a7adf80aebb501877b5728c82bf6ee51fe1ce140143066f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png new file mode 100644 index 000000000..ea8cc5fdb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948dcf0289f1f7f32db603092c04829ebe52f12e7c1338dd889222dc5a7c89d1 +size 5872 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png.meta new file mode 100644 index 000000000..fa4fcfcc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Bomb_LandMine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e31c7806889e49cfdd6239f532a1e8170ca7f4ec58628a84f349b35e68cd1c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png new file mode 100644 index 000000000..a584b8365 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcae178645b9ab7812cef8a6a917f415bb4dc646eac1d6fbe81e102f6e67c02e +size 5569 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png.meta new file mode 100644 index 000000000..eb7b22137 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Book.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f22b9a09e45432c618d24feb88e7ca5ee8f4126f1ba28c9723f74830e55824 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png new file mode 100644 index 000000000..9b6c44cde --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c0d978d1e47cd99f9c29aa05ffb9f7f1db6312f9ce87222630268930512eb7 +size 5659 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png.meta new file mode 100644 index 000000000..52b787321 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Booster.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19129ba45a71011cefda7f4a00270c43cdfd21a2734e693d998400683438283d +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png new file mode 100644 index 000000000..adbf8b6f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c0407ca72209e62b0cbc8aa2393c6590e1593f7c7d8921dd2374da3f6f5026 +size 5446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png.meta new file mode 100644 index 000000000..3e78f2cdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Boots.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09305bbb7d9aab3b11d5532ad01a5441d2499acd1c8b66564cbe51c5fceac62d +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png new file mode 100644 index 000000000..b3da41cd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590d7dd37bd6c206a3c021976579624a20dfbcda3ff13c3c49673bf2c618a60b +size 5334 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png.meta new file mode 100644 index 000000000..d5203b453 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_BoxingGloves.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf31c88af3dbde93e5ab82b63e14fc73748825f73b7e04c49ee68dbb5eb2678c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png new file mode 100644 index 000000000..b2a29a5e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9da8fc03fcf53c7d1133f5e1f3c0693025db2f35e2f53309748b740f67cc759 +size 5281 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png.meta new file mode 100644 index 000000000..b419d2e12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Cards.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c79c72b1ce493a57bfa973f2634537b9a70b451cea6b9f3ccb5cf6e6fcce8ef +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png new file mode 100644 index 000000000..8bcb32ea8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9257cd1ab2625e24385f6f2f45a6625782e176ed342f03b83a7fe67a249fcf +size 5506 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png.meta new file mode 100644 index 000000000..f98413ba0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Chest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5046e44be3a054208bb4d898b1ece79ddf4d43dc25806cac3a91b2cb021117 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png new file mode 100644 index 000000000..b836fa819 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3f6cb518765f30c2c958a92b26be9fe2d5e5c962e1064b290ac7050c0e3fba +size 5966 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png.meta new file mode 100644 index 000000000..7de5e0400 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clan.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458d7ff129f4c4566254eaa97ddb2e90392552321cb8445529f34d05cb258219 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png new file mode 100644 index 000000000..ad914211a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6405433bd251bf3a553571a0a7497d0bab9935c229cdc649fdb3860f5cb70a48 +size 5609 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png.meta new file mode 100644 index 000000000..89c667f0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Clover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac84b42ab827ac886d80a567722aa41db565036f2efd63918315eaa428970ee +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png new file mode 100644 index 000000000..6c739414d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9adbe4d92018840e22419d593c22aeab55b59f81396bb3df05bea9254486a8 +size 5661 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png.meta new file mode 100644 index 000000000..280a050d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Compass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a935f1cb7119a437b2072314dcedba5ce06e1b01552033ad847188283d15415 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png new file mode 100644 index 000000000..8a3a959a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6d1c0634ea219864c34df76fd797ca63758ce5e41cdf9765b31fa8ed984b10 +size 5510 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png.meta new file mode 100644 index 000000000..b4d60a657 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Crown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2e2b7942e765fb00dfe0c71623418dc8ed0ac11fb49bd864798b1157523a05 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png new file mode 100644 index 000000000..4eb46f7ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072ee7b29b026263a097d26f09e8c374337a80bcf366843fd8fc756d28d177d9 +size 5493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png.meta new file mode 100644 index 000000000..2ee0cd754 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e3e02acb7b4c97f33db5f4ac499749ab400c63e675e99f0a1da8a112a5f1e8 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png new file mode 100644 index 000000000..7d6991db1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7439ae769372e087a64705af4a813aad5608efa953125cec836ac07c422541c4 +size 5438 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png.meta new file mode 100644 index 000000000..750ccc27d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dice_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b373b8fc4e156d8f1ec0bc40c1b87c6509a8263918e72d17838c367e9da1ce93 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png new file mode 100644 index 000000000..8508a3e24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96ba88b5d7d95bfc41f9900fd9f6f220ab8c2e104084a05c35da1b3723e3c92 +size 5097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png.meta new file mode 100644 index 000000000..161010fec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Dog-Gum.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bc75d78554be5f62e9a10bdb0f82995a7999ccae718576d7e0063fff34a7d4 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png new file mode 100644 index 000000000..ee1340fe6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44360730d5350cff3723ed00a551771b608cfa63f189e2a4f3bba07cf42b561b +size 5475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png.meta new file mode 100644 index 000000000..67350c7d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Egg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223897d7572e6201f17503ad96766865b33fd65302bd02072bc01441c52ad05f +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png new file mode 100644 index 000000000..edb25a6a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8742d12e64553b2245aff9c0f2c84293e3a325c4623b0a3e1c59feae577da168 +size 5825 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png.meta new file mode 100644 index 000000000..6574a2cb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Emergency_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cd828ba76888d9d26c15d871acfba5802faf003954bd815c4f826fef9f8da5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png new file mode 100644 index 000000000..c7900190b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1cb6b300aaa5729e90cd0b250a0eff9e4eb22118cf00ab9f13c607fc695f45 +size 4873 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png.meta new file mode 100644 index 000000000..9d44d3542 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a20b5d3b70148d5d735cff7f3a653af797181737129900d6292e21caffd0ae8 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png new file mode 100644 index 000000000..7009628ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2531fc454c865f2f3568a328b65c09f491431709057da6f96d29203b7aa5a5cb +size 4709 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png.meta new file mode 100644 index 000000000..79f7dc909 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Energy_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8478cc0c5f476faaccf54d4cd7245e110b665abb9b9284e280292e23f6be908 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png new file mode 100644 index 000000000..cba6eef83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1eb882e17d902056c2c5de1d1203a3b53203ffe297048a05b4080caddb4579 +size 5501 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png.meta new file mode 100644 index 000000000..6d11d18a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Flippers.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e155ea26d461b123d18c1197fa1a727873368913fb90c49c4a866a3a21df1c9 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png new file mode 100644 index 000000000..7d5d64156 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce041124bec3073572fae6cc03bb06edfcb282e66687f788bb5037de9fc23dd +size 5806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png.meta new file mode 100644 index 000000000..9acf94b1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Can.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9f5200a24786ac9a3a20564a36f05e86479b00587ff3b99f1e648afcf1a04d +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png new file mode 100644 index 000000000..1fdf0afcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a4598505e91e7cfc46b1d97e8b8f6c251979e05c701ab93703349d30218c9d +size 5534 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png.meta new file mode 100644 index 000000000..cc3366633 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Meat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1f25ae4665b0ed6804beff8e5916033dca5a4ce1feb39233deebe0a08a445c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png new file mode 100644 index 000000000..11416e529 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d892529de1045f141dcb30a8ed32ac9b3fb716808f7e262adeb34a5966cb6654 +size 5498 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png.meta new file mode 100644 index 000000000..95a0221bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Pizza.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe5e3c03c706593076064f1ffe35e38a925c3efda5fde41e1be1c40f5f321c2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png new file mode 100644 index 000000000..27c8b17a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df94013d61827fc7b33a6c77db269078f04c9008775280e3792003b2a07b7d3 +size 5689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png.meta new file mode 100644 index 000000000..836d9b31f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Food_Shell.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1659980a3f782975fa7a55982c1ac082a83e1225c3998a59c0a2d0bd6f4a5e67 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png new file mode 100644 index 000000000..7eaab8b33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8ba149d6d69828a7bce0564a7ce256a4019e9375c85d7a2771927f29388c60 +size 5083 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png.meta new file mode 100644 index 000000000..dc0d7d636 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Friends.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9a9cd62a5e037722aa85f3c5df9ac8a45d353501b39968540a5c52ee030bc0 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png new file mode 100644 index 000000000..97257def1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f29b3e611959624622f5f62ceb6f5b781ac7931f48e0a81f3532259eb8d3dc +size 5597 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png.meta new file mode 100644 index 000000000..b519bd3f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_GearWheels.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760d69c667e7001864a781057026ee55d3863d70f175e763bd736d92999c0f0c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png new file mode 100644 index 000000000..d5abd9904 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619d6a0266d2e571fc237f63575835455d0db6d64a117cb6c3622c03531cb8e4 +size 4918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png.meta new file mode 100644 index 000000000..b02aa2368 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1ab760a90966d9564ed3c4e057bc521cab4219d2e4778846d253f3844def21 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png new file mode 100644 index 000000000..b001d122d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da1e360d2dafb71bd7afc601354d053da5845f6f7e31dd0cc5bacaf2ab8d479 +size 4989 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png.meta new file mode 100644 index 000000000..48e894143 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604629b5b0f30cf4b90a36751d18aa6a8fa99e6882513c774fe68e9341b9f21f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png new file mode 100644 index 000000000..fafb0f350 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4c5596be2716ab17d329d3cdd88aba77f22575615b9f38da19f60d1e0a6dbd +size 4875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png.meta new file mode 100644 index 000000000..db870fec1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem01_Pruple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5840c75a2e9febb76751dcfab0ede429da47600fd0634a99b4405ecc01f9c11a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png new file mode 100644 index 000000000..9a1629ea6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeb962694d96dc76ac100042402d12f88bb319ff8146ecf5001949fb424710a +size 4981 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png.meta new file mode 100644 index 000000000..fee9564a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba4704a871ee7d7a8e70cf6ccbafb9346f078dc6261390c4385745ee803c5a3 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png new file mode 100644 index 000000000..31bba7bfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943de99335ad38c96f48e328d404728716ffd6795bfcce82b80b49884d55b702 +size 5330 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png.meta new file mode 100644 index 000000000..003994e9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c178df1d36ae5a51fb6a99542364ff707f1fe2fb198c98686bcb775f15cec75 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png new file mode 100644 index 000000000..8a278393a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b144afc4291270c0cfceefbc7ca93576c7b21e1607a656c257eaf13c411b6d +size 5224 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png.meta new file mode 100644 index 000000000..8810c95a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem02_Hexagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9991cffae13fc7aacf2ef70ce9a83534fc775857c7c55a0193642ddc65fbd53 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png new file mode 100644 index 000000000..2d9ad9423 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf986591f85b9f68e62a638db3aceed3efc91938160bfec50e01496c0d68359 +size 5078 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png.meta new file mode 100644 index 000000000..e147123c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8988b8365130bf8daed9c992e1b79ad9a12993652ee862e9c966c482b17d5bb +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png new file mode 100644 index 000000000..0f6a6173c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95757d631d888f521ebff732999b8e7d20801fa1c55bab7f9a9a19ad762b30c6 +size 5187 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png.meta new file mode 100644 index 000000000..ef37c2944 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19c167fa0947cbecf83e3741818577456f49f0c14e99da187223aae932f323f +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png new file mode 100644 index 000000000..7fb02736c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9424d0757fb37202dfcef361c756ea7ef945cc03fd05f64c601bc07920ffb4d +size 4922 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png.meta new file mode 100644 index 000000000..f5ad90de8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem03_Diamond_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af7cec5b99f95893d32ab7841299ab535309ad955413574ee07661d8b578f88 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png new file mode 100644 index 000000000..ba54d3857 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a2573923f804b74226530fe39140618f8ce3178fa4a530ffe7a22e556f5a82 +size 5071 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png.meta new file mode 100644 index 000000000..8bb0ee186 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959f7692794f2d51b42bf7a4f3651fafec5903a2069a08977bf31bc97c4b7999 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png new file mode 100644 index 000000000..777a287fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4509f0d936771418e9f9267693ef2ae336b14bc3c6d4a241aa88b21e5d8376e +size 5030 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png.meta new file mode 100644 index 000000000..b3879a419 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2822b96b9770050941ef1126b5ec5173c228f95238f231cf05d4bc4a5c6a2e05 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png new file mode 100644 index 000000000..9f743c8b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e1a4046a1fa8936771048305d49df65b40245465de53efcc2ca89c34807645 +size 5051 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png.meta new file mode 100644 index 000000000..9be419ff9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ed214c2c63cbe363ba4439fd448f6e320c04d012f473a0dcf69af8b50292f1 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png new file mode 100644 index 000000000..f9a709c11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30bf8698c3ba5315844802e6c1822d7af5bbeb660d19de0d1fa3e9ac75bc4838 +size 5032 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png.meta new file mode 100644 index 000000000..c42ef0aec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem04_Octagon_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb70ecd6bbc9eeaf15643a21e3a9fd0d0f326b673fdf58764f808f83d8de59aa +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png new file mode 100644 index 000000000..da027b6f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34428788dfbc600cbe148398e23c571b64da69c9e1a16b306bbc8249e27a1966 +size 5191 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png.meta new file mode 100644 index 000000000..0583d518c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gem_Pearl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209a7c38c372fe3f267833006a123a419b619581a0e7f1b2fa4d606bc14f4d35 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png new file mode 100644 index 000000000..dc0453930 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4931903a8b7a09a8863de0cb6000df573eb419d4fb68085001c9939229bb9dd0 +size 5404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png.meta new file mode 100644 index 000000000..1b8932eff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gems.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc684b455272a2df4f78ec05b83da8ba61ae601973c5a8fdd280e12cff7d09f3 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png new file mode 100644 index 000000000..4b9f521a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61393d5ef5d259f651e05027a23febc929b5ed0cb472fc43481da9bc8bb39ebd +size 5175 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png.meta new file mode 100644 index 000000000..ecce68131 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gift.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eddde3cb4297591b914b64ae8f518a80f0ac52bf9b0466f3166e481812bddbe +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png new file mode 100644 index 000000000..5a05d075d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558578c0ccac5fd430f3a398400e17daa371d3c78d8011c66cd3aec04fbec301 +size 5201 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png.meta new file mode 100644 index 000000000..434891332 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e35f7a9fa908d2ef040daf73ec735f2b756975b291d40dc028db3ef9a81cc3 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png new file mode 100644 index 000000000..a42b2568c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b77276a1440fa75d490af2972e795cd5818a70da04e6610986ccbb226cd096 +size 5439 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png.meta new file mode 100644 index 000000000..1b8a50822 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golden_Pass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480d573248dc95765a08baaca69d935cb5bfe3a08de866e52362c2f0e453212d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png new file mode 100644 index 000000000..bf191ce6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fa591828f403c7b08790bc695a95e1c259f26926b1728e7915e5833bef967c +size 5472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png.meta new file mode 100644 index 000000000..9eee676f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Golds.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1da7bd22972ed42e230c118059ffbe146ef286a8f5ebc07e2c6f980b70e4be3 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png new file mode 100644 index 000000000..70d9bf16f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbd44fb8dca30af920efb5faa2cd3bb3ab21dd5e7913be6092b7966144f2197 +size 5927 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png.meta new file mode 100644 index 000000000..c238be58a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Gps.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1d8bf37c9863a9c1069875181a38552c1ec3de7ba71d09130c18ae715168c6 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png new file mode 100644 index 000000000..c4ad3487f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ad8aedb8ae65f8adefe7ebd32cd8a18fad1abbdc641d1ca49b586877cd4624 +size 5605 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png.meta new file mode 100644 index 000000000..61e9476f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Guild.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48835dfc889b6f9c66a980d8264f3cdcc0fa8b77517dc9590b6ca71709e9809 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png new file mode 100644 index 000000000..806ddeb12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d81cd2d70f69ec7d31eef761ff1fd31ee782e232a8c88027a67fdf060926ca +size 5413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png.meta new file mode 100644 index 000000000..3e14335b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hammer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13189d2bf8fb3de762ee42629af11b243e7c9f4f84ad895ae7cdf6b5be42310 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png new file mode 100644 index 000000000..4fcf282e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f86e52d346a4536f58978f9ff0457cfe6c3be32822f62fe674884d7f559b373 +size 5299 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png.meta new file mode 100644 index 000000000..56344a76b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a2ce9ea21e8b5c2d8a49ec150d0057b2213396ef50474c3871cf3de8dd6b37 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png new file mode 100644 index 000000000..a39c5baea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb8644e99091d711fb132138053642dd156df0a745f6fd655da21c5e041d5b8 +size 5602 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png.meta new file mode 100644 index 000000000..53cb9968c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Horsesheos.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35481681d9fefb8108c94072bccf2cf0f7134a4b7fa750c912e0cffc392e8e8c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png new file mode 100644 index 000000000..234a95009 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e75a49e49fc9e89dcd6284dd6ba9cb0ad5886f3566572a2c347982442af730 +size 5775 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png.meta new file mode 100644 index 000000000..b7d372cec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Hourglass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad27074bdae63ada2e551bb444ad65e5deb0a53001010d3d0c6fb9394b4519d7 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png new file mode 100644 index 000000000..4b3ec54ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4fe83b9171fcf83d8488833a40a1d072d4c7ac61c34a76652b27b3edf96c80 +size 5394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png.meta new file mode 100644 index 000000000..acc074d96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Bronze.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a830591482ceb60cc836cd08d42e85c0abc31a9022639b691dbcea6c74fd36ae +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png new file mode 100644 index 000000000..0ed8e71a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6171ca6023bb8659099c56452d4ae60c9c603d71d2b21e9181f2811ee0efa40 +size 5325 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png.meta new file mode 100644 index 000000000..8a5026257 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c829881242d851fcac5e72faa986de38b29aac9697c73a9474f741a82a8891 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png new file mode 100644 index 000000000..0c06c74c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cb548f11745defa7d3c680a5e0a44ccf8bb0dd61fabd539a5afbe56e404e55 +size 5390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png.meta new file mode 100644 index 000000000..4100342b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Key_Silver.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cd2e0f32d834a623160a13210f0c1b077fe507a7c2bee9bb3f1bf79c1d5a7d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png new file mode 100644 index 000000000..90d10187b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a684259f016ca5d787d88246bb21e1c6049431a36832d4661565ed4ffa20c0 +size 5383 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png.meta new file mode 100644 index 000000000..444462209 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Laurel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d4479aa4d5e36fe49769a56c55012edd6711c065bc195d8e77470431a6ad66 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png new file mode 100644 index 000000000..9973dcdf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b659f204fe34437257b27833407a7c8f065fa21666988a23664d7f5a4072de7c +size 5659 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png.meta new file mode 100644 index 000000000..e8829f88c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Lock.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd11b84038264bdccefc7565c7577e09206c20ebd2599b89f2be74162702c62 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png new file mode 100644 index 000000000..6daba54c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32ca170a56dabbf80f40940828abc41a494bf34efcbcbbebdd664e3ba490b3d +size 5202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png.meta new file mode 100644 index 000000000..66227cea8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Magnetic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815f6b6e7a29a18d4fb691f6f109e48e57d76a7f0a3c0d77053455fdb598a556 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png new file mode 100644 index 000000000..163708973 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11751662c67f8a1a61e7a808051aec406a2838206713b2978a2873628d6407bf +size 5174 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png.meta new file mode 100644 index 000000000..b04a89594 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76772df3dd0a87f80763028b34a830d297f1e205286aee80183af3c53df1447f +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png new file mode 100644 index 000000000..5a39ace6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c30589ed0f0b1556ae45de2a31a4d58fffc1cdd693cd6adb2918cdfffe1736 +size 5332 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png.meta new file mode 100644 index 000000000..887722d1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Mana.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e459e18ce2bf4fc1e3fa531185fca918ee8d9ef573587a108c77fe1ac5f60479 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png new file mode 100644 index 000000000..b36ea1d0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da2d8dbb42228e53854100779b3dcb0d0006ede9ae221dd917feacbc3131241 +size 5670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png.meta new file mode 100644 index 000000000..cfe3336c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Map.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4de88784cad4b8608e5f55e64a13692b20fec626149064230aa5505552206cf +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png new file mode 100644 index 000000000..67effe4bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31f9286b3b714c9ec2972a17d9af6f6213495960354fc1320402c8da593d9d7 +size 5060 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png.meta new file mode 100644 index 000000000..b3bcc3238 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Megaphone.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b0928760cf4e435fcf38958ac1a53b90f5fe1e9999da8a334c7d4441b31fc2 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png new file mode 100644 index 000000000..ffa1aaf57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1197e2c6e18fb2bae5b164406822d71f4720051981531db7ae9d76071da7a4a +size 5442 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png.meta new file mode 100644 index 000000000..4852ad9fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Missile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a3591949b06529aea22481448d1b3c3e408be7438408e8953c16cded7eb85c +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png new file mode 100644 index 000000000..72ad20e00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4840b33a45480f0668f408596f8bb4014b36f972967e57ba7f65bc365f9050 +size 4706 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png.meta new file mode 100644 index 000000000..02572558a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_News.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516207a6260bd594f89352ae996d1d35283d09260beff71a1a410a66eca85f1b +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png new file mode 100644 index 000000000..b3d5f8fba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cb1d9cdeef68fac12d3ba2c2a02bdb34737de453f0ec944735fd69edff1b50 +size 5636 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png.meta new file mode 100644 index 000000000..73adcedaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Nut.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c01e3fc4e9affe63015360c0c831330a38a0c87df3be8b0abff08b8cb46a95e +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png new file mode 100644 index 000000000..2a8d81289 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce2591018023ac2ddb0bf85da4680dd31a28e8bb2d04d6e90bf6329e7773305 +size 5861 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png.meta new file mode 100644 index 000000000..8fce53aa3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Oil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8c9a3b0d3623d56478eab9af94e24c73de713cad15c18cb1d4d476344e0a67 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png new file mode 100644 index 000000000..c612af3d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5666f4f60cce64d2d9c6d821ff0eacea00159e1520f0e10f2796cdf201df37f2 +size 5239 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png.meta new file mode 100644 index 000000000..e66bf11aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dde1746a96f45d1cd8b654b9b1ba10be23cd5c89e124ddc5575e198d27ba86 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png new file mode 100644 index 000000000..dc69debb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c021e0bf8e18ff86f9c9d3714a4c7bf84050ca6dd804987dd9c9f5f7f63a63 +size 5242 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png.meta new file mode 100644 index 000000000..50caad7d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a7077bfdccd668b011fb68f9bf77d9b071921eb704f8b6b52c7e4b3f61d666 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png new file mode 100644 index 000000000..5e7343794 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4607debe46ca0eac78ab095999654f0c18dce275ed7f54b53970d48a9e1ea9a0 +size 5181 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png.meta new file mode 100644 index 000000000..5c02671ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5d28b410be267aeb09fe20b415ee5f0934b7e2ec99337416cc8438a84672c1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png new file mode 100644 index 000000000..ed51e7972 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fca5ff013f8bfc018988d3a791a14ff45b472f84295b768ae81b9be777cf8d +size 5331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png.meta new file mode 100644 index 000000000..79ae5b8a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073e179c7d401b9ec737b239bc25d09fa09672959cfee0af946e852c72c8c7f8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png new file mode 100644 index 000000000..be633c91c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20c3243fac5f0b3c4a70f0fbd82941c05b91fcdadfaf7bae89780506f154214 +size 5362 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png.meta new file mode 100644 index 000000000..fa0f5102b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc280464c3d7acd36037dacff692cd563c4b98ca3e5d6de869db4b57431a9305 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png new file mode 100644 index 000000000..7284905d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11a21bb38b7108c3f6095379d6ae8ee29d7dd5b87cc6a318abe4f1ce0032c42 +size 5370 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png.meta new file mode 100644 index 000000000..edbfbcb83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Potion02_YellowGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b015f5e223f943674a06cce20bd4357892b1c3e98c7f4d63f00549478da55f2c +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png new file mode 100644 index 000000000..3c289a409 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9068176bafce35bb7e50d51daf61c873d603ecb1d3a3568f4bca2c9632085809 +size 5664 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png.meta new file mode 100644 index 000000000..c282fde93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Pumkin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ef2b03dcabbae5d2f0ac9cd978683fb532f4b364451e8d79e8e9431d44eb1fd +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png new file mode 100644 index 000000000..3cbd31fd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbaee0f9371af01508f3bc0b3f83402680359faa72faa5fdc23d91777659d78 +size 5109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png.meta new file mode 100644 index 000000000..33bbfad6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Quest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41470ed1184df86f43b796ef61ddcf437f931f8aeb55b1cc3a28529227bea9a0 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png new file mode 100644 index 000000000..bb6780add --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e37a217ecbc401f326a4be32027590680ca1b37a74e17a8ca3f9000e4ea29d9 +size 4991 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png.meta new file mode 100644 index 000000000..472f40da7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Ranking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae6ada48b2ace412d9f935059219a463d2507268dddb7b18bc61ae8226d5be2 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png new file mode 100644 index 000000000..461de1ee2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a22e3a799ee87f60c12a2848da1945aacb91b27c1d63ce2274fc98b177cee9 +size 5556 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png.meta new file mode 100644 index 000000000..376a306c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c3672333353c9a19fc5b7eaa14d95329b214015cdae0b52f65e06bed3da582 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png new file mode 100644 index 000000000..8e69fc5b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65919f32249419607071952dc866ca87ced4b0165b15dc5e7f85e68fb9a7fa97 +size 5063 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png.meta new file mode 100644 index 000000000..a39ae7981 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e3cc10eaf71878f3b43c1f76aa5f9f4c9a58f93880bcc7646243f581d715d0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png new file mode 100644 index 000000000..6a238b148 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f9a907eb6270468bc55e4481efd9d9614397443ebbf0a256ec954a73fed29a +size 5176 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png.meta new file mode 100644 index 000000000..8087539d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Shovel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882a3c6fb996315ab18ad7dcf598f0dc872b803ee7b35e6c67cd1c5559aa62e8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png new file mode 100644 index 000000000..5353b1d85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f741454b2a447cd4261bb8fd6b0f397981ec5d0a4880d9aedac09077c8ede0d +size 5011 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png.meta new file mode 100644 index 000000000..06229fe7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc926b6660b31c5f9550159346bbb30fee91b528b8c8380834b6ec5ba712050 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png new file mode 100644 index 000000000..bc5e2bc1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e6cda83bb390fdffb8dc17903a01b3513b6bbb392796acb107cc0f90df3ca4 +size 5420 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png.meta new file mode 100644 index 000000000..d2c21256f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Star_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84916d00233338d7f3ebf4ad4774ae6569bbae3b550b2981b01e66a34ef4a235 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png new file mode 100644 index 000000000..b892b0589 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77efd5c44cb277c349ca1808d9a3710bd362ca471cb1231942f59491b58e562 +size 5805 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png.meta new file mode 100644 index 000000000..46c242190 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Stopwatch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199a75de0a3e3e3098fca0cbe55e62bd52d1e87ecd14a09fa44fb2024e343a75 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png new file mode 100644 index 000000000..b430bcb05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0c1be6a7dbf971fdedbace156d508d258ef4fbea25f158d1c818f2fae1dea5 +size 4983 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png.meta new file mode 100644 index 000000000..8b7386a44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Sword.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4c4cd2b7e1fdeeba648fd351bf82bacf477aadc0a58806aecc287bc4c33741 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png new file mode 100644 index 000000000..5b32e0cef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac2ac71d921b34482ec89b49fe0026537751ca2b2e51ab76ed7e2092cd379b9 +size 5792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png.meta new file mode 100644 index 000000000..d81ce64b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Target.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54591c3925d7696ca8b110a529059e3256333f9d6021b4181b696ba0e54593c +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png new file mode 100644 index 000000000..6792af4af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf81a19c2d1194bf713767220b85a6b30691b6db75cdc125e96f2a8a13048668 +size 5668 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png.meta new file mode 100644 index 000000000..1c9c986c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Timer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d743b607e290070f569f72fc310820dfe32b6d2abc3386d57af358bec3037c0f +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png new file mode 100644 index 000000000..66faeac80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2569a0b744d29e3b492523202f42b25404092b1f80a30ac99e2e89e6fd963cb +size 5238 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png.meta new file mode 100644 index 000000000..b8e849889 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Tooth.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0ffb18c6ce84dc1f933e2cdb6030039d707ff5496d61f470c4545da32fe64f +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png new file mode 100644 index 000000000..e9d36fe4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e94ab8a2ba2ba3146ed56a2831dc5c8be3b8e359445d082a083f011465a62c +size 4933 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png.meta new file mode 100644 index 000000000..24c91e600 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/32/Icon_Trophy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aab436cec358cb56edbdc36dd6839d5357148a60b2af46d8a84b7452cf22c40 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512.meta new file mode 100644 index 000000000..2ebdc7a1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce64c6e5173c611a12fa9d49d91d0cc83d07330248ab7608bb67084d6380d525 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png new file mode 100644 index 000000000..297a1047b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bbf26bdbe42adfdbb398d620e4a83b0ea4fe9a24c51bb4dd705a820941798d +size 41883 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png.meta new file mode 100644 index 000000000..71230cacf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Adremove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5309baa01b54f6c2a98ccbd2e6bba904b7c59505edec378b58dc54593e4017c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png new file mode 100644 index 000000000..a25f8a7f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3961ae49c4f9ad483f1e818c4e4eb48d31a75a148f26896f796642098bdc3c71 +size 23341 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png.meta new file mode 100644 index 000000000..1dff88023 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc32c91c896b30b5531083591ebc5fd976bae1a2f6765621cbb1196db9664a5 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png new file mode 100644 index 000000000..4d4697af4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb7f1ab04ddbdc97e65e8dc631b403b059776a337c80c8948e0806e996595a2 +size 36016 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png.meta new file mode 100644 index 000000000..35e971ef0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d384a7f8d4c653970c4059b180bb2f940f8f205af65d57a7be4f3706185356df +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png new file mode 100644 index 000000000..2a99fa19f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f4738b0b467388ac1c865afd02325be2ccce8d98b32fc6445d17c11fbb3ded +size 47617 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png.meta new file mode 100644 index 000000000..08f3c155d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bolt.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80f3e7223b6ab049709cd5e2118568554e526f30e13126812114c5a5d83cfe9 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png new file mode 100644 index 000000000..a90882227 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bd0a25fe85df14a8f7ae8023c8f23fc457684f47c0d9e6e1289bc767e36cf9 +size 46257 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png.meta new file mode 100644 index 000000000..5fc0b1ccd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff34868a7bcb633f4656dd0fd349e7cc3d663c2b6740f4382c100392bd2cc01a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png new file mode 100644 index 000000000..079256e22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efece9c4e6a7b656928307a1db0ed4ba50c7c0dc0185a8acb2072b91bcc8750 +size 47237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png.meta new file mode 100644 index 000000000..8cb261501 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_Dynamite.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47666f236464c2238c5b565e5964c8b4543a680b82cc7e89bb7529979c7a75c7 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png new file mode 100644 index 000000000..11bbb092e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d8a96640933deeedb33c80d45379928dca65e6c585fcb51b07b4374a832ba +size 56588 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png.meta new file mode 100644 index 000000000..6e73c0f76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Bomb_LandMine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bf8052c519fe0563b152d923a2908782efddc4b5a7dc90645ee5845fd852e0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png new file mode 100644 index 000000000..b680905ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834df6a524e6314e2b19473f010c73f00482c6ab65a84320f38fb09039de2c4b +size 36766 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png.meta new file mode 100644 index 000000000..50fbf886b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Book.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426e8b0d13477e1442d7fbe3641346f52e4f2f8e71cfd6e9c1cc713caa080137 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png new file mode 100644 index 000000000..3234804f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ee5c3b034991c0a6635e2856d9c138dcf9cc2e0d7cb6910877eca1bdf57a51 +size 65366 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png.meta new file mode 100644 index 000000000..ba47682bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Booster.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dc381585c6a066136242e7f3b974ecfd76c4f8b1910d85d9afff002dda5dc6 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png new file mode 100644 index 000000000..373f0c457 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b81b6a8dbce443e28bf98cbec2ab326beb6b79b480b39b915426ce7acfd2793 +size 46855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png.meta new file mode 100644 index 000000000..d0e215618 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Boots.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e302acf9d9f2cb597c4e890d66ce9e06a35b556dae40ef3c5750c293b76f16 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png new file mode 100644 index 000000000..3cbf023e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ab0c04983d00a55f30e81963bd3e504f838b286587524ae168728a99d61e0a +size 44044 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png.meta new file mode 100644 index 000000000..d0e3e9290 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_BoxingGloves.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743031ba78f242a627d6cbdaf1aa43f679948bd8e02d6959f033c63739533d03 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png new file mode 100644 index 000000000..00b68aa2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a14644b4d48b36b38490e2374afab80ee47dd144f89757d7f7c167cffa96af +size 30710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png.meta new file mode 100644 index 000000000..008e60cbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Cards.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367c3cfc8e78e14901dbe1ba78e0273ce407f59459d4dd8f14b40d724bbeaeee +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png new file mode 100644 index 000000000..05fd99bd2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b97265ebcb08e8a467a0ed31a813cdc68e0858c9dbe365aef5db68a1cc80efb +size 30569 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png.meta new file mode 100644 index 000000000..87ac8b748 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fb322ff5fd16b1f414a96079d7bd6b7254e42cf0f0831851c512b7de03dc83 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png new file mode 100644 index 000000000..bd44d487a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278afedd02bf86dfc4e8a3d1f4f2ab5a41ae5803b521bff3de4bc5e99447c940 +size 30230 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png.meta new file mode 100644 index 000000000..53bac7d67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Chest_Open.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb6ed579c6b12dcec211988a291a37d9e0d0ac7bdc56697d21b8f5f6a562f67 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png new file mode 100644 index 000000000..87a5466c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c266fef6b4602168c4c61a867be88efdcb3825b7330affcebc94963867d0ac4 +size 53251 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png.meta new file mode 100644 index 000000000..f2ea76c60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clan.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9722da0d97b869175344c9f3cf6df1f9b400a2e084fe25fb508faaa8acf4709b +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png new file mode 100644 index 000000000..a296177b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6206cf3031f5b2a5026134a17c95a1bd215eff578d98a977dea4c407e1a102 +size 56301 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png.meta new file mode 100644 index 000000000..6a93e1b72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1498f46ba93a70cf543970606aeed779f1cbacbe91348c4211a6c54e251826 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png new file mode 100644 index 000000000..614d1f74d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d41bc42afefe100600a3db8cb019ec6e404d0f8d8ecd4393a361d1074f5fcc +size 59408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png.meta new file mode 100644 index 000000000..b0ebd2cc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc666a1a15f0234536f5dfa502442025d363fe7a1be57bff791458eac622b65 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png new file mode 100644 index 000000000..8811330eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49c63ab205437ee2f0346d2dd48d3f77781c02a2330223cde136910f0ea43ea +size 35595 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png.meta new file mode 100644 index 000000000..54cbb031a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7de0e0f06f55fdc1cd93aa04dde517203a18f98a97c7d0fc8df5e23ac1b2a45 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png new file mode 100644 index 000000000..5f59a506a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258e41a6be1276f46e012cff39aab26c4ab81256ef65609604e20a66f51af399 +size 40213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png.meta new file mode 100644 index 000000000..6f7e6822b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5538f5a215494f6ff6e7a2b1971a88b16a5592949a099c4c246059ad1512d4b7 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png new file mode 100644 index 000000000..5e772fd52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba135a3adcab69ad64d55f9d6899cf285bb1140f6ada4d396b07609de131d20 +size 38864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png.meta new file mode 100644 index 000000000..c8acef097 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dice_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156cc5e783f3781215df05ae91fa08c0396307bfc7d52d38eadca824437918e1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png new file mode 100644 index 000000000..9903c61a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a687ff95f9f0b2ea1f0e426d027b0689ae935dd5a4fa7489e8ba3bc7986405 +size 35395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png.meta new file mode 100644 index 000000000..e7be836e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Dog-Gum.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044088ca23ca967d1564e179aca6955b7b8613bfddc511ef504c02b4ad881a53 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png new file mode 100644 index 000000000..811c4b810 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865d80dcc0a61a13044643fd6f9af95fc9dc1b4ffbd63b65bf1386b5f9aac1b8 +size 40532 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png.meta new file mode 100644 index 000000000..f530dab1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Egg.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45337629d50d2def51dba994292ebd0a806172af35a5bdd73d59b41754f2784e +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png new file mode 100644 index 000000000..1f2ba692c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d85771e5a5545300b156470cb7e4c854462900400e3929b702d2f9ddb71ac1 +size 50402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png.meta new file mode 100644 index 000000000..0caa6a879 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Emergency_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797ca49eca185669a0c4e983060bbbc6068b10b583517422adf9432e524bbe46 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png new file mode 100644 index 000000000..618382846 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdab140cb731729621cf14ead6b9c925bb0e44fa97b5e049ce5e88a04f0c0a5d +size 27124 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png.meta new file mode 100644 index 000000000..bbcf030be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81d56ddbbd64479ebe53cdaf92d6c73ca6cfa8219f04328b698680e9dedc381 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png new file mode 100644 index 000000000..ccf6c72f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd95fca82b8f58a1674d3183a22f0b9afe802a48cecab87831c8224e7e4ef23e +size 25175 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png.meta new file mode 100644 index 000000000..11b21e3d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Energy_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f466077c3f2ec6db839160e88406c3c85acfdae35d5765d881bb31514d7a6e84 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png new file mode 100644 index 000000000..eaeb0963c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c6dcaad2d38b29ef9f2e46335687d8cfb21ac01e8d1f144aee6340053fcf06 +size 47295 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png.meta new file mode 100644 index 000000000..8e21c59e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Flippers.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a3b29604e80f1ddd8af821ce6d710d1f188cf87c678174ebcf75c11b83b04a +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png new file mode 100644 index 000000000..3f8df81dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69fbd1cd611aca1a6f7b02bcb89ddd0376abe10e98b580a84945308571a9d01 +size 58868 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png.meta new file mode 100644 index 000000000..5126af6fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Can.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e6d1d8139a2320bed7f9f36074348ea15d8bd47652d42cd937e78563c3e658 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png new file mode 100644 index 000000000..4f6583c7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1e43a5d1809e6aeb4c73184941a407ced7855765c89d068ae8849bbf79a4cb +size 50588 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png.meta new file mode 100644 index 000000000..79960ddbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07165ff6c9cc1d3d91186f9a9c2240b260a5825b25e77b12932c514d026e1dd +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png new file mode 100644 index 000000000..6c0acf1d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9426053bbe432389333bcb87f074e59c2f525ab962b94466de128f803df4a188 +size 50694 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png.meta new file mode 100644 index 000000000..f68f9edf9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Pizza.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb0344f4efab95ecd741d2c630eef9aca019f7f5cb1aedd7eba7953ccf14e41 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png new file mode 100644 index 000000000..28e8968e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f672ded386b56dc5f7b5b07b8b95843a09000322da34701de61018dae9dff4 +size 56037 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png.meta new file mode 100644 index 000000000..5cf648122 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Food_Shell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284afcf1fd72be3cc74cd18e04ca187a64e0dedca147e28f7796db19c23d9716 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png new file mode 100644 index 000000000..cfa9d2710 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3f0c44cb81d7eb7efd23019459caae85df499f0cbdbed226c7e7c4eaa370cb +size 27192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png.meta new file mode 100644 index 000000000..6f30b97a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Friends.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77463ea3262789b5910b7d35a6ce36c51b4c57ef42434d2de99a6f2703d873b8 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png new file mode 100644 index 000000000..6f3fcee77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583d05cd85afd2d05c9ce504370adff07aa55030766661783f08a6d32c1f721b +size 51618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png.meta new file mode 100644 index 000000000..d9cdfbf8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_GearWheels.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c8430d4a16716dcc5af2368c03523ee436156aa73e08ce1b9e9cb37d0c0591 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png new file mode 100644 index 000000000..4f8bcdf11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d776b46aeace3fe9d0ed8b266168cef26f559eb35a7e53cb30d1bce2d3c823 +size 27449 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png.meta new file mode 100644 index 000000000..098e42bf9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2e262962ce6da3b4e566ef9c3face6f992f55facf5736a9ef91b1f2479fe78 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png new file mode 100644 index 000000000..5761f5b61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723f01b546412845553526c0fd25347acdb5a7e64bf524892b4fc14c00dc2723 +size 27692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png.meta new file mode 100644 index 000000000..86e06e1f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82d87769ba526f2853615df78eb5750a14770cb82022bb0fe043c31c7c8a0d6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png new file mode 100644 index 000000000..977f472dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb14390f7c7c8c44a887801ef60b3eaeaa0b122003d3c966e44afba97766480 +size 27149 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png.meta new file mode 100644 index 000000000..f9bbedc87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem01_Pruple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0aed15c8b500cd641e1943123dffba1a3813cdcb92bdf2ab533167d992538db +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png new file mode 100644 index 000000000..0adc0f258 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6f979a7aa3573ef8029d5ab92326dc36f3e5b813bf2298346430e7de5c3e11 +size 27578 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png.meta new file mode 100644 index 000000000..d7ad8d2a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca3b69d3b94c6b04a80aedea25c2f4a082d832308bcc6c3c8bf4a3f0dc28dbb +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png new file mode 100644 index 000000000..8ac55b31b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c331c723e2e2e1f41cf49ba6fef0f2c2b106b90843dff614275e7b467630843b +size 29426 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png.meta new file mode 100644 index 000000000..8d7bd95d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea10b1ae35c701362ca666703afdf4ed979780cde168aed64a1f7f41270d596 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png new file mode 100644 index 000000000..361da1db2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f66584091fe7935f0f77d2592ddd5dd7fbce8cccd05615be29b3bf657dbbd10 +size 29740 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png.meta new file mode 100644 index 000000000..1bbb48dd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem02_Hexagon_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39144b7069dd18dd0d21cf6c3887c87129fafe73381764f6b0ca37fd2dc549e1 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png new file mode 100644 index 000000000..bc9bbd810 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8b209176567182f064c61d92dbe2162db789b26e03575bbb7171e4ab822ee5 +size 30015 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png.meta new file mode 100644 index 000000000..a65ac3768 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a1934e2e2762c992349039d0e079ba770b6e85010e0509262110ebc2bc7491 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png new file mode 100644 index 000000000..af04ce404 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8488e01f7b0a85afb2143a93fb1710abca1f1db413b4c2fb17d80c6b7043a180 +size 30465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png.meta new file mode 100644 index 000000000..a3a9d16f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf76c6be754c831d7b043cd9ad5391f5335d5fc71dadd7ffe74740f3b11655d4 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png new file mode 100644 index 000000000..80f8ab6d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9d565d94bd1f093990b70b38b9cb32be17bb52b8ab925d0be00740270d22d2 +size 28834 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png.meta new file mode 100644 index 000000000..208667bc8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem03_Diamond_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3f7fa5bd1d8d281f19c4866581ac51b32352b58687c1bc628e23ea1115d69e +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png new file mode 100644 index 000000000..85a0eafed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4138b01517ad1156c88957973e312689b4adc0415a51e4bf4135a20763ed5377 +size 30265 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png.meta new file mode 100644 index 000000000..b08666e86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bf9a3d945521649cd3cb2af46978b416cdb1ea7a3a31dff49fb7e8890bc69c +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png new file mode 100644 index 000000000..d1a12db1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2caae7cae74f78d4848e4fab25885a61d4f27d162dbbb62e37009f306131ba +size 29918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png.meta new file mode 100644 index 000000000..57924b4ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596a15b5ddcd0c4866a8770506b8ad9a02fb94805f109dc1a629e70413cf6957 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png new file mode 100644 index 000000000..e95d4abdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f48cfb8d8eb693de222a1234d44065383a8dafb0d58ac7cb828c0a71ec349c +size 29752 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png.meta new file mode 100644 index 000000000..b936b8d91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Red.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafed9122771d8b1b8284b7708e503fdbe4e5cf8c69b99efda22b0e616a05f7f +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png new file mode 100644 index 000000000..74f31a9c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf27adf54aea305fcc5999d1e027063ad33dc5b9447d2a687ba88c99277f65d +size 29797 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png.meta new file mode 100644 index 000000000..a80e6f43f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem04_Octagon_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e9653bb0ead5d2b8d027508cb3ccd331532a55f1e4f5c66c888fd00d890382 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png new file mode 100644 index 000000000..a5cce1358 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e519dc9f76a748b61da21057aaf43ea7b81f6612a63d97801ffd47de95753c74 +size 50588 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png.meta new file mode 100644 index 000000000..0adc129d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gem_Pearl.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dbb3c8527e5852dd0ce031a5986215a2967ed71163e28f21bf7bd44e7a8aac +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png new file mode 100644 index 000000000..c5c546e20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bf1812b9d69754c75bc91030f81325ab65f53534f514d2fc8fd38ac72b2160 +size 42504 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png.meta new file mode 100644 index 000000000..cf7d35c4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gems.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58f0aa937353191fa805e7b5242c8765289035ac6c740ef4aaa10e497ae4378 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png new file mode 100644 index 000000000..52e1496b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca120c762f5c6413c4931916b71c1c433ee4270013c9fa0e7625b162c367e8f3 +size 26332 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png.meta new file mode 100644 index 000000000..9a186c04e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18dcab53ec9c85904336dbf0c865232ffe3e8ba6e368f62f3976a476ffed494 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png new file mode 100644 index 000000000..cba0eb798 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdc90084d0c35177854d19418ba0a91041d7462420d5f26942b7d26c11df4ca +size 35693 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png.meta new file mode 100644 index 000000000..4854a5374 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gold.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5fbc4368111447a63002f6385310d61524364e7e31a549f504939f88246b19 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png new file mode 100644 index 000000000..cb1f27e55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a69d6568647a322dc5fa295e705b4e9bf85377f2fbe133e8a102f33eac878a7 +size 43816 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png.meta new file mode 100644 index 000000000..42e29132a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golden_Pass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083705d5576976a3ac970bc7a53fa3f74d8de373c51eb5fb40523d9f1becce06 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png new file mode 100644 index 000000000..8b5a4ccb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdaf5fb76e2ccf15057358f56b7dfe64b59bb0175877cafb7d635d18c23830cc +size 46487 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png.meta new file mode 100644 index 000000000..2549553bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Golds.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10196496c9b1c30cf8bbe364c8a2775f97898a5002dc0537221dd99c2a1c109 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png new file mode 100644 index 000000000..f3b0db748 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63234617fb800a905d522652b44e85fc8d6006f55be41eecdbf196b62dd456f3 +size 59421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png.meta new file mode 100644 index 000000000..951820eca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Gps.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fba1ef3c527d4bf9c287baa31c996a3dce939cca8f8c13bed95d4626bd8a07 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png new file mode 100644 index 000000000..e9c487594 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a421f28e34e7d240c4b383cb99cf43b2448d8b1ccaaa248e26c630c185b817b +size 40288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png.meta new file mode 100644 index 000000000..f35f82b54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5516426195bf291f2435dae80b221e3a643ab94ee04d55b5a9cb190630841602 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png new file mode 100644 index 000000000..5842ff67b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89ac9c83118f150354e7c4ce5ef94af6d3415cdd726c3daf0c671970e76d9de +size 42346 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png.meta new file mode 100644 index 000000000..c24673a72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b7cc858f195a2c81fade763ef1bac6f645b1380a4834a8d16b409a25a32efb +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png new file mode 100644 index 000000000..a54d2a9e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb8304b0ddd7841a1a0b25066d4aabfcaec6a64b6a5f627e2e4e0535618bf5e +size 39696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png.meta new file mode 100644 index 000000000..65baf5d99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Heart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7a89d49fd3dd96107edc9e5d2584e7d60d0395a2a81bb22538e5390dc3bcb8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png new file mode 100644 index 000000000..c0a28b657 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d21bf6a85ebcce8208990e6483f01857b71e04c29bffad268b9157e64dc0a18 +size 51109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png.meta new file mode 100644 index 000000000..107c311f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Horsesheos.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b1f7fe805a4ca68e93562a10a7ab765282880ac3636cab96ad16cd1a80c02b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png new file mode 100644 index 000000000..b6d1a161c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ffd015449db9050d53f3bf3b5aa0e36442844ce688373e945f344b93a11544 +size 56955 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png.meta new file mode 100644 index 000000000..832af5884 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d0abbef0f5637e52328ea764abb58dd46b3e7e94ecdef1757eb5ec47df47d3 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png new file mode 100644 index 000000000..d4e33ca53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ccd137ddf9339eaea6cea4ef8836f6a89ceb337b4a48a6312e9dab9797a431 +size 34203 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png.meta new file mode 100644 index 000000000..390393fdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Bronze.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b5d7ce50e2402d03a9bf361a61b7fc73c0e6863b687b98f8e84789cde011f5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png new file mode 100644 index 000000000..137606f0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e40453b30f41cefe73179e6ea8d0f8b562bfb837dd0281cb4ec98f7d784b1c5 +size 33576 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png.meta new file mode 100644 index 000000000..a0aca5c05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Gold.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2414c843c5e41a5a28524b1c738d77da309a53e619231e54f352aa5ce335a636 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png new file mode 100644 index 000000000..d974b8c84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64881df5c08b09b292d44a3a23f9f1aa703a5f1a002d57a348f52da690dafd21 +size 34736 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png.meta new file mode 100644 index 000000000..c0f972ace --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Key_Silver.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0918e3766dcbe3d7ac6d4c9c721b3568fb5907dfa6d2f3d8a9e8f80e8f05d968 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png new file mode 100644 index 000000000..efac4028a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa991b5def1b4fb6b7d160d8897b679c91a1906baf0c4c97144e6cdcce7363c7 +size 45736 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png.meta new file mode 100644 index 000000000..ef024843d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a52491b4d2cd6cb514da09b61b4a344e3e504f3dba7dea80a0781cd7a8cbe4 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png new file mode 100644 index 000000000..a78339f5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269407bf2d11de853fb0bab9a83cbf409ef0194f3dbc5bf031384ce895a2cf9a +size 57873 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png.meta new file mode 100644 index 000000000..3bf9ba20d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7b8ee62225798d9ff4d8ca347eebff324999f5a115687a06bcb6a184af2991 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png new file mode 100644 index 000000000..78284d041 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640d557b3544cd8a48d548a50d66a724519d9437cb497432cb28f485c5e712c8 +size 37147 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png.meta new file mode 100644 index 000000000..3f3f1def3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5057bb350350096fda786de39b0e92a11a5025857e682ca879f70a3af4894609 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png new file mode 100644 index 000000000..05cd6bc0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7037955ceaffd5f206277262ab9623b14194e92237601081234fccb351075dbe +size 24364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png.meta new file mode 100644 index 000000000..04374cb04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1556a4f87eaf7c4c7efbbc517bb96d46116e1ffcb4b124f611c691a6ddbd724a +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png new file mode 100644 index 000000000..6e629a334 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38df0391ef7905d085b95c5d0b4f3cb0314bd6977bde1a5ec72a6d921dc70d6 +size 56269 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png.meta new file mode 100644 index 000000000..88783541c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9817ceca45a01acbc798ea6a4dbd05235368293b062d5e4843de44d469a800 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png new file mode 100644 index 000000000..a307489a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b671e92b4dd664666831de5292805d2dceb13d219b912c2f9c3333047d46fb +size 45357 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png.meta new file mode 100644 index 000000000..2bbc2f10a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Map.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc84bd04ca66fbf208da429a048182cda0c9216a64f08611b6d620f09eae88ed +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png new file mode 100644 index 000000000..861cc7bd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9c3ce0a0cca6f909436c0e187f2472c1f575548021c1a8786b8cf1a2308a84 +size 34502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png.meta new file mode 100644 index 000000000..de137831a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce7aa9342c0366a19969219bb55fd07863486e8403f3777eb1e9365f03ae9d4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png new file mode 100644 index 000000000..73dcf0813 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a3569a10e61b210ff5ea1639e27c4795a89d4dc4094027903eeb7b96d45743 +size 45030 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png.meta new file mode 100644 index 000000000..47c96be25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ebc0d7a485123b02d5f12ac7bf4a0b1107787d97ed3697d23f9076c4f99ed6 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png new file mode 100644 index 000000000..a765a78ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245e4bd95dd19926c3f4af0c343c5cb4c2a041a3f19dc6e79034380e489b6154 +size 14073 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png.meta new file mode 100644 index 000000000..a3d446157 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_News.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa953a337798e12d61e38739a1ceb94c26799ce23ed89a4e8eb2884231976d77 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png new file mode 100644 index 000000000..1d1f7599d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b559c9836e124415db2e2b09d0078044b0807fe32e91178798e5c663924889 +size 46433 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png.meta new file mode 100644 index 000000000..bc78691d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Nut.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ccc0d059fa6888ccf33e5565d569caef63cb9cf933b763b2ade2cbae0ba480 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png new file mode 100644 index 000000000..b0e4f19ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976e422e5c8cd64121a9b27997321885ce1b76fcaff5e9107b0b0761d7d91730 +size 51926 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png.meta new file mode 100644 index 000000000..30097aa12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fda7547fee8e57b2e1b8ec209f01e7421f813252e33375449df3d2b8ab98b0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png new file mode 100644 index 000000000..5f94f4070 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f302be7ccab76197867a2c19a2694b4123142da232b68933b8aa90e6b6da37c +size 41395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png.meta new file mode 100644 index 000000000..e3f92eafd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818342dc82889c2fe489ad34d9131be5518074abffb0bc814fffb45d1d433549 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png new file mode 100644 index 000000000..0bf0e9f59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ccd07ac44fea0b4e78ee477bfa05df0bde854265f95a4d7caab3d04983bdcd1 +size 42125 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png.meta new file mode 100644 index 000000000..819032437 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d8115da1e99510edfaf97afc5a3c84963dd4b70b0b03690301e3d68d7f4415 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png new file mode 100644 index 000000000..4ce081b10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182374b0398b889949b1f28c425abeb599256e53a07b42e98bffb5363cc13935 +size 42802 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png.meta new file mode 100644 index 000000000..d618e90cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614137a74b3654cc4b0f804fe2fe5d15bdb74cd7df2774522836636cf4b86dbb +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png new file mode 100644 index 000000000..6e195f4b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daab448a9796f43b69664084ee91ddf0769bf535c6986813a39e11e919f0da7b +size 41805 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png.meta new file mode 100644 index 000000000..7d22f9926 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215b42aa97a27b8eb41378aeb6edefb4803fedd368888bd5af607f868f2f01ac +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png new file mode 100644 index 000000000..e5f30bd17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc78fb3202cfb2d9dca6e160c755a02d859f10fdf8f570087bc926539c9ad8e0 +size 42764 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png.meta new file mode 100644 index 000000000..dc42c5587 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b95e1eff34c127313bb5f0ede0ac2a1c554028d554056b87b6b2d089fd9d36 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png new file mode 100644 index 000000000..5de41e9d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055ed79f70d873a5e482b2327818f9858ac746ebbdd29699f742d4e7dd411b49 +size 42380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png.meta new file mode 100644 index 000000000..5ff81738e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion01_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b598504687886cf8182a6a271aabf6eb647f7673d4c774e80b51035eb2569fa0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png new file mode 100644 index 000000000..8b71cb789 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0c124794b86e53546a7b4c8cb952a5a850ab26fba762aa29f02048bee4da41 +size 46286 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png.meta new file mode 100644 index 000000000..fd72ef27e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb60900fc8c816fb5f47b52bd134b08cf5073dc1cb6b68c6e872f201f609e6a5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png new file mode 100644 index 000000000..b38bb412e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755f29f3ee456750112b1a2bca115b0e9406d791488e8f426a800e3790e8d971 +size 47522 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png.meta new file mode 100644 index 000000000..b6e6f03da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a18f1019f4a21e597aad1c781a1ba57460917073744a333a817e9efdf06817 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png new file mode 100644 index 000000000..29a3eee2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e529a9a59fbc8cebf8af4c5bc46d2538624a4bf15564f18658ea0194b07712c +size 45361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png.meta new file mode 100644 index 000000000..7a5ddb8f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b27ce42ac354c47463441344e2b3c4064df41e93b3dccf38180afa57984ac65 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png new file mode 100644 index 000000000..dc49fc9c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7278a4b082a39af4fadc0f01240972918bc6e896dc4ead0db288b1bb12d7439 +size 45018 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png.meta new file mode 100644 index 000000000..fb8509c0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcd56553e2c9c4ea0f404760259e1a0bea40f0b71bc84dd4a74276e8f0f854c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png new file mode 100644 index 000000000..cffb34409 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dd24d6d6d9244db663aa085a8c0875b63c722f7427b729fcc896b911fda7f3 +size 46165 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png.meta new file mode 100644 index 000000000..7d5204e8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2b18ef8ab2e23b753691bccb10a476a910d80e190a4a3bfa0319789df7f662 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png new file mode 100644 index 000000000..e437da332 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222c78e775e3cfe1ae294991209e368fe60c436b50ab8ac4c36d8d9773ad0126 +size 45525 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png.meta new file mode 100644 index 000000000..24b02d7e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f22505200cf6404fa6aaf9bf289980db96ffb9dcd3a14649d32860e7f22c29 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png new file mode 100644 index 000000000..9bdb248a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9486c26f7e3d65d51350e66619ccab2b7ab0ffc0364488ce29bc713eb950778 +size 45808 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png.meta new file mode 100644 index 000000000..7d2e487f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Potion02_YellowGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e5bf12046a17fcd5e8b72555234c25f6365eb3fe2245458da143eb4e51e12d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png new file mode 100644 index 000000000..2ad62c794 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85981ad9bb9f11e267e50207ed9481718e97eca64be9efd151a50b76b8fc51fb +size 54014 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png.meta new file mode 100644 index 000000000..e25db2ff4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa09c1849954de849d0d09ade5a4e3e3175c53c30846f6e2849e6938eb449c +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png new file mode 100644 index 000000000..e4905ccb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f90bbcece747302f9b9efdaf0f25d1d2c525ba74070acfbff22db5ba86f8c7 +size 23207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png.meta new file mode 100644 index 000000000..e4fe60434 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Quest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c2e9b96d9d50eaf2b11fe9e361ab75087b04bae96c9ada12da06b7582b277a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png new file mode 100644 index 000000000..89dd685d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3b6d396bfa3d2e65004241fd3838d6c5231e75f7f468db81c5a3396537241f +size 23918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png.meta new file mode 100644 index 000000000..107763140 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f320e1fa1d12aa490648f537112ced5b378713efac13aeee0edbbb85e1a0b9 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png new file mode 100644 index 000000000..78502dc87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73a0124883b9cf2be4e358323467e92d48ef301d0fdb7e7a2082021f3b91fbe +size 32288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png.meta new file mode 100644 index 000000000..b21be74e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ddf11a09710ee54eec209de29e3cf6ba7f9251304312a79b14c4f56d5c44a0 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png new file mode 100644 index 000000000..57fe5bf6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6d2d30576795fc5197aaf19f13f6a81fcb622acb750db74e9b3a852b00caf4 +size 15834 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png.meta new file mode 100644 index 000000000..c1c87c607 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f16906b88894778016d84a4c300a1540b836205b205263d25fab6319416f71 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png new file mode 100644 index 000000000..961d9e60d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e593d236ba3fc8e5723c8ecd3175ab8256310e0bd40763d9aa80036b9b1705ab +size 39215 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png.meta new file mode 100644 index 000000000..c369e37a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Shovel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080166c49f266435bea6f8763d4464089c121fa64f480ac89c133edd07ef5fab +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png new file mode 100644 index 000000000..a8af30c26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc1d2bb09ad051ad1f1e10bde60ab33a4bf8de9aadbd50b1c8306169cc0e914 +size 28927 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png.meta new file mode 100644 index 000000000..73a93666b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd12b0a4cce8c075d6cefb02b352697a2893805a59fb9ee58690de849504271 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png new file mode 100644 index 000000000..7329d594d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a167eb41839c050f0126f8d20057eb2dc6eaf171b8d33c0bf8f760b9ba881d +size 41933 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png.meta new file mode 100644 index 000000000..768edb1e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Star_Red.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ee471b75e3c94f861fcabe4c8a5cb4c918cff1b5ac0acd50ec1a97d38cd8af +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png new file mode 100644 index 000000000..d4dbc6960 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914c015ef279a92e9181db84a69961440f7319d7cf86e17f2b19ddb6a5bad1c +size 54676 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png.meta new file mode 100644 index 000000000..84c22f07e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decf701c766e171c0d1c35011470982e7891692dfc733d7612295e3d0e503834 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png new file mode 100644 index 000000000..95f1ae81e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc85eb56e20a548d81dd4530abe1990d751b59cf0bb9cc975a51307c3d675e2 +size 27499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png.meta new file mode 100644 index 000000000..692112d32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053cb7fc97e770493c9ba1db04b2e49236e9934d46882fc1bef6c039c8e633f3 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png new file mode 100644 index 000000000..f746bb23c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61991ec1c1ef49da5fa7ff8dcdb90faaf9559889f352b140d5f5395ad8c2d62 +size 46642 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png.meta new file mode 100644 index 000000000..f47ea277c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fb8e75feb4c5f887f0febbee2f3ae1ade4cd2bf4c23513abb5664aa8acb760 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png new file mode 100644 index 000000000..38606314e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359a9e368a7e0adf8c8d2f76c297e9fe8636826670e78599e3fde4daf27dc722 +size 61757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png.meta new file mode 100644 index 000000000..994fb7a3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f13ae0c46d3e78fc213b0f4f8072f30c0d12ee25a54de49d60576b4cac02d6e +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png new file mode 100644 index 000000000..6ae27fda5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e035db61af3c2ddd6c2a157259928e7ea4272bb1048fb873816e779fe30a9420 +size 41114 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png.meta new file mode 100644 index 000000000..ae3108790 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Tooth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e913ebca8e8ea075a8308043bebdc173a8d66e1b23aef6ed397b0b0901a505 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png new file mode 100644 index 000000000..f7e11814a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c117ca26b5d84142ce0d65d162b2f8cf5357a4406ac1fce1b7009c272d6e8704 +size 24722 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png.meta new file mode 100644 index 000000000..d626a2e5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/512/Icon_Trophy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2ed29d5aa975d40429e770d4bf03827944fb58717208e92219a741dec00d5f +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64.meta new file mode 100644 index 000000000..289e30e00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bd4b200cd1c3b8635c6a6cea0c5de5318895e53ddb92b54fa324feabc320b0 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png new file mode 100644 index 000000000..97d67c424 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c846fb98aac06c0b11a795c50e746ba5b6bead5cc53459f0e9a93416dcab7303 +size 8947 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png.meta new file mode 100644 index 000000000..18331a3b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Adremove.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1127a8ae94359ae75f2a629fd781c804f9f122ab14dbb269f35bac7e7fea578f +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png new file mode 100644 index 000000000..c7df0ed40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41516ae7111ebdb4409008603bdb3431a3560b6a5b1e249d185c80fbf0eb55dc +size 7460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png.meta new file mode 100644 index 000000000..4ccb1dab5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5023af1ac60a8ff9a99c59ec60cabaa0df4b36d1eea9d1d4bf97149bce0cbf +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png new file mode 100644 index 000000000..270a1b8bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650efddd99e237ef58038ee569c323c03973aae38c6543a120d1792f55fe0e5e +size 8458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png.meta new file mode 100644 index 000000000..bb11bad1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Battle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0dede8402934dc7fe7dbc42d428a1b10d8eb67527070542a503cdd3ad18e450 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png new file mode 100644 index 000000000..1c8b8409b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83934a45e6ee3b790f8b4c1376b75932c6e832bc33f04e29ea8d25ce3d62f86 +size 8831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png.meta new file mode 100644 index 000000000..f12e56085 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bolt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb98fbaf35e81be6805a36d0d71bcb1b5e0db59db52588e09bb012f26926a4 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png new file mode 100644 index 000000000..c784e009d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a76a9793a300d2338fbc5ba0740aafca962a2ce82046cdb94c0157b53d788bc +size 9252 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png.meta new file mode 100644 index 000000000..bbeb6239c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Bomb.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325f7982e1b4e7db7c271bbfdf98baf5e4eac99d0640863813c87ed5b657194e +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png new file mode 100644 index 000000000..a7d8bf376 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1e4952b1d93a76689d4c1548683d99f69d1666f91cc49a6b3c308feff3ced0 +size 8655 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png.meta new file mode 100644 index 000000000..d989b9a95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_Dynamite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d39611b38442cf3f7b7d208ce60959cd60543a8965b46859484f5a927c2fa58 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png new file mode 100644 index 000000000..7e1e0be03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7779e7dbe3ebbdaeb373f8eb7fc0917769f5207985480166b77a2b1acd0893ec +size 10367 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png.meta new file mode 100644 index 000000000..09d283e83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Bomb_LandMine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b3c89a9fdbfe068820a742ee3ef19560c6bee1ae358f1e71b0e90b02524e5f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png new file mode 100644 index 000000000..8cc81e057 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed0fc1ab373d3643a42649e1a807787c51335247213d885ffa4fa394964934a +size 9067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png.meta new file mode 100644 index 000000000..420b92173 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Book.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa1c3b531e04abeb8aefc7e23a7591fd2ca5e0c55f9a8099e9cd69ef7ca5cd1 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png new file mode 100644 index 000000000..15615385f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031e65a1d3b8076a40da682a0b4076dfea1560961491d86846a039336ff7103 +size 9566 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png.meta new file mode 100644 index 000000000..7b1fe2764 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Booster.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ccd2413b04768d6f3f50a7c4cb3a39f67acc222cc2c4bee3501ecd2570172e +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png new file mode 100644 index 000000000..6d917e6f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c297ee7f3fb7dadbef5d129fb7c976cc9c09b4fb67cc1632b2a8be22dfb926b +size 8788 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png.meta new file mode 100644 index 000000000..799e5f329 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Boots.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34b21464d66de2df4c36a23ae862dbfdf4c371881c3e67e50bc56476b664e02 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png new file mode 100644 index 000000000..08025e837 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ac42aeaf798420fec6acc152132798776709c287b3e92701b50bdcd19d4ce7 +size 7834 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png.meta new file mode 100644 index 000000000..af6f0fe55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_BoxingGloves.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188dc4a3b7a669c57599cc9b9689f6af3e962b8eee5ec5917ccc288b25d21df1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png new file mode 100644 index 000000000..4a4c11935 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57885495e995b8746affb50da1970733db3fdd484b8cadb98c7f9d6f5963ec65 +size 7540 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png.meta new file mode 100644 index 000000000..6718cac13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Cards.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af38705190830e42e9cd72ff0bbcea76dff6b31813042782da8b78483fe7455 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png new file mode 100644 index 000000000..df220fa4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49b3db2b28c283390a60fcb7310055384360ec7757c94736eefe74e9b1c9fe3 +size 8288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png.meta new file mode 100644 index 000000000..586502108 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Chest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85002b71183a34a588bc6ceef9c3d0fc84c6f5af5f4bbc018172e75bf9128806 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png new file mode 100644 index 000000000..c54e4c69a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ceb204442d698d6dc58adef3e37cada20695d657d0e7a5d0382580d82acdde1 +size 10355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png.meta new file mode 100644 index 000000000..a036ec52f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clan.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe7d604e702c7b1fdf9175ffd7eaa621a412d25e4871ab931ca1382528b55b2 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png new file mode 100644 index 000000000..3f9f63620 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8642de1c23f5d5b3612b35f5352f65f45703686449d633dce6cc58f5db3c46b6 +size 9190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png.meta new file mode 100644 index 000000000..395fb511e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Clover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb049c10661d0c85d26433b5b605a9b1d039f4c923ddd4123460f96c92098d0 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png new file mode 100644 index 000000000..56ac8ed6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f492bb66352c8e3fc5f8a0c97a9f8e0d09e27b20ff6b333dd6cf46b25291711e +size 9980 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png.meta new file mode 100644 index 000000000..8f04d3e0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Compass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d48000047a410f1a2630474d036de1ab034e794847bbe4e96b7a6f1279fcfa9 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png new file mode 100644 index 000000000..445baf400 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be5143744010063aab44e76f26a7e7ab736d6a21ffe4e4f3eba00ef7585791b +size 8772 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png.meta new file mode 100644 index 000000000..4c86f1078 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Crown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db60969f12971ee7370dd1474a17cc273dac3dc73903184142fec59d0de7df2a +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png new file mode 100644 index 000000000..d41a51e33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635125613c1d6c9c2889b622978184016c4e0f84c57b09da8b1f0517cc901390 +size 8515 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png.meta new file mode 100644 index 000000000..31c4ca201 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8ba52cb336ac3ef0fdc2bd02395b96680eaadcfe94d5571d7fb0f4c97bbfe9 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png new file mode 100644 index 000000000..c9a726ad1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee96f089321ac000b15977226e5bd436fcb9aadabf56f3893b4374a4f9cfce2 +size 8348 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png.meta new file mode 100644 index 000000000..b5824ccd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dice_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc605f9f714c80166ab549ff5d42d6b82ce1aa68cfaf9ef28df6fbc5c5f84b9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png new file mode 100644 index 000000000..0397b2b1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20beb1387256a79e33b398aa5126ce21650c8b5faf8261b4823673da3b96da0 +size 7641 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png.meta new file mode 100644 index 000000000..70c1f4ff4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Dog-Gum.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdec51fa741c263f579bada38b8defd2220d2c3fe24d354f130c01298c2d89d5 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png new file mode 100644 index 000000000..cda574077 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0557c2f383022ed5858e17a44908ce76597b39cb88f7397e4eaa603dd250e63 +size 8512 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png.meta new file mode 100644 index 000000000..a85cbf745 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Egg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19982b54b1284921c8a68ef94ffe7acc0cb4622885dbbcf41b36121b93243e17 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png new file mode 100644 index 000000000..029770b52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf559c962560bf39c144ddcdcb5b12ea1eea79a3eca9be57ae06e5f117244449 +size 9803 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png.meta new file mode 100644 index 000000000..a01dc027b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Emergency_Bag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5e4c49dd32b5851c9913dea0a80cd6b5ed627c275d19f432642c9b7889638d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png new file mode 100644 index 000000000..e215a75be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5c26400e9b646b8ce94ac2b0c18b7eb877f7b9bd0d15a4d47040d99fad27a6 +size 6642 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png.meta new file mode 100644 index 000000000..42a32069e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b110a999e63b20824cff8b6a64e888cce87aa81017cd9d9d3e18127595ed2927 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png new file mode 100644 index 000000000..37e929ec0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4633bb14cfde470bedef36c205d5c60c38fe6a13b12160d841321bba6aae497f +size 6257 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png.meta new file mode 100644 index 000000000..68a2ab31f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Energy_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639bcfc1a2461406c75f473f57fe34935df61dcd251b913aff05d1650adac7b4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png new file mode 100644 index 000000000..d607adbb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bffed26aa7d3115f55b414037a5738a8a324aab56bef37fce961762a97d007 +size 8812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png.meta new file mode 100644 index 000000000..ae99dd854 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Flippers.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe3a8c269324249a24afb25307d942a6305966fce70508aba33c2b7c5ea411c +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png new file mode 100644 index 000000000..0e0c453b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf8c91f8dae1b72699c3744e6d29c76200f389a5d9dab2ba8c23be4ed649d0f +size 10351 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png.meta new file mode 100644 index 000000000..322563f0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Can.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd08e5bdc50b1df176126a5e4fe29b54fccc566a140237789d741b7fab2ee965 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png new file mode 100644 index 000000000..1e50409a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acb46c78621c7ebbaab2719f94769878eb8ceb3aa63802696b5c4347dbedab0 +size 9290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png.meta new file mode 100644 index 000000000..dc1a7cff0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Meat.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4fc72233a7b740488df7ce1237fee8ec8d371357aca5124ff5f65ce473b8e1 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png new file mode 100644 index 000000000..0b263e7f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3038e51b4d86f9bd73159e1bbd7832550cb9ae9737db0b8bba206636236b68 +size 8941 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png.meta new file mode 100644 index 000000000..b3c875fe5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Pizza.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969f4ca5da6e0864022746bdfc8bfa0c81a4bb0054d2f7bb5df391b8076833f2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png new file mode 100644 index 000000000..831b71364 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4533cca7f51f42b767ddad365692e85360a755877aa6160124a76db1273b21b7 +size 9781 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png.meta new file mode 100644 index 000000000..6fd7768ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Food_Shell.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3081813b82fef9e42ab79d01111d86c12d4bd374e0179a14560153f37f31a67 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png new file mode 100644 index 000000000..124874685 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdac015b326d0903621b49b47758987f0afb5dddb4927d4c2e306c4cf58ea97b +size 6966 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png.meta new file mode 100644 index 000000000..68d5e7f2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Friends.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf45de7479bd2b176b4c301d926badc33a611dd2a2946a28d0463faadf705cd0 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png new file mode 100644 index 000000000..be229b9dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd7701fad12033fa7466379bec2670ada41b3bf5cad477d1d734e7b1f4ff0b3 +size 9157 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png.meta new file mode 100644 index 000000000..21b19953b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_GearWheels.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17074b3b617349698e56bd6488eb70ffb0bb2b1a22cb17e92ad7484e77a8a246 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png new file mode 100644 index 000000000..8c887a5b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5b13cd3e8812a79ed94e24c63491f34056349d88f8efd2082dece41a96349d +size 6633 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png.meta new file mode 100644 index 000000000..aa10e9950 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e039d5f691dd2179fe1457df2500efef235fd9b7496c0f39bdb769f309dda3 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png new file mode 100644 index 000000000..a275cc6c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49960d6c96d151833cc5240aec6daea743058aeac9a0c30026c618f2e025635 +size 6900 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png.meta new file mode 100644 index 000000000..6aeb1439f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4014000f12da7aad2cf6159006635e048b7366d4c67bf69708a410718c63fd0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png new file mode 100644 index 000000000..8650f923f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb13b77787857561746d20bd263fe94e03603b4ad3e4ca16f1188570df3e4e7 +size 6528 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png.meta new file mode 100644 index 000000000..c0ab1d36a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem01_Pruple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e958f1c0207554cf248070feb08224f1aa844c87e09ac1d3f3e5694f333e2dfe +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png new file mode 100644 index 000000000..be77bcb4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a144ea6ad2d82efd5b1f05202ff94866292eb71fa6efca057a02b9043b3cb709 +size 6624 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png.meta new file mode 100644 index 000000000..cb4689cbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a6ef92b4c326ce77ab351d05689afd48658b9804cc80eabedc2e907cd6b058 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png new file mode 100644 index 000000000..8dea39d85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb9a7dcebac440a407ca7ffb134eb1055088850578d58b3378a3e41895facf2 +size 7470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png.meta new file mode 100644 index 000000000..1ce4b94b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc758a71788b508c6911a4c4409e0ee9c0fafb0525fd16bfe1da64772c70ff17 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png new file mode 100644 index 000000000..a02ad6275 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184d9ca94b5203f82a223086b127e71175f8b86e58a51578c12753d23d1a5e82 +size 7291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png.meta new file mode 100644 index 000000000..55d83e796 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem02_Hexagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf13be103bd93006920c68a1bf04f961517185a8be12cb54fbeb01ab22b2c8e9 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png new file mode 100644 index 000000000..7269216ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c09f4d5fcc5a312ecf7f51737567ed5e3f2f41dc77b8ca8d7f41cfa913786e +size 7112 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png.meta new file mode 100644 index 000000000..c693faaa5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745dc8f4e1191fa64759852bc2c6a9c6060f914652c4e62a8480a434a103df6f +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png new file mode 100644 index 000000000..a56434892 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1ffea37da5487729387a6a959c1b3dbb135e12da2428d151c76c52bb7c6ede +size 7476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png.meta new file mode 100644 index 000000000..01122b3a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5324293bf79e78c69b60ff5fcfccc06f96a263987464ba580b2f83c4474926 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png new file mode 100644 index 000000000..608633b56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcd48236ac7474b5961ed2719d0db9d92e9b79601ce5b2be0627dd1f6e16f96 +size 6814 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png.meta new file mode 100644 index 000000000..c02a5d67a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem03_Diamond_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e3dd6c795c431e664fa56a683c0a46a2d0f3416a9440b8a4ddd053b4095c41 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png new file mode 100644 index 000000000..d492815f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e955a6c0fe96079a21cc1b23b7c32ca7ad5c1dad5c6c32a3ea899a65440e5bba +size 7158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png.meta new file mode 100644 index 000000000..1b31e58f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2acb715235a795ae4e286656944dab5b43f5092ccaa58824fb45a337467b4c +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png new file mode 100644 index 000000000..87358b338 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4709afcf7d963b959ad33c1e01a51459bfb4646e3eef450ff5137ccb36fa51 +size 7109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png.meta new file mode 100644 index 000000000..1da6ecf5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ab1c2b03a165963b3a5568b13aa166ab1a5513765ab5fb282be53c28af04c4 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png new file mode 100644 index 000000000..27144b834 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed826a81e25cfbc6c68a8c3572920b58a17fb21de8fcf9e4a27074226f89a9d4 +size 7156 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png.meta new file mode 100644 index 000000000..12eae1c05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7af3a954082dd6aa3545347e972e46c0d69308a7ca2cb8851284f206f77d7f0 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png new file mode 100644 index 000000000..bc37f427e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cb88fd91bc676874061da9a39319ca768e7f96d0444ea28237e1f84ee6d6e6 +size 7078 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png.meta new file mode 100644 index 000000000..09e3dcc9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem04_Octagon_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fef0586f19527b8fca4abe0ab86a6b059a171ff821b19c12ca034d420b6d94 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png new file mode 100644 index 000000000..d242347f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d0870e299c693efb808bb132d28413a5aa9f4f313af8802b5982bc16200b80 +size 7661 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png.meta new file mode 100644 index 000000000..f02d5ab3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gem_Pearl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22df19427b1b4c2a592e7812f9df5108c25888377cfe189566bdc35dfd11ba9 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png new file mode 100644 index 000000000..eb5d4ffaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7e83744cb288c503f09added0e330e90e040653e53efc173b411bbe42f1b21 +size 8376 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png.meta new file mode 100644 index 000000000..2f0adc713 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gems.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc321e1143bea1828ea5ef9e57d015547fde4ede5fac32b4819dfd72b059468f +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png new file mode 100644 index 000000000..aeb3737ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aaf731cd3f396c1fb05f0966ef80299742b9ac249130bbf326863ab5b415b4 +size 7387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png.meta new file mode 100644 index 000000000..50eb20856 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gift.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70200f50ccdaf40a0925503f71da5daf8fd6924172241775bbef21b085c12704 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png new file mode 100644 index 000000000..cb000c7f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfe421d08b752e764b58fcb9e949ad9315bb2fe9e09226151c80254dcd1b9c2 +size 7586 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png.meta new file mode 100644 index 000000000..33b13a678 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f21d33046191a12c54f838e444260afa91b72996c2984e9a679b0aa7fcee26d +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png new file mode 100644 index 000000000..1c8655acf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f81b05091808db00646f00914c0d21a8522db7027b651e48c7311a02eacec7 +size 8570 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png.meta new file mode 100644 index 000000000..4cfa3c20f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golden_Pass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f3a214f39299f1c6ce4a5b68bb296ed057cbb9c45ecef61b9581fc4a9d74d8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png new file mode 100644 index 000000000..6f40e1a3e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b066901a7c673e843e66f86858953cafc38f9d19e55977ab7026fffcab62ed +size 8612 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png.meta new file mode 100644 index 000000000..427c3ab15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Golds.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7609f090e04a7c34d2fb1d9b0c974d0955113514491dcaa0550d53149844c82 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png new file mode 100644 index 000000000..ba6646b76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a753c505178ccd042efbbc89ae1f58482e6fa7a278bbb84f40a082467377723e +size 10659 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png.meta new file mode 100644 index 000000000..d849dfa38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Gps.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5e9ab0db7800160dcc5fd714a508f9ba3a71b2ef3b6c9e5c62a6602baf5995 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png new file mode 100644 index 000000000..a0a65132e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824bc54d0e1f4246cca6af9741b03f3b3ac4e9a0be5eb530dff75896f00cf17e +size 9070 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png.meta new file mode 100644 index 000000000..f567dd520 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Guild.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0492d107a45eb3d139d76d0a8135eb38b03378c809c058956a7e5b6fbba213 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png new file mode 100644 index 000000000..640a9d6f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3417387d1bf5cdf8b7cb248dfa6a922793c0f19a36fd6baa05ed08501d2518d6 +size 8329 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png.meta new file mode 100644 index 000000000..beedda5d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hammer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a26caa65171eb460af97294de404084cf9d9de5b6e6a116674dd2390fa614b1 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png new file mode 100644 index 000000000..cf5e508cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ab32e84e974e4c42b6ef0f5012ebc2688ae259fb83142015587d08da88339e +size 7838 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png.meta new file mode 100644 index 000000000..9d866e72f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5c87564999ef9397f0ef02b7a924273a772fd09d24e1c3483ad65f555ce1a8 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png new file mode 100644 index 000000000..18de506d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05353f6e4ec38a6b499e1b8ca7caf03cfdf630d4153e58d713e4fe30e5e5460 +size 9260 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png.meta new file mode 100644 index 000000000..b163a4bb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Horsesheos.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c40513bda0d16de2661b1efeda2d8dc01fe7aa738d1b3dacc9075ef29db2e1f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png new file mode 100644 index 000000000..1fa730861 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a6358f0b0a1cb77eb202b983db922b768efd4bff4d1b4cc14e2acee77f7c97 +size 9974 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png.meta new file mode 100644 index 000000000..47ea257dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Hourglass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9603eea91d622d25dd1cf61c554b67597e03314a374e23d893c47ebe6d8437e +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png new file mode 100644 index 000000000..7ebb4d62b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901e5daf0f112a5ca5449581e3b607abb23585f3dc741df8e78842c3b1c3d302 +size 8382 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png.meta new file mode 100644 index 000000000..7735c7d96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Bronze.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065ce842127ce22a719734308ab2a9763845e8a0351ab247ef0aedbbc9be8de9 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png new file mode 100644 index 000000000..c83f40931 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82220c2b3dc3b80dd8b667120da4b4e9a591f9781502811aaf91e7435e89058 +size 8321 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png.meta new file mode 100644 index 000000000..f25e7bb55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ea31eaed4058bbdbc4f01fe0e016cf629879331f860e4f95cbdcd3f5b485a8 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png new file mode 100644 index 000000000..0b7bcad82 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da5b72f4919cce7ded0e0405881e21415f65766329ae093d61f19ee25cc38f7 +size 8532 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png.meta new file mode 100644 index 000000000..a093b41f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Key_Silver.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f283b001c3c644d047abf0ea03bf792e26237139351c7f4192698a6f6ea01fa +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png new file mode 100644 index 000000000..40f0d7be6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22747d49b283b65e435590703ab424b9aaf5ac5d920df1e13dec9c5a97259a0 +size 8413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png.meta new file mode 100644 index 000000000..b86f6775c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Laurel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095ab34458d8e407b2a14dfc116accdf06531d2150d1e3019c55ccb1e504ad17 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png new file mode 100644 index 000000000..9ff74729f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69557b6819dfe5b748291ef416ee1e2422f28dd802b7b4a32b5c4e7eeb89457 +size 9692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png.meta new file mode 100644 index 000000000..1602af72a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Lock.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3584256489fa69f22bee3dcab72afa2c9817cdefdbaea43488658cfe0576398 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png new file mode 100644 index 000000000..2d1ebd846 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b093b2ee0124fc70c05485ed66426db56d03a1d89281fb70d8ed005de2ecb817 +size 7534 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png.meta new file mode 100644 index 000000000..5afc9ef67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Magnetic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc5dca5cdf67bc1c557693c93a2705e3c0d764d82dc866da5c5cdfae611b53b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png new file mode 100644 index 000000000..9bfcfbfab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989d25fe8dcdca69a955a04b3968bb4ac6b9688106396069cda015931f72ba3b +size 7080 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png.meta new file mode 100644 index 000000000..212301fba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb32cba2e3283d78cf65baa2fd5d7a7a719cbab72c1dfcde36dab0d2cba7bd8e +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png new file mode 100644 index 000000000..07368eb5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fae8ee81e525e320991c523e423599d1566f7328b7f6329a186fded92676e2 +size 8168 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png.meta new file mode 100644 index 000000000..acfbc28e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Mana.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f15b81e0d7a9c65f3ef770523a3349e6a1ef077a2c972c719385983d97d52f1 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png new file mode 100644 index 000000000..b77539fe0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28b8b6640c08f64b282f779d30c8242cf890404e2db23c2ce23b823fcd8650f +size 9385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png.meta new file mode 100644 index 000000000..d80032293 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Map.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21a590bfe856764e5d0e40e9af8437848913eaf61ec0369965d80e339c2b86a +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png new file mode 100644 index 000000000..28c411725 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cf70024f08bf860c0bcc1c636db8abf780a1b3387cdd35098a39a91f3f597d +size 7497 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png.meta new file mode 100644 index 000000000..cc5a9bd4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Megaphone.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efba19064c3da07fcc25bebfd4abdcabb19e446a687fc4f03a94eec69c722428 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png new file mode 100644 index 000000000..8e4579377 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50df854dcd726828e9a91496dd4a558c2d0adf991bd5aee3c7f90d83082fb96d +size 8866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png.meta new file mode 100644 index 000000000..ca7d2582e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Missile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e995a7b7efc8a711501cbb4d7fd68a8fae46999118658bdc74a8e96572bab1d +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png new file mode 100644 index 000000000..24c5c2e6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2cd62f4e8ec8387124b04627009f5046c1088ec6e5683425067c9370084e33 +size 5644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png.meta new file mode 100644 index 000000000..850f11848 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_News.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fac7ba3fc42592690b169b7850e3a51bcf5f397d760959d0528c9bc33b9c74 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png new file mode 100644 index 000000000..f192eec6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce83522d927df0510a492f5915643e9c0207d0eecf479e3f5a9d6b5df916967f +size 9021 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png.meta new file mode 100644 index 000000000..93cdf92e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Nut.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acb5c8c3727e0bebaf0d3e145b543d0ca9d17a14e57a546f7d601fd93be1cc +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png new file mode 100644 index 000000000..7ab0f0ffe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d43482cd6a5c6f7a9698902b41cbd75b28b2902f64f0243ebc48c4dd9d6f94 +size 9981 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png.meta new file mode 100644 index 000000000..a90f8164d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Oil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e4555c9605e5f7bc19fbdc843f323544943848805b67e430acd35f9ae9158b +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png new file mode 100644 index 000000000..d4b117c99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a1e790b881a741b025e2a48f140f3dfe5a24a9f167bc3bd8d7c576a13fd167 +size 7313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png.meta new file mode 100644 index 000000000..9250f8250 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5942cb3e5f7d2e00aeb75cf54d9060a335c9dcf15237f5048ee45e3fd27d67cb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png new file mode 100644 index 000000000..6ef4dfa9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d700743a9ed3a748962b63addd8524a73e3e5eb9ddaa5278bf33a5a20169d7da +size 7388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png.meta new file mode 100644 index 000000000..34b21e88a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a98aff7232390a09cedaebbc5ef9564e298157ae6a0e8a3f1f8dae8d8f34f82 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png new file mode 100644 index 000000000..6476ff402 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3e3aa22266d8dd38a78e754d8549b17fa2406c20bd980d2040fe69e16acb5c +size 7419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png.meta new file mode 100644 index 000000000..8f976db4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff05c6298365db921e931ad3300e51846e876de4d8fe75d84037000db46be24 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png new file mode 100644 index 000000000..e3b1d1725 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd9f90bdb813edcd81ec384dab820f6aedad49ff3ffd6f8d9318aab169cc3d3 +size 7466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png.meta new file mode 100644 index 000000000..f5cb6f81c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9da1a4513cbddda53aa62307849864e10f4e187d2705fedc28aaf32597643c1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png new file mode 100644 index 000000000..0480b0466 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5c8b054418a35a5eec9a46c3d1a55f6efe293d0a38dfb5e3c9c5c17886cc84 +size 7491 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png.meta new file mode 100644 index 000000000..4560b8bfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aeb09900fe9cf15ac18088dc4657a25da93690ab67176318a341c7937cc01ca +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png new file mode 100644 index 000000000..49de98548 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b41fa29e8d992e53c055dd04732a90b7368e2889a094136f47afb38818c0fd +size 7583 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png.meta new file mode 100644 index 000000000..7f6761af7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Potion02_YellowGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bf0dae4271e766b1cb0019ff0f48cab914024b325fb8994a51d10cf50f9d98 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png new file mode 100644 index 000000000..96b81ad76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdecefd3685a5340d6caf2e52c24f50ec0aa0d9c1ca73376f131c99a07ee92a +size 9520 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png.meta new file mode 100644 index 000000000..52df965ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Pumkin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc604f760c373da407e9b7099d11656e685c1a573b2d19748b7b6ea6f69765b8 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png new file mode 100644 index 000000000..e3c82fa4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fb267e539ab1da63ef4ce22e91b9121d0d7cc34bf97c1177a6e936b0ff037c +size 7468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png.meta new file mode 100644 index 000000000..d1668f4f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Quest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061e988584a6f9b410ffd1d40a65f57d173f0ed902b8573e458e8dee4ccc6ad8 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png new file mode 100644 index 000000000..7d654d4f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d371f9724122f349e6873ec49661a49392a213f27e2de3332a5c693ea6fa1 +size 6763 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png.meta new file mode 100644 index 000000000..cd075cf51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Ranking.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a50df2d23582553fc46f5892697278e23e08276180ad83f9e56ec56c533fdc +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png new file mode 100644 index 000000000..d2a4e089f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30adba6af3108301ec23f0b295a495ede51959ea9561752245f9f215f345e7 +size 8380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png.meta new file mode 100644 index 000000000..c82b013f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510bf5f32d507e3d0bd071f9685a358364678c60af41e5e88b4962ca00b0e581 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png new file mode 100644 index 000000000..9de02a6bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd093ff24ede778c00a532d7ad86a660006243fd8e119f45935ec7b33b32e3d5 +size 6477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png.meta new file mode 100644 index 000000000..72538c0f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea598b4508618a6d83c2e5d347a2ae9fab04593e1e73bbfdb1a05aaa5f0660c +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png new file mode 100644 index 000000000..1915f7e08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8aef5e58655c65375860802877d4be1aa1b58b9c054f6a4832f2fe99484b74 +size 7690 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png.meta new file mode 100644 index 000000000..91c773fc7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Shovel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d5da0f3004f5a931a0485ec8cbfd82baf48a6283f524d1eba5359e7511a08f +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png new file mode 100644 index 000000000..a293f571d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4081ffad8e0ecde676d1eace080759f166feb2fbea31155cc9ae5d911fb297 +size 6723 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png.meta new file mode 100644 index 000000000..4d7bde4c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea4b11d6e8030c9bfac0ccd213a333102cf1c937e04d2e61467cdf99fbe39a2 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png new file mode 100644 index 000000000..5b0200fc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985d85e54a04feb0b66748a05c0bb320ee800661e28be96b00f3cf902f6f4559 +size 8294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png.meta new file mode 100644 index 000000000..28030c380 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Star_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da33afe088c00ce6e1fc35d5ac034025a8aa51a43f046cc59cfc4f779b36c2e9 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png new file mode 100644 index 000000000..04a2b1d85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ab9ac2d0e1f1df8c585ec999d6ea8613735dbe86f58daaa48b201e2ca2456f +size 9986 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png.meta new file mode 100644 index 000000000..de3ccc38c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Stopwatch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1a62a0b662e1f2d3add6d3ecbf15607ec2ee6211f65ca10d54a7f9e28acdf1 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png new file mode 100644 index 000000000..07f13e15e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8c718eee923c5b7963e1c35769fb1f554cb0751c4c15b72575ee126036a47e +size 7196 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png.meta new file mode 100644 index 000000000..ab5d0455e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Sword.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443d110faac8b082fc6260bb1d171da1607753cad3b79ccf566efaff79399d44 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png new file mode 100644 index 000000000..706753327 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef25331f06e3d912719dc89ec6bddde14fe682c773b0c14e7e21e0d2a466c63 +size 9668 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png.meta new file mode 100644 index 000000000..5b0e80e50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Target.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32deb24325bf5198bd099075531efda72dd2b200a0fa6a31e2abda114347e481 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png new file mode 100644 index 000000000..5936cd8d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb10ca9547d4fcb76752ca804729db3a7494efd87207edf25077dddc461068b +size 9440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png.meta new file mode 100644 index 000000000..3432d51f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Timer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc789bc690d28fd0b417b1ceaae6c9d11f7a6138601ca737724307e4a7cceba +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png new file mode 100644 index 000000000..106ba71ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd98a67a5e7ea62104ccdc4b1ca14e97f9ca3671d0c1fc6f3cefac2856b91fb1 +size 7920 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png.meta new file mode 100644 index 000000000..92a1332bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Tooth.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64af1b3646556376f5421a8a26bc0592722a3c4506af8e301b429d5b50f0336c +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png new file mode 100644 index 000000000..e0dcba83c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5232ff9f0a56aa3e7c47b9f8f6d04cbc82d0c05f28dc1b0464c21f8d926a3186 +size 6810 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png.meta new file mode 100644 index 000000000..bb9650d08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/64/Icon_Trophy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d903ecac6be3a85df027b3d276724027b3b1c58870fab8f5ff7bb5f7891023 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original.meta new file mode 100644 index 000000000..4d15099ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43b4f6cadcc5e9c4165d07c62fabd6e294e9902c585854466d6ec825cb23c06 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png new file mode 100644 index 000000000..abfd12bef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4665742aa1c69410a6f4a12f8238cead6cc912661eca731ec1bc1d9c04150a92 +size 15907 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png.meta new file mode 100644 index 000000000..6cbaea4a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Adremove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63b7c925725f31b97407b37f8680052d58639da5a49e601f6941e961e7a6d92 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png new file mode 100644 index 000000000..e40ba15e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90402f8c21a39a77c85b15d32ea02c99329265ccc4ccbfd52fd0365683469c0b +size 10162 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png.meta new file mode 100644 index 000000000..0bacb1ca7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac233f79910ea1b87d8ecd6a372522321ff9c6525fed931da894d3e134c2b50 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png new file mode 100644 index 000000000..0e0fad16e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3dd8e560180ad643e8b7ec0abda4fe2ae067b9ab3f3ff96d6fa294e5ff2047 +size 14117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png.meta new file mode 100644 index 000000000..4b49d18fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2abeb42981b8c281f8722c1225e49b2fc12e8f1c2a0f34a6e349eb1eae61e4c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png new file mode 100644 index 000000000..69c3c9bab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e9ea88827ee7cee8142ba8cab3fbd70795aea455a12d71a69c4a13d28a9fd0 +size 17769 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png.meta new file mode 100644 index 000000000..0517bcd56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Bolt.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671cc40496574a921308114dee31667ce81162407cb8b74b6fe68d633ff11325 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png new file mode 100644 index 000000000..fc2965cc7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8f75b0af6f48d1800fb2a4d19150c16677adb7e6cbe34811deabfb1284d6ed +size 15298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png.meta new file mode 100644 index 000000000..9004f4561 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Book.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3aa64106719a76aad6428e2c1724b368b3c3d54b1986af635a0d510fcf95a96 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png new file mode 100644 index 000000000..a468d2a2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6ff172f6c50d057592f40a8b63e8b7ac0ef00638305c31b36948848ba7bd17 +size 19756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png.meta new file mode 100644 index 000000000..0aed704d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Booster.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a86f644c5ae8265e901b5d1e660dbc669b361708a42667d68d98965339bc82 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png new file mode 100644 index 000000000..4667c33a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea8702e390d58f5fa9ba90d0049a33c433d75b978633fea20d89cb62a8a67c8 +size 16794 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png.meta new file mode 100644 index 000000000..76b8f3d71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boots.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43b4ee22f0e00eaa2b9de89e947339dd1036d5a7a16f902af569d4af45d925a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png new file mode 100644 index 000000000..c4b1b4b55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff9a54b25fb4e82505faf2f359529d2bc8fd5079d895da402e9105e1d590c07 +size 14107 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png.meta new file mode 100644 index 000000000..0d362e583 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Boxing Gloves.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9ba1d24cbfb6922a99790464223a4e715eb478445f8d61de7ee682045216a4 +size 3476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png new file mode 100644 index 000000000..c85ce5885 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cf8f723314154fba7b3c3b93f5b35e0ce7cc60edab96d79bbb63383374ecdc +size 11323 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png.meta new file mode 100644 index 000000000..9c3707e16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Cards.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98461f34459783f4ce578a1ef4a84581bef9c2407670e5c29417af3657bd7d62 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png new file mode 100644 index 000000000..4fd2ba30d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f6ddd2d3e37b313391edcae6590a64c09fedb2e344942997e89945423a2b0c +size 12462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png.meta new file mode 100644 index 000000000..960b0d821 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab553f77cee895f05be65521fe35f81e8644efb9cb8a973b2b64a42650b2000d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png new file mode 100644 index 000000000..018841b20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c44d07f845180f4c708b9823e1859c3e49990cf69cf5a1d2a8cd2366ce5da8a +size 26210 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png.meta new file mode 100644 index 000000000..727071481 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd446dafe761b1fb457f6d55819d96caa0e2a519e1200100e33f74f24f0d458 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png new file mode 100644 index 000000000..dfd8897b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55c04c0a551cbf4c889de62a9b4cfe73ffb99f0885a51327a0b3fb690d7b542 +size 12687 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png.meta new file mode 100644 index 000000000..ba2ff45dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff9eec03bc0e9944cc9d7f67186bcaef7828e12ea636a7199e61eca1e90108f +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png new file mode 100644 index 000000000..5157bbd02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd969deacb6eab44f0d70debf7b4f93254d332a2ee4c2fa68e365bb5f53a79e +size 6251 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png.meta new file mode 100644 index 000000000..deb3c5e6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Chest_Open_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a5192dce0abf505f401685d58efa477dc83faa59b3bddc5efdf57632ad81e3 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png new file mode 100644 index 000000000..80ed1ffd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8571476871de10d800804214a927c62b768f87cd1454bc05abb4b0c7db780fdb +size 20699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png.meta new file mode 100644 index 000000000..035de4399 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clan.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5811735f4da6775ed55f17c73b8655a99c2e0904ac7c99f541f0653fb09c7edb +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png new file mode 100644 index 000000000..626d2c3c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f9cebb6764d092f52f9adcd672df1b644f587e31e17fedf3c374b6c359d235 +size 19214 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png.meta new file mode 100644 index 000000000..eadd70697 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75b5162330fd6a2de3eca028d9010b8614ad30065fa1c447b683a1be3c197ea +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png new file mode 100644 index 000000000..5a1261250 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cd8605042e6c32037a02de131255b471efbf852c1b262e1d17e4dd5e7954f3 +size 21799 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png.meta new file mode 100644 index 000000000..8cc543f79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2799219f28b57a851a928416d28487193b29fe7f455657bd6636e0a5b7fe932c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png new file mode 100644 index 000000000..dd6a0be91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf529e56457a2ee421c0bb04ed550e2ba34c703a52916a6234dea0022455190 +size 14083 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png.meta new file mode 100644 index 000000000..2edbc4166 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86b35d92d5e7269ec9a952e3e1466c9d8c44c827c704f65e4162f98ebfa5501 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png new file mode 100644 index 000000000..53551a005 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a555e9d9e2992c0d57aca9bc5ba1fdf04dccd3f4c0a066de69623fa45d005c6 +size 14262 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png.meta new file mode 100644 index 000000000..54c274d49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25591ea8ddc80193b9baa94d69bee49dd18f973d7c3d8e90b93d2a04cac7c068 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png new file mode 100644 index 000000000..0ca2ed701 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4a9100db4586a90cd0987cd30c4dfccb3ccc0c933bd6e9454781dc9d01d0f8 +size 13783 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png.meta new file mode 100644 index 000000000..6b1a09ad2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Dice_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb8b9cd5329d07480b05e05a6cad2f567cff5335e95cd7c269c861ea0995290 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png new file mode 100644 index 000000000..ac1bca260 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ba08c49622297d3b19847cdb484a7bb24ec8c157f490c71997565535c530d8 +size 12031 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png.meta new file mode 100644 index 000000000..997913ecb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_DogGum.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d43a915bf5ec9d43686da97a2cdf0b71b8156d9a2345e305d55b406a27b8647 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png new file mode 100644 index 000000000..2b2d60dd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc104927ea17892ab0308188de66f330b3c62753c5064811ebc2ea2defa0ec3 +size 13624 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png.meta new file mode 100644 index 000000000..e0e7b9279 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Egg.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21929e7656dc36a56d9677ad4d243e5223932ea4507d7a8931dc51d459ed953c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png new file mode 100644 index 000000000..0dcff0d43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f3dcf20800d410a0a983e9750960f59ae16be4993ef7f4eb33b21f2565b656 +size 19042 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png.meta new file mode 100644 index 000000000..8bad8a9b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Emergency_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f842c4a6e0f2513f803d5d49c9263e090fcb02a9cf135a0e0a63ecb38dd6b2 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png new file mode 100644 index 000000000..fb976d273 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f7966c0d814537e5616d4ad7ce70f582080cf4ae8c15992b785562caee0761 +size 8856 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png.meta new file mode 100644 index 000000000..f0233cc0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3160f87be4f2f2b3747974d53d3221855971dbfa8dae759c255704dc8be71bb2 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png new file mode 100644 index 000000000..d18490e81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92689ae75e47af1e2931546eb08781481821af097e227dfc315b39facc8aadf7 +size 7366 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png.meta new file mode 100644 index 000000000..33b3bd483 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Energy_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdb6f0d1c4e120331bd17c8dc9f099f8aebb8886b0bf014c3235ee078c5b452 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png new file mode 100644 index 000000000..9682a2de4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b270d2b14c90d4bacb41c8b8377fa7af7eb6fb4f565dca0f7eb04b67894656 +size 16968 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png.meta new file mode 100644 index 000000000..3ee3d2a24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Flippers.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf228b4e7310c7e9b053a303ea95a54e349a29b506032800494b8da3d9be782 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png new file mode 100644 index 000000000..acf73ae6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e8c14d97a08a8592a95b83239614a59c5a1a5b26cdc68cd5410f4e5a0d8bb1 +size 24146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png.meta new file mode 100644 index 000000000..ec76d4dd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Food_Can.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796a11fe32176ba2f6ca2f4d347b0af8e760e126b6c855ac9e7b5f64905a9f64 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png new file mode 100644 index 000000000..48d4d408a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861fb26f962e8c1b925c3cafa653f4c12c9e1e5ce1a6608003581c9881def03d +size 8682 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png.meta new file mode 100644 index 000000000..6573479c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Friends.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb24296d036a32776cf83e284218e1ef01b502210823a72dc7a9e8857aafd33 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png new file mode 100644 index 000000000..6f73ec41c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739991cc29e0c135173e3bfaee7aaad6040c274619dcfa577fe8c9b835c25642 +size 19559 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png.meta new file mode 100644 index 000000000..af7ad00f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_GearWheels.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6232280b39ceec2a18e519ba395c0a4e7be8d90f216fa411b6430df3c1b3d7c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png new file mode 100644 index 000000000..58a6bd772 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa944046659d8e528270eb96d128a54646e717bf9bb7732bdbd4ebdfda2328b +size 8895 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png.meta new file mode 100644 index 000000000..a1d4aa6c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32629cdff6028c02129c604804ac3a2f9c1032db037913c6b3808c3b22c23fa +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png new file mode 100644 index 000000000..b2c33d470 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50132a6abf86298ab5327301cd61aef6e91623156eef01ff422b77d63c86909e +size 8957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png.meta new file mode 100644 index 000000000..74669eb09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f137724f3ef7f59345c63a3e10eb0a0334d4d229934fd5b40cb759f6a2d72fe +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png new file mode 100644 index 000000000..8d02ed4e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e755233b0de9fb863c101f9c2486d76f2c7355485ec096126fa6fad02e076e06 +size 8449 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png.meta new file mode 100644 index 000000000..1958aeede --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem01_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27adb64fd5b8353f231ec978093db4ccfcf65bc845841ecc218d84da3d98ce6 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png new file mode 100644 index 000000000..1fac7b8df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b94f4bd2273b04577323b1fa986cea7e6b7259cf2e00cfa941803e48bb8a34 +size 8751 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png.meta new file mode 100644 index 000000000..628e74d78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196e87de7f93c8d3ae79c286dc9ac0ca7d470477cf6846e826b461c323f93afb +size 3477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png new file mode 100644 index 000000000..40ce14ae9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e241a0a1b99ab915b52f7741d8b7645b03b3f56845dcb2fc6ad314e700460e +size 10439 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png.meta new file mode 100644 index 000000000..71a142667 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0948416d7349f93e3e629ef9dbdcc42efa0fc58fbd7ccfecce07c22141214da +size 3478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png new file mode 100644 index 000000000..264ba4f0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adaa35a51722f35813b5c5c4c316835dd51ed9548e3194aa7733003236b6396 +size 9964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png.meta new file mode 100644 index 000000000..82dd6a45c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem02_Hexagon_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e212fccceaa631af399cd173656f9aba6f3ba2b62a75e97fbd6f1194273bca +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png new file mode 100644 index 000000000..531bd2679 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89de7f6edaaf7850344f896a298d51e5b6d089b2fc8c43c88a2c367242a0925 +size 10013 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png.meta new file mode 100644 index 000000000..ca3c3aaf9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99da4ff2d85b6141ab65bd20c81b5341b41c100980b0a2ff58590284122ddb59 +size 3477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png new file mode 100644 index 000000000..5c5ed4285 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e13296143c0b62bb56941822c935559437768f44ce8afd7d90826f548f1440 +size 10579 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png.meta new file mode 100644 index 000000000..be27c47e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Green.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2e4188cf35881b54f9f5f514a6012c6086ce251ad9077b28e61e9b6d71964 +size 3478 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png new file mode 100644 index 000000000..f418a5f09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37080b90970c657426f0668fedd21154b592601c67ee2ae2210b390f3e287d4 +size 9294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png.meta new file mode 100644 index 000000000..dea67d4a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem03_Diamond_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e27f44607ebd8d19294f9da8bebd5b950f18e7ae6616b772a849f75eda76af +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png new file mode 100644 index 000000000..042191762 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa4cf015c97760a3a78dbf7ee4271ed9b3e632c815f4da5c3663c3f673709b2 +size 10222 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png.meta new file mode 100644 index 000000000..7284ed058 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Blue.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2758cac4ceb0f19bea159e2e3295ca641866e331591d1cf304d21b59d9f5a6d3 +size 3477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png new file mode 100644 index 000000000..8fab3d365 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801e1c18a765ee8f30e6e83e9d39088716247280a924a2e55a33e9b05bbf9b19 +size 9949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png.meta new file mode 100644 index 000000000..de37bd82b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Purple.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99f9ed40fca4c96cd859f8de07acdc6379531e2de95168831856f2e8800c454 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png new file mode 100644 index 000000000..47acef3e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae9b840b6d00f2f602f4c89471bac8f0bab5f781ffe4ed40423dc9b629b9972 +size 9963 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png.meta new file mode 100644 index 000000000..428d35b67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Red.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074bf53bb89bf4d8aaa4cb4b90edc2ea3ea78e371e5b78c4874d086d2b246554 +size 3476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png new file mode 100644 index 000000000..4729f8e24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3463a11f540dcbd7d74a313b55176a79e58380c092fddd3bee300e14aa30dbca +size 9938 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png.meta new file mode 100644 index 000000000..02ec26628 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem04_Octagon_Yellow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12739ceb82df74e294dcf1b570c98195dfcc60aeda434a9ca3debf2f7bbc6dff +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png new file mode 100644 index 000000000..b312ce5e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178ccb5bcc1c271fbbc4c474f8880fe8416007ac6a17c4809f6bc5e30ce25735 +size 12580 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png.meta new file mode 100644 index 000000000..382db6b48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gem_Pearl.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050745c40cf674236ec8eaeff0df2a18132c1632e01d94485ef09b23d7a21071 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png new file mode 100644 index 000000000..e9225d928 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6fefd3c6f26634e717fdab5b4d3725838b5434474f85613bd3d217d0a788b1 +size 14551 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png.meta new file mode 100644 index 000000000..b8be93fd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gems.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24184e07d32a50c02741f5c0f89efba00fd58d8fa7c1ec1723ca195d37e7a03d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png new file mode 100644 index 000000000..9f8371837 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bf6ea5da20546e4b5230d0ac3ebd9f95c0d369498f94d4768e0b29661ce76f +size 10298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png.meta new file mode 100644 index 000000000..ab51f6060 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca79a87889ca7a8d82a767e7939b7f1ec9525bf85eb044c8b69e14653a692f4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png new file mode 100644 index 000000000..97c9215b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e6f340a51b74f099d657907c9691a3cd84e7c0c4d3ca6248d14a7f45a4143b +size 11063 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png.meta new file mode 100644 index 000000000..22b3ebc9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gold.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4c4969b006bb0f42aab7bce8a040c50838e02c88b35b4af6391c44e2cbd62e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png new file mode 100644 index 000000000..241519559 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85209471d585ca94169bcaef42f3d8c8d16c3fab2b32d3dfd1e0a63ad0bd418b +size 15025 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png.meta new file mode 100644 index 000000000..4615f7bc6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golden_Pass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599e63bb15d621e1639dacb9b68f87d505ab52bdbb0d638be7359e9d401f28ed +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png new file mode 100644 index 000000000..fbe6f6693 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff9e71f6e54073aa16be041e0ecfeec3434f5286e4640a07e363589741e4537 +size 14933 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png.meta new file mode 100644 index 000000000..40d26e0a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Golds.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b772b0c18a18eb83420f0252e1950cd6ad40f5a5fce5c5c303226987d37508 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png new file mode 100644 index 000000000..292945f5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ea51641600bb7d5483d4ce94677b9d71548b4d77db882460f17ff62f8bafb4 +size 24049 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png.meta new file mode 100644 index 000000000..0b7dcfc24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Gps.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe7312f18f4f2b2dabc346823eba496f7e824a8c6dcfa4be3c1cdff24f5bab3 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png new file mode 100644 index 000000000..bf7ae4466 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cce1672677f392fa3569d7cd8c5ef0ace8566c0edb298ef3f99daa0f7ba1f6 +size 15576 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png.meta new file mode 100644 index 000000000..4677a8ff6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db21308ecafeba3356231a372c3a380eb1261f967f3a920f205f77335fb8d72a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png new file mode 100644 index 000000000..63cf1ae7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c3a8759129eb8772151a666dd2f8898072b38dd41e6d31bf089f44d0cf3e27 +size 15203 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png.meta new file mode 100644 index 000000000..25d3d2860 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842fd2a108cb8436626db43192933dbeef066477ada3c884b8171ff8457994f5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png new file mode 100644 index 000000000..3563cd632 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5861252544188f9d494629c9cbae8eb7318b546c714f7f802d23c58bdee6186a +size 12245 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png.meta new file mode 100644 index 000000000..ca44f968e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Heart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ebb97978a39ee1a3ccf60cd41f6b2426668676f9e74034d9250bbf965a0087 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png new file mode 100644 index 000000000..61a79f9d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983192f06f8b540bc7092aa52a36502d537edc60a0c044e30b0df0ab5c72a0c4 +size 20295 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png.meta new file mode 100644 index 000000000..ad262291f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Horsesheos.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535f658a9d499797d499c672c4de11a56fd9aea4b260ba486482911221c54073 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png new file mode 100644 index 000000000..6a29c8b59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4019ab2007546458824448752e4846692d29d823f90eb91da9e9897abaf633f7 +size 20913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png.meta new file mode 100644 index 000000000..bb8f7e682 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f280c0be282d53a758da35c4520041d0d66b76470a631c1918b87e46c0ba9ecd +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png new file mode 100644 index 000000000..dd57575da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2175d9f49eacfd2d28161f19c0e1946fddbc3a49f6ce36b5645959d5c61d59 +size 13850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png.meta new file mode 100644 index 000000000..a13ba31ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Bronze.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff95f05fd7f52121ad31b65d49faedc46980cd0dd4b13382e1ae6f20df91517 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png new file mode 100644 index 000000000..6c72a5250 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d353fb2cd1715cf737a088d144f3e422227c5a7026330dc72e3491d529d982 +size 13126 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png.meta new file mode 100644 index 000000000..764eff0a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Gold.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73d73e6f86743fc13af82f3a6cc56cf672b62dbb6959db108558c4a82fe3a8d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png new file mode 100644 index 000000000..ae9e3c10a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e866a71829b2a3c7fa4cd00ac3480adf5da60f68e9fedf26969073716d61aca +size 14430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png.meta new file mode 100644 index 000000000..4f19f5ee1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Key_Silver.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869001bed1e7ec68ccdf031caebebb94f1a1a43b14f30f1f6e4c833c3069bc97 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png new file mode 100644 index 000000000..40d019e1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388834b4574099ddc03dc2dc2e36d15d3686fc1d6b90135fbb0897b652b6426f +size 14911 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png.meta new file mode 100644 index 000000000..e0406bd92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d9d1c41e8ca74fc483314d042aa3004b33a536c7f770f2a1cc7819f937ee56 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png new file mode 100644 index 000000000..6c3460ed4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ea34e90c7764aa9e1543ad98ff9e2905e4d1cd553984e76c5ccfb7a40d77a7 +size 21530 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png.meta new file mode 100644 index 000000000..df46c7247 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c323131790b7bf9541d4f91142821453659ed79c31563c5245e530024a032738 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png new file mode 100644 index 000000000..16e8152a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b25b3f80b7e8f417f376c7ebee5da49c43faf1b7f1e64ffbf95c78e714c6512 +size 10957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png.meta new file mode 100644 index 000000000..82d31222c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48104c8963f2a3ec13abd96683ecdd3b3a93c6142251983252cb092eff5d6b2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png new file mode 100644 index 000000000..7aa403633 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02ba682f90a64d28481b2b75de8276aedc6ebc784372bf6158e68f653c466c2 +size 8806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png.meta new file mode 100644 index 000000000..ff97fc7ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a832263e756fddbf9482ac86d25f6470be6497db9d1d97998200cefc744ee9 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png new file mode 100644 index 000000000..c92b075a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091166d55662b277d83e3db0f5f1a5a145d0ba57d119ccc6062b71dd8c922488 +size 13905 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png.meta new file mode 100644 index 000000000..631635e15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6395c5322f6be0d9aad9c15ff58c1ec42b59b399e51b9f7eedf0cf66268e953 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png new file mode 100644 index 000000000..18d79aaea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15340254a59911247b7d8261ccc4eac6ce621214818e386dc2bd07ac47e8b435 +size 18256 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png.meta new file mode 100644 index 000000000..edb4180d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Map.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb7a66da6fac195202e59d5d97d2a95433a119cae0742cb5ca8d44f225fcd3d +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png new file mode 100644 index 000000000..d860f9407 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedf7072d452ad417eff67d631947cb038a4bd76ec522b09b878d531906f668e +size 10928 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png.meta new file mode 100644 index 000000000..a2aee4b5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9750d95916f6f94423583d8eae0d51fa5d99cd27c63c7085b5abac2fe4bf6ef +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png new file mode 100644 index 000000000..3d4474c96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7181a93d7fb36419b6fd86f672667ed2d995846b43e643356df160575185aaa0 +size 16433 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png.meta new file mode 100644 index 000000000..51d99627e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d69892273d0543e98d0f61ccdb488cf9f9d6000539a7e5dde96a2aceb17e2a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png new file mode 100644 index 000000000..6b803fc1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd8e6b78c6973ca6dbd1a703d0a0ab57276884e87c3fd37b4925c3a0f391bbe +size 5377 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png.meta new file mode 100644 index 000000000..b40a955b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_News.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93993feb30a710b3401f8d21dce55acc57496c19c1ac2afe67ea2053e277c2be +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png new file mode 100644 index 000000000..a9d60aeac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f21e725989803f2fa3acfceb7c6a0e3bbe53c8d4a6e41c82321d48d6dc74b2 +size 17029 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png.meta new file mode 100644 index 000000000..6db6630fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Nut.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ff946d5baf293d9260573bbf0bf86ff7d1d85b5ae1cfaf493c95bbc047f8aa +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png new file mode 100644 index 000000000..860fe97d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d408c9804bbf1061c6ee9d7951f6e34f33cbbd2d8c89bd37ccbd16529844c1c +size 19949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png.meta new file mode 100644 index 000000000..2c174a1a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0709d9074460771f16690dbfc5a57bba1eef0d41fec1740cbcbfc5f3cf5801af +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png new file mode 100644 index 000000000..3b9eb7d8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd75eef6b6244caa71b276e9f01bf4d381599dfe9f1e7d4ed69bfa1177a1b21 +size 8526 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png.meta new file mode 100644 index 000000000..99fccd243 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e376a2920b1ef4d14a5d5c5f8eac6183bef9c24d7f5cb9d0e5b82d4c3ceba2 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png new file mode 100644 index 000000000..caaf47eb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efc6789db0e43773a566f91bf772d5610a6f9a49db049d7a7c0b31f29943995 +size 8732 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png.meta new file mode 100644 index 000000000..072c91326 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a2cc2a4e5785f147e10a7322134c944e8f200d8b51ebb93dce5285671076eb +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png new file mode 100644 index 000000000..5792a397e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0951079d5d509981f94ec1fe4a88f0459e0d1655b6ab20ed528650c7203d13a +size 8913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png.meta new file mode 100644 index 000000000..d24c0ff47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e468482668b114bf04d737867d61b94917f8d8d2a0d54d4a126dbc6d21542c +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png new file mode 100644 index 000000000..3af87d0c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef3a266bc1820817f94a2b6a0a88c21ac1d2f7863e6ca8b7dd7f2636e33a103 +size 8665 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png.meta new file mode 100644 index 000000000..c93855003 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5082cd953f55d7f2f12c6541d9adc81df225c6e0ce3b076a658259877e4e62d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png new file mode 100644 index 000000000..d9b60c25c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0d44e39415fd6fa0983140315e92d6b5c991985a088251098451dc0e380cd +size 8832 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png.meta new file mode 100644 index 000000000..8ced18e8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a1557e9908c9fad97c5c44bd96a73019e82ac8ab60c1ab2d16e4007ea60f1e +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png new file mode 100644 index 000000000..8ac038322 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b996e4faab127289567b626721afb853d1eb1044dd5d565ba86765bdd8930c73 +size 8859 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png.meta new file mode 100644 index 000000000..885552a56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion01_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fff74b476508e2a7309d3746e221034c817bc5ca708afd4e0db9189875b461 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png new file mode 100644 index 000000000..17e9ea7da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55403705f4da59f16dedf902d5011d0c21a2f34e61a55feaf31e0bc4f36267c +size 9600 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png.meta new file mode 100644 index 000000000..d975d976a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b356aad72d3f58abbdc7452694d6b5e7ad6031fd03b5c46fbeb070bae0baa498 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png new file mode 100644 index 000000000..50b52b07d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643db83c57add3f4a32810380fbeed6f712de1cee0505fffe7d61511150fa4fb +size 10150 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png.meta new file mode 100644 index 000000000..d61c8f8b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b2e458ad70511d058d2faa6a723b0d0922ea7b82b31097907c71b13f1b227d +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png new file mode 100644 index 000000000..73a0d6d6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad13d5a0f2803e17f0e44b572d79beb5b7063bf891a1af9ea625f22b49b7bce +size 9336 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png.meta new file mode 100644 index 000000000..c7c2b1050 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Pink.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311f186f34137c07d5b3eb55cf34d79632b30e13554f642a822bc14be575154d +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png new file mode 100644 index 000000000..bc88d0892 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e94439ce89a6ff120a1df20832b009ddb97b4a875877a6f170b4f6c8e31834 +size 9375 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png.meta new file mode 100644 index 000000000..bd826ead1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c9c5e1319647eaed6714111af9f89d7ee4862e44e6f8d894479aab514e76cf +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png new file mode 100644 index 000000000..1098ffd6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a164b9763da9feaf675923c450a9638ca7953666b1caf4732ced8e323dc7fc8f +size 9505 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png.meta new file mode 100644 index 000000000..521d16007 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f22e52fa8a9aa089104d764f1b5155df577822d82d7803b51cd98cfb296bc15 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png new file mode 100644 index 000000000..0743e9e47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7e529fbf51c9d729cbb2b0f33e361f6faeab21c0d70ee71749a61e45c6c738 +size 9371 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png.meta new file mode 100644 index 000000000..7f09b5bc5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d013899348f1aaf31230bcd50bad08ec6e4b41dbcb631e20b547621766809833 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png new file mode 100644 index 000000000..264e234fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ea4253fac0f6899d43adb06b84d7fa24894241ea0447922a66381de92bff50 +size 9629 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png.meta new file mode 100644 index 000000000..693abbdcc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Potion02_YellowGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd171cd0a05909c034324b9a8c378323d073abae13c36dfc6cea47c56b6698cf +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png new file mode 100644 index 000000000..45ad0b8ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6cca5a07d0ed97122f59dcd2a594b3cb11afe28ea5a22f80f50655598e0736 +size 18895 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png.meta new file mode 100644 index 000000000..8a41db951 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59519fa2b3bc598d3444968b6e3a638b6ec5ff9a8a4cba22caa502cad1f11bf +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png new file mode 100644 index 000000000..7794bf0db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2aa5b64f126d8e96e9e6c5aed600ec9b578d616e22ae35dade00ecce761d3f +size 9006 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png.meta new file mode 100644 index 000000000..3aa9c9c58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Quest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef20ac5b411fa980dacb6072575547577602b0d9aa598528d204333f33642e4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png new file mode 100644 index 000000000..32d68941e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930e6e860172a2709266f79f263462ffd386dce28c67f4dc511142d7361ff217 +size 8302 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png.meta new file mode 100644 index 000000000..6d32e0f58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fc15cd5706adfeba80f63facb8177a849954da6b6a1dfeb45d83117de541a7 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png new file mode 100644 index 000000000..10969a6df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dac38131c21a43f3b17a7b4c31d75fd5974a4af102be291de81a78da38a947 +size 13836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png.meta new file mode 100644 index 000000000..eb2364e52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321ca4d6f12ad6213e1a56f130bb501b2165b191c46fb957ab92a25bb01070e4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png new file mode 100644 index 000000000..99add1873 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0782cd4e3f7219455ff3942942a6cfd397910ea71e07dc5d579f5bb0a5bb85 +size 6244 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png.meta new file mode 100644 index 000000000..b516bf9b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1eec36547bebf6a4c3f748cef5a452c2496bb39b918f4426ae771217fa9b488 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png new file mode 100644 index 000000000..5aaca4513 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b596398d87a11eafe301b2d43fb0fcd3754ce19061f9d72cc109f579f864c25 +size 12900 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png.meta new file mode 100644 index 000000000..5baf9e042 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Shovel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14f5582464686490186305e3441099bee8a8a283d9fb7ff5d153e325fcce190 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png new file mode 100644 index 000000000..ebd64a8e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a0b261f0b7d4e67bebb832ace1695d65be387c136ed4a713d2cde529018e11 +size 8361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png.meta new file mode 100644 index 000000000..20e6fde1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1c96d29792de5cf663e6506e2def3fb56ac1dba2a50eb9e22d78bbb0b9311f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png new file mode 100644 index 000000000..dac1a2897 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c051100cb20c9939e1d5fe247aa194017dec908a6022040c7dbf1ecf3a54bcf2 +size 14366 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png.meta new file mode 100644 index 000000000..4c0c4691c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Star_Red.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ffcfe3b79ecece08783bd0fbd297e6266d396c9b0973599c0958fe24ebff1e0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png new file mode 100644 index 000000000..abad42267 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae27322b5352b502377da27bac4ca2478cf5531b39a3cfb146c5d8e534ccad6f +size 19660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png.meta new file mode 100644 index 000000000..c5362729b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44aeed842ebdd3f2bf40e006be5e3f3cd9701074d6670416b49381de68e8dcab +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png new file mode 100644 index 000000000..a895bb557 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cefcfc28e29431038b01a54950532702fcb2be1634944ea2618b0a8dbaec5b2 +size 9545 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png.meta new file mode 100644 index 000000000..93f5294dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8308af4c95da0bd2f2661b7c336629ac28a27d0358aa630338d525fbddd0ae3d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png new file mode 100644 index 000000000..3d3fa8547 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa169a928dcf8234c9e1900e60d1911858d316c48a9c0afc059c61ec3a585823 +size 17652 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png.meta new file mode 100644 index 000000000..8b33d6bd3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b36ab87b2f76e27e2e2ad2fe4a2f5823677f8469b37f996b7ca6209af916fc +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png new file mode 100644 index 000000000..34c0fd8e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5080ae0264b923c2787158a9c8996642548e43e231f2cd511459143f51392c +size 21060 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png.meta new file mode 100644 index 000000000..93268d55a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b2c30f146acd3195f26de95ae4db66ade2687cd6f5f99411452f5c63016c44 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png new file mode 100644 index 000000000..88d11db74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66e9717c538bd1413fb6222413fb2a82a34961ad299487a29dd2a98b862da01 +size 12989 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png.meta new file mode 100644 index 000000000..edfbdb22b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Tooth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520acb3b7a3f223d5872e4dd04b6959834d333566207605cf636f22f3bd84741 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png new file mode 100644 index 000000000..91a59ea0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0c32bfb07b8828c77cfc143ff3e07a283976f776a2beb379636b8268e417fd +size 8124 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png.meta new file mode 100644 index 000000000..64d6ae7af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/Icon_Trophy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3574110339b6f50ece8a2e9c29ae2593030c079edd63f4cc4b8440e77cb86cf +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png new file mode 100644 index 000000000..fb80427b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa3b790d43b231bcd2b36d421e76bfd3665c2eab07fab81b5ebba0410512af1 +size 18403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png.meta new file mode 100644 index 000000000..2a809e983 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd582f943cfbab1122b2eb0f53ef36276abfc7201509a0c9d91a5ef79a7839de +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png new file mode 100644 index 000000000..cedb84604 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe7d3d9ca8eefdd1d558bd1c0c8f09fbafc91010f37562507741739848ea9ac +size 16522 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png.meta new file mode 100644 index 000000000..c6e985784 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_Dynamite.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9725943635cba9f3c9fea65605ba6fdc35122d0a2649383b28694c97142c80 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png new file mode 100644 index 000000000..1f0aa0d33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576d42b251fabe9eaecf09906596476718174503eefb19d46e4783e514733342 +size 23158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png.meta new file mode 100644 index 000000000..839fedc57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Bomb_LandMine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac2d8853f82bc5c4d45ee25ec19e82ee048d1a190dcb59dd02b1d9481fd1317 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png new file mode 100644 index 000000000..8647d5d72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd1a74d85e3b4122c128676d1b6568865a73504ef52f59640003e51ca9d4f30 +size 19141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png.meta new file mode 100644 index 000000000..de7e94c1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3d40f2bbb4b15b35d87f9ad3cf28f0156c12efad3867573c1c2a38bd1e95fd +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png new file mode 100644 index 000000000..1375988aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bb5f773f58b5181393653f1410adfc777984f561873a9ba0636a22e733793f +size 17488 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png.meta new file mode 100644 index 000000000..149ec43ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Pizza.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bca655c3da1dfacc22e7dd7334a33e07f97da6b880860574a66888ff6dceb96 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png new file mode 100644 index 000000000..af9693848 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc19b76802abfcf61e2ece0d4399cff580383ef3589a9df373560487ca5953d6 +size 21218 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png.meta new file mode 100644 index 000000000..3fb177ec4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ItemIcons/Original/icon_Food_Shell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641c4f9cda9496fdc86a5f05cbecade5d6579f038e63c304644d29034b5041cf +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons.meta new file mode 100644 index 000000000..a03239bfa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5069db57f01b8de9fd60484bea1a690f842457d82dc06a572245870bb7e9800a +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128.meta new file mode 100644 index 000000000..ddf3c4128 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2474bb8a70728d46c4a2d62495162f83da7b85acfe4f9caeeeff92d70717a80 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png new file mode 100644 index 000000000..7d49d1a93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a621dd7158c5bffc2b096e0f81b531cb4939061c57b5b5f667922f6e06cfe40 +size 4429 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png.meta new file mode 100644 index 000000000..54947b4b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Check.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec012d30964ff706f2bf5371dcc84a80520b182285193c752ab32de031233e1c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png new file mode 100644 index 000000000..a3a1c5f5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16aa1ae3617f7ca2c0a3bd982ab25b3d2c483b0368205500b53084c736447a2 +size 4432 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png.meta new file mode 100644 index 000000000..b27d8e2ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb8bc6f5b881d89fb1e26ff5e454f2b5c7b92700ab147624a4ba63cdc52a7c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png new file mode 100644 index 000000000..2ac854c36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa05213ed5a0029a058df1ec08e0e8f981b899b228775a04ee1173add66c99c +size 5221 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png.meta new file mode 100644 index 000000000..95f1158e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Close_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce66c8e497ab56ae98dc0be2c0075e2bfd1d66a0a65ea2b61cc1fd9d37eee87 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png new file mode 100644 index 000000000..66a322c69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4db321aa7d2a7f9bc2c56ea075dc81a2cee0d95862cebebefaf0bceb055b07e +size 4048 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png.meta new file mode 100644 index 000000000..50937545c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cc49a87fea5f9f174e42dd6e12685351cf63a930772a9ff540245cb00133e4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png new file mode 100644 index 000000000..e6b56a10f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02551c5f9efefb622b6a60f76c2bd463f80857ca1acef7a98741dc17ac3dfe2e +size 4960 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png.meta new file mode 100644 index 000000000..685a22fe9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Divide_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37eeeee1b016ea36fcba448afeda3daa012575bd08ac77523bfa56fb22c3ea50 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png new file mode 100644 index 000000000..b9ba9144f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1eaf791ddaae4e4d800437ac46a71046a6ee0ef8808e25f2b80e48594a63208 +size 3785 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png.meta new file mode 100644 index 000000000..841ef7415 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81a03908ecd88047dea6322d93343666419043fdc72f24258762985c8f45ffa +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png new file mode 100644 index 000000000..a08688698 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbad0918d28a0125f75a77e335066213a4e4874fefe3c63d32de2951d4cbd2f1 +size 4695 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png.meta new file mode 100644 index 000000000..381ea6ff8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Equal_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b121f589782ecfacdc6abdee4e75aaa2b27496cbccebef7f8008e764d18e7e60 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png new file mode 100644 index 000000000..982b3f9f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f30e4c75adfdd053a47edb65cea6dcfaebb989931db39a9f185cb6c4544bb8 +size 3512 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png.meta new file mode 100644 index 000000000..d4549de1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb022890f35cc12e90a0d0d85dd3c45fa91e78f93d59ac9c26e2f3709f179a2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png new file mode 100644 index 000000000..ad34bc926 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f52c433f9be6f292dac14620065275ca33c2f74782aaeb075393a818349eb1 +size 4652 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png.meta new file mode 100644 index 000000000..7ceab99dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Minus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3cc313f89b3dd9f2ae8af1e99e0a4b0055dedb4c7003a0f158102395c8127a +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png new file mode 100644 index 000000000..44fc9a24e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00577051f7bb4dbbb53f596cadb532a5b7cb98c26e8778a5b5296b8d9c006f18 +size 3745 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png.meta new file mode 100644 index 000000000..d277ef760 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a595976f40f09d960835e6a74185d61b72595d5005ce94c2f7b1ebc3bb4a7865 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png new file mode 100644 index 000000000..08f1b1b14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a38e3e46409b1a106eb4d5291ae96c7ff33ed45813dc52f507fea85b921705 +size 4773 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png.meta new file mode 100644 index 000000000..cc8760c6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/PictoIcon_Plus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf5e7b681b8b0f77b4c17f8e3f45ee333e75fd43b41132d87cc3536dc2690cb +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png new file mode 100644 index 000000000..55b24f463 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a936325fe499123fe9efa9cb609c34a9589f5251405a5889b0faf2712599f8 +size 4294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png.meta new file mode 100644 index 000000000..be8580160 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Account.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77f37b315ba688e3b2349d3b4fe65e44c009ac60e98c214257493aa9ec8ff70 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png new file mode 100644 index 000000000..9e0ff4d58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21b3d0d5cb616adfdb6b28d376f3c189338d6db6d92745b94ce0a55256ee091 +size 4002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png.meta new file mode 100644 index 000000000..0e2a7023c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Achieve.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ada56fcf38a471c0d02395a51ebd86bdc2b047e3b16051747d93200317850c +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png new file mode 100644 index 000000000..a612dcc37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8ea4ee30a316e02966a645c8d42c8da709dd41e40f2969b98fca98efbd8a05 +size 3289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png.meta new file mode 100644 index 000000000..6d807982b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Airplane.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c818de8fa11b07c5848c99ec9c0c0dc772211851ee44262b4294e21afd46a7a4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png new file mode 100644 index 000000000..669f03aa5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10ade4a406280367405efdc74557d654c8a58d3025d3f309c9465361a20af24 +size 3335 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png.meta new file mode 100644 index 000000000..abfbb90b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Alert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744e548724d287dfda77abb21bfe3903039d170978f5cd95de8a50ed918b0a62 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png new file mode 100644 index 000000000..55cac73ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499506b8dd9be3352f064d5650c12a7ea4d9f0f6f696a815f0795a0297e6c499 +size 3938 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png.meta new file mode 100644 index 000000000..8abaf084f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anchor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c37be2e6f956e1bf72e6ed0fcae1ccf54c99e5c35929c882bb357e51c897d91 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png new file mode 100644 index 000000000..44299c14c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515502f3387b86e4081f020d72459c28f97591d06968567db373931a12ad7960 +size 3807 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png.meta new file mode 100644 index 000000000..b185288d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Angel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229111f36b50127241183e24e97a6e17493e5f20b6371736bfaf9bdd3b288d62 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png new file mode 100644 index 000000000..1353d7e28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd012010801da2f545e39f7548c8c1941b8deabbc0e229a8af7a8204c3813916 +size 3258 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png.meta new file mode 100644 index 000000000..2e199c264 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ankh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5738c1ce0d9b6620901b14d8bad7eb4473e66cca92ec7f585c0ea7730ee553e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png new file mode 100644 index 000000000..cc3e63075 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c245e39126d274ead6fcb78e362e50f46806e5803b5e741856a8f1e6cec69d +size 2869 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png.meta new file mode 100644 index 000000000..7c7cde356 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Anvil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3dbb4a0f3c998488a3b9f4b5f15904cd9ae215c5790deffec9a97737bbc5c4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png new file mode 100644 index 000000000..b1c9fd531 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07243703e0fce3cd7553315674a9c671010f41b02e088967ad09b75ea656e9bf +size 4184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png.meta new file mode 100644 index 000000000..efefd61ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Armor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61e32a580089067ea80588a1987d94bc68775228ef76fef8c3d409b905515ed +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png new file mode 100644 index 000000000..ab0e99f40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aeaea1686fbd1bb64af23040b8084b4bcb4d7c51c80323fe2760949f773b536 +size 3935 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png.meta new file mode 100644 index 000000000..9e1d5a1b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e43bc787833305713d9d097abf7efccfd596578b5a78d5158148c16ad86b60c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png new file mode 100644 index 000000000..ba0ad1cbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb85148b331fab55e2bb700cc9a7ef0025cbac772bdefe607fdf8d357747e4e +size 2683 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png.meta new file mode 100644 index 000000000..57c48c560 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Backward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78a3d16520866613e4914a3e88897f736502ca842dc834e422a2824ae86b649 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png new file mode 100644 index 000000000..f547f1be9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094f92fea85cf1be57a507895b4330c0f8694bd5f5235de0b286e234e5685003 +size 2802 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png.meta new file mode 100644 index 000000000..bc9ec6d07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Bottom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e06e2583de8ad4440cc1b708209d60de430294f2267b692cc4fefc5a24bfa4 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png new file mode 100644 index 000000000..cefd5455f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b88fc2462920fe741327dbeec7e8fd280068661316d26a059faff7e8d8a0593 +size 3067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png.meta new file mode 100644 index 000000000..274e7bb87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Down.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa57faa92bae2aa664c168275e1946e1f2611d171838a1c9d16471f19acf61c +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png new file mode 100644 index 000000000..a8fa81f7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80028ce015c0673ade3ebd39070cdff33288cf138a6b83dad85543086408627 +size 2641 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png.meta new file mode 100644 index 000000000..afa8dd694 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Forward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e724f1197c8724d77b4dfc1018cb7965c205d0af75e84b97df8c7ef27f7ab6 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png new file mode 100644 index 000000000..979ba9191 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0680e9237724c221c9e8c82b6de767daf01d26346da7aa6661a2b9ea8ff5142 +size 3572 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png.meta new file mode 100644 index 000000000..75548aa15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c73aebfe55dab3d19bf637503be5665b1ba91bd29d589b541f3502b24f875f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png new file mode 100644 index 000000000..c5c943f20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dd94a5bf8d56f74e01d813ac7fa32e99039cb3447edf6859bc61f559c499a2 +size 3088 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png.meta new file mode 100644 index 000000000..5d9d383c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Next.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2552df04fe6749a605e66eb1c64208df3a4e2d2ea556d63a254683c4b12005b3 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png new file mode 100644 index 000000000..6611801ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a10f2a4ef3fdf0ee3d55e4a6eb3bfb7396b06a0dac5a5f69bedf7c199eeb0e3 +size 3121 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png.meta new file mode 100644 index 000000000..d7061bb1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Prev.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f942f181415fce09e0fe8f66b38afebe7730d36cdd75c77e968d6f6c09248f3 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png new file mode 100644 index 000000000..efdc4303e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bb9abc4276d20cba4378bf1fb380ad59a8586afad185f832120aa43e0b0b04 +size 3585 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png.meta new file mode 100644 index 000000000..e4666b7cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8205383f171e4ccfa314eae80a73dfa94e36283fc951f3a3e36142d0461d79 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png new file mode 100644 index 000000000..fb7bad332 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d30ed2a547055c21c01da4badde5c3cf253abdbca27e91612532a6a8eda271 +size 2759 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png.meta new file mode 100644 index 000000000..235043267 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Top.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76e8945ee18ca7f9319d3be175f21019018df10d6d70d45f69844c451816424 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png new file mode 100644 index 000000000..93f7dcf65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641045901c91bb4d002f18fd9fb0faa1a8b399d470304db2ba10c7e1df48df2f +size 3040 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png.meta new file mode 100644 index 000000000..be1e00895 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrow_Up.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c511aa0c95fd97bfd1fee2505ecaf42455658092827be1be406d5f065da09b6c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png new file mode 100644 index 000000000..0e2deb4ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e9d9da48a65daf99682bce4143bc403cdc1f8b98cfeba9a262dc750c612f8b +size 3758 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png.meta new file mode 100644 index 000000000..81ee73535 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Arrows.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cbaab70db82fd5b4e47a8c94e2b5df1b6ba83b7d4cff8837b44ff3800df80d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png new file mode 100644 index 000000000..2de8430d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d3b4fcf7d2a21ddbc072119563277c4c291f646d1528302ef47a6339927032 +size 4074 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png.meta new file mode 100644 index 000000000..aa9bc1a5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Assassin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63df7c0d71c33631385ec40d64be5e15ebfb79a27fd337d0cc0cbabff5cc181e +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png new file mode 100644 index 000000000..20bf3f530 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0dc5d72f7c5267ebd77a968fbb926fff7c70538c3585d4ed4c363f6a6a3124 +size 3484 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png.meta new file mode 100644 index 000000000..31377b252 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attachment.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51aa4b38ee4f619f11cafa1219e68afdef0e0bd9c920e904c5d7d09d0a20667a +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png new file mode 100644 index 000000000..1934fbef8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9163a2897614ee50b53050d635b1ad7d702ff5675a47387454af80aca38ca02c +size 2954 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png.meta new file mode 100644 index 000000000..df6b4479d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a289cea22731b9d57c07124fcb876dfaeb11bbaf724618c0ae1effb19740b5fe +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png new file mode 100644 index 000000000..af1606e62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06ac5675727ebcc3b233555f2dab1317f0c076e43ff06dcd38e81193f33a57a +size 3695 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png.meta new file mode 100644 index 000000000..fad959ed0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Audio.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f525cc67c4cb174057eb1fb4592e1f5506b12bd4b9c6dc872e2ff242b4dea51 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png new file mode 100644 index 000000000..5e160ff7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a23f00e2a38cb9ea3fddc891ad27002bd66d729fb9ca8bd0ecde82533caddd +size 3043 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png.meta new file mode 100644 index 000000000..d279619ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Award.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7066e4d1b4de47dc3aeea13fc6a6c7508309b3ef3fe50cef64463a307606798 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png new file mode 100644 index 000000000..26035c7c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3745f539f103ec94ffc093f626999d906b9bc7cb52bf0494ff85331d97c3fa +size 3272 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png.meta new file mode 100644 index 000000000..53540284f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Axe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678741082154f9683f67457325ebfadbfc2545f9cea89104d7d0efd804816b99 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png new file mode 100644 index 000000000..2b079e63f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572f6c3854cf5775ce3ec26afcb77a635d995f66e47c253149e0252971b1c582 +size 3676 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png.meta new file mode 100644 index 000000000..f298542d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bad_Immune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436c74f79bac880435e783f540e06645f397a3e138113d988b8da1b6f594c42c +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png new file mode 100644 index 000000000..3929622ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f773a006f09e7af9f829ab998e7cbc938273874353da86afcd3f99dc48a4ca3e +size 4573 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png.meta new file mode 100644 index 000000000..74abfa964 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40838f7baf8cb50212436ae9066ecd8b5233e8f08165484a9e81d4f5ac5c72f5 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png new file mode 100644 index 000000000..ae3974a5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee83f5e12b393243f14ada162a8b4a17efe565d91d285a3d79a17f68838fce6 +size 4278 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png.meta new file mode 100644 index 000000000..315bedbb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c5a1d4bae4d9db711112f9a8f60650803fb7291dfcfd4ffee9fa1adaba831a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png new file mode 100644 index 000000000..1c710e17f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443adb0366ea8389aad7d1ce1b77761fe23135e541040d826956e479516ff3cc +size 3516 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png.meta new file mode 100644 index 000000000..271dfb67d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ball_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9236681f97207c682c5af4bfeebcad1a04e128ab0f5edd2d53e59b2d3a87119b +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png new file mode 100644 index 000000000..a493cc790 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee325d9d724cebd929e5c3599e25c846ec8924af478cfc5d8958776d8a79d39 +size 3538 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png.meta new file mode 100644 index 000000000..c1178b997 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1837c0a37f51360c16b9afc8a87b8139c6d4e2786f298bcde3a1ec3f4f66ec70 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png new file mode 100644 index 000000000..7ffdacece --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba50ee7b4e6345c722d69007c04b96e4fd96d896f1c750aecc23b397cc0b010 +size 3174 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png.meta new file mode 100644 index 000000000..455c1dc6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1b5de85bb9168345533c075526b6c9506a5c776805b89f86c315a14064fc67 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png new file mode 100644 index 000000000..4d17d3905 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b001536ab335f534d612f66a75da0a5a595171d598bfe359c7e2af8b19e3ab +size 3620 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png.meta new file mode 100644 index 000000000..6a446df29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce81156c02dcb48bc6c882b61496c5a8eab7433abaa9fc6421c6f772c7089989 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png new file mode 100644 index 000000000..b25e22480 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28ae29a62d2bd762b5d948d3f93c5d593915dfb07cf7ecca341471188ee41ac +size 2359 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png.meta new file mode 100644 index 000000000..ea0fc4834 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a08981990fdce4d8c257781216bf1362a5219ac8a8249b51b8dc2f943d473bc +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png new file mode 100644 index 000000000..9b476c472 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532f2f8a034a901907bfab7a304aad3865de82089fb20beee83054c5f3049942 +size 2511 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png.meta new file mode 100644 index 000000000..fd6b196c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba305b56d5abe0f3d23436778ac63600a605ca108a813bdf3eaceb7d2489ca0f +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png new file mode 100644 index 000000000..d5a47395d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866bb3670f23cf4c0172448514bfdb90e090653d1a2432eb281639f03934608b +size 2282 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png.meta new file mode 100644 index 000000000..2208f034f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e696230f7252ea38f35731187f2aa305d453bb3e72e79da8c0cbf2fe210a5e34 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png new file mode 100644 index 000000000..91a43f484 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d129ddb34b4a7a28b2f89ccd9f704addeed95b40ef2f783f1d8d1c1445344a7 +size 3187 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png.meta new file mode 100644 index 000000000..4ff904720 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battery_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d862b7253c9d020bc8c85cd0653cb0c5f549f5a470c41ccf5a04578b3523aa56 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png new file mode 100644 index 000000000..b9e9c6edd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2263daad6e52f5ec1f8f4334d17c6448fd50077542c5f054d0540e869b99fa4e +size 3632 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png.meta new file mode 100644 index 000000000..a840eda11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e9b3ffefb2f2238ffc0c844b73d98dfed0cfb1802a7f63000f3b246fcb5233 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png new file mode 100644 index 000000000..a2ca03b42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17224a96231533a0c79508310a0332509ca094db5826f176a7b9bbdb5c403465 +size 4914 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png.meta new file mode 100644 index 000000000..381b8a044 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3633689b3807cc42ec0592f99124f638ad445ebf8d30e4f7f98bbfc3d25c85 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png new file mode 100644 index 000000000..d7967080d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09979173eb9994c7458b7e3ef0faddde7f9160e5363aa52ccf3aa09eb88848d9 +size 4242 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png.meta new file mode 100644 index 000000000..5de80dc00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bell_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fa83103e568ae1cba319e5196668941fb080f5d7028fcd73899c372c2d8992 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png new file mode 100644 index 000000000..5ed17cc8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838d6b8e3db49a090713d7f4ed191774fcbb1db5afce83dff7df0b939b29e33e +size 3021 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png.meta new file mode 100644 index 000000000..c67c07790 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab241c73249c44e60f7168e1fa8c4d224ab6653f5f3e95023087beb735e48e64 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png new file mode 100644 index 000000000..28a6d9750 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a9da91844050eb88661d2c2cfc0d50b2f21754ed90c6dc854bbc9782d52645 +size 3913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png.meta new file mode 100644 index 000000000..4f6c758fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Blackhole.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d8af95f8e40b1e735fcdf25b7c121dd62b7142834a298f164ce3b695363f60 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png new file mode 100644 index 000000000..e8fee05ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eb6f0c9a9f4a47f412cc14f9d143d68cc6a46596c7f679b7bd7adcd01f2fbc +size 3837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png.meta new file mode 100644 index 000000000..dc620fff4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2d1c71d27fc048431518cef7ba92fad2eef4b2603273c2ba80b4fa51aeb255 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png new file mode 100644 index 000000000..17224322c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfa1a581195829d02eb8d31e270e3f64e54d3916274ffbb039f4ba14bff6149 +size 2866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png.meta new file mode 100644 index 000000000..9df377c02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Block_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4892abf15a17061660550d45a0eb405a74178b2e2d2af8ad05f864da88ad49 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png new file mode 100644 index 000000000..c2419df3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e67ba9af8a33d5fd79a3f24e606e7ada326442d467c8aba4aeeb1ae1a3d855 +size 2935 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png.meta new file mode 100644 index 000000000..80ed1a6dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cba39ccbc03f3c37c54baa381d52632920da00d713e4ed3fc51658595de9fa +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png new file mode 100644 index 000000000..5b2024da1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4218044153df17754b3033a4306525b87fe8c5e1b7b4dfe2c528992a59f51741 +size 3621 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png.meta new file mode 100644 index 000000000..69913bf75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Book_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e25ad2a9d9626d727622ab55d975d74b628abc574886eb4d951702c17d8bfe5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png new file mode 100644 index 000000000..5bdcbb5b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91864c824770aa7b9b214e5ca22dd29ba9db33c6a0df58b46acf28c952fa9189 +size 2615 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png.meta new file mode 100644 index 000000000..53697da35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9481cdbcc2528cd704b3e60a879e3e15b37168e57a80e6fe9d2800e7337f0419 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png new file mode 100644 index 000000000..a8eca46f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188951d07ceb4f20ba3d7006eb8d4c47a68102db1e7c889527f40abe508472a6 +size 3793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png.meta new file mode 100644 index 000000000..b0f3855da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bookmark_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120cc91b66957e440d816cf2d75836144c46f3438b0b0a8157b779ace321b2d2 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png new file mode 100644 index 000000000..e946d4af1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980961a91cdb7e5c9cf138ceaf092fab4718ddb260103db89568c51f7af26c77 +size 3220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png.meta new file mode 100644 index 000000000..b91fc7965 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d380c099874eba375bb730f8f917e8df3cee1a7114d82643356546afd73cb88 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png new file mode 100644 index 000000000..ac8448ae1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812ff539352465dd9b407e1ad0a63c63685dffb9a2b4ff81106cfc5d2103ed8f +size 3903 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png.meta new file mode 100644 index 000000000..66c9e0b49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boot_Fly.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895af3fe44ecd7e6ee81b9f898ca97ecdc6c2fdd7a14ef672e720c4bed2e1667 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png new file mode 100644 index 000000000..da3c0f30d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795bd9601f0de5df3b6b211151940f1797c468d30dbbd7e48aa288495ece4dd7 +size 3586 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png.meta new file mode 100644 index 000000000..eb3616960 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Boss.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4b213409118ca8cf9ee08ab69d39e50b0b1b722aa72675fa7fcb0c4847a08b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png new file mode 100644 index 000000000..364bb9fbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4cfd8a0478c44a0deea52992b285470fc02a015bf991966b8c27871a018c88 +size 3587 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png.meta new file mode 100644 index 000000000..42acc34f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669c97c8214b42b2752d22932c98fae191a4d3e75b50b1aec0828beebd7392a8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png new file mode 100644 index 000000000..32ec43e53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d443058d199e8f6f308eefebd6cad133bf011a1f4f1887e098e199add7f83e +size 3403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png.meta new file mode 100644 index 000000000..b5bc454b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Bulb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95e1d638d647449b08f1ca0a6d7f7dbfa0a86cf5d164d92669c17f1e4d0bdb4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png new file mode 100644 index 000000000..2a5cf0a92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ce1c411929bb7e9c63e82df14e846f3718660198a458fece16fadb05e85d10 +size 3263 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png.meta new file mode 100644 index 000000000..6f9a075af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cactus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf3a284759ce39f4a4dd8a12a567d37f2397e6b81b8062dba11e1f0356a26f3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png new file mode 100644 index 000000000..d0de21e63 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef24c029e70d4d179754aef71ab44b0f1c1e77c248a2b196832533d09983d824 +size 2784 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png.meta new file mode 100644 index 000000000..cd1dae9e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Calendar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e44408fc189c87b61b0645379d81e36d3100ca904fe6e52cc3fdef98fe60c7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png new file mode 100644 index 000000000..4bb3c817a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a65a5dc085ac23d27644e7cbe5d68d187091a976224a9efd109f1686228031 +size 3443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png.meta new file mode 100644 index 000000000..3e287c28a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Camera.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5d3e9efb645b9ce08488fd9d5a548279a0d0eeebb47f5e3252d2791b632487 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png new file mode 100644 index 000000000..c8fb45140 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0812a57bc86f6237ddb5fa7ca16ee91972509006bdf74fb1bdd948d462cb89 +size 2945 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png.meta new file mode 100644 index 000000000..83d1ea4df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Candle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d57e8db2fb5cf891c6ba8d7b996baae69d5ecc9a3f9abbdf37ed608398c075 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png new file mode 100644 index 000000000..c69902a15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826feacdc67b5e0f0a895d54de83572f802ce6962e44e837d4e84378952a9b89 +size 3925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png.meta new file mode 100644 index 000000000..b64022136 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Card.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680a1adb6731004cc01302b358d3f045d01caa26467a709e9f024eb48bcd7bd9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png new file mode 100644 index 000000000..fec98379d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d69409aacfed5488835d888db5c262125a27cc03ce7834d26e601709d87595e +size 3194 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png.meta new file mode 100644 index 000000000..ef3ed876a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94da3b1dad3d4a39f28eb15b14ef1cc16ca73049e351d96b1a26d2c56395acb +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png new file mode 100644 index 000000000..776bef5d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaee8996b300a5da666fa2de5f0421a330d6bc508ab099b5472bebace4ef7095 +size 3823 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png.meta new file mode 100644 index 000000000..12b417cd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Castle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37708e1b1abdde56b2a62122f719af9dc565a73a8e6fefcd2c24cbcb9c3976e4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png new file mode 100644 index 000000000..c61657447 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7b9911327e8c17912960e51b3da56f434015bce852f70773d7a907f7dcc1cd +size 3340 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png.meta new file mode 100644 index 000000000..967dbbec4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Caution.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d831930f56798be584eedae81c77f8e206737aefe40a3cc08687919ca35552da +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png new file mode 100644 index 000000000..c999d03c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acced6a43abb0436aff0df47d78d1efdb039f54ec80b9739641df9514861ed +size 2915 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png.meta new file mode 100644 index 000000000..1ea786bd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7d52a2f53f6a2a0aeff388dc1a820a6e1ce23acaa26b71cceb5fec0577224d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png new file mode 100644 index 000000000..24ecec1b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722adbcc09c9e7d32208730b8576ed1a38d24282805957dbae693c3ca056b966 +size 2974 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png.meta new file mode 100644 index 000000000..5caacdbe6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_King.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5d4b378b0e87deb83d27a2c9fb4739e21376cd292e8963aacb78d1761480b0 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png new file mode 100644 index 000000000..b3b443f67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973ae865fe700696fc73513e92ab9ac70389dd282f3be90d53b077f4885ec270 +size 2952 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png.meta new file mode 100644 index 000000000..66663bf30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Knight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a6fb955f57157fa54b32f72aef44678aa740daaa86207b278deb67bdbccdf5 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png new file mode 100644 index 000000000..2b1b7bc9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900f77f236a043cb5f01c20cc4ae38604a26888b76871c41b2f64eb640989d49 +size 2875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png.meta new file mode 100644 index 000000000..6800c8b84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Pawn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7386198fdc304a2e5e6220c004df911e89b982840ce5063eaa3124ca8ed057a3 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png new file mode 100644 index 000000000..4da4cc709 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241e0863ea32f51be1f17bb7a5e74a72332e19d3086e5e9c8b7c403c367d81ed +size 3053 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png.meta new file mode 100644 index 000000000..c609535ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Queen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926e59e0f7b68c34bab7b646da3e147763976cbb4ba70745ebef8c0379be7516 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png new file mode 100644 index 000000000..500aa8361 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c532c0887eb7ea589ee0d1b0a19d9048fcd9993446c10863be0923e09f26d89d +size 2841 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png.meta new file mode 100644 index 000000000..b94f70e57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chess_Rock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c29579c96e644bbaf955e05e846b45abd766300efcaad1c0808d8c58848212f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png new file mode 100644 index 000000000..4578e0aaa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aaf47a2d2dba2d9529de484344744756a84c5d8450db75ffdbc1b1853026a16 +size 2959 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png.meta new file mode 100644 index 000000000..d3932b969 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b568ce9c0273469eb8d3a0c30513c72e9e87ff7e4c0efadca4ea6c5dcb557dfd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png new file mode 100644 index 000000000..e197754b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850c00f9f8f310e7b2de9e4711b2fdc2c340085490ac57c91d33b2c564b7ac3d +size 3621 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png.meta new file mode 100644 index 000000000..396b81db6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Chest_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf0c7117072283d12c7e428b8425ead4e1096065866a7e0d7c68c345f2e6bbf +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png new file mode 100644 index 000000000..08f5fb6ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1c8e147d5cf6b2ee89d2aba8e8227efa9ea61271698d36a365d81f941cbecc +size 3128 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png.meta new file mode 100644 index 000000000..7b8e84e2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Cloth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b440f4c6a90b8c837430f06d221ed65fb76cd74e38c95007a1c4f7b022561e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png new file mode 100644 index 000000000..8f38797d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff47cc0f5083e5fd766aacd9b7940af4173a361aabc383b4bf85c5cccbbb97b2 +size 3591 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png.meta new file mode 100644 index 000000000..dfcadc402 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3d6154eeeace6f38432b1fea0b5b5dacb9f2aed2cd396412c5839d2b9853c5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png new file mode 100644 index 000000000..9960ce1bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c7cc4e62611ce98f29a2ae331e62eecd131c538513bcc4cfb92e1f3e6f0ca5 +size 3808 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png.meta new file mode 100644 index 000000000..fad7ff235 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1c165752a909cef1b51c9033fed029787a4062a2a07be8981bf487212058a8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png new file mode 100644 index 000000000..3ffd3aacc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e283d0b87dd9b9133f3ce8efe34fbb51a71415c57138a0b071c4b41f437c19 +size 4664 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png.meta new file mode 100644 index 000000000..a558ae21d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2de34c265ba14fbc756cba00058bc3f801bd74e51607cf3c7797c8d8b1d364b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png new file mode 100644 index 000000000..574c39753 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4ab1eed37137393c6ed14818b9ec53f8b22b73492e2dd7f5220afcbd9674a2 +size 4971 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png.meta new file mode 100644 index 000000000..05d2bd5fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb8b4fefc5bf71f27db9516b48b94b93039947b1131a60c206b8e8f48b7b676 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png new file mode 100644 index 000000000..e811cf804 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c29c8b7bf4f347d10e30300927a8d8ceceaef799dbb70a0b00fddaa961177d +size 4771 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png.meta new file mode 100644 index 000000000..82401c5d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coin_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90bd547d922be8340e031cbce7f29c7441756350e47446b18af6ceaa68f3080 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png new file mode 100644 index 000000000..e58a57df1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567d4e4d389a0984618054a9fcb1cc0d64054fa49a0b25dff9b88d12d952a87f +size 3849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png.meta new file mode 100644 index 000000000..0dc7fdbfa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb9e40c06067c5840ff32550ed7a6f76ec7c4414822924e2367b83f01cdc149 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png new file mode 100644 index 000000000..a009898b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe0a658b9b7c701a8acf3f19f96e6ed40243bccb244cfeda41236512b217362 +size 3619 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png.meta new file mode 100644 index 000000000..e5d41b12c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Confirm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ca08cdd79a7a31330a687936bbdbbabb76b46008835a2fc22b8946ca6397e9 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png new file mode 100644 index 000000000..bac3f3f89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa743d89f3a667863818bd0efd15fd7079fb8614ac9d67fe09f2f8a32cc4fd0f +size 2781 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png.meta new file mode 100644 index 000000000..19aee58f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Connect.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534fd18021937f90d9c71196abaefebbd438f3f461aeb0674f3cdc78a699b2f9 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png new file mode 100644 index 000000000..31c5cd8ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2676f03e64fa311b3bef6874faa0486f94cbd9c60e292571044a4c786808089b +size 3275 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png.meta new file mode 100644 index 000000000..e6a80837c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ef6a7b3baaf937daf8fefdc7b9d2d6b36ef0dfa2b06ff06ebec8e8cfe6ee23 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png new file mode 100644 index 000000000..787f7738f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2efb0c54a301c07f825e35cc3494e4ffc2ecea24aba5055828c707b918a5a07 +size 2359 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png.meta new file mode 100644 index 000000000..93ceaecf4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Pause.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc2be577f913bae310c85206a30801958c8e793be81d7b3735c3eeba7059d6 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png new file mode 100644 index 000000000..b44412848 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5ea0c97542bc64cf6e5deb6164081b8488d25b290a97e99c7124a69429efe7 +size 2849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png.meta new file mode 100644 index 000000000..8b12b31f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Play.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2765fb04d23795634d215ad83119cd8b93ef085be4915376e581e78169540bd +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png new file mode 100644 index 000000000..5d5ddd791 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852eb96f3a7cf349c05b7053c882451179d221af6a01b6369fe3d451f1c94625 +size 3266 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png.meta new file mode 100644 index 000000000..10feb3c54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6835a3d67db969759a8b93f11ab4276040628ee0d3fb03aba8740f6682bd64a2 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png new file mode 100644 index 000000000..4766f0662 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5608f88989d14683119df23fd5478691b7d7c658906a2e9b61ac5ddf1f3b1abe +size 2087 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png.meta new file mode 100644 index 000000000..43f75e771 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Control_Stop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8438cdce6230ddd012501ba7d65bf25b55f415a8d459a09a7cbf6bcf3561d837 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png new file mode 100644 index 000000000..d24b264b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c6af0b79e794f39dab687ff44e626e001a743452f46f1234a55133739c1e06 +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png.meta new file mode 100644 index 000000000..fe0df2703 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Copy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a226215555c27420d2aa900f250ce8aeda29bf2aac763c17a3f2647525b03974 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png new file mode 100644 index 000000000..46f0c028a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80aba233e8c751f4127e17b4892dcdb91a5565a627ab37a4730e726f5d8b53ad +size 2851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png.meta new file mode 100644 index 000000000..ff44045d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Coupon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d624c1c00f4e7d65e11e2a26f029165bdde5003c2319ecf813588152e10714eb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png new file mode 100644 index 000000000..5a45b43db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db7164e1bd9f64d152198eba2132ff68b914113ffcf80b08d33019eeeb329fd +size 3577 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png.meta new file mode 100644 index 000000000..cb631513b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Critical.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1024755749ae290647812593f931c24e00439d0910b25d8991640fa550ed8b70 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png new file mode 100644 index 000000000..8314c444b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b8f3d7ba7decf4fc5798229739d485e178fff6b42affa8c6fe54910fdc8b21 +size 3691 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png.meta new file mode 100644 index 000000000..04ded43a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c629cba25bee7c1e1d0c68943212979dfd9934655e418f1e91053f1b30e990 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png new file mode 100644 index 000000000..3da1ce68a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361bcf1bb30dc91cd8bcde0f30fdfd2e5309808c7717ed563fbc77e4bc46936b +size 3996 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png.meta new file mode 100644 index 000000000..860dfa931 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Crystal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7636c031e41ecce50f1d165bac154a7172f740d7fed4bfd1c85e3a13a6d2e4f +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png new file mode 100644 index 000000000..31fa3776f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a9dde1028e4548786723bb40d1e35eb9149fd90f760856d59e698053ea3c6e +size 3106 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png.meta new file mode 100644 index 000000000..980a34ab2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604e090f5229321ac44a173ed74b0bd5632c6b91794cc753f2dd689be5c3f8dd +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png new file mode 100644 index 000000000..5ae80e0c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee5d37fc35c88943927e588e470e8986174bdb107dbc0ae82218039a5836f36 +size 3644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png.meta new file mode 100644 index 000000000..110e2db2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Debug.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2c7687ed46d8b19a1f1eb3075cc3b41fac4d9b706d5d17bdfafbd714f6cb7d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png new file mode 100644 index 000000000..0b79e51ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf0a3952b204499018b4fb59c19885798a079a44618e8b2defcc3f62948f3a8 +size 3081 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png.meta new file mode 100644 index 000000000..591b2b677 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135f07dc46c5171d9c2757f1f734646c0462f4cc9984f2febc0d2540cdd0df52 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png new file mode 100644 index 000000000..526b97ac7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95e748f0c8f1bfc653f2abe3a12d206f8aa7bcf10696a18146737991ab27be8 +size 3834 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png.meta new file mode 100644 index 000000000..0eec3e2d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Defense_Weak.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5e216b41b0dfa129a11e07441d92835f44a4198d51f41185fa7e6228c0ddba +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png new file mode 100644 index 000000000..06f15fb31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33475829e2bcfadc1ca30f5f45bafaa49ee657050523386d36fc1dc592d33b76 +size 2499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png.meta new file mode 100644 index 000000000..c4fa03647 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Detail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfad34b967a32f1af923074183537a0e7a5fae1cbeb4b99ceaa12a027de6f524 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png new file mode 100644 index 000000000..8628914e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980fab1bd37a988c1705cb8f581b0477b9ca9c80df9681b8be8f1053a8d30a48 +size 4391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png.meta new file mode 100644 index 000000000..e1ecd0db9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:155f8ae3619740e0677c9e8e89a16a8a5df5eea47fabeac223ed5b40825a419f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png new file mode 100644 index 000000000..8f18937ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7d38f3b849d6dee956d4618edf69481d7d25347f9931a67ceda8386a156217 +size 3375 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png.meta new file mode 100644 index 000000000..2b8bb6fe4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dig.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8676abb700cfbec0e87e8278b3a8260eaf83c20fa95c6ec13260a319a75ad2e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png new file mode 100644 index 000000000..dbf3bde03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f187185e12f9f0d52a3a00830a340ea1468c120cd2fa84f540c82a97c7542579 +size 3485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png.meta new file mode 100644 index 000000000..67c416f35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direct.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e1868c0dce10d530a0997a51751029f2add2e2194b980fe14fbd52568d0ce1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png new file mode 100644 index 000000000..29c7e8a60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7283292acc939af77ee349e3c13ec84097c9aaef6f993042895aff166818cf60 +size 3678 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png.meta new file mode 100644 index 000000000..b3289f400 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Direction.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdefb020d279f69007eddd38fd96cc7ab1d03fb676ab27e1a4f16d4b2c546fe +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png new file mode 100644 index 000000000..8bcf21438 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dabd07ffa635ddc1fcc2dbbf54534500d88906a548ea17b1a1646315bf7a664 +size 2837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png.meta new file mode 100644 index 000000000..44829d780 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Dislike.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b62b6edb0f333146f821d7215fee88f976af16da6ea8bb884c5cd59ace4df5a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png new file mode 100644 index 000000000..fd85333d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5041119b74ab8ca2ef161a3c1559aca03d1650478694800158d16aad79ba3f2 +size 2535 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png.meta new file mode 100644 index 000000000..3207c44f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Display.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace5af0bd58d7e7b9e15da15a7e561e0b26ce737114da89632e9fb503c1b30c4 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png new file mode 100644 index 000000000..84c1b0eb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004e7e4af96f5ace49d219cd570192f241c88f589203ecddcb909c4613dbba00 +size 3206 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png.meta new file mode 100644 index 000000000..c79865780 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Documnet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3777072c1155f106c373e081d7d409189849e3075ce482bdf9be416a3280c3 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png new file mode 100644 index 000000000..88c0966c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b60ed617841634512fe8a475fee0a9e5da1669e198652799d50b4f51efe01e +size 3789 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png.meta new file mode 100644 index 000000000..8c8c42db3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Door.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882e3e6d4316f40cd5181bbbdb5c59cdcb6ad96302e3c54b88b05eff8ea1d540 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png new file mode 100644 index 000000000..3d2b349ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd599fa09485ef4f113f7a64d974b4b4a93faac5194aed2f87642b38d8f0bbe +size 2743 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png.meta new file mode 100644 index 000000000..2bd900350 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Download.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d3b9b959fd77cadb2e52213cae4bb344d28eb19d634cdbaecf0214503d91ef +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png new file mode 100644 index 000000000..50fc08f9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6e94a1be76ad3aed662c8bd5f18ab092d3270530a31abdb424eecd1ac8fb49 +size 3935 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png.meta new file mode 100644 index 000000000..7fa0c79e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Angry.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80791b1668eaeecd8191931441fba293fc778c020d8dcde4e12d5a9bd7d504e3 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png new file mode 100644 index 000000000..704a49891 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827bd5f73ad05a8f20336d2726c214f664311911c5b2b1be908d5dff4f461562 +size 4099 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png.meta new file mode 100644 index 000000000..62f76268b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Sad.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90efe1f7345dfa938f15c467be9fc69eee1310bb0664cec6726d6c3254a1d2ed +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png new file mode 100644 index 000000000..e640b2b94 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de069546018a3bf4e44030b117f8564218bc1e87630e45fbead699a720e0b732 +size 4034 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png.meta new file mode 100644 index 000000000..6b1314dca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Smile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b141fe13152cc9d767f4c804d9addd1f794129a585e5cc0e92a17749b3db802 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png new file mode 100644 index 000000000..77c9f6c7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca08729aff23b5b3712b5b5ac7b0e81fcbdf5919b0c91be51185f83f21c26a9 +size 4029 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png.meta new file mode 100644 index 000000000..82a73acbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Emoji_Wow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66d31e3c81f930f69e69ebd4dae18736445e7517338dee583ec0753acfb33c5 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png new file mode 100644 index 000000000..84b4d0db6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd8a3dbe9a4afba8f57cc2e856d57c8bdb816efead999ab1e1a61bf156cfc38 +size 2879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png.meta new file mode 100644 index 000000000..72d69a9a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Energy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed26cb68eed769ab6811e49bc46a02f5175c34c1f89005ea6d0566346143b8d4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png new file mode 100644 index 000000000..ae4846b1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656f474025db25f93a9ab3e987e800da114af196f07cb496ce0eb0c66069f345 +size 3449 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png.meta new file mode 100644 index 000000000..6d6a69bb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Expand.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c05d8480ca886e6c1c154c2ea7cc9ceb55d253aab2e760905eae1dd6877d8b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png new file mode 100644 index 000000000..b6bf9b846 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074b377a70b69b408987c435e2e703a191e6426a55659d11b7316aa8da6f5812 +size 2903 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png.meta new file mode 100644 index 000000000..b3fa9f517 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Export.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffdbc78b8a07d793d6fe0963c03d10176f6910c47c283db7f9e70f4f50d4ae8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png new file mode 100644 index 000000000..d220ec740 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5aaf5b4f283b93e906034bdd109248a8de9a1694763131704f47b9da3162486 +size 4357 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png.meta new file mode 100644 index 000000000..812fe1be3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Eyeball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdd14c5b96e3e79ddf7abaa7223b043308e6caeac23c9fde91d499132a51935 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png new file mode 100644 index 000000000..e8839d105 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa44dd283a53cf5337ede73f891f5a644b09b1f52026879cec1d062d5c9afc55 +size 3489 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png.meta new file mode 100644 index 000000000..b52176f7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Feather.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16729979ee5d9d8d270ceaf16da087ae5c44d099a6555e852067e9445db9892 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png new file mode 100644 index 000000000..6be8b63d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627e45db60954f80b4f050fecce9fb52fe450e6a544d7c5ed8c3b787578504ce +size 3381 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png.meta new file mode 100644 index 000000000..7c95c6ffc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Female.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d0156f98317ecb5609664bd3446cc48cd2f933c25eacbb7030335436050db2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png new file mode 100644 index 000000000..916ebeb17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bc18c91b8e2a35447f55bc9f57c1e3307551a2023393948295d0cf6283b7a6 +size 3301 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png.meta new file mode 100644 index 000000000..f5b501758 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe190308045b29cd07bf238718776cf10b5bd90f43c5136f2831ca86f2dac89 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png new file mode 100644 index 000000000..20fb4d92b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5132c2c137c54ac05e7d0ebca643ed1f29cfee94e823a1f08c915ae3cb7d2aca +size 4381 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png.meta new file mode 100644 index 000000000..89583e4cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fc6e52f7ac021851b37af40c947f3e8cdcc64b059ca6dbbf912dd4a3e8db39 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png new file mode 100644 index 000000000..96a7b1cbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a4e08bd025f187c818e4328d10f098721ef611a12fa1b533e6a825c80ed3ad +size 2574 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png.meta new file mode 100644 index 000000000..bbcc1cf97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Filter.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841a35576e12e971bf337d9a5ed39d5d142d2f93c1022eb0bb3300ccaaf7d3b3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png new file mode 100644 index 000000000..020b3a583 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e03afc788ba35b0ce43b19cf6decf30b1df7058f32617c0c732ed49e999a22a +size 3660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png.meta new file mode 100644 index 000000000..b8b16bd04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fire.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0753dd68ed1fd771b33b609ee2115c6ca1c7ebc942f97773fb809f04849ec3a9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png new file mode 100644 index 000000000..71a2cd947 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd9993dd9a880f6fa346e11641251eaaa30c2599a0c41a61e99ce0583c9bcd3 +size 3146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png.meta new file mode 100644 index 000000000..d7eccf585 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Firm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b22cab781884f0374fed9e491c3313e1d818c9df80119fdd25f67fcd8249d6b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png new file mode 100644 index 000000000..d20f995b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c4a2853966746669f6dd26cbafc7fe61749e61f8b83fb167bfe92e919cd469 +size 3651 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png.meta new file mode 100644 index 000000000..c1ada6514 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1976452eadce407d932628b8df7ccd9ba309759eba86c92019032963ce81beb8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png new file mode 100644 index 000000000..5ead2ac81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d350aeb81c5c528fd757c3d0a2a3b74e87bcb98dee35370886b2a89e8c42cb2 +size 4008 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png.meta new file mode 100644 index 000000000..c56d11bdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fish_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf2a7488a373b950a82e49c6ad1643065478af98e5dffee9cc8581c8ecbba24 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png new file mode 100644 index 000000000..485f18abf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a1f6ac439814ec437af49e77c02d7dce1f654280262417dc16169652862b54 +size 3249 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png.meta new file mode 100644 index 000000000..27c31fa29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fist.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc981e20ed4375d1e7b11dca814557c91f01550e6496bb639880177b0a90d56 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png new file mode 100644 index 000000000..a693227b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c6b240f7e17aa46083bac6fb80fcb258f32c4b333cb0bc451d93683af4a201 +size 3091 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png.meta new file mode 100644 index 000000000..6b59fd52c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Fix.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba1cd2af533ea0975cc56b6d2c055611ac4a197a98690822205636ae0b9e3e4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png new file mode 100644 index 000000000..9f9267957 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd32049fde56ef648a2d67a15d1bb3af05762b7488254bde43ce9013fbb0d35 +size 3499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png.meta new file mode 100644 index 000000000..97532417d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c33f719f4be2bebdd9866e9262d4723d1b24a7487b1e9446c2a382398d847a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png new file mode 100644 index 000000000..fe61c5d5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f186d1f3079ca34193b2f54652d677239acce1c794edcdf8a9858b8d435978bb +size 3299 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png.meta new file mode 100644 index 000000000..5ad34820e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flag_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8644b84a74fb570e4d50251efa4480aa0b00e2d595af7ca8434c09871c16b8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png new file mode 100644 index 000000000..fbd3ad751 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3c8ab5e69f2d5eeb103de2f849320b572d2e772d15ce357de561b560a81279 +size 3775 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png.meta new file mode 100644 index 000000000..f98973049 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Flower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2729af85d00ee954fcd00c90f8c8a14152a75d915f7d39232305c27d7cae43e8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png new file mode 100644 index 000000000..3bb348ba5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e09957674d39963887a95e3ca2f951ad62bfc5e0a1d7a0b9ea6a9958f6e5a4 +size 4484 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png.meta new file mode 100644 index 000000000..c289645cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Focus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a455e078efdf0803a2857e87ff27397ed7933940caea4d91e27d55f4828ab995 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png new file mode 100644 index 000000000..67c0e958a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9198971b688a25e413a9f288475578b4b09e713ec70948a9f02fb554caf117 +size 2916 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png.meta new file mode 100644 index 000000000..d89aef582 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Folder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8d52f890cee98a0a0d4cf9ebe5a86c5f51067276093be995c9b2e459702f0 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png new file mode 100644 index 000000000..949f25b76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cb599f392dfda0ce4d238cc97b02175b038327db94390f196c8409b77a973f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png.meta new file mode 100644 index 000000000..cb6ec7e3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Friend_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757ab0fa3946266695900dd8d60659187aed6979b2da4f7c28a9937836ffbaee +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png new file mode 100644 index 000000000..1559defa4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb49bf1c26404c7cf56bd2d02264403182d203c202a3f43e26d60ff18b712347 +size 3534 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png.meta new file mode 100644 index 000000000..403a98288 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gacha_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce94aba71fab7ad0ec5d30577ab42576c373a73d80de01ca87ba4de72b1f0e5 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png new file mode 100644 index 000000000..01cefd457 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75beb297d555ee2b81b890976f3d6829332851b7eeda719f1bce95c80357ccb +size 3689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png.meta new file mode 100644 index 000000000..f0bbeea28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Game.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9faeae95ed6a55e8c940001e3b16373a32cd200a3fdb59c45d575ead8d6b2574 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png new file mode 100644 index 000000000..2dee529d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4f3c65f6360cb20d84b3c349742250bf7b2229487495eaad01af15a708a71b +size 3914 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png.meta new file mode 100644 index 000000000..d374c9857 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gear.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6883dc1ad379d05b454f498a420e2b8543b5158650a4816a516be870508d72b0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png new file mode 100644 index 000000000..5e9a03a9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e5773a599b91ac91963582cccc06774fa39f0c23032d853a22083dcdf07c2d +size 4059 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png.meta new file mode 100644 index 000000000..96e3559e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Diamond.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f630d2d6b51507153d201392768eedb98b7d92db73035edbd75032a36ae19846 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png new file mode 100644 index 000000000..8b8d0b409 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254595fbb5d50eec5b1b930aa9c6968718db271903346982bf6063b827384476 +size 3731 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png.meta new file mode 100644 index 000000000..4e220a8f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Hexagon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfa92e0c9c5826616840ef57bb0f39bb0694cd58b01b0f902460d52545a6f82 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png new file mode 100644 index 000000000..50b5bf187 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d477cec4bfb6a319436d3eb9b55da0b55b9b91f4e723f812feacc957a13ed7d +size 4267 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png.meta new file mode 100644 index 000000000..726edf421 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Rhombus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d794fee53d03d46638bb00792d2b12760ca74ab05f83b529ee35fc2bf2388de +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png new file mode 100644 index 000000000..2bcdf86e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a52ff537b21c504e60686228ff7a768ee56b88a4bcda7171d7974ef437e798b +size 4080 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png.meta new file mode 100644 index 000000000..9390c3adb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gem_Triangle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4014d21846b64f8a3e7e2303cbe83efdf39164c49df507c1b16a87e6b094bccb +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png new file mode 100644 index 000000000..6152151cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3549a20d5818bb28f98c3a78e39f55f3f98d586f581d61db96df1feb5987b5ac +size 2999 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png.meta new file mode 100644 index 000000000..5ff53bd57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc63fb7502e2dd8782870efdda64cfb95a41e378a904b19a1c4fc2c6576eca6a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png new file mode 100644 index 000000000..d5681d576 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1238fa48226a71d233458563892faf31c2fbdabf4a02d3444af579180172fd90 +size 4067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png.meta new file mode 100644 index 000000000..b671b9b9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Globe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0054e77e77f1c74fb22d60e1f132412c29809518a73799000ae2bdc78186663 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png new file mode 100644 index 000000000..ffde23f23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989ac1363924e5971f792f3e2a596fba7be1e939164c0c7295cb70a76581e25d +size 3407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png.meta new file mode 100644 index 000000000..a0f35a7e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Glove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417f9a03876867d1480441222ecb3e77c2bd8f6ac34420903a064b9e14e65f4c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png new file mode 100644 index 000000000..a79c64713 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3609404a9890856de1bb559885e6f3f841e434c046ba2d4be5358f9da2b633 +size 4781 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png.meta new file mode 100644 index 000000000..8cb975175 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Goal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7687be0edcfc37834f82f1d4df5d8f0e5c03e149af4d6c16fb13337613dd3c5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png new file mode 100644 index 000000000..b12853017 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974d67b69c4f364db6c70f12a183e4b0b6e615f9bb88d09c4c2c6d26be88fc34 +size 3409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png.meta new file mode 100644 index 000000000..6a4b97f1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a970a3f08af6edcf4074d80d6c37f404242a4043fe3d089d8f93a3c686849e80 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png new file mode 100644 index 000000000..792f7bcda --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3773adeccb13f899788f6c06e002e1cdbe62da04dcb9fe225052654dadd084 +size 3304 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png.meta new file mode 100644 index 000000000..b1c85b255 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Gun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0499dc776cfa29f71015ce38111e2e5305fc9725ed1050a413fd699aeb8a6d1e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png new file mode 100644 index 000000000..bab7c59bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf98245a820eb79cb632e74f63bbe216418dfdb41a9edfd6514d6c162b4793c +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png.meta new file mode 100644 index 000000000..454d94f27 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150b7812eb4f5d328d4ac70cd51a2ea19afd8bf87b69290643d6a9983d92de52 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png new file mode 100644 index 000000000..140d7e141 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0886722563fe09090b0b0d081875938a801121769eb4e9602a3f566ab04334df +size 3872 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png.meta new file mode 100644 index 000000000..d805bb959 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Haptic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3608b8c09b08c828470ae355c4b1ec2a2f4c33f61ba0a06f9fa1d4680f424d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png new file mode 100644 index 000000000..65bb4ead2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7faf63f949436aced9ed741f5546b927c7c1a25436a24040b86141c98e8372 +size 3606 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png.meta new file mode 100644 index 000000000..f3842f94a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hatchet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b6d3274dc7c791038b1727e9bdb569ec06a1842495b5a289c3760123fef5c3 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png new file mode 100644 index 000000000..a2b7b20f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d419bdfe830f2a3ceac73f15258239d33f249d93535f1b594eb2768ca1e29f +size 3320 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png.meta new file mode 100644 index 000000000..1d0ca23bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cc0ed968624a934106fd5d875cb53009a4de5c61281934642214e708471961 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png new file mode 100644 index 000000000..341aa6f88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1548f400e773c3633a7876765df0a83492c538569550d2746516a1298dd486 +size 3602 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png.meta new file mode 100644 index 000000000..f1ca1e03d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11a1d9f26e5d78090afe37335cd5c647daced979bc5e65976086af963ca017f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png new file mode 100644 index 000000000..c9c4a8a53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b84f56990b9e789d4cadf717afec47e41d7e07f99ee4d73a426e6cc943efec +size 3709 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png.meta new file mode 100644 index 000000000..fc3093211 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Help.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72372a532e6950c3abcfafe4a1bb0076a70643baf34082f6bf0b526d897e3fbe +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png new file mode 100644 index 000000000..80d9304bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7219e3f322c425cb4ceb89464510e4e4671dc1c2f1bb7795a4c1d925b6874c5a +size 4068 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png.meta new file mode 100644 index 000000000..1a022a76b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873c53b148ed22a4599a9d4d21fa1524941c2a2fe70e246d75b2dd592ee52a37 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png new file mode 100644 index 000000000..409b1cc79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8c240bdffecdd182705d7f3014d61be2dc3793ffed5e7726ca2cb93963b6bd +size 3888 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png.meta new file mode 100644 index 000000000..dfeacba0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_History.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a9af1978a066269875a35b122b79edd6c21dc3d3a454b50323e4416a5528bc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png new file mode 100644 index 000000000..1622cdba8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f489a0025c41648026ef4d95a23a87b2252a2b6c62fa8dc5d5fea525a2080360 +size 2536 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png.meta new file mode 100644 index 000000000..8f12dc024 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b461fb021007e533129399a948a0a566ec16c59b9f65523693d2c164a8b65d2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png new file mode 100644 index 000000000..cdcebf23c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148750595023864a41456d29b04a1f222e2ee108a926f25d04482a627d061dae +size 2761 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png.meta new file mode 100644 index 000000000..0127b658c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Home_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f930f9f725fcb516b741fa0482d0b4834d0d0babf4b2e85ea61fdc013a8005cb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png new file mode 100644 index 000000000..9a5f74d95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6300c2b9df27b268bb16d36112f59a9675db9a4f98908850993eea5e74b8ac +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png.meta new file mode 100644 index 000000000..cfbe4f6b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Horseshoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba127c3ee79919dd27216a7ba03651d5e427bf12c579814980c0d581ce25679a +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png new file mode 100644 index 000000000..ee5f9a368 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b078fc4f4b3305583d9de8247ef81293da16f97797c8c0ed20cc09e4f6e7d8dc +size 3689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png.meta new file mode 100644 index 000000000..a8b30b08c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314350c7dd4f7a6762403a6e9db3bd24d2703552212c5f7828a3d7f3e7a80fa7 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png new file mode 100644 index 000000000..b1f9e7418 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bbcd18f6a47860f6e1adef1e1735969c5fa75d17271ba408ad106eff9566c8 +size 3375 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png.meta new file mode 100644 index 000000000..4467df244 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Info.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aec5b37d49270482edf433fe69a84ba532c9d164d865c887b05ea88db4eb6fb +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png new file mode 100644 index 000000000..a502efa13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb454196888ad236283fe110852484f788e7f1d26891b0421460b6a3738cdffa +size 3008 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png.meta new file mode 100644 index 000000000..219cb5fcc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Invert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a284cec91a1f803a95e1e24de42c4aaee227838870f3a42ff6ab0c784b6f518 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png new file mode 100644 index 000000000..1879d95d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b0bcdb7952fa63b04f0b5a8c35e0607b7a63a416c72b04aea4b53c2d1688f1 +size 2702 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png.meta new file mode 100644 index 000000000..aee6053af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Joystick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35fb4db652292f3ea5cb122a77c5f71ac41b7c4ac9ce7e0c8db1ffabafb66c5 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png new file mode 100644 index 000000000..a03d2a067 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91a8fb32777d7560b551f7cde5b61226bd82c4a25437b7528af17ea775ae8d6 +size 3147 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png.meta new file mode 100644 index 000000000..81b11af2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f287dea58d26fca21d56ed9d29e53b03fd6d945f83bf56af8e4439e9106dfe3 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png new file mode 100644 index 000000000..2470779c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f39b05bd99821dc3b7e18304991818f3b8e14445df7e7247c5204f558b7a9c +size 3370 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png.meta new file mode 100644 index 000000000..0360bc302 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Key_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52923d0c48cdfad7e30a9c819ddf2d59e8788c373b9bf1cc7f3086e3c248c68 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png new file mode 100644 index 000000000..f97c74774 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fb230e90b93e14c37313f7c7558e422cff80d409abe4ccbd9ca7e717e4f0b6 +size 3242 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png.meta new file mode 100644 index 000000000..563042bf7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Kinght.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317dd314e56223784adee8231a9e64917019947b4ca48404e46a6d0651273a6c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png new file mode 100644 index 000000000..1fe78382b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2a57ab8bfe15fd74d050687de86728ee87c1aa55de74070934315b43aa1efd +size 4181 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png.meta new file mode 100644 index 000000000..34a594793 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6890d15aae817209a59f3846f8d088fa969d1871e3fb86484eb8b260fba70478 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png new file mode 100644 index 000000000..81177b393 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28adad454f49552b78142bdc15aeb7faaaf6f14c1f56a68c1f5bc5ba04acbd1 +size 2312 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png.meta new file mode 100644 index 000000000..cfa52fd55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Layout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24ea5654b6b04af7c81ff5443794c127d6ef1b2240b566479ccb39007730760 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png new file mode 100644 index 000000000..c84c8e30a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d123d83f36f236f71aeee95dbe0a784714d270df228f612ed3940a632d9b2556 +size 3146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png.meta new file mode 100644 index 000000000..e2b4b3919 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaderboard.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da70b8885ea2b545b16bd11aad4838128ed747685791188f4b75b80d70d8534 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png new file mode 100644 index 000000000..c811f1322 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8554187b2cfec498b473a8b325a348abf7954959a28cd444f816e2cac72e38 +size 3487 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png.meta new file mode 100644 index 000000000..2cee1e712 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Leaf.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e7bcdf3c7044ed1112edc11d1d19c1af3aa46e0fb5f91e4866d7f8dc89e15d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png new file mode 100644 index 000000000..82c159f59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6759a1043a5ea7f04c5dd654e2ae8fcd610022335c1d915ab934fc98cb8c79a5 +size 3817 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png.meta new file mode 100644 index 000000000..7526a4b02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Learn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a800e668aa013aeb55d8a5dd38b4ad673d98fe48d13b52b302e214fe652a413 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png new file mode 100644 index 000000000..cdc9ee141 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb131e3d549f551f1722ba05677a5108f479df748774e39614812a614fad3a7 +size 2983 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png.meta new file mode 100644 index 000000000..48a427d93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d543ecfc9903f040008c92f97178d1deeed236ca7e933b01f2b0c15151e72e62 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png new file mode 100644 index 000000000..1c3150be9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161faac07114b567f6f5d8297460d410c0224e5624ff493f001f3e6e4d1d0468 +size 3408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png.meta new file mode 100644 index 000000000..6de11f479 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9b24abb2dfdbbfe883c481e0346832e7296c48a92121d7fa6b0c8dc93e3ade +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png new file mode 100644 index 000000000..359d13789 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360360e8fd522ce6c0fcd09bd088587afc50c6019c319e3c152e70ac9314f633 +size 3425 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png.meta new file mode 100644 index 000000000..097537427 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Life_Break.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf4de29a0f295a20bfb87a6fef21eed241c81f194561fb81dfa133eed911862 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png new file mode 100644 index 000000000..b2aa5ed44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f658ec04f90c59061b7e99e2fbc72545aaccb31a2a64f97faf1a27aa6302163 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png.meta new file mode 100644 index 000000000..1def52cbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Light.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60852dbc607ae36b5fb8b2030e643a07fc64d03497a1bff2a6d4871cfce1a141 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png new file mode 100644 index 000000000..f6cdd8a21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4c98d3be0eb00837fae2dfb550bf57929aceafca8c5bbf56a25ea34cf73016 +size 2773 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png.meta new file mode 100644 index 000000000..ac38df9c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Like.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fe4504eb27d14c7480e81fc43617f9db1e9318051c2211635fc7cff82302c3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png new file mode 100644 index 000000000..9658ec452 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbebd2594bd978a0291bfee7cabb2bf3c0198e9e727be6ae560acd2df1b93d2 +size 3281 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png.meta new file mode 100644 index 000000000..6562a9d5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Link.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a853141bf5c62504de986a1ee76f28a8970a076483bd4de1a3e41f4c09bf81 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png new file mode 100644 index 000000000..0a6cf3484 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0856cc4cf07d92f549c9b8bd92ebfbdb7921efc5e1288e83340c9b52eb12505a +size 2297 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png.meta new file mode 100644 index 000000000..76027d5aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26b0e737f10c01e037fb832549212a4db76ebad14da7d461b23dc453218cf5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png new file mode 100644 index 000000000..e30acffdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb5e5033a4b1c96053d1763d6b281fda0acc0579d63c42584287e40f473ed3c +size 2971 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png.meta new file mode 100644 index 000000000..f4c88bc89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_List_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f98554b1929f8e9a2e94a410ef98d55a4d8a9c439f1dd7c73bac9012eaca09 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png new file mode 100644 index 000000000..f57656cd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52ea320e9096e39b28107da0f92447fb9f4c6e1ce3ede1922915fb4607e94e9 +size 3541 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png.meta new file mode 100644 index 000000000..cb48ea9db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Location.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54038ae43dfbef90bcf05c7c57333678f1cca214d62cd5ec2a0a1c8846586a8 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png new file mode 100644 index 000000000..605cecea2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d717aa662ae6e7046d862d9464fa80def37c5f7eb36caa476a540df4a148899 +size 3374 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png.meta new file mode 100644 index 000000000..3ab29484f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3566c9dd0bcad5348f2e40473c205d14618fbb7d87ce9478ed5b63d94a03d9f6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png new file mode 100644 index 000000000..877d2ab19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73572ba6be134546478de1938acd5d6703afba195f4856d192e1209b1c1e3ff1 +size 3755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png.meta new file mode 100644 index 000000000..06f86b2c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6089a12cf57f1f79bd6eb99abce4bcaaa6120b234e7929e261fb4bc59bedcfd4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png new file mode 100644 index 000000000..ffc8e7871 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a008d3ddc4d973493d847d668598d6f83600799519983a4f9400abe001231335 +size 4181 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png.meta new file mode 100644 index 000000000..cb868327d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3774658046407980d1dfd90e9f7c669dc2a2756a68a5dcdf34f9ca45ebdf4459 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png new file mode 100644 index 000000000..b85b13d0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb7384ed6e9efe5aeacbb78c457dc495fffb0fd504d21522094aac584b92bdc +size 3594 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png.meta new file mode 100644 index 000000000..03caa07ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f92b300620881b60949e472b309f18b5c5d2f4c0cfcaab11d2dac420bac58a +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png new file mode 100644 index 000000000..36ff2ccf3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895e8a06c13fcbf9bd3199fbedb34dfdb51bed13ecea134d97d2dab47ae703ad +size 3655 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png.meta new file mode 100644 index 000000000..e58927c36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Drop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfc6c8fab501e77dcef92debc7cc736103bd9d62e17dec8f4da0fef1beca2ee +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png new file mode 100644 index 000000000..bc00223cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1e3f6d83d4bc5c2894984115e547feaeb497820fa08e98b1aaca84cbfdca10 +size 4207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png.meta new file mode 100644 index 000000000..917f835bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magic_Square.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459045fb9a64c9ab07d759dc0ef775b9d09bacb4e7162f995b3eb326098fc541 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png new file mode 100644 index 000000000..7b28085dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c75dbacd672cffdfc7912b89fa07db0c80012296bdfef0a4cc75ba9f73f269c +size 3507 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png.meta new file mode 100644 index 000000000..0e4cb9909 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a326a2bbbaf30bf719bdb7682444f9ac1b156fc3e586fcce9960e0f36209518 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png new file mode 100644 index 000000000..c1201f76d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341dac9c525e3961f0a8c16031daf746d2565fc451672d4a19c059e012759d8f +size 3043 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png.meta new file mode 100644 index 000000000..ef200a02a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686d75f71ccf8160f32fe2bf79bd298b72d052f463596d2a7a37efac63530c5a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png new file mode 100644 index 000000000..981d9f69b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70beda5d6c3e88330fe2b909bcc5f9cf1606e73a0db385d66635c2cea4d9b944 +size 3093 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png.meta new file mode 100644 index 000000000..985a724c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mail_Read.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e912192cbb48ad5da75f54e79c414fb6e141ed405bec5d49b779245932fd3c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png new file mode 100644 index 000000000..a463f859c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029b0e63f0192911a40e11b883b331f89535c1059ea33c7db38a22bd36e95f1b +size 3512 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png.meta new file mode 100644 index 000000000..4814ed831 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Male.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ef1389b4e223c16c1cb993b481359b5fc7d4479ce5e181863446521a5f1ea8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png new file mode 100644 index 000000000..66bdd83ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc19831c6d6d7f5c0a0dfa90a1f963671ddfa8c6d00b888beda14a2c1431875 +size 4106 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png.meta new file mode 100644 index 000000000..08a00a5f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6489d39e37998f489bf546b02f86631d13c1c4ad11066fe680cf76d57e7bb2b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png new file mode 100644 index 000000000..14a148c98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c67a42edec142d4ff8027a47e3591f8425973d74271d68daae0c614430e408 +size 2896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png.meta new file mode 100644 index 000000000..a53ec7b2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661f3bcb8e3241d4fce636edd6cca83912a50973405fb6a9c1c05b229ced6032 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png new file mode 100644 index 000000000..94327ec30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc09d48bbe94d1659853c7c5c63ba34548c3d0e8aa3076c730e427986b6b5090 +size 4657 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png.meta new file mode 100644 index 000000000..78bf98452 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Map_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab82b5902910e41604ad4b7d0a81a5875aceb32083256953386e3d7fc19a806 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png new file mode 100644 index 000000000..003944bb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfe2568ec3016881eed33bd3a5fdcf2cf11fcf577930057a944f42a38e269ea +size 3931 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png.meta new file mode 100644 index 000000000..9a52830de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mappin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104a9a742662e7621c495b994548e68f72013ae6e0f80b80b54997c729f18e9a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png new file mode 100644 index 000000000..b56de4382 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ef98ca91d79eeb233efe299bc379527bbcbd776972baf7fcf82e0ae063a03d +size 4631 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png.meta new file mode 100644 index 000000000..bee3d1de6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mask.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb5cdc6297d3c2a73748e686464dc55bb23c7b38de4138074e5c8919974aad5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png new file mode 100644 index 000000000..4f8625a38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60f4bc4052eccec0d3801a196d305ef917d27fa8c4e157b3a5fbc1897ff5c7d +size 3948 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png.meta new file mode 100644 index 000000000..e622b8a5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a521a01c9644a925e46dbad969765e73b5f0bff8c43c3871550bf56fafb1c59 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png new file mode 100644 index 000000000..0976b5d2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54d8a6c8c102718e066cc704cffef21246eeafdc3761d407f3c8a7a1cfc1349 +size 3303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png.meta new file mode 100644 index 000000000..9bf09f8bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8a290f3b5df8a70a112714f1ccb313f1dd057ed503d196a0ae5fa56742999e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png new file mode 100644 index 000000000..50e0ad3b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ece5c0fc5870d2d1166990906a20256a032d7933a81b27096a9cecd10dba9d6 +size 3814 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png.meta new file mode 100644 index 000000000..a7d972e1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Medal_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdad4efe7490424910329e47e03fefa0a85faef0a1ba37bf90df641c1a702940 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png new file mode 100644 index 000000000..0ab905464 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d77a4b28877825abae8302849ce1ddcb216818aacc90a4ab4041e45fc54d27 +size 4083 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png.meta new file mode 100644 index 000000000..db5eb840e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744750983bea220066736366744961d18b0614773586a42edfed3dacae6b5526 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png new file mode 100644 index 000000000..bed87b8ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468f716bb1193814844ae73f7271dda887ed473acbb89706c81b35fa28f8a77d +size 2596 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png.meta new file mode 100644 index 000000000..cbebba87c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1c86ff70a587614d83e4c0ecbb60f0aa2d57732c033fd5f23ac7a842e2c7a0 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png new file mode 100644 index 000000000..31eb6d347 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e318958afb9081a50d76950d2a4e60bb3f9a512db21b45eab3070a04ee983398 +size 3051 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png.meta new file mode 100644 index 000000000..cde3048d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Menu_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f859d7831843325a56d72492e9dd7e1f1010e1ed2878bffabaf7507cfdfb9ca4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png new file mode 100644 index 000000000..a44c08d38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8294e41f2f6d4bbd710d44333820b45550fd7e1ae8fd0b85409aadffeeebe7 +size 2566 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png.meta new file mode 100644 index 000000000..05af892fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b68271f9f8099543e2b84771fca9c931ff2a9ce67e0b4abed0c938abc58b78 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png new file mode 100644 index 000000000..9450fdcfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bcbabe9bb0e6ffb782230a9f4198a4b311f5701b204ded40cdad066aba76ea +size 3846 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png.meta new file mode 100644 index 000000000..15ab05961 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mic_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336152f63f637885baa1f0b1725d6399d53b9c1729236055d0b2f9afe0dfb45d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png new file mode 100644 index 000000000..57106ca5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e468683340ac1c7a7b3992eca091cd4adf89d3c8bd6574b260dd33f6a85f163 +size 3219 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png.meta new file mode 100644 index 000000000..8362fedeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc48e0b16bd4cdcb6256bb545755a022cf9def380d381d1816dca7d168b5162 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png new file mode 100644 index 000000000..dedd48823 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29637f896bb2f92b5a3d339abc4a5e3c5ab2305302933722c9ed43261a62d2d5 +size 3092 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png.meta new file mode 100644 index 000000000..d34bba425 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mission.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068e7a3e4a0e8b7495261573a9a4f6f339e2463cf01d8bd92689a0b3a0ef4e89 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png new file mode 100644 index 000000000..7d8377283 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552e82ba7d3a43073d4a8d7d96bc18bd1607792301a17b5321977b7889a24791 +size 3809 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png.meta new file mode 100644 index 000000000..b9ec8a191 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moneybag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7576ff15fe75db8b40cb28999641f312e305e5ab0d08ba399e4a6bc664163285 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png new file mode 100644 index 000000000..56a836111 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34eda1bff8885253f9c024cefbccdad7c744eed8e165888b10673ae3f6fc1fa +size 3520 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png.meta new file mode 100644 index 000000000..174a05fc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Moon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c987c18380924e9037354e38eab66ba46ddf40973ad5d3772c7ca697ca3ee8e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png new file mode 100644 index 000000000..2083d091b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e463025258280d51a6cf1851aee57ac6cabb1034eb0b3b96685b828a8496348 +size 3196 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png.meta new file mode 100644 index 000000000..16d2d52ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Movie.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c713a201b42e88b1a38f627a0c3d4e1caa425043738eb13dd3351b7e0d32b089 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png new file mode 100644 index 000000000..cbbc3349a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd06a19461d6485015d35b040dc35537d492a034d653bef02af80938381715ae +size 3158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png.meta new file mode 100644 index 000000000..c5c09d364 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Mushroom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b57964e7e39ab9ce36ec5bc677ca475f603f7f0b652df4641c7f2c1e4d2d57 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png new file mode 100644 index 000000000..8cf3d927b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781d352065ab23e2c66c01d55eadfaddd29ac0cf37268b591ed24f376408958c +size 2631 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png.meta new file mode 100644 index 000000000..5ae651e39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58aa11c49dd2aa164b6facb8cbdd8f27cb242f31cbdeda503e3d6e930edfa5f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png new file mode 100644 index 000000000..53a9a6536 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0d2d63a686e6de8c81e474c8c7f07329680fa1892e707f054d8aa4067525f1 +size 3696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png.meta new file mode 100644 index 000000000..da4b3be6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Music_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214d805d145a8933a052512125b134ab0098e014b950396bda8f91c3c8f0f2d0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png new file mode 100644 index 000000000..87dd72151 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6dffe78d78b2aee8437fcb67aa0e75336cab2b1f1c97597165f0af45ca9955 +size 3973 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png.meta new file mode 100644 index 000000000..31ef08631 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Nostop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0794fc92256c37259be7cff33dba8319bc0cf19f7355a9b86dc4adb7b043d0b3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png new file mode 100644 index 000000000..b8b892a06 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f912a4336816b63e82ee6ac7e9bf503fcc58527ad711fd8bb5b7874209f14bd +size 2493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png.meta new file mode 100644 index 000000000..59c88dc6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fb6cb39189e0abbdae014ff6fe9f83a93ec29d1f356a130bd99670bc1ba76d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png new file mode 100644 index 000000000..29c90be99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27f48da289501ebcfb32c17f4e21e26eebf77ad120a6577f7900b740244169c +size 2707 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png.meta new file mode 100644 index 000000000..ef18b717c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387eff5f3110f71e0e5e9c47ea7f0e4066aa1abe0e0039d38dee07fd88dce6cc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png new file mode 100644 index 000000000..f236c4666 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addf31d587bb2c2be53311a1f44bf5fe67b85c7a627feeb422fb8a7ea0b6e2e2 +size 3568 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png.meta new file mode 100644 index 000000000..835ed7a73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paper_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6c8cff4a54628c4e54605705ecc3b417271ef8a150581f10981c8c1aeac661 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png new file mode 100644 index 000000000..ce99fe487 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc58bad5446ff93bf395d3f8622d95e305c645fe6e48b94c44b7331146adff1a +size 3542 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png.meta new file mode 100644 index 000000000..7ab8faa32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e3773ace60f77d46391901ccf2a540ce9d2128a225f6eb33b5a28419c0a017 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png new file mode 100644 index 000000000..c8fc67130 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6e87572d4d34aa11372f6d44fc17263e7edcda9c5a2382ca9d356c11970f25 +size 3837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png.meta new file mode 100644 index 000000000..052cb964a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Paw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240bcc976edba5179c62c45344cd11ea08face6e5cc625c74c0b060e9af82b38 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png new file mode 100644 index 000000000..404861538 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ea8c356dac62b0aa7954e52196c75cae634a0efca524ce0f80b06d9c6b3f5 +size 3015 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png.meta new file mode 100644 index 000000000..800f1ccf6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de300b790cd7cefb34d28778d9109f7d81254e5c3d95b32e10ec4bffdcebcb6a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png new file mode 100644 index 000000000..61196e75e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9d986e08ace5a252ca14c725da1b8921daa409bd2259d849fefe4a4e7b82d4 +size 3759 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png.meta new file mode 100644 index 000000000..b7dcfe7f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f508e0689a469fa586e3748d60657d838445b9e543bf1c2f38ad4698f7b693 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png new file mode 100644 index 000000000..342782d4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc10f78ce28cf67d9312928ca4c24d0e67dc9f759ae60cad9a7b63281e71d09 +size 2963 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png.meta new file mode 100644 index 000000000..d2fbd7470 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Photo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd06f45d2efcc9559a9bf490dc764c7f7a060aa7590911a930809d3716143c5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png new file mode 100644 index 000000000..431d0f975 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4760b22880913103675fb8c6aa97b1100da65bebc58d62f1ad79b755171caee3 +size 2941 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png.meta new file mode 100644 index 000000000..a09a451f0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beee57b9edc2dd065ec0defb312a547744a4c89799977de3b52f740c4023e43e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png new file mode 100644 index 000000000..b1f6bd8cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a434333fe44eea945ed891ab1d131d1c8733a9d77e6084b8ba0623f3c733d0 +size 3501 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png.meta new file mode 100644 index 000000000..43fc2bf69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Piggy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ffd0f833ff3469d67a91123b6183a6359e2a91e3a9f8ec81424916c76265cd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png new file mode 100644 index 000000000..e69d6ea37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebf31dcec4bdf5f0be6c76a9351f1c3a0c7fbf32b8a950e8742fb41220d4c4c +size 3591 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png.meta new file mode 100644 index 000000000..90a09b8ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Plam.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a146570f6a3547717a0ab66a3e8aadec36c85ff493f73cc5ae182691d6eae2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png new file mode 100644 index 000000000..2a95b93f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e65af510250cfdb03daae567f777ec859fc5d42b2adf5bd025c1be343632df +size 3919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png.meta new file mode 100644 index 000000000..cecf4ab8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Planet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3917edc7ab250e7c609917a67ecdc97420c66352e22706b9175155d1c31f369d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png new file mode 100644 index 000000000..c23852933 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d4ebecc665c3f173a584482d6334686011d25c1446f50744c3aa3791164e4d +size 3574 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png.meta new file mode 100644 index 000000000..702adb527 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pointer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21636a596f689b8a1c2a8b694859dabc44253c13cdd792714880137320d98730 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png new file mode 100644 index 000000000..77c8350ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59de419002d70ab191872374cd52142f6a46710785c53a4cbd280479b9923b03 +size 2936 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png.meta new file mode 100644 index 000000000..7f5b66a99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e04904d122f55aa29b8a2d9c00d809b663ace57422638ed45ae566628c46b6 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png new file mode 100644 index 000000000..ba70c3fdb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85b967a949e73954fe7e1f55a7c410921d20b0e933415a610e419310be8998d +size 4079 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png.meta new file mode 100644 index 000000000..46ff3f2f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Posion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10042e162b53f1b3c10ffe51fdb99b6b0d46a982464f1a7eff067ef96f0cc5e1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png new file mode 100644 index 000000000..1f4c76505 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edae2e5cd5e8cd475a5919db095036af2eaf5170647a7e12fbd1387523469f4 +size 2965 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png.meta new file mode 100644 index 000000000..49b504f3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Post.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a28d49c8881c070e9e08c70ffca27bc5a2bd16f607537e1b253579b3dcb895 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png new file mode 100644 index 000000000..c69a40e40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa1968ac0a0235e5963c6cd1153ad3ecdae268474b34c22c8b6ad82b068dbda +size 3116 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png.meta new file mode 100644 index 000000000..408dfdaef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pot.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c32e2f185a6359629dea96ba2933ae5fa1be8cfef3237f2044c2cc65253896 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png new file mode 100644 index 000000000..72db9ffc6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b152fbe8b4833f301ab9f20fae3bbca7cbb53b92dbbd33966c0040d55ea2604 +size 3760 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png.meta new file mode 100644 index 000000000..c130176e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Potion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34efb3079aa6b4b4671484090f2f91704c18f63622dc2351f63be3bedc599210 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png new file mode 100644 index 000000000..a163f5cc5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626205216d358cf1ca76386ea25de1405352634c1a07893509d455dc39d28ff0 +size 3604 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png.meta new file mode 100644 index 000000000..fe26ad78e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pouch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5737aac110193e54de8d2c5aec1b19b947edd5813e1ed5ebae984ba17d617767 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png new file mode 100644 index 000000000..ebd59e274 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8706fc453f55a3510234cdcedae637e26cf524ef2c6d8e8180fadefa3a3904d +size 3733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png.meta new file mode 100644 index 000000000..bf42cc291 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Poweroff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d89608b3b31b9056753d6933fc49255cadf70e56f8e77e3c6eb427bc24219b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png new file mode 100644 index 000000000..f60596a3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f6437e1096eb7f2489e2f30602a7fed004237b835a3b93b33b4385a73c9d98 +size 4078 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png.meta new file mode 100644 index 000000000..deff93ff0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Priest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb3b939597cf446e871301cb319df5ec5235c69ff0ca4877220f8e533ea5ff3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png new file mode 100644 index 000000000..869ee6350 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d141e7bccad63072978d7c1da3c5e805d83aa2ae6af6728bd8588a28b95a757 +size 2463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png.meta new file mode 100644 index 000000000..352ae5b0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Print.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c60497b9dff8c87791c41d4c8110799f703e7fccdc62056ebc929d09d05db3e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png new file mode 100644 index 000000000..1a4e77798 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0521bc6c21d62609cdf01747baa25e77b1c26b12eb83eaf2d727f7d50ee2e5e6 +size 3190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png.meta new file mode 100644 index 000000000..acc2e6d0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Profile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3616c60abaf6b69f69e5630aa44b0fc1735becf79655cdc896d3808b3e511c +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png new file mode 100644 index 000000000..263d4582e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d02dca93dcc64dd32f294307ddbe7946d728d0a41fb940b99ae977b37cb53fa +size 3913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png.meta new file mode 100644 index 000000000..d6be8d848 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc4cb418e7f1d8427fc714045bf53df45fd5c6112635eda70d01104cafd5134 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png new file mode 100644 index 000000000..60ffdd67f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3598d02a5156a771c07064b79c851d2c25c20f96c384b5e70dbf91bdc0fe6a13 +size 3109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png.meta new file mode 100644 index 000000000..ea2cdc235 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Puzzle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c942598b062b25d76c59f01404dae2b4aa4b810b043c79fbedf1f11d25a586 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png new file mode 100644 index 000000000..ff08f4c3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fed70d144e82a54a3350163f5a4add190a97d7e251659b975ed4bf770f431e +size 3321 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png.meta new file mode 100644 index 000000000..029bdec14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Qna.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:613999a2801394e464368bac58f3bf182d9e7bd6eba316800392526c688ca61f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png new file mode 100644 index 000000000..f853f7b7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f46bfd72ab5a600df35bca38c97a017648a664a261d7acdae1aad8c021b5e5 +size 3036 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png.meta new file mode 100644 index 000000000..1c517fdd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Question.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585db2dbecbb29627f4ae4ef2da74818c48d2620a016e2563481773a5c1e3387 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png new file mode 100644 index 000000000..6a7b18fd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52ee02580e2ddeff029302c9c4e39051a089a1430c6a179974669d639790bc8 +size 2918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png.meta new file mode 100644 index 000000000..afb59eaa5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Quit.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67752642e61417fdd1d17152295e25d0798f09f17f0bf613f683bfd771ed2283 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png new file mode 100644 index 000000000..82ab17cf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f4277b8d3d15fa15dc912fc99fe43db10d752d441f63636ff3d0f7e9d40be3 +size 2657 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png.meta new file mode 100644 index 000000000..5659c9bcc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ea18cfd86fef02ced06f3473e0f695ef27d6740cf5719ba56ad6e769212563 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png new file mode 100644 index 000000000..481f097f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca159069fcec44b9c34f96c89c03dcfe847f0acdee308ecac13d2e0784d3720d +size 3052 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png.meta new file mode 100644 index 000000000..a44d0e5b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Redo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ecdf88ceeea070795e866e3ff1a559516b420009cb2bf33a762b7cd4f62b7c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png new file mode 100644 index 000000000..0e3b40fa4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee40b3ca594ff01db84349615de0f09c9f9bccf964fea941231c526ae21633f +size 3653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png.meta new file mode 100644 index 000000000..c222bb336 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Refresh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae351e4b7df0b2eee94c555c86ab73365872b991232bdc3ac424be5ba5e0d3e5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png new file mode 100644 index 000000000..39a0af369 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f49325087fcb45246a3d2731bac18ff37bf06327247e9af9f3d7a5c6e2a722 +size 3691 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png.meta new file mode 100644 index 000000000..8365e9c82 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reload.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bac9fe48d7f7480a7c039cf7eef0a337ec41f1df8356a9834299a21bd63211 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png new file mode 100644 index 000000000..3d9673c29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d761740997b9668cc4b4f78286491b9bc96a563cf1b481911b3212100e8c6fd1 +size 3242 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png.meta new file mode 100644 index 000000000..8f84ec346 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Reverse.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143e3540cf7c1b48af45da55fa587d0bb7c3de3e4430e739c1f35d431e887c7a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png new file mode 100644 index 000000000..e1d2c52b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a576737cb91ad8d80d6edd84f8ef6f98f7af98571b1dc8f8ef469f84eab397f +size 3784 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png.meta new file mode 100644 index 000000000..652b462dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ring.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f2e566848a2be10942e8bf31e4d7d557081ef50188867d0ab26d4f06a1d64f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png new file mode 100644 index 000000000..aba6c5186 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765ba81c49f70e3ba4dbdb6b504bb872194fe15f347b5800ac11ecbd73e6702f +size 3428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png.meta new file mode 100644 index 000000000..cd807e4db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rocket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fc0bba07faf11c5f9da6c1f737ea19709c945674f57ee1125f09dfe7c9847b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png new file mode 100644 index 000000000..7f9cba151 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfbd375eea7ed479a970ac0b439c20b1746d6b72f3670846b66e4ece6ca03c6 +size 4037 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png.meta new file mode 100644 index 000000000..05b613adb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Rune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b58b0e1bca3a1101e4241add612b47d73081afc4292310432956cd70a189a9d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png new file mode 100644 index 000000000..126fb835c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61b4fe0e943233a40b7eceec10a571f96f159f55bb32996c5cc0365dead8bf8 +size 3231 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png.meta new file mode 100644 index 000000000..35da4cf15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Save.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5aeb3b338b0b4f96ee00fbbeae5c2948ff19f1e8e265c3148bc8d5de821d4f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png new file mode 100644 index 000000000..49da543ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb4139b508cc900739b302bf73208b3343294cd4d70b285cdcff1d5b616581 +size 4444 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png.meta new file mode 100644 index 000000000..e2dd88f8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scale.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad03c08a1304c2648c358c23f95b91313952cca971574701fed2c5c214fcdd8 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png new file mode 100644 index 000000000..375996ba1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afa12c33255adfdde868457f0ee1ff64cd88efc9a5d3fe907b8df7940e27464 +size 4238 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png.meta new file mode 100644 index 000000000..6a2efbbd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scissors.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332e1cf0457164ea2b95235aeef2da1d951d59bc278337f7cdb2bf32e9d3edd4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png new file mode 100644 index 000000000..704fcfb2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa97c795cc72153561dfa5c2f3aa8669ec3a7890ed184399ac2c261c93a2c372 +size 4267 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png.meta new file mode 100644 index 000000000..5daa8b052 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Scroll.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b663223956d759715015849c6dd858c9f31420a9ecdb6935ad1b8da90e1299fb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png new file mode 100644 index 000000000..5a26caa2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8f347c19011adbc093a8f0ec03ca4772dcb62b4997dcc030f5f7ccd6f5c8f4 +size 3414 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png.meta new file mode 100644 index 000000000..681263381 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Search.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b03855040a4405333583b587def4fa87ae7f52f3ff58cae6343254065dffff +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png new file mode 100644 index 000000000..b17ea6463 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f14ed45b9ae90aa21653c1b49f700227074c1b387fa791a8b94cc8d3f995f8f +size 3901 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png.meta new file mode 100644 index 000000000..b466e9bd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Security.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0746c6e7a767fcc8095c892813b1ab51474dafce43eb69d8412d1c0a226b0b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png new file mode 100644 index 000000000..bc855138f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fdbd8a6708f92ae132fdce10f7f78057419cb03f09dd1c5ee8990dbde2b21f +size 3497 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png.meta new file mode 100644 index 000000000..3ea068ed7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Send.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0349804aaaecc229411cb7ee35295ae691e77823c03680748ad2bb33ff70315f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png new file mode 100644 index 000000000..df14034c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9e6a6f46d2d64c641ede6acaf93b590c0dcd9899d6b41e00725e01bcd82729 +size 3397 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png.meta new file mode 100644 index 000000000..48e13b3d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Setting.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf5a3dc07240af1988cd7be1784e047ce5d86918d8498d828e75c99440be27b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png new file mode 100644 index 000000000..c0f5c4240 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3a5efaf92ff3611ae9ae184020b4c8134ee1a1dbd7436d87a2595b0e58ed67 +size 3373 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png.meta new file mode 100644 index 000000000..fc75943e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shape.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f09c0a49c8ac808def633657145f79646f81fe2910b375b33cb3c9e381efdc +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png new file mode 100644 index 000000000..12bcc62b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d07e1ef62821e52b3787ad4da487676e83447ae13a36d7d48773a9dd72ba16 +size 3317 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png.meta new file mode 100644 index 000000000..50f86b6d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Share.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22222ba44f8174ed9d07637a5d92c85fcc1badbda6816cf2b46465b9684eea8 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png new file mode 100644 index 000000000..c7f6531ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354856509a58cb5c32d596e3981a227adea4c6355da519add8af59e1883b64d3 +size 4797 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png.meta new file mode 100644 index 000000000..e4de67662 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82171750a165153b6aa99148fc1aeebdb1e79e8b1cdc399be432b0b68c61f29d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png new file mode 100644 index 000000000..a5e605ebd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c691dd324e8c2fb2448dded5eec128cb1e077ce2f8caddc696cc66a0d67ec2 +size 3380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png.meta new file mode 100644 index 000000000..c37638fa1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5a4dc46597e9278553738ded528ddd010ed30213cfc2e26414e0c8e44980aa +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png new file mode 100644 index 000000000..988ce39da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a07933443068d645d4ea9a271d017fe36a4fd4820f87c5f345fca1b0da7685c +size 2592 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png.meta new file mode 100644 index 000000000..9d71510dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c67ef98a805f40a61d6fe1a5c24c7eb5b12d64682d481153b893b0ea38df52 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png new file mode 100644 index 000000000..4816ef8ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98cf22c0ed84db296c40f5f2bd570c1c35a135bbc00c963b1de9994f7e36b03 +size 3142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png.meta new file mode 100644 index 000000000..57d8cb9e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shop_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dc08988193aaa875d7ec7b40eaec2687912228757fde6f51a1868796f6161f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png new file mode 100644 index 000000000..3cb93692e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866ad9d38522e3ac9facc6cc955e99910c0e4f71f0cc1e19453b00e4bce871fa +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png.meta new file mode 100644 index 000000000..136fa2d6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Shuriken.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f85c16d0ea27150f411add856735640dfcfd7720dbe307dc1967f94a23496f1 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png new file mode 100644 index 000000000..d15b5a6f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c36c7d038994e562f9861f48e71d378185c66005a26e49cf2221fc6dd08b6e +size 2490 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png.meta new file mode 100644 index 000000000..bdc40d576 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Signpost.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735e133a1024e721e4c6e266b2daec249aaf4dadae8e10c93b25660da3ebe9f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png new file mode 100644 index 000000000..a43cb0abf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702429a448f3c369bca51835e4f5b405c207f8528d63afee5350acc4648ad0ae +size 3225 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png.meta new file mode 100644 index 000000000..72fff88b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Siren.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1474f0d19621bc1c7552fb93d89049505861cc4b5862ef8e040a5a77402b3f25 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png new file mode 100644 index 000000000..7e00d0442 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec57cc3250f8cae727bd19d92083390ec8df4a96ce7133413d6f3b965ce83df +size 3428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png.meta new file mode 100644 index 000000000..1c6cc3c55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae4947e2749a7225e2d8e87f0c4bc34efb16600e6bdc0bb5febec4a6ac4d690 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png new file mode 100644 index 000000000..2a4d26962 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2becc784311e9caae6f89b1e6b8b22d23baea9eeb502d885e26240b11d537dcd +size 3579 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png.meta new file mode 100644 index 000000000..d78b3d2f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sleep.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1941a2214d4aff21e3f4a1be2dd52ab4ba8141d55c35291c0601d2f96b1388a1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png new file mode 100644 index 000000000..2afd346ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e1309be4e28fb534ea3fa41332d6faed657555068b7f147fce1fd78f0bb511 +size 2841 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png.meta new file mode 100644 index 000000000..712eeca3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Slidebar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:022fe3e5e739415c2b09c82caba7234aa36c5a3a114bd283d94be17ae69bc4cf +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png new file mode 100644 index 000000000..2b3595a08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbaba7a6b5b64c33d5e5c981f784559524159b13d3663267a260d00526a45d6 +size 2535 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png.meta new file mode 100644 index 000000000..8dcf2feb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1d3fe48ca2c93bc9ac85ab594e9308daa2eb5b70c59cdde16bf5a7fe6da8c7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png new file mode 100644 index 000000000..db931e95c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b4ebc6d2651c0ffac7bbd650575b8d8f1e84400e1228db43bce7e409a98b45 +size 3609 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png.meta new file mode 100644 index 000000000..4365b1db7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sound_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85684a4d6658cffbc5503cb336713e945cb71aa8ac8d2be7815b56a027790cf1 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png new file mode 100644 index 000000000..b23e48e12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b12587fb83c779def4efb0a8fa79c8c49d18dc9eb16e9b5f91070178ad0a5b +size 3090 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png.meta new file mode 100644 index 000000000..7237c1978 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Speed.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77397cb071d187a7c5cfa99221c3924bad6a08b7b565496144427d0297b028e9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png new file mode 100644 index 000000000..1a8ac93d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256b146606a3475315c298efc93143cdfc175c66ba7946613a79e21b1d080cfd +size 3977 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png.meta new file mode 100644 index 000000000..78906fff7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d775720d8acbce8809ab2c0c735bc115a90f1ed01bc9e20c6275efc02375f84 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png new file mode 100644 index 000000000..c43a8157d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a645946a713b94c56a32e818f5364ad3a67e098f0565aaa1912a8f524d992e88 +size 3111 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png.meta new file mode 100644 index 000000000..2532462f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c467153205e228f235722b40b6c9d0770f95a2a4bf51e21760ea46576ee99f6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png new file mode 100644 index 000000000..1e4d28396 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8200526a483716530388b4868818125fff56c1ede0a52c92eda57217813794f4 +size 3400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png.meta new file mode 100644 index 000000000..d3c99bef7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb06b5e4bc1a8fee6e95d71b7a9b58f159ab6028acb4a7ea973fb5b8d2e81b0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png new file mode 100644 index 000000000..910e872f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4857687ddd8c5e1b0850cec0636b34727c485c8865989a83995b24ea7346a8 +size 3139 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png.meta new file mode 100644 index 000000000..e27d3c58f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Store.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f209b58963e8a20b0f94d622428066b0902b2af39bc935707b453b99a1839c69 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png new file mode 100644 index 000000000..752850b13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf308234a57fc2e74907e85fb2a318e8bc48cd77d046d4af65377fc915d1018 +size 4141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png.meta new file mode 100644 index 000000000..c8fcbdac8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420e8d333389f931aa22364d1ac042000b703fe3145c2142d6b1e5f7dad362ab +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png new file mode 100644 index 000000000..eb197d78d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc4d5be73b050c604adecdee42f149f5b278b329a98e9e21a033bf3e69d1ede +size 3500 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png.meta new file mode 100644 index 000000000..c997285bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Switch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3afc0160eacd1291242ff7db3504de0878fe0c007dbde41283fb46d8a4bf498 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png new file mode 100644 index 000000000..f87a57e98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e06d1ef5bb8ba1c701be4996d094333fc8eb4e224b15a119ae6237b3b74c6a +size 3115 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png.meta new file mode 100644 index 000000000..3dbf5cc80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f61b30fd5359250ecf0702dc72377bf8323171eac7cba999845a35eb0e44cb +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png new file mode 100644 index 000000000..32db7554f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18098ef43ef324471278f6d3a5f678974622bba60c3915550aa86bfd7043113c +size 3423 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png.meta new file mode 100644 index 000000000..16d95d016 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f09804b041fd5a29cc76b7d191d8e6755d3accf1eb5046505013f42fa47d07 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png new file mode 100644 index 000000000..bab0d24a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8665a6905fc83c62761b1e9501905f2e6204472c8f97d6b13c0c27e7eb238e35 +size 3005 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png.meta new file mode 100644 index 000000000..05b966062 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e06fc47a330fe82f6fe95d20332515381d290c1effa0a4edaae88598d55be40 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png new file mode 100644 index 000000000..088f51871 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ea0be9648c6041905c6fab2f6cc904518926a96473986b8a1f78399f6aba1f +size 3481 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png.meta new file mode 100644 index 000000000..e71a13155 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Talk_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39745cf8ff1572bbf9db80b28944a2174d8a5a1a2a8003ce23b1bdc7594bc99c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png new file mode 100644 index 000000000..7b0722a85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c585b94ca48fd81b939bfa7a513455079c074b6c793ce8c63e29f81cd183e6c +size 3272 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png.meta new file mode 100644 index 000000000..4618b3775 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3010be37486e6ff7473c688abdb614e494c0a71115b87387aef14e9c58327b3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png new file mode 100644 index 000000000..5b8cbdfb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4f5aeb23727687a0738016aaedf1e9482a40b688c12753933b1da8176c51bf +size 3340 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png.meta new file mode 100644 index 000000000..f90799dfe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tap.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300718e1379cc2f1d0fff778486b555486ddca22ab91fbdeee096ce8619b4b37 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png new file mode 100644 index 000000000..ff15aa02a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4a013f6efe02d8e8703b19884528b4451f6a1a6b5f221d7919816804978cdb +size 3719 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png.meta new file mode 100644 index 000000000..c5f5dc1ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c06f11fe8c71004b8147847c0b1cb9aa9c5fbb95571e39af02eb1db80217fc0 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png new file mode 100644 index 000000000..a3d8dddb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b184454b886526ded80b479ce1f1bd73311ad359b16052a431e8b11f543da435 +size 4618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png.meta new file mode 100644 index 000000000..40c824994 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Thunder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299f563b5ec6123f0f0946a6e6a112dda0a3db13cc45166ff18f64706547f8f8 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png new file mode 100644 index 000000000..d0a24943f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2ad96afa96aa08e35a9c4a00828203c044f25e85c6e4eff048b67e410e61d3 +size 2744 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png.meta new file mode 100644 index 000000000..fbd45966f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Ticket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a1a99f54d2b3f661dc6fb9c41cf7a9d9d0c42514ed5ffc7804750b7de527e2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png new file mode 100644 index 000000000..ff0aeb3e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01e1d62003fe7bedfe624943e55ef60de8e92e617960eda68730a16896b5796 +size 3285 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png.meta new file mode 100644 index 000000000..58ee28b30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Time.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c277753f54fd326b8af2661eae811bcab9e1d9c3e15ee9c8693dd2cbd28171f1 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png new file mode 100644 index 000000000..5a7533a15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4425c8297a13203ab8ab93c7ffac3459382266d1269678f8edaeba0004eb4df8 +size 4086 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png.meta new file mode 100644 index 000000000..a2b8f90a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a051b5d19d3200b591a954279ea5b79a34ba7c6f3be403350bfceafd5b95fe86 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png new file mode 100644 index 000000000..29011ba5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9109d248367426a05096f082e09bcf4c03dbf1483c572fb03d4e94ad074362 +size 3045 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png.meta new file mode 100644 index 000000000..163e77f1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tool.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd512ec7ed4215ee372a5fbe00adcebffaa43fb2868753b2dbaaea70ce5c356d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png new file mode 100644 index 000000000..8b77eb835 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378eb970343061ecbc265783d55b993a705885946c1445b2bf92be11e24db906 +size 3172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png.meta new file mode 100644 index 000000000..b6e0900c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tooltip.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf880ceb096d4ef27343f6cb25f638566465c70f2ec9529330983416cbe576ea +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png new file mode 100644 index 000000000..752728fde --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e605253dec620e7cc07937b536a20006c5ec5d7ad5d0efc6dacc142df285445d +size 2828 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png.meta new file mode 100644 index 000000000..aeedf619f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10973a08af04b3cb302cd8e413cec93571359d084f0624335658d2c4cf15e223 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png new file mode 100644 index 000000000..ec91e3c99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c3b5b8648e233d28c8f1a8cafb8bbd49011338fb87d082b7d97a0ecfc5da7b +size 2773 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png.meta new file mode 100644 index 000000000..ed8a5cba5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Training.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc06585cef48a1e4788418244a5d32a96458eb620f71f9a6c5570edf4e8e73eb +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png new file mode 100644 index 000000000..c0ba21458 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62f83f894cdc7c42a5a205dd1b3a385bc01c3cbef64934dbe8e90b3f3a4f402 +size 3274 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png.meta new file mode 100644 index 000000000..4316a05a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79391813471be28e0f71bf7f46e95bb7048630cace4a8922228c97828ee5cd48 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png new file mode 100644 index 000000000..7274eafc1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a89737a914f090b62b678adf853e82134ca8b10ec8fcccb83051f8e3d34ec5 +size 3238 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png.meta new file mode 100644 index 000000000..7ce249fba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tree_Pine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8e8f82649667e31a1b85a959c18bd6b5be79a94fbe3ed78d44c743e2355d91 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png new file mode 100644 index 000000000..3b0f9b31a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82c9ce3d7b59e8ddd0e2ae9030d6f839f10a9d852472c5b2601fd83ebc38ce8 +size 2930 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png.meta new file mode 100644 index 000000000..4f766e44b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32076ecc674662421855581a15d71738450d7f63cddd25b669a3bd158a3785be +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png new file mode 100644 index 000000000..dca5d369d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c27f38d27c9d6337d9e69564844bce939555db2488e229009a2408adf7aa76 +size 3500 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png.meta new file mode 100644 index 000000000..2bf873e41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Trophy_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5146c852100300cf791cc7e02a2978afb3b45c7c5ff7c009944c0f7d68b64f2a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png new file mode 100644 index 000000000..cb258006a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ad432255e218d70b6d3b06c77cd3209b805425f5de67eeabe27ecfbc5704d8 +size 3003 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png.meta new file mode 100644 index 000000000..da3eccfe6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Tv.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a323c470070e1c5b5b82b11f198e34df0aff595666398583f4f421d2c614d1f6 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png new file mode 100644 index 000000000..237d2dc68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3009baf048df0230abd62ab7cb4f4bb708f7d0b2921ee6254fcfd918134162eb +size 3063 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png.meta new file mode 100644 index 000000000..d37260293 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Undo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa437e03500f686107df25791fcc2c202c89e28991d20cd3b4a3abb004805d83 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png new file mode 100644 index 000000000..7fbd2ae7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513cc24aac5e97210cc61df385af2300f8d74b66294d95ac9b49e6b47a3df9e9 +size 3521 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png.meta new file mode 100644 index 000000000..94c486b97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Unlock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedbc1411f4c910dd9b8dc84e62b48da9e5ac65018b01aeeee1cf20bed840be0 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png new file mode 100644 index 000000000..5b1882e81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f969a28afeb3e7edfbc4defd01df7e034adf0171f9e61b2b6294d400405a9a03 +size 2812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png.meta new file mode 100644 index 000000000..2f61e4488 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_User.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17f5e9dac5ec1591c4ea38261a4af00e8176f59eb811663f0d1e2aaf41bbfc6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png new file mode 100644 index 000000000..7e22a5dcf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b27283e6e2a7e42f01f9b612c81a0f0cb5d3762fd06213141bacae2e7a169a6 +size 2481 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png.meta new file mode 100644 index 000000000..561ac9f6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Video.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb51179d77003fbb92379a2853ae7b327ef960d233e34c7994041392a01241d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png new file mode 100644 index 000000000..72b031f9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b05422236293f9710d2bca5ee44da877e78e4bd72baa3e5011806d6b710cebf +size 3595 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png.meta new file mode 100644 index 000000000..f6473a707 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_View.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e110f41449c8a65baa73cfa89a45c0d63beebf11861a85157e0551ea9538065 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png new file mode 100644 index 000000000..d52885a1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca023ce7cc4fc2dacde5d3666424cea5c15b5989062cbdb0e71cd855f857e60c +size 3312 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png.meta new file mode 100644 index 000000000..c69e9425a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Viking_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98436a1dfe8db1c7da116049947bfeb74b12f3f9a5d77f08efaabdfb834d1087 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png new file mode 100644 index 000000000..c885d7d0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b377f943b6d87f4dbb9766d2cff2adf8823f4271099ff7aa5fba60f93bd63ea3 +size 2353 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png.meta new file mode 100644 index 000000000..30b7049d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240ddee8c6116b484be2adfd734cc51d00da4b0435a2c6e5fb698cd5fb758057 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png new file mode 100644 index 000000000..a1dd7dca3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f60131a5f4c1fbc230b44bf494d01fd621bad7de93f0acac9479d05b9757048 +size 3771 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png.meta new file mode 100644 index 000000000..34466c642 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a375903323a5fd008425b61603baf5fe540780e5c1a9d8f30f6d17af2969d62d +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png new file mode 100644 index 000000000..339e1dbb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa27d058cf0061f4d4c8e43aa1e11d765ac81f47994a4c51d74d7696c4a4a3b4 +size 2889 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png.meta new file mode 100644 index 000000000..4043bde3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95578eeb736bcfdf3e7aa501b0ac5dfe58a4a5fae93413fc54ba97af8bb3a71f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png new file mode 100644 index 000000000..b1d8911f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321bf47b4ff1d33893c626433703207db0670668692e954fbdad2a8223815466 +size 3050 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png.meta new file mode 100644 index 000000000..4eb0083e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Volume_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5acf64876234d536e704ee4fd71c9a819b3db2ed35780840a430096c353e116 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png new file mode 100644 index 000000000..70b84443c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce148d14234224e18dfd59b8135fd77e0d88e54aaf6aa68fde9dd216d3b5e55 +size 3691 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png.meta new file mode 100644 index 000000000..996810139 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2171355c6a370941c380d6a881d47fcdeea0534b8eed119cfd40171313d224d1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png new file mode 100644 index 000000000..879986a16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc3dca332e5153ca432be2298c9182da61362627b0c0a8802c310e334360e50 +size 3345 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png.meta new file mode 100644 index 000000000..0f12f528d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460de90608785ebc1c9b6edf992f64a7cb7446d0512c2a3af7f0b4953580054a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png new file mode 100644 index 000000000..35f6aaa9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad50791e847377a7c534ea8cd6a163f0d6d6bb40d367e4259ad51b05dc7956b +size 3515 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png.meta new file mode 100644 index 000000000..42e8da9e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wand_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e3dd12cb78decf5659c2eb02d91eb9c52d33fcace7e12ce539819dbea986e3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png new file mode 100644 index 000000000..995b58e8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b7f6ff7687d6bbb84d68e49c9f862284baeca618d980dcc9d2694cf1e18e4a +size 2325 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png.meta new file mode 100644 index 000000000..ed20ba53e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Warning.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fdfe527e934bc5b6660d1f65b156075c2a0885a1535db5fa91aca9f6b5ba9d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png new file mode 100644 index 000000000..f034640d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a43fc26126b2069e294dd30f6df50f92ad3c8098a85364670f0e2f5db77624 +size 3364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png.meta new file mode 100644 index 000000000..879d3c942 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Water.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3ba7789d309dc09ab9d2cc0571ed4ff75745967e695387a87b3a328efc9103 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png new file mode 100644 index 000000000..0a492bbda --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9869f39d6fe594dc6e96cce57e6cb7bd2019bb79dca13e6cfab96cf7f75decd8 +size 3961 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png.meta new file mode 100644 index 000000000..2decae4ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a76038c9ebfe8b6e04bd735a4f550c0d72f2c74695cc6c92757433e43e8a44d +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png new file mode 100644 index 000000000..f3ad81e7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4f24d03a56d4895ef99e5ccba8b76adb74cd9c63438a1ee8b613ed2821386f +size 2975 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png.meta new file mode 100644 index 000000000..dc91fa6fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wifi_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c35256d9ca49a12efffc6d19cbfd8fb8e25d33da3ce49a31dff17d848f18b6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png new file mode 100644 index 000000000..cd4f77ecc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9bdf558585dfff5ed899d4e9d0326bc35325c4968732faf6b62fc63759907b +size 3835 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png.meta new file mode 100644 index 000000000..95a559fad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Windcock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1b1f94d86c060833c987ce0d4176230af8381b4a8e23bf10d92323503027da +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png new file mode 100644 index 000000000..e6dfbf391 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1277bdc51a23191086307b061473206c895307c3a316974a40b7ccfa793f3ae +size 3673 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png.meta new file mode 100644 index 000000000..457d1fabd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Wing.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e685ee5fbef4428d1dea08ba513acd1dd9bd5bd3752755a8212bbdd821d1bc27 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png new file mode 100644 index 000000000..613cb2262 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc265c56c164b6af972fec5072fd21ca93e8d0cc6f9664d79b47670ea477adf +size 3851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png.meta new file mode 100644 index 000000000..d3d211ace --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Witchhat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555671ffc54f385f09f2bb3876c3e322ae921b5dcd810a78c022a7d57b0614b1 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png new file mode 100644 index 000000000..5330277d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8164e2c73db56e11d4a6f0f457b6a6c0d1cc0aae1a724be51ed3f8d9c1690dd +size 4247 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png.meta new file mode 100644 index 000000000..c900a8090 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Yinyang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7497cc80449b30bbfdc2cc82202ee88bf35d3ccb022f64be0a624e05d5703f +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png new file mode 100644 index 000000000..2284a8b13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17d08085eb2bdd73247c9f8a5788b9c570ff5e31168841d4cb29ea37d165289 +size 3842 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png.meta new file mode 100644 index 000000000..ebf583c3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1a8b204a19273b61253ecbb9f4e539adbb9b8fe4038610f71da66a0629f231 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png new file mode 100644 index 000000000..34ec63690 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96b43ee853ccc9bb3de3e06951b1e86a81ab44b14726c8144851140396647ea +size 3725 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png.meta new file mode 100644 index 000000000..2e53026b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/128/Pictoicon_Zoomout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52304fbba5dbb2c23ffb9b4c6a1bf4e400ef2623fd54a7e2789ce59236b77d67 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256.meta new file mode 100644 index 000000000..789501299 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9376fd24895c25dcc983905f4ae0295c729179bb2b3848eda562fb43ed922d41 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png new file mode 100644 index 000000000..6368e3640 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c641bd976dc36eb1ced4fb980322f1997eedce2121162a13c0b7f9693c0da2ec +size 6355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png.meta new file mode 100644 index 000000000..d7288a863 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Check.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309af7fe6fb83082ba198d2017b8fa70716cd332907228abc2e767d890b06f7f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png new file mode 100644 index 000000000..c584c1d95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9927b523070a9b4b5415a30d661acab4a52886466d43e8d629863c4dc67050f1 +size 6009 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png.meta new file mode 100644 index 000000000..af8b8a711 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5125aafda9e91f8a642b4c562a66a16961a2970fe93ae7edc06ba484c74176 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png new file mode 100644 index 000000000..7ecd08794 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9089e6f13fe41847dc15236b37011a4cb5da56a192ea9c3eb55016e664437fa +size 7836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png.meta new file mode 100644 index 000000000..8edfa781d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Close_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbfd3de925e8b4d1a5371b35fd61c4c331bf69e239e1035b17bfd69f696dd15 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png new file mode 100644 index 000000000..4113d4772 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee118b8ca9e0ba1b26be017cd3aa860ee9841b96313ff8545c7db62f4f67eac +size 5639 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png.meta new file mode 100644 index 000000000..218e31f2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d257e18e929fba79537b9baa7bbf88a78eb200d011c9ef11055afa46ba09e7 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png new file mode 100644 index 000000000..ea4ad5b9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241480f55604240bcee074354976b6006fff0dd21627d1eb72a817af6a83ed70 +size 7394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png.meta new file mode 100644 index 000000000..d5ec55bd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Divide_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aceff84a47eb5a0957006d037b3895f2dd0f4c61faa54a4c75c991085f024740 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png new file mode 100644 index 000000000..d355aee79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f1873afe74c24405d2b20a8713fdaba27570b89eedc9b9351ada3430d5ea7f +size 4993 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png.meta new file mode 100644 index 000000000..ffff21ec1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df406f61cbfd7ab06cfaa6d81c2a452d22730eaac659093751e5c262c06155e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png new file mode 100644 index 000000000..89a9449bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cbd0c790ca574909838fc65868ec9de032497a145b72d0e6b58a856812a3e5 +size 7048 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png.meta new file mode 100644 index 000000000..6b7482494 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Equal_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fceb5ca73ed752989cd3b69c11f1a2199ee67f8711f2472ed03e59415a675724 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png new file mode 100644 index 000000000..06f3ea475 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf4a7625b22b9775257f7aeed09440a8bc37437d3f65894d4602de38915d300 +size 4398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png.meta new file mode 100644 index 000000000..7b0f0ea2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ebf2a137c4a3438673c02ca37f972ad4325da3d6e7090e6f5e42e1f2be7f4d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png new file mode 100644 index 000000000..6a83e6c21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1859c32bde106f3b07047b1cdc0817b0525717980ce52978ced0e73e9787f0f1 +size 6690 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png.meta new file mode 100644 index 000000000..5e19aa23e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Minus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a962e052d6e41b3a9480d983790450a8b1fe1dc793e5608505cc88cb504928 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png new file mode 100644 index 000000000..51a47ff25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdeffa07d031db9c6caba67c45ae0dcc93fb707686d86fefab1c976a7af16d63 +size 5028 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png.meta new file mode 100644 index 000000000..a7da30717 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157a258dbcb18347cf06f43b09c7265957db2824d3e41ef03c513692d07a6567 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png new file mode 100644 index 000000000..e8635c490 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afecc2d2475b7c817974d234b318ec2c0e8a217db870cdf5443e1c99eebce15a +size 7164 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png.meta new file mode 100644 index 000000000..f7fa85b66 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/PictoIcon_Plus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37990decbc16409b59b271bd9f902319e844975371d9d5d1582a76a6dc376ab3 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png new file mode 100644 index 000000000..24ebf7797 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6ab728cc0fdf30e943e100c1147b87dab6b3965e125b6c648ecd860c37a983 +size 7556 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png.meta new file mode 100644 index 000000000..00ea5e6ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Account.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fd337d1ea1f8d94e284f13f038e3ae5aa57b7b9836b75938b8f9aaefa8bc55 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png new file mode 100644 index 000000000..0ecf3bb8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d6c3059ff8c52c681c46f9dbc4d7b228afee1c941429a053603b8773a46113 +size 7036 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png.meta new file mode 100644 index 000000000..9971f06c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Achieve.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5daa767ad05ab3c3c66fa3f615b2b69e0aa19ebf76e5da623f8aed5ca759f0e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png new file mode 100644 index 000000000..2b618ff13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68c2032c7b90ccc22deb55bc8a64a6bb62791269d961aded5309b29e4c21f4e +size 5419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png.meta new file mode 100644 index 000000000..8cf1604fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Airplane.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaada2eaa4e3397584a1b939d2683fecadd7bc85df14eb2d1a81ff868d6c13d0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png new file mode 100644 index 000000000..2f3975c89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912a07c680519a35529487b895d921027de5643dbc0ef5f44e121a14897ab54e +size 5391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png.meta new file mode 100644 index 000000000..ca1ab5b15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Alert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c1447873ed277de77fbb6b709afa5e69448894db210726968bb3269e27a789 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png new file mode 100644 index 000000000..63235cd33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75c2159462a6d823680b2d2ec3585a6c0727c8e42f0c90fa0e8b63d739a6d3c +size 6792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png.meta new file mode 100644 index 000000000..d0ee290a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anchor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c29b2c1d1e080ac01f58918f15e3f589b234936751100673c61b6337e0a29ca +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png new file mode 100644 index 000000000..2b879e729 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292834a199f9b33be92d3f0c86a3044ea265bd6dc939afea09495a4cf247a019 +size 6679 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png.meta new file mode 100644 index 000000000..862908789 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Angel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a58d9e9038761380c8dc2f8550e0c82cbb675a6319b13993b6f11ee1797748d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png new file mode 100644 index 000000000..cfc0ae108 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19500bb1bde2ea793d770f12ce640a7c2b92eea0ea00de92ed2150233ca02f9 +size 5455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png.meta new file mode 100644 index 000000000..a621680f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ankh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e437869e61a3bc8272e34fcec6c051021e6c7e015c8d06edeb77eb68b0717f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png new file mode 100644 index 000000000..98b0026c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcad54ac0579a7d05ff8be9d67d39f569fb5dac411ec36c9d53fea5d735779f +size 4333 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png.meta new file mode 100644 index 000000000..4e474bad3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Anvil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1ed7c5c1594ff0f83b99903abcce05ff33f3218d566114d07e75ac6ecaf6df +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png new file mode 100644 index 000000000..3e75de6e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fde2394ea3ce584db3ac6f815d920a200f940d8163f5f0e0d26ced1ff5c861c +size 7606 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png.meta new file mode 100644 index 000000000..ada76a80d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Armor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d4c4f3fb88a53ae387b6b892841b7a69e08fb0f241fd17c10bdeb95de77a8f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png new file mode 100644 index 000000000..24f58ca13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36afa316a49bc90b28affdd2aee1a413aef5d0ab644603af9af10c8f2ecd8c91 +size 6847 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png.meta new file mode 100644 index 000000000..6f3e6f601 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b7299d5a5edb6631a4c0ff6eb10d70a9d7b2d4f418db7f2860b876bfc450be +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png new file mode 100644 index 000000000..c78be3a1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98723288475b87645cfb540558cddc49b7603d9db22c3da2ab720d20ecbc49dd +size 4031 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png.meta new file mode 100644 index 000000000..0cbd7ba8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Backward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f59211bc74bba6e485d2cd69504d39511e13db566e1f5614401a03c1878486f +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png new file mode 100644 index 000000000..94c52d395 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcee814c6c7dc7bd0c7639f100f5a4135f1e2ff0c0b2617333502f787a1cf10 +size 4391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png.meta new file mode 100644 index 000000000..8811227fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Bottom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98eccec0ba46338c1a227f2a6b31922f920e302f23b63964af539cffa2e83bf +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png new file mode 100644 index 000000000..cba42171c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4d21887d5e4bab62c0d3ffac23631391956cba0bf00cab0f8f3e1760250aa5 +size 4939 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png.meta new file mode 100644 index 000000000..5b6b812c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Down.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da09d1dfd63e4431774d083602923ad7bc5c75ae393c3228a520572d84765205 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png new file mode 100644 index 000000000..85e746be0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4345336e8b8ef21695d6298f446280ecbcaa8239d6de12e06b965b14dbdb98 +size 4128 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png.meta new file mode 100644 index 000000000..a039d3494 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Forward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac254ee59386ed36b03cb78c0331b435834dc81b24c3a5e50f5332d3659d160 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png new file mode 100644 index 000000000..240e544b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776edabccb3c765154783101d7a6caeeffe5111b66e1c9f84fdc997fdbd73d9a +size 6423 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png.meta new file mode 100644 index 000000000..a8a079439 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccc381b36488e02c5ff9a7712d74e6031df1090af91d238dc59e1e0c0d68bdd +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png new file mode 100644 index 000000000..276f9cd45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8439666c9eb19583288aae4bb58150e184739f34ec4081d6ed341029b7eaa2ee +size 5096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png.meta new file mode 100644 index 000000000..22f448cd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Next.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3522a7829c6793487e87a9a532f80a8848ba7b02e1e71a14328a2202593cf6 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png new file mode 100644 index 000000000..149aa3450 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704f863ac72192e1a428588358f7033b2547afca945e66dc4018b7c9e22cd2ca +size 5103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png.meta new file mode 100644 index 000000000..3cf462309 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Prev.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935d2ffb215385e7b0c366e30605d30b3b8744091a9902ae5d82708c7cbf0ac3 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png new file mode 100644 index 000000000..9391c542d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd9c4e2ad2fe0301f4c83874911703555fd8d5c9b9c7932205cff442571f62a +size 6423 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png.meta new file mode 100644 index 000000000..f8a68b420 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a4c3a56c65a80644642248e37157aabfd6a906f67e98121b091a272baa63a8 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png new file mode 100644 index 000000000..a697675ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc9b8332255f3e3813b8bc5d566f0925e73aede6c8cc7b99701af647c9a9186 +size 4325 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png.meta new file mode 100644 index 000000000..14fbb816d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Top.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637003f983cabd918e4af1ee3e1996de9a4ac7dc2ad4927b147b24a2482bbf52 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png new file mode 100644 index 000000000..f2c4c39de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b54d603d0ba57dec6f190d4d0f809631a08639e0cb1eaad0057b0aba949012c +size 4883 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png.meta new file mode 100644 index 000000000..4012f2bff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrow_Up.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5381ea4f70144d60ed101a7e37472a5e43991fb0742aba7d7e470b5d078f28 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png new file mode 100644 index 000000000..8fc9f5740 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a7070c59b9fe1f1c9c9839363b478ccc776f25e4824771114018cf5544441c +size 6207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png.meta new file mode 100644 index 000000000..52e9195e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Arrows.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8591daf57ee693b74c46cf3d5bd67075537236edc6729a6d1910ad415450063 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png new file mode 100644 index 000000000..419a93331 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28df210c5b89c2485157b12d0c1c5497b7c518279cc2ed3393f4ac39e6e586d4 +size 7130 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png.meta new file mode 100644 index 000000000..13cc78566 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Assassin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cf567171d0ded5f1e1483bab462eed0897952230c5a7d05a7960d628c9c86c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png new file mode 100644 index 000000000..edc039d99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0f1df986ef9d0d91b852066b8f792963e91888eb4fa395d659baafe932035c +size 5857 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png.meta new file mode 100644 index 000000000..df009745b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attachment.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d9fa1cffd4b2a30a00155c666a43405566fef3a086f85124ad22a3e7f4c8b6 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png new file mode 100644 index 000000000..fec12a8dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a06d1ab3179d3358e5d67c61b1773f23df0b3becfb0645b33880119b8e193c +size 4690 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png.meta new file mode 100644 index 000000000..1dd7eef0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e364d104fd130588f57c216db3d27f7da09d9940fdf0bb81f5fc5aaab50bf5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png new file mode 100644 index 000000000..511c5f799 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485c139c9551304ffdfb2198c2ca427883a099d045840a9e2dda494ef88c6629 +size 6456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png.meta new file mode 100644 index 000000000..ed6e80057 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Audio.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590f1641ace3e77fbbe834109364ce7ae6713fccd02161dbe301d69d250a70db +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png new file mode 100644 index 000000000..a26d33122 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1e56a140ddbff439c874948a49eccea312644ce946d853b17746a00017db44 +size 4921 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png.meta new file mode 100644 index 000000000..6a40b59dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Award.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3991de376ff75b30901049eab74279d348ea43b2496265a03eb337fd1cc76ef1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png new file mode 100644 index 000000000..4eb0a0b48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12eb0b2890041ad7dfe65044f96c0de6963efd50bfefc188ba79d4b37b4e9965 +size 5321 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png.meta new file mode 100644 index 000000000..0550ea4d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Axe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23ce449156a72b50daa9b9d590a35e824ed6dedd42c8ecfcd791b995ca6046 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png new file mode 100644 index 000000000..a92d343fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ec4a7fb9bd6255d5136838b67d93efc99bf7ce5da958decf7975b48830cd8e +size 6347 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png.meta new file mode 100644 index 000000000..91fe25e0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bad_Immune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00225245cf90d3888d9e35f621338c0a7f502f5db2c6fea292ed0e3df6d88a44 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png new file mode 100644 index 000000000..210eb5481 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af68e0e2e720758d1c7521f5420b7dff75dff3dc0bcd6de44da81eb95a8241f0 +size 8148 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png.meta new file mode 100644 index 000000000..b0b48e9ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741f051756e9a67e1218b57d5598ece791ac0de0c5c7a7a40eb0ea4f99acec10 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png new file mode 100644 index 000000000..72aa01eee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd97bcf8f8d4a3fc0af61ce352b49dd57c605568020bc249038dc9727145fb8 +size 7462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png.meta new file mode 100644 index 000000000..8bd576f87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc837158808b4cf087420d951ba0ba9fbfa3895341ad2a61d493090df4bca390 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png new file mode 100644 index 000000000..b23d82831 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7e976ae8b69f9db400c59d306be09b778d3d818b798fa03acc44286f13aa5a +size 5944 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png.meta new file mode 100644 index 000000000..072fe2b5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ball_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b8240e82b70e1bdfea402c42d14b075611f44519df87902cfcb2bf9ec7ad19 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png new file mode 100644 index 000000000..377046ab1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f417c32837aeaffccfa775b167e04a8ccebe328b940a9f6faee8e77b7b1eef8 +size 6020 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png.meta new file mode 100644 index 000000000..54ae96798 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885c16bdca9dda64317d906331960f1177ea5081295ae6da67b34b0e84b8399e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png new file mode 100644 index 000000000..1d6fcc208 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d3442fa735fc9e4cebb3e841e2076df10d387cf561fac043a5c36d097fbbf8 +size 5275 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png.meta new file mode 100644 index 000000000..e4d1e1a59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8172dac227b35d518cfdb94b1c7c9aaf0699cb76c4e29abf99ba2cb1fb03ac3d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png new file mode 100644 index 000000000..ed6c20852 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb9040454e2ffa62956302ef981219d93a06049db959173295000502d7b347e +size 6179 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png.meta new file mode 100644 index 000000000..1fec3b735 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9075d5483be48cde5d1ddef6824fc5c94be0048dcba276d9ab8bd2c434ca4e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png new file mode 100644 index 000000000..ed776ce55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfec553ac90803ce0febd023cd2aa7179853683d11463858b8e245eefd616eb +size 3444 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png.meta new file mode 100644 index 000000000..0794d6758 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c867c745ca9ec89a338ebb97eebc0c0ce7de918375c8f4eddcdbe204c6c812c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png new file mode 100644 index 000000000..01e6d1ae8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f4270140dee9bdfe0b4a4d678a2391333b0190392d6eb3609ea25f5f8650b0 +size 3700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png.meta new file mode 100644 index 000000000..fd0a227b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb697def026df8c4c8ab5762c7308f29bc0d316a69b36233a0841a78427c11a +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png new file mode 100644 index 000000000..54bd6cf1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d558e6b2a274025eee3d5bd4f98ed69dc796a1dd368075b666334331f12092 +size 3350 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png.meta new file mode 100644 index 000000000..7e19d2db1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e2a2ab67126e9f31518177b1399b809a9d58a3bc22fb003d06f7184d2df59d +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png new file mode 100644 index 000000000..6116ca7fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bf073c308bb8420fc7cf99f58d85875765fdf1038f8d8f42d32f272f4bad1d +size 4872 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png.meta new file mode 100644 index 000000000..9cc80a8d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battery_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d6044dcd427ab987113caeb8bf353fd746476f54e543379e960a0294e33df1 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png new file mode 100644 index 000000000..4abbcd2a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfd05d728c6d3cf2b099e22680c32981f84fe0657902a131b0615612fa9ab1b +size 6438 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png.meta new file mode 100644 index 000000000..1bd15707e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589f43a3574946e4f326aa4b2faa4a4359701bc20d94799e94f5a421381b1ea3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png new file mode 100644 index 000000000..b793f2a6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bdc83ae72a35442e8d3c9bac63a4e769c150ca0c704f40917f56aac3ccf916 +size 7090 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png.meta new file mode 100644 index 000000000..6be4f77fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3e119229500b4a8ce8b01848df72ea2830cc9a1f647a45b3286a9b3151fcaa +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png new file mode 100644 index 000000000..24748ba84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993a9cdee3bc67b39469d36c311d5e2aeab620467cf8db07f1e5dad49afbf816 +size 7413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png.meta new file mode 100644 index 000000000..eab7c0b54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bell_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a858294452e7a64663f230c43e89d930aa428f901026b6a9051cbfe52fbc44cb +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png new file mode 100644 index 000000000..6c113352a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0429c01c10ffdb2e79978dc84a29e0933c68a7093f7b0fe3707b916e812516ea +size 5055 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png.meta new file mode 100644 index 000000000..5b50cfbaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e85231c87ed0139385a87f5c38ef588ed068ae6d1de78320d3590fce1bae9c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png new file mode 100644 index 000000000..ab03d1e90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411fab47a1c44d64579d6b4da65d68517995268fcc9bc42b2201a40083d8d444 +size 6854 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png.meta new file mode 100644 index 000000000..211ec6a7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Blackhole.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5ddb728dbb990cc5fcb6bf13d6df8d6b32668e0fce3a2bb6df211fd8d9e641 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png new file mode 100644 index 000000000..5fbf70a3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c196eeb5b4c5b61ccf9b71183763c93030a35cef21ca782403617469879add +size 6629 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png.meta new file mode 100644 index 000000000..d010067a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b0bd4e237cc4ec9d5462f68095af819c9ec2175da8ceb85b3efe0ee3de3f85 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png new file mode 100644 index 000000000..9d3e16a42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac0885e0c7ab087843e9d90bba144a824990dcf0636e26486cd5b57ea06ee06 +size 4485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png.meta new file mode 100644 index 000000000..b2bcb2528 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Block_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce28c8b34575355bcaf7ce2636c37fd09c9ce8fcc76c6911836abf2cd551ee5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png new file mode 100644 index 000000000..40736cb72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5720df906fdb92b6d04844ec483f465a2377160016cec5c220c51299762ffeb2 +size 4747 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png.meta new file mode 100644 index 000000000..15989db42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceb143b8f3f2f89fef1a29b0499f8f1faa3a48fcd136dd8e152b39c787ff1fc +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png new file mode 100644 index 000000000..4e3f5a2d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c125d8fde2dc8193acb313de52e28a357e2a67b0f2a8412b2ea92e9898f14e82 +size 6310 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png.meta new file mode 100644 index 000000000..89b4f4c2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Book_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00abf43a0fe8f9109de987dd4e7013345693a645cd2aa12775e7636cf11e9f29 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png new file mode 100644 index 000000000..e180407d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c038fba8e01be5531330548cc16ab9c5ef454be51879b9e4c95f970a1be1af4e +size 4025 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png.meta new file mode 100644 index 000000000..c9286477f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87589877e76a6e15f924493f7040f7c8172ebe636af81c8e2e27876e77b9b649 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png new file mode 100644 index 000000000..f0d684010 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb55f1eba3074964b5e8a032d7a20d635cca8836b22d64723739f766075c22b7 +size 6403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png.meta new file mode 100644 index 000000000..746744f87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bookmark_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbd8b4c8d4c27e23cac525190180584410dfd13f12107b1397cec271ac2ba31 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png new file mode 100644 index 000000000..0becedd5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fdb05079b9b1d705215f20978e4c5d83df20d816b3fbc7510711877c99fa89 +size 5305 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png.meta new file mode 100644 index 000000000..7ca8b7413 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e253c07019d0936ba533d518c69daf1ebe3b7b07520346c73bf2e50c8aaa2f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png new file mode 100644 index 000000000..7bb76b924 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29741c29431d79e39ec354c98ff3fa7a948d0b7491031713204c3a1cc064aaeb +size 6822 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png.meta new file mode 100644 index 000000000..100834e67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boot_Fly.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9947d334ef5746233972fb89fcce3fb83e490e6b31c68781da427d15051d43 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png new file mode 100644 index 000000000..e2e61bda3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9c574ac7653f5978f122ec371801b1c69f191653193dafd935bda22c7be5cf +size 6005 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png.meta new file mode 100644 index 000000000..ff4601aed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Boss.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d4a92be9d9717ab47b5a5395d689414ab43b9cf9fffbb36edaa967f998cf2a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png new file mode 100644 index 000000000..6c767a842 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45731a603fb735df3a415a070d240b660804363e697f4685818ad80da60f71e1 +size 5610 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png.meta new file mode 100644 index 000000000..2f31b836f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea2cbe6ba8cf00aa533453e503c49f78c9b6b21ceb0f533924de94719034fe7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png new file mode 100644 index 000000000..1154e411b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45714a7cf87ecb1e4c7bbaefb197b3ca6248adcf652ad0f8261e596f5f90a95 +size 5380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png.meta new file mode 100644 index 000000000..cd82a4850 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Bulb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320cdbe9b21a7bce2dba8f7e1e27cbc3d5db9f2a7105d9b1a960b19ab68e26d3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png new file mode 100644 index 000000000..ed9c4398d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7b82002f086877fab5d284e46fd770064161c5c8b173dd62e46720da4829fd +size 5229 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png.meta new file mode 100644 index 000000000..b93fee160 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cactus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0f72b927e455f4d15342dfa78ec905d5944d105dbe3c3c4cb6a85080193a5a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png new file mode 100644 index 000000000..fbd3ac237 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8229bd641bd21ae53571f5f58df3382e8fe31e66c4b5837e7c340750c594401 +size 4218 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png.meta new file mode 100644 index 000000000..416b49588 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Calendar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1905d44dc776b85b7afc0abc05d7e7eb4bccde076d4d622da31f6773aa182c8 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png new file mode 100644 index 000000000..52ec03cea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbd870c658f7b87c0512f5363b992b734b5de5be7a4cba0e8f6ebde436df301 +size 6084 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png.meta new file mode 100644 index 000000000..f46616aac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Camera.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398ce2c00c836e37677588d5151c0a32a612226357151bfea0d72008d5e816f7 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png new file mode 100644 index 000000000..21d403ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a9a3035e16c98511d9c1c88dcb21bbbc03cf24865993a3591dea1b3e0936ad +size 4666 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png.meta new file mode 100644 index 000000000..18e8523a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Candle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e595e17f28618e0ae0b719f8971d47dc13e018b41db3a764a1e162d297ed52 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png new file mode 100644 index 000000000..5820858ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8317154536aa5392ec7cf66f474c67b3c5eacbb55ba55588439dc89f1ed2a20 +size 6724 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png.meta new file mode 100644 index 000000000..4ffc22c8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Card.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ae57f28fb1a4a51aa99667ade72684bf71bf3229626d9e6b1feb91ac1bfc9f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png new file mode 100644 index 000000000..ff590b8d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c9bac09108011d7d55b60cf60dd26e99d3bba02c79b524801953fb6bea41a0 +size 5199 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png.meta new file mode 100644 index 000000000..aa2327765 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c896b1395b947145856218e958047b0e0f521758c242f6b5d96e7769dc847a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png new file mode 100644 index 000000000..e54c4589d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742012d86c600cc13bae335a3f0fd70265296dcf99cac6f6a7d91ca82220d3c +size 6533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png.meta new file mode 100644 index 000000000..671a97b3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Castle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcd33c0b467cc298dff480c1db1e66609d572e2951cd2efaac36d3ea354d78 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png new file mode 100644 index 000000000..06e15a6b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8172c5e0e9de7f391ee17942f793e1c56c52ac1c2fe066fd3875aeed7c922e44 +size 5394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png.meta new file mode 100644 index 000000000..2e88f2908 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Caution.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0ef0bf37f484b5e12301eb8015a605346f9f8dbce0ea96be8d83964c0c2f78 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png new file mode 100644 index 000000000..34d2c494f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8d41372074c841eecd470758fdf78809976a1d97cf44f87c87bb896126004a +size 4951 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png.meta new file mode 100644 index 000000000..57782a9ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0a10b912bd73a513199c633c4fd9c266e69c318e013f0ad26439f3ebe5127a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png new file mode 100644 index 000000000..93ea38131 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f345c751b32b99ba128054092192bf8acb0f9404635362784e94040588eaa524 +size 4609 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png.meta new file mode 100644 index 000000000..6c7ce475e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_King.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf07d39227474253e9dabfe6967aa7918b34a96a6ffb4ad011d8c230e3a08b6 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png new file mode 100644 index 000000000..413370a60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601e6e62b3a169a1f9657f6d4cbbd765213148a1b983a893bc96e6bc826b5ef8 +size 4566 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png.meta new file mode 100644 index 000000000..67908e80f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Knight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b83da9a34079d2c0156c802e6b9fe9d1a309f6db1aacbed841eb80f101f78ea +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png new file mode 100644 index 000000000..ffb6b7671 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7e30c7559ee14d7d20892b68d38aac65ef94231b9d6f89fbaa2e608c7c977a +size 4546 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png.meta new file mode 100644 index 000000000..2e62cd8c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Pawn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49f40fd416eacf8c0abe97aa679e44d1f09892fc70a7d502aa4387d681c8f58 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png new file mode 100644 index 000000000..1691916ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4903faa6080cfe0e2d2a9f5b72d4cb6afeb89cee964a7670843be2fe8cb7be3d +size 4781 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png.meta new file mode 100644 index 000000000..c986dd306 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Queen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce120450f52600dacebcebe08d8c1f8b454e6f719fd1ba7fc6e3e0fab90e9fb +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png new file mode 100644 index 000000000..efe03917a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e1be2e9df7f757e8e3c600a19ac05f69343afbe615f3f4ca773386050b6308 +size 4063 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png.meta new file mode 100644 index 000000000..9e718d8c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chess_Rock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a489ec79be939fe28a46ab78b18dc1bbe2015247b0decbe038a80eb8ce055a +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png new file mode 100644 index 000000000..c0bcd8afd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558b79c638e83d412d6be53b331b024de923d1bbff0b48aca0f847bacd33ecde +size 4787 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png.meta new file mode 100644 index 000000000..a12fe9381 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c111e69191e118a12977f14a17d48fa7ce6919a22ad8e2f55a69b5700f069e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png new file mode 100644 index 000000000..0158a93d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10203b2ef73435cd798fe31f8558ff18120d7f2cb7c6ecc4d028e79b51f336d +size 5991 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png.meta new file mode 100644 index 000000000..72501e64d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Chest_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2e7ce62fbe99d25d1f81ae41c2b9e4cae3fe9b7147213c547e507ea7dc59cb +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png new file mode 100644 index 000000000..156cfbee1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4524b47b9ae846d746695bae9f9a928d8841674c4547d886eb9364b38954491a +size 5039 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png.meta new file mode 100644 index 000000000..29f092403 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Cloth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e42dc66d1c7c2adb5a5da0adc42514357f7f061554f66baa748ce7b0b548aa +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png new file mode 100644 index 000000000..615a6fa91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bad9da0fde7eeb1e67f329abd12b35e980758a4ae7f3bb972037ec79037a5c6 +size 6154 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png.meta new file mode 100644 index 000000000..162cf4f05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc70e4869f2119a5bcdf521b0143a323e68048b3ec16fdb0ec5ccd1f8d4a23b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png new file mode 100644 index 000000000..e661a85db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383553edb4ece82011b7643aaecb69c7521177d5d43c7b9ecf240095d075c369 +size 6534 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png.meta new file mode 100644 index 000000000..2614d81e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2325e6afc5f6d6d9e2aa6690c989ad08871698a13b37dd09e47a919d16daf3e7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png new file mode 100644 index 000000000..ae7c2db99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f192ab6f890b60bc1f055c99c6080ffa0a3d26697ae6d621d35fb9917faabd8f +size 8471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png.meta new file mode 100644 index 000000000..5ffb450df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0542b2a558ec10a074be464cfff4aad3bad2f778a51e5d37103f6ff0a556d08f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png new file mode 100644 index 000000000..4903ecb2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f03012dcf41df9e76f7395903ab85c10c40a573a2e4c0c410ea8661bc0d6313 +size 9241 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png.meta new file mode 100644 index 000000000..3458f7f0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358a81d88226b0edd3f86f6329c0213dc5a3f344a2cc0f4d7e1b4482c47990fc +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png new file mode 100644 index 000000000..29ef42cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a8d1be85c4f0ea4434e698eee8915b21dbf1c32a60b9ca54d9749b8ef86beb +size 8726 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png.meta new file mode 100644 index 000000000..abb0a8bc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coin_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39935a39d1df069169c531ddb5628bd1e1e0edeed486385ecdd3729dd12c4435 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png new file mode 100644 index 000000000..1da4e1eab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bc3cd65b8adf90284fdd488d0f322ff4426410254d8bffe8e6fcb887289f4f +size 6744 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png.meta new file mode 100644 index 000000000..0291dea1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff91eee8994759771f75e9b81a06337f70dd02d9eee5c4b7e99051958482e0c5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png new file mode 100644 index 000000000..5b67aa2b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dbe48d44a405567972adaa02e5e0867c1aecfe8c2c10519fd9e805c949551a +size 6150 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png.meta new file mode 100644 index 000000000..0a42228ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Confirm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a93dbf72523f1888a5e28c14b0a66855ce31aae8de0a3860fdeba4150eea6d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png new file mode 100644 index 000000000..9541049c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec63bac63f96a6ac03689dadee1d3c640ed98d120ae27fbf98128e9e5d26c9f +size 4090 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png.meta new file mode 100644 index 000000000..822efe65b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Connect.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99436dc8937032fc2cc498b23eff84f6f94db041f2c736d20ed622fc387060ab +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png new file mode 100644 index 000000000..ce87233bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f71f84e531ccf29b8f8293995b280082331bba0eb7f22a3154bc3433bb652f +size 5355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png.meta new file mode 100644 index 000000000..0291be824 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc13bc35e928a3d018ae722f2da7cf50ef51afa7e34151e8cad58390838feef +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png new file mode 100644 index 000000000..6edda7600 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3c55592ec8990211aaabc9c57274c156153c09ce29945056f40be2b19ecf6d +size 3386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png.meta new file mode 100644 index 000000000..e1a95ac89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Pause.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16153390f86f2fd83dc729befb7c1a48096e954e78d52e71f6aca752a749b859 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png new file mode 100644 index 000000000..4dc873bf3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77d8bc60330ddc0c64c5356ea54cac1bb626a5a1710c187a9521e9f845e9b75 +size 4456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png.meta new file mode 100644 index 000000000..2109d8a9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Play.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9656e9a7e783bce955ec24a8cdbcaf5230077a5f5ffe382f85cf42282999bf9c +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png new file mode 100644 index 000000000..247755885 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cadab96fe81b0715b787adff770a9f4cabe116dc4f4cfadba1939dadbbfb7c2 +size 5508 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png.meta new file mode 100644 index 000000000..6c454ee55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f92e7bfc2b9b1e0b9a33a5223592b6bb067d7e3786ea7021739bb123124f76 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png new file mode 100644 index 000000000..89650def1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6044a5a102ebd6b5ad1ace00d1cfc26ea55e0806db9c0a69e009a510da99cc +size 3215 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png.meta new file mode 100644 index 000000000..e20d400bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Control_Stop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b50fb1ebe64f17b215f590abe4b0b02f98b683432c9b4cc9ccee05524725ff +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png new file mode 100644 index 000000000..3107f215c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b48e24cc8e6f9ad0fd46c3e674b4e2d94a4ee7bac53da068683b66b42316c4 +size 3499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png.meta new file mode 100644 index 000000000..71f150401 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Copy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2253ae42aac0741f6bb32a2bfe58d7603a892b2f11d754b78fc5bbaa8bf314f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png new file mode 100644 index 000000000..44ece0f39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e48fb305aebf48696867f03ee7298f754ccd17feab06e7a48492c64eb77721 +size 4350 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png.meta new file mode 100644 index 000000000..f812c78bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Coupon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4077f8b0ca29d8c971d3aa6b5fcf569842931009c9e9e84f1fb8d6ae040157fd +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png new file mode 100644 index 000000000..3d9dfbd3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a63b9c5d47d183d71109f4ef5153c56b9565100a190e6f932eb04d23c736ef3 +size 6002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png.meta new file mode 100644 index 000000000..bee239d86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Critical.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e17b96d0029a18425b7c82e3c1b8453f4598cb4f45f5fa9210fbc50189784c7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png new file mode 100644 index 000000000..479ae1537 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be72354a670b0bc188243f2797a93484db1a6c00d860c0d94bd53ae41d2d2ce +size 6247 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png.meta new file mode 100644 index 000000000..17e06ba2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff64f172a0feb32d59d7ea7cca434bd72ae6212ef46868a95f0dafab8065dc8 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png new file mode 100644 index 000000000..6d7508248 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077fde5d7b2456f7c04358f247e1d8a36d8316d06663f9098a6c3bb89fd4fbe0 +size 7115 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png.meta new file mode 100644 index 000000000..7eb8276ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Crystal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415fe6dc4d5e7ad5e6cfa673ee4d9d4688612927e870b48228430180f21daade +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png new file mode 100644 index 000000000..f65ccb9de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4922623d100dc37339708b873020d892fe0f4bdcc9b6311edc1bb1496c5a8ca3 +size 4975 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png.meta new file mode 100644 index 000000000..5dcf968a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c27dc9db470cf5283d1f47852a000585cae26f555edf4dfc531061c901ce146 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png new file mode 100644 index 000000000..bc1a480bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7e6434814f7d830d63f4db47ef765809fbbe822809b4d3ee47351630fa5ff9 +size 5962 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png.meta new file mode 100644 index 000000000..c1ace520f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Debug.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89265fe220c7511b67fe98cfa66448bc88043e59ab9e6c96d843df19479aa31b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png new file mode 100644 index 000000000..2d1ba9954 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a9c105c50374244ee83c13f7a3553021f8dcbb1ea5fdad555eb76af73a402a +size 5007 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png.meta new file mode 100644 index 000000000..c232cb5f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1cca7b8368e82af70f5bcf472aea5317dffd2dd1c40fc3b354ad3a675906d7 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png new file mode 100644 index 000000000..3cfea3a28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af26c589aa6d44d57b6efe3647ee7890538ff7ca1a7194619ccebc8a5279fc7 +size 6450 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png.meta new file mode 100644 index 000000000..cc09e52eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Defense_Weak.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59552d59b0e8b460d5231e59dbc73857ecf8e08aa1993b335e86a8614b9fee03 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png new file mode 100644 index 000000000..0469d1305 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e007bf8fd4b889d18f9ef195f325384e7f028da121b1d17375dd71acaee6ab46 +size 3967 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png.meta new file mode 100644 index 000000000..0eb4b20c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Detail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3467c98565fbab6c555c9c49b65b82f8d9d8d47a334a93f84299c31f9ec3a7a1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png new file mode 100644 index 000000000..b4a0629f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22f74c76f2dc629a03ae6b56009fa93161d40b8bdb122b8aa00962bd73165da +size 7592 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png.meta new file mode 100644 index 000000000..624079026 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e8fb3221d503cb6db8018daac253aaeb9073c97d0105c66298d3831858b99d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png new file mode 100644 index 000000000..db69da1aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5acff8c4bb4d7d0d32544ec1eec389dd89953e8985ab018611a63f3aad52d2 +size 5684 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png.meta new file mode 100644 index 000000000..f2625f43c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dig.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca18fd3ad91e6983d82abeaecf2fb63600715794dc56721ba2e7dd7336989d54 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png new file mode 100644 index 000000000..50cc4dcd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7fc80ef407ddf14cac37c474f184b1cfa2eb0961fc8c44eb38e1075681ef72 +size 5752 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png.meta new file mode 100644 index 000000000..12fa8baed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direct.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1da25ba3a90f8662a8c96b56bc9107311549a260f790d728c00bb0d3b69da75 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png new file mode 100644 index 000000000..c32010ae5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0af4c444a5f9433238b45ebcf7301cf09c4e27f84501e559ec185085c0b3303 +size 6197 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png.meta new file mode 100644 index 000000000..3871e459e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Direction.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2010a16b96877db4208f6587819a32895dd6cd99a2fc2b7f2e3176090c9baca2 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png new file mode 100644 index 000000000..70944f596 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5684ae1468bd25cd877f3ede6effe66cea64e7319ac63fad9c48c6c57574f0e +size 4366 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png.meta new file mode 100644 index 000000000..c23ca3b62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Dislike.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffeb5c4f1826dc6b978658a9def71a3ac04cb68368825718b4289377cbbb048 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png new file mode 100644 index 000000000..74ef3da79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a1534da186f27f7040d64ce715cc28b793dea4cc7864e4313f6f61c6d3f123 +size 3892 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png.meta new file mode 100644 index 000000000..1af4db5fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Display.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4167f0a9eeaf521b13ca48e7e946ef8e324bdec4bddb5e26e1f17052c3c2ad8b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png new file mode 100644 index 000000000..1cf72fdc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b127ed9b7a10a7a3e105b95362b6248ed8b843f040032e881fb40ea7697004 +size 5418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png.meta new file mode 100644 index 000000000..56a8e17a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Documnet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84e133c4385d3918ef31b0621d542d997f82a0295b00467acb4833182305760 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png new file mode 100644 index 000000000..b2214fe58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333b88a864b177d3eea2f24489f9befdf7a66fe8380e21d44092ae7d1c8a4cbb +size 6576 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png.meta new file mode 100644 index 000000000..471d5c861 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Door.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f59b3a29a721cc43e78152991c83497e41a546c6125928c2b6788fe5cf9599 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png new file mode 100644 index 000000000..135595a4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b7d023648ca8d135bd3f972971bd737b7aaaf141bfcc9caacedf724c82f938 +size 4167 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png.meta new file mode 100644 index 000000000..30e1e83b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Download.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0babdda2d0af9e1f7afdc4261d7ba87b6dc5727ccb772928e806fedfe59f01ff +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png new file mode 100644 index 000000000..06daea958 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eeca20e3b1d9cd4403adf1530f35c4b0ca2c03122e163ad39ca57ab398ffeb +size 6801 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png.meta new file mode 100644 index 000000000..d11afa02f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Angry.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf731a2e674049e9196d800d618999cb6c40dc820357be7e7875c60f0879819 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png new file mode 100644 index 000000000..04c055d2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0702d01bb9244f39c68ef5d9e7c2555a1a944f8d8d2699747bc367af8b521b67 +size 7198 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png.meta new file mode 100644 index 000000000..f1739549d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Sad.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d891f7faf77b5896dc2b29e8de237ba1fc1ff8756b1132d9e1b901fb85a48c6 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png new file mode 100644 index 000000000..37854d0f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d841c7ca08bcdb1203ebfac78e7cf70ebc2549c830fc571f72a14f07f25846 +size 7042 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png.meta new file mode 100644 index 000000000..073360fc6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Smile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51654302925adce2fd0af5726be00ba4ab00e2fac1bca9efd43796a1baaf1bd +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png new file mode 100644 index 000000000..64875565e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfff7c9dfe7e932432a63b9816dd504ed9c5676c34f5be23c160ed898308ee8 +size 7128 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png.meta new file mode 100644 index 000000000..ca28ca1d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Emoji_Wow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806a5d366c7c63eea5e10a5e7cee8e7ec2cf87cd851aebd0f86fbee3d590db00 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png new file mode 100644 index 000000000..6a4641599 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539848d4f5ebc08660d0dc4290276949e1a465b58d305b702359b9668a89fd07 +size 4506 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png.meta new file mode 100644 index 000000000..380fbcaa5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Energy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01294c6ae3812bf5f5ee8e8c60847acc0f13aa01e2a33c5f79cbad7a51a27849 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png new file mode 100644 index 000000000..641b076c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe95607a159f63043889c543c25d386a4dfa2d7dc4d256f5420b21b882401a1 +size 5770 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png.meta new file mode 100644 index 000000000..93dff128c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Expand.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b36e75d511c3c20ebe44f673a7d0097044712339411a6605ab9d4cee442f75 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png new file mode 100644 index 000000000..a4bb29565 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb44b69c53add7ebd5886e32aa9d9e030b7cc653da5df1d0cea6a78658ecd71 +size 4407 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png.meta new file mode 100644 index 000000000..fe68c4b48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Export.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6213a7e12083f3e802d0e3f9056391fbfcb105515f0064bd5a463e422e6bd4ac +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png new file mode 100644 index 000000000..17e6bb3e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9d1776f0c9d714b97ed4fb72bbaceb1d98738bb9a949fb4d6e495d894cfa30 +size 7708 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png.meta new file mode 100644 index 000000000..e761ab73f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Eyeball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08a9c4e6aeaf98939666534cbecaab0173fbb2b9a5405cf410f5578356fae47 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png new file mode 100644 index 000000000..abd781002 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cc89031cc548a335ef10f13c95d73b46499edb7313981b2f3664a1d7520a8a +size 5849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png.meta new file mode 100644 index 000000000..09a60d17e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Feather.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa8320bd0ba50b6f83a8a1c74874b405693aef9264e678e398f906b4e5a7477 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png new file mode 100644 index 000000000..19512ebf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d96cbefa41c848db8664eab4b25f8cc03a7efdb3a9230b6661b6e2e7c444b1 +size 5452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png.meta new file mode 100644 index 000000000..3d2ee8fa2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Female.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5eae63392ab0f0f60747af6e780522220d1c040cab765c142ee33710925e6a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png new file mode 100644 index 000000000..873ee05ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc44ad0b681c6b4e0933180fa014456e27851718d670200d92f7d5bcb15579a3 +size 5462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png.meta new file mode 100644 index 000000000..9982adcd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3101faa29735c1316a173ed9b257a89cef280b29d607da83e209a4d29e6c7d9d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png new file mode 100644 index 000000000..cd81b4971 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df58fbb5cf3c5344f216e675906a48edcad64706a6d2b57690f066ea8bcb478 +size 7817 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png.meta new file mode 100644 index 000000000..33479ca4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcd3f087511cbf412580812daa564274c65c6cb1721e34b23744ef913188849 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png new file mode 100644 index 000000000..3870a3245 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c1c1e0e38ee4cb9927a25e5e6d703841eee94bcdbcfe08e96f0a0a8f71517b +size 3942 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png.meta new file mode 100644 index 000000000..d9ca8932a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Filter.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6701426c324b9914fe14501f4c8cb312f69ad5261d5b5d7ecb8334194578e1da +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png new file mode 100644 index 000000000..584fb3d2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158df471b7d718cec770d21ccc6acab21a92c48276355f68426cf6d7d0169cea +size 6198 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png.meta new file mode 100644 index 000000000..b1c4d7348 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fire.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37deaea82dc529286115d3879533c3301c723ddfa5ee7578742e2dd7a8e8b946 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png new file mode 100644 index 000000000..0e03a15f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6a2d85ef7545b83c32ebbaa5404f277ab3c8445e2f04a647c29df82f82cdbb +size 5221 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png.meta new file mode 100644 index 000000000..ce4bcc9df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Firm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b80ae8562c6f68288782d1024101d05896fe21b6ea5b826c5cffaa1c9f40d62 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png new file mode 100644 index 000000000..5a96b1ee9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1654f8935c2155a87cf8633e015394cb9c4852147fe60e50c4ae2d2aad3401 +size 6294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png.meta new file mode 100644 index 000000000..e9fd87e85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbb20ac40c74d62b080e1fdd5ab1a2ec5056cfdbb74c528ae598838b5741b4a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png new file mode 100644 index 000000000..4ef6b31c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55445af6a0bb9377f1f7a7216b6b68297bba5c61450f40f4ce452f525e4d5645 +size 6886 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png.meta new file mode 100644 index 000000000..9c79f6c47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fish_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f47093c5270dc480dbba4300c5f2765a9639972341d13a903cfb0f8a68c8f0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png new file mode 100644 index 000000000..567503da7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682770c284913b414e68a83006454795fe37efcb41c7b535e79872b3bd9c6502 +size 5073 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png.meta new file mode 100644 index 000000000..71ea9c0ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fist.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a6f2fcd9f931541087b379e25092c4ef1fbec61a2f620dfd1782d3e62b815f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png new file mode 100644 index 000000000..9ddad267f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35339fe0fbe50d1cf2d4e54d3cb373439ca02fcb357332ec1d5fa8e631f8fad0 +size 5144 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png.meta new file mode 100644 index 000000000..ecc4c612c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Fix.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af89305963daaf903dfbf17e380163eeaad16bd9c136b679716e610042e865d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png new file mode 100644 index 000000000..95565f623 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16e6ebed2b77ea2139e9374b95c0124e193f0109a03a04bdadd7e6a4559d9b4 +size 5793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png.meta new file mode 100644 index 000000000..9945e8e33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad38db5bdb7e544a9f23f77c8f2616466f89d71667a0e39672bb9f23c39b9663 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png new file mode 100644 index 000000000..d3cf07e45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d969ee588387abb4353a03d4c067c0ffa657c9729b17d355390a76d5958e0e +size 5387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png.meta new file mode 100644 index 000000000..76bd72378 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flag_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47be5eec7777dd0b45ae6a0599aec73a26ad6795fa792661ee2660a88a4204b8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png new file mode 100644 index 000000000..fcad4ccbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225a1040607865222b736fd806066f7e2f7f077b8b456db048515253d173ef34 +size 6444 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png.meta new file mode 100644 index 000000000..8aaba3444 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Flower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f56237ebc49ce91ebc9d67c5f5999b2f38aafb75d019ef3087c661cbf04ed0d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png new file mode 100644 index 000000000..1cd1afc60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec78759f91bd45a3064c9198761546fa37abb9b0bf717d13069f57014ea2874 +size 8208 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png.meta new file mode 100644 index 000000000..1ffe133a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Focus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d43dcd3b100740b45602471cc67f0dcaa6df0426901b8c736aa4422004d252 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png new file mode 100644 index 000000000..a51b75c0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccbbe6e8f67c0197e4b32c8ded3bf8cfd3259d6149124fdfba697a7fab71bf9 +size 4455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png.meta new file mode 100644 index 000000000..0ab9c78d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Folder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565c1bbbf98e98eec887c070e12fcdd6cc2e247cc4b703d2d2b540b39b5526b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png new file mode 100644 index 000000000..9b3deaabe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78ced39f14d91410c55ae483be1ed4d6f38dc87af94a6ff28136da16e76b93a +size 5848 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png.meta new file mode 100644 index 000000000..94eeeb5a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Friend_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099d547faa5df3be25a9b8eb4d6651f38c67128f58dc3fb58731f9d15464b86e +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png new file mode 100644 index 000000000..937cb4eae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761c819d1f157c9e55044ad05c30141c4412379541af91bd5416d90afff0dfbe +size 5880 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png.meta new file mode 100644 index 000000000..09ba4b049 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gacha_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7605aed7e6efecd4d02617dad9d8ffb45e8faa2090c735e2555ac817caed9620 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png new file mode 100644 index 000000000..162d509c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b3f504b277f479359a1cef0bedb4a7103082d4f09fa4fd1bb02227b6943b5f +size 6183 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png.meta new file mode 100644 index 000000000..5cdcef163 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Game.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41985ec4e21c3f31688f9189db243be413e6a6908c793347519b755e708b7559 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png new file mode 100644 index 000000000..e5fd221db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82e09ab753fab209fc0021bc9e569ff5bb952654e1e0df44f6a63a7e442ea37 +size 6941 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png.meta new file mode 100644 index 000000000..dc98296f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gear.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcc3a541b98760297b975216c63ed08d9d63f9006c727634b3298dbba1eb410 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png new file mode 100644 index 000000000..cd7b44296 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b21ff07314f7195230521b6b7d09653ba9a93801d7c4e3f60ee826dc5ad757 +size 7191 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png.meta new file mode 100644 index 000000000..4640bddf0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Diamond.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5e474f73a8e5d2802ee479428309d650cfb4e64a830778e77c005024242ad0 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png new file mode 100644 index 000000000..32f6bd7e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8269f2a8af001537a248434157b131f9ef3d95c4aed1e09dc05cf2bf0ea5a31d +size 6657 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png.meta new file mode 100644 index 000000000..26eaaadad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Hexagon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1eb64e1978e5f7b8cdff60d035d83ee1862ca38d3a4c3fb6b9e2bcd79f7f79 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png new file mode 100644 index 000000000..d9f0625bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe5d89b62412a88ca7417bee150daddd8c95ce15f3096ae245ac31d34614ed9 +size 7525 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png.meta new file mode 100644 index 000000000..cbe4dbcea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Rhombus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0afc18371cc057000478d66cab631570fc6f990dfdd82861632d4ac9ebd067 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png new file mode 100644 index 000000000..b6902e788 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63322a18c9b34aa401fa8279ac8fa74b40808d188f6be7fdc3aa08a4f95979f8 +size 7078 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png.meta new file mode 100644 index 000000000..e3fd2f901 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gem_Triangle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43daad56a62f9bcb178fdb847052074e90e38b68d613044955d745fe0ae1950 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png new file mode 100644 index 000000000..0d5561c0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5314cf2c715593ddeab465d160bb935894d68c3d7a5b1120455da74855eea2f +size 4588 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png.meta new file mode 100644 index 000000000..02073e9da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f8980d64e80d072fa8aa6c44ab224da893c10209d3b9974717c88012a28acc +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png new file mode 100644 index 000000000..f66fd0bce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac14db876e11a394a2d034fc67007797679755560e6f852d5c3cc250a88f0620 +size 6978 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png.meta new file mode 100644 index 000000000..9e737e196 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Globe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fb92bd8f384155224042b83d3cef50a9e8e9ae4570da5198da603076ddd646 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png new file mode 100644 index 000000000..5f21d7e07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19cbf6091cd4f32be11ac6355393fe71aa0f25d922ab69e650d9efb3777f493 +size 5452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png.meta new file mode 100644 index 000000000..8b87f6d6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Glove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308cccade40eb4dc9a309b8ba47c25a167bcb7277ce7de02aa62d6d477dfafd9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png new file mode 100644 index 000000000..b415eaeac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a69cbbcfef538ce1f87476de7e94f8d95823528afd5b653b2a6733d5e26060 +size 8455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png.meta new file mode 100644 index 000000000..1536d0504 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Goal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511cce97fd0311ed66cea942fa04c9f3d081d7f226a9338f61870f7d8c48a1e4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png new file mode 100644 index 000000000..8f97d2517 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0164f842c9ff839f0715aa3f40fd9527b7669ef5e9d6846950cfe684eddb241e +size 5687 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png.meta new file mode 100644 index 000000000..62451584f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407e4afee2ac88a592299ae92ea64cbf4de8e2e6015b72b2ebc1a4d50f04bd04 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png new file mode 100644 index 000000000..9461cd8fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86263f5aa8f39d36757977e1f315cd97ab7243f908dc99c4cc9b6730909c3947 +size 5230 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png.meta new file mode 100644 index 000000000..a45f04244 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Gun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633116011a755589761b097168590d47fdb8e45da18dae5b9fbf8a187672d2c4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png new file mode 100644 index 000000000..960c939ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16014d3dedea1d0848b2020014a19f1e859997c3142b0899043f0c4812cf11ef +size 5663 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png.meta new file mode 100644 index 000000000..1d4217725 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aeb23dcf353276c6e6f1a40e29b77a269f3c8ef77e1610067dd5ba1321ba6fc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png new file mode 100644 index 000000000..867c074a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9131f9ed4c7acd2c5b659bd31d09a14886a3f3fce162505e605cd7fd12b97155 +size 6882 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png.meta new file mode 100644 index 000000000..e9e85dacf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Haptic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1d4f38bdbf9e6838578bc84de3d546d19f882e045e492871275362bfeb8434 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png new file mode 100644 index 000000000..1d05cde07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a3e2e783e68d1356c401044e8b86bb8f98a10007dcff7333020ac0f8728668 +size 6171 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png.meta new file mode 100644 index 000000000..7c5f30970 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hatchet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652749c7495b57def9c814442ef19b29f34e7b2dd64960946cb6ad5581a827ea +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png new file mode 100644 index 000000000..def5589ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896d7565e80e54ac722b890f3dadfa11ee2b78cc29fd6744bba4bd2e41a4edd8 +size 5528 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png.meta new file mode 100644 index 000000000..905862bd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b791dbe38ee0e5e89aa0eb9acc6b36643f51d5c417ff339bc4a0d05fd11b470 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png new file mode 100644 index 000000000..78536fe62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c42b74e697f7102017839522364d9a5c028c2fe9c0dddb623ae7cb8b217051 +size 6103 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png.meta new file mode 100644 index 000000000..c1f1ec039 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c15ca59d0ecc18601b2e68027909c68b88b017e2a574c5a4878e335e082db3d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png new file mode 100644 index 000000000..13e996787 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add2a5eabe4dadbd58422be5924a1f7c9765e103a17bc32ab6d5d69548b669dd +size 6129 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png.meta new file mode 100644 index 000000000..92a453bcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Help.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a672dcfa34b33894d295598a415cd2c5cf1822f85ee0beb5246032a49a24cd4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png new file mode 100644 index 000000000..fb807cb6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85606ffd7bdc6053f4286366f712a6aa01d47a03d6057ace87775f3306ff7c6 +size 7190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png.meta new file mode 100644 index 000000000..18a7727dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4544b8f045d1fc8fa6a2b1fc735ae84c20abc5ccc087127089cd17ecee11382 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png new file mode 100644 index 000000000..708c062ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec0e5982cc61d5e0a356024a25b383394446bec9cc409c88128b0eb37c4250c +size 6756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png.meta new file mode 100644 index 000000000..7cc225656 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_History.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eb911ade337302e3a302cc689f76c30025a196f17e03b5309997fe71443e98 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png new file mode 100644 index 000000000..602fce1e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50df713b5cb56cd6b9054ec9b93f107c636d1ecb3618bb8991f440026ff474a +size 3805 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png.meta new file mode 100644 index 000000000..abb27f9c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6d04a376e1a84f261d7f4285e89e97b8435959c04f685865e09cb03a82fb20 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png new file mode 100644 index 000000000..822ed244b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b5682b34bf16bf90c8655fe3cbde6bc4d980ae79aa5d256138e875800f4f12 +size 4237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png.meta new file mode 100644 index 000000000..984e3dd97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Home_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c332205cae3b18f806a5e4bb169f560edad732f40c6786b1c3f4d713e03f06 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png new file mode 100644 index 000000000..f32a4a28c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb623190e1fdbc745368696cfece8e4672dd059636e9b3b18774618c7f740bb1 +size 5896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png.meta new file mode 100644 index 000000000..20fcdc469 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Horseshoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3c15b5cbc4062a922e75c15d8341aaafece9f57782ccb749c872e7d89c9317 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png new file mode 100644 index 000000000..98edc05f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca0a62aaf179a789b28cc098ab55ca9cbbbc7de3eab0410acd0361f6e12df14 +size 6153 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png.meta new file mode 100644 index 000000000..6034fb50c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa6c77b9b8ed9631caab291294850e6064c4bcb83add7452acf4b15a6110d75 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png new file mode 100644 index 000000000..22fe710c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0ae14e91958a883554d5ea90106bd752c2583a1eac8f07109bed98ee024426 +size 5626 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png.meta new file mode 100644 index 000000000..c0a572ae4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Info.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fa11710295d008f773a62ebac3188d1b7484aafac122e78d4f3de0bf751629 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png new file mode 100644 index 000000000..5f891da92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a88f404920aafcf85ada7b5cef4fc96a9e03c78c1f3c4b6f0440258ca5f85e +size 4836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png.meta new file mode 100644 index 000000000..4ff536d41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Invert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aedd8b9998ba7fb61a2e96dbdc17214bb33af552c86618ec57fa99bb9e918a9 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png new file mode 100644 index 000000000..ecf0336f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de61034c8dad158b4716b292008c7e81b07a9d111cec7b93e369bef8fa66117 +size 4110 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png.meta new file mode 100644 index 000000000..32d95bd35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Joystick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a80c4ee35d1f27ee6b720ff092f42fcf48724a77ecde2341837a74c07ce7e9 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png new file mode 100644 index 000000000..e525bc162 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6849ed58c6e9071fa36750debd6139f7046e8a61035aed37651821a0a62101cb +size 5237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png.meta new file mode 100644 index 000000000..f72a85475 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bdce7ffd8cabe4ba605bf2391ff207f9d70fad50df621508741efee22ac990 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png new file mode 100644 index 000000000..70125bdf7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670fecdfb145bba5cea1b3256b0c94437aed8f0d0e5d123ea720f920fd17cc28 +size 5402 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png.meta new file mode 100644 index 000000000..61d433e02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Key_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c88fc8008076bc9cf226aed0b3cf011ea3e6d56cc7dcec696d818ff6bd46b8 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png new file mode 100644 index 000000000..46b5451da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499dd82de4bf1c03bd736f7e7bb9f349652f2ecfa59e129156a7a53dd9d46188 +size 5489 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png.meta new file mode 100644 index 000000000..4db304650 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Kinght.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ee12fb2aeeca7aa3cdb06b136ce53f09123cb74dbf8971dfb4536f17d7a047 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png new file mode 100644 index 000000000..352d282ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e18c08649f590e4f7a1f3caf11f0136e76c6f818fc840df5c7c1b36638a2c1 +size 7349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png.meta new file mode 100644 index 000000000..f426e6f52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a7dbb6d513afe9bd3c69b9d933b6aff92f7991b58c0c82a81476c47ac308d9 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png new file mode 100644 index 000000000..743982c31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dce2171bce091c506dc26ee2f47ac773734af3a3e79074c0b4c35a5ecf08140 +size 3250 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png.meta new file mode 100644 index 000000000..c7d59c658 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Layout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f94c39e8336c0afe0566be8bf16e03fa2f3343cdf61a0570364789953be7e6 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png new file mode 100644 index 000000000..ee0d8fe97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc12c1f21f230a35ce4f2031e2bcc0c12007099e163dfcc8003567416ad81c8 +size 4876 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png.meta new file mode 100644 index 000000000..b5e26e0fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaderboard.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a438fe22dbacbd771773238a5389289af198c37c1a743dc93e32b2dbd770aba +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png new file mode 100644 index 000000000..8989de706 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7705f81e6e6e203918ec32169a2431ad5c0e81d628d7c9e082a4ef69bde81c73 +size 5910 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png.meta new file mode 100644 index 000000000..6eef2a622 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Leaf.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d182e978f345579a5f50c3d1d06c2679a1050170d0cc3d9ea615d96e4f1bc8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png new file mode 100644 index 000000000..99bbee54d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc50f16d9416fa9c7400b0e1afa48519dabdb81c561d7e7aee13406d424ed3a +size 6361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png.meta new file mode 100644 index 000000000..3c40b954a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Learn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e93c6e1d3ab0ba968aac4e267ff83f45c85c04bedba7e7ad146ddb606d28ac3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png new file mode 100644 index 000000000..ac4f72aa7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318f7e2b729837190fb7a3c67bd01916b70d05ab1f7392ad1c68a32ffbb5ebdc +size 4881 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png.meta new file mode 100644 index 000000000..b1771b75f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0a8425ca38ec3baffb030ed49a7cce2acb12b7218e5f7ca7ad176238f6ed0b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png new file mode 100644 index 000000000..9937011d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed70cf2746aa1751aba06d2cff25a7d199cf17a88ccb2ace9548e13045a593e +size 5699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png.meta new file mode 100644 index 000000000..6c5d2a8b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da31a5bdafca65000d7deaceaf9967b9cf140b4596efe66ee6fe1c097b2631df +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png new file mode 100644 index 000000000..09211ff9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293f4aeb66bff48ebf9fb7b18bdc781fdda3622ee32f1bf539eec4991efe8cc2 +size 5721 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png.meta new file mode 100644 index 000000000..5957f2e76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Life_Break.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a19dc30f8cd7cecbe22ce82d6f8a4339c36bf1fee6fd2ca726c3972dbe16cb1 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png new file mode 100644 index 000000000..c12f2f92e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce2540c4d8e3a4e7f16e10292bb51fa93a29d0d79661355619485773a5d488c +size 5867 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png.meta new file mode 100644 index 000000000..c26b54cbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Light.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6724368033e36f00bcdf9b710a548e98596d784b9d85f5b17f694b07ca693f4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png new file mode 100644 index 000000000..a838b9233 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a76f80dc2f1e1c4f4e794bfa1980fec80b6f4736cdebfcac51ab1bf413f3689 +size 4481 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png.meta new file mode 100644 index 000000000..b4c998588 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Like.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841de97d1fd43dbac2056361a7228ed081567aaea3fcb9ca5fc49455f9489da0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png new file mode 100644 index 000000000..c0b3ec082 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b6000989a75eb75e78059d2e680bef688bb4287accbd062831aa75e1b13667 +size 5462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png.meta new file mode 100644 index 000000000..bb91f80b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Link.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ea52e07cdbf2071ddc375038a161ccf4176fc7ddb7f39d7eb1269c362bfb1e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png new file mode 100644 index 000000000..d070ec43c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefdd251428801f8b8e43a7751783be96820df5aa249be66a0ccf237b6fdc5bd +size 3303 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png.meta new file mode 100644 index 000000000..a71e0bfdc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6f3bdb4e44f7bd8464b6a9076c3a1daa5fc774030676bf96e3a294f5aff8b3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png new file mode 100644 index 000000000..206574c32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2860c8cd9a27a924cdbbc24b6128cc1e305810221ea76cca29326af2bdf3bdf +size 4674 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png.meta new file mode 100644 index 000000000..55cb466e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_List_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86dbfc9cfa61274b41f614925656cf99eb2ef8b0d69e16f829a15785bbaf588 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png new file mode 100644 index 000000000..84e46bdbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cc22446966d2227ecbc440cd132422553cef22e9fb71d726372a7d497dbfb2 +size 5797 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png.meta new file mode 100644 index 000000000..9f500b62c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Location.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be389e511ec62409ad33b1cb34f04faab07f24b595950ebb7db70e9c4370f628 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png new file mode 100644 index 000000000..35a2434e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b058be81fe374ed2a99c6cfcb02f32b4cd6f8befa9fc6ffff51579a7e086643 +size 5818 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png.meta new file mode 100644 index 000000000..b40287833 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fe7a2659ad65efce3982eff02095b158abecdb801eb7922f3c8594f279b6a5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png new file mode 100644 index 000000000..e789070c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354861b61f1646fa4ab466dd2578eaf9222ea0ba9bafd9ef2c45a132321bcdb9 +size 6464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png.meta new file mode 100644 index 000000000..0badf2e1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4c1ab26a567aed9a72d55428dde8c11c553ee1867ad836e0fe209e2022cbed +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png new file mode 100644 index 000000000..f1e9a44f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636c2583a3af640bbd9f11a4717dc05db79f13c605c01e2751199c8ce76486de +size 7209 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png.meta new file mode 100644 index 000000000..435f27a28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f64eb6b8c5a53b8d8d09e5d76ea1e3d5e762b6c07dcadb3aed586316a28c2e +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png new file mode 100644 index 000000000..d8e083e3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61a7850783ade0b59a0b23de878f45e4716ab191b5f453e7bf49bdbb9ee1c5c +size 6090 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png.meta new file mode 100644 index 000000000..6966d2f37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b149e513313f116e188fed88b006a6d7be4386c3d61a6a1fcb99b1c76df0718 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png new file mode 100644 index 000000000..752f7223e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6e3b370a3eadf5409c403fc33b3d2db751fdde5ae6e953b00ac2762ec06613 +size 6169 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png.meta new file mode 100644 index 000000000..4e90eaeea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Drop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da32228c329f76c2a422dfe3dcdb9b8039da2280f280c3bb26ec7ee5bd3fc11b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png new file mode 100644 index 000000000..e6f01eb8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8563ce113cb23617a416c58e05ab2a1fc3038283171945ecfee90492944ae705 +size 7096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png.meta new file mode 100644 index 000000000..fcb4b9997 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magic_Square.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60aac9da9f2ce42c7bd58ac40c0990887be22ef64e72c67887782d1393721b6 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png new file mode 100644 index 000000000..be4cc8936 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f247e4a852d26f02e34373282a42d4314ddc6867be69092f321d58d48facc63d +size 5884 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png.meta new file mode 100644 index 000000000..f9a123236 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb3f7c595d221444a7be9e1da213f7580b433fe6df157067f884aab1ee38b11 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png new file mode 100644 index 000000000..9643612c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0561fb8b53f0fcbdff55cd3e00ce282071c3cb6b8a48458badd3dee1c719b9 +size 4821 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png.meta new file mode 100644 index 000000000..b62c29bb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65762a7143b107bf292dd1ea949d5508394a6ef29bb8793edcfabf9337cc462 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png new file mode 100644 index 000000000..7d8f4e61d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464f96a72ab5def675511c5025a85d9ccbaef1ea05919854c57ef1d4147063a0 +size 5081 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png.meta new file mode 100644 index 000000000..e1a4a4e3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mail_Read.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650915fa3e934a8260fad841c18e059344ff9dbce8a681c7622c59df5368f41e +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png new file mode 100644 index 000000000..2a026837a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c05c73dfe0d26081fe885abf1530277f4a387e1d43e7469113a31505a9406f +size 5727 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png.meta new file mode 100644 index 000000000..5adc41cfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Male.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49d4199996fabfb5aefd898b1d962c25c038127ea039ebbed2bde6e92324d03 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png new file mode 100644 index 000000000..06455a7db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e03d41d4d59e70daca87d6f4904e641b69ef030532506607643007e8bac4d0c +size 6954 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png.meta new file mode 100644 index 000000000..386a26892 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61eb281ccc4d77db64b70087193c9a0e28313c478e87acfe9880dcd30d050455 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png new file mode 100644 index 000000000..84b4ef2b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671aa1040cc002bff59c64ac73ed52e79aeb6a7574aa1c6155e4ba12fdedfca4 +size 4681 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png.meta new file mode 100644 index 000000000..9d97a9c26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e617c236bf250198d67525154f9d81b50c1074deb3021ac6774a052a99384e36 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png new file mode 100644 index 000000000..bf1c10ffd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a40b3f88b3340aa98a64588c5fb5d89a4110e9058c05d01f89c2f6b5f055c6c +size 8570 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png.meta new file mode 100644 index 000000000..dcfa9c629 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Map_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8287469a79ad168372326b9cf9c848c0307cef2579bbeef4cd417e0d286f99 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png new file mode 100644 index 000000000..d41ce2357 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb8d52026df518a78c8e7fbc727afca2b206df21e653e26eba2cc19ea628ad4 +size 6797 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png.meta new file mode 100644 index 000000000..4d60b5678 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mappin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97390bb708fb06c3ccad3a495d0057cd0146e4650f5775466d6482ddb9161dae +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png new file mode 100644 index 000000000..555798689 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c471722f40bb9d8c2e29ddf0eaddad335b6ee04aefe6a65a832e58341a8c88c +size 8465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png.meta new file mode 100644 index 000000000..771f04946 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mask.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d65109df7d9d27c29940fd3e397d54e8e268c01630867868e6e469c6b6e947e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png new file mode 100644 index 000000000..9837b2337 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89158121c38b82904fba8802cbe7da2ca490c4c950b7cb5142506cef00ea358 +size 6770 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png.meta new file mode 100644 index 000000000..213b48d98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25735dd5607ecd1e148de3b582a455c3d86ff645321a8322845c9521fd9d61d5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png new file mode 100644 index 000000000..a71bda355 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cee99312d67d412c87d014e23ee68584b8a2d1de8d97cfd15fff2248033140c +size 5361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png.meta new file mode 100644 index 000000000..83dbfb53f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06259ea5069c8b25763f6ad7af372371eebe8fe814fc103002eb26baf33f3333 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png new file mode 100644 index 000000000..62aeb3f76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25388b2d0f5de4107b93c5efdb46fc12dcca7e514e923de81fd329d679bde910 +size 6542 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png.meta new file mode 100644 index 000000000..f60f5c7a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Medal_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a816a3fc9c9a92c6fd39dc1b74ba6bfcc2f20756c6e8a37b9fc6610b98b60020 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png new file mode 100644 index 000000000..76a6f0e4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34de67e9f051b9e2ac143c86fdc3398154966fe5ab9c5b159328129d1949a0dd +size 7176 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png.meta new file mode 100644 index 000000000..67682b627 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd7f17fdb0a4d7b2e059bbdbc50eb29a803e216ccdb36d7af83dd8100f97bdd +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png new file mode 100644 index 000000000..a6d80fda1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85a6ee0c062b96f2591d9b8454f330e32553e0618f5d39b8c24f680d039bf4e +size 3904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png.meta new file mode 100644 index 000000000..b86f3ee33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ce5099380e0e92bbaaf2a7ca29a81134b99ae4412880401b05977d28006347 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png new file mode 100644 index 000000000..176227850 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3675b3f93cf4f760d5e7c200b0b020aac8cf33403093f1ec672548ccd51333b +size 5139 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png.meta new file mode 100644 index 000000000..a18cfe4d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Menu_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00da201481dbf35e38d361aee49e1aef1d30cdde0e1e3e2e14ecb0c3ff7938a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png new file mode 100644 index 000000000..ea2bbdee1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826bfccc7fa653ac7a634ac64996a812ac8f39384f472d652cd91a5f685efaa6 +size 3719 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png.meta new file mode 100644 index 000000000..1dd3286d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c0c67b1c959f00acad9d57ad5846ab74d1347d1ac0ed2535a07a4aa143a65e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png new file mode 100644 index 000000000..0a8f4b32f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801667fda5155fe378801a0c926e351fd3ee58b6f0bfb18d67ddf0973e5cb856 +size 6447 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png.meta new file mode 100644 index 000000000..fc8d15e9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mic_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f0d5b13ef13ce49a5d86c559a9ac11d57e8379c77d90c932cde914e70d102e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png new file mode 100644 index 000000000..179d13603 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fd07563f7b3aea14d54d7df4f5986471f76f92d32e5b8fc92c5cd072d584a6 +size 5253 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png.meta new file mode 100644 index 000000000..3f47bea5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7f065de99270e3add05f133483ca11d4135026f6205605214b85e62e4ba670 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png new file mode 100644 index 000000000..3411b5bb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88887295a31a468f80c843ae597d299e64d49501dd1c18d343f0f6e3a9685799 +size 4801 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png.meta new file mode 100644 index 000000000..ba1489909 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mission.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd469d93ba2bfce583efed380d17629a091205c164afd2b6efdaa11f76d80ed +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png new file mode 100644 index 000000000..673fd058d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e8799293a6064ff10c0968b8efc4ecfd8b74f6e358eb161e6030deba34c2be +size 6481 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png.meta new file mode 100644 index 000000000..bcb0d286a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moneybag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d46be33e32af15a66950c99a2a315617fccc2e6dbfe806525c9637944fac56 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png new file mode 100644 index 000000000..e07c0d31b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c2a7a3420e876373ca799ce963d9e0805ee2c270f8a1ba0503bf44fe1251a0 +size 6033 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png.meta new file mode 100644 index 000000000..a154b410b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Moon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0335cc4c2054900732a8afb8e8bbc9e25251488cc7d3da4ce48cba4a28e6ee3f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png new file mode 100644 index 000000000..5dbdd508a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d772a4a01ba5af870397f226795fd8a32358fb9586ab71e1c107d98ba0ca271 +size 5398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png.meta new file mode 100644 index 000000000..a4744095f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Movie.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e2d3d30881d00d1f77941efd1d8ea3d45e47d5817f7c35d7820e31b2e89ee1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png new file mode 100644 index 000000000..f7946f5c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1120153cbf460664d5f958ac064e4356fdfa03f223e53adcde9f4c6c648eb9c1 +size 5075 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png.meta new file mode 100644 index 000000000..12f750685 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Mushroom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf67255d85cfb7ffc854cf99c3959c285c1bc6be681ffc99f57007cd28eac4c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png new file mode 100644 index 000000000..902628494 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859d2c72b898aa1dbe21a80fd3e00c0108696a3ba9d90d71a1d7bd5d95c7eef3 +size 3942 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png.meta new file mode 100644 index 000000000..3ad8801e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcdef18e45cae8cb0e1973cc8cf789d9db6d7b21db7a649f82fb676c01c981e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png new file mode 100644 index 000000000..be57cbb21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63a9cbee9f0795b71b81d9128f4d69efde67462bcb0de814215ba6be3380319 +size 6184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png.meta new file mode 100644 index 000000000..13dfc7605 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Music_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6534cb2db131476d3b0ade8d484008fa478f7c9f5b046c1de68cf480ff7d8a58 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png new file mode 100644 index 000000000..85456c233 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0780c72fa4b881a30a5dd5f44f191a2d972cc6de475e55acd0d76b1315e34ef6 +size 6889 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png.meta new file mode 100644 index 000000000..34a2184f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Nostop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7112d2dcff12778badbe76dd47ff8f106b3cb43ac9a09ed3e63404cad7136e74 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png new file mode 100644 index 000000000..66abb14a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498ac2be26199ff373e5274a2779e351ff8de56ef42eb81b905e6903857f4787 +size 3704 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png.meta new file mode 100644 index 000000000..5ffbd63a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe05497cb9433f9fda82b3d35b54d03f1b638c2f34ea32fc21511cd6f92df92 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png new file mode 100644 index 000000000..3266b1671 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233107203a9af7a115accf19779eb99c9ef534e6ecfc4b38a969e01623ba81af +size 4142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png.meta new file mode 100644 index 000000000..8e2a60c57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bdd49725e2691e076e5bf0a70020c5a553282847fa8a922622f388a18aa16f +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png new file mode 100644 index 000000000..af87cdc57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a930e73ef27a29307fe921e5b496661ec279b995df82f16469f12cb617ab9f2 +size 6101 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png.meta new file mode 100644 index 000000000..d86c95d13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paper_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a509e01173bc488965e37d91c80e6d73d3196207d390fef65e0299c64f8316 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png new file mode 100644 index 000000000..2b43253b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac0d08f3ef782f78889f6becffd131bb764d1ab99c931e06da13b561a6f5676 +size 6102 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png.meta new file mode 100644 index 000000000..7ce61126d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8f37cbb463f49705deadff7c58fd1332253ca5fdd3b9fc1b84a307f4134fd2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png new file mode 100644 index 000000000..c09f3ba0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f30e02c474abf149115d6be78180a8d791104e45528e843b5e52dca35d450b7 +size 6867 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png.meta new file mode 100644 index 000000000..8d91160ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Paw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea3cc9aab2dedda9dd4e31a32401b20d62cd2a11ab6b15c9ba1f9d00900136c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png new file mode 100644 index 000000000..0c6b8e83f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc39a1989630aa5440101dbf758c1526991d4a884dcd4aabafa2531092615da +size 4859 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png.meta new file mode 100644 index 000000000..798d54eaa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85835b86520193b721b298e1f4e7bf526e9f27480495993e4ca2c53871f845ee +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png new file mode 100644 index 000000000..e6e02e162 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05868f6a46f94e001abfe826a20825ea4a936745104087c94fad4619b193b710 +size 6551 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png.meta new file mode 100644 index 000000000..46b1e5c33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d954160de5747053431cbdb18a2b4925dda3b684d6202476e6c99f5f7abf05 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png new file mode 100644 index 000000000..d4c901d13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa9952163b9826c08e39891ea5ccfebf35674f99367f7fbe0176c5819f5061d +size 5009 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png.meta new file mode 100644 index 000000000..0de4fe61a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Photo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c5755e5bd8b5f7a95e2dd2b42d37de149b3f7d933f337d300805c5ea506dc2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png new file mode 100644 index 000000000..c8eaf220e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b631b2d3e4d3a0d72650e0e5a1dc3eaf30b15d4c48cc4abbf1bb225fd6d3f48 +size 4698 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png.meta new file mode 100644 index 000000000..dd8e666f0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eff31dc71111cfa77b26d7c1c5226f527ffd7c19647ba3482a2b09dd333017 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png new file mode 100644 index 000000000..7bd65854c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beeeb18631204e1a3a6edf138a7cff2407d21675f6440408cb191392b5530ec0 +size 5793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png.meta new file mode 100644 index 000000000..aa2a6d55a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Piggy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844541b0494a1adec7efcbf0452c6629b817577d2e76127f6b125629a464b83a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png new file mode 100644 index 000000000..afdee1344 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f595cc7943de806786e5da41ebe4b56f8eecc5679b842fe07d62208dc51367 +size 6074 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png.meta new file mode 100644 index 000000000..0ca710d4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Plam.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1672335247fda1a352782883e091d6e4ed51c98b32ff5b41e50bf3abdd55b5e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png new file mode 100644 index 000000000..e06b6777c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a743991c59739069eb14e7c9e02a44990e996caf4758208f3735c74b10d07d73 +size 6784 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png.meta new file mode 100644 index 000000000..3383b019e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Planet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33de0ad9196ee816957f52f5e5d263e94dcb89a772c84209f754faf83b7cbd8a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png new file mode 100644 index 000000000..7a95ae2c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f963b5eff4c2233230d92a55693cd2a45a7be6ae411591e214462c98d381d50 +size 6058 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png.meta new file mode 100644 index 000000000..62a2b87a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pointer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce8fa25befc49189fcf74cd8ea20603b39aea3e170404c97f952e02365b9862 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png new file mode 100644 index 000000000..b269de685 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2491ce490ec54a24d4733fc244bf3c2a94b710feece367282258068bef78db +size 4691 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png.meta new file mode 100644 index 000000000..d2756256e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1292041b215b0075d6a6f2cbf666ffca871b37a30caa896a9aa6761b22b85b11 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png new file mode 100644 index 000000000..6909980cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb59834c000c88fb957f0ebedd5624672a486183a667662f8619876f551216ac +size 6987 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png.meta new file mode 100644 index 000000000..bf5145756 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Posion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ed4b992ffe296ac3e049fb180a89446a0f946211536049a78a7d22b84a3d5d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png new file mode 100644 index 000000000..cfae872c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1fd76fd438524b9d397e19592c9aefd625b5875fdf702ec0a4351cb34fd9a4 +size 4460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png.meta new file mode 100644 index 000000000..fd2ed2d1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Post.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42be46cc83628b9d06c917f13b35e3d540761249a348e909eacdf0ad300eba7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png new file mode 100644 index 000000000..ef0f53fe6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05596e74f67f854d80f03006860c9a9935f7583d2fea0d5578e8de3ef0ddecf7 +size 5123 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png.meta new file mode 100644 index 000000000..5059b6ecd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pot.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10797fe5b7236be7475e12b7806175f06ddf39ddf68ae412ccad92aa7e8c330f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png new file mode 100644 index 000000000..bd6388c8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda25eef4fe5448f6568fe7574ee1c47ac8b5a55f9e6e7cf375c4c866280e588 +size 6486 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png.meta new file mode 100644 index 000000000..e78bc3bcf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Potion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810d10809ab8fdaa44e2d1579332550c9625281895dc721446c31d41ab36bc2e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png new file mode 100644 index 000000000..a4166a658 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a47eb44181bb235baeaa4e94e690f9a74b6a64f5f4de8e9434c05c261f7a9e +size 6046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png.meta new file mode 100644 index 000000000..d5abfe16b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pouch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e2ba6fda998740e2e8f4cbd220b244f9236a1c86a0d9ae39003a2d322764de +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png new file mode 100644 index 000000000..d21306bde --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740cc89d191e2e2b787cc457dc0e436f41f315e3c2734708bda9da6b59172bf5 +size 6384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png.meta new file mode 100644 index 000000000..72c543229 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Poweroff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27e97fbdba609f748c8b694be44c56e137cfc9f406bb603e8a5ed3c20477170 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png new file mode 100644 index 000000000..ee9575aae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20de4392c4a677fffa541f22007480faafc2be506de81ce193d85de100d1a56c +size 7050 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png.meta new file mode 100644 index 000000000..2bbf28514 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Priest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d14a94f53ab8a718e2826394ddbbce552ac31c39b8de4e4e4d4b0cdbad97696 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png new file mode 100644 index 000000000..a37be6be2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bf666d7f224d7917caafd6e394da1c512de31d792eb5226549c5c8d4d843ac +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png.meta new file mode 100644 index 000000000..8e5f15f36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Print.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41337dbdb7a2f2a5fe5cf02522a88cfe9242091e772c85caa12b107329392e22 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png new file mode 100644 index 000000000..f345acafc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff9f55c9266ffb5478f5c823eb362a87ddb1e744289256adfaee52b573e6fae +size 5579 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png.meta new file mode 100644 index 000000000..3670088dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Profile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ecfacab0865e44afc2903b9091dfe05b09d1857565c191aad111d188ac6d17 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png new file mode 100644 index 000000000..0a487fc64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c13406b6a21ea8c4170b93b8cce9c4042ecac8c159571b4ffac1a31425a6899 +size 6824 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png.meta new file mode 100644 index 000000000..0c4ccee3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60be2967bc800e43f7fa7237f2c11bb385b1f8aa6a181e1ca47d1d578139af7f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png new file mode 100644 index 000000000..9ec9c07a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb5330bff4e82bfbab15f65704e3e364c6bc73814cd3ce237a080a4a12c1105 +size 5062 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png.meta new file mode 100644 index 000000000..7a535f459 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Puzzle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203f773ec2eaee11a93caa72e6cd51f069525c393fd8f84f326883a450e53113 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png new file mode 100644 index 000000000..e8f61799d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19850a6e2da77b4638f1e69fe1a17251f6f1b016bad5e28c149014a37bcb2f3f +size 5423 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png.meta new file mode 100644 index 000000000..e2e2d010c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Qna.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a54b00d7621c77dcf8cee470ad2b0852abc37aac911d62ca9fde1447befd338 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png new file mode 100644 index 000000000..305a2e043 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c94f20d5f65b5903840911cac6a10595a80baa87afe610593ff2f17d7d458d +size 4795 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png.meta new file mode 100644 index 000000000..f0dd32c3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Question.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726f41697cdc6e798388eefb99ca6e1bc68c4d8a067278d487af3aa369d6c9be +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png new file mode 100644 index 000000000..76fad4624 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c997fbfa1b27f8c4cfabb42e43ba56cb30b91e7f9c99b313fdee56fa1b5d451 +size 4394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png.meta new file mode 100644 index 000000000..869f374b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Quit.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248d0c56f4497c4e090d76c0f9934fc0f4b2e1ed4fc6ea8ee36eaad90039c28d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png new file mode 100644 index 000000000..66ed1f34a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69205da331b3607788242607859e89401fd9a1b66481fe5657c81122446f105c +size 3852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png.meta new file mode 100644 index 000000000..355d8c741 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87642147a2b7da8b20de17ea451f568d0de16efbc606a7fe3f596b34db5d7360 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png new file mode 100644 index 000000000..b664a33d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0c01b7f396e2da238ed7c67ca1219e70323816435ecdac1863566ddedc3933 +size 4961 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png.meta new file mode 100644 index 000000000..66e7970ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Redo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d01cfdbbaaf2a42810f78ca65e92f74cf9ab036e634476574fafb4c89fa3f22 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png new file mode 100644 index 000000000..ca0d2b2bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54a20a7772f3f430d8dd808d0e34fcc6fac35b9de3b1e33f10a69c3dd8b5ae5 +size 6211 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png.meta new file mode 100644 index 000000000..8c9164ef9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Refresh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6696bdb7848daf6da669af1547622e05cad9b60a931b15606f13960b8ac174a6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png new file mode 100644 index 000000000..bbe95fe41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb2c9f54dd520c63ddb234cf4b868eb7c38d1dd5eecdaf118438c4e64ab14f4 +size 6313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png.meta new file mode 100644 index 000000000..f1f93bf83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reload.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cda769518cff683afd5702d924a6f00fac67c5601d90f77b3188c45d9cfc09 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png new file mode 100644 index 000000000..4c95ef84c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be139f5e57b1abb8fd1e715de4b8134838cf88bbf006c48392342ed1ac2c0e5 +size 5201 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png.meta new file mode 100644 index 000000000..a8f797f3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Reverse.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0485d844c5aa8297a664864c48ce78d2aa2eb757f8b72c67f88932fe67951dc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png new file mode 100644 index 000000000..f07147bd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec44686563ba4412e3f94e68eb57aa7092acad419953586672de127d5e54b22 +size 6555 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png.meta new file mode 100644 index 000000000..262b1a32d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ring.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c99f196954a493e42b336a3ecfed4fc83756d13e3095e4ffc122730e8ff29a5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png new file mode 100644 index 000000000..836d6538e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5103ee4879381288d14c19c868d379d29e2bd87190e5c3c4ddc771aebf1c9f +size 5842 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png.meta new file mode 100644 index 000000000..a4226cb98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rocket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4269193bd7554e700fd33ba35df4eb4d37b019d18b9e91e55a8e5300a58ab5ba +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png new file mode 100644 index 000000000..5841c8b47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de1287c272a23913693bc92ea89fe3c74ca5af53a32b82d32ab0b748b7defdc +size 7081 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png.meta new file mode 100644 index 000000000..07b48c801 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Rune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89283460c02a5810fcb49ba41ec33374983f43dfb89e7fbfaa671963d540a02 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png new file mode 100644 index 000000000..d54366db1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2352c25801950b7d1c2f1380468c4ffa8dc8c412137cf9871909b252dca87331 +size 5312 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png.meta new file mode 100644 index 000000000..9b336949f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Save.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69b295bb48086685b491f637b3bec7041a6e9eb9644d102af337858b180d1a8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png new file mode 100644 index 000000000..df862c21f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3268c3dd0db3ca8d3bfd6bed4b8c5994bda04bac41a708f376adbd013628fbb5 +size 7680 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png.meta new file mode 100644 index 000000000..8781b4caf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scale.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac01b526f453208900216758f39aa0a022874326024407e3e994cef736711db3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png new file mode 100644 index 000000000..a0a32ba90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab18a4635b9742c018a9eb9443b0b4ba54071de8e62021c45f2526a352cc4f3 +size 7411 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png.meta new file mode 100644 index 000000000..ba98d5436 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scissors.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03082ae1eeaac7d4e6a937c4fe16d8ea328c856c79358bbdc5f12385837d2957 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png new file mode 100644 index 000000000..02b6808b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966b6d8eddc963384d055b6462690f21506330c8be3a1760aedd4607e872b999 +size 7545 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png.meta new file mode 100644 index 000000000..3d8469c61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Scroll.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85277b49a6b2c1ac93e6ff2d5ce464182087e4a1a48a806abd00ad20e2d9f3f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png new file mode 100644 index 000000000..d5dd4c71c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e00ee87433b9074a4568fe156a06be1031976a3588d196f1a36711916f74776 +size 5792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png.meta new file mode 100644 index 000000000..815cc980b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Search.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e01b76413f6468c49b94e345ad771c4dc3a7f87a10d3134680cddacc5345b9 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png new file mode 100644 index 000000000..2398568a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff0f580ecb3ec09eb845957e3a414db34c2ecc7e1949715a485ada97d991821 +size 6670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png.meta new file mode 100644 index 000000000..f6773d309 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Security.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5ad3d531f5a8a96a15513ee43833542789770ff2f50b444d36508d674d2879 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png new file mode 100644 index 000000000..b907a6c58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e319ae1141b597a571e8b4f589df36e30a261e6fa8f4ab906d760f09b49a64 +size 5765 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png.meta new file mode 100644 index 000000000..f723282e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Send.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d796fcaf8885558a1ac1d9d7b9dfdd16bfe04fc9a3a78447af1367de16f59d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png new file mode 100644 index 000000000..d98eea539 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c2620f0c2f362617cf3934768778498bdb92012d5510a0d6f62c1071f691a6 +size 5658 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png.meta new file mode 100644 index 000000000..e895126b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Setting.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31502db677ae7713a6aa3fa36f9786516abf7ebf0a104b80497e283c06f7e9e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png new file mode 100644 index 000000000..a27b79159 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d481cf15443363f298a1cd8b0942218e5858a43481faf25d3ec7686607183f3 +size 5615 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png.meta new file mode 100644 index 000000000..8df67b03c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shape.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43db9a24e45e391b47dad7214c7f3f141725fec58aa235105bdf17578a7b2a00 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png new file mode 100644 index 000000000..b695e91f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb81c2eabfc2a22abd758456008953ea2e40c928e1a376f2fbf4b88df9598508 +size 5606 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png.meta new file mode 100644 index 000000000..a3a681038 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Share.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ef91c71d71597733140f82426f996b885958c4dfcbf0bf8c5fff2fa84b36ed +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png new file mode 100644 index 000000000..0bdcd67c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5dbd61c22237967146f2ad2004df3c666f8a7352e77fec47d68d05f53b7aab +size 8582 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png.meta new file mode 100644 index 000000000..aea9ebcac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507206701f141327162d6db06aa8358a060908d9fc486462c1471a457cad12b5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png new file mode 100644 index 000000000..556bd4c6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b6fdd1024855ad0245add92c092ccf6d053afc52ab7459e799f38359532408 +size 5660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png.meta new file mode 100644 index 000000000..09d18c1d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371084cf73a140955848693965522a4ad40c4c672c0be3ad139efc728029b26f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png new file mode 100644 index 000000000..ea47cbddc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535f0cd2b34a7d722e6268190aed0c49f05675a16e8e3d2f8d71f5ab69ad1798 +size 3769 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png.meta new file mode 100644 index 000000000..eb7727722 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52357ba78bbd39dc92360f9e4ed3f9f21d20af242cf10b5ea77a98bd1e9a6157 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png new file mode 100644 index 000000000..02bc5b231 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b5c5e50c1e13892296c7dd0831cc7e801190a4d53caa67513c834044dc50f6 +size 5302 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png.meta new file mode 100644 index 000000000..e85a332a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shop_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa637f7f723cf31a2e1f85e8d311cc840187046d1b2f36e9c82ddc12c903e1d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png new file mode 100644 index 000000000..eb78f91c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611686962ff914e4dc25f9dd9ec0d2510894764cb263175fd6b84a4553d70248 +size 5779 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png.meta new file mode 100644 index 000000000..a14e21005 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Shuriken.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ad20bd2a3d345bc1feadec441699dd192425632bc651b108bc009f0f2dfd7f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png new file mode 100644 index 000000000..543932cb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28f76ee6bc28fc2b276fdd3460fd8cdabf52336fea9ddface4692511e0517f6 +size 3664 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png.meta new file mode 100644 index 000000000..2d538e2bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Signpost.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50928e4d4db3f5204d8de43276a5e46033e5c9d021b8b43aba88eb60061a58e +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png new file mode 100644 index 000000000..ab5e38e2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a591cc778446af649ead05e76f3bedd3cb330cc1c102f937239f7051a3cf7c +size 5389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png.meta new file mode 100644 index 000000000..542acfe40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Siren.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c795efb1aeccfacde0beeffdeb63e3a94bc1ec83b5a1ea5f5b663b73c2694f1b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png new file mode 100644 index 000000000..d3343b747 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8e74d90ed5788e20a2b8cafb9944373048b277f53d628bd556cb0e097ef8d8 +size 5810 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png.meta new file mode 100644 index 000000000..b947b273f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2707b3481b20434da02e565c32e9ae845a6128a4dc41195256e1e150695bcddc +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png new file mode 100644 index 000000000..699f06ad5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec24514b2db12f86939d89b249ebe26399d2a15606e97c7d7379eaf8320e466a +size 6145 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png.meta new file mode 100644 index 000000000..244c9649c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sleep.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb018fa46993189819f1d24e8add86f28206ba9a809b38c536b06208df1d729 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png new file mode 100644 index 000000000..01ed59b14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95465ec82b0ddde9a92cb73f62fb77126872f083679393bb4c942ce548eb2402 +size 4351 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png.meta new file mode 100644 index 000000000..7b555b492 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Slidebar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af5a306d560b510d88937ef97406f23fdf6180a49429f9e00ece3d9fb20bc73 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png new file mode 100644 index 000000000..8fb296233 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c8b8ab40ff0203e1911e0c5a166877e8f2cfdeb6f624a7a359bad17e3b7aaa +size 3712 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png.meta new file mode 100644 index 000000000..f9e02ba16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815e05c0a545990f40c37c0cbbc9f6b587c21064021f5920198c5626966f28c6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png new file mode 100644 index 000000000..d44b5a064 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832057f9848b365c70e5bab039339e85aa94e5b81456e5888cfc392f9d53d728 +size 5871 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png.meta new file mode 100644 index 000000000..fde4453bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sound_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4083c2ac673d21bcf436f86cd83375ca3782b1b95abc27f5311b1f45b1cbae +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png new file mode 100644 index 000000000..3af0625d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd5d188029db9de814fba896db80baf30ca8544a5b95e378cbb5d6391f1d54f +size 4922 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png.meta new file mode 100644 index 000000000..50367a064 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Speed.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f13c63e7e6eff2bdb41488679facb6f4dc90e70552e1a45789faa675b9ae68 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png new file mode 100644 index 000000000..e541c4607 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae16f0c2769f15db4bd01a54a9237cb929753610e5117454e843a61e8d39b1a1 +size 6617 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png.meta new file mode 100644 index 000000000..1c18ed410 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3dff4d45b057b846888c0740d75eaf281df228719a10f7cfba59de8366e360d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png new file mode 100644 index 000000000..5fe0fd9db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194ecb3fbea188632ec90ec044f8fe2dd1ca90d65ff7788647a15bedf551fa75 +size 5141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png.meta new file mode 100644 index 000000000..99cee6bc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4621c6f36ef92162b4c009d1b09c3d6cd15ca84b001e845fa9f539a425f611 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png new file mode 100644 index 000000000..e125881f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abc2508e8dc2c57b14e8f7203b04bf14811b363159b69f087762e3183b48c9d +size 5557 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png.meta new file mode 100644 index 000000000..a5895ead1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050f39155c491b076ba1da50ca66e23163fc18eaa2ffc5ddb3820a65818286ff +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png new file mode 100644 index 000000000..e3a23ea17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430a35bbbc9e50903455b1c43e4d23d48efbb72b58168ef6545e55094d3e48d6 +size 5109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png.meta new file mode 100644 index 000000000..16bb42ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Store.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc1d19e46f5e1467523b6cede907ebdd92ca21647b75bc644c992c8f7108eb3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png new file mode 100644 index 000000000..4e8ee91c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8c574cfedeaa24a07010091c02dc413a4fe8e02d61176bde23f60fbed791bd +size 7362 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png.meta new file mode 100644 index 000000000..c32948e05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5119137b6f40652f2811eab12b25c7cd7d233f8f30c22430f121323fb9261b15 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png new file mode 100644 index 000000000..035d3a590 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e2f89d0ceac7d9f37dca0a2af3c893cccd3bcf3178c2b143eb118b49cf7c89 +size 6164 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png.meta new file mode 100644 index 000000000..effa00ef5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Switch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff28311c7ca384d21e6801b5d723678aca86707909caccca7efe53e2287be05 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png new file mode 100644 index 000000000..1a59c5ecb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c89a1b15251e0f71520eb6e39a8e91058328e8aa9e37efb22f0a1becf18f668 +size 4928 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png.meta new file mode 100644 index 000000000..06aa0427f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818ee0798f26d3a6f203b80c7da91da2f5ebb986440e6825dcef0d945aef2915 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png new file mode 100644 index 000000000..dda7f51e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d60d4364ae900b72d941350ee9d6038b0cfe56d55ba7cbb2ab1d48c74dfec +size 5777 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png.meta new file mode 100644 index 000000000..c179d9032 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a1658c4151b6006ddef76f1fce31ff02d944600f456e2d789ffc8dd7931c59 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png new file mode 100644 index 000000000..5afce35b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c057652c6c202b898a9dbfe6f226195262e85fa92f5a84ba0785f1ea7ec01dfd +size 4866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png.meta new file mode 100644 index 000000000..77c905683 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7baee2a0292de53922d9c0a176ea68546351b0b176eaba052171d7f3f212093 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png new file mode 100644 index 000000000..0e1ec1366 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a8f2119f3d44110103c22fcfb583ab43b888823983eec3230d3b4b6bb5ddf4 +size 5940 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png.meta new file mode 100644 index 000000000..c0181d415 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Talk_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3b6d57e82c88ad01ebb675a023ad251e527b9a0b792ec165d8e006a8a03fbc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png new file mode 100644 index 000000000..f69329fc1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a7b58a550df4243dd021ce637249adf2ba880e2886eb31ea9ac6d68780eb13 +size 5383 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png.meta new file mode 100644 index 000000000..7e5784ce5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5626b29a700acb68850a77e0b1afc60820ccbfb159ebf3e584f84787c81e36 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png new file mode 100644 index 000000000..d288fb775 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3279264022aecc8c37a9180711ac50ca2b0bd04f2ffb0aa82fa874119dd5571f +size 5600 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png.meta new file mode 100644 index 000000000..07de724ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tap.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3b5f6e4749ac344a514843a0753deb5c537fae154f20db85a7a984a8678602 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png new file mode 100644 index 000000000..38fb44aac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcdca5b0b1e24c1d93429a3d3f65de6d8ab01ce827fbd6e9405d4985c650ad3 +size 6364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png.meta new file mode 100644 index 000000000..a17c16633 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae10127d6de07f3cb03401f023222d4dac903a74b996f61be26a60003090310e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png new file mode 100644 index 000000000..b78586cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e56f237b55ca8bccd77f4d2619dfbd6ec6df8f6bf8686e029ef68b51dcc9525 +size 8188 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png.meta new file mode 100644 index 000000000..fbe573062 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Thunder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20524955f1663304e819f1c14b1430fce70c50baa18d1c751059692e64457e43 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png new file mode 100644 index 000000000..f69104155 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af5efe40940095399cd234a9728b5a93a4c8aeef9c3e08f62d635acd6766f7a +size 4250 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png.meta new file mode 100644 index 000000000..d7aed97de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Ticket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5e99c6d79bd25856e2257c44511760ba6aef005c47a59d176c2254c40ac279 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png new file mode 100644 index 000000000..9fa3e35db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ef009c7e12571d417272889c7f3ecf5812cad38d20d899256bc1635bbe09b2 +size 5374 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png.meta new file mode 100644 index 000000000..2e33e1174 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Time.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fe9094dd7b3a0760bb7f6ba6a721ee0a9f7e8cd6835b989bcc8036550e2f09 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png new file mode 100644 index 000000000..58e4fc4b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49be520ea1bb8d2989a722c720f7e914e9941d555acd5bfe0f885aca24a1f438 +size 6919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png.meta new file mode 100644 index 000000000..1b294f345 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6766f78fd007eebc348b1245a6565e7fadff00388dd21ee2e6c31a4fc00a9e7b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png new file mode 100644 index 000000000..6b9930793 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8e002757a69b6fd77ee877e078ad5357038bab0a19caa9cf2d7612935e8557 +size 5043 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png.meta new file mode 100644 index 000000000..398fc4331 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tool.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e3b368ef98db82ceead10b6b96c6ad5570ee81f7381d915fcaef7b2268d43d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png new file mode 100644 index 000000000..982738def --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43b31060b2bd69becec3d59c8518623b8d17502e0ab0deadb82e0c2a46b9b97 +size 5364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png.meta new file mode 100644 index 000000000..492fef56f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tooltip.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e5c5522ebeaa9cfbb64a5c07072cef469b178165539970403e7f37d55a09de +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png new file mode 100644 index 000000000..cbd817a07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96684ee452c82762628db37b8a40770298321dd525d8bda3c2d42a8a4a6eefe3 +size 4292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png.meta new file mode 100644 index 000000000..c294c13c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb3083faef8416c36ae900e67904f62c2f1131e19832c48eac1e96aebd2356 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png new file mode 100644 index 000000000..782fecea1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6292708033d9bced7b827547f9c0dde5735ccd9fc59461587cb8160cbb44f060 +size 4080 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png.meta new file mode 100644 index 000000000..896699189 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Training.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bb25e7f475b5899218525cb573b8237e2dfc8fbf9dd5bab67bc457ba7ff9f4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png new file mode 100644 index 000000000..6e0b38cff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1b372f558be067b59ed53639fa0dd39d533e5c725d32f3ae038b78c4911f48 +size 5372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png.meta new file mode 100644 index 000000000..b7062f7bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c95cf9d374a8afc11675cdfc8308487ce5cd7fa35fa4e8960bae25c410ac3f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png new file mode 100644 index 000000000..1001a21c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba3d9c00b5e4a79c697bee4ed3b954a5fa8fa82bd865674d40b64afb4b29e18 +size 5289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png.meta new file mode 100644 index 000000000..525179ba5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tree_Pine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12f555b3f0768146c841656b6f6030c7b117153c0d00d9d26e90295886e06a8 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png new file mode 100644 index 000000000..2101d3243 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a907d0a69c257d7be53c6f8f9336bc9ffd0cbdeeda534be7f2089ff560251cb4 +size 4388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png.meta new file mode 100644 index 000000000..f15509e84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26289ac5382bc1bf498b84a97be6588514fd3af66c71b8847b1bb3698bac4d29 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png new file mode 100644 index 000000000..66a260e35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f435a8b07606c4e8a2d2c903ae906f0d2f3fdb93d008c0d08004f626caa79ece +size 5736 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png.meta new file mode 100644 index 000000000..b2c59695f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Trophy_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2acdb43418c6fd243778390e6bd617de492863774b6d19d12be6a82cf9dd2c0c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png new file mode 100644 index 000000000..93cda5102 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb9ff9e1f25da53ec2615dca7f09c5895b11831761d5ad9307189f1337c108a +size 5045 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png.meta new file mode 100644 index 000000000..1db8548d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Tv.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d727c41a801a50953e0eb429edd64ca685d5d4c8a81fa01145ac5ab71924a85 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png new file mode 100644 index 000000000..ceffaa94e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2ed649f053157d27a44d3210e5fa7b5d2f667f48afbb5f558eadd1679a79d5 +size 5052 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png.meta new file mode 100644 index 000000000..dc6ca3466 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Undo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d5e8969c698c23fadf14ee5d59d6fc7430d4cc4988ae912c04421aa4dc150d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png new file mode 100644 index 000000000..205cd67c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51861fe08e9ba0b0a8efe1837f16a702fc950f7f6df1e0eef3fb19cad4b95afd +size 5860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png.meta new file mode 100644 index 000000000..711a25e9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Unlock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a20e46df78b123dc0df2a3061971374dec516db84e25cbcc505fe131726d2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png new file mode 100644 index 000000000..e24f0ca25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c710aaeaa2c3b3cf79fd3842432c5505487a637dea4df78e8a46a8478de36f57 +size 4368 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png.meta new file mode 100644 index 000000000..f9daa4905 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_User.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752a218671783114db42682f02cc1dc4335b0af09a090c020105d93c5548699d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png new file mode 100644 index 000000000..ea0f05dff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6013002570fe96c84bcb8618d2b358f5ebafcbdecdd2f94f0160e35d9756490 +size 3848 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png.meta new file mode 100644 index 000000000..08852d850 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Video.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2344ab50af893b82d2ed645bcf6556e94a5d01f566a7a53d3dbd433074bb0d5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png new file mode 100644 index 000000000..4ca1d6240 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859139b5af952e9d1896e22d949ca908816d0d99fa3d0bf3f609847603b9bf4c +size 6238 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png.meta new file mode 100644 index 000000000..adb46c556 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_View.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6529245ee74b681e1329823d670072c3447599d837ec6beb3c3a7a586800d03b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png new file mode 100644 index 000000000..6c3c8ee62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53db121eaca1315b194820a6167b9d431a9be3f391544a85239e07c303b44017 +size 5398 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png.meta new file mode 100644 index 000000000..7a3e981af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Viking_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8af1184aea5d539bc8a2d077834c33918b0a3a77708d829fb92c02fa6e919bb +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png new file mode 100644 index 000000000..7958d35a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bfb600d77fae51b91f8fc19ca71eaec9e8f158aba7034b20a1d1b3e40cddd0 +size 3434 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png.meta new file mode 100644 index 000000000..ee0fa26a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce5f3da2a0804a99465ac0b8d98544a00e091a2c8d888cae704f508468a4988 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png new file mode 100644 index 000000000..ce9de08db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf56e0366abb5e917a28950de5d1f658f9dd987311b247324f372e14357d871a +size 6225 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png.meta new file mode 100644 index 000000000..d571281f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afe3959c9cb5d8f6965019a9544b06945f8b56cfa471f665847fd6173c77727 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png new file mode 100644 index 000000000..5e0e9a3a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54e6f65c247407f9ee9f1cb83de1e1fa754e71122a0340e307e334e03bdccdc +size 4547 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png.meta new file mode 100644 index 000000000..3d5324b9f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09967feea711b8ba2d74fb5ea0a82b6321f08e367b41c6be73d6d464ea4014e5 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png new file mode 100644 index 000000000..5cf945838 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fe481a23c9e939874ddbc1607e6c0dcf58847430de55194465defb1cd21781 +size 4806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png.meta new file mode 100644 index 000000000..b3a8c0de7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Volume_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaf6f5065b50b65c4e14a471288f48acfbbde2121387cd00b01225afb03bb92 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png new file mode 100644 index 000000000..5362b03ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643b74b7ad08f12dfce66532a54eefba99bc0cefe26a2ef1cdaabc2c9a742130 +size 6430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png.meta new file mode 100644 index 000000000..116f2f93e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e2a07373b375b70ecc966daa44c9e9b7b2a9c0cec524a2b6b3bf98bd29f48a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png new file mode 100644 index 000000000..ab6d3fdb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a1d2e0f4d59d0897d1b4218e11e7641e116adc6f30c24fd3b984b3518916db +size 5564 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png.meta new file mode 100644 index 000000000..9622a5f02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b1c9430eb9d9d0bccf3c31c971a12634c9b6a8153649eafd83231807f51a3a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png new file mode 100644 index 000000000..0c5f540da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fae8c88520397554ff7b34582d9224d08b803edc1ef7a13298e0fca417dbd1 +size 6044 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png.meta new file mode 100644 index 000000000..7ec5ffd43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wand_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916b391c9ca6dcdd685d63df35a37701e87b18295cd714f8cf4fb83e6c1c9830 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png new file mode 100644 index 000000000..56cbbed92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846ee94173395284a752f09d4e6d67cf1c0bf200c5148eb1d2394dcdcb844675 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png.meta new file mode 100644 index 000000000..761910f1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Warning.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628c20e08722125ecbf0aac8bb068732f360cb39cfbb618e7a31176ded350604 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png new file mode 100644 index 000000000..66042f10f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8cd17216384baad4960dd512b46e9e3f60dc2527f0157b650ce2733094c273 +size 5597 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png.meta new file mode 100644 index 000000000..ad0096a04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Water.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae29abde241236a92f462be8f18b5b86abab9a94e5706b28438499af471acf3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png new file mode 100644 index 000000000..a21454c69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04580ec8514b93f5e7e6e99f7d50d8c68914b15e5f237c0c37b61b219d22313 +size 6766 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png.meta new file mode 100644 index 000000000..d73fdac64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66cc4ab74d129122c188bfc92507870d7e05a2aeee7623a120d2275eb89f6a6 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png new file mode 100644 index 000000000..3ac6a659d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964a088a2f90ecc38c80056bdd4aa449826b2488658341dc07f29fb9b2f0c46e +size 4959 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png.meta new file mode 100644 index 000000000..6f43ba0ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wifi_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54d6b5b3324bd8855a056ba76148f742cdcce905c2fc9b6f6c63d78510d0f68 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png new file mode 100644 index 000000000..ec9188796 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099783f7a3e375805d3109c4dfed3c249aa97c0de020bca5d5a21989c2ca7f42 +size 6619 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png.meta new file mode 100644 index 000000000..525cda2b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Windcock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12a3f23b1df0b39a8cf38563078ae83869f66ef73d6055be55dcef3580536d0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png new file mode 100644 index 000000000..d62a043b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b55eea0f8af322584487ebf1a0c8f00dd87892384c350bc8c746e008af25ab +size 6446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png.meta new file mode 100644 index 000000000..1ae0899a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Wing.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf38c1e7f18285eb1733749822c1a7472c979312ff0055398854988aa1e880d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png new file mode 100644 index 000000000..221d05e9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f189fddef4a85d8cf44afd1da0baae3ae0c69463bb3b117bb221bc6432fb37 +size 6713 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png.meta new file mode 100644 index 000000000..faa651800 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Witchhat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874b8d59cbc51d1e64a1740c5a0b60efbd9cdabe291f8db8dfe8f66763ea739c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png new file mode 100644 index 000000000..0633c1042 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a433fd7bcf634d5b3a7c802984779f476daded76af99adabc97a99574a250270 +size 7585 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png.meta new file mode 100644 index 000000000..859c93fcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Yinyang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d6bccc6077e632e4c82117a2658257be963654ce9b7cceecf7746e8828ad52 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png new file mode 100644 index 000000000..02720eab3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041aa2d22e2d6eb5632540984d17298fc1d606784a69699ad4d304f4683258f9 +size 6509 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png.meta new file mode 100644 index 000000000..e093e365c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfea89aca4e1ca468eae3f86d80597269372274c652ea96086d8e3a63997373e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png new file mode 100644 index 000000000..2c3d7a5d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd65c9978834968c1e2a48254983f096b00452bcff5a28f180b17c03750c8104 +size 6255 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png.meta new file mode 100644 index 000000000..c84487f27 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/256/Pictoicon_Zoomout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0382a851ab495fa86421aa5810cfcc30f6814bfc17d9c536ad8ff7c55164cdf1 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32.meta new file mode 100644 index 000000000..d8e7e0aea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfcda994b2efa11089eddb94abe35593d4235fed97201d03f1cda9045ff5a91 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png new file mode 100644 index 000000000..69f899be4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e137d9b2dcfac00940708ae8fd920680e63428fbbfb60c7aa0d08a91bebf0f4 +size 1993 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png.meta new file mode 100644 index 000000000..20c2f347e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Account.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0010036a536c97e4666e6dc74167e690a1c7ab1c6c846c6f467737fc0fd681b2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png new file mode 100644 index 000000000..891580e12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c24279dd0f4438715b99101e439a802436e7c556e7b1a6b3a7336fb6fc47d4 +size 1918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png.meta new file mode 100644 index 000000000..4a23dc9dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Achieve.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e587dc2bd53036802cab78040beb7546b733891a31d32d746c57409e4026e17b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png new file mode 100644 index 000000000..483bce485 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1eb2b8d08378f116653d58c6e55070bac4e24f83b5eae94e60c7ba0d49b728 +size 3110 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png.meta new file mode 100644 index 000000000..8c2ed952c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Check.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b27f59662ae8b54365c5044dcd9042421353c684ec68c83c2e3239ee492a2b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png new file mode 100644 index 000000000..ae7329fef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115c0891cecfe94b97037d8a1ad7217f3f3bc1b592db154dd1b3bd1c56435c87 +size 3067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png.meta new file mode 100644 index 000000000..6dc759e1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26cb10c759173a85c8b39351b519f01e081b7d4825132c25d76f3b322aa3837 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png new file mode 100644 index 000000000..877dbfb44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec70c821e2585fb6c3976f76cf6434949daa96e5685d845f5e568e0e8224ab81 +size 3245 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png.meta new file mode 100644 index 000000000..fdc328f40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Close_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e95d9ccefcda4c0306575e1b6400b465b0e52a0773923aab574940e9bb5c4da +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png new file mode 100644 index 000000000..02180bf8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe8253e44a3bc08168c85667c280d911c170d47743e331776a25264bb05288a +size 3042 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png.meta new file mode 100644 index 000000000..42e310a9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d105086496817ca8fcfd385ebbfd0e03e24e403788b486041db8235c8fc372cb +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png new file mode 100644 index 000000000..d99c0bb80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac51e1308d46de84b4b7740a400032fb469b6bf6b05cba18b84ed1618b231b23 +size 3202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png.meta new file mode 100644 index 000000000..f07da986a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Divide_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1823309cbb68d1906e133d03f8e691d9b68ccfdbef90ecf67af4c6bf7c8ffcb +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png new file mode 100644 index 000000000..359c40886 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c49701e5846bd07777494ee60182ecaf2fda442e488be76ba1572b6ce8c94f +size 3040 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png.meta new file mode 100644 index 000000000..d5022001e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516d646b638e4d2469e09fd374a4b78b4339a50339183569aaa4b0fbc8bd0546 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png new file mode 100644 index 000000000..20aaf0757 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b36addc835dbc193162c0fea78960652c4590f545aba56570a56fa9f59787e +size 3205 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png.meta new file mode 100644 index 000000000..22b3f8b1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Equal_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8a8f8ef69b0e94f2e675fbfa3d141c894eb811866ac14161d14baf7ba050e8 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png new file mode 100644 index 000000000..2d4e52010 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7f30b3ad2526ef5a0fc2253b6fb27d3367ed763e384188f8ab753f37d559e4 +size 2949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png.meta new file mode 100644 index 000000000..dd877ff8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0b686f8c99128722333fb4fe7eff00784d597ece16d30cda0380cb89c125a1 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png new file mode 100644 index 000000000..116e4a97f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2e343c55430fc59d758cd809cbf68d9fa0f3dbc7abb82a4e0b71b9ede05c4 +size 3192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png.meta new file mode 100644 index 000000000..3ab7e5cd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Minus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52beafcfb9316f225a5de3e9777fadf993001e2e20b76ce9a137a50d145a5044 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png new file mode 100644 index 000000000..fa2aef4c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28deff4a019e31f74dcfa16554341f84786fd6df63098554104f1cde681f16c4 +size 3011 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png.meta new file mode 100644 index 000000000..3c147e0df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f18fe4f29679f7d631cf512e37d14ac78ed8b4b518ed31c0aa114c57fbe4ea +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png new file mode 100644 index 000000000..cd8e26319 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef37f096a0f62fd05255307837ff1eba3712a2166f3310043f8ec003d875dc02 +size 3237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png.meta new file mode 100644 index 000000000..afb7e2a78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/PictoIcon_Plus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05995abdfeb033c863d8c2ef09625d5ac52d5089a2110ffe41bc27ffc2f8854b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png new file mode 100644 index 000000000..085d7ea0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc4576dc24eef4488831c4a9d9b3b0e7b700263b8e3153ce666f05e4c0a3dfd +size 1793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png.meta new file mode 100644 index 000000000..1c1e927d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Airplane.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d5025e5dbda0bbd6dd9e782abe158b36c4a84be42d6ca96b6fce567295ffac +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png new file mode 100644 index 000000000..f4a269cdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9301a292c86a3dfa79b3ba8957c9a7343a6054446fe496635815309374aa2c93 +size 1833 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png.meta new file mode 100644 index 000000000..972b8a165 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Alert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fd229fe4f0c2586170cb540264677ab27787a47818efe76f8fe0238ec7dd31 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png new file mode 100644 index 000000000..928f360e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152e48e81a7f847be5ed58ef044ed6369d84474ca206e58874bf56c3d6dca667 +size 1914 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png.meta new file mode 100644 index 000000000..5f0efb3fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anchor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfc1725808f3df6ecdd2b409c3f62fdf30579d324860b9a5c95efeb1e71daf7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png new file mode 100644 index 000000000..460438e8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65a31ffab16af4c59c8dabacc54a5d7e5ad32c89d5c2741897a70b346423a7c +size 1860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png.meta new file mode 100644 index 000000000..3978f0b69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Angel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2053fc6454455d6c571f888658175b6e4a0d2d7120b76af4f9af4c7b4ba174 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png new file mode 100644 index 000000000..d167da07d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307f0b58a60b7536f93a389ba8b7bfbf0e3720ab8a90c2749074c25547bf6874 +size 1831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png.meta new file mode 100644 index 000000000..8d69e2c73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ankh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea96888eb12da052ba85b6b52fed4f690162d347c5c2c2b8711f3cf89fdd2e60 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png new file mode 100644 index 000000000..59821dfba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f34a2c8654c9fb8b04d1788a4e74248a7919663c1a94161105fd5c6e66b563 +size 1813 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png.meta new file mode 100644 index 000000000..a0c3a8859 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Anvil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5af3b0e84535af81dc6cc29c092c0233dc584748d4cd3c9ea5fd58c91f7a6c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png new file mode 100644 index 000000000..abcd40546 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9d33ae68fa801cbea020e4cde567c8aa9151bee7590b66f1b4d07b1d7bab5d +size 1963 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png.meta new file mode 100644 index 000000000..853768de1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Armor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89226d75a9ca6057d7efc20bfc3749982a392ea2c952fc840a308c37bf41bdc5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png new file mode 100644 index 000000000..451ecbbb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b742882babff41007f10ebf5c0cba465802a9c83083d58e29aa07ef58e8f2553 +size 1964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png.meta new file mode 100644 index 000000000..c89c86552 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adca0b954cbd9358af4f91dc0c4a9d083839f219c5ab9f7edd3a771afdc9f8a3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png new file mode 100644 index 000000000..2c4386a6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40607e2c5b3bb28a10f1956bb5af480f94dd69759f98bd3cab05bab11072b55a +size 1716 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png.meta new file mode 100644 index 000000000..7d4e1dcb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Backward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276b2504d8adf19401ee5b08d21f76fa4a6b3d04de2cf8b2c53fdabb0acaceaa +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png new file mode 100644 index 000000000..586ec1ed2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0058fee4d4ad165754428dbd2dca210a8acdda668b727fe524c2f04e83d298e7 +size 1733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png.meta new file mode 100644 index 000000000..0c1953900 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Bottom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd216792f2c8cf2248054981229a225519af1eef4c29bd306ed90396b838e5e4 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png new file mode 100644 index 000000000..7044c130e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd1ed48c805c95dd59207f170913b4e0038af92ce4c851ce520423f6913aa8 +size 1690 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png.meta new file mode 100644 index 000000000..cbd638c57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Down.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfe8c1be12376f23e72ce4fa2f360d31a69740f6233d0142d5e298581a9e925 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png new file mode 100644 index 000000000..358bbda79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2843ce41cccee078500a075b3ce24a5134c2f31214b08302fddb745e9e6b8cfc +size 1717 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png.meta new file mode 100644 index 000000000..fe86d1924 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Forward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9371e8432270d22ac5b322d88555f11fcafb89a77ac92e9d9faf653ffd7de161 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png new file mode 100644 index 000000000..d07b9d7b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd35f728433b02e44ab65328a891af325d8b63b895a5dde9a40315a6b6713926 +size 1858 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png.meta new file mode 100644 index 000000000..c955bcb97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d66da8d45c043ec7bc8bf4744c697596ceb07b6bcac4bd98a036e05453cdb13 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png new file mode 100644 index 000000000..08c24c8c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46156aa9c8339ac9fe848b2786ff55fbcb42e1b632356e38d210a967f1ad1cf +size 1737 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png.meta new file mode 100644 index 000000000..42062611e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Next.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ccb02c57b576b23792cb3fa4a1fa5f090bc1a08a565a9cc20235136f4cd47f +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png new file mode 100644 index 000000000..0d84fb035 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fb2cb56bf68196d5e170e5e227573ef332c731c4bc0f8977bfbd0d4242289a +size 1722 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png.meta new file mode 100644 index 000000000..608d77f23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Prev.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d007a626aaaa9257fb2fdf44cde658f692b58b4a4acfc705c6d027699063071 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png new file mode 100644 index 000000000..c2736d473 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cded7ed5385367546770209d7c60a081468be52941b197c046997d143acc7852 +size 1839 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png.meta new file mode 100644 index 000000000..1acdedc6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a045a5a5d804c5f0c27aaa60fb4c98912a751233b7f22cc2446371157b3b81 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png new file mode 100644 index 000000000..15bf4678c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c23d31d77a493514fbc821eae7e5cd89d5aac43159df2318daf893ac5913ba +size 1710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png.meta new file mode 100644 index 000000000..ad2694ea9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Top.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0337ada59ac605110909db4e30e062cada08df3ffe85aa3f4759a96e460c767d +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png new file mode 100644 index 000000000..95ae1edbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7adbbdbf2e59f7c13bc7d683bb0f0378d191494574744f0d842e86d653abf2 +size 1680 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png.meta new file mode 100644 index 000000000..d450b5278 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrow_Up.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5def657e3038c2ac19fac0fbac29eda62abc19aeb734e0eec07ec8ae1f6517 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png new file mode 100644 index 000000000..d65ca5f24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b52aa121d3f46d97f14a7e0963f73a36b893065b4d4e2207bc88a73cfeb021f +size 1896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png.meta new file mode 100644 index 000000000..9706d753f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Arrows.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cef86f11ab7b766d3044d9463c6a126aeb18c354c49e2e25e2b868e743fa53 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png new file mode 100644 index 000000000..501b4efe8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad76c8a2741e2119bc6cbb29de7ce6f1524e330411bdc74a962851f88b95595 +size 1937 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png.meta new file mode 100644 index 000000000..8ec70f033 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Assassin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888599014af536be23f9c4e4bcb2168dc608c5cd5f6e6ad4f042b47924a8ddec +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png new file mode 100644 index 000000000..def8043a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfaa7836496470debccf12b4900d17ae541b562173f8f2c978903eb0b1844a8f +size 1884 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png.meta new file mode 100644 index 000000000..013f3f6ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attachment.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a49f9a3cdab6960f39c3c7ce6985c7bde45165cc3dc1fe0da3a2b45111e7b25 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png new file mode 100644 index 000000000..f1b1ed263 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2c226d0aedbdda0393a5abb93845fcea1c5709a844fa017a745ffb5dc638f7 +size 1746 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png.meta new file mode 100644 index 000000000..d61c7fe2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182a8eaff8fb4b5874218f58ee4d65a5d5ae5b0aec7c9149c78d31f7b5caaeb2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png new file mode 100644 index 000000000..156fb6fbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a1f71ac668424185c2c2f76bdbe5745778304ed43619ca212657a60d68bd24 +size 1881 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png.meta new file mode 100644 index 000000000..1ebdac047 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Audio.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557c7ad4535006785377d0418ab3ec352ae94cd59a837d32eb2ee9302c2f0058 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png new file mode 100644 index 000000000..218c0485a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ea513dbc4d4ec983b43499777a362ff98451e1b79e3d34d3f1f67061b455b7 +size 1792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png.meta new file mode 100644 index 000000000..402368f4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Award.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1d3e7b16b6d72af00d29ae32ce5ed3d5db482473aaec9b45393dd542bfb526 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png new file mode 100644 index 000000000..707ff6267 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844ad4de099155d9b5b8f9753c7780fd070573e024a2c7a8e1a63eed40fe6a31 +size 1864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png.meta new file mode 100644 index 000000000..6ea7c2f94 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Axe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1673b1dde17cd8b8af088b91ac0e51b756248456c0f0a6a412793f2c95029c97 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png new file mode 100644 index 000000000..95623b708 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595c3a14c4db230c20ede96400125fdd60c92a62b1598a84db33ccf4385d418d +size 1895 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png.meta new file mode 100644 index 000000000..78f43b0f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bad_Immune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f856975a476befea44c41f8c716c1d167dd1a0afb15cd3619223c75da987d9 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png new file mode 100644 index 000000000..311b1f417 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77db1c7d0a54248e1c332ebadfd2c7f8b8871cbd3731b3181247874cf8f248ff +size 2004 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png.meta new file mode 100644 index 000000000..d177b286e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c72b2caf1fbc73166930c632e8d8f2fbd0e08a6cfaec09afbaf8b5613cd693c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png new file mode 100644 index 000000000..94846fe5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869fe8e626f0610bc1eff949dc9816c7415c572f6a04657bf3c83fc91397029d +size 1952 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png.meta new file mode 100644 index 000000000..c93368652 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbeda3e4d19d0095d34e430114790cc94665381db01138aaa2f387d3c11aa0f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png new file mode 100644 index 000000000..172599674 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747c285d697ced0703859028e6be5adc263f5efdcec9049fafc03774b83ca160 +size 1829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png.meta new file mode 100644 index 000000000..af4e2a893 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ball_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c550f59419b786480977495b3bf0891a1e6d06e448bd33a93c3ff83201a506e +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png new file mode 100644 index 000000000..ce857b066 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052452251edf5eb3998fb961c8700459f29d5957ca59fd3b55554b4c54b637dc +size 1893 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png.meta new file mode 100644 index 000000000..14bf4bbf5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f12bd0a390bf5826cef0534a9d04438ccdbb84e6611564be0f01d5bcc1b321 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png new file mode 100644 index 000000000..134e2f3ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f897a10a532691f3a7df45ead84658bcb94ebb33a8a119fa75695df9b582c8 +size 1854 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png.meta new file mode 100644 index 000000000..7438d302c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45980110b0869d0b4a965aaf3694530c1ccadfd09cb4d42046033e88ac068f03 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png new file mode 100644 index 000000000..a2827d975 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e1be5e3b0b08eabda6ec573cda223669dbe0504ee2da6861d3f1e969ad5bfc +size 1879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png.meta new file mode 100644 index 000000000..b3a1502e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fba24744dc1063bc801900f8670ee8bdf3df1244a3c59ebbe54705a3e591ff3 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png new file mode 100644 index 000000000..28d1098d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5647486318a4fac34a86f48a4bec19496ca6c47824bd5c27f94268d4807a35a3 +size 1757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png.meta new file mode 100644 index 000000000..5427fb5f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15f005c7f5d9deff287f4d4677e651bd049e31376cc8fa7562cfb38231f2e5d +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png new file mode 100644 index 000000000..b5c62f058 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08f339d7a143098366bfd00a804dda70adf10bde00fc97d9a253d95a032edce +size 1762 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png.meta new file mode 100644 index 000000000..196894909 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2645a4048dfc05c7bfeb4121dad3ba4afe86334bac189d5671d08984306782 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png new file mode 100644 index 000000000..14d02a0d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898fe09ae94f33b7664857176e007b5903a74a6d171aac393d3bad377b6d1e0d +size 1694 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png.meta new file mode 100644 index 000000000..a5720e394 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835b26f163ff53a8c15731f41e2c912f91f8e62d71d85c39c270dfd037688656 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png new file mode 100644 index 000000000..b22755454 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cb6b6c4bf9853a1780e20be5a20e7a313c4299448f75195da9fab100711890 +size 1885 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png.meta new file mode 100644 index 000000000..3b20c4c74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battery_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e75805d07a0838f558552ce81e9cbc231a324dad9b2b5ccc1029a0ef328b192 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png new file mode 100644 index 000000000..5d69f15be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee25efd1e9dca04b9d288949f8d2267dab3990e11734993052bf4d7c60e0ec9 +size 1891 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png.meta new file mode 100644 index 000000000..fd1d3e4e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ef87cdf89afa6d06bb9a1f0d932cfea3df4976e379b6ae483a278a5c9b334 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png new file mode 100644 index 000000000..27d9bba75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171b6ca933a866e71ccb87fe05afe468c694aecc9f871356797d2b35ed1dcb04 +size 3451 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png.meta new file mode 100644 index 000000000..a74c247b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72d3abf4e1d6c9a6d4a3fe039dd30375a2900a25ac8954e29c47d1237b4411a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png new file mode 100644 index 000000000..c1d19ec98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0727dc55791d088002768dbae99c4ebff02c03393c4fe31f7b25de9a07c8ec33 +size 1918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png.meta new file mode 100644 index 000000000..f82dcdf4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bell_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e9168c18fe0ed11f83f1ef0a635aafa801d1640b1dbf03b348472e9f753612 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png new file mode 100644 index 000000000..659c5c297 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce42ffdd50634eef7407c805b591ec6bf6fc397d5a5fe789f9b9591a4fc15d60 +size 1824 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png.meta new file mode 100644 index 000000000..188602bcd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53257d16b2ecc49f07d7dea2b8139c400feadb2cfb8d428e02c545e1fa6458d7 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png new file mode 100644 index 000000000..2459a95a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c30855490c0bb76650dbe3b48ec0e92e5ea407b766a0f3c3f1182da1fecace +size 1912 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png.meta new file mode 100644 index 000000000..e5de21bb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Blackhole.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8ded5f17c2c1d3bc35178f09fd4c377467d6a5052448705d9d00679e3a1d3a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png new file mode 100644 index 000000000..489427d9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb119a693af515e966704eb86bdb214fcd0bed9b1baa2bafeafa7ccae726ac49 +size 1939 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png.meta new file mode 100644 index 000000000..216d86bfe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a26dc47c77acdaa251399653a1155b730ddb9cc81b27ca4c1898e7449b4de2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png new file mode 100644 index 000000000..50bd5eb6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3baed9a8e6974e44c8a1e689f1ba541b74bed97b05646cf7877f1e81ea3aeca +size 1821 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png.meta new file mode 100644 index 000000000..9f556ff0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Block_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71230f33ae1e7ac69d88f3e173d3f7b1e76e94c38bf3d0916f897e0faf498171 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png new file mode 100644 index 000000000..bf1ea697a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938945d75c2900bab8ae68f8180612f1aeffd42e266b9e73e42e892299ee1412 +size 1720 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png.meta new file mode 100644 index 000000000..a0643f465 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0e0b6757897526895992b15ce6ef34bc799386ebd0331b33567f904c86e352 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png new file mode 100644 index 000000000..3b7dfb620 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262025e7616a9da736429a5502065c9f50e579487128e6bf947d94214bdd328a +size 1949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png.meta new file mode 100644 index 000000000..432875546 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Book_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dcf561e9c870c9b330204684ed4790b348669c1326f755fd0deeb0782c7f15 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png new file mode 100644 index 000000000..ba8d5aa98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59d2750f1b3164e9b8bfa2990e832de19186dd118bd3926c67914f5312a6dd0 +size 1734 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png.meta new file mode 100644 index 000000000..581d40060 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea1472007ee1e33dffc6131fbb5dc858e45cd239831e8cb93553d61eaebc5a5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png new file mode 100644 index 000000000..c30554bc1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0b2580fe1454afdbb237276e1e3b735967e9dfa688698d35de3ad0cceb3441 +size 1957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png.meta new file mode 100644 index 000000000..5028d9b0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bookmark_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04216411d37e865877b7f9f669d09d1d39401d2941e1a84200f6b5aeaa093eda +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png new file mode 100644 index 000000000..313411dd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7099472def903015c3c25fe6741585b619e648ce586b147a1ea85b7fa3d82a36 +size 1778 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png.meta new file mode 100644 index 000000000..62a50e616 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c18c4ce61a82d498c3e2c0e8c59b322377f2daaa8e6d98af2f8d92fc7e115e8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png new file mode 100644 index 000000000..9b5159994 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afdf1ec624afe768ea9949ed29359d575b503dbd2f460c80681f41ed725d86a +size 1926 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png.meta new file mode 100644 index 000000000..9aeba4d6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boot_Fly.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e21ba899fae2b8bd2e359a3fc115623f71bf646cae38bbff4a162bef08d4be +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png new file mode 100644 index 000000000..29dc7fc74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc8a4b9369b27d5c112dfff1265560558fa6c4c1b0f52e37a094d8e7e1627ce +size 1871 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png.meta new file mode 100644 index 000000000..ea57440ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Boss.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3af2fba24f70962e2122b1d52e1a7e86ef4ba6eea2cbc7670e4b3c9d179617f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png new file mode 100644 index 000000000..4efc1dfae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b96fa49b3e2562b5a822b1c5d78758b2023e314444e5419a950daad26c41148 +size 1912 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png.meta new file mode 100644 index 000000000..53ad52457 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236d297c86a46fac841ba44a535506e346a34794352d14614f8815f1a7e9baf8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png new file mode 100644 index 000000000..200ef4c6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed1ded834a4059498a2ccb5a59026dad0d61b211d5567d92057648e435c2cae +size 1875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png.meta new file mode 100644 index 000000000..ea01f21a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Bulb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a493e328c45eeda5fd5eac4997e1bd70f595c4c8f565c7310cc28a268b2ffa +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png new file mode 100644 index 000000000..f9f8d4ac1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775837d03463980c461cc4f192170b94ea702e1b914c5ad7b932aad10040453b +size 1817 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png.meta new file mode 100644 index 000000000..8ae04aa4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cactus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a079a70cd1b9106fca827363f6c82b5b9d19b79bc2e6c24ee396c654169065e9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png new file mode 100644 index 000000000..5bb830fca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6203b5feb2fc0904bc623f3065ee4a72a119aaf7e6b123e7e44e3473c3dd9d54 +size 1805 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png.meta new file mode 100644 index 000000000..3c30a55e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Calendar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02693b45cd028b1999481a379fa288628416481b410ba002038150eda97eb85 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png new file mode 100644 index 000000000..8440d5baa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3221023ab65bb3da69d2fb15d46e1cb74003dd723b5af856ce4a41b811272840 +size 1854 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png.meta new file mode 100644 index 000000000..5484678d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Camera.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec83c900e9eff3fa47b82d57c65eea345dc98a9345e629ca0ca2e07c79b2446 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png new file mode 100644 index 000000000..8d68ef438 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092164d39a6830dc37e00b6aaa21662dd1e256a0c7c925d3a63d1d877c9783f6 +size 1739 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png.meta new file mode 100644 index 000000000..620807202 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Candle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d33708a4723beaee552cf356f1f13cb520f95f8f15c8b0f5813ccb4c4fdd8d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png new file mode 100644 index 000000000..44fb090af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be672eeacb806ea1bc29bafc774cb744719333b550d006cec63def979ab8cbee +size 1904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png.meta new file mode 100644 index 000000000..9c5e6c800 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Card.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87f443f3c7a95277b10d808afc409cb58ca32a5018ca1c57bb332f041bd87fe +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png new file mode 100644 index 000000000..a61a16141 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59d493a7649aac5aa6136831e469caf68e84365431fa9a0da68cc9302e3a4f8 +size 1810 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png.meta new file mode 100644 index 000000000..2316afd15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41498141bba1db9a991960f7e6c8b5c6b1a6155ba3f162e3474b20f0ed01f5f4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png new file mode 100644 index 000000000..950539d0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcdb250d003cbf98213bbe189b1b9bd9eb4ff557675db4db4e0bba309366263a +size 1948 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png.meta new file mode 100644 index 000000000..93361888d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Castle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f4c2747f9a56fc1cdb983dc6f0bad4f70c28313c53e2a29df8f3e61028252f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png new file mode 100644 index 000000000..bba30db3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016e0865655a5c710822fda615bebdbd3e6754cf1d98abdba29e3af7a95c32d9 +size 1778 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png.meta new file mode 100644 index 000000000..945b9b297 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Caution.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd25223d2b9094b7ed6bdbbab557792666e1aec2ec4bd1f0174a6cada97e60 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png new file mode 100644 index 000000000..e3d086451 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc09f8493374dba55578a6dedc291d48200813bc38492a6cc8a7a8ff77f34f8e +size 1821 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png.meta new file mode 100644 index 000000000..1095406aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb389a754a6a3b296e6c71dfa04a23f80522ba0ff5879311b4597567e0ed486c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png new file mode 100644 index 000000000..739a18ab7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c527322c4112ae9c59ad98db4d03f90ecb135abfb45d40e0a9609e694b6d2fb +size 1761 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png.meta new file mode 100644 index 000000000..c25300aa2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_King.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc478d1a35561465041736379b6d5cb87b7dcea1ef18600e1cfa0175390ff6e6 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png new file mode 100644 index 000000000..ae1f7c8f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3787bb66b44d0ad86e7de2a02fb270c3ac7d2b9e1259a4fe995cd9bb1ef0fcec +size 1756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png.meta new file mode 100644 index 000000000..29d975b9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Knight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0356f6e781f4d56d9e6ff17cec7209f8b85187bb6294a2cec907e5f94b0c0b2 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png new file mode 100644 index 000000000..0ddc63da2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3830be0eacfd53c843b281804415befcdbc2069d34e7b12b5a56a82ed14c71c +size 1765 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png.meta new file mode 100644 index 000000000..2a02ea09b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Pawn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0d4f761b7e7e64709f592cdc0bdc6ba80049bf7e5d4fe657838f452b31ed14 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png new file mode 100644 index 000000000..9b170a8f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efb33ce59379a0ab8293313181aab56b8940f3ba026fb91ade2ceec6776d2b6 +size 1774 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png.meta new file mode 100644 index 000000000..7b65492e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Queen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed215ae16564081c40eebc7f1faf17c57f2ffb7f9e33f0fe38757958df02769 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png new file mode 100644 index 000000000..36e71b604 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cca3545d142c2a97df239d2aea1499f6c4c6645b2bfe4764c5aa0d12eb232c0 +size 1782 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png.meta new file mode 100644 index 000000000..4180dfc28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chess_Rock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb8d6fb16b15e75a57e934cb12959122398e4d1158994a7c5c1dda053655021 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png new file mode 100644 index 000000000..5fe814163 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e859a690bbeaa79a8fe9e6777553b5fbc077ee7a0f43dd7acadea05b39e72ee +size 1831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png.meta new file mode 100644 index 000000000..ca39bd1ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d46f83d830c91299d0543a672a71de3fa032e9f36035843ccd2a907d1c4b7c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png new file mode 100644 index 000000000..293bf497e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568e729a023d19adc072338784ca70db99d4484ec2148d2fcfca57dc78951f75 +size 1935 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png.meta new file mode 100644 index 000000000..1cb4d8654 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Chest_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0618c724ee3f98da4b35ae128f52cdd3c72d1c2517a90adcdd2391223eea4d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png new file mode 100644 index 000000000..2a4226175 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ff1606650032032ecd569edcbf2ba6077e5849b21d7be27722ffa5ecef5b73 +size 1758 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png.meta new file mode 100644 index 000000000..71286e633 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Cloth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9b61c8758302e9cea9c8fe3d9059dc88de97f1e0a3120b62c1c9ad49b3dbc0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png new file mode 100644 index 000000000..5db93cd66 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6bec868bae0cc18699dbd1c80516368ef0300bb1aafa76fccc37b0fac1da5b +size 1890 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png.meta new file mode 100644 index 000000000..001e55082 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0c6dc88811fb7c00a4e945081d1dd15b913cd5a975851a1b0ed194c2c93880 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png new file mode 100644 index 000000000..dfbe04505 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba169adcc2b63ddd698d8ed5ba7836e6e983f9cf69a37e15612f8f055c0504f8 +size 1840 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png.meta new file mode 100644 index 000000000..1ccd137fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7400e7d3efba0b306da3df1b0e0073ed1623b0e9cf44a152a98ead153e2418d3 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png new file mode 100644 index 000000000..8579b1c9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7242c0e43ecdf90936e939dfc1ff95362bb9e593425e34b2ecc50a2c5749fa85 +size 2015 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png.meta new file mode 100644 index 000000000..d585cbe10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5ae760c8e7afb40fa447315cb54dfb3b62ed963ec7aec710f8f18c2a601ab4 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png new file mode 100644 index 000000000..b3e95cbb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f46f4fefdb6644aa7f25cc56cce3f78f20d780c05d83cf6fb6699f8f450a023 +size 2067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png.meta new file mode 100644 index 000000000..0a85aaa6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6552c18c643a982c0ff90cbac756e690892cce1bbf4b0daf191968d6c940e3 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png new file mode 100644 index 000000000..95cc75eb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20066203098a2c541a07029a3dc1f24c0ecbb29fb54f3c81ce2c0913c7bcadad +size 2043 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png.meta new file mode 100644 index 000000000..13ba3f800 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coin_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c94c7bd74d69be1bc6e78bd19604223d10efa2db3e51eab827f601f22a0c062 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png new file mode 100644 index 000000000..c38b8b711 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf8708eeac5d3859b6292a1741aca2030d1799af3bf5600cb2559f91c66e6eb +size 1868 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png.meta new file mode 100644 index 000000000..1269b6ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96277eb81ba7513d7cd203200cf2cab730d165e4e0984dc9a9d3033f99ca3fe4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png new file mode 100644 index 000000000..b9e83dcd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5cb9c96adf35995c17b921de45cf16842d8c439810df6fa2fb24d31ca24f37 +size 1757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png.meta new file mode 100644 index 000000000..e4b3045b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Confirm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e66ab13e85bc89f634f78a0a26b0af7abe72f695091e4ea9c61ae44a89fb478 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png new file mode 100644 index 000000000..5c51a7e27 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1a88638dafc668ac0b45c7b9d8163ebd836eb2786476aa51e7e55312e45c32 +size 1770 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png.meta new file mode 100644 index 000000000..78270a0f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Connect.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4055c6f12fe237299519df96b50d7d4ff507602b3be8f34bde7199bc5b52bb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png new file mode 100644 index 000000000..96c2a3cfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c7aeb121c8e33ec4fc68fe0e55c0ac7f9157c00e89496aed7bf66d06e39cfa +size 1804 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png.meta new file mode 100644 index 000000000..d23ea33a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f60729872934591ddb042182cebd7199979d4abe86dbc922cfd19c6ce56551 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png new file mode 100644 index 000000000..27b418c2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c828ae2afe62eb71c346b65f3725dc4b7611b61d29d2066226a6a1b23227132 +size 1618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png.meta new file mode 100644 index 000000000..ac7317614 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Pause.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0a86685caa68e21a78a40df2698cea2127a8bd021312c2ad5ba78d74cb04a4 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png new file mode 100644 index 000000000..678c8f6ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0915b921007be9149837b00a9db8bd0fa7a3fc9e3f55cf0c8d654820c0254625 +size 1697 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png.meta new file mode 100644 index 000000000..079e5b6e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Play.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b79a5faf54edec64c5c7c997155fced2a83bf298795d9182d9498e4cedd1ef +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png new file mode 100644 index 000000000..b20c115d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b034bd0b9012da4ec10b4fa3970da3ad219669f23a10920fec69ba7171bbcc3 +size 1826 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png.meta new file mode 100644 index 000000000..9df3c9e18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6b2ec3c3916d17bfc4a7af703d9568e97d3b5bd3a89519a6eac6b50496399d +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png new file mode 100644 index 000000000..1f1a60eb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d3646a4e7507c9edbff73ec578b6d64352768b7c1c799395c87f6dd1de4540 +size 1578 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png.meta new file mode 100644 index 000000000..d8897b703 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Control_Stop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0685ea9cd699b30d47936555185601c66e1d0773ccb9a8e000e09811e68f6c9e +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png new file mode 100644 index 000000000..edb946f7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ae6961e0b5f8b72163e8c024dcd54bdcb94816a9d5d7d67f41e2d28dfe0cd0 +size 1693 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png.meta new file mode 100644 index 000000000..75d3ca5ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Copy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194b9c20e7fea4f86fc59fb8175238677b473c4a6965392ca7e3f1cd9f1eec87 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png new file mode 100644 index 000000000..880950aa7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1387fddf369c35da8bcdb756a43d56cd2abf3269f3fbd89c3121159dc8232d52 +size 1823 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png.meta new file mode 100644 index 000000000..3120f5184 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Coupon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2b865719ef1afad27b606e44d48a3ba580aaeeb2eeff09432d6660a40fa978 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png new file mode 100644 index 000000000..ee63fde7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba276823241cb5be82bdd3d81ea5baa5c62772a00ef53c7796608541b9836cd8 +size 1855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png.meta new file mode 100644 index 000000000..ec06b483c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Critical.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1029a70b3017befb14a4db446229c2e7abdfdb998c6a9f9f164143fcc413b44 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png new file mode 100644 index 000000000..5f33d9ab1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375367d9a28e13a93bb3e21001f88ec32e5b87f5747189e6e0c4d0322b953de1 +size 1926 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png.meta new file mode 100644 index 000000000..4c05d013e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5f12865f0ab753977d90b3464a1d7ca499e43c23b5bb8f68d192873fed0f9a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png new file mode 100644 index 000000000..97674873c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ca5cf076d12f3e779acbf82b0cec9e54c92514d18762923337a09eafe230a4 +size 1965 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png.meta new file mode 100644 index 000000000..64b4e2531 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Crystal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39b52c37ef14e4bffddab82ab528a3122c24444f50de18607b8fe364a242ea5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png new file mode 100644 index 000000000..efa2c1ac5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb3683c38037a66e80ea0e9026e41e8d32765ceba69273e91dd26f5c437d66a +size 1756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png.meta new file mode 100644 index 000000000..3bd33c454 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd61e95469ac76d96965764e3f8c6e9058cbca8c50fd5b2fd8ac190480a5eb3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png new file mode 100644 index 000000000..0ec4404b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0cdae513594acfbc5ce687060c355f61242121b59d61cdb5a5a2bdc8a524ec +size 1885 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png.meta new file mode 100644 index 000000000..5dd34ecee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Debug.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bbe89bfc0f35a1161d499ca1d32afc9978266cd621b30b9ae33fc3f35d1668 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png new file mode 100644 index 000000000..da4ab385a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e001e15aff0485d42eca6a875aa604de705f86fea202af8ca59e14e3ceac625a +size 1777 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png.meta new file mode 100644 index 000000000..edd32f5d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a344daec8bdb5fdc7307831da3d1caf3e76500149520b527b428e35067862814 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png new file mode 100644 index 000000000..8c5880bb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcdab439aede8dfe7b1a526ed3ae05c8ccd6462762c6d1eb4f5388488a38275 +size 1901 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png.meta new file mode 100644 index 000000000..bebff49ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Defense_Weak.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ece646f422205a7e666654f6ec957a7ce929905967c18f2e5f0370ae31dae5 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png new file mode 100644 index 000000000..a1c23a69a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a49c414a5b2297e5dfe1269dd11a980b50ea26ba5c03699913d6bb2294c587 +size 1686 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png.meta new file mode 100644 index 000000000..4a6196780 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Detail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990763a91b9680f8b54f34c6cfb0bbb67ca51ebc9d084bcf4689a41d63208b5f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png new file mode 100644 index 000000000..d839417b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4576f56ca16a2fa70ab0573b0e8e371ea904ff6b6936e5cba5d37c118d2bc7f5 +size 2020 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png.meta new file mode 100644 index 000000000..99d170bbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8dbea0052eee5a4c9ef31c9207a68342364b8238b0d685c1277d82ee2bf8ab +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png new file mode 100644 index 000000000..c97081c2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3ae9399bffe93f6c07c03605980ccfa724fbbdb0643b3d2c169b7be8ff167f +size 1775 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png.meta new file mode 100644 index 000000000..10aa74bbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dig.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c75536d894f11104b4240744cd9ae2ba87ddf55fe84a1da3a6d054b363182a3 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png new file mode 100644 index 000000000..e09c590b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f60fbb6f68f7af4a16d1fa060d02b2ff1b55c1a153a4b1921d60c100230e99 +size 1857 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png.meta new file mode 100644 index 000000000..3d4e62812 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direct.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e874aca21888a17fae7083f017d11647b80ebee420bfed99706d2e44b1c8296 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png new file mode 100644 index 000000000..b4c20b16b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5e0cffc1c292a4d36a36f4209cb92c23130f95598826a2a4d5b05313294a27 +size 1990 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png.meta new file mode 100644 index 000000000..49acd5276 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Direction.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c60cf498d53135cc3e4c6e122ef4547d0996e40163616eeea0b9635b6345fb7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png new file mode 100644 index 000000000..5b8151c5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac5f90e0d28e71a184a39560f8d0a2ff53ca1e3d1588cebcb66103072b05e5 +size 1776 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png.meta new file mode 100644 index 000000000..4ab19616e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Dislike.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b20e0fe0d43d5e2c31ca13d4ecb2cb0d10c956a47869ef2a2844b65f7d39a30 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png new file mode 100644 index 000000000..4d2579693 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcabbb12119080b3a68b2cb0054b9851fa9ae414731ab7f7a8941cccbbbeaea3 +size 1725 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png.meta new file mode 100644 index 000000000..1c5f30b6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Display.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1107e986625da7d66dd487b7d3307334381dc96d2eaa21f19661a7b295720e5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png new file mode 100644 index 000000000..39931d58b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5167fa7c80631b3f2513f8f7442b1a232b802a75d71d97c0a0326f2f483823be +size 1854 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png.meta new file mode 100644 index 000000000..bd093e841 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Documnet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4e94e0d7f03fdd9676ec5653fa660c87aed28790e2ac26c0a60cff4a955704 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png new file mode 100644 index 000000000..e46700f99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311951708be029294b63049bfc913c2a917867a92f34022c8166e939bbd2eb46 +size 1959 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png.meta new file mode 100644 index 000000000..53c5ef113 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Door.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb584290684c2b7716c0230dc7012779bb394c9a3657d4a033545277af7f189 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png new file mode 100644 index 000000000..04d3eaf10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af815ae1ebecdfcf86fa03f37393b0a58762be450f5296fe451a4001f2f09875 +size 1775 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png.meta new file mode 100644 index 000000000..15398cb17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Download.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77adf8825aaae7492c0c2efea44a2788afacbf92c26eca5b9399bf6e011cc4b8 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png new file mode 100644 index 000000000..19a5203db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf6e203bd05e255f9cd6ba2bf63443782ebf56d174c35968dcf5355a192d695 +size 1946 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png.meta new file mode 100644 index 000000000..34a493ce1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Angry.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96db6b29941da39e7465c06ba9c9d299bb59a7cbdfc411176fb8890b71a24c3d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png new file mode 100644 index 000000000..1a61b798b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5536ed28e72db3ff43ae5af6128e9c886f6859f46bd6580689044b8178e73db8 +size 1941 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png.meta new file mode 100644 index 000000000..909bee5df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Sad.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dab4bf2f0e3183231df652f39f57052df41c061a29f355117a952ae4a4983b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png new file mode 100644 index 000000000..bc986adc7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb3d6b7271001660ff04104ab17cf22c8d05cf2a025c959fb552e9596741306 +size 1912 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png.meta new file mode 100644 index 000000000..80a934610 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Smile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e552f45f02ff563d35f230aa37e1c14bf797e5e5e4263d318fbcd28dfa35c6 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png new file mode 100644 index 000000000..76be0c1d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4bde009f13598e4b08d97c2b7b731c3155e9652a6ae542757dfac755d80a8a +size 1950 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png.meta new file mode 100644 index 000000000..9798ab8c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Emoji_Wow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75ebdab349c283fe94f62159575d7216f69759bd04f5d8ed9ae7b12b310e05c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png new file mode 100644 index 000000000..fefa3327c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab667c62931a5b56b4948f3ead79c4c8140fa688c43d1e960c2cc91c776a98c +size 1758 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png.meta new file mode 100644 index 000000000..dceef7d06 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Energy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983db05f7f796802fdcfd93a5232ffef081f3eb0f7ae9b493695d126b7b2f1a7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png new file mode 100644 index 000000000..327a67e07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce16f0b244565ea5fc1bcbe0bca47332fab07e96becd5d4e08f88d935aafb628 +size 1845 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png.meta new file mode 100644 index 000000000..78e53dd92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Expand.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499f4a96b7d7e9e607d0054b0f5dedbfc91b5887459f95642124b937a4ae6876 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png new file mode 100644 index 000000000..d89c1de3e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68def86cea1dd408a7b5b5fbb93c2700aeea2ccb8b492f2165baef7b2b961ba9 +size 1790 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png.meta new file mode 100644 index 000000000..e894b384a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Export.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4583bfbdba61195659a2a5887412fc0bdc6bf8d611890323125eb0a647771a0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png new file mode 100644 index 000000000..274e6ee95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b676083f8ce2c6fd14441d15e3830e94a1871e71f4dd158ffcca1a528c5042 +size 2036 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png.meta new file mode 100644 index 000000000..8a41f6fd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Eyeball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669b28f43c2c7079a192d32a53798a633adf9bbb34178f38b62a7c9a43d53b38 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png new file mode 100644 index 000000000..0764365f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355e33c7e1d941f0f519258a8d5af9f22bc1a7429cf66176416dc6c6318b6aad +size 1814 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png.meta new file mode 100644 index 000000000..1aeba9115 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Feather.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ec5ba82c3f8f4ec5b48f1cca6109fa46159aeb5f422221374894fb5943b432 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png new file mode 100644 index 000000000..dc5d82fb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd43cbc617f19af0a80a5fc60994300b9a2c3d6076507a6413dd144e05caba64 +size 1803 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png.meta new file mode 100644 index 000000000..bf97f4761 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Female.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f817c7fc5b6c111476adee6da7892a73158701871979d86a881e8bc0021f7c1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png new file mode 100644 index 000000000..80d86feb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b44eff8b5137a0d593295ee52dd830d1fe0d3e672b8ea07047bc2082a95fca4 +size 1924 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png.meta new file mode 100644 index 000000000..002a375a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17927aa0d556a60d8dba8866c0ecd10810e82b04723f4b2d8a4228b7ce7a8a10 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png new file mode 100644 index 000000000..afff4f9af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa72ebcae0fbe0705579c2b3368e04d383edca952c5d78e79981abe874cde087 +size 1989 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png.meta new file mode 100644 index 000000000..8beec070a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2e2091b7d341bd77720b2112ebb977c4759c9b45aebbf3a70a70ce5a5a7892 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png new file mode 100644 index 000000000..9990719ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84c71be7ce674e675c98d6547287c519fd994cffd74aec826af4686dfa51e25 +size 1667 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png.meta new file mode 100644 index 000000000..200c80cf0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Filter.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355d09b9aae168b42cdce051c039a20e01acab09454b6de4091ad0b7906e8a06 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png new file mode 100644 index 000000000..11ac52eac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eeb791df23e0ff7e8b2dd2e4477b87294c833bfdd9f0ada739351243c0c127a +size 1902 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png.meta new file mode 100644 index 000000000..e8c5e27b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fire.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cdc0b81903837f79d4e431f469a11378e21bd4444d614de155342af793fcbb +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png new file mode 100644 index 000000000..7ebdf0854 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322027a8639fea0deb965a98ce956cd18c42e97b82926fccba94c85da3cff06f +size 1902 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png.meta new file mode 100644 index 000000000..a5c35ffb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Firm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6845522ff0c184663e6528da3bb3e035dae9b537867e8713665e7e6e6bb9c7 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png new file mode 100644 index 000000000..ff33e1532 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06f1621db3b4d08976b29f08ba28a5fb7f2ff10709776ce276cd49a809ccc91 +size 1899 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png.meta new file mode 100644 index 000000000..12261b3ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87b90065105b89ca786df25e460caab6c2522320b141d8abf54905f217ca048 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png new file mode 100644 index 000000000..f1d43a150 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f09bd6036d607a8c09c02c899313a5fad04b858f8d8ca7eae8b68da4edb718 +size 1909 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png.meta new file mode 100644 index 000000000..ae74d4625 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fish_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e929b0d8d4f90343099dcd6076809ea5a06521a67f18067fa0961ba7f508d39a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png new file mode 100644 index 000000000..d10b7cf9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba9b722ebde76e1bd2377035c26b951863620509fbebf273fa57d9d10d9e438 +size 1850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png.meta new file mode 100644 index 000000000..9f7059f50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fist.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10de44b535f3c822dbb96648f3e445529435ee8b499bd4e4b499a22376a293ff +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png new file mode 100644 index 000000000..3851e5552 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e449b053267f16bab07e58c9dc1111acf4aa693f80150acf278a2c617154ea9 +size 1750 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png.meta new file mode 100644 index 000000000..3fc84a203 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Fix.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f084749712eaf5433e3cfcce6113540042f2e7805db1b645657a4d79e3d344db +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png new file mode 100644 index 000000000..ad1e95e30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73076e96695654e4bc86c83127c3daa39ac24bb1fa8ba99ac5ebeaff53dff04c +size 1870 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png.meta new file mode 100644 index 000000000..258d32475 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b5bb02ec39c246a839eeccc18eb3b0a2231dc8d29aa64fab1bc90b0ba7fb36 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png new file mode 100644 index 000000000..c38f42e60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394b87a2e35e476445004ed40a79fd589614aaf3ed4bd39058271a2d17f2acd2 +size 1846 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png.meta new file mode 100644 index 000000000..f31d43b5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flag_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97661c6af17b84679d2f5f025074ea063d6f6257104384ed6cd374009057fb0e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png new file mode 100644 index 000000000..2cd20ce2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1ef1015c3c2757d672a12127d811277dfd2718efb48ea3152f3e1d014df1b2 +size 1903 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png.meta new file mode 100644 index 000000000..666038928 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Flower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11be08d13c004cbad8c17ca7f76af38dca0689fe5dffd3e70a949b48b38f8497 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png new file mode 100644 index 000000000..167601e96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49808c4cde0ab222f5de07072311e5e20c582d104e50524e554f2d325072d39 +size 2004 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png.meta new file mode 100644 index 000000000..2dc19e801 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Focus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd78cfe5564f09cc5fe0e0e809f30065328212bd869c65cc7c513ec472d58a03 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png new file mode 100644 index 000000000..3001b6067 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c745f0a05c848999bf3075b4c6340c2fd1d3a0be74897e9d854e29907965c6ab +size 1783 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png.meta new file mode 100644 index 000000000..35ab8b7e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Folder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d683a5e007996f331e68ced0f54d111afa80b7db748640e43d4d31407164863d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png new file mode 100644 index 000000000..bf1d87a9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8884964028535f421b48fec6d39a9223442679035a556ea79eb29a3ab38d554e +size 1822 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png.meta new file mode 100644 index 000000000..185eb819d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Friend_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fc1ce49fd7a19ec3ebf8900943b9339ff1a369466307a14fc8681f2047fa04 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png new file mode 100644 index 000000000..2fd418a09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736a423ebd5c21978db85b80605889ba2fba25e25d60d42a15fc5a9d111e0576 +size 1876 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png.meta new file mode 100644 index 000000000..6d36d9d98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gacha_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d5f454458710496f6cfb5b808b284d4a9d0a1a68d5e4cc3a1a299876bab3ce +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png new file mode 100644 index 000000000..918c2dd08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571b1dd07117b00b6ae03130079518498081687b3cbe0a04d1a9265c2f1a15d7 +size 1936 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png.meta new file mode 100644 index 000000000..ec752395b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Game.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09970e0015b6ccb12dfa806d94952993d4184fe1ce5dca8dbb193619d0ed72c8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png new file mode 100644 index 000000000..f6208ec97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a7d048811dfdd6f5e21cd8681934d54ef41c02697f5f743c3b29f46b551eef +size 1915 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png.meta new file mode 100644 index 000000000..faf3f2be0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gear.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efb5d5e6d2bff17abcc37e106c617281ca5c8d1c0496d1a5330a619c7f10df8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png new file mode 100644 index 000000000..307f771b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3572f01cf9999bd5739210a77d2c6e3dd84025fec8fddc80709169ec179c6d +size 1908 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png.meta new file mode 100644 index 000000000..fa6b28535 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Diamond.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940387c585044c077bdbff127bb2fd1ad1de4f7a59c5300203ba4cdd80cbca9c +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png new file mode 100644 index 000000000..6d4f6561f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc703c44490df4099a2e3b55b02685906d6fc260fdd0b6613bea063e87a27e9 +size 1847 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png.meta new file mode 100644 index 000000000..f7d8878c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Hexagon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e10427f861bed07a37c5238cd8c8cf457a8e2373b977a54b60e53bda65ad60b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png new file mode 100644 index 000000000..55c42744a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe9eea29dab9af295873762cd7330ee3e3b5b4c4a147e8a1fbce47e45c9b07b +size 1960 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png.meta new file mode 100644 index 000000000..92421081a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Rhombus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd8d6887f06f1e9f454b4c03f45a6a9df1d72193e60595c3398d8f5ee0a4206 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png new file mode 100644 index 000000000..031808d77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091637e2486af7802c7f4f453d6d41f0e6d90a35386f7cecb57cc4ba3fcc375b +size 1923 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png.meta new file mode 100644 index 000000000..bc7cb5c71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gem_Triangle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620833171c5c1696719de3412b440482c84fc5b4a696f5993bdc781a43510d76 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png new file mode 100644 index 000000000..2729c8bfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f103bc4dacfe61eda2cbce6a650ba81173ddcd11cd3f8e4300ddf7d61ab3bf3 +size 1804 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png.meta new file mode 100644 index 000000000..1aab5a907 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce11f18f69f15f6e65d236364005b702d04e9c8dce837c1f71123516e6cdbcde +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png new file mode 100644 index 000000000..91a211907 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128d6ebdcb30ef4a7edc420ea530de9e740bba8faeb7f060b2175ded9fdf5cca +size 1964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png.meta new file mode 100644 index 000000000..028f0950f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Globe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b19180efe8a91b7295dd1421593766f29d66bda2920a8dde378de63e6813c2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png new file mode 100644 index 000000000..e8bfe1a94 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80ce72bef09dba5004616e4eb3c4c9a0ab599a81f8cb477cc3d960cffff7afc +size 1853 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png.meta new file mode 100644 index 000000000..20e6518ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Glove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f231682cb8afb628a4c3d6f3440784780db8e1054195aee853523e1a562e58c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png new file mode 100644 index 000000000..5804feddf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c0f3d44bf8fad33cf8cba39981090108cecf8067481f482cbc5d9c9e28b322 +size 2035 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png.meta new file mode 100644 index 000000000..53a6ce31d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Goal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd2ac72512cd49f3fa104d1ee3a54aeaddfb5edd600059420471dd11972e50f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png new file mode 100644 index 000000000..5c0e3b204 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1321962fd265f8d97819ce3c96eb6f06cfadc19bb08b1c40f0c6988c7b6b2ae +size 1813 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png.meta new file mode 100644 index 000000000..122c431cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f9962eb5060e60445b12677d837b3b5b15b1fa9939e59431e5f2bb2f56905a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png new file mode 100644 index 000000000..0bb6c9eb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c7821781572faf113b013efcb0f14bb433c58fac4f02f4825b622846b155d6 +size 1879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png.meta new file mode 100644 index 000000000..de5f1e1a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Gun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e442dc9c61365d806f1d0eb3e4ab4bee0b4299b69961dfdfcea66dcc9d3d4d +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png new file mode 100644 index 000000000..25fa9d346 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fc4cc24a24cc7f4df68c54feda6425e3ab3d5dcf6876dd25bc7e99aba4f451 +size 1821 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png.meta new file mode 100644 index 000000000..1b5d41624 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb19b970bafe06f7a8e4c7c90145640b5d4235079a05d4fc9d25d70b6cd563f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png new file mode 100644 index 000000000..8ca20ac5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a286653c9ed64a02f3e22a71bedcd8b183576d827b27866df7f6823ca9ac8d59 +size 1962 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png.meta new file mode 100644 index 000000000..28a8aebd3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Haptic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2335b7b0b38b889e0e915d773bbb72e15679c8dfab79beea7824f171955a0a48 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png new file mode 100644 index 000000000..d5b639aac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abef395fdd0f62a0151e7c3d442a00c80e9d607355fd2820fc4879be595799d +size 1787 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png.meta new file mode 100644 index 000000000..938b5da66 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hatchet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97438c33c3e5485e0ee211d2d200bb34d7acf6e814a12e240cc96c5422230aa +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png new file mode 100644 index 000000000..28b61e736 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f21737e1cb7648cadcd4ebfc8c04e18f52e9dfcb3828e0e0b939125a5cd4869 +size 1885 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png.meta new file mode 100644 index 000000000..2f0b2dda0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b30025ad1371ffe6cc0bec5a1caf1480dd4d8b1b74be765b0d0eadebc74bdd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png new file mode 100644 index 000000000..4f3564b8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6367377e159759ab3c8186ab3d58ab33529948a2b8a69e746910ac674dc4e14c +size 1887 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png.meta new file mode 100644 index 000000000..d59109850 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703a5d189d4ae4b452614927c8e11cf6a4d481285caac798cc69bfdf31f4bf51 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png new file mode 100644 index 000000000..68fb35416 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837bbc65530fc5973b8b39dac012a50784d8f25f655eab18c5695ebe22ae6ded +size 1845 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png.meta new file mode 100644 index 000000000..1fa08142b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Help.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1a87da138aaa1684ddb16ffd805d6adb225084e66f28ceb36b00e3a0ef8904 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png new file mode 100644 index 000000000..24717e959 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971c48617bfb22cb4179c6ef73559320e62cc1f52ff7d1dc4afe367dca4d0600 +size 1880 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png.meta new file mode 100644 index 000000000..d4bbfefca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3cff2dd89120da7a96bec8f210f9c773ff495b43c2e29fafff6d0d02ede34 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png new file mode 100644 index 000000000..df9723fe1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05fce9f73ede2fa30ed38064919f410dd4c4e9a932c2929b2af64bb08094e23 +size 1919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png.meta new file mode 100644 index 000000000..94ee65084 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_History.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722d538d735e9fdc05d6620b4fbef6bdad58377930bb79fea52c9680fa97dc5e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png new file mode 100644 index 000000000..c8e5a9933 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3d662da3dbb28894b78194ce1b0bb5ccd91f361e10294f4ae3f11fd5e2c71c +size 1644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png.meta new file mode 100644 index 000000000..607567c58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7431c5d25259d75e44059cc5d4983912a2004aefeeb72aae5c6de231465990c9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png new file mode 100644 index 000000000..b0b225ee6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c727f59bf0bd1161790685edb78c51c83da4e5c66e4db28be7fd5f4deab3b98 +size 1791 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png.meta new file mode 100644 index 000000000..8a59ed108 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Home_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d8e66d5e176da9160c213c272b33397d1197783336513cffd7f5d21f6baae0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png new file mode 100644 index 000000000..941630f83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b57a2d98ca10a4df49f87115bc6094488f09e72b842d20c7234c2d6b6e669dd +size 1872 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png.meta new file mode 100644 index 000000000..d4fbe1306 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Horseshoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286126b0ae249a956562c52c67d37652650a8c1d7e1545f69036c710c8159645 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png new file mode 100644 index 000000000..abb345781 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44348c71a36541906bac313b0e0f1874676347504290b9da6d1e8fc26b14f4be +size 1904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png.meta new file mode 100644 index 000000000..3793bfbfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fcd51b9bc42e585c5f351fe6801739f191256383c2305cd0c884a272938a9f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png new file mode 100644 index 000000000..15067dca0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f669a92b6c84f075d62d02aee1d680ceff088221a45f97d4d1fbdceb261055 +size 1792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png.meta new file mode 100644 index 000000000..2cad472be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Info.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7425a89961224766a2d527778952303599d226483a7e9bd7cdce693782f5aa2f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png new file mode 100644 index 000000000..84df8eabe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eeae5820cdbef1a7ab86a9c1b3e736e4c0b730c2d20b924f96f9910a881e341 +size 1808 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png.meta new file mode 100644 index 000000000..2818a2f2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Invert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5656f0c540210f9b777bb8cdbdad1ac69a5e47b71933d368fb1e7bf6243a637d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png new file mode 100644 index 000000000..86229f4d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0cd82b19e8d6573f257b9dab6a18176b88f7d532732a169156241058c31288 +size 1766 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png.meta new file mode 100644 index 000000000..383e55583 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Joystick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a54543a430da230b6b57b65a9c3c2d88bc23315068c67637794d2a7f5bd67ed +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png new file mode 100644 index 000000000..7402dd61f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ad1c2a06f415e3f791a45f7c0465510a6f00ebd3645a47fa4c21d4b94fd043 +size 1805 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png.meta new file mode 100644 index 000000000..af697ca7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55b5f192eb42460012e2f7f011df3133083be054504c0f02c6883b4c8b75b9c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png new file mode 100644 index 000000000..7d0350989 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaba2f6c37a974e503c67473764226121fed03375feffe7d29f1dc29faf8fff +size 1870 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png.meta new file mode 100644 index 000000000..acb281442 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Key_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896691e8f0db21db7081b42ff179b342a0aa7bdebdfc29eaa00927d03c547b39 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png new file mode 100644 index 000000000..560ec919a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96d3e850c7d071a005b70343adfaf1eab1671dfa43d9c45c382ed66bd090713 +size 1832 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png.meta new file mode 100644 index 000000000..ae650e522 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Kinght.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88bca942c6a0254521f62af2984a7c2eb16e7737a3251e45ac7ee89998b6e84 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png new file mode 100644 index 000000000..0f01c9fd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13441f4b4737ac67fae32b174da7f559a0f572d1db8361de17890f3402c73acb +size 1970 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png.meta new file mode 100644 index 000000000..2700e4708 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd83ee7c6bb7d7309bd2c8fcd5481f83cd126fd37fedb1b913d15dbfd8490761 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png new file mode 100644 index 000000000..3ad313212 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bce201dc9c5cea8e161cf06968aa187b8b58cdca92f111b16fac2863bc3f00 +size 1712 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png.meta new file mode 100644 index 000000000..513792629 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Layout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1071d6c69d2a540eadcfea5d6293182ee7407d7d3f6b0dd5322b0cec315cb4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png new file mode 100644 index 000000000..f2dcb5062 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2927dacf5b9a58747672dc9d5c2a490df681d4a4cd291887490763c9cdf1b287 +size 1890 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png.meta new file mode 100644 index 000000000..691d9d5b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaderboard.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b433cf4b6af2e2613f06a7bf27d2904d5f82eb549911ae96e31b7a5a3e65ae +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png new file mode 100644 index 000000000..c289e85dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315fe7a92a7a8864d0b58fa98e1e42a12c35a6042fb56c313d9065abd0733c88 +size 1832 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png.meta new file mode 100644 index 000000000..18bef5a87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Leaf.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46966b7f31ea7b81711db067a6fa15685b6d6068b362c3bfe0bd1154e73d0043 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png new file mode 100644 index 000000000..9171c6f35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e6a42617aedbe270b22c93c147167cb63e825a943cb0ee58bd5a5e9a3dde19 +size 1901 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png.meta new file mode 100644 index 000000000..5455c8cd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Learn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be33597f3f428a3c5a500de9eba81b27f182b13d2db0c17e480f61aeb754f156 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png new file mode 100644 index 000000000..d625b86f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0bc47bbd07e6ed7593a72f42848e92f04de0d85a11673aff13967e3911fd39 +size 1746 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png.meta new file mode 100644 index 000000000..811a5d14f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a48cb9dc33c2f793274618e1ef37ad2910acbaa14224156d044c9a98fac4974 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png new file mode 100644 index 000000000..5981d963b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da56d6fa6146ee55e7ad02805351ab2058d245e3b3b93af499287b6d67b34854 +size 1848 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png.meta new file mode 100644 index 000000000..28f0eec74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b0a13e02485e859472b60af06e1712b7eab1094e516448f3125bb7ce02eb86 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png new file mode 100644 index 000000000..787f71f3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169c1576953fea2e4a3c46c6cc9cb2de013321fa92df6ced9e47d9bd75489bd1 +size 1813 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png.meta new file mode 100644 index 000000000..cef92f0da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Life_Break.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8cd477d9c48e937972b7dce55d2e58b615611a4556c79134bc820af07c02ca +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png new file mode 100644 index 000000000..22b48aff4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2ad088603c6c105394b0f662f53341b663de906a510234334b9d7b6c0741f0 +size 1866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png.meta new file mode 100644 index 000000000..1d29732b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Light.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8d0ace7a3ede1b5fffb574d845fb02da8463c9e3a82d9660b3524d27eb0889 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png new file mode 100644 index 000000000..04f56285b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be616538e9ef79ce9d9c4f84ba7176d0220d87b27e60ff6bcd7705fd8bfd18f7 +size 1767 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png.meta new file mode 100644 index 000000000..63b8e5fe1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Like.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab547aef98a904efc6aaad6d0f6a93600713421a45ebb86c657c64eb7311f80a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png new file mode 100644 index 000000000..ec673e980 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c772823d30b65c60dc844dd3ca2a8b576f6b12d6d890ea0d778f1aae8434fd +size 1918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png.meta new file mode 100644 index 000000000..f848730b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Link.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b313f3c2a0209c2fde6c1ec1b930bd90ed6f5b488523c3b5e516aa5f77052271 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png new file mode 100644 index 000000000..ca8c36935 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2214d96d60b1989ef9778f6af1ba9719455d927452973947e35413b8a796a12 +size 1656 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png.meta new file mode 100644 index 000000000..a799d7fb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad40369ee17209fbff6ec6183baae9ef040efcb3a0b241b9e7aed3b0c09432b6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png new file mode 100644 index 000000000..a1d3d0936 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ce413d989b93541c84297f9bfca612c154e695e84d9c31ad9262a152b791f3 +size 1842 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png.meta new file mode 100644 index 000000000..237abe8c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_List_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f167f71e2c4cb12c66a821912c7cebdaa9ce4a367bf50af6d24ee1491493fd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png new file mode 100644 index 000000000..384c5ec65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fb9dacc274ac6e3abce0a882aecd91d6495ae145c74570c10d56bdcb600c7f +size 1891 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png.meta new file mode 100644 index 000000000..fbfba0bf1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Location.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccb8e8ec6c51f8e7cc7123c4e1752afcd132939f3b03adf45948b69b7da0afc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png new file mode 100644 index 000000000..3048a2df6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90aca230959f7ee0446f7ea761ff15fd0d30a7f161c407e1d48826414d87dd1a +size 1863 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png.meta new file mode 100644 index 000000000..917a8aed9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c70e79b3cb4c474e555941da371f6dd0519a11c9df00de606ee6ee243d5c73 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png new file mode 100644 index 000000000..245b9567b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937415693cd16b3121989ca7ebf934a51a7518c0bed09bf01d8f3eb4b16975c0 +size 1790 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png.meta new file mode 100644 index 000000000..aea3bc2ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d292c851d603036d967960224f267cd7760b8ab51d2b2325de6fa7c803395460 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png new file mode 100644 index 000000000..78097a1ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26563c0317026edda95c5ca56da3f3728b9106defdfef44d58c29c7fe0b596e +size 1966 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png.meta new file mode 100644 index 000000000..b137ab9e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3e2d8e04b6bddd580708c18a809bc434d5b5959110248094e78c22cd562752 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png new file mode 100644 index 000000000..8e8255cd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bdc2d1ab23bedc7041fae9434fb72cd99be014c4339ea5e6e359c03db3e282 +size 1857 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png.meta new file mode 100644 index 000000000..f47163c68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e534061240e13b24503ff0f043a2fa12b04b57d612a67dc31418cd0b09c5eb88 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png new file mode 100644 index 000000000..63495b8c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684ce257468089b8fd672f6a6ec6b385d4e94fc96cac9906e90071873d2c250b +size 1864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png.meta new file mode 100644 index 000000000..b68dc836c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Drop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa80454485378fed0e6dc6e688f57d15fe32496676635aa13ae583b1a97a003 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png new file mode 100644 index 000000000..30489955a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dde0900db126a10f5aff5a517056a31b3fd648453d98c59299f8fe726b2672 +size 1954 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png.meta new file mode 100644 index 000000000..5ded91516 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magic_Square.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6074aa88f21947e69342efdec34f57b7c9a739e9574f76574967cd9a8be0f48e +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png new file mode 100644 index 000000000..488353c4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac3df7732e986583a560fef001eb306d64aa29d59730cfc9a4cb8c505d78265 +size 1867 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png.meta new file mode 100644 index 000000000..03fe3f7e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2049b81d8858c982113352c9614c888f6a71b23671a775c69bae58a6fcd5d5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png new file mode 100644 index 000000000..a70c7813e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290906c1290a65151362433c92a13e092d110647074fd76c61322b7ffd1a517b +size 1790 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png.meta new file mode 100644 index 000000000..87f8919bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6567211a413a2d7cdacd0d7e9b9b46fa0ca84e994b213b8e5a9f26ed9c35febe +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png new file mode 100644 index 000000000..c11c31423 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066b4497fbdf49d7cf8c5aa71b556d0fb9ed09ce90b9e0b7f4ccc7eeb3b4e4c7 +size 1804 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png.meta new file mode 100644 index 000000000..6eafb5eed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mail_Read.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89460f4a61a3f5c1347cc331ca52be8091ab4781d5da443e3688207d839033be +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png new file mode 100644 index 000000000..fa123f116 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961e0b98e44125d3cfb5ac84ed030a313f335e810e9b9d5fb5a5244e52efc813 +size 1847 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png.meta new file mode 100644 index 000000000..056ff13bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Male.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452c9ab1478c3230ffa895ac256d070f27df40dd8d490d9be3e8d94eff8ebdb8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png new file mode 100644 index 000000000..d1240d0a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db37c7bf2fed99e3e9027a91b40b90043dd654a903ef9eeba51b689b2e3c3688 +size 1966 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png.meta new file mode 100644 index 000000000..0fb9ee6dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff148d402e2dbbaad9da1406022e57ea5871e05e5030f3a1ea5e64bd0c583816 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png new file mode 100644 index 000000000..91418fb7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782498b240b0ce32b6a45354321ec347ebf44482f99fb214c88dad73bedfd4d9 +size 1781 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png.meta new file mode 100644 index 000000000..4ee8e6d0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecaa589a84d0a2b207d8e7e54d5ce542ec3e8e1fee88c88ec1fd6e543a9043e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png new file mode 100644 index 000000000..deb614b03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e4308950bcc7b438f27110ef5cf20a64ac26d3f8ccad530d17e4a97c08c82b +size 2117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png.meta new file mode 100644 index 000000000..9625be652 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Map_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42846e01584e3b9c6d6e3ad696b87d50b88d30ddafbcbff655fca9da48ffe7fd +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png new file mode 100644 index 000000000..7d73a53a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eae9947f6b67c68e4726ce1a35d9e23c11920a69fcc38a009685627f3fbc752 +size 1954 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png.meta new file mode 100644 index 000000000..22f324f3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mappin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bea11ea1c4acf5050b56814f8539ed8af9966c8222eb7b2d361d1e7855e73e8 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png new file mode 100644 index 000000000..daea0deba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad4828ad0162c26ab287efb83314d75785490f819bd421f2d7efcb27aa49c42 +size 1992 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png.meta new file mode 100644 index 000000000..221c2da3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mask.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff718b3b315829f20861d0bf1c866039a3452ac03d56ddfe75ecf7542a73f40 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png new file mode 100644 index 000000000..ba1b9b126 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa22f8b7d062b15ac27ce50c4fb6bee2c25696e64e161983e2b8767e50778438 +size 1896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png.meta new file mode 100644 index 000000000..b8a422ddd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfbefeafea2bfa13daacaf98221b3a5a46940fb8ac727f3655e6194ed3cb2de +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png new file mode 100644 index 000000000..c7ad1cf78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101de2af5f183b5d6b6c2ad4536734aa1861f217ab0f4013d07358477f5e1769 +size 1791 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png.meta new file mode 100644 index 000000000..883bdd034 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9c7bdd0feeade7fb2236e95f4f3cb6a1f6a687c6067c230134539213e6d8f8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png new file mode 100644 index 000000000..f137203c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6bb2284aa11300e2acf0d008d28742f14d1c19a12b1eb0366bd47be7064a20 +size 1859 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png.meta new file mode 100644 index 000000000..2999df19a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Medal_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a5866003ac66c2bcaa8f1553fbbf107151eb0fe9ea13ced00fcb1e44abd61d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png new file mode 100644 index 000000000..28e106825 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac816e9d4359260d7dd501b2df00e7ef4c4b01e8a0ff5934886a81daa02776b6 +size 1913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png.meta new file mode 100644 index 000000000..8629991ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b4c77fc9bddc824088ddcde3cfd783f8b5cf9a78811c0bc174e8757da4e824 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png new file mode 100644 index 000000000..7112f3262 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef91cd6d4aa703ea58a093d645896238b24cc278b6d3d160196f0a4b17792b24 +size 1728 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png.meta new file mode 100644 index 000000000..4bd378cb8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13def4d977443e68ee2e736852d159bb9901fe562a0fc1a0050d6dc4023da434 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png new file mode 100644 index 000000000..320b83f57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625485f1d55a94fd83935c2ede18012ea06295ddd11eb928932554f1c1d374a0 +size 1852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png.meta new file mode 100644 index 000000000..b8ddbcc51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Menu_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1837471c4f7f98d2162d7ea158fcca2725165c4336b631ac7e95b854c103ae +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png new file mode 100644 index 000000000..6f7aa26c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c4e67af57289861a97a50ea6c77c043fbe8ce4de5cfdb60a50c53f806f0170 +size 1705 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png.meta new file mode 100644 index 000000000..727887430 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e721976ab4e8a9a9c7364f89723fabac77e3ce971e785579c6c5f39112cfe39 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png new file mode 100644 index 000000000..54c51f4c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5653e73d7c7885bc397a1a51895778f300100dbf2530876e908204bd0105d79 +size 1878 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png.meta new file mode 100644 index 000000000..79a05da38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mic_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b490da314e7f6e47c345457bf8878fcc7ccfb2bc9c0bb14e265bbb20c7a821 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png new file mode 100644 index 000000000..e1b23e1a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae06caa7b34c9d4811d51e28cee111d9d4199240f5e8f95f96c38e13d48a1f94 +size 1806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png.meta new file mode 100644 index 000000000..11d55eb59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13634dfa4b7c8a25679e46a80fc92bccc00cba966a3e58b4d3dd8c163e43e55 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png new file mode 100644 index 000000000..94519c863 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285a6cc45d5f4b60779602f752bc7816c33d41e38f732b5926c78bac29487607 +size 1899 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png.meta new file mode 100644 index 000000000..f12a36485 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mission.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fddb77142910165477ef4156ee857af7679e589ec0d86a49e7cc52585d402a1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png new file mode 100644 index 000000000..6f5beab73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93470ccd9242e399d8197858b950f843169d1b67fa8899b43ed3694c3e5914c +size 1897 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png.meta new file mode 100644 index 000000000..302e2dd7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moneybag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55e8ffbb28badb6fcf46ecde27477f6214a61587b41c88ec8344495dfd40985 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png new file mode 100644 index 000000000..ee92df9c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c525371e54bc7641341a52599e07c204ffb51548cabf3bb6d5940fdd63d7e5 +size 1841 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png.meta new file mode 100644 index 000000000..16954ab4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Moon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e77034093bfa4d5b025f27189d4c3e22654c07ce2dc360ae981e7c0743a44b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png new file mode 100644 index 000000000..74c6ec4e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b49a0f953f9b0f1d8f7d69ebb31ff64cf66a4bf46435dbc8e181bc71f160f93 +size 1868 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png.meta new file mode 100644 index 000000000..94c05da33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Movie.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa54c2ef9b9ef15102a91bb4d0aeee6228192f458a742689c5773cd7276f920 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png new file mode 100644 index 000000000..d834ceb14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093b9c76ad273f411221fd9459c71ba776faa390250459a08e3ed0241780bc70 +size 1826 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png.meta new file mode 100644 index 000000000..9f65ef765 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Mushroom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a817fcd2e75c73b9b35ca2029611956dd1c81adde23b90d0a5fe26c9a520c411 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png new file mode 100644 index 000000000..5c7aa000a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d246b68431966322cfefaceb3c52de5ac8cd3500f92075d3afae351b08bd4fc +size 1739 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png.meta new file mode 100644 index 000000000..70d117a4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f18f8a09cfe104be016aa6dd5610010b01d918b2691d5d1fdd8742e74a58f5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png new file mode 100644 index 000000000..90b97ba41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f2b7d0ad9bdec4b40f7d14338671c3591bbc15ffeb9640b90f7aa8893adeb +size 1861 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png.meta new file mode 100644 index 000000000..35c218a43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Music_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530a82e2b6f2251a44e95cac90b99019f3b91f159063c9232ef64ffb2695cce8 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png new file mode 100644 index 000000000..7d758861c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bba56c5d851455e593a90128e1842dbc9212a074e70ad08c057783e695617d +size 1970 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png.meta new file mode 100644 index 000000000..4d503522c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Nostop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e10a87076e62ae8923714e8a448f447bf1f9b9dcbdfbd96ff6c5753dba3e7a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png new file mode 100644 index 000000000..f9061ae24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c069c196ea5b9e46938bea2ef065af51a6bca6339b577d0ae764c53bf7ff699 +size 1735 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png.meta new file mode 100644 index 000000000..ca7483892 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85035d96a9fd1fce0c619df3aa27adde7e043422c53b8a272976f58bc8c5e7af +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png new file mode 100644 index 000000000..4e148df52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178e31c385bb2e13f108c3adab69b5171150347dc26e416f1035df1c6ecccc71 +size 1790 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png.meta new file mode 100644 index 000000000..a5cb89abb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10db8d27fc85f80b1a7ff45686d65aeedd91d984dce4d4a0db6f7069a20a1d9a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png new file mode 100644 index 000000000..3d859bf67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6d013cf5e722da0b5e8c7006c95269f9b32013ef0ec08ba48d13faae9310a1 +size 1896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png.meta new file mode 100644 index 000000000..4164d6e4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paper_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328691af030af89ae91d31244167f296fb7532ad5ddfe82c1aed1bd084a1e189 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png new file mode 100644 index 000000000..3fea4b15c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045e0c8120bb64d00341944bdea5a993ed336ce7aeea4c5d320ed219c08f376b +size 1836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png.meta new file mode 100644 index 000000000..fd0cd0daa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcfe60ae141263c38b65b514c9c24d7f6803bf9cae63f08a5fa79af54c62b3f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png new file mode 100644 index 000000000..eba54a5cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4759ecd2f96fe3136d090ae3e0e552cf40303e85939ad044cd36b41eec8c86c +size 1909 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png.meta new file mode 100644 index 000000000..fda974b2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Paw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ee0f2d861f2202912ef3bc07f2f4f21c1d11d0c85e51e4de9a7b34a276ce4c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png new file mode 100644 index 000000000..bfbee5393 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bf52c48ad6fd0784d316e3fc56b1f0ef685c0e10a49b71a4ff8f89caa30c63 +size 1746 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png.meta new file mode 100644 index 000000000..10b54b45c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f88101bfe742c2f60f0474f49c291bad79643f6516825a4594f8f006908643 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png new file mode 100644 index 000000000..2b29a4b65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f975baef5712901e9e7d879ca22e23e7def8d14473a4eb53e003fe96f684437 +size 1956 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png.meta new file mode 100644 index 000000000..472262bc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29d3506f9c65abf014ef9ea859d27775084ea12b21f869129108b804e6b08f9 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png new file mode 100644 index 000000000..3e4d60dbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8af31ae52e02b15c55c04df7131835ea0ebc0ebf43a6983e3b98e7a184c4e78 +size 1797 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png.meta new file mode 100644 index 000000000..c07f31563 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Photo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b6dbd866be4e8b34111c8c511c068816faa4b4d5b932d93cedb311edb0fd05 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png new file mode 100644 index 000000000..df71cdc84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baab715599ec2a59c472fb395785ef56e03efa2698cd5bdfb277bf3aa4841722 +size 1769 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png.meta new file mode 100644 index 000000000..10a0a3c28 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b800a7a3eb0194243f7406c56b94af792c8e4e416883be03ae02ab00c9760e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png new file mode 100644 index 000000000..1b9252608 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f333030f7145734f3dcdb414a6606af4da1b3ed6183dc95446fb5b1c07259e +size 1850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png.meta new file mode 100644 index 000000000..12979ac56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Piggy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a62e9c79507fda139c043f659cad4749e916332c2dab91d61b3fe30dd303092 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png new file mode 100644 index 000000000..dd4145353 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e95eecc3bf77c969555d8f093e60d9aea8e43fcf3348d39c535603df3b3d3b2 +size 1896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png.meta new file mode 100644 index 000000000..8f16e5046 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Plam.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaf0f2a725348f2e0130408c07c95a9dea93a91e292f4692d1f3fb8c846f692 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png new file mode 100644 index 000000000..f01db3ecd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c8db1d2203de9784e2b2acc95a4902daf758ae74ff077a44b10d8dd92322d6 +size 1904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png.meta new file mode 100644 index 000000000..5e352f7de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Planet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493d5e4adf9e5136dd1d7ec8b14a1b42f406523efd36b268705239897c5c3c73 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png new file mode 100644 index 000000000..23526dac4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58492f286c9ebc1174a31fbca4e367f1cfe45c2dd51d3b46e414d2337c732b0 +size 1856 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png.meta new file mode 100644 index 000000000..037bbc372 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pointer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fce5a7441bdd5c86ed28aa53abc8a5230d390879476e3f3a7e4cc1aef95ccd +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png new file mode 100644 index 000000000..2c487ba38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7d22d5af2511c400cf94e27209e04b741b224c09f6b5dfe1f0fcc315b295dc +size 1759 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png.meta new file mode 100644 index 000000000..392e1b8bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97fa4e1ba872a6c050133c1012ce13c3264eb99cd3ead29eedbfc39f894d046b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png new file mode 100644 index 000000000..452fcd481 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d648dacc5cc90b925d640b0dfe1a6c93ba184e2bef3ae1b1ff869e7e4c5911 +size 1937 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png.meta new file mode 100644 index 000000000..449850ee6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Posion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92140c4f85dd9f958a426d325fe36ea69dcfc148c8579b4cfb7a68f7b62746f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png new file mode 100644 index 000000000..9ce348365 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d31499aed5eb368fa695ea90d165a8d77981c8b7115a324ad6393ffdd4c705 +size 1819 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png.meta new file mode 100644 index 000000000..a9a8188e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Post.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec96975672aba8aa129b7131b999cf5d1d4020e6614e1805ae305f7c8d3c5b1 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png new file mode 100644 index 000000000..72a7a6ee7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f53f21763c02c98ec519a431ac6e696a73358be2db79d56d090de87041a416c +size 1829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png.meta new file mode 100644 index 000000000..3dc6d3a89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pot.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69a7adf2d91338c4e5b150a3fa51e2a43a95425a72c941a86cc626ccf088b12 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png new file mode 100644 index 000000000..0067335b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893edd03fb8f13c6d9851962b6a7536530f385571838b67b83126366ef298ccd +size 1880 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png.meta new file mode 100644 index 000000000..66cc4e11d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Potion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baad0779d10b99da4bb3518cc0b8fa0cb5ddec62eb28b6faec1764e5beeb647a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png new file mode 100644 index 000000000..60ba87456 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76895cd49b10a90f23bf39eb5c2a147996115a40e5c14b3fca990e9f4157b477 +size 1868 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png.meta new file mode 100644 index 000000000..e63b891c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pouch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a139709bb3e414cbc5744fccb0152bee0ebd89121db18f86e3d57cf27954352a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png new file mode 100644 index 000000000..325f46bf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507c474fbc1a437119fce495c688a4980d81b3ee850261a03dbdd8109b9839f7 +size 1919 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png.meta new file mode 100644 index 000000000..448bea5db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Poweroff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d8ec39277c8caebc3b152ed164e373cf1fca5bff063ba5da5090a9907aedcb +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png new file mode 100644 index 000000000..379b1f21b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd1aeba2a64578f85c27f39d0720d54723ce62d1d7ebb4bc09b77ecbe572ea0 +size 1902 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png.meta new file mode 100644 index 000000000..f4aa94a39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Priest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db56833a29fa75695fab09a7047c4007edc68d231d3b11746f2c57571b1cd175 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png new file mode 100644 index 000000000..b333d9958 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a098bf071df52c3103a7feeed46a208c7dfcda6cf00f5c3f1e0382dd62d27a +size 1737 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png.meta new file mode 100644 index 000000000..01cddda6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Print.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e2221ce20643b0a140511612096787b5a0abae83eb49a2bbe0638e7bded9ee +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png new file mode 100644 index 000000000..c98fa8c88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11b0ca668c479ddcf5bc65343be96435ce85eff8b5aa38daba682607c140964 +size 1847 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png.meta new file mode 100644 index 000000000..b1e6dd1c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Profile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e59c398cad36d5d540e075a7b970bd2f32ae9815d0b7b5c102d70892d2f4627 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png new file mode 100644 index 000000000..67ee43087 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f501e2f9c3e5aa58c5f0b376030a812a215e568751ef5014499666772499e7d +size 1964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png.meta new file mode 100644 index 000000000..5ab0b66c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b969237817cdc3413d7bbba71c53d63939a2c27808c417eb64e06c9ddfa4b02 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png new file mode 100644 index 000000000..4f2f0a6b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a827016d6fef3c33e0b7702be87f689fba624805be44bbc66d720244aaebdc28 +size 1819 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png.meta new file mode 100644 index 000000000..e1cc87753 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Puzzle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95ba7a618d8612e62d61095a6fee2a6a17322e365264295acd12e866996cdda +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png new file mode 100644 index 000000000..4a31cb857 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c439451d30291e85dc19980e288ea812e05b3f256c4fc8fe89abbd662ed8a91 +size 1912 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png.meta new file mode 100644 index 000000000..72dc4a353 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Qna.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d715e402da526462b2526d5e7897030a1315a6c0a105302aefd6aae023dfdf +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png new file mode 100644 index 000000000..aaa375e48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa94d395eec2776d39ab90e0ebbdce83af014a978550e25c8c71994157e489b +size 1774 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png.meta new file mode 100644 index 000000000..0007f6a66 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Question.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84ff55535f3f944a0ad590f27254046d98639c5ddb8e8feac2f2c3cf86fe2f0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png new file mode 100644 index 000000000..ce7b01ad3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf598cddc29da61f815f0eb9357ad2a82e1fc7b4527a5a19b521fd11c80a8238 +size 1819 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png.meta new file mode 100644 index 000000000..96675abe4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Quit.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435b1ba933f3ef013d4fa265d9b6a00707fe8fac391a18e827f6d731be89b5d6 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png new file mode 100644 index 000000000..cca591018 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf2bf29bcbc0c964d0fd449744cc8b7738661540297bd9bdb6f293d4d7a9e74 +size 1768 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png.meta new file mode 100644 index 000000000..3f11e6898 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0d0042c99e216072199c95f43ff40f110b882cc6e59f289b4cdfa53a0a8c4b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png new file mode 100644 index 000000000..9cadd20d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816fd85d4e1f24dc00f63c5c4bb87a7ae597a25270bcd2dee2a85f0266db0d0e +size 1772 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png.meta new file mode 100644 index 000000000..ef81a7bff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Redo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae0a59314aad77e2c47484d8e062ac9b9adda99204d12e89b4702d420d5f933 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png new file mode 100644 index 000000000..38ed0f690 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a5498541c4271bfe48b958f4a4420def1a1c3262abe7510dfcf1e344f21c90 +size 1871 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png.meta new file mode 100644 index 000000000..39c3fe72a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Refresh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56843ec6ac2dd02a4a98e6fcd234d587761c20f89b1045537fb47e044c53b14f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png new file mode 100644 index 000000000..b528f319d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5723c16baa2cc007a283ba5bba52596838415de1994b81a293ff11719aefed6 +size 1817 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png.meta new file mode 100644 index 000000000..3916076a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reload.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6111d8d583e72c9445ddc8e38298f1aeca39598df4f279029cab0ec7ce936e4e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png new file mode 100644 index 000000000..de2a2534c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bd3db0ca84631f400d43be6fbe24b2c4e6532925e66d0e73ad22a229447244 +size 1859 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png.meta new file mode 100644 index 000000000..fe1073c7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Reverse.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34821ef056413277d00ee069a82b51dfe8e8fd52a8c0de8b0302fa65251c0c5d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png new file mode 100644 index 000000000..8a62c5d92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402d3a530d0efba82c5eba4410b818d779f7a738ab2506c33a1380a9d8618f6e +size 1847 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png.meta new file mode 100644 index 000000000..e423f61d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ring.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38ef269dbe23b675add280abbb985f88dc203c7d1a89ce09adb53765417e78f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png new file mode 100644 index 000000000..9efd5af02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251d3bd260978832631568b7243d07408bfd010ac24cfecb322ea7e4ecc62121 +size 1863 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png.meta new file mode 100644 index 000000000..4d755d85e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rocket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07944fa65a520a091c63d520cff0c2594074362325e9e58ca233ed9c7b5c0fd5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png new file mode 100644 index 000000000..732e45b5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9516754bcf7084f008d028719708627ab17b477144cdc1b1a0fb2e92bd8dc4ba +size 1910 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png.meta new file mode 100644 index 000000000..3a7f224f0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Rune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eef368211c3ccc58190c6de9f21eac19ba897671b22c919ce67c463ad1fcb20 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png new file mode 100644 index 000000000..46a0c5996 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1208675e2cb9ca4f3972f50987c7b2be2d006f446042552df757b28b02f03d65 +size 1936 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png.meta new file mode 100644 index 000000000..011f77d2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Save.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ddcc08bb055f2ea95df8943b25751e061fd949cbb6fe1cdf2aac856b74ef7b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png new file mode 100644 index 000000000..c35a49e7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbfdb5c040b0912ad636487f833e1f656e7bb0a7cec75de3debc23d4df8355d +size 2024 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png.meta new file mode 100644 index 000000000..4a5ee4622 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scale.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b087b15628a35f6f6313900b79ad00ac1f213483197658953c12f7cc5f9091 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png new file mode 100644 index 000000000..90b3c0ffd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b852e37a488439842878b5ec51ade19f8f8b6c356629c0eb730ecf1d623a701 +size 1930 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png.meta new file mode 100644 index 000000000..a7bb6e1c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scissors.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac700b64e0ea3e327b48d90ef8517c874d35d224605a6ce9c9114e5731a6fe4 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png new file mode 100644 index 000000000..cd1253dd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c4bb20f7572b795c8c93bb28723ae4bad0379da985bf743c9f47954deaad42 +size 1943 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png.meta new file mode 100644 index 000000000..e754e22e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Scroll.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa546177d858e43cc973cc07c9d8b5a7644ad06685bc4d8226f22d079050ce3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png new file mode 100644 index 000000000..7edc79b1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20087ef8b94fab62833ae8097498d9eb50cfe7fc2a8ac3c6a2116ed442df2968 +size 1829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png.meta new file mode 100644 index 000000000..7b5f3bb09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Search.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e880b9fd29a97e0aa3fdf842ef53dfa5917d924dee64dc2ddc7936d1d111ba41 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png new file mode 100644 index 000000000..40ddd21a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aceed365ba458038fcd6c88cabb0dd192363d05eecddec8ee7912942b12d327 +size 1954 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png.meta new file mode 100644 index 000000000..8405f9adf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Security.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2018e63f949211a91321700183ad33e2bc1692ae24e0b60bad7cdd67443fce +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png new file mode 100644 index 000000000..b600b4245 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af66713aa13a913e872249f4f04ed2bb827268a07f7f632ca9428ef4939940a6 +size 1837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png.meta new file mode 100644 index 000000000..7ee4909ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Send.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b813dc425ead898d6671c1bff4fb261984a4a769526873af779a924dabda735a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png new file mode 100644 index 000000000..36f5b54b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed67ebf3d11cc11c162d4d5dc9bf8272a605466274ee0fe392eb49daccf1751 +size 1855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png.meta new file mode 100644 index 000000000..9df3d4d93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Setting.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160ed6e5fdf7077d04290bb1a32e37471216b74254d68be5c47948f94fe33dfc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png new file mode 100644 index 000000000..243a11adc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a234dd3416e9e88f7c8a3806d5291c19d19262e431fc9b51c06734be2c8977c +size 1879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png.meta new file mode 100644 index 000000000..2f1a3338e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shape.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1629aab476a57fa45002e952dcfc0156a05a38e5987c63b374ad59b817cab9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png new file mode 100644 index 000000000..d62346ed1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679bc62c53fa554adf4251cd786d2e54fedec40ca3374acac5f9333761a6f9b3 +size 1818 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png.meta new file mode 100644 index 000000000..d15660e02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Share.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d09b444177a29e1ac94b3c85b5de40a4fa2759f2b694a3cfb45c83c7b01cc68 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png new file mode 100644 index 000000000..79cf88a79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f0e7c476122293be13a307ad1d405e1d4f99cade005b484f7c0c654d4dee37 +size 2005 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png.meta new file mode 100644 index 000000000..fd3aa8022 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2140969fc3038391634ec2ad0cd46688e8b716265d142229e9e9f046b6afe06 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png new file mode 100644 index 000000000..cc0934aaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7287ea2478909181e958d1a04068d8cb28a1a3b95c6ae0278067ac991c6a6e +size 1843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png.meta new file mode 100644 index 000000000..84a13c67c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799ab1ce73f05340cf3df56fdb054570336d23dc8f6b06bc3728f37a07d55048 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png new file mode 100644 index 000000000..deeaedcd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4cdfa62cf03d8badbe76a29bd4543e861c07be635600c666dfa7a7e90796cc +size 1742 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png.meta new file mode 100644 index 000000000..d84271042 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba69aba226a3c51f72fe75031f612754f06b914d12b1844017ddeb525147ff8 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png new file mode 100644 index 000000000..ea84bf912 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6766fc5c0ec00237e239f55c1dee179a4a731ce36b870cfe3a8c1a0a0c8ab7 +size 1834 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png.meta new file mode 100644 index 000000000..85dba72ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shop_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea69b30acbb6f96a7ad118bc068e93889ade0c961d77894a03f46a283dfc8d1c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png new file mode 100644 index 000000000..962d173e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a55bb1540a5ab20cd669c027bd2cf41ae59175c26ba520cde109e9503d0ed8 +size 1809 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png.meta new file mode 100644 index 000000000..86e121515 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Shuriken.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf14c58ad88b2141f93c63ffdd2ba2ca11b3f9772846dd80b944dad244f0441 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png new file mode 100644 index 000000000..4794379a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c3b075c4ef73f8f4af46e8624663d6906a43fb2bb9f84156e274ee2d9a8131 +size 1754 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png.meta new file mode 100644 index 000000000..4e4d08e51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Signpost.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8bc16e80fbf7edc3d9c571ebf0aae7dc1923b0206084f1903c5c001edfb256 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png new file mode 100644 index 000000000..adf9e243f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10d8fdcd612c6619ee0bdb277ea78b2b6ec518044f5a62821b099496c77916a +size 1850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png.meta new file mode 100644 index 000000000..a0c24a4b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Siren.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013555f03db32f3a967323e1af19ba0f66397a1a451f33a6d6081865bc27b55b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png new file mode 100644 index 000000000..f039dd13a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d92f4a65b13c921533ebc92ad08e50e8a727631b6a6c4c8d7b215b8e7c4b979 +size 1831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png.meta new file mode 100644 index 000000000..1163a8989 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc75cd2b44fe54568bb79302ac4ef57aef9455f523747b47157dd9dcf8dc93f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png new file mode 100644 index 000000000..692973228 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b6808086be930b244ae01d845b29cd35681cdb57a0882f8a4a9e959463d8cd +size 1921 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png.meta new file mode 100644 index 000000000..6bf59f7a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sleep.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3b59225a5fbb6093dbea2b1f1a12412587e04478a3bd0a46957f9c3b134f4c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png new file mode 100644 index 000000000..06f5a34e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acccc085ac2ff5d209f02ba6901d26ec74a5da273d6fe75ac9a733b85b0ff99d +size 1794 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png.meta new file mode 100644 index 000000000..47d8e1e52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Slidebar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0576e351b2ffc41db0e1ec71822a09a2fccb7447fe25a4e86384a681aeef341a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png new file mode 100644 index 000000000..145e7c3a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da319aee3c32a27d71a897253c96f32587ac6184cd6313ee110cb6f635a753b5 +size 1655 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png.meta new file mode 100644 index 000000000..8e9be82f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deafd0fa5e9497976d2e10a31e8473d496ea5316b311060098cef01ed7f8e8e2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png new file mode 100644 index 000000000..7697680de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc2c57bf2b7a0cec26716a04a08ae281e6bacf717105a1e5e109d2b9f438f1c +size 1822 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png.meta new file mode 100644 index 000000000..06cac3164 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sound_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e201a6923c9aa0a5b58ac866af162e322a285494e46ab0b32a1e54a40e4ab1ba +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png new file mode 100644 index 000000000..59ebaa93c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aac96e1c81751e87adfb78f9e9808932c2b0a7644dac72a41803e65ac7cea5a +size 1773 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png.meta new file mode 100644 index 000000000..5f9d95c41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Speed.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98591e04caa383b7d5d1c65a8fc14645555ee5ae8fc37a0abe2f1e166f3525cc +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png new file mode 100644 index 000000000..564779f1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2929f18ad630900b22884fde57a4651bc93ddbdf449c57276e3983ffd1ea59a5 +size 1870 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png.meta new file mode 100644 index 000000000..3511cc69a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1670449e164d8779f986e5acc76a7190026896584fb946513d352bc0463349a0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png new file mode 100644 index 000000000..30fc41b38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06e321d8b751e06ef75bd705805782fc219dd2794f244aaff6c0f8e3a7dcba6 +size 1767 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png.meta new file mode 100644 index 000000000..97b2f3d20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e691db0fa61222498dda8c828615e86204f0f41cc42b8012dae079c30a2c6564 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png new file mode 100644 index 000000000..d3618defc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846a994c9dbc65ab10cf20e635e880d135a2d2a83328d3ae0381e601a8e1837c +size 1816 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png.meta new file mode 100644 index 000000000..9b82f9e55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b430faa32812c28d3fe39ac5e5f515d3011d8109cd891dea3c9d44fbdfe19e +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png new file mode 100644 index 000000000..202aef089 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ece7d6bdddd7c36ccf0741610ceeef6661160f0a0600560774ab2a198d9a2e +size 1834 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png.meta new file mode 100644 index 000000000..93c0891f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Store.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e957ee8d0e606c9d2446d39639f01ed5be4d97ffc2c0b8cb6c5561a52ad7f82 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png new file mode 100644 index 000000000..e8b91bfba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c596176ed452b07cb56d78223612cbd50effce8c88bfaac1b88a719d58d6f819 +size 1926 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png.meta new file mode 100644 index 000000000..708837130 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed1f7dbcd10b025c19580b750ba659658ea81341989d7acfdbaf6f2729f1272 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png new file mode 100644 index 000000000..d39b6183e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d8df5b4c7759afcea1a7e178e6f486c3ea35c7ab58fe95054a2f9c5989b49f +size 1888 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png.meta new file mode 100644 index 000000000..1d98c510c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Switch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45110ea853023a3a47450d06c105e777e0c0f2253950bb4942270bdb49ebd137 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png new file mode 100644 index 000000000..ffa76e340 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065f8264a655f4573f4d1c0381dad7da21ae46142de4f846e8a6a77ef8c53f04 +size 1752 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png.meta new file mode 100644 index 000000000..9d4433b3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fead008f5271c6e73f485846fd54ec95cf26df63cd03e25f155c03b2fec3cc5c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png new file mode 100644 index 000000000..76b33ab2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae226ef7aaa6f92e4d9bb1e261e716ef3338bfb801187a8ea57c6dbb6881f1a4 +size 1835 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png.meta new file mode 100644 index 000000000..9c952c2c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed1f8de23b047da22e021515db8538e7ccb435eedd68cfecf6daf421f53adb0 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png new file mode 100644 index 000000000..1a02eff55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6879e2275a8a90a89a8d6f795448f4eb6ad9572631fb350246c06bad37c3fd +size 1792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png.meta new file mode 100644 index 000000000..5f773e873 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ef02c50d2cfa9c10dd8c364dec43d13f43880b3b184f3a742edde4505a5d5d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png new file mode 100644 index 000000000..71bbb4427 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e968ca1b25979a5987dd86e9ed40f48a472cdb9a7b0caf1d3431f04a27b137b +size 1876 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png.meta new file mode 100644 index 000000000..196eaae29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Talk_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88285279be78d14b8026e3ec6f59cd86238f94d3945c307c25a9243ecb471a58 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png new file mode 100644 index 000000000..bf7dba13f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567688ad74a49d468bfe71d2f114512ae3ef5f3aa37009d4422c37dbbb0ce451 +size 1875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png.meta new file mode 100644 index 000000000..33de1cf49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4ee610474b073d45c32a7379f8cdd7d896796a4684340d912ccf0073e925af +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png new file mode 100644 index 000000000..11aa6608a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965c795d590c24b2f9ced238cd7fa239eebaa85effa712c820675ee9deecd071 +size 1857 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png.meta new file mode 100644 index 000000000..57b1cb817 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tap.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e501a3c14f2f4289c628632f62875e555ea3c6ccb113d5e9bb8787ad06150d6a +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png new file mode 100644 index 000000000..e9e5dc062 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f487bf9363b9951841e19c17b5eccffca8d9bbe3ebff2f3aa3f731c24947518 +size 1905 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png.meta new file mode 100644 index 000000000..0fbb2f061 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad466106d95520fd1df4d5b732e1f744607ba73b4b7d6235c71108260eb0995 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png new file mode 100644 index 000000000..b24f50779 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fbf5a6da20af3876208e7b9d1ee0703fbd83ae79082b0d81a3aeb0fb0ce6f8 +size 2044 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png.meta new file mode 100644 index 000000000..9fbbf3aa0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Thunder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f319f77b7512459e6836ac300f92324151e075ccc0feb2d22f6f54aa540f65 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png new file mode 100644 index 000000000..2b45ded51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbbeb964c7d713bc8dcf74aeaaeca51a256bffaad514376eac1327921328c53 +size 1754 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png.meta new file mode 100644 index 000000000..f9d19dcc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Ticket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7599f1acc353a8e366b80c1866ed342ee9537d478522df1d591558080772b2fd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png new file mode 100644 index 000000000..129fd5d93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ace6f897bdccaf73fe3783721fb231af24081894cb23f9dd3a2b1a499eef0a4 +size 1750 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png.meta new file mode 100644 index 000000000..7ba4b5d3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Time.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786b2524ed33bee16bc3d133da269bd9fe58289acd9816227669c242793bd18f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png new file mode 100644 index 000000000..0cb78abce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb06480345d071652ae8e7b2d3c1ca586d475041b0140db4f6e616114736cd9 +size 1925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png.meta new file mode 100644 index 000000000..7ee59ad4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6112b4a233b7bfab6b9576b0ad2799f54d5f775ed35d008e01c8cf34d656578 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png new file mode 100644 index 000000000..d041238e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b72903d605991eae2a2bde140d3ff2a3fd533505623abeb7627f684c439761 +size 1756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png.meta new file mode 100644 index 000000000..446de3302 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tool.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f714d9b4a60a9df1a51d2ca243e694da4aaf1ae1031c60a87300e5a3243427a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png new file mode 100644 index 000000000..05e00bd69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfde1951f94becf2209e881bff678a4a041cee8ae59e7fd75bd82ec0bb3c986 +size 1825 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png.meta new file mode 100644 index 000000000..6d71f6402 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tooltip.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddcf197563f83868d4e578cd3099c8b5e2027dc20d612729d2db2a8e31fd5fe +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png new file mode 100644 index 000000000..d324b9c33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589680fca24d05556242ae759d5a2f87570c4b059e6a714707284b4e21af165c +size 1799 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png.meta new file mode 100644 index 000000000..eb7b17135 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64934a74c2b46377e6a722c4904364f65fab923141b538c50952e016a9c992a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png new file mode 100644 index 000000000..a2b596bba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7ac4f22e830688e90b7df373f0e1a9038cdca1f55f57fde1b80c102e042b00 +size 1849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png.meta new file mode 100644 index 000000000..387626b9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Training.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49334a46bf7a47846adef272f0f56f9d5d5204f3c14a1e420d7a936b8764c874 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png new file mode 100644 index 000000000..97b6dbc9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922a980b5716de13e98a2721c500ca02135a30799ba99625cf38093e750acf4b +size 1831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png.meta new file mode 100644 index 000000000..1cac14a3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e8a31d2ab13fa234669a3944b3d9d95e8c20148c0abf0a7c52d08d2a6def1b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png new file mode 100644 index 000000000..4b163344c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b882dea9fc1362a45850407072e778a3f2fd1eca937ee85fbafb68010aa1057 +size 1820 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png.meta new file mode 100644 index 000000000..24406e781 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tree_Pine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92a6e58b29505af284a5219b3a6729fff45a3913a1f456a8dfc6500ba3acf5a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png new file mode 100644 index 000000000..759af211c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8b6522e4c539941271969bb3b63962bdec7f9d54eaaecf70dff0b2d2d817f2 +size 1778 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png.meta new file mode 100644 index 000000000..4039d9df1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69363e06496f5b9ff171a45db1734a0db5880f469f51315cd99339d01b6853be +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png new file mode 100644 index 000000000..ef350f21f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfa01b9b6ec04de6219744d669ed42e1e8d6d5216a827ba4d3d3e0fe6df1cdf +size 1866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png.meta new file mode 100644 index 000000000..ed6f0124a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Trophy_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9361ae826ccd4eabd0973ec904d661df00f9f949738294bb81dfbd4af64fd374 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png new file mode 100644 index 000000000..6278b94b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb08cda5e0b0aea7764f99cc9b95f848b8139535be92838e9e0c2e011310d51d +size 1851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png.meta new file mode 100644 index 000000000..950cf5fde --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Tv.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19c24b76df32da978d4e1cf3b099024b1228e6e5660aa9f4e8f17d70d67303b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png new file mode 100644 index 000000000..cee952b9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8375d11d39adacb6fe5996dd9c87bafe90faab605ff1882fbcd0bf5f24a1e735 +size 1765 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png.meta new file mode 100644 index 000000000..6979a8ae7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Undo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4f993ea452743809f7f02717b223dee07b69fe0414451294ca3e9ebfaf776d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png new file mode 100644 index 000000000..d3711e363 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9791e22558b891e81245b77168f5f2f78e2be6ae4e8bf3aaabd1206b1fbac473 +size 1869 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png.meta new file mode 100644 index 000000000..0da017cb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Unlock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72098676c24e9b4e159b914ec181451a2f61df02e47b49a484da2ace36958380 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png new file mode 100644 index 000000000..33441385a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab10aa8a0e85c6de77b340985d0aab89a9e3aca01651bf3fbfca6a37dec8d62 +size 1703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png.meta new file mode 100644 index 000000000..237f2ecc5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_User.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b6e91dc8073af79820c31ce5fb71d8761b1c0e3b2ca7e20a18ec60747f45cb +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png new file mode 100644 index 000000000..d6437d039 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22181747c54e9406eb5dbe8cc24717b01ee71340ad6872cdcb3fa0f878ff1f33 +size 1747 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png.meta new file mode 100644 index 000000000..180c55433 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Video.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b2db0e388865d32bd2b0806f5e02742e1ca5eccf36fbda3fce092e35601a27 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png new file mode 100644 index 000000000..5447261e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880d2f3070b43f59fb4c085bd66d691e98c8426f7fd3f1a486c32d9efb9ab5f9 +size 1816 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png.meta new file mode 100644 index 000000000..da1be2998 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_View.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc697af7ad0061fb79abb865489fe2bd8caf6ad5e0ff5e70502a9eb3de9030c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png new file mode 100644 index 000000000..0e0a666da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c73210cc5356938b6de2a17a269a93f3f81484c5cd65d06351753cc79238013 +size 1872 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png.meta new file mode 100644 index 000000000..858fc6153 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Viking_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a27ae685c28c37dcd85aa6f3a72e9a8b63eef44b2f52f67a16887d1087ffaae +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png new file mode 100644 index 000000000..72ce4fa50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88539579e737d74380bbb528f5b9b66096f00993a997ced7818d59a8f6447e68 +size 1658 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png.meta new file mode 100644 index 000000000..4bdb63864 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2119d0ad9f99160c536cdb1a3df78e3f7fe72389f82d99f2ca3bf887a0db933 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png new file mode 100644 index 000000000..7530d3557 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a023682ade36f3ae2267dcffb3456ddc72aceeb871ddc1a4b5dd18580ddf0067 +size 1867 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png.meta new file mode 100644 index 000000000..b24c671af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655214385d5d9859fcbc3b6dce87ef0f5cbde21f652fbfee53d75588b818e9b6 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png new file mode 100644 index 000000000..e74533d04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5267a71ab5206c0fd05b4dc8fa7d23ae8105e95a6915512a3039ddcc0c23cb +size 1774 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png.meta new file mode 100644 index 000000000..4f5fff5ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908fae71d61b415f5f8a7e385d249de5e9f9945a4b33a280b830fd8df1e50910 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png new file mode 100644 index 000000000..b9f50dc25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb65899c17b55721f76182ea23aa76713ce2e2334d85a9a3f3633d9d9086910 +size 1794 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png.meta new file mode 100644 index 000000000..1203eea54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Volume_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a609cef8347e59f1bf0f8b26d615d9efb3f7a18b5eeb71c7f4724f09bacb3b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png new file mode 100644 index 000000000..dd06323f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f217a4a72ab0cbe8d8ece0862f7dc01808e8f76ca2392ed561bcc130a384e868 +size 1836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png.meta new file mode 100644 index 000000000..4a9957593 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa8f00f3d4b0ce32537d090bb3a45eba173f18e7a7a2a2d323617a87663a2d4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png new file mode 100644 index 000000000..14597d7a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c54d26ffbed13c86262c5732b71af7a562780c7b5346880c5eeb8b79a582ce4 +size 1831 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png.meta new file mode 100644 index 000000000..f722897f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70240101c69f752df863fffd3219db803c8f9a9cb0352e2b0fd8aecd0246ea2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png new file mode 100644 index 000000000..da195a72b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0a260e033d572e9179ddf5e1d27c68f83e8f000df64c91bbed358e33a4bdf4 +size 1844 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png.meta new file mode 100644 index 000000000..40e3adb0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wand_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9787d93643b19cc9dc3401f52ade43ea0e873f3ce8d974da56b33079e7e722 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png new file mode 100644 index 000000000..7ba94c97a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a824c6b31cbb688175ee8edd4320fbfa2b564917c916742323749bf2b1ea9dfa +size 1667 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png.meta new file mode 100644 index 000000000..707efaa99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Warning.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca097ad2e2a2a1418d5aa2e95737a4f4d09dc59a004fec7d143ab01b74ec4abf +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png new file mode 100644 index 000000000..9f6f78be5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cba833adc7d7e43ecb3dd35d80b7081541621c42c66bcad379f1b397d12d5b6 +size 1807 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png.meta new file mode 100644 index 000000000..a6db9a0d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Water.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6933f48eb86c60fab96b827399bd80bf1681575097a4b8f1bff3213c817ed873 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png new file mode 100644 index 000000000..0e64aa497 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca9ec16ac29c0666fde8e21eda4d54da9b06960cb68fc9492eeae76dfb1ae32 +size 1868 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png.meta new file mode 100644 index 000000000..e3c822487 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f71dc43f80317ac350384d84c468100ab863820bb0d5c2a6a470e7b87cccaf7 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png new file mode 100644 index 000000000..5c26409a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284fdd0e974446187388e2d484af033a7ebba5d88f374dfe2bc2d1f61325ad4d +size 1762 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png.meta new file mode 100644 index 000000000..3b76cdece --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wifi_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f678dbec62b93560ee7fcf71125caed39f0aed4b94b930ef2fd63a54cc6510 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png new file mode 100644 index 000000000..3572b119c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb82da0cdcc405568b062c872640e0d08774c3a34af1cceba011478213cfd303 +size 1950 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png.meta new file mode 100644 index 000000000..2e9873ae4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Windcock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292d17f7c03ddb1d344ef8d379569007a52d17b0ecf67e4aeb152f7e436276e3 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png new file mode 100644 index 000000000..12090dd1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ee891d021f13edacc92cb12f67e3b84125204d2938ecb199f9da851d0c2824 +size 1892 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png.meta new file mode 100644 index 000000000..562ee779f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Wing.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4298659449d0af2892a332adc86c365f14d22a2d9dba247ed0dbf87191e5027f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png new file mode 100644 index 000000000..4a0927d60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b9efd7c1cd52b2c55b669c4e107878a377f572f3216f36a7eef0e69e4a6790 +size 1932 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png.meta new file mode 100644 index 000000000..d12812913 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Witchhat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba0c9cd91c7429a6d2d33e1e32454ad3ed0e4801a7ea81ac0647d8b72b1fc03 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png new file mode 100644 index 000000000..d4c5f9cfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dcfedb1451c7cbb941c75cbd6b5899da9e07493a94d6c6829a848df03573b3 +size 1969 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png.meta new file mode 100644 index 000000000..3fd6dfb0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Yinyang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23c315afde283c1e87f40a35c494177f782e66a9f65a2069e8584f49d52a75e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png new file mode 100644 index 000000000..ba65f4de9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fa2d23c4386ec0d6a6e0890afbcd722fadb09799ed475a6abe626ec4dc8a8d +size 1879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png.meta new file mode 100644 index 000000000..1702dc268 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db54fade364f6f63952def6b1cb8e2020d7ef2a7291e7b34d491c0e0bea31a37 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png new file mode 100644 index 000000000..6b0daaf9f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849204dd7a93e3d4afd633b77d68fd29186c78ee4884c52a510f9f3ece6d4a6a +size 1873 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png.meta new file mode 100644 index 000000000..3564980d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/32/Pictoicon_Zoomout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99551922766fc5c5571d1be91eff46e12d373b30e66f5a7ba07b3a34c014281 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512.meta new file mode 100644 index 000000000..90ba303e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c987d4430be2cbd4ec965ec0d53df19238953a86f36064abb4a9556a235b6950 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png new file mode 100644 index 000000000..be3e42511 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ea418242049ffc6142411818f7dcc527eb95a20f1609a3d69d9dc2e7046206 +size 10708 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png.meta new file mode 100644 index 000000000..746ebbaf1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Check.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d19aa896794fd67c7d01ec97c1625daa5dd90b5b02445391791de07aa95712 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png new file mode 100644 index 000000000..8964a6910 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d99e8e5cd547a59720dabd9de321f77b2bda0f831455e061e7e925019b8118 +size 9385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png.meta new file mode 100644 index 000000000..e7dc1d6d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b78a4775403e7260c38a545dd1d853e6dc34ba96a1a458eea71d66dcae181cc6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png new file mode 100644 index 000000000..fb8716270 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429e1d9f7303cddc123512fe9ed93c01afc4f5e1984603533b18cc1a42d6d747 +size 13532 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png.meta new file mode 100644 index 000000000..a4655574b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Close_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e259592eb6c0927ce43b3c7c2f1d546cf324f8f1faee70bdc3fd9dc9405704 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png new file mode 100644 index 000000000..36a35e84e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941090e41eab40c4eee5eb09fec2aa958c166a7bf8cfc14c83e40d5aef721562 +size 9198 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png.meta new file mode 100644 index 000000000..711b0287a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eed9ac71e5a22233c073936a5c7cd332746369d89665b6e52277a45837fb9dc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png new file mode 100644 index 000000000..5f6cfce94 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9c453edcfad149e5d61444de404f84fd51ba2fdd58605d529c971774c65e5b +size 12632 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png.meta new file mode 100644 index 000000000..ddb4fd482 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Divide_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cb5b245d25f2a63535f80a30c20e91293aa0812a8513cf4a49642a9fd17070 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png new file mode 100644 index 000000000..37027f025 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885eb7cc81c3826d47bcdf49c685112813f6acba7f8592fd67e8164004e80ce2 +size 7501 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png.meta new file mode 100644 index 000000000..dd7151e5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a26dc4abfb69b80dd60667ed23d451e52605c2ce97025d169d37e355e458cb1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png new file mode 100644 index 000000000..528cac9d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edd1d9a97537487bacc65450b75a8ff0299c1d87ddd1dab2d54678772c7a029 +size 11852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png.meta new file mode 100644 index 000000000..9a8ad98ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Equal_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaa5512228b50d4c1916841e3ba4c3ac081342055c0468564f806dcfcd8ef1e +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png new file mode 100644 index 000000000..030de292b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e72d0102ce91edfa899f2b7e61d0c0c5890745d82bd6652b6f07ce8d131a62 +size 6418 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png.meta new file mode 100644 index 000000000..5a7540785 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4fb01318bb62910b3c445c0e7e926770f99086e60a2d9e404ff99afbc32a89 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png new file mode 100644 index 000000000..128a09cf5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825a28c4b889baa99acaadaa617a934b31ecca5bd7f95323ab4d9783893b0bc3 +size 11168 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png.meta new file mode 100644 index 000000000..36a95134f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Minus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ce3ae69f3c3b487eaa54e574f3df6f9910d235b5b627420d19833e459a3a76 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png new file mode 100644 index 000000000..ff731902a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996d1ad57ffd97b189d43beb73ec26174fa54ead6e9b27b659d102c729137428 +size 7697 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png.meta new file mode 100644 index 000000000..fa0b6cbd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce768839ad2d900cf22dd4e51eeaf77c67fa8ac76b4454da3b5b18047ae02c9b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png new file mode 100644 index 000000000..2f8ce49dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499131ca5b3671a72e7ac21a8a8d1068b585b447f3254f7a55588c47a53d23ad +size 11930 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png.meta new file mode 100644 index 000000000..a5d67839d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/PictoIcon_Plus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecb63b63e25cc58042b9a8585be3e39cc245d45441383424584085f0f3834a8 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png new file mode 100644 index 000000000..5556c997f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7878e50c9b3caea78a1b64b36f7ca6b08b1f47120f2f410cb94e7f782c9b9a8 +size 9564 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png.meta new file mode 100644 index 000000000..188d158e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Account.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3836f0bc739eec661d115d61916e173f6c704b5c44dc9d3c7bdeed478253be0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png new file mode 100644 index 000000000..375bc0153 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f09a13016d1ee4981b879d7d7331ef032240bdec09d72f6787257f1dd44473 +size 11645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png.meta new file mode 100644 index 000000000..0ae205671 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Achieve.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d21ea3fbe4e9fa55724ae7dcbd94cd984661d23f54d433363fd65213a3e1bc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png new file mode 100644 index 000000000..c8d777e0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fde46e140bd9366e223cf61ea301c0cb31067b5d79c8eaa24f406549912c8f8 +size 8218 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png.meta new file mode 100644 index 000000000..602de2173 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Airplane.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edae1cd12f8b930ed4c31af7fe38b99dd7f54d36e087a8e92ff12ad7d4d915c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png new file mode 100644 index 000000000..efc426860 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15cb72a31638124ca6c474f96bf6dc6ea3f7a9fb0d845259d1d6a0e85102994 +size 7948 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png.meta new file mode 100644 index 000000000..e33cd54c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Alert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7841dced02ab620330d073444dac55fe769ac489910752acf7aca5478b445516 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png new file mode 100644 index 000000000..d225a1df5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77b9eeca92b7c56e1a7f922d4fe4d39ef5d4f93f9c7af348f721f31be578c96 +size 10927 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png.meta new file mode 100644 index 000000000..7c9c474cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anchor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee35096b566000fdd2f0e134778e40c14d08efe78ddfb8f5c1ef29ff2c79b40 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png new file mode 100644 index 000000000..2ac630c2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e2339d7765c10891d141e8869435b29e19fa892df02aeea098b1227c06a96a +size 11511 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png.meta new file mode 100644 index 000000000..aa066b289 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Angel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69def422f80c72363a7b90128e208d23b124c0e83e9e2aa31945660256f1e96 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png new file mode 100644 index 000000000..e24ce9ed1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d5c9ee8da1c3a8ca6513ba65f5f097cfa43a91625c4a82e76e60d7b79f791c +size 7732 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png.meta new file mode 100644 index 000000000..027acc20b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ankh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af00f737f1c2d219ce73061a6e0f6fd221b81b1c2b3c94a6a374e70aa159028c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png new file mode 100644 index 000000000..c3a923b3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6fb8b733fca145928d43e6a6966961a06e7dd1ecf2f54eb5cd8ca184780b03 +size 5740 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png.meta new file mode 100644 index 000000000..3f41d6f50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Anvil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7832e2812883e1185df5a9f5f90d0ecf338c20c14599da50cb023853f14def9e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png new file mode 100644 index 000000000..429362865 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579fb4cc6594e0a849e09bb17508b79ec7eaf08dfe88a52c57135c9babf6b1ac +size 13173 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png.meta new file mode 100644 index 000000000..4c9552b92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Armor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c265d62e841387e8c33fc37944ff18911bfd9677468ab737f8b4cbcfe5bd6c2c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png new file mode 100644 index 000000000..9abfef11e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f469a739e6682dc1202b61c8d98f69a70f8f9411a00228aef5d6d432ade42094 +size 10495 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png.meta new file mode 100644 index 000000000..31cc1964e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a222478aea4c9aa20c6a9c3aafe3992b5a39b9e8379b1b76e1f7fcf094bd2a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png new file mode 100644 index 000000000..62288ff5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7769ef55cbc66a24a25d1c2c0a2cdf0f29e131d88ac2e1b79d26b171064425 +size 5287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png.meta new file mode 100644 index 000000000..9bb70a5e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Backward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5eb15b4778228f021ae48055c292675e7d6f4f78bb0df9c18f6711486a3f9d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png new file mode 100644 index 000000000..8ef238e6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d929fd389f3fddf8ee98cdb2ae8007c547eea42eb9276fd54d3e50c7951d109 +size 5829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png.meta new file mode 100644 index 000000000..9ecf8b687 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Bottom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db57911559ae22346dd09a2b4b4d6f1d5ec2425fd8d34ca5ee3bad37033bf8b +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png new file mode 100644 index 000000000..0b63e513b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bc2b9bc1eaf6138760bf8298c9b1ddaec7117be2fc41f18a07618d8d42a38e +size 7443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png.meta new file mode 100644 index 000000000..db00a7899 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Down.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc2fdefe3233dc910d1926c61872c780b848361e345c92c41723eea199f0e15 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png new file mode 100644 index 000000000..bab83f471 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5a39fc4e5865f08a43f07105beceff11802f8aecd5142a7ca931f8eb8ec55d +size 5058 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png.meta new file mode 100644 index 000000000..750872105 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Forward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a804d1907a3189ea684871dc97d6df4176371f5cd175cfc59fb1634f7c4e2ff6 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png new file mode 100644 index 000000000..1dbffe1cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e310c932884325f5db248dac8bb39005508a6e75ecf65256a89a0a7477da3b +size 10602 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png.meta new file mode 100644 index 000000000..78913525e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d96a0654df453cfa1f7a677f8d010c9d1fbfd921d69f4105f0b81eee0582dcc +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png new file mode 100644 index 000000000..74419340f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3b21f8b5ba9b5a5fff65c7bd1005634df68260bb85a9c1974e9e34ddba5d86 +size 7908 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png.meta new file mode 100644 index 000000000..d4fa64673 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Next.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3703ac8a03df443868968383dc08428c9c0e59d142b3f4c046e50646313815 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png new file mode 100644 index 000000000..018d487a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf9c8a4054926c53a33109f7f2f33e8fd30495ab45d42b3f5d22fe8cb2a1d61 +size 7918 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png.meta new file mode 100644 index 000000000..fbb643927 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Prev.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc21a103c67aa75b05087812c3e225b94b68551a9b8ada6c6194147c7c57aa9 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png new file mode 100644 index 000000000..ba4aa975e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d057eeb9da2cf6d74eb29a4e3b07b5c832964b65d86d7eac047be8f1b793f373 +size 10725 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png.meta new file mode 100644 index 000000000..522d98c8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85e205f2d5afccae717e538b13d9dd8f04a70289094a4d9d26ff30c85be07a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png new file mode 100644 index 000000000..a3cceeee7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025bcc8dc2770b89e38ee1c26f3f8411c21134b8de4a5a6a6c4208fa92347f4b +size 5759 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png.meta new file mode 100644 index 000000000..11b79f9e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Top.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc11b362f748659f9d2e6e0d17d55bf0c2b912ccf2a15e5091b22a7c82e1d519 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png new file mode 100644 index 000000000..3c36c0b56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9780cd09da6903dd44241da2182dafee89724d2c6220d8945c7e058103f76c3d +size 7454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png.meta new file mode 100644 index 000000000..458d5126c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrow_Up.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0a9771d5eddcd303bd9b250dea018df684438e73a035e8360036381b423ac4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png new file mode 100644 index 000000000..350858871 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd82d2dfc154f4e7b205201be9f8aa5d20ce7096a19ace1869940c7f24142f5f +size 9067 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png.meta new file mode 100644 index 000000000..e6d460ca7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Arrows.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b005a7cfbe555e5f2a2f33e73f5038703bd021ea88c74ea82cf317d49b1275 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png new file mode 100644 index 000000000..6aca4b194 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b3b7e7015ec3b68373f41f0c403ff96dc009306bc7a4c6df17f2c6424291fa +size 12277 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png.meta new file mode 100644 index 000000000..431d38d85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Assassin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5436794594240be4355f812b9541cc0a7bd950ee51c212b70b43489f296bbae +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png new file mode 100644 index 000000000..4551a0eee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b263f3513e04ad7dd9620968c8d403c79ce9696f26b4848731ec183a19f7b8 +size 8804 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png.meta new file mode 100644 index 000000000..a380914c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attachment.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cff752f03fe57c042908c19f03429d91c000b28fb3fa0d4c9519c72eefe6577 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png new file mode 100644 index 000000000..473ff2988 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddead9c6bb2dbb745cdcc8cd7e9882d7ac430a5aa0934d5acb3815f45236fabd +size 6620 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png.meta new file mode 100644 index 000000000..26d1f9b03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f941a5256fbfc35bb320bf8e16c85d517676f7381e886669b13928f213b29f24 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png new file mode 100644 index 000000000..98e9e1eb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e7a172366ba7102b48bd7d1dc5a243d38055b9e6c3087053a13c8fdf9de412 +size 10139 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png.meta new file mode 100644 index 000000000..c742cfeb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Audio.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cd9d03fa9460bc2b75829b5bcd64b4a159de9961addda03b15b68def8b9261 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png new file mode 100644 index 000000000..b527ed2df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ded534bcdeece5a632ec67335f32b786d9901d6d650484202541b1a14c02ede +size 7726 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png.meta new file mode 100644 index 000000000..9cd633a63 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Award.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed30026edcb791bf42abce8a54ba2f038f05896aab1e13efd49750e9236f07d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png new file mode 100644 index 000000000..5ec3c9209 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdc05450c7f02a30e219ab35f923fa08fec02b6805821ad91975b3467756a1d +size 7396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png.meta new file mode 100644 index 000000000..d2faef3a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Axe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4be32caa72e5127dd02ea30d375c9e222766828ae8bb06defd57407b142e007 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png new file mode 100644 index 000000000..cc8bbc4c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97299835c332b89768d15257d177a7418304dd40a5f638e2fc8e41d0c2d41c17 +size 10047 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png.meta new file mode 100644 index 000000000..aea32ce8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bad_Immune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1a1452674a703ca18826d06eb943d603cf2abe5ef732409c16268a35353af4 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png new file mode 100644 index 000000000..721a26335 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb101c596c3c99cc2e6d4062aa45326643366dc7bce4ef76c72b28b69736d3e1 +size 13894 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png.meta new file mode 100644 index 000000000..21ecf5128 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a2808ebf80a880c20ba2f31ea0db8abb98273f16399c17707335628e8d3208 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png new file mode 100644 index 000000000..f50828cf5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7e74efae0d4c197316654944335c47e81745e5501f3e83917208877a423eea +size 13184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png.meta new file mode 100644 index 000000000..f43016dc3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998a0958cadc40652f400cc8c827678b62491c9ece50e0e9f5ed8cc2ce274f42 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png new file mode 100644 index 000000000..c55ee51b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6508c93aef8770a5e2a4451266bbca9eb1fc390d4293ad59b174371db1669001 +size 9512 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png.meta new file mode 100644 index 000000000..5126c2844 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ball_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c9c7d0a5da16736f1dba014bca234891173b9b8e18485bc1fa208e4a3489b7 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png new file mode 100644 index 000000000..076edc99a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6f8e98aff10e0e6b54d8dcae82efccbb8e89d02d4acdf4481564ff7229ca67 +size 9499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png.meta new file mode 100644 index 000000000..d47e7181c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb878fb55c09be04440d3984f3928e8a4363b437cafb3b9381a2b40fb72bcfe +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png new file mode 100644 index 000000000..d0fbe9e8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6bf367137b368f25addfb52121b3a98a524a725e81581d7a236181675c1b851 +size 7340 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png.meta new file mode 100644 index 000000000..9e0f30202 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ba5032ba132fd1d86f2bafa2d5aed33901a61501b123d9e45113b0b5beb75 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png new file mode 100644 index 000000000..7c3dc66df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77657e7a21e606d00ad60d269a376d1f2b69a9ce9903c6b2df9ce4f370ae4321 +size 9668 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png.meta new file mode 100644 index 000000000..9f53e5971 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15cbd63af60c643c18ab465a45facc96bf6688375907fd39cc790fbb75ed6a4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png new file mode 100644 index 000000000..36ba1d99e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ccfbea49a7a994d6b6593ca92b8eed7852b8f6930e651516b2e1a411f8f4d8 +size 3820 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png.meta new file mode 100644 index 000000000..65ce7ad21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898792ccd5eef857901959d160711a0bd45cd41c3f541ae316a28730096d0ec3 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png new file mode 100644 index 000000000..1a684e263 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03710453bdd66d2e2f17ef1aaa3cca046b2499eb9786b0743f22607a4052c9d1 +size 4344 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png.meta new file mode 100644 index 000000000..c8fd8a5a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b39b352f7ab0fc3ff261ed7926527777929fd2215ed06612f046480667e90e +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png new file mode 100644 index 000000000..320005825 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963bf73c45efdc3a1d7b330ff987626c04dc0d0d48826a1e53bb4376b27e776e +size 3587 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png.meta new file mode 100644 index 000000000..df03be4da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5cebedfb287e37d0e1cb7cbd1c0590bd4fe937d58b9db31a5e2242bd71c970 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png new file mode 100644 index 000000000..47745e433 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a75b5a8646996f91cbda01f5ecfa2fccf88ae0011fd474120f7b288cdcf3d6 +size 6727 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png.meta new file mode 100644 index 000000000..eb166c91c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battery_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669217a9a13019122c0fd7f2f90f078008281545fe0e7b9cc7662f60466f6b16 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png new file mode 100644 index 000000000..beea69048 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c1eb8601e324606215e1a84117dd547d2e37b26299bf05d014d79aca3eafca +size 10819 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png.meta new file mode 100644 index 000000000..d9bc39c45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532fea50d5daee119fc841ac205fb800b6549eb33c8b7bdf269781eb978dc9fe +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png new file mode 100644 index 000000000..ca7d5cf84 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778b46bfd9f6ab1894e3941c6469c0148c15a91d4c579cdbc85daa22eac7498c +size 11502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png.meta new file mode 100644 index 000000000..e0f68c569 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727f0c9c57a327a5ad47fcba1a950e84d73c836dac8114c7c926cc062141c768 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png new file mode 100644 index 000000000..583aabe29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0e2419770b85682cfc892b914bffeb9f70002f72247e30d76848f952d72996 +size 12546 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png.meta new file mode 100644 index 000000000..619b27b14 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bell_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3447c4e594f369cac5b73b06f47ec21fdc816bb7173623251cc02ea486c20c2 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png new file mode 100644 index 000000000..972803fc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9038cd6d9c421e2ca390daef208b64427994e9f98f44490b4443c0318010a3f8 +size 6298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png.meta new file mode 100644 index 000000000..4de68420e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27eae5fea1af8260d99193c57bcb5d478ceac4b9e3849af9d7c73dfe063ac0c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png new file mode 100644 index 000000000..cf114d307 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dddab83d429174ecb64e8a421eb2276adb6aed75228cd83fd760bb3f1bc629 +size 11323 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png.meta new file mode 100644 index 000000000..16e7a7171 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Blackhole.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f2c34a5188d07a6cbca23013a802feb4284edf3ad373767adc325255677cc3 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png new file mode 100644 index 000000000..39fd828a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f01e898c169c3123c253592c50674e87efc8dbd72e54b40aa11101c7426d9c7 +size 10732 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png.meta new file mode 100644 index 000000000..186d5d30a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db21da3e52f8c4efc43917b7b17a7596f99f7ba9c5258ae743e909407b12e9e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png new file mode 100644 index 000000000..5ed1d825d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ab4653ae5a6cbd2697264fcaab40f8526b185a084efc5ca347321106b9ac6c +size 6027 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png.meta new file mode 100644 index 000000000..ee4d61368 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Block_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88be781add92d65b9fcf44624d16c3563fff42188e1ff5a0d07e8a3fd5187cdd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png new file mode 100644 index 000000000..8670ec240 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2660eb418de4d1cf7d04e151b112d795dc5c1002fe7708e5a42c4fdcb9026a +size 6420 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png.meta new file mode 100644 index 000000000..86a722f74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d85932fb83dc7581a5fc22278dcd114daa3e6428bd833cac424b45c8455802 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png new file mode 100644 index 000000000..621896e09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cec3a2faa14aa0f2b46538c9d96dcb67d76d3e95d0a9f876c8deeabd88c1aa3 +size 10261 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png.meta new file mode 100644 index 000000000..1c370a512 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Book_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d85bb4fb4cc570f6c7ae81da8d53ac08024e361aee022a03cae9ca3031c8901 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png new file mode 100644 index 000000000..416410df3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e437ea276404bf9a2ccdbba1f2d8e091e978b2c87f2b03d7a9e753125c5b0cc +size 5159 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png.meta new file mode 100644 index 000000000..dd69661f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e96147800b75631074b59a1d6032f79e9b9f0f59913c9f0a21b7ee126290e6 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png new file mode 100644 index 000000000..9f04a2c9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f20d96d627447f46d47bde696b111b933d95221c1c699f3611dd4e1fc795d8a +size 10008 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png.meta new file mode 100644 index 000000000..71ddc5bf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bookmark_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9ea709c79d799f3c6a8822e52ac10b54c0f6172a2a7d4a3643943ef8933beb +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png new file mode 100644 index 000000000..12eb23cba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec3d26076670966bf164e88c7f91826ada73b49f2b76ae335a5e4994e6ade55 +size 8137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png.meta new file mode 100644 index 000000000..7795469f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df01adacc1b7bda2018d72d685da72f531334391b0207b417660048ab366a43 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png new file mode 100644 index 000000000..3040c3c97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244e7936f1ad6b234f2ee82f36c0b9637821a2b0a1b334b3b50fea514943da92 +size 11409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png.meta new file mode 100644 index 000000000..60cf968a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boot_Fly.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5aa4a3a2a8643f8ebc552bbf9b4b881d0d80ee58c2034038ef9adb71d00b5fd +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png new file mode 100644 index 000000000..04ebc52e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34232473760fe722a22fce7ef88ff960a3dac0bd7174285c9b6b22483eade3c0 +size 9355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png.meta new file mode 100644 index 000000000..fdf3873d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Boss.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d4fb2517d0bf35b44cfee2bcca1599f362c9026636df0f0306b37e4adce13e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png new file mode 100644 index 000000000..7201d9dac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204da3313017e0e7131f9fde585e0db3f54434d3c5e5a6866de02c6cb0d51301 +size 8233 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png.meta new file mode 100644 index 000000000..386ce2834 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcae3365500d8848158fc9ac3b7a3b81988eba6a45af294589fca418029b4dd3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png new file mode 100644 index 000000000..33c02880d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac147750bd66af8ece1f43349ea27f227f0c6b37a7030a87efc84880630073f1 +size 8222 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png.meta new file mode 100644 index 000000000..a9d8d46da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Bulb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ef0467e4d517ffd1356dac86c57faf40210fa46a3d23086ff46e0ca5666b65 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png new file mode 100644 index 000000000..aee5b1844 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6691bd07e9cb9efaa6c6515de2780a36becc3300be4db6798c1515cc547f6b +size 6961 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png.meta new file mode 100644 index 000000000..f2b8d9af5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cactus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778d98418c36d4dd964aba1ef84d6f208264a055d7256f8b030ad98ccfbfe221 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png new file mode 100644 index 000000000..5c27ae2e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be876ca8f6ab48263ce3cc4339caaa09f6126d5ced6b37675b63ebad2e348e18 +size 4905 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png.meta new file mode 100644 index 000000000..d57011f7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Calendar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd6a411c5ae9093f50714bc2856ff2fd9f972b442a564fd332014fcd94fd0c7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png new file mode 100644 index 000000000..698ed3d0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74afdbab84c3e930f2523e2df2501aee7f98854114f2677a7523b08621a61935 +size 9260 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png.meta new file mode 100644 index 000000000..7abe58380 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Camera.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded53c86ba973c147938c0580a8b46e84d78e081a3303a431ff655e37b1e7710 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png new file mode 100644 index 000000000..294e1c6d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77bfffabb264bfa30d2c44984326008098fbc26d67b21a82d89f6c61dc62c01 +size 6566 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png.meta new file mode 100644 index 000000000..dcafc2dcc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Candle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419ccac6d41b3831f21ea6a5a1c525516c422f997bcede2a6ad0991000ad92a4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png new file mode 100644 index 000000000..21d677de1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f619943b33903b0ec2fd35c2dcba101d6cd70ee8ce3f6a33f16386fbb0d1958 +size 10965 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png.meta new file mode 100644 index 000000000..8444a60d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Card.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba9d630e3fa5affceb641de080c353a0b0ae00d2d26f2584dc9b0c11e6f047c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png new file mode 100644 index 000000000..8a03b72aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12275dba516ea0472c297290d68024e08942cda7c9ff18adf3b1ef1388a9c2ca +size 8047 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png.meta new file mode 100644 index 000000000..161b52bf0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd72f2920d1688636ed7665bb875e23ecf7f4c749b678d86431a2b1044728d0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png new file mode 100644 index 000000000..bce23b0c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c1296fe44f0c8b5e883a1e55c93f0a8b9aa2d731d5036a0ced81dcb53f0992 +size 10054 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png.meta new file mode 100644 index 000000000..deb4cc8f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Castle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2220039d5cc8e14878a20a5a86d05a27933999c693d2f224814cd2e41e1d1a8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png new file mode 100644 index 000000000..4e42dfa67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3a5e04d15c345ad9a41e3c61368db2fef1b6539388f9cbb42b2f3d69e02324 +size 7648 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png.meta new file mode 100644 index 000000000..a068dd5dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Caution.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031ada08b1485faba14b2d1bea66c8b249192b8841bb15a4261804f63a3a2e65 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png new file mode 100644 index 000000000..344abb664 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18163c085d647a9fdca66c733bbaafabc7e782429619cb8e311f1a13cfed9d4 +size 7247 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png.meta new file mode 100644 index 000000000..83780cb1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de054d30c83be26dd6af5a07bcd0ebb96ad555fe30350d8e9fba6aa56d30c5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png new file mode 100644 index 000000000..182064462 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278e4cdbde5f34fc87e89d3103c90d91bcdfbe7146a694aa8517585708a68664 +size 6064 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png.meta new file mode 100644 index 000000000..8c40a4891 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_King.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d96dc6eca9c931e5bb0672d81cfeb9214fd24bd39a189404fe9ce4f275ebef +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png new file mode 100644 index 000000000..99d6c875e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e494a8d4a5820e514aa21b3cee5356634fc8c764f0ecfd7d7129c565ccf76b +size 6532 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png.meta new file mode 100644 index 000000000..af154d407 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Knight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c6865147c28c7b0381d9ba2b9084ac32945c7e16455c78c570cd75f2488a78 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png new file mode 100644 index 000000000..035cf4df7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e4235609e7f86fb5eb1c0e6e9eeb6bc351cf23f4895b257307a7f782236be9 +size 6325 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png.meta new file mode 100644 index 000000000..235e16444 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Pawn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e0caded993fc557a3129cf189e42397febef9553502d1d170c9bc4b9f9a271 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png new file mode 100644 index 000000000..bac8da638 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e5509d5ec367bc402a1d8efeb1cd51b4147bcb5b71f2e9e5aa8d48bb385be5 +size 6818 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png.meta new file mode 100644 index 000000000..184709af2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Queen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798fb8427372c880d98c7e8acf0c23101213eb064fa14e4fe73b924de4e102fc +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png new file mode 100644 index 000000000..bf12d2bad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c096faf78d669471fac3a1ec06468ad27a1cad65f615a049b36390732918d59 +size 4993 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png.meta new file mode 100644 index 000000000..544d39350 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chess_Rock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7e2c7d08917e7b6559e1dc850b6d1bee9433ce20ffe4b7cf58888e41ab4687 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png new file mode 100644 index 000000000..ff388f685 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0c4a61c1cb1e641dde1d479a5b38b753960cfcf5dc1969904e54fd526ce71a +size 6535 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png.meta new file mode 100644 index 000000000..5b45e9f4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b920369926c12402e4d80488695a6edc80dc04604768c9ed2ba111d1326330a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png new file mode 100644 index 000000000..a172fa56f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907ab2630a529a5864606004bbcc51a9e18b1b6cc953c83118a5f32518154cf0 +size 8807 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png.meta new file mode 100644 index 000000000..0312d0384 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Chest_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180490995f7ce80206c0c87e7f7b299aa7f213eeaca33d0757014c83c218e19f +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png new file mode 100644 index 000000000..c68d70be1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ccbfeed91d47461427cb0dc0ebcf0b2261790f89232e064d552ab60debefb5 +size 7220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png.meta new file mode 100644 index 000000000..797cc39fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Cloth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaac029aa077baa8cbaba13beb7ca4560b3d59dabda1b4930ff1149cd95645e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png new file mode 100644 index 000000000..b31f5b485 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170d5e671619bfaa1048edae8130282ca3f15c1f1a1ff41fd10dbaf38e1b62ab +size 9700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png.meta new file mode 100644 index 000000000..a10bde2f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6eb2317686b049595f1e310a9999dbea2878684878602fa735b48666866125 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png new file mode 100644 index 000000000..bf8461177 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076d44562ad4eb0d27c080640c31251eb2898a8d0aad7b88dde6c58a483b86eb +size 11050 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png.meta new file mode 100644 index 000000000..de2d45bd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bfbea33e48e50aef074b97ad4b6774b892f84393d97bb3eb656ea883e5c705 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png new file mode 100644 index 000000000..51ad29118 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13365e4149bf0c87fb59df60b6d7c8cda76e10d33f06bb8747be9b9d283a62e6 +size 14980 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png.meta new file mode 100644 index 000000000..24d7905f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94010ad87d8e45b07f3520e6601788dc187fc141437414af9680dceb75cb163 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png new file mode 100644 index 000000000..245db6640 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a97ab55d7030d92e01f4362dd103d7d06c377124ea893e248a9c4153541f4bb +size 17013 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png.meta new file mode 100644 index 000000000..a9b0073a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48613ace20f006f2971e3e237f2c505d864f382cc9c247b45360f9c50757432d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png new file mode 100644 index 000000000..8e65f1ecb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dd5e0d9c11392a42559bf64677488133509cef37ee562d166377fc4204d71c +size 15947 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png.meta new file mode 100644 index 000000000..5c1ef00df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coin_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb5a4eb05bcd7900d47e3a5f93466cdac0b34abddfa14589c77a3fe98bd2933 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png new file mode 100644 index 000000000..d5486bacf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59926b989e194532a9ca963d9a70e931dce5dfa003a7cc3db6649fda981ee245 +size 11288 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png.meta new file mode 100644 index 000000000..59c298514 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1237a9064bb5060f931a7838f0a9abcc40f6cd20f4689663468272405dd266a1 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png new file mode 100644 index 000000000..830777bbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5192da5c9d7a2c5e07a3b87c8b76ddf07f06338b2524a362bacea73b44082d +size 10292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png.meta new file mode 100644 index 000000000..36ef85e81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Confirm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c235a010d65e08f7045b7e6c1a1d7f6a31d803bdf24f5f9c32aa9a8906ab15 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png new file mode 100644 index 000000000..c81f012c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cfe6b0d84cfc97be14503b6d411e9757d44378211ab6c78dd7753056bef6fa +size 4998 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png.meta new file mode 100644 index 000000000..0e61d6ce7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Connect.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace385f544e7aa7fc48c29d4b8bf0f60929df5a563aff6be715fdabb4b0b08e5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png new file mode 100644 index 000000000..fe463abef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223231980bac6a6b1cb8798f09d3c05cd05dfbb37d05e74a6388c7c14be2f236 +size 8012 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png.meta new file mode 100644 index 000000000..1b5f713fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd3438956574250dc58645d30d5ceda5607d01fdc216856dfed3dbd9907d8b2 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png new file mode 100644 index 000000000..ff15b83c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92e378ee69c3d7b58ee47aeaab308097a783aaeb9990bb9a35b43e397a3275d +size 3811 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png.meta new file mode 100644 index 000000000..41aaffa10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Pause.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881f2d0c5faf17dffb4f5e12813ef023987a67d8f943c15eba859f381ff4cd0f +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png new file mode 100644 index 000000000..4122ae197 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ec8f563128d7fec3c439030187d83e459d148a67dd8332f69f5719f3f377bd +size 5982 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png.meta new file mode 100644 index 000000000..39a23a5ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Play.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64aa7fa84626c846e9fc8d8234176ccd61cd02930816f755860671a1aa4c6ae2 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png new file mode 100644 index 000000000..5d8eff111 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17335448c45c6cb7333fcfb3409184de14b7457c575da3efd587e10abdea7cce +size 8060 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png.meta new file mode 100644 index 000000000..f3e8082a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d159a2041b9c1c11a1dd9f0c7d78ffe7a2c69c04caeea87d6296bcdb02f576f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png new file mode 100644 index 000000000..f62209b7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6caaa854f80d7d43e5154450bfa9cb999848211764a9238ca0c46bc887eda5f1 +size 3664 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png.meta new file mode 100644 index 000000000..bc6f48288 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Control_Stop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d67bbd3710df5dd7d92d6c84923bdcb1e5cb486bc624b580b7f119479b2510 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png new file mode 100644 index 000000000..6c3ac7574 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95466a651764c974d574a1758cb5d712635900bbe451671df81de1353093214 +size 4014 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png.meta new file mode 100644 index 000000000..0ccd98d05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Copy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e0289a6244f9b688eb88a21259ef5c8a8489fec439adaae216c19a235ca430 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png new file mode 100644 index 000000000..51a216e5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6d3416bc8087c56fbc27f1d6155cc88eef3881d18bb7826c2a0b76240d9482 +size 5448 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png.meta new file mode 100644 index 000000000..0732bfbc3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Coupon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da47cbcf17ae6348f8dbecc668200ffa3ba0e2f9671f3dd27df6c8e8e6a4b3c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png new file mode 100644 index 000000000..affd008b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957e5d606b817160617608e421275509438ae477089fd53639b4c2687efb5844 +size 9538 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png.meta new file mode 100644 index 000000000..96fb32b24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Critical.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbeca7ce24fcc91d44a603efbb20c52606b0c3e8e27cd477646c71cbdb27ff44 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png new file mode 100644 index 000000000..7bffd9231 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd103e2021e19a580bba5e70a1683c39741aace3c0611183df6cfe0fd2021bb +size 9412 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png.meta new file mode 100644 index 000000000..bbaee92c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36d4e80ea559bd539756a69259ae77b20ce7326e2044f39462f2daaedc4a126 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png new file mode 100644 index 000000000..dbec264c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118ebdc789dc88ac32ae0dbc5382b39054e10e0bcf053cb61ac5febfeaa9b76e +size 11739 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png.meta new file mode 100644 index 000000000..01e3ddaed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Crystal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b229775e41994640c2b23e224c0ddadb81cd028668483d9c66ec7797a6332a93 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png new file mode 100644 index 000000000..d805543e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5defd543b5874a99be4506910ecd22ec020260e466116773aa35ac648405a4e0 +size 7355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png.meta new file mode 100644 index 000000000..7ad1739b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bc31a197b3f76081bceb924a4063741fdb7447204e9e5ced90249d31d6426b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png new file mode 100644 index 000000000..f45f31384 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7095b5ab2cb0c613eaf266a522f8e1c048749bc03636ceace4f75b9c1c45752 +size 9284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png.meta new file mode 100644 index 000000000..037c07fcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Debug.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9b93e8e7bff9b421551847ee2801e579046f2b9e3d74873275ce66ee36395b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png new file mode 100644 index 000000000..f23c18423 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd35275988617f4227c6d29471469f27793dc5fef8184acbe6097c48d49b53b +size 7215 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png.meta new file mode 100644 index 000000000..4eede330f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c80ef93639a909e1eefa85dd8ff80538a763ae4bbda58cd07c7695c192b0f0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png new file mode 100644 index 000000000..63b0781a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5991c533a14ccfe5ca60e17a52aa6e537f1df0ada63b0e29d8ec3a125d4b77b +size 10538 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png.meta new file mode 100644 index 000000000..43e6ff31d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Defense_Weak.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36365af00fb107b68f9ab6c11a1290c51960c79b8a4926f8e2a4fcbdee33383b +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png new file mode 100644 index 000000000..e71825c10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa9e081a8c1a7cff0f4d5f3612906f8a705096c89a1bdf1d437979b4c333865 +size 4733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png.meta new file mode 100644 index 000000000..8e00ada1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Detail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866e1ea9bb6dfa6eba7eb54d86953fa703daf903277ec93f561152969d8e4977 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png new file mode 100644 index 000000000..88fb4ed3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e6a868e30c3786b41894f5c32d382b1fab56b36940a95a292a6e261e3c125f +size 13007 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png.meta new file mode 100644 index 000000000..44be40d5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4882920acec0eb87fd9fc7535ef7ec478e10a260dc4368f7c72e46b9ba505e2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png new file mode 100644 index 000000000..3ec977500 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe1d7875ac4fdd0af06bff8d9ed260365597c23b9cb085a79cc071336790f09 +size 9318 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png.meta new file mode 100644 index 000000000..e633dbf55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dig.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4c10ba808c7c6f7c8754e8aca79467b5efb7e1f9079386def84f38da3da16e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png new file mode 100644 index 000000000..870d30ce2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59d8806eb171aa8d8fcf482e789c000638de3ddfd1155dbf01632e92729e04e +size 8815 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png.meta new file mode 100644 index 000000000..197c3e822 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direct.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46763cbc8e655fc52bdee47b32156e6afe83300b702acba53e4c347de16e4443 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png new file mode 100644 index 000000000..15540a52a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e177c4b400bdd1117b95791d38050de3b8e883dc572ab2def4d0238517b0300 +size 9254 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png.meta new file mode 100644 index 000000000..18406da7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Direction.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a974a2d02df6461e441fb2ec399e641706a44e7b38d44020dc67c168dc660ec6 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png new file mode 100644 index 000000000..0f744ed50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e8af4a84d592c7e44a38ab94927a46e25aabf69f4c746db7301b5c72eca9f0 +size 5729 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png.meta new file mode 100644 index 000000000..72d78e5bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Dislike.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9f890fece4acd76283cc39bcf2a441a1089a3d9ffd64a252333f2aebd12810 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png new file mode 100644 index 000000000..5de765c30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2194e97d41ebfefdaf53466f3487685836dd499b46d6ab580300a5ef5883375a +size 5020 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png.meta new file mode 100644 index 000000000..d2de9a575 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Display.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05320dd398b113b84e50ad94ae6d39628075356f55ce9508c0e6344e0aca7da2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png new file mode 100644 index 000000000..d0503e5ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dad9eeead39aa74567b5c850618d25d94e15666041d356346a0b14dd66340a +size 8498 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png.meta new file mode 100644 index 000000000..e8c02ca27 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Documnet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db53b5529ecb2a6b1a8b0bf4de93cf213c4e3d73e98c58214184ab8341563377 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png new file mode 100644 index 000000000..5b028be18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ae55fba297dadbc190f845902d870ba4801405eaa94bca49bcd71aaa05fede +size 10071 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png.meta new file mode 100644 index 000000000..83310b581 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Door.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b644690cca36f8b9bd35d2a3ce2ba22a5331552cd5f51b0d47570086c747a1 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png new file mode 100644 index 000000000..33fd739ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8c9585af831a6f6e9edfe121050e5c85a2c55bed87328395ca08f1d83df5e4 +size 5585 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png.meta new file mode 100644 index 000000000..0cff33956 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Download.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404947e3ec2f93100701503689d9dd7b5904d0df732ad873c1e20c6d16bed67c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png new file mode 100644 index 000000000..a87825f1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b209e2dcb933aa7865ef5a638dabc18f1bec5cfab2b93c86e50c771e71dae93b +size 11243 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png.meta new file mode 100644 index 000000000..477e499d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Angry.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693fff87501d2013a6777680169a7915d46343a6b9a7a3f4f21a1dff27d605b2 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png new file mode 100644 index 000000000..933fad9be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1555ef435ba87956930853e29041591de4ff2e6530a70c2007716cd1ba8db3bf +size 12249 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png.meta new file mode 100644 index 000000000..6f66f959f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Sad.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd5cb4f0d5a604537f71b1ca402c1feace38141c497dd958f818171cea9c6f6 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png new file mode 100644 index 000000000..89c9238b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695452ab3a58ce116de554eb5f5623b31e35ebd63fb428291f3fd2ce5bd7ee73 +size 11861 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png.meta new file mode 100644 index 000000000..e5f9e3bcb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Smile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c563aeb7030b80defe6f759795911da9f245eec5f5d72bbb477bf49c738d5bc +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png new file mode 100644 index 000000000..5a3bd2d4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76189bf70be82bc08184448e3071527d6ee41edb110a65f3978575dd024f254e +size 11871 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png.meta new file mode 100644 index 000000000..c47d827f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Emoji_Wow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae475b84ada1e625a7792787b43f38ab0a131893e46481165d4943a096c2a15 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png new file mode 100644 index 000000000..26f3e536e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de68b4c914ca49620dec83488522d048eaf975cfeee623512bb86ceaf94596f6 +size 6482 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png.meta new file mode 100644 index 000000000..755f20212 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Energy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b8417e1e3c6826e689f4a20e65e972dd59514ccc7387eac68f8bcd3c343e8c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png new file mode 100644 index 000000000..03e8f2e4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4340c3b5be098c0146e42891c717fc4d6f5db4426b10df0d764737d676658e0f +size 7970 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png.meta new file mode 100644 index 000000000..e9f367e62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Expand.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4696f049c2dea61e7d6698fe4b3bfc38bae3fa82c5d7dd17776a0727a4e3eb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png new file mode 100644 index 000000000..bee8db69a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aef616fc4c49bf66848fef084b1a0a91c4f3b7cd639ca3155f408be51531f79 +size 5733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png.meta new file mode 100644 index 000000000..bebb28f58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Export.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4264b218188096370f865711ddd689bae317bb10b4c9b858e179100ec30c3f7e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png new file mode 100644 index 000000000..94ee1fe30 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaefe53b2f15bf5701489750ed8d5afc8f4a57eb5a78cacc54bc68bfb487e761 +size 12915 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png.meta new file mode 100644 index 000000000..9ca5f1efb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Eyeball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a68549f1cdafb8b3fee4e9dd9fd99ad57241e94cb1c46e02470cf8b56d8bba +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png new file mode 100644 index 000000000..21737a9c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce103581af667344d5ac70905f712f339aa617df32d0b4e6726a42a8822c41c +size 9466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png.meta new file mode 100644 index 000000000..3a7df6f6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Feather.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7e25eeb5549f2f3adbdace003625de824e0d5148a7231277fe02822aa6d66d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png new file mode 100644 index 000000000..d5ee85c60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c35c8f4d502e887f07cde8ec564435a4148089ac7adad4255bebfc3d03df12 +size 7986 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png.meta new file mode 100644 index 000000000..6be380470 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Female.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc159587fc5f87f972c11380e09ff58b2f78e077e505de15c38d87f24699b3a2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png new file mode 100644 index 000000000..4ede628a7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7511e667668df7a13465d63ba7d2081c78c1e1b108c70fa18d6ba54ba1fb8ccf +size 7490 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png.meta new file mode 100644 index 000000000..0f75ed409 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7f3d498cd48777bb4ad1aa847b7234e5dff4ff9b141de409bfcd65beb4315f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png new file mode 100644 index 000000000..bbc939e88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01a25e470cf2edcde56303c8a4aa870cf2909125891b584186cfcfcce0ab38e +size 13608 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png.meta new file mode 100644 index 000000000..e1d3f8b7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3446bc5c2d32209543b1ff16a3814175cfe31406e03bf9c7b937a03badaea349 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png new file mode 100644 index 000000000..c8cdeeeb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aff62ad9af8c005d70e03624cfbb9f714dff6a1e7c79f160bcd18560e0122f +size 5379 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png.meta new file mode 100644 index 000000000..6c2e05727 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Filter.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceb45d67cf029b969676ca9e6f15dcb44baabcb816ecc3fe83d4b5f71e941d1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png new file mode 100644 index 000000000..31d130d1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a566b75488d644c76bce2a784f3191ffd7e1f4d41e13a080f1d0fdec76a44e +size 9796 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png.meta new file mode 100644 index 000000000..77c154d34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fire.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1d6d5c01f060537336e828df6cc5cf309b5ab8f0b573d97081fb3c48196cff +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png new file mode 100644 index 000000000..0282cfba4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d846a45e7209029a23761ef21f2278bfed4be257df58a1894509641e6c9aff2d +size 6214 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png.meta new file mode 100644 index 000000000..2f8ef7670 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Firm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b533154032329edb93394ed50245f0d78d14ede3fafd9d82518c28f5bab3ed5e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png new file mode 100644 index 000000000..2909d02cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24558d70f390a15d4b45b42822dc28ccb0a23ef63e053afdd42b93902851002e +size 10002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png.meta new file mode 100644 index 000000000..4531f8def --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271591b2611b466c30555de2a3f483cef5055304fad48047d2da7a28e4da979a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png new file mode 100644 index 000000000..73eca175b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ebcbb65c51e0a3f4e5cc10a9a36d368dbbe7c4502690ade8a0ce6ace879c84 +size 11152 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png.meta new file mode 100644 index 000000000..ca6eb6a78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fish_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96e0465078e8ccdd43cb5738e935ac02a8273300b8ee6fd1fd22a95871685c8 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png new file mode 100644 index 000000000..a34528335 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca88218197c0090ca32da51c839f3fd1b9f00cc3c9e0d3dd342c9956bce7705 +size 7024 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png.meta new file mode 100644 index 000000000..f3e9c0ee7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fist.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dceca0f877b3bc58c1a087e3a11884aa7e395e0bb12336c852f9310a28a591 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png new file mode 100644 index 000000000..90d4a8702 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca523209e098902e03427aa830776ba2635f4220d2ba245986078025070b598 +size 7735 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png.meta new file mode 100644 index 000000000..4a430f224 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Fix.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71838cba7926abf05ff95c351f744ff8a23a28488033e9df8830bff11518825 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png new file mode 100644 index 000000000..2f7fb2768 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abd436fc4db9d1e8218397823f82e0c77343b7f6e9256cdd7cf3195286083cf +size 8781 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png.meta new file mode 100644 index 000000000..848c21950 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e05f1b968c2d9867bc74b21e7a1886034d2b420435d559b72d17cdc461549d2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png new file mode 100644 index 000000000..02fe68601 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7331d2a202578e95f08f3e1f12cb99648d996d0dcd0507e78f97edafaada1d8 +size 8177 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png.meta new file mode 100644 index 000000000..9b0941b05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flag_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4064fc38a7c2ad2378c551becfcbce4b4047b3b5691d1404bf699eaeffa505c8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png new file mode 100644 index 000000000..216a2daeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774d6c75bdc1e7f47030ba30628a26fc05500edac3fb351dcf14dcca59800850 +size 10154 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png.meta new file mode 100644 index 000000000..479853cd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Flower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d73865b5975cfc66bdd8bd35029af00b6c9bc7171958eced727080cd3babac +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png new file mode 100644 index 000000000..2111caacb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417988c4234c8b018f1a8e3503fd90fbb4fab53e56574c3bb4c6d56e12405337 +size 14718 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png.meta new file mode 100644 index 000000000..af4445a0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Focus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc37463dbc2c08d86fa774477bc61a523c5941066d9f5569dd4cfb44f06c10f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png new file mode 100644 index 000000000..bac870ade --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ce6f3c39ba3174025cf0b5c26b119c80cdc38b3c9257ff4ad5cb1648e7fc5 +size 6089 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png.meta new file mode 100644 index 000000000..7844fef3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Folder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f92b53f8af35fe356f59ae27568cde616c7a1895f4242c4f4f24a09ae7e9cc5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png new file mode 100644 index 000000000..b6aefdd22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd549f4803fe72cab52122c1f904f2198f21bc6a882870f9e5087ed103cb8b9 +size 8692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png.meta new file mode 100644 index 000000000..15fb62e5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Friend_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2749c541e9d1f142bd7d61530c581e5dd6e6f6e118503ee486d9071be3d95a7d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png new file mode 100644 index 000000000..0a22c82ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb5d5c108b65d0233761fdb4f89a7657fa7b35bfe0d1a71ffada988ea879fe2 +size 9464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png.meta new file mode 100644 index 000000000..6c9827d40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gacha_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062fc58062511977ed5070aca2870f5cf3ea0da77be9491b0f73eb470e112cd2 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png new file mode 100644 index 000000000..6b92e44de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baad22a74bd20ee8b59140fe14754b900057333597b11507030b3305ba8b460a +size 9561 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png.meta new file mode 100644 index 000000000..74eb3e625 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Game.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f2e09a31c272bf4a55a391a1027cba8c1386f128b1d1f172c4b2def75143ad +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png new file mode 100644 index 000000000..193191b6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c63cff2fe6822be28f47c3e10309a221ac48b34694c4741216321621d5f6cd0 +size 11469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png.meta new file mode 100644 index 000000000..a84aaeca9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gear.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70b970aecc6a71bd1b3998a5d76e6ba36dc0ae0b6e04dbc71862dd3e4121fd8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png new file mode 100644 index 000000000..54303a778 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc85e72e4e780d695fe4fb7735eeb698b58bbe508a13abf17b45f3d14e650b67 +size 12429 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png.meta new file mode 100644 index 000000000..157d42b5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Diamond.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ff78dae7b5ffcaa33dc897ace798daaed02266fabfdc67f182bd132f578757 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png new file mode 100644 index 000000000..39aee353d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a60ebef742e5a56e43a95d6634f33e3b769076239f51557b86af571aef1222 +size 10843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png.meta new file mode 100644 index 000000000..f765118f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Hexagon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5eb499197d558f25061fee4b773dc277066c7c07608cbbd0fc4b25579f4f32 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png new file mode 100644 index 000000000..e2b1ee4c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915377ee9c9c1a706a72f277bd1959c55aa6b717d9dfd7fb2dd4e7198e22a609 +size 13554 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png.meta new file mode 100644 index 000000000..8cde22758 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Rhombus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bf58335b933327ac91dad025235c5f4d54c26df8684e1337f8ea5fec161156 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png new file mode 100644 index 000000000..c83429fee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6576ad15a2f4ea97db919580fb5906fd39e1a710132e855b410bf75f7eb77e +size 12072 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png.meta new file mode 100644 index 000000000..3ee5a7641 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gem_Triangle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c884c295f039318ec5015711832ab7a84b2723a15e186b1e688d86b130691a1 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png new file mode 100644 index 000000000..1ee15c5ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b813c6eb02235933cdb1a5214ad3f373273f6a2b729d6704a96c35fc3f528a9 +size 6519 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png.meta new file mode 100644 index 000000000..e63d72202 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476ea523b3a5571c259fdcf9a4af4ab3a1f82263075cc1cbca635d30966113d8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png new file mode 100644 index 000000000..a308d17bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a70f0635f80b56b82b9e4781512c15ca6771ae01e52e86a232bd7c29f365d7 +size 11986 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png.meta new file mode 100644 index 000000000..e411edfe4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Globe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686c56cab063604403184b3fb65471cbd3c4a4a69a3dcbfb7b11c3a80b6566f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png new file mode 100644 index 000000000..aa5f9bd4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52609ab499e2e32d6716c4eeac3f06587a3748ae491cd25959503734bd5fe7d +size 8009 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png.meta new file mode 100644 index 000000000..c08641688 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Glove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d946dc4e3fee990a870d29322ca98f70e754482ce714a7819ef2927d2e3ff161 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png new file mode 100644 index 000000000..800a14413 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffc3c846b18d991bb22408263c5e65ef11bc8ffba57658396e1f7668df12b8d +size 14497 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png.meta new file mode 100644 index 000000000..a215ace58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Goal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1a6fb563cee120755130d64a14504e3be685883c3c5f9e3bc9a52e7914dd1c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png new file mode 100644 index 000000000..d8f5c9018 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a527f96cb01f0d35b589a115c9e536b0ab00d7da797cce6b3588bf4be17878 +size 9436 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png.meta new file mode 100644 index 000000000..41f23a182 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96cd548d7b768552a8b50709021121b22c0b4729b680a014ae03c97cfc6d1dd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png new file mode 100644 index 000000000..e96f087d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57176e642b916b37c953cc00d777641b658cf5eab70fd5e076e300d897ea2eb7 +size 7296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png.meta new file mode 100644 index 000000000..c2befcacd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Gun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0293d471eb7bf08ff62755e511dcbe9d58b778b148914b85f56a96f1eb2cfbd +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png new file mode 100644 index 000000000..dee8abf37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cea0ee2d59debb0d57662c9974969f2eb69313820b27bfde7bbb8508f69c38 +size 9146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png.meta new file mode 100644 index 000000000..53c53df3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30a71a2ca649b946b58888553d8237032989933717c9147ecd74319a35246f0 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png new file mode 100644 index 000000000..61c7d78d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22aeef7dc2b476ff6050e437a840f0f3d922a7f6041171a9a631b73484227c6 +size 11851 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png.meta new file mode 100644 index 000000000..3af9f775d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Haptic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f2ca78e42237280c3b9b9c5a51ba623e46c3d096a8a7d9fcc41bd2e549a72a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png new file mode 100644 index 000000000..bd0ce8154 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b20f6f3e7dac0e858e7bc64f7827da45a1a16d603b807234905dcaa642c883b +size 10228 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png.meta new file mode 100644 index 000000000..00824b641 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hatchet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5ceba831de3957b5d11f4cdb2c6b00d4393ba9667c1f0cdeeb2a80617f9b4a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png new file mode 100644 index 000000000..55af936b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6803e19062a8cfdf8a3f890054052f26bbe70bf347cfe5d5881d37b866415640 +size 8122 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png.meta new file mode 100644 index 000000000..aa8c486be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5f1114b85cb7db61ed729ac5d15f90d21a40b3956d9c144ee02a96d3298d70 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png new file mode 100644 index 000000000..6083210c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68937fd58874583e0b9196357744bb2c97e46fcaea1f84081d7e7b0727bc5a46 +size 9587 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png.meta new file mode 100644 index 000000000..a74238bbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3614d9e25e0b3faa412567b628e11cdae41ff7e04a9fe2d7df2c6c8f6f5b5fe9 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png new file mode 100644 index 000000000..5602ec7ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307149e327fe31f5f20addba7042ca7644f74964b8118b330375a5cd16f21ebe +size 9509 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png.meta new file mode 100644 index 000000000..161cead1d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Help.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d8f77fb10b6bb7670a3ff12e99f1320739b641a036a96ad193679bceedc6a6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png new file mode 100644 index 000000000..55f8a6213 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e102bdad42eeb8c3f32c8f17f9b1cded662291bd91904958b52913418f320265 +size 12464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png.meta new file mode 100644 index 000000000..9d408872d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb27d2d5e15721aad83dca18629f819eaaff0691febfe89ee1c1c5ef18b54e00 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png new file mode 100644 index 000000000..c931657e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b5b19e76a06ecb88ff7a182c6bce3f76b4d054941cd474b1dc19afb1a1ee82 +size 11124 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png.meta new file mode 100644 index 000000000..1dca51567 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_History.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81e03bd9dbfbab1ab668c949d888d2fbd4dac9acc349731082e447b64e4c05c +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png new file mode 100644 index 000000000..7355199d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6b57e845bb4be8b7c1424486e895fa97090ff35f64d61d64c4088515a2b872 +size 4703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png.meta new file mode 100644 index 000000000..059e4d96c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a18e1c30841e464c4ba9531bd62eb2b43458908dad161b0ea7916b0b7ca74a1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png new file mode 100644 index 000000000..b7ac07641 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3548d87e451009d72e5f2d1562c91eb184381e85be17f7b4e40f8561778a3825 +size 5435 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png.meta new file mode 100644 index 000000000..1045b9017 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Home_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87d0342143f04eab4153f46df5feb94f1bd1451b298489935fe3da1d984c7f4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png new file mode 100644 index 000000000..c82a8b1e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081dcc01679e40b69f5e82cf18d64755cc1f1e375a120b914015228506761267 +size 8651 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png.meta new file mode 100644 index 000000000..e18c3ba6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Horseshoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7d22aeede3030b1261f01d4b99704b73e182b9c8985b756009cafa57ec96bb +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png new file mode 100644 index 000000000..bce9fbaf3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5020f4e227020b4abcedc99f4464d9e4f9e978435b17e45cf880d186b493474 +size 9636 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png.meta new file mode 100644 index 000000000..9f8d9b753 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4a93caa566e23d7e670fe3b471f47f209ca3df897f4600e59165e6f8d4b32b +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png new file mode 100644 index 000000000..b46975e7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b013d690a38e99173f2d1037eaf82c07ae39a5b40bb6589e6ee3b7c9fabfefbf +size 8227 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png.meta new file mode 100644 index 000000000..64182a88e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Info.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83816e5b3fc1585dd2d2f02ad55fe9f74efe459e5958df861a72ed49c8d3624e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png new file mode 100644 index 000000000..a3c4fbd03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aa3a7d4001d70dfeea64b374932832bb3c8f361af10ce5cc8a41e018c7f05c +size 7070 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png.meta new file mode 100644 index 000000000..f5489a52d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Invert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d5cdf84cd4fea59df2b45f6f27dbd7991da8c72fb5ae05cb6585de3ea39b3e +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png new file mode 100644 index 000000000..3bcf6d78c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3290ae7d2ef30083264c91a8a7cf0472065cb3c1723d00d171ea28d687e3c3fd +size 5050 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png.meta new file mode 100644 index 000000000..47e6635de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Joystick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4430dd6361eb82efe4b1f60964c904b641fc772629fdc4a05a830c9b45bd8529 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png new file mode 100644 index 000000000..b5ed0eb41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a3ad17af4199e42cdf00adca4e16ad0c3a31678b0db0e4f5cb3974b9afd6df +size 7409 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png.meta new file mode 100644 index 000000000..d02d6a6e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9842ef24af6ff7f6fbb899a870e2e5c8580735b164c646e23cc0074f432c1094 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png new file mode 100644 index 000000000..0c6aaf598 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c60e122b4dfc50b0a526a004224773636b075b73382a41360a4bb14cd876368 +size 7283 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png.meta new file mode 100644 index 000000000..292204df2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Key_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb27a3a8f5a7f67f23429bdec01dec363303ee9a04574bf156ee6f4d235ef42b +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png new file mode 100644 index 000000000..bcde7f667 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b82d74d0e95f8c6e3a3e91e1e86d76b67fbba13e2c0bfb4afa3380426a94d6 +size 8109 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png.meta new file mode 100644 index 000000000..05a949429 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Kinght.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1678106d60b0714458ab1d293ffa87af0d18f2323a91c85fcba0fc6b0b18d4a2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png new file mode 100644 index 000000000..de8c0d10f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348b43dabced8ba6ffab2bcdd8fce1bb2840fd5bd9e1f86ab5f9a9d54d65b016 +size 12632 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png.meta new file mode 100644 index 000000000..a0379e19b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7514bb0dc52d4c948e82591c817a4b8f1c3c2680f3d0fd6ba1bcf126496874a1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png new file mode 100644 index 000000000..3c7d58c73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc48d0eb011e4df595ee4b5551cb401f3d3e788e9b334da288867e6a1c692f6d +size 3428 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png.meta new file mode 100644 index 000000000..1bb3fffd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Layout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f5fb9c7c13e3d22e753af369d239fec9c0937534cc7b16807d861da22ce80a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png new file mode 100644 index 000000000..7e371b404 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4b3748fd455803a9ec2f51a7a704a4485898836ceeb5862b3a1d11534f3adf +size 6643 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png.meta new file mode 100644 index 000000000..e7b256d18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaderboard.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88034816613d8a1ef075aec8533c60011d31a6e29b860c6c1e7e8f9f6951065 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png new file mode 100644 index 000000000..33cf828fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6023f90ef022a656bacecc8f47a3e3d769ab104b8debfd91473a54e7ad154d +size 9379 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png.meta new file mode 100644 index 000000000..349006a54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Leaf.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367ec65c20374805a400a089d5c11c640eaa28d4ac020c08ba5d7e0a0929c03a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png new file mode 100644 index 000000000..6a918f8c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b168031ba70f2ebff75f29ce237b4745544431b76f8af6aea81998991fa2d1 +size 11318 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png.meta new file mode 100644 index 000000000..4091db732 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Learn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707638cf4eb4aab5cb5625770da38c0ce8642a2f9d90131e4398642648aca5c1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png new file mode 100644 index 000000000..3eb03a811 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bae8ffe05146b407a9c75050027e5aa1f6627dc91c9ba484f69ba17082a482 +size 6971 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png.meta new file mode 100644 index 000000000..225fab6be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734c42511537209166c32f5ae2c09446b9c63759adc3b8918c3979e83d900f94 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png new file mode 100644 index 000000000..2e3e2d794 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5eac6e809bae1b44351a0c6fd1e41a166d37041b941bd079c8b316640ccefa +size 8405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png.meta new file mode 100644 index 000000000..6a334a03a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9b6572cdb14d3dd28eeaba0422b9203dbbc2191cdc11f270d5b50da509cff8 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png new file mode 100644 index 000000000..5993af8bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45e08941768ad33a8cef4f40555a5a68e2dffbed3da374396f76b6d37150af7 +size 9040 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png.meta new file mode 100644 index 000000000..a99d8924b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Life_Break.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3e5655283859e2e6962fa01178c1de73d25f07d0a576724d490e811aa08799 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png new file mode 100644 index 000000000..38cd7eeea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588b3203c676be64a70b2d9f886d229c0ba2af5576d0c7b6c71e6105dc25ea39 +size 8513 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png.meta new file mode 100644 index 000000000..1dff55cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Light.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0506b2470029ace6a66f47f611812a84ee443abf82b7addeb51bb634a120aa1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png new file mode 100644 index 000000000..b553074d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40d92a7f3dc99a94c178a849825368b69eb010e7077fa6017405ad7902938ad +size 5767 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png.meta new file mode 100644 index 000000000..f39dd0b6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Like.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badb12eeb85f07f05207280d6e5f6b35a4c92a2fc7cb21192d1108e4459ce2b1 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png new file mode 100644 index 000000000..f20702696 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4203e1daa311bd0fbeea2b01350b00952e088d7e4d4c2b2a0b6fb15d2f9b1948 +size 8060 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png.meta new file mode 100644 index 000000000..79cadaf6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Link.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1753beeee60a0604ef7cce1c896f3826e8a8b09ea2736c88dc02b3c4ca7a157 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png new file mode 100644 index 000000000..436d94aaa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28480b7ae0cc6d7ac908e15aaac04e9b3eee34af1b0e59109571c613aa09f4a6 +size 3277 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png.meta new file mode 100644 index 000000000..79e52e7b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402ed23c72ec8f289e1bd983092cc82a6a8e28a55449e2dacf9f0ad9c639c763 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png new file mode 100644 index 000000000..664d5ab12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30efbb415213288de48844f2963572723729bbf474d523d92ee77399f5190d29 +size 5889 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png.meta new file mode 100644 index 000000000..69a8917c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_List_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc418a028e47ada3a4b65fd72499b1996b82f7c18eee81d03d76d3fb9b9823 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png new file mode 100644 index 000000000..489ea8a11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c49523b5ec127399c821420174e7f7e5b655ae475574ec2a98bfe613040b62 +size 9110 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png.meta new file mode 100644 index 000000000..047136607 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Location.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2be4a1a2e10f141d86cf88838dbe517558d1ddea8fd2e7a12122ba17f619c6 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png new file mode 100644 index 000000000..2350b6991 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647ae08f7af9e2f040d593d0e089ae406edbfcb65b7536cfe5aca1b79f81c804 +size 8793 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png.meta new file mode 100644 index 000000000..eb09ee877 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40491fe69985d0a31f661acac02e64c959d2940da8f260bfd72d6b96c0259f6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png new file mode 100644 index 000000000..1648b71b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294bbf06c9db8f35da126380b29040db4c0e961db0b3eeb74eeb82bfb12e8026 +size 11170 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png.meta new file mode 100644 index 000000000..23046c527 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83462101f48945877d2bda9dbaf1c47e8cb017cb8eac4d218a65bd3c4a674258 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png new file mode 100644 index 000000000..ff4f9831b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd1a4381416a1ee910cfc0adb75c0757630399bfbf70f06201966d72c76909c +size 12024 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png.meta new file mode 100644 index 000000000..f2cd36208 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4736ef05e5e7568f1d7a5658e5334765b2c91fe846884f7e6beaaf628fa21c9 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png new file mode 100644 index 000000000..e195480cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df4a8b1a78844b5d0166068ef8f44a17f2b13267b270e1f8ed45e52c509bca1 +size 10072 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png.meta new file mode 100644 index 000000000..6529397c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e06d4da99e883514a44c00bd28c688ff80cf91e5fb50772ff34b45a824d431 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png new file mode 100644 index 000000000..27e1c1b4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567e65b0e50c9f50686f8406f1b2c515076c84d07c0bada6647b3464ef10a8df +size 10208 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png.meta new file mode 100644 index 000000000..ad9cca28c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Drop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faabd1674f8a0532d9252589d0fa016d361a9a5d8582bda4406e183856125ae5 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png new file mode 100644 index 000000000..279865d13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8919240904383196696e8bb2b0e8a0d871a0070fc315983200dc7ad8a7306dc3 +size 12645 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png.meta new file mode 100644 index 000000000..6964dc9ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magic_Square.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02352cd63aeb29cf29f1fef1a2e8a8149d272bde66e4812817755d00d5d8cfef +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png new file mode 100644 index 000000000..69787712f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dad9223c467ab4e1d8eeb23b60f8c524e5393ac5aa06378876bf65b893c415 +size 8318 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png.meta new file mode 100644 index 000000000..d45d50d4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b674b2440d8ee5a20e49850c62863d61444bc18aa44ee8d4567bc0142e38bd +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png new file mode 100644 index 000000000..cdc991934 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd5cf85801ae729f97c3cae82a8c19779ee0168ae2b54882db683d7f40d8f2a +size 6709 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png.meta new file mode 100644 index 000000000..f57052701 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b564ec25fb2f21788a7de832c00e1b1df9e931d0fedafa491d4ee84e21c84dd8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png new file mode 100644 index 000000000..4563a7f3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87f03080faf2b441efc99bb4e508dc7d52ed6ebb67fe0d4b3fdbc1dff6f64bd +size 7361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png.meta new file mode 100644 index 000000000..81f6c4441 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mail_Read.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9969d8ba3b211d7fbd76340dad7c18021ad3b8fcae68d05ddeb8195da8ba863b +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png new file mode 100644 index 000000000..6cf898321 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e5cbc3fa68f0a2ad86d8d1d8374252d49a73be879eae52ccf1a048cd6f5854 +size 8607 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png.meta new file mode 100644 index 000000000..57c61601d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Male.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e118658585196cf44de3faeaf1661f4494d7ee99ece76011aa297f66617567 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png new file mode 100644 index 000000000..4e9978301 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c98c3333ee07ac0ccb9e0d1b9bd82b22e27951660a690f793e46f5b5528fabb +size 11169 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png.meta new file mode 100644 index 000000000..1caebf992 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd5652b8da8e9a87c6a80158d3719bda9cba43fd0cd6788fcfeb642249ef2b8 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png new file mode 100644 index 000000000..151b24b87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a496f559fb8ba5cbef8eab487bef370a68bfefabc5b2b23d41b7ece841f6a33 +size 6383 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png.meta new file mode 100644 index 000000000..93ebe8ead --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167ec2ce52fa109d7a4400724f44108695db3ba86e9d3d2d63a169563e20e490 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png new file mode 100644 index 000000000..7187f7464 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4e48369ebb8d76e76843321e3ac20c7f3df458e9acd17faa97c0b1dd02b5bc +size 14913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png.meta new file mode 100644 index 000000000..b1f8393bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Map_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd1bf40312038213016b0d7086c04b246fe63462fc15dbc42f97117b6ae7ea9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png new file mode 100644 index 000000000..1684cd017 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5addb9390b956a750fd54971295865e31b2b3c2fd5f8cc5479cc51ac97599529 +size 10925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png.meta new file mode 100644 index 000000000..6eca7e625 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mappin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3317d5ec01df3a50980f7810d5e8ebb1510a6f6a045576f9855480b98ea49f4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png new file mode 100644 index 000000000..c7ea4da44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6717c5822e08692499f9db2f85ce8e324643de540af57e1554f5d537a926ac88 +size 15366 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png.meta new file mode 100644 index 000000000..777bb3f18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mask.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8be296849e35cc8a9f792c06bca4c6c2d1c1a0647ddac70173b192ebcfcf8a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png new file mode 100644 index 000000000..695e9f785 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed03d5e79980de11aa90daa7ad2758cf8aab5b0df280e42240e56bee71410061 +size 11782 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png.meta new file mode 100644 index 000000000..ad1da2b71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34eaac46fcd71516153c714d5a98d7709bc628bcbddde066feaae6ae5ff4e6c6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png new file mode 100644 index 000000000..4e3c3415b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb0acb1776280b1ddbf92b5b40833876908db1662a38828f7ad6ae4a9dbf189 +size 8212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png.meta new file mode 100644 index 000000000..5e569ce10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ae533d0c01424bcc656b9d8726f8d44e7e359ee2d9cec5ce97e32e97152416 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png new file mode 100644 index 000000000..58575fff8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f1783ecd9e59632122da194eab6732daeee0d8e154e8b101f3a825969abbac +size 10779 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png.meta new file mode 100644 index 000000000..ec6ad79de --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Medal_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9af672d6b7006501c9028a19bd04406e34ebdd0e303ab01c40bd5057f836bc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png new file mode 100644 index 000000000..e943b1605 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905b52f46e82b35bc0f24d724bfba56449ec0e4e9ff4068058c148f37e0a071b +size 12860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png.meta new file mode 100644 index 000000000..d17af015d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563afb1022c681abc92bba491ac8516f7258b0cf9f0fb307680f2e805d962cae +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png new file mode 100644 index 000000000..ac8400719 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ded6ed70589761b72dba92b207fa54c3486308bd65ebeb6e15520042e9bd1ab +size 4128 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png.meta new file mode 100644 index 000000000..8b3b5abe2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54abf94e75b2d09db0d2adb91808ab08f615c9b679685f757f1a7dbce92f7bf8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png new file mode 100644 index 000000000..89888e987 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8b8cf1946a0d4e82230a0460d9445cc2960e2fa661ec5aa4677298682d3645 +size 5887 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png.meta new file mode 100644 index 000000000..4d2e4eb61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Menu_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e141022a6e7204825530f292bd97c876fd06f76529f8e5eb9345a2cde09e71 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png new file mode 100644 index 000000000..c6ea29f87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e964fb00ba1c89cbe61d13c9008fc18e6abbdf38d65fde8358729fe949cb5d02 +size 4215 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png.meta new file mode 100644 index 000000000..818cd6016 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30947f9aeebdb6becaf6043ac42b44708446f2df03ac4977ab87c3b2a8c19e7 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png new file mode 100644 index 000000000..14c21389f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3404fdb2ef9e4fddb93babec0711e3c79535c0bf548304d4d8c64678d358b6 +size 10525 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png.meta new file mode 100644 index 000000000..3e16627b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mic_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec50e2fd28a94be493034758b26d8daf2c7ea76e745fb50c830b5620c51e9674 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png new file mode 100644 index 000000000..5056b12dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6a1b34606c742cc727b9f4dbe8fb8552fcaca101e4c82316a1628223c41d6a +size 7578 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png.meta new file mode 100644 index 000000000..9f9524ded --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e43024e90dec780607af5b873b13a216904a1d12e2a6deef8d8eb623ed96a1 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png new file mode 100644 index 000000000..3e2a6b976 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3331eed8ebccfecd41db4d2e07fbfc44b021ae0d40460e7c4886917b3625e2a8 +size 6190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png.meta new file mode 100644 index 000000000..4c777658b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mission.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe24815b5788c08661dd3d736d1d03718dc010ce5c1bc293d021ee0ee0c3e95e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png new file mode 100644 index 000000000..1b52e268a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc18ad7912158c8f3b6bd6ae69c6fb01ef982a26f642183203cae72e5b98dd38 +size 10695 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png.meta new file mode 100644 index 000000000..91991604a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moneybag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb3d151e32cc9e7391038ef655265766189dd45f525b9d4806b250ac6f1b81d +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png new file mode 100644 index 000000000..8b0f47c2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e81c2cedc4cac96d62c970b233bf4a0a6283c273222744558ef084c58bd1f01 +size 9421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png.meta new file mode 100644 index 000000000..1300794a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Moon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95d06431258a2091d97f210e7f417654f6b0b4c79543a86899d3c023114650a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png new file mode 100644 index 000000000..d6bdc0be8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f715d835c6f3e1e0b8343495e85a9ef10d51bd79c3410b7c5659b291b7014218 +size 8574 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png.meta new file mode 100644 index 000000000..083322810 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Movie.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76dcd89e25c8fdb9dda8334b736bca896efdf7f89fdaa370922ce8b069da733 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png new file mode 100644 index 000000000..dbd7282ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ccc6aae5970ad2acb8f5bcb2f800b3d7ccdd553edce170a8e7530fa7a7fa42 +size 7568 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png.meta new file mode 100644 index 000000000..57151fdea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Mushroom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fac5a99615499c5612020d071198c545bc84b56c2947d5056d81485d921a441 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png new file mode 100644 index 000000000..8a9d0df46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afb4bb1d016801c4ba1054569f44ab69c51fde6deca9b9defc2437f6ca91baa +size 4727 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png.meta new file mode 100644 index 000000000..fb4401fcd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796f537682388a97ddf775a07034fedd7da74b227da1bf028f0f92a156ef14de +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png new file mode 100644 index 000000000..3f842eb15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b042f0d05da69942bc5115ebf736bcbe8ccdab7d968da5ac654db8632e98b25 +size 9546 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png.meta new file mode 100644 index 000000000..b06579749 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Music_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7146568090a3df24670170aea277051adc0ecc3498d3a8354299e135d56dbf17 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png new file mode 100644 index 000000000..7f686d1d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181925213851750d93849d88cf40afe04316ab1876d7fd36229993eb4f13a1ec +size 11715 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png.meta new file mode 100644 index 000000000..4d349b98d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Nostop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a91afcdf6d7dfc9158421273f85190102faf7d3b237e7093fb22c2db8b7077c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png new file mode 100644 index 000000000..789997622 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839921a6cf7c40ab23d65fafcc7139f4e4a02abfafe332a77a2818157fe77467 +size 4223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png.meta new file mode 100644 index 000000000..86e967bab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f1f9d741f2428354b2017ec261590a0679dd1ad530df9e4fadfb21a200e98c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png new file mode 100644 index 000000000..0396bcce6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb3610dc0181345dba25d0f12ab706ac198aad8f8211f6b999007c442eb1d24 +size 4633 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png.meta new file mode 100644 index 000000000..2783fa230 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095c80ac274e9a08f79c0c402bb5453b2e8a93841a0aabc0ca7e0637fcb3f939 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png new file mode 100644 index 000000000..1567962f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e856c6fe3a5343322b68a79afc4ecb9758f47ea2ef4d570d23c2f2285573d3 +size 8956 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png.meta new file mode 100644 index 000000000..3f5645a01 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paper_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe686f3c04a8e7b86b262a5587d58cf3b0af89990a343f326356f8e2d708d3d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png new file mode 100644 index 000000000..54b721611 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50aed7f551661fb7064c9d6496e410af454d7bf6a4a04cfef1e91e5442c27f57 +size 9618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png.meta new file mode 100644 index 000000000..73628035e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9088c638e948a4d5cda44487bffab7853aedd57183522945babf3bd2bee7a5df +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png new file mode 100644 index 000000000..e77f21706 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d652388c46d89aee20df5d918912a07c3f107eac57debe11dd63eca0295ba76 +size 11262 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png.meta new file mode 100644 index 000000000..50e2db8fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Paw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76485551a5f287e1ecd72e862c966c1c7315cc2d43e2c3b1cf81d695e0625e45 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png new file mode 100644 index 000000000..399ddd6ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a12883a145cc2324bd12028bbca79a8e67e455d03fcef07dd9599d59dccb614 +size 7020 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png.meta new file mode 100644 index 000000000..b0f539635 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7924d9e0bc4d062101bd845c02531dfc3e446f3f7e831d2b4ee00f07ff74603b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png new file mode 100644 index 000000000..a007104c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7e6bd4c865e8c2fa3f5385a0c4dfadc13843c146e8bba3987e08754193f970 +size 10021 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png.meta new file mode 100644 index 000000000..ddeaeb918 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55381a17ab60b7bbe102b2bc063b58b90eec9c2cb424e85bcc67f6c8d40f0f2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png new file mode 100644 index 000000000..f56f51862 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690317a08bd16921ee691dddd19a6f1dd56ff7d696b5f21950522a518175b454 +size 7266 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png.meta new file mode 100644 index 000000000..3e40a51b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Photo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409546c77407b322d38ccf04eb9c5bcf2894693ad93857ed8dd45cd0a2896ede +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png new file mode 100644 index 000000000..173a7eb29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0bdedc21c6b87877c2df49bb073ea4afb1ba8df7391e0f0680c6f32a62919b +size 5577 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png.meta new file mode 100644 index 000000000..4954d1e3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291a709bf20dcc1a67d2f91c29daa45622970a1afa1527a6178624907805f14d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png new file mode 100644 index 000000000..a2de98a4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ad56d506f1b896c0b419d33577d8fd932661ecb511a3e2c271e7eb30755310 +size 8924 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png.meta new file mode 100644 index 000000000..8dd74c3a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Piggy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e59958b64a7a6fe7394ac1412db864c9d562b0cd485bc08a6bdcd040f522f7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png new file mode 100644 index 000000000..0d7950e50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204fbc13107f3c5d808282cdfed59df43c8cc8eee2cbc91374b4233283067e69 +size 9153 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png.meta new file mode 100644 index 000000000..a87d22f9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Plam.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba718d500eaa396d0c33b23686e3776b874edde5ddaf5eeb600ccb06578cc89e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png new file mode 100644 index 000000000..ce50b06eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df9d99bece75319258601f1a870039c79f240469409055f0320eeb2e7b85e4a +size 11389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png.meta new file mode 100644 index 000000000..865f5b4be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Planet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be74e9d82e08e26daae41f98768c351dff3396b083382c048e18d95c3810974b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png new file mode 100644 index 000000000..0b896ce87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bb8e1f3d70397a802f7a5e66c6c3bb08fac595521f4071dadb14304afdaaeb +size 8949 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png.meta new file mode 100644 index 000000000..fb989e580 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pointer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c1b82a6298caaccb1d6ef17d35bd68c5979a1e5922eac759b812e20037a97a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png new file mode 100644 index 000000000..73c5e66cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194dae6f202d3e8efac2170ee8d32b9072443c98737424b15c001782640ca7b8 +size 6609 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png.meta new file mode 100644 index 000000000..1abe282ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652993d3985afb196e5c751c474f6d8b124ac534822be6cce203df55702f2a57 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png new file mode 100644 index 000000000..f90df4fbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09b0ef7d1bde6c6c57b50ed4054d650c1bb76a71cfc2dcb53cc38557e2c66c5 +size 11959 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png.meta new file mode 100644 index 000000000..05a7417c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Posion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755092f26245a427cbfc89be2bd43b7567d90eb297fe0b37de873ab8025d6b03 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png new file mode 100644 index 000000000..6f6965b6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a9bae49811a7e22d19c212428df562fae13e63ea9aec78a44c6a2f714cea90 +size 6142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png.meta new file mode 100644 index 000000000..dc3c40c96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Post.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a7f28db693e2a9680084a28cad3fb019d1e00d6db8b28fdee795344ff1196a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png new file mode 100644 index 000000000..b3ef1d061 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28af5362a86103bf7585302d65c6e0ea6f93593dfacb1f42086c388c28528e6 +size 7317 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png.meta new file mode 100644 index 000000000..f8c00027e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pot.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd37c7ec14f4926dfabcfe489a8a5679194c37b7cd6da27fcb6e12162f65e864 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png new file mode 100644 index 000000000..bfc84f140 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81686c6d5c6117afb8e8c5a6ca53b12a52513846c9bfc78dd6b453648c143a74 +size 10413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png.meta new file mode 100644 index 000000000..a44b00f72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Potion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d206a44963db62e6ebd6d2a1f632cb572ee1b1439c8579140fa024f7ef08d83 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png new file mode 100644 index 000000000..521ef87fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970bbf005cdfcfdbc900513993a983fedb487518c81673ab71379b1f4eadcacd +size 10136 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png.meta new file mode 100644 index 000000000..f5751212f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pouch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e91b442e9cfb6d939dd9bed08b909cb224b92a21ba52f15332ae4f3e2bcd52e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png new file mode 100644 index 000000000..b66e95119 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681b0d2a1ca087e36cd6d3a08ab923bfb30b432cd60b284e381589df5c14c36e +size 9836 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png.meta new file mode 100644 index 000000000..59d6c8214 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Poweroff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de3ddaa66b642dc7988cbfedd4c3f10918781ea88d430c90f7cfd9eeab13193 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png new file mode 100644 index 000000000..70557e7cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecb1617e3016326c5f5ae027dd307f0520072e23a0194195ea47013b961160c +size 12074 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png.meta new file mode 100644 index 000000000..4858a20a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Priest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52af8b669bf9357f83fe3b06bdaa7cd49788db7f3d57d1dadd7cd7821750ee97 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png new file mode 100644 index 000000000..26fb9f90a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cb476e5c92796a345d0e0363161b40b2cb55da20a6ea457f0695b7cb3348b5 +size 3881 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png.meta new file mode 100644 index 000000000..839b0a76d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Print.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513f7fb141b7a2f91d78b61f6e7792cba535d703b1b3b1fe8875722c30988761 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png new file mode 100644 index 000000000..1a357d966 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca84d628c865bf7b6f0af122d662ee74ad53cd8378ede436834b1f96e46f5a0d +size 8046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png.meta new file mode 100644 index 000000000..36a038ca1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Profile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a9c3f6ba6749879a9e29cf016e308b49b8cfff0160448a257ec3f8efa7d98b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png new file mode 100644 index 000000000..bbbc0009f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36090d01bdbd608d3b16cdd561c30455469e04b73dacbb3057177993e847f87 +size 11231 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png.meta new file mode 100644 index 000000000..a5bbc7446 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98043fbaba31c5d7535d07619288b2f34c45f41fb62ea078b35d77d6bf34f521 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png new file mode 100644 index 000000000..42facc160 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f7ad0da4040174ddbb4e5a65b7834a91a894f1d143dbf7b523b0e64c01053f +size 7055 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png.meta new file mode 100644 index 000000000..56b4002ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Puzzle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b99dbe1d0611abf072b6abeff02b3f87d1a972e077a2926c80d1ababa69875 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png new file mode 100644 index 000000000..46095c082 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f679644e9f038d7b60716d9a492367d739d50aa9cf0c9d105696480ca97d191 +size 7964 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png.meta new file mode 100644 index 000000000..3d7b7f42b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Qna.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fea6dd0deed8c91cf9c56f91c8a235873e01fb76c01f32856e1072d1f75162 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png new file mode 100644 index 000000000..607113dfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff48a4787e3ede26b2e64160d45d6749686e32df758c4017943a0a5436fce351 +size 6431 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png.meta new file mode 100644 index 000000000..e8db91686 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Question.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71669bc66d7592452c40ce7cd637ff711be72d169017bd7199cb407d23dc1125 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png new file mode 100644 index 000000000..87976803f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55c6d006f4161593f13c50c36f7dc1e5fc61c588151c33b989c07194d421883 +size 5445 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png.meta new file mode 100644 index 000000000..7274841e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Quit.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eae8d6be1c2ef83db11b9b3a69f986c7b04a08f2bf773c3f55def4a23aa721a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png new file mode 100644 index 000000000..633f45b2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a21c7b7a8a0ac363915c47d156d40cdf05fe4b234bd45660dd7e107edfa0061 +size 4653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png.meta new file mode 100644 index 000000000..fbe5c17a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec8894a6072af77d5a43ea9e4e02f5d826ca56b07dacec5aa18873ce785b993 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png new file mode 100644 index 000000000..0a3c6ac57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c7423b7b06d423daafc51b9d7b04dec409dc5879450633a2f021a21494def1 +size 7075 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png.meta new file mode 100644 index 000000000..9bba78c2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Redo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cf2a4db89d563ea6648b2b766c562c2cf998675d08e5a8c9a62e10e962551e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png new file mode 100644 index 000000000..159c859e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45acfbb7a48e177f831322161547b4fc407ba04a13fa64250e0ee0131e28395 +size 9925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png.meta new file mode 100644 index 000000000..30690e2c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Refresh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463a63eb8d9247f50b97982b1eb707682d7d6dd2f2fb582f96c2a74662f33a67 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png new file mode 100644 index 000000000..40fc01763 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97365b9971dfad5a7e0c9c1acb8bf4748d00655d7624f40e700e671789b6ed47 +size 10393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png.meta new file mode 100644 index 000000000..aa1c46f35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reload.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c74b19ad7f27ad92130698ce4fe537e9befe40e0bbab50e5a806a162f1fa55 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png new file mode 100644 index 000000000..d65070c51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795afa7c000fca0b13ef436f95c4891ea1e05f0471c25f605cf111bf76841490 +size 7593 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png.meta new file mode 100644 index 000000000..717123297 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Reverse.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1693c71faffebfa06a628fba4b3d7f1a90d0ac89d97a73a36f6eda9f77dcc22 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png new file mode 100644 index 000000000..fde4a007c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df9f9af8e492e7f0b02d471f050cdb41fa2b90d15a0e4e85883b2320c1991c8 +size 10786 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png.meta new file mode 100644 index 000000000..937eb35d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ring.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a733bdfd755dedc3afc52f8bdf209af65df44d9f72d70f498997cea9283e093f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png new file mode 100644 index 000000000..6d4215a8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370d3ffd7f77bae50022aad2c6ad12cf7a9fd8e1677e8446b98bda58fe3c3e35 +size 9137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png.meta new file mode 100644 index 000000000..20350c525 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rocket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63537f91ece1f61d2b106f22f0e663eec0b58f4c5c5e62027e744ff59459bbc3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png new file mode 100644 index 000000000..24f7b80c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852e6aa3194e98a4d4234a1eaf527fee2752882e41731452228724e96c736326 +size 11755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png.meta new file mode 100644 index 000000000..fd09b3f7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Rune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27ac60950ab12d5dc96578730f1dee977040a5c0d49c7ccbd0c9a6222ccaea1 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png new file mode 100644 index 000000000..7d94c3409 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732e65d34c2f5a5a37aef88f78f579d3b9757f00e89478dcf2886c2f32a78ee3 +size 7780 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png.meta new file mode 100644 index 000000000..bdb315a05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Save.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c79c2ebcbadcc6e8d2e8d5c8920befb8775257a226b614266a9555aa1121e30 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png new file mode 100644 index 000000000..9150f3a83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4fef07d529d683d74d2a9f4c589fd98c5ed6538381632ff69b5210fcff2535 +size 13092 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png.meta new file mode 100644 index 000000000..9bdb861c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scale.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf099f8ae8a34e7419ca41f5dc24a99fa2e0f26403e7d5fb6cdd64b97eac5c2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png new file mode 100644 index 000000000..93f66435a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7462700266a927041ffb2f6f3e969a8f3b4f72d6ebc22c442c4de9094cc28a7b +size 13047 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png.meta new file mode 100644 index 000000000..3add8c1a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scissors.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b64e35dfa33494b88fde23d2fca423b421ca701144c1a00332ce4931476cd0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png new file mode 100644 index 000000000..44b000dfc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffacf6c95447bcc61276a86cc0b6d4a30fb90534ae77710e843f4febe6f20a33 +size 13456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png.meta new file mode 100644 index 000000000..5c69f2601 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Scroll.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1e0c1df3da7d6ce2f3c3bce52fb44f2ec250c524ae7732d1cf9da351355520 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png new file mode 100644 index 000000000..f9cd2afe6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fff34348c43e481094f4e2edb28b42e17693329c844d09e4cc9634a1073854 +size 8825 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png.meta new file mode 100644 index 000000000..421dfea04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Search.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525ddf50b4591ca253793be921bddae60fadaf942e96b1f9fd6d63388bb19cef +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png new file mode 100644 index 000000000..ab750af6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d07e8d154d7eeea701b0e5e6cae42ca608b03621fca9acb6110660105812ace +size 10996 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png.meta new file mode 100644 index 000000000..b2291c743 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Security.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292de488aa294d58ad9489870877cd60ef642323e0d6afcb6c99e789da29a15a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png new file mode 100644 index 000000000..7409fcf32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a4d678d657da5945fdb09da4fa1a5f5f096579ca82bb84dec7b04df2c720f0 +size 9452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png.meta new file mode 100644 index 000000000..040948b81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Send.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11500d7cf66e43651e3c72bba728bc2fa88acbb84490a4af8d3709629a89585 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png new file mode 100644 index 000000000..ed1b2297c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801a330834179e7c8118dccb254f49e5746dc00e5358604cb0661acc4d9d9fe1 +size 8899 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png.meta new file mode 100644 index 000000000..d751d7030 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Setting.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b883b23a7891e79cf51b752178696fec2307cdd8b0bdc7ba150187b38a352978 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png new file mode 100644 index 000000000..96b9b5e6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18aabd6931a827d48b5762b860c67bad6a18ab3b1c5059ab60dd1607dc923788 +size 8582 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png.meta new file mode 100644 index 000000000..158b7c0f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shape.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab22829fbb29d76dd74dbe5d916e57cfe51dc8359e2642e1fe98500c6704e14c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png new file mode 100644 index 000000000..cb7348de8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba124fe32b9bdcbfc40d5fca41337dc06400c3f2e5e3b78d9dc73263360c0970 +size 8667 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png.meta new file mode 100644 index 000000000..8b4176d48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Share.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86da5e09c24c805026b9139b11fabe26bb7eda6d2d00dbd82cc1898099b5da5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png new file mode 100644 index 000000000..9fcdd21d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7614468dfbc3f9848b74d149d22e234d46f7cdfd2df668d04ab8b5c22ad5b2 +size 15244 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png.meta new file mode 100644 index 000000000..290bc1960 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fbc47adf63467942236ea6a3c4cdcd6551505ef8b1e8a5dae7602c94484b2d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png new file mode 100644 index 000000000..afb07f382 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7712e6faf8df347016082c5bc93997c82b894803ebff93f60b7b647c8286367c +size 7681 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png.meta new file mode 100644 index 000000000..63ab68623 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5f3e8329974341aa80a9a2f749769f8327c023b7f42820ea1fe054cabd3ae1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png new file mode 100644 index 000000000..0111285f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4505cfc34f30c762a9a4a73f9b0afdf58958911a1bd635aeefb630dab9246cd1 +size 4515 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png.meta new file mode 100644 index 000000000..6c8828510 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc3bebfe3e59aa3d8bb08d23ec5ebf8d31f2d00732e7a0ae90a5dd646505295 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png new file mode 100644 index 000000000..2a0ca5362 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b08e1922253ec00e0aaba81cde4991a8cb7a07840a8d72b0b772729db976f0 +size 7850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png.meta new file mode 100644 index 000000000..f8daabc4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shop_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd54e05f2bca57762ce985bad334184cf28159ea802389b1da6e5325ad42c7a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png new file mode 100644 index 000000000..7e582d386 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c8ea4123062d26857fc044787605010ead93115bdaf52a171b522ee3129d38 +size 9351 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png.meta new file mode 100644 index 000000000..ec7536ba5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Shuriken.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e0248b32576c24eeb18d76e6cdd236f130ad192aa6f54847b636451ec37fda +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png new file mode 100644 index 000000000..ed120055d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe521a9a29affb174eb29f317ada8bfb60608006d7301c3a33d72385c906424 +size 4057 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png.meta new file mode 100644 index 000000000..fdb698287 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Signpost.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadd9cfd15ac51867949ddc891aa8af699a67e542d6f3006d8515bed5c730335 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png new file mode 100644 index 000000000..8323e585e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7343e5551368c5dab519c3d22d8e0095857da1d9f2913f8e6ec955ca8cf84a68 +size 7828 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png.meta new file mode 100644 index 000000000..4df1f7ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Siren.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba7fb84918b4bf98057ab4a0128427c5eb417109360dd8bca3147ae2eb597ae +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png new file mode 100644 index 000000000..61d9f6cba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f201d398d56f2a6c7b702906d6fe1a964b998686ca54cc85f714532f93938e +size 8842 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png.meta new file mode 100644 index 000000000..3d027f02b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78d32c4271e685336f57f9ac769bd18ccbe0ae4d2cba1fb9e9664dbfd52beed +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png new file mode 100644 index 000000000..c347b1752 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0fad589a8d5de6467c3a5f6b2576fc071a0daa109a8eb3339dd36986d658d5 +size 9307 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png.meta new file mode 100644 index 000000000..fe8afdd03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sleep.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0b3b5697e548bb348e815d66da4a8a3db0a22e976ea8aba4e25d9f6b543ce5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png new file mode 100644 index 000000000..ae971c990 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9233d9888c527b33d5c2bee287af57304272ab4bbda747be960b8cd621ecceeb +size 5482 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png.meta new file mode 100644 index 000000000..25deef871 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Slidebar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0ce19a8700083c912307bca539a9dbaaec4f3bbd8f09098e5cf173068ae9d1 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png new file mode 100644 index 000000000..8e8a955fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064469956e72d7e59a461fae956db08dbedf535f18c8410f7b2e2718ac01811f +size 4505 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png.meta new file mode 100644 index 000000000..22c894e13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01fb43ec28f0a27091005d165626cdf6d5d665c16d6cad2272e5e8255599501 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png new file mode 100644 index 000000000..f66b5a6be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf2837bc7562c9ec66950c73590aff5b3af5cc975d4c8a7bcbc9193ee66cbc1 +size 9372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png.meta new file mode 100644 index 000000000..bd9aa68a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sound_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb39c330ccac41a15fb2d356f15f95969a965e275a925ff8ee368da0b0307177 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png new file mode 100644 index 000000000..aa6f42f56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf769373ba9e2faa098bdb7ce7624450dcb04dafe8f1e52e398ada508a534cc +size 7481 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png.meta new file mode 100644 index 000000000..849ba073b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Speed.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65f87d74a115698d8e790eacc1da168b35df353c19f7fe44d6d0236162bcef6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png new file mode 100644 index 000000000..b3f44e9ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04ea025062b6eb3c14ebf84f5f2c9db692bedd5b41cedb494b4307f4725c80f +size 12603 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png.meta new file mode 100644 index 000000000..11e0b4503 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cd6db4b1266171faec55e90aa058bf281c95583b20b566c55eca74b9e8ea86 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png new file mode 100644 index 000000000..f9d2fac8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cb739c07f4e3e57d3283e8c3f18cc1e11c8d34c0ce550e3d824bca430f73af +size 7399 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png.meta new file mode 100644 index 000000000..f8660b576 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54633d7488d6e6e2cc2612efaacc3f4d8084bdab7f5c1fe6e858e08300f9479d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png new file mode 100644 index 000000000..820ab7a08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d02ff83bdf7ee71d01b15e5707a435c632a50317d4acc73da517fe73d8aec9 +size 8355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png.meta new file mode 100644 index 000000000..b4e7be407 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ca6dd49b55d25febc4af04a5b60a8386333ac3bb5ca70a50364375e6dc0da6 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png new file mode 100644 index 000000000..5dec45192 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db57511bb7b3a6d9ce3f43c7c03e6d7b3dc4d6f0ca5563c73975ed0ff62eec27 +size 7675 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png.meta new file mode 100644 index 000000000..be40654e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Store.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d880ebde3a5d7ad443a1e49258595d01a4b0ed4799843abcf716b9873aba7c30 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png new file mode 100644 index 000000000..f615c7e91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e347f9fd7bff7911f202dec2918f215c784019950ad3c41f000206f6d8ccd93 +size 12692 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png.meta new file mode 100644 index 000000000..15f645445 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffc8ffa45d1720a7c49d9a28199ebc43d1603a32ff3f30c81d9e5571cadedd9 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png new file mode 100644 index 000000000..ce830cc67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b04827b0da48fd38be30e96290348ed8b1fd79df52cc493296c41174270b200 +size 9715 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png.meta new file mode 100644 index 000000000..258f044d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Switch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd79bf2f44ef5be4bf36e36ca03b555041981f87fefe2c00ce1f6941a5f0611 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png new file mode 100644 index 000000000..a7f490a36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421f25e1e80a23f5eb587a931506a3333d63dbab7687098859eff1a42c9827be +size 7333 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png.meta new file mode 100644 index 000000000..a29523f4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1e45229d16774d416f36255af31152e403d0d3d37bfdc613a3de8f7342413b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png new file mode 100644 index 000000000..52fa8c784 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8c0fe1408dd2d1d83f0049c79520822be9358adf6224f22a19059aaf3e4390 +size 9507 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png.meta new file mode 100644 index 000000000..7098f63dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3786236afaaa3d1d079a320275c8b1ba02b8d0ceed0a34cf43c77075f0edea +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png new file mode 100644 index 000000000..49e940c3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6fc6968c23274cd11c055ecb1234b9e63fb97b0c5f34fc6e36c38888246839 +size 7080 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png.meta new file mode 100644 index 000000000..95ac3e684 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5815cba81330932ff6eb6521d942b8bb47c7e17ae31f04c50823a4cb2f80c794 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png new file mode 100644 index 000000000..22f191f59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d71554db8cd1cf6bc464669111b8132ea639987fc4ca22c500ab970ec9af9f +size 9421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png.meta new file mode 100644 index 000000000..1eaee5e32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Talk_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6892dd7c4a5bfe7b39e1c33ddb7f30336126ac2b97bd021ddc35fca09508714d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png new file mode 100644 index 000000000..4cfeeadbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f105632ef70dc99f8d3bcc8e3a301c8f7bc21f4b37cd89169371821c29f0c25e +size 7806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png.meta new file mode 100644 index 000000000..7db5ad181 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1feb46227df8b84952c4280e7e052e8b1fae2f8874c086a35e1e5affe0cad122 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png new file mode 100644 index 000000000..fbf0adc3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d3df482c568c386c174fffd867d65a15f055d8c95476ac7820708720d88237 +size 8527 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png.meta new file mode 100644 index 000000000..04fcb56c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tap.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3611f8d312faae4672a10bec3af1405a3527918604eb07c1d96954741fb6191a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png new file mode 100644 index 000000000..4a676c08f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1468cfbe85f99991e52a9d1e974d90625a80a9c5c5a5eb21e151e9c1d8debdb0 +size 10869 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png.meta new file mode 100644 index 000000000..24d5b7758 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bb3f0c1ebd54cadd0e4ddd3c5ab313776187d8b11d035776d5e732ab71b5ea +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png new file mode 100644 index 000000000..63666dfb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79d75e7d3b7187606afaf0dbe8164d8c23bbdca3454a1932b0da655c480fa4b +size 14327 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png.meta new file mode 100644 index 000000000..8c1e41c60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Thunder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fb3da0af26cdcee22935da854d43e19e2363551bca721cf57036fe996b138b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png new file mode 100644 index 000000000..496a6a241 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235c358306678e18f84ea7a6539dabea3f3c0387f9cb92cd92bbc77ba5ec935b +size 5201 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png.meta new file mode 100644 index 000000000..0f2a0e26d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Ticket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b681efae9b4e64c583f7c817d66e8377411cb5ebb1e1d234567805c0e0be68b5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png new file mode 100644 index 000000000..447d31511 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa96e9d6541abf7b080cb732fbd84eeb077f5934b0254b8b35e1c25144343fac +size 8213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png.meta new file mode 100644 index 000000000..63134a884 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Time.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e38ecd3ff8cd48d05da21be8e1d03b37cc6b8c61c21b87db513c1bfe6b3179 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png new file mode 100644 index 000000000..75345564c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177353893d6e24695957ec3f0efbc2423d0cc112fe119ee24aa200dcf7c5b0be +size 11820 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png.meta new file mode 100644 index 000000000..2a4c014bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfda3894c5643bffe23dc9abfd36bc385ea31e4986fcecf795f94f95b561ba9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png new file mode 100644 index 000000000..51337cdb4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b40c3a60e2f2710000a1f403932c188131c881192c0bc93d1d093ac6d541e9c +size 6866 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png.meta new file mode 100644 index 000000000..2fdd4bb46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tool.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186a0f7eaf753dddc7ef42334cfa73927062e984bda3ba45fa45a8ad2d487016 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png new file mode 100644 index 000000000..6f8933838 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f307c9f9d055960e95a58015df0e5154500aa97c4cbee1a55601969d64d3200b +size 8028 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png.meta new file mode 100644 index 000000000..9acf241d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tooltip.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ab6088855fc2c648ab910515efdbe6e6258e00974f920a661bddbee79990bf +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png new file mode 100644 index 000000000..9df186ab9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd070cd46879b5ae8d0421294a060e4f8485f8fd377fa705a5bb350bd95e96c6 +size 4927 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png.meta new file mode 100644 index 000000000..b2e6a0cb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab49a855e6e09ad3bcc81c18b5f28dea50544a20405e910a13d37cef6039c63 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png new file mode 100644 index 000000000..257f8db3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735209a57dc36c5648c78eb6455cc91e09473fe5110d26a499b58fc72aaf4132 +size 4975 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png.meta new file mode 100644 index 000000000..b7691692a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Training.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3192242e9f762ab61255ea2a1e0f49fcdbc5f2b9c5293d0213f966c2c58bcae +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png new file mode 100644 index 000000000..6b26ce5e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a3bb87318bcad4f418c1f03b3af17d6c34c51dd33242b9aa20deceeda5596cc +size 8158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png.meta new file mode 100644 index 000000000..752544ee0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795e21125dd3c24918db446c7719f05c60df1fc6c569a51620eee5c8aba69181 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png new file mode 100644 index 000000000..ea73b1ffa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0246b372e0b027dc05859d99915ea0d469ce1b06fc62173520cb88789cc47a8b +size 8513 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png.meta new file mode 100644 index 000000000..9856f9d1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tree_Pine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee5fb6d86bba375157fc2f42ea987a3a2ddda22a58d16623fc5f82d9085f8d7 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png new file mode 100644 index 000000000..9fdab2771 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556fe1f62de9e2631154091df099dd3f16b2bf19e96bfc41e8d153066e870ff3 +size 6275 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png.meta new file mode 100644 index 000000000..d7c447ed2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae8a025eb7dfe3bb7915043d88441fe1f6e5b97138adcbbcecdfba71e181921 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png new file mode 100644 index 000000000..fa8d944c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267689de31ecca7b3a729582621ece06ccba18148890d52e069bd315a7d8c171 +size 9116 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png.meta new file mode 100644 index 000000000..b10fc7fc6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Trophy_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0dbd64ac032c054d83e39a6ed18feb60d9d59ff7fe9fd1685a05348cf7eb588 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png new file mode 100644 index 000000000..4fb2f3138 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08354f7f54a38fb969255dd858ddc4631b4d45c72c479e51db185c0b165ef766 +size 7951 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png.meta new file mode 100644 index 000000000..3a57fa4f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Tv.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a742a74a2dcc9494bad47869a37f2beef70a93b1444dc8c259f0c1937f311793 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png new file mode 100644 index 000000000..f953b0fae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b32209b0e86bb5297b7596da3b4bbbc15545cd89e984320e0da8f1c536851b +size 7283 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png.meta new file mode 100644 index 000000000..95f7422a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Undo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cdc80adebba93de2890f8bd6ccfba915756e0a083e4f64df9303c3da93386d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png new file mode 100644 index 000000000..cb6468de0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea92eade7f165fd827366624dae319182fd1d7883c810598087daf73293b475a +size 9263 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png.meta new file mode 100644 index 000000000..eb5bd7e86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Unlock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cadfd7458834fd20e59fb90ea94a9b769a28b0388b533d2687d021786604981 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png new file mode 100644 index 000000000..36c112d6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e172158de5375925c7487d2e7c24d50c3c98d4f7c8adcf9431df56b53e5834 +size 5788 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png.meta new file mode 100644 index 000000000..9597e35d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_User.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55083e6e4033339a04d04e67e8f9e284e4122fee96feec9c71218883d8012f7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png new file mode 100644 index 000000000..63073fe9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb60c68af5dce23f59f042e2ff701ff5c1042698242abbabb8903239b33b2f6 +size 4917 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png.meta new file mode 100644 index 000000000..7023a65bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Video.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6103cf3615c98315f74de7ac3c1f380f8a4f7574b3498e2a8351de880cd20c4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png new file mode 100644 index 000000000..a0a3af153 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a19e18f03ca9010267c428b75bd80fb77a29ebdb5e7c300d4b884e885da32f +size 10196 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png.meta new file mode 100644 index 000000000..838ffa238 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_View.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743fad194b37051c27345f3a26fd420d591decd179e1211a2271796aa4da1fbb +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png new file mode 100644 index 000000000..93fea58c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6042986e7371b20aa745bd11243fcf15f0107598dad6dfcd4e910de47a3a4d06 +size 7965 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png.meta new file mode 100644 index 000000000..d934ddfae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Viking_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832075f465307bc334495089d79301317e80bff7c45b369d93436d631ee623bf +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png new file mode 100644 index 000000000..1d6d665f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67404abce6814976dafc4a296c0f0c0ff48ebf95c244793e201615d7be9f57b7 +size 4137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png.meta new file mode 100644 index 000000000..9a246f2d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f566026ee87ea40ae8811bd4d5802f98b19074a8e2291793496d563780f3a095 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png new file mode 100644 index 000000000..119bbbb8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591aafce8fb955f94dd08db1e03cf2469fc5b905b6ccaf1122ef237fcdcfae14 +size 10005 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png.meta new file mode 100644 index 000000000..f040f14f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288d61dc2806eba12660c2368f3a8965bcc3fcfd8bbd6ce0d630de76e3bb7206 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png new file mode 100644 index 000000000..7f6f8b33d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0742a4f2eead69fbfdc932b849738fedd7e549b00d259640f2af42374a91cb2d +size 6700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png.meta new file mode 100644 index 000000000..0459a05d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec114266582b66844f3797102e2bbf5adf3bc9d83512b1efd53d3ad2c89d8db +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png new file mode 100644 index 000000000..69902678f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb67198c0fb6e45de6051b9cb6b00a26d3b7f461b37f16240b473a406afb51b +size 7043 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png.meta new file mode 100644 index 000000000..5a36a4d86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Volume_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27234cb60742cdc42b68f7c3a75e04f1de5369a93bb13e9046daf796f614b725 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png new file mode 100644 index 000000000..6f0ba9e21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ed0daa0279ef1bf5266b89f3f5866bf2575095c69473919a6a641173dc1818 +size 11237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png.meta new file mode 100644 index 000000000..7251026a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1324fedf59d543efc6d15362828500ca4db12e9435463d04f4c322b6ff1c93bb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png new file mode 100644 index 000000000..6f0c41feb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94efa4666ca42bc74ef196caeec6276c3ddcddaa56f78a281002fd09ec02fb7 +size 8617 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png.meta new file mode 100644 index 000000000..d69b96344 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5a2e5f12099778153936db8f5c50b7808c2b33e3885a470db680f9480d2343 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png new file mode 100644 index 000000000..4a7b3d424 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a32e548916d0012844b6ceaa9592f1d0b8d44e3b5aaebca883c7d25207136ab +size 9125 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png.meta new file mode 100644 index 000000000..e40f53344 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wand_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2439b58c949cf85f74aa3d488dd6abb51d95f3d149c80258df5903f64f8d9c00 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png new file mode 100644 index 000000000..c9cf1be81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dd62ead87d487690f40a0b0dc6b059b3fe7fced9fd370ebe89a66f21090eab +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png.meta new file mode 100644 index 000000000..c9d63acf4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Warning.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901255154a9133f9d1532be49664fb7aaf95e968abc45ec17c6b8c3a829ebb0a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png new file mode 100644 index 000000000..357cb983f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1d04a5d7d756654fbeb1509565d4707fe8851cc156820937139f466c45849d +size 8660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png.meta new file mode 100644 index 000000000..289c1c185 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Water.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4def21d02191d46e1612f6471d3f26caf6f83612b13b049d16460123a212933d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png new file mode 100644 index 000000000..29e742bfa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53c77ddd3126dfa778960ba9b950ba7656396e7927a6e8ed8784dd34fd2d5b1 +size 11862 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png.meta new file mode 100644 index 000000000..d46a39c6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4d4bcc62b909ab6d8bd318dcf9cdded925e99da9fb8fb0b966111c53db4a70 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png new file mode 100644 index 000000000..e84d6ccaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52315afac0e0c1e31aaaa63128868c3d6ba656c130fd225c8dec674c038f5edc +size 7373 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png.meta new file mode 100644 index 000000000..1555201fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wifi_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f428fd62c100169a6b8bde455e0afcd8d272626813ac66965381e7147bc6612d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png new file mode 100644 index 000000000..efe088fa2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21080bb00c13da2c42758e7b82c17afd2a7028a2f00469a4776bd650af411648 +size 10982 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png.meta new file mode 100644 index 000000000..04a5d6759 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Windcock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db78b94892b3a1acaee3bb2169cb962dcfa3f7a3b54a82a8a30cf7f58d4a130 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png new file mode 100644 index 000000000..65d346177 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab26468b72fb413802e3e9adbdfc99fd8eed51458066b71f846cae11ae36192 +size 10306 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png.meta new file mode 100644 index 000000000..a9ec300f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Wing.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04639a395845ba656ed5362d0f416f8e8d17bf47378a6ccbef0bed6fe78d204 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png new file mode 100644 index 000000000..2e619e5d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8cad3097bcd47430cecebb34bb38e4bd142891a64cc9b59b66576a93584c4d +size 11170 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png.meta new file mode 100644 index 000000000..3455a2277 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Witchhat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9d37ad70de608e625de4553944608114de278f01af0353d1a92220527dfc2d +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png new file mode 100644 index 000000000..ed5b9970c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5dfd583de05b0a321977d9fc28eaec4f1fa3fb14287659f680a6d73ecd51f7 +size 12976 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png.meta new file mode 100644 index 000000000..69fa8f6b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Yinyang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9f2a30a06ef2e258eaff085d8682cea3fd914f4ddecb5cbec9f47e55503fc2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png new file mode 100644 index 000000000..a99525ee8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb1b70f42b28aa9bf5deb187fcd44ed7da5deb9d478e874326fe65e5c0f1e85 +size 10466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png.meta new file mode 100644 index 000000000..ce3f36ae8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd155664502cd0683ea03a635719e5ad2857cbf28fb8c28ae560f2c900817ec3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png new file mode 100644 index 000000000..1fe12129e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e4c2db969a901a7ed9d18b9e92ef6e4a1558b12ea6d69854e626123bd7ae41 +size 9904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png.meta new file mode 100644 index 000000000..9654fbb4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/512/Pictoicon_Zoomout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6137cf3f978cd23ebdfeccdc2bbbb6878cea919b07b90a1eccccb487ba84b7 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64.meta new file mode 100644 index 000000000..ddfb3cc46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2f9ba391c2ed39275de4ebb0ed4ae54ddeb4460225284b201da85141b61b70 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png new file mode 100644 index 000000000..33ba98efa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15190bd68f9d5e9aa3e6f3d05472a2c4b3fe4e99f3a01a4ae2cc969502d8c907 +size 2137 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png.meta new file mode 100644 index 000000000..3c5023d0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Candle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3231a04edf81afe779f0e05ecc68f122ec36629d3cd75bd1dda0934e2b22a02 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png new file mode 100644 index 000000000..c005cf8df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887c5354b23dbe0f1e81824ecfc7f39579fdba4597e78dafe1a8a01e641b534c +size 3590 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png.meta new file mode 100644 index 000000000..5d22bd916 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Check.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45690255a06f76631b311c04625ac58b32cc34ead57d872c0849e24d962fc7e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png new file mode 100644 index 000000000..a823a9b0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85921d8315f4542cc0b97a3964cf264bf9fec6d4b55ab8d04ec4ad35d9d51b60 +size 3561 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png.meta new file mode 100644 index 000000000..fbf7a797b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b94152be5c874754a52ce33c4d375a1e93671888f84b7bf4843c98c05edc07 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png new file mode 100644 index 000000000..05f1f453a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4359c912989bad9a42f33f46c0e57507d0a33bef9a8cf498a82cbff3cffd1ea9 +size 3863 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png.meta new file mode 100644 index 000000000..754c88f08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Close_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf043e10e7796c681109f882b0898bba38c3b6a4ee7a9ec4421a0cda435d34af +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png new file mode 100644 index 000000000..4113ec5f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e801b16618be8439293d4bb97efd12d216e0e5adf1a79f8836cdcd3e4c2a5f70 +size 3393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png.meta new file mode 100644 index 000000000..ba39df0d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cb15e472094667cd9197e649eea3d7d93568ccbac9f2109dec9320d975ff51 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png new file mode 100644 index 000000000..8379c7835 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e690ad4f130558c813de746049549123132d04f82ebdf9f2852e485fae0676c7 +size 3758 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png.meta new file mode 100644 index 000000000..bb5053324 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Divide_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e445c9c54fb50b1f6b65e62926e8995ff1d32021fab1e083e7b6834c1e5ee21 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png new file mode 100644 index 000000000..dcb2dafd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83013c3caa6243ce1f637b8dba9952859061fbe0161bad73e01aa6da26f32d20 +size 3313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png.meta new file mode 100644 index 000000000..c192cb649 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612bd9353dc2c4828f19a7bcd7a53907ecbedad64c8893179de4debe45aaba57 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png new file mode 100644 index 000000000..dfead8660 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becf776cc1c9906079a8519b24787d5d7a8cf446234c6a0b9b75e5cc57ba17bb +size 3669 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png.meta new file mode 100644 index 000000000..e5ef2f6dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Equal_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8359c451605ea66b2fa160a90766b7244a6cb67cfc495c6cb6c86869852fc6 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png new file mode 100644 index 000000000..cd1226566 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952ac78e5b13dfbe146f579b6d6239d925ac831577a10aff4f58a424f9b89f5c +size 3141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png.meta new file mode 100644 index 000000000..07f540d92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06326989ffb49b19bf1228a425f9d1d061864b92a0cca75d3c177c7452ab8c64 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png new file mode 100644 index 000000000..6262d89a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa40808b59c8f70bd00a104dbda627fe769ccb34098db69987177a435aa0553b +size 3698 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png.meta new file mode 100644 index 000000000..14c7bc7a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Minus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19104d903b841ccb0402ba0cdf7dd16b71a6160c8649edb54a04623bdb4994b +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png new file mode 100644 index 000000000..5bea7572f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25e390650e8610fca0e3c7dcf1a25b490c9e34630e520eb4f00e70848a8f99c +size 3252 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png.meta new file mode 100644 index 000000000..b4c5a4367 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83626d642464785ab64e4a6677b9728f56071402715df2bd73f22166527a9c59 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png new file mode 100644 index 000000000..7a2bee1df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f65fb053b13fbd01df667cfb57887d0fdf57d4af8755a422dd69033233a95b +size 3769 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png.meta new file mode 100644 index 000000000..ba7ec7cae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/PictoIcon_Plus_Circle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ff193806e0d68af57da8edd8295d8c1048be3dd8ae7249b6c19725d557ad3b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png new file mode 100644 index 000000000..0688a746b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10826178745eec9e49b2a157c0238b02030d326b11b60259bb3c4137fd145050 +size 2762 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png.meta new file mode 100644 index 000000000..5bbfe822b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Account.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd559d1991fd6521a9ffdce5734962b278866b60a64b087e2d535a83be700b7 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png new file mode 100644 index 000000000..d2d198179 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceb8957b9cef868b4d2f32aca19811ea1054900252ca574ec71a96d406ced12 +size 2629 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png.meta new file mode 100644 index 000000000..5339fd152 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Achieve.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daafa849e8e4f4f284e5f38589b45a502878f7a90b47a75dd7708b2ea307a3f8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png new file mode 100644 index 000000000..b444719ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005e208a5e78d06b3b094c46f97c307dbe282aa5fd887a22a7ac6c21d5e578ee +size 2323 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png.meta new file mode 100644 index 000000000..f16b512c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Airplane.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99110baa8d0c48cfd6402c2176964c0fbd259cd496cec5c9eff7715e482fcd1b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png new file mode 100644 index 000000000..bd73d099d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28dcbc476964fbe668de560182998834b12b7c32e4c5fc48ee3a3ee60197432 +size 2361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png.meta new file mode 100644 index 000000000..b20224201 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Alert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d34133711856547d9c0f9a04a9285cb9a783ae12a0fb80c29f08e07d0bd25f4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png new file mode 100644 index 000000000..754b4fb4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9758c20a6640a7fcdade55689b89a1b91a6e7bfc22a01a199c50c5e474cdfc61 +size 2603 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png.meta new file mode 100644 index 000000000..5e671a995 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anchor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ee94f1165b945d0fee22806cb2aab7f689abf51e83584b501032e2d15ee85d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png new file mode 100644 index 000000000..bcbc41c4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3bba8c3792e148a130bf35928705f79c1b3489afa8cb01e06456049f5257c2 +size 2421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png.meta new file mode 100644 index 000000000..e2d4ea194 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Angel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e012a9d66084b9a8ea4ea0f7efece4d9cec7969360486b76b6f8a36fc5348f2a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png new file mode 100644 index 000000000..99717e1ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993c02894b068cc79daf89889b95509882b88b650872436fa756536a274078ca +size 2319 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png.meta new file mode 100644 index 000000000..82dc2e711 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ankh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22671a30dbecbe020853a810044cbb64ae02f6847ac8d416cd8d6af2896a0ef1 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png new file mode 100644 index 000000000..ca0ff5416 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4559f64899480d117e9b42c9b4ac4c27ab2238bcbad4a575649027e99b4ab39d +size 2145 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png.meta new file mode 100644 index 000000000..07e694a52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Anvil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41dd5d7e42da6d72a7e606e8877356e42b3f495c63b17692c392480419ddbb5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png new file mode 100644 index 000000000..f34234bd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592134b2914767ee6727a998df6b15731b99fd289e304d8473a9b7dc36bd8c4b +size 2682 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png.meta new file mode 100644 index 000000000..8a7571655 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Armor.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62829a39e1491510bdaceaaa9d159441bb678b613f0f1fe3f2139806fa1fee1d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png new file mode 100644 index 000000000..c2df15490 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045d2ed3b0a91989c1c61af814095c318feca0d4eb807bc7c166e14e578661c1 +size 2664 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png.meta new file mode 100644 index 000000000..ee7bc12d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84012fb41edb615ad08ba1b1a2257e22bdfd193f27604c12cf0b2bcfa9594b3b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png new file mode 100644 index 000000000..9018576a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0c93df6c27a9380f3da17aa17d298b372c3bd724b63a7a3ac9eff7162dc391 +size 2095 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png.meta new file mode 100644 index 000000000..863357013 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Backward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d44e9383802d28b41af77bd335a680a873e26b6470a646420cbaa95a36d272 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png new file mode 100644 index 000000000..6d41bb1d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708b09dfc5e75bb154f1ac37313a064700b1ee060ffd3826ba3a6a908c39e70d +size 2117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png.meta new file mode 100644 index 000000000..ae732886f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Bottom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3a75ec6a4c3e0d1205980525af516356f23faefa63cb8eab7337777d50278c +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png new file mode 100644 index 000000000..75d411a13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8833d946e751253137b24f497a9de706f39434a000557e9103ff1ce514ff179e +size 2157 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png.meta new file mode 100644 index 000000000..0c03a1154 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Down.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e575d71226d3f831b9e52cf53d8053f9c10c9875563ce0c954d79b34fdde77d3 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png new file mode 100644 index 000000000..6a4bf0903 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92bf45f79df6afd676cd48ef582841ddc938305461c9ce8bbff235a105bf5bc +size 2055 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png.meta new file mode 100644 index 000000000..f1a2cb471 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Forward.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47649e2b6f28a3048a4e2c54ddcf95bd912c893f8d5646b1dce0b14645b52e86 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png new file mode 100644 index 000000000..a09c5deeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90d3d65d1dcffcee797cbf8f4c2f499f8cca2535e2d03b3d279762d96eee039 +size 2225 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png.meta new file mode 100644 index 000000000..8e5cb54bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8c192ec8734d5fc968bc784d03c4bac88165c57a2bdfcd976f146b77047acd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png new file mode 100644 index 000000000..7fae5a602 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e93a994a6be8b65c6fec0bb08055661e7d5bc9b89dccb95bb219e5a0042f0e +size 2225 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png.meta new file mode 100644 index 000000000..cf5de156f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Next.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38395031f25b0aad844868d8e88dab60d6e502bd4d06e4d111b37b0bd1f275bd +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png new file mode 100644 index 000000000..8f0e18027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4963d762c18de6cf061e057d0386c29f7361c10b5a3cbbda5f1a44dd69c3b186 +size 2226 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png.meta new file mode 100644 index 000000000..65007a6b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Prev.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79cdff6259688dc87f54480ef4cb27b980dbd5a8ed9c9568e145c78caf7a6e8 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png new file mode 100644 index 000000000..69ab61a25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7f139eb07f9c95c1dd5ee391bd1d3fddfe917eeca95580e6cbc14462604e0a +size 2299 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png.meta new file mode 100644 index 000000000..d6a5f8e02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9b62ac4669720b114699f1b729938ad6ddf6c8333950194bc1168eca7ee75a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png new file mode 100644 index 000000000..18f0e1b65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02aeaa35253b9adb87d8a7d8a5d44b1353ac4861d1e2bebd255f83058cdddf20 +size 2114 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png.meta new file mode 100644 index 000000000..831749915 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Top.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cd94155f8b44d7a8d18fa6879e290d071c3a75f8ed641c9a0782aec273d96b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png new file mode 100644 index 000000000..417738e7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ca25ab28b53ca045cc9cefdbd78b1ff2f70d796ec074156b184dfbc11317e9 +size 2115 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png.meta new file mode 100644 index 000000000..967d217d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrow_Up.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdf06e9d2d741415fd278d4c16b0e426828491a8b7d27546ac55fa47f8dc324 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png new file mode 100644 index 000000000..a89f37bba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619101601b86cc091f8eb84edbd820f0759262a28a6d80d4cff3b0340880e5cf +size 2549 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png.meta new file mode 100644 index 000000000..8cb7ae3ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Arrows.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5e064bbfe5d65002d170376243fb266c9e3db7e69d836c4ff10253691247a9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png new file mode 100644 index 000000000..c29125a08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2a03014b64e28065bdda2e9bc66f0454d760c97dc679a526f739ac9efdb6a7 +size 2554 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png.meta new file mode 100644 index 000000000..bdb26462e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Assassin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed9b1a85cc5dc438c159e03deec4f3d268f092d247a603e7c9f54ba4bba3875 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png new file mode 100644 index 000000000..29d3933a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3dbf8d8f3c790993383611eebc889888b043804b5bcd6dadb150c838dacc26 +size 2567 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png.meta new file mode 100644 index 000000000..8b13ee22c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attachment.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b99a2d38dd8949ac33d21061d54f99e480a3688e28c77db8b258b1146837295 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png new file mode 100644 index 000000000..72d2cdf23 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356a5d8df08124bd91bb3a6bbe23faa4c4cf0988448af216c0e630091fa80671 +size 2197 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png.meta new file mode 100644 index 000000000..6887f27b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab712a7b8b9277854b220afdc6e510f0f8790e903648b8e46d0116552cf7027b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png new file mode 100644 index 000000000..681e5e381 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac7d97af2adcf5108528fc7189bdf7826b9dc9f2a86f0b98f03e231ed8703bd +size 2506 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png.meta new file mode 100644 index 000000000..b05b22021 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Audio.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb8a359dc580dedfbd8163ee26616a5f9bafbf24b8a50f7b223e2d78c54357b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png new file mode 100644 index 000000000..eda1b0343 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8330c8c374c004241537069429bd6c617baf1bdfa7b7874b9114267df0ddf7f2 +size 2219 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png.meta new file mode 100644 index 000000000..c68a7ff52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Award.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f909c102ce8f3db240abba83e13c620e9ee198d876c444298c9400f9645dbe3a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png new file mode 100644 index 000000000..fc4e5c011 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4879c1d501ca57707fd59b0da3dcf3c4a1d83ef0cbe6fbfdea7f63d867c255 +size 2396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png.meta new file mode 100644 index 000000000..963d5ed7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Axe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347119a3ccc9035de1a076750f14c7bb56e2c00ee789003c299d92ea13d3153e +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png new file mode 100644 index 000000000..9643e9c07 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3edff1426fa7aacdab47f4e838d96ecf1a9f063bbde3c7e2b95c32843c44d97 +size 2467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png.meta new file mode 100644 index 000000000..fe20ec3d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bad_Immune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aad28d9d16a56fd1f7370508b576c9ada18ee7df35df41edc260432edc713e +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png new file mode 100644 index 000000000..c2df7234e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119b59b311ccefd4af4bb415b22f109b258181bc161422e34dc3daef13d2c155 +size 2887 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png.meta new file mode 100644 index 000000000..5110f7996 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e58d293e9babd74357a1dc8bade5972bc08c067d5e4b35db236b23a3cc79adc +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png new file mode 100644 index 000000000..9b4f8a24a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e3cdd5b9f4f1bfd17ec7a3b4de03109912909eaaad0c05d4d73ecb02cd89af +size 2699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png.meta new file mode 100644 index 000000000..3cf6a5991 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2a4fb86f178e6a9c0a769c328d23bf03491e7ece09540863866bfcddbfef0e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png new file mode 100644 index 000000000..3b968756e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2379e0254444f959792cc55b3a54e4e956f258062979c7c72e59489d522e3700 +size 2413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png.meta new file mode 100644 index 000000000..f508fca59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ball_Attack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a832f3e7a2c18faeb5445090a56f893d17637bf03f91a302d0dce85324ea265 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png new file mode 100644 index 000000000..d5543174e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de654a6157a8323a0a722d683d28a0a1ef740d37f63410dd3d60c710a840dc2 +size 2437 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png.meta new file mode 100644 index 000000000..49613f31e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e1362fc0ec79e1f2e23d9fb360a56623b1af772b5cc35156f8597eb765b092 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png new file mode 100644 index 000000000..99b1a233f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eed96a517c473cf8836850292b5956ca52db2160c91b1cc09760f88889ae549 +size 2294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png.meta new file mode 100644 index 000000000..6408584fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66aa7c8c63e64402f8e70fd30e581affabbb376e032583861e8b71f6785b63d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png new file mode 100644 index 000000000..950f4d36e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2719491737fac11ec8c5232878b5846d465d4f10f6d606455907d18f00c705ac +size 2475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png.meta new file mode 100644 index 000000000..81e82c9c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5201699c50248d37184975a522eea8b9ba3e4855cbcbc1e0929cbe705912778 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png new file mode 100644 index 000000000..8e8800d7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2feee1a96846f1fa7a777b0930d45839830b8649c1d7ede677eadc0a7c3b7a0 +size 1943 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png.meta new file mode 100644 index 000000000..296a1297e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27745d4cf5ee8525b4e3380f6985b8ade02d747af3b95f2571c8bcdd17500e1f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png new file mode 100644 index 000000000..b78b211cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764c41a2dedebcc81fc900bc98b2da1dbb9b964e6f220052b4a4c4d4ce43d85a +size 2007 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png.meta new file mode 100644 index 000000000..821d3fcda --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068a894efb46e34dea5f22ae29650f9aad3bd9e8bed17e01b4bb02bcdc812e3f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png new file mode 100644 index 000000000..2409f9ef4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3af5359ec1ac4a654c042f9ac1da260f92e1b666a660722fe38a42177bbb5f +size 1879 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png.meta new file mode 100644 index 000000000..2917a21c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f38db5edd50dc33159871995ae4d0a6c94cea47e7479c14e17141db4abe6d0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png new file mode 100644 index 000000000..2d3add11b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb4b34bc7cac7324a317fc930b829d32a1504f4b8fdcf1420515320e0194238 +size 2401 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png.meta new file mode 100644 index 000000000..7e3505859 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battery_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa71dc0835e73cec14d403b9610b131543cf9362ba7c836fb76f61611c98d93 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png new file mode 100644 index 000000000..15fd0994e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76176fe5fc0e31ca39ebbbf2fe6a3facedab0d5449d975a3ad24ef8f0c699634 +size 2520 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png.meta new file mode 100644 index 000000000..0f5d1e53c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Battle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b5954f043242e8b120cbca2ebf3c91b887426cc77e5b1a94dfda761760f8c6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png new file mode 100644 index 000000000..c9d2a2c3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a5e60acb6950812ed14533f36b9786c97d5bf347c1282ac80d1f930e34922d +size 3916 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png.meta new file mode 100644 index 000000000..fdb4a6197 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816a658290cbe83e7befa74e5fb7c3801eea89b47bd95aec91c99ea60766332f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png new file mode 100644 index 000000000..4c545af33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad32c2ac7fe4fa21f75f32a558868974c590b73612f410af0c4735c6d925aa7b +size 2558 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png.meta new file mode 100644 index 000000000..c15d97b3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bell_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9780913ebec0208501395524d27a6f8761894b56cb3bafb379c6e9680da0216 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png new file mode 100644 index 000000000..acfeae523 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ea94a1f74aec6486d4c4ccef25a0de25e53c7d485353148caa7ffd525572a8 +size 2320 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png.meta new file mode 100644 index 000000000..3ce2cf3a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7fa112c91e8ab8c557b525c91cf1e6b05f43e491014025b536e81befa20926 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png new file mode 100644 index 000000000..4b05c308e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a6d028d7483f5be0e1da73795e72a84661f0f9a563d4826b26730ca9a5d69a +size 2585 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png.meta new file mode 100644 index 000000000..d3afc461f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Blackhole.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435f504130f7c9e4c874f2150cb67a6eb17c666d2e649125cd633b7095612ee5 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png new file mode 100644 index 000000000..b374f96d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa86ac08f1073619ca2086f48cedbbb27def1de84661efca1a5ae0eaff13d150 +size 2558 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png.meta new file mode 100644 index 000000000..fcebcf62a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9660e8d39c41446d02c7c7659411c6fe45426b71bcaba9d209718ec151fc2a68 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png new file mode 100644 index 000000000..756498f65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a05707b4b42ad642df373951dbfd2e6ae756a198ed921fc0e6951ed8b150d6 +size 2162 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png.meta new file mode 100644 index 000000000..3244b8b97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Block_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7ea003ab1bc0e63080e1ef768648e86b513fbd1c16b538109ebfeaac51a36f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png new file mode 100644 index 000000000..1195bd02d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fcfa24a1852960a80386d113caa390c74202675b472c136068dedb8232dc64 +size 2163 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png.meta new file mode 100644 index 000000000..a9d0fd6c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a080098ebf97b4ac78fbb1287cb8cbe7df6e902cb59f9076003dfa89baa34fe +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png new file mode 100644 index 000000000..93942ad05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6608019ebac4f36035cca7f12283ee17707668424168a59dd6ed92a772dd81e +size 2490 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png.meta new file mode 100644 index 000000000..022c36190 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Book_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce27dd0ba8412448219d0a1a1d63973f6125a77b03ebd7190dfa8ad5747194d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png new file mode 100644 index 000000000..9df16f94a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b9d45118b07dafc6f731e290b152731762c86b43d6808a404f1af77a2530cc +size 2048 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png.meta new file mode 100644 index 000000000..c147ebe8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c04e7be39c536c2c3ee1af84e8a518e6d37067df770794ec325491c6f32ad5 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png new file mode 100644 index 000000000..015e26a96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c31aeecb4148f4126d1fcea491f6a46dced1ecf7f13d3ad89b93a109b86455 +size 2611 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png.meta new file mode 100644 index 000000000..07c2a61ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bookmark_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272be97a0839e12819549bedd9bff4809d05b1518269eeaea338b2df9043347d +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png new file mode 100644 index 000000000..23485577a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47581084b4e0ff393451733f4d917c1a30f1afb7c5a94647e08365f3f244ccb +size 2271 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png.meta new file mode 100644 index 000000000..0a5e13401 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b138dde8d3d66faa17fafbd2c0f22ddd71efcfa6f4cfc04120b32811b2c6ce +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png new file mode 100644 index 000000000..302bf1f35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285451d230496caa10ee8eb69a2b973f9d3931e180a024a3626beca244a55af9 +size 2566 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png.meta new file mode 100644 index 000000000..e2346ae7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boot_Fly.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28849a9f08f3fa64d3aa23e9b5893403950eb6198a96b2d352342ddde4da1d6e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png new file mode 100644 index 000000000..033abda42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e1d7440a7b62564744c3c1a3b28934807d9e0709e3e776fe52637378dcaa4d +size 2473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png.meta new file mode 100644 index 000000000..4391aa259 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Boss.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75e5f630a5142cf8d0455d2b45487f206010be539b99ebeb36efde8aadb8823 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png new file mode 100644 index 000000000..eaf430502 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1266ea0d69e641df1a1e31aa10fe9b1e06cd3770303962e03ff14d83520209f0 +size 2492 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png.meta new file mode 100644 index 000000000..c3a0fff86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b9996c7a3ef29e8074ba9f444e4f21094c20a7ab256ff06c24c88591d4266 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png new file mode 100644 index 000000000..2344b5a77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b92eb4933d5ba62432588dcc3c0cdb85c2401a74502084c35f6ad62a9f724d +size 2313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png.meta new file mode 100644 index 000000000..46766b4cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Bulb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfe3247cbb81d1d1264a63a30883461b4614d1e93ad51832430073e89187906 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png new file mode 100644 index 000000000..bedb77ebe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adbbe62d8d90cf7c1be15249baaa010357c2bd8ae69e075c3162787b73e03ae +size 2287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png.meta new file mode 100644 index 000000000..c42e05330 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cactus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5edd6599a52c3115e742224884a1567f46fd938040fdd7b9fa44a0286aa71d3e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png new file mode 100644 index 000000000..18eba3fbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe59044d900fc5bb6be10f3b752b086ba5f78982044a549d74d31c380da29f4 +size 2134 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png.meta new file mode 100644 index 000000000..06adafbe9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Calendar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5195f2c0f85793f78cafb86fa48d60c60c33b83793403962bacc241f2c26341a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png new file mode 100644 index 000000000..7c73bc3e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66b26dba1868212032e280494b14c6eb63b2089ffb314ac29da8b75b22ae0af +size 2443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png.meta new file mode 100644 index 000000000..64bac3119 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Camera.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71d588d4c892f4598087e79fafac8ad0fa178bf4411fa88326bff527191a011 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png new file mode 100644 index 000000000..c988d1c74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d651723622fb7ccbadb3515cff3b680fc71d9767896e03b169c0e8574a7211d8 +size 2618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png.meta new file mode 100644 index 000000000..31b964432 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Card.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f77292e0dd57e4d95fc3b1c2c455b355167cec96ab1d48304299424f4f4592 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png new file mode 100644 index 000000000..f0cf97ca3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98ad86ab33330ae82681403c0d8b3f40501a53aa4e8dc6b0e549894557c2d78 +size 2271 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png.meta new file mode 100644 index 000000000..81217d637 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cart.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c87bc573e8d9bacd7b3321b3b8663c59ebf0725ceb6b87f2137712d2bb2ee0 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png new file mode 100644 index 000000000..aafac20d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca0c657a38dd60fc8b23cec4b4094d85ec43f8abda46fb8db2a8ac7e434ec22 +size 2619 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png.meta new file mode 100644 index 000000000..0466b40a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Castle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f7a42591476efd49098c764ed3b4fa1038eb357302c8ab3e0740b7cfdab7c2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png new file mode 100644 index 000000000..508937a4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e6bae9a8d3a75d4582cae560a46bf6668de51f2053da9b078692733d8fb084 +size 2276 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png.meta new file mode 100644 index 000000000..8f3746901 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Caution.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c07f675c01ace0156a7bef98017ca9de4d257237ed9ffb4b7db3ec5a3f1f51 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png new file mode 100644 index 000000000..8b105f715 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f53c28bf509bf2bb56a9100bbe50454210a4a90a382f23fcd51fb7adf9d8292 +size 2173 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png.meta new file mode 100644 index 000000000..4b13f851a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dba08f4790ce9a32fd2b9b7be153171a711722c26c13cc0b5f71f84aab2c6f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png new file mode 100644 index 000000000..ba0c51fb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13839b2391826935b42f7f1b9d7f093ebd71dae66826c860a9e8313b824ba54 +size 2132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png.meta new file mode 100644 index 000000000..a80c1bd3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_King.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c53740abfbc8fd7c7edc2d6ae49d6c20ac17e58f988391df76f4f68a56b383 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png new file mode 100644 index 000000000..64a1b7248 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7dc7fc8c1dbc8fd177e39e720fb6e5b6e0cb81c83bf6b381c925cdad5dbbd6 +size 2151 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png.meta new file mode 100644 index 000000000..91f1f95da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Knight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb3bae51f32bdf42e3edd197fabe40526d2d04384817910441bd45fa6fd6c0b +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png new file mode 100644 index 000000000..1b8289471 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcef4562f0ca5300b1809e500218569adcba5709e147dc42a47cdaea5d696f6c +size 2146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png.meta new file mode 100644 index 000000000..f10a6ea48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Pawn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4871aabb4105744448ed29938009f7ecf34b7baaf41b25932509691b4246e58 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png new file mode 100644 index 000000000..db0201fa9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e04fb0e77c1d2a3778bbd019f0adcbe5e3a2f79b280fea07686202110240ac8 +size 2179 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png.meta new file mode 100644 index 000000000..271e414d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Queen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77aed6c1057a01c09f236a00974cf2a03cef43164f6bca79a488c9e02cdea353 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png new file mode 100644 index 000000000..aea3437f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92556082b674818a5403d32c82cfbc3492929d7a3023b3722e31cdbb5447786e +size 2152 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png.meta new file mode 100644 index 000000000..0e007eeb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chess_Rock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c14b940a8e07b7596cba2389b72a6c98781f0ec5790eb7c42c851cbf17621d0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png new file mode 100644 index 000000000..46099cd60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcab67ed41ebaaf36479517bce44cd128662d359da67dda94be48941ceaadebb +size 2283 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png.meta new file mode 100644 index 000000000..06ab62407 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf288ca122b1365f0557fd37cbccaaafe10bf218349b4032fc2bbb981e84fc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png new file mode 100644 index 000000000..37130ff74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8fa1f8874be1d728e43b5f76eed01acbc1e2e6eaef2515c6a00df28a63222f +size 2583 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png.meta new file mode 100644 index 000000000..58f36156d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Chest_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284955a413fb50c4dc28b95513849412dd14954c0d28b5fab1df478aee18b6ed +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png new file mode 100644 index 000000000..ee1295e46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a25ee62933a07c9112da95e7e449337ad9b1830873a262375d33bba698737a +size 2182 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png.meta new file mode 100644 index 000000000..3dad04484 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Cloth.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46a6579bf3ba3341687c5546d0109ab9592f8d531108cca54cd9515619a90a4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png new file mode 100644 index 000000000..a1dd4928b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc34fd3ba5fbdde79179daca9b6dfc3b838891693520efc298b8132b834b0853 +size 2394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png.meta new file mode 100644 index 000000000..5dcbc1117 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Clover.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61d519196fb1a614520e469538e26ba200fee38e2f768e892c737345c5c47ee +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png new file mode 100644 index 000000000..8227cb7db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ef1a87ecd1fc004e11c1183a327fbcbe7eb9a5131dd07d6bb4cbd35d599465 +size 2533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png.meta new file mode 100644 index 000000000..d0f2f1631 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9e869ed47a62e441bd9d6c78fbad838320c9fb78bbb0f955b50c279efc2480 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png new file mode 100644 index 000000000..60db2fd61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268da93b7d01bcf46bb63a9263f725bb5790db54d5452e7cb6756ba2aff91aeb +size 2888 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png.meta new file mode 100644 index 000000000..78ccbb761 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1081b0be7aecf5f87d69d5d71409eccf71ebf180e682f37cf0e150526b3efed8 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png new file mode 100644 index 000000000..dbb7d23f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcbd72665d9536d562daaf1b325a703dd4ba4bb4d8165dd7a3a7f3d8b5083984 +size 2998 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png.meta new file mode 100644 index 000000000..2521c668d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4580508e4019dcfa17c3038041eb00dcde13c3152aeabfc53510b631d621b8cf +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png new file mode 100644 index 000000000..5047dc894 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7e170acdf2cf662c687b69b993147ae97fe380919d2cc0e54c6899f94fb4df +size 2897 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png.meta new file mode 100644 index 000000000..4f4dbf50e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coin_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c77b708aa09d5facdc997274d665fcbdc691f4c5254358e421ba858ec3b47b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png new file mode 100644 index 000000000..5fa65235a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a711b97af740eda01070370499c3ba5837e50ebbc1b1cefeb74aed3dde11c8 +size 2571 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png.meta new file mode 100644 index 000000000..9c9f0b07c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Compass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a4015c05dc33086398475a0bf47cf2635551a82472014b2e495ae46b6d741d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png new file mode 100644 index 000000000..1b299af5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273fc7803563a0b1f35da73fa17d8225e8b52d1bda22a5ff9eaef8612283bd2a +size 2353 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png.meta new file mode 100644 index 000000000..2ba22031e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Confirm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ff048c7c05fb395f0b9375cb798df3a2a91da5c8cc1ca4e860abb79b504b34 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png new file mode 100644 index 000000000..bcb319721 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9f70540919f070fff3e76efcc840c5dd2d90641e28152c63eba726a6ae5d4c +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png.meta new file mode 100644 index 000000000..239fb5ac8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Connect.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab778a13b318f89ee65a167f7942a1ada250b1556a0b895d80caa3994be67f0d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png new file mode 100644 index 000000000..6a761e7cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ea4c0ec6515d48ab8f5fed66062014416f4a3fddfeb79512516d4ac5131042 +size 2335 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png.meta new file mode 100644 index 000000000..163ee5468 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Fw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4de237986c60b9e2af8e58e3d9bce5e249f6c295ed683a9267260dc2c33406 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png new file mode 100644 index 000000000..f3638add5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4023f87e9ddabc1c07355d15713e0d6e08076644c6c060bdccb8daf035230ad +size 1849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png.meta new file mode 100644 index 000000000..237d833ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Pause.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd250ba93f5129d4430e399de603c11f8fa5d6ae0d3b28a3e14d9dcd83a2cff +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png new file mode 100644 index 000000000..f3c4dcabb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d1838c09a0e2752b5641eb77d6bd233b5f452f9838522266d300b0871b4bab +size 2076 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png.meta new file mode 100644 index 000000000..b9e0c1cc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Play.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a5d4654030c0ec2910cdf72e16c1911fa0641ea31833c523fb06e5cb202300 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png new file mode 100644 index 000000000..c02c5a992 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98255dabaf6e033422ee9962c0d412a242fc13b9328e6639c938ac70bf52343f +size 2363 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png.meta new file mode 100644 index 000000000..0eee7f359 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Rw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9ee465b128363395cb50083c0edd1c48e4039bf2e1a0f0884341f093c1b886 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png new file mode 100644 index 000000000..8380c6f3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9094e546e675e99b8fc4134716be2ba65f91e25c17a9ac62635dacf870783232 +size 1751 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png.meta new file mode 100644 index 000000000..673055cb3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Control_Stop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1150f0d19afd9fd2c6c15bedf9de96e9ea550c509c1ea3b4a11c9b819fd5ebf2 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png new file mode 100644 index 000000000..c64fab81e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd7f70d8c0ab6dd51ec8bcdbddd59a15ee211f4096d68f83fef159c6d9cdb7f +size 1869 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png.meta new file mode 100644 index 000000000..6007886d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Copy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110f6e817b0b180917ddfb1612101242b5e8c91457c81ea7d1639555bd10fa47 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png new file mode 100644 index 000000000..2f3977dd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4511a62d98f43e43660f8f27989a79c021ab16e6d133500d5dd383e6a41784d +size 2183 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png.meta new file mode 100644 index 000000000..e2c254487 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Coupon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97371a8d0338f9442b99ce61d2f9e3a97c1ab595e92038f1325e5b5f613e9ffc +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png new file mode 100644 index 000000000..5427c525c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2d94bb8d3ef313283b1807455d72495517e12b937b9da97c9e16833d7caa4f +size 2461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png.meta new file mode 100644 index 000000000..3ca8b0a72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Critical.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be995f1b5af0c7cdd661143175dfaaac6bb42e2a95ed026c7ed7668c8948418 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png new file mode 100644 index 000000000..d17250c72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2419d6e73c0715705d15aec7881e6d500d5410f8e67dd4687bea99cb5f640e23 +size 2504 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png.meta new file mode 100644 index 000000000..5e52bb2f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0f827919ec05e566d76875af1b7452be53be82a51d486800a8ee15ebe00a46 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png new file mode 100644 index 000000000..f1b60adb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce6c6debadd24f77f39d5791998983684da78c3277dd90054f87b0d25ffbff8 +size 2707 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png.meta new file mode 100644 index 000000000..77433a6b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Crystal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27895eb311f3e6b78c9a2a42a2475a5f5a2892e4d5e92802db0f9275df107407 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png new file mode 100644 index 000000000..13ea978fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484c4b3c765bdba8340a4da1fb043f7df371e3e247289ba561606edd522cd739 +size 2193 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png.meta new file mode 100644 index 000000000..c0c0dc2f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893a7672bd5b07dd94e5beb275315558dc558d21bf450c937c0087996a631d3a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png new file mode 100644 index 000000000..b4ec43525 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a69d77d40c566604e66d01feddc783918120de19b37d253d1ebfd9d5d11d99 +size 2331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png.meta new file mode 100644 index 000000000..5b16ff73d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Debug.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b99e4247649f22c325594c722f03a73f012dffafe0d195d53f8dbc0b86c432 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png new file mode 100644 index 000000000..a7215a60d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897ab6db31bca85d89459ead3bb726ec3015936e2d292542bde512ec3bdc0810 +size 2168 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png.meta new file mode 100644 index 000000000..ad2e87a0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d259be260849e4dd991a5807be61220e08957ff2d4cc030a8f3ac2f26b32d268 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png new file mode 100644 index 000000000..b42c057b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6306133c2317efb3a6471e5f709bee6c55daa76f84f3082b0c3e109d882a348b +size 2572 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png.meta new file mode 100644 index 000000000..4486354ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Defense_Weak.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ac24e35862abba3604d45a3e2bb96e7c4e70da29fc708d6c7b15916480439a +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png new file mode 100644 index 000000000..db7f71955 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242704d8f0523cf782290a047ec86aa45274d6e8321a9861a87cd6ab64d005fc +size 1985 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png.meta new file mode 100644 index 000000000..db1ac7993 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Detail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6986e57e60428e41182a46d70e8a5bad7c5ec03e0ff9de4687cc652822672f3c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png new file mode 100644 index 000000000..ae1e3dfbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff928a7f385fa55031b787b807b186195afa13070536f4151d59781d2b0b6fd +size 2746 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png.meta new file mode 100644 index 000000000..095fece34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dice.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c47eff9923a253021687840d15f71084d98c925d80834511ced9cff4fc1945 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png new file mode 100644 index 000000000..9ff8641f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5091cd0f738e3cf65d22a53132d4bb6779f2163675326ddee6001400dc4d1ef9 +size 2337 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png.meta new file mode 100644 index 000000000..ab3afb793 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dig.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a521f77cba8e3bff1772ce4c97d86e8588662a68f34d2d13b2ac7a985ee7d61b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png new file mode 100644 index 000000000..5c2e2309f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733bae56015af8ef6f2dd0f56b6cc7edb58b8cfa06843700e74c329fb3077572 +size 2440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png.meta new file mode 100644 index 000000000..bdc8b038d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direct.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae167f3bc87c01e5a0310491e32c5d2a55c85b6e55e22b1d4e89f2ff1f7830a7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png new file mode 100644 index 000000000..9491a604e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90c106a64302fef1cd903839f77b36d2d73b304100b3cd6e8f2cc020d945337 +size 2528 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png.meta new file mode 100644 index 000000000..10f5f58fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Direction.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07b076d9626f633d479c49544dbdb368d923a489a8ab5292d52601b7a71f9ed +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png new file mode 100644 index 000000000..1064d0678 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311ad38d4d0d306ac1fd5516382400a259ed654f61a35a890f67c51000031d84 +size 2123 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png.meta new file mode 100644 index 000000000..279a0c681 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Dislike.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a827b256a9e28ccaed727c532cd362182a9ce202b535554a67f0bdd06a49a401 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png new file mode 100644 index 000000000..34dd91eac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a254bb462d14f5a8c94f6bf8b05f794df18fd3b7d30bf34424a2f2c2d7a61c50 +size 1991 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png.meta new file mode 100644 index 000000000..b41565d7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Display.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bde4200be8d701d9f175f777bd37928ed205854e0f3b753e0258e3b54eeadd3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png new file mode 100644 index 000000000..5864de61a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cf59cd72a4faaffdaf55bb69a67af0e42823ef6b01c19913df17b9eb8307ac +size 2341 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png.meta new file mode 100644 index 000000000..4404dcc25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Documnet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00adaf8ce2a91ed9665077bd9e0cbef9769de662b13ecc99c8cd622ea3966c3b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png new file mode 100644 index 000000000..3a2c3e20f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f908567e2e3249771ba8be55533f1d0aac4c1163e7bffcf76d5d140137394f53 +size 2582 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png.meta new file mode 100644 index 000000000..4a85f5668 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Door.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609b8dd86f8286984b2e1a4954d778124b5b63fc6eefd3feebe78c770592e2c4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png new file mode 100644 index 000000000..364484338 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d1ee38c34e5488929ee39f7f95081217e610b6dd33f6837f55bec2a37934a3 +size 2108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png.meta new file mode 100644 index 000000000..f0aecb51f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Download.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdc30b005b2de908e8e8d3bfc8a2bc4d623dfce54ecc5d650010e45cf230131 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png new file mode 100644 index 000000000..798355f91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385f1ff190e712661a120a4dcd06dfb1e480202cf79160d412c334c41455563f +size 2591 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png.meta new file mode 100644 index 000000000..26bed9ae2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Angry.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3b9f8a9c315077ebc5e3d5a7ae163d2820baee9f39685ca179038d9b5b84b9 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png new file mode 100644 index 000000000..1f0797284 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86f75e23da0c878999418b48f83bb68bf39f3ecc3c65c482c2eb0cf0867eaa1 +size 2687 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png.meta new file mode 100644 index 000000000..5aba921fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Sad.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b0160fd670df9bbe9b6a799309fa0b0c4201d3976b80585022af324038ccbf +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png new file mode 100644 index 000000000..90aa2d635 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2a6bed047bda6e46405e7088a27c2802e5eb0c6672e6e50f9c506004392855 +size 2653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png.meta new file mode 100644 index 000000000..032744df5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Smile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdc78944bfccbed746bb4f7a288f4fc1155e0a5dcbcec6f2fa6580b43d3b4de +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png new file mode 100644 index 000000000..2056a6a9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132662344a266b202eb5f7c8912628edce67b38b3471a8411f9bd40311b8e13f +size 2634 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png.meta new file mode 100644 index 000000000..828427f32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Emoji_Wow.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df79a06d4600535e67829c16c56b447248d83f3538eb19fa0ef38d8f6cfe65c0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png new file mode 100644 index 000000000..5dad5966a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8fa5c3a1da5a126646bccffdca11a69692542fc94bfb31ad46f1298be16ce0 +size 2119 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png.meta new file mode 100644 index 000000000..d3407593e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Energy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4a2510fd64bf57041a65aa6850c6c334da92f079ff7b03c68c284543540619 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png new file mode 100644 index 000000000..03a196c1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd06eb041e973cc4c5cee78fdcb57804112bf3b68718379afe8ff261433fdaf7 +size 2526 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png.meta new file mode 100644 index 000000000..2b53feb1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Expand.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0036c7fee7c5383e99afba7a625811176aa8d60d980cbc727a861be0995e8d57 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png new file mode 100644 index 000000000..b50a9fa6c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f969975ba22b7d1ec93a74b520d0685a09c989e3295c41127fe6472486be3942 +size 2178 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png.meta new file mode 100644 index 000000000..892310602 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Export.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb2b003d01fee1f5248ec6a491221e61d5b443de9cad981654aa1ef178ef03a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png new file mode 100644 index 000000000..e36e2f040 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0279dc3d838f0b58338cef5d1c5951b4ae66fc0be6f35e21d79cbd85942506 +size 2748 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png.meta new file mode 100644 index 000000000..8938bc390 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Eyeball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1cf154dd14f92511725d366e195c609dadaecc728ee85aed59159c2e81242d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png new file mode 100644 index 000000000..3207931b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9e86afe809d9773929be78ca239545b50ed036af7a92e1a79424052de2a5a9 +size 2416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png.meta new file mode 100644 index 000000000..9f688a361 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Feather.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a10f3eea57be2fc087fd7d09503ce6b065c1be620990e33cb5afbb946db6fa2 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png new file mode 100644 index 000000000..6232a2de1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b786c6fc3421ddf957e3484e972b6ee3e39b0cca051ad731c3b2277c1f50ba89 +size 2328 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png.meta new file mode 100644 index 000000000..d326c1a2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Female.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0629a7971b0b7ad20bf87053b5d2efffeddfd1ebfbe3a2172eb33c02e804d6d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png new file mode 100644 index 000000000..99db8f641 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b52e998f58d00beb8534fb3572e4b7384fd40e6c7662ec030f2bdcd5a31533 +size 2459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png.meta new file mode 100644 index 000000000..da2ff84c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fense.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059dd9439d5322fdcac22009f1db3b67c23cb01489686e5d2ab67a626f9a3d8f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png new file mode 100644 index 000000000..5a0c8a1d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e829561185be90aab3738f2b39bf1117d580c5f8ab5c5f80bcc33f2d01e968d2 +size 2689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png.meta new file mode 100644 index 000000000..e8298f726 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fight.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70f492235304b2cc3c9c5a5b6d33900dd34f9bb11847ba6823dac61914cc49f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png new file mode 100644 index 000000000..71641a64a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2741faec789cc974bf40bbf1b07eb5db0ba0a98e8c1ef3b58ca077acf6a0273c +size 2007 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png.meta new file mode 100644 index 000000000..bc86b10bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Filter.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36c931e74d54b10db7f700543b7c1f3dcfbd9b923340255054662e4a9cc8483 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png new file mode 100644 index 000000000..b8399b19a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f724b3b393dc4d449c65fbcce3c59968dd48b2a6916a2de0a1076d271dbb5e9d +size 2494 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png.meta new file mode 100644 index 000000000..f046c7b7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fire.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7729db21293e2a2f53b509195281eaf0b5fcee24142a40012345729b993c2a23 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png new file mode 100644 index 000000000..aa6687b29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ec1b8324cff54852c406371e6ffcf4baa9028532e15b4a2dcd033b2caad95a +size 2387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png.meta new file mode 100644 index 000000000..6349ffb5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Firm.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ee247f858707cccadd7a904c2f581a36ab82545076b995b6aed74bfd306af9 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png new file mode 100644 index 000000000..27c46bfc1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6319b162afd55c275d030e619d602a660b63c4214a59d82629d5f1cb5f655f0e +size 2457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png.meta new file mode 100644 index 000000000..de89e5e00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e86cf5387731300c4e7bd7d0f957dd4b813645b3be79f6bfb49cd6a9edc7c8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png new file mode 100644 index 000000000..474aba446 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d1dd30e2014987a6de59dec66e7d2f0b607b0e2caa213886d5e72fe0366b91 +size 2562 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png.meta new file mode 100644 index 000000000..097a5c46b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fish_Bone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5315356383d436acac4c392ca9f019be3a6c15bb319da95fa15d3427659fcbf4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png new file mode 100644 index 000000000..b7b22ed03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81b538d60040fd56657619c85d7c51f314bd348601973fead29f92b16978437 +size 2383 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png.meta new file mode 100644 index 000000000..383446dd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fist.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd49615ad4be8903eb55912026ffd29c5ed9545369458898898feff9551bb66 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png new file mode 100644 index 000000000..3bf28bff2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48391cb8a20b123d3e28bfe60682b20bba4e0fcd7a156d49f327ce61e88a3cea +size 2283 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png.meta new file mode 100644 index 000000000..316ac7e24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Fix.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513108273237d9169ff39ab7a3108c971ec6ab7da2c3471e03d7a8765552fa89 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png new file mode 100644 index 000000000..cb8975cfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b368561ee23a84fa5e448f45b1af549ec315532662701d1605fb573f2ea604ca +size 2455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png.meta new file mode 100644 index 000000000..2c8c0f3f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a56fc05f7ebfd9644480917fa715c80e347dd5b617a7d62d60799040c13d768 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png new file mode 100644 index 000000000..cfb14ff98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65832ccc92b843a8e37e1d892aac43e6ed168b48aa590dcb320b86406555ae2 +size 2358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png.meta new file mode 100644 index 000000000..6f3dd6e80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flag_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16803a201dba57ed32bdb22ba83f6197b946115b50910ecbc7dea47ab447dab2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png new file mode 100644 index 000000000..96e34e0b0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796332d826ec6befcf991747d6f81bea849225b9285529ce8274202f34ccdbc4 +size 2545 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png.meta new file mode 100644 index 000000000..a99e04d81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Flower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5193b97b32ce155f7601fc8ba5c128a4477efa78804c9bfd895007c654425255 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png new file mode 100644 index 000000000..64d64fddb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a4b7c81fecbdc9437191233d78511a290047730c88f0523910a538338b69c3 +size 2672 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png.meta new file mode 100644 index 000000000..b3534e7ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Focus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f4c33c177093b00a46f60cc83cbf74d6ac8a9989384a019d7e2f2c944ad4ec +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png new file mode 100644 index 000000000..08f885eff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcb376c180e35e0c7931efb95069ba7c22a75a5e36ff7e01cab44225cc38a7a +size 2219 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png.meta new file mode 100644 index 000000000..21c2f2178 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Folder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020e96d46e406ba49fcc4f86014e8a3027c2a753bb6dac9fc3399ce00d995567 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png new file mode 100644 index 000000000..d21a92727 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf60d403d15bb1f44fc3274a1ce3c8841c0856294908cd2f36595a64242f3d5 +size 2381 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png.meta new file mode 100644 index 000000000..b8b7fac92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Friend_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1b0704b95a01efa938d5c219464c833bf3695e18b6d4bb6b33eb1356951198 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png new file mode 100644 index 000000000..2b866ff39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa1d27907f27fe0a47d03cdf4e075f8c70aa4a775188135276455a3fbdb33ac +size 2435 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png.meta new file mode 100644 index 000000000..9491b689a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gacha_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875b46f3188d7c85388aa11cc7a9cd5307b3b22214127e1b7048b145de38c2d5 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png new file mode 100644 index 000000000..a465d8893 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b218f9fa5464ed8b51ff97deda667bfd722c8ada4856953e436ad937b78403 +size 2553 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png.meta new file mode 100644 index 000000000..1996c1af0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Game.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bb25356414612a823b0137e7e57e70d9bb4300c7962c470a78e5fbec5f3733 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png new file mode 100644 index 000000000..1cbe1456d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1b340ade484a82c65272491f77b638541995e5ce731406c9b1410bceb66c0e +size 2594 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png.meta new file mode 100644 index 000000000..54c98d84d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gear.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710df5ec9f5d109c06a55a57ef626b48eead4e872e036004b202c8b965ffa0c8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png new file mode 100644 index 000000000..3abc34027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a477a51f41842cbcb3f3d0c6c8b4ebe5ab15cd1f1e243823bd190a469e39bc +size 2586 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png.meta new file mode 100644 index 000000000..d304ae8fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Diamond.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3124921582f4fdb470c6f6ad6879d7730770a109f06e117349dc632f5403f2c4 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png new file mode 100644 index 000000000..2fa053217 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c1ffb31ea3600a81b1cd060629241735a0ef5f06b1e280f8ac5a214880a9bc +size 2493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png.meta new file mode 100644 index 000000000..b50f25be4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Hexagon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64759db8153e34df872eb15bef9888925faad8ddef644edcb9ed7b5a128c5556 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png new file mode 100644 index 000000000..28cf50c9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee8d0297dffc67497e20ecef99fe4fdace811aafc4a9adb34b3d8c7273719b4 +size 2706 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png.meta new file mode 100644 index 000000000..f50ae65e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Rhombus.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5f62604714b51392f5583ab8414c0c6c2e0a526e334ef9004c561ded561d0d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png new file mode 100644 index 000000000..88454daaa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00124c3498da9c5fe0974e61428d226c62d825d855026f0c9e2b2d76af5b52f +size 2572 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png.meta new file mode 100644 index 000000000..dfa69b187 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gem_Triangle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e1d87570a31f8a19afb92b51efc6de4cefedb91f04eded6e52477c137f2f2 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png new file mode 100644 index 000000000..99072d0ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a30892a6a3f3960fbee8fb923d7cdfa02dfe0713771510894b3733d432d7b99 +size 2192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png.meta new file mode 100644 index 000000000..feb770fd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gift.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fd607ff94e462cc33205652e68c885ffe07926df8ee38ff23e6c1e54a5a5b3 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png new file mode 100644 index 000000000..35e96f31c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497df1ac287d9e89cde32bebd6309f5a5e9d2cb8b7f6d839e66a4e661e3ddeb0 +size 2569 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png.meta new file mode 100644 index 000000000..b26265748 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Globe.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda616a408a9c07fff361205c36d54324822fd1ffdd16b205f0c5ac783ee2db3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png new file mode 100644 index 000000000..d0c1a4d2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beef27baf4aca42cd12db575e98e71d98d59d7c0af253f588b4731c04fdff08 +size 2382 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png.meta new file mode 100644 index 000000000..f2a811e2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Glove.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0f672a159415019d3d95092b96a2bb49c6b4bab0e6531ff10f2775ecea0d72 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png new file mode 100644 index 000000000..f19c07f7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08cd2f0b1995a8357369353d37058578e1bfd185c64b5a9bdb479871e57ef2a +size 2994 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png.meta new file mode 100644 index 000000000..8b3e57b4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Goal.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f9cce7ceacce1cabd3ab0ff8ac205251ff24f122c9143283380d125adfdb5d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png new file mode 100644 index 000000000..81d4d7928 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d68051bbf10214b27e780ffd0f5194cb87e1804053648e1978e14504f2dd03 +size 2293 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png.meta new file mode 100644 index 000000000..c85f4e257 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Guild.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd00ed7e085a86c0d628e2981da19b6d44885df4c10f3253eeeec84a2c3fb12 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png new file mode 100644 index 000000000..1a92b5546 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4c848b8cacdb673486f2e68b111cc7b3e165495dce67df7880d65569110ba9 +size 2360 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png.meta new file mode 100644 index 000000000..e576a311d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Gun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c847d687301e99d554bcf4ca5d34c40b9111656bb3cf1693eab5be05a4a5a5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png new file mode 100644 index 000000000..face2d840 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a200efcb062c15ed96c553e9926ef3d3645d6923db697b3b0e7d4bd82dca8a5c +size 2391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png.meta new file mode 100644 index 000000000..baddf111a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hammer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f34fabd639022edc445ce713a7c691fc658733aacc690df7fc0b8cd9192418 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png new file mode 100644 index 000000000..45714ef7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3503db8e4224b16b780e4f6ffc96f7f49b3c50c39e8b3f24c79a1939c2381dc +size 2676 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png.meta new file mode 100644 index 000000000..ac939205b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Haptic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff33cba7ac7753e503630f9ba9840bf640191f115d09e7d2e452feb554b9ed4b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png new file mode 100644 index 000000000..c1da14a65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c63f46412d2c589239d2a83f8d3cc79a36bcb696bd3ee0706bb57581455d7cc +size 2365 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png.meta new file mode 100644 index 000000000..d19980e06 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hatchet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140cb76ef2bfebdb121f3b6d11099aab65b604774a5147a25a83b34423479bcd +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png new file mode 100644 index 000000000..3bde2f252 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687cda592c3da7d745144a7262ae0a58a56c84a29692efd8e9f7db2d61a0fd6a +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png.meta new file mode 100644 index 000000000..b1b7a0630 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcafd9ff31850b9bbda39ef9a2b99495b6cbc968600144a03d4be87f679b2e20 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png new file mode 100644 index 000000000..d3fb2ae37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da42993d414f340a01c32f50d94e672daeaf63cd8a0001d0fea11543c15ed4d3 +size 2455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png.meta new file mode 100644 index 000000000..d46c562be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4220b29f8961fd30de8005e6189da83a7ac27f7d16279aa84d13c9cb689886 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png new file mode 100644 index 000000000..1d492441b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8722e506a2347c9c68a7e5fe08c969907677bc950c50e3146c8289fcd973dc +size 2400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png.meta new file mode 100644 index 000000000..60cb2fad4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Help.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ec95ae0791229577a987a3c2313afbd9978077ff5ef72605636e56886e7f5d +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png new file mode 100644 index 000000000..35dc97349 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a684444551ceb69f1e749707fbfeae015577b5e31d473a5d58852bf58b36712 +size 2472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png.meta new file mode 100644 index 000000000..efc13ab22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hide.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90762b984bb6ab603318b62bc96ef7746b09e2a140310a2c09e1bb4984f324b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png new file mode 100644 index 000000000..554fa6610 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a16c4ae44bf1d840730daec7f8ee9e295bdf7ded3f5a557fce13641d258276 +size 2566 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png.meta new file mode 100644 index 000000000..14819a456 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_History.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e5b62726e35d80072944f40cf347f27eb7f540e0a6f0faf58d2466a8f4675d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png new file mode 100644 index 000000000..315c17449 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732c67a864683013c68586dd46f6b17d76d807af02c1ff8f839dbd1c9fc57162 +size 1972 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png.meta new file mode 100644 index 000000000..7c475ef3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b43f0a17a82b7d70a1f7e5d894e4d95f5cf9dceee546779fb26b229ce3e2945 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png new file mode 100644 index 000000000..0214753e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06382f39903d824e3ce4dc04d40585a7794bf0f25f79941b7adbaff01a1bba81 +size 2131 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png.meta new file mode 100644 index 000000000..c6718dac7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Home_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c61ccc4fedc591a50e3857ae12fc00c6690dc0273832b3a4caa39f6ed84546f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png new file mode 100644 index 000000000..b9ed2f75f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832276145562c619ec8fb5f464ebf566ca0634da0a9330d221d2d3f233c1d40a +size 2430 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png.meta new file mode 100644 index 000000000..514f78324 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Horseshoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93abf22edb25d4e1af6b39bc2411179b125e3d99039f9a4865945aa64b5d1e0 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png new file mode 100644 index 000000000..63692a09d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e32d75e6ff920fda2c7e847e5edb772ab3fcb1cfd9e344032553559bd0ac8de +size 2459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png.meta new file mode 100644 index 000000000..748e381f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Hourglass.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7100a7a69ca582f362f33865a83ceceef53f633b89b5c000fc53d508844c06d7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png new file mode 100644 index 000000000..0b8b9a5c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a993c39b49916eb5f61f1c0028144cab3457a282d839fa383f051a95193ab1a +size 2275 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png.meta new file mode 100644 index 000000000..6a632456e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Info.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be374fe153b5416c6851dc8cfc919cd9ed90cf8cebc29c6d5d103b3cd472b3fb +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png new file mode 100644 index 000000000..ec540213e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff9e7145c7fc8a846b0f63a2ea0f12c11918017b58f248601c51f8fca9221d8 +size 2210 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png.meta new file mode 100644 index 000000000..b89e724f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Invert.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192f4f61d4a70470dd90ae9822c09fe3193c5013c09b6271a98746633fe383b7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png new file mode 100644 index 000000000..c5b565d69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42318548b563e110ca054324a22f8da32eb5af9171ac5baa36663ee224f751b9 +size 2069 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png.meta new file mode 100644 index 000000000..9d617373c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Joystick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9fb8ef5cea440182a5934718086bd0244a7de26132b41caf5c8d51005e85ab +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png new file mode 100644 index 000000000..38017fa25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7d7263137da30b7bec9bd462e7a5bfdaf37709e02021116d122cd56bcfd28c +size 2290 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png.meta new file mode 100644 index 000000000..21012055a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ddf6ddca45d4800055475e59a0951d0f0871374f03105b1671d3ab32d8f3f9 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png new file mode 100644 index 000000000..b42ad2c12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a45783a4d22da220b2571b6e678a33d1b58d2b169df184de42bc4561eda021 +size 2343 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png.meta new file mode 100644 index 000000000..9e26ad563 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Key_Crown.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8977258c372df52c6b413268ddcc4d1299ed4572839ae97d30d05dfb8bf340b7 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png new file mode 100644 index 000000000..a5851c302 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0ae1bb7e2cbc64eb2beb80921a15bc5635d49ff3839c67003ae1c8fb6c53f0 +size 2308 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png.meta new file mode 100644 index 000000000..cd7aeb3d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Kinght.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d952a385695ddd72c360effa23407cb3cf0b8c60408e624f2de08a7916b01aa +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png new file mode 100644 index 000000000..5418d8d47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58543842e7720ee746a13aadfc7c83218797b8d83ff462d56d4d93eddec389ee +size 2647 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png.meta new file mode 100644 index 000000000..695386dc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Laurel.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d61b6a5a8b942fa2980f6a490930e64e32361aff075d720bfbddfce062d0008 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png new file mode 100644 index 000000000..ad54055f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac5b7471f95da396b0e6647adb2fe22ec73288087caa8ab7b654a8190fae92f +size 1959 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png.meta new file mode 100644 index 000000000..340e998d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Layout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838000903c8aa2ef920fd45670281fe99666816abb45401ff9bd14ca73713fa7 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png new file mode 100644 index 000000000..a2fb0f2bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b58bd40d29ccd28bb4c5d9a2ef3a7a64f12d747748ee17896e7a0efbd477b95 +size 2313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png.meta new file mode 100644 index 000000000..629eddf38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaderboard.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d64f8c122ae9bcd591084ac98671ea7ea0d9e29203fdfdbb9db00d964f2d7f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png new file mode 100644 index 000000000..e525b3f96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a4d925a78bc6fae392507e90a682dc19069976a94681d2ec76cbb98a3cdcdd +size 2380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png.meta new file mode 100644 index 000000000..937af8dd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Leaf.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df4f2e58d71709bfc6a38d448d8ac0c723b797b8d145d571fc8c50de01b4df7 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png new file mode 100644 index 000000000..ff89f8c8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5b2b65c43fad7e9918ea92875b6e60ffe6f2994efb45bc905275080262cd9b +size 2521 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png.meta new file mode 100644 index 000000000..cf7101f05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Learn.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9ec74fb1b3942cabe8ca87c6cb4bc1304ea84d8e6bd85bb0b3ecbe789aebdb +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png new file mode 100644 index 000000000..5c1f3ca1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d19ebc6e9fd1e8e04ac2f1cefbf2a0df202f1c6fda3a579bf7e62cb33443705 +size 2173 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png.meta new file mode 100644 index 000000000..42f1c73ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78712984bb91ded835f687f94e7b88d90cf0977ff7153e84576828e796c273b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png new file mode 100644 index 000000000..080b7330c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea81259f1eb890419906610d1564c3c1dde62acebbf69713af7f2beeb62ca33 +size 2380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png.meta new file mode 100644 index 000000000..a2a93a7d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Add.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892ecefa85d0ea5a82dd7aa37e3483529a24743b07ce92934b7c41f8735c1c4d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png new file mode 100644 index 000000000..11cccf752 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdedff3b25bf051cb333c69b8af27dcaac4a7e4259c8b0d51e6081782310487 +size 2363 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png.meta new file mode 100644 index 000000000..679405150 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Life_Break.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cafadb896a5b74f5680d0685bba23e634c7cf4b94b865d061e1fa9d1cd559c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png new file mode 100644 index 000000000..251ed4d0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3395195a7cbc1d2d1919e7b07e2565fed0742a763e52deac5eebab22ccbea1 +size 2378 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png.meta new file mode 100644 index 000000000..837fb1b79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Light.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a3f31a45d51246c05ba0777d3fe56a0478d5e847ca98f8741a0b033a0c7d27 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png new file mode 100644 index 000000000..e19fbd32d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e956278ddfff87e56f007467a8fd602b34300ca60167dca0a43827543e1bb7b +size 2101 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png.meta new file mode 100644 index 000000000..da7516575 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Like.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc38f91831224e16dfe3bcccfa51a981cd2e6aee45b28a3313df349017a516a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png new file mode 100644 index 000000000..97ea4fbe3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4967af47bd07f73d5d41ca0bb14b4705c42fec4c19d4cecdc5595e77fc9f59ec +size 2391 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png.meta new file mode 100644 index 000000000..b12844ce5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Link.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b616b40d220bc0b60ed07ecd6b00838a29863cd9c0eedd0ac70eb25d50941b8f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png new file mode 100644 index 000000000..59f5c0ae9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82edd504f433f4527afe8a4fe072c09d2c1c41f0ba2c3c2a2c8998710c3f9e0a +size 1868 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png.meta new file mode 100644 index 000000000..9ccf43ccd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9501d916626d7c5c7e60c0d30df26dd7907e4d357bc757e9ec348aca6cd23c14 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png new file mode 100644 index 000000000..3a9ddf58d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae9b31eb1c5bb8b02a828c1f415f94f1e9886903b8fc1f0f610692f0987d4cf +size 2281 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png.meta new file mode 100644 index 000000000..1b3c4ca98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_List_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de23153e94d6b1e2768419197c9fff5d736e050cce8c34f1182767d371d0c7f +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png new file mode 100644 index 000000000..c18b25253 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f731469b4d8c50b6717fdf2ba6bccd6188e7c5d0a16da79787f669443e165f +size 2448 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png.meta new file mode 100644 index 000000000..c85939a50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Location.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6ef9072894e5b6ce3fffafd1bc2fd0ed28c482fa7f893a06213935cfadcbfb +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png new file mode 100644 index 000000000..7d364d8d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edf120baf75bc8809af15237739c200399dfc850c9a761965b8d9284ac78b86 +size 2385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png.meta new file mode 100644 index 000000000..50ae45801 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Lock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b39b612cbb801f3e67fe39bf91a5c51d2b1430156f18e50061cc55d33c9ff99 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png new file mode 100644 index 000000000..78f9847a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a685d1dc2da4910062991b654069a059c7b25b95f951b06b2bd3c92aa7a54803 +size 2394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png.meta new file mode 100644 index 000000000..751a154e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20be0745c194c5a131a968f31bd5b7340797c743b2d2fa473695a10867f9b2c0 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png new file mode 100644 index 000000000..090e3a70d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e0b1287fac8802374266971337b1660056b1b1ab24e1177c7c06a63193efb0 +size 2634 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png.meta new file mode 100644 index 000000000..702c8c75d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Ball.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64aed10061d28e76fd453bb24a3ead93742a8acd29b56dfedd4e9880d100a649 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png new file mode 100644 index 000000000..8b8abf0c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac08a8f4140814a5d7957c5ec6d039780fe3e72e01a3df34dbd8e029ac84d09b +size 2405 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png.meta new file mode 100644 index 000000000..8eee11c05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Bomb.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd2bec7d6f1bed7981cab0338de44f4bac9e75121c964a20fa78c7603110fa6 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png new file mode 100644 index 000000000..22032d16b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291d605a5533b4e9e5fc8d7705fa1863e03e3438d4d1e43ac5ce502407ce58ea +size 2447 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png.meta new file mode 100644 index 000000000..e93474c5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Drop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eee4896e44d9132ed9d520194dac0cfc7972205a2639044820063644b3f3c3 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png new file mode 100644 index 000000000..73e4959f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973522f8103c1b0400768a74b6fa3853d8c09c0679288d80210954f4cb886b52 +size 2597 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png.meta new file mode 100644 index 000000000..b480e45c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magic_Square.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a018104728c267f9bf92bd8175523db832dc263ad0859218ea3161a2b1bb675 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png new file mode 100644 index 000000000..ded595fa9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e7c034b2c15c6b273e49fc26178cda775fbd3f1db30200dfdae694c7e3cca0 +size 2380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png.meta new file mode 100644 index 000000000..b8919262f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Magnetic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6374baf1abb991b71983f2939ebd14bad8c8091aac405fc863460dbf17c40b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png new file mode 100644 index 000000000..42a3e3eed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ccaf31a9bc4467e9d498db87639bd5267edee31f47bc8975f435f0102e6eaf +size 2191 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png.meta new file mode 100644 index 000000000..235f119f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cfbaca82988b914d6b5523ae25260d0d2f87275c44e4e63ec6ca43af024715 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png new file mode 100644 index 000000000..86dee4bc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8159ce7160c2acfe0a13568ac5627187fa8860a86fceaa4012b0fd1b8680c199 +size 2269 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png.meta new file mode 100644 index 000000000..969f2e2a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mail_Read.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2775356c9b8ff051d89ec397ff22e200eb319c8b907a28abac518a32148753 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png new file mode 100644 index 000000000..24217e654 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f12cc42342e7db313bc306e9c89d07ab7f0844ae1606d0a44c62abc187e4ad3 +size 2408 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png.meta new file mode 100644 index 000000000..022c80219 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Male.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcecec0bedb7dd0600d06fc62f7c14ae6cf0a0db11d2cae3c03f813f72be817f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png new file mode 100644 index 000000000..47ebbe7af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f6678680e975c0614f2af2663064870499652664fd8e6a7486de5fa8dcd0d7 +size 2700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png.meta new file mode 100644 index 000000000..af954f316 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mana.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5733f2334fdde5aedb3d2689ec65cb7786817e2bde887a692017bc0ffda317a5 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png new file mode 100644 index 000000000..e0605cc87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1723719eaf40ceee36fd90ba7f085006f13273339daf56095447599d72b9e0 +size 2179 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png.meta new file mode 100644 index 000000000..84aca368a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7901b78412101f166c675eb3cf79adc702da7c17439a474d417b5b2b9e110ac6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png new file mode 100644 index 000000000..a9c1736e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98491060519e760505197f20c0898fee54f9fea28b9ae7ada1af025d566bb3c7 +size 2974 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png.meta new file mode 100644 index 000000000..cd674e0ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Map_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82798b0916458527c72cc1d5d1c26a16c14b402f718228ac07afa97b437492b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png new file mode 100644 index 000000000..de92210d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c95ec2632d573b69ec9c5465215e89827b67f8a3fbb9cea5950d7860f030198 +size 2557 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png.meta new file mode 100644 index 000000000..1d7080c74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mappin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66b3c060d32399a8f619f81de4dc990885f72af44f5d84ad0aa6577d5b44e36 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png new file mode 100644 index 000000000..c67abedc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add3a70ddc2cdb5923d4f5f0657fc194ae1a51cfe05fd6392b7aabcbbac0ac59 +size 2832 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png.meta new file mode 100644 index 000000000..f1b5ac68f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mask.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdbf3a61233b65a6ab62a96e669b5fe7de0ef8eb90046f6361b1d26fddb672f +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png new file mode 100644 index 000000000..33d5561ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecea629bd3ae8c0af22d7e3e0051528c528ce4dc1c37944362e8860d9e37bc39 +size 2600 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png.meta new file mode 100644 index 000000000..35e322e5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Meat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c963f9cf70e0392d46f5286e2aa7374c91bd6f5393835d7c846a40b7c8f5f7da +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png new file mode 100644 index 000000000..6f1f0c55f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aafc8326b92ea45959ae551d84c9ff4b9eaa0fb6beb293f38242710a55b4a2c +size 2278 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png.meta new file mode 100644 index 000000000..b9b391b2d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f34b80b20bbafd62b3df18ff961dd19813433422a59bf6e6bb078bbbe7a27b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png new file mode 100644 index 000000000..0f7ff12b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989d28f43fa1e3e3ef304cec53b9214a0e14bfe538c145d7d1daa2166876d21d +size 2467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png.meta new file mode 100644 index 000000000..cb11616c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Medal_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee2d952d3787d3c6c4d4a4c090a89846c405a110969a4e1b79121093da34177 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png new file mode 100644 index 000000000..e7b81c408 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b542eaa956fa16d82897379c303165c3ec6df853172befffb81aa804c79e690 +size 2630 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png.meta new file mode 100644 index 000000000..8f72c505e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Megaphone.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5097fbe1df73a4871f5a29bd5b32e228ef524268278e696b68c1d29f3e4ec83 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png new file mode 100644 index 000000000..a7a90bff5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e81046b7343fd33268c18af05411a51a0a9135009e687af90bb4c60908f3546 +size 2009 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png.meta new file mode 100644 index 000000000..01cc1fd37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53be824b4aa8ddf0be85446234b262d0b65cf902bea8166eb0cbdfd13665fa51 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png new file mode 100644 index 000000000..8bdcdc6c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a096b57436dea7e6b02256f741bbb9bd3d56bb1c0b8d716a1003f9813953ef +size 2331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png.meta new file mode 100644 index 000000000..025cb49ee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Menu_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4604011b82543412b0fe400c26aac4663d525ff599b82b2f8e6eee2520dcc161 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png new file mode 100644 index 000000000..2ccddfc9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160f8b64a60443bbbd3694c698cf82437ea9e54d388341e6f68c377a0005c2b0 +size 1999 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png.meta new file mode 100644 index 000000000..8b0362743 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c7dbc826a18ec1b8b968a34b3aef217ccf19c27b1c932b36a4ea4d37f2c9be +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png new file mode 100644 index 000000000..3e2a18388 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1906cf0003de9db80bf780b20df91f88b6a308c37162b7ba6195d060a253808e +size 2541 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png.meta new file mode 100644 index 000000000..942309334 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mic_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb1eebf98b827d5e1f1cce8d9254c289116b31bd79c70230a16c9cefab06662 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png new file mode 100644 index 000000000..a7f7303a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f3784b1f1739a04ba673f23727b16627dbff7d500b6af0c0146279ee6ee5c1 +size 2359 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png.meta new file mode 100644 index 000000000..201910c7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Missile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b438a807c4bd57341dba65e4f616f4d8439d763d8936476e3850afeb8c71fda6 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png new file mode 100644 index 000000000..bafa8536c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2b58695b1174f7c230aff0b601758046db4a3b6ae186de80feedde758d7372 +size 2346 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png.meta new file mode 100644 index 000000000..9d91e6758 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mission.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06094453d8e255de23b6fff3add030e76a9c676ccbbbac3899e6270188d14a3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png new file mode 100644 index 000000000..e2bd0c3e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07abd94b046b7178b619e4eb296262ea7a53a2f89026f1e05ebc3210e8efc704 +size 2537 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png.meta new file mode 100644 index 000000000..065462fb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moneybag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad1ec115ad81dbf45fda8c446a1ec8ff37ecbaaff773094562c3ddb135fab6e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png new file mode 100644 index 000000000..6d7dba3d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9822662a9563b2f01b95fcac766d2afc6786ff69316279be69474ad2f6a6495 +size 2380 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png.meta new file mode 100644 index 000000000..9ded16cca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Moon.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa17c7b6dca1fa3e710594a446cd54ac8768920fbee63d14102d6569f3ac2415 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png new file mode 100644 index 000000000..4b5c89154 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb46065df6a6de455145da3d541a4b1fc5efa9a9f46da3b6af31fc0570ba7ac +size 2339 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png.meta new file mode 100644 index 000000000..a7dd1b9ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Movie.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176696ea4083032caf822d58f39055bef1bd8e78bb438d7e296dfd3a120dd303 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png new file mode 100644 index 000000000..33adc54d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b367812c15e546d499bbaf1b3fc39b29f386c5daa5d96d4e24f6889838fedd +size 2282 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png.meta new file mode 100644 index 000000000..b7864d25f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Mushroom.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a7abe9dbdb94b15de32db4d58066aa43e104491c55d488bf63023ca72a7149 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png new file mode 100644 index 000000000..6ed64b61d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ec821b975d7c5cd0bef52c5b7bebfbe7074c4372d6508cac6bdd8bd2987391 +size 2018 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png.meta new file mode 100644 index 000000000..701406c89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f9f09920151ebe60e4d115213a0839833e8c66cb879df76639908817061939 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png new file mode 100644 index 000000000..f6332d901 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592dc44c48adc40b222819e14fc3e422a62e5443298758411029ea4ad7d043a4 +size 2492 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png.meta new file mode 100644 index 000000000..2b602944a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Music_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258583fa7e9ae345bc95c0dc8148f544a45a9089805de736d5ac8f811e2c2d3b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png new file mode 100644 index 000000000..c58eea677 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffa749ce649226b464a674f0dfdaed216d90393b20c246b55bdd39b27751330 +size 2567 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png.meta new file mode 100644 index 000000000..7730fe23d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Nostop.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2d661760e37f1409bc7108697704c7064fab30247689a98fd48e49a8088c36 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png new file mode 100644 index 000000000..86a2c8e9a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee41927fefe6fde373bbbfe88abfb1b54224b81162c1e8d26ad74ea10899856 +size 1986 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png.meta new file mode 100644 index 000000000..637783546 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Oil.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d7444e7a88874f2d1d6d276b888b86a272b4e141416fb6f64ebc899a7bfb26 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png new file mode 100644 index 000000000..4e79a1df1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff9f75e1fabcae7b2bb6ddab27991e049e1c233ccb9c7bcfd9fadeaa904bfe5 +size 2095 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png.meta new file mode 100644 index 000000000..0418628eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1c253e8110b4fcdde871077d84a93a2b549d2a8c84aeb67e64d55bb6b9f9db +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png new file mode 100644 index 000000000..3c69c8b99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6449f84b0b05c7a66a295c048547150bdb98bd210638f8147a33a231bbaee560 +size 2473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png.meta new file mode 100644 index 000000000..3fff0ea55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paper_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08d024db890dbc321d14d81237960242a811ee32ad868be0abf2db941956b25 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png new file mode 100644 index 000000000..40d6c4ec8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939ef663ff5d702e0c6e30f3db1bb3705959b681708760b33512727e8bce2c74 +size 2394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png.meta new file mode 100644 index 000000000..4fb353ba3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfaa1c05658c2bf79f510d548d6f5a781b2524a52d81ae72a0b3c8f1b112f8a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png new file mode 100644 index 000000000..264fe1ac4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a8442f8b84ef6b3ea5507065b6aa3f7723a960575c9f96e41994037a13adc0 +size 2552 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png.meta new file mode 100644 index 000000000..120997945 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Paw.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c3eea6343deafa0558384881a3b6cc4a371cd0d523bbe2fdc2ae6c92f12eeb +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png new file mode 100644 index 000000000..8beae14e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a529de723d3e21ed3ecc18edd2d56c3c75d60552186aead20705b667c26fd976 +size 2302 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png.meta new file mode 100644 index 000000000..6d6a4b6f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pen.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e0b227bd11fb7b8292d3d4a33f15c1eaba07e3e3572e505a791d906d1019fb +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png new file mode 100644 index 000000000..a69f3f98c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e5f024b285926df482f22cb8e127e368712696096eacfb5ae98ab7c219abb5 +size 2589 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png.meta new file mode 100644 index 000000000..b36462e04 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfbde3458fd2f172029524aa5ef64b3f105b14e4a309b9b94532c7684435e826 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png new file mode 100644 index 000000000..b609a7829 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e469755db10886ac256743cc0009e846741432be478ad6259ff4a250431d08b5 +size 2235 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png.meta new file mode 100644 index 000000000..41e460c08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Photo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ed3349e7f3f0a708c56bb03000e53c6c0db426c18a46ff3e6810fb398986c3 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png new file mode 100644 index 000000000..c3aea5023 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43da298b5184ab566417325aab4e73b4574d96ffd4e8d333a40749e59ef0a07 +size 2166 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png.meta new file mode 100644 index 000000000..7dd95e0d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pick.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88173645bffd63284755267ba911d7291ed1107d76556416a4b2db47c3f9fb05 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png new file mode 100644 index 000000000..61ee36179 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a923bccba4d277c86d7b3c88bfc834c3c18697c22553f43f675bab122035d5 +size 2443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png.meta new file mode 100644 index 000000000..92b4301c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Piggy.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b7fab739a706408f36ca46b4cf579decc7f760307b3c6459b7c6d5cad0d816 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png new file mode 100644 index 000000000..d1a80f7f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d3f8412d740d251213a18da9284a313f7d2c8d63c4ac136272359ecbb6a416 +size 2480 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png.meta new file mode 100644 index 000000000..3ee4b76a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Plam.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a346368fe566578f4e783155f2342290a3b843ee432804e523086040c5c929f7 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png new file mode 100644 index 000000000..9615654aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1090208faf6266c71775af519d9ad622fe5ab4b7da8bcb684bb90a13f0733f7a +size 2615 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png.meta new file mode 100644 index 000000000..9e5a7862f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Planet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4915da8d86ea941bf05dc1edbca804230873acce9368f4c73c0801202fab88bf +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png new file mode 100644 index 000000000..86b30b6e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1cee22e191627995460ab988db9de445f58921913682434841d1aa15842fe2 +size 2396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png.meta new file mode 100644 index 000000000..0087e1018 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pointer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34d94f9e408dcdaf1e520edf009de96d28e9fc3fba2b16d8f393d0ea3667053 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png new file mode 100644 index 000000000..be554b5f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73b276ed273bb611aafbb20f0f807a8cb48abb99b8da85fdeb758172f847823 +size 2135 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png.meta new file mode 100644 index 000000000..7101b04c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4e78818ff436e9747d056558d673d3bba3bccea465e108b8bde09f7a7f5fe5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png new file mode 100644 index 000000000..644e09df2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1da988657f0a598ffcba638f91c0e7b71feab36fa97f5ab5391e9dc3205998 +size 2618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png.meta new file mode 100644 index 000000000..159aca13a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Posion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4682c293f442811d55aa1fc8ab689b6e9f9c3e3b2ac417dd3ecfc07a7f72039a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png new file mode 100644 index 000000000..13b4436ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae4aea14ac2b11c2281924d03a5795bd50f15c169ab21709e297898542fcaa4 +size 2240 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png.meta new file mode 100644 index 000000000..d976ef636 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Post.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c881f66375f50cbd345773d85f5283368f768ce77e18845f84cd466ba53b9e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png new file mode 100644 index 000000000..8bf6be4e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb9adf555ec1f0cb7ccbb747fb78dd2618fccc3be52d4807d366d5bc46a4bea +size 2246 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png.meta new file mode 100644 index 000000000..b731036f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pot.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d10aa8b1c348536bfd24ccd024a096caa0da425542b4de8814cec7685d6fb43 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png new file mode 100644 index 000000000..b4e28f61b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67a06ac1c6d546897da3986c17550f80bf2e10b53a54ff67b5fd44e738c3f36 +size 2496 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png.meta new file mode 100644 index 000000000..2eb18d855 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Potion.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb67f8e8068e3dfb1b354a344a47531e2220f80fb5d552edfd716145c159898d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png new file mode 100644 index 000000000..fec39a404 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4c303f7b345c413ca78ba0978eafccbcaf6ca11c1dbcea13aced9781dbac5b +size 2403 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png.meta new file mode 100644 index 000000000..a0e636fe7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pouch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d3f8fcc387db41483f5c2fbd0f8af73a9344ac901288545541c0a357748723d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png new file mode 100644 index 000000000..205fcfca2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71200abe3febb3f9bbf14b3b17a1327e98bc8ab878447873badb2325f87d45b2 +size 2528 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png.meta new file mode 100644 index 000000000..6854cfee3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Poweroff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e993343f57289399fc63f96d658ce631267d36202a203da19cc8519ac317af84 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png new file mode 100644 index 000000000..298472197 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5e93901af2c470ff3f7f7f6a8b872ff2db458d16faf27af31b58079f234675 +size 2631 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png.meta new file mode 100644 index 000000000..9fce6aa82 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Priest.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c59e91321e18db1d8bfa386eff40f317aefd9b36134fca3cb6b24b48f25209d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png new file mode 100644 index 000000000..c421c89a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e12719ea6d8f3fa3a5ac02171358bd63f4f469a66c27104b9138234eb2c8e6 +size 1984 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png.meta new file mode 100644 index 000000000..296903787 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Print.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa2120fb93bc5a2d2baeed11f7acd6194e09c0f52ac1d2ad4358b57f1d5e3e4 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png new file mode 100644 index 000000000..c1d093f67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775c3ac77518d6d70ec8d60be3f9aec8ed0dbaf1753b5a51148b78ed9ae0c4be +size 2327 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png.meta new file mode 100644 index 000000000..3f2da882f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Profile.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e816d00b69039a8d7dff45d185d6a7918f802f01bc9983c59d37a71f88257e18 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png new file mode 100644 index 000000000..3a50e1fc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcbbc21f029696896472341df420edc5701c35590e1e4399e7061532f53b208 +size 2619 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png.meta new file mode 100644 index 000000000..3039f7af9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Pumkin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fee42f2c949debb8d7484f03ab2c22f2729c5e85660107cddc3f203c3a01c07 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png new file mode 100644 index 000000000..3527d6b05 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f41a75b9c08e6db29c1591ed3589aecef471cd3fb4e96142ea4031ae5a6dd7 +size 2252 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png.meta new file mode 100644 index 000000000..e6f2647e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Puzzle.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62709d77d3bd33b2b453549e70b4c0954647f2ef4d4445f0ed1c6d70250fd18 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png new file mode 100644 index 000000000..8f8837200 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1c62f3e06d739807eceea02a8cf9cbfdc07705bc9b3e026388453dfe15577d +size 2410 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png.meta new file mode 100644 index 000000000..84501e913 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Qna.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31332fad24d8c5ee7acce9e6c1359ed162cb8e337ac121d1823be95e11f5b773 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png new file mode 100644 index 000000000..04ade7b58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ee73b8581b0f342faab0abe98c241110fd2bc0422c38c2062aea436678dbef +size 2220 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png.meta new file mode 100644 index 000000000..259f2c729 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Question.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6cb0bcc2f8c151ea241be7abbd4bae78dc175cad13b39691963ebd41fd867d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png new file mode 100644 index 000000000..3537fec88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee50fb653a9c17df3a9ef322565e43110509cce0745fcc0c4b0c5c1cf5a110e +size 2204 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png.meta new file mode 100644 index 000000000..d7c9dac68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Quit.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807a8dda902266b91e318442c1c599ce9e3b950c6896dda755ffce700ee1cc39 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png new file mode 100644 index 000000000..170a269e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4127fd403b935c91e1cb88196deb091161c1fd9175914c031304e3d7bf3cb0f7 +size 2057 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png.meta new file mode 100644 index 000000000..a916fd4c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ranking.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89045fed965ce79c3365200a9fbb6b9726f2e7b8d79abbd9d3e0af8b91614b76 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png new file mode 100644 index 000000000..ebf8371a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e08292e7aca239f958aebc4f53b31f2d48007fbe69ea480ed891c3c13485d69 +size 2204 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png.meta new file mode 100644 index 000000000..bac2cf751 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Redo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ae4ddd221f8c5fd56b26e2ce36e5fb228e35eaffa7863718bbde8a9e2e0e79 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png new file mode 100644 index 000000000..c65b6729b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49467e2663c653d97f3cb875d704d538614e427e7b2673d24ed7bdecf29e0745 +size 2481 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png.meta new file mode 100644 index 000000000..e06dd258c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Refresh.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5601d89912e402d91ebe1910e2a29163b0ca31b39fabe1f12cb8bdb8957ecd9a +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png new file mode 100644 index 000000000..83af9e0ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff67bfd7705362d5fbeb8a1379fe8efe35c2b2a83d01b0db835ca3bc095f51f +size 2475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png.meta new file mode 100644 index 000000000..2b75935f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reload.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804f9ee80ce44d7323c8c03e1a274bb04149490baf787d3d8cbc9367632ef271 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png new file mode 100644 index 000000000..5625d4a15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314e8e3952ea59f06f73b71324a512a67c3be47955209c10117c884c5d9b90fb +size 2349 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png.meta new file mode 100644 index 000000000..ea34d6dd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Reverse.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdb730a80bc1045a63b13f9fd358c84c919927a74f940aa362728041ff33255 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png new file mode 100644 index 000000000..1ee3997a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06b81dfc3faab6cbbdaf52491607637e2b69f973e42b7e6b7dce342d912970c +size 2448 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png.meta new file mode 100644 index 000000000..e0149d912 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ring.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83084adb34608f3fc7afebc8b29df977b28c34167e93e8a2e8450ba94f30dbf +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png new file mode 100644 index 000000000..a0f3481db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc9129cd17af2a2f23bfdf3749c5879038a1ec18bdab8e37cfd12cd8e2a9192 +size 2396 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png.meta new file mode 100644 index 000000000..b34249870 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rocket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc9030603b8c9677ac49d5a3ada8b7e9ec4c32f22ac73f197ea025d84744b24 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png new file mode 100644 index 000000000..647f192a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dd69da41141d93747e8143c66714521a57f5c2157bc5aae35de3222f142118 +size 2593 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png.meta new file mode 100644 index 000000000..6696a63e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Rune.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad937cb853bc1ba2495026d0bdad4303bb580d47df71bc5e44f9326fa70405bd +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png new file mode 100644 index 000000000..1e8c32f8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07c1211ea7be3712a0b4658207dd28ef6e6e36660784e8f051d154544382929 +size 2337 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png.meta new file mode 100644 index 000000000..21bffe90b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Save.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16df421423924edd445d9da856d5042af886d9f73547971c9d6c78444e671be +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png new file mode 100644 index 000000000..4176ebcaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef932bd337e2a78fb4c9271ef53d605e6cbc52cd77c5b239084ad6070cc4f499 +size 2756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png.meta new file mode 100644 index 000000000..558545577 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scale.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971d4053d4cb9f6124e023ba7f60462d5cbef2411ed3fb60d3261eeb281b61cb +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png new file mode 100644 index 000000000..ac28866ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c834b2bec57deb6a806dccf49e5f4e07aaf3a1ab21b24f9fab4269ea61a8b8 +size 2624 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png.meta new file mode 100644 index 000000000..318f4d26c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scissors.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b622cb184068dd674995c4cc024c0e5247a042587732dac33e55d78e6dbb5e65 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png new file mode 100644 index 000000000..785c6173c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c448cbf54f139737cbcc3e15df29deb3c32a6fc50397b4f7d3b4bee086a0ef3 +size 2671 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png.meta new file mode 100644 index 000000000..7d7e87805 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Scroll.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b376379fe3a64f36fb13643a6a9c01662a340328856a93dd91c0885e683f7c0a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png new file mode 100644 index 000000000..e1d2e3ec2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3015a7270e4a0ebab3024337bec40fed360ad4677cd5ce6079d420afc2e63181 +size 2389 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png.meta new file mode 100644 index 000000000..bb0e76038 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Search.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73746d0402ed8ff35204feb8d1cbed72700132eb6e2eb4192a7accbda04de6cd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png new file mode 100644 index 000000000..1d443a534 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56899355c7e6073333de0cab3642f0f950e0eca5d31d930c4431fbd461073eba +size 2614 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png.meta new file mode 100644 index 000000000..6b35e6a97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Security.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769b32a5349208d69c1f63c57a07778cfaab56390fca3542367b4ad3112135d9 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png new file mode 100644 index 000000000..52867e02d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a22a7dd717f230605219a67f2772f202046fd9ec8fbf17a37805340b573351 +size 2363 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png.meta new file mode 100644 index 000000000..408aa6e0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Send.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e4bba00ee778bedc676e1f32eeab06720a48a16f03e02c5417d5b3ad3d6401 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png new file mode 100644 index 000000000..0e65aac7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671c518e102f38b0de7572561218a7e6458fb046dd0a319eb734c7b7c46114ce +size 2400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png.meta new file mode 100644 index 000000000..438d33a1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Setting.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d8f1da5250e54ec84d4d0181523f2dc127ca392d07b9371704348af8fa36de +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png new file mode 100644 index 000000000..392254c4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731081a051290a4bbbb86ec4c558d689ec52db5d0bee4a6dce3158e9340f6042 +size 2358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png.meta new file mode 100644 index 000000000..e8a81e2b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shape.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84c17524d1978bb6a3b2c03fb6daa6838b35754ca7d7f6f906e856c3ee5cbae +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png new file mode 100644 index 000000000..335dba69e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaf0feec69a6987a1c60a0205cad9fa5588415a04961940669323b85a5579ed +size 2321 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png.meta new file mode 100644 index 000000000..cb563dc5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Share.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba49ec2363fe2d4cbd4557bbff9130e288efee0b6bb598d48bbcd7fdbf2f8d6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png new file mode 100644 index 000000000..726d4d225 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fec4029e6ac4ac2d6be6b764589f1d45f0d242464c45c283a5f6ea0a162a23 +size 2909 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png.meta new file mode 100644 index 000000000..597bd4896 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shield.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aadb960ffd028a4903341da9505c1377dad0f73eb018f2decba7ada2824f54 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png new file mode 100644 index 000000000..fdac21317 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0310388364c7c949b042d7d133c877ce70827bead720ed285e3e9e58fdbd953 +size 2355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png.meta new file mode 100644 index 000000000..b74705f72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shoes.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28dea2af0634c92a9934597b90e393d95d82152e91fbdb6473151b02c083f33 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png new file mode 100644 index 000000000..b8a06e095 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2286b690d31db1fae482a1b77262fb0fb979efe8ca86fcee45fdae1fddd77409 +size 2061 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png.meta new file mode 100644 index 000000000..d62b7c5b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a691a1024049ddedfc362e8c2d3db4602797c1d26de772233b9656c70589a84e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png new file mode 100644 index 000000000..562922576 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036feae73b90249a32bd2ccdd679f21e1e1286b2ec0681e223081fffb3ef427b +size 2286 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png.meta new file mode 100644 index 000000000..17391b035 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shop_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad252afbe39dd44955488e08a637c97a6de89465ee0391aaa7fa7a13eeaf708 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png new file mode 100644 index 000000000..db6ac4e4b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bcd460665cfed8ebd44ac36d9a8f97abefc095e3364ffdd5032008be75ce39 +size 2341 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png.meta new file mode 100644 index 000000000..8f11a65cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Shuriken.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef8b7ef2e805dd244eca9eba7fb93147cdf5ee16666bd946c00be6024a160ef +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png new file mode 100644 index 000000000..ce282932c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3e4e6e3d49880ab254192f0094a443fbd4d0da85ab51c1391543a76296f7ba +size 2002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png.meta new file mode 100644 index 000000000..4d4120f0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Signpost.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a6c85df58b14d776c21b7e5e0e9f6660187df381a046c366751a16e2d014a3 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png new file mode 100644 index 000000000..bef40e94b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651c36e754f387ee1bcc76566910ad03997453560d9bdcd3294853f54d3c6b17 +size 2287 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png.meta new file mode 100644 index 000000000..821b47fba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Siren.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbc6693644bb0b67eaa41332158ae6365d3bd281dd291d25bd34d9c3be637e9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png new file mode 100644 index 000000000..c4a302013 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e39d9f1f15f2182ed414c8f4b70f7f1e25947252ac0fd32e48be6f5e46d672 +size 2417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png.meta new file mode 100644 index 000000000..e537e69f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Skull.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afcc7165b0f1cca390b1e0fe9f2fb6866a3c1b7a132750dae68e31f8abefc09 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png new file mode 100644 index 000000000..328bf2139 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f637eb9542e71f7137f504161ba9283579ca9867cf3d47476a3b10dfefe17b7f +size 2502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png.meta new file mode 100644 index 000000000..3599e5ac4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sleep.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1532a620b2ffb354aa39433b577922260f5927be57d818a26b54e76e200162ef +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png new file mode 100644 index 000000000..0d57920ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59004c4cbb579310e169d2fc053b77ab7f2d93d82b164ca77ac6dd48e0f2c8bd +size 2166 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png.meta new file mode 100644 index 000000000..166cb7689 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Slidebar.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3ea6f4385c88cd2dad18b029b8b7bc5dc26235866e2c4eec4a407771c43fa2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png new file mode 100644 index 000000000..98f161f9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a71d382f3232df04d7589d39a575d673a7f5bbc816729b999da7e1fcd63c778 +size 1963 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png.meta new file mode 100644 index 000000000..97f6bc834 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ca5d1a89b871e840c316fd7a50df3acdb074448f2b62f6d617388250a5a44a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png new file mode 100644 index 000000000..7763cb804 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dda423fb8ab1ebeafe3fb06f88b4e8f1e95f7450032e5c930a74df4671f85b +size 2382 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png.meta new file mode 100644 index 000000000..834e71f31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sound_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4cfaeaaec50f209f07904ba235c65cd87867667273bef87cfc83ad9d27aa2f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png new file mode 100644 index 000000000..4f5c33f16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27b74b522cf4feb523a9762b4a09b5a6cfd22cedd7974d21016f4e6b759dd28 +size 2230 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png.meta new file mode 100644 index 000000000..50737f8c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Speed.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afed45e96c8f169ba1751e188dbe3a105a05072dd9adfcf52efbc04fdf4cd230 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png new file mode 100644 index 000000000..5d6eb6301 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900ec84bba3a054de3d3e3c8577c7885b1aac36a0b988139106613c94e32b53a +size 2545 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png.meta new file mode 100644 index 000000000..9e26677e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stack.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1617ac742c6be740c98105a5cb2eaf2e0cb588b967c2b1587072fd4192c5853 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png new file mode 100644 index 000000000..006cb1ae4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2430b78a2a93b9206226c911122d7cbe4a24e8f68aa12acec90c65c75571ac +size 2223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png.meta new file mode 100644 index 000000000..98d1aced8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Star.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84674bdc0fac117e5e7ffb6fa392a79535e94c38c4590b7cacf64c9e058d655 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png new file mode 100644 index 000000000..94454663b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2222254901ca9200bd365dda23c31cb571005e7c9d031216508760481641d530 +size 2372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png.meta new file mode 100644 index 000000000..808e74884 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Stopwatch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489abd8df07138399a7c9c85929d59cdb9880106c7510d315f5efd62ddf734bb +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png new file mode 100644 index 000000000..919897bbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1aa7bed51cbeac6dbebceca8a026b7e34b536a9f3b7ec84b24cb0815037788 +size 2348 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png.meta new file mode 100644 index 000000000..9b49689a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Store.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e22b04f86b6d099df7e1342c66d88b536ec68b43fe2abf35bb3416e00b9025 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png new file mode 100644 index 000000000..f8343699c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793fb21ee2185903f30c3803c2e3d97242dff97e732ab50efb9aea917a6dd104 +size 2666 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png.meta new file mode 100644 index 000000000..ccad91c0f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sun.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82143618ec937feebbdf33f6237143bc2ae91c25a014d2193425d741298106 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png new file mode 100644 index 000000000..dc475b1e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c3207730b79b670f865c88d057fb3743c2599ed5c3adb37cc0377a683ee441 +size 2440 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png.meta new file mode 100644 index 000000000..30a5e64a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Switch.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b41443b48d937f6bc66675b12a1c4d182c6daf387b45201d597c3f4ad1c177 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png new file mode 100644 index 000000000..c8f2c62d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ae4bf4168f687f9648d64e1530ec00a51bbf0b3109156bd01389efbc05b631 +size 2142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png.meta new file mode 100644 index 000000000..352c0af32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Sword.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785bed735195eebdd2203e2e71a8823edb6517304b2b3b732a859d893cfd5a4f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png new file mode 100644 index 000000000..988386266 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3124be775e77e715aadfcb5e38f26f2c4375cbe18b377e741ce08e5d1081a8a +size 2318 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png.meta new file mode 100644 index 000000000..1807ea52d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tag.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d2e8eed7a8bd4be993db0eca19996de6c4d7763b8396a556dbd4b9e84dc8b5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png new file mode 100644 index 000000000..f78cee9f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2c3781338665978bc8278f18146c3647d89dfeaa95e6e00ded5ad37ebbc56f +size 2146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png.meta new file mode 100644 index 000000000..bb016e137 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08da02c71bfe99e7875a614801bd3aa2af176beadaad8fc429e5f1b70ff780a0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png new file mode 100644 index 000000000..786239572 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945e3cccb6a28e4534fbd4ef290d08dc13c1604e3b2dc9544b904df6d48ce599 +size 2372 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png.meta new file mode 100644 index 000000000..c67afa7db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Talk_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b807e3a2810b3fc9fe7255f35b216521ca0e24d3aa3127aa71e10a9cc8a6b410 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png new file mode 100644 index 000000000..59d22934c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef04c23bc74d6c2f010335890a50a73eb61d2c1ce3c240a26976f90616c057e +size 2309 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png.meta new file mode 100644 index 000000000..7b63c3227 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tank.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02061f8eddaa9bb8cca9ead35a28f00ff57e8a32f636474aa35ba402b8d08d19 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png new file mode 100644 index 000000000..635c8b9cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b205215dc7ba7b98203dcdb6515614b7e0daafb88f63bd680cff1847c3ac4e +size 2338 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png.meta new file mode 100644 index 000000000..8549829a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tap.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee8475f8e1b52ce99543a8758f7982dddce100bbfc2a38f66fc3134091b0970 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png new file mode 100644 index 000000000..6cf1dba17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9895a9eca951d7aa9ec5137ced2dcc23e0b9943894beb92c2fb0f0105b93d00 +size 2421 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png.meta new file mode 100644 index 000000000..2cdaa7e2c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Target.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7104b32f2132032772d45995406d0fe19d4d1d697d9c24ae9f0ccec1faeafe5e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png new file mode 100644 index 000000000..9d6cef1c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083d73bc7bdefbf89bf2fc8daf62e59f85ce0c2603e00990fe2ef17141b501fe +size 2759 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png.meta new file mode 100644 index 000000000..7402f0376 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Thunder.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bdf8bce2e1c716327913faca3d7e9bd2e5a5ca3ea65363e6c27337b575b18b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png new file mode 100644 index 000000000..31854466b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c72f107abbf505b2da4fef684e51bc1603a1e9309b541929515e84693970ba +size 2119 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png.meta new file mode 100644 index 000000000..e334e41e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Ticket.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90a7f9d4cda51b8a20da562289d2a225a674744b6a1c45ab52c9d9b8930ac0a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png new file mode 100644 index 000000000..83e3c395d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021dbff2d091a89c36e79c723df329c8eef085f5694dcdf41105ef0669571c9c +size 2252 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png.meta new file mode 100644 index 000000000..9c955ce7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Time.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9db63c2b3769a4ca11026250c71e712444800acc5dd0d32a83b5b913d08f501 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png new file mode 100644 index 000000000..b8b1bb176 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991fa2de2e52cd6f43b349df3be9d94cbf587b49f7cfc2f71a3c6d08f181f2ff +size 2600 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png.meta new file mode 100644 index 000000000..df7fa7b9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Timer.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54a7cd65acc71dcb0ce36795dabcfa563c08465e24f7674754d4adab333429f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png new file mode 100644 index 000000000..0888e101a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f350508c8bce962dd51aa004d655826bebd20cd96ae4ec3c626453f4a7f7ad +size 2313 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png.meta new file mode 100644 index 000000000..dce27bcc2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tool.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba46cd8db9e6adec07c28ffdb4b097673000d66b6ff3b855477a137b85e03252 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png new file mode 100644 index 000000000..c27f051b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabdc7047af99a7dacdb2fe722de7aefd3419c9a60044808453ec91c669dc49a +size 2272 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png.meta new file mode 100644 index 000000000..0a9f29d80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tooltip.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462e5ad15cac0818c52315edc7e086aea33e1e979292c92ec39a887f07eb2a38 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png new file mode 100644 index 000000000..b2d1f28d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4bacc14436ef74ac69d4ed3c2d36a32ecdedd4b0fa07dc27e6e4946898ce30 +size 2192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png.meta new file mode 100644 index 000000000..da9398cec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tower.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd4f5609025d31238fc8e8eea57e92a925fb3a22f77660d03322d44646bd43c +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png new file mode 100644 index 000000000..4cc37999a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5136b57d563ef1c210515e45f0488efea8045a43450d081547804ccdcb2103 +size 2197 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png.meta new file mode 100644 index 000000000..c2d548c39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Training.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907528d8ee8a98810511cba64b3e214c9a81055f0336be6982e53fe89f4babaf +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png new file mode 100644 index 000000000..3ea6e90c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f58d9c3c289e02b47560c185806d24d120b8e7467ce790677444516458eed6 +size 2271 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png.meta new file mode 100644 index 000000000..1642864c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54843f6067e1817dd39b1d6b653dbb3cc4b1bdcd62fbec11692feeaf0b6f080e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png new file mode 100644 index 000000000..1ce511f7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9a58b0564c6d5f458fcf3fb6e195cf8416a0912cde08736a4bf0a5fa0ae0d8 +size 2291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png.meta new file mode 100644 index 000000000..30fc0a292 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tree_Pine.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b750b2f2846b7a023c6567949a908dc1e09b0ba6743cd8cfc2b40ded6a32938a +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png new file mode 100644 index 000000000..8cf718c10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef5504329987cecc77f9a6a16571ad7f7e2c49ebfba06fd9e434d44fdbab14f +size 2155 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png.meta new file mode 100644 index 000000000..f5ad8b38b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9756e94a2ca428a4e520f703042fe09df10bd920c976dfb9d4432e5a6eb3a9e6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png new file mode 100644 index 000000000..51e447330 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ea3b5ee3b01ebefff7ea84cfbcb36715a28298fdc50628c53022281367d67c +size 2451 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png.meta new file mode 100644 index 000000000..41d568e92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Trophy_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721295ed31f8de7ce57e1f89e42fb3509ddbc6fcbcf5abd2a5ac7b4f92e80f2c +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png new file mode 100644 index 000000000..c42ce4190 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df853b24c901f7eb7cd74ea74b830ae5d8f06a8c8373836d72f6a37b585a17a5 +size 2172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png.meta new file mode 100644 index 000000000..69889bcfa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Tv.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d668ae3876a0425aa8c954c93a9385b41d0df0d9fa7a651355f7a51a1ab572 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png new file mode 100644 index 000000000..69b863700 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c096390b16d91b1799ad092324d7c9c3194946a266b1d91872f86617c8b7845e +size 2232 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png.meta new file mode 100644 index 000000000..d70a96eb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Undo.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e094b705a40ae3b528c10c975a993c0b98640c0793a8be8e6cbee1ee2020439e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png new file mode 100644 index 000000000..bd8c82bd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7e9fd38f77d890053cdeca59bb99870ed282d122ac342730c10e3be58db09 +size 2438 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png.meta new file mode 100644 index 000000000..6c739a61f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Unlock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd8e2780c0bfaae1f889eb7a55024f8f316d82093d5c634856831e6a2f68636 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png new file mode 100644 index 000000000..ddc786bed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349464818b755cd39b4f7c04eba3f5e4a6d1165454359d5d2e8a976875a061bc +size 2065 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png.meta new file mode 100644 index 000000000..d8e2738a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_User.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcebf5c14991a2f8815925ea6bfb25287fcfaba69c5176744b3b892170505e6a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png new file mode 100644 index 000000000..7c3c2d17f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eeb8d44bc414848e49da380bca14617b0ff1390e3789e02adc343cb27a194a +size 2030 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png.meta new file mode 100644 index 000000000..8704d82e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Video.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e287d1aa4f3e0767e8a3216e1b8dab1a49e81fbac331a3a2c3154c697bd200d +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png new file mode 100644 index 000000000..84d19b5f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc13ba989ef47a33808fba95efceebffd9e8b0801cb76797f80215e0d30c3fe +size 2413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png.meta new file mode 100644 index 000000000..f478e088f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_View.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2e80b74b446b1e3f63b5dcccd3383c79b0a2175f32f3341a968b182b1da1b6 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png new file mode 100644 index 000000000..5c1356cd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18148b7bbab19efa663847e24ebd26c68453a9ac1b932fa9b0c301fc6e165c2 +size 2351 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png.meta new file mode 100644 index 000000000..671dad333 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Viking_Helmet.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582fb23c361737b3876fcdd8eac336cbdc89dc104b9e370ad76522b6d25c5891 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png new file mode 100644 index 000000000..e5a32e81e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5a8eec38fe73cfa741128b58086d6b189120f88ff72f797fa66857366b79cb +size 1915 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png.meta new file mode 100644 index 000000000..c52f59b6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6170e42e69a946795cb583acf4e69c39f66e8b963839c512410f21cb673de1a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png new file mode 100644 index 000000000..075da13a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1200a4d683740225a89b3dbb07ae80d054fac283f0e51932718fe8fde67e61dc +size 2386 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png.meta new file mode 100644 index 000000000..fe8aefb64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Mute.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fefa7a36b16320ec5e23bf11920a53dda7ca48b3e90acb822855fbf59ca6324 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png new file mode 100644 index 000000000..1ad61c668 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b08aaa68ddefe8db90031f0e7988c84e403295e562b525d6d75f7dd5484106f +size 2185 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png.meta new file mode 100644 index 000000000..51bd55d29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb8b16c5b8c97cd384393da21748bb9837fd7c6e1bdd77a73c00449400c4637 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png new file mode 100644 index 000000000..2905271dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30652819efb9369ef1ce86da84ba0539c3130ebed98164ca93b3ff9514e5334c +size 2262 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png.meta new file mode 100644 index 000000000..c36d2a5ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Volume_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcd09668fb76029a27484badbd50f61e8ebd46c7ab8b0e9c726d07bcb0d12cb +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png new file mode 100644 index 000000000..8c5d6ae9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5ecf2c3cc2a2ab17e240705329010cea6a823cd06e3f57c3024a00efc29793 +size 2521 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png.meta new file mode 100644 index 000000000..1f9520744 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e06fed328dc075a505c9378d641c230930bc24818e88698d93bd20170483641 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png new file mode 100644 index 000000000..1c440eb22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dce06f8223b5e049fa4c6ca73e6e7e38d9f3c060675d3bce56eaa923bc8fa80 +size 2330 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png.meta new file mode 100644 index 000000000..3cd398f98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e20307558ba4a9990f3e5a88b1d61e07d404efae0096c347d01b81850729aa +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png new file mode 100644 index 000000000..427304954 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d47526721b02a658c671bd37e1bb99f2cf4164f3cfa3ce1a0543b85b9ad079 +size 2466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png.meta new file mode 100644 index 000000000..18b763868 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wand_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859e7f0ef4ea9f4f9cd1da36f59915cb139fd277127ccc7dcf452c4b4db65e83 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png new file mode 100644 index 000000000..69d4b5dde --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00200c4521bc6394a0fc5965742f19217360bcb79135b3f647b5c68b62dcd24 +size 1902 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png.meta new file mode 100644 index 000000000..205f627e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Warning.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ceba48987678a27fb5f31681a2306ea7249dfb3331bf231169d3c55fb1a855 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png new file mode 100644 index 000000000..3b2b3b796 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c0eaf2fa80bc4f89eda82cf49df1c3df2dbe49316b2dbdcae15cc0d83a1556 +size 2323 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png.meta new file mode 100644 index 000000000..e2e323bee --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Water.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23b8e02c6c6353a5930dfccce2a098e972e8537202af862e452d423b7d69168 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png new file mode 100644 index 000000000..df8d0328d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc544beea764c3e8afc981a63f116b46a1d234a2ae616d2eec2d7876968fb1d +size 2447 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png.meta new file mode 100644 index 000000000..38aa8ff7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_Off.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef738d456d60e175f981465b168bc98dac92d476bed0a5875ccd9a3e8a5b64b2 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png new file mode 100644 index 000000000..0356d4827 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f40a78a4b2bdfab0c90f665e8c2338bcb50e148363ea9bacb8505f2b78bf3d +size 2179 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png.meta new file mode 100644 index 000000000..9fbed8e58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wifi_On.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f634331cbd6bcd0df39024107a4444e9277b8dd99037ff1aaf600a1c7cab96 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png new file mode 100644 index 000000000..f4a8c4917 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e28e64b2bbe0d2c2bb2d0c128b025381ad7d2ec7b6d12a6b356d0f2e19a3fde +size 2633 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png.meta new file mode 100644 index 000000000..ae9694c4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Windcock.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695fc1224f16e22047b1c7218aba21b2b3f04c947c962725faf669cfdceede71 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png new file mode 100644 index 000000000..6afafc802 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244ef08720e5d98f79f6f7aa9d57a9f269bae31a497c296688adf6d16a923e33 +size 2506 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png.meta new file mode 100644 index 000000000..0e7a2ad6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Wing.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37064f94e802b31f7eff08bc815308fed5d5630924f96c1f90a682d82005a1e0 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png new file mode 100644 index 000000000..5a6c8421c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f23f03e33fec95d42a9ebc43d309f29ca65627b615cb8f77c8e69cc4690ac9 +size 2559 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png.meta new file mode 100644 index 000000000..4f25bd4ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Witchhat.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce8e8b65812ba9512072f9a2c22a6edb50acd95c3dc628b5372efb92d0984fe +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png new file mode 100644 index 000000000..3550fb2ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22635765271c846754cf214d73bebcff69df6ac24c8fcdbacce91f264ec3cff +size 2693 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png.meta new file mode 100644 index 000000000..a270669e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Yinyang.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b26786d93714044c10b89fc26e6bb0829c028fbdbfb1ee4f0a20fe5ef86a5ea +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png new file mode 100644 index 000000000..2a41c2eb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d648c9b2634376f49f6e163eafca40cde561f56879ca5dc0bda6714e498c8b +size 2572 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png.meta new file mode 100644 index 000000000..3bab10805 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b4badc93633f6b026ef9d527f6d85367525c25af034835b8357cf2a10962c3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png new file mode 100644 index 000000000..3415f5a77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de7cf15a378b0a29aef763ff38cbc2196aeb14a2cb7492f7c04572414483e97 +size 2535 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png.meta new file mode 100644 index 000000000..168790dbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_PictoIcons/64/Pictoicon_Zoomout.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4bc7220982d3aaab34dfddf5f5d62ed68fd1da2e2c1da11b6e125164b35007 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons.meta new file mode 100644 index 000000000..6e8ba80f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63167d0912a3696eb199786e7d1bdcef8e7af9e6f61893b704400f1b5317a34 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128.meta new file mode 100644 index 000000000..1fb475ba5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bff13871ad85e454ef28b6f53f3eedd667e8be7e440729ef2fc41c820032f15 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png new file mode 100644 index 000000000..de7af103b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcd149917d159f3a9849404553032e9956ae71196951ca184487508d69f7914 +size 7059 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png.meta new file mode 100644 index 000000000..b6d8352d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96983ebfc98ba574c97022f710624ca3b53c7236173464819bd42f2f0b763847 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png new file mode 100644 index 000000000..99909bfe8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4732950acf9437838aaa7a3e90a1be368bfe1ad53adc9c4feb09b4abc05a75ec +size 6083 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png.meta new file mode 100644 index 000000000..80c2a6790 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66487e71dffca1e4501ed506d6df2e2629644e2664079634383e3fee99d0e37 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png new file mode 100644 index 000000000..754840ee4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d79819881eaa76548c396d8db597ef451aaa16ecf082022805b48a711d76382 +size 5092 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png.meta new file mode 100644 index 000000000..cd788e735 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db33bd0054ee8986ae3209a943352755847b6272425143f19934e0968f6268e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png new file mode 100644 index 000000000..4734bbf9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e98897848ad08a2e0a3a2602440eece78a18608c893a83a2d5eb20de3d0e39f +size 7214 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png.meta new file mode 100644 index 000000000..5dafce16c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adf38ca96995ce0fd63bdc027c11821f30cd313066cbb1e89f7c555b89e99ac +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png new file mode 100644 index 000000000..709759546 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b2223751efcdd60f60fa8ad15a27f95df219c7a3191c240de33d7afd2e68f0 +size 4936 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png.meta new file mode 100644 index 000000000..da5477ad2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168f641348d7409de6bc9855d448b5d4a121444103531774019ca25e43d820ab +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png new file mode 100644 index 000000000..a72ab39e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bde8a972006726169791e08af9b4b5021881e93b9340ed35c5033687deeb2ec +size 5999 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png.meta new file mode 100644 index 000000000..0dbf82c40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de9925d576dea4f17bf851cc684b00f839894f63b18a99ec4679aca9fe57eb3 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png new file mode 100644 index 000000000..94abf3dc3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca34208a6ef4a5452591971adfd3ac943ae5c056510c83370dff99ea87f381a8 +size 6147 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png.meta new file mode 100644 index 000000000..f3b14a705 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfdafd3fa80d16f365ed9de87398fea05bef94a145d53ca84b3cf0694565d91 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png new file mode 100644 index 000000000..3985142d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6f2c449f79d4758a7d238f1ecae6ed2d71abf05fdf17eaae5a43733f35cb0b +size 5812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png.meta new file mode 100644 index 000000000..03bcd1016 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d096b141388942b8e72e1fc153d009081bdf17a74af282949e093e82d9e1f6 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png new file mode 100644 index 000000000..b2c68b057 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b0d805c705292cda63108db6d72479cdda11a5a8a4901d28b20140659e9bb5 +size 5835 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png.meta new file mode 100644 index 000000000..a242c0b6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024b2ced4c9688bcedbca4138512c507d5be00987ddf90008e563a8e5f0af145 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png new file mode 100644 index 000000000..bb1120edf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152c43cbf200b79f13c2b94152f126329f0dfd79d3b8867e9e673c611637d9e0 +size 5956 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png.meta new file mode 100644 index 000000000..6e86d6106 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon0_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d729008dacbd803b81fdfb7f787f3e1bddc795dfe2554e93518fbffdcce3cd8 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png new file mode 100644 index 000000000..08844c3ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c177a6a1e4a1931d1c4c6e9065b5b87005df596c952915232abb50c65b6d07 +size 5794 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png.meta new file mode 100644 index 000000000..dfc6ee4ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3857da3d5633f90d516fb11478d220e11883d3b03588c90932dfcfadd953b6af +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png new file mode 100644 index 000000000..2d7be18d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c0fcb706e3374024a8007918d1271ca49ad3afe783d88ee962c61768694500 +size 4731 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png.meta new file mode 100644 index 000000000..a64e6e494 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49803d902da8aa57cf1644c3ab82b5823ed67313ab34435854e5c5307e16ec4c +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png new file mode 100644 index 000000000..1177cd9fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d783b1a0eeafbdd1e03fcb5b3f7a1abb4f457142d7be799a3eec0b68167363 +size 4845 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png.meta new file mode 100644 index 000000000..036836ce4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde652c6c13c23ce7d0fd1662c58340c8a3651672e5260375229bc476d3f1897 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png new file mode 100644 index 000000000..baf949ae3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d426ae6cae404253854a8b6166168d0846f7c458ffa7bd8b4ff5caa570576481 +size 5729 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png.meta new file mode 100644 index 000000000..255c92760 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238f6529c62d9c5d4dd15ce6fd53fb430890d1fde5b11dbe28df11518ac9fe5d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png new file mode 100644 index 000000000..3136296cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8604daa799f0e2d740477438cc5129ef2caab6d01e95b2217ecd507171f2ed92 +size 4053 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png.meta new file mode 100644 index 000000000..70c995e7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09ab784009f27be84e8c46722dd97467f81e80b3e5b7744080202564c10d372 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png new file mode 100644 index 000000000..3f05f0eb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc021277350504593fa0768d836a71290c9533df8faab668030751c65d6cc44 +size 4937 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png.meta new file mode 100644 index 000000000..fbe3928b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c7b0bbc1849a18b37eb95d5efb35433ac28da9e49ed4115c88b15ef9a68e7a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png new file mode 100644 index 000000000..c58404d6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24170ce4e80bf8dd2fd9e6de6b208bec27534882ca4c74dc3cbd838cdf9eebc +size 4852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png.meta new file mode 100644 index 000000000..4e803aad0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d91fd67ca8be9a002e59c5fe903e819a54ed6cafedf55f2ec3299de4d611292 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png new file mode 100644 index 000000000..074cff03e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bffa971db12e51b777eb5cb30c1aa41afa5c91bad2827abdfa618608185d96d +size 4663 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png.meta new file mode 100644 index 000000000..f7bc87d25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450184ddcce560bfd05bf5caaa1637248d843215f6f329c24651ef76da90c33a +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png new file mode 100644 index 000000000..520842c9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c6b51f075fc0ee76ceb2fdd43b74ed54b2d8fe72003000b17afeac9c9cc4ee +size 4756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png.meta new file mode 100644 index 000000000..785c1ae7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1abf4caec564e759f9c4db0a20291e55ad6d33467a527fa64418f1fc8bef679 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png new file mode 100644 index 000000000..199c2ce0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384d083fd76836df8cb564776c67fa3ead5de8752d1b4718286c3e1f91cf619f +size 4670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png.meta new file mode 100644 index 000000000..7593c3c42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon1_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683d56b8b3b6ed8c768bd025b4c81f77b6e8b872c2dcfb75315b773613bde141 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png new file mode 100644 index 000000000..a2fdf69e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b67e903d32e38ed179557a25021e42a5aa0c7329994b11479b031337fb51641 +size 9358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png.meta new file mode 100644 index 000000000..45c181be3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87edafbed76e237d98d8fcf343eedc6fc4190d78ac807b0c1ec3da3e5c987452 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png new file mode 100644 index 000000000..14a6845dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00a5d7add8a392ffe9692b0115576cb000161ffa6a23722581c981f9d77195e +size 8301 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png.meta new file mode 100644 index 000000000..12e9327b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240f2766a065aca90d71a58942357bf08e77adc1c6e8a468b39af21c9186332d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png new file mode 100644 index 000000000..ad6b73484 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70df4dd926c9cb0f7aec284d84216b6bf5aa04512b9e48d367f24031dbec8c42 +size 8984 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png.meta new file mode 100644 index 000000000..5ddea53ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b77f272118bc39e64ef846b282ae7e627671aecc01c180a56d670586735b0 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png new file mode 100644 index 000000000..3d017e398 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb99ae608b27343939fd321c6c86f31181adc38f467639930a08973b8a2129d0 +size 9452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png.meta new file mode 100644 index 000000000..d4f93261b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc621e2e6c64125ded31ba6c486afa1f34d38147af71e45744e97940fab5db0d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png new file mode 100644 index 000000000..6e3c659bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04abe0223becec98303a57ba1083b79af6611f92fcda86948f9cb609fd738d55 +size 7310 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png.meta new file mode 100644 index 000000000..ce98fcff3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9037881aa72298812ea54634cd4b605c004baad1df70aa301cc5f1d7db8498a +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png new file mode 100644 index 000000000..8f5c6de47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed76af28a516dd302dcc56a8e4132f2712c4fc03d27f1871ff1099bcae1e987 +size 8352 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png.meta new file mode 100644 index 000000000..453a66ac4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b20f8bb09a84cced700464586d678ef5b41207f44154e33d3686504264fa85 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png new file mode 100644 index 000000000..70dd93a7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a7fbac67a87e9d319ea3d66787005261482a2c5dd5d929f1650ebdde26d5e1 +size 8651 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png.meta new file mode 100644 index 000000000..9da39d617 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfb48c6aa7d23064bc423dbed8972d5b4e729c21413b3535c2cdfd54f162663 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png new file mode 100644 index 000000000..b453148fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc4ce0c5901b2b298587a210fd4f5cc059cf9d36927c493f9a7de1384de7095 +size 8159 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png.meta new file mode 100644 index 000000000..db170b1db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75126278361491e25639514819709ca882e22591deabc804ef1203d110044bc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png new file mode 100644 index 000000000..e9d2e37a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248f69fbcac263166b5a8ce058527a99ad2290e4c8848f6f900a234504aef708 +size 8467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png.meta new file mode 100644 index 000000000..2cdfb4970 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12b87e76163d2b24428e3e97bc819aebd9576458f82ffacf8197190d6b54214 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png new file mode 100644 index 000000000..6efa9de6a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacc49a91ad97293b921bf1970d902e83c402b979cc04d1f9d0775b56b2cb7eb +size 8387 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png.meta new file mode 100644 index 000000000..2028ef511 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon2_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beca5a1a4a17e3cb0d6df5099ffe285095c413f8fe21a512fadf4de1394663ff +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png new file mode 100644 index 000000000..71d823f2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c1f959fd10911d960686ad1be10d116e6385ac76e0fd7eecb9e4438bccce7d +size 12553 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png.meta new file mode 100644 index 000000000..eda43d9f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f684473cab081dc8ec094c3f87022d39fccfc392deccd4c1744324776b01e386 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png new file mode 100644 index 000000000..6b82761af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1c3332a083ed7bfa5beb36eabada7760fbecf35714e3d6481b03e82dc62ee9 +size 11379 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png.meta new file mode 100644 index 000000000..c7d6ca8bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd44966d4cda40e46ba89aaf672cbe0270a2240eea281550af5e3c3455b57292 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png new file mode 100644 index 000000000..e0c98b0e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77064c41ee11bfbd3a4217572d23e18573442e1bcbf712062fb9df119b9c172 +size 11752 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png.meta new file mode 100644 index 000000000..17897b213 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b030c75606d5b59c98d9e103baf02fda7c71a5b9510fc558c26c6e22c5b5272 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png new file mode 100644 index 000000000..be4eca8c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12cf16024e1feec436c0a1d3a93d7ee78f581c788b369ee530ec4e1a8796c1d +size 12354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png.meta new file mode 100644 index 000000000..e1eef1f75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1121156362aefa61e63079fb989159a390a56a90145fe68c2cf63427c5d4cf9e +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png new file mode 100644 index 000000000..4fb646dda --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3749fc2a26a6c653bf257c129733328a0865f8a4bcf8136c5790f36b33252c8 +size 10633 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png.meta new file mode 100644 index 000000000..b169161cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2b00986c2fc469c047ab6572a19cbc2b2c33a146780b2c3278dd2111f330a3 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png new file mode 100644 index 000000000..8d82ba0c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c98d179a89acce9b6099629a2b1a406da58e3ffd9dae4237cfb7b61b92a8b5f +size 11404 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png.meta new file mode 100644 index 000000000..58ef4bc47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a51fe1a10307964addd902a58aa34e51d781c2f4c25620a66761e2fe40fe766 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png new file mode 100644 index 000000000..7f1cc8ae6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5ddc9bf94af1f9c99ad5abbb49303f2d4ddca4caaaa0b13d929d5f69dc2058 +size 11466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png.meta new file mode 100644 index 000000000..f94b2d914 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ec50abdf7027f0e88097295a8b76b0f008d7544e8d5f06cf1bf94ba55d768a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png new file mode 100644 index 000000000..3893d451e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7c1638ed72829d8d4f87eb63050bf4281b8efb1ef2dd1d4bd85a6e29779a08 +size 11184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png.meta new file mode 100644 index 000000000..32730e934 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5ae7cd6b6cdcf89e7280babc283795263a0072403906f66454abcd22dd9775 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png new file mode 100644 index 000000000..d02a849ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc41757a761eb257167ffef290dc372d835dc28e5fab0adf4c91b2d20f9a299a +size 11586 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png.meta new file mode 100644 index 000000000..10f53d897 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63833755d562697637674e1952e74995c64d2fdd715aa360ff4828783fe2bf3 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png new file mode 100644 index 000000000..d62423cf6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f325ac2b782a45aae222c001c5226800a711744356fd6e5c9c4bcc260789cd3 +size 11273 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png.meta new file mode 100644 index 000000000..789202345 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon3_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0479b9208fb13ece2172dd02a96f9523ca30abff4a2f084368e38a8612620bb +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png new file mode 100644 index 000000000..c073fc1cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e57ae2246037e064cf4bf3c931a2f9a94338e3002827bdef7dbe1fbd577e5db +size 14896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png.meta new file mode 100644 index 000000000..188325949 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6b250d20f0e61126e5e7f9f4e6eea4af03967094cf3acc99c47e583e1dac3c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png new file mode 100644 index 000000000..d6f97d802 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5800ffce5ff321a4197d2f5cdd50edc7a222abf7c83bf04740499a021214514 +size 14204 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png.meta new file mode 100644 index 000000000..6645438f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26624700e47fca105cb66f8931b0877078bc657576a9493509c6a9c3eb2e9cac +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png new file mode 100644 index 000000000..a63f3b677 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a6976db78f7b640de5975e4d40ce4aec4b50d931fb267a7e13d1d527b3ec29 +size 14163 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png.meta new file mode 100644 index 000000000..880fed588 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dd8ebf2d1e9174803003fd2e222e9113163dd9fd4107b2af72be80d1c0d876 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png new file mode 100644 index 000000000..d71808cd8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2195f55d6a1fa7bbf0fb8f264342ea259b288ecb3591f692993e034ae0e3d565 +size 14326 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png.meta new file mode 100644 index 000000000..2a22d863f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b9a1faf9b32adfe671432af050a757e9112de85e87c61a2f44971f44b69e76 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png new file mode 100644 index 000000000..ce9106caa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f01f35df2e9e586eeb1d2d575c434261cb0d309214a99b045c9540bbfc05220 +size 12436 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png.meta new file mode 100644 index 000000000..8d21f39ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ac4ff2c7e9445816c96ae41f56182480a6a233929290cc6056a8957a186d75 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png new file mode 100644 index 000000000..af1d237df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e775a1ec75dbf4a8c8e1da2d2e041853d682cf24a731d5af7b4423a5edb73c4 +size 14457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png.meta new file mode 100644 index 000000000..54c03d6ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c9f9284b447ce095ff5bd898afb230718a3d86c8837c5e1160c6249b1c9ae1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png new file mode 100644 index 000000000..92a71606a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48090d3252cd640e0ed1d5b747f48052e7c2a89f1f0f6f7394c1d7bed8677a5 +size 13766 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png.meta new file mode 100644 index 000000000..74bf750d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8a6257dae1a21e48cf4932ceddd64e9180353d47c0bd1c12331ada7c06af73 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png new file mode 100644 index 000000000..b3f676558 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c27104835e288f0194942cdacba64ad48a64cf78a12c2473b744b3f54ff222e +size 13754 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png.meta new file mode 100644 index 000000000..05cbe2a7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7c17a24326ee16689bbe54b70da7cb2ee7ca26679517d995f0df1dd79730c8 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png new file mode 100644 index 000000000..934fac450 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcb528d0e10ee255b511f1d152f24549ddaa1328ac8e20415060910b9c49c10 +size 13885 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png.meta new file mode 100644 index 000000000..d40ce50cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c3a25ac34af06be0d04ac76457e27a0e2946399fd592cb9e70ac8237632b9b +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png new file mode 100644 index 000000000..bc6e7e8ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210920059c59097017200a680619036f005c3ac8f87363bf57ee2ab05243e7fc +size 13826 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png.meta new file mode 100644 index 000000000..13f32bcd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon4_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c3f32e68fe4e5898a3993d9ff40b59b56c4004495aba1411f9b3275fc454ff +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png new file mode 100644 index 000000000..133c42b78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1b19727f9d10135e78f1ff36edb8320d3743591e78df30a98caae980af9ee3 +size 12843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png.meta new file mode 100644 index 000000000..fcb43b7b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824cd16ea5e45c5ed1467a39e43e213d21c87600689e4a43474f43fd69e98cec +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png new file mode 100644 index 000000000..4e8389d99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58d1bc2ed0af97fa86eeb5854e9298ce256a51d617fd81a68ca743b84d70851 +size 11837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png.meta new file mode 100644 index 000000000..1c6d9f1b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bf7ef9424548b918104df496c17bf58d66bf4a8af8053971f4382f15222ee9 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png new file mode 100644 index 000000000..ffb1d1eb6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19432ea25d4f8cdd8d1b3ec12f645bdc17c211620ea4cd9441f2b9c074a3547e +size 12013 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png.meta new file mode 100644 index 000000000..92b9919da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f90b3e9dbbfb128bae23943f002480110340a82d7c4ca060ae95b94d3b27602 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png new file mode 100644 index 000000000..38dd91192 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd62f08cd1f9a6e47b88ba8c7d159b1c9e8cf2cf013254148566c7990fe3782 +size 12155 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png.meta new file mode 100644 index 000000000..71c6ee9ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8e43e682dc58d26330185fb969512090176de0c8ae6cb1f70d7a05d8199830 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png new file mode 100644 index 000000000..227c9ee98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe5df4218140a413ecd3e3359e919307ed4fa4a2a98507c11d3077c27e422f8 +size 10046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png.meta new file mode 100644 index 000000000..7f2c06122 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2f792bdf0a71f9fa0ec3e99f6442b6c97d56627fb937ff3cf3d8e6bff970ac +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png new file mode 100644 index 000000000..23116034e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b001ed41f853ca6764abb3b0f7707b97b5db55fc6909130cc4913600b5e2e4 +size 11796 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png.meta new file mode 100644 index 000000000..a9321bf34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0487ab347966463e1c80ba129a8a2d02ff22810bbac2595ae8fec7f00c185997 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png new file mode 100644 index 000000000..6f8531c0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb05db957565cabdfdb0aa2a35ee68f4844f8263315dc883ffd2b04bb8c97db +size 11580 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png.meta new file mode 100644 index 000000000..86b07f9c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b56fed24fc4fefb5b72b7d181f9d4a1e684e9dee09a1a77638af930a3a7a2e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png new file mode 100644 index 000000000..d2518e32b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd961e78ab8f8b1644639a29c3fc64dc62daf01d14193354a26a60f97122d56f +size 11614 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png.meta new file mode 100644 index 000000000..d0a5dc278 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19897e7bb6a877eea8af910e1158fb3e9d30147a06f875b66e87016b42295849 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png new file mode 100644 index 000000000..4b9629584 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315bf1760bac809e6c9c6ddb863d07e937f9abad3ed6bfd9041890c5dcb8c512 +size 11552 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png.meta new file mode 100644 index 000000000..4f65ae44b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcd184d18242750eeac939e1695efd3e7dfea131657c6504724d6dd253f1640 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png new file mode 100644 index 000000000..e243a3bd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2806550962524a6863f4a9c7ea1979cb5a65559ad16a2559cd628fc2f85504 +size 11484 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png.meta new file mode 100644 index 000000000..798219f8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon5_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83531ce90236c1e91f7f6e2b77bfba21238291416027f35cb933a82617ae419d +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png new file mode 100644 index 000000000..1f6483a11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb90032b56591ff502bda8af7aa08c2dbbc41e084af24fdad7cd5b5be501b0b +size 2957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png.meta new file mode 100644 index 000000000..da2e20981 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1a6e2fc66a60238dd09168a245b85f785d0853114b2b10acfdd3d70c132975 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png new file mode 100644 index 000000000..dbb725e26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532fee4be26d37c544fe303888120434f72e82e2263445699d78e3fee2da4a47 +size 2642 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png.meta new file mode 100644 index 000000000..4823d9107 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd931538657a9b1223c58a747315a2bd86c1707b81d43074ea5cba5bc3014d1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png new file mode 100644 index 000000000..b90e3bd97 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2294bc35cdc65ff6ae30801e9b157576745516aed027eee83e9b6ca4283e375 +size 4458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png.meta new file mode 100644 index 000000000..9e5e9ba98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4581a7e652c2ba7c7d9eff6e4a3b5b69671f08221ffc4957733bb6a630e7fb +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png new file mode 100644 index 000000000..55bb95c77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a9c04baf85b0312e811ce86c0030617791c05ec8df5807db10277cb1474fdf +size 9033 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png.meta new file mode 100644 index 000000000..8b85db231 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec59b91f3a8ff1016247db22f276c6b630735e1ed37f8422b4ad2805e19941ac +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png new file mode 100644 index 000000000..e38d55d1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604b892562555acce45315fab9d4f03202161ffaaf5c9930eed1d8ea43abc160 +size 11513 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png.meta new file mode 100644 index 000000000..a404fb95b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_4.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be08e64baa11a1226b0baaa23df157e791a3e7adceaa133afc9b79947f38e93 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png new file mode 100644 index 000000000..e1dd88437 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eb2f6d92e7e91452c7c305efe82660aac00a931ce9022f362b3577db536013 +size 9032 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png.meta new file mode 100644 index 000000000..9f6d2eb7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/128/RuneIcon_Frame_5.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915c6f36ec889d2af2adb2008d0895742cf04b6babf464d305cffd5258983bf0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256.meta new file mode 100644 index 000000000..849b07549 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103ea1018e25ff2ee4834c670511496bbfbd77ee7559b3018780e7b528f2a18c +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png new file mode 100644 index 000000000..aee004dec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3bf232665d53cdf9f7a8174adf08ba8f4144fac66c440ce7197052a0eb51aa +size 24082 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png.meta new file mode 100644 index 000000000..38a51443a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f576e7f49b8b2b2620ba3ea2c5de90bb3211ea2286c62431d92335177e0fa2 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png new file mode 100644 index 000000000..a95ea3d34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491ee17f3c4cfc1bdc9711917f4f287eb86ec36483213c6a463da17b9feebf7b +size 20309 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png.meta new file mode 100644 index 000000000..ec76ec99f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Ball_Health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2792135ec3a3c7c92419a34f677bcb123d0d5298ee94e32436bb355ea593a3cd +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png new file mode 100644 index 000000000..70f3b3d5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bf49a77dc6c8861b669dce44228f39066cda1b897fc574544f16e5e395d9c8 +size 17741 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png.meta new file mode 100644 index 000000000..d04ed5cbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Buff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f067c954cda57b512b1c416b47e335baf7ae308871be5f17536406992536c322 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png new file mode 100644 index 000000000..b37800b77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58091dbe00cd38237f7fd7511098d6dbd4e0149bc326801b5f6ad0f0033212df +size 24425 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png.meta new file mode 100644 index 000000000..c7bdb6ddb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Chance.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b4f16df7dcb536328e35f8e8da97ada2622d6aeafcb469491f200dbe23e2d1 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png new file mode 100644 index 000000000..aa0d857d2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:face4a8bdbdbeb9826cfaf230dfe34db89053e01201d255e912bdd4d8078d6ed +size 17204 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png.meta new file mode 100644 index 000000000..ec1482ceb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Critical_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32bb2dbba459dae55ee2c7fa4d4e54e496769fb16220674ff6d9bd3437213d1 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png new file mode 100644 index 000000000..a77b02ea4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc675b42276642991761b9c595c99c98ff970a1ca83de5484686059916a9579 +size 20545 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png.meta new file mode 100644 index 000000000..e9c4c0bbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3b04511a5b5ee547543401e064be186a189f2d7aaf0dc022125fef2c5eb34e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png new file mode 100644 index 000000000..31c4c5db3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3957a0c417d4d01de86152ddeae4032aee17366adceaf827f2f8c6d3f1c4b1d7 +size 20889 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png.meta new file mode 100644 index 000000000..09233560d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Debuff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9709519815dd061aa482c16037b287cb32ab8cce0804d9506e64729c6748409 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png new file mode 100644 index 000000000..cee1633f6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7463c51700196f85d955006596ac20ed864552e173d338b34b5ad3f2c8affcdd +size 19745 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png.meta new file mode 100644 index 000000000..be8d687fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6d8e0af4279b4925475d869776226426158f5032e7e30b16fe70cb582aaa19 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png new file mode 100644 index 000000000..8bc88e877 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee6c62989fec6875e30e9bd9959cf3be7f9cb39fe4ffc72bf956f6ba2cdbcbd +size 20479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png.meta new file mode 100644 index 000000000..11e304262 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Get_Score.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b323028f28cecc2e701bbcef15ac89f33a552e158bc48f67a0fb4e05d240c2 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png new file mode 100644 index 000000000..90123aeb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a931786f8f03a24bb25d56a4f6fefa9eccf58a9312ee2043ddb6b1a5c94bd112 +size 20013 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png.meta new file mode 100644 index 000000000..0dd479e93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon0_Passive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bfa046421cf33ddba53fb828aa7b59da5a4ba8a9aba28033751697131461e5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png new file mode 100644 index 000000000..a765392dc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274dad6f9bd8fb6e8b888553ba2906c1a1c483941493c941985c9793bd33c42b +size 22449 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png.meta new file mode 100644 index 000000000..1b8f2de6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9edde1b6f92d64368ef5aff98dde2237ceedcb20aa173c9324eb86aaf473656 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png new file mode 100644 index 000000000..d9f1638b1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e7fb25fe6f46155248a9bc763ef26aa0e043ed6e74aa6e713e41798eacbe50 +size 18434 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png.meta new file mode 100644 index 000000000..3f70c5070 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Ball_Health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9f4496398e7f8915730525aa44bc554a4d0d882bb2fddf93ab16b8fc0b1fcb +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png new file mode 100644 index 000000000..ee581c8e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e789e846926cb829e11fac84ce25a4001c29a082873c0217470ba7a4babe88c +size 18852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png.meta new file mode 100644 index 000000000..3656b2fbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Buff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd11b8b30f1ca2ce614af93b9cc744ab7768068e882e3091cd43456a61930354 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png new file mode 100644 index 000000000..ccfd483b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df90d691007ac11cff8a57ca9b378c152703a511c482d62e595d16143c8114e8 +size 22269 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png.meta new file mode 100644 index 000000000..b58aaa2cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Chance.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd158b99880329ea6ff7b2ad6c4d59983fad9749b3f490d3befa34750f5bc01 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png new file mode 100644 index 000000000..3a4caaf3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820bf4a2b0af31c4891eba8243a6ea9c79b72b2af2343817fedd536ac2f4c56a +size 16477 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png.meta new file mode 100644 index 000000000..589573313 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Critical_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898d932a082ab92858fce1e2a2850c062c640d6c2b89e910ef4666e24e4e015d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png new file mode 100644 index 000000000..a0ce284fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab332971651a772bbbdcecd69e84f57f7aa6034db3298fa1f5be7a8898dacc1e +size 19535 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png.meta new file mode 100644 index 000000000..a984927eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37176678cbe391d77774a2f214324e5fe74ada07a30b5ce2c02adca4598e3ba1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png new file mode 100644 index 000000000..39e98bff0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe74c8089d979a5ea38538294ec7847982a9695ee92b5ae5cbcf99b4276e76c +size 19212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png.meta new file mode 100644 index 000000000..2b2f83bb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Debuff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3edf3a32dd617d0987a2d25cadac381af016a67bebd2b302c5904dea3c7e6a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png new file mode 100644 index 000000000..a52f6edda --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7982be1ad15852fb7e31f9e9db232339d6868d17b47ef06382e0da437b012567 +size 18565 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png.meta new file mode 100644 index 000000000..ea4638a81 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a2a5dbd7ee6638aa3d53c43fb899802b2280175dd3f2136ab334008661fec3 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png new file mode 100644 index 000000000..97ea335a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1227f3b9b33dc70faadcb67fd6787983774327ce67f230f99313e83c9604ed98 +size 18850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png.meta new file mode 100644 index 000000000..73026bfb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Get_Score.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662690ea4c0752595fbf004f6970e5d15cd6903e772ccebdb8f9abc7e1c328f0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png new file mode 100644 index 000000000..35b3e6c9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1f302e00a6c2537336bf24eabb8f2437e33e14232ea17893518a794e4a2a04 +size 18456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png.meta new file mode 100644 index 000000000..1187df59f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon1_Passive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dd185abe3ed6831856f0f8e47830952650ea97aac5e57aba6423f4ddc53e69 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png new file mode 100644 index 000000000..75b77f7e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88857c7d9ee3f02ade87bcdc5f219301f01f54c36c0ac3913f829002d7b8d7f9 +size 30950 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png.meta new file mode 100644 index 000000000..7e158819a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a95d709a83f7e670f86ab41184f919bf1e1a3ae0d4341fa091ad4189f8bf67d +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png new file mode 100644 index 000000000..80ada3351 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3c4fd4d168b2f3b7e0e2b254cc010d239a67bd94715523aab6c90f9a51ddff +size 26458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png.meta new file mode 100644 index 000000000..c0f5b3135 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Ball_Health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0a09e0fb52f68721ca1db5a55dc8a20f324696151a04100264e71f0053a19c +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png new file mode 100644 index 000000000..a203e4173 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108d302bf1cc3791268ae92e063ab6194b15273f7e2a4fc2915db882c6ca88f7 +size 28992 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png.meta new file mode 100644 index 000000000..dbb2c6e6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Buff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fa370c43124b47059a662e79fda07fb5de13ddb022cba32e7da7881157a8cf +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png new file mode 100644 index 000000000..26725ce13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fec770e24d1cc4dc130eb973a137e39794fb124e9cf438eb5a30519dbcb9687 +size 31223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png.meta new file mode 100644 index 000000000..c1d43411a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Chance.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3946c7fc0d83ccca1760fc0bb1091839af7e6e26dad219c9455581aa4926bb33 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png new file mode 100644 index 000000000..0d1252235 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d988e40cd72727f47a099b7d38ed324f740e6b600584a4c047c07e1b5a180dfa +size 23570 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png.meta new file mode 100644 index 000000000..0297aaa85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Critical_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378bbf5f1339bf0b5307d330519bee1ae3162c6a17311fbf346c6cd408d5eb47 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png new file mode 100644 index 000000000..9128028c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f15bf6e4b334d27bbbc98f0158aeb4d28229e92dcd387c17cfcdb05afe1025 +size 27265 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png.meta new file mode 100644 index 000000000..b2cf88083 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5191fb12867f591bfe1838da325070ee203a682a01e7685fb5b35c81aa4515 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png new file mode 100644 index 000000000..5f965533b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a6fb9da2aca05b2f8cbc25fade5a935f5cd558307fab57b784680b74fc231b +size 27861 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png.meta new file mode 100644 index 000000000..e777bf1f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Debuff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fbcba4a85c32147a84e18b609ffdf02af40d9106fe104b865d91a2581fbcd5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png new file mode 100644 index 000000000..ac3da66ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52ddc67c3489402a98a93341192fd80fcfb8f710185efdf69a7b275ba943d80 +size 26438 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png.meta new file mode 100644 index 000000000..8094f61a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b3596d30e591553abe1fdeff2e21162d9d92b516e53598b32b0fae013d998d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png new file mode 100644 index 000000000..947c40665 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed1298554b6a4d91af55ae6bdcd6ca7c47ce0875844426645cbe5969862f302 +size 27195 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png.meta new file mode 100644 index 000000000..84e7ee925 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Get_Score.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96227613fad1181bc1207bc238e0a9eb1beedae7c7feea3e9c6d6d085aabd125 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png new file mode 100644 index 000000000..369c21a6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a998bff0646b5f19ac95501c5df2f4362b4abd9e4953b07477a25f555eaecccf +size 27373 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png.meta new file mode 100644 index 000000000..351c8f19c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon2_Passive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3806aede477015d7fe4868e74998400344e2eb17810770f3d72117e85f4b0ee +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png new file mode 100644 index 000000000..d0ed8d5a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1abf5270fdca550071ac3ec7269301313abcd31402fe55c8f923438ccaea6fd +size 40118 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png.meta new file mode 100644 index 000000000..09176fa42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d7ef8386e9e274075f0095e636c4b49b7380c60d4574066ef334660a662294 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png new file mode 100644 index 000000000..00b6a0581 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:343a0e741d8029db96f54299e134edd5f95394d508569b57c87058539bae4a43 +size 35742 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png.meta new file mode 100644 index 000000000..73caecb19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Ball_Health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e8ea6647530765e74571f657ae183e152706d7f74308d62f62b7a49d46c96f +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png new file mode 100644 index 000000000..6b21b6aaf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae84714d51a61a0e62a9af56b1342fd0a7eda86a8c177b76f2e507fe63b3281 +size 36461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png.meta new file mode 100644 index 000000000..84a990657 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Buff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ddd88157fb1f2c3092022764dafbdb098b50d612e82ed356cbfff326863742 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png new file mode 100644 index 000000000..ca379193f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a77b9cce32df94e9717719f04d6f406b26482dc3b08a888947d064bd595e2e +size 39925 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png.meta new file mode 100644 index 000000000..9968602bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Chance.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bafb33a0a2518549f28fbeed8f96c39ebdb97b8bfcf074816680014be4dba9 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png new file mode 100644 index 000000000..c6c783829 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6452e307240e5b6b9e7ce8ee93de6ded8596bca7cb7ab0f799b7b17b8937bd +size 32904 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png.meta new file mode 100644 index 000000000..666e7afd0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Critical_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0a11c06f55bfeddb863650430dccbab57b28a7c6c40e6a48a5958b5a878393 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png new file mode 100644 index 000000000..8d79062f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c33aef27a9989153094c5d434a07236a2b32afe666a1968b6f7e657569c0361 +size 36231 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png.meta new file mode 100644 index 000000000..50776b587 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7136e8637a57332a16a76edf149ea0a16398b6cd4937499d4068f53d5104ef +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png new file mode 100644 index 000000000..90ff62711 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a936582b4419ef4a0958d58f13c083244c47e139ffa6598c2152de9670f55bf +size 36219 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png.meta new file mode 100644 index 000000000..309249efc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Debuff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef1dde2fb2f3e82b46a26dbeabbe6212b491eaa7cb638d2c761f8771cafb986 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png new file mode 100644 index 000000000..69018a2c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c274dc24d13a229f3604db0573b41d9918a7c51c8e49f3c06db0df5e5179f542 +size 35346 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png.meta new file mode 100644 index 000000000..be40afe6f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bd16ca60e3bbf41a0b34155367d8bb6260e3c794bc40ab78d43415d1c19a93 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png new file mode 100644 index 000000000..94b79573d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9e5e09ceab3dfa238038ed12d5fd73cb3ae17bb4cd334361953fb9792fdd4a +size 36482 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png.meta new file mode 100644 index 000000000..4b43c2f17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Get_Score.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb385250ec27ece39f12d29fa4390ac90937b0f20ae8dd0f07b10b079cd98b28 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png new file mode 100644 index 000000000..5c085a664 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac30db7849755a2cb54135f33f3d03d7fffe6c3b5d9276a87827b934a45a50c6 +size 35366 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png.meta new file mode 100644 index 000000000..84c7f75b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon3_Passive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f31a77f863cdbfe1b158540406c4573f836850d002703b8854ce1542ff50ad +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png new file mode 100644 index 000000000..7ba58349c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f581dcb1a48f361891ad9408d23d981c96801ed7a7083dbf8fac5378c2a303d5 +size 49165 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png.meta new file mode 100644 index 000000000..2d1ebb202 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e87d630d35a1b8ab6045e39136723c8ee70f4fd6e6d89e1b85712ca3c751e7c +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png new file mode 100644 index 000000000..137e4dfbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa3e92b2cc3ef16e624bdeb43c54860a72bad9ec17f38cfbced0276618c50a6 +size 45291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png.meta new file mode 100644 index 000000000..85fd3c0aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Ball_Health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07d55196345294dafdbfc73a9afa2f80a7562b47e9f9d66f39479a5a6d219d1 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png new file mode 100644 index 000000000..26f168a69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23331dcab7be34e8770aca92d615ffba35c45fe9ffe2b130322d3b3047202444 +size 45242 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png.meta new file mode 100644 index 000000000..b6be2c98e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Buff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b4aaf8c034555f8add7d87de5331260b99fb4c88247adab1a7efed1af18592 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png new file mode 100644 index 000000000..cf199d5e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1bbf9d8e068a2e85f7bee99909bcd707a82158ca8f8a7ee55a4cc99bcc048f +size 46117 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png.meta new file mode 100644 index 000000000..0c77a66c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Chance.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a85319d0daf50bfe9c48836314af0801b9b4dc4fec7760e36b71641eaad1c8 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png new file mode 100644 index 000000000..2c236eb34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f6264664cf2e22f71d45fde6f8d71f642dd235f9f101e7f42d2a965eef0e69 +size 40024 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png.meta new file mode 100644 index 000000000..5b323543b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Critical_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7c3bba8f0e78b2d16f7d6ad9417e33c6203d93b9cffa2337bad921f984d437 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png new file mode 100644 index 000000000..0a51b1abb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99087c5dfb45dd43ccaafa7eb018f69a3308ffe9634472c296e54be698ffeec +size 46542 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png.meta new file mode 100644 index 000000000..4e64185a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fdd09b9c0c7bcd033f2ec8714c3102f1f6dac3d51be8beb758d6f05f9319f4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png new file mode 100644 index 000000000..184b7b5c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e3820dba1abeab6886657b91b112e522998cab423c50f646a500208bade908 +size 44299 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png.meta new file mode 100644 index 000000000..8b918ccdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Debuff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a2295ef0d9e5414a314fac1c61755ee1d35ea7514f84dea3b467d5c4d8c299 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png new file mode 100644 index 000000000..48cfbdfdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e039a6d92871939fbee786d4052d95d871040a0f7b52ce29c98aae77536299e7 +size 44737 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png.meta new file mode 100644 index 000000000..964943db0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ce59fc8ca1a3dd9895763674226575a24e832e2c75fe5ff4dc664fd950adda +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png new file mode 100644 index 000000000..c522a8555 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a1dd90899a19952d6024c69b667a27cb75c162ae7e0d98b2cabc15506e4a9a +size 44755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png.meta new file mode 100644 index 000000000..41c524a8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Get_Score.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c339dfddf77ea483a150b1b178f3c1f5eaa431b7f84c8515b0295d8cb45373c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png new file mode 100644 index 000000000..9b71c4596 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aecc0b88a83947224c000fd9a44e4b6120f12862728b54a3adeceb9e59da498 +size 44319 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png.meta new file mode 100644 index 000000000..253ed500a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon4_Passive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed525d0c9fcd7fc12b8dce1eb397ad3df2425c5825c1c514e6b4a29b49d1b7 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png new file mode 100644 index 000000000..55ff4f1e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7fc2f6ac95151fe1cbb8f1660a33d3d7b4989cddee8d1521750d150b1489e2 +size 42029 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png.meta new file mode 100644 index 000000000..bdbfaeb74 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Count.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6a561bad0d45e398756ab54a0f8f5604155925105c0fe068c7ff2d614aa094 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png new file mode 100644 index 000000000..0d517a927 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ad479860959d6b34bafb421be74865b00d56145f509ed810b8c80992cb71fe +size 37900 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png.meta new file mode 100644 index 000000000..863f26c41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Ball_Health.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35fe7db7292f790ce075e8033bf58ae3d29e76c710ca5e227e878d846ece0f8 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png new file mode 100644 index 000000000..6ea0ff8cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ccaec14fb9b4bc5e97fe24484296e9fc6aef1b6787b55bbb989d0e553da5fe +size 38653 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png.meta new file mode 100644 index 000000000..2eea22dc5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Buff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ee959ed6efc129b69d3b061967f90b3a0906dfd10b2fd804e0447700ed8e9a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png new file mode 100644 index 000000000..819056583 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9ea15cb7b1fd8ffc4b4887116cae81a2b7a5b5a9fa7fb610346ae7c2aec8eb +size 38959 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png.meta new file mode 100644 index 000000000..5a675b958 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Chance.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c9df70350f666106fcb58b3cedaa15f6d84d50244ea96c2dee7504ebeb660d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png new file mode 100644 index 000000000..bde6c9235 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83eb618a65186acd407961144aa1a2968a85a6fcb50aee55bad4695a0430a48e +size 32603 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png.meta new file mode 100644 index 000000000..acf89db80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Critical_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8ba0121ca29e854ce821d4632d81a10d46ff5c5167ad7969eef2c3a4a03b73 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png new file mode 100644 index 000000000..43df54549 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf986855857b950c0cc64d089272d98aa71509f402bf3ed891f212a6635d3b9 +size 38277 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png.meta new file mode 100644 index 000000000..1d36380bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Damage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c62b673821404cdb660cf913c2b04424b2c92b659231d6f06e7657d3cb0ae4 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png new file mode 100644 index 000000000..70319bce4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3520d84d81f55e28be4b8cbe41277ee8438a15e408249ad25fab2c5aae27f63 +size 37648 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png.meta new file mode 100644 index 000000000..3a797e7cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Debuff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd42f7a0238515e25fa4b69e3e485825176d833cd6f7fc7ac7feaca1fe46255 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png new file mode 100644 index 000000000..e6bd5dc88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ecf88114ffacde3003f4dd91192f1b799d6f6dc7e6b3cb759362402ded2536 +size 37644 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png.meta new file mode 100644 index 000000000..c2e9e7ae3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f25dcad754c293e8de29a8439773364560c1120a20664692e913aefb9b5a0ab +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png new file mode 100644 index 000000000..3fa61667f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7fcf7f7b599977b1d55a39734f2517932ca0c02c7db77763a3317f63d928de +size 37824 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png.meta new file mode 100644 index 000000000..abd6d5e18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Get_Score.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3901f9e3f3d970bfd5f19a97209aa42ef09a5b63145b33ba010ebea621f4c2f0 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png new file mode 100644 index 000000000..d62152065 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601a8fd636bee4302a86e25ca42e93c6f897ee9a61674d68fe13cd798cd87dae +size 37361 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png.meta new file mode 100644 index 000000000..9080a6659 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon5_Passive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c882e723e23364aa0c2beb15d8650e7678727be7c214ab66c498f799d41290ff +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png new file mode 100644 index 000000000..62500bae3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55215b5ddd4d8e6d84527826b8341c91c55333a2073fdfd9e23fcc0044a3ab67 +size 10716 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png.meta new file mode 100644 index 000000000..041e9bf58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24571a426dcf6cc9aaa31617d016101f832f5a1e9d4d295d4dc859d19d0dcc5e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png new file mode 100644 index 000000000..c43850633 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4601382fa21d5bb101b314befed4257fca3586b621d06829c01dd4d042410f +size 11548 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png.meta new file mode 100644 index 000000000..2f6116494 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b311ecda0f3006d4b516db2ab12373f75d5815b6fd81bd15e25bf0469f25e96 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png new file mode 100644 index 000000000..162609cce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ff67dd65164ad35cc15284ba6558d4a46854695980765c876ac8a90625fb17 +size 14509 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png.meta new file mode 100644 index 000000000..1d2132805 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb943151ec9d463cef6e8da0fc2e58d9feaa30957ca380cba9d307ac92d10226 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png new file mode 100644 index 000000000..c273e9c9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176e25c2dfd829bcd00c03cc32568114782c1a402042365cd20750bc391812ce +size 27454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png.meta new file mode 100644 index 000000000..e237af550 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d4570e7960caec43dfa9e4e1ea5a2f3c5ce7a28ccf086952c44bd71d761a5b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png new file mode 100644 index 000000000..ee8a424ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2560cc6facc4830a63332ee8aa8db95149c77d7fda9fc534cee727f53e440e +size 36591 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png.meta new file mode 100644 index 000000000..f880859e4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a72ee1e17664df9c8900a26dd02e0a6f8f72e66a78aae5f534947d9f7d985e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png new file mode 100644 index 000000000..17a97a85f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7f153348c4d97bf43b558abfb9e6c3e0d0ef9e7f45cccb9865c3a735bf788a +size 29166 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png.meta new file mode 100644 index 000000000..2d5aae90b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/256/RuneIcon_Frame_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df24befb6697326c14d211bbb10b01f5c3cce805f9272f46214fc5ea82240c9e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512.meta new file mode 100644 index 000000000..b32aa3d99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95e0bfd3b39ba1589171d247817b7f1f6a2473e4f1742ac5d70752d446e098c +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png new file mode 100644 index 000000000..aa0bd1576 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cdc7b1603a5872dcd896de55ad3292d2a51a951ab104fb006c9f7d11e5b40f +size 36568 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png.meta new file mode 100644 index 000000000..7bdd67d55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358d7996447251b74ae103aecca0cb8edf69ad9cc234551c1dcadbc6b42c3e92 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png new file mode 100644 index 000000000..2c92c46a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fc447f8b0a9dbf0a23e09f6ac2d2203a0eeb2fe9eb145078a325521da6afc0 +size 29665 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png.meta new file mode 100644 index 000000000..b3efa7226 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc786f5ad3a7c28216c858aba995f78f01f803596b6dedb7a20d30d422f3539 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png new file mode 100644 index 000000000..ed954617a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9856264ea21d5f4c64c5d748724fbe3aa84940620d08b475f598ee2909f95d12 +size 20499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png.meta new file mode 100644 index 000000000..183dd575f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c13e8f64b9217a862b4ae057b0648baabf9199177825e967375def5be94c309 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png new file mode 100644 index 000000000..a2aa2a7fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e0db47d2af981b0f7f6709485efca3e9c44edf55e4ac467b6ed733e51c8d95 +size 37181 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png.meta new file mode 100644 index 000000000..b3484b001 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf60adb267c4e8ba0ec33b3d9351994b21b5a2c2f96ec8a3e3037a0c2c11bc0 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png new file mode 100644 index 000000000..fe08a7de9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46469541d1e99172c2728e08005218889fae5322272e6a37535b22233506447 +size 23485 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png.meta new file mode 100644 index 000000000..be5b815d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1fc14594259e07c003394021795ed8fa163e1cc0c4c144e7ec1a8ee99becf8 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png new file mode 100644 index 000000000..ce6ddfb44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b4595b11bfdadbf821af31bcd192559811bda4c79ba9eaa036e032f4085b39 +size 29611 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png.meta new file mode 100644 index 000000000..acd60d737 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e02702b91c8d48b84610005907a8e7c7999b64d8936e9e6414a5b65c6e20019 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png new file mode 100644 index 000000000..c07531663 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10d989fedf3430bb631eb85aea09d7a18026acf2fa8e5818aa403301946b016 +size 30685 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png.meta new file mode 100644 index 000000000..5454e8472 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8426e5c7d323f80b094c8e48dbdac640544a50ae168487b3c245239862af838b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png new file mode 100644 index 000000000..0d2693d19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeac9d7ced272b52c66b8cd5f843f69246a88b12d1a3f026c28f519a9e30e053 +size 28385 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png.meta new file mode 100644 index 000000000..b7ba6fe09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f2edcbd134ac7b09c42a5ac84780fcc61243afa2da7ffac0caa05bbb4e12da +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png new file mode 100644 index 000000000..0be3c4870 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e3f442120dfa6a122b75f6ee797de317201508901291d3e7d7db3c938da8b8 +size 28974 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png.meta new file mode 100644 index 000000000..748b6e794 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1731fab8fe0682d5fe94ead98ac63f6f08b7c409499d0f9eaaf4911a3fbc6c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png new file mode 100644 index 000000000..ceb8e1915 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411310708f6d524472237a64bfc1ec8c0dad59388bb5ba37cb394a715fd5013b +size 29214 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png.meta new file mode 100644 index 000000000..0d0d469f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon0_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c597f98e6fa67e24a710ad4aba8fedfcc8ca88fa7bb2a1616625863d9aa72a34 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png new file mode 100644 index 000000000..03629853d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576800018ce8e7c86368b04eb7d022cbfcfee1c60827e5fdf5b358a2621dd36f +size 27613 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png.meta new file mode 100644 index 000000000..94e3c24b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90564626ecd7e74d176bd8951e106961a9274f46729b0bfc7045440b362e0377 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png new file mode 100644 index 000000000..8e517a30a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5658e08398b4f0ee191bbad31e8556ad5d0394732927fc3f1c84e669c6c0aa +size 21625 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png.meta new file mode 100644 index 000000000..1dc9a1199 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6dc30394e00496f602fac1ff3cb0786f0cb19e106b5f26f5064bf4dea933c1 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png new file mode 100644 index 000000000..3d5d31c7a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0792e50f78af23b4b9c299c8286428ed7563ae9984983a1f3fd987a22409a0 +size 21720 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png.meta new file mode 100644 index 000000000..9ca4d085a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7527c57b94d83bb9675f62efec9131b6e334ba1b23b407f307cf8be3965480 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png new file mode 100644 index 000000000..2ea0c3393 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7703e815ee99f4be9e49750b7f63103604e6b4988e0468c267a481a57ac7a5 +size 27469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png.meta new file mode 100644 index 000000000..fdbbd710e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa5874ccdc1a3746ad6a403f31966f1a885971ddf71691b8b5f801b52393347f +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png new file mode 100644 index 000000000..b31163e96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af575fa7348505513f8b140f632128f2b15e534f86903de1d742c707e1b9bd18 +size 19280 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png.meta new file mode 100644 index 000000000..98403c052 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323fd6e71339a0b33ad1c1dec0e9bdd8fd055458c69b4ccf14a2eab99d1b4a33 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png new file mode 100644 index 000000000..60a95d981 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4535e23b45c8bb5e69127153727d560eb85e4485c9f2d36173a9246d5340d8cc +size 23633 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png.meta new file mode 100644 index 000000000..7cdafc4b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b080014688f8676e874b6808e595b7ca2f425b4353f9173a0878d975aa5629 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png new file mode 100644 index 000000000..ece58cebb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d9cd2e197f78a14450063577309125888eac526ebf9ef490deb903dd4f3da4 +size 23056 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png.meta new file mode 100644 index 000000000..cdccbbb87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2313e19374fb1a4808b8992819b85868e83c3043f9fcb6530206956fc42610c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png new file mode 100644 index 000000000..983c6fde7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e28f1d84464147e1be9ebcc8f53cf4f7453666fb13c4d1b3fa3265b53720511 +size 22154 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png.meta new file mode 100644 index 000000000..72116cea3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c498ccfe1cf4e1344de648fa01cfebd3ea2c743117ba6ab31a6bd29ef313f912 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png new file mode 100644 index 000000000..30fa46dbd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ecdb369dcc79526b6bd848bf78bfb1038188ff0c80fd513aceb9dc79db93f0 +size 22328 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png.meta new file mode 100644 index 000000000..211e01068 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c427db8c5d715ce86c9bd3738885969f2dff7fd90ba4b17435db4ddfe65e9753 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png new file mode 100644 index 000000000..a90d3764a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7976733ab9a19bc4b4ba979ccb2d6a3a1d584cf060f01ccf3af40cf9ff19b61 +size 22227 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png.meta new file mode 100644 index 000000000..bd0187b5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon1_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5f1e8638b36aac37f623a1f18ae1eacaa006912cbddfd788528cf72b7015fc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png new file mode 100644 index 000000000..724fd025d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6017bc04370c697e8cf821bf2ce8190fc0c7e6457e6f6bda16cd3b6b43effb2 +size 46782 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png.meta new file mode 100644 index 000000000..bcc748a75 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27a2bcd5dfb977e6ec055f5089e267e42ebd14b01423d820e8fe6c19f309ada +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png new file mode 100644 index 000000000..7a0b1f01b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af547147ea0e88e3e54e2b58a5e4531f057809a40526c88f48ebeef048092544 +size 40216 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png.meta new file mode 100644 index 000000000..258a70082 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddf412020da15658fe9357506d7e365901f6972c90666f6f42206a0234a4f5b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png new file mode 100644 index 000000000..34d17cfec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433be3ec76c0a47970b5a4b6e1d2888341f1eac36167256e25d466e655322286 +size 43796 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png.meta new file mode 100644 index 000000000..74e406d7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ec938c223f9bfe293759e38b41924be92f75f3c5511ccffd6e866db98e5c98 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png new file mode 100644 index 000000000..436c6a8d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfba1fe816b4227a1127417cc876a207679c481722ec7afae3a796827f23b5f +size 47294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png.meta new file mode 100644 index 000000000..304f13ad2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e244487bad1cb49c2f43cf7d6d2cee9938018267a05977086a0c9fc81637e3d +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png new file mode 100644 index 000000000..df0de24d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431d5ba747eff47029678c3c6a2a65bc749d24546a98c9fd1c5deb77db289088 +size 34520 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png.meta new file mode 100644 index 000000000..0994219c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972dae1beaba2984ae8b75215be73e977110822aead3357c1b8f3075bd0d42aa +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png new file mode 100644 index 000000000..6823a39b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ba7ed330c8c0d3b957017c529711d91f22a8c05f701d432543124c86064e9b +size 41479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png.meta new file mode 100644 index 000000000..fb1de6e77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41d2a8702c6732b43c661d644e479007121883c7df87f10376f4cd7bf52e20c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png new file mode 100644 index 000000000..1a6568fbe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaea79d386278a687c661725a39a1b5e03a546afac28165a5125126760e5be1 +size 41600 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png.meta new file mode 100644 index 000000000..080283446 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0178e9aeca3a918ebac1ebbe68c1f7f0a2c1d64ae8098d20dbbd8cd32b186b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png new file mode 100644 index 000000000..8e829e89d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8f70220845da8446859e142f46378d4f126ce136b5cf7eaff3c1f9d5b3c733 +size 40180 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png.meta new file mode 100644 index 000000000..5c817466a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6869d2d53420ba8a0684096125bac19c98ecfdabfa7305e713a56022e1c9fde0 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png new file mode 100644 index 000000000..02fe54770 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf857d8e2b8325f68590d5174a1698ad6a438859f6c3d67256c0c2990a4d3b5 +size 39237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png.meta new file mode 100644 index 000000000..fe75bfda7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e191fcb186983980eb0102a2cb790fe63141b127859b5d3e673dcfd50a9422 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png new file mode 100644 index 000000000..b55528ee8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa380a9da1d619596ec2117aa1f9d19848cdf1c5a31a12245c912d31fd02594 +size 41026 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png.meta new file mode 100644 index 000000000..652216b11 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon2_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314551775c0b57dcb70a5c01dfdd44b880d4ca6e1882efebd8d98cf8df08df65 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png new file mode 100644 index 000000000..b40c2e7d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87322461f61437f3157febcf6bff770d0bcaccf1ab54635ae3efa3bc7c9e40e8 +size 58531 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png.meta new file mode 100644 index 000000000..047070ae5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6dbdacbcdddd69c488027bfe9a43cb00639a800e2e89d7d8c4e8181a6f8a53 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png new file mode 100644 index 000000000..20923aa59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba1d6e6c8cafd741f3be84d56e3c1469c393065e1af6ef5c483608c5c03244c +size 51712 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png.meta new file mode 100644 index 000000000..4a76fc0e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4943610dfb76cc8b1a2216f34e7fd35027e71b02090c5190e1f0d206481ba5d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png new file mode 100644 index 000000000..66df6d053 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff2fecead6cbf357c680b8e3dac2cc95dee80b38c5084870a04b54af4181cb8 +size 53036 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png.meta new file mode 100644 index 000000000..d51f20958 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385e471248469560843c7f389d27213fda0899b8b0074bc801b02488151d049b +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png new file mode 100644 index 000000000..a443ac239 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadf7e754eb3efbffd734ddf42a0b7fdddc53cf244cbac6a96522515fac10fac +size 58416 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png.meta new file mode 100644 index 000000000..35e2d679e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e33ea6a1c4c88a330974d8b9cbf4622030f5df331b4982c87cd695e9ec4b85e +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png new file mode 100644 index 000000000..840ffda44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d382b70f31641f84bb40d16ddcc054045d1607f48e7eb677e7ce562140e93c +size 49285 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png.meta new file mode 100644 index 000000000..48b9bbac8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9760bf2214f20ce60ddc399de9313e20b5386a36ab47c0c09eaa8036ff7b82ef +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png new file mode 100644 index 000000000..2fb3f7d26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34487118bb496d3461825319ec4b275c4a4658c77afa9439f96b5084ece5937e +size 53392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png.meta new file mode 100644 index 000000000..670eca4d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d58ba952cc3be18426caae2e83a5a20115d0e83d56d0e326db21c892a29b05 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png new file mode 100644 index 000000000..2d3fb3359 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a9a118ce4ffeed99b617c468091bb88c04bfe301a82fe4574a0fff0fe1d8e5 +size 52842 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png.meta new file mode 100644 index 000000000..42f41ab6b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769e20d8bafbfa1d563e8cf5fccf5a7ab6816bd173e73a59764e183cf5ad8895 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png new file mode 100644 index 000000000..19d83820b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa469a32d6c531758e271933337b81aa9819e0795229bed64641273588e986d +size 52500 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png.meta new file mode 100644 index 000000000..87da53648 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f03ce965bf68e9cdd5961814659a1a5ef3e90e4dd95a7bdac941a7f65be1ff +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png new file mode 100644 index 000000000..19c64d207 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d383b8862f5adf0014f09ecf74556bcde2b6b4a8f71d10bb5661bc4d84493cf2 +size 53132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png.meta new file mode 100644 index 000000000..159450d39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333d78675c014a5a4193bddc08fa048f9eebc83436e1a7ab5ead41a771537fff +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png new file mode 100644 index 000000000..3b73c7f53 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fb301ea2e92dac1cfe8433589e4034adee2f514b4701a0245d3bd0a31b5571 +size 52328 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png.meta new file mode 100644 index 000000000..a554017e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon3_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d86234e0f0e5a6cde37db7a177df89eafc602a073c3406db174cda09d45341 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png new file mode 100644 index 000000000..a3fa179ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0098431425408076d7c65b49675fceea56343088a0fa5efa004233f15bccb2b8 +size 71160 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png.meta new file mode 100644 index 000000000..b50079570 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7346cffaf11075fa165d8c79af24e729780715e3308ee04870764edcc98258 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png new file mode 100644 index 000000000..77d33e62b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c1043814cd5ba62ed06bd988fb3fa6efe0b3daf6c2726c3d366f36cc3ecd52 +size 65983 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png.meta new file mode 100644 index 000000000..6af89ea10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5d3e546372510eabefdcf8c52819991785ff9fae877488662428919dff4a82 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png new file mode 100644 index 000000000..4a113bbd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc0c1af7d51e40b453b33f7ae1b1874f2759d287cf98093a0859205e9b105a0 +size 65298 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png.meta new file mode 100644 index 000000000..b673e2a16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272c9546eadb1550c30714d3b3e30e629a7a6817f2f139321ebc71c0bac57de2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png new file mode 100644 index 000000000..536854abf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a186478df705aedb7080627c9511c9e2c767bb1851a4291646ef4df7d7509728 +size 65384 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png.meta new file mode 100644 index 000000000..891357399 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df40e0df4f49d1f530bbc8974b913f041e9fd76e169a2048b5b50776cb50336 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png new file mode 100644 index 000000000..c8603e057 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1813cd06f3e8aaac76213ac74b09503c8e9a10526ef205689c920ca5796c24e3 +size 56099 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png.meta new file mode 100644 index 000000000..2213904d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b6f63eb523911ee9a5aeaef057f1df1a3c9f05aae7956f4d63bc0be408a9fc +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png new file mode 100644 index 000000000..74df87d7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9c119975d1a70b881dbe7e80565345ccea9bb1227a6eeb476e975c536ddddd +size 69598 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png.meta new file mode 100644 index 000000000..a48cd4248 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe50fe355227409445bffca1c502ba0c82281d84d1bb263ae0410b0604e4d31b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png new file mode 100644 index 000000000..54f3eccff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b69eb3c41c8c7847142b69386a31d990ae15b5727d1541f3eba73d980c7a29 +size 63454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png.meta new file mode 100644 index 000000000..40ca7d009 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6291123fa0606e49d47fd6e917aa8b013334e0973e925108fc186e8358cffcf0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png new file mode 100644 index 000000000..2f826d83b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d7cae4ebc8ba778fa63f99e3b78026cc4ea5e8b4866df9671794eedcc63dd0 +size 65467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png.meta new file mode 100644 index 000000000..2d716974d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4b22fcd9aa77867698985a16d002f0140f9aa1f955b54e99cab384d3760dce +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png new file mode 100644 index 000000000..3bd9d78ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e062fd2c7ab05c7aadc436b78e41d1b068b96326be1d6d3cffb3f8a9aa9624c +size 64333 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png.meta new file mode 100644 index 000000000..822db7145 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d241dd5ba0e1d0d18e1f4c3cf9a308927db3e229369a4dd6505886c28862ede5 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png new file mode 100644 index 000000000..1f92ef865 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408d00f6d2da3a579923047058457b2652d0aa191a52dbbe97ca336f0d843b13 +size 66267 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png.meta new file mode 100644 index 000000000..d02d4a30f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon4_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:393bb1386730b45a59bff6f4e4275f5412d36f01a38bd5a59429b410ad1c4649 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png new file mode 100644 index 000000000..821fbc831 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15216c749e19ad270ec5d1c1674c6ed1e073dc755e29c33685414971794ecec9 +size 64562 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png.meta new file mode 100644 index 000000000..498c81a47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e880b48b6a1985a2099bfbe325630c6408444f9466c9bc696f71d0c4ab8bd3 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png new file mode 100644 index 000000000..ac35c18e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc66876cadd4a78703c09eff65694a5180c3a0399be269826cc46876dc030d2 +size 57700 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png.meta new file mode 100644 index 000000000..36530e9b4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c775f40ac5db28b5497f32c2b2e1bb8c01b073f585980defbe4bb04851358ad +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png new file mode 100644 index 000000000..e7afdb36b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa12180659521d20c774db9839858fb7fd065e0c87ff4ec40b90050d599b4059 +size 58281 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png.meta new file mode 100644 index 000000000..c8ad65743 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adc2d154970d9b94bb7e92dd812d42b08e913580286a01dc67ffac6da40941c +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png new file mode 100644 index 000000000..cf748c22a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c9652a4301ec61a7ace9fb227d896e97a24640fb54ac7d4097b84e9be31b13 +size 57320 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png.meta new file mode 100644 index 000000000..881f069b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb686c6c50d991967f73b97c559899aa226f2b0d1549e42d615e9777eee1c7f +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png new file mode 100644 index 000000000..1d482814f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b34a69b6b57352f32957416de330b5e806e8967c9c163f93b0a9d244bc844c +size 47593 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png.meta new file mode 100644 index 000000000..d37648789 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e1c5a59a1c3f1ebe311fa96af15c3540d538ad09bdac75f14ff0065f5ba0ec +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png new file mode 100644 index 000000000..17f90eda2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f838e6031d64c5400b1410932fc7bcba009a84ca77c932102451b228617c04 +size 59717 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png.meta new file mode 100644 index 000000000..c7f52faa4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:176a31d6eac3e00d860e2f8ec5d17b74b608502bdfb8527686c6883b2c8017a9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png new file mode 100644 index 000000000..bda257a4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d15def5bded90396784d76251ebc5534ea51a2b3f9bd43ef604efbdbebc13e3 +size 55493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png.meta new file mode 100644 index 000000000..f7b73ddfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3dd1b7819a8423272d5ca7e3b39c7152c837273fc20f5fc573df349eaa0e71 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png new file mode 100644 index 000000000..c8b6e822e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1050fe46d982476f842f5f4e377217565158aeb76238574330c3c2a1506a7a +size 56908 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png.meta new file mode 100644 index 000000000..25fd402f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8562626f2c20fbf6c7246a248026b49e6fd61aeef36debbbe8b59d72f30fb4ab +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png new file mode 100644 index 000000000..8a982670a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac19f55be929ce89351bfc16cf0642144f3ea715d7e4031d0b1f986677b1d79b +size 56554 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png.meta new file mode 100644 index 000000000..541f36c61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63970afb18753444679186d29fba4ea91832336e10f8623bee62d05577e4b42e +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png new file mode 100644 index 000000000..dc060c6a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8391d8d426f26fcda7ffb3f178afc4be5ad335c50595fc834a7ec8cc371325bc +size 57531 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png.meta new file mode 100644 index 000000000..ebad88128 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon5_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daf07a3c915892e1f50b78a7950a19389d6b4b0891e8765f178aa78606b7cb5 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png new file mode 100644 index 000000000..85ab14823 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074758af85674c5bf4b7a3ccc3825258990257c1aedb69b2aea359ba223e8ce0 +size 11496 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png.meta new file mode 100644 index 000000000..337dcce34 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4cc304d70d915000702ea240d8034da35f9eed22cba48434280b6728a656a9 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png new file mode 100644 index 000000000..0bc7f63af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f079fc6ed8608dfe4ca3e66a8834219f9ce858f91cd0bae76d6f214e601690f +size 12331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png.meta new file mode 100644 index 000000000..7ad3da7c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779bdf86b5828814ed3a1b859343001365c3a8aee62d57c8c72e68c1c31fa152 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png new file mode 100644 index 000000000..5aa30761b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c04a74384ec3d1b6036f8e2714d17b2511d1d63a90baf103827a9c332df33e +size 17859 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png.meta new file mode 100644 index 000000000..b8df68eff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2125887348bd24c46648396d22e93597ece8dbf05fbe35be917b5e53008f36d1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png new file mode 100644 index 000000000..9341982ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768bd151d7dc38ff9d087ded16057aaab0fdbd908adc61190fac6820f217ee56 +size 41591 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png.meta new file mode 100644 index 000000000..3d3e3c134 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8453d19af1e2c694e601a43239e1e7ee0b04b8de340d0253678fdf2ea92781b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png new file mode 100644 index 000000000..e8346700f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ccb67bacae32116328ff0104836279266122d2c21bc7c4bb22c59ee1cf6476 +size 54670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png.meta new file mode 100644 index 000000000..787631d8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_4.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e59aa095b175d7cf0a40e7287d2861320559be5a57f48749ad65e963eca6f0b +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png new file mode 100644 index 000000000..b2d912078 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307336cad6e57d448347377e6e1f926d850247774ccc4c7ea9c54acc1714eb97 +size 44280 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png.meta new file mode 100644 index 000000000..5af372f4f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/512/RuneIcon_Frame_5.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d05290a30b78d61f84d92bf8c7920862fa894ffa2ec43bc71a5d14496293efd +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64.meta new file mode 100644 index 000000000..3ebbf3eb1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68c8d60a516df4baeabecd3490352d9e90de42e2c4d87e22ac2578770f8abab +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png new file mode 100644 index 000000000..1e4f32881 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125990bc72778228613e22baa45d639c90633827aef8497de66b3bf50161c040 +size 2987 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png.meta new file mode 100644 index 000000000..f1bda3395 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad6b5f1da7c27ebfcd15fec964a59a9d3c0c54701fa13fe9bb582ed248bf2c +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png new file mode 100644 index 000000000..d1aebe5c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e467b843e5c7c97f79878783357374cc46801caa668bbeb9ddc9e3bd3114030 +size 2638 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png.meta new file mode 100644 index 000000000..98f72cd72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78578cf3a3b9d987ec10528ac9b13b3981eb31da4b1a28e0baa18835780d1ee +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png new file mode 100644 index 000000000..27836ed61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c9e7ee2229c6d701e927cdd9b1c7ea0d6817ad973e9f4d2df5ea5d2af55a80 +size 2431 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png.meta new file mode 100644 index 000000000..13f10d001 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26c405475543e45f6ed4f6379a8d946f7a17ddb0519beadc93de6843df59c59 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png new file mode 100644 index 000000000..fe7371942 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f87c9443548feb6fd2fd8493dcb01463be687a51ec8672fe1c4397d7d3e2f6 +size 3028 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png.meta new file mode 100644 index 000000000..47abd8705 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ba8c92dfe18a21fc848760dc638279c671d030e7cbe872976563b4f3a97eed +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png new file mode 100644 index 000000000..a9d6eb3e7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008fb045230eb10a9d06cc8de0cb26d604cb3be577f9957d122a4d07e4e01f3e +size 2202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png.meta new file mode 100644 index 000000000..d3ecb4cd7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44bb7cc7ffd21d5f71ee9fc4c291fafc82e58ca069bdfd781d8b0061382bb2a +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png new file mode 100644 index 000000000..ee871f7d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4c9e3db6fb60fb808c973bd167c9a591f78b1df6d7655cd8d6e31eba6c3282 +size 2665 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png.meta new file mode 100644 index 000000000..793c0da64 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463240e4e01aaaa01cef4439adee4feba93339969103ca0dbae86bda09dabad5 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png new file mode 100644 index 000000000..3f5eb135d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bdbdfa7a5b4c6266cd461852b7aa6908b73ac3cd022d33a64db0c3026d8a03 +size 2618 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png.meta new file mode 100644 index 000000000..82bfe3524 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10a4283fcdde3f4d766804a87e07bcba5881f93d653fce07a43e8fa51ab5422 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png new file mode 100644 index 000000000..68924c841 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4e0dab73a2defcd63b71dd5bc71c16cef625f0d92755ef28a89a39760eb224 +size 2530 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png.meta new file mode 100644 index 000000000..0e38b90e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05949d5a928cce3bb6fe7d549afd8a0b5561e300f4205b657f7c3e76004d19d4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png new file mode 100644 index 000000000..035e77ffe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036f5cd0ca91b56bd068ed3ccc5b035991b7a03c954d2ce076c5b753621ca9c2 +size 2515 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png.meta new file mode 100644 index 000000000..1248ac282 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8be4a350b8df67c36e2a0e67b24115f56bf4a76529ee3942fdb477f9960001 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png new file mode 100644 index 000000000..e7f8c68eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2da61874a3e3b485216ff8062c179666e82a8b41112e7caaa93374ce3e133d +size 2539 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png.meta new file mode 100644 index 000000000..cbe703d91 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon0_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284509ccda6e147ea04b8c3e2ceab4250efe4f4b2b0f3267549d1caa9cf32f6e +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png new file mode 100644 index 000000000..4b61021a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667621a01f4dddc20989d7c66f69b9bf3a18a272ef5ee602be3ec14c53abe37c +size 2470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png.meta new file mode 100644 index 000000000..6829fc414 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58847d68aa32b6d1048371238fbc762feaf014776e4d8706b5d5a34e3a75a405 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png new file mode 100644 index 000000000..780887e18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c931a57f59d4197d1be1c9b695d8c190c830f7bc19d4bada04a72ad88193bb0 +size 2142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png.meta new file mode 100644 index 000000000..a26164ca1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0eed7c85bba32756df1d6de515989dd6679165a2528a4f5369ea2639faa2ed +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png new file mode 100644 index 000000000..157069530 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55ed877ced48fc8f33540352c4ec33e17a1821dc6430d5e7e7af73c5e40e51f +size 2200 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png.meta new file mode 100644 index 000000000..96f15d8ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801f691726850a7876d56b322d9cf7ac2e14275ab328421a153f3320f31f3025 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png new file mode 100644 index 000000000..dd492a8d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a297294e354a95fed71fa4f0a4cc048f1aa5164d50c3e76c4dd2ea5f7bf25e +size 2427 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png.meta new file mode 100644 index 000000000..36e3d5250 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a215ba8ddf00f31f2a2795a34be4851461345c7b51814fd6a098d8efe8b76b +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png new file mode 100644 index 000000000..d9840f9c6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c229241fa2bebcbec7b518bc78ff9b43f90f957f8cf645d6f1d79a6d56e1c41 +size 1827 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png.meta new file mode 100644 index 000000000..b98e3669d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aecfbca131ffeb5815c48cf25977b14f72124f77e092b765ebbbe94f1793d55 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png new file mode 100644 index 000000000..0aadb7373 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e671e5037cfb6331100b5e1ceeec8cb9d9f8f091cc404a2981f459e517c1d9 +size 2201 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png.meta new file mode 100644 index 000000000..9977135e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a26f78a4436c53d0aa7208a65ed9a1a3712b441a69c1968eaaac15776a39b2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png new file mode 100644 index 000000000..a09b4d3dd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b759d694c3190a0be6c30ac2cc4fb49bfee9e65921f361da36d4ed526d5ac8c +size 2158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png.meta new file mode 100644 index 000000000..01e85791c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cfed494429801b3f624479399bbb621eb8e29e596955b6bb8e42edc54fb455 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png new file mode 100644 index 000000000..4b6f72903 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98263068432fdd6f3f3b51ae1c7be2491489e8d5b60d465aae843845169ddb7c +size 2049 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png.meta new file mode 100644 index 000000000..630b72471 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41292fdd67d688cb95acb033bdbe4ae8768a1e63f73574bd6eff6d4b0e64c65 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png new file mode 100644 index 000000000..d007ed0ef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17b0ab5f894d5cd88c24c1b45ea583c98724a914cc1ca2422e66f3ba2527f13 +size 2104 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png.meta new file mode 100644 index 000000000..7979d923d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da692d1872de27f6098f242d6af1e38b9c3b73c3a2fbaf4672ad7d2c69826239 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png new file mode 100644 index 000000000..6a38a45eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde1db19de2c79803fb94268b2d8121f4825d05c821d10637fbb9d38ac3d9a21 +size 2105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png.meta new file mode 100644 index 000000000..659bb9361 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon1_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab4ef1a1f64a806563c55e80f89db83ad767139e9f04be02d365f896f3645b5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png new file mode 100644 index 000000000..fd8ac83d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06839dc6b9652f56931d631ecef2e8fa8e7cfb4b3e3572eadf593c92a962d850 +size 4182 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png.meta new file mode 100644 index 000000000..92568206a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600dd56a10e7c9529111389e7347140a410b4c43bb889903dc5f34c722b606e3 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png new file mode 100644 index 000000000..5ef1391d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb26d2e6afd9c657144b6414945314eaf5cb519ecf3cbfa18dea4d6668f89995 +size 3837 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png.meta new file mode 100644 index 000000000..3d468b549 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b017fadfc063061a65caf2ebc9b144c2692228eda215aaddd323bdb9e44461 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png new file mode 100644 index 000000000..cc682b46a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00e6776344fd3e07c8319ed1ad9b10a66b5537eabbce9932a4bd26184a7193 +size 3990 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png.meta new file mode 100644 index 000000000..ecdaa52bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0b407ddb155106ead3102da85856161f494cde196b5bb49aec75a7c8ead724 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png new file mode 100644 index 000000000..37d6497a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429046566c1316a9a8f430d8cc37f318275fe21cfe88c7a402b4a21604c70132 +size 4210 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png.meta new file mode 100644 index 000000000..0cb1855a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02ffaac4c992d2d69dda302d98544b451b607b490e3502973754c33127ed4b1 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png new file mode 100644 index 000000000..372250370 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ecfc8af8f630b046c755abd74699b644ee80c77c79b4f5f7cb37c738f2a21a +size 3381 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png.meta new file mode 100644 index 000000000..1ea6f5c26 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5559ac9ffc60541acae1471b3303a9e4856a0386e284cce5d9d1bea1534fa26c +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png new file mode 100644 index 000000000..b1ad9404d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb81e2a8a87458d8e4ca6412f9941afb7ef26e1973a60512ed34bf0d9080abe0 +size 3887 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png.meta new file mode 100644 index 000000000..a2e248bf1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952f1721172de1a38e84ff6e2881af31a2a160a262f724495bac9043e3701ba9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png new file mode 100644 index 000000000..f741b4060 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4317e3efd0adcba9ed33b07e087e299cdbdb94b953e06ab68dca0cd04b6e078 +size 3890 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png.meta new file mode 100644 index 000000000..f620f11c0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed69dca41cf4a817b9ec423221c18126fc74eebbc8a786a8d096cedf6e271c39 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png new file mode 100644 index 000000000..d566cd3a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c5d62dc5f31b1c2fc5db5dabf4a9314915a7c5a8e5aa55a84fd619cc52d6b9 +size 3697 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png.meta new file mode 100644 index 000000000..1feb0f082 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da09b40bf5174a37aec6b3774cadbb5fc46e4e2b6afa6d16089479b5448f9b0b +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png new file mode 100644 index 000000000..87df93e54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90893fd8405b03998a9c050947ac9937e8fed50e79971f8c6a9e413c98f333b +size 3792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png.meta new file mode 100644 index 000000000..b126f2173 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67869a2256c3fad3859eddb62d1adfe7f79dfeaba5687c5599b3a4854f6cbea3 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png new file mode 100644 index 000000000..54ea35a3e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3e06cf9d929cb3aaec93308d72d082543250fce3f0fe8c98c6c46c3f7b622a +size 3812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png.meta new file mode 100644 index 000000000..45c790d19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon2_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbaeb87f1db6461b3fa52720094226e074242017554cfa93f0c7954bfc6e086c +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png new file mode 100644 index 000000000..c539da639 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73386f275d3b414184b0d2b30b5a34b8203ac43186273ebad615522bbfbfc990 +size 5073 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png.meta new file mode 100644 index 000000000..cb859944f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43477944d6dad1044c0def8070d5d713db6a046a63a6cac002a8c9d4073ef393 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png new file mode 100644 index 000000000..f2b74ac8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f813b4f273095d0788180ea1120231e547f90601d8dde8e2240ac4bba459c900 +size 4670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png.meta new file mode 100644 index 000000000..8df4f78ac --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc21f8164207295913347c56050e67c6914b6ac7b72e2cafa4ac8e2085e65c2 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png new file mode 100644 index 000000000..91a410d88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f61d367ac801eeb07d1d7dabfa2b1e4fadf7279c5f31d6f4f0a4d8b79a53615 +size 4756 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png.meta new file mode 100644 index 000000000..e6d0f0e5f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267fba13ee5ee9606c93eb521363ee4e9ee3dc33a469c0e55c6d035b72d488d5 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png new file mode 100644 index 000000000..facf8d0b6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c9fe1bbc540c84bc4f13dd0e42238172260408d711d871f1d4a089f34dd4b6 +size 5010 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png.meta new file mode 100644 index 000000000..13a5ad6d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12fa407c29653ba62cf4a8e8b88fbe82b6257b465c389050c9ffbd411e5625b +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png new file mode 100644 index 000000000..1c6fefc6d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcefe11e7cce0ba7d8a88f4bbb7085e73c0a9fd3b5d369d9196c123391261da +size 4345 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png.meta new file mode 100644 index 000000000..c36b6f7aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5021134aa23171bca3b3746b681726ff4f496de2f8959538c22bce6237c74246 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png new file mode 100644 index 000000000..7acc0dbc4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82294ce663f0bfbda858b58809058e5f676b9c795d776d6ab8224f869356aaf8 +size 4710 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png.meta new file mode 100644 index 000000000..6d3764051 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e2f0d91d791e4a36cf9bd0372ed5c25a69d43aa4d4ad1b0003b30487a0e969 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png new file mode 100644 index 000000000..a02089d2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fca9a3e9956d1258c2f5faf1739fbf3739dbfdee3779f939555d5a43defbef +size 4698 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png.meta new file mode 100644 index 000000000..2f909158c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e3ccb5c3182c9465e588597c35fcd66e0c167df57d0767a0980c035146f16b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png new file mode 100644 index 000000000..e09cbf09d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fe933cd9dd5d5e579dcf1c39b0692461e0744a234a7d226136be8140ede353 +size 4576 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png.meta new file mode 100644 index 000000000..19d5b01b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1fb4fa818af6f07be5f0cac105fb6147cd5298380a21949049d2d43582bb75 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png new file mode 100644 index 000000000..21da1dd38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7eb5b60ab834948bedf22f41fd3303af6dd806d75a335ae0e67a01f928c2983 +size 4729 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png.meta new file mode 100644 index 000000000..c80d6e74b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4cc54b19d83b540aa91d078d47a9437760aebf0252aff401b3130da16e163d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png new file mode 100644 index 000000000..ba742ffbf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d64b8f6fc4134501937a2177671dfdaaccfc465605a0f94e6d36b2ff0aeb46 +size 4620 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png.meta new file mode 100644 index 000000000..c935d5d89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon3_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60da24a7f2131f9ea9f8629397d4ba618ef082dfd2078d6612a827d0cc487ab +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png new file mode 100644 index 000000000..d453c4851 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8323f3e484b22b1dc2fcb05188fc7ac968ace8d2a25704309cc15a9a104c90d +size 6216 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png.meta new file mode 100644 index 000000000..852ff67eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe4d01438ec85b9faef2012e61f65c61ba59f1ff789ca2019ff3742a2f4c2ca +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png new file mode 100644 index 000000000..fa8cd598e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b2b382ce4f46d11a5bb4c0d0c20b45686765aea31c8348f39d20d69de2e65a +size 6099 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png.meta new file mode 100644 index 000000000..c3efc77be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c2ba465472b73099e2a3ddabe0444036857aa1c2f25389d949dbd291c7188f +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png new file mode 100644 index 000000000..f55377bd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379b79afe0d1d80802dff67ae6b38e912f3c2af275df30ddba149dad46aabdf4 +size 6002 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png.meta new file mode 100644 index 000000000..80636a77d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ce684975bafd27baa665b338cf796704857151fa1b5fb90198a7b6b5acce78 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png new file mode 100644 index 000000000..5e56b6919 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cba702f3b5f7ef5ea43005e7b9bf6e966417e1690829c965789de61488c320 +size 6005 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png.meta new file mode 100644 index 000000000..320027610 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f49d3dce57e4be0a7d3ad2fb93fe82e4fd39e7b98fb32ff95dac80e9433c0ee +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png new file mode 100644 index 000000000..225aa2643 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388235749c561745ed1fc861db0563cc73e0f16ad9de96b81bba48394d2edb30 +size 5433 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png.meta new file mode 100644 index 000000000..8b01579ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f45267a7934e2999183ecdcb528c3cf3b28950886d6a90fe8e1231b1cac126a +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png new file mode 100644 index 000000000..5ad2be2ae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3725eacdd1acd5304052eb32a038ff1ce801a379ae623a7fce5bd36081bcf0f7 +size 6097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png.meta new file mode 100644 index 000000000..9234da5a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ad01a42d14cfe56228bea4cd4907e1fd86678f735d25a286e94e12ae2a2b81 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png new file mode 100644 index 000000000..2f6db8d44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67abaf6b5b1510a12e5562ee51da6d86b2a85e20fb90c460994374abf86bf5ce +size 5910 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png.meta new file mode 100644 index 000000000..fa110d145 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cc2309b50bdbdd723c47d0fe3c9ffaebb7262873b5ea2680198c1197c72880 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png new file mode 100644 index 000000000..88ef1a2e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5df83fb60a0c0280d36856b580a8cdc5efb3f5c75f465e3fb4bb2048539a03c +size 5829 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png.meta new file mode 100644 index 000000000..39344e6ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dde1a1ff3bf3ce7672a78fc04aab9477d0d1722d0002d7af4d03ee06ce02ae1 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png new file mode 100644 index 000000000..5a82d19a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfe5ffc0f193333122f465d5a432ca8432222875da809871c26b4f334dea18b +size 5860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png.meta new file mode 100644 index 000000000..c7e78cb3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1522ddbcc8ff09107f89ad555e765cd6528ac41a74beefa47760ec7bf62199b8 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png new file mode 100644 index 000000000..f25d9a483 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d745b2c2602d7bc1b0b92874216cd4f7f4792914e0d94ab18f2b5336acff2dc2 +size 5870 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png.meta new file mode 100644 index 000000000..62e20147c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon4_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1096ec92828941eed2250c095f11150739e48e04f2861379ed8e4a191418af32 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png new file mode 100644 index 000000000..39c9fcc18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29118d41a6dfa13ecf388488580d43f062503e0ad32ff4044c0fe1750f81ea6f +size 5329 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png.meta new file mode 100644 index 000000000..e32340658 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42420e6cb8dba2d3cdd49b6aed7159a944b9014dbad4530eaa1c0da5683ed99 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png new file mode 100644 index 000000000..a001239ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c1c6de6778876176b91e87051778ccbc1d6b74e8cceaad4cc1b0c3c1238ce3 +size 5096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png.meta new file mode 100644 index 000000000..a3772d73d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7be9bbc4513e7484292c2c4fd2c43e520b76f592c6095df5f789f40c1c8821e +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png new file mode 100644 index 000000000..9b0cfe53d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f918e346df64c4162ee7e4ac0246f2e3eba395121282c569bebab3fdaf09502 +size 5063 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png.meta new file mode 100644 index 000000000..967360aeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae0041b12fc5a7311f4be3a3ff9c1802be25b5776bd1c858b02873d4fd42463 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png new file mode 100644 index 000000000..60da32540 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e8c36328baf1b5d49d7614552ee8f912005b4946f6f9bc3adb493108df92de +size 5038 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png.meta new file mode 100644 index 000000000..316e3c9b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032b2e44854c194e46114fda99417dee7ef8d51810cc948275179c128196daab +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png new file mode 100644 index 000000000..80723b9a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571920e5664899d484e08c79b12920f12003495754dfcac942dfc8c62bfc4491 +size 4482 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png.meta new file mode 100644 index 000000000..4be7ef9f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579e8526df625956fdd10e8cb971f17871be975c663367a6a867614c2ee69a35 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png new file mode 100644 index 000000000..d627e0698 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa35193dcbfc1aef5758250c7d2d50c11bf7ed13f666b948e663d224d7a2c65 +size 5037 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png.meta new file mode 100644 index 000000000..d6ce3ad44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0528934ecf70e1b1e6a6242624260b4285aa6e4bae5528c3165efbc8903d0b5a +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png new file mode 100644 index 000000000..eb331fffd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc73e9330646d12ecd6581ac6cc1d93b25215ec1d19514f9ae5ce2d857c65760 +size 4986 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png.meta new file mode 100644 index 000000000..2de414f8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8647ae1c76dd5abd06a6791a4a29eac955a11eff2a61439935297a902b345a5e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png new file mode 100644 index 000000000..a7a5b95ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af2456c692fffb15616d61c6a2b7a39e60af178697474df2eaa98a6f655c6db +size 4934 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png.meta new file mode 100644 index 000000000..79c1541e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e9818d454b28e951d9be6b27753a6491368af9ee62e81ba0b94c0b49126320 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png new file mode 100644 index 000000000..6798f54c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eedfba8769e616d2288e172d578665c4db485474bee76e56478c145f43210c3 +size 4987 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png.meta new file mode 100644 index 000000000..30b9f2a8c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6c35b471239d0bd0c8e13634d104aee638c38970965c79888dc435a8fbb6b +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png new file mode 100644 index 000000000..9a2239eb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bacb644ae01ba50026bc2d9209b768712a41e274285ff36ac7eaba7dfd51971 +size 4928 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png.meta new file mode 100644 index 000000000..b4b52fc18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon5_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa54722df19845862ab2e4bc2399eb86d0aca6338e789076310ba7a9ebdf353 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png new file mode 100644 index 000000000..94271c9a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945ec54d68b1c75fa136be69c9d9b11c77aa770c0e33f6d42132be3e2a8c47f3 +size 1468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png.meta new file mode 100644 index 000000000..cdb6d4b79 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_0.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fe25e1d5ecda44cd81821ab9697bf55b87b8be63846f016a165c71c1234be9 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png new file mode 100644 index 000000000..3ff59f027 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05689c05d2f6c7189464731fac62c8805bb6708e8007d55bf1492e17e404b2c0 +size 1262 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png.meta new file mode 100644 index 000000000..e58a383eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_1.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cec424697f5c7ac9a42707b23cab3b824c9668159c6c048ace8ef6ed39219e +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png new file mode 100644 index 000000000..29ae97619 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be993e5f695ddbe59f659f8dd439b355ddd74488430e1ab1134938e971f422d2 +size 2327 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png.meta new file mode 100644 index 000000000..ddc5ea6c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_2.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc99f43031d8164fcfd3f96d7873f0beb216a7cdad2f45f068bae971bb5bd609 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png new file mode 100644 index 000000000..6c0c19085 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0076daea877c4c2f4bea8a5cfc6fceb4af39c0bbb075fb28dc47f1db080cf2d3 +size 3739 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png.meta new file mode 100644 index 000000000..07aefeac6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_3.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79809ccee6da0586c0331f9f58c7401227293faac4ddb0af1400ea2a3f2adebb +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png new file mode 100644 index 000000000..e7d9f7a62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ec4eddcb7b37bee87592e8e98e2c65928420fe20158a776992f8ef34ff21a8 +size 5072 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png.meta new file mode 100644 index 000000000..507f3f2d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_4.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2b4a4dd0019229036de5f6da3fc86f212f80241ebe4cce53fd68427a75a893 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png new file mode 100644 index 000000000..e7d2fa0e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcaf2003a69952a1e89f1d16588dc9aa04450f636bd44403ed23832cf82344b +size 4082 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png.meta new file mode 100644 index 000000000..8becb1370 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/64/RuneIcon_Frame_5.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c07d0c217b6f04a5ca8518e5c9f8dbb063bf0fed4debe0ec56d650b9e514b7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original.meta new file mode 100644 index 000000000..e111cdd2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d37f88e9ecf7490b1024e067ed9585a9a90d370bebcde53a1e0b422cfb46e9c +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png new file mode 100644 index 000000000..0baecb28c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff467f6e4959a3c4c10c543f8fd74681bc2aad164cb7359e03d12e22c38c95f +size 11476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png.meta new file mode 100644 index 000000000..7f847279d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3350e51777741fd5331ee915758d4091bd9892a7d923060c8b3d3a5e301f7701 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png new file mode 100644 index 000000000..920870cf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c07f5780c69b45a02b42425ee7d415e14e120dafe41c8927038dc751efbc0e +size 9872 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png.meta new file mode 100644 index 000000000..4efa65c72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf6da94f9f901268276cc8c2613468eb971d15eeed60ff2a930577fea7d38c1 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png new file mode 100644 index 000000000..6cf623171 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b935c428d3d5f0faf6b81463e7c7cb009544b40fd49b30f83cb18f13f17162 +size 8812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png.meta new file mode 100644 index 000000000..f85fa5649 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1c59e156383d650df387ae14b4ee49b3d1ad46532f68313a301ff786339e6f +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png new file mode 100644 index 000000000..428e6f4a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f352a9dfe1fe79cc7ffb17f25f9eb23dde42985b02f365de267a025559c6f9f1 +size 11639 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png.meta new file mode 100644 index 000000000..1b179e40d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64a96c9333dd7738d011d9cf3d191f89f4c09b97fd48f1ca2a1e9643f1cb775 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png new file mode 100644 index 000000000..36cb1e3ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd3310c3886dfd06a587615f02da7b7a66a65ba4cda45d4d0c75dd76f5ecd95 +size 8635 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png.meta new file mode 100644 index 000000000..df6beed7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb5b9158d568f3e99bb033c8bd6bf6082c763908416ff8d906c99fa9843576f +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png new file mode 100644 index 000000000..ad767afa9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abeb8e06c85a64c34152d6d2592264254165a6268504c9c364315744a9231366 +size 9965 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png.meta new file mode 100644 index 000000000..95e7b0981 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5863b74dc0570994a644fbecd25cffe9d457aca972fab00f4bb3956e4c0eabb4 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png new file mode 100644 index 000000000..510aaaced --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda94be32d390ad41c6eb64624f8db0cacc67f4f1b4f635d22fc9fca778617d3 +size 10142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png.meta new file mode 100644 index 000000000..d4b6fd117 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeae5be2cda17c0d595b5d57c32f4bad79551f5e3cd271f49f158a3a810f0ba9 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png new file mode 100644 index 000000000..0a9e36605 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a686aae9629ee38b65a9baebe468a517f6acb7640f2ca0af5590ee692515b70 +size 9665 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png.meta new file mode 100644 index 000000000..c3cff4e44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc728e53d4a8b0361855944acef7341aea94c5c7b225a472b54279077c8ce406 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png new file mode 100644 index 000000000..1f97f3389 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd1295c592d674d064edbc7b911b626d5d6ffd096280076a7dab4cb51dd8a21 +size 9860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png.meta new file mode 100644 index 000000000..e2b440f65 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3497358f17888f4de36ef8a6338d19a01ac91177e5402be8e771ae7664137eec +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png new file mode 100644 index 000000000..ee2b24ca8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2574a70767120094f1a7bdb9497fbe807585c7ea53078171b3acaad5732324f0 +size 9820 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png.meta new file mode 100644 index 000000000..24e590a50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon0_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2395c871392f32eea35694ec31a0ca300f2d6b41b39909d728e503837cf9ee0 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png new file mode 100644 index 000000000..e8ee1cbd3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897448b1845a904eea4c540acdfd1a67e55748ba95a250b9d7627c242524a68c +size 8554 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png.meta new file mode 100644 index 000000000..9a4b69961 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3664d5bf78007cf7b0a881ffb2c3f878592e04430882c07a4cb57ad0ee2b052e +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png new file mode 100644 index 000000000..f93a546e1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9640c39e576744284d8e4ebb7e99f8480cf44cc1261d419fad8bb9e2cd858726 +size 6975 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png.meta new file mode 100644 index 000000000..00598e962 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24daeaff4e36c17c5645a94cf3cff2b35813fe494d28a2cbd42b239a7c900ac8 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png new file mode 100644 index 000000000..ad4571acd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654f0181080ca2c0f288239e1108acf0c70d9eca78d8861fb8bc874f45417063 +size 7319 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png.meta new file mode 100644 index 000000000..5765e6949 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a18f658ee54eed11635268c872e51294e2f80a3667ddcb7b4125bd86c1ef149 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png new file mode 100644 index 000000000..97e54752d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5736472625e0943d93c87fb178da3a06ab2119fd3249ee102891b9e5cccd2c58 +size 8394 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png.meta new file mode 100644 index 000000000..aaf678099 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c869255f5d457026b59c25c423cc6bec85eab9dae1eba84967fa38db61ccd11e +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png new file mode 100644 index 000000000..33507527b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8945d3001b027ec2bcb8ba0cdb497ad369cb1c1f445bd7d34381d1ba8430b1 +size 6193 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png.meta new file mode 100644 index 000000000..3e975285f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00054c64a813e9c431b8dcd03cc03182d57c3dff9209a477de5d10bb44ae5af5 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png new file mode 100644 index 000000000..1fd46833c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e43cdb0c8237c6864af2effbd37e7010e94acf101e95d9231d1145a11811ff +size 7341 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png.meta new file mode 100644 index 000000000..b5430bafe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30812232bdc9dff2172d0edb81b4e5d7ee536fde043f0cdbe7bdcf4c7122ed98 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png new file mode 100644 index 000000000..5140a8761 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fad91dff72e1f1fbb08ad6f3f349e17ff88a802593c28bdba21b4b9c2ccbc2 +size 7196 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png.meta new file mode 100644 index 000000000..791c84796 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40af2e44112df4f34d3db76f8c966bbd4ece251dcbeba5ba571defaff03b1bd +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png new file mode 100644 index 000000000..46c4d7b08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbe73cefa34b94d93e29b70b71b1c62a34de646672047d6d66053d0c9680209 +size 6996 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png.meta new file mode 100644 index 000000000..451351569 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f83880e8849ba8acc3f115a2e57fad9910fa9c4747cd8cd1a0cf60d806e1b5 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png new file mode 100644 index 000000000..1c31b75d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0883bfa18d58ca48d475bb248d47064ba5e0c6e674aa2555de4bbcc2f3864dde +size 7188 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png.meta new file mode 100644 index 000000000..ae2d21337 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6844f5b1d03317f9807f4d82bc1df3b18c9438d4623554554f73b727c1a4c88b +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png new file mode 100644 index 000000000..5e8a91288 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11a14ea4d8c873e9b7f1b60bda305ec9cc05d371509b7bb38436c844ee61178 +size 7052 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png.meta new file mode 100644 index 000000000..c46d80472 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon1_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e3ebbd6b1f48f6011b12ba9f3bb23ceca96b596876a40a066f39bcffd29a9f +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png new file mode 100644 index 000000000..9c4e00507 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6090ddf2606e84e0543bc1ef64d4252bb6b13a9f9189b16c730ddf32577734f7 +size 21393 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png.meta new file mode 100644 index 000000000..15600c38d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be7b8e953c5ceb263a5546fd5956db049add0a5f042d8a2465a699f5e5c97ff +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png new file mode 100644 index 000000000..6d8833fb7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2622b42f5bd6969fd033fbf482025bb43b1260572d7e68340e766eab7d7555 +size 19495 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png.meta new file mode 100644 index 000000000..e075aad5a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219a848e7c2a8dbe9873a0ab0cfff463def3aaca7e812080dacf31d36a798ae7 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png new file mode 100644 index 000000000..5bc88ed5e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35038c2852e086eadbae65f7d5c4ce55d367e3769c74f7425cdb804a724e6fa7 +size 20767 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png.meta new file mode 100644 index 000000000..52e3baf72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c053fcecf5368286df2004ebf108fdda7f1ecbe689986e536e24ec7d7b235eb +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png new file mode 100644 index 000000000..d96ba2a3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbca6e59f60cc53ee30f982b25584d0690b786b4de482c2f2fea2d121f7fd7d +size 21544 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png.meta new file mode 100644 index 000000000..790824d2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cfc97c9aa250acdf9fb67f22006185c5893232dce52698d2a591cb76a6d29a +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png new file mode 100644 index 000000000..cbb515a73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d802615b4b4f648dcfd513f1959f1053083037ef605f56935806bb6bd469e33e +size 18417 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png.meta new file mode 100644 index 000000000..d0d1dc515 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7852afe668a3807b0c3ae003d94415807af3e70137bc0610a430888e5656773 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png new file mode 100644 index 000000000..b6b30f4ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32de25e646fbd8d5e4b9119d4bc3795f1249342af0d101ef31d301ed59374680 +size 20177 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png.meta new file mode 100644 index 000000000..d92c31a44 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15196a25e770ac8641d953e5734bb025bc1ae177a3853aa97715c77496f64284 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png new file mode 100644 index 000000000..872b6484e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489da76bc69fb66b7e2ef122a753290bec9520c026f303d9f92966dcfa4e534f +size 19997 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png.meta new file mode 100644 index 000000000..c7b754671 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4c494157ccc957b7ebb5e42fb035d9c66bb5d493f7266a1851ce7814c98929 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png new file mode 100644 index 000000000..2af52d16d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df87034d5fdda698eaea28650e832e90b8db15a47948956b7065961a39fa016 +size 19855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png.meta new file mode 100644 index 000000000..47ca0d899 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34aab5adb3e46a651f39b9fe7533d9ea14f84746191df6f3bd2eb396f45eb7d +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png new file mode 100644 index 000000000..b9df36e9f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1a98a48e898df46cf47180580e3b2737af4ea7c4dced0072599056fe9cdfe4 +size 19670 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png.meta new file mode 100644 index 000000000..026750ce7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b166fa868a8d78d493e5f10716ff9fcb0ceda41bf3847e848b42dad0ef3012 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png new file mode 100644 index 000000000..e36421747 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43669950c95023010ef3bb2df3050349c305047cc93a13f30097ee2ef4070d72 +size 19980 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png.meta new file mode 100644 index 000000000..62e32f621 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon2_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea1d0eea8bead969e9b4c57d9a94311e1febc7e4e84d54b1421a10ec0ed8567 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png new file mode 100644 index 000000000..1c0f0b32d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075486d31f920da52fead38b7148347ec8cdeb20663fa454458ef3f2f660c569 +size 21017 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png.meta new file mode 100644 index 000000000..31cf7de85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c6dc9b9f05904c224734b578f4cb9227418a2793d7981025b08fad8470cd0b +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png new file mode 100644 index 000000000..a36212a4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dfb4683107e535dc63b4aa3823e16c5890570e324aef33c0e6e4a9da78d7df +size 19282 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png.meta new file mode 100644 index 000000000..ae36260da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3cd7f070aac3341b2ae478a332997ffe93058dad268f6845a7404b32ec6945 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png new file mode 100644 index 000000000..f20b3c168 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0a5431260872d59c5ccfd4497e3bf89187a55516cbe45d69b3bc3e1c559cc6 +size 19768 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png.meta new file mode 100644 index 000000000..f0037437b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40731633a0d041698fb85db482933d3af194b365c80247352e73f1a59e4690a2 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png new file mode 100644 index 000000000..deba25ce2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ec934dd97523cfe4b7c33d0001ea90f1bd76611681115aa0e76cc83455718a +size 20814 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png.meta new file mode 100644 index 000000000..782242096 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54738d652ffb69495ce61cdf799ece5e0a33919d4cb5215054132376a5503761 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png new file mode 100644 index 000000000..c9d63578a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08983fd39f874adaf5aa53f1ad9839edde1e062ee3fb8d4f5d1e9584c1a4ea9a +size 18354 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png.meta new file mode 100644 index 000000000..e514c5b3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf76b9d1773fb8e5b7ead98172b5072f2d49e53e98eca3f98162b3f6fd0a821 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png new file mode 100644 index 000000000..b7ce9d75c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65aa6f071f244d6dcee585102e734db1760ca0b12668d0bbda55e7382adda421 +size 19568 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png.meta new file mode 100644 index 000000000..711c5aeb5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f878dd7bd926f0751df0cfab95aa44c0a1d05a829405c7d3f7c0a0ab5cb08b +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png new file mode 100644 index 000000000..e26aa1ce0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c8689c6a84e6024da0b123e046e955da55586b3b9d44f3d4723f111cd70dab +size 19522 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png.meta new file mode 100644 index 000000000..30422d626 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2da9035c47595d5c614d08f8d8433e3e59d666dc5f24898fe886cfe33d9817 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png new file mode 100644 index 000000000..19a6c7379 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641ac63b1f0cf3b4a5f279c3899fa3bd334b74e910a90d19d918a37b25cd6113 +size 19296 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png.meta new file mode 100644 index 000000000..fca71f5d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41254eb6640c796d22caf9f69e3cfc7c193a3fb8343a43781796ce25878e835 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png new file mode 100644 index 000000000..4ce648a2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44cc1439a6fa5be1c4f9ca6c6a705ab9749448067bde1d3edacebc83f9a4903 +size 19606 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png.meta new file mode 100644 index 000000000..8715b703d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2332b12dcc8a383e81337259e400134bb4845f4b5811affd1eb239d5f2f3bc6d +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png new file mode 100644 index 000000000..a300e3bdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d0fbe0533a950f587f932c13a636e22d129585461af470537e3f0af2653fcc +size 19333 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png.meta new file mode 100644 index 000000000..0e65221a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon3_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2f027bd665e412e91066b3053d1b34e1a4453dfafb1a56abead10cf30e1071 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png new file mode 100644 index 000000000..ea31cba41 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0608c8a19126fb98a5fb04a86cc29e4efe750dd2a613583443a820bee876d6 +size 23965 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png.meta new file mode 100644 index 000000000..f05a773a0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eec0119b3d00a19ccdbf708d8b8213ff7765cf3573087b2c61c223f8ac0244 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png new file mode 100644 index 000000000..b45778f38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8321115dfa14829e15edf1387e1f087979ec5d90d6dedbe72029574def6286af +size 22731 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png.meta new file mode 100644 index 000000000..ccd60e9ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39813542c340b43990028b0d84b40b49c44eaf7327b4c6661ad740308f9e0d64 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png new file mode 100644 index 000000000..e4947cfc3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fa450ae29038ac4878908e8385c89a101f54f3eb74e6db344f6fb65fab500d +size 22806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png.meta new file mode 100644 index 000000000..57f6bee03 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2b5d5d63d8fe33d9570d2a52cc2332bb48d7e8e8661a126ffdf95c83ef962e +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png new file mode 100644 index 000000000..553f7d842 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2adf6c40432e939bb9589358e33fc05a1dc5c878ed27f46cf0bc40667353d61 +size 22843 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png.meta new file mode 100644 index 000000000..94890c30c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd9891e5741a78061f30d21b94f6800818ed01b748cf490c44dd1c84e7eb663 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png new file mode 100644 index 000000000..998809ff3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27009793bb77fe7f636dee6ffceb991a1c02c757435283774156e4bb70551400 +size 20493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png.meta new file mode 100644 index 000000000..bbaba05f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963ae056549b7b0e33c40458fc01eab1ee6fa4139da8ee6f87080f05c3011afd +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png new file mode 100644 index 000000000..db0232f00 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de675b44d57cd38a88b5105c4ea03670e86818b1c3f37e92a7e41cbcbec4f38 +size 23256 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png.meta new file mode 100644 index 000000000..887996048 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36ac6925b6cbb6b2b515818195eb8a06ae69f5f0943ae744427ab8be1e9e568 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png new file mode 100644 index 000000000..02db4bfce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5d39cc7ff7958ace045fd41dc3ed8d7b73eacbd21eceef509f399d46a8eeec +size 22192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png.meta new file mode 100644 index 000000000..4fdfab07b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac62e2b3bd1240d3c51f366138e2dc4bb3192723c2329c881a8d69ba31d6e06 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png new file mode 100644 index 000000000..461cc0f13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dd910072eaea929ebb7e400edb7a7113954a8b6651d53036485e5bdf9ef6e8 +size 22367 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png.meta new file mode 100644 index 000000000..94604ed2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e867e482a005d3ec0a0bd0eb75b85091c3b15002ea40a71d713d50d1fb5a7c66 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png new file mode 100644 index 000000000..3b920aa06 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082d2c10b93565eec61bc4a156ff5830a122ff73c93861e206e9e1ae4df54459 +size 22291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png.meta new file mode 100644 index 000000000..0fdcb5983 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee2bacf89810b63837d7beb89d482871514e8b688cf3499f8c504dc7b6a9191 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png new file mode 100644 index 000000000..fa7c3ed90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c2018eb72e07ee719d911c354f26ad5db5d5f36d261329adcb1e96d4aef929 +size 22465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png.meta new file mode 100644 index 000000000..6449a7a49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon4_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a628792c3acd1048c5f70599866f736a0ad83211234509b49d4597084da5bfc +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png new file mode 100644 index 000000000..8140369f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb1c5621803b2c9aee9f60d397818267eeadf33b267bdce3f757d319ddc95a0 +size 23685 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png.meta new file mode 100644 index 000000000..9ba950ea2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Count.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521cd9d4b7d46f0f4077f8f53ba7245be861de8b37339ec9c4662940a931fd0a +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png new file mode 100644 index 000000000..35f9a1ad6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f439a16482a0cc34cec8f6de30f5c5d464127dc97508b5ae502276db4071da0c +size 22376 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png.meta new file mode 100644 index 000000000..b8ab526a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Ball_Health.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9ceddad528f6c24c11b342a2ebe2e9dc33334f61e35afced99bdf548c0cdb2 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png new file mode 100644 index 000000000..e3a6469b2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4612aeac2d10c638888c6ba33da3f0e19065b5bf0d5be9bc1e7ef8c359774596 +size 22640 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png.meta new file mode 100644 index 000000000..5ec2a3e3a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Buff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bdf0bb109f2710188b986fd2e94a4133af0607adce71f7f5ab28bcd3656aafd +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png new file mode 100644 index 000000000..ebfd3b0ce --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767f0baa67f678df9449a86862f857789aab91f2b5af28385b5048ef2f4a1a58 +size 22577 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png.meta new file mode 100644 index 000000000..6bf7826ab --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Chance.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128096187b62d0af977d5ec022dde7b85bec9a5e8a493d4014238af5fc36e890 +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png new file mode 100644 index 000000000..be1379aeb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e6ad5aa5aafbc8b6b8ce73c6c0c4a9323b9a6e5e33fcb3c88da90ffd143f91 +size 20292 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png.meta new file mode 100644 index 000000000..89cce73d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Critical_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97daacb95a69e2d7bbf8e8601b7f340e0b1a73f108792640e40a7a825fcd59a +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png new file mode 100644 index 000000000..75e89ecd9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72f0b051acaa32ae5e4462c4aa2d691ef605e72c53e216edac7e4027f0b3eee +size 22364 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png.meta new file mode 100644 index 000000000..dfdc139cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3429c56feaf95c1cf460c55d40cb201d3a5359d8ecb17526e634073bf00187 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png new file mode 100644 index 000000000..572838328 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41efb7bed1dc35d8bb7e29d4b7be5e0e364bb667beebbee8c57c6e4aeac0aa31 +size 18056 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png.meta new file mode 100644 index 000000000..b5a047e69 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Damage_Large.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93fe098751b1de26643dd2d7f2a1d5bff897e14df539b0bc15513bfde57516c +size 3476 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png new file mode 100644 index 000000000..3b593c796 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3357b4765fe19c0f1f50ae8d34c7c0366484151045afb9f2dd7ee6cb9783e28 +size 22184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png.meta new file mode 100644 index 000000000..aef3253f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Debuff.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e72845cffa45e107c644b6e61fbe2bae080cc584faa4b990553bdd10623258e +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png new file mode 100644 index 000000000..b3d8939d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77104735b095631879726dee90caac8a953d532bbc3eac6c562e7259147c9e2 +size 22121 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png.meta new file mode 100644 index 000000000..99df0efae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Coin.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f084bf436046ffea18706efc7eac9218f774d5bad7352201909dbd103602d5c +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png new file mode 100644 index 000000000..723c3b913 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f8fecb9dd8b5f89b70e6f0d9763690a51556c0999e858a5e80454821d40e83 +size 21935 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png.meta new file mode 100644 index 000000000..fb4f9c4cb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Get_Score.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4581ce1ea879b8847f48bb742483f986ccc8f2c49c0edd2a51da7c6bb7bc8cd1 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png new file mode 100644 index 000000000..b76f1406e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cedfe35ec87d685b3c66376a561f1e09b663c1f4236a06fe091696f92174bfa +size 22164 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png.meta new file mode 100644 index 000000000..de2d64a9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon5_Passive.Png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbd0308ee91e2695e5c6795804a0db3f677f886d908782a146890d0cad102a6 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png new file mode 100644 index 000000000..3290eb4aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c404707f5cbad1160549f7a54d1bde97a364a6bc51a29b1e8e540d0f890745 +size 5962 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png.meta new file mode 100644 index 000000000..67b167011 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c557d73f46bc79a3747bf67d13ba127fd741f025987d8344446397b61014dfe +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png new file mode 100644 index 000000000..46a2a48f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcadc1c91de86d43725fbacad6a095a6c7224f6c27628b0d1fd27f98a6a225c5 +size 4622 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png.meta new file mode 100644 index 000000000..b781cc14a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c121c4b05527b2d7da0a8d431c5dba13654b6794696be1586708fb0e076b3ee +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png new file mode 100644 index 000000000..f73cfed67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9f9f02246f94017859942d6f1465dfb141fbb0d703289519b1ed737af418b3 +size 15135 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png.meta new file mode 100644 index 000000000..a9f04d2ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d98aa4dc4342fd304577e850554b5bb7a7b58a85464650bae998fcb0d141754 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png new file mode 100644 index 000000000..bea8e5076 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96622a7a6f0ce5f375c34975053a7b4dac19450b6bb6bb7e99430a7a4a5b9ee7 +size 16552 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png.meta new file mode 100644 index 000000000..1ab7859d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81882264f71cdd2a5fe557498e5eac672a430fed07e80105159e77b158b236c7 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png new file mode 100644 index 000000000..bae6a5c39 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7499aaf926d9fd21555074825f8b02c481c4863a76fd26cec04e7701f21f9926 +size 19966 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png.meta new file mode 100644 index 000000000..7ba36fb0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1358da05e15d865c4283887af4339dc7a35a1e9acd4eae9100a413271951e773 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png new file mode 100644 index 000000000..38f4d81fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d6ccbb4950b5f345f30251c9d9ec5a538bf86f61199f01f05edcaa5b17b06a +size 19806 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png.meta new file mode 100644 index 000000000..06bce12a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_RuneIcons/Original/RuneIcon_Frame_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0d1d5ec7816705b362242a8f38c2857ccf0929e9ac43da20c03191a582d985 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems.meta new file mode 100644 index 000000000..03dba8cbb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b555c3d8e39111379ef1832efb86fb3c67c05c6f3db78de93349181f7d393811 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png new file mode 100644 index 000000000..4e573f0db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820bb31fab2eb4d70598a561131c23ec5f86df4c1add5f31fbed15a945b71656 +size 18212 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png.meta new file mode 100644 index 000000000..a76d1d2a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c17f1970b613f5761ece33e300e5d88e24beb9262b245de4a616c582b894f0 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png new file mode 100644 index 000000000..1c0ea1366 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b469c0f7e0a1a4f378f62a4e574e9c7e1125f6a7b00411f08a679023fc35cb9f +size 20467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png.meta new file mode 100644 index 000000000..7769c30d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1de135b066bfc8522972bed65f8dc351c543473f20f4ba251d9e7828fd9f8f2 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png new file mode 100644 index 000000000..b81ba7ead --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f49510bee32d7c4e1488e17db65dbb6b2c6641fff8a88f4a4596b5f6dc7a81b +size 25489 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png.meta new file mode 100644 index 000000000..b8767ff12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14617d89ea390552c06df6ff985238f604a9b199bc41c56992135dcb54939c7b +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png new file mode 100644 index 000000000..8bf1bf8ad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80110c7ea64c73f1c33e4243f1a615f75b0044eebdf8e9eb00cc95e01ab3561 +size 42467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png.meta new file mode 100644 index 000000000..2079c3f62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c62d20453a1919920507766f088054bc39edad2e1d3eb0e66c684dacb75648 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png new file mode 100644 index 000000000..4908cb3ba --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bf4356807437665942c5d1d9f6fcb3868e881867943edc66c4f1dc3e033082 +size 71908 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png.meta new file mode 100644 index 000000000..38b693fe4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Coin_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c58175bfaf5f81dbcc46139baef3bb49daf713c8141b3ff662f65443156688c +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png new file mode 100644 index 000000000..0a41574e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54334c433159787cf8cad3d33b688ddefb41c693ba81d2f97a8d48f5c168a778 +size 13798 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png.meta new file mode 100644 index 000000000..3b9cf5d47 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2448c3033be24eb04363cceae14e13c4f814db0af502fb93040492a61288a093 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png new file mode 100644 index 000000000..f796f818a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035e413e3939bbe50d30a9f1240e30beb5ceb5be106a5acf1415797ab6775064 +size 18558 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png.meta new file mode 100644 index 000000000..fbfbe972b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccef39e3cc8638621ff0239624d6d1480aa611d01e09b389bffcc2c18f21b6b +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png new file mode 100644 index 000000000..7099ae96c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c6876e4c70ec4b5c50b6cecd92e4826b03da1bf9dba8ac3aaa1081d9c0ef79 +size 24107 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png.meta new file mode 100644 index 000000000..e27a680a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0b8cbc97277b6e351815376e41edf8be10ff3f9e6a0b3008a0b3cfe802a3a2 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png new file mode 100644 index 000000000..49c3e7e89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b7ac54bdcda622599e646744242a005ecf34e07139a268328103d91781614e +size 31725 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png.meta new file mode 100644 index 000000000..4d18396c4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b078b38404209df852c076a5d641e0844d53bfae392b3eaea9250f734862ac +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png new file mode 100644 index 000000000..2ac4a347b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0167a8cfecba6823c429a7982b382eecc0b8bca7c23352c713859a07d080a562 +size 68078 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png.meta new file mode 100644 index 000000000..7637b32f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Blue_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ab95e21b81461f1ee237c2cfbeee4b9b245ae1b2765b6ba7c5b03fdc0927e7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png new file mode 100644 index 000000000..7db069e9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a1ef48649692bf7c8e7e37283b118c80958ae314a213eb6420e31c612929ad +size 14294 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png.meta new file mode 100644 index 000000000..a91e10917 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fddf191b0a9924e38c92160078865228b37e2077e4eafa60629c57c90eb5220 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png new file mode 100644 index 000000000..c01f6bdc7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94777b45bdc5dc7864e399cd0e5651d679fd4f25d9c910ceac467ce5b8f3b7cd +size 19791 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png.meta new file mode 100644 index 000000000..562a07888 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087f891b974239796319d53137e849cef6736dc6d11a88aa8b37faba4d7214e5 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png new file mode 100644 index 000000000..f1534e98f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7a4eb1a6fc1b4b65e0afc5558aec96ecf021e0a5c95ce3338cb5d4d92cf2e8 +size 26406 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png.meta new file mode 100644 index 000000000..e2a9857f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee2ec3cdc6de1d6a4bae38c15e5d6db9be8fe8e492875273476087e88e8bafc +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png new file mode 100644 index 000000000..4c2e97bca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813007ce5a029a6e0608e49fced3702de0fbf2a96c68d9661bc5d33dc55cf77b +size 32855 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png.meta new file mode 100644 index 000000000..e8d94184f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d58dc1d37883f68788aeeec5e9013a353d0b3e65ae9ca5de428a50776e99a81 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png new file mode 100644 index 000000000..3dae3516b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf04a3ad64ef6769124561b88dcce1823793a9dbf56e7990e80322432af21b24 +size 83496 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png.meta new file mode 100644 index 000000000..fac955679 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Green_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43671cfcfded20932641b782b4136919995982bd4c3ee378342c38105739cc0 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png new file mode 100644 index 000000000..e66664f3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0623ee1bac0597b30b395dd12bebaa9d2e2e388f1a9fea1a972f8b4851e362d2 +size 17273 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png.meta new file mode 100644 index 000000000..357b11e5c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367b4297d89823d4550718473aa42e85f6a5a024448007395ad4dbe54bf6c298 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png new file mode 100644 index 000000000..0a9dfb045 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab1d4dde00e37211be2954667073118061ccb3a20be11f1a791ead2a1b44f28 +size 22235 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png.meta new file mode 100644 index 000000000..4e41f8a6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c95b7d794c5637e15f4e61f8bc7944de905b2752944e477d61e8d4571333279 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png new file mode 100644 index 000000000..935cbd01b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c6e7b5736fe025d040babc352547c380fa4a15e3191377bff9a930ca66590c +size 28648 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png.meta new file mode 100644 index 000000000..c28388a80 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6edac5bd86d6225b986a68eefb85a742002f7c30684e93ee19b498576c1ca2f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png new file mode 100644 index 000000000..9f10cfc13 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36732a8d8e974cbdea16e8eeefa4c2c329238fc8c924df392c6cf60adc63e2f +size 36038 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png.meta new file mode 100644 index 000000000..7ce3b2b2e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315afc31e7474dd4a134b2bd54bf21314ab36e69fdb796ee4e2e32356f6d12bc +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png new file mode 100644 index 000000000..c4c760c20 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b899231ed09d316f93a324c6c9aa5d1c9387c4ce7c74dfe87ce61eff62348145 +size 81141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png.meta new file mode 100644 index 000000000..ab9184cdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_Gem_Purple_5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ac8970ba428ef89d3653c4042a10f15bdf52dd215c41ecff8764bf12ff7ed7 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png new file mode 100644 index 000000000..221d6f6d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80b7a7a7ccb544d5e924c9ad116b9be60b2396bc7dcd8e010d978bb7b15e54c +size 184126 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png.meta new file mode 100644 index 000000000..2e2adb0fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e2f18b3ef1cf4fb40dca9225503f0629f89b87aef744ca1700bda6bdd08aaa +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png new file mode 100644 index 000000000..d02762b0b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f423c28cfd6a39e81e7df670704f4aa5f68400bf325d2930cc14daae8ca1474 +size 192025 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png.meta new file mode 100644 index 000000000..104b47856 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4d798a48a612b656059827f66cb71860d2d7b5af1f8d89c47af6f5f38a55f9 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png new file mode 100644 index 000000000..b5fd3ba90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7cb001ff74dbb7fa3cc049293692f391a352206892352924d02ae9f6c0b46c +size 210252 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png.meta new file mode 100644 index 000000000..05c204c37 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Icon_ShopItems/ShopItem_SpecialChest_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3cf13fbf03163dd7ad79612309723b334a9b351db24e853846dd1b9613d52d2 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label.meta new file mode 100644 index 000000000..4b42224e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92325a487147492ca925e5e17a3f3aeb0181215aa892eb3c7d8c45e6aafffaba +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png new file mode 100644 index 000000000..348939dfa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1457403be2e28a800913059caf0b2f1b5cefd381467fd4a10f46f80e6fa6bb +size 850 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png.meta new file mode 100644 index 000000000..0775f5f88 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e1d365ee204f90b7e69bd2c997f298613ef053e050f28a4949e2febdb312ab +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png new file mode 100644 index 000000000..47a8104a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ff677c172933f11c737945963330474b38c8b38d7722fcd0f5c87bef0703a2 +size 3132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png.meta new file mode 100644 index 000000000..e59d13e0c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_Single_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c123953fec6f8e0446395c8ab7352d5ac6024f8f00a500e0cf3fea0110fe63 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png new file mode 100644 index 000000000..4aeb1a895 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb0062e40d98b92699a288cd2a1721b67e7bf1092b0c9772bb331313f418812 +size 2484 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png.meta new file mode 100644 index 000000000..7a9dfce7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afeab14e7e864a3ec7bbafdd4f73bd57061d757011f0fdd89afa511d91fb367 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png new file mode 100644 index 000000000..dce368337 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861912a4ecf8f388cbdedaeadea3d9c328652b651d4dceccbd2ab291cbfd2d54 +size 1237 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png.meta new file mode 100644 index 000000000..d02207331 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Bubble02_White_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94261d62c6640f7149668e6c7608321ad7b57718c778ff1fab42e6f2f6f6c2ba +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png new file mode 100644 index 000000000..d3f9f42c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafb6e7528f93f29fa219ebc5bf5641d13e74dae0ca998c9f1466f9ddf6bb66f +size 5289 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png.meta new file mode 100644 index 000000000..308cbb45d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_Single_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45efe2387cde98542b2d515b1f2922c7628c8e11daf8d53e04b1a34f77e81d83 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png new file mode 100644 index 000000000..ff6a49d49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e096e4daeff62b455edc55785494ca91f19b3c29dcf986d2d21a35213bc7a8 +size 1664 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png.meta new file mode 100644 index 000000000..06f710614 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a1bd60ebf3ccc66ec5121be12e141101963cbc3252c605b7f3baf3f561d5a6 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png new file mode 100644 index 000000000..60fa411fa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348bf2f6608a842bbf8007e23a4f2e33bd9c39ffe807e1f34dc1e3c6b8268ef9 +size 291 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png.meta new file mode 100644 index 000000000..9f596cd1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Ribbon_White_Light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e20601fea4ad1aede55fefff2a004be265b003bcecc863428eae425b2a77d86 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png new file mode 100644 index 000000000..80b8e97ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72498eefcb07b9e6d7062af56e74aea92dfebb2a8ab5651182383a8795d4471 +size 575 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png.meta new file mode 100644 index 000000000..a5dd4126c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round01_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c1c99603009f6508cc3484d39f6f5f27435833264e5c08795aa406bb01d66a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png new file mode 100644 index 000000000..829257812 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643c5c454a16ec8a1142f50ae1b6aac1e6feae3b8e3d5a4797d5d03b558906d5 +size 555 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png.meta new file mode 100644 index 000000000..1024f4681 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Round02_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7a6bead59f8ae66f3b4b5a55a2b9fcc04dd571b6767f23d900dd4b3fe58130 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png new file mode 100644 index 000000000..062e6bcdd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e2644c9cf5d20b2e7443cf2dbac05b9f249fb8da9944f6647ddee4532df573 +size 4066 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png.meta new file mode 100644 index 000000000..2000e2a73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Tapered_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946c2c3884b3699e360b5a14114396dabcb7a02b0c4bb870b987093b034ba204 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png new file mode 100644 index 000000000..03c59ae9b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781e59723cdab8a1e75060660da54aae992d145640d3b37111344077f18e31e7 +size 4589 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png.meta new file mode 100644 index 000000000..3fb12192a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8229d32e4fada27e1fb28fc2f525e75476218a9749bc81124c29f3ab963dfb26 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png new file mode 100644 index 000000000..ec7f73a0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2758df0ef803dfd8c71947a93ed29881589b53f6f08bce3d4a4671f207b6d6d +size 1153 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png.meta new file mode 100644 index 000000000..0b33a7bf6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6631aaa53b977f7ac077c18e7b889f136f9d64c1a2a393ba88d81b0779136957 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png new file mode 100644 index 000000000..561843595 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dcd5ec6f697b6d2ab9a3a94408440c84739648010c321f4454d4db15019bf5 +size 1010 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png.meta new file mode 100644 index 000000000..00b62f194 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787d10f5c03e0bc3fd13ec3d1f0062363a064a362c9f6fafe31c07643ccd61dc +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png new file mode 100644 index 000000000..5c3ed3b85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99844eff84930e9e2a6c5704746a6fd30537438c911cbd28c3d9696030db498a +size 1062 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png.meta new file mode 100644 index 000000000..a675b99ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa23a978558cbd6fba2dc0630cfb98805ae5abfdd866698794e61b3017dcf718 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png new file mode 100644 index 000000000..91a29b316 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a53e0a288ff2d724750030c581694150b9fad8567b79c7a22eb60879aa978f4 +size 530 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png.meta new file mode 100644 index 000000000..f27023cdc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795dbdcdc9ace51e3df5aa22776a403bb3110d9b8ed0f7c0f9f2674f6e3c09b0 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png new file mode 100644 index 000000000..7b28862a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a954d9dc57921a6e64f06f2ce1fcb8d3bba50c92ca3309afb5f198fc8d900cd +size 725 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png.meta new file mode 100644 index 000000000..bea7bf86b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Label_Trapezoid_White_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cb626a265275365f9e66cdcfb48d9af7420f513c54aba1ce9b1c50ba47320c +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png new file mode 100644 index 000000000..172ad1cb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea944a0da3413c5fe338038e15f3e0ba1b4e65f75af78dae95a6bb9c68203605 +size 11331 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png.meta new file mode 100644 index 000000000..0978448a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c26ced468b5c2a5e485132a66afece1dd3a0bd6676d805f607a261b46570d1 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png new file mode 100644 index 000000000..b05a17cc6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d57934484161dfbe78dc01a426c141595d05259c1bf7c94b0094d731c1df0a +size 12233 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png.meta new file mode 100644 index 000000000..2023bcb99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051009e3f40c89ce63ebe1c3a440975738f0d6fac7510481848ba4a4dc876fd2 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png new file mode 100644 index 000000000..f0706e2cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d6709d7855c31d2d3d814edb192863b1ca80399a1c018ceb388d3377c0320e +size 11239 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png.meta new file mode 100644 index 000000000..f8310d3c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702549f9865bea1e0142b0cf52c035ca7f1c19ef8d3776c4f39d9d42711c1b07 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png new file mode 100644 index 000000000..f408031e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f94219ce2057576c0a288dc7fcc810c4b955c5d82f9fdff8d9896a227436d83 +size 11636 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png.meta new file mode 100644 index 000000000..316f496e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19fbbf0c19d81ce75318e44b017b86fdfe3120819571c91f0bd1ca4a3a6ed9a +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png new file mode 100644 index 000000000..9b547f78e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da72bfe2adc311ebd7617f73d02f0e666778cb8fbb0d8ac7c8dffdbd2eb5a04 +size 11472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png.meta new file mode 100644 index 000000000..901ecbc9d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag01_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db82050bdf4d2954f4372148cc16877c9124e46b6f48fb0b7180b94447372c61 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png new file mode 100644 index 000000000..0199ab2bc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34bbd02798c1210edd9be52f2748bd275b72211096e4466b92e1c60a48639e9 +size 3018 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png.meta new file mode 100644 index 000000000..e47248a1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac72a0992851a48352b5591efb57028d61c66dae6d1ffc22210d2bc4ad90ad85 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png new file mode 100644 index 000000000..31bdf80c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14187e5b12465577d77dd6174f7a29ef15cee5b6f35dd175ea901fc48ccb1de2 +size 3413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png.meta new file mode 100644 index 000000000..9a7201830 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd58639a5d4ab27c01dbfe60f4cc7579d20b4dc8fede64178ecb79b0479b70b +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png new file mode 100644 index 000000000..a571321a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4844db5a5f6dd5d54cbd8c6685ef56863ce6dce2c14800d9e3b750345faea23b +size 3188 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png.meta new file mode 100644 index 000000000..54c7e03e9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d8d7e8480fb37c57bf13e82ba04ad3957ad3965a6d6aa81ec4864bba90cbde +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png new file mode 100644 index 000000000..88c2bef71 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd968d79eb8cfa702390005bf92ec7e5d8ce4ba91415927367268b053494aaa +size 3334 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png.meta new file mode 100644 index 000000000..a4aaf60f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbade7324cb0440a9d2d1422e52c9a5a2b3530a0399d4aa363a38b0f23b0fd1 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png new file mode 100644 index 000000000..87d127a02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205253ab279c7cb50217c51246703736aa884eafabc89872b9a2cba804d283ff +size 3261 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png.meta new file mode 100644 index 000000000..0fbf70138 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Flag02_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61baf8370fd2776b74b609a46be680fb073f22f78d57c249c2a5a7fc28ac0d67 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png new file mode 100644 index 000000000..88b1ddb7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b4f8bd47dbf72b9fd8b8b648ccb54b1532d85bf381c823ec81d4e17fefedc0 +size 4097 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png.meta new file mode 100644 index 000000000..22a31c3eb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Left.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40442bbea94144d95522b86aaafb0e8ed9553d8102c12f612eae4cecb93e999f +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png new file mode 100644 index 000000000..bd59c40a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6379be60d3b15b20198101098ad6b5daad6a434fab639671f7dadb2bba2d1cfb +size 4110 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png.meta new file mode 100644 index 000000000..895c76351 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Line_Divider_Right.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62307d84f766507700e9082c24069a4ce22e3b3cbff15b7c76ebd9d64325290f +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png new file mode 100644 index 000000000..d712b91c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eeb0a8109664127b8e1cb03868af1d699918b7d9357c2f354d5b674e5a37a3 +size 875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png.meta new file mode 100644 index 000000000..b6beaa4bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Oval.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ce0e439d6ce37d9245da5b6839a2befd139963840159d00804f64bacd90faa +size 3450 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png new file mode 100644 index 000000000..a9d192427 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c0034a15f9417090ae9823541b7d9c15cc821574fc60dc0e2158a13905a693 +size 5848 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png.meta new file mode 100644 index 000000000..947566676 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055641f1cc51ac6a4c6ff7796107e030ba6b9df315f2a7ecbda53e606057bef2 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png new file mode 100644 index 000000000..2ff6515cd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f350f86ba8e6e027372492ad006ce1702bf5d3982260cef9f71db75d4b9ed50 +size 6342 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png.meta new file mode 100644 index 000000000..3235415d4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fbda1bc43148561f9b953057b88a94f38df274389c4277ae2b84bab76ad19f +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png new file mode 100644 index 000000000..d520f1b35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95530d147b8a432bc637bfd05a48a895d9b63ac3a14f8ab4186522afcac622bb +size 5849 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png.meta new file mode 100644 index 000000000..2ab2b7544 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88e91ee7ba4b2f33c60380ba2375be3d59feab329ac25e1d5a957c4d91c5b76 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png new file mode 100644 index 000000000..8397fdc86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8418c195fc64286ffc05556bd74b6857d81ee7e7b7c37ec4a38595b1ad4307 +size 5767 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png.meta new file mode 100644 index 000000000..33e9ee3a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Bg_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a1efe3f8e52a8d795dfd43f19ff43e79757f4704edfbd520a31dce7e7d6624 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png new file mode 100644 index 000000000..13864393c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbda7f770578a36c96d1040cca065a524e35c29cc359308c45f502dbf41105e9 +size 1035 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png.meta new file mode 100644 index 000000000..52e44284f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Label/Title_Ribbon_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac19cb3696f03380c1d944a063427f2c78effdc4a97f10ccba3f51962290b29 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup.meta new file mode 100644 index 000000000..60c46c034 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe99382b7cfdd46024028ba9562c994833a28c2790dac721aa8bd25c5146ed2 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png new file mode 100644 index 000000000..d6d88d018 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748e3f190d5eaa143d1d418c67a368bbedef21f525c430e77e36b75c48545871 +size 64603 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png.meta new file mode 100644 index 000000000..ecaf36ac3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26f6dba13b6dc0333a3e5b604c7367f520b510ee1737226aa330bcbb821d451 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png new file mode 100644 index 000000000..ea7cd5e43 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a10f8e2da699ba2ca538de63dca9c8a76b36f4e16ab36dd8fef9e120abbd5b +size 127 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png.meta new file mode 100644 index 000000000..2b7051ee9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_Line.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af943ab41478da3640a0615e2593e5514ee2168ee8ecf5648fca1ae831a7b1e +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png new file mode 100644 index 000000000..10873d577 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b8f8f19b1a3682da8cc78ef48c93e09a5754b693ca54a9b7b6d27481199322 +size 8551 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png.meta new file mode 100644 index 000000000..d2010fd25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Common_Popup_TitleLIne.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea0155d317ff23919903153ee2aad9cc265e9eb6fa7cf3fbfd1c0627276b171 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png new file mode 100644 index 000000000..f2a50e15f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5794e22996512ca24532c88ec359cc7e9915e124fc500a7a75f0584e5a6d3a3e +size 1733 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png.meta new file mode 100644 index 000000000..7d655dff7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fa4a7e7768731a9ed1cb0414de6d86409469de2ab187d402f36cd7ea1cac09 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png new file mode 100644 index 000000000..b75d25683 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658ffb2e44b15d4f52cfd308db4a19a6d54f6e0c80014c744515871988cb38a5 +size 471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png.meta new file mode 100644 index 000000000..08e585a8e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopBasic.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e2260bbbe44dc84df18a5e0d4e6035c228772c7db77bf72f53827a4f3d5c31 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png new file mode 100644 index 000000000..236adfa76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dc04608d161e691dc82b0ecf0849b91cb535756356d9f612d3464fcfea70c0 +size 500 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png.meta new file mode 100644 index 000000000..eb38caed3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_Bg_TopLine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c2bef74739c13e580abbe25e9cc71c8be92da9870546e88b473ec1dacff4f4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png new file mode 100644 index 000000000..03be65832 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30147a580368091f611ae024f7b171d76c9436515972b6928536f5706f653ce +size 682 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png.meta new file mode 100644 index 000000000..8771b6b59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popoup01~03_White_LIght.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09e73381da405dbfc7e40de89418df68ac076dc2f910d8d914afe1b24ac9930 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png new file mode 100644 index 000000000..2bc0ef898 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780365b5714f5f9ee9169fbcfc1c2557ef65a3fd0e7aa7d81893283236c36228 +size 5339 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png.meta new file mode 100644 index 000000000..fdfcd9786 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5435d4512783fc8cc9348f875e33088a148235ed7c6b85232235f97673b8405a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png new file mode 100644 index 000000000..4684e3e5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a40a31369683ae02245509d61412c1c5f46c7e1cc08307d04f23893c749114 +size 1989 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png.meta new file mode 100644 index 000000000..43ded8a87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup01_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaebf2ff5da9bef12b06bbe068fe9c0f2d83f3306bdc2284a5119c7cf3aae6c +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png new file mode 100644 index 000000000..0bb18e32f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01b01bb0d6b6b3db7277dff6fc574fe76cf59b23bbec36be54ed2b95e83ccec +size 4258 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png.meta new file mode 100644 index 000000000..56c0a428b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup02_Single.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b19ac116a58841fc7796fb7cd672ac99cd391e5a40e3d59c630b827a477d7b +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png new file mode 100644 index 000000000..280d2a6a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe36a502decde3bd693795f532d91d379d8dd9929978b0a3c8d683c56dae01a +size 2413 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png.meta new file mode 100644 index 000000000..d81f74bf3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup03_Single.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df0e6a021494d0ecbe9fb714faf01c9cf74bca637cb2949420b4e75d9c2f50e +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png new file mode 100644 index 000000000..19dbfda36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb428d4f2b0f35e197b64bb23f9452af2e8be037b117c0a8b45b90fdba9b24da +size 1641 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png.meta new file mode 100644 index 000000000..ee740042b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27ca8ec915f66d89405105613e36d327bc8a3a1aff6094724e1536be6a817c5 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png new file mode 100644 index 000000000..84c3a336b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d3b9a9bb5f346e115bef4b8189d030a67358573ab771434cd74398eff8b459 +size 1619 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png.meta new file mode 100644 index 000000000..b9be1e501 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89980323820e7204d60b44cb4e6921db81d962b6c8876ef9bb22f22c704eb64 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png new file mode 100644 index 000000000..a8ba27f61 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c159430657554fe4000b7c841608c1f1d907eeb400dc2294bc68f0154d1a773a +size 169 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png.meta new file mode 100644 index 000000000..911fc6e2b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133ad019b6313aaf4500dd2caa1f824531cb2bd443116f77685d381d69fd919e +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png new file mode 100644 index 000000000..9a0d70de1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458673af3cd4e052735f9c93123d6691e469977de1fec97c78d6d5e1b83f88ff +size 164 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png.meta new file mode 100644 index 000000000..8635d346a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_FullWidth03_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48214fdf48d013eeb41358fe9872c73af3f7659cb4a8b5346a835d11d838068a +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png new file mode 100644 index 000000000..5882426c1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c651293d13c4d243b811c98d5fc24b0ff1a9552ee43123b33c0f702f80c27fae +size 5301 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png.meta new file mode 100644 index 000000000..c9d4400ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b23dbfd00790e38b41823f6e0722676d40837920a8e613e0ad07f88c90e88e4 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png new file mode 100644 index 000000000..e7858e888 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3b53584708a49851c25b2c928222cd804ab50a52bdaf086f1451afd407a86f +size 1572 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png.meta new file mode 100644 index 000000000..cd4ae5f3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16b6f634e9da94b42173f19bae5f788f2be4c2da6c4af57f797cc0f5f326cc1 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png new file mode 100644 index 000000000..40f6e48fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de62d8ac8b0316aa007fb87d6c6b2fb71d0d4f8111d865bc6ab86e9c6d4c5fc1 +size 388 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png.meta new file mode 100644 index 000000000..eab4409a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide01_White_GradientBottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79f7109013ff7cf0412eec8ea2e9758a5ec04e40cb89c53f14f8f90090fb714 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png new file mode 100644 index 000000000..5dfd2b47d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d20b3eaba165756ccadfadf0306e2251173cac96fe34f3ae345022d2f38abc +size 96555 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png.meta new file mode 100644 index 000000000..e53257eb0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_BottomGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373b3a46c2f72dccfe956a77913271a1d5d30bca5ebffae9eac8f95cfd57cc2e +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png new file mode 100644 index 000000000..77ebd61a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79ac7e7772355a4f66cf3e52ebfe1cf1055e38fded67fa6d2b3a7167838d29d +size 2988 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png.meta new file mode 100644 index 000000000..ffccef901 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcf76f6efc37a684f48641d56c77cea8c7b0c6747aea65c033e836d81367938 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png new file mode 100644 index 000000000..8c6d91aea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef68a7ec6a1065fe2964e642918ddff8c6b8cc6bf4647510d764a5ea7d45931 +size 771 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png.meta new file mode 100644 index 000000000..dada32d68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopBar.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7ee256c992d72bc67f6d400009b9b9b91fcec84a85ca7555e484850bc443c7 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png new file mode 100644 index 000000000..0866b69c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f3fcf89f440df580d4a1e23d3b46ebd215a8abff84e2a4996456207fb931bb +size 5994 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png.meta new file mode 100644 index 000000000..188e1afc8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_Single_Navy_TopGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f5fc29477793cfdf96a92349eb511503f8d18dc38e127716a06bd135376519 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png new file mode 100644 index 000000000..369f910b5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93cf8ac4b64685329a51983c5ed5f7f0cc84a36a9eba738e5043690b75097b3 +size 2151 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png.meta new file mode 100644 index 000000000..7577ae82c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9770b7a2f3340ddac59be72380eeda824607f9c922196066075d6b0364d5f7b3 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png new file mode 100644 index 000000000..6390d5396 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524c115bdfab39d98b7afd4636c202816b2b10c5b6b55c9882fb369e03f46854 +size 546 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png.meta new file mode 100644 index 000000000..c3884edf4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgBottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd8f8ff02384d54ac0c4da46695ed81b80d9a24e8f6e4f7f571c01321ce59af +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png new file mode 100644 index 000000000..d294e4d18 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0bdee9b4089e4dbee934b98fffca1115ad15a566ca101cf8f87a8bd73ef599 +size 575 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png.meta new file mode 100644 index 000000000..fb664bb7d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_BgTop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2366743bae922950b56155137892fe87ba98ab1adfd5972b0c1dab25b0e3becc +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png new file mode 100644 index 000000000..d7cd0b8a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5cccadfa39328e7a2c2df340732321fdd3d6209b6bea0db9e4a4df5b68b85b +size 7689 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png.meta new file mode 100644 index 000000000..856a0d20d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/Popup_Slide02_White_TopGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f05fe9dbeb84270ab98ae7070fc1404cb26fbe2814d9ff1509f718f1ac3fd5a +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png new file mode 100644 index 000000000..f416ed552 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd0b34ae761096b1d20ee1cb10b09d9abd9f1747c28dfd2f164975e6c793768 +size 108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png.meta new file mode 100644 index 000000000..66a96fffb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b74383e00d3a711a0b27d0b8e3f9599ba0558eaeef24d9681eb7a379086423 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png new file mode 100644 index 000000000..f232c073a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c7063f549a513228f035997dc670e2b2862d2fbfcf7af3a7f9d65f06f1d6b9 +size 134 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png.meta new file mode 100644 index 000000000..f1ff82e35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Popup/ToastMessage_Topbar_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62db0b71f338315369dad4b8b439fa877ab7c23ee75e68aa21d70cf48181559 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider.meta new file mode 100644 index 000000000..4ec08aae3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58432f4441537ae537f37f4e5d39a67efa9b6ef8be712bb1ff6e3043b5cdee13 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png new file mode 100644 index 000000000..340c585a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d871cd398b98bc35d74141c9c959b93dbdc746da9b4ab1812cc654abd65479 +size 526 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png.meta new file mode 100644 index 000000000..74d83c960 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b5a23fd5ae05dc0ac5f1cd37dd59e348fcc390b8c5124810ebda05e775b9e8 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png new file mode 100644 index 000000000..eeec9ccae --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96862156156220946a17c3e25a93a69f0c5cbad2f903120f51075b860be16609 +size 4154 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png.meta new file mode 100644 index 000000000..0b0093349 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561d6b72ca0a36ca1928efa6151a527209377e455f25968acd4446f5de03b4c2 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png new file mode 100644 index 000000000..a8e977988 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f05516c9b31834cde4b3f5f6864fbf3c507a5e92d6712891435a09fccdab75 +size 583 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png.meta new file mode 100644 index 000000000..88fbf8ca8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic01_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15933af826c34cf7c5d3ca4a33e1d2ea263223d1dfecdf88f3cd6dccf943757f +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png new file mode 100644 index 000000000..823dffe67 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f675edc619e7baff3d406a50c37e1880743ac597103ff9446aec60b380e96a +size 972 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png.meta new file mode 100644 index 000000000..a3d4da037 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629f8699e87feed77beee272d8395b92f9985a9495debb1e6a9ce4746f545295 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png new file mode 100644 index 000000000..06c160917 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38260a065a73e572f976de1f4f9ae38da99b35ef38fa8f8366c481fb7e83768 +size 776 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png.meta new file mode 100644 index 000000000..eb544f01d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6beb1e2fff0774577c4955dc0cb4328b739cf79b2a5dc0b19085665157a26235 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png new file mode 100644 index 000000000..5f012d4e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a2af72c9c48f0c7afd2b73505fd4d195438945973dd843fff0702546179669 +size 4309 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png.meta new file mode 100644 index 000000000..c614685c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic02_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583c421cdde76f5d4e7ea71a65a03c0a662a713f097299e164a2fb59edca8a53 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png new file mode 100644 index 000000000..1625014f4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb136b835e5ccef5e9d2fda26598827adbd61eb0b09b8d65ef26860438b67785 +size 521 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png.meta new file mode 100644 index 000000000..5e878f549 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acea2cf6d02ebcd90e4a31ccdc9377dc98094065d510de9c9b3365d6cf359b4 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png new file mode 100644 index 000000000..acf264b45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8e79960c5f8b64f320391adefb64db06c510e9eed160bb1da5517d9e75fb76 +size 561 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png.meta new file mode 100644 index 000000000..8eeb62405 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5514e2f269f91416cd0f47183d2d8b928b6c97687ba54d114efda8ad1ce15fca +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png new file mode 100644 index 000000000..956572c01 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3717f2a59563bdb61c745b9fe69558a71f355f1836d62f24e204b982694d8206 +size 2083 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png.meta new file mode 100644 index 000000000..f2ef91914 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic03_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def8b92759e5c94bd95bb903c933ba1eed812988fad00df3db5ddb0785d4b1de +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png new file mode 100644 index 000000000..1546a9997 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536f81a9533152d95a6aa61cc341327b20c45dfbc0f6f78b86badc5b421dd6dd +size 352 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png.meta new file mode 100644 index 000000000..f6ed0e8d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef203a274b4f0063ffc6b477f17274858061b72d6a8a2b81c6d1b2db74f4b547 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png new file mode 100644 index 000000000..531e11df9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2435946a238c15fa40605213a1f4374810167fcc2e81d0d2c9295e7f2cbe351 +size 142 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png.meta new file mode 100644 index 000000000..4205d6365 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_DividerLine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6229933aff0c115b29081156139e274c8803b637a2c811a9837f40a63711c57 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png new file mode 100644 index 000000000..47f064fa9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883fafe820e6f110c3fa057039526170d48117bad882f33063081533edabcb66 +size 375 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png.meta new file mode 100644 index 000000000..d2b4f50fc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc580fb631dedbc19bed28722bd74e0db9f824cf6710f9e3f51076037253bba5 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png new file mode 100644 index 000000000..176c31dd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b63d5a7b594dc45763e520870372fd6d6d6929891398f184f6aea7936ee486 +size 358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png.meta new file mode 100644 index 000000000..a87957ff8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011e17692a50e0ef8c3240dec2d44c75a54552e571370bf738dbbaa5756341fc +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png new file mode 100644 index 000000000..3db5ca046 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35806f8f5d3f18ca886d4fc801b188c1f0674de251bfb053d1d476504325128d +size 1462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png.meta new file mode 100644 index 000000000..c025a40db --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Basic04_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181bcd02fe36936e60c302289d20137c21453e490a2261777f33db007afba6e4 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png new file mode 100644 index 000000000..e91155169 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b300e79cffadda22bb7343c96767286cb8440d06d30605c82209e7c2bbdc547c +size 1696 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png.meta new file mode 100644 index 000000000..c6d5572a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6dc3d9d22da3d2666a4e6bf3460d271e836f7d278e7b15b2fafffff69003738 +size 4119 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png new file mode 100644 index 000000000..4bea5c542 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2331cec75eff59f17d618bc379e2f6f1db282524be891ac980d3029a2f7f32ba +size 625 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png.meta new file mode 100644 index 000000000..44e8947fd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082ef50890a4a2f9ad462a01f6443331a592c0f4001c0cb6a9500b62c4c1b0d5 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png new file mode 100644 index 000000000..93cb5181a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8450e46e3d877cf71a8447f258c0a57336ca2908e84bf9ea823e4045eb2724f +size 723 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png.meta new file mode 100644 index 000000000..d501e933e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd729055f6f61c353e5d3c0bc6c20958552b3b30dc557c4860082883ba656197 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png new file mode 100644 index 000000000..18a13bbcc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74d13bd213b7cfd77d139fc722c2f442443570a1d2e3ae1ab747572ee8e6b41 +size 684 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png.meta new file mode 100644 index 000000000..f6e1cbef8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid01_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c94326679ca8cbf23bf6305793787e21f0546d2a285c92d6ce3fa90d9addd2e +size 3483 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png new file mode 100644 index 000000000..6016efdd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b8489004aa55a2f7ef3ed22f98f5cf556c0b7deb86481e8eb71b71aeffc2b8 +size 1703 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png.meta new file mode 100644 index 000000000..79b73ab83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9770d491cb6fe7e43cd08a011728d9214f2358e3c37dc305de2936d1e3f0dffc +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png new file mode 100644 index 000000000..27d2d0cec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a97bc4ce9dcda5627663bb5276c010197a1e0138804a487e9c8fc1f503df9c +size 681 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png.meta new file mode 100644 index 000000000..84a4ca3fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03aa8f84cb135a27734702ec51f30fca94047d5605bb6ae1f86ea6f3034ceeae +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png new file mode 100644 index 000000000..f04edbfc5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0646e7e390dc2ad96eaa5ab77db09c4d161ec8b5d8edae52d6843eb4f1a22d1 +size 721 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png.meta new file mode 100644 index 000000000..55ff22a50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef66c20f703c146dbe9d1dd526558a6df47334b30525d2ad7ef99ef6becb54aa +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png new file mode 100644 index 000000000..7ee9e8aad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aa7f298a38912e4a3f59016381ea614664b206ddf331ea43f98a03c7d6e507 +size 805 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png.meta new file mode 100644 index 000000000..160f780c3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTrapezoid02_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1342adfac93af61d6d133dbd7e62a49344126ed33ac86ba6ec265aaff8628d1 +size 3483 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png new file mode 100644 index 000000000..e826bc168 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5939efc530c938685eb8fe82c91c9a9f22c782d21d972bb87e5122dc56c3b04a +size 132 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png.meta new file mode 100644 index 000000000..b41222aff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9279e2645a7425741ec30ed7d24c94216c9587bd4cb8ac79ea8a22a70acd460f +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png new file mode 100644 index 000000000..4f63b599b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e858724734f309c25c621e4425ad9d2da6d03ce26085d803ec616b47cff64d4 +size 217 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png.meta new file mode 100644 index 000000000..b86b84223 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_BgBack.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1f55a1924c9775f9823262ffcb4b49eb5621950373a35f2fd82156ddddc85e +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png new file mode 100644 index 000000000..eef956b4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1ea57bed55f42a8b05ecde6fe98e5823a31ecf8970490cd305dee74ff7bc53 +size 147 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png.meta new file mode 100644 index 000000000..c5a5dd62f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9067ea1df9f3e2a6dba09f8fd6416dc22c25e786903024d9f1f1721a43359910 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png new file mode 100644 index 000000000..ac63161d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eeb6bfc0c6e98a811b2ee3da5e9a3ab08f66b5129c52785d38b24bd7aeb9c47 +size 134 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png.meta new file mode 100644 index 000000000..f6daf560f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Bottom_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df70cc10aaaf22ca750a939fa6765505914631e4de0a3f2057760b9dafaa7ca +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png new file mode 100644 index 000000000..5f5b5536b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8534e02dfc8c8f29633a34110ac96d6dfafacdc89b6abb424b534f47324b7be5 +size 168 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png.meta new file mode 100644 index 000000000..7157f7ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276aeea8d354a59947f65a2a7666a20fba2562d6a9be9e6b34a93989d94e31a6 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png new file mode 100644 index 000000000..99961d6a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e3048e50e985857e4f7bb84d7224fba38aac948c6430b7104965ed5e2ff460 +size 325 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png.meta new file mode 100644 index 000000000..9ee9afc1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Middle_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3ce5b1663d539030c0a28e0ffd0f75f557063729e13b94ec34823c7cb7efa8 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png new file mode 100644 index 000000000..128bbe73e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bd8f7bd9280b7e5e3de7a741a9c6a2dc460dee1b9c2fc1d31443f1bb403eb1 +size 381 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png.meta new file mode 100644 index 000000000..508d96443 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321d05ff8da457f887daba6e0ef0361f7580b0f04d9da72719db9c5ab01aa394 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png new file mode 100644 index 000000000..0ff2b047a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911dc19440c1320b55a4f02a41e80441d118c382d95ce600821f69b9406a6973 +size 173 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png.meta new file mode 100644 index 000000000..869759df5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_BasicTriple_Fill_Top_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dfc75ac29a75120cfaf23533c17f5b579a4defe1427e91ae2d0ad36e8182be +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png new file mode 100644 index 000000000..8eccb6f12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dfe812e5fa487eff8e6e8786d7b06264f7ff00451ce413b906215d4e1b5902 +size 23284 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png.meta new file mode 100644 index 000000000..01d15402c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fad5719feccaa54fcb6fa36b5c86f36c61cfb6ae45d299a2adf3febd562fe38 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png new file mode 100644 index 000000000..3adea1c09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928c2976980997ab62cea0161d15b3d780f99b30d3b8fc666d9029e21e095bef +size 24211 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png.meta new file mode 100644 index 000000000..213f50c7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a410470684741c61a96780423f06dfc50684fcd1eeb511f548d9cb2462f557a +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png new file mode 100644 index 000000000..6a2515a89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8c4c0c72ca9f51061ca1cfa1019d0d296a5862c32cf2f508e31de9009184ab +size 20463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png.meta new file mode 100644 index 000000000..5562513a8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66303c93bb4f75fcc8d712a611be45f92807c12d1e1fb7afb8056a1c0c158564 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png new file mode 100644 index 000000000..19a5ed5d1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf45b42d5beadfcd960bdd96d92a2ef9261897fc0c078d69d7335c3596fb0f6 +size 11957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png.meta new file mode 100644 index 000000000..11d0c590f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fb86119c3803c1ddb21102ad39b7fcf1ce9c51b7dab58d0fa76ffa4f9d12d2 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png new file mode 100644 index 000000000..939559030 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf3a1b2ed426109b7dd0d66f67f4100eaebaceb389f6c0dbc06ad6979f690b7 +size 14070 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png.meta new file mode 100644 index 000000000..161f46e73 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Bg5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d61d55ca8834311afcf83cf1aad1202927e4aa203e555715fcd6a22e17ae73 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png new file mode 100644 index 000000000..18cbab7a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e05157ce125c6562d1ce55bc33b2c65f8157527508dd73e5d6248190439346 +size 33833 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png.meta new file mode 100644 index 000000000..8e2942904 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgBorder.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8b56c7c23f1713dc1f0a9345a44a0b230405d3615e4a3ca32c95cb8c23641a +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png new file mode 100644 index 000000000..c91c03dc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef718a7f01484bba76f0362d9eb677ae25e0f35820c5b176de1538cce75a408b +size 66777 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png.meta new file mode 100644 index 000000000..fb92fc53b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_BgGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b949c151452883de3e343a910fb86e86f8e5cb84ec2427377f7016728b797704 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png new file mode 100644 index 000000000..b1e323543 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad2d774ddbf5f219592665bb49a052d0baa6956b2f8bd72496734687ea77f6c +size 102254 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png.meta new file mode 100644 index 000000000..abbccafb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_Fill.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2ac2d3f1cb2b2183cc3a4af22ca658416cd97d63db0373cbdb1ce087000bc5 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png new file mode 100644 index 000000000..ab71576a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4170fe772952aa6d9364bfc96f88d3fee3a244be28d5742c316c95ce2e45fe1b +size 27819 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png.meta new file mode 100644 index 000000000..44572a83c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Fusion_IconBg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fd141deb36b770063c77d9f5223988bed7b123f88d8c1722d07790e9426a40 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png new file mode 100644 index 000000000..d35b51936 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc00c9b55d06e990b36be27b335944682a7bb76131a1dd65f5f4d58be6269d2d +size 166 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png.meta new file mode 100644 index 000000000..5ba9cfe17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Fill.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf2f9c2a9178603e06801a0a476adf151b709c8add6696d1bd82d82be82d5d6 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png new file mode 100644 index 000000000..919b29a8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c654d4ef6a6113b448956c5d775d75474eb68c375fd066eacbb1fcd9c00069 +size 601 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png.meta new file mode 100644 index 000000000..b84ce8d4e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_FrontBg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb2c65066949f06f691cf8e75a1a47ddac347188ecd48a9afd406a20261c279 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png new file mode 100644 index 000000000..718074350 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bd508af895ea6f9a771893b9cc49b70eb023b60dfe91fa1795a6121fb6866e +size 6946 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png.meta new file mode 100644 index 000000000..0a4f7fc78 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Handle_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db944eef9be9b0f44719198add51a887dc7f4beb634bc30d9f631999df9909ac +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png new file mode 100644 index 000000000..06efea87b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3fca09bfa077980a82c5938a355d23603886bb07455d8f8c36554bb2d26180 +size 443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png.meta new file mode 100644 index 000000000..010d98eaa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5d95c806bc1afbe2c14d8aee5e91d60868bbc83f92f833b2cad0606de6cf94 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png new file mode 100644 index 000000000..41473e207 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315c065d6d390991050a9795445f848dc1e93a3d7dbf9b261694f4250a6564cf +size 99 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png.meta new file mode 100644 index 000000000..c268157ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_DividerLine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6f06f95afea7edf0228724a407b978080e010018d00546229aebcce4d9f2d8 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png new file mode 100644 index 000000000..132945066 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1856181bf75bdb85eff98da9a9cdea428f3682099987a075a21f00525ab84a40 +size 262 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png.meta new file mode 100644 index 000000000..4d1c37a32 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Mask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a585b766a5f376b6ee641ddc95e09e16a4c38ab4fd14563a73bce2b0cb8ea0b +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png new file mode 100644 index 000000000..63464db16 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f25dc8bc4f905d29bcd26d91584fb37fae43647de43fb183406ec0891161e52 +size 119 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png.meta new file mode 100644 index 000000000..ad79a0e3c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57098b286d32dd4c8ad3cd6023a4918beee9c6355bc35e37b270e6b7f86f9cfd +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png new file mode 100644 index 000000000..db270629f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9722cbf5122365345e9a0da5fc344071cea029e7c37620f55e5f995bc84218c +size 1395 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png.meta new file mode 100644 index 000000000..f4786a571 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89c09beb84ee9033aee3644651e1b86619fef4ee8b21ce52f5f0c36bf6d9d16 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png new file mode 100644 index 000000000..61e6bf1a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0c19ba7da7823ba89ef9b1cb3d6a00d1fa0ad58b146178f4ed283741ff2c28 +size 13602 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png.meta new file mode 100644 index 000000000..67dd74786 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_Icon1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fe18f68d2b4edbed0accede35af6e97ec748374450bcb6aa1dbc3f678ee725 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png new file mode 100644 index 000000000..c2f5c0253 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a221a96557989715543b2df2eab7b847e8ca2d0d90cf32b1501351e30aeec8 +size 7419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png.meta new file mode 100644 index 000000000..7de509a60 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon01_icon2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f351149960804832ba137c72e6c44e99d035c0dceb3457b1964b36d64adaa9 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png new file mode 100644 index 000000000..2286b2843 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c2c184520a8da42d42951130d7e64b918daffa8be8af448897cd52f49165bb +size 448 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png.meta new file mode 100644 index 000000000..2cb1860bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed90a0e8289cf57a3d68f7ec15de19bb7869a70a60c70bf0e2cd2323a1080d6 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png new file mode 100644 index 000000000..0a20d8021 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afe8524a576fe73c99407bb615a3494fe0df18d7f35703f793bcce69fff628d +size 100 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png.meta new file mode 100644 index 000000000..74e5c7454 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_DividerLIne.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9215089587af0037ba76ea3f993473f7792a59b7e65febe5e94038fa886f02aa +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png new file mode 100644 index 000000000..44a49cd77 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4294306cc1d15a5ffb5fbc8ff99de06642cd9ae0e1ae2b0e8c8978e0a244d1f +size 263 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png.meta new file mode 100644 index 000000000..c710b95a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Mask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9702b8ce1db9bdc1c450b82f6c317268d8f1d5b6cbb5ddbb413af9edc969b650 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png new file mode 100644 index 000000000..40d728095 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f70c540211bce3d89a36e6bd8cfe4b9da85c0bd138e9c779865285204d8fc2b +size 112 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png.meta new file mode 100644 index 000000000..c7aeab7a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33faa1388ff468cf60bf34f015272e752a8346ee564a4549216d73d022ee387d +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png new file mode 100644 index 000000000..8b72fe74b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3a97bf3b24ca6ae490f5cea06e12aedc6fbacfa0af7b5ecdc97621182c57e2 +size 3678 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png.meta new file mode 100644 index 000000000..506222a08 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15eecb073a69f0d7f59329f982b28d1871084b87ec0399681e1c5aacaac890b +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png new file mode 100644 index 000000000..3c6865ac3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd99fa1b090056db8a9a45a53c4848ee921389d67366657a44c8ec7e64927255 +size 6737 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png.meta new file mode 100644 index 000000000..838d655b8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67ccca0220bacede4fab828a86b6dad2d899b4bf349f1a5b3152470d732423c +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png new file mode 100644 index 000000000..43ba90b24 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200e2f28a0c07ce0bce11411b490b7b3fd175fd81bbc60ed47ae2d138a862bd9 +size 12186 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png.meta new file mode 100644 index 000000000..f99df63e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon02_Icon2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8961f9784c579582703640cf1dd953beb9aedf48a7f3a786a146c25a35e62e0 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png new file mode 100644 index 000000000..f4be7bc1e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b4e46bbc37296de9ae1e0d0059fb4630df11246c9de081b949ccf204fcaef0 +size 2059 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png.meta new file mode 100644 index 000000000..e95c5412f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27addf24cf0a7e10d94a3f165fb192f8b29cfe17d40c30a0a920997fa0dc9d38 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png new file mode 100644 index 000000000..78239f80f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f396e4c0a720ad2884faed1468a539067f6cffe0b1857072d1e41aba6acc42 +size 1609 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png.meta new file mode 100644 index 000000000..2fc618dca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Mask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be10a78a435663b92e3ab44505c60aa29effb5827df71092491ed2c971aa1037 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png new file mode 100644 index 000000000..d0804f454 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70acd867a5dcd76a2889c34c5617b9f128f2aafbb2deb519a5468ae13804a4d +size 113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png.meta new file mode 100644 index 000000000..4a0c6cd1f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e10ae0775d9df243376518c15890b4027a3091d72ae15442267c4f4a014d5d7 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png new file mode 100644 index 000000000..a1303c660 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b890cbbebaf48c7993dce212a79c47986fbf6dd91c39ea2522d5b566520fe5ff +size 113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png.meta new file mode 100644 index 000000000..9a5c7502a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb03f8b2b7affdb00d3f9f55e8fe3807ed1b753a42175ab1cdb982ef6fc76f08 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png new file mode 100644 index 000000000..e1f0e9ccc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da38aea06c10beb54529e3b1ee1db8de3dc77556c3d0a00984e729fcf75dd888 +size 113 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png.meta new file mode 100644 index 000000000..b40195e83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0720bdcb17e74fe7a526b7848981bd18245efbaeb524ad6cb1c8acb1d08ec3cf +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png new file mode 100644 index 000000000..19189a958 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf806262502b784b18f284497398568c654464220b349f2649ae8257f95b23e +size 8984 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png.meta new file mode 100644 index 000000000..14be697bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon03_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f921371ca9a305b9bc16af7cf30561da5f3fde834fc6a5f69d7fb192ec831e8 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png new file mode 100644 index 000000000..139f33a63 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d083c1d03ebb10e3730d0783c2e7eeae9d9ae770e37f0eb8160f9c616d6c508 +size 253 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png.meta new file mode 100644 index 000000000..8df0033d8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f394935f08e879880e06d3bdca4793ddd1cd56f961225095eacfb4a0f5a0b142 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png new file mode 100644 index 000000000..3d37300a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b10b2635e22cc773b14ae589c0e2a79049c6a6407d70502b9291b869ff594e +size 318 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png.meta new file mode 100644 index 000000000..b3af08886 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338f271cfe948ed06870f1375890227f425008b82db57aeca8984a3d9e7390e3 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png new file mode 100644 index 000000000..230ca9e95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effd6de0f33a2f03aea3e26b59e7f5980b8a147449a24e59b2ba8006c4b69d40 +size 1443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png.meta new file mode 100644 index 000000000..a0a99b461 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147cf655bb994a05b1a3ac16c4b1cd6c9bf7b8996be24c3027ed2223cfb9d126 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png new file mode 100644 index 000000000..7f365b202 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3248d9ebb92bd7f91c90b4223bf93f962e3fd9d67e0ffaa24db693cf474c289f +size 1436 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png.meta new file mode 100644 index 000000000..367ffd665 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Fill_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c205f6a7c4e6d35634d1a5303156cda825640787e2b63272e6f9c0135e7c01 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png new file mode 100644 index 000000000..9a52524a1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86068f3a8f375f694ae498f6e1a99f95ae1b77d9f93f6ad890ebed54b8137f6 +size 2133 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png.meta new file mode 100644 index 000000000..94ed520d9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55566f02718a4f73af13e6501c1eee06cf792288a30bd3beda9092d3379e15c +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png new file mode 100644 index 000000000..4d7afd3d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46d8542e71ac3b99ee9d76872111865463bd43bd9104a070a65cac3b93533cd +size 2330 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png.meta new file mode 100644 index 000000000..1020dedff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247dc7c2a0d1b7a4291c38249054bc9c4cb63eb8369395a9b0907c415408fcc0 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png new file mode 100644 index 000000000..b28bb4c3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1074a11f325d47f0762182eb640109720fb892e0c1a5b68dfd266849235508 +size 2092 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png.meta new file mode 100644 index 000000000..c50e81e52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04_Icon3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fccea2c72444f42a9c119b81745ae5726d1449c8f0b0c659a433f1a7deffefe +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png new file mode 100644 index 000000000..b6ec8af56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3513c09a082115c1dac646098b1b671ee851b6eb22e4d81e321f4bbb8185a52 +size 5146 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png.meta new file mode 100644 index 000000000..aaf600c6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon04__Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913f26bc443d854b7410fc1a4ab9af053c1a2e6a0775577be37ac813466f4773 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png new file mode 100644 index 000000000..793deb28d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553fa7b666f1f408b24624f156f7240c41481206c39ed174836e24bfad58f0fb +size 528 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png.meta new file mode 100644 index 000000000..aefeb46f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1e386ecbbd67d7b3972b30192951cc3aa19575dbc7a23eed180694071aaf12 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png new file mode 100644 index 000000000..1223136d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145eb287f242313bb1c7cdbcc74464cf530c79e08330e7198fe9ef6124c9ce10 +size 579 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png.meta new file mode 100644 index 000000000..08849e7c7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365e8b6c1dbcfdd5a48873e9bfa7950e5c571c4aa745825280dd431f74861265 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png new file mode 100644 index 000000000..fb1e7005f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998c3928951e4fb1248f177570559d1b736bd9e49947c4b9aa5ceacdfa883225 +size 574 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png.meta new file mode 100644 index 000000000..a8b0210ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce07bc0a2c72370d32f4b9dd029999434f1917eec4de80c1674775d06bd5423 +size 3475 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png new file mode 100644 index 000000000..7c3911464 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cf6e38b6de6c5adcb35c0797699ce33e4bcaf9035d4ec4c7278ddf3eaa7ba1 +size 5089 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png.meta new file mode 100644 index 000000000..165c5b9d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Icon05_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca12dea54c0dd71c4f346a02389c70097a261f3dc61452fbf1a5be223fda372 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png new file mode 100644 index 000000000..238703c0e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108aeae57be747bef13f60b0fa58a2a504ab53d34ad29836ce5c6ab91e9421a8 +size 8547 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png.meta new file mode 100644 index 000000000..1b5b43f7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f503f58a7c76c8ded7776acfe0e63391ec61c2ea4038bb75b9a6eadce355b2a3 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png new file mode 100644 index 000000000..d2f479023 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebddefbea83528d350146897a8ad51e5b976606b23d321166e0ccf8c0cc5121e +size 12519 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png.meta new file mode 100644 index 000000000..921efca76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Badge_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae53b6750b1f709817f51a3e7ed540c0b04c8dcfda6459248cf8aaf953426d6 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png new file mode 100644 index 000000000..2e5acd2bb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1e1d237156ac998e8bdb1ee31ccb9b559e595fb8c75eb783ab1a0f0a5cf495 +size 355 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png.meta new file mode 100644 index 000000000..d3e631f7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75aed1f66abb97f55a62628a6a696f293cfcbf25323fee429af3279d8d31d07 +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png new file mode 100644 index 000000000..603ea4879 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaed8ef35e738cd79253dc4d1cfe3d79a4548dd5f798189a5915dd4786121a07 +size 4182 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png.meta new file mode 100644 index 000000000..68ccde46e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd44da043cbcbc378ccf3fe3d1450ae878c86a833dd646159bdabd1c4a62cf6 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png new file mode 100644 index 000000000..59d29382f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b991a905450175fa90ad477f624566b85d9afdcee6b56b67a5a92c298daaf3 +size 4211 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png.meta new file mode 100644 index 000000000..87478b6a6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697227d0969b8c36d5907012819591306ce778ac7b413f8abf893121620b9322 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png new file mode 100644 index 000000000..7619cd995 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9280cd04d13fb26622b61b507635844f8b2b73f77d98659fb2d2cccd0ad2a6 +size 677 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png.meta new file mode 100644 index 000000000..23d1fa0d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e6c535cb6588f13b73575a51a13017f56aa121fce0e281173f5cb6a859509e +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png new file mode 100644 index 000000000..780763c33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13e3943f3c670fc08b79362b3a07323fd55d1cdd83e7d41347feab83ddbb497 +size 4231 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png.meta new file mode 100644 index 000000000..cba608bf2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level01_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee249816f99e0a6296aab639c94ad62a74ac01a7aeb61f3cc3ba156d2c1b6c75 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png new file mode 100644 index 000000000..c446ea874 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529ef270b6cec1e1db09611c62c4300b354be8cadfeca270f83e0a66d37f6501 +size 8335 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png.meta new file mode 100644 index 000000000..54af2e72f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Badge.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d440c6263172c5d1c14be5808fea1889d498fe99403eba42a9c251b20f49367 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png new file mode 100644 index 000000000..9f36e89fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b883799a4720dcf1a6095f9c200bae77fa3a821b000d0e3ff51d27b0d0fb5130 +size 1210 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png.meta new file mode 100644 index 000000000..67612185f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e17cdc46c26757bea90eb5d2445e4089de1bde88fc843e2e40513e53a58bd6 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png new file mode 100644 index 000000000..c3f1dbac1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582b0fc8b83ed063c17e53ab2a392baaca2870292397a816f906fc3b81e98b54 +size 4198 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png.meta new file mode 100644 index 000000000..f57ef58d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0634c3c260ad0d58c6f97dbf2193aaeee75695ce978975a34a82bb0112d166 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png new file mode 100644 index 000000000..2dcf06efe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91633870ae8c414bc381826c509900bbcefb6e43f7af557238e17eb45ca1011 +size 660 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png.meta new file mode 100644 index 000000000..05899ba19 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level02_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d3a36ab8a70948914f0c2136e2a783809ccc559fccf6b7fd539bd8afff9d50 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png new file mode 100644 index 000000000..c759c69af --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e97f54e21b33226eecd8066c565fd064b7f757ba9cf365bacf54527709b5b5 +size 7952 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png.meta new file mode 100644 index 000000000..a981b3dc9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Badge.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c135d0ace4ab1df96d53efad33dcfe45e232b7f5c62b6e26c69144c57eac37f6 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png new file mode 100644 index 000000000..e4fab5a45 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b119f3e2ea90ba6d5aa2d8b8b89ebc461b27f95b74e590f2a8ec8c96ba4f0249 +size 1012 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png.meta new file mode 100644 index 000000000..fb1f67ef2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f9f75d573ec30f99ad79d69704d9719e4dbed2bf5fe9cf9199133304abb30d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png new file mode 100644 index 000000000..357e88ec9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db14f72ff53402b80ea962058b96bf5ac590734071e863408c95deef0312ff21 +size 4160 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png.meta new file mode 100644 index 000000000..6fe1a2721 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ef7d65996b6c9398ccbec79d1c09eb264fd7c09bdd1f88ed88122a09ed2f2e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png new file mode 100644 index 000000000..8709603a2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09850dd80a5986da1523ff9693c61bcd9d4f9b2932ae5b8a9c5da91be1199cd0 +size 641 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png.meta new file mode 100644 index 000000000..a14cbafe5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level03_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3d329ce1ffc08d11a240a78e88769a8aa9d6d98c71a31945abca69bfe12f8b +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png new file mode 100644 index 000000000..e6a485843 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8bf0abbaf041c8206b80ce90e22542e4b0f09a39e0f0acc503bc59d5f424d88 +size 4184 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png.meta new file mode 100644 index 000000000..e44af7743 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae7160f14fb6953867bbc9b2381a1123566e4c90db47110d4d58484c8b12e15 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png new file mode 100644 index 000000000..135c4741e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb9fedfaed4e76311fb525e05a4ca3c84fa0ee87c87804ff5b4e00802be8863 +size 4748 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png.meta new file mode 100644 index 000000000..46ebc6dea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_BgBorder.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb359d57fb3c93d500f744a0c56fa6627a36389655c18a4114f85c0182d52ee +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png new file mode 100644 index 000000000..06c5c0085 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bef850e856c79c329f45853681cda364804d58ed361d889ca9b4d202ef62a0 +size 3782 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png.meta new file mode 100644 index 000000000..3b1c74fb9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_DividerLine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af41a551e4fa6648de91af2ec276aadc026e4dc1adf7011ab4836bdf5e51e3f5 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png new file mode 100644 index 000000000..15482bb83 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b54e3dcef9338ebc035c171255135a3a83bae6d3b3bf9c27b3dbe72d020e3c +size 13329 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png.meta new file mode 100644 index 000000000..17d58f419 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Fill.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0815f641a847b887e27592207d36a75f581d913c335c3f4e20948984c7ba535 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png new file mode 100644 index 000000000..b83653e5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fc7bbff99fe8947f4a3a3e01f6636423896722884eaf9f07d9360027c46c08 +size 11210 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png.meta new file mode 100644 index 000000000..8a72bb25d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Level04_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49f6b760548719a964363f2952f3962f10e90aee699fdf34453c5a1fb027cf6 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png new file mode 100644 index 000000000..bd34d95a3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf2f69cd0b577d639b34314e0cec86a9220e5b6380f70f6d2e2f1ef583f9137 +size 1621 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png.meta new file mode 100644 index 000000000..69dd6762a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d04310889bf2f431fd9efee05e5faf12d43895e5035d8a9251561c6414198c +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png new file mode 100644 index 000000000..3b36fc048 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e74f6098cdda8392e0af3a5fb1653e627edf004da85ec39bc21cadc7365030 +size 112 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png.meta new file mode 100644 index 000000000..c96a41690 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b8728b4c45157ea573f24f66e5b7b311e87b93fab3eb8df45536e097036a0c +size 3479 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png new file mode 100644 index 000000000..2fef98992 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4bd690e075c8a7be667e8a0725795ba8f85f81a44852063d9d08c654db9c3c +size 3681 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png.meta new file mode 100644 index 000000000..25afa3024 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Fill_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b8c1aedcdb206bc3a18243a057f137e139ecb4d59a1c2e7e53a8efa70f819f +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png new file mode 100644 index 000000000..715d75daf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8842ad43f23b02963e7167ad5c157589fbf5cb3beb5df6d817f83f53135ed96f +size 7244 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png.meta new file mode 100644 index 000000000..0d40d1982 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7ee1d665090559c80b630afff2957319cb5d7fe53cb3f49d0300173fe8d217 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png new file mode 100644 index 000000000..c2f5c0253 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a221a96557989715543b2df2eab7b847e8ca2d0d90cf32b1501351e30aeec8 +size 7419 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png.meta new file mode 100644 index 000000000..d639ffac3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_StageHorizontal_Icon_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e5f4b2e71d827fdf5eb49fdc6ddcc7d286a552c88e577630cb2822eaab2666 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png new file mode 100644 index 000000000..91359d11c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5e311e6542e0403c7ef38e8cfab25a0de8b571fb3f530a3cf0c1e11ba25faa +size 135 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png.meta new file mode 100644 index 000000000..624d127f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b73d76e995444ecf1327ae1524a3d3fe7c545081cd6b77b601ca47f32d4fd20 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png new file mode 100644 index 000000000..2048cbafa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6383d67283b7ff49c86c3b42ed21803d891f953dec186853115b84bb71125ae +size 3672 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png.meta new file mode 100644 index 000000000..87df4519d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Fill_Focus.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467530cedb97268fb93004171fa0d79c7b231769dceec6bcdcac350828d1307f +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png new file mode 100644 index 000000000..a9f44b26c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030d343552dad1637697b8e270d723496c9428b5811408452be5ebdb8af4f1d2 +size 5631 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png.meta new file mode 100644 index 000000000..856ffda46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6c920123530bc3301708c449c2eb0ecfb6286427bc89efb834a4d18386f489 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png new file mode 100644 index 000000000..654ee2ac3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48602b6cce6ddb981148733e7e22f99fb66120ecd2b6e2ec5778f98d30ea6440 +size 5582 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png.meta new file mode 100644 index 000000000..d5a7063d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/Slider/Slider_Wave_Icon2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f667654e19e20e6fbf46f7c1c1d82c5d1e16fa3b515ac8866494b4d942c338db +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc.meta new file mode 100644 index 000000000..3004e8230 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db08dad57ad0acfc58d5829d56b9222202595a0b34c14ee781eaa8740722a5a5 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png new file mode 100644 index 000000000..7d858e2bd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075363cc52ffce18fdfdc0acd8b36219cc4721432c3c62e3402bf8e8c8f65c30 +size 374 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png.meta new file mode 100644 index 000000000..d13c7f646 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b180b0c26bc8b6916979f7fa55e6c4abcdbaadb1e064f3c1b782e7016f5289 +size 3449 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png new file mode 100644 index 000000000..8e795c58f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c6f1bc9806b082602b850a5d57682b3f8c52d537da27c5f253564ab8d45c46 +size 2989 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png.meta new file mode 100644 index 000000000..4fc8309df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Dot_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab0c7154a9414d6da76daf64d315841624ce3dcefb492d2d7c06921b63c3933 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png new file mode 100644 index 000000000..2c55aae7b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f8dd3e7cec14c2dd9f038b75904be2962e30e575cee13ffb492896e774d210 +size 5297 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png.meta new file mode 100644 index 000000000..631291566 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c84ee1682b8af6408080cad40c2a0e652f2a756764768c162bc8325773df6d +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png new file mode 100644 index 000000000..045f62b33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f1c0ad5b4843fa669ef8833281dc2589d5399d1ac48234491eedda886a059a +size 5141 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png.meta new file mode 100644 index 000000000..c8077a129 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6285b4f24ee4d989df4e28e823cb8eaf08608847cfb80c3e4a7b25a5192cb4 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png new file mode 100644 index 000000000..4902351ff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f877ddbaa5671b0e7ad5231ac0fdc50f059f6f21d265e05d022a3f6d3d038f97 +size 1131 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png.meta new file mode 100644 index 000000000..f166f8e35 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3972fcba13049b35d90d1da3c6732a04b791f2770e93da4b7500e6ebe7c33c98 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png new file mode 100644 index 000000000..f88368c50 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494be2a96a63e5b97f8d0ac52da902148296dbfbb6fb436da29634dad3f01a0d +size 5198 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png.meta new file mode 100644 index 000000000..f1803e948 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_l_White2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a03f1828f7a383976a4bb0f186497539a40d5f1bba5c3c2956c780a231156f9 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png new file mode 100644 index 000000000..f5b2a931f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2e6d17e813e59b9f3b352ec6d3aa4337a03243c1e7bd7e5fe9b60de1244779 +size 7358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png.meta new file mode 100644 index 000000000..ce1d4ea58 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0774d592a8c0c91f394653ad1b48ea3c296beabb57e7002e63ff466b2d5217d +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png new file mode 100644 index 000000000..f5b7eed8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f006526b35f8f5aa9e10266d37dc177ef2c38c2fe61258c4869659ce7069e45c +size 7214 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png.meta new file mode 100644 index 000000000..93e22e074 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370c82659ddd376a5b66e9361e5bae2c8826467fa832e780ec880ca391d10495 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png new file mode 100644 index 000000000..ba0c5f232 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1e0fe897cb193ac10aa2b4e5aaca1ec0287d601313c8faf19dbb19c0f9efb8 +size 737 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png.meta new file mode 100644 index 000000000..a46bc0335 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44325fbe7812f5a835382657514a7827fa5ee3d85c1ee5084b659989bda4430c +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png new file mode 100644 index 000000000..01731d905 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fb8be3ee5d7e386beb63a26013600375c8f30f1f6eec719be59d88826c057c +size 3769 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png.meta new file mode 100644 index 000000000..2128a0b4c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Alert_Text_s_White_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55c1c1e53ba4cdbfe568af1445d233a72287cb4cdcf878960f65c60587560c0 +size 3474 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png new file mode 100644 index 000000000..40fe7b712 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc9f2244041d6d3b843d756c4f479471b85e2bdcb327ae3c15fef48b835f917 +size 1492 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png.meta new file mode 100644 index 000000000..ef083fb33 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_f.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e79a96a87f9c3fe135be9c176fd6e8d900092a7fe5e9664a4fe6586e4f08e99 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png new file mode 100644 index 000000000..044eeb234 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475ce69074c8c8158e60e1828ffce4078fecdf764327350d9db7383d6e20d2de +size 1567 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png.meta new file mode 100644 index 000000000..062724daf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField01_Bg_n.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56297ef616ad8943cae1680f3e9b288c7f3c2c3681c28fb854693b3b3b35cbee +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png new file mode 100644 index 000000000..3a0421cc3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd874b8d0c3d06f87aab90bc0034a90d18f2882dc6976cbb4f4a1a798acdc191 +size 992 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png.meta new file mode 100644 index 000000000..834db69a5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942cdb0f3d9ff4b7790f1aa75fa0fb4ff738c1018e8de4ec80781a61cfe6a64f +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png new file mode 100644 index 000000000..e79b16952 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2934e4f2e403394b50ffa1a79f9e28a637e601d351b486046ee9a4b02ef03b +size 624 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png.meta new file mode 100644 index 000000000..6126401f5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be53b5c66a46fae64e9d327d27de4bae391b526edeccc5dd3e79b630b2a24b1d +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png new file mode 100644 index 000000000..693dad5ed --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ec75955b4f21d7602d902a5cb8f597ba2e1742c9a676e843200c42e000c46a +size 886 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png.meta new file mode 100644 index 000000000..fe8a20b5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField03_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73313626517cdd1dc18904a23dd5f41044ed3fe83634a413667e963a0c095d4b +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png new file mode 100644 index 000000000..9e7879baf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cd4d90075428ae64d15aa62552c6e6f55f8a55b8cb3d413a328e50cd0084ef +size 2250 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png.meta new file mode 100644 index 000000000..58bc97d29 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Account.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ecc32fec1bd4971b29f3460d562b991fc31844f2109b59edf8685042e9f370 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png new file mode 100644 index 000000000..e42f1f300 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5713541c8cbd53170bd68fbc74abd7544def96591f06a6311b99c163bc5dae8 +size 2105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png.meta new file mode 100644 index 000000000..658d94161 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Email.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278466bc03ee1dd456f3dba8610f336caf6874da5905252a6e79b8f4a6c90b00 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png new file mode 100644 index 000000000..19fb2c5e2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4958c9c1c2669d9aa096e872a424c7db0c391bb6547657a72734dfa1b566f7b +size 2662 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png.meta new file mode 100644 index 000000000..0a74e3575 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/InputField_Icon_Pw.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0547f3273f58acd0ad501d5fc01123676ec364dda7018a3f07b2fbc836d5ed47 +size 3455 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png new file mode 100644 index 000000000..821d59184 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefede27fb2b9abee806b42987f929ec57ccce4e89e12d7c41c33442170f753b +size 3977 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png.meta new file mode 100644 index 000000000..0b5d55d1b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b98306e194d2a1a076d438e1604af265490f88b43f143950c3bdf0ac2224a5e +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png new file mode 100644 index 000000000..c235e7c6e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5779472305a5d2a73bcd5865dba1d0f19855431e3fb8cf802ca37113c207981b +size 944 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png.meta new file mode 100644 index 000000000..8fb90aad9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3dc89719bc9027eb7579b54dc03bbc516f1a00b68b7618dfe9d2b2c44981c3 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png new file mode 100644 index 000000000..5cb35173d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17144d1d13633604e4ad7925813bb9ef5b18ac9ccce142388ee9b21ec0035cbb +size 390 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png.meta new file mode 100644 index 000000000..b02602e40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214671af95c9c2b8b6964866d71a04eccf601d465bc0fd2d177ba4d4b67752ee +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png new file mode 100644 index 000000000..733facaf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeac2fe48d5d874e37725597c3d8f41eda6fec0e9bb3fbeb720902e27e6e2dcc +size 341 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png.meta new file mode 100644 index 000000000..be7bc1769 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Icon_Add.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeca420ff5286becf7c74d1de2caec3f486d59ba31234fc45e9e63b791267092 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png new file mode 100644 index 000000000..03eb1e5e6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff146e6d592f89b73ac7f68c037b3e5e88795a79420de5a8fc5104520c656208 +size 343 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png.meta new file mode 100644 index 000000000..a83c30e42 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6c8e0aff8b594ced78a03179c58bdf1cb315cfa546c4c361e14de941e0c828 +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png new file mode 100644 index 000000000..da3c6f8ea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c1afd75a9eeb5d0860c23a9f06b7a4cc8c081bff8ed2e426b8a6075b019891 +size 1370 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png.meta new file mode 100644 index 000000000..7c3fcb104 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a8cc8e06e317ec60cdcd09030adc0788628fd6e2744747ce315893552b353f +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png new file mode 100644 index 000000000..ac091114c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a349f7e34f4516746fd9f4f93419779fea63dbbe1875494a24c70ea7744fb5a7 +size 4912 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png.meta new file mode 100644 index 000000000..1703a4c54 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c566f7bf7b642e43e3acbe29653609b8ae97fe43fab60da6a3c8caac750fc1 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png new file mode 100644 index 000000000..5ee09fe36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c64f6b7acf1354ac034067e1d94ff657cc91239de4103facde59fe7fbbacfa +size 4976 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png.meta new file mode 100644 index 000000000..85466ad2a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4918348ff626b71b34569d81098c40336427f060e94b4dbc6e14d5674cd0ec +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png new file mode 100644 index 000000000..a987a24d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738843a30ad00c321c7ed3307c3679676a69a63829b4035a5f208b73e4f2fd2b +size 4967 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png.meta new file mode 100644 index 000000000..041b298a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Btn_Single_Yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e128d1882922ec2a6cb9a7a219d594c4e5842d680c8d9c9461e9c8eae8e5bf +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png new file mode 100644 index 000000000..82698b291 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98099370a71e3ab9a7281b97a3263f005c22b9c575399e7b439f9d9ede05a9c +size 8691 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png.meta new file mode 100644 index 000000000..5ba342cbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Coin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cc88e96b2ef47b3919b526956e33886beb665f082df7c7c731d0245285fda4 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png new file mode 100644 index 000000000..b99674f89 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a147cebf7752c5ae30676850dc531c0c7f8eea49eee6a8c37d0357aea60a748d +size 8086 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png.meta new file mode 100644 index 000000000..dae12baea --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Energy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d9849249d395045e8f67579666977b4ab8caa4aa7446b5515bb8145278a5cb +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png new file mode 100644 index 000000000..ca1cbd847 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ba4c8b58b230068f813232e9234742d892f5eb011765381178a79b0ee38138 +size 3813 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png.meta new file mode 100644 index 000000000..7450a1973 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa2b12aad794bd1ee378511514b04b60bddc58cb5662437d621d987fbfa7257 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png new file mode 100644 index 000000000..86f7c982f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be078ff8f185a72c202770662d02b7291a8e41d2fb0b84be4232e2e35cf7ccd +size 3812 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png.meta new file mode 100644 index 000000000..5b901143b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94e249fa86902ce5a1d75c4f86afcd839c8b4f26979626963520940a8ad5ad2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png new file mode 100644 index 000000000..0036a9e38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908a62335bc64c5897a522bd4b563de20eb3daa2a97b1724cb9a16f9176cf416 +size 7274 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png.meta new file mode 100644 index 000000000..a41b96c15 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/ResourceBar_Icon_Gem_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92329e90a6b1278bdd6c1d05dfd9f23ba2613e04a1a8a5ecb932a89afe71f7ff +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png new file mode 100644 index 000000000..4f742f3f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b730b80e9950012fe3c218f833d018b26aebda61137f2bcbaad3129696ba3a +size 5594 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png.meta new file mode 100644 index 000000000..784292bf1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_Off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70656f1292bed19c829bf291d927fd353da71427634f751f0b9521da39b8825b +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png new file mode 100644 index 000000000..6813cea90 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a02ab9868da8ee1dc73bc324e0486f13957e01c199c0423d5fdc392156a53c +size 5596 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png.meta new file mode 100644 index 000000000..4660e8f98 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae683da8fe75a22b75c39ef622797ecce183307694807877ed483b3f34dbde74 +size 3451 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png new file mode 100644 index 000000000..da0be51f7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fd1f2a55f7e3c3b5a1a997fc947169d509e47d2e2dbe9e71d431a0c12f71c6 +size 1577 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png.meta new file mode 100644 index 000000000..b4f691cd6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Bg_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3ef3e1c44c65b285fcfa84a81bd019fe1729c6e16d8aa5aaaabd837583a0eb +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png new file mode 100644 index 000000000..d87cd499d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5230261de7747d29b17074b8dd514b50dcf9499958f777fc717281314e4c8b78 +size 7792 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png.meta new file mode 100644 index 000000000..51ed0516c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_Off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22759e357c19b33055eeef04c116f5554cf2de4fec420e8420aa8ff655336ebd +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png new file mode 100644 index 000000000..1d0b43765 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb32ad51ce29466a0de2a0002007332b335d836c6f918d7cbb9ae89dec2fb870 +size 7808 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png.meta new file mode 100644 index 000000000..2a34faab4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b886d7b137df09f352ea7880204dfc279578b47bb88610abf9e9e091322c595d +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png new file mode 100644 index 000000000..f24949f7f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086f0f6b73050d7805a11200c42cf387dd63a80386e1d7eb12e156f9b4a66786 +size 4221 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png.meta new file mode 100644 index 000000000..798dd6b72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Switch_Handle_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d06c0685e8f806029dd3136f6bf76208bf7c2abd8680eb9534fa8da573c29b8 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png new file mode 100644 index 000000000..379fbb4d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a692677daee2c637811d853577a937dc9b518466792c61680d7843c05daa81 +size 9339 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png.meta new file mode 100644 index 000000000..44effa69e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f43fd74f9a757be2afc1a625d689d0f55eb332d6c8e93789ed42eca1ae14d9 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png new file mode 100644 index 000000000..76eeb8804 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6fb3902465f8ff5d1e4458c7eaf3aa4e4256fb9557b5527f792daecec1ad69 +size 8382 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png.meta new file mode 100644 index 000000000..146314780 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937f2780f0a5c4a5d53b9ee47b8dd62a7ccc85795476a5bf4230163297cf4fc0 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png new file mode 100644 index 000000000..35817c1fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9442c760880b71e63d6f901732a8f078cd321c848150eee78c402f2b90a9e290 +size 5549 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png.meta new file mode 100644 index 000000000..53a6fa225 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle01_Check_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8b8b33b5506d1162402425281b50ee432a8a231a91ec3c6c804cdd98b657ab +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png new file mode 100644 index 000000000..c87eeee93 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1910e2de560f56a7d3292078d34f8942436bfd0f9797b52f39da1e4ffd3c958 +size 3106 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png.meta new file mode 100644 index 000000000..d407dacdc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8181c297f5db8b007918be9d42d16efb625de52772445c96b0f062442342aead +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png new file mode 100644 index 000000000..8187467c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8d9a7260e6411c8d5109267494f253f31db290ab6595d35eed67f3975dcb29 +size 3090 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png.meta new file mode 100644 index 000000000..30eec0c4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Icon_White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4e19ee3b023cc97019961453103a78f351a4d047a5f61be5fd07afde1b4234 +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png new file mode 100644 index 000000000..19728ec8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c08a6c581558f187ac71c2f5a1684199f38d77391439b3d7cf101cbdfcc47d +size 1266 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png.meta new file mode 100644 index 000000000..68b601b02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_Off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5782e486c236be3a371fcd2519d4ea15efa8f86c669b948efb22de4fbb171b +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png new file mode 100644 index 000000000..9d8c83b22 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38c9151e1c77962b5bd38dafddfa5611e44e78077f6b45b597e29d9a288e2a9 +size 1301 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png.meta new file mode 100644 index 000000000..ec17ac615 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c73fcc5c2b0038277f41325041f619f8c03a97c9701b3d5812ed2c31e50157 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png new file mode 100644 index 000000000..889b1568e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d4ba6c7bd86fb8d31f1dc2f31d974c09ca72a22da4e602b5401e8632937c7 +size 1382 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png.meta new file mode 100644 index 000000000..dd57505c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_Border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72ddf4ece8e4568577d88936d89dbc2eb9b59cf0fe81a8a81d7aadfb122d80d +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png new file mode 100644 index 000000000..a0fcc373d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bb5c5597c5f70b79c839e5664e55ea7401c436011c5ecc819b79439ecc19ab +size 747 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png.meta new file mode 100644 index 000000000..789e6842a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/Toggle02_CheckBox_White_bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4e5149af5537e2b14b3012446e5f572ac1e347b5906f9bf8e000e0cec9fac8 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png new file mode 100644 index 000000000..eb22211e8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab7044a7c8e3a8c4cc25622aa74ad6995c43054ed137f2752f6529cbd346f90 +size 757 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png.meta new file mode 100644 index 000000000..f8be5976d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Bottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49e253a168d71f14e665f9f480ac4607424836e3c2f9fb3a121705f6d1fd9d7 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png new file mode 100644 index 000000000..796f8b820 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04c0278a6266aa55943d84e9a3e965139b494289cdf6d01df9529fac7ecb8dc +size 502 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png.meta new file mode 100644 index 000000000..99c6f6cad --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo01_Top.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa95e77294abee714ed3ce0df1edc1497bda9657d11dd854287ff34dd6c2b2c +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png new file mode 100644 index 000000000..49655849c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2587ea6c42d2d5fb24eecdb1851fac6d07e3c7a3165dc0362e5b3b063bf3e965 +size 769 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png.meta new file mode 100644 index 000000000..09c771582 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Bottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd070d3d82250d8b6b0ffc0b9c1ac5ef30304031aa7af102a918ff3e9140e89 +size 3464 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png new file mode 100644 index 000000000..6ecd85ac7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d21f9e304f143c3631ae64ea723fd3484e129118c316dd5495c3f6683d4c84 +size 493 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png.meta new file mode 100644 index 000000000..44a9fce21 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo02_Top.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47498d1508e509f335721c1f2f9d03036b50de6f503851c8bcc28467b4fac60f +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png new file mode 100644 index 000000000..e759affff --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f4a8911a0a503423bbfb025f3174823cfba36869fa90bc1d8dbc3a9468f499 +size 1681 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png.meta new file mode 100644 index 000000000..509b8f0fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Components/UI_Etc/UserInfo_Profile_Icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314d76c4f0047da20d688382eb77ac049491df40eaaccd8c15f5f6da171aacf6 +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo.meta new file mode 100644 index 000000000..efdad1e5b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79c43a6b1045d10039c9973b54ff1afdb887b12fd15d29a14073f22eeacbb91 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background.meta new file mode 100644 index 000000000..5d36d65e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bf50cc18ddd6f27de37efd0d6b19e62d13045b62512536852050f05a61dbb6 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png new file mode 100644 index 000000000..ed6c6c5e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620e185e709e3afef02b8607e2843ca2d669f4c0c77c69945e8990b6a053828f +size 2071655 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png.meta new file mode 100644 index 000000000..b3b85e2b9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98566894eac8df312c4c73f9e9fa5429dc0bfaa5b5b75195306e3b8a2a70fdd8 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png new file mode 100644 index 000000000..74bc997a9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9482f6361fc9c296acbf6096a3bcc7ba15935faf6592499b8f452ab48158e355 +size 1227970 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png.meta new file mode 100644 index 000000000..b3032ea72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c33c70d3eb93d182e1fae701e8476ac997b5c65a02ec71ee35193cf15cfe53 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png new file mode 100644 index 000000000..5b9b7f059 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc531b85f34a442e39b1cc7a1b21471418acd0ac4964107bcb37ecc28f12a82 +size 1448760 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png.meta new file mode 100644 index 000000000..0ddeb260d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4470f27f17f7b3c2032abb1eabcdb63b486dcaf306ac692cd65a15e9bc97d7 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png new file mode 100644 index 000000000..1ed04fba1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720ab7d0176a1c27606490ee5ef9deb35ff7106c56033d202aebb29f7341664e +size 915255 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png.meta new file mode 100644 index 000000000..702481fa6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a07af125af81b87b8a836c8de0002b9bafdc74605f4dbff694c08692390920 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png new file mode 100644 index 000000000..845ea0f3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d588dfba85e63bc1ad04e83f5e5ade630cad43075fe5d807a7ee5c201aa0af92 +size 2563875 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png.meta new file mode 100644 index 000000000..804421be0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_05.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db8d628ad96715d9531074ebdd0154b9f5ed9c05e4c34e5098d8a29a0d1de3e +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png new file mode 100644 index 000000000..a67d3c65b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e230029a86d4dbebfb82506ba6da387c8e2042e32ae77f4283fc1db863f8ab +size 4019 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png.meta new file mode 100644 index 000000000..8d5a7a4fe --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_06.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bfb54d420f36f40b25a3cfedd30342f7794ba1c9142593ba67757b1a5e0fd2 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png new file mode 100644 index 000000000..4118357e5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b8c79f1efd1049dfd84d04ea5cc902704caa67b7588de1853b649a325dfc27 +size 1140 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png.meta new file mode 100644 index 000000000..0c0ee0bcf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_07.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca5b21fe22fdbb64d20208e6858ff4ce3d77fc7dc6746639f6c14d4a6c5200 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png new file mode 100644 index 000000000..49caccc9c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca152bee11268ba7eb92cd171649c045c9b6dade1368620c3eae29eb1fda5c28 +size 14913 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png.meta new file mode 100644 index 000000000..5c9269479 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_1Left.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f7dfb821ebe8eaf2af40782d33e0fc9e3e6437aa5a04139e70457f9ed3eead +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png new file mode 100644 index 000000000..a722aee2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302e20f928099f9b7f3fe9e6addf37b05835017f698d0a0c5d29eee24983d64e +size 26011 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png.meta new file mode 100644 index 000000000..78f87f5a4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_2Middle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e2b9ad60d6c4b5dd9d5a42dcc02095ea9a53c1eab90c9be771b35564bf764a +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png new file mode 100644 index 000000000..97b385b46 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f064360f334300ce39d016f25b5a96e576669a68b4f97ef845c118e03037a641 +size 14680 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png.meta new file mode 100644 index 000000000..160e91baa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_3Right.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74692f65a305fe6e5ae7fd942624c9be05a4006c73f5ccdee1e646acd40e4aa6 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png new file mode 100644 index 000000000..7d85d6c3d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3b599300261ca4ed0b942facf418937cce595e83ee0fcb4c03302cd7eef2d4 +size 679 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png.meta new file mode 100644 index 000000000..9acec4046 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_4BottomGlow_Green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3c1ee931072d82314bc6c93ca93371fd25094abcfae8b0ae73da54644834ae +size 3471 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png new file mode 100644 index 000000000..2dca87cd4 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e26fe94c5c36dfab2784b73d2b04642863f2de20fd71982b90131a22e49c28 +size 679 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png.meta new file mode 100644 index 000000000..b85bcd6cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_5BottomGlow_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd31885c991d75b7154cc181559a48029abfae628f477ff28c3ac3e7756f8b9 +size 3470 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png new file mode 100644 index 000000000..c901f2300 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfeded2dcdabaece25ff61aa756d83a0e9dbd650cc506924d40e1ef4d49c813 +size 5129 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png.meta new file mode 100644 index 000000000..9d9d1ecdf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_08_6EffectImage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872961912a50ef673c6ee47453f9d40270124ed4ed6f4e4ce895fa39af5b0aea +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png new file mode 100644 index 000000000..43858cd62 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcda2c01da3b5a0ba45399fffa1812a88d48ce447dcf8a805e184c67851e175 +size 1658 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png.meta new file mode 100644 index 000000000..e63e8f774 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964d7b42598b9c0a9022c771096c41e167a6fbe509ff6fa138c9c30aeab176aa +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png new file mode 100644 index 000000000..33d96875d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2172f61a76cf863710aa89526165582125beee9ee782f3ed4e6d09a53c59b556 +size 81 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png.meta new file mode 100644 index 000000000..df81bfb1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5031b3c2241277e763399a8ca3a41a397f509575a1361eaad831745301a0ba09 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png new file mode 100644 index 000000000..5846e608e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ae02612c6ee528b702c401bf6b112ba690b0076f965b4bed74c489254ba4d6 +size 4250 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png.meta new file mode 100644 index 000000000..8b88db53b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple3_GlowTop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c602bb531024978fb35435b18cdeedb51cba38a915f12f79b8f3e03a305957 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png new file mode 100644 index 000000000..862029b10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa6b64c9deef762f3782d9c270ade29ac12a8ed537c268e9862792a7e65466f +size 4608 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png.meta new file mode 100644 index 000000000..2401cd94e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple4_GlowBottom.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace9adf49c823f20e473dd7df781fce443acbf3b5f75609c0b8b8773e78b20b5 +size 3472 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png new file mode 100644 index 000000000..e786e0fef --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a584eb8ed1110c651b1f9c86226b0b67e5c2da96f223f9cd75bb2899eac87fd +size 3682 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png.meta new file mode 100644 index 000000000..56d2c799f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_09_Purple5_DivideLine.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba736d377be70f0908c260624a247f98eaf7ce472a31dc21d3910d410cf0afc2 +size 3473 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png new file mode 100644 index 000000000..3e8862499 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4beb7f9fabd8eefb46b55ed2de383eb60b5aa7d3891c5fbd0ede31b718f6ed +size 81 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png.meta new file mode 100644 index 000000000..e94a3702e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Black.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04728dfbc466bb7b1378a94d9519506c6e689e4e498f97c7f51107006f8fa2d4 +size 3468 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png new file mode 100644 index 000000000..b896b2848 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0ac87820a0c688c6a1401d0b74770090007041cc1a9eb6c383f5d1ee395fe7 +size 3671 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png.meta new file mode 100644 index 000000000..12bdfab10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenDimed_Navy.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cc014044014cd0cf5766542777d3128f1e85fcde4ff06590d5da9829383efd +size 3467 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png new file mode 100644 index 000000000..ee31a54f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3b05b58248728f58a1a01aea4d1813eea855e307e72eb81a5471b9353753b4 +size 51680 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png.meta new file mode 100644 index 000000000..fbd3676f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Background/Background_ScreenGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ba00eadef15e4ae155b8b0a6226d29ca54a38e119077bf674473206ae683e1 +size 3469 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character.meta new file mode 100644 index 000000000..bdb942154 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6499ee60e1c507eeaaa1578a626d0f70657edb8041a6bb3b7a9ab699914e80b1 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png new file mode 100644 index 000000000..b3689b9c5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ce0bf4c555b353d281fe6562f987c75302bf0ebbf5c438da535a21d689a4fc +size 66981 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png.meta new file mode 100644 index 000000000..19101d049 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e22fa71f6175362c13e7715215de0b1d3da623709bcf340f85af9f4b91752a0 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png new file mode 100644 index 000000000..426388b92 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824924e0cd3507c2747c5dc37791244b1ac18691607c9b2868a24287ea659dbd +size 52624 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png.meta new file mode 100644 index 000000000..cbffde264 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6897af32f017f219286bfb15719fd8bf4e52de958af4ed9581cbd0af5958d5ea +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png new file mode 100644 index 000000000..31ba69e4d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8767cc3ba1c1b30d7e3206c92a53734ce2cf18a58f57de16e6c2bca55eec14ae +size 28202 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png.meta new file mode 100644 index 000000000..ef9153ed9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c8dcbf3e15774c65d62bc2d99b3791ade436d98205c0cbabbe4519bf72bf5c +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png new file mode 100644 index 000000000..58be2f5fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a761828541cbd83a96982f3cd2b68f354dccf18a6efec73c6440ec9c87cf5f9 +size 103307 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png.meta new file mode 100644 index 000000000..7c862d026 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample01_xl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2719f284c28c2213a1c48889e49ed452b5b53a72a772f0ba3d64534d2b84597 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png new file mode 100644 index 000000000..b7b44dac6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633ab205682483350070611f5070d08c6520d2f631d04203f0080317888f3bfb +size 82814 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png.meta new file mode 100644 index 000000000..e10bcea12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afca634a53bbc055762c92350a7809ab4f10bc06be33ce97807690e9941942b1 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png new file mode 100644 index 000000000..968045f7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64979306e39e4134623ff6f3c6e21b3dd962659bf22453592d66d95749e2bbeb +size 109503 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png.meta new file mode 100644 index 000000000..33ad7d2c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcfd5b931530436f4448a1d1d088e59e29ece7e92fc56c586bfa1420c5715f0 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png new file mode 100644 index 000000000..a30238edb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47611c580afeafdeb0ff3a5735485c24a87fa85bf3c463c4bbb86dcfc87a0a73 +size 67400 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png.meta new file mode 100644 index 000000000..3f71a0c96 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8a6fff03a506644b6cbe7d539e1a5aa8510aff91856c53595eb00395cdcefb +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png new file mode 100644 index 000000000..cb9b2e29d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128fe54d89b6d9422b753a8a0f2c83231fdf53f8c9b3bb9af8b8e8fcb08a49d3 +size 39517 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png.meta new file mode 100644 index 000000000..d3b554e1a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample03_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca10c57c92679e4a953bab79f0db527cc16576ac77f2ffcf875fee5cc2fd528 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png new file mode 100644 index 000000000..c12a0d13a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f582d7b7cc726fefcdfa135ab2e923631c1cdae05e299ee0cff7d548a27fa48 +size 369612 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png.meta new file mode 100644 index 000000000..6ecc89236 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0d587a940c28e4d4564b9e0c93113608b48a1cf8572ae88d057ae6ae8c3e4c +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png new file mode 100644 index 000000000..d030dd16b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfffcef64611c282062cc62119e5a616c1e7db2df4a05dc816ca48e731eac41 +size 71940 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png.meta new file mode 100644 index 000000000..ae3b361cc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c344969fc4a68d310a9c2ae2d34e47096d5ac1e007757c704b04db82eabe6d07 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png new file mode 100644 index 000000000..743969d7c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910fdc3dd7388cd8867b4b9da6e98c16b614ec92358433a1ea8f0d63a5a57f7e +size 54832 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png.meta new file mode 100644 index 000000000..217c1bbfd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc55b1bff53de5fe6ef1992ffc26d3abc607c45522e157d8242409abfb152576 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png new file mode 100644 index 000000000..c8dcc0ec6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc5cfd9890c1ad7aeb8d7a7405496aae06ace2d33c5204ad366f5fd984483fb +size 28158 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png.meta new file mode 100644 index 000000000..58c607f8d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample05_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be64016a83190c6958e4330a0edeed536c8c060d76e6bce02c07a0aeb081447e +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png new file mode 100644 index 000000000..41531ac8a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484eade82645376d0806d2ec8993c9a7865ef8421fbec778c13595adeb8cf569 +size 92046 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png.meta new file mode 100644 index 000000000..7bc98c58b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099a964f505537990bb5ec91948313fcccdcc0457f48ce9d8a2853a2265a1b79 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png new file mode 100644 index 000000000..b131b6b95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de576e57e98192c23100353b183d66673b71d4b221155429f1d4d1a9127b52b +size 66371 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png.meta new file mode 100644 index 000000000..c8886b497 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_m.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff69d812dbca1a7c0d780dcd9024ff08d6e3856d77c17276b795dcb6b88075e +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png new file mode 100644 index 000000000..a28babf10 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8111aced8db4fe604956f65ac09afe15c5362cedcc2ea983596c8e0aa65f851 +size 33846 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png.meta new file mode 100644 index 000000000..1032bd375 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample06_s.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4c94a84d41f37bbf45be32a714c8e414094385001d2e08feb9c031fcb98de0 +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png new file mode 100644 index 000000000..28fd56b02 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0dd3bf970347c51bf2bad9a693074082b4876ecb2e4d669c41975358aa1bb8 +size 96778 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png.meta new file mode 100644 index 000000000..cae1d2d4a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_l.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6470f059afdce13bf2f7038bceec955c7088b0b71088db962902208d379a9b +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png new file mode 100644 index 000000000..132048c8b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd725f6b4d75ae033953e7f6f4c72de13687a9ff09c2a8485c3ebc1969394da4 +size 370755 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png.meta new file mode 100644 index 000000000..d18bec2d5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d16f6bb6e7d314d00d1a819e041476d035a97090355c98ffcd8401507877cd +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png new file mode 100644 index 000000000..df9b2d6f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6eeb41d1748adc932114306d29e303ff876bb91fe783dd740f14199c87ee5ad +size 249213 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png.meta new file mode 100644 index 000000000..9051225f9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample07_xl2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babd321426b7246e7cff549a668276a86c99875cd59be22ea319c38b0880b4cf +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png new file mode 100644 index 000000000..552159d48 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abd51dc9efea347860281dc66db1eda87325d91b2cfaffc6b8ba0b4b717509f +size 90358 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png.meta new file mode 100644 index 000000000..385a032cf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample08.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fbaae57348a15d6c40d0445a445798fbe7882069a76826eb0c730e80a9b589 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png new file mode 100644 index 000000000..0c275531c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6c81a7171a7fce40141f4e48227be7c534ec77ba6839775a24547bd67a3e1a +size 100786 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png.meta new file mode 100644 index 000000000..f0754dece --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample09.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738a2edeed0af8857b4c22be129cb491cc1bba3c5eabfffb2d13a7e0c0e32fc0 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png new file mode 100644 index 000000000..e2707b7c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9915f1b1a84a7a3c542e401c24e71e11e29aa4e3df8d48d146b08d4f5c98cfaf +size 100548 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png.meta new file mode 100644 index 000000000..260d2f359 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da55d7e6ef6a3646a830452f859020c41501692ad15bde1481cf34b3a13f915f +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png new file mode 100644 index 000000000..35a7d9b12 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c82349390f5787354d9a23297b354f9639e9df42b07a1843e735655df7cc9e +size 46207 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png.meta new file mode 100644 index 000000000..91e725ecc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc65beef1495ad37b1b761c4484af615b05ace8a67b0eef365d572b2fae580f +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png new file mode 100644 index 000000000..05fd56a95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fd51d90c17e38c90d55a616eb36e1a621d110155a8d0d2355b1ae26e19d5ca +size 125232 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png.meta new file mode 100644 index 000000000..47a2647d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ad466ad42159eb2b52349ba88418852a6a3ffc52e39c18716c5736859c9cf1 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png new file mode 100644 index 000000000..b637d086e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83978e7515cc42ae2354160106f999b9085acdbb27740627194e97f349833506 +size 65538 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png.meta new file mode 100644 index 000000000..b16caa4bf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3f4c149b9be78bff6bf0c226c8ab692c71c9e74e8f275031ee0925fcc6b290 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png new file mode 100644 index 000000000..b18f68c25 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a80557bfdb7e299592f439ff52fbd43f8382f17f400572fe0651d15279eee8 +size 109108 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png.meta new file mode 100644 index 000000000..5187bd4d3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0606ca9cfaa4ff1ab2b91cf0009fb5a7cced9df0e61ec8b3c2a93155d2793be5 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png new file mode 100644 index 000000000..40043cf9e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedf2a617583c0c0fcadf8738f9ee2dd2b16fc15f7919328e731ac6f9aeca360 +size 63453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png.meta new file mode 100644 index 000000000..06832d78d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b5c487216f9675b4793bd797ddc82a55ae50dc40c44146321559b9af4a0b78 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png new file mode 100644 index 000000000..e009f63fb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b408787ab80fbaa399dae332243da10bd4f3cc3172d4d7174e58acbef1c105d +size 58223 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png.meta new file mode 100644 index 000000000..c79dbc1f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099198fa9c5f9071023a388b2516cb2ff40b60d9eb141163d998ab8dec4c56fc +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png new file mode 100644 index 000000000..430279a3b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b32a9619504b1db15fea302c2fea07079984dbbe47d6b2cb2c36be40adc3a20 +size 161622 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png.meta new file mode 100644 index 000000000..2e08507c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a8c3e3361cd74ed2d1dbcc03d2800917090af1c78e6a57f2a7435cb653a4ea +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png new file mode 100644 index 000000000..fb10248c2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2530cd4a9b6aecbe98be4b81bdd5c98a68765747df3d9f4d6928efe9bf02632e +size 153896 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png.meta new file mode 100644 index 000000000..0933b6959 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Sample18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc583126efb291ddd3c40ba68174f757a63d81af9863751f9696fd613925353 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png new file mode 100644 index 000000000..1c9048d85 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da1439e958212d9687e2a8a9846d41d3d46fa32333f7c334950da3831733d30 +size 6957 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png.meta new file mode 100644 index 000000000..6c15b6b40 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59149865f8d6276e14866599da91878e9b5622a6ef9ae0b0a7a1bdfdc0c82ee1 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png new file mode 100644 index 000000000..5c3921294 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2da5b2c7ba0588f0fc4bc75c20e07d410b236deec3b96bc0f043e30c5b498d3 +size 5864 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png.meta new file mode 100644 index 000000000..a3fad1b36 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Character_Shadow02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b21b6c62934321ec25088b98315d5be8c260251e36c25ae784b5141ec6e83fb +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png new file mode 100644 index 000000000..afdb76127 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed41b816d1d0cb7acf7d0c148e301c02d8ab3ccbd7647347d82572fd4e847028 +size 84392 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png.meta new file mode 100644 index 000000000..c75457f68 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34912b87980ae38e6eeeec67f7aa45c3fbf213630f69c87af63f78570034a199 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png new file mode 100644 index 000000000..f498cb441 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0b3cd312518c39eb263083fa795dcebb8785489031dbe3455afb525fc15d82 +size 64036 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png.meta new file mode 100644 index 000000000..b36458449 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edf6de39db5d5ac029b535bc500daf39381e6a31eba05187f4a7b7a7d95fc1b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png new file mode 100644 index 000000000..0c91acf56 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364915f5f308b5bf6bd2865a3d44c96b96bfc5fd189614dd8b72b018c2853cbb +size 88519 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png.meta new file mode 100644 index 000000000..e68eb21d7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample04.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0df7728f7cd4c1ccce36e0881250472d22a2196f83b3611f6e5cf4142cb47b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png new file mode 100644 index 000000000..31cf86151 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d58c18b37d4d76d18b9113a01e6f918118746e9dc4bc3b715c3ed1ebf891b3 +size 61860 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png.meta new file mode 100644 index 000000000..c5be6c18a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample05.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f75a5885ca9ac5ebc4f125e7b423fc1736ebb4fa782fd974ee767afc0d680de +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png new file mode 100644 index 000000000..a68e5b622 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f510e9ebb5aa79fd99e56015100a3de2bf8b4dd49a6bda24742749a326c5d8 +size 82995 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png.meta new file mode 100644 index 000000000..efc074e0d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample06.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8469ce99134c3e6d944fa7bb17e5a481160c5eee449b6d7356703f0b801860 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png new file mode 100644 index 000000000..bf882b27a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da438a94c613dd6723c2a096f9689d29ea04b65a2a581eef3a38967820df87a +size 82697 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png.meta new file mode 100644 index 000000000..f03e21750 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample07.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db88cfd19f750d8fdd970cefd951476fa268e8d5e2b8040d033cf4300ebac7b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png new file mode 100644 index 000000000..0834f4d59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8986743a522d275986f0f58f43e4ea4667128e4c7241dd9f060c3d2c2a96c2 +size 81852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png.meta new file mode 100644 index 000000000..14bac3dd5 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample08.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae7e926b5481bfef23b670b12ae03859fd3dab728f8acd761aeecbb25ca8588 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png new file mode 100644 index 000000000..25792b34f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a6f42ecf630c5f8e41fe9d22102aa15d68748f1fc4e306a950cff51274e5e4 +size 108041 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png.meta new file mode 100644 index 000000000..1b5b09bb2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample09.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3f62a5045f9ba246b0f035e7f65619d858eb5ac643788851ef8dbe800a18c6 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png new file mode 100644 index 000000000..c5896f175 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b27cc4993ec72953983f09853d509351483f1f78e5c5067a92496eef98f499 +size 58615 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png.meta new file mode 100644 index 000000000..e9e87e82b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1fa5a21015aa97b555bf970ea13ad6058506a07a396275817eb53b261bf8d9 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png new file mode 100644 index 000000000..e353b8f59 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263a05126624e8828e031a5e39f77662fa24d135a06bf977a0c430efd47f6d53 +size 175189 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png.meta new file mode 100644 index 000000000..4a51b1556 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Character/Play_Caracter_Sample10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8eb639d02adfe5bb2b564ac852abad32efdd4ee26dac657c58a1dad8688ae6 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image.meta new file mode 100644 index 000000000..19fbbfd57 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffd83ab50a521870305a459b77b962ee609b401af24a812fa65b2743bd42405 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png new file mode 100644 index 000000000..d499e0be3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99ee15fe231f6158997930acc05fe2b866b746d444c8cc5d28b4ec630c30c9a +size 85 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png.meta new file mode 100644 index 000000000..4182d1133 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Box.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd10c7fa748fa296d8cb30565ee8e5413b1f948f8e04ba005f366b676382cf36 +size 3451 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png new file mode 100644 index 000000000..d297b1005 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08388c9df2f6a1a7efc906f10ecf2110236917cc6cf4b07df3908655fd02d218 +size 3168 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png.meta new file mode 100644 index 000000000..5550f4216 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Common_White_Oval.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba721b78b8eb63f16178174594783a16ab6a81d2051657d9d42cbe17b430308 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png new file mode 100644 index 000000000..c91c03dc0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef718a7f01484bba76f0362d9eb677ae25e0f35820c5b176de1538cce75a408b +size 66777 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png.meta new file mode 100644 index 000000000..1fc58db87 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Cirlce.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73421dfbd2829ce8e9734d8aded610d7fda49e5396059a5703354bd2e6cb332 +size 3446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png new file mode 100644 index 000000000..4ec6cc403 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632fa8199da1db987a445eb6b35b6a99104c2d9a26fad21023500ed022b6de42 +size 38802 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png.meta new file mode 100644 index 000000000..e3d56092f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Glow_Oval.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9349baa7308048ab27f853091980c85d92506e2be70569cefeea66dde0b7fd50 +size 3444 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png new file mode 100644 index 000000000..269272652 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893a0689f8d0cead08fe0d43526bbe1759c1bfc9a1dfe412a9c39188c4f92a64 +size 162339 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png.meta new file mode 100644 index 000000000..7f02cc1ec --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Beach.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da8db0d4f5694352af352cb0f95591bd576fd2d81a468e8ee51c9620cc3e741 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png new file mode 100644 index 000000000..0b1117455 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dd3be1a7ed909677acafb0c29fac17236e81da0fcf8c123113511196dba0b4 +size 153648 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png.meta new file mode 100644 index 000000000..d176ef216 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_City.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48822754423f71589951007b6f642d026a46f451d061095a8f031170ce3af172 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png new file mode 100644 index 000000000..efc28516e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6902f144aed784bef413c591d9d2bf6bfeb3cc1ad587ad343c38d602741285cf +size 184499 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png.meta new file mode 100644 index 000000000..53afca039 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_StageTheme_Forest.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f5ed90f4b0670438044e06e2fba9b82fc8ead655593030acf9e511b44e9cff +size 3458 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png new file mode 100644 index 000000000..44ef97ef6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f662198bdc1e3b138d6640a401c44b21f2b1cb8eea7b48137e93e5283fdd84ad +size 129096 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png.meta new file mode 100644 index 000000000..88fb3261a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_TitleLogo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ad5eee96dae0abc85cfc7c5dc9204d84915cc372eec993b23f2ce780339500 +size 3450 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png new file mode 100644 index 000000000..b51e69916 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290d9db9946ce6c983d02db67b73ae6831ae839e767f14b2da9fccbd9dc8d977 +size 12327 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png.meta new file mode 100644 index 000000000..4189f3992 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Image/Image_Vs_text.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6e901007b9bdfc9b17e79ee8403f8393206c784b571c8448f758da05124d8f +size 3448 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play.meta new file mode 100644 index 000000000..1fcfad793 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e82895b95a8338e064dd9ccc87ac7c08db4ba9764cfdd25f7f2effc76addb36 +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png new file mode 100644 index 000000000..c7f925f5d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c45cebff529e34bf694f6da61545b76df50e975e27a307b84c7debbff9d9e0 +size 26852 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png.meta new file mode 100644 index 000000000..f09359c52 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fce65a4019d17a5a52ac77bc54c9e4a406aa2149f69a40b2f8cbe11ffda5347 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png new file mode 100644 index 000000000..1938f5584 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a393941969339c9185212023afb58e16fc0c15ca7a2bcca0899236b823c74210 +size 28176 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png.meta new file mode 100644 index 000000000..789240f7e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e779bab4ec001a991a81aa016b9975eb091a53ac14d3d0f82bc83b8ed589c59a +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png new file mode 100644 index 000000000..68b93071f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c32a7597006523de0e2b6ccdaf965eddea97bfee574ed634ee32b1894709ea7 +size 32672 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png.meta new file mode 100644 index 000000000..ba975f8f1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Purple.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4d5bf4766d44d9d74b0efd14ffcd1b49e41905c0d89c68e770a0a7f3a488c9 +size 3462 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png new file mode 100644 index 000000000..759e6e63b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbaa1de5a1f12d15bb242f30c6f74627f5beec2761c572b387fc18844f717bd +size 29533 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png.meta new file mode 100644 index 000000000..911271f72 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_ActionText_Frame_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6965137f6927d73f765812848bdc36363f70c16637b1164f3a6383a12791bd +size 3459 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png new file mode 100644 index 000000000..6391a6046 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dca3601b6223a4000a2973e311f5e1f140df63a3c789ba576e3ed89c8bcc28e +size 34699 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png.meta new file mode 100644 index 000000000..0d326d7d0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Character_FocusTarget.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0e0aa233c3e1baa2561d1596bf9a09c1021f398749bd0341ef710016156d46 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png new file mode 100644 index 000000000..5a50507f2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dd184964d3ddec2591d99330f26ed5a8f93b421b71812b7a56da15706fc60b +size 20859 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png.meta new file mode 100644 index 000000000..b9f5b9844 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e01e90c5d3b67f78a9c8da513bdd50d7a20bed8b2565b6e358ab46f859ae32 +size 3450 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png new file mode 100644 index 000000000..9701907e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77dafc37f96f3fed434faae67e2d437905e5a89b54ae091daf271297749b3d1 +size 6494 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png.meta new file mode 100644 index 000000000..dc3cb15d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_handle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6863e11d762ee3aa4981ad8464275403db69e465dd1f1dccbd5841a084d92f +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png new file mode 100644 index 000000000..79ae7c97d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f032f0f9cf667ea2216941f9e35ad55ea309fe0847003407789c3dc3a49840 +size 10076 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png.meta new file mode 100644 index 000000000..acdb1be2f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_bl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ada31f2c641e7fc2da3cec1893db6e9712b4896405097dfc631cc59a215037 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png new file mode 100644 index 000000000..b20ce3a31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8d9c9bb7b8b26c27ce34b5ee71156c5fc43bbf1c85154e8ab1f922e7f5c53f +size 9646 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png.meta new file mode 100644 index 000000000..2616a9398 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_br.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad08b3f73e0055b57a83d3e0906e5cc11d057936321d07eae273c07fd132535 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png new file mode 100644 index 000000000..3c14a59c8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e4b7e049ed1aecc5378e2cbb89ae0252498dde3addd21b4545354ce4c8d812 +size 9441 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png.meta new file mode 100644 index 000000000..824d16ecd --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81462a2f64c23ef5b3af02f18a85ed79ab250a0796d93b797f7e43663ac88b0b +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png new file mode 100644 index 000000000..8032eb0d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa75fdf474b786d35fd1b890e3d8d400c295e6e18ff688997a11113ac3eecb5b +size 9874 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png.meta new file mode 100644 index 000000000..6b6484319 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Joystick_move_focus_tr.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b5ae40a938e725332f4f8a619e3e8846076f63bc7b435811b3b7f44968d550 +size 3461 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png new file mode 100644 index 000000000..104d113b3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68eaff1adf70f399d1be52a47c79e5a4b6ebdf81fe83a4945276b012e939c61c +size 5643 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png.meta new file mode 100644 index 000000000..007c896c9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Frame.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5148be0044e4b192cdf31822b7887066fde5391e4e466f79f88a8e6381e9d4e +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png new file mode 100644 index 000000000..2c1c0122d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639eca245deed83270a4b70bc46aaecf58b729a4403b00ff79481c223e0e036f +size 5624 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png.meta new file mode 100644 index 000000000..e6d889314 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Bg_Sample.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb6f1a395a267f50e79f0a567fb690fe38743fdef6fb11ce2031c7376a95cfe +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png new file mode 100644 index 000000000..362b28cf8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877da39b9738d5ee7c9a106e00cb2cecd95403690343ea3a30f81a374468f97b +size 2903 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png.meta new file mode 100644 index 000000000..ae7412e76 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_Frame.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce05764e6a8511527fdfe2763b60a25564ab11cb0a9a0a9c00db3f2ecbf351a +size 3465 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png new file mode 100644 index 000000000..54f31f35d --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dca74cbecf12d94dcde61a8cec921684202dd4ad77e29d08e407d20f8b29c7b +size 920 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png.meta new file mode 100644 index 000000000..e1df76d31 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Bg_InBase.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d1ddd8a545f09d48c0c8c3d0b4395d16cad6ccbf4ec0c3237194f0d6bf1688 +size 3466 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png new file mode 100644 index 000000000..79967ce99 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d03f2062b038a6171aee6ed42e68426a9d71ba24f5e909259d83e451e15bbdc +size 8871 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png.meta new file mode 100644 index 000000000..c5fe265f8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1cf9659e997f34fb58bce8b17df164f0eaa7aa6d8872ed08a7953f478eefaf +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png new file mode 100644 index 000000000..003fa8ada --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a342ade26f2a0086b245e3905dad7fb315ef9a99ee7edc9770e493115dfc56c +size 5041 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png.meta new file mode 100644 index 000000000..cc6f8add9 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ef8980280b9b24f2ff02f6c30e974002b914fdcad104cc68acf181de23f0b2 +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png new file mode 100644 index 000000000..40942f11a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f980ad286753bc171c931a2ab52e6bcdfd182ca653269425bb645ac723bd0c +size 6788 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png.meta new file mode 100644 index 000000000..22fcb32df --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70a98e1f03fe74ac82881230ae620b908279839f375cd11a9121b21ae92a61e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png new file mode 100644 index 000000000..3b465ae17 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f796489627393f56036f03955c192071e6781ca4af0e4d79f81834ff1b8188b6 +size 8570 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png.meta new file mode 100644 index 000000000..e9f445171 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Character_Icon_4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d469e885f37cfb51bcf25f9a23b56959c89c576db1b9447884acd6aa727e0e +size 3463 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png new file mode 100644 index 000000000..cd7df1d1c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3bb060125d0022efe34f681f7b34e534f2af9cb7a2cc543c7840943c831c8d +size 5381 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png.meta new file mode 100644 index 000000000..67118ebe8 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227a9ea713a4811696d9346ca1a9e42433be4ec6bed890eaa9ddb40a5d364b99 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png new file mode 100644 index 000000000..8487c35ca --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a999b8ec44f9312e31947b062425802e5eb09b075bc937629cfda91d2586c265 +size 5352 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png.meta new file mode 100644 index 000000000..3f0512376 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Icon_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9aeeed8341fd7611b2798308f4d39b0fcb49cb0a20f88cd89106494e9f25b66 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png new file mode 100644 index 000000000..88b04b675 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a2264b188cc3b2ada81a2d1d7b05cd9360b987b922b75578f789c41cef043d +size 4597 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png.meta new file mode 100644 index 000000000..4e33983be --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f4376d2018103ddcaf4dc7d4196c6d1fed6d729e6ccde54da84fa255b2f8c2 +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png new file mode 100644 index 000000000..ca5fffe86 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efe8a0e6d2ea8ea6d1e652fbde9a3e003b1a789a4cc86d7b880b2eef70331ef +size 4625 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png.meta new file mode 100644 index 000000000..e771e25d6 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfeadca6dc629c5e8e2a816153867e0bdca665ed8932cf1d2317d0e8e2c6eb9 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png new file mode 100644 index 000000000..06933b63b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f077f4d63156eac8740174d3b7167fd538f3d07a9cfa760e725be6a66a6703f +size 8062 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png.meta new file mode 100644 index 000000000..e39fc6d06 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Minimap_Point_RedGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6995f27a7ccef6359712bae340b117bfa90960a2e3b70b4c1d5d583be11e0361 +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png new file mode 100644 index 000000000..f8b66a831 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afb8a17d43fe41090e9feeb1afec78f203f04002ade9bb9621effd123967684 +size 8480 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png.meta new file mode 100644 index 000000000..f823940f3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Arrow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ff79dc0a963ee2b8277b54df95c08aeb6d89bb9cf3308ae8e2c95b8d20ab65 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png new file mode 100644 index 000000000..97446060c --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e857f725b559fd7399949d89711870b33d1611974d6c99ab4a6bf02f4607137b +size 59171 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png.meta new file mode 100644 index 000000000..e0ff10b51 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Bg.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226030948ce148efea2c2e393401116017327f101907c230be2ff2afd1310c4a +size 3450 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png new file mode 100644 index 000000000..906e5fd3f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59d693d9ed21f1b19913875ad2ff9d3d770e9749e4b9ebf4e666909c01c86ca +size 28614 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png.meta new file mode 100644 index 000000000..aea408dfb --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Btn_spin.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71bf6b3ae13952fe7f9806f8bbf9a4b47dc794fc34d07e4ed59f96d5c7c078a9 +size 3456 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png new file mode 100644 index 000000000..62c04c557 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f61aaf7f4dd03c23d4ee35d26e6d730643742ffc9dcf42d03f40b2c4fe66a10 +size 11908 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png.meta new file mode 100644 index 000000000..d2faa25aa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_Gold.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d096b99bc4c81bda710a3ae2e03b94e6bc4e6095a7ccb0c956fe46c1dc058e4 +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png new file mode 100644 index 000000000..c806e7013 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8d275105f977530f46f0a333c162a1bb15fbff0f0ad47fa557c76e80081a87 +size 91105 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png.meta new file mode 100644 index 000000000..019bb7a0a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Roulette_wheel.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca830dfaa43fb9bb1480b9b390990bb67316050131700831806a0d690ceb87bd +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png new file mode 100644 index 000000000..ed69dbe8f --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed06982230f24fea0cf2ab3c17b1c6fe5d2c85a9b1e6c71e023a55618aa94b2 +size 36658 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png.meta new file mode 100644 index 000000000..2fd0cdddf --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc4f43e8db3acd9429e53fc5a9ab40799c2ae5999e0f4edcab6ec1cf692a288 +size 3446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png new file mode 100644 index 000000000..369a0c1e3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcce933e62c267e457888d3d3fee155d501e9ac0f52519e44fc18c128de1641 +size 22922 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png.meta new file mode 100644 index 000000000..3b309fb49 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_0_dimed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585edfb9d03ba5922552db5975e64030bab86fc367e73dbd449178121f37a93a +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png new file mode 100644 index 000000000..10bbc5faa --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a142596956e7cc48e9b080452b413f19e2fd1d4aa152148ca394517ac927a0 +size 38192 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png.meta new file mode 100644 index 000000000..5fcf42052 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773cd1a6ded080c10dc42cc6093ffeff4e66dd73f0259bf9e8d0aeb8b46c2d38 +size 3446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png new file mode 100644 index 000000000..e527f6975 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7637d45133d39d486b8dbea889f845b51d3ee67c13f5e28966331d350264ebd0 +size 20685 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png.meta new file mode 100644 index 000000000..3989dfe09 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_1_dimed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e83952f5af7d4c3dd6f3983dda154eb64ba7f46118fdcf6dbec7b7f7104bf2c +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png new file mode 100644 index 000000000..4ee436a95 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b273073d9afb670a59cc92617f0242acce3ab2997aee8c690b9cada49abd4c +size 36540 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png.meta new file mode 100644 index 000000000..c3c67bc63 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fbb29f4016c8f4242055962a4f8d73b81e778dcb4f4cf3422037b6d27a15eb +size 3446 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png new file mode 100644 index 000000000..33cf678da --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1010753ee1b5a34577c1ade11649cabd7964904d3b873687bc0caaf43426a7 +size 26590 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png.meta new file mode 100644 index 000000000..bb51fcec2 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_2_dimed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823637986b93ae8ba02e97981d0df4fcc5999f2c2335fa0e03e03b95d8fc62cf +size 3452 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png new file mode 100644 index 000000000..d298308e0 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e1b2dfe92710c805510b2fc2434f7951909630eaa6dc091f816fbfd52dc6c2 +size 15871 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png.meta new file mode 100644 index 000000000..aad5e2ba3 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42afc6cafd18c20340a4fd6aff05af93f1a1651897a6a378680e4fca24f6ab33 +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png new file mode 100644 index 000000000..4d9d9b359 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0ac749dff60cce25a0070038a017520ea357f35e16e8dcebe65a7e049c5d36 +size 15236 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png.meta new file mode 100644 index 000000000..58495dbbc --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Dim.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b0d409da5214b3a01e8ed9e3544ac13f72ce13db41c9e7e8d686a690c3292d +size 3457 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png new file mode 100644 index 000000000..d221f580e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23ca80ef15d29b5f81e471fb9ac47bb81f792d9c26b06edc2f05b0f503919d1 +size 16443 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png.meta new file mode 100644 index 000000000..dd944c250 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_Frame_Orange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952d66d4c65054bda505c04e2bc4e11beb5de46b6b77cc618feb847ea61d1d1a +size 3460 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png new file mode 100644 index 000000000..4f139a452 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02e0a31bc6713d756183b2436cde3ce22c9c8365379fba21fc6edfc3aac3038 +size 3562 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png.meta new file mode 100644 index 000000000..4df3e1735 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Bg_InBase.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b0cfd5710a80dd9cf4cbfdefbf63c53dd3b255826a62a3721e46e171d05181 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png new file mode 100644 index 000000000..ec4c4d87b --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3ba497d44fe6e261c2fafe2bbec69fb395fb8591dffe2ecf14379431d8a246 +size 3190 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png.meta new file mode 100644 index 000000000..dd4151dd1 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Skill_Cooltime.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93bf41e58f141554ea7a1cc12e6e81be68b870b0c60889a329133254f2ba87f +size 3453 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png new file mode 100644 index 000000000..6638d15b7 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403f380fc2310a4f5e856837cb166690c4aa2374cc37dd65efed85b4b1a14819 +size 5199 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png.meta b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png.meta new file mode 100644 index 000000000..d5e9b503a --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/ResourcesData/Sprites/Demo/Demo_Play/Play_Time_Bg_pvp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfac4dacbbf2303f65f04e21e09273f3be87da50f88d984b838a061e37378a4 +size 3454 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Scenes.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Scenes.meta new file mode 100644 index 000000000..79f113e55 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Scenes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3ceeae76cf05a4906973ec3d6d62d1be548f2ff1bdcb99b6086e68734752ee +size 172 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity b/Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity new file mode 100644 index 000000000..c8b422e38 --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61670338f5b7ae7979097108feb7dfbee4c5557d1421dadadaa98e35a7993bf +size 33273026 diff --git a/Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity.meta b/Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity.meta new file mode 100644 index 000000000..538b0e77e --- /dev/null +++ b/Assets/Layer Lab/GUI Pro-CasualGame/Scenes/DemoScene_CasualGame.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e59a3406b270dbee269bb695e4b87ca0cfa0225cb6eaf6dd04fcfbde0b6a580 +size 374 diff --git a/Assets/Layer Lab/Scripts.meta b/Assets/Layer Lab/Scripts.meta new file mode 100644 index 000000000..3fb3ad5eb --- /dev/null +++ b/Assets/Layer Lab/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5284d029d52c0aa343c4206542bb0b39640768c1540ddbc1efd13c70daabf3ed +size 172 diff --git a/Assets/Layer Lab/Scripts/Icon_Arrow_Next.png b/Assets/Layer Lab/Scripts/Icon_Arrow_Next.png new file mode 100644 index 000000000..7299223f8 --- /dev/null +++ b/Assets/Layer Lab/Scripts/Icon_Arrow_Next.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6e3b33ffe5a1b53e0b314da4791f870081234fefde7f4af1b0a7837aed5346 +size 1165 diff --git a/Assets/Layer Lab/Scripts/Icon_Arrow_Next.png.meta b/Assets/Layer Lab/Scripts/Icon_Arrow_Next.png.meta new file mode 100644 index 000000000..93a7cb79b --- /dev/null +++ b/Assets/Layer Lab/Scripts/Icon_Arrow_Next.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16fef6b29f8f38c8e0d102232ae464fb9346acfc3034d4011302c5e147664af +size 3401 diff --git a/Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png b/Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png new file mode 100644 index 000000000..e2297215f --- /dev/null +++ b/Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9d56685fa86cf4167b3c5a869bd241513d89d8edc54d36a2251bc5edba05da +size 1143 diff --git a/Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png.meta b/Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png.meta new file mode 100644 index 000000000..87c6ed7a3 --- /dev/null +++ b/Assets/Layer Lab/Scripts/Icon_Arrow_Prev.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef4840bd62a5bcaa5318a2df466d8d25bc339b350b5cb2e772d954b5423c652 +size 3401 diff --git a/Assets/Layer Lab/Scripts/PanelControl.cs b/Assets/Layer Lab/Scripts/PanelControl.cs new file mode 100644 index 000000000..0978e8ba7 --- /dev/null +++ b/Assets/Layer Lab/Scripts/PanelControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bc7699a3230231e1e3b6a9a8518b54a559a1758e58edc78a2e2befd97d4c62 +size 5048 diff --git a/Assets/Layer Lab/Scripts/PanelControl.cs.meta b/Assets/Layer Lab/Scripts/PanelControl.cs.meta new file mode 100644 index 000000000..7e45a286d --- /dev/null +++ b/Assets/Layer Lab/Scripts/PanelControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3767827ce04ea8f2c904b0f7dc3e107258b42b84337444a1ee40cdf2ef50e0d +size 433 diff --git a/Assets/Layer Lab/Scripts/PanelView.cs b/Assets/Layer Lab/Scripts/PanelView.cs new file mode 100644 index 000000000..18b53666a --- /dev/null +++ b/Assets/Layer Lab/Scripts/PanelView.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990b28ee083223a8442d64b82e177fc3ed50eac78b292db27e97a3eb1b5da904 +size 452 diff --git a/Assets/Layer Lab/Scripts/PanelView.cs.meta b/Assets/Layer Lab/Scripts/PanelView.cs.meta new file mode 100644 index 000000000..0f9998182 --- /dev/null +++ b/Assets/Layer Lab/Scripts/PanelView.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b52520057a20763336f65250ac058cd99d2b7f518a93e524dda12121702168f +size 430 diff --git a/Assets/Pixel Crushers.meta b/Assets/Pixel Crushers.meta new file mode 100644 index 000000000..94aca4a1d --- /dev/null +++ b/Assets/Pixel Crushers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a035bcd6c5ae36932efd6f15589b626e1f2e42538ee870e7e41ca3140466a78d +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System.meta b/Assets/Pixel Crushers/Dialogue System.meta new file mode 100644 index 000000000..a45914eb6 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0262a0fecdcefe7d14530acf315e5453830a7d5966284ce0be2d8fb61d4fcca7 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support.meta new file mode 100644 index 000000000..58427f6d2 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd90a01451933cc88c38bcdbf99180f26e00aa169a7efaded06d86772490ac40 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support.meta new file mode 100644 index 000000000..b53af8b8b --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55770fc52a4ebda2bd609e39ed4aec5dc2252a642dbdf2d691c8478df6cd0933 +size 107 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts.meta new file mode 100644 index 000000000..d411af163 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9ce87b6234e4cfae206973eb3ef5cf3b119f225f1b12ce65e1a3c39a08a674 +size 107 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset new file mode 100644 index 000000000..72a3b311e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597d80d130063d21f596dcab206a7c0a8cc4d810fae820e172cd38ebf147253f +size 2167 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset.meta new file mode 100644 index 000000000..01a8cb79d --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorDesignLuaFunctionInfo.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab043d313751691eeb78ff1ac63e11bfb27e3f96e88af2b1046cdf4606bbe87 +size 189 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs new file mode 100644 index 000000000..a9c58e233 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca53dc4a22c4ab9bb1f1afbc69b53330cdcb1c83e66f40e4d8b4a87f9a102685 +size 13883 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs.meta new file mode 100644 index 000000000..11d8f9a98 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/BehaviorTreeLuaBridge.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83545fdb71a736686c50fbaf762bad09a6f6713d228383c7c2162b8bcf483c81 +size 178 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs new file mode 100644 index 000000000..0b8f1e299 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a212e61ba30293b05f024209d52d6fffcb4f7b3a6f264ebf2149889d21f329 +size 4744 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs.meta new file mode 100644 index 000000000..36a12ad07 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765ad8ad02792f1cb9b74c9ac1a59c03273d8479b54bb1029e820f5dec3421cd +size 178 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs new file mode 100644 index 000000000..c82ba10f2 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d725b4264c06a768a11836a938ece4539c481975e44760d2f9ba1bc04a03d60 +size 3894 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs.meta new file mode 100644 index 000000000..1992db3db --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/Scripts/SequencerCommandBehaviorVariable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742fefe055c0c37cd4fb1b679f34594b444de66e8c51bf5a9708c367eff11cb5 +size 178 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt new file mode 100644 index 000000000..4e1ccc0fb --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f70b5dd5294718faf442066aa29e71a7187d3928391626061c06267fcd8fc2f +size 218 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt.meta new file mode 100644 index 000000000..14d313db1 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Behavior Designer Support/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe6a7d56fe13cc4662d65c12ac36b648e33e99777d8d6fe4c0bef0d11ad447c +size 93 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support.meta new file mode 100644 index 000000000..df7983606 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35338294f7fcf10e726c823c2b3a576d2b3be99ca623c0630020a91dc4f5482 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example.meta new file mode 100644 index 000000000..e4564a1ff --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09d6750dd22ed29318bda9e21f566ba58ab64d16c160be9e1b12e581a5194d5 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity new file mode 100644 index 000000000..e9299cb34 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93995c2b392d9623da0bd803811910e2f0e51b04bf57efe6577a4d0baf8c55a7 +size 311209 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity.meta new file mode 100644 index 000000000..00f1c6318 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Example/EasySave Example.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2304acd8a0ba67d417bfdc69199efd37d928cd2c01fb36960186af4a8d37c700 +size 155 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts.meta new file mode 100644 index 000000000..6c7376905 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f0c4343cbbe937193a17e6faabe85dc788a3c925214ce12f042411b9845197 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs new file mode 100644 index 000000000..7f95d0c20 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bab218d492a0b6418960ac613ddf82c82bd11f0ba20316eb52fd0dda362a462 +size 2049 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs.meta new file mode 100644 index 000000000..86d40ab1f --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Easy Save Support/Scripts/ESSavedGameDataStorer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f479970b9d73d829c4b8485db8148f6bba609c62ae5814f0d64ed059351cd1 +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support.meta new file mode 100644 index 000000000..64a7900ee --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d3e67258fb3673efc53b6320c49c7afc8d1711b4b5b50a620f0363160f0fee +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts.meta new file mode 100644 index 000000000..991a61b1a --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1604b22a645c31482874af3af5746deeeb3ed80c2380daf55a4f73ecca16167a +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs new file mode 100644 index 000000000..3922601d6 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b489eb7ee6e2d1db5e794a0ae91fc0c18103f53e1790f140097532260be8cd28 +size 8023 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs.meta new file mode 100644 index 000000000..e04078e52 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/DialogueSystemLocalizationPackageBridge.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fe3ecb53e407dfd4fa429340137d48283a719d782c4e5b9bffc3919bfed094 +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor.meta new file mode 100644 index 000000000..f2d174e52 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc87f1435f84bacdfc8cf73d6160d1c8686848d51ffe3bf739a92d66f556464 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs new file mode 100644 index 000000000..dfd9e1e01 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af44c1027146bc4f2538e5c5873bcf60cae649dce6fa144a603c6b7af1eef92 +size 34715 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs.meta new file mode 100644 index 000000000..fdd4845b9 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/Scripts/Editor/DialogueToLocalizationTableWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89446eabf9db0997e9dc8090025a5b236c7ccc015df467f247a37955a4dac73 +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt new file mode 100644 index 000000000..28c784e7d --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c2b8e215e669808bcbf97ae15c64435c4f4d2fd91a06177774a5d6492ceab5 +size 148 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt.meta new file mode 100644 index 000000000..8a0947ce8 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Localization Package Support/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f74dc10a262c32dd74862bc6b4e42e2982f38d943f9c26b6d408c3348fb834 +size 93 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support.meta new file mode 100644 index 000000000..c420db1a7 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3675df41609fba746593134bff4d8394f0242b0e02f59c09e27de03f22ad327a +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example.meta new file mode 100644 index 000000000..77aae3554 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d58b6e36593c0bcf594bc8494c8ba1510149bc83d39d5187c3edbdde40a59bd +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation.meta new file mode 100644 index 000000000..c7310684e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f818ed29f0f412c32b36ad891d3f672fe7cc50916b4004a667b374a6f0d9d316 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller new file mode 100644 index 000000000..4462a3100 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc98bae712e235861626ec0162fbd8669cd5921fc9a8037a271fe8aba449c371 +size 6382 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller.meta new file mode 100644 index 000000000..54e20debf --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleLeftSpineAnimatorController.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a093bcf6066e7fceed88871e15c484ced1860e2791b8e83f8221e92d10bb8638 +size 95 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller new file mode 100644 index 000000000..58f1009a9 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146e3f3349d82b4a27e922e89aa37efd6701f86534d5bb3e36223dac0aa374fc +size 6375 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller.meta new file mode 100644 index 000000000..5090f756e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ExampleRightSpineAnimatorController.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99e6ace58e62789f28c714fc29ff546536a36090ced4ddde8f0c7d88bd8abc2 +size 95 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim new file mode 100644 index 000000000..8512b49dc --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fbcd0e326e80fe36adb581741fb6c69ecc311e0c62961c5924a88e07a87465 +size 4097 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim.meta new file mode 100644 index 000000000..66c49d264 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromLeft.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7a78cbf382c80dd91cf01a4f7eb919ef05f14dd0ca77f017c5eae8b89d100f +size 188 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim new file mode 100644 index 000000000..80c668292 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10b87a9bf45104b5a2990f135cbc7c3f8c7e4278b4d516f9e007966d722a993 +size 4094 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim.meta new file mode 100644 index 000000000..c8e71c0b1 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Animation/ShowFromRight.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c004a1d86ba060757e05a94b691df443d13cacd81f7b59907cab06660d3fc9 +size 188 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt new file mode 100644 index 000000000..e28ea93ff --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7520fd12a86364b4a14d81b915bafa92d5178256d1ed4a3e54793e7e5d11e384 +size 84 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt.meta new file mode 100644 index 000000000..edb5259ad --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e6becce4577bd7aa1087ee2daf80e25b2e4fe6989d87adf29eddcb6507b0e +size 158 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset new file mode 100644 index 000000000..2342e3c9e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540b652f1566deea5b698d7d596709cca5553421b25c977c695366c0ee51066a +size 16127 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset.meta new file mode 100644 index 000000000..a55d6c549 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example Database.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb38a1bb79ab5786e3600d7d021b91dacac254fa5adc58eddbd13b6a056d5573 +size 189 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity new file mode 100644 index 000000000..43facbb50 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5559123957bb9d6577051d609945d3e3db4dfc26ea423bc5b60381713ce509a4 +size 404373 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity.meta new file mode 100644 index 000000000..824bd6278 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Example.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ebbc95c660f5190131ccac4a16ec39a36ee767a0c571205ba69f7d45f4a2ce +size 155 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example.meta new file mode 100644 index 000000000..07fc2ebb5 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b10d6c4b1b4ae3eccf6646fd08563997d324507fec068cd674cf5711ca3b7be +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt new file mode 100644 index 000000000..e026e2c50 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acd37218bedf16a4cc3f25cfbdf14b0e2241b23d02b19bf6785f81f899e130 +size 889 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt.meta new file mode 100644 index 000000000..1307d47de --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e767e1390ea928c66e7fcf38983479691411eeb92abac2e244da768edc0f53 +size 158 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts.meta new file mode 100644 index 000000000..47d0c943c --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3479a556b269fe8ca4e97b33a9139e13daa5696f51838ada8499251c942cb03 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs new file mode 100644 index 000000000..b5e69164b --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb2a319f2a4da9ad43f65fe47314b4b306abba08568c0aa2579032c9374b565 +size 1874 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs.meta new file mode 100644 index 000000000..f4d72b07c --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueActorUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b1c871467e15231036aebc8fc4cfc2e44fb1f0378057d80e4a9b7a97e8d8bd +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs new file mode 100644 index 000000000..b526af659 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adf466daf3776b27bc6fb8286326f1f63bf583e28c1e69fd3ffead9cdaabee1 +size 1898 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs.meta new file mode 100644 index 000000000..de4c9c77d --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Scripts/SpineDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c16573f68568842aaa1871fc8216fa09d8a01530e7a4a38f574e9bb4dd5614c +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset new file mode 100644 index 000000000..286901c5e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7087a933b6c445c60f0d8126a1a5b10deb647997ccfa1c066ea768bf7a25590b +size 20017 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset.meta new file mode 100644 index 000000000..e082c3ca0 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example Database.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675ebdbb86f51204cab52ff8eab54c92158b8fa22ec2bdd91371184e1029cd96 +size 189 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity new file mode 100644 index 000000000..cb3721e32 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c30865c6eee491c69aca8f824878a66912d8f3e9130c90bf3ea3dec954d7c3a +size 186263 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity.meta new file mode 100644 index 000000000..ff97024d7 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Example/Spine Subtitle Panels Example/Spine Subtitle Panels Example.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a310f8bd3bf96ac7db32fe2c4ccf8d314402923f42a05e5871208f7938c55a7 +size 155 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts.meta new file mode 100644 index 000000000..cd494b822 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0177180de85defc74cfbbb9cda369a49d415937d98f167169e75e9ff14e0cc4 +size 172 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs new file mode 100644 index 000000000..e16f4af08 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfccff4f9fe90bfa050176b9d2c98b7f49e29ad242940f91b344f9303867c60 +size 1469 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs.meta new file mode 100644 index 000000000..d7347681c --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineActor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59083af0908062494078a0efd70e707ff51e5d0da39625ff2551e3503baaad7d +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs new file mode 100644 index 000000000..45706d15c --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5534ec04e93923f9bdb7826d1707bc5e2fed4e0c8c75eaf2f61a6df51b06d20b +size 3058 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs.meta new file mode 100644 index 000000000..e47537f79 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SequencerCommandSpineAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480d5213d0fb00e5abf410cf6983332ccc7d5807363275c22e8a081fec2ba797 +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs new file mode 100644 index 000000000..e13893c8e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d5b989b2108db2a5cc134cd3afa35c54d9f7f30976da7daa055cc84ee6f570 +size 1717 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs.meta new file mode 100644 index 000000000..ce458de83 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineDialogueActor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9badca75637ef375945f98503695317b997d17e7d3fb7ed5a0ac8464c194817b +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs new file mode 100644 index 000000000..4c476e398 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a06fe609c61ef17a0f174a45bed7fd0dbb1dc4ebf53083449e675d160e0804c +size 5337 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs.meta new file mode 100644 index 000000000..d01b3b39c --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpinePortraitManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3ea2ef3661e22df902800d8f47a3c1283947e64da870d7e5d822ea7bf78e54 +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs new file mode 100644 index 000000000..35b63dd0e --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d79c7d2b7755376c2a3f35ecb87d18f581f780604d211049b7d4d94d198497 +size 787 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs.meta new file mode 100644 index 000000000..3c41827f7 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSequencerReferences.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30a716ded1a72276f74fa70d29a162ab2651f2cc64c4af92654c84c6dc95a42 +size 243 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs new file mode 100644 index 000000000..83db27194 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0dfbbac2b92a5da03ac9bb029bb2455588db21377aff1509fa25b11090d0cf7 +size 1676 diff --git a/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs.meta b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs.meta new file mode 100644 index 000000000..1abaed296 --- /dev/null +++ b/Assets/Pixel Crushers/Dialogue System/Third Party Support/Spine Support/Scripts/SpineSubtitlePanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d34094d78164b0acd5cee0ae602a57601ebed8d3aad9aa62be1b51c00b8d03 +size 243 diff --git a/Assets/Plugins/AllIn1SpriteShader.meta b/Assets/Plugins/AllIn1SpriteShader.meta new file mode 100644 index 000000000..d4577469f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3012da652981c7fbba1a2eeb4ef0688d4b9bb97f8ff7918575f6eadf67de3a3d +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt b/Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt new file mode 100644 index 000000000..873a0daf4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016682d95237ac703885a602ec7fb7b0646ab9bce342d6beeec5af360bcf910a +size 1737 diff --git a/Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt.meta b/Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt.meta new file mode 100644 index 000000000..099ed1779 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/!Start_Here.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbadf5f2200d3ddff65b23ef2bfc71060c7a6af60a8c609db59df21439f6f9de +size 357 diff --git a/Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef b/Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef new file mode 100644 index 000000000..d2fdd871f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c6335aca1f7955507813b7a8e1e6512bfc40a4bfa8189b95ebd6455829b371 +size 387 diff --git a/Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef.meta b/Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef.meta new file mode 100644 index 000000000..2b6c3c157 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/AllIn1SpriteShaderAssembly.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271fcdf4fdf4a387ecdf5e0ed0308b30dc11bfdeb5bc4471c03e9d38c10c6aa0 +size 383 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo.meta b/Assets/Plugins/AllIn1SpriteShader/Demo.meta new file mode 100644 index 000000000..a59696147 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f942bd844f2803cec7aed24e1e8e7685460a14a0ca3fabac3e79a211cb91aaec +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation.meta new file mode 100644 index 000000000..2cf5896d9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2626fbb6c65aa0c63d0c50b5ef056564e73c31e9b8d86e91cabe8b75dffa7414 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller new file mode 100644 index 000000000..92289aec7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5490306a88888627be7f2d6ef11e5ca1119840ba3dcba2198b5a9d43d6e467 +size 2028 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller.meta new file mode 100644 index 000000000..1104009d8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Alpha Cutoff.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9fbc2067bc125f95f01492e51cbe33858e6df3b4d8aeba39bc92759c7e4d12 +size 410 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim new file mode 100644 index 000000000..3dcd30d0a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734b281e23a2b325c72f1e8f51316a6ff08408fcca08a8f111726f8ab8efa7d6 +size 3185 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim.meta new file mode 100644 index 000000000..89bb6758b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AlphaCutoff.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606dc94c7018a1a1322a37f7d074ac5a1b74623dc94d4165e4a84f8be53353f9 +size 403 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller new file mode 100644 index 000000000..61d2ac0a5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aac0ed50dc48eb80e6276c0ea88c16bf0c2d2e2219f5a7a060d7c084db6ff01 +size 2031 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller.meta new file mode 100644 index 000000000..0c171ffc6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/AtlasSpriteBoy.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8227b99298d7560ac9e45a460ba385f2fa23fa2bd6f6f2d0c66d7e3fb35b3b80 +size 412 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim new file mode 100644 index 000000000..dac79b26e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15e76af2d5f77b80adc41483a742ed0776353dcbd4e0c52ab5e283dd5bfd820 +size 3172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim.meta new file mode 100644 index 000000000..b64b5fd17 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8edfdc1ddfb1dbaafda4652a51be300a662e4563ad819f3b42fe47dab2f68252 +size 396 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller new file mode 100644 index 000000000..9fd28b194 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a047d5e31b453ef23cea2471906f25eb2e74c8283f408086def2477a5de1180 +size 2015 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller.meta new file mode 100644 index 000000000..d7aad6d71 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Blur.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080c0a3a729f15770030cc3ec1791ca8052612ee287eb5c5fcdd39f5e1c3029a +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim new file mode 100644 index 000000000..1daaaa765 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8f1ff1acb2dc7267b28f8b54f3febfcc0582115c46a882fcccb9526aefa12d +size 5471 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim.meta new file mode 100644 index 000000000..96467fe94 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a108c4ae038e2108df1e4d7110456eeb647a81787c8c328c2eade901a0ed0a2 +size 396 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller new file mode 100644 index 000000000..29e837b1c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e70d26e3ec975de9f848b6a43e99a389d09cfaea8f6ebaf4de94b4f82ad6623a +size 2013 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller.meta new file mode 100644 index 000000000..02b004672 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Burn.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1002227cb974853497a77737ed90bd4685023911a5b2bca0636c26e62494c5 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim new file mode 100644 index 000000000..c8d9e6210 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e193eb4dc77bbdb6f7e01cad8c043547c0a4b44740742acee8dcce73160c98 +size 8039 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim.meta new file mode 100644 index 000000000..80d5e9d78 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13c96f80664e31053230a5ab412832a84fe3963a3e64392a82c4d5424c8f3e6 +size 406 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller new file mode 100644 index 000000000..8f09d6c12 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07c10586bf345dba2d2f390403d148adf11d923d491987f0bf4efb02fe6711f +size 2033 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller.meta new file mode 100644 index 000000000..386b3d4d0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/BurningSoldier.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa66598cdc70f25ab69019514e9f3fc40ecb489cc775323d70f3e43dc14ae0e +size 412 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim new file mode 100644 index 000000000..5789182ae --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14ba45b7c99c2eb2e84f8b0754cf33544a889afba7a254453eb2bec3fdf0a21 +size 9427 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim.meta new file mode 100644 index 000000000..1736a2609 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6471a34ae35e0d7d0b6a1543fc5dae1e4db5fa37590a731a700f13d8b94be0cb +size 404 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller new file mode 100644 index 000000000..a06462054 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a865af8cbb196c19efbc43e3239328727e213e56128a3dafcb4679453f29ab9e +size 2029 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller.meta new file mode 100644 index 000000000..0fce55533 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CrazyPattern.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469781e832709c784e621ebffc7a1d33cc2840dc3bac16c498d115538498136e +size 410 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim new file mode 100644 index 000000000..370f572d2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f104e632d382228bc24dc0fe2386e1f1c57e2c074e133eef9e9281599122b18c +size 3180 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim.meta new file mode 100644 index 000000000..1735ecd8e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fd94c62f32ce34e78ccae01d6e982492961d7a326073280d9012314b5b3c02 +size 406 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller new file mode 100644 index 000000000..33b5ab08b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf11643a27f1c6e7f3601e1db354968851e738440ff0808971466b549f7424ef +size 2034 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller.meta new file mode 100644 index 000000000..d1abc52f7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/CustomGradient.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b111f9138e5babec377077ac18e1c4155110261fb7f93a90792153897ac62a +size 412 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim new file mode 100644 index 000000000..0aa61e0b5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f7adfbd4d41e713c752ffffb104bd326cbefcfe0f7274241cf5c71be9cd37f +size 5867 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim.meta new file mode 100644 index 000000000..54dcd2d6a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d99f196162f3f2db07d5fac17f4cee59a1186946c2c9075043e5a9bd1fc9c8 +size 396 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller new file mode 100644 index 000000000..483db9b47 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c687ddd42209dd6c0632901700cdcff3ade5e41690c747d17b84391197a5ba +size 2014 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller.meta new file mode 100644 index 000000000..922f97ed7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fade.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3a493de66c876293e70992df896c6da6fa113d2a0b510d331209c645328cf7 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller new file mode 100644 index 000000000..79388b138 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69199b47a0ad11a4a5d31755d4eeb5414d83f9fde6457d6cdb583f0bbade1e7b +size 3981 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller.meta new file mode 100644 index 000000000..3a2a529cb --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount 1.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20b1da86f66f2837e91d0364e9eabe2d060aded1614cb4ecbf7ffb64b9c50a0 +size 411 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller new file mode 100644 index 000000000..48ea41ded --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0a0c80906fcd8ea5f149d16af1b2ee6947f9e38d7ba0d5517d609856661109 +size 2032 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller.meta new file mode 100644 index 000000000..c3e5962f7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fill Amount.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853416525e0242b9934af67a27516d1d14749ddf5664d4f11e81ec3a220a8563 +size 409 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim new file mode 100644 index 000000000..d5fb234bf --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da599cb94f84172186993654d6b2e3adc520a8d718be3998793a4e71c512e7a5 +size 3168 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim.meta new file mode 100644 index 000000000..1f4fe0997 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/FillAmount.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206e7c52e3d6bf4118bc5996049c54c572403ff05acf0ee8a450d1181ee63080 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller new file mode 100644 index 000000000..10a207157 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2346abb9d6d18db0461241e5a5fc4e2521cf020f8bec30ea7e3781332a22c395 +size 2828 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller.meta new file mode 100644 index 000000000..066aad6f6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Fish Eye.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2e52931f1fbf9cbb7d85703308702fcada086e901a965568038786ff8a1a47 +size 406 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller new file mode 100644 index 000000000..7b2277147 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303f66cf723019cdb77a183652e8743e0929e93f56be502927eea6137632baa6 +size 2020 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller.meta new file mode 100644 index 000000000..fa476d7d8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Frame.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66e7afadd2b14b59cb7bd5baf4718d96dabd22548b97f9fa4368229f8a8eb03 +size 403 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim new file mode 100644 index 000000000..657b25e6d --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73836576e2f11508766489466280e767a5d2fad0e0021f2751a04ecb9d53d08a +size 3167 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim.meta new file mode 100644 index 000000000..817ff2e01 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hallucination.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50d5edf34857fab5a5c9ca308e18dc346e52bbfa1cfc7af781e5032d536dcd6 +size 405 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller new file mode 100644 index 000000000..5617a3134 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3719459fa54f9deeb7289180f67c425870a44e5f9516a53d7431cc898c20b4 +size 2025 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller.meta new file mode 100644 index 000000000..0f1a45458 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect 1.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cb79460524cd396260186fb1a6b56fe396d5925b2955e967c5b8ea7099a078 +size 410 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller new file mode 100644 index 000000000..d8ddd6835 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1e8cdb7ed502919577f0ab6527fff30bbbbdf43738e803f8b1179ab21caef7 +size 2027 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller.meta new file mode 100644 index 000000000..98ee55c76 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hit Effect.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1670468e81b6d1085e6d903d2e972e9673350dab4d97a876c3025704c02d973 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim new file mode 100644 index 000000000..84303dc48 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933dadcfa2e82c563c84b5e0af57d6ecef16336edbf3237703d064aba3666e8f +size 3173 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim.meta new file mode 100644 index 000000000..a2dd6ac17 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/HitEffect.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c97b2f1607c513ad9ed32d3114875dd210ecaa6b59f5a85825e7371aafe183 +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim new file mode 100644 index 000000000..2ed759b08 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c090947a7cc3c4392eeb892ddc059b24b633d8317fcb8ce1314f0139962fdf4c +size 7721 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim.meta new file mode 100644 index 000000000..6b091cebd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Hologram.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addbed159ba0ef2de98ca0e2abe8a85fc38f9416228e46e0bccbaa13e7b1d401 +size 400 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim new file mode 100644 index 000000000..8ed99ebb0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4561a3bcf4e79b597a3b6e9435722aacb9e73f1f2ace439497904d99aac48ede +size 6417 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim.meta new file mode 100644 index 000000000..a275f25de --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601152fa9f7e2803f109bcf1dfabeef9d06b3029f35f3d0b5fceff78eb809b13 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller new file mode 100644 index 000000000..8a661d790 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cc52ed04600c908ff8759ee86b171aba4429a3987d231ecf915e8b834e947a +size 2027 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller.meta new file mode 100644 index 000000000..941fca1b6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/IceSoldier.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a940da8c16a66da3d58259870e18170e38ffb57cc5386b2a3dfd0e8c3be6b61 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller new file mode 100644 index 000000000..748a01c49 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab9d47ba3d56407db3ee3a85c2fdfee9fcbc021ad84ed1257cf085f61ecac54 +size 2018 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller.meta new file mode 100644 index 000000000..eae55f289 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6f2445233990802d96f613364ff0b2e077959761219025766f4ea20430c8cc +size 404 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim new file mode 100644 index 000000000..4a7409d47 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8341968dbb41335639cecc4d019cf2796873a52d672bf9fb906790cf21decd27 +size 17162 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim.meta new file mode 100644 index 000000000..689f0630d --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Impact1.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9571444136d01b7ae36b720c91a0d11355e7e4d01c55f2cec445b22e13a3290 +size 399 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim new file mode 100644 index 000000000..332122220 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0942273da38465d8abbba934195887847817836a79c9db0f5c6c587d8ce564 +size 7989 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim.meta new file mode 100644 index 000000000..4064d282b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/MotionBlur.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a483764a8c0f6e74be65ea7ce261d1f17e3c6bfcda421817ab9b49a2e1aeba43 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim new file mode 100644 index 000000000..afac1c64a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e9242bd56ba6d2fba4597678fc91cc7443dd098783490159029f30bc936f5a +size 3186 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim.meta new file mode 100644 index 000000000..ee2d26e66 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a68b35df9603e3e6daec10104a8a0497855213c33272b0918432349c9312de +size 398 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller new file mode 100644 index 000000000..17d53dca3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfb16e7545c2e7c556f2fde4965d71d12c708f011c19302824d4e1070153d03 +size 2020 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller.meta new file mode 100644 index 000000000..f68199c40 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Offset.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebb199e011022656f89a6bf9279403189c94294989d79b0c2bb861fd21fac12 +size 404 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller new file mode 100644 index 000000000..3eeab4f7b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c169bcdeb1b28349eff120257e6be8627b076f4f647e747a767bb7a0b80680d9 +size 2026 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller.meta new file mode 100644 index 000000000..cc7ecd373 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Original.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929d632e2cf068d1f036b3aa0b46f986c2b27f2838f836c015f7ddf46e6678e2 +size 406 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim new file mode 100644 index 000000000..d03097522 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b599a2983e6c28af97c0a4386d1c17a7fdd6d9e989bb4451c78193e9963def +size 3143 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim.meta new file mode 100644 index 000000000..34da62892 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b341fe06fa01c13d27d25915c71c0e0b86be262a7fbe849bc3f1b18eb297edf2 +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller new file mode 100644 index 000000000..af729516e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbe647a117d89815a88a817c147c2d6f37a32b4a58482373d26b45d44b2cdc1 +size 2028 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller.meta new file mode 100644 index 000000000..2a958cd53 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Posterize.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66686f59aee3a7086ce4c6a74509100f508e1109aabd86c892c959ebf2cdefb4 +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim new file mode 100644 index 000000000..ae23411bd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081aba596159bd8ffd6119a09493bf0a4d247e431c4bb48432b6eeb5e966dac3 +size 3144 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim.meta new file mode 100644 index 000000000..33e98cb11 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1476e71947ea602fc55db7a48a9d270aa2318c5f091851462124e0df1432679 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller new file mode 100644 index 000000000..2bdd62111 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db05426c21258602f6831dfe67206901832d8c13d6c2578e9d2ab9fc03530af2 +size 2039 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller.meta new file mode 100644 index 000000000..0a5206a0e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/RadialFillAmount.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70cc8e360b364b189130357e4d02c91b26d6eb2e2b8ff6edd9a1ab0588e44c6 +size 414 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim new file mode 100644 index 000000000..9db21b62c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ae1c4b3aaa5cc3de117c61045fd3ffafbf6c8fe052bb7547a48e3f5fd02a79 +size 2755 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim.meta new file mode 100644 index 000000000..e40882137 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a529e221c2aac6bd3ccb62ee26ac6876d6a60be98ef54bd028bff0d8f0d2895 +size 398 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller new file mode 100644 index 000000000..57c73aca0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cd0aeda6a1fd07ed064497a6b8c303d639cb24178f1cbc46a0bc96f88d5853 +size 2020 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller.meta new file mode 100644 index 000000000..f339d7d69 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Rotate.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6627cd11db744e0145710f349dfcc9c2a98bf4048e70349bbf34b805232eda57 +size 404 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim new file mode 100644 index 000000000..d51d2f2ca --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de0bcf31e5c140d4faacc6a879c6643e640c923faf7f18ab501f61fc97fbf0c +size 3144 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim.meta new file mode 100644 index 000000000..86742c4d4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d499370014e39a35c0d5fa1869923b1950a7c74d30e5cf965a27eec630bf8c38 +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller new file mode 100644 index 000000000..a6e8f7410 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f9669dc4ddd786001895cc472cc635d685808d3bbc66cc37db3a5e99b4e5bc +size 2027 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller.meta new file mode 100644 index 000000000..3fd878497 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ScreenHit.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165709705a9b3213d8f81504823bb01a01f8cce7b51c219bc66a8bc772e245f8 +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller new file mode 100644 index 000000000..d416fc753 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9c1a9f811c6c6b119ab235a018536744fb56e5bdd5abf0d5c4c05e9e85139e +size 2032 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller.meta new file mode 100644 index 000000000..11866d33c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shield Soldier.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2fc850da605d0ba7ef70e51850ed868c2ab2aaccced2873ebf7c66ac5e7456 +size 412 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim new file mode 100644 index 000000000..42a46a369 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9767b53e0fefa94a9d73edaa98d06121c4490862d1ff4b5be08cc11e1d1b3cda +size 15236 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim.meta new file mode 100644 index 000000000..3c1694401 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShieldSparksPS.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ffeeecd8c17d025a5212cb55b6ee1da27582f944be63239b0f420a8c3b9217 +size 406 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim new file mode 100644 index 000000000..5fc73d833 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fb2d20191681f69bd887ebf2829d515ebd34a4d80887a40133dbd9efaeff5a +size 3581 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim.meta new file mode 100644 index 000000000..aa5b70b28 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645cb8de0312ca3f8aefa6941f4e52fb421ad365df4f5193558820ec34abd009 +size 397 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller new file mode 100644 index 000000000..29ccf4309 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eb24b3297e99c87f934b5cee13558be004537bb6dbfeccb376c5feb06c8189 +size 2018 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller.meta new file mode 100644 index 000000000..720a40d77 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Shine.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1dafb8ab42cd0d5a6d3ee922012e1a2670b5e657a01bdfa9933dc05653e0c3 +size 403 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim new file mode 100644 index 000000000..795143482 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1080dd8d5cf7af2180459859790200b57c58a2d092def1be20235061c2c75367 +size 4131 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim.meta new file mode 100644 index 000000000..613a4186a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/ShinyBoy.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48eaef42456c05f8b6c24a0a735094655fc3735b5102fb3b97aa748143795205 +size 400 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller new file mode 100644 index 000000000..9e45840d9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75747cb8b757dda4c0a758faccf78178346b86e424ec6ed454a26ed9949e39ed +size 2027 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller.meta new file mode 100644 index 000000000..aa57c4d7a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Soldier.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1faeb73c6cb6fe53be3e709e56ea2236568fa2038f92f5da3ce0894ac9051e +size 405 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim new file mode 100644 index 000000000..35b514fb1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae349c48d2a339d83f89f5d22576228d2d4ea6be5991b7fae6c9d5104ab6e291 +size 10691 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim.meta new file mode 100644 index 000000000..5614e5a9f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/SoldierRun.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf833b9435993634966507e08cea69677960c4cbee885243a1f000a7f2c6ad9 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller new file mode 100644 index 000000000..bd7064763 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240c6e5b227e78b85f0aa3d488a8a48b67df12b56c807693e99b070bf0c008bd +size 2026 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller.meta new file mode 100644 index 000000000..404d502ea --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Sprite.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553b79bc0cfa68d76ed7ef8368f7d0c02c8f44a24628e74c4274162bcc8d637d +size 404 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim new file mode 100644 index 000000000..838980be9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6043f13b0ca16c199077ae511a7e7ad8b2a22a5eaa52429d49a424fee799a481 +size 5003 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim.meta new file mode 100644 index 000000000..8f73e6dd3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Teleport.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb73593c67505d4f4cc36b87a1659e27dc53c401618258ed25f81e3fa32dceba +size 400 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller new file mode 100644 index 000000000..fd89a8df6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe5495e1d55751508ab60f3b29b148aed8365e6237a049977905e63c1c2c440 +size 3991 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller.meta new file mode 100644 index 000000000..b3b344421 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist 1.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be51b890af1195644067c989e102e3a365356e5c2eadd288feb159993ee2a1bf +size 405 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim new file mode 100644 index 000000000..69699e319 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff56b91e4ecea520d5ca74a70d0ac988d0152fd6b49d63a5506d4ba3651e71a +size 3135 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim.meta new file mode 100644 index 000000000..eb2bffd29 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bef5ffc833e48f7d2a83ecb52009f923cc97ad5c130d2ae120575ca582d5c9 +size 397 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller new file mode 100644 index 000000000..a3c8b28df --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27065ba183d0fbf71fd4bcf322a56a76c1a62065175c1a2da596afd9f425f251 +size 2013 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller.meta new file mode 100644 index 000000000..e5c61ddc3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Twist.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4a81ea41fa9fdc7cb298b05a85de94c28a3ffe19aecaf2e8fba0232cbb6975 +size 403 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim new file mode 100644 index 000000000..601a8bf01 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d343dde0442d77545bf94b78549e10df627b93d1ff6df035737598f9590cbf16 +size 15153 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim.meta new file mode 100644 index 000000000..30b355ee4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/TwistDisappear.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdac32bfe719a169303a5a4526ff94c4a424da1c9f53795bd710851aee169f8d +size 406 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim new file mode 100644 index 000000000..d2e1cb41c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f257fd1b8a875f69316f84923eaa5f6892ebdc779d0ca2014134453dbc23408 +size 3182 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim.meta new file mode 100644 index 000000000..4f711f707 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c20fda60ec4ea0138b149a05950638c3ccda46cfc7698540d57be0841825219 +size 396 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller new file mode 100644 index 000000000..ac8d1a177 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcba9aafd77a30eb7b1173602d63f184675c70fafba718f474e2e340fe388eb7 +size 2016 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller.meta new file mode 100644 index 000000000..9c30a02c3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/Zoom.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113ba471b978ff6aec92281fc5e6cb97cdedcbbad63855ec3fef759127216275 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim new file mode 100644 index 000000000..600a32b45 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6d0187e420ee64a2318401597ed93818596ba9a71035646f94e62b25395e63 +size 3144 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim.meta new file mode 100644 index 000000000..ea3713271 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Animation/hpBar.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c481cd11420fcd014a9c8b8bd8e66bac07e12efae03848b2f5131352ce74704d +size 397 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity new file mode 100644 index 000000000..2ac6b95b2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cc5cf4ce0c477ceb1af422fa84f9a064d24fa23e00d47106989f6bf1c5aa61 +size 1586325 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity.meta new file mode 100644 index 000000000..19c3ef788 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b42c7c9012bf1afa8c0ab147f6129b3fd8e68cc2d12beab22c46ba73f43bd48 +size 354 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity new file mode 100644 index 000000000..8dc3085f5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7083baab4bd4825f50611aca7e09d256567cd1b87de16af89e894191e303d748 +size 273560 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity.meta new file mode 100644 index 000000000..4f0f394f5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Demo2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae28bef6e6528494f88ed0c741eb8ee6dc19ad73c2afc49e7b3b8d554f22e0d +size 355 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity b/Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity new file mode 100644 index 000000000..7622a1d36 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7357ff7fe41870c7cb09c52a1a67b99de1abff56cf6763bacb84b6e1902bfa2c +size 29999 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity.meta new file mode 100644 index 000000000..383547971 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/DemoLitShader.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeed86aaec60c0e3ca5ddee1ed49b35171b64948979645b415fa95075b2a5521 +size 363 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts.meta new file mode 100644 index 000000000..cbafa1284 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c5be2135a267963619f9d08f6864528b4c218f1f88ef89f4cda25562700646 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf new file mode 100644 index 000000000..82f48523c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e9896c72eaf72dec960bd405ec8d1cfff6629cb5309a44333d96fa2af3bcc5 +size 59284 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf.meta new file mode 100644 index 000000000..491cd14be --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2b97b367c94fbf4d76bf87f5928d812f79e70bc57e14717b214bfa5ffd1b8a +size 715 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf new file mode 100644 index 000000000..c4cb3f543 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219e9c3192a6e4dbfc37cb8becacd26c5fb81b0fdafb1b5a7c8b5173d8b550b8 +size 56392 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf.meta new file mode 100644 index 000000000..40ae4c8cb --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/CaviarDreams_Bold.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c645cfcb4faf64d559a631480d8a1323737fbaffffca9ba5ae956d3e19f9f36e +size 789 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf new file mode 100644 index 000000000..77ebbbea7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b9c540b6e59c75c3eea602d9256ec5eb386f49c982d86ced4b7c161aac2a2f +size 172456 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf.meta new file mode 100644 index 000000000..e3ef42f29 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Fonts/PoetsenOne-Regular.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6049ec142ced125117869b1fc1906e3263e4fed8cb8b5785dc517a93e5dee5a6 +size 717 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials.meta new file mode 100644 index 000000000..8315c1343 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63462b4b8ab59959cb610f5fff15e34537e466c14d896992c8df61533dad6a6c +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat new file mode 100644 index 000000000..928964a6c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2ec8c38e39581c2125ef79ecf7da3d6ba745a8ad4b918107caf0bba889c2e3 +size 9005 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat.meta new file mode 100644 index 000000000..bd3a1e47c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Color Ramp Gradient.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1b7e5c3ad24fb1cdf61e585c86504a5da98330fcc4423dd2fb1d7816a493a2 +size 410 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat new file mode 100644 index 000000000..d173cec81 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4fe3f104f4a088a25b709bdc2886d28ca6c4f7dfed8ed1053b937ed5675054 +size 9155 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat.meta new file mode 100644 index 000000000..2793d5672 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/DemoGradient.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef4589559a29784b2be0294391168fd9a59b1a496f86500cac1fcc65a9f8e39 +size 403 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat new file mode 100644 index 000000000..a8432e578 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb10bc1f61f990f9ab554dcd4a9587ff9b30c45242d4730750bf83c3079352d5 +size 5754 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat.meta new file mode 100644 index 000000000..641d56c7a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Fire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19b462279aa24471223dad3666d79c84f34081f16b38ae81d18719eef0a62f8 +size 395 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat new file mode 100644 index 000000000..bd71e46a1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40d52d80f0d8f2a038fbf27f838f271603deb3837d91b29942dbaef58b20997 +size 5739 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat.meta new file mode 100644 index 000000000..5b7eef2d3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/FireSoldier.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea182261ca19046b8f9d9b388427951e0a53a742a80d237506150dcb7049b170 +size 402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat new file mode 100644 index 000000000..0833a1dcd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3ba46acb290fa8c99263e3a6e8a3eddba2b36528233c4a028ee63fa0406b8a +size 5567 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat.meta new file mode 100644 index 000000000..9ffce929b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Ice.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6118177021fc45704a782447e8196ebb69a9e22d0ed440660b2caf093f4b723 +size 394 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat new file mode 100644 index 000000000..4485926de --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf47c07b38553614b13ec6af96c3e0bda4894ec2b621084f9178cc994a05d3bb +size 6305 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat.meta new file mode 100644 index 000000000..cb586b02a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/IceSoldier.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe796420679f11108471351fbe4e62e1fe2d6e66ff7b28903b1446a9a4a10b29 +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat new file mode 100644 index 000000000..b4d104900 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac77c9f1d68132cd96080d5a13a82b9bd4b69e0d76fad99c8dc1225cc2af079 +size 8285 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat.meta new file mode 100644 index 000000000..a28d616e1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitFloor.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bc1001fb54869eca5a375548a7dc53fe49161e8db69c0737afbd5ceea2c721 +size 399 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat new file mode 100644 index 000000000..cad377080 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67ee5e86d4d2eb99908805b4f5f330b18b28c774e86cb7324d8a40c214ad93b +size 7441 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat.meta new file mode 100644 index 000000000..990f03d6a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7864f3d58fbc47f89261752c1ad5fb8b5559396499fc219054dc96d11d2890 +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat new file mode 100644 index 000000000..faafd6f01 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5960f64b6cde0c3c3a634f942834d0458beb67ce29b0b90b4de22bf0528c7592 +size 7393 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat.meta new file mode 100644 index 000000000..65e0c892a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f456ba5901153a068bef4b6059e55dc0b0eac5db7a678e080b1391ac075ec091 +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat new file mode 100644 index 000000000..62fe33dda --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14246099aaf81f615a5c9ef752e67cbbedc848aecf5a9001ad819e72bb3e80d +size 7455 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat.meta new file mode 100644 index 000000000..8dd1497f2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitSprite3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484a3c7664382615dfee2ffda9869741898c2a56e3bd3f10ebbc40ce665ca51e +size 401 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat new file mode 100644 index 000000000..200a51111 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e9feadd4e37bef7ec45e5641d3603f75b8215ecc20ebef9bf7276519e54e33 +size 8281 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat.meta new file mode 100644 index 000000000..923a191c3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/LitWall.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6224dbba82be562b86042af6d5f52ef68f2059d23ba64a7695b0c3dabeaca7 +size 398 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat new file mode 100644 index 000000000..7e9718ed5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4a1a5cc846aa578c96be8654db54b71e4f287e88a4c361243f3614d45118b0 +size 7260 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat.meta new file mode 100644 index 000000000..3c20e9a98 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/MagicRing.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96927718f7bee4645b2619e8ec5d9debb5fb25f72f1ee4ed306bc171c5c3cb36 +size 400 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat new file mode 100644 index 000000000..ba08f83e1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087233a48a45e5badb69455cf23aff114fc0be3cffe0bceb0127304169d10b57 +size 5618 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat.meta new file mode 100644 index 000000000..af1141e43 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Outline1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16416144519cbadba54f131e272ed8b099c348950f7f10e9febe4b47f5004542 +size 399 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat new file mode 100644 index 000000000..3c2edf2d2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f825687daf8d9eb4996cb5b7c53d25ed81ef6d49bbeeb77e3b2b24ab67cd4bfa +size 5810 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat.meta new file mode 100644 index 000000000..9702c22b2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Shield.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321f23ac5fffe4f5d38201260856c0e67192d1ee774dcc566847e08d743b939d +size 397 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat new file mode 100644 index 000000000..e7b86e0e9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671014e2e8831feb855be347ef41581a245c38197f4bc25eefe4d39605163101 +size 6312 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat.meta new file mode 100644 index 000000000..982fc857a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/ShieldSoldier.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd3be29a145a6d5c2e00bdf7ad33d4beb8c1cc27dd200c44a395e39c50ad3e2 +size 404 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat new file mode 100644 index 000000000..e92b9316b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529d9d22cb4dde105c0dc88e467edb7723101fbcae1681a4fdc6997bdc711176 +size 2334 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat.meta new file mode 100644 index 000000000..5f5b8018b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/SnowFlake.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a151c80b3cb912d0453b2e4297a487b8191e32dbff3bc3466cf0a00e3915c4 +size 400 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat new file mode 100644 index 000000000..4c872c2e1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f75241f11324cde40d7ba59e03bc7b9fc4a1a63e6ceef74389aadfab1aaccc +size 2331 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat.meta new file mode 100644 index 000000000..5482d1ac1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Materials/Sparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc64a98332be1a48a3ce80f56a06c953b60cd8b71337abf6936b2e97b672cc29 +size 397 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles.meta new file mode 100644 index 000000000..158e75f82 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff672bc5ed94cf57045078c47aed7a7a3ff6eb54b369b9b8363f9a33c9bc524 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset b/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset new file mode 100644 index 000000000..5878266fb --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb66ed78f27ab8909b2a9b43d00314ecf405a5fe0fdf180f891bc6a6266241ea +size 2347 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset.meta new file mode 100644 index 000000000..bf82e3756 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/PostProcessProfiles/AllIn1PostProcessing.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ee3cc8de6bdf75562b6907013351764353a7fe1b3c84c1fd0cca4656f1edcb +size 424 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs.meta new file mode 100644 index 000000000..7c5668624 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8ad746a87adaa807d754b1893ff0fccd70c69c83a89f38977978d3a51b2c9b +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab new file mode 100644 index 000000000..dfda60a22 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00502eb91d6abb1bfd803e0b64205b50c239653da94efa289a5a304ea267bd1f +size 122005 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab.meta new file mode 100644 index 000000000..9877710dc --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Particle System Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d25a0a01c5e96e6cc468a5335ad2aaf5960042ed9d3139f864689b01cc5dd6e +size 378 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab new file mode 100644 index 000000000..0d48e9fa0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ccce263810960a7248a5a33048ebffbbdb806a5bd6786cd50cdfd70d66998a +size 129301 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab.meta new file mode 100644 index 000000000..35ba46de4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Prefabs/Shield Soldier Demo.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618d51ece29eda9b54c486c8725725de580a73de12e687cac3347acb3d1a99d4 +size 377 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts.meta new file mode 100644 index 000000000..db44d7793 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f4e048be7fb6a65dc33faba6f7ec88eab823dc6051497b29f95df4fb27c64e +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs new file mode 100644 index 000000000..7c9d3520b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a5a30e5c872bad5c61ac3710434249e3c8b1fc8ba422a81d3826904d0eae02 +size 3569 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs.meta new file mode 100644 index 000000000..ef9b8fe97 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1ShaderDemoController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f30ac5170e8ada4a7a0b1a990412b062e62ab9f36c3463ed50a10b25c33f431 +size 467 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs new file mode 100644 index 000000000..1e82a8623 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a3173fcf0d05a2edf3388c551a0c8b830852b47beb1294e1a67f1f9a884a9d +size 2007 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs.meta new file mode 100644 index 000000000..220633309 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/All1TextureOffsetOverTIme.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c0e209f75f6ab55d4e285bdae73707c99a38b5c532ecc3c7e712c3793884a5 +size 468 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs new file mode 100644 index 000000000..aed254317 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e05e4089d39e75531230b0d696d3820cb3b6cca3ff48ec8a8a0d32b35a88af3 +size 486 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs.meta new file mode 100644 index 000000000..89ba0ca90 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1AutoRotate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1b526f59e293275b09ef8c70bb58adfa2ee143c3d8b05fbdc3ba739f40d6fa +size 459 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs new file mode 100644 index 000000000..496d8887c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b0b5df490af5c80e047382d7b879c68223331e5011cac9b25e5d380059f0e3 +size 2153 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs.meta new file mode 100644 index 000000000..0d1f3fe19 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/AllIn1ScrollProperty.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edefa86f31763a60361c5834eaee3dd22b534e7f81b396bf8ce21f166871f6ba +size 463 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs new file mode 100644 index 000000000..a9a3e2488 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4287e7252fa0e7c82558c578f6acb615491257db4d338af75ecf1cc7fa2191 +size 1426 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs.meta new file mode 100644 index 000000000..e60f70536 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/Demo2AutoScroll.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404085e0111231f6ef7b9546a374917016d61a0d93daee3fb1d6d48cf11f6ec9 +size 458 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs new file mode 100644 index 000000000..d219cc34a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e47742ff4812fa4f5d289d639614d6b5106b35db87faa02603bf2aab3d25ae +size 1097 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs.meta new file mode 100644 index 000000000..e363441d0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e64d2bd3d7703b097a6d57f96a65cae9fdc1e96a78127811e11ba87e9228f0 +size 453 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs new file mode 100644 index 000000000..3819ea740 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c8cc0260d1d1aa3af6fe0edca300a504e73930ffa5b0c3db3d2fb5e0cb5d5d +size 1752 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs.meta new file mode 100644 index 000000000..63535a96c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoCircleExpositor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92050bb1fcf088bbaed34dd80a378a59c17a861e53e08cca5bdff89d39b97ba2 +size 462 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs new file mode 100644 index 000000000..80c74089b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2ecc04d2ffe943782d288cb9941bd30a630cbef19aa30552b10445cfc50b5 +size 276 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs.meta new file mode 100644 index 000000000..dbd6d1a49 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoItem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1996e261599487b175603cd6e7936e81053490da800710a9d4be25d67a49b92 +size 451 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs new file mode 100644 index 000000000..b5e7b7ba4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a79e71ecec7aab6ed6a8bb56a1f01eec4de8b433dde09a3acd22945a9d26d4 +size 1236 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs.meta new file mode 100644 index 000000000..e96b8ccd9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRandomColorSwap.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a16fc97500f9691a20460ed376d1e210ab2031a77df683b01a127995a08e642 +size 462 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs new file mode 100644 index 000000000..67f57bf1c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb39ee0a35206896ef3a6e7d44a2d36a274a819e512b2ae5c1d432ab55a63cd +size 619 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs.meta new file mode 100644 index 000000000..37d4ef235 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Scripts/DemoRepositionExpositor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cc91a7705e04bdb20e0d460292f50dd2315fdfd82c83da4196b5d83be5aa2b +size 466 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures.meta new file mode 100644 index 000000000..c6461b209 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b5997ed834fd786e786a77ef4c9fb29efcabda5f5654157834877ff350651b +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png new file mode 100644 index 000000000..dae9608e3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a209658c4e7c1664901186c7f780f6baf2840795813f1f859bb3b4d0f857e1 +size 74502 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png.meta new file mode 100644 index 000000000..a1cb9981a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/BoyGirl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb4c5386e99811dc84f1b1990607aa21a4b5e4eacd6c0069ab0df9986b2b412 +size 4811 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png new file mode 100644 index 000000000..34f9d52d5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e8394a3122deb48992b7c6df384cba4b04bc389b776f3d26100c390815e091 +size 78 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png.meta new file mode 100644 index 000000000..151b2876a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845fdf252940b9014d9babf6e10607681a44d3fc6a5e61016dc6225f7a1d9bac +size 11959 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png new file mode 100644 index 000000000..15bb53aa8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2241577579ed3973fe9d032214d6aa4a3c22be459c1bd7a48e37626d00c3a513 +size 555451 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png.meta new file mode 100644 index 000000000..e218e1241 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/IceTexture.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a78c891148393e97c4ce215613778e2217c5fa30633083bb98001219d8d38e0 +size 2223 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png new file mode 100644 index 000000000..9e99ec921 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b17e2d52e0039055e12d9cb124cbe2d060bc7cb40a1783028999e8b98c3a6e +size 52424 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png.meta new file mode 100644 index 000000000..d6eb1f54a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57263e8b9c80eb4fa577fb4fc0051f882a4b1e290d2da12bcbc847b7eaafaa86 +size 2172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png new file mode 100644 index 000000000..61bb95b3c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0c891b572ce4bd3e0ae03338c27c5af9f018751ef71b8ddbcb362ec8655c1f +size 152570 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png.meta new file mode 100644 index 000000000..99258877a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Magic2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ecb254e4a66079a1639e985bc20fd016cf139a0fb8fbdd8e4dff0b86837b90 +size 3016 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png new file mode 100644 index 000000000..59542efe1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de227a602628f2b29a93adc732c915871f0d30ec6d74fd09760cb0d2f063b8e8 +size 1197308 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png.meta new file mode 100644 index 000000000..63effc225 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTexture.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4304cc028e975cab243ab925a553255469c00d162f34d4a4f47e16db3e62038 +size 3061 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png new file mode 100644 index 000000000..72a40c0bc --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d0a7a8b9b5fbd8e3a55df44b9def4ee8f0027721bb037818571bfe9492b454 +size 333783 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png.meta new file mode 100644 index 000000000..6e904ba50 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/RockTextureNormal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5b5a5e954fb0b2b34003f7f75a874e131b344746a7ad03711998001b47766c +size 3067 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png new file mode 100644 index 000000000..34f9d52d5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e8394a3122deb48992b7c6df384cba4b04bc389b776f3d26100c390815e091 +size 78 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png.meta new file mode 100644 index 000000000..4dff3682f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/Square.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d701ad73e7a4e73b0b4365dc7245b63b8b8e145510818b74ad0232e1e13d98 +size 2381 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png new file mode 100644 index 000000000..acf281e7f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3eb77b9957e5263afddbd31bedcee0a335db9881cc85b0ab3203bcddf73c19 +size 1243970 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png.meta new file mode 100644 index 000000000..d1a86b344 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTexture.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230bc8beff1df03178fa02a0674d2dc2426433eaa2b5eaf82f0ce662fa6272d2 +size 3061 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png new file mode 100644 index 000000000..92d4c8da3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5084de5a61b7ded140d26abf5eea0fa03c35a8375189fe16f6488a21cc9c6df +size 422471 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png.meta new file mode 100644 index 000000000..6d2c6a49b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/WoodTextureNormal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4796587506bb92d618e3c753de1de38ae96f134d94353c48f51eb492db030240 +size 3067 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png new file mode 100644 index 000000000..d189eb1ad --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa49956aa35ebcfc0114d4c68771355906842097c3eec4067ca53d3243e6b7d9 +size 283125 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png.meta new file mode 100644 index 000000000..7cf7bebbd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/backMountain.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecec2063dcebedf05612cd8c7a8f3fd49b301d81466886e3d85749ad2896213 +size 3349 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png new file mode 100644 index 000000000..a3e86c4f5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f471ad7a8a52024848a867c1e64afb07a644e12047412969e85652502968fe01 +size 484860 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png.meta new file mode 100644 index 000000000..d44931b70 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coals.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b1352b645a9762695bd4e8dbf0a93e6a298bdd16176c3b2ae4bc633f489c56 +size 3062 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png new file mode 100644 index 000000000..2ffc4eb3f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c1fd7967cc60ea1a675b5102bacfbd3c3bf4d29f663ab939f04f1a2649b57f +size 279661 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png.meta new file mode 100644 index 000000000..d45c0e27c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/coalsEmissive.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61463519ff4fbbf0eb4f042a98c8e5d491afde6cfe30e1f6727dae6917764698 +size 3070 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png new file mode 100644 index 000000000..bedd64bc7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829e0d9463fbc8a61b49a65d479c82513a3f7fe26ed5e9329dea2fd855e7123b +size 3241 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png.meta new file mode 100644 index 000000000..cb2691cdf --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flag.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016ed493effab8a2c3cfce16b3da89e5a5e69f73c05c5e55e064f077ef2944f2 +size 4778 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png new file mode 100644 index 000000000..fc4440c11 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d827cd378193dfdde8666a040581ca406b52bf5d8442c6fa4bdcaf5856642bc +size 32335 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png.meta new file mode 100644 index 000000000..2f9be0e3e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/flameShape.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b936bb78475843c056f9e7dc7cfa4b2d5279ad87040ef8fe75785b288943c1a7 +size 3067 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png new file mode 100644 index 000000000..ed3c205c6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edd11a60dc0329c3d7638c4525e7f9720e66ae7cdaaf48003ef3b430194a9da +size 551919 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png.meta new file mode 100644 index 000000000..12ab0a998 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/grass.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb73dd282293a722f12fe642351ff0feb876a83b3941cf8dc1ddd2099bd94f9b +size 3342 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png new file mode 100644 index 000000000..aa2c71795 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f619a07f81023562ff0acdd2a7b51d35e6f1f78ce435196ec4f1cc483286b5 +size 21189 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png.meta new file mode 100644 index 000000000..80ac59875 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c335088bb4e82e0b6fed848dd4255de0a44c27e739e7d2d21833dd2849e0092 +size 3063 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png new file mode 100644 index 000000000..86672ddff --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3807aa3ad7ae7685ebdb3978bf8531ce373f2f448ddee9758527178403015d9 +size 18433 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png.meta new file mode 100644 index 000000000..c4813ba36 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/shieldGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33843eab4e11a51c1b44213a9970e630ba8c7915ccb41c94d3b8bd1bdb83fb7c +size 3067 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png new file mode 100644 index 000000000..b031436b0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce398af00a27765215ffa3ebfa778b48f9cd77038bf51125d2ddb503034b4c3 +size 5209 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png.meta new file mode 100644 index 000000000..74d1ead18 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/snowFlake.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c017f3adbc8eea76b16115e9f8408e5a00ce64190431867d0c2fb57aa941e751 +size 2222 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png new file mode 100644 index 000000000..e3e3a4874 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a463364733de26a1ed7e79a6006027fce0de437dd69ed256cf7237e7cc5a7c +size 45312 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png.meta new file mode 100644 index 000000000..0cc242be6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldier.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634684ccd5ae677df656733c575deffaea9c5871d63d1c98c65a7e3d3e2e18d9 +size 4274 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png new file mode 100644 index 000000000..48946bd46 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addd566c470f7da2540394fc8432b6da46744b0904c36b2ea959532482b98163 +size 30186 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png.meta new file mode 100644 index 000000000..44c0c74db --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierColorSwap.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fa4301e45a6cae8c3bd0f78dd1e6b1f5b7d4d39590cd1231de963990cd350b +size 3358 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png new file mode 100644 index 000000000..8c2789c03 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedec57c1778533673155e427c082c0492d7142d24e0aded4ec839c6887a6360 +size 9803 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png.meta new file mode 100644 index 000000000..70a45d992 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9e034ea0ba404f9cacb3373249ccbede81a51c24d03c875faf61a4e1920b69 +size 3352 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png new file mode 100644 index 000000000..cc5aab301 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363fdda3abe2146411c33df4b1a9cbcd94555d0eb87918d3dcabd742065ae704 +size 34332 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png.meta new file mode 100644 index 000000000..6109ad977 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierHelmetTopMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e706d66d8356d6df93418e0d392cf9288d1f7c5aae3b6ecef2958a5fcc7c5a30 +size 2238 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png new file mode 100644 index 000000000..b2ffbc738 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8a1b4b37b23a2f01ef15539542839b420ea75c18a8748baf36d4a93cfa9c80 +size 79364 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png.meta new file mode 100644 index 000000000..5cbf5ac6c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spaceSoldierNormal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031b90c0231d716cf15fe936c6e72c059d2b13838e91ec785712e0c519ab2a94 +size 2794 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png new file mode 100644 index 000000000..ee727258f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40688471de110b8b4230e59dfde26f395ea8fa03f6688e4b144f0d23f5578cbe +size 3221 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png.meta new file mode 100644 index 000000000..34bf06aa9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/spark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837d31d285ef2c820de558b2760b4bd2ab96a4a6f92440fa270d0f28a9ecf64b +size 2218 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png new file mode 100644 index 000000000..2e5429b7b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a28998a6419346f98e515ca0de5aabf5381489f5c0953897f2e6f1dd28431c7 +size 84869 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png.meta new file mode 100644 index 000000000..8617ee8b3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/splotch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11e16bf1928153246f325b35d9a6f89b4e92c25de85cf73baa81e9c790bd135 +size 2220 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png new file mode 100644 index 000000000..c2f49b952 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2657efaf1ae88b7f81b1dad62f8d1db8142d9c52b9b8a37ac8ba39fa0564f667 +size 189680 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png.meta new file mode 100644 index 000000000..ab6313066 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/sunDoodle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefac498ef10df062b7f68493a6310cb6a0941a7a9e60c538842a83380e35b3b +size 3066 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png new file mode 100644 index 000000000..febfab384 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e21a0bc2dcebe6ad0d465cb41481540397fc2ce327d3971f2f967bc3133cc2 +size 85480 diff --git a/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png.meta b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png.meta new file mode 100644 index 000000000..f34e2168c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Demo/Textures/water.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f515277120fe2087c9b96c975c76f8edc47eb30cdd796854dbd4a7903c1637e2 +size 3342 diff --git a/Assets/Plugins/AllIn1SpriteShader/Documentation.pdf b/Assets/Plugins/AllIn1SpriteShader/Documentation.pdf new file mode 100644 index 000000000..7b47369a7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce17920b58761672514c42cef0a4f92d8955bfbb97cac49b4aff49093caadfc7 +size 357759 diff --git a/Assets/Plugins/AllIn1SpriteShader/Documentation.pdf.meta b/Assets/Plugins/AllIn1SpriteShader/Documentation.pdf.meta new file mode 100644 index 000000000..f7f0c10ea --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021297b35a92b95c38efe77d5d8eab0ec8bfd196586f0a3228d7748762a40725 +size 356 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials.meta b/Assets/Plugins/AllIn1SpriteShader/Materials.meta new file mode 100644 index 000000000..e970373c5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d41810bf7ca60e3d13b13d279fadee1fa98cb729be08610c68f217522ca1ef2 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat b/Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat new file mode 100644 index 000000000..f30476257 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8732a89474cb4a46e1cd0f55588e1b26bb9ceb352c37a5a51655bc0260243d +size 5402 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat.meta new file mode 100644 index 000000000..42ed8d6d2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials/EmptyMaterial.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c49b9530fc36a66f12db44623d8c3ba8318ee8e0e3a053a1f6ec6cf9caad9c +size 399 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat b/Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat new file mode 100644 index 000000000..ad38ec404 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757dfb39d600b79b3ab7e32cb6ceb0fe72ee0654da794a40c0fa907fd53ef87e +size 6197 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat.meta new file mode 100644 index 000000000..39f97814b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials/ScaledTIme.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1d676c132c7ab1e9ddf0c55ec8656937088fe5c24c236368559b6ecaecb96e +size 396 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat b/Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat new file mode 100644 index 000000000..e553ddb4b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffabd1dcb93eef32beed6970fc78c5a73712a3163893e5d83b434f2d1ca63b5e +size 5344 diff --git a/Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat.meta b/Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat.meta new file mode 100644 index 000000000..d37c915a7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Materials/UIStencil.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc52fc225dfc96c9f08dbfda38a902eb7771f0df2e9d559c9b5acd75286d821a +size 395 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts.meta new file mode 100644 index 000000000..4605de7ac --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb83ae9a897743d8367ad6ee05d39c7439c8de08ee9a342ae2b1b6f61b3879bc +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs new file mode 100644 index 000000000..edd562576 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d65aceb2b8f2dbf98d265e5494e88822682bd010bea949478aeb54fb37ce4d8 +size 3476 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs.meta new file mode 100644 index 000000000..c41e2dced --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/All1CreateUnifiedOutline.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29935ba5342acb1eb40b260d590f78b00a6db7fe24ebe3c138ca3fd6f8bd5fd1 +size 462 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs new file mode 100644 index 000000000..86416e25a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283879de1623327e24a0633248233d598e9257a4bbdc8f6e4428d3a6b184c093 +size 29869 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs.meta new file mode 100644 index 000000000..b8ed7661a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1Shader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fccd40a5c3ca986ad5443393994125e2727f6ff313af4daed1d838efa47e08 +size 450 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs new file mode 100644 index 000000000..3c982e98a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4344218f85e9506f66b9d910fd7dd0d911d9015d2cba70e91a73808ba2c8c3c +size 30948 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs.meta new file mode 100644 index 000000000..fc9e7f1fd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/AllIn1ShaderWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b5264c47fd2a2b827608a696321bab90f6fc97d0e1e33263ed215ff28e74fe +size 456 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor.meta new file mode 100644 index 000000000..a6de4fc89 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7df526cd83c00fa732809bb18ef5d65239b5c0e4e03467b5ebfc5ef1d1dc077 +size 193 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs new file mode 100644 index 000000000..240ac5a1d --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458ead66122a58e51aaddeddbd3d028be83aae12b54c8304331660e5070e1d83 +size 7792 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs.meta new file mode 100644 index 000000000..7c2322808 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderGradientDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13e4188851f624fce0a07f0e34ae4c4fdae9f086c9640633e4a3efcb057ae33 +size 471 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs new file mode 100644 index 000000000..5962996f1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbdb1227b92e392d94d9538d2e12c312611577aeeb32e136ed7f7d007862692 +size 5978 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs.meta new file mode 100644 index 000000000..73de3bb06 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderImporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef7bbd1d348952ce4460192c6a4b34b89bc9cc6b6eeb093abe95023ee35c28e +size 465 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs new file mode 100644 index 000000000..b007acaaf --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f581545a1562fb958cc65defe74bd7178789f97c45db4e0e914b51ecf600b372 +size 15842 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs.meta new file mode 100644 index 000000000..ce533253e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1ShaderScriptEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f8b72d7580bd4666b33751af57c070a859c9d09c4da6a393637c4dc8fb4bb7 +size 469 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs new file mode 100644 index 000000000..ae71dc7a4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90900ffc4e72cbc16ef9750af36603203e910bbd461d1bf28ae515726f191c8 +size 33281 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs.meta new file mode 100644 index 000000000..e20944702 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderLitMaterialInspector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c365c1183f6165d795d746e8537958cde2b52031b88c10a38852af8f852d42 +size 483 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs new file mode 100644 index 000000000..1a2251fd9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2af65e7e38141abf728a6948fb1788eaa7cd28a44fb5608b4caf11f43c10609 +size 33408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs.meta new file mode 100644 index 000000000..8bd6fd174 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderMaterialInspector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2de8a994929eb24bb267d899e3a9e554faa824e032a980e74a89f67cd4e9c58 +size 480 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs new file mode 100644 index 000000000..d54d06bae --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2645c7504d1b7a73438a5a2f9fa50a34707438eeb34bb8e1e5acf0289e7a673d +size 30491 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs.meta new file mode 100644 index 000000000..63b2cf0ca --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/AllIn1SpriteShaderUiMaskMaterialInspector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd9c4787a0484a08a3b259043e7e3446c9457126b36da9b3107489abdca8135 +size 486 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs new file mode 100644 index 000000000..58dc3b581 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf4fc9c11fcafe75e050f64da9125949c3531084bc6868c0a86cb0b89a93023 +size 1572 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs.meta new file mode 100644 index 000000000..34964133c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Editor/RenderPipelineChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6047089c03a5e442487497840d51bde46e987b0b63c45c8f06f8e1964dbff039 +size 466 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs new file mode 100644 index 000000000..c5088c352 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cc9f4a9d817154bc6edf2d7822a31cd7b7b4d56be7c32ac3ce9ce89bc88581 +size 1384 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs.meta new file mode 100644 index 000000000..56d51087a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/RandomSeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f5c451803bf208a01539d1d44a7cce7df89739009607e1d4790c641c95f3bc +size 448 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs new file mode 100644 index 000000000..c9a61358f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9204473afcfa7a5cd8acf7d465cea4b9cdd30fae1332830df7e3cb0d631742 +size 6511 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs.meta new file mode 100644 index 000000000..f013e93eb --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetAtlasUvs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32ad8b9a491567a16be5f0d3249a3b2b3ba36a7fe05f5855ba9c27f2d7448ef +size 449 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs new file mode 100644 index 000000000..eb3b7d00b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f314200df2050460acd224463594e3cb3a420895996a0763b8b97facd8e77cf7 +size 845 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs.meta new file mode 100644 index 000000000..e71a4fea0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeNew.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423f8251cb36aea504dc13c1594ca3ae8c64e9d8d1af0971f43ef396f302a11e +size 454 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs new file mode 100644 index 000000000..436dacac0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4764070e06a08219cb1059dc59a546b5489aeb892f872c5b2fc8a814d020c2e4 +size 847 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs.meta new file mode 100644 index 000000000..6bb3b188b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/SetGlobalTimeUnity2018.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0af7ae94dd1e6176d1b273074fcb69cb91844e5f4150aa2b311eb14be5d7686 +size 460 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture.meta new file mode 100644 index 000000000..5a33b3e45 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e33782977abdd175a1a328ba1604765a564931a8e7006e70b975d765c843c89 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png b/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png new file mode 100644 index 000000000..f7a4da5a5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6903456b88c70a6cbba6cceffa74aa65f5f65dd18fa1f74eaf33c30ffe149cad +size 31774 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png.meta new file mode 100644 index 000000000..d0f9b76c9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/Texture/AllIn1SpriteShaderEditorImage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c777ee4eef90de907226d3c530a6df34ee6cf2a193b4fc0a2f6a86b67b9574eb +size 2315 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs b/Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs new file mode 100644 index 000000000..cf2abcb7b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c4733554153997af2055ba1cbe0a5b10b7762fc0115fea593b665813407b76 +size 1007 diff --git a/Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs.meta b/Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs.meta new file mode 100644 index 000000000..1a6853cd0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Scripts/TrueShadowCompatibility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4559e9004bf944544608d92ff970a183083416370d2261c428510b92a21250e7 +size 461 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders.meta new file mode 100644 index 000000000..27ae3f2f6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8d320b5d51cf499fbd279f7f45b63a3f27b51f7ca340b7ec4591acb1c9badd +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc new file mode 100644 index 000000000..11dc09e5b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e47e24c21727ac46bcdfce406ab7c2e9541a5a22bbf283375419f167b63b4f +size 2628 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc.meta new file mode 100644 index 000000000..94eb05c52 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1OneShaderFunctions.cginc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66cd6864453b1b1f736bfc95509588429a1f1498021c804febe338eff59089bf +size 426 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader new file mode 100644 index 000000000..d3e06ca8b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad481ef86a7e3be156382d018f4f2d1fa3eb950e7e8e5e793863965b86a7d51 +size 47308 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader.meta new file mode 100644 index 000000000..35310680b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShader.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaf41a238c7064c9bea671efb02f7676a3830c73ce579f48ad6bf8217db8ad1 +size 1189 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader new file mode 100644 index 000000000..41a70ecaf --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7434aedaf33ba31fa7ec9f52e134ad0fffee84313329b97bde63bac21005768f +size 669044 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader.meta new file mode 100644 index 000000000..2082397f4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderLit.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abe8ae427908a52f9e7e23e15033898713d045e827e400d8838db68af5efd28 +size 424 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader new file mode 100644 index 000000000..257d3ae28 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db9002a91e4dc22fd29e99249530dd652c29fa41e292e0e865a5f20011913ec +size 47713 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader.meta new file mode 100644 index 000000000..be57d0292 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderScaledTime.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e429516e78363c9c2add750f5aa22d2aac7c9b5217499b10b7a0f834ec436f35 +size 1199 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader new file mode 100644 index 000000000..a778cf4cd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0285e907dc49a48b65cb1e27c79bd2183823387c602bb6262be0c350cbfc1e0 +size 47704 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader.meta new file mode 100644 index 000000000..d5b284e12 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMask.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c458bb2bfce02c3586f8ba1cdf11fd6e7322fe034aa5b0c0077a558e03bc7e5 +size 1195 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader new file mode 100644 index 000000000..466e8981c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7a48a7e6bfde4c274760a7c6519d00919cd4b0f2798115e17deab7a02d4e4f +size 48153 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader.meta new file mode 100644 index 000000000..34fa37e83 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/AllIn1SpriteShaderUiMaskScaledTime.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcad399fa76b663352c45293fd90c62fbfcc41600c72615fbe7deffae0cb03d2 +size 1205 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders.meta new file mode 100644 index 000000000..1841febd4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f402329f50b5543c318941e7ad61ad7615e44a4d500601f333a8632ca02857 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader new file mode 100644 index 000000000..022b44a2c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aeb6ecc91d6f794cfb2b6610d4142698fb15ed06755b7c4d6c0614d7a8a41a4 +size 52565 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader.meta new file mode 100644 index 000000000..76f6241ce --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader.surfshader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab4a790452ab16a674951750535dff5e5a31040aba4b054e9c97472825e10db +size 533 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt new file mode 100644 index 000000000..225af47e0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129ffd0fc1a97419419aca0e7ca35688d060935a2f79147b5f13caf3d2183a05 +size 652516 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt.meta new file mode 100644 index 000000000..46a8a1538 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2019.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e280378715298f371892ddd304284eadc8fdde8d6afef81b3a4b84431be74d32 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt new file mode 100644 index 000000000..da963bb30 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bad3624f6503442f952f5e586b856c179e64f8d6eacd01aec8183fb42b5fe93 +size 1024648 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt.meta new file mode 100644 index 000000000..66664b7bb --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2020.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ade27e2beb3940480f3c530f9a08ae0d5dad8cb45e1ad8c171b85d42a59b6e7 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt new file mode 100644 index 000000000..e653e7f83 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef1fbc686135ae6050b882ae9671a935804aa33862df02d1788da63305999af5 +size 1010400 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt.meta new file mode 100644 index 000000000..06abe6a05 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2021.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3df07f436a3aa5503db6f82b97660c5607fad10ee1b6ecb2993b758feb4030b +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt new file mode 100644 index 000000000..d4a7821ca --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd2c7ce0883e0a2023e18c5884a0676456feb2412753020326c5e3e93510c40 +size 1050633 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt.meta new file mode 100644 index 000000000..23f6a1fb6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2022.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32de9a6e60fabba2a10f3725a11403ff76b2e9eb44b48cbd87927eb75fcff167 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt new file mode 100644 index 000000000..46801f2a1 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f74347a3563461eb7c482191bc24dff828f4bfd7c3dacd46b07fed9e739ed5 +size 1054907 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt.meta new file mode 100644 index 000000000..30459e927 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_HDRP2023.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5119859977564b92d26a0e78ff87512033c67891fc13c5bf5d7a5ec489535a1 +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt new file mode 100644 index 000000000..4e0349613 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7c04284a53f24faa84403d01b6f08459f516734527463a7c94beed0d29363f +size 933098 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt.meta new file mode 100644 index 000000000..5f5dbdcfd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_Standard.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5018d241423f7ae743fd612e2172ba2bcdfe8e77f62c47fcb3a1b25f396ae83c +size 408 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt new file mode 100644 index 000000000..e081e04f8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed9d8fbb35b5f134c4d6fa649b91789727c8bb94c3362562cbbc913206fa08 +size 433379 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt.meta new file mode 100644 index 000000000..9345203f8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2019.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3876d12881bb6cbbe441af861522b674f03d21ef986e6a381829316df89f44 +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt new file mode 100644 index 000000000..4890dba65 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226aab961b57f202520f9d0425c244afad7378a0c6bbd32e9aaadbda8a7e46aa +size 437562 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt.meta new file mode 100644 index 000000000..06e4d22f2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2020.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ee0629ae59a63eaf1db6b813c941784ba2dc11b981a2d0fe5fb86fc02635b0 +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt new file mode 100644 index 000000000..261b8f7a8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3748c6686138617c5ba5ab85509564c166a08dd31a43ac18c41d7c6104b4c8e5 +size 534428 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt.meta new file mode 100644 index 000000000..fae63a61a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2021.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecb5fb4e75b0584d939957ceb0eced111e7e0090f93f6c60a7beab98e69644b +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt new file mode 100644 index 000000000..b71de7f81 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fb532f5ca9b8288eca94ad18b84418ba5bb42db613e780ded63a02ca4cf66e +size 536591 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt.meta new file mode 100644 index 000000000..f63c6293f --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2022.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a036415f66f6f01f8f52d915d16a5e56143a7b4dfbc199c76c25803609d641 +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt new file mode 100644 index 000000000..ec7f99373 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113af511299b9e758cbf44ebc14b1ac941f4dbbb2839098da0f28203288c71da +size 669057 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt.meta new file mode 100644 index 000000000..aaabb2687 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/AllIn1SpriteShaderLit_BetterShader_URP2023.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27b3e09e470b405e806e8101ee4b43f16345034b74b4e2edbe54f5e9a2ef90d +size 407 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt new file mode 100644 index 000000000..198779652 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f740d16706befd4251371d099677317855dbf9508d0a2ec4a28aaa074ec8d388 +size 1590 diff --git a/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt.meta b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt.meta new file mode 100644 index 000000000..4be58a806 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Shaders/LitShaders/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bb9ce3f9a8e61aea88c1793c0af5e4711f76f78d0909a43e36235cc9562cc7 +size 372 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures.meta b/Assets/Plugins/AllIn1SpriteShader/Textures.meta new file mode 100644 index 000000000..774e88680 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723a726ed82bfbf07a1c6c91583ffa7c06bfcfd5fb8a23fb4d7f43c93e42c3a9 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures.meta new file mode 100644 index 000000000..00ab5641b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e683f0c94f057a076e5c3fa91612e65dd0e649fd4153518207aa112abc5ac7 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png new file mode 100644 index 000000000..5eb2819c5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5685c35723ee7be60b4762988dc062b586509f23baa8a9abc800b563dbc35b +size 203 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png.meta new file mode 100644 index 000000000..3fa404726 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4d451f1f355587f758e38e11543068354235ae83a95e11e9c3e961129b12d8 +size 2194 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png new file mode 100644 index 000000000..95111f845 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf9d0c4217fc45669a4639468132e73c8766b8727790b4f32198a4de0706546 +size 212 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png.meta new file mode 100644 index 000000000..1788c21f6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/gradientTexture_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d8f6be15accfca4c0c2278371ad6d372a9ececa77f8866c03e0e8760561668 +size 2194 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd new file mode 100644 index 000000000..3d885075a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d0a3569f3b4f0e259e1a885fe81a443591ff81ab8d8f2ced4dabe3f2b25cd4 +size 21680 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd.meta new file mode 100644 index 000000000..0a0e3206e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-bumbleberry.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6711c4b24b1b9a9c5df82ff3868a4ec3a169e0d64ebce25a072b34d2b62d08 +size 3320 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd new file mode 100644 index 000000000..c4bcccf6a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6977542931311fc22bf56aaed4013a10153fd3e5d2dc901cf738ec1c4358a35 +size 20778 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd.meta new file mode 100644 index 000000000..6d5e84605 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-cool.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69c3eb28783a1155a5025b26fac360c01834bb5dca722e4232c4b71dc1530cc +size 3313 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png new file mode 100644 index 000000000..7f570d79e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162a443b6bd69188f4dea910f10ef5a66281a2b5d16141c336611778678da682 +size 2805 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png.meta new file mode 100644 index 000000000..92706016e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-downwell.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c00e17deaef79d70db680d5316a89fbf0369207d5da44e2575a60ea30f2e6de +size 3317 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd new file mode 100644 index 000000000..e4b8eb2d7 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f140a9fa15fb6c73e7057a034b220bffd9a7eae9c6fba620279c4a911152b87 +size 21226 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd.meta new file mode 100644 index 000000000..1a81f807c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-earthy.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50b4e8784a7f3c44ce17046a90fdfe8b196daf635eefab7b87dbaf2a6211345 +size 3315 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png new file mode 100644 index 000000000..64e66063a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caaa8ddd5251adfb02f99db982c122004c4d7da412f727cff246eb61401a729a +size 131 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png.meta new file mode 100644 index 000000000..565faca94 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy-pop-1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81f5592afcb5c7237bf3ef16f5c29e913f1c60f4585c32bc601ad0ebcd3b360 +size 3323 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd new file mode 100644 index 000000000..176726c3b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5452ac1f7bf526f95099bbbe082fc99c30c1bede0d372311371331d01b09db +size 21682 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd.meta new file mode 100644 index 000000000..50ab3572d --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-gameboy.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ca449d0fa6e5a7d183ffd8774cec5d4617a658acca0f1adc8903a5675f0981 +size 3316 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png new file mode 100644 index 000000000..6759192a6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88407a72b33e132dfa87ec0d49c804ce61a24e24b38ddd65dcb93a59db19a1b1 +size 112 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png.meta new file mode 100644 index 000000000..c5aff5abd --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-metroid-ii-sgb-1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f773b636dc03a963173d78b9fb5798dc55853556788871060f01c07230dec074 +size 3326 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png new file mode 100644 index 000000000..9c4aa1201 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cd4ccbb2e3855767105194e46b75cad8e62e73a9e5c6ce3cee75f6d8802058 +size 112 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png.meta new file mode 100644 index 000000000..009ecad3b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-mist-gb-1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9f00371838c9a00e9b071a8b25fdcd115ffaac7153c7309185366be54b1125 +size 3319 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd new file mode 100644 index 000000000..9fe7457aa --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123b94a07bced3c211c8d8a47f3f0052de42c2eacf871efd68b06ea6e28b16ef +size 21678 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd.meta new file mode 100644 index 000000000..a8ff56573 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-neapolitan.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce9722d77c2e11a68eafbe8e0fe750129a7cf36bc4630231d70d4ae33ba9923 +size 3319 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png new file mode 100644 index 000000000..e68fb94c9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76df32b777fa3ad992c575a0818b7f0fa8e28d7cd1a5320504ca28911a4aba25 +size 112 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png.meta new file mode 100644 index 000000000..dad9252ed --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-bgb-1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1966741b1fefb596c10d5df4f174aa2018a700a83f668a2d2fab3581686a16 +size 3332 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png new file mode 100644 index 000000000..51e0a85a9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e96ce31ad113e70e8dc80636f0529cfb017898db41aeef58bc93d64fb841ce4 +size 112 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png.meta new file mode 100644 index 000000000..62611cb09 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-nintendo-gameboy-black-zero-1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8922180ec3f8b8aa98b209bf433efed5e3bbf82a39a8d9df64f938ea7bf350de +size 3339 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png new file mode 100644 index 000000000..df3157ec0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742c92953e8b02fb657ed105ca52c98fe2150f407b5002d04af9ad816d878306 +size 112 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png.meta new file mode 100644 index 000000000..6f29b22a2 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/palette-platinum-1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba446c3b057c605a2541a62b2513c7c96f4d3417140617e45fb865261ae4af7 +size 3320 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png new file mode 100644 index 000000000..b69c11212 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068d6725cdb319cbac6483f9f9115fbfd4c718af68c31191bee13eaddec06ab7 +size 1982 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png.meta new file mode 100644 index 000000000..c5ef4d64a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/shadeRamp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7698e85e3b71b81984250cb9462900fe33dfa111527f75c0b8721cbbba9f17 +size 2187 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png new file mode 100644 index 000000000..9f585bd80 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fefd4f379c0b0fc686e711f19666bb3ac9250c29de22741e1138b6e13922f0 +size 1848 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png.meta new file mode 100644 index 000000000..0324f8b72 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/GradientTextures/toonShadeRamp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070f62f3f49cfc32e401d4adc16f5e7980d6dc66c0e2e2e3f1270f8ea9caf913 +size 2191 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps.meta new file mode 100644 index 000000000..f2a5dd283 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69765b39727c1abb461d2cc5e1f030b16b3157135e9f88fb1cb8738fc551bd09 +size 172 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png b/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png new file mode 100644 index 000000000..9dfaf78ad --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2b2ef2140965e648be14e73e25fdd0667db75b459bc1df0c08cdfb185670d6 +size 63306 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png.meta new file mode 100644 index 000000000..d250821f4 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/NormalMaps/spaceSoldierNormalMap.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65bffc89f38a9aefdad83fa521e0ba9b01ebf5b722fe99feb2f8fd45903732a +size 2193 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png b/Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png new file mode 100644 index 000000000..52989cd23 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b2f2e8708b8526e785cfd6211a739bf985e59e78d560363c1b2305191d2b1f +size 4024 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png.meta new file mode 100644 index 000000000..cfdb6b0ca --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/UVChecker.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be42230a481ece75b276b9df2d38b84af6d5d9ccf7941a07ab99f4971c3070a +size 3293 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/black.png b/Assets/Plugins/AllIn1SpriteShader/Textures/black.png new file mode 100644 index 000000000..df6dddeb0 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f86f41eb95646ca36ac544093fa6daf3563b2dc272ce603cc1b0d49544f455 +size 1779 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/black.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/black.png.meta new file mode 100644 index 000000000..10d697ba9 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/black.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3bef7afb05a02fb2c58fe6f629829544a7eb6d2ad574ab348253ef5da26419 +size 2166 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/fire.png b/Assets/Plugins/AllIn1SpriteShader/Textures/fire.png new file mode 100644 index 000000000..9041cda6a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/fire.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e14c672e8929669124c1ff04e301049d163e38ff4d86979f5777a39aceedd94 +size 344085 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/fire.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/fire.png.meta new file mode 100644 index 000000000..11b716144 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/fire.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36763b88f2d972ed7a17268f96fa59cde42645603a8f32c7524dcfc01f9fa34 +size 3286 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png b/Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png new file mode 100644 index 000000000..e436bec32 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0a8a2900058341c33a3d4001700bcff1a70e5ac7c5f884982b61c8542f6242 +size 499363 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png.meta new file mode 100644 index 000000000..a07b0780b --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/fire2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9b8b46569204290799aefd44273f919450f42da6c3048817e58743d88c1353 +size 3287 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png new file mode 100644 index 000000000..175dc1780 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e678665bd9dac8c72aa1166f88256bc31fc7d6b518fdedb320cb0464afe4d5 +size 41997 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png.meta new file mode 100644 index 000000000..f990f440c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aead58e93a109c765cd5d4059c5ffad15aafac17dbdda793451ce31e5a32604f +size 3292 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png new file mode 100644 index 000000000..3703860a5 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc167dff72346211e862097164ca578d7f217ffdf215ab6552e64bead2ed0e2f +size 27774 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png.meta new file mode 100644 index 000000000..01c7d386a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/flameNoise2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2b6865acf3414da76fc8077225580ba7caf77243ce0c825c69136a89e8129f +size 3293 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png new file mode 100644 index 000000000..abae35750 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07482f5b4d1e6d369eef34283daf566ef36d967492a49780cff1a83903a5ac57 +size 8611 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png.meta new file mode 100644 index 000000000..aa1602fdc --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415b56b7e1ddc39f9899d9aa42ab37162f12c50b5b3a6d6444db0f8cf62dd2ba +size 3290 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png new file mode 100644 index 000000000..7dc47e7b6 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d5bbbe24ab41cc417ace8fedcf1cb3e51835a32293520b98b08346c12f0874 +size 14419 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png.meta new file mode 100644 index 000000000..7bf46360e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/gradient2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a19c048d4c756e0a5845af85a65a7f1a075d9d0d6e9cbe3ed977328db1900aa +size 2730 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png b/Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png new file mode 100644 index 000000000..7c43e7bc3 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8eeb8b4bfa5ffabbfccd9014f60dbbdcb4d5da3e6944a17379aa34d989e81e +size 18857 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png.meta new file mode 100644 index 000000000..71af2109a --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/rainbow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad5437763eb885fe962d8c8250ff835a1c704de089f3e98e4cb72c77dd9076b +size 3289 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png b/Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png new file mode 100644 index 000000000..e3db93f9e --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2555485e71a67e83e4d945f3fde875e5605b8654ed9983c5588429dfb56eeb +size 52101 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png.meta new file mode 100644 index 000000000..4ebd5a736 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/seamlessNoise.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f01839d90f645238aa0116efa9205c4b54aeecade5e20bd528753b445d639b +size 3294 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png b/Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png new file mode 100644 index 000000000..2cf1bcb1c --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e8785cfeb7518ca1ced7d24cc2a07fea178c88a7e1876027cc83366b45e4df +size 68640 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png.meta new file mode 100644 index 000000000..6beb2e5ab --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/toonSeamlessNoise.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693895b781971e59b15711b911ee5b11cfed143b544a3315464359e314b8c3b0 +size 3299 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/white.png b/Assets/Plugins/AllIn1SpriteShader/Textures/white.png new file mode 100644 index 000000000..c18af4593 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/white.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771d840221ca6f1183225b1f3efed0209b2ac5ae3487350b8404e49f14c5d8d0 +size 1367 diff --git a/Assets/Plugins/AllIn1SpriteShader/Textures/white.png.meta b/Assets/Plugins/AllIn1SpriteShader/Textures/white.png.meta new file mode 100644 index 000000000..57bd624d8 --- /dev/null +++ b/Assets/Plugins/AllIn1SpriteShader/Textures/white.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d6aacf44cdf70d21f69e7b864effa7431274715c0443b8dc9d7dbb18e0d79c +size 2166 diff --git a/Assets/Plugins/AllIn1VfxToolkit.meta b/Assets/Plugins/AllIn1VfxToolkit.meta new file mode 100644 index 000000000..3e582dcc4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cd567beadf89ccc6a5351c1185bd7d785e624883aa401d7a2da989ed473014 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/!README.txt b/Assets/Plugins/AllIn1VfxToolkit/!README.txt new file mode 100644 index 000000000..65ef8c8b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/!README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d481fa475d58e5996a34333d10506f2cf38d029a6db53283d1d5f57820a4405 +size 1304 diff --git a/Assets/Plugins/AllIn1VfxToolkit/!README.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/!README.txt.meta new file mode 100644 index 000000000..3b4d04938 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/!README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d35249f2e684dee15ef743ad829903a75a91cee7f65927d81d082f57a64d780 +size 348 diff --git a/Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef b/Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef new file mode 100644 index 000000000..7132c153b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfe37d63e86073994071d0ced47549a653661fdaa0e61f86ae0319f071837a2 +size 36 diff --git a/Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef.meta b/Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef.meta new file mode 100644 index 000000000..2be456b62 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/AllIn1VfxAssemebly.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b2ce682bdf88d0ba1400275dd2252b4380b32d99f5f4a5e2e497a211552664 +size 370 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets.meta new file mode 100644 index 000000000..7a039e648 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630b14dcb85c28bb28b63f6315ba102931509b2baeec62491e33c96d916aba95 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo.meta new file mode 100644 index 000000000..425704400 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1eaebd318e64a376ebb5599fc7249772bbe9cc43e38e5fad80e34f7d75d3e2 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation.meta new file mode 100644 index 000000000..e5c9432eb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38556b8a5e2106ddc2f1df3070b73ccfc5963f597ff4eb68672c9d84067f7d2 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller new file mode 100644 index 000000000..9edef6bd1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d12e15972f3354c6f5c003b35eceddf98e0e9aa843e59c8aa2e2fe831f918b2 +size 2023 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller.meta new file mode 100644 index 000000000..25ac73456 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Beam Blue.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117912befd849385c01f7b55ae767c3544cfac081ae379677842dcf054712027 +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim new file mode 100644 index 000000000..ba743f283 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e87f71d4dadaf3118a8f317274ec4d415aa727868733ddde0f4ee67f49282c5 +size 26062 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim.meta new file mode 100644 index 000000000..d50d4c881 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/BlueBeam.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfbed078a82cabb35895c847522ccd9a1662a07bfdc73cb08c23ab4247992fc +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller new file mode 100644 index 000000000..3ee339675 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730c601b4a5fb86d8d21e38a3c3212ef6b1144dcf6650434f80f7333ad36afed +size 2029 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller.meta new file mode 100644 index 000000000..c1de21709 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/CharacterRun.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9131a3e47e49f22cfc54547996bdafd03c75186e446c470f22f3dd7e041b89c +size 419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller new file mode 100644 index 000000000..996da6678 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ad5b8b5479f058ffd0eccd371c7cd51de88eb015482247b8fde14fe4ee368a +size 2032 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller.meta new file mode 100644 index 000000000..d01a05708 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/Fire Bullet.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80594ae8ec4bec757218898bb65fb3eec7543bb748cfccef90c3c8e91720dd94 +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim new file mode 100644 index 000000000..c22b3f625 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0886af15f364547e7bc283ef8fd058a8151a535e1ef35cae0c9f8a91bfc7a0 +size 5632 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim.meta new file mode 100644 index 000000000..12a4a05a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireBulletSpawn.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9ac4ffd95fd4ddf2013aeba8528aea5e166a1901e6ca7ee0d65e1b0546d902 +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim new file mode 100644 index 000000000..f78ecd712 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4310f072990a51bb3101c5e392491eb2694551801eed3e066990b5ce90c5947 +size 13995 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim.meta new file mode 100644 index 000000000..1d9a67322 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f831f49f8f2e92fe3fd0a5b940984a69ee11e99ad2f149bb128c3feb18b647 +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller new file mode 100644 index 000000000..a0a151413 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5a82b3b745b09b018611afb5e21ca9f9d48b172c736c1332dbb8924bc25226 +size 2026 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller.meta new file mode 100644 index 000000000..ecabe163d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/FireShield.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c64b6b2bb14ec702279d754d343c4b2ebed9d47b4aa4a8a9082879756758d7b +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim new file mode 100644 index 000000000..b55d9a349 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9564005d5558f5a5d57e129477bc50ac14a37bfabca7ca08916dce3c9a3ea8 +size 1134013 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim.meta new file mode 100644 index 000000000..5cdc36dd0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/HumanoidRun.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6e9c6c8e1d295335736dd30bb186b53835e29e60aa3823317355e04ecafaa4 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller new file mode 100644 index 000000000..d20b350cc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ba299ffb6ece222cca5ad7f17ff1ea33d68a1c211d761b9f2a0cf45b5be68b +size 2030 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller.meta new file mode 100644 index 000000000..f5e73f193 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlash.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdce0791937107f13eb05604fc68c86fd0837720f8fd782ba3b7cc46796ce48 +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim new file mode 100644 index 000000000..dae07af17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c45d3b99414720bd3a0cd714d4ecb8dd36152f42ff6a7240b172e297bdc2fd +size 23167 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim.meta new file mode 100644 index 000000000..ab731907f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/MagicSlashAnim.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a8d6dd363824026002c1704da38839ee70f196de1836f0f89633fb24f5821d +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset new file mode 100644 index 000000000..b361e928b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc02f88054e85b0ab8022b8aa36cf019b84215d7b27ce5eb9cb8f0aca0d36478 +size 31728 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset.meta new file mode 100644 index 000000000..fb5cddaf0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/RunAvatar.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be82de88051ea8f69293f6d3d597c6ebfcee2a64757114d7e71c065eaf220feb +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim new file mode 100644 index 000000000..9b25a9737 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11b7ac7743a026059562b3271f72f8bc2d2cb2a97832bd207f96d6238fce5c6 +size 9421 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim.meta new file mode 100644 index 000000000..be89dd655 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca33b4a27a9a3396d125b56049c871a633b51a44e4dd8f4765b16192a2e5179e +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller new file mode 100644 index 000000000..2338c30a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ce1266ff328cbe47abd2f043d73a3e6d3ee7899e38282453a475d07d8591a0 +size 2032 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller.meta new file mode 100644 index 000000000..f1c544b3a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/SandShield.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db69098913c89ea7495ae3ec22e93deec0e497204bfd5f24cd451c4d5379d023 +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller new file mode 100644 index 000000000..1871bb814 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a18efe05c780fda6c376de354d4e9e4f65ea84edb2fcaf8d1c763a4c3a84d6 +size 2030 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller.meta new file mode 100644 index 000000000..2b9902da7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlash.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefce971511f981a55cfb3c3800f5878d185084123ea976073b29df2e52775de +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim new file mode 100644 index 000000000..6ea832613 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33567daa9e493ada6aef15346eb464a102404bc150da66cdc4873287f3ee6ade +size 23289 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim.meta new file mode 100644 index 000000000..dda1b7671 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/VenomSlashAnim.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507b541f693406c4beb5e19cf2023f79852998b3d1a3464ede5729f140a99462 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim new file mode 100644 index 000000000..e313c15aa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ec2b73ac649c33033589f4fff455ba0c37546a894468057440d32bbf88f011 +size 10875 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim.meta new file mode 100644 index 000000000..9553f09d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b82a9557d003c643ffe6bf3a050b68e42ef303459818f1cb098d39f3347f762 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller new file mode 100644 index 000000000..d45e24b4c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d6da72d8fb9dbff3bc5751050b0e8ec9598040c9d2cfbdd7c67210cb4ce954 +size 2028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller.meta new file mode 100644 index 000000000..392db1e5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Animation/WaterShield.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8e5cf77ca0a2e60ed9d167441ffa87826aa665092210df232c2f28bb29b69c +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity new file mode 100644 index 000000000..d67c34c29 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02af4ae063171a15b342a62e7fea3e369a98a6de75b90bd2abe1fb88c7568c6e +size 250745 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity.meta new file mode 100644 index 000000000..3372771fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkit.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f43d9411fe0de958205ff50a48db9803ea2271f6f0369f46bba477032ba4a6 +size 373 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity new file mode 100644 index 000000000..ced47d139 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52d9d1fe2d1bf1ce8db629eaf8a390c557b619c07abf3fc19afc24bb1db849d +size 32173 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity.meta new file mode 100644 index 000000000..f6b1ca2f2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/DemoVfxToolkitLitShader.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246234f3a7139f66939ee25926e2bc2b86205db5d30550e4c2dba732fdc033f1 +size 382 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects.meta new file mode 100644 index 000000000..9c06aa555 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad3116167631b206844ca93faeb9ff482800abe281c28c79211552ca084d204 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset new file mode 100644 index 000000000..be64d9729 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335db48e59cc043864826f5a20427a8dca610e086cc20cfc1ce4ee06759a0829 +size 860 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset.meta new file mode 100644 index 000000000..bfd4aa33f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaAuras Group.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6c02f2152b89c73d47bcfd8e0f674afa5ed1c223aeb885bf8fb510f76d83c8 +size 437 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset new file mode 100644 index 000000000..b6d0f1450 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94206d595ae672e891e36eb64e9d513c0e89a3708bb0aafac8ff34a6b9fd8d14 +size 864 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset.meta new file mode 100644 index 000000000..68186968a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaBlue.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c736e333fa020ca3881669c1dc8b8524cfe072c87c6eefec59dae3ab400c0059 +size 426 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset new file mode 100644 index 000000000..c3aab7a36 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d47d55eebb558d9ac634c0d0d0efc2cafe15240cdb938dd4500668fa3210081 +size 865 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset.meta new file mode 100644 index 000000000..33c2c2ec5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaGreen.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96391c2e2bda1ff0ba23ba4eb38b38dff622a617518723beab0930f16008aeee +size 427 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset new file mode 100644 index 000000000..409db9d74 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd4db85613aaa5a07f5ba8ec3f8b84219a8cd5575b652a86375415899cc3090 +size 866 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset.meta new file mode 100644 index 000000000..be9d694cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaPurple.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f766011bd74028ef0a86fcb8952d256c3647dc75f5b05d9169871741ce3a451 +size 428 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset new file mode 100644 index 000000000..90b55b4e9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ca4a75ea2b37d75c6cba4d718079fa29f0a185edc059a14317d00ddf7d144e +size 863 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset.meta new file mode 100644 index 000000000..f8bc14def --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AreaRed.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40cb2531b91f3a45b680c4dcb39ff965e74fc7169785131d9680efe3cab97aa0 +size 425 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset new file mode 100644 index 000000000..3e8feb777 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e343c32ba405ba47e0b4f4a03ffdb53acd1e848e124784d35a4658525b4ee120 +size 860 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset.meta new file mode 100644 index 000000000..86afa441d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraEvil.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffa52ab60b1cb5530b70541a89d3948d8cc694869d92a5e649595adfea94dfc +size 426 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset new file mode 100644 index 000000000..961c3d794 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd1420f08bb16c7325ecdac265ebf1b5e239b8ee3b29c5380e50b12a6631c33 +size 878 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset.meta new file mode 100644 index 000000000..ba50f06f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/AuraHoly.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab4649e99100108935d5267f451588bc72774e6fe7f7e06887d8f92a541d136 +size 426 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset new file mode 100644 index 000000000..bfb46a8fb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892ce698f2ec192d8acdebbe4250dd5a8e09c9c653723844ed0f65cd299cec94 +size 1004 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset.meta new file mode 100644 index 000000000..74f732792 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosion Group.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af5975c74f4d519385d983b96acc91dba92df05ed8027a86e188f7bbe0ef836 +size 437 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset new file mode 100644 index 000000000..35b6791b2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50b630d00519dba506e0e6037190469f8cca54ffcdff6260e50e40f82f34ad9 +size 893 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset.meta new file mode 100644 index 000000000..cc41d908e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Blue Impact.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7a78b74c7adae8877431841bfdd6b9483cff99b1b42e78abefd57477eea018 +size 444 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset new file mode 100644 index 000000000..3e8915819 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7ddf1ee2be4a25aa8d4d6a0f0f9ec92c335949ac5cf2fc14eddb2bc267beb5 +size 885 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset.meta new file mode 100644 index 000000000..ff371531f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Bomb.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9b7fcc233615f552e5d62f859cd372980752a452cb337c5e16aa69b0a4fcd1 +size 437 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset new file mode 100644 index 000000000..cd310c48f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c40c220125db18539085d596c495d4b88559da187de9e8cc446197d843c9c5 +size 887 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset.meta new file mode 100644 index 000000000..9b8616218 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Galaxy.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a82caac824ad09ec16fb8d28a211b4fe7d76a0a90062c966a045445c8d2026 +size 439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset new file mode 100644 index 000000000..c1ffbb090 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515a73f9de4926aa5fcb9f0b7455067c7a4f06776cddf4e60afd8069219f768b +size 896 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset.meta new file mode 100644 index 000000000..0feefe1b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Purple Impact.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fab821604eada8de2deb8fa27131074b03f3936c09b3ca54d77cd0b002fcc51 +size 446 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset new file mode 100644 index 000000000..f68b504c7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee52390c57c5d3bee2e9b86d43f4b3fd1695dafc9ae3be4f8f1bb60312812f1e +size 892 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset.meta new file mode 100644 index 000000000..7385ad818 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Red Impact.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a7eb9bb687c2f1a5645ab97180c18248251b2213c45d5e2ee1b1b6e1eadb58 +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset new file mode 100644 index 000000000..8743a65e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba339426e216d44df3cf1d5a5f0e83caf7c3dafbe7cef720c707013004221b8 +size 889 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset.meta new file mode 100644 index 000000000..5c2c5e17d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Toon Bomb.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d79cd07bfcda1471739c41f2ee0ba111d0cabdec2f7728718c33a5cb5e43470 +size 442 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset new file mode 100644 index 000000000..f9a9a3bfa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0544fd3dd52929f45c5abc7ea5835f1ae55c8640365316c43e5920c45031c5 +size 893 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset.meta new file mode 100644 index 000000000..f14a0c91a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Explosions Water Splash.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f103c2bef9e77fe2f909ba8f0067c894bea69d1374a1f59df744feb87359952 +size 445 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset new file mode 100644 index 000000000..fe129afc5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ee9cf971efb017d3fb16d3ec779ed1611143cae88105df7aefbb1a88c5e99d +size 895 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset.meta new file mode 100644 index 000000000..d590c322f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Magic Explosive Spell.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010f2eeca74f8fdf1609575369cfea9e81fde171db65bde373e196fe2eb570ea +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset new file mode 100644 index 000000000..06ea24b02 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e8cdafaf9b9bbf7cbbbb7d4ddf8cb16747fc1ddece4eae2e375d8601a3f764 +size 1010 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset.meta new file mode 100644 index 000000000..9c5c40265 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playable Others Group.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f95ac91e9340a02514c84d4bab068d19fceff057bc2f29cbe1501f1f996c525 +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset new file mode 100644 index 000000000..cd3a9acc7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ed736abd46bbee7fa026266974ed48fb7525f1c50e272f48e46476befc4ff4 +size 892 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset.meta new file mode 100644 index 000000000..b482c80bf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Blue Beam.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63656b3a47c5aaba048ab51e41f5d85e6854b201b7bf185ae6d34d48d8419c14 +size 441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset new file mode 100644 index 000000000..75c774d51 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62c2fd4b4c4b6cb3b15a756403afdecaaea931bebcf62ca636835ab8888823d +size 898 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset.meta new file mode 100644 index 000000000..c8fd99c61 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Incinerate Spell.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113783fd86516c556e26ef125d08e77e13111aa63bf42205c5c166c8ef6dbd83 +size 448 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset new file mode 100644 index 000000000..5c9c58208 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce84a48d1bc2ef2c5dda8010a6a04515e8b1927115d49081378181fc1f8193b8 +size 898 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset.meta new file mode 100644 index 000000000..95dffbe76 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Lightning Strike.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05f4667666f862fda25fd706fe85ef0d71a49d03309d8aa68a57f4d5bdf46bf +size 448 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset new file mode 100644 index 000000000..262bb1a3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140d4447af322a6d372b4bf08dbf915083ee65ae4949ed8c4e0082684ef531ba +size 894 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset.meta new file mode 100644 index 000000000..1b9eb321d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Orange Beam.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ca79f2ad5ebb8d41c64d887119eac7bbf117a0947507a0ac0d3c4f9b291227 +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset new file mode 100644 index 000000000..893253c25 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110205409cbfa628de8ca896aa2a6f1f4a8569222e8fc281fdf3a8e18c8170a3 +size 888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset.meta new file mode 100644 index 000000000..24bf0c8d6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913d2619356873f7d3250e2b29932a504275956c9361eab98595d604a0f274c7 +size 439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset new file mode 100644 index 000000000..eba9a4b0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0774059c3ce522ac92c3e1b4fb0bd9bce3fa7d7b2f711bad039e6408c3ed832e +size 888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset.meta new file mode 100644 index 000000000..9f42ff5dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68dc5a2c102a0f8d806d8ed77839a66b2f6d770805c17b1cb7508a314e78b68d +size 439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset new file mode 100644 index 000000000..a7e8bf164 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f974e32c459323dad43aa37fb4dcc6d218e0be0a1c0830358626ded983c814a +size 888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset.meta new file mode 100644 index 000000000..d8a2f302d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc09ad4ecc56e4e1b7518da201514e985f42a3e54679a6188087815b3eadda7 +size 439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset new file mode 100644 index 000000000..d54f4da30 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bf292b09f5a7093d65667332f1535bea27d1c03fc9889d07f69f956bdcc25c +size 888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset.meta new file mode 100644 index 000000000..13008a0d8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Playables Slash 4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aee23bded4582216efd430d80cbcfdfe7b13765f95add68180132dbb8b5f303 +size 439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset new file mode 100644 index 000000000..234d30fd2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d294a961681a4f9f9d3fe9522b30e321e2f01c2191e3159d8cf8e4dc46564ae8 +size 719 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset.meta new file mode 100644 index 000000000..3514c7d56 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectile Group 1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cbf6ae07334fab1978853a675ec756b01887c82a2e1c40ff44e4f33264c412 +size 440 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset new file mode 100644 index 000000000..7e8a1cd0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abaaba6a8f9d1fb59d6c021464ad0e7b96b4a338f9675d1ca0f81fdc63323cc5 +size 1035 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset.meta new file mode 100644 index 000000000..17f2b0520 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Digital.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e263f9ef6aaf84792d5262d5be847a65c6fb2b3daaad3cbdeb33d21edfb78e0 +size 441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset new file mode 100644 index 000000000..c32e8ffbe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d6a34f70d592fa7ad915e006b46e429d41520a43f0c781b5c090a10d38b246 +size 1031 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset.meta new file mode 100644 index 000000000..110969129 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Fire.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee171271b3e1fd2b17aa27f86337f6705e444f5ab664024991530e32200c158 +size 438 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset new file mode 100644 index 000000000..b78791271 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20866f68648f7de3e4e17a645c0c19d32874bfd57ca9a10ac7ae9e1be7eb8dc2 +size 1031 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset.meta new file mode 100644 index 000000000..82e3dccba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Gun.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bdfa6fdc2e323b62a229181aa066122e8cbdc5fbfca8d9dd612284c1dc8085 +size 437 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset new file mode 100644 index 000000000..81809c709 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a2d81de113ffb9f2177fe780ece2281820a00de9e81e9e4d59f330cf534e17 +size 1031 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset.meta new file mode 100644 index 000000000..9bbed7924 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Projectiles Ice.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859fb10346e568ce677645fd009cf643bd1f3a224a0725d6583c1f942b3aa696 +size 437 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset new file mode 100644 index 000000000..be462de1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf77eac27b5ed756ba8455ca70720f6248fd598688ab96d78e166bb3e4c31d5b +size 785 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset.meta new file mode 100644 index 000000000..d50286b5b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shield Group.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2429dbd7e120a05fa850ff73b5fc0788d9e2ca33d0d09b87f0d09d3e2d5c4fc8 +size 434 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset new file mode 100644 index 000000000..5c37331a4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00344c07e0f9359f10dfab4f29bc4946b1a87833011883efcd51b59e9619a31d +size 867 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset.meta new file mode 100644 index 000000000..0b4fd47b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Fire.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b28eb55a3fa8f60c66b42a339e83e652856df03e607ecc69d81e259b122af25 +size 434 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset new file mode 100644 index 000000000..576e1ef2a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13febbd7c60d44c03aed51643e2a86463733afa43655e71ef6d6496da2d2b27e +size 843 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset.meta new file mode 100644 index 000000000..ec030e3f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Sand.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef06358ccdd5cedcbf140c4e5594c0765f934400ab27559256eb6e942a3669f +size 434 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset new file mode 100644 index 000000000..891da2469 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc54ad71a43e37d6016255632d64abd336863d98a57ee74891276d57ef82cc6f +size 885 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset.meta new file mode 100644 index 000000000..50d2df622 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi 2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61523246dba6cf504bc00bdd8c142e0a1e7a3ec9b5d299b3eb1fadfe695f6bb9 +size 437 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset new file mode 100644 index 000000000..c4aeb649e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6142848d53e0c6b2478f682db9df279fe510a02dc02873921de4fdf47268c360 +size 842 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset.meta new file mode 100644 index 000000000..5724073f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Scifi.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff3a075063f8c98f0aeab56b9140fd1f7832a4c8fd693617a1040011061ee87 +size 435 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset new file mode 100644 index 000000000..a2ad97f7c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5ddc4b7a91e7867982448899f363ba7a87b87a4777c1632bfb7c4f8017545b +size 870 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset.meta new file mode 100644 index 000000000..003d1f596 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Shields Water.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74006e1b2fdd4a58bdb9de873a5ffc24b69f25ef31de134d2fe3b820ad763031 +size 435 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset new file mode 100644 index 000000000..2c718ed25 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c3f247db7330b54289ede1e50ec6feaec1ee5cac74d77ae097af7f97fb7684 +size 889 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset.meta new file mode 100644 index 000000000..9179917d7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Blue Fire.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795453a1f5b55ca4ba1ead4c46712165a5ad791ba40f6ac5cc1a0805e9ddcd79 +size 440 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset new file mode 100644 index 000000000..1ac4aec11 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95c674a777eea3e68b104379b91ce30ba61a9c9eb7c64191b92f72bc7ab7604 +size 876 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset.meta new file mode 100644 index 000000000..2f9557301 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Dark Magic Orb.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ec578261c49a655f4ff13ff014dfc5a0f05eaf3cb0099f4497351f927ef9cd +size 445 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset new file mode 100644 index 000000000..319d66bfc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7bec2c504f9472c5c67fa3e489ed16f4523f82baa3a94bcd69f63480ad2bc4 +size 873 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset.meta new file mode 100644 index 000000000..1b24408f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Electricity.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527ed6ef209455494fcb2b14711e445907664e778baf39eb32024611c1bdfa66 +size 442 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset new file mode 100644 index 000000000..2e60a28a4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d1e0a60f24d2476fa9ce77412c2b65f63127bb425d63da3e4cd50c369caed1 +size 886 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset.meta new file mode 100644 index 000000000..b2fb90846 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Fire Trail.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26cb246a23f728aef3bbe877aebdbeaa04c087c1b7e2969e4326633f78cd4d9 +size 441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset new file mode 100644 index 000000000..933ff3788 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd51a475ae46b14ab2f8be16bf6ee099cdb73eab316b0cea0bdf466cb83a98c9 +size 878 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset.meta new file mode 100644 index 000000000..de58bb678 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Galaxy Character.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b9b6e7ae5d47c42db58ef5b37def1a6b5a6e9d2b55ab5bade4b69a8f9edbc4 +size 447 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset new file mode 100644 index 000000000..a26326d4b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4cc8deaa770d738540fb8c3e086dc6bd327d8c6505e9a391384363731b7fa3 +size 887 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset.meta new file mode 100644 index 000000000..4f6a1bacb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Ghost Trail.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03194d6a528464d41b4bfe0677a3e8597930f42d79ca1459a626439a9d17225 +size 442 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset new file mode 100644 index 000000000..f877798dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55238b121a67eb75e98c327e7c497a8487408065654f8e9f15418dd800480dd +size 886 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset.meta new file mode 100644 index 000000000..0d0f46a38 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pink Trail.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5be2eca2094c8fe86a13fabaca30f3256841dc12e6ad51f2cf2b72549b6259 +size 441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset new file mode 100644 index 000000000..e204d5ab8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d760e1272df592074faa76937e4b907c986d1c148ce682575aaf56e099a950d5 +size 892 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset.meta new file mode 100644 index 000000000..bda333836 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Pixel Fire.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85d03d26f66b1d616f5f6b55af7b2f6e1038efa3d7aeebb2ce26679f4254d33 +size 441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset new file mode 100644 index 000000000..7b7212d99 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12578bad140f487303314a3dd566f8770b40a7adbe4cfa5882db2e5bb5cf483e +size 888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset.meta new file mode 100644 index 000000000..36ca44113 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Real Fire.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b76d30b5cf00becf31e9d6ed686093f153e8bed2f3d6ac7360745c1d634cff +size 440 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset new file mode 100644 index 000000000..c8462a0d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28440c18ea94a9468f3eb9dc3f92986de9134941b6b72f9c35d625fbd3d12653 +size 873 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset.meta new file mode 100644 index 000000000..e3bf42f2d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Thick Smoke.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0ba217ba428861a2133d925e599ee72a808c3f6364eab82abf7a4c0636d33c +size 442 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset new file mode 100644 index 000000000..579e99c73 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff517d185d03e514b694dcd4665e7fc416815c8e7607d13c84486fc91abd49b1 +size 893 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset.meta new file mode 100644 index 000000000..a75f0e9ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1 Toon Character.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249fe4d8d8d5e038cb1b4f0fb397592ca8aa017dc6e97ab24bf3abba36dab722 +size 445 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset new file mode 100644 index 000000000..0b7a8f605 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188b44f4477b49c7fabf6c53ac27e2a4b9c6e18539c79928b56658e53d931273 +size 1213 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset.meta new file mode 100644 index 000000000..98337f6a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6050c6c83a464d6c14a2f139099e741447c38f3dc7d15e606f3f99353ec18836 +size 426 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset new file mode 100644 index 000000000..13da841d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcd543e4dc44490e21c26b727a4b39fc0a26ba16fdd33c80a4abb6076ebe20c +size 874 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset.meta new file mode 100644 index 000000000..98c91f11d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Air Column.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee356ed3a351c6fd56abaa18357781f096ea81b637ed8dc5848d48eb40d92bd +size 441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset new file mode 100644 index 000000000..ec7468d9c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d9875fe9c143a7a236e37323e0da6a8603c632cbac8c5726e566a472b9cad1 +size 898 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset.meta new file mode 100644 index 000000000..7785aed4f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Pixel Portal.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85eeb702a2fc4025c0399e5374553ac960d3e9de9bdeaa4507d11cfc6f080dc +size 448 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset new file mode 100644 index 000000000..6836d9717 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af97773c4a393d8a8a75fd48bd222ac7505165516c8b8c9d5a9fb9c41b12067f +size 876 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset.meta new file mode 100644 index 000000000..48548e320 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Blue Tornado.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c48fd6160f0f1f271c1f5c4da177ab9e45dfa103e49ca7a75a9f362f2322395 +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset new file mode 100644 index 000000000..7af4959ed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88808a9e576d286e30ac130d2258a6c831812d6fa14f811761f8d3b0d380fa75 +size 876 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset.meta new file mode 100644 index 000000000..ffc214b9a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Fire Tornado.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8e1057b3946ec854f6aa49e6a913a5682c515dddcfcf686e7c44007e684ff8 +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset new file mode 100644 index 000000000..27db8b642 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57be8227b4c74bdf7c97add8b63cf30089d25fcc45c301a115fa52d95999d161 +size 893 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset.meta new file mode 100644 index 000000000..245c2f56a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Green Portal.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f252baa6b39bb8d527fd405837f0d3323dd2276e8c549016623d1e906a212b +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset new file mode 100644 index 000000000..393e599d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec3fbbdfc02655d7bd67b95abeaed387f34f04f7329ad8ac5c7099d2fd94906 +size 876 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset.meta new file mode 100644 index 000000000..3627c7b10 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Magic Spiral.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0489506bf5490256cf8d5cb3985059aeab4104fa2d4b35d8db14a4832a18950b +size 443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset new file mode 100644 index 000000000..f6a6aa186 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f662638919cd722625d17d0f6fdd3a9c38262f7d28844cbf2c26be9ee5fa35ff +size 890 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset.meta new file mode 100644 index 000000000..35679f682 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2 Plasma Ball.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da911ebd51f68e799e74fd66bebda2339f264136053e8bc8474a12c6126981c2 +size 442 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset new file mode 100644 index 000000000..77c651f81 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f54b993f6c70bfb361975f7128d5d5bae8a53060afd4e8922b0cfef20b9a3a +size 925 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset.meta new file mode 100644 index 000000000..c3994682b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/EffectsScriptableObjects/Statics2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff2e9a5d25497f5cb8ffcfd48b9078a5a7b2dc4c8565948687cb810f228d537 +size 426 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts.meta new file mode 100644 index 000000000..b1c38cf43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76fb4952aa41cb3214c4149ddf83f606ae548752fb77d5fbe1a0e38878b3bb6 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf new file mode 100644 index 000000000..77ebbbea7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b9c540b6e59c75c3eea602d9256ec5eb386f49c982d86ced4b7c161aac2a2f +size 172456 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf.meta new file mode 100644 index 000000000..f1afcd81a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/PoetsenOne-Regular.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8c4b9cf7a25a90e17cff46fafe31aaa3399d34634ef2299a512bf28a67636e +size 726 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf new file mode 100644 index 000000000..a14ffae51 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf7e9e80aef735fb8f02be8a25f9de6d05ccc319be1ed154154c81e492e75e4 +size 163392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf.meta new file mode 100644 index 000000000..52a30c391 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Raleway-Medium.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2ae40eea4d86bfe37c57aefc41c5c27801f8729856ed8cc16086b745fc8dfe +size 783 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf new file mode 100644 index 000000000..57e8ca609 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac8e03606ffa4c37f61a6510a2080f1f37a7054f4726c214887d3b23f72e369 +size 168644 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf.meta new file mode 100644 index 000000000..75b8317b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Fonts/Roboto-Medium.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a09c5100377d0693b21bd30cd8100d09a885655710e91850703d4e2b39974a +size 711 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials.meta new file mode 100644 index 000000000..e70022c8e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4c9c0b6cdbe0b07dec8ba61b30212669a77db7db8b844a586cb242e1aa93d2 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat new file mode 100644 index 000000000..e4fbdef28 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f581aa751e4b79492a15894d4fa277760b620d1d6177e3b890325a46c4a895 +size 9205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat.meta new file mode 100644 index 000000000..fcdda5a14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbee09f5ca9fc82fe0aa4c749dc837cc0957355abb621e67e4638909964d5016 +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat new file mode 100644 index 000000000..47ef65b25 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019dcb23a641b7d0039ebfe061e795214f3ef9e989d794639406e2ff9a3f42c8 +size 9023 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat.meta new file mode 100644 index 000000000..b4d776fb3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Core.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6df5ed6e60aac8b6cffce7b003466d9317a4a8cab517a3ea881a26ce76f6c0 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat new file mode 100644 index 000000000..da550caa2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1074caa1b46a771c388d571e09aace02074d06939f19e692a72962f3691ed0fc +size 8615 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat.meta new file mode 100644 index 000000000..e8415860b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/10_Tornado_Ext.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99a1f1f3d2068ccfac45ccb6e38ac891d9f7f832dee74d42dece89e91a158bd +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat new file mode 100644 index 000000000..8181fd877 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a6957b0d154480ac57c91cc19dceb455e90d5e267b2d0e0c6d3ccc6658d639 +size 6819 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat.meta new file mode 100644 index 000000000..4bd02dbe5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Sparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a88b254fd0ecb82a4a045ef5b905296fb212aabd43336bd7c0e080e9569a7f +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat new file mode 100644 index 000000000..7564b13be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165024716af012154a8e6ad21fa60f1954a5d2133fb832048614189654871e71 +size 6915 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat.meta new file mode 100644 index 000000000..0b8600a3c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Light_Strike.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd0c9ce0274bff609e1159c86842fa5bf25c5ecb808a89f79aa46ef286f7260 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat new file mode 100644 index 000000000..1487cdd6d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e333655f24e6e830bacf0d721e434924ee0664836164ae8e9fd75a467408c9ec +size 6830 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat.meta new file mode 100644 index 000000000..2e59cab43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/11_Sparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402c1ad25668909f807d62f4340ba94e1e1c50d9feb5bc58f559241b391a86bc +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat new file mode 100644 index 000000000..6f72f9e06 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc9dddcbeac26440e893495b078d56641e80484a4bd9918f5e690676f7ed59b +size 9237 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat.meta new file mode 100644 index 000000000..44c85f2db --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013b555f6c54c82dc3e29a876c6f2d61e8575599691c9fc6af21350954353065 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat new file mode 100644 index 000000000..9d8d86fd0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b446bd598fb2a9e07247adedc48946676512feffdb1fcc9842e86521d8e69b0d +size 9334 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat.meta new file mode 100644 index 000000000..afd2bed97 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/12_Toon_Shield.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f9797a9e3b42081e91c89a5b147f1de7ac1780e25d6f74e2d32aa4dd3c19e8 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat new file mode 100644 index 000000000..d0bc321d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec68b624c460e76d469060e25c3812632108c601cab1fcb1b904831ade31b57 +size 8688 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat.meta new file mode 100644 index 000000000..2ee302036 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1313e2dae54981260b08d586f0a03fe35c9ed724426ee536eea93cd3bec9ce3c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat new file mode 100644 index 000000000..8459a4fb3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4136e02f6045e013108cc8a5ddcf5926094177c20358928d842ea06b45f36513 +size 9119 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat.meta new file mode 100644 index 000000000..35d2d5224 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_Tornado_Core.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c729d3d69a06c06621fad0824f80dc2ae6750f067e59ca7d929b1b7209c1ebdb +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat new file mode 100644 index 000000000..57a4d18fa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63e278834ca55dc26fdf32915b9fc4b4b503c026a60cca5d100af2c68136cd1 +size 7316 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat.meta new file mode 100644 index 000000000..24f5ce66c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/13_tornado_Ext.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bb533ecc68a81b6e673e37bedad4f60b4af1cadebc14742a969a3b41a60dc2 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat new file mode 100644 index 000000000..8e5a86cc9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd8cd0d931aaffa210a00a6c8dbf239e3a8db0694de80625e20f7fcab83fb92 +size 9035 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat.meta new file mode 100644 index 000000000..8ecf44d91 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cae3dd5f51e8c03e153a53931b1558db9de8ff5e1a17210ee8218148f810e1 +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat new file mode 100644 index 000000000..15e595358 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c62b5035d6e57e18137a6ceb559bb89efdbc54433318291d5ec839e9ecfab70 +size 9038 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat.meta new file mode 100644 index 000000000..67a787b48 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Core.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6f31ec4210be1f3e6116de8d25f03d2929df238ed9b99ba1598a14d4c2d52c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat new file mode 100644 index 000000000..dd1bf0ded --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32b9ac4bcede3f9ec9921095e4016f101efd0fafc591c9a429fe7e5437290ec +size 6833 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat.meta new file mode 100644 index 000000000..5a7bffba0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/14_Ext.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6b43fa3839492810d1a5014407e9026b5a106c6be5ed870ec71e7e00d58d32 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat new file mode 100644 index 000000000..81c76c23e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7146342829c08bcb331eb90243337fd50c4f962eb9b58e1a1945da81d2634150 +size 9060 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat.meta new file mode 100644 index 000000000..e44f9b474 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d284a7ab2a6f0594e58dbb3f3f191148b5f7c1a140d679d79e1af479bc72f60c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat new file mode 100644 index 000000000..35457445a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ede188f62e6426fc3c308e26ba9e9b261d30fa0ef9fce4590d2f6ee260e9e7 +size 9062 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat.meta new file mode 100644 index 000000000..8a88ed864 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Base_2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf67ec3ce2aa5a4eae3f1b1e58065ee825433ba057e8db0dd792411195d0f908 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat new file mode 100644 index 000000000..338cd6217 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bd1b64f87846095227bb8023cb41bcf698051978c26950caf4f880aa33aa2a +size 9167 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat.meta new file mode 100644 index 000000000..666ec4677 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/15_Vertical_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d19a13e47f3a70fc35930b34c8eef7fa6b73c5137a2fe7f0879f2e8721247e0 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat new file mode 100644 index 000000000..8cf8a49d5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f86e5e23195765200406626e4d8c8958d7f8f30c0c5595fcd9b18fbfe00ec61 +size 8979 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat.meta new file mode 100644 index 000000000..889a5f8ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cd8bfa5391e37c38a95557505b598f874c2e2ad2e7063a3f706d5d5c194244 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat new file mode 100644 index 000000000..a455d5517 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717b1046a6551826b8acb795095e875bfc1e4c05ba1bd1e990b0e3603b3d918f +size 8998 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat.meta new file mode 100644 index 000000000..1e9081008 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Base_2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fffd76425e21573a3f36883a34b5bc2f96fc25cfe2cbb75ecba53e98e4aa731 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat new file mode 100644 index 000000000..3b7b26062 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c345837d70d3eaa8a75d921eafc33a186c6cc4ffc91efc86ebbbb7b8e4b33e21 +size 9148 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat.meta new file mode 100644 index 000000000..1f616a5ad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/16_Vertical_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247065d1ebe1745facf4da56c5425e71b2395813f56f1fcd24f510f90d9807c6 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat new file mode 100644 index 000000000..5e543562a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73f7ae63283f32db767823240ff26babf0da803316864cb374e17be1571e529 +size 9123 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat.meta new file mode 100644 index 000000000..fb9a63bec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a327c625e3e906080d7ecca3ec2f37703f61674ae5abfabde7e996b92e8213f +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat new file mode 100644 index 000000000..b437b1400 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9962a6f622c849fdfa2347aa8c5b4a40c0d60210d05ae38517da4792307295 +size 9176 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat.meta new file mode 100644 index 000000000..f45a9e2e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/17_Spiral.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b9acb1d8a96b41f3838a8c1b11d68fbf5d5eb09bd8d42d0d7f565f0ee8eedf +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat new file mode 100644 index 000000000..60979975b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ce887844e4377364ce5eb6006a7122732dbb350da77197bb634658f1589eb8 +size 9278 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat.meta new file mode 100644 index 000000000..f09c22c5e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/18_Slash_Mesh.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181cb19b09a840270fcd095f59214ee77be864ea7da75a6aa5b2712ad44cd7f6 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat new file mode 100644 index 000000000..dc1a22f78 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45edab5ed661658ff4dfc1be08d58042b2a0ebe6d1232db3e4b82832bcb37d8b +size 7433 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat.meta new file mode 100644 index 000000000..1135a30cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/19_Shere_Distortion.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75fffc233730fe5c80da0ff7292c3a01477bb9dd9a70f90345f44d04df150c8 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat new file mode 100644 index 000000000..474a3e5f1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9a93cc63968d27ba1cfd2b2b812fae5fa0a8e950769834d82ae6bd2f48c28c +size 9178 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat.meta new file mode 100644 index 000000000..ff2e7adfa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dba7b66b948996343928b852bf96e97021c0103bf57ccfc953ee16eea6eb77 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat new file mode 100644 index 000000000..47368ca8c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaf05d261e2bcc95d901ac7bd1080e4ea54385a410f57bb5c959164188fee4a +size 9453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat.meta new file mode 100644 index 000000000..634239b21 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/2_Water_Sphere.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c8a68999469dc6a61bc3ffa11a523e57280b2a04e3852f70a043aa26624fee +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat new file mode 100644 index 000000000..46d86bf9f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31ffeba7e341b7ef58bde319c8ab7c820045a13fcbf44a4ebbc15fd540b149c5 +size 9094 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat.meta new file mode 100644 index 000000000..4f98305df --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3df794dbec371ff7a4bd291df0eaf8182dfed7b4bcd50acd65e2ba37a0e2bbe +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat new file mode 100644 index 000000000..c27408b1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0bde105402ec7bb06701317651574e62be83ca2b4ac66d08aacf440529a8a2 +size 9094 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat.meta new file mode 100644 index 000000000..e71335a3a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Core.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189c7ec848e590bde0bf0ca91b15b413e6bdce4b8fec77a3c55420de1fcddb81 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat new file mode 100644 index 000000000..2c436ebae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07707d10117f88f15827db77e8b51a119157e3532e6e672ab13d004c4719d5a +size 9103 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat.meta new file mode 100644 index 000000000..7b8a4e9d2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/4_Aura_Wave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69a31b04db360d8d52107041975fcf1b3a05c6a2e1a18b5d57a150443943b99 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat new file mode 100644 index 000000000..96b7c1cec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7578e5594afd008f3bd3a1a99e993d0bf086da988fdd9c37bfd0c954a7cb4dd3 +size 9187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat.meta new file mode 100644 index 000000000..d74e28889 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743d298c89db1ab9446e3bbad1e546c33d408bf916662328ac5ba90967ae43e0 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat new file mode 100644 index 000000000..36f0d1c1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbaf460b16a3710bd87337ba1c8d4d92f02d84db1511f23693d187e4faf5208 +size 9129 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat.meta new file mode 100644 index 000000000..deb5ee060 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Base_2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9afacc9a700a2318998662f267521683accec33ccb2015a32db25af1d57dd09 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat new file mode 100644 index 000000000..562843996 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a831ec7e6448a79208f08afeaf0dc3faf8ece6e246102a955b53482246421343 +size 9296 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat.meta new file mode 100644 index 000000000..8f9638f94 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/5_Aura_Vertical.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059679d307b2820521854522371718d102d0d8c1eb8d507b055941698914106e +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat new file mode 100644 index 000000000..0c8fdde3b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1121dc3a52b27491f4b14213b4eba75d06db44985bd028755142703ffd6303af +size 9278 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat.meta new file mode 100644 index 000000000..1bcca7285 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcca592385e3c137812a3c9ee8ad7e4113bb3966eeadc857dff4ca5a0da04e20 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat new file mode 100644 index 000000000..4299086b9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ca975bcafd18a414120470a42c0ccbff5902b5b53772809ce649c07b942ab8 +size 9199 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat.meta new file mode 100644 index 000000000..e9176ef27 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Base_2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430802dc0af88538b3ee58c0169cbc5d17f870da3e747807eaf20e684f1efa1b +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat new file mode 100644 index 000000000..a1b015b1f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab513e2bbde295badb2d0311bf2e6cb566de75146042ad04dd710c5fd5060674 +size 9455 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat.meta new file mode 100644 index 000000000..94ffcb36a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/6_Aura_Vertical.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacf2eb1a4116da9f95c879a17e4fa5cf70f9d8330a54f16259c727a327bd20a +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat new file mode 100644 index 000000000..7d23ad92c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e503f60d7450670f79a859838c13265ee6fa34018913c566f14beea535e84067 +size 9064 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat.meta new file mode 100644 index 000000000..6e9ad441c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de7b68aa86b7bcdb48648007b554a45a7f7388c16e9f82cf589e82c6bdaf004 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat new file mode 100644 index 000000000..540932e8d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011d70c81f06d67393760954936a0f5d8ecd2e5aab264db8f3a01da003f9480e +size 6969 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat.meta new file mode 100644 index 000000000..d7ade4430 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d6c1a96039ce4c6268bb259003862b4136bc2405eb61ebc65473efd128a996 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat new file mode 100644 index 000000000..bd7e3d09d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8753aec5f1ccc2a178d52560c531238a01a8579a033b4a6f2945895a4575f62e +size 9115 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat.meta new file mode 100644 index 000000000..109fb51ef --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/7_Aura_Base.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c9161c6492e5668fa1f2a13646e62e1e29667ca5ce780ccffac66ef2be3543 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat new file mode 100644 index 000000000..f39f54ad5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab7fec4e48dc207cfc56c4a53ee1da593418170ca073662d3c1e6ec002f81ca +size 9030 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat.meta new file mode 100644 index 000000000..1590d13f6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Beam1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52d9e3f2578300c03d6572b552bc974ecfdb1b1a3ba43b32643b0d12e04ed8d +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat new file mode 100644 index 000000000..5d0116da2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be2a9c8b3518cdb221b1f78fe01a5f5b53858f1a6168475c18a1af3876f5b3e +size 9065 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat.meta new file mode 100644 index 000000000..517a8574c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4476cd8defbc512c84d0362d8c5452977d89547021edfd565d96105e8cb87ad +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat new file mode 100644 index 000000000..8e373c271 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619a04c2c1673fe87c1db9e49e8e505ac91ede5c1ea4432d8880ebfbe8ccfe80 +size 9051 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat.meta new file mode 100644 index 000000000..a9cef416d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Sphere_Toon.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4390fb0117386dc961db243f97d761f8a7bfdda58ef4eab030799c522e0f60da +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat new file mode 100644 index 000000000..126189f58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c30bd56d783e9fb2ff5ea8199877f048030d0478119a78b97589aff94bf1a6 +size 9308 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat.meta new file mode 100644 index 000000000..ce65b9559 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead03fba0b70a2d9b424afb4e52e1fbbd48d94e08945eff5528f19176b9d3a4f +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat new file mode 100644 index 000000000..fd6d483f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905d2033309d99d8982d85ecb9cc224c47f281651edf37acee90c2b1b7b20af2 +size 9177 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat.meta new file mode 100644 index 000000000..bd7ec9d17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_Splash_Toon.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823c52308c22e68e9f1a40481d81d96f5ac51bbaac519658a0de878cfd6c579a +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat new file mode 100644 index 000000000..65e02b95b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10432e1e30ca3a2fe4df79b764351f6b452ee31d9440eb4e6e5274f5045906ba +size 9013 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat.meta new file mode 100644 index 000000000..697825163 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b889b2c470c09576373fc6c771941addaf857a02759423e02822d60febc3c8 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat new file mode 100644 index 000000000..aad1cdce4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f1fe75c441e8e9c8096e6ee9f71d65b2d569ef789107e41e58a6e3bf3d49c6 +size 8928 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat.meta new file mode 100644 index 000000000..1f5155835 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df70c64cb1cc6bb573fe7efc0dd269cd8eea972acfa7a329c605a47af5688cb9 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat new file mode 100644 index 000000000..07cf0fd29 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33c4021d2fa80802660a369d64971e839bda798a99a4eab6b1ee058b618c4c1 +size 8460 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat.meta new file mode 100644 index 000000000..13d1a3820 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/8_ToonBeam_3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81bd589fc88d362d53aee335c200163a4ca771927cd66bd0abfb63608644e19 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat new file mode 100644 index 000000000..51e5fd42a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dcc500293357bf5eb5cae93db677d30b3a743b5cb6076b85d8d3ec253a169b +size 6937 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat.meta new file mode 100644 index 000000000..701d06bef --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Ray.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca2bb4079055dfd973e0e8b6d47f349692660d329b82308e5a0e4f595d2943e +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat new file mode 100644 index 000000000..94c5365c0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39c8f31e4aefcba96d7c61b7c15bcec3d12e1186f9a373df53ca43e09302a85 +size 6851 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat.meta new file mode 100644 index 000000000..931a5ca99 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks Purple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f436a484ab6f2192f0749741cfb133b54201cbec81f336896f00061d615f204c +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat new file mode 100644 index 000000000..ee8241510 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ff6562f1cc9d6b27a72ecff39032f1862c6d7fe10eb0938ea406709e3b1032 +size 6810 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat.meta new file mode 100644 index 000000000..d5f34ba0a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c351f6ae62c928c21692a859601b7cc4a1b8bf082f6819b13e7f2517c3153e77 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat new file mode 100644 index 000000000..768c2b0ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56276182e3b6f0d9d5c3ad8746d054aa297dbeacfa5e5ee53a9f1b4059d3c00 +size 7418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat.meta new file mode 100644 index 000000000..01a9f64de --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/9_Sphere.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4fd13cbdbbac65463c90fdff4761e87084f98fc4ab2c4b52d3859a757ac70a +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat new file mode 100644 index 000000000..f161c9ff3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154be35ca9859453bf8ac68a2125b6c61f6fa666b0fb3f2e31a6d82722d19414 +size 7037 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat.meta new file mode 100644 index 000000000..59f675963 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpCircle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8194e1133a617e5373431be6e23162d254e5bc4d26add5a5e94989ff7c7f3e3e +size 425 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat new file mode 100644 index 000000000..fb0bc6b8a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36961d952dfec85de7a9b63b45b583dfe1fa51e2c081007ce082e21c81f6ae1 +size 7130 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat.meta new file mode 100644 index 000000000..35b68a2b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicChargeUpLines.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615c2ea46dd662ffb3bf913cf6112021317954e2e3ed5c848b95909e28f569b7 +size 424 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat new file mode 100644 index 000000000..4a365ed2c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041c078c87e6fb0305622dd74a203fb0fb1b5b17181bcc4070424414fb2aa7d2 +size 7016 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat.meta new file mode 100644 index 000000000..619568fcf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c647c335d67dc5a0e0b2587fe43421e8b399a33cff8b24752146f020d995d9d +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat new file mode 100644 index 000000000..ca7f2e36d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41b1eddb08baa4c113a80db162fad6be66a3fcff1695126c2c0d8a94811d931 +size 7005 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat.meta new file mode 100644 index 000000000..04c0e21f2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbosrbMagicFlare2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781aace0b9302c646fe8d4908ba17443697116e709df4462effcc51a56f92968 +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat new file mode 100644 index 000000000..8fe340a52 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e336d9e7ce8ba953842b94584888869bfe30b6a70483300b7f4191f449e372b +size 6985 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat.meta new file mode 100644 index 000000000..40356db49 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicPieces.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7e80bec2c2f21928fdd6bf32e1bde74e94c30123f6f45b47cb461d5eb2126e +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat new file mode 100644 index 000000000..31e5bd5ed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a764b31291a27bf05508ad3c3896d371ebbf4fdb1a31643a7ed3e0ed3be8ea +size 7205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat.meta new file mode 100644 index 000000000..d2db91212 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/AbsorbMagicStreaks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1f85d3e3fe1b2eaf9f41e73a01e056a0e31c05e4ae31f8ca83ce380bf7e50f +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat new file mode 100644 index 000000000..44ced1af6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9280b28ed07a603c26b3e7eaa4d466e6eff2f74e698624a47be791d85e8600fd +size 6716 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat.meta new file mode 100644 index 000000000..8cbc1cf7a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Ash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bccfa4632045b43c1b051872b338139709ce12fd64342724ba446e3bcc5db0 +size 397 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat new file mode 100644 index 000000000..226379312 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d54b48405390dc259024974973424d372348e1df968d432186f99f75526538 +size 9137 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat.meta new file mode 100644 index 000000000..3c5780b74 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackFire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15d45608fc59bccaef032d64cca038be7a28c363c4f1f858c4e30168d2db73c +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat new file mode 100644 index 000000000..b87434108 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0ffcde0f78b0aa185ce7b3bad8531ebd8a75c4ae4d918bbe163c2360b8d2c6 +size 8916 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat.meta new file mode 100644 index 000000000..99dcf1573 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BackgroundGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600aec303e359ebef8265fc21108146cf83f82a73710c52f9b2c80e483417ab6 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat new file mode 100644 index 000000000..a99eef282 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f57822c7fd3dd7d6d719ede9a7fa9c62b2aacaa5a3d233ae481ed7adf94009 +size 6915 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat.meta new file mode 100644 index 000000000..3fc1ca82a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlackFire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402d28cbd1981cbc37b797a305aedee5c14d25d21f464ea759c4de00a361a4e1 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat new file mode 100644 index 000000000..556a8b875 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a2a3e2f564a96ef0c88e9977722691a47af3314c7890e7975d26c795edbece +size 6782 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat.meta new file mode 100644 index 000000000..421e044d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueEmbers.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03485d41ac4e3956f6dd2bd517766ad9b7b374a82dd405fdeeb4c409e2479830 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat new file mode 100644 index 000000000..bd0aead4f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7cf7ebc939b57c50af343ac121fcf8362d869ad8c80308b9c11516ceca2bbd +size 9511 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat.meta new file mode 100644 index 000000000..8a9cfd795 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BlueFireTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26232167851ec8fcf6dece3119de42e14fa5aec9968f9af81cff8bf697a73e3 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat new file mode 100644 index 000000000..c8a99702d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9abb16dc4916f87c48f80a5c931f1f12c38b4884430dcaf793e256194c0fd47 +size 6749 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat.meta new file mode 100644 index 000000000..e443b80b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/BluePixelPs.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ad7a97fa4ffb57e70b22ca1f8cfd748c36009a53d8a1212867ef413b01ce0b +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat new file mode 100644 index 000000000..69b6b4a8f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d436c15fc3f1b9e0367b4d0a9075d2938dc5f3341ff3c6281bc1d2fb93dd02 +size 9162 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat.meta new file mode 100644 index 000000000..3ee865bb2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4181e19b4c60c770a0453094829ebe52d3a8c0ae3516808d0664c428268a18e +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat new file mode 100644 index 000000000..a304edd73 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09279297ced21849eb2dedcf086e49b8e4b6b0426e65e29b69a22b52a9c1e444 +size 9146 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat.meta new file mode 100644 index 000000000..fb4abf6f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterGlow2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8837365aa6ebb89ae4bd8800a2b453e3b3be49d79debf82f7b8f2377990f0bf3 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat new file mode 100644 index 000000000..d87a14cc4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403e6e5d77ddc4342a1091d04096eb263daabf213ef3e998ff3db183bdf10ecc +size 6772 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat.meta new file mode 100644 index 000000000..a77103bcc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CenterSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60fb377f18df43ba62e1a906332901122ed090771e78c69a61728b657009a66 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat new file mode 100644 index 000000000..e38959a58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35e93dfbf2b40344de6a73362099ba98a209c8c49386677155db1a6f05978ea +size 6775 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat.meta new file mode 100644 index 000000000..4e65b589f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CharacterToon.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee220fccc2ed192ae2ba20248485798e4ee33cf2cca8a956696ee90e5e98401 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat new file mode 100644 index 000000000..da79b8f7d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df30e0335eca1e1c8f2e46d0bf47c8cb91358aa31a4ab7777c993f4bb9bc7ac1 +size 9310 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat.meta new file mode 100644 index 000000000..e32e9b451 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bbd9a5c90734e269b8657ba4f8382e0862201de558d69149545bcd5531ad05 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat new file mode 100644 index 000000000..a1339097c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491f85f53c4e5cfc43e56a11e9917e454d148a238a3a012c1854685ad4467ced +size 9287 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat.meta new file mode 100644 index 000000000..393c900c0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4ae6c43b6357df0987507831b182fb25aced573bd47fe8831b60dd0de51979 +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat new file mode 100644 index 000000000..bb940acbc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5daf2b904441791682636ed2a9aced71ae852246278c4d39cb6e9a473a5b47ef +size 9287 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat.meta new file mode 100644 index 000000000..3cae4a247 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/CrackLighting3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1e53df274410d54b174f3abac85268bb700ee31fd714c73af12281427794ee +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat new file mode 100644 index 000000000..1ce4847e6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f4c72e5618d5ad68ca4d440e07762fa06f4b0dfa2943feec46409fd875ce19 +size 6818 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat.meta new file mode 100644 index 000000000..b7d439f6b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBG.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0f8056d38b340d873db2bc39bc5ab3b999a8f5fc3eb982c3d63e708e0cdaf9 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat new file mode 100644 index 000000000..335d1d0b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2c1f91e81a87ab4fc47f476254d86d0197509ae307abfafdeb332ae37a06ed +size 6730 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat.meta new file mode 100644 index 000000000..1c283b05f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DarkBGWater.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d2ef5ffb117f5abb120d385165516a414923c3bac67691282d96720a491d1 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat new file mode 100644 index 000000000..bb51be0e6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780c0f162e762c0b8104aec849177c51fd5fd4040cf64a04d699cda08caf0726 +size 6653 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat.meta new file mode 100644 index 000000000..f1ff47fdc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Debris.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63481da842185ce58c9d78f1f7067eed09e7891048676dbe028c2e176d4fb504 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat new file mode 100644 index 000000000..44561ef53 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d9c9817e5f24f722acff0c74549d6cc04eed839b941d698bbe004860fd1cbf +size 7231 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat.meta new file mode 100644 index 000000000..d52761074 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortOrbSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5feb96f57c4cced0e3133ae585729efec0dea5d67b8925e8558dda78bae065 +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat new file mode 100644 index 000000000..a355b0dc5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925419342014d8d5c8f82d2bed05d9dcbbfd41cab3d3950857de75d555291840 +size 6781 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat.meta new file mode 100644 index 000000000..2e76fbc0a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionDebris.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6416f6b8d93b240e03a0e0fe48879329080c535aba9329dfda884ed6be1ca206 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat new file mode 100644 index 000000000..f9468931a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068bdba0cf0c42d8c67d5f33f7b8bdf58dadad4d55009c8382b505362ed1ae76 +size 6929 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat.meta new file mode 100644 index 000000000..bea42a954 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionField.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb21bd22e2a9ecd1e7dc00222d9d85922ad9b750426aedf2f1cdfbc4a9f9e25 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat new file mode 100644 index 000000000..464b58fe5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e323a3d5105e46938f3f574d9cceca449aa7bc6ff296bb9e1e02def0054d7d8 +size 6687 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat.meta new file mode 100644 index 000000000..89ff466ac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072f998860ebb8e6aa817bb02ee789a3305b460f5d4cbd662252e1c4a195e12f +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat new file mode 100644 index 000000000..5965e2778 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54ae30b9675efe716fa657f8fb53de6c21550fcc2b8807ba8759f3674324b0e +size 6689 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat.meta new file mode 100644 index 000000000..3284eead5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/DistortionShockwaveIn.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d787fc7987864a2bbc2d813b3495d2fac7b15a6049d84dfd89eed498223ef059 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat new file mode 100644 index 000000000..bcf38cfa9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9df1cd49dd100b3988f063f481cc3293085dd483e83415c53e10312c80c04e +size 6744 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat.meta new file mode 100644 index 000000000..743edb84c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Drops.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6eddf7c6280ea43901a952cd55f82a9d7f5b3f0e0cf4759b819f033feba1f18 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat new file mode 100644 index 000000000..75da39eeb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aefce879a0f9ae630c998871b3c136d6a0edf6b09391469d0c072995bb0efae +size 9168 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat.meta new file mode 100644 index 000000000..3d2ae974a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricMagicSwordSlash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87be4066867dcd38478c20122fa86133760c861b96e14d840fa88828d9b74025 +size 423 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat new file mode 100644 index 000000000..1eb35e89d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54e7d42e6c45cdb00af557a70c1531826262bc6675669358b8e852b39c93855 +size 9002 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat.meta new file mode 100644 index 000000000..de1dac9cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ElectricSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3216f20f9e8630301f10aa360687e9598e8613c11cefa594b9ad539ae2e167d +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat new file mode 100644 index 000000000..3546865f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9895644c0f89c2dc7375afd9c61f0f30098fb97d0fca4fafe41e7b0c05f81afb +size 6954 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat.meta new file mode 100644 index 000000000..d9abbe89e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Electricity.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c41e1709d13620746f8e1f49912f16ffbc493223795eecf02e7336da56fbaf6 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat new file mode 100644 index 000000000..fc4fe3a1f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff8afce5e7ee2416fd465828509e67037596217f178bc1b2ca021678f9d571e +size 9205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat.meta new file mode 100644 index 000000000..87b2524b7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a624b7984d000953c72b7ecd828b1d13c6f039a4e2016c71004095bf54a994 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat new file mode 100644 index 000000000..276d7a247 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eaf82d5d9f114a1f1f86f9e12b98ed891d51051fe7afcf5a4f0596e6323e883 +size 9178 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat.meta new file mode 100644 index 000000000..7d40fd120 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EmberSparksGalaxy.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc70e603a7785e9b89c985925575413597a90f4e3c486a12762f9c198ecd465a +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment.meta new file mode 100644 index 000000000..29aaf49ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe7ab15db148fd648980265d1831b046298919ad9c9b66cde1786bfda249047 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat new file mode 100644 index 000000000..b57254714 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078e79f35757502493f75d1985f602bf1813a2a1729fc8f4fa0b22c08b44780a +size 8395 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat.meta new file mode 100644 index 000000000..a13075aa1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoBackGradient.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced1b3bc683bef5a8cf9ec99f9bec124e4de42877da2d155d7b20c43297d9886 +size 428 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat new file mode 100644 index 000000000..fde3e9e05 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0231aae5840a234d98cdee88049d0ed76e017819d9ee63fce4f42ac31c146d5d +size 2060 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat.meta new file mode 100644 index 000000000..69774554e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoDarkWall.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201ffe440761cb298b61eaf98e4a8ec08f936cb51bbfc8543bff9fd03afabdab +size 424 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat new file mode 100644 index 000000000..b831b854f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59c1509f2ecae3ba59ae6923776039bf285393414f2418c57d938ee250adb0d +size 2280 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat.meta new file mode 100644 index 000000000..092b08e05 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ab23cc86a71cd816f43ee2db21cf5bffe971f0d9918a278688106ab0b7b469 +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat new file mode 100644 index 000000000..9b960c23a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa5cd0a3db82da15cf9dd840e9a52de39296f645b112a33f24868096c9a7c57 +size 8105 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat.meta new file mode 100644 index 000000000..b636af3be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorMatVfxLit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed7af81038e2f3ac8000802f558da07abc80b31298986d425fe2876ba26c80a +size 424 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat new file mode 100644 index 000000000..a3508faab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6393a57ae3bffe4435811f6fd8693db7ced7319a24f92ab585b0889c2b001773 +size 8102 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat.meta new file mode 100644 index 000000000..eedb2cd5a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoFloorVfxLit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67406f0a9f19cc4198ea12861eb4cf8594fb8d82f8fc1054ebe78f8af125a8ec +size 421 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat new file mode 100644 index 000000000..39ab4fe6d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5f57b6a1659aee759f436c2e8f0497cf57d8db631d2a28079b9679abe195d2 +size 2033 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat.meta new file mode 100644 index 000000000..0d689e518 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Environment/DemoWhite.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc908a7fc7141f6f2d43c8cc85ad663e8ea831bf3c4fa94366bd49975ea70ce +size 421 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat new file mode 100644 index 000000000..ea57bdb10 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad7f77f44a1df0b8950d8ddca99baf4a9727c7a793a2bfc7d728862249b0a3b +size 6772 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat.meta new file mode 100644 index 000000000..ac7c81ec9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/EvilCapsule.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f660d2796f4d474ffd0a32820de58bef816d5207a897d6fa9cf3c1777e78ba9b +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat new file mode 100644 index 000000000..c3fe0506a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510f171a60700aabe955edf4ab90cf718102d1a77a169396c9d1dbdcec3fc182 +size 7295 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat.meta new file mode 100644 index 000000000..1bf09f1d5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExpansiveWave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d162cc0318459c278bf656efd96c52d4b7e51bb0cc3e233c70822e23d36e7f +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat new file mode 100644 index 000000000..7adff9c31 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4b9b91a146b5e85fb6f4f198e54648ac99fab5971fda157b5eb1224a47a1f1 +size 7163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat.meta new file mode 100644 index 000000000..75caae5a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c895b167624fde1f42150d0fa0372c66497ccc729789ed15f5f549d6b9df534 +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat new file mode 100644 index 000000000..caeb1c533 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8262f7ac3618357cff9d9e97a4c48f6a7e6ea18ed3bd641aca77691ac0b906fa +size 7259 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat.meta new file mode 100644 index 000000000..b2051bd42 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e293c28efff811e5ab52344d7c213bb5317ac5eea9bf2ba812f77d6f129f2a2b +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat new file mode 100644 index 000000000..5a2ddec94 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98ae11581c7dac0530652e88256b0fb1a137543a7c1ef6c1c4102ee47af18cb +size 9552 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat.meta new file mode 100644 index 000000000..9079bee32 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionBurnmark3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d9c419ca4be762cd5c7f0525b6b0a0534a8ecc190d8418e931c72987aa270 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat new file mode 100644 index 000000000..a3df59516 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce99c22a9f0d6cd446d1c4319a740cc393adf79c14e405a3aec2ce212f75c586 +size 9017 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat.meta new file mode 100644 index 000000000..f40b92fa5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe908f6167f9cb6b908b5a7047e173eecbf35c9ee45cc2a7d8549f87ff235d8 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat new file mode 100644 index 000000000..2da6d5745 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6cc8a9954d9801a369129e8e5b7e252fcd5cc412e1041536473b5489625e1a4 +size 7300 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat.meta new file mode 100644 index 000000000..bc9e53ed6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ExplosionStreaks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4542baf685118f11ab8b7c4a7432186047e164dec509f7ec9a005179c55602d +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat new file mode 100644 index 000000000..c414fbad7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6b04c01ca8a8281415014f43b2ecb192083cadd261c8f34582d062a42f004f +size 6707 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat.meta new file mode 100644 index 000000000..c6236ea59 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fb78dad503fddb707181d42e8592e86d88142c7701fa02c7645aeac2976459 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat new file mode 100644 index 000000000..08fc98537 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9924344fb28bafc4cf10701f271f66a0495dad1cc4c1a663b00ede763c8958c2 +size 8742 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat.meta new file mode 100644 index 000000000..7a5f465ff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FaintOrange.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d556ddf1bc8317a2e9e0174ed77f97bcf09e077016a2fee58ac71d002c398a19 +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat new file mode 100644 index 000000000..d37ddf8cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a048d2b3c7bc069429f3c1744720670ff2e7cbfaa23eb9979809b3e17b875549 +size 6920 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat.meta new file mode 100644 index 000000000..d85d01504 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabfbe8702b8862dd371622c66f921afa784454aeb50611f126c58822bf72f8a +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat new file mode 100644 index 000000000..531812025 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347bff56e01de3f35830180621cc29cd4b4ade62634f5afa6b5bb696da022c19 +size 6978 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat.meta new file mode 100644 index 000000000..80af396f7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireBullet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2d9465f8754771bcdf172abd556dd498bbe1b2acde95bdb2f072e14cf1e202 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat new file mode 100644 index 000000000..0bc2b474d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e62a957214644833e7612bb9a5b293cdd3a73e35970f70a78995e5c684d60eb +size 6982 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat.meta new file mode 100644 index 000000000..92bd88e2b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireMuzzleCone.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4741f6a46956c3b68c1b374637b038e5cfdbae44c85a15f8f47400d829375edf +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat new file mode 100644 index 000000000..f35e2dd75 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f5cb94c2687a0355c6d5051917a368ba1867d3b578136c6de61de43235ad6f +size 7538 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat.meta new file mode 100644 index 000000000..bf4111f3d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireReal.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2fb26061c98e08b94489b14051e93044c2220f9ffa79d00b6c77a6f8f37d7a +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat new file mode 100644 index 000000000..d379610ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb1a711d899269391b08604e89f62bc78610d6b51cf912c6914ff5cd15799b8 +size 6755 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat.meta new file mode 100644 index 000000000..2699a18e9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShapes.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f583d05e40253850c7ffa64cbe26e0ca5dc08a03a31c38af750d28c60b875260 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat new file mode 100644 index 000000000..af973784b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575eabc4056e86f796d01ecd1e8ebeef0ffb40414453b81bc3ae1ad807203d15 +size 8728 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat.meta new file mode 100644 index 000000000..2ad8529fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireShotTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d7e118908520e5709633890bcaedbf7b82088462a39efa3f1616bb9dafce43 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat new file mode 100644 index 000000000..681ac4211 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d8a4331ac2ffb71808a79f09b9bbce83f84cfd17f6c459d842fd7d9181672b +size 6793 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat.meta new file mode 100644 index 000000000..d6178c941 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1735b84d20d514a883b1576f92bedd1c6c7dfcc6be7ce8cf1f42bf6e72c6a69 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat new file mode 100644 index 000000000..928966f0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e372eb4e7934e6e65e7dc1bf0f11a7046b8a4ecab434968cd6e4c7f491ac81f4 +size 6848 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat.meta new file mode 100644 index 000000000..abc1ba8e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireSparks2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3052d1c0ce306f1c63830d9f73dad2617f51cf1e7c36ee0033d1deacf6d824 +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat new file mode 100644 index 000000000..6ec357b37 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f26a7b4a9ec7438c7e464d9824546cff95edf315593506ffd105372d437296 +size 9339 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat.meta new file mode 100644 index 000000000..a7e8e7cdf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509642e99e3adb3796e87665d27ce59f9cc6a871d7a54298013be572220d53a5 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat new file mode 100644 index 000000000..4bf6244e7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b291a54a2951ff35f72278392e951abdfd0a78a1457aef82f23ad3776dbf50b8 +size 9439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat.meta new file mode 100644 index 000000000..e293978d8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/FireTrailSmoke.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55bf75b31dca7fc031d681a62025bcc41eccfad35c37b5873f349c666c08f2d1 +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat new file mode 100644 index 000000000..27bf43c4d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9ce904553d351cb724cccbfbf182febd985deb73b5a4354a03ed691b625d91 +size 7242 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat.meta new file mode 100644 index 000000000..84257f3d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Fire_Sparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f8b6ec7a0fe12d0e93b20125e584dd0964bc32201c8ff431256221a5ef5ad0 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat new file mode 100644 index 000000000..5e941323a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd781daf2c3ada7944f319b4409ffd99ec1274e0d2779427618fb9399fe95a7 +size 7163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat.meta new file mode 100644 index 000000000..04d3f66c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacter.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6418e4c6a48ac70c25a3dc598ac7b4dc74a20f78c9798898120c239111596bc1 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat new file mode 100644 index 000000000..66a899963 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb400e2f3e5be5d3c553fcb1f9ab75cdf3eead714043e8acaccf499203a0884 +size 7768 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat.meta new file mode 100644 index 000000000..68e161043 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyCharacterLit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f737c343c0bcbb2d0656cb64b1a83c1e22e4a7ee02cef8cfa1d4e40ffadd23 +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat new file mode 100644 index 000000000..7910038fa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddc19d6a4775e9540d1a7bef0d331ceeeb0e6dd42fb58e5b9129b24105a3d93 +size 7342 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat.meta new file mode 100644 index 000000000..6a4936259 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeSide.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b02cd147a9d4cc17bd2a8dbbabc11ea65862edca6b41dbd7b157149dc025cc6 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat new file mode 100644 index 000000000..726fdd0f9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f654b5f942f8f259e41cd2043faa0073da90d1007956e1b8133c83182e9ff5db +size 6902 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat.meta new file mode 100644 index 000000000..11f5d53dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySmokeTop.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e644c73196ecd207ee5e3a349dda023f54a64660153c8894395c6951f5b108a3 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat new file mode 100644 index 000000000..6ab29a0c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3977d2ce2d506c8b328018ab57378899a22118ae0b1622d4512800783ace72e3 +size 8533 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat.meta new file mode 100644 index 000000000..623d4ea91 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxySparksExpl.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7e4bcab318cb410226dd864f06478fee58bba50361243f67d82f6208f8b17a +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat new file mode 100644 index 000000000..c43b2c2b4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c89113401dde1ca47af9410ee5fd3fde45ed5645d854fc91ad607f27fc5835f +size 6741 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat.meta new file mode 100644 index 000000000..2a234e8c6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GalaxyStars.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e844b25858ef18983a7573ad5d1f5a991a32922bb51a0172349bee8f1496c2 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat new file mode 100644 index 000000000..6305a8da4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4c1b9cfb530b201825a4a39bd3884a87859847f4a5ffdba07a4e6827b60fab +size 6862 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat.meta new file mode 100644 index 000000000..e5c07c5aa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSmoke.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af961bc747e809a0788600624ca0be9dad132ba98ba752a45c301bdcb6ad7b8 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat new file mode 100644 index 000000000..c3b88ca06 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a266d836ece6d56fb38faf417a1b66edc0f2c3b60872a3f6f7cd33765fa4d6f1 +size 7367 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat.meta new file mode 100644 index 000000000..547cb19fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostSphere.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe48523ebb477a98f24c438b76ddac874994b1193a3e2e388a82f5a96e5bf03 +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat new file mode 100644 index 000000000..f06833b02 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f5c37504c46e8ab08de32f102fc1785ddd3f94aaab88e67439a43aadc4444b +size 11270 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat.meta new file mode 100644 index 000000000..33359e484 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0530da3a11e9446b1257584feec9d296553d22400312e3f0ff6cf15a4932419 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat new file mode 100644 index 000000000..074ed7dad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2db8271d35f64546b5b6833e450f679940671984470a2ee35e6ae6a56e8876 +size 10957 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat.meta new file mode 100644 index 000000000..cb3fcc0e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GhostTrail2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734891f54c21a792b4c07357ae853bdd3b5542ad1b412660d871c3285f03e1ba +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat new file mode 100644 index 000000000..ba69632cc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb9cb60a175f479fb3127aea99443e9255918281c72e77e62363e2ab6c6b147 +size 8017 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat.meta new file mode 100644 index 000000000..6490b2282 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Glow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7637c2507ac1391ecc89362413170d2340d9eabad47573cef5918190c8a830bf +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat new file mode 100644 index 000000000..8e7a18107 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357a7e6def1dee21eba3dffcf14aafb611c131f1544f775d4ce1f203c0cd0e1a +size 7158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat.meta new file mode 100644 index 000000000..e0d3b636a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowExplosion.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020e333806472d278e385fa785939906317ebd501547d59be199007763d57acd +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat new file mode 100644 index 000000000..5f3f1253b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c397d4b5f8fd30edfb96bdb05d8f2c345a4ade06c8d0de299b478459de29843 +size 8989 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat.meta new file mode 100644 index 000000000..e8d0f62f8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireBlue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473a612305e7a7721c33b966c09711d10f2379ecce9d4c3f2164f9ec1df6c3a0 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat new file mode 100644 index 000000000..0367a2496 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd95737de9e42fa7e30a484a5d42619ccdb9586b0a4e76146efd0c8bbaf038e +size 9007 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat.meta new file mode 100644 index 000000000..c2b989a95 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowFireRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0554c38d0c2d02220784f93e9afc82958fd71cc460666222bc499f2165b3f816 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat new file mode 100644 index 000000000..ff4420a95 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc86545edf4b542dcc2ebb0dabfbaa80d592f056e3f4071e2f81465ec5455a9 +size 7007 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat.meta new file mode 100644 index 000000000..e920e2cd3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GlowSphere.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46463292c6d594fd47695ed27c84004502942931196c747871fd1bfd082f423d +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat new file mode 100644 index 000000000..36709b757 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6b8f6fb6af56718007e65995b85f154433a1db8d4ef87c57a0224c40c3f110 +size 6935 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat.meta new file mode 100644 index 000000000..d5c9e1d75 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GreenFire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238b9c5fd9bb550eec69c04bb017f9bd2c744abe7436f8650f6f376400d69142 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat new file mode 100644 index 000000000..ede552e73 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e0dd688ea95ce141279f2a959958b680a3f9b0aa104312495f9491e67a9c81 +size 7048 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat.meta new file mode 100644 index 000000000..ca2825c5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletCore.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c48e4e956a0d54b226dcae18e51cb2b35378ecfe7bd6f3804f4078f36daca3d +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat new file mode 100644 index 000000000..606c78c2e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e945dffc97a86f5cb12b5a6ead29c5319335912ed8bfafedbc9233be303b3f +size 8672 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat.meta new file mode 100644 index 000000000..e87a2c54f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunBulletTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1ff6fb6bdaec86fea2b317cd87382eaba09ba3ac1005ca8f8950f3d5d68b1c +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat new file mode 100644 index 000000000..17af3f260 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451ecf7d6eb4b5f5e24ee6b79a94cfa4ec3109f59257d9c669465d5ecd94037a +size 7344 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat.meta new file mode 100644 index 000000000..571ae501e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactBigSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4049731b1ee6cb771cd34e3d0fb3519484e114e722b7fe6d71c160313ab1b737 +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat new file mode 100644 index 000000000..a8e32d537 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1e830d5ee4c61114a9f96bc8a5c037dc81bcbb54690acc140470aab17f7c33 +size 9202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat.meta new file mode 100644 index 000000000..bb1e5b12e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunImpactFlare.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e92ccd8d6372537dd44d2e9f76cb338f86b78b4fc863d5b28aefd74e6b4bb9 +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat new file mode 100644 index 000000000..e5474d542 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edfbae389ed3d077baca6694fd4a6fd29d3c633902dc7858c1af0f2a03409a2 +size 7243 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat.meta new file mode 100644 index 000000000..7371d6279 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleCone.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0112322b66eaf675b44fdf4077b173dc59d347942a9ce1c77824a222e13939 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat new file mode 100644 index 000000000..ae493fe79 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ee5a1e0e414140c022b1263ea0c24b9b52e71b15fa29b55b93c3276db7c738 +size 7148 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat.meta new file mode 100644 index 000000000..48c77bd44 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzlePlanes.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9d7a90df37f96b54a2bc56d7197ef7bb866664209bb8ad236369d571e864d7 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat new file mode 100644 index 000000000..f524bcf09 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6691630392f752ca6ecf47af2853756c612e75518ad02491f830a762b59d4f1 +size 7003 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat.meta new file mode 100644 index 000000000..ea590af6b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/GunMuzzleSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fc560365f97964193f13098e90b564bf8969930a0e7284b29fd6c40b0cc8f8 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat new file mode 100644 index 000000000..7c5032ff2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bdf7cc0c64bfdc572d68749e0932c70fc0f9921679875be721dbc245844f95 +size 7157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat.meta new file mode 100644 index 000000000..8a68ae75a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/HolySphere.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b836ed31781b6e13459875822becd06856c4c699a91aa18f66232b9c8c4528 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat new file mode 100644 index 000000000..795931072 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5e3f373bbc91616bb29c49e22156ff1623a196af476721ff31e1c73dbd9b1d +size 6665 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat.meta new file mode 100644 index 000000000..87cd8ae2b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceFlares.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91175af2a680e6ca387634419fc37a286bb311a1a70c9e54e177d039e9d10b54 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat new file mode 100644 index 000000000..1bf23eaae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48759db3e0142bf78ce1d4e4fbd4aef6368fccb984718483a7f6450d420c1949 +size 7007 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat.meta new file mode 100644 index 000000000..c231b0aa0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceMuzzleCone.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01db3606ae170513206ca38e2ff90aede4830afab0f27e98c2efa767c5e7541e +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat new file mode 100644 index 000000000..e4ea83c62 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd97659d0d4ca863600abd6462a68fa742ebd03bb1f2c3028b85aab6019c658 +size 9277 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat.meta new file mode 100644 index 000000000..e84fca547 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fcd39f9d307de97683514101d653d64862115485eed41839c9ca24fd38c0a6 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat new file mode 100644 index 000000000..8c24c2418 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ff69fd24fb69091184743b2a87ff5d54a96d2446dcb29e847ac9986662520e +size 9294 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat.meta new file mode 100644 index 000000000..7d25d4117 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IceShotTrailDark.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e01a0fda896f6788175f982c91c42ba6012b5266ab96d04dec4a85c316e0ec +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat new file mode 100644 index 000000000..a3d180d7d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa25b56bc857c70fd4359e09c7c39ca89cfbbaab5f353fc81c4983c26caf7d0 +size 6726 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat.meta new file mode 100644 index 000000000..c7dc23da5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactBigSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27a77df831879a8060955241eda4c5aad0a75bfe73603fab253a59cdee2c70c +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat new file mode 100644 index 000000000..9d715bf37 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aae3bbc8d559cdfed1de14a86abbaa1b5ee3f20edb46f537237c60d2fb3dbc7 +size 7288 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat.meta new file mode 100644 index 000000000..80dd40dee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterFlare.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5035dfd2e006f6c1e4db796b24963242f18dd292664369231046821780aa0bc8 +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat new file mode 100644 index 000000000..7e9fe6067 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea45a6eeff36e21adddf75ee2ebf95b858a118d384fe54d120b315c15500ba97 +size 6741 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat.meta new file mode 100644 index 000000000..f35654bc8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactCenterGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7092a15d7a2673b0ae68993baa54b1b99446f88bcb57e23a69c86e7e50ce72 +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat new file mode 100644 index 000000000..7bd7e73be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65e4c6849b2d4fce21aec663479fab23ccd1b05ceab2cc2998fe7637abf9deb +size 9002 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat.meta new file mode 100644 index 000000000..65b5c19f8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlare.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af496137ea2f25ece9fcc9ccc803245091d8329b74c709653ef08d886b46018 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat new file mode 100644 index 000000000..096960b61 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fa935d2afb1e3525dff228cbee1fa857412787a23f7ea86fb417a41206e817 +size 9064 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat.meta new file mode 100644 index 000000000..3dd8c1892 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareFire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6bd3fddcb170df52f1244cb328380d57e84b6fb20106990b8ad5e026ee10a1 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat new file mode 100644 index 000000000..c954b1d1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88c311b3768c715eebf16220ed4eb5f375a77d9754044f2220762fcc0172240 +size 8663 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat.meta new file mode 100644 index 000000000..3fc6b999c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactFlareIce.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b70b9fdef89112933c49c0cbfe688f20bb03b9548f1d567cc1676413c57618f +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat new file mode 100644 index 000000000..dbe140d12 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8e5facc764a87c236d798c0fe92477436318aebb3c38dd53c7e2ff34f5a8b7 +size 7207 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat.meta new file mode 100644 index 000000000..35efd9575 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57a73dd6e8246b00d276d3699a1e86f52d832e8265a7302fc388854e14e72a0 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat new file mode 100644 index 000000000..3610b8a8c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4384a4b7b4d5c77b9644a21be21961cba96277f761142af0e6ddf26150f9c1 +size 8828 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat.meta new file mode 100644 index 000000000..17c6b8272 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactMark.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51e105962ae2f44fb3a486af03731990fa154a1d3f633129564c71160611de3 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat new file mode 100644 index 000000000..157d0755d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc56a98f5b560583a885e8874a70804cf3c4406aa22d373b98bbca183af574f9 +size 6793 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat.meta new file mode 100644 index 000000000..f50ee84cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71b4ec056c9b078072a6e8ea961cda2ca57ed29f72d9f1dae3fca55762c9a82 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat new file mode 100644 index 000000000..9744d640a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a9ee55c53443e3335bf641b617216fcf9aa4e6d2af0b4df6b1bd62db0a829b +size 6820 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat.meta new file mode 100644 index 000000000..93ef1f2f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRing2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84b47d60799663b301eec2770554dc8db2f0ffd4c0a18e4d6e4209c536bffba +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat new file mode 100644 index 000000000..63cccdc32 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7bb7098cf5f36cff08303c017e1f31accc52cebb0b2034e3ead78b02d44768 +size 6823 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat.meta new file mode 100644 index 000000000..e87ae4893 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingBlue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b29e2dd34e4a47b750fec944e227229cfd0bd7e82e8743e46677671994d62ae +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat new file mode 100644 index 000000000..320b5c6ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a7fdd1016791aefd4f0bdd023a0317e3172f73f30470b4bb3cdce3cdc9d3b2 +size 6797 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat.meta new file mode 100644 index 000000000..b54ee3f7b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactRingRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28772fc1e08f726df471be6ad7bac0f67917c1cd210ce5174a78f0a685245b9d +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat new file mode 100644 index 000000000..526aae3df --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef4ec2500fb179a52704fdfc39bae5e27949cae1cdea8862618a981a325890a +size 7382 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat.meta new file mode 100644 index 000000000..1e260cdd0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBlue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631d0ca80e586ddd87a037d765603a5886b159f0b35c325b49dcc1cfcfdd50fe +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat new file mode 100644 index 000000000..42d8736cc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fa771748225a2290c72b039daacb795778df58084adb6daa18b839ac914299 +size 6789 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat.meta new file mode 100644 index 000000000..a77fee22a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeBright.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0469a49b99eef1654adcda90c732e7c8d7b897f94704dc0c496f00d0b9a0e595 +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat new file mode 100644 index 000000000..63391d2e3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b739da6d6f1d847c4d27a7564dd75874caa6fb2d7751d11db1053f826d481df +size 7266 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat.meta new file mode 100644 index 000000000..a116c2e28 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactShapeRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da39db6615b82bf7402ca18b6c70045655447799167300af70bbf63f6c15fbe +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat new file mode 100644 index 000000000..5104fd05c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1c5244676cf56c023019920c6e68f5dd2f46a4c5d4999be7b3cfe73b14891a +size 7407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat.meta new file mode 100644 index 000000000..d3d97ec79 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmoke2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb53d4c6cde1fc06e10dd02fe4590a0956f05830b6aac55751787e81ed5e874f +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat new file mode 100644 index 000000000..0eef50a51 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaea70460409f953b2bdb1bb6c502db3f029840cbcfebe9629ce6becbd60a734 +size 6866 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat.meta new file mode 100644 index 000000000..62b374dcf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeBlue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d223166a825ed0a8a856e903f02087041e3d93d1da546a3b507780607c8bbcc +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat new file mode 100644 index 000000000..1ca529125 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173dd5d635cad8dd6f80a87c8a511220c29d14a002ff2e99c4f126a84e3be358 +size 6844 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat.meta new file mode 100644 index 000000000..358e1a51f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokePurple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f4ea963b6fe4e23ca51febba616676503d3e1ed99a67655d23199bf02d793f +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat new file mode 100644 index 000000000..e4df407d2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09123529b35cd8293ebb839d896401f7d422a8cc108328ba2959b5a8c50d6587 +size 6866 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat.meta new file mode 100644 index 000000000..eb6e12a69 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSmokeRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380f9e4e855aab092df9e6b5a85f876be6a422b35c804032330550c37c13478c +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat new file mode 100644 index 000000000..0bcf53f41 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e948965afee2c7faa9fadb30d9df1d4b5b7bab056fc4b12e26e60b49664194 +size 6930 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat.meta new file mode 100644 index 000000000..0ba2119b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ImpactSpirals.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec37ecb6b8d063cafb68dfc1d93404ee2a892541c961c5a9f606bb8b509ceebe +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat new file mode 100644 index 000000000..ad567ed11 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51cbb502b5f6505314e335459bf117a1224dd4490b5809d6ef6c5db3185fa59 +size 9552 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat.meta new file mode 100644 index 000000000..a61b0f3fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797eb17463fb2046ad8a85a47fb1b6821e51004709106f0d1ebe5e5b11ad4101 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat new file mode 100644 index 000000000..8355587e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d8a8022057c12e9f83decf6575e71b3f48021ae8ac01d2b767f5ca47d81bac +size 9694 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat.meta new file mode 100644 index 000000000..dac16e5ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/IntersectOrbLit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c92398518b5a0e5c8e7dc5620cb70f9e04321bdf98bbec9b39d5c06bdb96cbb +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat new file mode 100644 index 000000000..d820cf038 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39b354932f0eba8e5a050f6829245e2ac4ac7903b38c4a2daa44e3a0efec6f0 +size 6718 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat.meta new file mode 100644 index 000000000..5212d1ffd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Leafs.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6952455c129c22070aae856f683ebd4ba6e85c6ad91141e82bf1936c6d909710 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat new file mode 100644 index 000000000..68ea2eb6a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35951d5d966868400994ca0bc6913aad87fbfb88b02c566c41a04b840a51974 +size 7233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat.meta new file mode 100644 index 000000000..3adac9cf8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRays.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20daead68dea9396721a25ec32c5faacc65cccadec1ffe2e90566e73cead070 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat new file mode 100644 index 000000000..e2b1cce09 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2e3c0d44ba752f0471b85987eab8cca29facfc50baaf342b7714461e0a8d5d +size 7302 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat.meta new file mode 100644 index 000000000..a986bb29d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/LightRaysMasked.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e68428cfd807a21f46690fe56f251ccea07347a844505afd8bd61230eb3358 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat new file mode 100644 index 000000000..641c2f722 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e1faa5bb8b60538f71d5c9d5bc7e638fd8113426fc7249920593ce0abf988d +size 6913 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat.meta new file mode 100644 index 000000000..207cabdb6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Lightnings.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b903c20a5c8e15e2e1518282d5967b5d86a8626dafba1d0f4e5e9445a6527ac1 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat new file mode 100644 index 000000000..a6729b46f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfdf9842fad4545431982ef3e6f358440c77690cacac7df14151c9140ae4a38 +size 6936 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat.meta new file mode 100644 index 000000000..827b6541b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleBall.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d86a4b16960db54874b8d0a745d0b653225e43fdc006d74baa914efdf421156 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat new file mode 100644 index 000000000..02d025523 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416aeb2639d2225a3a6abaf405dd4faf0418cad89a9246851af1abb12446c77 +size 7297 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat.meta new file mode 100644 index 000000000..5ad9dd3ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387ba73e95a216fad624511a5a6ec230fcca6e25bdf5fdb13c8af723eefee6fd +size 417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat new file mode 100644 index 000000000..19979ea58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2b9ce8680b7c969e514710d97b3e116b598755bd983a5080dbb5d23814d33a +size 7302 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat.meta new file mode 100644 index 000000000..4eed31263 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MagicPurpleCircle2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b842cd861de86193f31a8979b2434c35ec5bb6cb2dcd383d020e245dae7953af +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat new file mode 100644 index 000000000..6ee06d30b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5050d5582af6ee847fe63649537738848ca7b77c6a7025150aa995f38f6e45e0 +size 6765 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat.meta new file mode 100644 index 000000000..d441cb88e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77f7f0a7698a44bc8bcde09d14a6842f313a775f5456768e76f538f813b5837 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat new file mode 100644 index 000000000..e59a0ebc1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27acbafdfdbda4dd749c9c156e13f543cbaa421290c44e92163e4ccb1a10d0c7 +size 6766 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat.meta new file mode 100644 index 000000000..83407c66e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/MuzzleWave2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adb334cb2b40390ce0dd6d50be7aa525ede94dd83d33547a1dd7a89cdf86466 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat new file mode 100644 index 000000000..d4d9532b7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f33382c7085ce19787d7e6258d5448b9ae6fa4c9bb25c3d9bbe106842cd9d8a +size 6709 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat.meta new file mode 100644 index 000000000..13305959e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFaintGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fbd3f6b6952be26edab660bacac3e44a99ff6b360643747da6bbc0e259c38b +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat new file mode 100644 index 000000000..b89eecc17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5b29e246cf0724317012078037e845e8e95d0c20c1b3f8f4dbb0a65b554d15 +size 9527 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat.meta new file mode 100644 index 000000000..2835611b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrangeFireTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607daad6c8970c2fb4c8fd0c613a67262ffdea43ddb13f04fb6ef27fe4c4cd5f +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat new file mode 100644 index 000000000..cc1b13f48 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86199c8a81a8a467beffe5dbddbb35a43111240b7c12ab51933f089737e1fbf3 +size 6746 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat.meta new file mode 100644 index 000000000..ad17e78fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSpark.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e776e179d11294a6d55ea11941ebc3ae85e716048a42d005359a98b73e3d24 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat new file mode 100644 index 000000000..ca7b04b87 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0243cd73235438ed0aa01655553810e0783ba73109c98d919e87eb64a206277f +size 6760 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat.meta new file mode 100644 index 000000000..0b17cef98 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/OrbSparkGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13bb4b87bc68bc9163730d7fdc9c7134b76783f9c03879da76e594ccd1832c3e +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat new file mode 100644 index 000000000..e5bc8953a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581cd77805b3e9927803d5887bfd92023a949c987eb6f9e702f72b55e63ae87d +size 6886 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat.meta new file mode 100644 index 000000000..c602afccb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Pentagram.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6581d3867466383c7dd5bc32f76f7af260278671e33abca9780c871be8e7203 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat new file mode 100644 index 000000000..1541aed23 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d937d27cf762c2d3d91574abf831d177e1972e92e5d3db4ca285afa5aec6476 +size 6912 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat.meta new file mode 100644 index 000000000..0af4a6e14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramEcho.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e010047dd95092c85e91bc123443555290b406dad7c2281556497b4ff4c016e9 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat new file mode 100644 index 000000000..bb2419e6a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca5ae95c6eafcf87bab146fba8b5724cec166fcef220a51f6a27ea60700add9 +size 9512 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat.meta new file mode 100644 index 000000000..ba02f01fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efd4dc5c042e9a8f40855d83cc7cfc58c0fc65f368785fc4688694548816478 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat new file mode 100644 index 000000000..c5fc7100a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6b9d60efd312fa92e947d663250901b0c9a8ead7f7e3c281e5fcbfded62258 +size 6860 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat.meta new file mode 100644 index 000000000..1849305b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PentagramSoul2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1491a1268c8043ff06a016cb887abe97fde8bbeeffdf1a34c71023902ead29f +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat new file mode 100644 index 000000000..24f4a4a4c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f36ffbf9291b1e953d6492d9a0ab5697db42d7ff05e1918a8f7bec72874103 +size 6882 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat.meta new file mode 100644 index 000000000..e0598fec9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fad04c9b71b7d90ae66f59954393af999b85569728743072dc482899f13a03 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat new file mode 100644 index 000000000..4c2237109 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7bae695804c8bcbe2fa67307308e30112980b769279d8102cc82d9d18addd5 +size 9149 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat.meta new file mode 100644 index 000000000..32cdd287a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFire2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e63f12fa5282987dd12deb3b1f9aec7a43db42e489958a9c20b23cb42e4a1fd +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat new file mode 100644 index 000000000..d060be69b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8174bbe942d2f4f9171a37dafc733cb9478d23bff4ac6b9b3b76471448ff8ac0 +size 6764 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat.meta new file mode 100644 index 000000000..99f27913e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelFireShape.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2a720543bcc76710d8923ad9da570cd8f9ad53c6d303695f3bb6071a7ce415 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat new file mode 100644 index 000000000..fe23cca85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dbc725243e01057935b07e596dceb8792adaf2c7d6568746a00c1a4338ace4 +size 9021 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat.meta new file mode 100644 index 000000000..b1e02e500 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b80b62e2e97007ba17f5d60ef6185b87721e1fca5b95b9f3391f249f4a3406f +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat new file mode 100644 index 000000000..9fce72459 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c8a9359781c3b5fa5ed7c13e1a7e81023969a6c9c2d414483490d31ab251ba +size 7016 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat.meta new file mode 100644 index 000000000..51f20e51b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSmoke.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00548c52f64d8cb2d7303c3ced81c83ef7531c50a148c83362f36ad880b82870 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat new file mode 100644 index 000000000..06734ead5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4c637090d072dddbc64f82d07f97f2730c893134fe588c1a0c7b0bc674f79a +size 6808 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat.meta new file mode 100644 index 000000000..1167e00fa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PixelSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d84187b63dc10152e4c86e8bbd8c09726e0438b09243a7305e848d4e9c5d14 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat new file mode 100644 index 000000000..141e66cf4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88941c66ea782dcb2bbcd9465601d529fdd0a32861d38d58c1afe9fbdc709d66 +size 6682 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat.meta new file mode 100644 index 000000000..6608e9083 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PlainLeafs.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0140faa3d5a6aaf1e9ad308b7f2d8b74a51e8af34498c80473f354303548238d +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat new file mode 100644 index 000000000..7ede9cda3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ea8325d2f47b594ded96f886ddfbd5c8dc324eb7e2b30648a2a05e7c1bf1b2 +size 9415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat.meta new file mode 100644 index 000000000..217a7dfc5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalBlue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc9bd8e8be0b7f4a8823e82f89139e6ac43230bc6ae880d71f8dc121b0e2c53 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat new file mode 100644 index 000000000..51355bcfe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736509de10e85238e392379ae16ca0fe1936d5226f7cd6173de04e17d7868862 +size 9296 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat.meta new file mode 100644 index 000000000..aa4bcab3e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalDistortion.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323ece38d55e3e0addd044cca06250059d7ac3850b30ac93fe7b161210b7597a +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat new file mode 100644 index 000000000..c462586f8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c5282c70e518a03c9e9c78305cfd902c4d2061e0b6b04353e1a43795fb12ed +size 9279 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat.meta new file mode 100644 index 000000000..337cc6fd2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/PortalPixelBlue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2196bc18ce516f1fe7c0c3bb96cb07c26ec92956462e3dff54e2f525da9ce47 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat new file mode 100644 index 000000000..86171860e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4123ce421f5f40c602d6156962da8b94d478600a3bf62967890e528545855e +size 6747 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat.meta new file mode 100644 index 000000000..402c42385 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9786fa06b30ddfd2e657e809eb5384537492bc49cf0e23540d0adf7b3b073a3 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat new file mode 100644 index 000000000..6353294b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43cde9d02976a4e61198b443cd3c770a9bb90a94c18f8b15b670e310a03c9e9 +size 6754 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat.meta new file mode 100644 index 000000000..cd5ff7356 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjGlowTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa648f70dc826bcc4167689a74b96ddeae4bed44ff44d7a85d6667226ce908b8 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat new file mode 100644 index 000000000..29bafaadc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdc65bfa80755f5a85207627bddff61878f5177f2f30aa10e079f190897f056 +size 6797 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat.meta new file mode 100644 index 000000000..3a2d5a944 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadDigital.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd803f18fa6225fc73d0a5431cfdde6fb1de6566de4d9a2e5a1620d44078def5 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat new file mode 100644 index 000000000..eeed6a5f9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af9cd3be82c628b3f22b4f7e6ce7f73b3d67088dbfc8849d48b94c4c324fa76 +size 6712 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat.meta new file mode 100644 index 000000000..91eb356ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjHeadIce.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794c1d22baf09e15fe7e0157c256ec830131759395f3867dc24438be12072527 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat new file mode 100644 index 000000000..bf315ae36 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3c07ad06ab43395c38444af8dee4e4e81a24bf65114045dab6841b701ccb7c +size 6771 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat.meta new file mode 100644 index 000000000..4cdcad949 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjSmallTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ae31f8dd874bf6001b2d30bda3f98f4a8702314bc2caffb89f90ff1ec7b24d +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat new file mode 100644 index 000000000..d52aa5c17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9cba91dd1f5fadc2c954c0c520e9af5379d5addc97be3debade17d8b1b0270 +size 6754 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat.meta new file mode 100644 index 000000000..aac538452 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b120653ab504e10112b9c201cb54855c506b8439610b9a865c4c765da20967e +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat new file mode 100644 index 000000000..941ceb9b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587878f035d43a8093343413c320043909d4c5846a815a493ce799f71a73a446 +size 6769 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat.meta new file mode 100644 index 000000000..ea2fda92b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjTrail2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49453ceb8e4b995769bf9e3181ca4e35c444a1374516ee906553cd41a8f8d87 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat new file mode 100644 index 000000000..e1292f7cc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1699f45bb562c2c224b136f42160a0026f0f54e47667ea02560c3bf4d7bce160 +size 6728 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat.meta new file mode 100644 index 000000000..117feb4d7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjWaves.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636395633a6ea25f8df0cd6aa37885f9660adea54093b0d6101e123aff8f3f15 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat new file mode 100644 index 000000000..f026c6360 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c611e2102b9ba0957997dd818c766771d0e66bb289c0947c6c707946722ae91b +size 6727 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat.meta new file mode 100644 index 000000000..95ac816dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ProjectileSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c75747af91248d7249e0c0a9043e6bfa479bf94d388205449554d2b05acc1d3 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat new file mode 100644 index 000000000..142af694d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afde10e772d84c7b90bebd553607290ad28dd3511475989348cafee580c3324c +size 6717 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat.meta new file mode 100644 index 000000000..5736bfd48 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/QuadWave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59a56251035dbf529f82272a63c31afac255a7b2a392221ca4d8b29c86a8eb6 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat new file mode 100644 index 000000000..a6827645c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d843f0e687e1e3827a5a61c69299ca6182673b8c3fa99a7cacb4f7542afe31c9 +size 6726 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat.meta new file mode 100644 index 000000000..dbb36c1f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RandomBrokenPieces.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21689d3b65883fb8cca4274afc481b51b4437a20555ee9ec68b27b27ba545d03 +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat new file mode 100644 index 000000000..2d7430121 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bd34187fa3a8df88f0fb185d5cf0513dc1cd50d9e98eb51c61335c65f1e010 +size 6718 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat.meta new file mode 100644 index 000000000..8f6bed68c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/RedFaintGlow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d140f68a6cd0385722a909eae4a7aa50ee39dc39169ab4c8d295a992de4f6d0 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat new file mode 100644 index 000000000..7ba9c5464 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a905ddbf578bcae56e56d2fb48224ecad7d6e7f8b446b93a64ff72f9444a838d +size 11107 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat.meta new file mode 100644 index 000000000..fa9bf991f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandOrb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830dbdd0d2dcebb3fabd0a1b8a51d99c00341419a4ced5db35dab4aa11df30c4 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat new file mode 100644 index 000000000..24276f8c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38336a1d5d58ccd1cf54239235fea490ec908b8d84f457e3b19023382f094009 +size 8992 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat.meta new file mode 100644 index 000000000..ce76c062c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SandWaves.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7670922440d7a3c297742c7312f37244133595ff250b076b436e27e6b04236c5 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat new file mode 100644 index 000000000..232e5ecbc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001097f7fea60ba79bd80f95dbf163180dfb01fa26e3959055e12774de1637b7 +size 7205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat.meta new file mode 100644 index 000000000..755d348b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiOrbLines.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae3494885f54398932654ae60d6f71ed28e0b37558ec4552ef3668241d16c9f +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat new file mode 100644 index 000000000..1ba9e0a3b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfe0a97159cbbb71732eb5638445b0c4abe0552929ee14859d4e4900403df56 +size 7315 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat.meta new file mode 100644 index 000000000..c2f03b0df --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SciFiShield2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784348c86ef934a4f407ac2983dc26448ab52bf38aab0a1d1d699390cdafef1c +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat new file mode 100644 index 000000000..ddde8613b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5bf2eb370b0fb56fb45a2bce1c597979904d21f14b7a269a2fac1f6712c84a +size 7092 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat.meta new file mode 100644 index 000000000..9749f8063 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shield2Particles.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441134a95cbaa8b4b04e8236309f0d46f6568b5ce497d981cae2702de07141c5 +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat new file mode 100644 index 000000000..43e56a899 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c6810363ff7751b14e0738d6a708457b712096bedecc8d55c084bfd9c6b90b +size 6791 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat.meta new file mode 100644 index 000000000..67dcb4b56 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Shockwave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3c04f9889d828d3d40280c539544686255efe05751e90206b02ace7c2af220 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat new file mode 100644 index 000000000..fc70c27f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d711243a8fcd9029f8dd76110027a59e500e1f03eec9fdb30b5548decd386fc3 +size 7245 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat.meta new file mode 100644 index 000000000..fd3527624 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveDistortion.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6d47a8457e1cfa9aaf19b8e6b45542db890624ae582cc17fe596417ac9571d +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat new file mode 100644 index 000000000..f8fbed78c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94218b8d21c1752d1ddb7a7adf6814ee6c9744e8da61c100bdd71a8e40e97ab3 +size 6810 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat.meta new file mode 100644 index 000000000..bc757e21a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ShockwaveWave.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403b181d4921bd557fbbc4fc9da04cdcf4bbedbbaecebea633ad83a9c0ff42a5 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat new file mode 100644 index 000000000..3be6b5b08 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ec6a7ddbf172cf4f642b2ac3978245c1154e55dea3c03ca4992529132dc443 +size 6898 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat.meta new file mode 100644 index 000000000..377ba8a56 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashAsh.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea3bc4c618372977d6cf024ffa6a7e92cf88e9f1b15e245ea907c78f452ce41 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat new file mode 100644 index 000000000..c3304bf00 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ff595fc5a2d96a82a7384279546c1e37c0cece268cb9979a4c24659526c7ec +size 9367 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat.meta new file mode 100644 index 000000000..c787414e7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashCore.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5974e60d5ab54142776b5848b1e4c503d519ca861a782d6108a551f9ff45fdf +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat new file mode 100644 index 000000000..61bf8be27 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5054b7cc6f0bdfd0851449bf69aaaf603b83eccea601318c2e1d5fe22fd128c +size 7077 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat.meta new file mode 100644 index 000000000..33b708d1f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDark.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9768ea2a0969db410084e8afe910a7626f1cbad3a802f7b1948638f7aee67761 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat new file mode 100644 index 000000000..4eb121b21 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2968c1b654cabfd7dcca2a7a0d8ec51b2cb39d85fe5e668d08026ae1ff3030cc +size 7369 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat.meta new file mode 100644 index 000000000..009f26d62 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashDropsVenom.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec637d354c9e83b04fe5d5ae3edbe76b2d6ca9a5a815f7a2a62a85c6ea33691 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat new file mode 100644 index 000000000..67900dac5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f599251c1891da36fb2cb04d675a2619e00b82c172adc053e7ff2de7ecdfea77 +size 7369 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat.meta new file mode 100644 index 000000000..57347134b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashMagicSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd72891b87c6e6c1d999349fbf80ad0811b17cd60928c7caa498203236d516fe +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat new file mode 100644 index 000000000..0467e406a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cab04d846098252e34f1d6f2641cead130d67a8bc9767e8cf62ed9b578576a4 +size 6963 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat.meta new file mode 100644 index 000000000..926d1bce3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmoke2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d99562947f6f1064aff86599b026bab44244c18c72b71dae6328ca44667e6f +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat new file mode 100644 index 000000000..08b65dcc9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648207b098411c73a9b6f1acfdf116f99f90d520f8ebb91292521d8a0f5a7401 +size 6886 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat.meta new file mode 100644 index 000000000..bdaaa95f2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeDark.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdf8ec9e9a76da64b0e339472205bb92f6f59c9abae2db0fb8f9ba49daa7107 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat new file mode 100644 index 000000000..3a805f47e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8997df5372140e7027022726b1b0c269d28f6df193b4366d202058a6d18a98 +size 7377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat.meta new file mode 100644 index 000000000..65799a5fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSmokeVenom.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66897f672b530bd11ae623fde3450e38f6582a0e8dfbaa90940c987f0f2423fb +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat new file mode 100644 index 000000000..254627545 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81068144b9d991873837e491212c25738e5396ce6df8abee657570e94ee40064 +size 6928 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat.meta new file mode 100644 index 000000000..abab6a351 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edc049f1d139676c55317b1f985513fa5a5e41edc44f3c7678af2d850c137eb +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat new file mode 100644 index 000000000..fb5b9b708 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2306ac1188fb546aad1efdde073cdd840fcd12981e4e6ff78fa0d30b8381325 +size 6926 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat.meta new file mode 100644 index 000000000..c03da423d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SlashSparks2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee00b5fd3533efbd8b6ffdca7e88a896c1c624f9eb20687725bebdf64080319 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat new file mode 100644 index 000000000..12206c436 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f26f21b1112d4264acc4042900c41600a87af3f2ba0079a94e040a614a0811 +size 8777 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat.meta new file mode 100644 index 000000000..8a912e266 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8826c147c27154e113623f072a068cac34c8df86e6d72a8787e22fedb3d198 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat new file mode 100644 index 000000000..754b322fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e98e69a245e62c120d385610742cccceb8a5393d633beabbcffa60f449736f3 +size 7511 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat.meta new file mode 100644 index 000000000..f9540a2c6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd78dd3314a8735c46eb8febcea86cbc433842834b44f675920ef4e7cc5642c +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat new file mode 100644 index 000000000..e7f33ebde --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7d776f1fc78be991ac4e1e404b0b5213f212160d7ced02a15a07d401b68237 +size 9245 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat.meta new file mode 100644 index 000000000..fef62ddd5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4942cb9991fb475f4f1724e9cc772bdc592d0969480459f6597a3216009ef25c +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat new file mode 100644 index 000000000..64b185b6c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fa2a551b47410b5598ac6475daa535472ee04748acce44a81fb138475cdb72 +size 7171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat.meta new file mode 100644 index 000000000..d4ecdbdd3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDiablo3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9e67c099050c0f2645da14db2ea923520c56fa677551783fa74e524291f660 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat new file mode 100644 index 000000000..e871b5199 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdaf690792dac5c0584a367ab3fafcd399597d32a9c770a5b0f5d8379274f47a +size 8693 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat.meta new file mode 100644 index 000000000..63e159956 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeDistortion.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15367d60de08629c0f3f6658f1eec6a6903a6e71ada0f411be9f9f20be01ff7 +size 409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat new file mode 100644 index 000000000..a420e9d18 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfb6bd5bd5f31bdd746a4f483dd89596250355e849cdc038ef446c185e9a5fe +size 6900 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat.meta new file mode 100644 index 000000000..d7762e573 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeFlame.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45babc6f367b11bbaaffa818f3652cbf0f2a7bd578f6e97d6f84b7cb26448fd4 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat new file mode 100644 index 000000000..c693d16d4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcac238ad63c35b7e9f56345fb9958112c4a9c5583c0a3613cc026c892e919a0 +size 7046 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat.meta new file mode 100644 index 000000000..fcc31917b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokePuffMesh.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37f73ca7822438b0b5f68e4cbadaaeb80cc347fa7a15ff5fb9ba88113fefa68 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat new file mode 100644 index 000000000..b0a534edf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bab02890d34672c80ad65436e7a8e4ae39b8588250496142ebcaa7940db5f87 +size 7330 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat.meta new file mode 100644 index 000000000..44cfaa11b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTop.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf72e07ffff0656f0f9f6d05577036fe1bbcefb5c44f163c5f1586ba8b2ab3d +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat new file mode 100644 index 000000000..a3dadbfef --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1e951405f0d4c97c1b1fea38300f076bdc833efe3f1dab46831510b43f83c8 +size 9176 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat.meta new file mode 100644 index 000000000..cc001d892 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407c7fa17473c6b0fbc86a74080cea4dc30a97f339e28c44f392b5f97d87a761 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat new file mode 100644 index 000000000..170594344 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9460cff915109bf4151e9eb30ee2ac3da90bcdec587f9fd31c114f70f36b8e51 +size 6894 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat.meta new file mode 100644 index 000000000..a2c18447f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SmokeWater.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7313efa49daf9ef5e1508c9d2234ae697af0e2ee04791331afb5a487f2d90142 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat new file mode 100644 index 000000000..217fb27e3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90167eaca43b992af450758a438d31cf5cdb0fab32f33d7d371735dfce9dff1 +size 7338 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat.meta new file mode 100644 index 000000000..d227dbcce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Smoke_side.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4775290b802d8d1fb054f50361f9586e8736fc9b0cb98d5d3a755220e53a5062 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat new file mode 100644 index 000000000..72d808743 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3564b265f8027201b15644fb2ca2c8e5577af010f5b83d3b154798cd7ec75e34 +size 6649 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat.meta new file mode 100644 index 000000000..a79befe46 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SnowFlakes.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e29ad8a862f33767b306922092d5b9140a7934bc851975fe99cb5963278cbe3 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat new file mode 100644 index 000000000..b54d4b4ab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c574d46fe0541d08e74468ebd7e88e7b9f3680e6e0adcefee970e6ab6f1261 +size 7016 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat.meta new file mode 100644 index 000000000..57c52d01b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparkleSciFiOrb.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf169afbbf1703f986779c303edf5a97e10b9b4f0425ff1eea8ab1aeb37a4569 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat new file mode 100644 index 000000000..d363b042f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2959bf2b7dd50f79c47cc29b310690e05ff0faa208a34d2e352a00510a0cd8a6 +size 6778 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat.meta new file mode 100644 index 000000000..4ebb7969e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec4364d836e8a4aa3f739a4c1819442debbbe5d4417a4b553990507a5bb74db +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat new file mode 100644 index 000000000..f6cba1449 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d3c37f8a30e6b668fbbfebe5c62c9a3ca3cfaae15a52d19514e8439530917d +size 6767 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat.meta new file mode 100644 index 000000000..09c8ba07d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Sparks1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd7acbf93aa1585f80d6ea44b03ecf16ded6572400fa35576818d512b00971c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat new file mode 100644 index 000000000..533929446 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f8d34e29237926dd6da2e75afa43aac6d480be4b38ae25803d037dc4eef37d +size 7285 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat.meta new file mode 100644 index 000000000..ede9ce77d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SparksSword.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591470abadcd9b00fb53fc037cf1610a1ba273b9ce04e9247630f8339055093c +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat new file mode 100644 index 000000000..19da63b0f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c13b0c018b45853df91dc8950a92daf5454fe2bdcde1bdd6a7807d6510fa01 +size 7209 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat.meta new file mode 100644 index 000000000..4543c02cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SpeedLines.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4c5f95aa1ad8894997eab2b4fe997de04d5a7c519ac7837481f6979197cba4 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat new file mode 100644 index 000000000..7bc9c1e1c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2657a179d584bdf9a1cf245d29246c821180b62baa952722e96b7de7bb4e7e +size 6863 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat.meta new file mode 100644 index 000000000..859d7e520 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b7a891896b4c786371dedf3f3e26050e2f69ad68a93e0d93bcd944045f0148 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat new file mode 100644 index 000000000..2f7264ec9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd3978a71ecdf296945ff83f19d7901744ed7f42bf76c827c7c82e3bca806e1 +size 6899 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat.meta new file mode 100644 index 000000000..65bd7c327 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Spiral1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802c15c26161329445d0f395487d761f717ff03f615c932a0d135913fbc65ed9 +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat new file mode 100644 index 000000000..188522949 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b72af88e288a21f26ded38e87af1d659d6daefb9e89ce774dfb41884d9b9ee3 +size 6783 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat.meta new file mode 100644 index 000000000..a75591c0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/SplashStreak.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af993ae217094f870199f0895f00042dea6a95d0a1b1ee30d16772427f56264 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat new file mode 100644 index 000000000..344292377 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b58ec00508cae858bb4760e4ab9d83a81ff76acd0aa63ae6a000e060439023 +size 7011 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat.meta new file mode 100644 index 000000000..24877b6c0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Stones.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fb1740a3e52a6d9aefeaff9e697e8b8c325e52f4d1f91d719f365eec02950c +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat new file mode 100644 index 000000000..cafc5ec55 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5a3200eb7b46b7c9a7551cece8b44a7c6de703b52f923385354ebe2b6955e0 +size 7204 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat.meta new file mode 100644 index 000000000..c84dd7521 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonExplosionEmbers.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca61702eced2ded3cffc85f602770237876dec8d5a8cc2a02d382820a0a2e7a1 +size 419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat new file mode 100644 index 000000000..4731f50b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5a5b92a5fb148fcf0d6357f1f9637996b85a2fa8c17bbcea9f6baa80479c7d +size 7161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat.meta new file mode 100644 index 000000000..099518d04 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonFireSmoke.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511e4fe94581f4eec277a9030010acddc15897be827b83c2a16fb75c129418c1 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat new file mode 100644 index 000000000..ec76e25aa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4991800b1a09a9400149da606268a7510e0b3a5d0fb65898428a718e9f0c533b +size 9569 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat.meta new file mode 100644 index 000000000..a034b09c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ToonSmokeTrail.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601835224b7f0a6859004203a72a6b75a111a326f7669cff6ce7c7b0a2e37e7d +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat new file mode 100644 index 000000000..c185e70c0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d336801034cfb85f09bd415eec05258a3661e3505b74e2c62b83e89f9dc0b4bd +size 6773 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat.meta new file mode 100644 index 000000000..22a6596a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/Triangle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6abe947c95b86845b3434e6d93a87b918e1c5b2833b97162b59e11e4012b30b +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat new file mode 100644 index 000000000..e08c68632 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d63f844a61d0f031f63b138989351e1bde6b299baa940fd94d8ecb08008c18e +size 9324 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat.meta new file mode 100644 index 000000000..688c789a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/VenomSwordSlash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32adcca8ae2bd0189a67ef74aa07945e07846c59e76ce203fa4c4669eb20aa79 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat new file mode 100644 index 000000000..274c454c4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d0436296a718cfa375685fea583f091e25cab70fce16e81f16ff4e509dc516 +size 9352 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat.meta new file mode 100644 index 000000000..3c3e97bf2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterBaseLit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b3b4e154179748edf40be22c6e1ba4f3730acc37c6c430c14681fdbfca975b +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat new file mode 100644 index 000000000..3434df93d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74f40d0c3491ca0983aba854a580538491c5490c1f79d0acafb33f56e00404b +size 6759 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat.meta new file mode 100644 index 000000000..c727dff14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterRings.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677c9d88bd821cdc1a1ec764feeefbd3a30bd8abf2b264e83166da7aa6ce4642 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat new file mode 100644 index 000000000..bfd02213c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4793325ccfe527206d972075e890dd474947256165dfa755087d17f926f128ff +size 9695 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat.meta new file mode 100644 index 000000000..0bd727d0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSphereLit.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ce22f6f0a145615bba37ada6f4cad6fc051c6c5b9ad110bbbc37b5d0732854 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat new file mode 100644 index 000000000..64e37860f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b50b1dc8fe22e1a5fe7b99e76e49243220aa3b53c62e3aa7d594df1ce4acf07 +size 6763 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat.meta new file mode 100644 index 000000000..7cc2a6225 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bab701baf3e101739bb88c75698f715777954284aeea04625ada34cbc58a642 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat new file mode 100644 index 000000000..ed5928241 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648572e99c0b6b7a59f7c7b5600ea31fff80b5ec065d2e616780651e9eaf75f6 +size 6784 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat.meta new file mode 100644 index 000000000..e60974fb6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WaterSplash2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b4f9f3b1238413eaf20771499662a21871e9e8071cd0c98f3c5f8732e0fb54 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat new file mode 100644 index 000000000..c825019db --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb4a64c7df393d0d887f1937a0efc15b390b64aabfc0b199bfb86349d51a220 +size 6990 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat.meta new file mode 100644 index 000000000..65d235bfe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/WavePurple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ee29a67fc23e6b1b02a67ab324a44dfc1b67464463bb1e0177f0e929aa06a3 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat new file mode 100644 index 000000000..103a4f35c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e07a452b90a78803e19fe393fd1f89773b212427fbc0515e726e75029a1ff5 +size 6694 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat.meta new file mode 100644 index 000000000..be3b7011a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/YellowCenterProjectile.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73aa2d7e8503bd30ddc77378a33562bf083c344e3a9ccb70a716114ea405d5a +size 422 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat new file mode 100644 index 000000000..b42b57cbd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd74ee8c3d3d3e38630cef1344fbbecd964a8fcb5962cc34e8a1f00b747b4637 +size 583 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat.meta new file mode 100644 index 000000000..a85488fe1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWrite.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34985c94ff11f8c17eacf191766c202d5030c92b1773796a519723b1551c9904 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat new file mode 100644 index 000000000..a3e854373 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11ee48c1f8824fa6c09af9ba4ffe7cd846a9a0f0bb42c294366cc6454ccc27f +size 595 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat.meta new file mode 100644 index 000000000..0b8f9865a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/ZWriteGpuIntancing.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba3d266dbcfec729937b8577f2575ab912c33cc240ba93d4868c77f69f5463d +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat new file mode 100644 index 000000000..725d1f3fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f678e0bd0061bcaedf1ead2348275cae8acfbb77dd738a5f13868726b8756b7 +size 7037 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat.meta new file mode 100644 index 000000000..c9d0e300b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Materials/xShapeImpact.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f040a1a31df44241c8cdfd9eb9141b66d4e1242ab9b1b197448bcf9920fa63fb +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models.meta new file mode 100644 index 000000000..f579d5c7e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34e68147801eb3222efdc8fd6547875afea9ab022992f003093435b4159852d +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx new file mode 100644 index 000000000..bf2154aa0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480137302a49ee56e80f113b26ebf46f1d27af209499b286c7d3c230df5955fc +size 193164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx.meta new file mode 100644 index 000000000..c9a28bbb2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Models/DemoPuppet.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f98e06cb7198c66269e9aabd284bc806f02a9730db6b015290ab4f19d94ef2 +size 6552 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile.meta new file mode 100644 index 000000000..016bf3126 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df177f4f13174d3aa5c54a1121120e6237005db65edb549d657c8852e4ddb594 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset new file mode 100644 index 000000000..79bc8e376 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30729e769c9c46a983bb9d5cb4adec1727659b3e16ccd5744a7f4cd1371f0117 +size 2334 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset.meta new file mode 100644 index 000000000..6de1825e7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/PostProcessingProfile/AllIn1VfxPp.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2596d794cca1dd0889a63262a39bb62b2e39164a480c2bcd0ca6c0c0c8659d +size 426 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs.meta new file mode 100644 index 000000000..dbdf3c249 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8770ba276d6ed05a8b999706e860034ffed85b05bf28cee26bb2326c080834 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab new file mode 100644 index 000000000..4ceea8187 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0d70947d669d56c2fec37d1aec4ad802f13dd1a1ad71e3f9273f745a1e01c3 +size 8623 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab.meta new file mode 100644 index 000000000..16ac0bf76 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Air Column.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94f193951c5677127d9c2943220f5a4de5fdcde0faef7377d11d0ffe677ee27 +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab new file mode 100644 index 000000000..22a3d87c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb846bf66fe4829072b0456e5aa8cbe5301ddbd779e8b8b12934cf5c18bfab9 +size 128205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab.meta new file mode 100644 index 000000000..bddb14dc8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Beam Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaa154be52d1ddfef7862f250a27fd5723744e00c858e48d224ef97d8222ffb +size 376 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab new file mode 100644 index 000000000..4e5ecfdbb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01d9d90e83972b4bdaff651bf12042bbacfd1155e216c8d6163cc68d31682fe +size 125665 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab.meta new file mode 100644 index 000000000..e123e3033 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Area + Distort Sphere.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509e0438982853f9f6e0936a4a184e842511e8fc34f5c46ce834acfd1ceeec5e +size 397 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab new file mode 100644 index 000000000..18a3fee1b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e962a8657ad6064298e3a9c5682b47c46adc4816b29e5004cc94f24ff3b3da +size 803471 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab.meta new file mode 100644 index 000000000..beb598649 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Fire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd0edab1300c519efecb76f6d43d3d060b2b7b8a71f67a53ad7ef166518db1d +size 376 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab new file mode 100644 index 000000000..517a1fba5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b69f85026e601cc299baad5dd2a1fb8f947a12401869af8bb413d3ee74b7ead +size 692484 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab.meta new file mode 100644 index 000000000..affd823ed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1248d7853cc9c5d7b527e58877c2f7d5c3d75eb4e8dec0a8eb57a1bc8676cc9c +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab new file mode 100644 index 000000000..19e0d7177 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6b400a91f68e563ec664c3119269cdb8a1a55018226c71535607ff01f9f7da +size 117380 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab.meta new file mode 100644 index 000000000..f2df93fd9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Pixel Portal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4f9c0a93dc496a5e7fcf602b112effd3f4eb8fffde3771ea86b9659e2d7430 +size 388 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab new file mode 100644 index 000000000..af141fe3b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9894d0560a16aefe1817d8869b81cc14be3e669003b229d0912f210b4ff5925 +size 8233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab.meta new file mode 100644 index 000000000..b3d9d9418 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Blue Tornado.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6cedcb441b9a08a60fde63f6df8149731a04052a7a8746e1e56093323de59f +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab new file mode 100644 index 000000000..a95e0f654 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f304a5e6045ad4cdb8d285523f5209e85c04cdc47c879b69250357460a4537 +size 919724 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab.meta new file mode 100644 index 000000000..1dc3ae9c1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Dark Magic Orb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9110aa56587aa0551950e300c9ba1771d5826c0a6421e110b6af82ad32ab97e6 +size 385 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab new file mode 100644 index 000000000..85deb2615 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5d844739d585edb41d855480bb1d7db0a4c8a55d5e75672a105478dc814f06 +size 349704 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab.meta new file mode 100644 index 000000000..429c6792b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Muzzle Flash.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd48dfff4e439860bc8f9e436f0967c20eee6a21cd134b8fa406122172b88223 +size 391 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab new file mode 100644 index 000000000..9ee673d57 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5a372306bdf80bb4d4f7a20a5f236f7ce9e8e913d000b9f54d6dc05aa6bb9e +size 924493 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab.meta new file mode 100644 index 000000000..80328a91e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Proj Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eae1133b045c199eb94c3b9e251c17ec1922d2c198bd375f1a61f112c9bea57 +size 390 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab new file mode 100644 index 000000000..9883692d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3f6ff81be5f78bb17bb370429a2e8ea5859880fc3b6dfa7764a2a654546eb8 +size 135909 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab.meta new file mode 100644 index 000000000..cbb287fb7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Digital Projectile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd8d3ef300c1c6b0629ec52fa5973e4bdce5102ab6d0367b7cb0f3397203242 +size 385 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab new file mode 100644 index 000000000..1f8bf3b70 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7ffe0aaa1895da48de0bf3b3ebdbd18cc8699d542b6e442e0b1e67a6f0d8f6 +size 573794 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab.meta new file mode 100644 index 000000000..5f447f9a2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Electricity.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112b47441308db5a01260a727af8d7631f4af6287991b0486d3f2c94a034991d +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab new file mode 100644 index 000000000..357f619ef --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4682894f2a825c8c883db1d3cdfebe6697e07e715c8cde06a15d26ca8609db4c +size 238257 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab.meta new file mode 100644 index 000000000..d633e6c43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Evil Aura.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1b271a87e225d482d4698c11c44103450d1a5421ec4c79598b8dce36a46ac5 +size 376 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab new file mode 100644 index 000000000..fad4770f7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c7330fd585dde4c6e057281113d35a01ee17aa4c935ef4bf903fd2f857085c +size 1729310 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab.meta new file mode 100644 index 000000000..711fbb4a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Bomb.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbdf287c35a4ae5a7762163a56776f0f1d7a4e7211d63d5588928a1cdcd2aa9 +size 385 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab new file mode 100644 index 000000000..3f0c8631d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463f6a037832afe0045055385c222539c78e34cccb8ed03acc5f793b196e9f2a +size 1614285 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab.meta new file mode 100644 index 000000000..fade6d8e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Explosion Galaxy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01095527fee7d1838b1f203d3ce4dee972c02efccbbdb2005fba14d4fdb0281 +size 387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab new file mode 100644 index 000000000..49008a565 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8043342316d68b280ee9176817bc086f0b0b33f324ff9e636eb94808a94e23 +size 130453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab.meta new file mode 100644 index 000000000..8aaf077a0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Bullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11783078e600714cf77fcfd68dab79fa2e062b9414fe665ece1989570778e7e3 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab new file mode 100644 index 000000000..6d610f73d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a908cc23e0f2c973303cdc6a549e9479d7668216a31b2c7b801aa47dd6d1ba55 +size 924681 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab.meta new file mode 100644 index 000000000..7b139fa96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329b8d7cfd28cd9aa84eb51a087b3ba8b1e9761e20f507b1e0fa1c024f0a1d28 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab new file mode 100644 index 000000000..f0eda855e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1240621cc6306b381ed00b538d64ad4a0d06d61013762ab90500f42741357e7d +size 463671 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab.meta new file mode 100644 index 000000000..112fd2136 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Muzzle Flash.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23841c5e73cacec3d20ffd8026e48de122c1a10da26dbaea23137abb8026863b +size 388 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab new file mode 100644 index 000000000..ddf7e5923 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8134a0adc4c741fdfbd3db493fc597c5255690dd74c9909c790c788f49dbf71 +size 8045 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab.meta new file mode 100644 index 000000000..bbaf061d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Shield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423fa4409e65cbdc2fd517e0a11507910e20573d6a9ca2449708c2ee721ff394 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab new file mode 100644 index 000000000..7120c8f04 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d08fc744067f4e5c2a6971884d66627a566e0f82a5b997d8c2bc25bd992a84 +size 8725 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab.meta new file mode 100644 index 000000000..05c9c7111 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Tornado.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a205090afa26bb2934a898c193360b306625e55ed397e48f4f65a78b531ceac +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab new file mode 100644 index 000000000..600f83cab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da613a46473d2415ba0ad0957926ec89c908f2f713afef13f363b8a942010c57 +size 123362 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab.meta new file mode 100644 index 000000000..40cc4d2bf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Fire Trail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac161590b64489856efcf4b0e726e9f15ca7a214360ab0077067591e80c82ed +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab new file mode 100644 index 000000000..587d5ed4c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562cb3892d6601f9c43e7ee6804155e1cdde26259720d4f51413d0b9dd37cbcb +size 239018 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab.meta new file mode 100644 index 000000000..4a6a8cadf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ghost Trail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a069cd95f1356279b116cb7af13d05d5116b9c89e7f7510d20c2bd41a744f1 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab new file mode 100644 index 000000000..60f41e8cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf5b8149b0d043de2f14e9d98b7ebc014436b5b1c53b4c3aa1865de1e42420a +size 7761 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab.meta new file mode 100644 index 000000000..af77464b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Area.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2982e38122ad81fe035d853a559e7bdda3d69ac17dbc006935f11bbe886e329b +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab new file mode 100644 index 000000000..fdcd40c7b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45fb84309c37aa49fde0febee391e766b38da4363ecafb2992c447126484b2a +size 117387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab.meta new file mode 100644 index 000000000..da290a92c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Green Portal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc302968cc5c685336a6cb0fcb86ff1d0aff65e8bd78333ea52cbd0e856d7d7e +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab new file mode 100644 index 000000000..7dc33f6fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff26644a035d8337fbe6d8f6d285a5ea0be7ea7d29889d6f6f45e53cd0e5b4c +size 6915 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab.meta new file mode 100644 index 000000000..57e83cc74 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Bullet.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5718d57a10d3bffeeefcc28374ae22af41e5c4624b93b13f6781ac60fdb0c645 +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab new file mode 100644 index 000000000..d1b094d0a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe27efef772e5985734bcf430f405e21a28b07e4ddf6fa50f3a76aa2b7cb8edd +size 925029 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab.meta new file mode 100644 index 000000000..8b4d3bf36 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a20d33d80845e3953808111b62f46f2aeeb0014ef59742c6ef25107380fe2c +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab new file mode 100644 index 000000000..260103eea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839c71678b77eface751fc76fb69f1f03fae7f90c785d667d9ba8cb55fe32c46 +size 347714 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab.meta new file mode 100644 index 000000000..c24c70775 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Gun Muzzle Flash.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ea6bc6322e543a98adaa8ddb52fb9e08e45fc21d7dee71eca09307183e712c +size 387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab new file mode 100644 index 000000000..66ceb5cc3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902e51e7bb60e49099098ebe2d9b93d376a6f9feb1c538ee08309a05e5762bad +size 238346 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab.meta new file mode 100644 index 000000000..228f36489 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Holy Aura.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39478f5aa7f9aa1c6a175c1608f806d1f3d428ee66b1c8d3bcf4b4a9bcf034ab +size 376 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab new file mode 100644 index 000000000..8547b6da7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8b3cdd7f9d0b6ce8cec117d646467bf3406f380218b7ebd94dd37f6d963e7a +size 931328 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab.meta new file mode 100644 index 000000000..cfa5ccd43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c459129fb1f1677869a9bff5df0e0f2ea312e21d9a9d74bc6c05facb2faec95 +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab new file mode 100644 index 000000000..bc2388743 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce8ac1961bd0c1ce389f77a60f8ecfaa0620775a64c728b6be35b37edff0b53 +size 582889 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab.meta new file mode 100644 index 000000000..192446b85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Muzzle Flash.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc870f58e035df8bc98fef966d0ca38a56032322c266e7dfab317255de088ed +size 387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab new file mode 100644 index 000000000..a8edc8aab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea43f4264beaf8bda3a88777612fd1b095e9d2a0feacc553f58ff7ec6587e09c +size 244660 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab.meta new file mode 100644 index 000000000..07ce598ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Ice Projectile.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaae0f6280a06a515ce17c1fe0fecddb4f851d93e3ba81de7b36fcb06078590 +size 381 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab new file mode 100644 index 000000000..b72c902e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca0f8fb4020987a051cd0422e74c5316244381e1d3526cef934b8e98dd4695d +size 1148619 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab.meta new file mode 100644 index 000000000..a1512af95 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Incinerate Spell.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7297960c02e49bd8760a958b44faa39c39649a04a3d80554cefd8b5bd13c3a45 +size 387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab new file mode 100644 index 000000000..2e5d36840 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbd9287ba47986118132b522f0fe0265fbc56105ce3f21f4b6df40faf9f811c +size 1166987 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab.meta new file mode 100644 index 000000000..893647451 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Lightning Strike.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d562b1d69efaf738774a43ab6fafb6a7f3978df75312bd55ba26fd11e9a860e0 +size 387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab new file mode 100644 index 000000000..22fd026a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b24e50f323500a3f6502fef5fdf02d04314fb52a57e85ffc6d5f11e34c081bc +size 804856 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab.meta new file mode 100644 index 000000000..1f0a123ff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Explosive Spell.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434fd7a6463be9c2ff9adf112b8458ac74f6fb309219c32d1307ff78172eb0f7 +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab new file mode 100644 index 000000000..8173d9ba9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0913d1644e5c5c6906b9cf7d8a84cff2ed5dbb8d049ef4b83244b0b17ef8cb6d +size 344627 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab.meta new file mode 100644 index 000000000..83d854724 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Magic Spiral.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8248cdfe736f40a64c4dedae85779a95172307ad35fe8dff3725fdcbb13dc3b +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab new file mode 100644 index 000000000..97857b7bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f84086c7ed17ff3c9fa94cafc7ed4c20a2744d07a5b8ad3d0f3828ae2d193b +size 232908 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab.meta new file mode 100644 index 000000000..072bbd91d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pink Trail.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f873f6aeb757f614d731308787f44b628ba56b27199d297510ab3748705f72 +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab new file mode 100644 index 000000000..6858d0f62 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d7e9c9ae884e4efbca5e71bd3b4017b28822ba7407218fef45e63a4d9c1ce1 +size 803348 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab.meta new file mode 100644 index 000000000..be6405421 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Pixel Fire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc277274f193b1e2d6569467f3fbf0e337751859aba535aff8b9b3213c60f44 +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab new file mode 100644 index 000000000..5338e1f6f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97baa51b7aca4a975312f03d63c11d2bb9ba5bfbda2513b1323e807b4477b70c +size 344728 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab.meta new file mode 100644 index 000000000..2dd21699d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Plasma Ball.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ac0e12e311bbb4d867c5cc5ffa310f6b5e025b1d092abff58c1f6130d263b9 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab new file mode 100644 index 000000000..cde483158 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2134c998440a17874c8f28bb85ab2a260d672eb35561db93566dbd2a38429021 +size 16087 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab.meta new file mode 100644 index 000000000..a7c7df292 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Area.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee2ea64761179b54dd5acc0ff9a537be5316c8c581dfe996942345ea69832e6 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab new file mode 100644 index 000000000..51a16687f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18335e764d2ab1bf8d0fcaee89a5b241d688cfa12c75eeecc6dc6c9f03c5cc98 +size 692783 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab.meta new file mode 100644 index 000000000..be7662498 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Purple Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9eea65dce8f0754cdc04fe9b9151219c3f3e70414243f88fe8c5ec40d533e5 +size 380 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab new file mode 100644 index 000000000..1c0ea1a3a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57196e7e6ad27bbc5c3350d00db676a433a1eda108ae9397c013b219613d89b +size 574110 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab.meta new file mode 100644 index 000000000..ea605c8ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Real Fire.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54695a058c2b5d7856f9f736548c41e399333c03c7f8a3d5ed15635695ac19a6 +size 376 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab new file mode 100644 index 000000000..d0eeda944 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17aeb358517731d5fe4216742bdff2858deae35427ac00602ad140d017e00567 +size 7778 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab.meta new file mode 100644 index 000000000..468bb1931 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Area.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2b53550146c3ea12d08e59e02ac4c8e7c235ac37be289c35240d38f8b590d3 +size 375 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab new file mode 100644 index 000000000..7b5d09624 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac36c5966c6e9ffc215e36c72a6bc3f38f721c825a80895a44b9b45117621fae +size 576700 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab.meta new file mode 100644 index 000000000..b568405d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Red Impact.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9738be4bc8be2f31d6328edf68b28d2da16b56803e2e6cbbbc52ab23fd12d9fa +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab new file mode 100644 index 000000000..6aa127c45 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5ab4481073f656b5fdc090f3e9d974250d130b034729f5462b8e44b13ac042 +size 118933 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab.meta new file mode 100644 index 000000000..20a4f8b30 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Sand Shield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fd217da77e4f01a7fa26c8bad78bf7c8ffbfc09c64c610f72c37a87392c2da +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab new file mode 100644 index 000000000..6a056073a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8767719fc876fc5ef4aa4d966a9591d6ee831d814263f5b518a076c4f37d99f8 +size 127259 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab.meta new file mode 100644 index 000000000..a0f8a0a40 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield 2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0689b56dc43abcb41dd805469049efabb836ceb6c5817e7c39c8bb13b85bdce0 +size 385 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab new file mode 100644 index 000000000..537fa8a56 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed046b7d9cf1aa3a6ba18b8cb08c98349dd6c7e0c9505acefec2cf41420979f5 +size 241117 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab.meta new file mode 100644 index 000000000..138fbd6cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/SciFi Shield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0fca8ad9209dbf7483bdc2969671fe0a1bc625fe4c366ed7184c3f5107f621 +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab new file mode 100644 index 000000000..f4cc95ca9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc36c3b0510bdbcfb68ed27812a894d60c0f0edb7e257b7177fd5f2c66aa4549 +size 531503 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab.meta new file mode 100644 index 000000000..877593ad9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Screenspace Galaxy Character.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddbc02060fd9abb84bb13e4ddb3eef433d2baef028c5ab4a58339d75fbc73aa +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab new file mode 100644 index 000000000..2efd1fb2f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27665f50dfcc1fbbe927fca4f9c717290cbec82d19769c9d02c68065b8473e72 +size 461671 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab.meta new file mode 100644 index 000000000..61043ab6f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e22347936162bdccd963464256d76d8f74a8efb34ec85aee3529921d2213c +size 377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab new file mode 100644 index 000000000..4881bfca9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec0cb8d28077d86a0db9f3bed48063050059a5a48b3302dd70d45cc5eda2ad9 +size 465484 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab.meta new file mode 100644 index 000000000..8fd9773f9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Magic.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77bcc3441399f734eb6a1956fde6e5f7c3e25a6915a59edade050f4f4059c98 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab new file mode 100644 index 000000000..0fede5b98 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d822e3346d2e94cab928f6251d5ad2923dd66ab91d298019c10f311a43fabd97 +size 691080 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab.meta new file mode 100644 index 000000000..fc8c848c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa79b97bdbce7e977f1b846e66e35d032b38170f26fdd20ae6af9b19afaad054 +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab new file mode 100644 index 000000000..5d372a20b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d3b5627868b6ad859476aa710b8e88f2185d397faf24c1d46b19ceae22b340 +size 350772 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab.meta new file mode 100644 index 000000000..656c83056 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Slash Venom.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014e7d998453491f51e4d883fdfac5a2a918924e67b5ac6f583ed4fe9ff3bec8 +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab new file mode 100644 index 000000000..48d2b995c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb84ed39389c290765e6517ce3990914a0d13c4b94de59f78b86d770a995d9f6 +size 114638 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab.meta new file mode 100644 index 000000000..06a0890aa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Thick Smoke.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6190cbb45aebcaa016d0a24e2dc1894598f5f2b6c1b5b9a5807495583ca4cec +size 378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab new file mode 100644 index 000000000..fc94055ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651580cfa39c68c3d6d0d29275b1b7f6e5f287091c1f2501abacf232bef51ca9 +size 130490 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab.meta new file mode 100644 index 000000000..91d41fef0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Beam Orange.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9682ee9de7517dd22042a731cb180e83ecd389bef074fe16c38e140ea080cf5f +size 387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab new file mode 100644 index 000000000..a668a6621 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08183d1721a5364878cc1b22824439921964ca09e7d4a41d35f675f77471c944 +size 416775 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab.meta new file mode 100644 index 000000000..a2bbdeec1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Character.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0612a2e14f955b592e1d76a47bc62ba19d154425edc38d6c56fdd910ee55ffc5 +size 381 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab new file mode 100644 index 000000000..322fd9d49 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667732fbc15a788b4b9778480b3496fa59c2377c8503da6d3ae44bd14ceaa89d +size 1383248 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab.meta new file mode 100644 index 000000000..67ec00525 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Toon Explosion.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbc28b5874a378c0dd1ba1f5257eca87fdc03c8cfbf8d66d67e3911879fc605 +size 381 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab new file mode 100644 index 000000000..f5db4dc64 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e650f34e9b21a2255889c578dc961aa54931259b4435f1d793933ee783b3ce1c +size 6095 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab.meta new file mode 100644 index 000000000..2ab1e1418 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Shield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78c05bffd2bfa6b50a613e04b459c2fe29f34cdf5052ba819cc52796f412ed5 +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab new file mode 100644 index 000000000..f2a503de6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0be05d5c80b6444ce721728172c960ae3525087502e022becb1e2fb52a153c +size 1148711 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab.meta new file mode 100644 index 000000000..44d98aac3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/Water Splash.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a923c6aa58fa02fbaaf3bfe478ee027fedae6fb2b4936e007b1ff463cd2ec0 +size 379 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab new file mode 100644 index 000000000..1130fe5dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ccaf8e12b3be3844debe597d7e6455b862f78ea62976f436354977c6d307997 +size 2143 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab.meta new file mode 100644 index 000000000..036c5ff46 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Prefabs/zProjectileBase.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a5ab68189e9a9ecc50ac902279f63d5022c2f64cb0fa53b5e252d851b46ff9 +size 382 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts.meta new file mode 100644 index 000000000..69eb7493a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3753dae291769d36be95f1ef90e0debfebf27fde0d936e5d07c63358cdb5670 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs new file mode 100644 index 000000000..8d0475745 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44aa9096f00cd19be7798ef66e1c0856da5b7180f07ea876d74e6c452aeec784 +size 896 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs.meta new file mode 100644 index 000000000..ce64a9267 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoDropdownScroller.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7f9892c58db667b252c575911bf4d18f73ecf07ea5f776a858a533c50cf449 +size 476 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs new file mode 100644 index 000000000..2ceab16e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571ee84bdaf159124ccb140c5ab4bdb6392bb4a5f1c0adfaac44c1a98f84a727 +size 1504 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs.meta new file mode 100644 index 000000000..cbe97bca7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoMouseLocker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8c5c347a7e5e71c28fd38336e73fe0412885118244a0826faa88d992d2e3f2 +size 471 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs new file mode 100644 index 000000000..34016f4e3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3270a2be24cc1d0e3c7cbb13fe9b8ff7d16ec80b2476f1324285d21e026f1b66 +size 763 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs.meta new file mode 100644 index 000000000..14951e268 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoProjectileObstacle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b0da91cd9ad57dd8b8fb22db1e161377d55bafc55d9d2a1d134210782fdfef +size 478 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs new file mode 100644 index 000000000..d3372d113 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c440bdec552b6853da425128e69fe2df04a7aa36d5c82f97a80931b46fb72c2 +size 1262 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs.meta new file mode 100644 index 000000000..c641b1007 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1DemoSceneColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df32b16654409ee37434ac0721c270d4c777dc1af3fd525d6d5b9d726258a8c4 +size 470 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs new file mode 100644 index 000000000..98901c1c4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eea11207cf31a805f5af2f99c3757a1e5f09084f724ac89b3a8f7f0ccc2d7c8 +size 1281 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs.meta new file mode 100644 index 000000000..8433eea0d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aacdf33a3a2a39b1d29ec84e2610cba65942fe94d91a579f3d44a7c4255eda8 +size 532 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs new file mode 100644 index 000000000..4820c7266 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa8f4572e3cfbbd2c900444dd19cbe0773cb9278a67e6c1b2f5d51da1951903 +size 308 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs.meta new file mode 100644 index 000000000..f57112723 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoEffectCollection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3df2041442cd823413cbcfd567525519f03c07d29902887d231be150a233e5 +size 542 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef new file mode 100644 index 000000000..3ac8569b2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558c783d779efbf8b335ce55e7ffe393e6f5adc4a54d6efff086322eff5e2320 +size 48 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef.meta new file mode 100644 index 000000000..27ba629c2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/All1VfxDemoScriptsAssembly.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1581b241575cd51a118b26f9971700813a21eac898801d15c6ec48442eff4c1d +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs new file mode 100644 index 000000000..624e3778e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abdc9cd9989abdb74296e4405e222f0b578ebdb21b6551721bde81ce6126198 +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs.meta new file mode 100644 index 000000000..ea2efa87a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1AutoRotate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5822b097877835c7d87162a5111fd82df74345e7f1e3d5dd32038c1c2ac4af +size 468 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs new file mode 100644 index 000000000..5279928c1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1734365152533f67d8c797b9722101b0cb2cde446e82959978e39e29459c08d +size 1647 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs.meta new file mode 100644 index 000000000..0b81ccded --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1CanvasFader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b254effc8ca90c103f179c4690104f9e7e26e44703c61b6427cc58e718ededc6 +size 469 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs new file mode 100644 index 000000000..859bd12bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce91e21515c686cce031d3d4c7691126b11e85497513517065886297384f25bf +size 613 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs.meta new file mode 100644 index 000000000..9aa0f09b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1ChangeAllChildTextFonts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985b644cbf58f107d623d05353184fb4b09b0414b29d74b46fa7f5433f23160c +size 481 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs new file mode 100644 index 000000000..04124d098 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c4dfb53dedfa793f759949e0be6c5c11c08b052127f9af856223c57c6b7acf +size 1970 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs.meta new file mode 100644 index 000000000..46e73dcc7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoProjectile.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f69891ca47ebfaa3a6eefbb87cd10edeb404c8f6e9af9444cfdde4a72e43d36 +size 472 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs new file mode 100644 index 000000000..61986a27f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1359383bb6bdfb1b9c4d8de995fbf6be7d2eced402b693e363d735d4cd4c0de +size 1365 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs.meta new file mode 100644 index 000000000..0ae04888b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DemoScaleTween.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b023feee1724273adf2ae73cf78b6d5cd5a406201c178dc3de5599416f9cfba4 +size 472 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs new file mode 100644 index 000000000..ecf0a6066 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8723cefb92a59a71b8c5697b1de268e60ca0ed4b2bdb367cae01748cb524974 +size 766 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs.meta new file mode 100644 index 000000000..102637313 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1DoShake.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1981423a72f75d2ad72ca1ab7b550d0cf062d7e3da3f6b34a884f2630c94846 +size 465 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs new file mode 100644 index 000000000..68c375a38 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2477d575b778bdc717cd2b79d779e1c1e7eacd96941b26932eb5540a53e5fffe +size 3703 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs.meta new file mode 100644 index 000000000..d90ae1d6f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1MouseRotate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf41a0d2a7c135ee48bbdb6e4856391cbb9d9e073fa2d53d321a2e39e9935803 +size 469 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs new file mode 100644 index 000000000..41ef1c3f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28a67146713ceae1fb8c3450c93060a624e7a1a88016d626ba9f89398571a08 +size 2284 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs.meta new file mode 100644 index 000000000..45c740609 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1Shaker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c4cc50804e3b7d28372d44dde014b121cca1422304869de58976ce29e0b082 +size 464 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs new file mode 100644 index 000000000..16cf8803f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b01dd3e04b6ed53df7264b5c4fa78de9ba420eb9945cd793ecb8bc9d9ad2c3 +size 3482 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs.meta new file mode 100644 index 000000000..3c3d3b690 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1TimeControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f31edd89b667f407c24ab4c43c8bf56d5cf74d16a72329c22b5871bf7bd1f2 +size 469 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs new file mode 100644 index 000000000..ad59e0c07 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e232474999af91040a8fe1629d7e0b5c6647802b695768517211ea011e3070f6 +size 285 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs.meta new file mode 100644 index 000000000..46b6617bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxAutoDestroy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b925c5f8abe06610f8b20c81a92d7db6c4f11e04b1217045472da32f337375 +size 472 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs new file mode 100644 index 000000000..abcc2ba16 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e9db79c34ee6bf4e42e74a89d2285de8c820c09c63098d604d050be1617e7e +size 10560 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs.meta new file mode 100644 index 000000000..0083dd487 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxDemoController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b50da6954df2f922e052dd86385c6e11019ff62874c3d2d56dd3fea20f30d9b +size 475 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs new file mode 100644 index 000000000..302ea84a4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1cf600bfa8f97a1efe3dbca417b0b884fe66460780a827b850e9be65dc022a +size 877 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs.meta new file mode 100644 index 000000000..2b9f39517 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxFadeLight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9aedfa7a62ed4982329171b6c7c040e04bf8364b45a680e9e12fa40fe75010 +size 470 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs new file mode 100644 index 000000000..63dde0293 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135a5e561d4d54453a7a9276067f6d1c3a991808bb87c5d1e8b80ee611ed4a30 +size 1558 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs.meta new file mode 100644 index 000000000..7b359c396 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Scripts/AllIn1VfxParticleSystemTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480a7f6a1acee622b974d9fc75fbfc45a916eb8c889d07719c53d9a665713342 +size 479 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres.meta new file mode 100644 index 000000000..ff8c61568 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e296a1a8187a790ed0baeccdf2c113c6a32c05fe3e41498dc0685ef7dff1b209 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png new file mode 100644 index 000000000..fc0dc5209 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad510a7fe982899dfb539a0437f200743d75a84d5b8e13a8424acb679fde897d +size 6303 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png.meta new file mode 100644 index 000000000..7575e2313 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/FloorTexture.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee880af3457b80c2a9f30109bf2c0335500287af8a9805262a85c9909a0a315 +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png new file mode 100644 index 000000000..de3025780 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81df4e1824349efc1fbd63901303e0551655f24a926a04c7b305e1b0f7052811 +size 573 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png.meta new file mode 100644 index 000000000..c249c6ffe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiButton.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24affeb919e8285b2bd4d7cdb3040284882868a08059eb011bc3913a6938811c +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png new file mode 100644 index 000000000..9dfbe30b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1224ba4a05311e8cc117fc588b688a00f1f28b8909c6768b68b61dacc88b56 +size 7858 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png.meta new file mode 100644 index 000000000..b58881b43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiCircleSmall.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db55aab7e2afe1e25ecf6b29374c27b783ae4a62a89577a9b2625857326b2e75 +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png new file mode 100644 index 000000000..e4b169ee0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b450d616140d9219f313492fceeaded6f5c54193147620eebaa07c09cb7db7 +size 11722 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png.meta new file mode 100644 index 000000000..72979d468 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Demo/Texutres/UiTriangle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9381f2b8435fb9596d777f05f2ba32edea1423ae1945ca1ea92349cefe76eccf +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes.meta new file mode 100644 index 000000000..333fdbe05 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d44d29944df33a8bda50213998d5cb39ce6c5d979abdc38faec38dbdbf3def +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh new file mode 100644 index 000000000..5fc53cb7c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9962716f8998b41759ea0976cca88bdf22b9a761b55b0ee630887c3aee739c17 +size 6755 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh.meta new file mode 100644 index 000000000..6c658a2c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Arc1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd1020190e8bff86d071ec80fa0284bae8cf1578f319a40a305217616ebe997 +size 397 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh new file mode 100644 index 000000000..e2ec6274c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f1437c70a9b121d2fe4f7f7eeea13ba185f4d4fade66e37dc1cc133ef6ab1a +size 4026 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh.meta new file mode 100644 index 000000000..e11a841dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/ArrowHead.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d42c20cb335d868cb7e88f581ba345d03c49d73130f0b99eb7606c46caac89 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh new file mode 100644 index 000000000..36e3701e9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3790f443def2cf0ff28456c29f2743edc0172f536b4dd3215f235c443c42a4e3 +size 139987 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh.meta new file mode 100644 index 000000000..eef45de99 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2022c50f1472b590c0c853b3289cfa13627e7decfac34d0bf0a4824e5f70b0 +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh new file mode 100644 index 000000000..b972c0e50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2dc8a8002b7525d5f2321223003e3d278781ebac70ac5e29adceea6c76eb54 +size 12149 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh.meta new file mode 100644 index 000000000..62e179cbd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484be17d3c77e1cf91551aaa065a36ca11a8ff7a7bc4bb7604c2f5b7d79d25b1 +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh new file mode 100644 index 000000000..61bdd728c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14232aa1bce100d0f86ee9c4405e6bae9e565abd4d89ede28a2069f58617978 +size 8237 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh.meta new file mode 100644 index 000000000..c1718b4da --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0701ef3cbdc99e25d7395ee30ee4aa92926fe2901de9145f17122164154cb1b +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh new file mode 100644 index 000000000..fa986829c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da46a93592c8cb5176061ddf8e0664ad31193312d0ccfee32a12470443d0c4d +size 13850 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh.meta new file mode 100644 index 000000000..5ec7c6330 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Base4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd627e75e71f3c0e91fa31676ed3f981afa0d18ad5cef6b1f96cc0d7fd2d4153 +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh new file mode 100644 index 000000000..3ed9583e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3332bfea43ebcc5aaa944b41d430ee60935bd9b626e4adbb7aaf447d903487a2 +size 273535 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh.meta new file mode 100644 index 000000000..6e2555f2a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8cfffe0ebe646841ddf207ca36293212b65662c9a36fce4334b3879caa8cce +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh new file mode 100644 index 000000000..4cc819651 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a46b6fcb3abada765ed2f4d734ed88024d3c164c74dac197566c9dbf21805b +size 273440 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh.meta new file mode 100644 index 000000000..cf6389c94 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Beam2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bdaaee2d57ebc3321010ce214c92806a453b7f74b8d7b40220d271a08d9085 +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh new file mode 100644 index 000000000..cb8506816 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e880a77ed3dcd1e6d82de4cb93c1d5e700743fd1e8d7ce645bf0644e628ea9b4 +size 21990 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh.meta new file mode 100644 index 000000000..60b39c86a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6299ecf44875f736b5cf5fee92e5da0cee35ef4faef327659b93b864566d50b +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh new file mode 100644 index 000000000..43583e162 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dcb575908c4a40fbed4d31cdecfcc73a0ff1e7da8951eb58b3cba875da61f5 +size 21988 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh.meta new file mode 100644 index 000000000..c1029c0cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1747123f11ffd311989d83242d01ec9d7ea31b94e0febb00cf107cfc370e326c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh new file mode 100644 index 000000000..f013d257f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ae9610715a0f5bc53667b58839463afaa3139e5b0248f94371a2a1aa5157cb +size 42921 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh.meta new file mode 100644 index 000000000..f41664e49 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BigWave3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b177fac2b5e9cdf8bcf4df57c4d03d6a034f7612e239b9b4bc3634553433a7b +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh new file mode 100644 index 000000000..4d5c9ec9a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2380aee7a643338f7b249206e3e5663edcdd9da43c55eba71a6772f5eed0ad +size 37258 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh.meta new file mode 100644 index 000000000..7753cf0e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcc7bd631f2566d52a3292f842cf3bc792f6fc2cc9e92928269f4ddb9fcc7cc +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh new file mode 100644 index 000000000..42644414d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ceb409bec2faa8bb1f97fb2c7ba8120dd15f11f24049fac0a6e288d1917a4a6 +size 70780 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh.meta new file mode 100644 index 000000000..702d3bd98 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5d3a089e4a30d6d4168c4c4823efc121b1a0adfab72359c561592d0a8a3f7c +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh new file mode 100644 index 000000000..efcf8582b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb90f2839e1cb48b8d4fc6ea0f81f0a964872df3fc2e3ba5cd929462c8adbe6 +size 86337 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh.meta new file mode 100644 index 000000000..acfc7cd14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Bullet3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5953ed281ed80be53e4c2805d84a3b6f5eb1c365b72932f24379b49343450f6 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh new file mode 100644 index 000000000..8af04d74c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1166de65944ea912543f70a5a75b9dda562c5a6331985e13d4fef653e65161d2 +size 5903 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh.meta new file mode 100644 index 000000000..eacef1a60 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletPointy.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7537c214ee48ea9151959c4d1310e9d5cf5c6e7a1b48b1e18fed201b390c8620 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh new file mode 100644 index 000000000..757c611b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627fcabe29574e1cc13b2d19ca6a378cf32acc9fe99738c70d12b03704f3e23f +size 37265 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh.meta new file mode 100644 index 000000000..2414acce7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletRound.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734fa2db8d75eb6c8f27a77fd27c9fb0c907af9c8f486cfb96358087377af462 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh new file mode 100644 index 000000000..86d9999fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f333cfe8bceb096a767f829a468fe4a103703f9d8667b86b6045a67dfb04d301 +size 90899 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh.meta new file mode 100644 index 000000000..f7d2138d9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/BulletVeryLong.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaca117974fdfce016054bb91be5bdf710f95413b6664c88c2a2414cce8a4dad +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh new file mode 100644 index 000000000..489e23184 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e99304c899513315cd434fac262bfc88cf57f67a57b723a5e806b038f2ab9a +size 30081 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh.meta new file mode 100644 index 000000000..f888ba1cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell100Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fcc4cde389a0ff821ef24a5a81a118ff6d5e654a8866413e883fc3b01d2ee7 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh new file mode 100644 index 000000000..a7456b8f7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a737202774ada1455df7120b1308b61849471bb7d1b04479cfe21b9ea6da273 +size 29956 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh.meta new file mode 100644 index 000000000..abf09a4d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell10Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed4b2641afce8de8766e409e90f542115736db8d11bed5225b6886fa054b048 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh new file mode 100644 index 000000000..182b2023e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c930feef0b5eab2104a0e80f5194e366ff3f348d5f10f715000644cd04827910 +size 30073 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh.meta new file mode 100644 index 000000000..65067404d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell180Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480b91bd8e3cdd4ca380a76eae0574eb63b706fb18149e1398eab6c671ddbd6a +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh new file mode 100644 index 000000000..22b4f9f16 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c136d975700605fff8ad36f1c52e9021c95d3f8ef8afcb0e1134c0e41ca38a +size 30076 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh.meta new file mode 100644 index 000000000..35e73ca59 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell20Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550ba604ebbf7de923180311097a71ffa14c96513a575dd52873263d37fa65b9 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh new file mode 100644 index 000000000..7fe24c478 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f363025d69226c94e94c29ccf610d8cebe0bf0a6b553826a857323c78e2210 +size 9679 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh.meta new file mode 100644 index 000000000..5f78c4af8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell25Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630a4b4bed6c8dda114b4b5db757732a37f138a90a65a281f3448cfd38bf409 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh new file mode 100644 index 000000000..ae1b682dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318394bc941747aa68fae6d40b5443d9fea73ec66736cebba8ce6b4f85737405 +size 65055 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh.meta new file mode 100644 index 000000000..02c4cb73b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell360Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dab8cfd86ac2dcadcd3103d0fb5ff1eba2b3be89cab31ac0c69018ab0ad181 +size 408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh new file mode 100644 index 000000000..d94b436d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be9e2a374a4c04a8adae8f3b9f5860fbf1f41d0367e4dfeb93f44a9087b8ee2 +size 30080 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh.meta new file mode 100644 index 000000000..c010238e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell45Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79c33dcafb016721ab9bc65b8f169e20f13635ce3cf7c77b012e0625858f387 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh new file mode 100644 index 000000000..8d65d9e19 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e70449e4ea7097ab8bb39b1a99a0a7cfa247849cd6982eab49756199d6df365 +size 9582 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh.meta new file mode 100644 index 000000000..1b6c56027 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell60Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9c6471029d71998f3285cf6c468ac094f0fb25bdcebfad43d95ea4138fe29c +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh new file mode 100644 index 000000000..0dfdd54bc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344301d7e36b4f150e6fd398800b568e80c04858cc2b735a49b72dea09a34279 +size 30084 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh.meta new file mode 100644 index 000000000..bcb5675b4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CastSpell75Deg.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357386cab2a076e851963c42521a01954a19c4431af0421a8d516e294c308e8e +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh new file mode 100644 index 000000000..facaa568c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a3dcfce9ff5adb1141801c35e28a92a3eaa5de3a49240e2680173fa50e74c9 +size 32216 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh.meta new file mode 100644 index 000000000..279e759ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fbb5b554ff0430b9fb4dc6283a3a600c16f225eb9b85a83e644074d46fa7a3 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh new file mode 100644 index 000000000..609ffe8aa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924d310afed72bb50f8c029a41a82890dc9a0bb53cbe79dd2a68b5840537d7ed +size 35145 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh.meta new file mode 100644 index 000000000..644d3faab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5aab50e05b238af8f8c5c37fab39ba0759e5dedd6d09bed39f102947026153 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh new file mode 100644 index 000000000..52713cda3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f151c1bb470023aa8d12126d18992608e519d9e9900291a7c40d6a8a329a5c0 +size 35108 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh.meta new file mode 100644 index 000000000..deaed36f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91be3ebdf748d4d415c36da48a844cbbcecdfb5f9cce2dc8222c77f2b8fce509 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh new file mode 100644 index 000000000..6ef353554 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6c4b2f535fa2b6744582cdcca9ab5161bd06557aa75c9a0b11d80a558487ac +size 35148 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh.meta new file mode 100644 index 000000000..6a153d881 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuad4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d03b5830754a50524b9dcceaff69d81f883ed6cb29818ed450692736daf76f4 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh new file mode 100644 index 000000000..4e29f51da --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78c60730ffe5f80f75e07f2503304e5a039bd509a9f6ba5ef3742556cd4ca7c +size 22013 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh.meta new file mode 100644 index 000000000..333346a40 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CircularQuadTwisted.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8132e8636f1dfd6aca23ac09c34bf658ae6ed5afaeae69978f310776aaefd771 +size 412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh new file mode 100644 index 000000000..e263f94d9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313ec7b88857d3d737c0dcf1da6e62f68ae45b6c778b411d1dd8eecd45de9a41 +size 10218 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh.meta new file mode 100644 index 000000000..b9f9a581d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce424f856cde10f9846ce72868bcb94c5dfe21ccdfb4fd7707b43831a8c97b38 +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh new file mode 100644 index 000000000..91391f6b2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc740163dfc738119205d614b68752e0271228ad2b6d0ccb61d4923a27f19f47 +size 12709 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh.meta new file mode 100644 index 000000000..b42b99c86 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25dfd0c517f097efc1bdd6293a6caf6acaf0f6f30a0b0cb4e3c8ec2d699c7e6b +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh new file mode 100644 index 000000000..37543df57 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d020948e91f1998f8455895641261f0ca8d43b50d65674c43c9f0d30bc1fdc5 +size 14137 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh.meta new file mode 100644 index 000000000..23bf53775 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d696095fa4f5c900680df57c36e162caad91308fb88505ec465099bba556e8 +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh new file mode 100644 index 000000000..0443d5340 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025094694d89efd347d625bae2626884e9e92db1b42b39447a4816d47613c07a +size 41244 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh.meta new file mode 100644 index 000000000..871e247eb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cone4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4616882559090f0754211108db143b25a38380e4d3a9f768b470c0e92fd350d +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh new file mode 100644 index 000000000..a31cbda6b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a58588adf587fd95874621287813ee097311db7cd6017069bc80436ac121d6 +size 32581 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh.meta new file mode 100644 index 000000000..3818a3835 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Crystal.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f21cedf424684c0ab43737f51471d810634019c099f9e333eb0ae353a2e9e6 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh new file mode 100644 index 000000000..2ab340b0d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e378ced9a18b01f0a5fdf3b90900d550f254d59d686a7b50acd197f41d4340d2 +size 5946 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh.meta new file mode 100644 index 000000000..04020782a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcedc487729969121cc3ef85e571acd6d302aee41f18a194688aa3267e989a3 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh new file mode 100644 index 000000000..08fcad5bc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130998f697953130fd7bcac2e386fa30754b9e5c1553c6d60cffd7e94e89152a +size 5949 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh.meta new file mode 100644 index 000000000..6a687cf30 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Curve_2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26a547dfcde0c46c6803b685d10e4559fe4760f58215a735ed01e46491b335b +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh new file mode 100644 index 000000000..aef6b7593 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7317dacd4c80c48f0f1a9109430bbb6c95275bdf325ebb28cd3464b9fc4cd1a +size 57436 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh.meta new file mode 100644 index 000000000..3c3b38f4d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CurvedCone1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a1b77e3bbb9e88c95d5f23a38439cc8924e9d799ed621d31da582495c3c9fa +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh new file mode 100644 index 000000000..25ef4c700 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c4223df47d8530cba58512800730125c02866052bd6b323931bd5f11839abe +size 5873 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh.meta new file mode 100644 index 000000000..0f5038eea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Cylinder.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25fa5edfa6dff3a1f54312955ca4d2c3a497e5d77d62275d8234ed0f0e6b2ef +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh new file mode 100644 index 000000000..0a0fd3d90 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8164ac6026443108e18ce4403f10cb1e77bf6dca3fc4715e06b9e180179572 +size 25865 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh.meta new file mode 100644 index 000000000..620c5e39d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/CylinderRay.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9665c94e73de4d87b840969e12991fc084a82044c73a8ed342d59e9eeb6561d8 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh new file mode 100644 index 000000000..710c8875d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01bd67a4573c830fdf3a9459d59b68883b3a716aef9080aa1bc57bc682f4d2e +size 11021 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh.meta new file mode 100644 index 000000000..50348b6c6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/HorizontalLoop.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f0c573c0e4d6133dc2df96c810069c07150b074ea36249ecececcafacabeb3 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh new file mode 100644 index 000000000..231fad2ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036732980ee92ee4f686f0a9224bf08536b183b4d98eb23d31d513767966c7d8 +size 21974 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh.meta new file mode 100644 index 000000000..7b98027b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzleCone.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9b068108165b8894bc0f9ac843af9740672bf27dcf312db0c2951fd55c1386 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh new file mode 100644 index 000000000..d561454e5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1ddacf57399b1bf6a2f8dd674dc20a8c06e26186add733efe09c52d169c32b +size 3814 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh.meta new file mode 100644 index 000000000..fbb38c0f1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/MuzzlePlanes.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff982d9fcb62916f825757580ab278ab02e090f5a3745459454ee280a568d15 +size 405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh new file mode 100644 index 000000000..56472782b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b645f3be3359066c2a0df08d9ff972b6f8755d36ebfbbeed6fc5c50741ee3d91 +size 124369 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh.meta new file mode 100644 index 000000000..9ee278fe7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/PilarAura.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfed00e15cca08204ac4cd7cb1ccea5a05446b66508835b1fd0116e4c8827591 +size 396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh new file mode 100644 index 000000000..2a4a6f294 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76827ea7788b14891d2630957d1eda2628ac8d81567e901ae36f581d2a9785b9 +size 11858 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh.meta new file mode 100644 index 000000000..884d9ae14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/QuadRing.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48b0aa5f8232b3680b014bdf92a7d09662a5c279014734fb43959a3a2e2191c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh new file mode 100644 index 000000000..2ce9e0ad6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9680ea4c2e5c2222872e92ed866bd22d6f9bbc901d0c1e42ad469e9516a0a36b +size 55997 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh.meta new file mode 100644 index 000000000..56aa4261c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8af3ce8a70f2f5c1ad1a20ff6b2a47520af817dd7d95af5d3c93ac0fc894b2a +size 397 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh new file mode 100644 index 000000000..fa62416ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383c605d926bd519bf431666c005d181e56368973e09cffe72e6627a3732d48d +size 17388 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh.meta new file mode 100644 index 000000000..6c121ab8c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Ring1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a7035bb18223df7044021e381a462fc30d88aee340dac7cd65c6692a755679 +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh new file mode 100644 index 000000000..4e8eca97c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490f5f950937798312a8471a3a08fbeef755d43761d7de9c774905d4c5c7ef8e +size 102950 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh.meta new file mode 100644 index 000000000..f2670cdc8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SciFiShield.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5727f99d63ab1edbbdf412e317b570b1f25f0732d8ec35f591eae17033a4cb96 +size 404 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh new file mode 100644 index 000000000..b2d605261 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b3b7c3ee18ceb3fbbd608407e1b56195c06ddfab5dc441f634403568e59ee1 +size 55445 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh.meta new file mode 100644 index 000000000..27b6dcbc2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SemiSphere.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425316afd668ce071f9804a8fac2c3c5763ba378a0b32ac45821f3ee9daa98e0 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh new file mode 100644 index 000000000..f2ad7ea18 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0877b3213036b6bc12d41c7d81828d881479bd385a1a55db39d15353b23eb6 +size 70715 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh.meta new file mode 100644 index 000000000..ae85959a1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Semisphere2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fea3dbb1a1196498f03e2af94123b818d6773f01c969dfb80df7bf4461e86fd +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh new file mode 100644 index 000000000..220a06532 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2c601af6b8e73c6646db1d34184af11d6e7aa0f102700be9f33c93c47865fd +size 17298 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh.meta new file mode 100644 index 000000000..9c2e6b13a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb1154fd332dda03489316cb48dea710a2436ccaffa215b3f768e9d948d2a6a +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh new file mode 100644 index 000000000..e463710b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1a6422d71e9f02d0e026e2325848813243820828af64a060f629d747e27637 +size 44016 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh.meta new file mode 100644 index 000000000..3782350ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdac174c91a3d6c7202f040ac7580e6d5fe643fe15e780ca808824f060c6cce +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh new file mode 100644 index 000000000..60fa497f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47e20a2ee13aea5b6aa2b8a046caaa495876c88a21236f2237892de6433a373 +size 29895 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh.meta new file mode 100644 index 000000000..e3e1d1797 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06db75e6cb649d7467999f795d0dd6c42a20d9e95ccc26f797dce5ba80826aae +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh new file mode 100644 index 000000000..9b84e4472 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f79bc3f916f49917d5e3480f8a82f0ae5d1be475bd417ca1db3130c511c98f8 +size 54631 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh.meta new file mode 100644 index 000000000..92714e15d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d709bff464343c1f26a6fc71df361d5eb76c57f23ed26379e027ba0af77fbec7 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh new file mode 100644 index 000000000..c9a0869b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d14cfc4fcadd514880c5f164964674e5d5fcae53bd835535aff6c150a5d3806 +size 49805 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh.meta new file mode 100644 index 000000000..aaa35955b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash5.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb644d6e464e8d2c8b71c539df2714b471b2a3a87adc5a5132001a496e10211 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh new file mode 100644 index 000000000..022b3d432 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23cf3a017843a69047ccc90ed122251330f739d6caa4acd01113718e460b4e3 +size 23952 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh.meta new file mode 100644 index 000000000..d27558c85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash6.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dd5b29857e524adb8ef6564c85224dbac43d8f40d09451154b26481870cc15 +size 393 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh new file mode 100644 index 000000000..fb2c44ee0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba922efffede4bdec4781cbbacf7bd6af8131d8c2d4e4238d0ce377e20911a27 +size 54631 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh.meta new file mode 100644 index 000000000..a7f466209 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash7.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffbcd5116a5bd56aabe9e03f40009cc1bdb5f8b4c6a00647ce26d9dd01fc649 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh new file mode 100644 index 000000000..b88eb3df9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b488378b72503bb7ad4e7498d059e1dacdcc73a29857e4984084cae3102a2e +size 39722 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh.meta new file mode 100644 index 000000000..f0e878b79 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Slash8.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa117e6a36092c710f678f056731f44b9bd932600a30b24d97eb6ad6dc05697e +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh new file mode 100644 index 000000000..8b9137314 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc00d446fa538458479f10f2b3997d06f2e490c4dd2f79348ff3f319693a2898 +size 44921 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh.meta new file mode 100644 index 000000000..057a2cbb9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9460033ea35f80d6c6d3555d8ebdf3b6c6a9d883b4d52e7471aab2c12b7337 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh new file mode 100644 index 000000000..8536fd514 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcd05b9c53cee3e602d110a9b1d34389a4522f59d95f11c0692bd3085b0a576 +size 49084 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh.meta new file mode 100644 index 000000000..5b26c94ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759f4bab885a8ff0ecc78527f47a4c6c7c75fa3a351cfa94ae5ce4f8c8261eaa +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh new file mode 100644 index 000000000..51488fcbb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f154729b546218ab411b7b64ce6e434d3b3a811698253f27d171035f5658d39 +size 49369 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh.meta new file mode 100644 index 000000000..fc5194cd3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4e611953d9baf60ac099b42b96976623f0eb501f60acfafe4610dda0c4fde2 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh new file mode 100644 index 000000000..1219b5696 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed32a7b083d46440f1273825bdb477b9ed49c44958576090cd526bee5bbc73f6 +size 49275 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh.meta new file mode 100644 index 000000000..fb9a4e9cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SmokePuffMesh4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a42b49c0ea786576a532dd5a54737704fbdd1a59e9a09b55fa52f0e6d6d75e +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh new file mode 100644 index 000000000..c8f787806 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70378b36778ccb8e4aaab669b9e5d5c4430a32177eac623fd3c4b605e499d0e4 +size 68284 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh.meta new file mode 100644 index 000000000..4e6c2824f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4e2262b1a2f71869d1cd2c6bc6d3d5bb8829b9ec03ef7e858586e4abda8162 +size 406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh new file mode 100644 index 000000000..ca55b155e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266fe959f5c317acc26b43c0ef0e1ae8fc21e75450f033c3114e08819f2d23d1 +size 68268 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh.meta new file mode 100644 index 000000000..67338cb93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereTwisted2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ecd0694f1c2fc94526a144d06e20b21323ffc2a8c65d9a5d532760f8af5da5 +size 407 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh new file mode 100644 index 000000000..c8bba0eb1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0ea32ab04c3dc3067bc7b7fa890f68f2bb283343bb0c5f1bc39dc6b10a87d4 +size 68263 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh.meta new file mode 100644 index 000000000..8266d52d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60225b2963249409336d84ffd2616437e3f4f1f87817bd5e02682bd07db97be3 +size 402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh new file mode 100644 index 000000000..55d1f5fda --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b6476613b98e12f98f44ba9ca86e080756dd305f8652cd58eb1219e78bb1ec +size 68197 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh.meta new file mode 100644 index 000000000..65648ac29 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2526e63ae593e38dc368b3e30528e440431e9dca5d1877c7a5324a317dcd39 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh new file mode 100644 index 000000000..67010e4be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20555629d1b05a9de6570e3f94b9787e38e2611a9536346d277a9d54873ac4c2 +size 51205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh.meta new file mode 100644 index 000000000..c95d2ecd1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/SphereVfx3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670f276876afd943b0809da1620a9e5be2b705e6e9301ea28c969a06bfb8b750 +size 403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh new file mode 100644 index 000000000..37928d404 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c25249d31450568bca1f2bc898db9ea8d6070d840de2b031fe2b783ccedc434 +size 6639 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh.meta new file mode 100644 index 000000000..a2dc47686 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700ea5a0e2ed9cc20a295f8c687e2ac2dde876b062166b2607f8d6aca648bdb2 +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh new file mode 100644 index 000000000..edd0bfa95 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad62bf3df28a0248487164c91e5641db95cddd164a15c4e14a778cce11cc0745 +size 10541 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh.meta new file mode 100644 index 000000000..8b5a790cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spike1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a3616116d5c20aebd4248be7fc47951e1f69bc05e9911d81ef429b26301120 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh new file mode 100644 index 000000000..e9ef67f4a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309ef374252a1242a4fd8424751bef668e7a04aa673443b08da8ba9116011ad0 +size 18556 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh.meta new file mode 100644 index 000000000..e7ffd1269 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e32fa3981b3ac694155b02d31bca7019a39bc97df3bd023f5fe4dc8f0bd8cd1 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh new file mode 100644 index 000000000..254c23d7d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893819fdbd882525b6f6e313c442970be5e673b3ee36f5d35bb1cd75583c5f4c +size 18559 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh.meta new file mode 100644 index 000000000..b7f5a7a54 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab2a0009b26c1c31428ca4fe33ee9bb9ec635aec9d473ca6f2405bffbd0b78 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh new file mode 100644 index 000000000..0b30425b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78034d534a9fe8dd509d43152d75f4d74d703ac90950bfecb84436f945da8421 +size 22059 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh.meta new file mode 100644 index 000000000..52f808d18 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b38008d13099f78705fe7f094c5510d29b6d1f7433058fcf9c511aafc93dd2 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh new file mode 100644 index 000000000..97afdb13b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bad4b368d1b469822f50492cd15a85cd24051fdedf304c06da5167fac03a5b +size 34586 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh.meta new file mode 100644 index 000000000..0cfae4ddb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0805c96ec7461e2e7b9332ac08e9d29937073da1ae9091ff4628e7d29d5e5eb7 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh new file mode 100644 index 000000000..0f30dbe0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d4a2cc97aac55c090f9d7739e63755d1c5cc359e5980544590b24d7802f352 +size 21191 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh.meta new file mode 100644 index 000000000..bb7762d85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Spiral5.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae72465ac6ff851bd665add5f7be323d0be65735fc70199f0c1d690876c6320 +size 400 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh new file mode 100644 index 000000000..af2875a9c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b45cc435f4f5620ca6f1a5ea1341578f3bfc02115eae8fb7013c4d084872730 +size 15553 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh.meta new file mode 100644 index 000000000..dd2b71b17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa5939c35633a1e786061c7c152c257b9af17abe590bec2a95a1fce3e3ee647 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh new file mode 100644 index 000000000..6ecc087b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b530c820ebe5f71c1d690fd586ae0bb9460750803d776db39e3584c7775d1ea +size 15582 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh.meta new file mode 100644 index 000000000..3b40679e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543df4c43570f28128a3b9e00dca953b9b30ff017fa549b93d9b89a2a1a44fe7 +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh new file mode 100644 index 000000000..35c4ea372 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45858a27509d9d65c32dfab4d2fbbf7980bb97e28c40d0b959ee5eaba6ce42f +size 15584 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh.meta new file mode 100644 index 000000000..f8b718723 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5faf5874120d7c35a99805ce94e69a76a5aac551e69e5347db7ae4439072b51a +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh new file mode 100644 index 000000000..b430f95a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c40a56f1efb72e2e7c3b251c38a9fc7bc28b9e0727a854d4b5306a4b42b099 +size 15581 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh.meta new file mode 100644 index 000000000..4b7710499 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b049908dceeda9aef446833d8b7760b979e7f0a8cc67586a8c53ca498540f98e +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh new file mode 100644 index 000000000..d673b77a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6436446f2f650c0068a147bcf3a118b1f4ce958d7fe536f6d63c399b64e4cc16 +size 12233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh.meta new file mode 100644 index 000000000..13619b7c7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Swirl5.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aa9c9e5108ea30dc1cc79cec9aabf4705c04da0f6778bcf0e1756f33943c3f +size 399 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh new file mode 100644 index 000000000..b778f94a4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bfc7269bffcf90b2ff69b011014429f4eb7302ce5821e11a48061799805f01 +size 65310 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh.meta new file mode 100644 index 000000000..992b60207 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado1.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18411ebb770c1be92464e45ef4673196fd2cd15f2fda5e4a4ea82febdd58941b +size 395 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh new file mode 100644 index 000000000..e34f72036 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c385701438793d6343ee9821a0723e817220eeeee88e2189785976108bcc718e +size 109876 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh.meta new file mode 100644 index 000000000..2f10d9a0d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Tornado2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e81bbd08034f7baa4d6b00e9d25c136199df825aac70a5c3bf251c95d7b48b6 +size 395 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh new file mode 100644 index 000000000..5d694fdf0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60413acac6027b4b6cbe27a2305ef030e99b8afd204727beb7fa10dfe1705a22 +size 3357 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh.meta new file mode 100644 index 000000000..29f50700e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Triangle.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84473baac4dc2e2eaf3b803d1f99ec83c6fe4880df66ff61e89645b0169bcb3c +size 401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh new file mode 100644 index 000000000..4a79295ad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1755b2f0b3c29105ffc55f1ae5230458b4ad5dd5a0daf009f99027e2fb9db54c +size 82316 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh.meta new file mode 100644 index 000000000..9f438f7bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850a0ee6253fc31b870a1252696f13e118209b5221747c6f3b24476f82235ebf +size 395 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh new file mode 100644 index 000000000..f0573a930 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630f3773d045c58ffaf012095bc480822925db3e9221fd55d7b97863eb6652d3 +size 10254 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh.meta new file mode 100644 index 000000000..d7ae5b7e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8082d127f57d7402bfcc43983fa7fcee11e8912a8673797f398b49b756b5265 +size 396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh new file mode 100644 index 000000000..7506faf3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45f7f22fb7303c8ff69d65b12b07d6d9ad350787c5330ddcad5ab1d31517d9e +size 11244 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh.meta new file mode 100644 index 000000000..e2c786b0d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical3.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed132256c62bb86bcc3009339391fbe9b5346b7f9e717c414c09d149803c7962 +size 396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh new file mode 100644 index 000000000..ee11cd356 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5971fa83846f38f9308ca5eab0b83630568b480f9d2eee2c5a729b4e22f8013 +size 4734 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh.meta new file mode 100644 index 000000000..c3bbc124f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Vertical4.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aade8c1d6b09a0e31b274a3fcd7160002949df7fd26947a318c00c4def7dbff7 +size 396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh new file mode 100644 index 000000000..64b8e8a22 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dd9c8265d3cc4372f6146783d64466b8c5692a3f362364a02e5985ad858d06 +size 11784 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh.meta new file mode 100644 index 000000000..0ae7cbe8b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e76cb8cf4119e09198658ac94cfbdb036db41e1448a9238b33da0623830acc7 +size 397 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh new file mode 100644 index 000000000..2743c23ad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3987dbab25dc8f259ff24ed6456795dea9daa3fb261fd0c974f3daf864e45c +size 17210 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh.meta new file mode 100644 index 000000000..ff3b48030 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Meshes/Wave2.mesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f73e8af8d0949c6716f54b64f9fa9d6a94bf064173d944c24e08e92fb1190cb +size 392 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo.meta new file mode 100644 index 000000000..86d8df9c1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8c701c118487e908701072c0c0282eb5fc36d1c1e50f64869eb6c99f143a9a +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity new file mode 100644 index 000000000..cd2ccb97b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bd473d27f165a9e9e9b609591de71a0f8603f29df71a34fd3e8842c5eeeb80 +size 62062 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity.meta new file mode 100644 index 000000000..f14bdc2c2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/DemoTextures.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9e7105ccbe838baffa04755ecd4a3c40743cc3a7c88a6cf7b2e17f74bdb50c +size 381 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font.meta new file mode 100644 index 000000000..5ee7a33e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829ef6d48f9caf806ade47dd340e8269e59569c10e1e6d3a4c990094530e2071 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf new file mode 100644 index 000000000..77ebbbea7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b9c540b6e59c75c3eea602d9256ec5eb386f49c982d86ced4b7c161aac2a2f +size 172456 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf.meta new file mode 100644 index 000000000..515f240cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Font/PoetsenOne-RegularTextures.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18a9c433a41d2c95d3d2ad36512ff4c78d74967e6347b447d56a812874c72ad +size 743 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects.meta new file mode 100644 index 000000000..9c05b1791 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42666a8925871f24d50de668af224f92e6ce6ccbe2832ad651f56b9e5fa09fb +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset new file mode 100644 index 000000000..6ae1b5c55 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8953ca7c9161c763a728f5537de73443a1febb35d972cb497cbc72334cc51f +size 3468 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset.meta new file mode 100644 index 000000000..4e9460f8d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxDistorsionMapsTextureCollection.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3585742b9f81a40f6345eb547fb979523de751dfda1b8f44fd3fa11f8d7674f3 +size 459 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset new file mode 100644 index 000000000..1f248b5b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29b7dcc925fcba879aa1bb2f76f10ba1370bd88cd23a5135cb24c57823f0978 +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset.meta new file mode 100644 index 000000000..6b569c262 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxGrayscaleTextureCollection.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0f278d496dea477a0c67313bbf2fb206680df216d1033ad7fcd50749afa9a7 +size 454 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset new file mode 100644 index 000000000..f5c706a24 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d10203a1bf182b2fc0fa1a7cad2196f31f880288164803146f755cc7e974fb5 +size 8491 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset.meta new file mode 100644 index 000000000..45b8f4869 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxNoiseTextureCollection.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4c55051faea7bf5b1ff31accbb2c5ae8fb5f2f8d4810c95f31920e1c5b55f7 +size 450 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset new file mode 100644 index 000000000..bb34121b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f15a95b93829290677ab71c6d78f9b97dd4847261b94cb074a408859e8b6730 +size 2244 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset.meta new file mode 100644 index 000000000..064a3a42a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxOthersTextureCollection.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b97f16bbe7c1f38c7375522753240e51a3bb32b60aab65ee27a5130a9b5750 +size 451 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset new file mode 100644 index 000000000..74b8c5103 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0501b5757878f2831204d7068b16ff818bb150656f3e659acd6ba348f659d04d +size 24253 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset.meta new file mode 100644 index 000000000..68db45c42 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxShapeTextureCollection.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0805a3e3c0afff37ee1f5bda6c52368b6cec4e637c20316adea8192714aa563e +size 450 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset new file mode 100644 index 000000000..6a3111aa4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299d23d8a4701cf7561b44e4cc84de93e03abf2723264b9ace2954afb262cd14 +size 9698 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset.meta new file mode 100644 index 000000000..1bcf6691a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/ScriptableObjects/All1VfxTrailsTextureCollection.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5984e65e1b5b0491b3e3f938ce47f91706433a9490a61303b39b42f335ad5153 +size 451 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts.meta new file mode 100644 index 000000000..fbff93a2f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccc5e65ff1ae8b9ab72de60cf12bbf6ae13e00152a7e9ae7ae97799d316dfc6 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs new file mode 100644 index 000000000..f91ac4ab5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf27975446dde80535dd1af760482508fe5769c75faea46fa2a7ebe3e6ca374 +size 359 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs.meta new file mode 100644 index 000000000..d8fa5d572 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/All1VfxDemoTextureCollection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e86dd655294e20dd122656cee31c36f5aa57207101bb0fc60195397b745c417 +size 490 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs new file mode 100644 index 000000000..832ab3d2e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348d5bc466df250b84d22a0513adeaba7daaacfa29d7c71d9edc940a486546b1 +size 1533 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs.meta new file mode 100644 index 000000000..5e1b0d526 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1DemoScaleTween.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a2814697d7f519e35b2159b5d397c64430f468da39a984789a910e51bce4e3 +size 482 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef new file mode 100644 index 000000000..4f81ea3a2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2a22f2edf2c518f62150ecd90abf2f18106caf7f70412f8ea8ef3f0355a332 +size 43 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef.meta new file mode 100644 index 000000000..b132f9efe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTexDemoAssembly.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74baacb26159bd7297000ac1cdf52ef355da22d443f0b5d7f53b65c38e362426 +size 413 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs new file mode 100644 index 000000000..a6ce4ed54 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1644cf4c1ac67358d26a11a3d4a60a0d81ba3536873e18d854c3caadb97e9042 +size 5575 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs.meta new file mode 100644 index 000000000..b1d1ab07f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Scripts/AllIn1VfxTextureDemoManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab040a604e4375605bbed3b7c274f66e95245f04596d539e0b7ebdab5918d473 +size 489 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures.meta new file mode 100644 index 000000000..7aee6d8a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ece28576867183179863a5b642a3a3cc202e7593ccfd3820a65a061b414c0de +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png new file mode 100644 index 000000000..534009740 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99574eb4dbbbe41eb840ffe10b7a548ea398158a161ed9d1d939d109a4435d59 +size 108 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png.meta new file mode 100644 index 000000000..bdb542ef8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DemoTexturesBack.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3fb1ba08c6d96544c0f9e984c8489480930f9ab6356626eee6522b923e3107 +size 2172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap.meta new file mode 100644 index 000000000..32e21c8c4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086b73364ce7d70ff20381ae656fc8a953ec2fe35fcdb760db04cfd8a3cb3591 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png new file mode 100644 index 000000000..387e8da0a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfbe205a9ab8bfc89a2166b67658a83b1f4ea092e5127797febc8546168af9d +size 16140 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png.meta new file mode 100644 index 000000000..8f0c94855 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8b7c0df77d28101944049eaf9b84c95d2bbad2855325d2316c2c104ed8bb22 +size 2197 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png new file mode 100644 index 000000000..20952cb4e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a524a90055eac48a6de45bf5afe81b2ae9dbcdb13dd2e89edcecffcd5ab47e83 +size 550315 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png.meta new file mode 100644 index 000000000..78eaa5651 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc55c6e6915789624b691a1e6eba99d04c72fc69efb2b76515dd3be11e61a90 +size 2197 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png new file mode 100644 index 000000000..0d80dc2d5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b16f9cb71bbbbef67530a724be8c669c5a671641e45077ab5b80bfef3bff84 +size 53098 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png.meta new file mode 100644 index 000000000..ca8db6a4e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/Distortion3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afbd54e93d9c373f24cb2e7be9aacd54a1f88a1119e34ba0079bf619ec37b79 +size 2197 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png new file mode 100644 index 000000000..090eab2bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6888b296e268d5a51b973ab6581fbe4a169e5aa98b55b037c05357fbda82b6fe +size 38655 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png.meta new file mode 100644 index 000000000..d65d02a03 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5034fa44891226f4b1fd301865d3742f26666910e2e04fa2471bc03e87c0751f +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png new file mode 100644 index 000000000..9ecbcf282 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f37ef6faf86f2ce2cb945eb0f5c9b37cc2b19794004e96c3faaf152c546b4e5 +size 157222 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png.meta new file mode 100644 index 000000000..4c276b628 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4dfa792e3f4fa928433970545c490fa9d94150842f4bc6a57a8bd885448a43 +size 2204 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png new file mode 100644 index 000000000..cd1533e93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de0c7bafa0dd9af09fdbbd37bfe9595ad31314627cc51b1888edbb613293910 +size 175727 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png.meta new file mode 100644 index 000000000..74572c582 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdc7c41a6daf38eff013d94269cf9df8c4a14fff96dbdc8a0e60b73106c9489 +size 2204 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png new file mode 100644 index 000000000..d79b13a5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b160400c426220fba41cfbb56a3623bfd3895b39630eda782f4cdbf8096887ec +size 12545 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png.meta new file mode 100644 index 000000000..edad298f2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4f16396c5eb9ec00ec4eaafc9dd85384809b445d3dfd8cafbdd0efd6f5b8a2 +size 2203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png new file mode 100644 index 000000000..f03557c53 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1f7d7b9fe19562af726554efc6fa32d0b47fa08fc03a18d0ce85815a3e8641 +size 338033 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png.meta new file mode 100644 index 000000000..34b0e1e55 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c793dd500f2c1622a5dba982b037b79a3356db6d3dc7c0e6d2fdea7d4d84d7 +size 2203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png new file mode 100644 index 000000000..904ac66ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99a941779aa83b6610f226eaf026a229b030bff344754740674de16195ec430 +size 179425 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png.meta new file mode 100644 index 000000000..c1a2e949e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69db9c3fd6f8149db1c189b08a616d5033e5fafa098716a7ccdf7dc804a12f1a +size 2203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png new file mode 100644 index 000000000..ab88e6b26 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a299f9ef3783cb247f707699bf13961b89dd8719629d91e7df5f9ecc0dab354 +size 50098 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png.meta new file mode 100644 index 000000000..ba463bae4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCircle7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3dc37b0c40bbd9230d4702aecad319ce8ce2650982860d92642c489786b5913 +size 2203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png new file mode 100644 index 000000000..8bdbbac93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f01acf91f69003cb2e49b99392b95a2d79b9a27c82f21c371163a16e6fdc035 +size 29817 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png.meta new file mode 100644 index 000000000..424de4b21 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f24d789a4e70d0c3180358ed879fdff808a19308b1fe239cd1e493dbc8c8e3 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png new file mode 100644 index 000000000..89304d3c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95a7d47185428ebab5ca6684bcf431f4a8ea11d330032b04b399be9a43f11fd +size 535911 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png.meta new file mode 100644 index 000000000..821920f0f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCone2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c54b8729c46d0b7aaf40b74146dd14c753e404e67307f848c94d6cfd8df111 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png new file mode 100644 index 000000000..4d7258141 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd06df993a3db4bc197334497089fb60f49801a3043dea7926d1302c9cee6a5 +size 54927 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png.meta new file mode 100644 index 000000000..202996da7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857cd1a0549160fe776b0aa6aca04a0cbf0e37bc718354c4d4b4a85922a553e5 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png new file mode 100644 index 000000000..265af9623 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4e2c899be1a5811877d148ed90812dc2adf8d48e232f2d70e2bad9b85a70b9 +size 71597 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png.meta new file mode 100644 index 000000000..a0b6536d7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e504cd85eb22cc4e2446f68a112cd899a20cd3e5166beb929ef4eade85d973c +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png new file mode 100644 index 000000000..5a452fe28 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be47bdddb1aff5a134d4f23e5778f104e50ab8e217ecd83846b0359a8db5197 +size 117118 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png.meta new file mode 100644 index 000000000..011f7984c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6e0e563966e74e116b01198013520386eda50cf156c85556f009fbd53fa282 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png new file mode 100644 index 000000000..365e22001 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6381662e245d384bb05189e98c86d3a5219355a978a13b9259a7200eefbfb0 +size 3431713 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png.meta new file mode 100644 index 000000000..82dc4a084 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b90f9c53c4ddc145d80398682beb2d38bbfb82acb3beaa4c1e4d23da0455668 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png new file mode 100644 index 000000000..ce796670e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6246b720ba58a5371f0fcdb0e04fd25580423cf6e3a05948839e07b5961a482c +size 25699 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png.meta new file mode 100644 index 000000000..73f734f4c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionCrack5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fac8b2122c4d850f352f4f94228353729da583aefff0e52cddf946d3a37ad5 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png new file mode 100644 index 000000000..a2ed5948c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a2b807e0d0c07f6b37e7e1d85f4e354f842aa720322c73daef6e6444a6cebc +size 90867 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png.meta new file mode 100644 index 000000000..c5a3272b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionMuzzle1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8acf3bc87f57be407d01f6a75e7bf39ab322068d49f26c9d5d7b201ff048ae0 +size 2203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png new file mode 100644 index 000000000..b9997811a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39663bfe3a839367fd8ae5f861a0aa3567311cb0df5b1f10a067b8c6da6b642f +size 7845 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png.meta new file mode 100644 index 000000000..6d8dab369 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6767febc5fdfc23fe584dc07047d3f78e3e0ff2a70a7b33680c202fed139aa0 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png new file mode 100644 index 000000000..9be439ecc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5415c301d3c0945c39a11362d6fb1daa3551e8f95d98a06f7fb38063f6743792 +size 192672 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png.meta new file mode 100644 index 000000000..dd69398c1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072d96ba716333c6bef8ed062943aac858874e034a60aa26b7e9125ce97d8ab2 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png new file mode 100644 index 000000000..69ea356bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd9bb44890d8e1950110789807f00651569f4b5b380292f2dd79af4a3ff7db +size 88862 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png.meta new file mode 100644 index 000000000..31be69318 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1edb11c2815c99eb6b53a8f60fe853e324445238bcba48afd3aa470f5ca2678 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png new file mode 100644 index 000000000..e907ef524 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0c5cfb21a07d1c7981eb43ce2232f5bc4753b81fde46be3cb15cbd54933c2b +size 21709 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png.meta new file mode 100644 index 000000000..8fb8cb624 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5eaf97e9247e96a3ca098ebbaee83c6508b2f0a68635f9f83303feab4ad71c +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png new file mode 100644 index 000000000..f78da7dea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43028e9276463379e5ea85fc857bcde137e2c4c2193b505bd589ff64cc8d789a +size 272739 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png.meta new file mode 100644 index 000000000..c537641dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f817cf2393759f00161ce57e0bdb4049b0b9c6571ade32c58e88085f9f8ea18 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png new file mode 100644 index 000000000..5e8541037 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8490fdf76a9dbfb693d4321be41cfa31264a8b3bd609d66b35c19683cb28a629 +size 1089134 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png.meta new file mode 100644 index 000000000..8b9adaab5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionNoise6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79ed8bbdc377346f9d3e1f96cf3ee4aa5e89ea890529b0511fd287908ffebc6 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png new file mode 100644 index 000000000..64ebdb45e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a7962780fc7770f16cc7611fabf9a9741ffadece19cf58e6f90ea6c5db4d5f +size 24298 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png.meta new file mode 100644 index 000000000..bbdcecfdb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8060e26baa7c45ede84aecc021af66e5d2a9baa55ac503e5eefe4e824e1f2e +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png new file mode 100644 index 000000000..d4c2fcaec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f51aa2da5c93a62aaf022cf53720ed7e011dd0e17dd86b84730d9475de269b4 +size 153908 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png.meta new file mode 100644 index 000000000..7571a90c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36610cdb06acfad8d5a062379e7f15f542489b8d1322b1a72f12554041da9ff2 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png new file mode 100644 index 000000000..270a23fc9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b52b419e11fb5da5ae8f774226ca9be17e4f4554103913dadfd324c685b928 +size 606196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png.meta new file mode 100644 index 000000000..2fbcab9c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef652deb9fbdf3afba75a82af962d5bc2e638f76eff4e7bcc4f653937b408cf +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png new file mode 100644 index 000000000..2bd4a056a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4824f13138272bb9eb00036273d3dd1bf5c8ee60ec529f4f257f43bebd5940da +size 121281 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png.meta new file mode 100644 index 000000000..dd2829b81 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dab5b3ea9f72ca906e80ead19ac796629f8586740dd49845e3aa0cc5a2cd644 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png new file mode 100644 index 000000000..2eaa963b9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca4b6bade04b3253f46a91ccd7deb5b3b2dd303fcaca7b28dc2c2d83eafb26 +size 204460 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png.meta new file mode 100644 index 000000000..dd0e266d5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65dfb3effc0864dba98a70eb07a92d1ce9841870a2f63666cf4cd23a67890857 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png new file mode 100644 index 000000000..ecbf76030 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9939ed337ed6d871d33f555bcc5e96637dfbc7484c4f0ed73ee474ce0c754985 +size 209987 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png.meta new file mode 100644 index 000000000..6e4b6b360 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871df795b97625e475dfb0fdfb28d61fafec68d527e5a5bfea42b95056e98bf3 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png new file mode 100644 index 000000000..31ee4d17a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7701cb47d4443129a2816bb5f8c7f961543e70ff06d8041d105fa2413fd424b8 +size 364083 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png.meta new file mode 100644 index 000000000..a64b5f897 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7076f555a163a9426ea75d86e2a13ed695df62ed252ee34fb204b1124abb0b +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png new file mode 100644 index 000000000..e29dbe6fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e2a5cf6178918943c7f775082816c640093c7e14b04a857616229d55b0058e +size 316497 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png.meta new file mode 100644 index 000000000..336d349ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763c2c82006a35d516e538d67cc68056b662612ca9e06567d9dc4bad88ca6da2 +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png new file mode 100644 index 000000000..dc456da88 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69d59ba29bf2f34b2684d4e216bcd168dd1a9f8f0c391ef0cc370070cf28c7d +size 54689 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png.meta new file mode 100644 index 000000000..e80781d89 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionRing9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ebfaf55df69b83810a9886847db94540dec8b9846e351cdd586038fe7870bf +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png new file mode 100644 index 000000000..c76e96780 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d4e67f39b05c3c47def0dd29473fa71a182cfe79941636016ecfeca551264e +size 126676 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png.meta new file mode 100644 index 000000000..d1228b73b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e403623afa6faff1d1721d0488bb61c6525dee7f65494c081a66ea0ff88b43 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png new file mode 100644 index 000000000..1dc5e7efd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8107a2ac4db1a08cfc8aba1651923aa8a21f0893474c6dcc318010db8782f6fc +size 135221 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png.meta new file mode 100644 index 000000000..07927888f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f61e0149bb98fff9816ce2751c952490d2fa2327eeb18152fe2ffc506b1084 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png new file mode 100644 index 000000000..8250d95ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25149208b138c981ae0c6caa3880ec18e1890c8be91ea21d3e0582e33c459d6d +size 70055 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png.meta new file mode 100644 index 000000000..381ba20be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/DistortionSmoke3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd961fdfe7c69fd11c96d03dd7bc235cce870c9f5f0167630979e9aee07f0c16 +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png new file mode 100644 index 000000000..2bcfbbb2d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ca274357949210d8bd2ffbda44f59608b663db1cc5366d5e1f94c5f2aa49b5 +size 376337 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png.meta new file mode 100644 index 000000000..89164239c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ded2a47ccac7dbd50f96b8ca510c93f407bfda784dbb6ce259fde8539eff338 +size 2197 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png new file mode 100644 index 000000000..57ae4caa4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94f6d0b0786f6cfd5b78851977fdc9548cf2b08e645a80255fe09387a3a919f +size 432750 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png.meta new file mode 100644 index 000000000..63afbc20b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28c92a8abb76904612148d6a6f38c181b140ea5da5cc5636e7dfc1cbf1d4a30 +size 2198 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png new file mode 100644 index 000000000..9826cd89b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2db7769eaefaca2778eff2d21094769798fe5b48b10b521bcc555813627ac34 +size 34812 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png.meta new file mode 100644 index 000000000..47fb50c5b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2c11ec0fbe7dcf1c3a42af0eadeea0265a7340e0a6f899f29e72aa445ae1ba +size 2198 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png new file mode 100644 index 000000000..05925f4ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7c59748297f9c4f919c98684b14a944919c1a796ac129b8780c0fdd7398271 +size 453980 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png.meta new file mode 100644 index 000000000..4e8fae0dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad3576c1ea627fae7c5f3580293f1554bdd492c7bea7d12b1ea6c6a548525bc +size 2198 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png new file mode 100644 index 000000000..9e8908da3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fd4b2a602150d687efb68e3f4d5ba06838afc6162276b265e6de40346d1e63 +size 155609 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png.meta new file mode 100644 index 000000000..c84b9ba3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180203c0b48af70d1851c82a3c591b8663852d4597e5a1f831434f275f4ab7ad +size 2201 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png new file mode 100644 index 000000000..66359468c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8972741ced0e04ad476c5330b635db5e01e0ac623e9236c53e69448afaf53 +size 205570 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png.meta new file mode 100644 index 000000000..f7345b1be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/DistortionMapsCopyNoNormalMap/NormalTrailHead2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f7e444865b10b869d39ca21c43007cfaed40a514335adc45240935c6af90ea +size 2202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png new file mode 100644 index 000000000..de3025780 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81df4e1824349efc1fbd63901303e0551655f24a926a04c7b305e1b0f7052811 +size 573 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png.meta new file mode 100644 index 000000000..d5099ad02 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiButton.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5d47b89a245052ce793f26b26d9694d2368b8b659c1b25f072ad2714836a26 +size 2194 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png new file mode 100644 index 000000000..e4b169ee0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b450d616140d9219f313492fceeaded6f5c54193147620eebaa07c09cb7db7 +size 11722 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png.meta new file mode 100644 index 000000000..c4764edaf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/Textures/UiTriangle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f8e97f770b483d08cb4d0893a8ff28b16fc6398220edaf128d5a0c21adbca0 +size 2196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf new file mode 100644 index 000000000..f261ebfe6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9672d4a73c504ee1ac9d1551464ab666fd54f19fa94bd8a61b9769ca810670f4 +size 603130 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf.meta new file mode 100644 index 000000000..68e0710fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures Demo/VfxTexturesDocumentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2400d59513f00990acf8bdc8a207e54ca13ecf3ffc75b0dbd5db75cdab4ec1 +size 391 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures.meta new file mode 100644 index 000000000..9bf2855ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387ee8aa0cb05f61dc9fb45a559b450e879f6c27ee5a2cf1378c76f55d33e74b +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients.meta new file mode 100644 index 000000000..1ab12b071 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3656b75f4888930b58f0c630e1a9eb4292842df717728decc1034c530404bb32 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png new file mode 100644 index 000000000..c33dafbbd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41997835a22c4b68e85b444528f9a69d417f04f24d844b470da4615c40e4d85a +size 80 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png.meta new file mode 100644 index 000000000..909cb3f97 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/AlphaGradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230c9275c55971b6d073650702321c7be635edebb39b31efcd48cbef939db114 +size 2200 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png new file mode 100644 index 000000000..57cef94b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d17a8b277942b19fa252e0e4e8078687ec7909d90b6ff0b1731545a0a01faa9 +size 971 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png.meta new file mode 100644 index 000000000..751c89654 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBlueGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b134d3b4f335a2f1b696bc39c323d1870f2da360102e41174732ddbc343cd86 +size 2621 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png new file mode 100644 index 000000000..3bb636252 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb1a895b743875c2939e58d4d4d2c683ef89a1992e34f6c1c53e4aa6349eef6 +size 132 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png.meta new file mode 100644 index 000000000..e4b1665cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Color Gradients/GradientBurn.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7781fcf92c4ddd4909544555ec2b2d4c25532ee492d55cded4549894ee597c94 +size 2169 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps.meta new file mode 100644 index 000000000..e670d3843 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93273ee690be3dac30b01f1ea2fba20fe1585b9ccc51d7ac755f1f26e5f951e +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png new file mode 100644 index 000000000..387e8da0a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfbe205a9ab8bfc89a2166b67658a83b1f4ea092e5127797febc8546168af9d +size 16140 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png.meta new file mode 100644 index 000000000..2395d38eb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d1a2f115ef58793d62522b5d808934d2251e9627c962e86483f90d84415562 +size 2176 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png new file mode 100644 index 000000000..20952cb4e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a524a90055eac48a6de45bf5afe81b2ae9dbcdb13dd2e89edcecffcd5ab47e83 +size 550315 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png.meta new file mode 100644 index 000000000..ab69afc60 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe5f2eccfd2e24cdfcb663033702f166f1bb82855e185c25441ab09946dea4b +size 2176 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png new file mode 100644 index 000000000..0d80dc2d5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b16f9cb71bbbbef67530a724be8c669c5a671641e45077ab5b80bfef3bff84 +size 53098 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png.meta new file mode 100644 index 000000000..286dd61ab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/Distortion3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6c4dc6bdca5fc4fc0783856bfd8094b2f5ef5cfbb8bc53500e4791adc7d6b5 +size 2176 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png new file mode 100644 index 000000000..090eab2bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6888b296e268d5a51b973ab6581fbe4a169e5aa98b55b037c05357fbda82b6fe +size 38655 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png.meta new file mode 100644 index 000000000..98ce5c0d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f0ad4af6bdbcae6f45a419f0677ee321c92c2165da918e7bdaaff7634778e0 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png new file mode 100644 index 000000000..9ecbcf282 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f37ef6faf86f2ce2cb945eb0f5c9b37cc2b19794004e96c3faaf152c546b4e5 +size 157222 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png.meta new file mode 100644 index 000000000..1c5e097f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a31650f42c52950484d2c07ad7d9d454330e7374e4bd37426c144b3140e1b8 +size 2183 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png new file mode 100644 index 000000000..cd1533e93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de0c7bafa0dd9af09fdbbd37bfe9595ad31314627cc51b1888edbb613293910 +size 175727 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png.meta new file mode 100644 index 000000000..4b1b36831 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511465f880aab6aef369979e6c33ade308fac844ccb8e8e0a9035ef191860f98 +size 2183 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png new file mode 100644 index 000000000..d79b13a5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b160400c426220fba41cfbb56a3623bfd3895b39630eda782f4cdbf8096887ec +size 12545 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png.meta new file mode 100644 index 000000000..1caeef161 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f30283742776afb2273e05ac8788fc43e88572035b647b45780950dfcdc66d8 +size 2182 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png new file mode 100644 index 000000000..f03557c53 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1f7d7b9fe19562af726554efc6fa32d0b47fa08fc03a18d0ce85815a3e8641 +size 338033 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png.meta new file mode 100644 index 000000000..a92c84664 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed61f2da4e51987d424228a1747c7a0317290e5d828b2148e20da2ce3010117 +size 2182 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png new file mode 100644 index 000000000..904ac66ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99a941779aa83b6610f226eaf026a229b030bff344754740674de16195ec430 +size 179425 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png.meta new file mode 100644 index 000000000..0cdc148e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979ae38768630c05c87745f76bc73e099cc461ef28a7d2f60f573b07f15cd955 +size 2182 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png new file mode 100644 index 000000000..ab88e6b26 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a299f9ef3783cb247f707699bf13961b89dd8719629d91e7df5f9ecc0dab354 +size 50098 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png.meta new file mode 100644 index 000000000..959ad1f73 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCircle7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2c2c89a432fada9f22fd6b592d967b7ef79f26ef605272041b36719cfadb33 +size 2182 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png new file mode 100644 index 000000000..8bdbbac93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f01acf91f69003cb2e49b99392b95a2d79b9a27c82f21c371163a16e6fdc035 +size 29817 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png.meta new file mode 100644 index 000000000..c36f89db9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d17f4073a86cd59b0a667436417f5e4962656f869d07b7edb990f664c512797 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png new file mode 100644 index 000000000..89304d3c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95a7d47185428ebab5ca6684bcf431f4a8ea11d330032b04b399be9a43f11fd +size 535911 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png.meta new file mode 100644 index 000000000..69efd671d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCone2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b1a17a5e0d6071f0470d87fda2bc72e582ad7b292e4eb6cf6203a7d8e756d9 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png new file mode 100644 index 000000000..4d7258141 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd06df993a3db4bc197334497089fb60f49801a3043dea7926d1302c9cee6a5 +size 54927 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png.meta new file mode 100644 index 000000000..f53da8edd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dac360ca25bb24abb32ae90c7ea3be2ede6b1059b52fd80e226c0e2bcdf9ea7 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png new file mode 100644 index 000000000..265af9623 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4e2c899be1a5811877d148ed90812dc2adf8d48e232f2d70e2bad9b85a70b9 +size 71597 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png.meta new file mode 100644 index 000000000..0d0fc17a0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a2aa90b54a26b6f1847add14e0d26c75069ad65cd8d718cb2f01a86dd452eb +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png new file mode 100644 index 000000000..5a452fe28 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be47bdddb1aff5a134d4f23e5778f104e50ab8e217ecd83846b0359a8db5197 +size 117118 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png.meta new file mode 100644 index 000000000..f4d50df0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faaab42cbc5462ca1b6642c3fc8cd69bcbb92ee5b403fe8d4e1653e3a0efb41 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png new file mode 100644 index 000000000..365e22001 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6381662e245d384bb05189e98c86d3a5219355a978a13b9259a7200eefbfb0 +size 3431713 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png.meta new file mode 100644 index 000000000..43f7134e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8f7075ec6ba1f19b52cab1612a73a97cda4ebd66319ad8337d800f391629a8 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png new file mode 100644 index 000000000..ce796670e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6246b720ba58a5371f0fcdb0e04fd25580423cf6e3a05948839e07b5961a482c +size 25699 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png.meta new file mode 100644 index 000000000..c77783fff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionCrack5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4d8c63c5c627268da41617304a456fdee10d9f133d86689ec537df79787e3c +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png new file mode 100644 index 000000000..a2ed5948c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a2b807e0d0c07f6b37e7e1d85f4e354f842aa720322c73daef6e6444a6cebc +size 90867 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png.meta new file mode 100644 index 000000000..c0ef65506 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionMuzzle1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcab76a081c578454821e4745c8aa2dfb9dfdd1ac254bcd5888c7cf1a040264 +size 2182 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png new file mode 100644 index 000000000..b9997811a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39663bfe3a839367fd8ae5f861a0aa3567311cb0df5b1f10a067b8c6da6b642f +size 7845 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png.meta new file mode 100644 index 000000000..dfd0472ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed739502a6b18bd60cc43b99e2da4ce15a191da399b431174651f9782aa2d835 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png new file mode 100644 index 000000000..9be439ecc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5415c301d3c0945c39a11362d6fb1daa3551e8f95d98a06f7fb38063f6743792 +size 192672 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png.meta new file mode 100644 index 000000000..5ff3545d7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04db20265281529fbf31b817182912028c69d21f1ffa46cb7129913df503684d +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png new file mode 100644 index 000000000..69ea356bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd9bb44890d8e1950110789807f00651569f4b5b380292f2dd79af4a3ff7db +size 88862 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png.meta new file mode 100644 index 000000000..288d13b4f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94088ccef46b2dc37041681aab377a8c384b68346545af1fa12488a45da18105 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png new file mode 100644 index 000000000..e907ef524 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0c5cfb21a07d1c7981eb43ce2232f5bc4753b81fde46be3cb15cbd54933c2b +size 21709 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png.meta new file mode 100644 index 000000000..d55885dac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe771a6a8319b0ef60eb7c4df69cca951e52b8d6702416bb2df7f899545b938b +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png new file mode 100644 index 000000000..f78da7dea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43028e9276463379e5ea85fc857bcde137e2c4c2193b505bd589ff64cc8d789a +size 272739 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png.meta new file mode 100644 index 000000000..45e1f14cc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff763a6ededa03cde8e48432bbf018dfed3afdc00fba302f71519a40cecc8d5 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png new file mode 100644 index 000000000..5e8541037 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8490fdf76a9dbfb693d4321be41cfa31264a8b3bd609d66b35c19683cb28a629 +size 1089134 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png.meta new file mode 100644 index 000000000..99fa58c3e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionNoise6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e1fc7511fea4cf8e0692a8d24f2863f401b6ad49432e8864d81f31abf3c975 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png new file mode 100644 index 000000000..64ebdb45e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a7962780fc7770f16cc7611fabf9a9741ffadece19cf58e6f90ea6c5db4d5f +size 24298 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png.meta new file mode 100644 index 000000000..c853d99e9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc25a86d1b0e683ef46116d55435c734553d5788ca745f0b9b077eef0553208 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png new file mode 100644 index 000000000..d4c2fcaec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f51aa2da5c93a62aaf022cf53720ed7e011dd0e17dd86b84730d9475de269b4 +size 153908 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png.meta new file mode 100644 index 000000000..991de987a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dff93c8f5dff30650666f42c2fe129b9f00c99e7ce274a63d86c41386c3a5a2 +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png new file mode 100644 index 000000000..270a23fc9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b52b419e11fb5da5ae8f774226ca9be17e4f4554103913dadfd324c685b928 +size 606196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png.meta new file mode 100644 index 000000000..59a6e0e85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f15a2390b6d25bd4e3b62aeb3ca249fc1d1111336b1348a3a909d3074fb847 +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png new file mode 100644 index 000000000..2bd4a056a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4824f13138272bb9eb00036273d3dd1bf5c8ee60ec529f4f257f43bebd5940da +size 121281 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png.meta new file mode 100644 index 000000000..0502c58cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490ed878df3fed69fd0839342a77ceb399feaca702c876cee6c150b222eecced +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png new file mode 100644 index 000000000..2eaa963b9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca4b6bade04b3253f46a91ccd7deb5b3b2dd303fcaca7b28dc2c2d83eafb26 +size 204460 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png.meta new file mode 100644 index 000000000..4bcb4b974 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d30d8c967bb0c5a594d693d0d16e49735b63c9406e9fd5cdbe176b103043b8f +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png new file mode 100644 index 000000000..ecbf76030 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9939ed337ed6d871d33f555bcc5e96637dfbc7484c4f0ed73ee474ce0c754985 +size 209987 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png.meta new file mode 100644 index 000000000..14df7e775 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2979594617bc07160d480853141c77d6c4efd577cd26a06bcee11963236c2ce1 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png new file mode 100644 index 000000000..31ee4d17a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7701cb47d4443129a2816bb5f8c7f961543e70ff06d8041d105fa2413fd424b8 +size 364083 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png.meta new file mode 100644 index 000000000..086535352 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c65cd58ce9e2008e8fcd64fbefb9d849cfc8b5147bfff5ee407602c3a646c2 +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png new file mode 100644 index 000000000..e29dbe6fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e2a5cf6178918943c7f775082816c640093c7e14b04a857616229d55b0058e +size 316497 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png.meta new file mode 100644 index 000000000..a98e71762 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d4c1688fdbb331fece48fa2e36d8ba8f3b990b00ebd9e9d0cb0dcb711c090d +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png new file mode 100644 index 000000000..dc456da88 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69d59ba29bf2f34b2684d4e216bcd168dd1a9f8f0c391ef0cc370070cf28c7d +size 54689 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png.meta new file mode 100644 index 000000000..e4a2df71c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionRing9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6f3d40a264b7d15e316acf415b85baaa07cffd219bf8a933aacccd3eb16798 +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png new file mode 100644 index 000000000..c76e96780 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d4e67f39b05c3c47def0dd29473fa71a182cfe79941636016ecfeca551264e +size 126676 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png.meta new file mode 100644 index 000000000..42f3e482f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c3add1b5d0d30f22b6f23aedc1756d4d0cfc417f4d6d3d026edb10e24ac178 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png new file mode 100644 index 000000000..1dc5e7efd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8107a2ac4db1a08cfc8aba1651923aa8a21f0893474c6dcc318010db8782f6fc +size 135221 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png.meta new file mode 100644 index 000000000..9f75f041e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d74180966f854d31bec2ad80cee55ca902fd03c15d79912888b50ca73aed351 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png new file mode 100644 index 000000000..8250d95ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25149208b138c981ae0c6caa3880ec18e1890c8be91ea21d3e0582e33c459d6d +size 70055 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png.meta new file mode 100644 index 000000000..1135a488a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/DistortionSmoke3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf826f78b431f1192797b39fa1f05efb01eac691876cb357fa744c8c69c6d5c +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png new file mode 100644 index 000000000..2bcfbbb2d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ca274357949210d8bd2ffbda44f59608b663db1cc5366d5e1f94c5f2aa49b5 +size 376337 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png.meta new file mode 100644 index 000000000..b9023aa0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e0b8ab87c63c33ba621052600d79b4b6b06bab20c1cd9fdb455f8db8e7f66e +size 2176 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png new file mode 100644 index 000000000..57ae4caa4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94f6d0b0786f6cfd5b78851977fdc9548cf2b08e645a80255fe09387a3a919f +size 432750 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png.meta new file mode 100644 index 000000000..dd23ef304 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe5eefd907cd0d7e1bbd4443501d9980785ac924d82a71b6e141990dbb00996 +size 2177 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png new file mode 100644 index 000000000..9826cd89b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2db7769eaefaca2778eff2d21094769798fe5b48b10b521bcc555813627ac34 +size 34812 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png.meta new file mode 100644 index 000000000..cce12a2e6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dcc99a3cc400a94c0c3ba67c68af713a9dfb7b5c9ddc4f21461092dc68a47b +size 2177 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png new file mode 100644 index 000000000..05925f4ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7c59748297f9c4f919c98684b14a944919c1a796ac129b8780c0fdd7398271 +size 453980 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png.meta new file mode 100644 index 000000000..5574cb1ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985ed9c56f81a26623437e958209ea440f3f2ee971c0214267309040e04c1fac +size 2177 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png new file mode 100644 index 000000000..9e8908da3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fd4b2a602150d687efb68e3f4d5ba06838afc6162276b265e6de40346d1e63 +size 155609 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png.meta new file mode 100644 index 000000000..b3ae6ea07 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b7fbdfbd4ce0838379050ff7d35a0d68bf92e6596b726af095bd1dd5acec96 +size 2180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png new file mode 100644 index 000000000..66359468c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8972741ced0e04ad476c5330b635db5e01e0ac623e9236c53e69448afaf53 +size 205570 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png.meta new file mode 100644 index 000000000..c55bc7608 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Distortion Normal Maps/NormalTrailHead2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec2edf60c19cc19d5250ec113d25e565a16ac3100ab4d7dbc03671105528d13 +size 2181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients.meta new file mode 100644 index 000000000..dc71d7ebf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0384a880d0b79d62954a46ed6df2b1029d69cad2d0fc58d31c765811f2b849bd +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png new file mode 100644 index 000000000..7734b237d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e33c7bf42483cb365784ef0902547e9f05fb0035f048c26cbb46daf0036237 +size 643720 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png.meta new file mode 100644 index 000000000..027d9cd88 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/AngleGradient.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5254c3dc6a0b4a3b9fa3891766ded8ba77a697a682435a02422aa14187957d +size 2175 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png new file mode 100644 index 000000000..df6dddeb0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f86f41eb95646ca36ac544093fa6daf3563b2dc272ce603cc1b0d49544f455 +size 1779 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png.meta new file mode 100644 index 000000000..006148ed3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Black.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ef724d8b5b85f2f93b47e6fea65f801b7abd6329bc6475b00634db3c716071 +size 2196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png new file mode 100644 index 000000000..053a6e4b4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1fa6c5d489dbf6e9b40ad0f2ed25e9bd4c701ae0dfa2db5a6920c8c819cfad +size 2623 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png.meta new file mode 100644 index 000000000..ebb4d163e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9466c40d6cad7ed59c182813acccb686d61a92d396b7e4275715174b484eef4e +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png new file mode 100644 index 000000000..84f9162ff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d0ebc942197416ea0451f645cba8b1af84a38d1fc8017d780e22460dfad712 +size 3173 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png.meta new file mode 100644 index 000000000..c1e6070a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28222baf263d4fa0f9707cf9de8897e48d69397f5c000cfd1d2a9f059b8c8e99 +size 2282 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png new file mode 100644 index 000000000..d26f9a127 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6582b21b4eeca745c5f594e8de82d923a73baf4f4f1b28ee856a7511d55ad7cc +size 1295 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png.meta new file mode 100644 index 000000000..b26a8b5c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e623ec5cf735bba819df8fb5afee1dee5c522c86ded695f1ec9c8ccbee2b857c +size 2172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png new file mode 100644 index 000000000..6980e8569 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb315d827d903d95e02085a7c9f4159630d5a14c5ba77547a3764dc86b5db99 +size 2331 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png.meta new file mode 100644 index 000000000..8be6ffc60 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74907e391bfb32fa50e5d92978d411f5019ab5073d90cd306a5090762df837a3 +size 2172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png new file mode 100644 index 000000000..65017f2ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee16df947590a199e5e72d98286542f33eb920b0bcf97b83d8d9347f289dd47 +size 6748 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png.meta new file mode 100644 index 000000000..f9b456809 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785660aa9f636026faa47a6d33e313ebf5ab61fb5ef8cbfc0441e0db4f51266f +size 2453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png new file mode 100644 index 000000000..5824c03fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d10d0179828f6a60c3e42cf35d8582e7b391ffea87e7d93b358a1ee790b778 +size 2331 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png.meta new file mode 100644 index 000000000..a13eee04b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bce6e8b41b24836b075bdb57ef5c53272ab3cbf385b49ac24e35f48dceb9389 +size 2453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png new file mode 100644 index 000000000..6f11ad182 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469758f8b694805a33003922581dc8726c7f4d471d114b05eeee5290e4360eec +size 6745 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png.meta new file mode 100644 index 000000000..777269815 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5541c2b7cb20066c6d25df8dee9312e69e779bdbaafa4ca5bc21214c0088b32 +size 2453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png new file mode 100644 index 000000000..0d7e5931d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4adb1885d4c9c4d38b2a740fbcf4eda1f883a9b9caeb89f92af24a8e894f4b57 +size 4456 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png.meta new file mode 100644 index 000000000..a36882646 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6244bdff9e54e0b29db671754570a3248a6783175b71d310280f0df00781cd +size 2453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png new file mode 100644 index 000000000..17a84980a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab49bbac30e221dab7d9bc1c8b5534f08a7e7e140795cca271bba10f27db0b5e +size 5055 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png.meta new file mode 100644 index 000000000..4289339ed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1e63a8f859fd7f98ceab73e4fd9aca379d4978eb32612018ac9e3d6065d074 +size 2453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png new file mode 100644 index 000000000..d3386f344 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9508551b64479972b5e537432707b0f012a95bc77d5547af20adfa5c921bb6 +size 2423 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png.meta new file mode 100644 index 000000000..fd153e169 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d574d23b8c05439657b688bac97c2d43edf3f4f86127aa99729dea0469b16210 +size 2172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png new file mode 100644 index 000000000..939f884a0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068884624a3e5cfe0f3ec097118f570060fbab370eb4c9409076a108a5f0f379 +size 1282 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png.meta new file mode 100644 index 000000000..fe51dc656 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7168ca74e62f7ca1f1b88d692e49e2c6496c49bb70ebbccc542e4b637771626f +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png new file mode 100644 index 000000000..6e88a1786 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5bc577598a22283d6714dbb459894f92aa127596625808a8f3581e869acd12 +size 2330 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png.meta new file mode 100644 index 000000000..84adc0364 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ebdb64e1abaecc5fa7ab2592702991d00b2d0d2d491396c46eb5f55e269ad2 +size 2172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png new file mode 100644 index 000000000..db10b1828 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7071f8f582e44ec69f2301ea1130e87dfe723aa35aaa4353ebfbf7ffca6031e1 +size 2347 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png.meta new file mode 100644 index 000000000..11f649b39 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f099a20cc212b094bafe3e6dca7afc0801e088402046aa2d1859c16222c287 +size 2172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png new file mode 100644 index 000000000..151e699ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c60f7c82ee0596906b1a2814c85fd2196a69c5116ea2015962802b2f623d49f +size 92 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png.meta new file mode 100644 index 000000000..a537f420e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient22.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2771809dfbe07051bc3683de524c4cfb31400a43441196244eaf2a745e65e64b +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png new file mode 100644 index 000000000..41a069fa9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e897a0d25341614252de910e6b705e069cd248d49c8abf7b5ed8e4ff6ed94d +size 2488 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png.meta new file mode 100644 index 000000000..85bd98176 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d25d773c804b6b47ab83a5b9b52a0bcfb13b5648de2fc367507a49cdae6e9e +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png new file mode 100644 index 000000000..77413ce8c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b9d010bd1ee597a09809d04e7f45be851429cbad43bca297a3136580ff6ac1 +size 1068 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png.meta new file mode 100644 index 000000000..2a3221628 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38ab4a1663441489f8bc100608cd44c2ebb6774d119fc4f88356ab257ba35b4 +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png new file mode 100644 index 000000000..1c9628be9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f2affaa834c008c2ed51a9c299a794fb54883bb30628e392697da8b1ecc8f2 +size 2367 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png.meta new file mode 100644 index 000000000..946a71df9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7e67d206a849767d2ab9bedfbf9bb3e27ba1f6f3cfe136f38f568b17913b5a +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png new file mode 100644 index 000000000..8bfd9de7d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed56c91418ee9054a2f19d1f36b398fb0ea1cee4edd4d00c63267b3e273a8d8 +size 1246 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png.meta new file mode 100644 index 000000000..e841e7646 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f78b3121e41f11eb3291baad7ab66be1904ab7fc1df38aa437c9419a697f4d +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png new file mode 100644 index 000000000..039ff1963 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccff518265924982d51adf57bfe6cbd7fa93781c3c6f6a10dc3d486b4479dd47 +size 2541 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png.meta new file mode 100644 index 000000000..2989b5d87 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4373e61712d82a7fcb5bdb60f2b05ea8d7ca09dfb985ac81e6d3fbd8d2113e61 +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png new file mode 100644 index 000000000..7614d8919 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7d3d947cbe78a599f6a8370c8378d434ae936675886f770641859589aa1670 +size 1032 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png.meta new file mode 100644 index 000000000..058596108 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ede676f65218aa518078c78ce79fa2fd205b589c52d26e8739e7d031324933 +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png new file mode 100644 index 000000000..e838d3d4f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c1c72ecbfd5377d04a9480bd92d503ec5f9e9bef84875d71e3d445a665dbfd +size 935 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png.meta new file mode 100644 index 000000000..04449dcf0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/Gradient9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daa878fe41bab87d44cbec7492ebe7c4019a757a274d3b145cfa72e077ce064 +size 2171 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png new file mode 100644 index 000000000..c18af4593 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771d840221ca6f1183225b1f3efed0209b2ac5ae3487350b8404e49f14c5d8d0 +size 1367 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png.meta new file mode 100644 index 000000000..ad730cbd5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Greyscale Gradients/White.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7919dd6ac5ce484a7819b7b42487737ada681db01022eb41c42c887eaf57b21c +size 2196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise.meta new file mode 100644 index 000000000..7626f5695 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33acf52e1fc394cb824e827589e36d4246128c35ebb5246a319ffd5502d230f +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png new file mode 100644 index 000000000..03683f0ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b717aa49ab480c469d876e2484ebfed9f5acb7d3e20b52e82862527d9ae3b29f +size 466566 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png.meta new file mode 100644 index 000000000..28a7401fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797880e66079f2d2b5cb8b7f7a2609f1cc651ec9e60da13ed435aa646fead719 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png new file mode 100644 index 000000000..e791a90a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e479d3a7f78baa83092c152662f6fba1332cd936e4cd91a102a7ed947a34100 +size 802101 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png.meta new file mode 100644 index 000000000..53360e8f7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d73b7f31a47cba287d9b8577b86c5265f550e3d41f53614edbd94cd3c68d99 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png new file mode 100644 index 000000000..98e45c670 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbaa4651f536ea0ebdce938333c6ef1b882d4d341923c570b29603434728a4d +size 358375 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png.meta new file mode 100644 index 000000000..217461762 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e71b97ee13612f9e5f41842971461b215469a8c6318c7dc0a72696e6dc0264 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png new file mode 100644 index 000000000..6ff5628ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc62ac30d82d1aae194a31bbdf0d07f8d4766d83170f6f1b9bb516f5a2a1342 +size 402702 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png.meta new file mode 100644 index 000000000..d08cc5c63 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf46cd56f4ef37b6293e73c863132d3e98665100dae7efa293260ffda9a44de +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png new file mode 100644 index 000000000..f0df86abd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9e6a04279f26a9aeaf2b9a658aa7e163932646173a70b772359b1de1d6180d +size 427208 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png.meta new file mode 100644 index 000000000..676735ffa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/ColorNoise5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ba0bb39e1f6ee4f25f993a29eb76ace9a39e72675ca76aad588806de3c41d7 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png new file mode 100644 index 000000000..aa75cef2f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f63bede1ab4ab69b83f6efa05362c2d33055258e27250cfc1e9d8b14d2f502e +size 77500 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png.meta new file mode 100644 index 000000000..7eda12140 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc1749650395d86d4358438d4f643fbca204d6dedf0a09b755e1910a5dd7cc4 +size 2182 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png new file mode 100644 index 000000000..80b5d10f1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e8c24edace6beaecf66599f4d662e8101e4b68ce69e55150b55027d8e7bd02 +size 214850 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png.meta new file mode 100644 index 000000000..f393523d4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35f2cc3defd8ef966901ad26846a5a44d724b6dfbe25103a748fb9e16032b45 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png new file mode 100644 index 000000000..73c3cd0c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a1efb31cb05f4b7ecd44276dbb5761810ba85b561d387d92197bf6bb235f76 +size 10659 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png.meta new file mode 100644 index 000000000..7ca4aa5ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb6f468e8760c603f2d360ad28c590635ca096204c3a11077188b5a10d72870 +size 3029 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png new file mode 100644 index 000000000..a9e7e0969 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9021f8e6bdab7e27a6b5ef812eeb567fce4dca0302fefaa72373c82a7a13a29 +size 571318 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png.meta new file mode 100644 index 000000000..2a55d5144 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise100.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cf6f42fb914419394296bfbe794070a8c8ff9f18c9fa4265c8ac03cfba39e6 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png new file mode 100644 index 000000000..71794c63b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585cedce1ce6cc9790ed9f42490e2fbafa107febf5dac7d0268052a803309a9e +size 197306 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png.meta new file mode 100644 index 000000000..c86a1cb88 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise101.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ce62c7fe3410e11c2ce1256d232ebab1d2f5508e89b749fbaeac09a774b45d +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png new file mode 100644 index 000000000..60a7c198d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd48bcfe5ab00d0f18f202aedab24d806a649f5e163c0deae1b8830eed60055a +size 193598 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png.meta new file mode 100644 index 000000000..58039fcac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise102.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8664888db144d0c5750359403e7e9d9433340768d67ad48a7c313fda30412695 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png new file mode 100644 index 000000000..7c2135f9a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f9fe70b74b66cebf2acb52a07aff1e12fcb0ca37dc328e7eee2601ec77f2f9 +size 201984 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png.meta new file mode 100644 index 000000000..fd9317e61 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise103.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc0a7683a6809997fcce13cf50c7c9f1f702b77625ee32d92dcd7e0431e7c99 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png new file mode 100644 index 000000000..35d041344 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816bb5a912bb5812015d7c82cf985aa1074a0e2ad144c24d1dace78f0ec57bad +size 207424 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png.meta new file mode 100644 index 000000000..3ba51c1a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise104.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032afb5a57d80f3bae7ce2a16e3c52b07cba8c1b03bf97ace6b771cbc6d3602f +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png new file mode 100644 index 000000000..fb4bd1c0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3ebc99c1de4099029349fcd9c3a768899cd78bcf5b61aecda82892cd8235b9 +size 210731 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png.meta new file mode 100644 index 000000000..d12204c22 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise105.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e10150d3699890a3d2a691606bbc6d9e75684ff6c398bbd8ee967690e4d723 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png new file mode 100644 index 000000000..5264a32f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094cbf5bc1fe2e182b22d127107436c1029679c2aef1a3554387249cef02ea12 +size 229434 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png.meta new file mode 100644 index 000000000..8290ef9e7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise106.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69952d217ecec96f67dfea4acadf80fda63a1004c534e07ba221ed0166d9b447 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png new file mode 100644 index 000000000..0038b949d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f265a7abf3925cc8a80080d4412560c2429e65e6865ace0fee62f7f6fcc74d +size 187003 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png.meta new file mode 100644 index 000000000..ad8b048d4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise107.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9203c75470609ee817b3bc702f9e9222b6029671f37442e1c4c11524a7d17ef0 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png new file mode 100644 index 000000000..321b8c3f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d21dc7eeb674e7f6942c355ba40e446f934fe91cac77662f3eab11553707e7 +size 187602 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png.meta new file mode 100644 index 000000000..de46a93b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise108.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9755e19658daa7dac633d472e01a8045fcd3a063ba6d06c96cfa1abfec3d8bb8 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png new file mode 100644 index 000000000..606c0200d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2527d4aa07f49b48dbbfb11b71ea2840076fd072ca5c22fd2edd810b97e765 +size 191421 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png.meta new file mode 100644 index 000000000..0bcab5dfc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise109.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5b35c66d8e1ee281aa0cd7b34fd98213ec52cffbda2580cc22422af105badc +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png new file mode 100644 index 000000000..7f381b4eb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55610a6604697c616ab4d075e68a98dd67a4747d2a6fc4f788e26c4e473f751e +size 94226 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png.meta new file mode 100644 index 000000000..c7641e862 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc78bf66e8a1bacf09a485a69603275e0892b6da1ebce2c1e1514039fa982df +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png new file mode 100644 index 000000000..c52fd39b9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d01d8d1934ee0f9509b729bdce1810243d3a6c30a32f0cd2a38c2da27e8d502 +size 33681 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png.meta new file mode 100644 index 000000000..468c3002f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise110.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778946d844c2fc54cc754a657649361cf4c00353a2c46b16864a28aac6f8e79d +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png new file mode 100644 index 000000000..216fee576 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02021885fa0efd91b6d4ef73abe849bd76ebcd554b0af86d96302e806aa33f9c +size 177462 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png.meta new file mode 100644 index 000000000..51ead7d4a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise111.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d422aa5bdbc5fa727d8b3ec7efbb6b750a7e1611308ec56946574a6d49fa9949 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png new file mode 100644 index 000000000..1f35cfb48 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e26f4972dac925850e6b22e94ab13a9223f9abc525a24661e9e4f497a15d5a1 +size 118211 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png.meta new file mode 100644 index 000000000..f34190935 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise112.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b6bd43d3df9254899db989aaf4bd3c89d6d5829ca89ef00807b1634e79203d +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png new file mode 100644 index 000000000..1f6a5a94d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2ed792bd89a9c2e04714f3b9e2467d508a83d1906fa1650b2a36d61816fdc1 +size 160550 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png.meta new file mode 100644 index 000000000..949b1bfdc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise113.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef413d55b4bfda6aa7ff3332831b2bd77763cf949c77a56d513f1a43362044e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png new file mode 100644 index 000000000..30151bbdc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09eb0b61c701db00c3e0979c4126edd62228787d353335f506176d8070700838 +size 144952 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png.meta new file mode 100644 index 000000000..2f7447a01 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise114.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9c9afbd80bdc27c60d65e1ff54d3fbdbfe6eae5dfe29cdcfd00d3fe063605c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png new file mode 100644 index 000000000..297a49670 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697eda959dbed5d21f8be846b6d1dd85e2c5d74140cd12044228cba5e4a4fd12 +size 117461 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png.meta new file mode 100644 index 000000000..17a2fe818 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise115.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ec167ab7797e811b840a95a040c4ff316b4d55f0a9c051bdeff09a172c1ae4 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png new file mode 100644 index 000000000..774e05dab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e601abbba55aec0fd6bf9232e765a79d6dbccd90ef3b2733943fcf5d032af6 +size 119701 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png.meta new file mode 100644 index 000000000..e6adecd38 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise116.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed5820c5454e26b27271bc87a88bb6b72f1973138c36772f438af873f094d64 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png new file mode 100644 index 000000000..5acdfdaa6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174129fac2b12af5e80cb4933628a1484382dea3d0f4cbfb4168776ea7868d4a +size 127585 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png.meta new file mode 100644 index 000000000..3afbb5bf3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise117.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dc8b3a31b974f6b399fcc055e334794e90297aa90660752e33431abee2a001 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png new file mode 100644 index 000000000..019a7055e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78408ca9bcf36924ad8d8b311778e1c95268b8b572b9f72ed59d1f290d8a70e1 +size 127908 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png.meta new file mode 100644 index 000000000..2e7ddde80 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise118.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759b2e153bb9e4041b9ce1c256bccb5a7b75829b8a0e9ec755b7b818e2e6530a +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png new file mode 100644 index 000000000..308498f87 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d961a7afe9768d6b26f81550ca80bb35f9ffe698b082fe309a9ee9f1e97938f0 +size 146471 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png.meta new file mode 100644 index 000000000..b7137f7fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise119.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e471b8e78fe5ffbbc70bf912ce7a3da857cd9f40f587c87cd716f12e995031f0 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png new file mode 100644 index 000000000..0116c3bcf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e7fdda72983135f69a8c5beb4b47dd9d94d6d5dac092571ead3fb67bccdf8b +size 41087 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png.meta new file mode 100644 index 000000000..7ecf2e778 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ea75c553ab2e7240ed3162e33b9451aa7e6eb05c0b2adfc69dda236c316dd0 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png new file mode 100644 index 000000000..c5156baa4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca95f8e378712fab2c8377b4514c9b989f02ad5936442e167a775ede0b7ba491 +size 72929 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png.meta new file mode 100644 index 000000000..2d90e6dfa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise120.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17347bf6a4f19bd1a44db23f6a8d588ee7bc0da62278aaf313d6a50aef32ec80 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png new file mode 100644 index 000000000..7b5af9a71 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556b485069422cacaca9f3c775f1bc33ab6d6c79381e6e035f81ccb51c2b21ff +size 8881149 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png.meta new file mode 100644 index 000000000..942c3da49 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise121.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ee6d4e91adf96da411febba61bdb10da500670a29eef59e83421280dc473c2 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png new file mode 100644 index 000000000..8f3b93aaa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b4c43a44984ebf0635d2e24712779fe4dc8ee8252579df09b1ab40242a1da5 +size 9264925 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png.meta new file mode 100644 index 000000000..da0298556 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise122.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964941c5b54900e48159b5e9f54f2d848793207a10af1335f7c8972f3cf39a54 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png new file mode 100644 index 000000000..32db62e39 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a17d80c60dd9f1c2f66dc4aa4190aed7810c09fa8dd6ede1067aba33503398 +size 648497 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png.meta new file mode 100644 index 000000000..b75c0baf6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise123.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bed44062017c09d17abde03ac8501eabdaf4e63c3c53c37e92b9030c415b7e +size 2273 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png new file mode 100644 index 000000000..a79ea012e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2194bea29eb0719f996d9a17b2ba3c12c5cdae2591e42ae407bf6a3f180e4e6a +size 244434 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png.meta new file mode 100644 index 000000000..230fb7314 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise124.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22101de9f055cdbfdbafef1fe5594016a0b820a3a11d2321bd1b8a971531b19 +size 2273 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png new file mode 100644 index 000000000..46ae15c38 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad7b4810deda21ca885fdc5af8b04ba96d80ef73537705695930c2241211131 +size 216908 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png.meta new file mode 100644 index 000000000..0d1e405d2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6840d1dc73b05e39f2a0cd16cbafcd623131b1fd127ee264e4457d5acd83713 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png new file mode 100644 index 000000000..32aaaccac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5576956baa3702ebb22017a204bdc221c1c86d75cd838e13fe249b7f15c6277 +size 201367 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png.meta new file mode 100644 index 000000000..d0dfd32a2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82078b3158f34f3b6a7e65113af262374929ad9bd263be29c4e15468c3a1b21 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png new file mode 100644 index 000000000..f1fb2a980 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984fc035bc18c0767737617f1168d0d4e0e37ee0697fae5138afcf626df941d4 +size 118121 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png.meta new file mode 100644 index 000000000..89dd7549e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84082387889c0d407de1cab247a6e1da556c9faf01daee702e4881601e98bbd1 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png new file mode 100644 index 000000000..e801d369e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4452cbdfdceb779c82b01b959193ce69faee5e6d7e85c30c22d3bcbd3933f7b +size 369955 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png.meta new file mode 100644 index 000000000..5a6611648 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f1591c884b7d850418507acf154e3212f78eb75c4fa1aa1ca3a09f61cec2a5 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png new file mode 100644 index 000000000..68c34465a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2689a83c23aea31d620209a6c26ff03dc1b8a3771955428ebcd2f6ae3580ff +size 215089 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png.meta new file mode 100644 index 000000000..02ab30416 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d294bc7bbed4b67218e10b3263c648e85433f4724a8b6bd48b4cce38ab660ea4 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png new file mode 100644 index 000000000..8b144fa0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e79860b9d6c4afaf3223ca5cfd8d4b85262d04b7ff65562fe24d74e18a0a04 +size 297396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png.meta new file mode 100644 index 000000000..0d32a722f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc7689d63afc0f7d5ec5cdc0523da05f9016f8f6af7de7357128942b42357ae +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png new file mode 100644 index 000000000..8a7c98d9e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5897660e22ee509eeb8202bf239ade57368027d632676c65c22aad209adc514d +size 219378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png.meta new file mode 100644 index 000000000..c3bd1d892 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9b7d89e3fce4f4d5947a226772eca5d4735199fbe96bd6e0bc96d7812afe69 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png new file mode 100644 index 000000000..d6d65a759 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb490b3010fa0d4f152d76db4101c8ef5cbab7b3829b9615285c65232a8c42d5 +size 35568 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png.meta new file mode 100644 index 000000000..ec28bf1c4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e2c12b48586b0148230bc18eda040484c9efa2ee987eb869f94949b093be85 +size 2183 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png new file mode 100644 index 000000000..6240679ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefef68ff32f230f205b8d814eb780c92e2702e91b0f4b1480558157bc01736e +size 187636 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png.meta new file mode 100644 index 000000000..9d00b7ec9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bf74dc78a78aeefe3b0f3af51e0d3e92f7eee078a088f98b5e134c4a8167a3 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png new file mode 100644 index 000000000..e0f9590da --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bd07515a39ec32fdb43864e3d776b45b605c7dfda6e2b2215f70f46a19ebf4 +size 80786 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png.meta new file mode 100644 index 000000000..0c787b708 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78652030762d3ca1e194edc2564481b40bcb8ece7d40bcd7985b4af4b2c28164 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png new file mode 100644 index 000000000..79d8b6346 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99154774d0b1c2440d6f4cc502efaa9c939ebe1db270d9c2d779995ecbf5d76 +size 181737 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png.meta new file mode 100644 index 000000000..2e04dcd03 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise22.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437ac16bbc3130bbb10d2d9158202cfefe46fcbcf53d4826cc01ef278012f972 +size 2750 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png new file mode 100644 index 000000000..39c645f60 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a193f27219a2dbbc6b803c5126f08afadeda4d58a0d8c45e8d21974718771e +size 99044 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png.meta new file mode 100644 index 000000000..0ce330044 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise23.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d09126d61213e6a2a08b6963acb1ced88ca600434e43c6bdf474712ea8bbd5 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png new file mode 100644 index 000000000..32366242c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44451105f45432a752c28fe22a4a5e2221fb3bf0103746e121084a1ed828722c +size 50819 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png.meta new file mode 100644 index 000000000..2260fbeda --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise24.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fbab43d57c9e7d4bed0955f735186e67fb431483cc767dbc3140d8db4f0257 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png new file mode 100644 index 000000000..c96170478 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a8213ca27ba8494d85d23a1b0b5ec410c925e903efa7e4aef6b936a2f2633c +size 64173 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png.meta new file mode 100644 index 000000000..2b656dfc1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d72b8366e176458ab47727699d0155da9a42739128d8487619c32a7c3896b08 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png new file mode 100644 index 000000000..382a8dab3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0862c69874cb87a82029b18a94fd3e1530b202fa6eef79daff2cde83d276df9b +size 137428 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png.meta new file mode 100644 index 000000000..cfe27c783 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise26.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53bfb565506027a4483db8cf822a63a521f4cb70d5fb6f824b9a9f0c26ce17b +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png new file mode 100644 index 000000000..cbeda3cb8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32096e946889b1a9be313fcfef1558c563c24694988bc3d4cb7815b38e06338d +size 127443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png.meta new file mode 100644 index 000000000..b479a5acb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise27.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38451c683adc7cd1c6dfcf5d0e819b83ea4d81cfa8e587887c62f18ba9964cde +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png new file mode 100644 index 000000000..3ed9ea3fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcef65774db2806581eff74707f274b6e9ea8d5f1088e3d1983b538d3c303535 +size 252617 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png.meta new file mode 100644 index 000000000..60784ba5e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise28.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaf46eedac27ed3e5b5a25313bff2f5fb69cfa3c44d406566b38fe91d78e01f +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png new file mode 100644 index 000000000..609211a7e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa45b6854b7605fc10ff57f9afbe20b1bd82a1af914294e87cda8f1301267f1 +size 55850 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png.meta new file mode 100644 index 000000000..5df8521e5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise29.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34340b102d7defcc419bdc9bb772ed351fd47d6e56816209d801e65e0730f84 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png new file mode 100644 index 000000000..9367c95d9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374fbeacdabbed84f94a4b5b81dac2df927e5d612aaa8a6305b8338f978e899d +size 56083 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png.meta new file mode 100644 index 000000000..e0b40679c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f8ddc0f19476b10f7decd1401787a5cd19bfedecf5c418accdbda3bfd9c50b +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png new file mode 100644 index 000000000..6c38e291c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb15336b4f37364a9d285ea09ac8271c448940c4aa193b4919d3d02ef3b20fc +size 384107 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png.meta new file mode 100644 index 000000000..b50f77dd7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise30.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcee8f94b722a4a6ab753b89d01bd38cbb14497cc3dd0322e8ad05d12981a641 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png new file mode 100644 index 000000000..bf0e067fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f97f24808a21e285a86e1dc2957469295046135ce5465d508010a7f0e26934f +size 258968 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png.meta new file mode 100644 index 000000000..30fe36123 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise31.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bf8cd12e493ae0b539ad9bd5706513abb8cf0d12379bf3dd9f134bd258def5 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png new file mode 100644 index 000000000..9dc4c1543 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93737920c7bd34d1fa39de377259d0c9912ece6a379344b889e60a6b71574579 +size 54210 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png.meta new file mode 100644 index 000000000..c1f7e74c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise32.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2be083a9df028ca0e164f0733c6b69e50b4927c20bb9480e28579aefac88fa8 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png new file mode 100644 index 000000000..633271da4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5370e949ba1ad9a51af7f91cffd6d8f3b84b2403a39307b8116dc6ae455b851a +size 91405 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png.meta new file mode 100644 index 000000000..4263256cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise33.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebafe2dd0874349c20be85bc04c68d8818f0a7fcfce4186017bd6af50e92681 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png new file mode 100644 index 000000000..2d691e69d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507ec542645050a5cc7fb82416cafc7e884216f8f617af1cc7ab16cd09264558 +size 5410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png.meta new file mode 100644 index 000000000..66d2b8b6a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise34.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd0d21c88f3ee35aa35f87780626a0144f2e8956519685b4796eb674f1db297 +size 3029 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png new file mode 100644 index 000000000..de0cd2b9f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15991720ad127b807e386d204ae7730071822e41f4be73dd1ba0f25897628ce +size 265092 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png.meta new file mode 100644 index 000000000..e763dc5f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise35.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87cdc1900df56a5852096ef2d402a177c37e393d2f2dfcf7c609738fd2ea1a52 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png new file mode 100644 index 000000000..c63a5adb1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4ddf59075b1e7dbdde01ae70f025d63ecd0138d95360f9bf9ba83920bdbb63 +size 262406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png.meta new file mode 100644 index 000000000..aa8c15fcd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise36.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d02996e59eecf2e5cdadb300e2558cf394908962ef43043792569afa2f1d653 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png new file mode 100644 index 000000000..449ac4075 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1835c469d9c133ee8a3f76971b8fd67ac6d347d8bd7e41e1cddbccd1e22c3a5 +size 296732 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png.meta new file mode 100644 index 000000000..6d76ef411 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise37.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016bd21ec86cbfb6342ba534124bc3fe4867efea07c1939430f3399fbe44f2dd +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png new file mode 100644 index 000000000..d41e57bc0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f30be57bb8bc73b65dd0843c77ec4a9e3eeb504f12db948edfca8202eea2a5 +size 48068 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png.meta new file mode 100644 index 000000000..9b078a973 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise38.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb9286031dbad0dd0ad8661f5dd977fa0092c4be50e22ec3bd16754cdf158ce +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png new file mode 100644 index 000000000..8e189697d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2261da92479c2f3f0db9af472ab81eae4f4c0f964ad0fa3c021ff3e96fe85121 +size 383974 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png.meta new file mode 100644 index 000000000..b5d98e1e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise39.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b9d8410282b9abb32a0b4752859e0b6fa632a81187ec7b62238abb79916e5 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png new file mode 100644 index 000000000..3e6544527 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efac3c44f45d1fbaad674448cbcb2952ea575c6c3130f1758499f601335db1d9 +size 251649 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png.meta new file mode 100644 index 000000000..6e10f4d19 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc76c27ab683f90ffa3e566e62ad542622c97d79be65bc93180a2fa68ae32a1 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png new file mode 100644 index 000000000..41eb66534 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9802fad49d9bf0b6fe4792cc9d115070018e5e056de13a491a6a497092e41eec +size 639929 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png.meta new file mode 100644 index 000000000..f7e6b5d06 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise40.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5dc4a643011e377207a52c7b25c5780a9309d4f746d60c3a0ffd23ec3ad88b +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png new file mode 100644 index 000000000..39cb02c57 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2d704b09dafa6747b5aaed693afd374f9cc60c8e44691c6fca0245cfb03713 +size 252010 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png.meta new file mode 100644 index 000000000..7c6d17b53 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise41.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993993b7d912eb358f5795ad02498ba4a7f804d83dbae5f5731bd62a94c5a2b7 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png new file mode 100644 index 000000000..efdd8404f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1aa2d23bbfbff8f3ec3f7ce8332efb77e916bde1b364629c64fce0047e4566 +size 232837 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png.meta new file mode 100644 index 000000000..61d1dede2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise42.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a01a74fd147efebc4aafb8c96964eb5b124bd4d52db564252daf8bc171015c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png new file mode 100644 index 000000000..babc5eaaf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999a90aa5167d67194236cf18c0778e37ea7336399b538ee0f278fe5d3b4414c +size 136258 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png.meta new file mode 100644 index 000000000..f7d1fd9ba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise43.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b009e847e2593bfea95b84c7aee53a26f7297ec744ba788e48730ee59877bd90 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png new file mode 100644 index 000000000..48e4b8ede --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387aca03a950b796762ae3a4c1b5bbc45cef486ec31b575a68fe10189fadf3f2 +size 207742 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png.meta new file mode 100644 index 000000000..8b01e0679 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise44.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50dd6d8b3c95cc7e28ba756f4ce9e724463a52fb524217bd9fbfa6fac9d5efa +size 2439 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png new file mode 100644 index 000000000..1a44bd657 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5935f52ccc27d2dd088edf867bbedc38434384e469e863c3559879b49e67be8 +size 243135 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png.meta new file mode 100644 index 000000000..50b092911 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise45.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88689905b9563583f774b0b4cc45b8cfa278251cd5bf9caaa7c89dbca11a5db +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png new file mode 100644 index 000000000..dbae2c863 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2113a21df8d247455b3cfb256702669ab2169d7bf3e7cbf8e038392bd9279de +size 145990 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png.meta new file mode 100644 index 000000000..e3518bc64 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise46.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dcdcbb9f071f69686c6adcf6652491069289722cae70713fbf5e5c9a93e4df +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png new file mode 100644 index 000000000..d9c855f62 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5fb7a77e9dfc1cc251e63ee9b96f986be96c989552496cae9e9c3ed9e1fe39 +size 196560 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png.meta new file mode 100644 index 000000000..4c58c4451 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise47.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfb1483d31b65d93b63356f927eb9491cecdcf58adf0ee3a483fd61535566ea +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png new file mode 100644 index 000000000..a36834bd4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815bf64ea5ff662a2e04ab15d9f513f88dfe55d6f06e0a841a767f8f541384d2 +size 63613 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png.meta new file mode 100644 index 000000000..ac33f89a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise48.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbee9a6c83144cec64913c4372985a5471d111cddbf9f49fd2f08bbe9edc9369 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png new file mode 100644 index 000000000..9f0a1c5a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4515f4d4b7a9a6708d8bb3b6a7cca2196e7590f6336afe503a71da85ab8775 +size 50567 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png.meta new file mode 100644 index 000000000..21d5dad0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise49.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8937b1044a9b02ba6d208d4cb4cddd815390a8aacb32ca08b55757566511b290 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png new file mode 100644 index 000000000..3707bc810 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acf7324d575d623e9ebc2b414da3d445b708824e741d9a0e690e7b4ba6afd48 +size 34769 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png.meta new file mode 100644 index 000000000..422fea68b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf8cfb7b56e472ca589092cc98f2e7377a37c2989bc6f3e8f9d47b51a4cd209 +size 3028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png new file mode 100644 index 000000000..3583aa60f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f76956936e7ee2b534f10c3681bfcbcde76de00224cb1be0035d583b57b4ab2 +size 196466 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png.meta new file mode 100644 index 000000000..ab9e4eccf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise50.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4182156528d0ffb750872a45b694f8a4d2eb82d41ce062900da70f4d7096e9b4 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png new file mode 100644 index 000000000..4a805d76e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf973f95bf71780d3bce09f60382c7d98c2f5262aff3183ca36fbe587e19925 +size 260888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png.meta new file mode 100644 index 000000000..e2731e9f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise51.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f36695b08ef9eea6b0ee39e1b7d4ec5fc722db0f09ff76bc388f5338077afb +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png new file mode 100644 index 000000000..875e36487 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfcb56a54f6dddea95b754ee56298ac454b40fdcb70d90089941cf831a19707 +size 46391 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png.meta new file mode 100644 index 000000000..28cd1a808 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise52.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d306f5ec9b11e555321edcfecf5a9f797a5dc5978bb0b145a0d26ec6016ea0b1 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png new file mode 100644 index 000000000..bd8729b0d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1545d1dabf0bea12ae3fcc9c67925910a2cb4d2b67915a7d846a09f3801a2ce6 +size 104408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png.meta new file mode 100644 index 000000000..71d744aba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise53.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa065a53fc051be05665037037d34f728838e1c1896d1923a1fec528e51af9c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png new file mode 100644 index 000000000..56efd8388 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d816e68431edf4e171c70122eb817b80026f2a6572569dcde623ac71e0ecaa +size 58814 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png.meta new file mode 100644 index 000000000..13bdd0d57 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise54.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80f4512342a7e5e8651a93de4ce23fdeceeba617de41aefc51753ebe3ae3682 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png new file mode 100644 index 000000000..5ec9e50e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d750f7abfd4e290bdf71fc10289c11308aec703bd42ef458056d6f7d0cad15 +size 184689 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png.meta new file mode 100644 index 000000000..b5151d4f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise55.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc301096161660574a4d6e9bc3d3ffc99b70233269d88f2eb8e4d02de6d6a9f +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png new file mode 100644 index 000000000..07c27b9f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50dff661ce0eec9b6adf8c0f835a947c603385ab1db70a787538e4e210ed798d +size 189764 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png.meta new file mode 100644 index 000000000..32325cce6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise56.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7c6a60e676d58c84352a77c8e0930372e05c64a92108ec9d6c328afcfbc583 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png new file mode 100644 index 000000000..9f9f5fa31 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f2e859e83ffaaeff14763d9e2eb5e481f0344531efe1fa1509eeb98cb37fc7 +size 156383 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png.meta new file mode 100644 index 000000000..33127a1c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise57.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777cbfaa74df66f0dd2c185de8458148f1f259cb82f8c05391a8f739760a03df +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png new file mode 100644 index 000000000..d16d8ceab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccf2c66fd0890fcccc5310e132faf06c040644a7079c21ccdf24f8cf04540fc +size 171151 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png.meta new file mode 100644 index 000000000..644ab8ead --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise58.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16660ac38701fdaed1c453cb38f78d67d1576dce914c702f88cccf36af4ceb5a +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png new file mode 100644 index 000000000..c7133b757 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d02732b5627f8daede4eed761fbd472c5fdef767eefdcdc23b7e1f128e138ca +size 210719 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png.meta new file mode 100644 index 000000000..da29fdc5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise59.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4804a10dc6519de0e724a3b5d5923541f16b31745b94e97d982154998142594f +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png new file mode 100644 index 000000000..4c296578f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0715c9f02ffa1382b9d982e7446c907305db5624a5fed2966b364768cb396b5 +size 38499 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png.meta new file mode 100644 index 000000000..892551915 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31b60c9a9270613a6911d61080f64fa1c37cf3607aacd032a62df76060cd6c6 +size 3028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png new file mode 100644 index 000000000..818ea22d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395ba2f423d3a4a70d5890f1ef494d750b4640ddd085a5b66081fef9dc7ed65d +size 128360 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png.meta new file mode 100644 index 000000000..f9e0cb197 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise60.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab8efe86f0616db4ff84207998fb31b76cc2d29c529d5481e486bfb77a37a1a +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png new file mode 100644 index 000000000..c241de70f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7cbd38b2fc633ed91e8558031497e19ab8409bed6065411b03c7cc78338e84 +size 197419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png.meta new file mode 100644 index 000000000..f3793b23b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise61.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce01607e77d128003d1192f1e38ed37b8bff11ddd53bec49c6f7f9827563422 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png new file mode 100644 index 000000000..d4227139c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29406bc591fad065e043019dba73266fb4d1ab4e738790597d3e0455dd23469a +size 223029 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png.meta new file mode 100644 index 000000000..0b908370a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise62.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422c5157d76de8994f0fb53ccee1bb9890b0ca915ae4559a2f456473dcb9a92e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png new file mode 100644 index 000000000..a0a616a72 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ab99d10589dada6ab90f464a4973a02859323a633adda8b364b85ceed9f9b9 +size 207700 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png.meta new file mode 100644 index 000000000..4f16529d4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise63.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65a31284a840fa52ce6431a39d8d043cf0ba2f2b411a6ca6514b30a6e93bf78 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png new file mode 100644 index 000000000..71d9794d7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d96d53bf1f2237a23b52a29ba8db0d4a7002012280f28847d08b1194ecf45d +size 250754 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png.meta new file mode 100644 index 000000000..71f65cebd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise64.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dff6ab571ad2c23b1a2c50fbc76053ea9aaf127a367322bbbfbe1f9ed675cec +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png new file mode 100644 index 000000000..e276b7cbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836350a8d24c5e81e0b38071d9cbf088b20d558f7bbf903befd304e150701b64 +size 740327 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png.meta new file mode 100644 index 000000000..f206524e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise65.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cd7e950090947a97d1fd0444ded6202f533ad3c8dc0b5dd8aaac8f7128b093 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png new file mode 100644 index 000000000..e34768f39 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8113434c085055aae645fa2cd8dab16141305401d883761753ef67ededc7279d +size 267474 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png.meta new file mode 100644 index 000000000..9142aba6c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise66.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4e2ceeeccaa0bcebc983025a61b6a980f5a5522b3ff7d7465eddf81c968f18 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png new file mode 100644 index 000000000..f094fc260 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a183e768b87271bec58dd03a9778c558546bfbab22edbb0c2da9d442c9bc08e +size 117857 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png.meta new file mode 100644 index 000000000..2bad987e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise67.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c5164cfd9566b48aef88822d3b7eac0032b4b0745b6175763b04a4e995164f +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png new file mode 100644 index 000000000..1056f2168 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692c0401b5554093da831035290db1ed928e7168d313dbb2d04126be3121aea5 +size 222672 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png.meta new file mode 100644 index 000000000..e6872ad45 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise68.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1890cbcc418619823fbe9e0bff9b5dd77c8f02d8b1b9775c7668d956728252e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png new file mode 100644 index 000000000..b9588459f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c4cb82ce056a9f09946f2c12e43a2ed798f11f56f15b5e31f461a3e616b187 +size 175818 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png.meta new file mode 100644 index 000000000..c1f49d66a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise69.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97290af2b4ba8dc5eb50691df297117505f7df4fb38878356783d296dde0170c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png new file mode 100644 index 000000000..95b6bd21f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4704c3c7555724728efdd2007f2e7d910255f097ac4e5f0cd11b8940eee42c0 +size 24420 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png.meta new file mode 100644 index 000000000..c8b5c470c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ddd0dbc303dac23fe0c5f72a979ee6ffbb2981b03a9ddbc388cd8eab7c7322a +size 3028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png new file mode 100644 index 000000000..f3a999c22 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b41a39c389a457ae55d1807512dc0de719d7608a00d0dbd6559825ea3c9870f +size 216066 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png.meta new file mode 100644 index 000000000..f14ef80a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise70.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d3af3f1c1d9edf42e14d1322135b0e5bddf2ac2ef83dc1283ae4b5f63fb29e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png new file mode 100644 index 000000000..ac77566e9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a68ff5927246e67f08accd0cd88d0801b8be031e0d5c7af3be44bccdf2d2079 +size 586070 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png.meta new file mode 100644 index 000000000..0ac8c34ed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise71.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd631af09c761b85656e3218e7189393263d59ced21f3b942c4eff60c7d8fe70 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png new file mode 100644 index 000000000..ccc67a574 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bd010a50e09f491e4178a30286ab78efe7ae867a50ec646e03b29ac2eee292 +size 238298 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png.meta new file mode 100644 index 000000000..788809fca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise72.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd8a70767a9200de6fc3bc5f4c63dc3e8416c9fd9df3794feef71ab6f018392 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png new file mode 100644 index 000000000..396e82488 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47c1b08e4b1a79f568622fd5c09025289a4a554164495506775f4e5c041efb9 +size 239710 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png.meta new file mode 100644 index 000000000..d11e42375 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise73.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f95622a1b9208a22a18669951383dd7e677a03b1189dcd5aa50ded08b2034d3 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png new file mode 100644 index 000000000..443efe311 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323532d1b5a1173f0371b11cb80a702e99dbcd21f482f9b87351e9ce11a04b73 +size 268449 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png.meta new file mode 100644 index 000000000..a4d950de6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise74.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac4fb1fc8346183db79663f0d275aaff3ba7cc2d0102b92c49fa73d6ced82df +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png new file mode 100644 index 000000000..aab0dba04 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc468eacd0d8fd35ec81e4cbbf9c5d7e5880055ade871b252a4736909a76b245 +size 261756 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png.meta new file mode 100644 index 000000000..734099fb6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise75.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212e6edff6508d727091811c00d4adbced187e79c6d811f3939dfcd34e9c8f39 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png new file mode 100644 index 000000000..259b7163e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5bfc760842d71a92bbfeef9c3100a3edc7fced44262648d6c9da76c8ee30eb +size 143877 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png.meta new file mode 100644 index 000000000..f5b7843fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise76.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388002109b9280672217369b5f38f4bbf4cd2f60de86bfd731665ab0ab7fc7ca +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png new file mode 100644 index 000000000..d780bb365 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168b886ad330cd72a74f660b218bd41fbdce80bdcb3c0a5e90451ebc51a87aad +size 195496 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png.meta new file mode 100644 index 000000000..f0b89d1f8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise77.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96578f8c598df416328502ab7e26bc80aad36f983d9e28b55dd8cd279ce4e6df +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png new file mode 100644 index 000000000..b356e6007 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60127a45ea9e40307c30f5929e0a4bdf8fa82bf658319f69cf224df254632e36 +size 168982 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png.meta new file mode 100644 index 000000000..8e2b9c31a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise78.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ff8ab83e9a7ad058f76f1bba3a24fc5ad48204712c93d806f4135323724905 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png new file mode 100644 index 000000000..a62595da3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147519112e7a95c4d8b142d7f1962ca7e66f51493aca20541ad9d7e113e4aaa8 +size 423260 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png.meta new file mode 100644 index 000000000..20a75774b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise79.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352d7608a5d7724a540cb939b9a9bab305277f1efae6afee1d3175ce87cffc2a +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png new file mode 100644 index 000000000..a9db4ea2f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708366b04db18bc6415f6c87d72c628590cfecf931045338dfe09d8a77b4d271 +size 8402 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png.meta new file mode 100644 index 000000000..e2f8577ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d696344c72cfab678fc8227bed2df6e9bbaf938af8f2502a4c6e21288c4981ad +size 3027 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png new file mode 100644 index 000000000..f55ee0236 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292d4c0a70f113f7081401d3869725cb75f886c9b8ee82d1ca66a339982ac1c2 +size 88768 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png.meta new file mode 100644 index 000000000..d3c034083 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise80.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f974acee8604ea3642b1f78a6c1d6f420eaf4d5b120cd2df0f5516d7277891 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png new file mode 100644 index 000000000..428cd45a1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d6b5f244cd9d1e24382df70ecc35b9991c4702cd8d1af78599a7ce3b1b7fa +size 360513 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png.meta new file mode 100644 index 000000000..3127c1236 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise81.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dce8485758af58c93c5e6a0ce9f26cfaa906fd593fcdb69377b3cc59a4e42b +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png new file mode 100644 index 000000000..7d3823527 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5efd1ed83e8e56930dc1af0695745ae0ae9cf899a71e1163df34023ba61740 +size 307229 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png.meta new file mode 100644 index 000000000..7afe8b5bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise82.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c4d804a6ea21e1e7c95c2f9cb45edb28deb9b5c6b9e227da9319c9777341c3 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png new file mode 100644 index 000000000..b9c57166b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9b2f7bb79d19e15691062f9ef44fd59054ac2bdd5a026f41cd64dfb746bfea +size 443325 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png.meta new file mode 100644 index 000000000..69c56955e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise83.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1b1c2d2cd7ba6f9a887df5b2c1bd49b0ea62113e632e0f6be8d235dcfa6293 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png new file mode 100644 index 000000000..2593f4957 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d76dc8dda257d0cdeadfe65f0a15ac7423fdc4cc275e03ef8a23bc9c2b91c06 +size 256805 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png.meta new file mode 100644 index 000000000..41939c813 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise84.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fc3445cf1c59423429d40599f24b0f4d057b7de1c01253d93df27b236d4195 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png new file mode 100644 index 000000000..34e6c09b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3142f2a50c00224709c9e0da66fbf183dfbb0342e9a591439f2d451f851b4914 +size 246295 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png.meta new file mode 100644 index 000000000..d89768bae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise85.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0506bcf5ce217fd2540b7abdbe87ad97e0da8a1405810a5a7622b19b5dc14 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png new file mode 100644 index 000000000..1694355b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f440f0498c6190225cdbc021f6503e06c9a6182e8533542726403e0f241bd0aa +size 256528 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png.meta new file mode 100644 index 000000000..df4bba039 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise86.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ea2fb3c7634c5987ea2cae09aa62175dca579333f146b1ec1e95162d1a2239 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png new file mode 100644 index 000000000..c92f56a8e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e09e84a63ec4cc6bdf5a571c30a8ef97f55a79c0a17a4bd3fe1109ad81d39a +size 341160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png.meta new file mode 100644 index 000000000..2af48591e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise87.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8bbcc9cd1f5d298545ff19051496eacfa36d933fa291f0a19f839bdc0937b9 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png new file mode 100644 index 000000000..72e60de85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1673336bf9a50819d87ae632495b2d0b6d485e8f1e71937a831b20fea168bc1d +size 314238 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png.meta new file mode 100644 index 000000000..91cbca2d6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise88.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752c5388c890d7197030df1e5a3adac37cf2b08ae20666b80b1c15c51335ba83 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png new file mode 100644 index 000000000..c685f28a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65427b2c5d4552c9e21d927e506492b36306e3d7d36abe6fd445edcf37e5f020 +size 421775 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png.meta new file mode 100644 index 000000000..ed835bdc8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise89.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87e82885751d9d8c246ecd0e8e24d9d5e7deda74e745bbf4d0a03b2d35625e6 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png new file mode 100644 index 000000000..9766404bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fabd7a34e36544b7b710dc34c4f300ba339bc4214d306b033a92e4bc84fda5c +size 8496 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png.meta new file mode 100644 index 000000000..9c46b043a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d581e804ee98f9cc0e97684037c7452bb5176b97c7f6e7cae63d026146d6fe +size 3028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png new file mode 100644 index 000000000..a837e579e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd65a1b7984744758ae6c85d7ce78b762c82599bfa99e9764ecf4a40f5e0d5ab +size 473624 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png.meta new file mode 100644 index 000000000..eec1ddcf2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise90.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d3a022c16a3a35b5dbc4f6bfa6b0af94be534a7c5fb31e90b9415534701126 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png new file mode 100644 index 000000000..4e1d71dc4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6228e97d762e2aa91587998526da000ed1cf1dbdd43cd9fca4068fd725a3a1d3 +size 489629 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png.meta new file mode 100644 index 000000000..e06576abe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise91.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da26ed4064e6dfa5f11db68a2030b25d3f4c537f03c965389d8e89aae642856d +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png new file mode 100644 index 000000000..2eb27b7f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842ed9c34aadbb1e3badc99fe4124af94bc21a551a0c7c179538bc74536898c1 +size 3148469 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png.meta new file mode 100644 index 000000000..5e9227738 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise92.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70de6331f0c3635399510e59942524e968881c3380382a73a6b800513e5ec3f8 +size 2147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png new file mode 100644 index 000000000..6a3e47485 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45537d08b79bad5be776e4619f838111645b5232109d76db7d99e2ddfc4c1ab +size 207984 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png.meta new file mode 100644 index 000000000..e47c8e0c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise93.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a56bb4d20afd17a6c13a4d27720aeb1f8fca2d40c5311884df7c249b559de7 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png new file mode 100644 index 000000000..4500f4ae5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f40fa0e6031099cfc040e1c5197ac7ea171232d9100360818a21f4a40403b0 +size 205090 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png.meta new file mode 100644 index 000000000..b380313b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise94.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b2486aea9fcfa5205a8d5e0a9bceac03b28fc0eea7b31bb6ba3a124cf5c4b1 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png new file mode 100644 index 000000000..7de042b8c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1738c7afa571b78e20a095be4d8bf53bdf1d87e33c32146e1e742bf32b4b70 +size 220914 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png.meta new file mode 100644 index 000000000..c246dcdce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise95.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ecd738dfd7e8d5c21cea2f7b62723c04d4daf4cea991d3539abadf3e95d69a +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png new file mode 100644 index 000000000..9f39669bc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70be2b7e43268f0e6f89ee0ecc00ee22d2a111007f80b225b65cb7108416ab9b +size 212151 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png.meta new file mode 100644 index 000000000..a22289211 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise96.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcd63623cedc8a70ebdbe25542821a37775a57a06b886c9e14e0430f86a2e2c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png new file mode 100644 index 000000000..fddc51998 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e6e5668596323a629a1772be281a9c36308a2079022b1ca43f4a7a3c8ed3c9 +size 306099 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png.meta new file mode 100644 index 000000000..6b5170c92 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise97.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff455ee6c4f1756135de4be6d69ae69dc51dc795ae23ef5903d0979da320e1e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png new file mode 100644 index 000000000..c57b8b059 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd1429ba76c1d21703cfdb82a484ec345385b6d05974a0c51f2fc2a08c37302 +size 250606 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png.meta new file mode 100644 index 000000000..44356eb0f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise98.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d105d7e9604167aa5a86dae62a79ebcd26bebf3e3c09dc5748b63e9b9ffda2a4 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png new file mode 100644 index 000000000..15b179135 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dc2416129d58f47ca0ee6c2604535db6a92f928c6007e68c375ada911b4dfd +size 117459 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png.meta new file mode 100644 index 000000000..cc3d994ff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/Noise99.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194a05676fc52b7ea234efefa06c4a7be9bcfb717c789ae016c330d7dd948697 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png new file mode 100644 index 000000000..e3db93f9e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2555485e71a67e83e4d945f3fde875e5605b8654ed9983c5588429dfb56eeb +size 52101 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png.meta new file mode 100644 index 000000000..e4ed78b39 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c0b6004715ca1c6f816b3f6e0237f394133a5c7ff88b473d3f3dc1f44a15c1 +size 2188 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png new file mode 100644 index 000000000..a99baec6a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a9f8ea9427829c20b507107e9866a575d63b276cfa5b13738ef751571efca6 +size 80149 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png.meta new file mode 100644 index 000000000..97c50eadb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f346edc38d83622408a97f2759341f45bf8682bd7897b9e7b5388755bc6552 +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png new file mode 100644 index 000000000..f03cebcb4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b2eebf0e70a9ed3a2a1efdd26ed799d797ce82f8bd3382acabfa0ac29db809 +size 92486 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png.meta new file mode 100644 index 000000000..a7fecbbdf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/PerlinNoise3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0989e6a1989b54c78f1c484247bf7aadd1de00bb989545e4fbe7bd743c3daa +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png new file mode 100644 index 000000000..43b690ea2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3725b029c0ddaf4ac77ac332c5dc8835003dde71b02828e0a749888c2a35567 +size 175097 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png.meta new file mode 100644 index 000000000..fc921d367 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Noise/SmokeNoise.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cd33cd6adb21ea221c2c4c608fd99ea70b37619ce3cd6b1f306e36e5a2fae4 +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others.meta new file mode 100644 index 000000000..9abee8ae1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777af0be28b8efe4c06d86893d8dc120b0d4f502ea2d0696f9f0f5142f734ffd +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png new file mode 100644 index 000000000..79fcb799e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c46547477678b164b6586da8ebe65a6001aac2f8ded9644c350f34eab6d8dd1 +size 48451 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png.meta new file mode 100644 index 000000000..82b6bffaf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/AlienRunes.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238d2d0a46a69afd6d277cf37cf00aa068b794c9cbd3959e53cce20ca5c69534 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png new file mode 100644 index 000000000..0922bba4f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99989a9a887d0a988def20ce59c1c96f9cd6465b6e3855c483784e09628e6ee6 +size 282831 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png.meta new file mode 100644 index 000000000..79f534c01 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db074475a652abf7033bf62e40824602520630757b8793bbe61031a0df992d53 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png new file mode 100644 index 000000000..237e9941b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaccb1f19aaa3441b5109023c769892c3bb8d3f48f26bdeec15b3cf47baf115f +size 92895 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png.meta new file mode 100644 index 000000000..4e09274cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484ffc303b2a7e6467dcd109e0b7ef68700f3b9c16991221ac27cb62fd6d3967 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png new file mode 100644 index 000000000..3181346c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750cbe4dd4a67a96f2cd5d1a166b6a64cd69e69b382b0e7e605711ebde5f42fb +size 167451 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png.meta new file mode 100644 index 000000000..f166994f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Blood3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772db777aa1cb58dfc9d261018ad99c790c122ddec7f9619c338ba9214ef3f67 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png new file mode 100644 index 000000000..71ae005de --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1229c91f8a1d9f7ac0504692003e0673b78f98238e3dc0e890bc7a882977c5e +size 471827 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png.meta new file mode 100644 index 000000000..efd1190cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodColor.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e6452fc0d6ee2a9f475b2633bc40e2df9171135fd7f7f51c1d6130c709b918 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png new file mode 100644 index 000000000..49305bd48 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177f7e3e1398f9e8774c8a60eda4244f9da9e8b2539f7ca42a9b6aa0f67eb169 +size 201443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png.meta new file mode 100644 index 000000000..27a479bdc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/BloodGrayscale.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d66a5b999a275b89c2ba2b203fc45409b849eee9c353aaad24c1a66cf235ec +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png new file mode 100644 index 000000000..cddb061f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691fcc6512dd83294a8a3f6e607c0f856a5ee4e28ee9ecbe6e4a64fb21b4f738 +size 210441 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png.meta new file mode 100644 index 000000000..e30fc0a96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c78b4a82499748420af6e81fb387698ffe1d8f2d19663923d0fcd163dadcb3 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png new file mode 100644 index 000000000..6c7affbe0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaae27ad34833ad1a414446c833ff72506d36d914cf18fa375349934cec03856 +size 260172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png.meta new file mode 100644 index 000000000..3dd50476f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc23299819fe9a0415e88973ab8536b9589d58b6afdc9760b2b6499021cd413 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png new file mode 100644 index 000000000..d6d3f45e6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504893cc4fe4e9d3b0a5c5ee7c4561c022bd4a6f6601a0e52d2b3183ef309c69 +size 211196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png.meta new file mode 100644 index 000000000..054a9e1e9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8b6be9a2d662b1d52e6bd0349cd078a3569da8df34fe9cd8ad4ef9661445a1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png new file mode 100644 index 000000000..c37ffb26e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135bfd7b34fa05b4e477e3386bc2decbd5440c1b4723c3c1995e6a5457900d76 +size 146780 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png.meta new file mode 100644 index 000000000..d4ec9405e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fd49fdf7719f78a3df1efba8482c90eb967446e891e263d888a53d39455a31 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png new file mode 100644 index 000000000..1e0f5ccc0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52aed968f6f31054fcceec0a6f8e2d370d16d6502ebdc6fa825d58e306a15af3 +size 312767 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png.meta new file mode 100644 index 000000000..30adace4e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/Digital5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30bb285c25648eab1d37fa7d27d18c448e194f1a8901d40f2dd0cb98b603929 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png new file mode 100644 index 000000000..64ee23c40 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d5971e1f5974e235aaba71c5a323a6313fa9a94484d613501148c784261bfc +size 111081 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png.meta new file mode 100644 index 000000000..58fea13ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/GalaxyBackground.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1a52a403bc1c5d55166c4d9ab09660f43f535414cb13a071feb6247adf21a6 +size 3010 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png new file mode 100644 index 000000000..95ab95e58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a32fec822973e658e05f37f118f259556a43cb30f31604c10dcadcd942b96df +size 16389 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png.meta new file mode 100644 index 000000000..ea3bbc6e5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4126d174bdc8663a8a506d6e68e997dd124fe928fff3e880019f5d7014cbc6b6 +size 2188 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png new file mode 100644 index 000000000..7308e0e40 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ba951b3da083cb159492b68b1ae5c2dfc8d2414b8170cc318d61980b1a2840 +size 20751 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png.meta new file mode 100644 index 000000000..f67141511 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/HoneyComb2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b682d70422686622d238ef0dea61d8c6d80576ade6e09af0d68cf3a01f4f5a9d +size 2188 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png new file mode 100644 index 000000000..c92be227e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f56f14c74e090e099a65495088d3957f8f038b5fae207be4e918279e48aa714 +size 49740 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png.meta new file mode 100644 index 000000000..62a888ad2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef87a48d989404ff297be812bac360596921ebad9689bdb8c9c0c7b752020da +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png new file mode 100644 index 000000000..e5d8fb454 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ab4f53ddf3c46633f79c985266975a15a103e54a10f84870cbe19edc1f28ff +size 46862 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png.meta new file mode 100644 index 000000000..3330878f2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3e1ea907b13f9719eb16f6891c4513c5d461601f5bc99a11e05c529a5c9a77 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png new file mode 100644 index 000000000..fee976a5a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf65947d2f438508ae02a1551fb8b4edcb2dd1e34ba0c1067687d7a6c9f0d92 +size 61340 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png.meta new file mode 100644 index 000000000..f10356fe8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974db39a31410149c477f99e75f8232f68a5039edb06361a9b8a2d940d13fc1c +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png new file mode 100644 index 000000000..aaca556f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa77564248bb401539d7b4e424f0f23c5814c28d022fd04ffd26a533fba57d8 +size 64377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png.meta new file mode 100644 index 000000000..42fd9d24b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f0db5f426fe02032da487fbcb57eb8a858fe8d307a1e0fe7bd0e898dae6f99 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png new file mode 100644 index 000000000..919f138f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b9d134164b56d9a5530f93f3012cdb5b232c4c3fa8ac8100d9fe5e6683fc1d +size 94770 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png.meta new file mode 100644 index 000000000..6bcb48c0e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77b6a5ac12479c5a780ccd793f73d7b5356c26d585bdbe5215d9d4f76617e22 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png new file mode 100644 index 000000000..c1615a45a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a733031e0e2247d425aa5fce7de32cb0458c56e15bddec8ea70e0c2423fcc7 +size 40028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png.meta new file mode 100644 index 000000000..301bb2da6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575a181908e156b7177dc7b49462850692a786d923b50a4a8ebeb9e9882ab071 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png new file mode 100644 index 000000000..3e2f3b656 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c530d4adf0988e5440cb32b07dd5f2f16342dc125ff2801aa791dac351ace4b +size 157091 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png.meta new file mode 100644 index 000000000..9b9ffc16b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/InvokeArea7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f262dec2d39afd8a9fa862f18a7e1447f5411a6609bc0e9a6d4772ecec3f87f +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png new file mode 100644 index 000000000..1abcf7dac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339d17be3f2bbee2077a2e07b4a52ffaf6afc725caf5099e6b79ad1c77e63040 +size 24928 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png.meta new file mode 100644 index 000000000..71c03f2bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SciFiShield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0789ffa07a5918ba526cc4239434b4a4a97bb8dbd83e8b6449626dd379918c3d +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png new file mode 100644 index 000000000..e5e46fd59 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0e5a6806940ceaa914379ac00b6913d4d1f6379328ef0069372dc388638bb2 +size 584462 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png.meta new file mode 100644 index 000000000..4a7c7dc3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7163f270f4e7375e03f788c82d329438c85519115fc727b417c18753ed0627e9 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png new file mode 100644 index 000000000..f1f89544c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16f19f98a66210963dcd0964b78a4a1dac1cb70713f6fa3850e7d380ab613bf +size 549123 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png.meta new file mode 100644 index 000000000..56b4ba7dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2280ff33151c19c43e0b6d69f8a8c787bdde4cdda5f9c4955d5cc3c7242cd1c +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png new file mode 100644 index 000000000..5fc10821a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdde1769571d4e295f1ee5804d0b73b43916168471ef9bf632b8cfaf8908d66 +size 617352 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png.meta new file mode 100644 index 000000000..950cdcd97 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Others/SpeedLines3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65492789026f44d9eb9b8465b0c5eb79b57829b5749b432202cb17240921a80a +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes.meta new file mode 100644 index 000000000..222dceac1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2df4d3394954f45a473f330cd3e2518000a8acbf89a3b93615928ad8d8d05c3 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png new file mode 100644 index 000000000..86a2108c2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c4fefd9d3c62c9442c2c54b9379435bf44c0ec693a71c921aebf96d05456b2 +size 514946 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png.meta new file mode 100644 index 000000000..f581bf114 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/BeamShape.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50a5c1c9047ca57512672bdd298788d02fe3b0903f969931697544af783b55d +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png new file mode 100644 index 000000000..58327a3fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4d1fac63db84010fa031dec89bac278592c7449bfbae434eebeb55fb8fc000 +size 102243 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png.meta new file mode 100644 index 000000000..b52517ea7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405b745f19db065c775aa1f61e4b142227436e090aa3b9f8163b505540b5549e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png new file mode 100644 index 000000000..848199a9a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1ff7939d8d08e36b0836aed6e0f5f636e1ae378605e1d247c47daffadbeb97 +size 35549 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png.meta new file mode 100644 index 000000000..83be57ccc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4d77c6a1f3e3013dfd5c5e5fac420a72a2d7353dac25f9bd0c0378e3e08729 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png new file mode 100644 index 000000000..2949773f5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca8308b37f68e546f13bdade346ed297ac18b1380d596d125b92bcc5a233eab +size 1881 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png.meta new file mode 100644 index 000000000..98c82a07c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0506c2a55e0e730c4263886c073b9a1f22eedcc2a9eba1ef955e00ca1b982600 +size 3002 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png new file mode 100644 index 000000000..102884daf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c56845da9295c5ac14863eeed1fbfc91dc09f6347d9e157f1ce44beafec8168 +size 2364 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png.meta new file mode 100644 index 000000000..530e8b004 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576eb75c504354cd71fdfeed88ee2820592c42d7042d2980cd05e5051d99c482 +size 3002 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png new file mode 100644 index 000000000..f49fda77e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38813c589f0479522df1a8dc337ecf60ace6e903f70dd65a78b96d252036f9a7 +size 116334 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png.meta new file mode 100644 index 000000000..ea6a31bbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd7a414bd828ba254882f57e4336606c6b28c9321fabfd4e4688a4b9bdfa4d +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png new file mode 100644 index 000000000..34a098aa0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e383ad60f6cbcbd7328e45ab2639935ab696915dbd7520c80bf057aaab961ae2 +size 109952 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png.meta new file mode 100644 index 000000000..79286a820 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cdcb060b392420a89116ea9db7376bc6400f613dd9a5495bcd071be9f98ba8 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png new file mode 100644 index 000000000..030dea9d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ba24c5567a46dc9cdf4fc589fd971d7c87c8791f4979c4650f651ea0c37e54 +size 124756 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png.meta new file mode 100644 index 000000000..c36f6f00e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207925243a9a11f499d59f66a5c6d7c1741b3be1e4349c9081e36801816355d6 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png new file mode 100644 index 000000000..a4186bc92 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f356a3fb81a9563e88b9e41f8348c11e2b4c40d8354b5626a41a61e9a96fe61 +size 96112 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png.meta new file mode 100644 index 000000000..d8dc0ce93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b142850320fa744fc9d542372619c551b7ae75a2c1d7062e54eacb9a05040d +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png new file mode 100644 index 000000000..151ed17db --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c9f1577e6017d1197cdf4c27edaed3b76bd31a7570c5934c2356176b745365 +size 152922 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png.meta new file mode 100644 index 000000000..5589f9a61 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047629a51e82d85814cf9dab15784d66e8720ca0f9f066a8fb31a3c244165556 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png new file mode 100644 index 000000000..61bb95b3c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0c891b572ce4bd3e0ae03338c27c5af9f018751ef71b8ddbcb362ec8655c1f +size 152570 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png.meta new file mode 100644 index 000000000..e2088b7c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6674dec21729db12898c3654fcf3829bb80b3f3fc0f8fc0473490954a1a6c1d8 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png new file mode 100644 index 000000000..aa5b3ccbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84332de34f516dc8e7a066610d91a070595e98a49a9718a86c913252fa7b9e50 +size 8072 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png.meta new file mode 100644 index 000000000..409cc6bdb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed76ad371c2dbe7e6f5ad3fdbc9e9122a2d48f28063a5b9896720eeab465e70 +size 3001 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png new file mode 100644 index 000000000..c9dd532c6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39061629b32e9d34f758fba81de0f95649666de2829329be9a11f674da118a48 +size 126738 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png.meta new file mode 100644 index 000000000..35f3be581 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483c51fe3020c1fc66944a8c8ce39b935d6eaf6c8070ebb8c75ce92e5bf0abcc +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png new file mode 100644 index 000000000..904fc1f6c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e057172950d37c2e16ed4b1946ce6f5fbe47a52646c3fc11dea0f6c12f0398 +size 48073 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png.meta new file mode 100644 index 000000000..87818c332 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd937021ccd556332fcd2bfec4c7befe6873f7b1f41272b194e42f74e025646f +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png new file mode 100644 index 000000000..86aecc40d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0475bae04fd22ee84902295535921a3c93691f50b5ce89037fd28a076a27ccd4 +size 54745 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png.meta new file mode 100644 index 000000000..dc7021c17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle22.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3a783ee861ed828727b99bd81429e1eb257a1c234da761794718ecfd9d7820 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png new file mode 100644 index 000000000..4929ea37a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04338ab1ccc9f4521fb868e340c96842e410b60ea520111c433f89059784b89c +size 138339 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png.meta new file mode 100644 index 000000000..6d9f667a2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle23.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659b0a5ef5020c793b5be2b2a8c888e2e6a47b16b19f4c455785a98d5f123ade +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png new file mode 100644 index 000000000..7469af9f5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7363d54db8c3b29cfa1b41494d20fa93560f2b15fd7908f9c605e0b2bf8e234d +size 39084 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png.meta new file mode 100644 index 000000000..0437e6e6d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle24.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1243f044d60f8f9d4da6b95239b6bbe18638f93fb229489b31731a51789ee4f +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png new file mode 100644 index 000000000..5c19c3221 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93e39778ffe2daf54b6fec1105911033e28ce66b3a1c8fd9c7aa296ea0a1613 +size 93096 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png.meta new file mode 100644 index 000000000..96732e0bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439a8b8cfc723ba208971ada3ae826e8205cb7399b732cc85cc6693fe00f1406 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png new file mode 100644 index 000000000..d4f9c0e3c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:362ad44660b08b220d0f2893bc843aa273fe758327d1b0a385083ea73a6e0110 +size 53556 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png.meta new file mode 100644 index 000000000..b9482447a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle26.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4be78ac7e32b4ef09d24f84cfaeb8aedcbe3d826b8c852e69a2813db0caf7a5 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png new file mode 100644 index 000000000..b4bcde652 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11e7f421d089959119f7bdbeb1414a4528ebe8d09b51ab4f864a9a36c5df08a +size 58387 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png.meta new file mode 100644 index 000000000..a93469cee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle27.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e1c4d2fd33ad2c34030d36544303ed710d4a4ae590fc05a2bee5ebff29f74d +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png new file mode 100644 index 000000000..66d883548 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a1a880384fc42de742861ce96054fe24e107c9e01f99d17a42f2f07741ca53 +size 122789 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png.meta new file mode 100644 index 000000000..4f9404b3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle28.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e84ed4cfea8814ba31401d4e3a4151a28c44d2c068cd1f34d30e8ac15aeed07 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png new file mode 100644 index 000000000..d525769a1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201828486b3e8422299fe0ca9dcbe1a870b0090a273577de45d2ac8032b96fe9 +size 91737 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png.meta new file mode 100644 index 000000000..1cee9be24 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle29.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714ccdfa65ce2273618269c91ba94583cffeebbe99a46b982d244078315eb8aa +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png new file mode 100644 index 000000000..d32d7bb36 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68627734d08aab3eaf3f94718521553628c75aace1de6c74de28501c1a4c147 +size 100114 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png.meta new file mode 100644 index 000000000..5b9e41114 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bfaebadb0c08bbbdf96c9d3a867dd02974d490d63a58bef892146d8114d47f +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png new file mode 100644 index 000000000..81eb89d16 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec84d03aab21cef079714c4669b710419024685826c44924e6ebb6a490aa45c2 +size 135716 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png.meta new file mode 100644 index 000000000..16a56f323 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle30.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18269406e007cecbc056fc9ce8536372f8ebc7ca2284f0f2e4dedf3dd4c1c44a +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png new file mode 100644 index 000000000..d2a83a29f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1bbde8d6528a7b336ddd051a9f0469cd1f0cc724ce1d3d0744d77346fc23e5 +size 109989 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png.meta new file mode 100644 index 000000000..fed880fde --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle31.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3674fad4f523953ee8b4982466bf32968eb68672f56cc92da460529c167ca0c7 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png new file mode 100644 index 000000000..f90e05995 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbece86fb2a7f7e7b61106a0586ecb241fe137796125f160a6870585cc614c37 +size 3030324 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png.meta new file mode 100644 index 000000000..125696ae3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle32.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf61152f3eb7dd4e4d9573631c2edf5da3b90aca37e56e20e25ea3e0a08bda6 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png new file mode 100644 index 000000000..9a0fd6dcc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e69cef6e1a56764a2701063faa1f312f13bb2fb9d63a99ed8f0c61ac145239d +size 5763412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png.meta new file mode 100644 index 000000000..84c1633be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle33.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db959b7760deec4cd0ec4f44430805068cec15bf8c98af282b596ba007aebf74 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png new file mode 100644 index 000000000..2430e1c44 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a67adc41c4f952c4cac14252cd2a9125d0b3d610959e3fea0db14e5df0a1cad +size 4122193 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png.meta new file mode 100644 index 000000000..18cdf0fa5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle34.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214ebc5db6923c8d50c7fbadd06424e163c36a76913ec1c524a514e7b5f97e4f +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png new file mode 100644 index 000000000..b4e1c9f2d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8538d6f6c4c68be4e37b62410a773fb5f670677171b5e9423fc16a3b412a115 +size 279292 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png.meta new file mode 100644 index 000000000..3bb3c48fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bd8700b747873523f754a43d3ea583aa2a1a0ecad4e19a11c925bbd791f0b7 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png new file mode 100644 index 000000000..e17876fc2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bc56ee0bb9183dbd1db51234ae5527e614219d6b73382c1b253465bef07f86 +size 40484 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png.meta new file mode 100644 index 000000000..79ad17100 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6952a647f6a2b8e0f65d2b3026a5e9cea7f05ae7fd0ea1ed0ab0945489aaee27 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png new file mode 100644 index 000000000..0da3b7af4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a0a6b871011908e16471db6dd048416d63c8be54cb48f8c057a846fffc3d3b +size 30202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png.meta new file mode 100644 index 000000000..86c2a4799 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b35915ba2aea34e1fae75c9adb7da2c7ce6d0bbb0f340e7596e7dde876fc22 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png new file mode 100644 index 000000000..4f27f29d6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cd65c234da74d04ac16167dafa2271df5d774bafe0833324208012d9f2df37 +size 29222 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png.meta new file mode 100644 index 000000000..995b257a0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf3a7488bea08b2047d206968d5c9478bd414f5007aa06f972951d96a26e337 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png new file mode 100644 index 000000000..c60eaab35 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b15105999f94f46b5fd7a340503287d55c3fda556f6426e0b418acea664fd7c +size 112663 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png.meta new file mode 100644 index 000000000..2a8acd894 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79853aa2a60c555558e26b7198ee186e6c70d1ad7577371794bff13490127fbe +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png new file mode 100644 index 000000000..539fbf050 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9b3f5bd4d10a803d096f177f6492d6b1ccf542490eccbd755c7ece7dc95d96 +size 107181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png.meta new file mode 100644 index 000000000..eef7d49b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Circle9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787e0e7779ae60b7132dc54a717c4514b3ee094a849c4bcadc0ecc5f618b32d4 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png new file mode 100644 index 000000000..eda210826 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd0fb11e594834db76e859d18812ae2a9c1d15ec721a2b49d6c4e9e88f4c303 +size 201221 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png.meta new file mode 100644 index 000000000..9b3fd677e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CircleFireball.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24095d92c87e4c85fe64c61c08b5b2893f3fc2b888c56794214a976be84d768b +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png new file mode 100644 index 000000000..38b574911 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38c0d7e93852acefad826bf9c301af918d1772a91d582f484792f7c25458016 +size 36826 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png.meta new file mode 100644 index 000000000..904174e04 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CirclePentagram.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b785beda085a876e5fa07b7682f8f07a0fddcfe7d0d6a7e8876b72137c1f969e +size 3009 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png new file mode 100644 index 000000000..efad4b142 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca74c2249aa05e2bf63a3c4e1690e36c1c92f8478c1613ab624be1ec8a5c113f +size 134222 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png.meta new file mode 100644 index 000000000..0ebee72a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377ed62e185cc319586de149c6964998515ab505fccbd9ec6e7f5300f8bc501d +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png new file mode 100644 index 000000000..348825405 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8aaa922e1d182e32d9b9a7cd0b8ebec427b1cf0444b29b3c1d826d30bd65c03 +size 137498 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png.meta new file mode 100644 index 000000000..95722d6dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2437e0ed7cbd351740957a448d85ea981d4d975409776bed93903aefc292fb4a +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png new file mode 100644 index 000000000..79e7fb4cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760ddcf2cfe65aa9525970051cf180a1ba267ddda28c67ec97c79be1d2473914 +size 139537 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png.meta new file mode 100644 index 000000000..1594d81b9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Coin3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f5d935c216a48c0ccbedb0eae16c4dcced96f9f38bdbbfd01e7e1da88f3298 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png new file mode 100644 index 000000000..529a4443c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83076823dca36fa6912f5e3a7dc1e85afa804f6be7a68ac2d6856cd9d9e3ab6a +size 39598 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png.meta new file mode 100644 index 000000000..5fed6b87b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/CylinderScrew.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e441ad924d52948e79120eca5e8a63b58429181b7317b4c3a7b478d089562ee +size 2162 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png new file mode 100644 index 000000000..b522397af --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c152d165f0da51e427a5d5b4320e45aea6db6f6946d401c5d07a8e615a5a8224 +size 61947 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png.meta new file mode 100644 index 000000000..176cecb4d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Diamond.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8453bdbbccd2a7ee69ef167ed1a87bcb1d493ceb0a3eed9aa58f32ef3484e737 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png new file mode 100644 index 000000000..42cca4886 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d1f3eefbe88df9e02503447a770b71e9b496018dd481c2b5cb85af3f84159c +size 14173 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png.meta new file mode 100644 index 000000000..eb65411e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalProjectileHead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70084d7e310e02903a2c0cb55d4ab76f8bf349689c9a97b61d4f5405c848fa9c +size 3274 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png new file mode 100644 index 000000000..9547e09c0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44cf555422e8278cafcffc2833af2b66852dbeb2be883169c77847cd862c654 +size 1071 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png.meta new file mode 100644 index 000000000..24ed28d01 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789551815d5178bc69c539af211a954f4e4be7a25a2dce05bc94a06833c1bcf1 +size 3267 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png new file mode 100644 index 000000000..2b983f6fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db3d9895a8c50ef79045601c5d840026ad9a1ce5a0ce603711b4db98a3836e6 +size 1079 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png.meta new file mode 100644 index 000000000..be4198d1c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalShapes2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4bb23cecb1145fa03ff7dcdafdf706f38993a84f646b49bb0815a3fa0a556e +size 3267 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png new file mode 100644 index 000000000..2cb4f04a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3507a834daddec01936ad7b5d7768cef2558d0d935fa5e60baf363ee0e673b5d +size 618 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png.meta new file mode 100644 index 000000000..7016e9769 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec63001530721b7c458c8c7282532565420234ae7c227fdee6daf739d0412a56 +size 3266 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png new file mode 100644 index 000000000..dbfbe4990 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fde14784ddca230a367fee84e1939a1a8ebf51c2ebd63d22475e85e9f2785b +size 2902 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png.meta new file mode 100644 index 000000000..d439ccdcc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/DigitalTriangle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2cbffc58eddfaf0b1f543a4b0fdc867531206b5537c4aa3cb095082fa105d3 +size 3268 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png new file mode 100644 index 000000000..71758e026 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f851ac3ead78511ddeb58c1b4ee63d5002d1749dbf9431d241594a61e5d4c2 +size 824 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png.meta new file mode 100644 index 000000000..b3b8b3532 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Drop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72cce24b47c82ba2d022a9b3540c39b6945ef34db4948eb573c840d176797be +size 3257 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png new file mode 100644 index 000000000..98503e0e5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0907d6bc1698b7c35ba9608cebc485dad59e9bf99a27aa4f452b0a1bc985f620 +size 4202 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png.meta new file mode 100644 index 000000000..125ddda69 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ElectricMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1ab8b7477582e7ec99937ab06d3cb0ed675dce722e1fa924e73bc30938e5a5 +size 3262 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png new file mode 100644 index 000000000..00806f44c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222c62d11a37c2297ebead53ffadd5be1179a1654fa7a5e976f08057b7a46699 +size 117879 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png.meta new file mode 100644 index 000000000..f0d9135b6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f07c88143acb3d22dc684671a8c7df63958902616973b21d6eb9a24dd56fe +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png new file mode 100644 index 000000000..6ad9da341 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062b7cc36e33a93657d22f2e7e59cb64da2fe36ae30fe53553090aad03b3cf30 +size 17678 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png.meta new file mode 100644 index 000000000..c590f3ce7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547b58fcce5199d9907005587120f2de656b821a39b563a60084852e64b7a8f8 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png new file mode 100644 index 000000000..4047abc38 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4f23412e9aa195e659933b55e4cd59e10c1de49bfba6d9ccd8398e2ef198d4 +size 108551 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png.meta new file mode 100644 index 000000000..d2c320bd5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685987704089b7d9435b5c593693f2322fa3b432aaa468779892b1a02896ef09 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png new file mode 100644 index 000000000..39967f7c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b037d49ee00be7cdb76b6cc9842622bfff58a785f0e38ac339d09dfc5d3b12f +size 149147 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png.meta new file mode 100644 index 000000000..9a0e53fc3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543fd81f48656bc6d4719505d9e93d940d78ed4d1ba3b70b450893541ba0a10f +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png new file mode 100644 index 000000000..e189da5d6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9b5e6b714f31184a0d95cc2995766c6b1983f8091d1b07902f813836632664 +size 57862 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png.meta new file mode 100644 index 000000000..ebb093deb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21a9928ef57be7e90b6cb57fa69cb54fa9e82d2cc78c50a925729d5d2861363 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png new file mode 100644 index 000000000..c3ff9ad7d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17f82f6e730ec3f9e141ae88a46b7ce40fd3e4a5adf64689da119345d7602a4 +size 58790 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png.meta new file mode 100644 index 000000000..9186179fb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2301ab1bde26985cd0eafb7f88424910a30f1be220eb6d6e911e63ac0983aebb +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png new file mode 100644 index 000000000..dda611919 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f9ee7d58ff6c7e76c22fa6e96a439a995b87802626bdf42e1ca6c1c491f09d +size 59684 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png.meta new file mode 100644 index 000000000..f287a7709 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c8ec6cc883dfa7e2b87197099258197a3695947af482fe0c1bb1350914535e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png new file mode 100644 index 000000000..dece91862 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364dfae312fae11c5252dfb8c8cc19e9ef29daac98978ea667e54b7a56c5a23a +size 72233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png.meta new file mode 100644 index 000000000..9c7f83451 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a628ab8c7262f6358285a67fce9da6fcbcec99a351760820f2041a17928ad +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png new file mode 100644 index 000000000..a9ffde883 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91902c75616052d984f4da1e8e4b80dae8469c1649298a122d1d21c1bc89125e +size 56930 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png.meta new file mode 100644 index 000000000..56bee9553 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd039fe2381ba12c624cb2949e116e7d6f8fd1e842712247a1ee4ab8a11ffc5 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png new file mode 100644 index 000000000..b638ed8c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0145d5581741cfac3a4bd09b306d9c2f89218073a7839dbbdf6c45dd00300d +size 69977 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png.meta new file mode 100644 index 000000000..2ffa1d60e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173665934fd026b00bfb9c22de527569febf2f686b90f70dcffd209931f55d32 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png new file mode 100644 index 000000000..7225f0571 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4bce3009b7c3c5333fd1c594c3681e6d0629289b024a82c0cb22c3d922a7dd +size 75706 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png.meta new file mode 100644 index 000000000..441032ef9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3e660c657638a32832f1db51af57f1583aec4584c67397792017e50be6bea4 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png new file mode 100644 index 000000000..18b3fbaea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6365e3a1ecb34a805f44a97c9b22e5901228691a18532b1755845a152363fad1 +size 119697 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png.meta new file mode 100644 index 000000000..4d634e523 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfb6247d6d49ac8f5864853526ff1760a24acdec2a0194e286065791138eb54 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png new file mode 100644 index 000000000..0ead759a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f8440252e186a36325d05bbfae4379f7260872c42164a579c986cfbaffb9c1 +size 66014 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png.meta new file mode 100644 index 000000000..c0851a7c6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbba373d6dcf6ed310868d4114493ca7be6f4fc6e9cc5cfb02f2579c3b439333 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png new file mode 100644 index 000000000..1929a6280 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9d691f273ff4210721b352578e15f8085b8a55a8932bfc5a9ec51208869e0f +size 110233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png.meta new file mode 100644 index 000000000..9d9d2356d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c4656ef5a5b29f12699fab7210f62909d0255fd17b01144a8d6bb214b6aecb +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png new file mode 100644 index 000000000..f548b83f9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21badd9162714b4a9cdef4c1f17004318ae81ad280dcd6fae710c79afff3750a +size 122259 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png.meta new file mode 100644 index 000000000..4de896f15 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b1e5ff5360a8ec575d7594fc61fb5061dd5a0934ba8c827a9b7556c13c49e7 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png new file mode 100644 index 000000000..b89ca01a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2947dfe63108298c0b7b6524f48a697269c3603bb8d7af21fc11a59bcb44cd27 +size 127925 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png.meta new file mode 100644 index 000000000..51db655aa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888774746c79a8a5321fd3e8b1f28d8213c17f2899638a199b8d460c407eb324 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png new file mode 100644 index 000000000..c3aa76c49 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1ba25a448d2e02150dc1811324b7ad42072d2355e329f8c761407790725d5b +size 97223 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png.meta new file mode 100644 index 000000000..84b0eaecc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf97ff164a4327f7d1e750fa6b4c516681facb3c98435c00a3d465b792c33ffe +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png new file mode 100644 index 000000000..2183f0322 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76537a541eff4bd0f7249fd2f3134d82abdf4dfce17aed2694d753c11b9438e +size 95481 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png.meta new file mode 100644 index 000000000..8af3c7eef --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41041614cf97d9d1101449285f9ed63d2ff26328b1599208a2477a93cea4febf +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png new file mode 100644 index 000000000..f04752478 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28fc7347316a94b9a8ae371ace892315f36818cd5e16d3bf2f706cb41425c97 +size 93540 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png.meta new file mode 100644 index 000000000..50b6ae705 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7b07d265f286e2f00c3b08bf0dc9ff5e5b97804d7301db93f5c2bcbdd1d358 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png new file mode 100644 index 000000000..91049c3ff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc2fbab721c1f07daa202ebd4205f81ee9950c998ac47d2372ef04384358fee +size 52122 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png.meta new file mode 100644 index 000000000..4c235a288 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dd05fa5fa1512c1799a5106f3cc6f9e8cdad77dff8b2897032c5bd2f56b0ca +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png new file mode 100644 index 000000000..ec2d45525 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e18d8482c0d0221d15b0faca8eb91152378f2c43731caf6775c698595e4958 +size 52409 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png.meta new file mode 100644 index 000000000..888482185 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Fire9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4275d6ed723c0f290019688b78b7621cc637d25c655a145fa8b74f33e2970c54 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png new file mode 100644 index 000000000..81a52b751 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c1facfcd88788e6590c965b2b4ce1f8f476a4c54ac5b7d152e1961dd634ef3 +size 21592 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png.meta new file mode 100644 index 000000000..792c4da7e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57ab97583a2b384a4d7c8b964cc4cfa6b1fa00cc5ca350176e6ac584b163f64 +size 3259 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png new file mode 100644 index 000000000..8dfe8a484 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91b1105f4335009cb719d3953ec0db8e1ad68a26f9707629be379de5828a503 +size 12273 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png.meta new file mode 100644 index 000000000..0f6707e9a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bff00ad20cbdd90bd08e552ae2a5386dbf47dd4ec8facff6b96c6bba11235f +size 3001 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png new file mode 100644 index 000000000..a8cfbb916 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd7d6347fb2026becb6c4a62b6be3e4c7cecf0b7b5bdfa17c5e2dbeefa18548 +size 16019 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png.meta new file mode 100644 index 000000000..6083a1242 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers2Erosion.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e1cfe5565540f265e9ce74948894ee1dea5d89de9699a21d3407217b91ac2e +size 3008 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png new file mode 100644 index 000000000..1904a7028 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bff8ca2aa9ab075f1516a843278ae47ad770dcef2f6c9f2d6b06fe1a7b1827c +size 122082 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png.meta new file mode 100644 index 000000000..11d00d283 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8c723f95ca36922337952a4bcbe6787aa36d80f3e473945eb06b10567baa76 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png new file mode 100644 index 000000000..57dd9656e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780bfc729ed43f0ea3a80684e653bc2b8e00839b6c9c8c85259f1c40f2bb258e +size 4139792 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png.meta new file mode 100644 index 000000000..963531b87 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffffff5837e3f801be936adcd115042d77bb3f745de34a11293a09d09305990 +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png new file mode 100644 index 000000000..d32976642 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c860f166267b08383a4547f166da7c01447a87fc8422739eda756b3c164f10 +size 3907362 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png.meta new file mode 100644 index 000000000..5604c7d5a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8197c50ca30ff31f8e373038ae61124a5f9f71dc48a93f3f35652e737cc90ed +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png new file mode 100644 index 000000000..d2060af5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d312ad402d3ce1ff4f943798aed97c930c34f677eeaac360cf9f1227fa0b89e9 +size 6068991 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png.meta new file mode 100644 index 000000000..6af1c8afc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FireEmbers6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0c9273fe9e3caa6a2f2e074fb441bc71efcca62a3214525b567c6e67c9da3f +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png new file mode 100644 index 000000000..01982caed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d084fb6f9806908b11ddab65ca1848509e08e5b4da5da0dc0425eb576755631 +size 2615 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png.meta new file mode 100644 index 000000000..a0a415212 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73e3ee4e436167b25f80a3f1ee8f79472da4a44b9c814401c22bdaec6b207ba +size 3003 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png new file mode 100644 index 000000000..6710829b9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1f7a42295c4dc2c65fedda226abf0d0b08c8d0893d75526970ae7ef8d01c9 +size 4575 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png.meta new file mode 100644 index 000000000..8744b4511 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FlameMaskTrail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:694c1cd8df1494a74aac1028d566bfdf3e1a6a5d0b8f579efc0c42b0b2632f48 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png new file mode 100644 index 000000000..92682c682 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d92491fae88caa2466ef7b8c5667740e0c45896705856044dc306137988048 +size 4970 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png.meta new file mode 100644 index 000000000..cd6472dfa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561c1693299c5e2963e687a164d2c81ca25f97a77cb153ddc856cd1469a5c22c +size 3032 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png new file mode 100644 index 000000000..67a302577 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b59c9b6b7aa29f30ee13add7fd4e9b2f8955990ab47a8491f96b0161a315280 +size 100337 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png.meta new file mode 100644 index 000000000..9f8b4c545 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ffdd2bd0114198a010948677b5454c330ef5613ef504bbd9b25bd9d2a0a058 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png new file mode 100644 index 000000000..768954e24 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a085eef712eb9bb1b3ce9ac42542dd534ad8be7f15fe504fda42258d3bbca23f +size 94829 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png.meta new file mode 100644 index 000000000..63429556b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8614351e7d660f1bb56b488a18d63f6c6eaa35c86b262873d847dc6c8582abd7 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png new file mode 100644 index 000000000..e3037c4fb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd17b8d1db99e7afee0e33535b67e54f6d392b2db579d94a7fc2197bd688db7 +size 126114 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png.meta new file mode 100644 index 000000000..c88f9c0e7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26afe2eef60e9ab9638ece265fee463fb48131991ac2073701cd8e237d663b31 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png new file mode 100644 index 000000000..aed01cf0e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451a706f4a5b47d2db24dca0f407788082793203f0500325f2b997ecb543e5d6 +size 103513 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png.meta new file mode 100644 index 000000000..935f61863 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a874f73c7fba61599fba5c59f154286ef6bbc37379b7b73b93d5531716ca31a2 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png new file mode 100644 index 000000000..da8974017 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fbd1de8c90d7f21eb9331be50619dca6b26546cb769b4809f8164b94fc893a +size 85873 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png.meta new file mode 100644 index 000000000..078cc2a50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df522c80a8cf4467717d5a6d6cd81859240c556c448a0d00da79ffc0043750d +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png new file mode 100644 index 000000000..343ae0c14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060e9dc06a0b64787a3a4d5a0aff67a1041fc5ed7280af1d2fe1c4bd6d7e5dda +size 125674 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png.meta new file mode 100644 index 000000000..3993cca3e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44179ff8108df76508b0e566c6ffadcb950e3b1dd8582dc1fdf014f079a80c5b +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png new file mode 100644 index 000000000..99afbdf99 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6008b89edf6b28b5be2b147493e3562d32d7cb27cb6175953e7816e632259781 +size 58864 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png.meta new file mode 100644 index 000000000..1ddd42485 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa7d4a26f7478ede1aed71c5bbd63f4d07165c51f95fb8be2d3195fa5c44e70 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png new file mode 100644 index 000000000..64ed871a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea4d14bd2ca4cff85cf482af00eefdc521243da016ccbfba6c2e47e3a276a85 +size 106242 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png.meta new file mode 100644 index 000000000..a093f6f90 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389a54643923e433631248d0dfc7a4442d46a8a5bfc54935994e2897d8af79c9 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png new file mode 100644 index 000000000..6e8debde7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300a60eea0276fbf2ff94ad30a71d1c764024783617dacde976e01c46c8d6627 +size 87449 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png.meta new file mode 100644 index 000000000..25d9b7743 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc12da807eb769db44a32b955a790cee5352d3e3c23d713ae8c9765bb547f1f7 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png new file mode 100644 index 000000000..458f2fb59 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b61d81a78523361d51a0c190ead189851501ef752e441c2c63c8a0335ec33c +size 37858 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png.meta new file mode 100644 index 000000000..44804a3c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ec6ac27e73b65ba69004bcde4909727c18327ff30328a29592a46bad57f6d0 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png new file mode 100644 index 000000000..2eb9f1f02 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa8dff32f48c2d35e1cb7397c6e35960c54223dbb09a0a242afbee6dd45cb4c +size 42395 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png.meta new file mode 100644 index 000000000..f22a8a937 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ea711cf6492fbcd4726ca212551b7be45996709a5a6a94d1a31d298f1d1a65 +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png new file mode 100644 index 000000000..d0d5207c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a801636fec8174d65487caa3ae1cea476982bca212cb545646bdf5ed2ab829 +size 99782 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png.meta new file mode 100644 index 000000000..99b24b0f6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2beb61a7e69bae15c57b4a16a8745eb878220c447cf9088da3365ee59526964f +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png new file mode 100644 index 000000000..0ede924a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ebb6dd4a0667abdb808dfea1001fbfac5edf4251e01dc9556daa6a2c25f263 +size 88656 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png.meta new file mode 100644 index 000000000..2231578c2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a0582a1c103ed44a4d86514f0ac1f87e541f96743b4c71fc78c04443846cd2 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png new file mode 100644 index 000000000..692afc2f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0498ac721db35e26559f5c4c083b7cec9a0f785d38acac64e0f60ce5ffd6b59 +size 79286 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png.meta new file mode 100644 index 000000000..e09385253 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare23.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867f89137cff4599e3815bdd75024f534218a66f4c5119a3a1c34827e82401da +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png new file mode 100644 index 000000000..bc6c26dd8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f0577717b1aca38b8e03cd4b25b004abdcea0dd0ebc512019cf3f216cb9f86 +size 65459 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png.meta new file mode 100644 index 000000000..2a2913600 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare24.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c6dc736c16e450b0df40e023b0ce1fda272aacd0339a5e6753c056bacbefba +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png new file mode 100644 index 000000000..85466030e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2a8edcd4669bc990cd8827b343ac55bc07c581aa020c98ae619402eb609a83 +size 69450 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png.meta new file mode 100644 index 000000000..5c435aa0e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83490d93767c0ae9e11e403c54b4aa6d645dca80e1bd3f86cfce6ae017b09d64 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png new file mode 100644 index 000000000..2f35cf864 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfbe8b992131d83400d34f5784db034798799ad5d0d614cac94560e04df1cef +size 36258 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png.meta new file mode 100644 index 000000000..1ab2f5064 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare26.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8baeb88cb1813295d4d65cc7c413695ac1ad9354d1fc777b080157e30872d27b +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png new file mode 100644 index 000000000..5f86ad4a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f710919a2b9ea6af7edc1f6c758eb77b4edd9ad5490917275c3f174fc5f7c4 +size 42506 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png.meta new file mode 100644 index 000000000..a36f94b4d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare27.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e8d763c8b7b771b201bdef06aee42f77297305af08aef8d7d0320a482227cf +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png new file mode 100644 index 000000000..2fb5aab23 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b8ccb6bc4a3caddb647dd2366328ecac8ad8f524b863fdf20af24bd0b2f02a +size 40928 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png.meta new file mode 100644 index 000000000..569ca8f50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare28.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf172dfa6079cc3fbf979f11f6a8b2c8af679651fae373cc8da3101f49bbcbe +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png new file mode 100644 index 000000000..63e87867e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d32bfe6e4576ff05b8c6f826327ec3a3a20f7b28ebb4f385ab8f5a3794692ca +size 70625 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png.meta new file mode 100644 index 000000000..94f42355a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare29.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39274557ed383e413fbf826dd0f65d5ad4d0cfe3c204e19e55bd687cfd7a8bfd +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png new file mode 100644 index 000000000..922963d8f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baec698759757b9b4a8fdf461530e5bf1a4e8f6bf157a2285818f8dbb2a56d1 +size 42671 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png.meta new file mode 100644 index 000000000..54fbb01f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20fb1416f251bdbd48546b31ef447a5bba357ea2aa330651a51a217a5d590ed +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png new file mode 100644 index 000000000..83dc686a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fccfdae46f13f5ece0021e209195e1e19965409c1921607c4c6bfab0642973e +size 76593 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png.meta new file mode 100644 index 000000000..25aa19dda --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare30.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfd33b4b36e18f0f3c7ba35e009af12e014c8cbcf122559ce6c3a7b9608322e +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png new file mode 100644 index 000000000..c0b2442b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22554618fb318381ace33aa94de7c5f640b1ff09bc90ba316aa65a2bb86a7bb +size 50695 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png.meta new file mode 100644 index 000000000..4c0f41cc8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare31.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d2738c304e6848fa553a78f11bfb469547e2ef74bde8f620fdc3559561c89f +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png new file mode 100644 index 000000000..ff7c389ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e163336d704e7b521a48defd71ab9648700eb90b6cd27aaf8fff94fa1196e8c6 +size 67185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png.meta new file mode 100644 index 000000000..da4baffd4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare32.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646e3947675b388b75beee90ea1e32f3dc52b3426f6d6846edaa39075816aa66 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png new file mode 100644 index 000000000..cb16cbebb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a24daf71309c356767b082d6f25a7ae20e60ced432223583af14f745d2e755e +size 23703 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png.meta new file mode 100644 index 000000000..5e06bdec8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare33.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8857bb7b490da3ea8f7362acc1e0bb118eea4cd344ae6d4d09a665e5c8e52bf4 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png new file mode 100644 index 000000000..436486a6e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a78894352ad7fe57dcd349afb74b198e981018b71f41a0c1019aa80fad0d17 +size 35805 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png.meta new file mode 100644 index 000000000..19a9ff76e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare34.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e57f7281e3465d9e0962287b79b8995ee87c20de39c587294c74cc01eba4b0 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png new file mode 100644 index 000000000..26d6b9531 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcf49ac50dad25939980fe11a56e83bbc470f7f69258959ba92da3ae5d76c38 +size 42654 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png.meta new file mode 100644 index 000000000..af19155cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare35.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df88433b2c06039a331b426d0dda1c66945c46bc71274d3a18de70899956ff66 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png new file mode 100644 index 000000000..72804cc48 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cdee233fd4fe7652e12a92c8dffe637c3c2b20c3fa4e9f36d05e4423c62baf +size 3758369 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png.meta new file mode 100644 index 000000000..830f5eca6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare36.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73cd9955e5193cf70b6bfe9a41f183fe7d62ca5defa7eb366e4e03671c65913 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png new file mode 100644 index 000000000..9da0cca01 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745f6775eb2c34389070da196cb67bd83bbb5eaca608bd0df6d0343c324adb6e +size 1567252 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png.meta new file mode 100644 index 000000000..873517733 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare37.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5b2e783a144c5d9fec95826b4d5b907560dcf3c13efe9145a824d4e354fbb1 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png new file mode 100644 index 000000000..8106ede00 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da654a877f9a36a0453dabd8ee70314a9a9496286f329c5231067158b02be9c1 +size 1321737 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png.meta new file mode 100644 index 000000000..b5cc48162 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare38.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c514a2c03f2b3dd63287744547f3b313488c4bf37431b2850062ae2b4f33050 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png new file mode 100644 index 000000000..c07cf6b5c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5430f6084516a734964f72b2e2ed30f0de8626bbf0e2d300fc697e018570de +size 1705646 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png.meta new file mode 100644 index 000000000..c32dc15a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare39.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f3c86f9a9841cbbf00a5ead7c627a4722ec0d09b8256a3e7b0e5c8fb61ffda +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png new file mode 100644 index 000000000..9c0dcdc3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5d35fdeb7338b79cb48fc6ee69b2cb3cfe8eb38f7afe034bad55cdc93ae517 +size 57309 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png.meta new file mode 100644 index 000000000..f0858ca23 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2b1e0803756192476c034b89338d6f3ce350a8a8f29129842f955ce721d236 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png new file mode 100644 index 000000000..473ce1274 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f761589a30de781fd6cd5bcd6efce0eab186852517f6ee0db5727e310aa1aa1a +size 3431378 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png.meta new file mode 100644 index 000000000..0fca757bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare40.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77edb33ed5edc614eab38aa4795b55a746d713e8017049fff246841323618c02 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png new file mode 100644 index 000000000..2cd6f0016 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdec22b603c17b4e25a1b7dd043c895f8cd369381838a4a7d8c41a43a4ac89a9 +size 117049 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png.meta new file mode 100644 index 000000000..e8816815b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386900abc7fb640cf8a73ad8ed1e7b44adc61bfaafb1369b727dfeb67ed5be12 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png new file mode 100644 index 000000000..a6646043c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e451b6a931f968216196f39e00949c26bfeccea5257f859a944d735266d48d +size 22840 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png.meta new file mode 100644 index 000000000..9019d3daa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eada6017c1086c845c894aaee182a3e48bcab7d94ec596ae7f90ba4a2e2f71dc +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png new file mode 100644 index 000000000..254c44dbb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b352adf2d91c713f473ff8fd9537e9ab3744f05dc3bca452e1726a611bbc036 +size 54859 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png.meta new file mode 100644 index 000000000..185f6ed40 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0847c8ae9029ef76a8388b95c3d84d1e66ed434a0c804a8e23154197bab2a0 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png new file mode 100644 index 000000000..f411017bc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640d22074899b3c02da548ac7a2cc10093ef53a9095d83c32de36dec7461f1d4 +size 69803 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png.meta new file mode 100644 index 000000000..42e8ee5ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb36a0c7870f94a8e54075a6eebb9fd441cc307c1827ed11dafa3577cd313ef +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png new file mode 100644 index 000000000..ee727258f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40688471de110b8b4230e59dfde26f395ea8fa03f6688e4b144f0d23f5578cbe +size 3221 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png.meta new file mode 100644 index 000000000..e4423ceb4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flare9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ef3c5fd06740d4fe56ac6d121b9e7b2ce0298c9500c709d528161310b44ff6 +size 2231 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png new file mode 100644 index 000000000..5de560314 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937abcb09518507509d837f59760fa93096481526497c03e83682b22351fe375 +size 85183 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png.meta new file mode 100644 index 000000000..8a2b3ca72 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7210b8e507bcd8ea304dd7ba7b2d429c282c7a22c01f8b01d90ef96ea4a38102 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png new file mode 100644 index 000000000..2f8ba7c45 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7cce89bb290545a1ce669abe4fa1fea01d4b6f02209a56707bcdd856dbe46d +size 189719 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png.meta new file mode 100644 index 000000000..9495f1b00 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Flower2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a739235fab94d8535bbb021daa4fcc9029b594e1103c686453f6a40f12ef844 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png new file mode 100644 index 000000000..84caadecd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91331b77136bc90115144cbaba70a40964643435df12816a7aae07030197a3f5 +size 340650 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png.meta new file mode 100644 index 000000000..8e7cfe2c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/FuzzyBall.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e786131f94602f6033de80570a78e8e8e79254c198415fddc3bdb2b4cede7bbf +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png new file mode 100644 index 000000000..04065e895 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04269593189f550fc8f7b346d2010b408d6b26e794a50bfa2489f80d858faffd +size 38167 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png.meta new file mode 100644 index 000000000..ed6283bfc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glitter.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a95a1297010da4682e5383f854ed0b87572f3c280864cbdcd13a15167275e5 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png new file mode 100644 index 000000000..c6ff1d8c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff0ad6bc4996e826ece6c1f51d048aee7c365a3f0b0834a28483032459b705 +size 7396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png.meta new file mode 100644 index 000000000..4cc2ccbb7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38366eb0d59381633cac0fd0ddbe07c366e092d3a96964e99039cc1adb351723 +size 2998 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png new file mode 100644 index 000000000..c03795489 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2654d22cd3b6a4868e04fa1c717734e2fecc5db29dfc852c8c6ddd7b9fe6581 +size 47998 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png.meta new file mode 100644 index 000000000..1b9eaaa03 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687ab683e822da0ee71ec28e229aef081cd2c683faa06b21548c3da7ae26e50b +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png new file mode 100644 index 000000000..16bd2e2ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9642babcee1c0020e8c5a93eaa5c3a72ba426de251005c6b656f223d1365a56d +size 4263299 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png.meta new file mode 100644 index 000000000..858357e3e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f2e1ebcc467af3ed64e67bf38c9dbcf84739a43265d79ad4a7bef2bf7d529c +size 2153 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png new file mode 100644 index 000000000..f3ded3a96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4128f10af24d728cc8015494a23cb00d254b207c26750c33c737da229529c947 +size 7778 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png.meta new file mode 100644 index 000000000..958f7bedc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b5e10ac8bf3276047ef00a7ee26073d795ab3ba5ab4e5c72a342f3ebb6aa2a +size 2999 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png new file mode 100644 index 000000000..ea0a43827 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1423262401b3ca3374e9ee1b5d3b1d693893e12c21bfbe24e938bb8bea2a47 +size 106001 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png.meta new file mode 100644 index 000000000..3f71ac8e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96499bb2031a327169a94e86291b71944b5fd44991cf4a04adb0f2db3913d8a +size 2435 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png new file mode 100644 index 000000000..da452f4f9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dab5c6bda8c8e2a8414adf931bb7d64451ad670a54378899aff59b110466d3 +size 136731 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png.meta new file mode 100644 index 000000000..b375085df --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec9244fa78e04a30f0c0bf5873bafb0c5361cd7c289011af445c49bc8fac7a5 +size 2994 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png new file mode 100644 index 000000000..598aa7a71 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d918df8fe32ebac37e6eca177a812c1b1d3e56dade2a5d250ae79d75925bfb7 +size 394243 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png.meta new file mode 100644 index 000000000..23261fbec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34827abc0234cdf9b4b91e4241039b10aff9c6f8a8234f119865a0a018f7e8d8 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png new file mode 100644 index 000000000..984bb5a37 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f6e1c4dbdc7f34375c6015379e1bf5f07ba2e4455af144b17ebfb652d86e20 +size 319812 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png.meta new file mode 100644 index 000000000..7086a981e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702a95caad161614e6b1c8aefbae6c8ce138a791901f453a2f2da47f1dfe9f2b +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png new file mode 100644 index 000000000..b42caee4e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c0460d1757df3dca98d398c0900068e1205345b49a9b233f89e5b811f62883 +size 163292 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png.meta new file mode 100644 index 000000000..9fd980b50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebf889942cfb458feb46ff2a5a970764c200c4e1663023cb286594d93eca41b +size 2183 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png new file mode 100644 index 000000000..e3166a2a1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31869eaa60f362a0821b8caad2ab85ba2b976148841b66857448b9dd8afee669 +size 90104 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png.meta new file mode 100644 index 000000000..d3aa6155a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba3980e74a284042b03476a3d333a597b445ac4c30873f392e45cae467cc5c0 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png new file mode 100644 index 000000000..f3a2206e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd95376cc2a5e30fbacdb2a5956091fb82d6e02d2c899b143d5c5e6e7328c87 +size 98887 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png.meta new file mode 100644 index 000000000..6e32301c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Glow9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb46397fa0642e5c74a2fafddf2f13159b97cd8d1104477364965015bd0f73c +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png new file mode 100644 index 000000000..1f04bbcdf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26f524936badafc293951a073c90b78dd19a2af78f565d07f94a1f797c42854 +size 26191 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png.meta new file mode 100644 index 000000000..68a3da98d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccc6b84ef3984a898fb0dc42d4b2b6ac715045ba2930398d47c9c35fcc36131 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png new file mode 100644 index 000000000..2e70792b4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad848e2911e3c82539ba7d34fde30e84900cf720fe2d3b8ee77b0c3c11cbec5 +size 2295357 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png.meta new file mode 100644 index 000000000..e067a6eb6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2df1909f2047b9e9459effbb9af1a41c4707c834615733b150ac8cec07c6fd9 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png new file mode 100644 index 000000000..3bf96c1eb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90d3be89d075f59a9ad4fae289a9ca8756711d8cda37e8c3f4cf70850f9fe56 +size 40503 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png.meta new file mode 100644 index 000000000..324b73e34 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed158be44de1c190a30b462a14595ce9b0ded3c5625fba5f33da40c0c9b1eb6 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png new file mode 100644 index 000000000..d35cb03ab --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf54268fbd2f5589992367b7c854bbdb26bd55edc2a1553727bd809b463d18e +size 31673 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png.meta new file mode 100644 index 000000000..f7f0da02c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233f23a62f7725a3c9b5b33bfc7fdbce68d6e249bbee011feb08d982ec0b6226 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png new file mode 100644 index 000000000..2cace4c0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c685846cb2535474411b420525150cf0e1945b324cf2f3296c6dd465d8bc4f72 +size 42727 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png.meta new file mode 100644 index 000000000..a38ae549b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2d091978787b857986e62c14580ff9cce3969b425a2feea45b926a4638b4a1 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png new file mode 100644 index 000000000..c953d226c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88b20ad0f57a54ff5bae5b60abfca65e60115a7242f3b4826c35c408b2f37d1 +size 55955 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png.meta new file mode 100644 index 000000000..1e1abc532 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704df31c62cf4a4998d0b5eabe8c4645e14151d3f5d25d29a13380f0ccc7db5b +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png new file mode 100644 index 000000000..da9bfd8ad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bd22157906c51de54589b059a3cdaea93a5c04a5f7fc10c55f18cf9dcb5aa9 +size 51173 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png.meta new file mode 100644 index 000000000..fda61a442 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dcbc634e55275da8079828f7ff9176507beb5f8a01fd6301bb1693c79544b1 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png new file mode 100644 index 000000000..b8d654e53 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6a0de74ea3edf1329c1531ef035080e3a2dbfd4a365b794ddd3414bc34be6a +size 59536 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png.meta new file mode 100644 index 000000000..1c00f983a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d59d5c509ce5be76b524416562f1d74bf7d7e5f543b8b68c1870068ca9e16b +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png new file mode 100644 index 000000000..d0b09d7fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f3282c1330d8fcd48cf8db9c4ae7f21016d0d35ae77284f3ffe4eefea2f7e9 +size 50226 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png.meta new file mode 100644 index 000000000..e245e2f4a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167d57f43f34409c5ef46390d084012090942cbc2af62f7f41d3eda81b8aef2d +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png new file mode 100644 index 000000000..c948b21f7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8a116242c97049f893b3e21999bbb8b43dae2f6985a49278245c16b31f51a9 +size 3347637 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png.meta new file mode 100644 index 000000000..3f66a338d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/GroundCrack9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1f017e8b9fd02848504909fcb9eb400a7f09e58e7534796e55727bbfb31872 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png new file mode 100644 index 000000000..3021d919d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb3988f3e80acf3fda9df07733f49c3585eafa7d6a7ce5b31765fe180dd6d9c +size 9088 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png.meta new file mode 100644 index 000000000..1b4f8dd78 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55dbe0238f8845b71ae67b66e5b29881cc4045e8dc15880ea7091818b016fc7 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png new file mode 100644 index 000000000..1b2ee901e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0f09cc13e36ae76e782cb9884a0813d004c6ff747d60ad9feb6660fe8d7d79 +size 16636 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png.meta new file mode 100644 index 000000000..82ee0a9c2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5025c6cce6fad536073ad03ec232ddff38beb3b8e3b636f0fe130ea64e4419 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png new file mode 100644 index 000000000..25f107a3c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b208c8d9f538ecb9f5c230141898d0868cdcca55b6f0771acbb603dbfc616210 +size 8485 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png.meta new file mode 100644 index 000000000..acace001b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Heart3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8592002a85e8008850d3d00d8391186acc58ab53239c7ff630c25f2445b14b9 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png new file mode 100644 index 000000000..9af4fbc71 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8baf95e3be9f4a39f24c5e1718a92cb068fb3083363f34ddeb1503c1c43a564 +size 89289 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png.meta new file mode 100644 index 000000000..78ac6d316 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eabce3ca48dcdfe29c33095d6d643b593360bf385fab6bfb939a511567e0ffb +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png new file mode 100644 index 000000000..7d0e3d98d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41495d3dd65d66b889a866042ec5ee1ace3e5217c0a7a36b7a1ae7dab352c371 +size 8045 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png.meta new file mode 100644 index 000000000..2861f37a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec583641f063a2d64697a9af0b1c91f11aec0c41a87d143e0ebffa4dbad3132 +size 3002 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png new file mode 100644 index 000000000..c75b38c72 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f137539628a50e15fdb0a6c95b70c1c824094d1eb5b344d589869953415def6 +size 9525 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png.meta new file mode 100644 index 000000000..cf363ec29 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2d752952b8736bd147b52eb27435d7469be9a51051db4c97609fb631bb4979 +size 3002 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png new file mode 100644 index 000000000..9b10fca67 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b4fa736e0d46783fbd893872da3323f6a379f0ee11af895ca6e1265a67c7f6 +size 323602 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png.meta new file mode 100644 index 000000000..29fa8ea7b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6318e84971bf87613275b1437807a76ebc9cfd0550814f3ffad1bac1c09dc931 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png new file mode 100644 index 000000000..edd438084 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5574e5e97074f4888c0c6d6d3185775e080238f30d3d30f86a5beffcec72e45d +size 32725 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png.meta new file mode 100644 index 000000000..758371132 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4233ee02fbaca283d4353357287fd787725c13d97fce8200bc0874706d8a0ca +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png new file mode 100644 index 000000000..dd9a1defe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0455bad4cd4cede56aa8723d799c4b66ee9bc7f01685e46c3ea7867a1feb86b5 +size 135359 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png.meta new file mode 100644 index 000000000..b2b74a598 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2758dc49ce25fa2471d2af3c17d7e7743a08293e9e4dfd723483bee3ffff77c1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png new file mode 100644 index 000000000..f7f2d2a70 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b3a518b6ddf582b9a79fb0ff4a77797c1c19434152614ade5f50ce62d28a5e +size 131299 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png.meta new file mode 100644 index 000000000..07923b553 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcacbca5df346104e5e761a2099f5320e9f325cca304cb838e38f63d3524f050 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png new file mode 100644 index 000000000..e8de7fe26 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530e829052971a0890c651536ece1d1fa1bfaac99f6ad4640f697d4cfbbc5cf6 +size 104307 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png.meta new file mode 100644 index 000000000..603b65677 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d31c5a94e42f9dad2ab26944b7727c5061a08a27e219be905699ffccd436de1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png new file mode 100644 index 000000000..a6582a9bf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d979edae1300d3755e73ece2ea6a92f525c10b7a39a0b073c146749d2d09c937 +size 93507 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png.meta new file mode 100644 index 000000000..19d7de0ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ba72d6871ab16a1c5af2c48d84ec765cf77333b9697a5cb3c3e18781399fcf +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png new file mode 100644 index 000000000..734a50fc4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a256ed484db9f58222072245fcd93837903729970b491de5287001b0ed042247 +size 98851 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png.meta new file mode 100644 index 000000000..51c9c66a9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906e7f6a918b2c1f785d546be6101e0e546e944e84cd0122f34ff4d8fe931c13 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png new file mode 100644 index 000000000..31e6d7a18 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d031433dbdded7d723f5e9588ca95a5ab57e87ce711506a8ff5f999865579a1 +size 91124 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png.meta new file mode 100644 index 000000000..9ad2c1cf0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6133f8fb64a5a0b97f9f4883b94671f4ed64da310caa0d45dc7f44c417493193 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png new file mode 100644 index 000000000..1f2e205ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d929f7ae20ae8eb7403985661d503e19d239fada5670d4aabb460042592d30fc +size 130649 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png.meta new file mode 100644 index 000000000..0a87ba7b4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact19b.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b91b2594770f67a2279b36fa4b71663993f0c7fa03da67005233e5546ec706c +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png new file mode 100644 index 000000000..3007564e2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2ea0035e7e2e948d4aba9e25d2ea5353a708467860e4558b939f6a55d39aa5 +size 105003 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png.meta new file mode 100644 index 000000000..92a1dd089 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2e821f2aa4fcf3738bbb20b72449fa4b35b44eb0f241e035f2f061c432ed52 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png new file mode 100644 index 000000000..d94b93097 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb63701e7d18ba9c73139a5bf20a2ffba8d8b3d8cd14ddd3402934e3471129b +size 72607 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png.meta new file mode 100644 index 000000000..9b541f4ef --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83d4fb672585a1e5411e617d0e668353a0ebc270ba21c4e8bafd6592acd0209 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png new file mode 100644 index 000000000..3f52d054e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276e8a8fd9e1737526b52c2df74536e7bdb6838478c489b26ecc2f7b1297d84e +size 80036 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png.meta new file mode 100644 index 000000000..86b644a8b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c39fa58de83476a6d4da83476764050dfc4f9541e1771508d58bcedb6634916 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png new file mode 100644 index 000000000..e4051caae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617d868cda8ca9c9ad56f83c466c15f07ec52d5ef7d07ddf86761fcbf7ff7b8b +size 83806 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png.meta new file mode 100644 index 000000000..1c00ab7c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact22.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbb1ecb3bd694e63e661393d6e7af2e9b356cab3f977623fb16689ff0b8d3bf +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png new file mode 100644 index 000000000..84324a3f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcefc75747af15b1b301991e8f7364956acbbe45697338659193b4c8324d7fd +size 80799 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png.meta new file mode 100644 index 000000000..39a2570fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact23.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd09f5ad724fb333f70dae5950cb52521ba7000c2c4f8304921e5fb9a0ab64b9 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png new file mode 100644 index 000000000..209af4f81 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06f1cc35e00ac49ced9e95953ca9e5156d2f37278019aaba5f05689fbe6e2d3 +size 147813 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png.meta new file mode 100644 index 000000000..348341a90 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact24.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06cf7dbf91c50482eb56ce4d4a022c9587e797d86072070fa9b26f83336e556 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png new file mode 100644 index 000000000..747790cdc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4c027dc975cae627942395d34a5bef9ca227f142b9c90811882307a9d87add +size 93733 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png.meta new file mode 100644 index 000000000..0eb39ffcc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc32ae4bb92ca75fdc3d4c9814b195add4c032eb12ebbda07149d08e8ec41cbd +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png new file mode 100644 index 000000000..aaee6c3e3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d0569d5529e73d80a0b0d21d188bdebb478dada8de7e5f51f65d2197d4d89c +size 116601 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png.meta new file mode 100644 index 000000000..8c9846868 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact26.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325dffbbcbb902c1c6bbedc2ba79908fb895817683ac5d0cfe3339c6b1ee37b4 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png new file mode 100644 index 000000000..cbb4d9f6e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60658e18e963826942f395010a89623ccbd298f4182bcfd42cb7e520d956830 +size 88659 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png.meta new file mode 100644 index 000000000..48f64a74c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact27.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b391b10ebfc36f5e4c39f7639463404aa787ea8b4becabac88b09ab9f97e55c1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png new file mode 100644 index 000000000..8fdd3775d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758ac18fa8e3db35db539acc440d99c439fa28e6ed987f5e43803cbc774cb51d +size 81988 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png.meta new file mode 100644 index 000000000..75c5acaca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact28.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3037c9ff393407fb2ceae0eb697772c60cb0e8ce1dc61ebb9059134a5e7457e8 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png new file mode 100644 index 000000000..14d061249 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b385057314a632a4b53edcb41378a4f9b18a4e49e4fc29616c0a997b2e19da3d +size 60135 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png.meta new file mode 100644 index 000000000..4020e241b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact29.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35096685269b933d88e93a7ef02fa0ccfe10acdabb51a798876fc835fe63636f +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png new file mode 100644 index 000000000..098f397cd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e27aabe365116e5e467a00d917e84475c9f62c91fcdffa0ae55af691ce2a601 +size 100217 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png.meta new file mode 100644 index 000000000..6a4e5370a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c76db722066a707732ef36af5e79f1e1a3de413e64183df0e38595a679e78d +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png new file mode 100644 index 000000000..92d0d71da --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb332aed7164a91c7c23666d9d769529ae2c8b88d778aab0c789fa8efbc0aea8 +size 177484 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png.meta new file mode 100644 index 000000000..f04833449 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact30.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a372f132a55d95fa4f2353dac2144ee4a3cba745970178e435097835bffc9cf5 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png new file mode 100644 index 000000000..7bb0f9467 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79857229512ae2be4c19e6bd272439740dd96e2fe7508d84d2b16a6ec75fa3a0 +size 185237 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png.meta new file mode 100644 index 000000000..17c8f71ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact31.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a3497855e6ac8a0a6e3de7e1460e73536a1bbea5fee1c3af53a02c9e1990ad +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png new file mode 100644 index 000000000..c71580c81 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef26d9ede077c86562e8b85da52f6a2a72f73d626f915b97b2cbfb4b592f275e +size 168771 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png.meta new file mode 100644 index 000000000..edbea73e3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact32.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0974748c6aab7bb7c8fa288565809c8263d458f0cbed9b843ff4d1d9d71e172a +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png new file mode 100644 index 000000000..ca4807145 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc80d3f082b1cff86755ca4bb60b4809ac3120d6407f164f1b6febd39bcfae5 +size 119127 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png.meta new file mode 100644 index 000000000..4060c9bdf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact33.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c93519c201d09482ff750797cb497169d538571fae55a170cfcd5277b6daf5 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png new file mode 100644 index 000000000..7fbf0ffb5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d746338e8d92180550b6129c11861408c2239566135422fbfa76f0a9134446 +size 128559 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png.meta new file mode 100644 index 000000000..80bed36e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact34.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b744ed6e406a8264aa2fbfe8efcf6b512a3d8d49c3c50b750484e3fdf368d6c +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png new file mode 100644 index 000000000..a75cb7cba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f24a15a5d07fbc1cf263172d550178b830e40c44101587c6b01d99c7296313 +size 74518 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png.meta new file mode 100644 index 000000000..03f661451 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact35.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdba36e534771cb90f0e196155ac03188d5a22ce88923220469fd9c3a8c57b8 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png new file mode 100644 index 000000000..c57e6f105 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b93368a2bc4c03a1ca4bcb582dbdce0fb48c95d157dc048b65abdbe99f0001 +size 90203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png.meta new file mode 100644 index 000000000..1aa18be26 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact36.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb90bb0e37dd51fd19e449f5d0f0201774df358098756a0ca03de66555271a4c +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png new file mode 100644 index 000000000..7373e8274 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bfc45c835cd1ded34b488e9b2fedf055a2a5171ed0ea092b27bd76011e7102 +size 111406 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png.meta new file mode 100644 index 000000000..5379805dc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact37.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cd537bd866fb53ac960177c0c3f7171bc30e7dc780aa2fa549c1640e651eb9 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png new file mode 100644 index 000000000..00a0e53ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5146dad3616abc8d8afc84428044b95b097c54221c20a6b3372321fa9f3d93 +size 105001 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png.meta new file mode 100644 index 000000000..54dbdf581 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1454192ba24f2d40e3b412c52ef19a32a193516d63e791ce5ac6b3ffea29aa +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png new file mode 100644 index 000000000..ebe35e3de --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0577b0a19e3bdc87a24a78a3bba76e5569661d24981d8f9eb21878be4753ccf9 +size 146962 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png.meta new file mode 100644 index 000000000..744ff1dd3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact38b.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b76441cbd1bf77bac782c2808a636bae503591bdc5a30d2ed04c7818cc1f779 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png new file mode 100644 index 000000000..e0c76d536 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396bcc649efa1093161d7f2df9925ea22f676bb6012dfe1cd9a63027658937f4 +size 46805 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png.meta new file mode 100644 index 000000000..292b7f8f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact39.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1417ead151f7fac7e13d61e089673dbbb45c096aefd591d0fa895d5871871bd1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png new file mode 100644 index 000000000..c3b3ea1b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0fbafa94b90df25db9560a74c43337243c5f8ce004856bf6a36d438ed8d4c7 +size 99832 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png.meta new file mode 100644 index 000000000..9c3c93745 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95e3cbfb52e0722c3f64951f218fdf45b62c9609031379033dd5dee10466ba6 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png new file mode 100644 index 000000000..9aea03a73 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b71ba7db366e9c40d4a90ddfa0a29d273551b4e3d3ba7e34ed997bbb14bf4cc +size 45263 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png.meta new file mode 100644 index 000000000..c02a71765 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact40.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdff7c26d45b1868ba06ede6baa67c5977fdfb0bab122ad6d591e1c925ba434 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png new file mode 100644 index 000000000..cfe07adba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a301c51844fc1c351c9711785550ee1736fbe6db913295f688873de03d039e +size 110797 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png.meta new file mode 100644 index 000000000..c52db2e88 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact41.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90740fc56c61fc1e0abb1f20d59ab945c5452815f6c60a4fcfe576835d962e7 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png new file mode 100644 index 000000000..90735435a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f6b6cf9bd2fb147c65e18c5536ce9a4a216f96cf2bb723bcee0d976122784 +size 5010871 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png.meta new file mode 100644 index 000000000..826cf333e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact42.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23680e11401c226e0392c32e4149e85a12e5a8be8cdf372275d890136d394b2 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png new file mode 100644 index 000000000..8b9cf60bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade1ba3c4e2fd0e081051409f0dbf327a83e956bdb61f059ccf2e5067e003baf +size 5781816 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png.meta new file mode 100644 index 000000000..f2f9ff114 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact43.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd8cd9d71097f77552e63834bab79ae0e573848ecb5b6ecf3298f356abe65cd +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png new file mode 100644 index 000000000..f34fa634b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33fbb3eebb2e2ada727f8b1c98af553f30e56708badad50d96c4bd5d15d028c +size 23299 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png.meta new file mode 100644 index 000000000..3b6d16a1e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58798c665c71a2f9fb8daa3438900f377ac936129f80f8349814817a36914dc +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png new file mode 100644 index 000000000..6c20a332a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9ec7f7e83788d6c011deeadd943832042e5eace96f34afbda4b49af46185da +size 99754 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png.meta new file mode 100644 index 000000000..7737fedc0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d72d9cc4de4228f9a7699e062d9578e316a5f48d1f66a869ede9e10aadd14a +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png new file mode 100644 index 000000000..ed7ad38ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a5a1b46abb08d453aedbcc200cddafbf5ea5b7331de14d74c2e21c489343a4 +size 19669 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png.meta new file mode 100644 index 000000000..bfd7d5285 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a28417934073240b097cc857fccf39fc8d71852f3b02ad3be2f8648546e918 +size 2188 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png new file mode 100644 index 000000000..57e216447 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c979b4c07fa72eac61eb4e7ac0bf663fc9bcd9b22b1c4f43d77e56314b05cf1 +size 105408 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png.meta new file mode 100644 index 000000000..4cdd2daa2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9101fa3c9f3d2df96fb4254622628e710841226c844def61a60a88ca161c75 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png new file mode 100644 index 000000000..a4080de35 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf04e718bbf93364c9f1da6bbe00abc1752cf8343cc6bcf488152ad9e55a93c +size 113563 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png.meta new file mode 100644 index 000000000..9472501fa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Impact9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1455c7dcfcc4c2fadac35f73c5c2c92070d1d8a1a3592d4b65e15c5898ecb0 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png new file mode 100644 index 000000000..ad3cadbc0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b66d7e6bb411ce296d24ca07d4eeffa92c1fdcf6d16d1a2aba73070ea9f3d0 +size 21954 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png.meta new file mode 100644 index 000000000..ff57c2f7a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbea67fc09d161c44c89558f95990595735f359b1d7ccde42a178ce075dfe60 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png new file mode 100644 index 000000000..103489af3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0213aadd43e83a0106572a71276c755585b84616fa2483058968c9463d5a28 +size 19641 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png.meta new file mode 100644 index 000000000..6e272bd23 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909647df12f2c63c122125ec839a27f45457c86d0ddaceb775eface1191a9486 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png new file mode 100644 index 000000000..9deec1103 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a26a0cebc40ea8831999cb9549777b19a6bad928b3207ac6cc6770d5bd5f595 +size 21232 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png.meta new file mode 100644 index 000000000..7ee82ac84 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7387b1c9cb033f9b28123e70eef4a914bcc5c8f58dee03b068478ccee39bf74 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png new file mode 100644 index 000000000..30b9a1045 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ba7f8851e4375a05ff99dcbe90df842d941837d5678b68a80e659897c4352b +size 25431 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png.meta new file mode 100644 index 000000000..31582408c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182e89826400e51bf73148c95e47df4abc8596a9b9f9755db3e207c48254cbaf +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png new file mode 100644 index 000000000..8636dd556 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c1f334c4705d904d5a6a689feffc556fd263bc4f05a8995d8cba4554cf15d2 +size 21435 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png.meta new file mode 100644 index 000000000..5886c06b2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc16b7b8c8d619754dc620eea1abde4456809785e32dd31b1fecd57a1c5cdd1 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png new file mode 100644 index 000000000..5457a9661 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a7d69801bf203539329d62f4c4a68a0f2e519bbf2ab953b70158516546ac43 +size 20859 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png.meta new file mode 100644 index 000000000..fe4a01f28 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1abf2addf0dca82bd8e8655dc55afd5a8496562e0fcb2514209192067d1527d +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png new file mode 100644 index 000000000..751cc9128 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1a579f06932b3beeacdc0048e3a2e76227b7fed1b5663e9d04b096b73a37af +size 16119 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png.meta new file mode 100644 index 000000000..c8640be49 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ImpactToon7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e56c61cb42a9d5e412b6446e3cba3fc8f52b3f98ba22a7b0fe458e16acf4321 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png new file mode 100644 index 000000000..4ef0f87da --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e930319c8eb200bdfc4a141f8770c91e4b3045ede2f5dad4c3a7207854da5ac2 +size 19196 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png.meta new file mode 100644 index 000000000..dde0384d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351d291580f0ce9d0972af850f28f532e9ccfff5b8c4e7f88c68303f05adb974 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png new file mode 100644 index 000000000..ee179ebe3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0aaa884b573c4bdb5d5120fd93a657eec81b0897f40ada0531cb58e3c76030 +size 69300 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png.meta new file mode 100644 index 000000000..fb0776730 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b955a1c63c68f7849bd7acb5618983e6b7981b1ad863ef6c0bd0dff680edad +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png new file mode 100644 index 000000000..898309156 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8f89788a2929779a7385b2723c1fe97e092f293b6fbb40cfe15309ee493d76 +size 37990 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png.meta new file mode 100644 index 000000000..bb88f36f1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Leaf3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1838c8b9d12a575fae66a3991fb8555b31ab41b2343773849cc4c90cb78f429 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png new file mode 100644 index 000000000..f56e6109d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74cefa0c0ca57879a4188f8d4a451b6e854b11bc6f967359e9b5242c39586bc +size 4138 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png.meta new file mode 100644 index 000000000..a36056178 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightRays.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403fd2d490e44ba43dea12270228194602ccc18ea0406ebc097be66179ebfa20 +size 3262 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png new file mode 100644 index 000000000..e475ad251 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6878d49b2485bf599aa36c1d2ebe82dc4e00f8efaead0fc4ddd40f7098e6c307 +size 14843 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png.meta new file mode 100644 index 000000000..82a35ea09 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b8bb5517c721c7b5d4e407181d77be0a7d5159ca5b5ea1146fae6e88610636 +size 3267 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png new file mode 100644 index 000000000..231973479 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27b7f487cc67fc02af67fb76bfa45e978cb2303040ca3aa7d5c75a6de275622 +size 24490 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png.meta new file mode 100644 index 000000000..f385bbf5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingErode2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebc0cbd34079fa63056840b65ff172da2a5c0f20903456aff7c3ebdf78c1ecb +size 3267 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png new file mode 100644 index 000000000..5edd359a4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0057ecc857cc39d8143a630c5c68dfa24c87bc0dd0664dca5707179eabbebab2 +size 32211 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png.meta new file mode 100644 index 000000000..84b36433c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/LightingShape.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7786cc6e3dac0b85f891d0a6a2598bf83d1212cde77604a44121b2fd9e3a7486 +size 3266 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png new file mode 100644 index 000000000..4f123b65e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893c288bc9d5064cbd7b923f373ef16d3959205a5ca0aa84f6382ca490c44026 +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png.meta new file mode 100644 index 000000000..2437fe6bc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Line6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d57ddcb87bf50345c6d499781529567ded4a4b03d29259f04eacba8325288a +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png new file mode 100644 index 000000000..1c19bc7ac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef148463dff9f8807743edd22a5f728f54ba798cdd756c8a66cded80e7d90248 +size 59034 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png.meta new file mode 100644 index 000000000..762abdfe3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dcb1a2faa7bb845f5313836bc2299bbce17e15efd3577867674c6d6ee27c67 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png new file mode 100644 index 000000000..8f89d1168 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbb926df059ea6691ac3a4d64b2b17b968ceffd79f2b607f86013afbeb5ccdd +size 83314 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png.meta new file mode 100644 index 000000000..d1e3fb903 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5c4dacad004ef96dd6dda3e8a2d513ea71f87657d67a07bbd41fa088924f85 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png new file mode 100644 index 000000000..a041f3606 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5a83a73f09452a0a067a1453142167467a094d7c4bdd2eabb821eac33f01b9 +size 97700 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png.meta new file mode 100644 index 000000000..58efc3f91 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baed3e7d538e0ba49506c76ae659d4de502ec4ef8ba2d2ef81f495130004b445 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png new file mode 100644 index 000000000..f7f24f895 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e94e7c9e2a4101fae165dcaa6786c89cc17bfb2c5387ecf85dfaca8a3975f48 +size 124180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png.meta new file mode 100644 index 000000000..0dd7a47de --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d8fc180e5f6e8e29199aef67dfc3424a98fbeb7e8fbc2b73cdecfaa818580d +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png new file mode 100644 index 000000000..474e3b8ba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a944857181b380294def6c3495f9ef99bc78aa01f1720c496e57a415408e5f67 +size 142324 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png.meta new file mode 100644 index 000000000..5ca5118ed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9495dcb915039ff33f1a87cf13dea2e3a4e762adb3d6d4b4d9e2ad651c779437 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png new file mode 100644 index 000000000..225ccdfbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf29daa3c03e9fb08ab1822172ee1016c4fc84bc8f1d19546393fb57a143bce +size 113499 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png.meta new file mode 100644 index 000000000..fc80bfd26 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b9bf81660e573496472bde91e5ac84e37c26a298f8ae83ec74c90b38f81329 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png new file mode 100644 index 000000000..11a8ebbca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9661efd60f3686bf476351e7599c05d005c64e355b789a8835b6ee38dab54bc6 +size 81999 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png.meta new file mode 100644 index 000000000..ad7508b4d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e784d2441de485857acac1ccef3acfeeb7918cfaa6a4ef4ed698c996804d527 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png new file mode 100644 index 000000000..b2a2a613c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2846729469ed204a355615c559191be0172e624a58075172d778ce331baa2c0e +size 61205 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png.meta new file mode 100644 index 000000000..3a220743a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ced972bd0041f67898f746a6f634f0c26b1b66c414ff35a4814fc0a4365a63 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png new file mode 100644 index 000000000..79963ba31 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b912e7effa70fd4d6a5e1173a45284140b7670ae09cec0c466ef1b19739ff6fe +size 85090 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png.meta new file mode 100644 index 000000000..64251fd66 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d6deb372e6ccf6d3af86b227caac05eafbc39cec6198f20690e6c72bcc3330 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png new file mode 100644 index 000000000..7c5400f55 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218273399100f91991dfb3655c4a69df9e2edb99efb8de1a3ac5c0f70ebcb3a8 +size 59403 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png.meta new file mode 100644 index 000000000..4aee215bf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a7e085fad757612ce1db57e6ebaad7a0159f4bce15cc6fdc91eed3bb0f7df4 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png new file mode 100644 index 000000000..9e99ec921 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b17e2d52e0039055e12d9cb124cbe2d060bc7cb40a1783028999e8b98c3a6e +size 52424 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png.meta new file mode 100644 index 000000000..36844f7fc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bac892146e9c0434e87aef2fff274f3c7b4fd2cea8aa0f884adb30cc2c86cbd +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png new file mode 100644 index 000000000..5d0a0fa47 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6912568cbf2fc038be80b4631851acac438acac06e5c1727eccfb7a3f9928b +size 86366 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png.meta new file mode 100644 index 000000000..0cf919747 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae41f943f32d9476aad655f12b0b201d229bf5c37d9eac58cae971f742d676c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png new file mode 100644 index 000000000..875782714 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97032661fe717bd51da30e5ff15b9cb6cc418980725bb4322d3a2343d9ce18d +size 77547 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png.meta new file mode 100644 index 000000000..3b51ada06 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b04180f5fb82ccfa6c2ac54a1a5a305c81d6151ff88e4c17a18e8a82aff3a0 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png new file mode 100644 index 000000000..2abc2c2c7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9603e99b51042b0a7d2f4a64b675507fa45ea1be4b08e6d3ea3e6a2b25e8b1f +size 160215 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png.meta new file mode 100644 index 000000000..faba0ed19 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b955e18902bfca9dc8622578437d02c50a77731ea9569c1092482269e51951f0 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png new file mode 100644 index 000000000..af72b8977 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7fd32b27bd23132a1dcf7e0bf4dab6f883f199651e02acffc7c283661b7b34 +size 85210 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png.meta new file mode 100644 index 000000000..49755caad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Magic9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a81efdc956110745a584b43023c3642e31369d52d577e34b318856a62e6331 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png new file mode 100644 index 000000000..9fb332781 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467202c55cbc4e3348e87b3548e03bc22c8eee82a802f17850cb4d8c2b364847 +size 101232 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png.meta new file mode 100644 index 000000000..f7ecea929 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ba3b609036868fe2850afa8577e3ebc37200ea806ee2a4c6708d36b19e24b5 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png new file mode 100644 index 000000000..3b090d0ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09dc0b255b258ea183735aba2c19a5479fb7077634740107e57146baca7b28b +size 51537 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png.meta new file mode 100644 index 000000000..0bb234f29 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcf216a656bb6eeb270de8644a9d5a4fc58c1ce3a097631c09e86b10f902254 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png new file mode 100644 index 000000000..365321d3e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c743e11bef7bfd7f82183e2a57d8f2f247a8052101f32615dec6b68edcfd1c0 +size 43450 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png.meta new file mode 100644 index 000000000..cce9a171f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7859f92e199efe2da6ba10473cf578cefea39d0e2ab8556c4700142d56c670d +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png new file mode 100644 index 000000000..08f46f243 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9fac26e96395bdb81be0c981e97520586f75a4bc79f4f2089e06a20bb6359f +size 39944 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png.meta new file mode 100644 index 000000000..cb6261ace --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f167fa7cbf267de056f20909188e0439233ceb88e1e088640cae269190c4f30 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png new file mode 100644 index 000000000..4bb51dfb9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44858d935de683f0015805e7d3fe0054d8a2b9dab5f4eeedb533a1a195554c9 +size 65087 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png.meta new file mode 100644 index 000000000..e33fd9549 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421de3ad658f10522ff34abecd70d3a5b439603e734fe69743e6e3abce8ba58f +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png new file mode 100644 index 000000000..8a6ebe67a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c288ced73e21b9867b082f1dd32b0751be4d446b4d8af3a8824e8188484997 +size 64729 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png.meta new file mode 100644 index 000000000..b80952889 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483e09b115cd83c71f00182375f2eb5686502c0b7ff28f12ce029faf402ba7fe +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png new file mode 100644 index 000000000..7c2fe9e4d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240cb47b5b111b376762c8bb457cf44d4c9fa354161d2b85d111280dd630a152 +size 71844 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png.meta new file mode 100644 index 000000000..eeb83a086 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a028503f2bef7386ba210a1dc1818390b97ae17ddea3f1a96db1db10ba8b96 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png new file mode 100644 index 000000000..c22e93888 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9fec17a1bad213d44b3bd442d42e8014e7dd6db01130789e02fc34b653fc67 +size 83477 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png.meta new file mode 100644 index 000000000..ea0bae16b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00174676ec20a44c709ccb5cd1d930d63cb83c73bbc57809f4276ed432e25cb8 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png new file mode 100644 index 000000000..0c875e665 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4f8465b3bbbe25e84e14ae532a48b3f4d6e8356f42d1a4037d7322fe3268b9 +size 79849 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png.meta new file mode 100644 index 000000000..a727b4d05 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dd6b76c9fddf6195c703c2d9843d7a06c43a0776b7798d9f8e031addaf52b6 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png new file mode 100644 index 000000000..77d5a3ed8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c25523bfe766e0ce76f063f9b896b9e65863e57a9d5277ed1953c65af20a75 +size 66708 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png.meta new file mode 100644 index 000000000..eeba0aea2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa73d67af076967693e64f2622423881ebad016b7c4a0d2172f568422f3b9b8 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png new file mode 100644 index 000000000..f2df575c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33308221c28b5e875c98d205daa715aa20dfe0753539246422306cde70a46924 +size 49342 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png.meta new file mode 100644 index 000000000..31712d269 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e297e16b7af11dff07bd349326f49bbcb65863adf65a163e976264dc9f698958 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png new file mode 100644 index 000000000..4afe445fa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c6109b783ed3f16adfc2ff3a0aca4378d86cff8c11ed4a8c49e01b8f3cf6b8 +size 75810 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png.meta new file mode 100644 index 000000000..d899d6945 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6713d5b1ee54ddcec6074a140132d09dbef6c8f9d116c59755e34a1d21d6931f +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png new file mode 100644 index 000000000..c1de69d7c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5aaa8281538429c899e0f7bda36b45ed2605a8025be45cf3fc358d1b242bffb +size 40446 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png.meta new file mode 100644 index 000000000..3b8146e43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Muzzle9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd816c18445e371ca4784463be05327e308c3a6369105a83788ce7ba581f166e +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png new file mode 100644 index 000000000..210aebc3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9842952897049264143855e09613fe14a6a9156ca30c4fdd09cd0cb19086d6 +size 55922 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png.meta new file mode 100644 index 000000000..81bd849f2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3c3ba735abf1fab4779df8b8b5db76d9caf676fd09185d42cbf425e6d61586 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png new file mode 100644 index 000000000..630ea2495 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f69a016e82139b6937723ed43a718ef8ca3fcd2cadc759b7022d48dbe07d8f5 +size 28851 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png.meta new file mode 100644 index 000000000..f0a71e425 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6974a7e9e793dd51a9689cdc741005de77538e3beb88db9e621b6d107d764bf +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png new file mode 100644 index 000000000..1dd8f0000 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a11ce6a74a3e6c89772a284f7d5019dddd58fc01b61108a9160917c29b30fd +size 22685 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png.meta new file mode 100644 index 000000000..b330368fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025fbfc2702aef0d95a425960fe19cdf1b98d94e7a878d00753e84f89a2f4d0b +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png new file mode 100644 index 000000000..5353bcf53 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ab2c3667ccf639694b7c3546b54cb42c259cae6ef6516c22b9ce5b0b5f0923 +size 24638 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png.meta new file mode 100644 index 000000000..d1ec9031f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd56d59db93db666ac309be051dd038e742260d30160f58a7b8aca8fdf8032dc +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png new file mode 100644 index 000000000..e8908d9cf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5d4efea0cb767cda69219d6f5bb2b010c7432c86e043c6c585976f2862e5cd +size 25821 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png.meta new file mode 100644 index 000000000..c0ce94030 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile12b.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839e443aed1c7dfd7f7baaaeb6de4c3c003a37614162a59266e64a96ed92ee4a +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png new file mode 100644 index 000000000..a771fab32 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040a2db860e6104b183aa5eba6f66f7a11cf5651f6607c65ccae34cd940673d7 +size 29595 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png.meta new file mode 100644 index 000000000..4bf242c7e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f585afe85d4280e2ce5b9603f386d144fe350c40a4169d4262c30f3b4e98a28f +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png new file mode 100644 index 000000000..c034ddc4a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c4eb9411e846dc861aa9cd3ffaaebb0d65d76ba30c29bee6de1e4a1b6d94bd +size 36351 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png.meta new file mode 100644 index 000000000..869db2560 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def865bef269966181af5d5692ca470ff80dba3ddfbd3de8c71c85781e62aa7f +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png new file mode 100644 index 000000000..76dc22570 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d964ddde9c396fde549bd0d885d43547f0ccab464775aa2d751eb1ec93dd0c6 +size 43600 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png.meta new file mode 100644 index 000000000..6cc278dbc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a04dff71a4cce3e6659681ffc5450107955027a642f8783fb3ff0c69961e52d +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png new file mode 100644 index 000000000..81843274b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc59049119c87f35b8b8f02b85401df4f5cf2e673ca75cd3690502d8870cab16 +size 18793 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png.meta new file mode 100644 index 000000000..2bc274417 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6093be82769ea51767c314d514a43380f92966855ecc374d2e0a7bf495da2144 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png new file mode 100644 index 000000000..b81e983d4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f84346fdcef295a71f4041280462143aca2542445c642b165bcc0ea07276900 +size 47890 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png.meta new file mode 100644 index 000000000..b198ffc74 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c974a94cba5d2cc5c9d03ffe918e3b331c5b227d04085d9022210ef906792453 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png new file mode 100644 index 000000000..62b3f06b2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf75b68d9a2290c9ea28567aa00d9d998591e2a4d411da259d9b7871f1e35107 +size 70577 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png.meta new file mode 100644 index 000000000..a884e1a5f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64560872eb241f2ceb3634cb6f37bf4e2f04d525ca04886e9c9d64cbea237ddb +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png new file mode 100644 index 000000000..93090c33e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e9970eeb974007f90400e2c89b1d287adb59d707de29dfc2870858f1af4d05 +size 53068 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png.meta new file mode 100644 index 000000000..65ef81327 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718f8da49e1c24e0ccc83c898fa4710c282d6d16411f17a09f268e6e6ae15165 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png new file mode 100644 index 000000000..da3ff8a80 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640938a9f4749830d2be21054c1cca09b329e13df4bb9981ab185f15b3bedbc6 +size 8267 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png.meta new file mode 100644 index 000000000..1229747e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62cd3727dc057e33e65a32d176a9e23f55f3a8dba6166f875ec961dc6e50efb +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png new file mode 100644 index 000000000..6752b843c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92a8a43ca711a7546d6530ef85d1d3564e3f1f7e50c340993ed32c56c95f743 +size 17345 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png.meta new file mode 100644 index 000000000..15128a16b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e31e97b33d3521489fb1315f9bb6a160525bba0a40d9d6551ff922e031c1b95 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png new file mode 100644 index 000000000..a0821c478 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a10a2bd3e2b63a8239b4403d36cf57a9d9ae043119f51ce40402d8f009e0c03 +size 14246 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png.meta new file mode 100644 index 000000000..b455dcba5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5ecb5e3cca29d529c3ea125d05dd758fb6226ed515aeb67bbdbd59eace47c0 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png new file mode 100644 index 000000000..a0b3d05c5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af8931e9258502bc85b7fac058c2bac215f3f6adddde9fadc8440abb0d99213 +size 57328 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png.meta new file mode 100644 index 000000000..a14d59df1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d59f77c1108445a63dc043e7aa6bf5217bcbf98a23f72730baa73533d71f7c9 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png new file mode 100644 index 000000000..376c67ff5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b116f2fc3965de4f61d17e293308103903d7c0667fe6ba8a8533759df00c1eb +size 57622 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png.meta new file mode 100644 index 000000000..40b625767 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a1298fb0cc29bac3b9da51052ece764ad56b54a28ab1bcacf145b5888eca9 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png new file mode 100644 index 000000000..50286da15 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a13c6c24af00d3730807a30782b541cb78b689a43e693d46799229526f733d +size 57788 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png.meta new file mode 100644 index 000000000..544201364 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Projectile9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462f118b74f40ca1df5d415295dd831b5f34b453b3ec6999267c2c093db50371 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png new file mode 100644 index 000000000..510b014f6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3931bf5f8a26fec1c08aa13d40564c021a4c61c817ef7056e866d859324aaf03 +size 20486 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png.meta new file mode 100644 index 000000000..611e8c106 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RandomPieces.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317083a68c35df8bbaedd2df8d3e122da9974b6fa2fc9137e3b87e449ffdbfbd +size 8647 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png new file mode 100644 index 000000000..5d5aa5150 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847bc892c1611b57ebb50987ea8c0549a7f7f1b32f6617f32e2f58f1c2f4937f +size 6029 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png.meta new file mode 100644 index 000000000..f601c878f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f3ecb36acbeb6c7470a4a50d5cc03cbd4f862474beedb360a7e654fa34fec2 +size 2153 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png new file mode 100644 index 000000000..e6584ed2b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb6ab8668a5003175c3ff03f1985e497c33320d5e867199d5874fbe945bf961 +size 80700 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png.meta new file mode 100644 index 000000000..81b4c6537 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14463c3c8100b8392a489059f74bedbd860a8332b1233c1f982600772bad68c4 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png new file mode 100644 index 000000000..1cfab9259 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f175e87896b38897f81b780a1b670db84f5fd060a4fb36e5deb9b1738fe2b48 +size 19745 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png.meta new file mode 100644 index 000000000..e9401d74e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4019a449f1b800c405136cbaeba77a49a5bc51e513bc327645c1a848ffe5b9ef +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png new file mode 100644 index 000000000..a6f0e4113 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2129a393912a2a9cc30f51ad02443dbde515516d8e8ab26014e6170b4dba3d9 +size 63412 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png.meta new file mode 100644 index 000000000..16c3dfdc1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d4352d40752b3f2be20f3d3708a8c29718c534b8ce65c0bc99711584b35ee5 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png new file mode 100644 index 000000000..6112cd1bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4373696046277ea39d568ff1e1483edd93d09b78fd494588eff9ae0b4186428 +size 3646768 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png.meta new file mode 100644 index 000000000..bd5fcac0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845c91a16cef0a115f5de5b9a93e89c3d4d4dc1bf2d96631c9e8f6845251df11 +size 2152 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png new file mode 100644 index 000000000..9b5546715 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdb1c26b0762314dd142508fc43afd1d9791e1ac76ea649e38adf43955177e1 +size 5007645 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png.meta new file mode 100644 index 000000000..18008a073 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08ac686c0bce9c6ccbe0e20d8e395f22246538d36bbca284947b0ced4300311 +size 2152 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png new file mode 100644 index 000000000..f49fc1cc5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e4c022e6b76eb78ff6ba51eb6e7eabac16187e36343d4a89b7f2a88382b776 +size 4375529 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png.meta new file mode 100644 index 000000000..75ba1bb85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Ring7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447034eda206a28b4a7ef387e70dcca4a46b53640e95ee8a0d269891664abc55 +size 2152 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png new file mode 100644 index 000000000..d6a02f530 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c63a73125b61f2cf0498511357fd8645e4eb04d6b5bbebf661fe6cf18f58f2 +size 46888 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png.meta new file mode 100644 index 000000000..f5109921e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/RingGlow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ebf02b9b957603b671e8e1c479d02a9c06ed6e0c082b39fe462d60a7caea4c +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png new file mode 100644 index 000000000..8ef14c0c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967678017abda8e0e55e320a268e166e293efa231f71ff774b523b282556caa0 +size 48136 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png.meta new file mode 100644 index 000000000..1384e2d6d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Scratch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b50b98f775d9c18991774c5871d7d0d94fd177adbf97e8f200f0465aaace738 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png new file mode 100644 index 000000000..d9d91d758 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdadca2e7ca561c4036c4874a7e37f94c16929233c55cc362e0bb24891c64fb +size 24551 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png.meta new file mode 100644 index 000000000..3660d6e8b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89b4cd312f6cf2619767c0f353a0b9112dde4b41da0fd44f10627541c913c52 +size 2185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png new file mode 100644 index 000000000..20833c787 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cd3c59cf6941fb18a12c0528d00a17de7fd4fa5c9e66e39a0c33c8da4017a7 +size 82873 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png.meta new file mode 100644 index 000000000..62e6e9f01 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89e06ae4f969686049d57c8acdd55f993d5f68875c84efd3031d774baabf774 +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png new file mode 100644 index 000000000..fbc53daaa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9348f1232cfdf7ff75bfc9140c4a590851f3e1ec8735a396f7f71dedb5bc38 +size 147335 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png.meta new file mode 100644 index 000000000..5436363af --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:479110f2d419afaf8f91f36c8fc9f3b9396ac90e2ed511ac2592d862092c6a81 +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png new file mode 100644 index 000000000..796a49c23 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df754054ba5e9b3e915066757236e4f127e991b520f215c4482502822b289f3 +size 99268 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png.meta new file mode 100644 index 000000000..47379a431 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39873b937a7cf17650e8f4ff9bb8bad38a47faf984d8e598cc2cfd3cd82036ab +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png new file mode 100644 index 000000000..8d0182135 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9f78d5265812d39eef467d8f18c4d08b47fb8f24f0c7f34a6956bd5ffd310e +size 82946 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png.meta new file mode 100644 index 000000000..54bc9b486 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18550348f73efa271a46144429ae3da050f059601d716c73d68410d5b3b0b33f +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png new file mode 100644 index 000000000..95aaff0a3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed0dc4bb7c6dba801297707aa3be178fa3e258b2059b31c88d344de6d08eb9e +size 27084 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png.meta new file mode 100644 index 000000000..14c871bae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdd3be70694ee10f542a50b729c79925a82c04ba14d17b35812ee24ec635f56 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png new file mode 100644 index 000000000..467b7a13a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340a7e8ad99e5bd35a25d9969fac5f11041fb1264bdae649ec3dcf8d3e30dccc +size 26323 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png.meta new file mode 100644 index 000000000..ebdbc5d90 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb0addc786e8da31eb8ae9cd2987ca267f978d774de90d29304b2600bd6b4f0 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png new file mode 100644 index 000000000..ad2d61db1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a411575c703be83a8704d0736313f17fdd295576283dbf4fe1e55634a082bc1 +size 28015 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png.meta new file mode 100644 index 000000000..8e2e99420 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787f0a5169277d1fc651bb02efbda6579c5726383a8aaff473b94e4ba537b414 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png new file mode 100644 index 000000000..24fa51e8d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167ac67d988e14366ac28909626d5d414e327d1fd07633bcd7c92e6f32c92650 +size 26472 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png.meta new file mode 100644 index 000000000..df715bbbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d1de2b00304da1c8c57b789353ff3a44400a3aab3b7869f89fc4cb10f73e136 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png new file mode 100644 index 000000000..9fee96b68 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fab4bb4bd1c436301c00d8f39d516e85b850209452cd6d5f220aaa8ab79029 +size 22962 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png.meta new file mode 100644 index 000000000..2fb952aa0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a953ef14738ba9cbc447db53eec93158a77ecb82965e95f2ad63130f197a0f +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png new file mode 100644 index 000000000..f444aa16e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1372a87f4437741f188860712c965bf4b9690f50826a7798de042f34fc9161 +size 22314 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png.meta new file mode 100644 index 000000000..75222d9fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4f34a942f6309d723d37c857bebf2613cb688cb3ef17409e280c13332a6cf6 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png new file mode 100644 index 000000000..4e05d7474 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9f8fea287e70cd84ef49f83eea68bf33d31ac3117e61a32d8246a14f11747b +size 29305 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png.meta new file mode 100644 index 000000000..5b54cabb0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93465e2f59679c74a7d11c20fe0e22409a15e63d81b6074ebb8ee427cff3a727 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png new file mode 100644 index 000000000..299fd2404 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2cd7f350a8b9c8ae55ac4e0db5f66dc1d5cdbc64b0cd1c01e4bf58ad4982da +size 33865 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png.meta new file mode 100644 index 000000000..4edd3aabe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Shield9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1090d852a1de3accfaf49d92b32245396f837cb9db754e915b0e603cc294846 +size 2186 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png new file mode 100644 index 000000000..57c8ad724 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f188f64d762f54c14023167d8fb9c77d3af388470c05d575481bbc4ecf19ff +size 76574 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png.meta new file mode 100644 index 000000000..8f6b32d3f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5186a23e560c23dcde52784141da5da6a1a6da9416b02e7aa361521d5838e671 +size 2183 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png new file mode 100644 index 000000000..473c9b8fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47b8c14086b02a436a7f2dff039f9ba9dcb68dd0ff7a2edfa12c94bb0aeb6f8 +size 55417 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png.meta new file mode 100644 index 000000000..3abbf93d2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a53b5fd2bc225c08ca00c2643999d61e0f415764e627706b15af03e95240214 +size 2997 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png new file mode 100644 index 000000000..171a2346c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77aaa69e486cf435bfe377db229e52bb3d21f0bc908850b21dd130604331bfcf +size 116361 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png.meta new file mode 100644 index 000000000..262126886 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543b12cb71dff2895dc6b7391571de7740ee6687c2b607095f8f45069006eb13 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png new file mode 100644 index 000000000..fda97d271 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45271d90e6c5016cdb05a4e0806197d30efa16b1570f21f95af180281a21037 +size 109203 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png.meta new file mode 100644 index 000000000..e30cb3400 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0cc4d88ee3a8ce79d76eaa388f9c7e8189d5a8712655a317b89c39a9f4c52d9 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png new file mode 100644 index 000000000..db49707a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd6eac10329ce0aa934ba9e6e4fa1570202d3f37931dfc5745c124f6f8eb8db +size 116371 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png.meta new file mode 100644 index 000000000..dac0af5bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3dfb423027c54b76d8712eee38ed28b85a323044748714136e2da199e83fe5 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png new file mode 100644 index 000000000..ba9b2d9af --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37dce40d5c73097c1fe41187481b7907e2cf977c361617f1b5667a5004c33c2 +size 101289 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png.meta new file mode 100644 index 000000000..46f31e7b1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95c3b2c04e35655d45bb57a66cc4168d4ee8205d52a3a9532977fa2413dd763 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png new file mode 100644 index 000000000..89fe4f57c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ac4d408b26232ca09820e0e41c9248a0ca959a9a84a1873f0853c371af4a45 +size 90446 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png.meta new file mode 100644 index 000000000..002f616bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d98ea669100b493ee2c28cb3d28b652c99ff275829722784aeff85f61019cd +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png new file mode 100644 index 000000000..613802ece --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1011a1d340171b79e2b5aa3e1e58370474e5a48b19babcb43aa4f852c3ac7a6 +size 105340 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png.meta new file mode 100644 index 000000000..003cb38c0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1a3cd2ed4290c2defa37949ed9adbe2f5f80bff2b78e7198ecc51d46363f4e +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png new file mode 100644 index 000000000..1b57bb135 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf2089d4f420b21f893985a6d804deee4ab7fa96ba3b12e5ff913ad0443e407 +size 111342 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png.meta new file mode 100644 index 000000000..dc6cd5ddd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ed685cd5613d441047033277c3b5485ebd4699cf73625f795b5f770c385fb1 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png new file mode 100644 index 000000000..28ebcdea9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589a82eea4d9758674e67d2ffc174560c1fdaf1d2b8e807d73befdd616047cbd +size 108569 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png.meta new file mode 100644 index 000000000..38e0a0523 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke17_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0111e50bd3076be92377879cbf6c55f3fa1ec500c2fd7595f605d1c46cb0e674 +size 2188 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png new file mode 100644 index 000000000..7d20fdfda --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddba7eef8ec1fa733cb866c9dfaa6fdf77ecaf47d855a72158a4b41b32b8609 +size 82991 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png.meta new file mode 100644 index 000000000..8814631d0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf42c617b78038689691e88cae506da791d7b61bfae69f5ccd126938cb30326 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png new file mode 100644 index 000000000..9ffb99520 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156c2c912b5eda8514f80e01756371fac09e84dac189ecfb91627c081b4e0cb3 +size 35163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png.meta new file mode 100644 index 000000000..fb2502917 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c821a052da0cfd8a6d13947260329d56d3f567d33de3cd58c02df522ee8060 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png new file mode 100644 index 000000000..e8750e035 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7cf75a1a5956e95f5ef3c39a247a6f365f3a237b5652e5c022353220b41b6f +size 3898 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png.meta new file mode 100644 index 000000000..493c7e421 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837c28d52357bd1939ffd38e7bd8ae27120fa3518323aa261ce3b5c7524614d3 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png new file mode 100644 index 000000000..6d1053592 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d7141dcbbd21bb1ba5183400556d8651cb3e439f43a5bbddf6ac6b743108b8 +size 73516 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png.meta new file mode 100644 index 000000000..ba3aa9252 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fef5ea840710dca6fb701e8dee90a668ac789eb7f25209e1d68d7e3bfd40e48 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png new file mode 100644 index 000000000..1d8e9d039 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b1ab3dd5c295b2a65ec1be5dc7250f5ba4dbbb290f83d2e2e3c0357f62f5c7 +size 58671 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png.meta new file mode 100644 index 000000000..ce19e2136 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488c246b4e2cf4ea0fd651f3b2190ebf2133737e1f4389787483d57dbb1c0282 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png new file mode 100644 index 000000000..8f2df53fe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58836dea2ae5e82987e6911daa4d234a9410bbd582d3b31e114d41bb03489714 +size 61303 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png.meta new file mode 100644 index 000000000..933f41f72 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a31b54196805f2217eafe442867e01b78621efd53ff69aac42aba7ecdcad84e +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png new file mode 100644 index 000000000..814ed99fb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2efb2bb2084847d6af401ff9d09b07f4c2b1780561e23045aba2c053b66ba5c +size 63791 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png.meta new file mode 100644 index 000000000..8b5544f96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae636e208e8155fb99f760147f2c3ef64bf4199d49d087f861b685f301bf2b5b +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png new file mode 100644 index 000000000..40ab42358 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc8a499cf763d086889a7a5e0b6ad97141498eb5834fef235e08c94b37a93e5 +size 98102 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png.meta new file mode 100644 index 000000000..37f71b33a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ff3e215c87a0a7e0406c7d6134897fc2e982be0c85293c4eb657fa19216dee +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png new file mode 100644 index 000000000..fc71f8feb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc54f424865e1e6c44fc60ce637664c556b08e1fac1a7fecb2a579ef464c9652 +size 13763 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png.meta new file mode 100644 index 000000000..b048fd926 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Smoke9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010303d004ec23a32f4a51fe97eb5fcba967c3640e4f53ef6859ebeee8f473f5 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png new file mode 100644 index 000000000..f939cacf4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6ec2e19b6bddf10dc9d46e88391e99da0e34b3cb181e4ceb18b7a9229a6350 +size 4698 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png.meta new file mode 100644 index 000000000..9ad4ec1b7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb004478f3f246fcab31a67241f73d7d8678fb5752e1bf9491b7fe2eb1ebb54 +size 2188 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png new file mode 100644 index 000000000..6948496d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7efab9c589af8f0627ffe0cc89ccb4c05d1dc9280875eae0d5a743b88b912c +size 112592 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png.meta new file mode 100644 index 000000000..f69c0ff3b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SnowFlake2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc27efa6b085ff75d25e2b7b4fdea04bb785e95280ae21d744e38bba2483af81 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png new file mode 100644 index 000000000..ae19a031a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6f6aa9f01941c675f7818dbcd4d7af12a481dc9ab5436641e36824655c7f5d +size 12125 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png.meta new file mode 100644 index 000000000..4f001aeb6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Sparks4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81b27cad660da7c9c1c2c3669cb799d72f30cb48ff989dce5d0e9718e747ef4 +size 3260 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png new file mode 100644 index 000000000..0d1137411 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dc0ba11660cd2f5c7d9fb8688b3a055fb848098f45330b744e528e6ed534d1 +size 309956 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png.meta new file mode 100644 index 000000000..c1b970e58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBall.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08ea4c9c7f09e20c1c443fe72f26fabc49541cec4784afc0d4e39a363883800 +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png new file mode 100644 index 000000000..11bdea84a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce0702069e547629ce125c042de98567c769d0b72e5ba94f2f4832e471148b6 +size 341109 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png.meta new file mode 100644 index 000000000..730c9fd29 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SpikeBallTwirl.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7317c656cdf4365163288e528de292b06a4c2980fd621659bca82aef14b004ce +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png new file mode 100644 index 000000000..7ca779f14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bc62f64c2572f1086113610496c2381abb00d7985157c7f4927d8a466ee299 +size 123668 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png.meta new file mode 100644 index 000000000..b2d3948a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b24055c1d8ae740125600dac401f88c51ae63607fc28d14bf994bb331a60ad +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png new file mode 100644 index 000000000..504af1456 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa70a1eea57b80438ecd43344b9e9b6e56307d5c8799225d2f63144236bd3b62 +size 146433 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png.meta new file mode 100644 index 000000000..641d05e73 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aceb76b8124d2eb02dbbd2d19392a8d271da0a7a963ba985f6a010cfbaa16a58 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png new file mode 100644 index 000000000..0140fb47f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6700e2940b65e690c3bc364cdff272a967b4c50c9d414ccdb48cf3a26e90a5 +size 133606 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png.meta new file mode 100644 index 000000000..9c6aa17ba --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f56b0370c6846bb2688e9547659fec62c3cbe5f9705644c364e516ce02ae986 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png new file mode 100644 index 000000000..3055d4690 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca09d817c4edb8363f1909805af199c0ce7618239dfd43cb4ae44827f05c0bd +size 123780 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png.meta new file mode 100644 index 000000000..f14a32842 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4e1de79268e4ed2b9be8be4dba1034cfbb4cb7c276ae267f0f8b2823ef22ce +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png new file mode 100644 index 000000000..4918b4fa4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367f683fbf9fe5973f77d001f547b5e466e9e735633ce61ce153c648d58c6d1f +size 123299 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png.meta new file mode 100644 index 000000000..b32cb060f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9833ee8176e8ad01a8a29684ea0900fc9fdabf391e75a2e5ce71d9c030162f +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png new file mode 100644 index 000000000..8d67fde2d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fba4ef8ca1aa2dc1580eb196842f23d387b6b59814360516f6ef76f974de1b +size 117803 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png.meta new file mode 100644 index 000000000..83cddcede --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b2ecbd4a3b9262135a1c37762acbb0527887aeebdec44393fe6c02b93011d8 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png new file mode 100644 index 000000000..63e6c91df --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c856fdb1d381924c1b076afc870589f4a6c3726f82a5024720875038415fc6 +size 125769 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png.meta new file mode 100644 index 000000000..9bba50bfe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c5e51d7f634647dfc13bb9396517bd479f13af3692e29afcf8a65c4d34c20a +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png new file mode 100644 index 000000000..0f4447957 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba70b0145329fe6587ff9e3c5ab15648c5d29282d53bc9b6f75c3d125e37542 +size 196668 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png.meta new file mode 100644 index 000000000..bb1782ad8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1136bc578f286fb17f7f4d80a377e907ab53c71735c84bb93a791763f6be532b +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png new file mode 100644 index 000000000..aca1e86d5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7769dbf7960de68b778c0331bfb980750aff2e910a0bae84a9f02819718b6d60 +size 158626 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png.meta new file mode 100644 index 000000000..207649dbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b132938f8b2bb569d99f639729e46a6326303c0c9727534daf547b8947795c17 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png new file mode 100644 index 000000000..69af536ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113696003e8bcd2e693551a67f38ecf7d8d7f6f1f2b1a2cc19c23259de893aba +size 147056 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png.meta new file mode 100644 index 000000000..150324f0f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f62932a31ceb66e010032be40af3a4c6164124f22a70b71ccdf6341d330b6e +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png new file mode 100644 index 000000000..53053058b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e40ac280432642b156bd9829ac26082743f2b4acccfff600b0bbe8ec9315a7 +size 55899 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png.meta new file mode 100644 index 000000000..ab349fa76 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd41d6d7478babbb175602dc167e2b3b47f55d3b79c36e6e6b83bce020c0ed2a +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png new file mode 100644 index 000000000..1c2b49837 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae57ee534982fccb3aee29788ef658f4f1430d9a71b3439e014234a60377f818 +size 148886 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png.meta new file mode 100644 index 000000000..e4e54bbfd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a18dc62e6584c09605e8f160876d6012fc733580a9c5cea5b685eb98b90701 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png new file mode 100644 index 000000000..7981eee1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b716a522161fb1d524e418a28363238c6387ff5666b3235058c29b0c6f31cdee +size 93925 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png.meta new file mode 100644 index 000000000..8c06878e3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f2341dc66bac2acd893f382e59334b047a404382a952d43de869564c0a6c64 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png new file mode 100644 index 000000000..4d1a51d58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc55ad9500e470363268fc03162131e2c02bbb51b5c2d160ecc643077fe31cc0 +size 126499 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png.meta new file mode 100644 index 000000000..3a977a1bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5047b1e6f1fceeb9bd113d1ef27bf0f9ae6baf43e7ee65059f2eb87b86d972 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png new file mode 100644 index 000000000..a6c5ba83b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9545751906c7c4588bffa3452fe2fc5d8727841c13f37a66234b7b03dc903bfd +size 156234 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png.meta new file mode 100644 index 000000000..879944c08 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22c1073ff2c38181c1581bff8d767125a324636373a7e83d4086904d300a8f0 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png new file mode 100644 index 000000000..25e450644 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1d10dbb2cd3268041c876f84f2407fbe2e7807391037579289ce79f20e0687 +size 141845 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png.meta new file mode 100644 index 000000000..64d84c615 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c76e2e1a9ef08a63e6bfbcc2b956e833a8db1c5e843460053abad7d809ff72 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png new file mode 100644 index 000000000..1d57f69d2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f93932449f4cf80f18025d881f40d1369f122c1d82ec39ad89bfda9dc7c3787 +size 118512 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png.meta new file mode 100644 index 000000000..f9a483b0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fdff46e522c4eb538b11b69a8658e221554c8d771b7d8f7a717f5816c85516 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png new file mode 100644 index 000000000..a381dbf43 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5f89335faf72274e41dbe5a2239d6cfe63f6670e42a7b9f6324cb405f4c8ec +size 14178 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png.meta new file mode 100644 index 000000000..0ff21543e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Spiral9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7499fa7382d2494e1edd36f0fe9471cb282238b249d7247e8362f3d588ee5a52 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png new file mode 100644 index 000000000..f05d10830 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66fb2fe4841f23995abaef0ddf669d0c1b281a1cdd4c8a59ee73e0495247b8a +size 3714 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png.meta new file mode 100644 index 000000000..cf12da006 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ddae1e7bd5a779603093bac4536d305458289ceb68c3a86fad7fe3bf76fb77 +size 3259 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png new file mode 100644 index 000000000..016d669c3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6d8f00ab480fcdb489ee2a3e549988387c9cdbad7c30953b764799e02de1be +size 102866 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png.meta new file mode 100644 index 000000000..194b588ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e406168fc70c2e076ec33d76a701e333d9c1393c9d0ea87c697eb96b40329f78 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png new file mode 100644 index 000000000..11be29175 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5adc48362f13082c0a85ba27591c6042878de4dba3788b9ca988acd6bbeaae +size 49357 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png.meta new file mode 100644 index 000000000..59e4419f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f873607f16de182d618c85126a50a554bd8d7c14c3ad9bf02865c40dcf3f85a +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png new file mode 100644 index 000000000..ac4a80dbe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c8a7131d423e987979e80c16f7fb1a4aff8f15f83ce8b8f58ec86f36752931 +size 32282 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png.meta new file mode 100644 index 000000000..d1fb87cd6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bea0673aec5f85c8ab7bb2b3a41a355f214ca9d1276fc138f5589c884824635 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png new file mode 100644 index 000000000..ef2fb7223 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97380df236b5f0853e4aaf3afa33046889d70a7668aa0d22436d71cbfc4b1bb +size 64341 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png.meta new file mode 100644 index 000000000..ffb3998c8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45914a359780be6f7c74aa5bafb907632e45b1914175b930768e4183790b390 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png new file mode 100644 index 000000000..6bb4161e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5919445824ecb00a24ac97e1afe612360d2d7fc3e4be16c6db6104d9e77dc47a +size 79865 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png.meta new file mode 100644 index 000000000..f8373c1c4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545a01b4380e913a320775e551f84e7a741fb14889cf434b31b8d691ce3b56b1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png new file mode 100644 index 000000000..6594172c7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcd9577e5257d8bc78c386366dd6a812d58a0a39e051e3529b640dbb617c19d +size 72449 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png.meta new file mode 100644 index 000000000..b22836e63 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560b15f886020a797a149459dc69e689e405b8c43c64f4975513949a5b05fa79 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png new file mode 100644 index 000000000..357b4065a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e24cf576af41d712b3950d38d2e816bb5c614e7ba116cbb72472818c9177d71 +size 79556 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png.meta new file mode 100644 index 000000000..36b1b1682 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf051b429eb234bfe6c30317bbba8872d3aa46c4cd9c9b927f71eabf772a3fe +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png new file mode 100644 index 000000000..f377b2e6e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe884bc2a3a1c02d6b30f3eea12011b525147af98827e2177579511ec787ba19 +size 86116 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png.meta new file mode 100644 index 000000000..d3a50b924 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a47a83ad7ccba81dcc52e31067d87f1d00f4001c8a41567462822c303ac2be +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png new file mode 100644 index 000000000..9a345ef63 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9f84fc685f5f77a39056bb4ec23b452054065ef85cdb7ae22ef4011a4ceac9 +size 85017 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png.meta new file mode 100644 index 000000000..462e886f6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b7c8ce3e82cdffed5cda9534b9511f72aa8cfbb50b222df5c794de5cebb2f6 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png new file mode 100644 index 000000000..3e976083f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f632c885663e5d102768d074181651d7e54a454afbcfd823c7cc41095fdd22d5 +size 73848 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png.meta new file mode 100644 index 000000000..b69e63a8d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872e8b24caadf21a3e4730fa0f930c157107634a1ade58f9aa6fc6e5911686c4 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png new file mode 100644 index 000000000..c696da0db --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c7135aaea83c22144647ecbdc53222b99e31464928cb9b60522ff95381f032 +size 69353 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png.meta new file mode 100644 index 000000000..efc93da5f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6f18d406a196a4824aa1bd364b279180ba72906a798f856b70ccf86a7b9bb1 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png new file mode 100644 index 000000000..299d335a7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ace87a05606af19a310ede81dae7dfa5fb1b5b1b6906751afd93512e4dc1a0 +size 116903 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png.meta new file mode 100644 index 000000000..974d170bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e705674ff6c647a2885ac0f0725dc27449e353e30362529910cc7d7fd7a6b3 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png new file mode 100644 index 000000000..e5cae6114 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2b1eb0900e76b34f44c8330b65633eb3259422f192946d91dc0503b417f4f0 +size 70635 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png.meta new file mode 100644 index 000000000..9c417a300 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284d454d1e7ce3171d2445a44cf163b02b55d10fe0e2fb5a9000db1b21578f66 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png new file mode 100644 index 000000000..50882712b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb90155b3164c078d448dc216aac5642cf0145995d64dda8b5630ce39935fd1 +size 114726 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png.meta new file mode 100644 index 000000000..72f50aa12 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c35cb3d25e26fbf4114025866e3d1b509b1bed6fb56baca7a7541e76acd59 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png new file mode 100644 index 000000000..a8cd413d4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bb5b58e4129686d7b588009ebef7bff1aa06460e9fcb4d753a27814bd62609 +size 11192 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png.meta new file mode 100644 index 000000000..48cbc7420 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash22.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349dc9c12809a04e87e7e1cea2658f9f48bc7f18791195cc916c5d8753bcc593 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png new file mode 100644 index 000000000..26b138444 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ab5050ce8d2dbaa51aa87b2b81381d66b35b1fa47b216a5c3d7c3796e4026c +size 20098 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png.meta new file mode 100644 index 000000000..99b19d29d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash23.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc88737ea49cdf9d716ccc41fc0fbd643365a249601de726172ce745cb25bd7 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png new file mode 100644 index 000000000..fdb568652 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6291867ce697a72fad41736c538ec809b737256354541773fee58add4ef5402 +size 13887 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png.meta new file mode 100644 index 000000000..0babbdaed --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash24.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287152d59632078e28c34da262a81eba733fa547b2dafe581c1332762680e6e0 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png new file mode 100644 index 000000000..1f7369a4a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d991ff1dd28cef36b4b54e75729c72d566aaf548cfaf27a9015926af8948d7c +size 4843731 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png.meta new file mode 100644 index 000000000..2f776816e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1838f11ed30c36ff071b86719583b81ce49c43c275fe297406d0a66aab8647 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png new file mode 100644 index 000000000..7f7b61f93 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a6716e1562f214a1f18512bc96e9cc4059978192513076cdfc44e152776b0d +size 4644342 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png.meta new file mode 100644 index 000000000..de141de77 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash26.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9099c2668bf7e9c4d8041116ddd5905b5fa5bbc9723ac6c2843894b0b4eda48c +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png new file mode 100644 index 000000000..f47b5e988 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1a7fb65d0c0f8e91343fe5740d388c0c9fd0703ac177b551427b1fac417383 +size 3939679 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png.meta new file mode 100644 index 000000000..015bf5670 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash27.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f393b7257c6f4284e23d3187fef6f3bebbf319ed4fa0836c0227b7b0960e010 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png new file mode 100644 index 000000000..5eac36ac4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114aa4a2268770de31f96149abe198ffd8e12b24b6d97185b79b95660f853488 +size 3689594 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png.meta new file mode 100644 index 000000000..7a0ae229f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash28.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bac91d7bc68a4c6bd667892f1bbc954214be0915ccedb1fa8d4399d7f60d8e1 +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png new file mode 100644 index 000000000..f75796f33 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4e7f5daca69092dd5d70776cc561ec96af019bc1d9e110f3be61ce670f056d +size 56619 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png.meta new file mode 100644 index 000000000..05c746d47 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1891d987b1e0ac013d8f7f8017d6eef55e4481b6f6239b95c3754017453bcd5 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png new file mode 100644 index 000000000..644181826 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2469ddce65cef6259ce672e9101269f7317fcf4594dc918dbc7c63bfff9b19cc +size 73286 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png.meta new file mode 100644 index 000000000..61b57a84f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8667f562daf310b71daf2a0ec3af51e397ee3d6a555833b0742408e20f673c3 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png new file mode 100644 index 000000000..916f0acad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc236636ea18efb4aa5e1326d30e85cf503b504d4e02f5f9c5cb840bc698c0ec +size 92876 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png.meta new file mode 100644 index 000000000..4b485dc28 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a45175bbf9d10fe0fc1075b3820f14076e46d3337d465ef460ce3c4b964449 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png new file mode 100644 index 000000000..4e4b5bd94 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f34e3ed60ac8b4d4f61dbe646ceac1cb5b4274bcca9c9ff9113974a8503a86 +size 78291 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png.meta new file mode 100644 index 000000000..ee31cbd0b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3756fe54b66467927768ad65f1ce734ff509f4a0dc59423f700e238a449ac68 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png new file mode 100644 index 000000000..d0511bc7b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae36aa0a416790946381983994c9ca96db69a685cbd6ee91d7bf79a69063972 +size 95752 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png.meta new file mode 100644 index 000000000..a553203d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05290b08c3083af6f94e1972898ed0133582fc9ff533784cb91fc8ef79ce4728 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png new file mode 100644 index 000000000..453ce7824 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ed170e60c294b70d94b17a1705d1959836d63d428b39b57e8321f622ee7b79 +size 113159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png.meta new file mode 100644 index 000000000..2a1250113 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87e35797f560080ea811cdc238a76f68245ecb4b2d92d06a0c18bdd59d2a0a1 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png new file mode 100644 index 000000000..fb0d62f97 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395977da6a0b95575a622d1ca6230d23dcd72a1af58f809bc4a9cd67c16c9b29 +size 70734 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png.meta new file mode 100644 index 000000000..47684a691 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Splash9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c62bf07217d001f69ebdc3b7a033d2690bd3a8c86b3fd7ee927ef9c381cb76e +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png new file mode 100644 index 000000000..478213d96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fa020ea2e74f57acdfb7e7c129b1eb0948bfe63ed2e2db0641151025d6cb78 +size 4786 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png.meta new file mode 100644 index 000000000..0c5d61db8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SplashErode.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c0ba034ae85a8f2d1625d4e22a41704636e25c4a835a7437e17e69b66ea4c4 +size 3264 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png new file mode 100644 index 000000000..13c3d6253 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbadfb877d34d196e4a7cf263ae365d9acfd8a731af4d276aab9c5eeb00fa1b +size 3500 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png.meta new file mode 100644 index 000000000..f190ec27a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Square.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5088c96b7ef4dbdfff3e08413f67a4d78864f07543d832fea4730ca8b02fd1a +size 2155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png new file mode 100644 index 000000000..51ca3c076 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1488355b536f45655e71059d68e753968e43d1c87d713ca5f6c9a33c01bf804 +size 13326 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png.meta new file mode 100644 index 000000000..1b941116d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurry.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c52bd131ca7297fedc09344e56975d14016007d301b054d22b71f8debbecd7 +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png new file mode 100644 index 000000000..51ca3c076 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1488355b536f45655e71059d68e753968e43d1c87d713ca5f6c9a33c01bf804 +size 13326 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png.meta new file mode 100644 index 000000000..096896b5a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareBlurryMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3edced4428f0e651bedaf132dee6c2ce02e224900080c5c500a88c7c92775a +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png new file mode 100644 index 000000000..13c3d6253 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbadfb877d34d196e4a7cf263ae365d9acfd8a731af4d276aab9c5eeb00fa1b +size 3500 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png.meta new file mode 100644 index 000000000..eeafe3aa7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/SquareMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc54db17708fb2afbefc50cfa996a98467b8421b775421ca4c2a0b6843f7f4b8 +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png new file mode 100644 index 000000000..cb05f57b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420cbd663b97dd1fe0df13af42f27b7175ad9dc23c27be166315fcd2d4a405a8 +size 23669 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png.meta new file mode 100644 index 000000000..591c80129 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd223b711adcd401e0a3818370d8bfd58d6f20fdf2ad4b4924f8c9ce8bb110e +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png new file mode 100644 index 000000000..94f3c2d1e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1582e947d6793ec74fafabe587750af1b2655d1cd4ffe65bce1967c85b362ba8 +size 7608 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png.meta new file mode 100644 index 000000000..439a84e2b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d1731d6093c5ffa3fb096ed447421cd01a52e0fdedd124dbb853615012efe5 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png new file mode 100644 index 000000000..686a6226f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c86042f67976d80409e42f9b372c605cc4e1954ad812981426fae9cdcd7fe3 +size 27077 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png.meta new file mode 100644 index 000000000..9aaac3a06 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326579641c5329bb949f9db1703c14d38727089b9dfd021dccfec2f34a08c229 +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png new file mode 100644 index 000000000..838c20685 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b1e128378cccdc3cb2274c1695b763e615223b015555fc4e06aae494c3f1c8 +size 28008 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png.meta new file mode 100644 index 000000000..e58a9fddc --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f34c05ba235512c0c23694bcc0121b06fbfe16877488b2aa6d077088468d0d +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png new file mode 100644 index 000000000..f240931c6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94b8b752ce540c568d7ed19003eece53460675516ee5353860db89badbc2a6f +size 11179 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png.meta new file mode 100644 index 000000000..ba36b6976 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17da68af369eaca4a93bc104ee58f5dde2799f563fc90f72732f14a97987a41f +size 2184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png new file mode 100644 index 000000000..f27e9236b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01367202a522ce442ecad638968da6a515f8568a5f8d20052dc5955faad69500 +size 24169 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png.meta new file mode 100644 index 000000000..09b4c37b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c807a2377306ceb1543ee936b601286c46be4529c7d49719efc90c64d69b8242 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png new file mode 100644 index 000000000..54741bee1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f58fdac55d8353d75fca6050488c2901cac983108da6278aeaad45f9c52d7be +size 25062 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png.meta new file mode 100644 index 000000000..8bf3bc1b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Star7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ea86262ba734137532f59457dc4344eaf10e8b0f504a447f9ddeee6ef09296 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png new file mode 100644 index 000000000..63c998ec8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70106414c763d1f124b08ac94c0bca00b7e5d381b2bc2d6bc36fff5915d5aad5 +size 49545 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png.meta new file mode 100644 index 000000000..75b7f10e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/StarDiamond.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bafffa8e49c145c572a37be4f4da2e0b69047d307c021e850398dde329caec4 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png new file mode 100644 index 000000000..4bc052110 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4818f9ff231b3f7cbe703b68167f6ab7c5f52ba0aaae432c31da64abd6e30241 +size 2659 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png.meta new file mode 100644 index 000000000..81b5f3e66 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/Triangle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a7da640a7a40b7c641455c9a726919f52615b19c094401c5b41037d3da2fdc +size 2275 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png new file mode 100644 index 000000000..6729dcfb9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56164e22e8b17c2fc335f37e0d0d03c501103a72c190ca55e52707a4e7da27c1 +size 8318 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png.meta new file mode 100644 index 000000000..e2d47b46a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplash.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3152aa078dd855df7a39177735dd2769e780fae66c135d4a9fea36c159ce3b94 +size 3264 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png new file mode 100644 index 000000000..e106a94c7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822be1984c7c758561d5b11ab4db0e745234603251f3ec9df17d501f18ce53bf +size 8706 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png.meta new file mode 100644 index 000000000..9737cbecd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/WaterSplashErode.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcfd9bd76c7fd905717986513a50b04441c74b4bc132ddf7ebddeda696e3c88 +size 3269 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png new file mode 100644 index 000000000..8f2a858c9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712e53a0cf3e64b2167e84095e09e54db0ec08ef30b881ca9f01ada97b5a5be9 +size 3041003 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png.meta new file mode 100644 index 000000000..3ee908847 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Shapes/ZapsAtlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5002a25da58b95ae1e134951df66cdce388c151db293eb3ea962198f5283702d +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails.meta new file mode 100644 index 000000000..0e2e943ee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd67ff5ac8f3414161bf53eddf3bd19f7660f4b164d8ee24ad5f5e3a77f392d +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png new file mode 100644 index 000000000..a45302064 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823942dc1796aa7a519cfc1d88c307ea2092e9d8a4cc7c1e698942c51b1237a2 +size 2756 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png.meta new file mode 100644 index 000000000..789d5f7b8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259df17283e94eba0d9d08b5cddc667411c8ece5582428e181987ff9f7407517 +size 3266 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png new file mode 100644 index 000000000..8059ddbce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0869031a42bc2930c57d00f810350916a1aa4d809b14e7960203860daf26b8 +size 7155 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png.meta new file mode 100644 index 000000000..6f99a6515 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822e8448e61f6fa82b7bb32aa4d893e344a8a8a8b6addce15ae6da8dc9378ea8 +size 3266 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png new file mode 100644 index 000000000..7ff1a2c31 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee6d6ce4bd2cbdea707b06db42e35167d556f430ea46c10421b604582335415 +size 4422 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png.meta new file mode 100644 index 000000000..9b654133b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/DigitalTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5de8940efd0b76c0bbaef8d8ad57afd453dfbb0d17a01f5ba98b4dfa4ea2af5 +size 3266 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png new file mode 100644 index 000000000..b47617294 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d584d90b41f68bbc2260875e1e49c0a6ed635fe30347a513e36f98c5de538f2 +size 68210 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png.meta new file mode 100644 index 000000000..908dc7540 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb229287f3c87a21ab42c0d9b75545a6d63d11a8471591bd19efd97017a6c1e5 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png new file mode 100644 index 000000000..8e392db1b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4b7ad3a17ecb2a532ea9062144195ec7584a3c3d9446afb472e4655345d470 +size 56431 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png.meta new file mode 100644 index 000000000..2a5559b14 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afd3198f39859dd6f62591d03dbda2b8354f52ca3531b71861bbca409dd9c2f +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png new file mode 100644 index 000000000..c743af227 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5bc1b66b34cd68d1c02e14e7f479046dabb696c32d111d5c22c90e48ae38f62 +size 74977 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png.meta new file mode 100644 index 000000000..1be1d3369 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031ff410c17b7d5f9eb4a2fdf38da8526b556cf8e7723bb9edf4b5e26c99dbd1 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png new file mode 100644 index 000000000..f8d3eeabd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b7953ac20736cc85d16657bc5508dbb4acf39b696e599895daa6b7d4375531 +size 54283 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png.meta new file mode 100644 index 000000000..5fd17e128 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e312b1ed3fefebf85e95d8581ae8438d4885c1d58bbc84221e28053f8a3032c +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png new file mode 100644 index 000000000..04f04a126 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fa4154b62df9934b702a3c30e501f11de13dbaf3838a8bdf47c7df0e76280d +size 68020 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png.meta new file mode 100644 index 000000000..b7c3ed446 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a6867f34720aa06ea7acda19d86308dfcfa03c9d10b78ac148360929305c66 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png new file mode 100644 index 000000000..0a47f276e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66de7ab6ab4308544f4d55b2e62a782f7bd93f9279b5e5e228071f95ce6eb378 +size 102493 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png.meta new file mode 100644 index 000000000..6d34f3e75 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/EnergyTrail6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca3b222a29cc731d154842024b5a6539edb029a04d8c9e56265d3f041070bc3 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png new file mode 100644 index 000000000..354357a0d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c363c29075c3c1f4bbc973aa110f8e250014c15ab28ccb4f5777c2981d65d14 +size 234574 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png.meta new file mode 100644 index 000000000..e0147fb60 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d196e946186a030d4b524ad1d1f5c398a0538471bc803f10af8fc5a66fe230b6 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png new file mode 100644 index 000000000..c0f423405 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a75cf38b670726ade63a2999282d7551901533e2029b8601b5f6b462b08341 +size 69597 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png.meta new file mode 100644 index 000000000..61ffe7fa7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e6809f1861637cbb478ef2e5776bf7581a549f8ea9d6cfcbab92c4d1c76327 +size 2190 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png new file mode 100644 index 000000000..abeddca6b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c3c5d6a6112e82d12f0399764fc6372dad6d31ece5b13dbd8bd5ebec08d9bf +size 284937 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png.meta new file mode 100644 index 000000000..a8e216959 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb721f3f8d4e81e2510ee0f80b35325e86fa42ace8659730e944bb30223817df +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png new file mode 100644 index 000000000..b08e806dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07c3d4d6ff0e383c1c1226b747ef2df76ce7d469ad2f08d2b7c93a8b598e244 +size 251877 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png.meta new file mode 100644 index 000000000..322b86970 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4b4cffcf811cb2cdea1f99e8418ac59a2b1b174166195d3015a45120ed520b +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png new file mode 100644 index 000000000..7ffde7b55 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c679e4aad7c6312a9c675c334089a54f2a82e6fcf25a2e757fdfdc1f12a6af29 +size 297396 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png.meta new file mode 100644 index 000000000..3a0f577f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ccf5685de5e2fbcf45fd1572216eef17f7fac21860ff0e1b130c05f859ff45 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png new file mode 100644 index 000000000..43c0dc167 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dae1f52cc56c09502ef722ac59ad29a41ad79a64427197e7932c6e26d83466 +size 221246 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png.meta new file mode 100644 index 000000000..a9c0e8c88 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439809c5aebed12dd6acf5496080d48d865cb800dd0f3f4a9f1041fc23d28208 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png new file mode 100644 index 000000000..a70a2bb71 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66e47e66a2e95a5ec452b322b56faf19aee2d3d59486b3626050a9944e0922c +size 154442 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png.meta new file mode 100644 index 000000000..96ecb47e1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb29764a487339b8d40b16b36dc878305b72cb15adfab844458fcca7b8510e1d +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png new file mode 100644 index 000000000..478d9457f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6580a38e8534cf34eb6e590dfcaad087a8a4f982cc2b8c67557542c3f46e285d +size 119774 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png.meta new file mode 100644 index 000000000..57e0b65ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b3a8c5397858e9cd76c3ae83fcf790a89596f1c7729814abf048b6f2bb4561 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png new file mode 100644 index 000000000..0a2fb2715 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f919d5e84199e3ef7a6f4f89d51e2239cc14eb14351439d43552defef8ad87af +size 116411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png.meta new file mode 100644 index 000000000..10ed0089f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748904a57e82113d4de528830fe20652c7406ce6127c7292e2755b07c77079b0 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png new file mode 100644 index 000000000..12f97cf56 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3eca7fd3aa03dc0552fd925684b3634b2ae50471c2ad576c6f042998a53ebd +size 162788 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png.meta new file mode 100644 index 000000000..e5b334823 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/FlameTrail9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92717f38954d6f5b3641746841743b693484fea081a2facc571998e91128b28d +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png new file mode 100644 index 000000000..140075c03 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8742e475fedad75d7c87c8cfdfbe1d17e32575c6da65faedd65605682dfa06 +size 2974 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png.meta new file mode 100644 index 000000000..1f90f1d13 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/GlowTrail.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c227cf817c755c0cbfef75751c3750337bd89886c8303881797566f15dbd2305 +size 2158 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png new file mode 100644 index 000000000..f2c39cb96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20be8e8dc3d839c36b33a2a4710d1bf7c512bb3ae4e7b66b0f2aaaf00ba7ed2a +size 1922 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png.meta new file mode 100644 index 000000000..4300cdc94 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab8a0e4572af67885d6c84e30a27baa9cf9d36e9b4f785739a01f269d8ba193 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png new file mode 100644 index 000000000..385162103 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8784f9cdae40a9e1f32f5730a9cf1502f04d26ba94aa6e10c0013de8f5d6fe9e +size 1735 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png.meta new file mode 100644 index 000000000..fafcf6e79 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88926564e3a6b83009ed6072e407fd88881f35dfb2a72f7e31967b78e813cc1c +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png new file mode 100644 index 000000000..4fcc58ca1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70d68b2a8ef245af7b3a1f6efd4c0c17467ad115877e4f0a213308fbaa98ddd +size 32886 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png.meta new file mode 100644 index 000000000..dc2f0d0cb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaef2e1585792fa106a41211623535b2be9fd322b4288f8213adc431f0432bb4 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png new file mode 100644 index 000000000..be15dd94c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ba31b8e7ab11e3b1649d191fc6831b664b0949787dc365727e503ed807ce6a +size 1813 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png.meta new file mode 100644 index 000000000..b74379c68 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9b7b98c8bc18d3a952686012dfcfcc38a5cd6e302038562b4bcff9faccc145 +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png new file mode 100644 index 000000000..4b674d2ec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711565891716ae57929ffd21e00462fc716cd028a3e1922f0ed458d96c3c5147 +size 1949 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png.meta new file mode 100644 index 000000000..0066a3884 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/Line5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45008f178ffb492e6ee659aa65e6e8fb32953b7763acca324a45b8e7a1b1e7b +size 2154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png new file mode 100644 index 000000000..6eea49323 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed389a97ec11dee92e00e749fb9ff409bb818d02f2999c12d8e28e2d9e73fc9a +size 267545 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png.meta new file mode 100644 index 000000000..5f8bff241 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3c5489ca8f06994b3fd7d251a10b9f75be146f30cd32b3e32d998ba93d1b47 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png new file mode 100644 index 000000000..d4b51bc03 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d5e76690a01dfba45e3102c7ce11bda1025119d84623916312869e97c90176 +size 17401 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png.meta new file mode 100644 index 000000000..f81b5805f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ae2fcf470828b95fbadde9f472da23995d9fd2369f2f739d1993015f168c19 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png new file mode 100644 index 000000000..81ca79bae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f05d948da5d240e19c8340bb8640731a5b4b451ea7e6003c799325277cb5293 +size 3206635 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png.meta new file mode 100644 index 000000000..9927f9822 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faae26bb6e070852297587a020e65b47f2f11e6cf033fde0cd8957904852db62 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png new file mode 100644 index 000000000..fbd35f25e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6c48121811da1008e5efab69ab6a19ea91492ec820e7eab5763aa0b7d6a98e +size 4563185 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png.meta new file mode 100644 index 000000000..db9053414 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80d562ac999b806d2c45811ccc1076148bf473d47dce3a8b91ac475e6232938 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png new file mode 100644 index 000000000..51e57606e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4de8915aa903a89280c87956c3ef912a6e69437858dd8983da340cc05eb46d +size 273985 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png.meta new file mode 100644 index 000000000..2a32fbf96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf4c4762102691875275c0ff9966ac3cd107c7351f9d1a27334952c572dfcfe +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png new file mode 100644 index 000000000..f53a22edf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6507dc6f1ecdbe60dd9b37a6e74f8d723e5186ed247bcf24052ada3944786c +size 361556 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png.meta new file mode 100644 index 000000000..cf55a0492 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a3aa6ef3b138f18dc2c23d3c62c296c7baa90da9869a39c2f2762e8e432c97 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png new file mode 100644 index 000000000..352c2a953 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6a7c67558296b70ff33d6160f82311e525ed13fb00ad433c068b7ff3d62b14 +size 340786 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png.meta new file mode 100644 index 000000000..9b0adf257 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55297cc870b0581da80f3e1013f5e8971c956137a7d6d10bb71f6adef88980fd +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png new file mode 100644 index 000000000..1920d948e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8fba956651404eb00c065cbe8b1cf0e5e631d245a18eb535722b00dee4df12 +size 297827 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png.meta new file mode 100644 index 000000000..efd7b61e6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f24a6be0edb7bff099892b50379990f3dbdd76c0f5c35e9a438da61ad4c5c59 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png new file mode 100644 index 000000000..bb136239e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c3e074040f837ae783e7b0843cc35b620c2a01dd21b45256d5fa4da5324bfc +size 324257 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png.meta new file mode 100644 index 000000000..bf971b16c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d582d14d309a304015b29c1fdeeaeaa363b17c082965a981d8f706060a04960 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png new file mode 100644 index 000000000..6daade02b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbef44e50ef3fcfef3ba9fd6b8effaf7c44b62a0f6e82af951ee4d82c2eab559 +size 136252 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png.meta new file mode 100644 index 000000000..e067c03a2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf3e40d2739a1fb87b29fb91b9e7870f64f004d57e57c6ba82286bdad361b9d +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png new file mode 100644 index 000000000..9a961baf3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a95460bea6937ba77700c6484143beb86a7a1038917b5dffc51d6085a5587e6 +size 185380 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png.meta new file mode 100644 index 000000000..85a976599 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec662754d2493e755d24f6462e37513470439b38bddf312d58539512ba73c916 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png new file mode 100644 index 000000000..a32f54afe --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576de3accd9f8301b6cc4ed1260836d985e31b13f02ca0699d56a7e5afac6031 +size 206917 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png.meta new file mode 100644 index 000000000..3ca972bde --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/MagicTrail9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5566c2a82e922b5cb93b971401ba1dbf25b70ac66b5b7f18489b95a770e16a1 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png new file mode 100644 index 000000000..9bc6403f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726e0d6cf41a9fe9e21cb90238c6d66267a0e1657f3ca218f5a44f120032a8af +size 43374 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png.meta new file mode 100644 index 000000000..b4eca3a25 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ScrollHead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e7228664a59da1c1c1cdef40efda9382161f1a08f70109be469223ab579531 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png new file mode 100644 index 000000000..2bf8288f9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c33d74478959d0b0a2254a8cd633042733f5aa9c720693c46fd78855d8d2476 +size 6986 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png.meta new file mode 100644 index 000000000..7d7b25d17 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a34b2632849229d4c1cdfba3e8592e91ce2fa8ef1e031707dfe8b7ffa725249 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png new file mode 100644 index 000000000..9c87210ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5eaea8e8c2255a585595ef6428d947a8e2ad9810dfc1b94b26a5d3d31b8ca93 +size 128121 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png.meta new file mode 100644 index 000000000..15df58b05 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5324fdae0744711521e57c0333a4c4fe5e370ee0f0175a68468a873151852eb +size 2157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png new file mode 100644 index 000000000..c8fd5cf56 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165b59a4acaf55d60578c50c19f28fbdc20ede16f0bee09001cbcb6803efc40d +size 8495 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png.meta new file mode 100644 index 000000000..9ab22d511 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6207b55f42f74625434078c56e5568be6cea20ae4ddb4a0f99904354c76034c +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png new file mode 100644 index 000000000..412f8f451 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bf93655d02511ac6100805c247dfc1f776975d06245d21d3842854cd11194b +size 113306 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png.meta new file mode 100644 index 000000000..337ec83d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6973bce947482356011e442073c1c79832f774f36fdfa69989dbc5c858c62a53 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png new file mode 100644 index 000000000..cd17c0866 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a91e826958be4f36b2dd9ce262164416608ac671941e5fbdc37a9c2f454b9ea +size 105590 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png.meta new file mode 100644 index 000000000..b96e3c588 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35ea9771e0d00b7f048483119ca09a1a5290dabe24f86dcf1c76f3d600d4fcc +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png new file mode 100644 index 000000000..2f17b034c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9870a338220ee15b2028daf1e49d5daeeed292d9f7fa8f957b5f82ac60ba2c8 +size 92775 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png.meta new file mode 100644 index 000000000..9d400844b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfc53758da1994d85d2ee765a12eb20aa5eac338a8cb72a81a3cd4c5c9f8e0e +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png new file mode 100644 index 000000000..19a84ba96 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d371135931197300b5ec04004812e7ecaf5e1201431aae1e07cd951f3b07e237 +size 103803 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png.meta new file mode 100644 index 000000000..0e2158a22 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3acef75fbfe507304dfe8b1296353b2f9c1e1a02fe880bbd82456724215f915 +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png new file mode 100644 index 000000000..8950e0503 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfa06e17d8a553e9e3299aa37231858323d16ac13dfcb4f386c4fb2f08a0e77 +size 100453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png.meta new file mode 100644 index 000000000..536787baf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f244646191e1369afa2a9c220a6a2fa5092dbc29c10081c352a00b57853a6c7b +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png new file mode 100644 index 000000000..23a61e758 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c0f5cd9f80d023d9cd6017bff6b9ca8d849149a0cf00054ad8edbf3e9ea8e9 +size 145808 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png.meta new file mode 100644 index 000000000..10f3310d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1967ab3081d1c51f7c5e887276e8d695afd8df3d8ce9a4c3a86983aa1ae1dbee +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png new file mode 100644 index 000000000..0ae517012 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e3e33f589bccf434eb8dc4f639869284293ceefbc371c9389fdc454f1dce32 +size 122712 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png.meta new file mode 100644 index 000000000..8c6d1f243 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashCore9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35495887c73014d13c45e223eca13768a66f1db3e867bf6caeb718b3aed0b8df +size 2156 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png new file mode 100644 index 000000000..1b9595071 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badf5e68bc280e0f720783875dac8c1d489a8aa13ce309e887baf1de96fc8838 +size 125689 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png.meta new file mode 100644 index 000000000..7a45fa7c1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0122d0e2e201c12c4c5b261c406a2811aa3955d5b65f0a7cc87792740d0e1950 +size 2604 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png new file mode 100644 index 000000000..31a279acd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1c45ed0d3217b0d2cf08a87d76570ea588d63c9fc4bebf47ea58e7ecad566d +size 74710 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png.meta new file mode 100644 index 000000000..de94aff99 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SlashMaskVertical.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8968c7e77124015b29d0df526577f0bc9279ad087ebc32448efe4460a5430bf +size 2284 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png new file mode 100644 index 000000000..a955d562e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba859ce75248776af4e9c3487e7a1ec69c974e84452488a7a31f4988fad98630 +size 150090 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png.meta new file mode 100644 index 000000000..7f2cc1b3c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07680fa6c2e65189602c7db48e2bacfe9fffceecbe7becb087726c4bc66e3b8f +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png new file mode 100644 index 000000000..da5571a50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21453090166b71ac645d87cb2a67e5a9a1ae9cdbc6bdc14019bb1f582e1e27e0 +size 329734 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png.meta new file mode 100644 index 000000000..37cc2fe69 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9547b13063fb832b4fb9620a2c4f8855b68f7c6fc5ed3adc8fad7024c43cf941 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png new file mode 100644 index 000000000..be9305de6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f933b2f09ebf15aeb2616c28d7866996365487da03a24de94cbc458c7ce54f20 +size 275736 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png.meta new file mode 100644 index 000000000..949c3bf44 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdbac4b3456f82df91c6f3be322a2e1af4386c6b3cd8d5f6daf4ca4afbedaad +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png new file mode 100644 index 000000000..1f67696a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612db1aaa96ae179d43b0a573b2a2d79877d7601b5f215c2afd0148fbc0609c7 +size 215952 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png.meta new file mode 100644 index 000000000..fd46e8801 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6e4dfd871b0b0228a4aeef227175c377cef855467b87c7046b4e16dff6fe4f +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png new file mode 100644 index 000000000..0945f113e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84abbcc586292cdc0e624b30e7ba2bdcfd1e37e3f0e2459da13edca19f4e4588 +size 204449 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png.meta new file mode 100644 index 000000000..c79ec412e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7faf63c12e08c308574b09219e2d8d37cfb4a7df2bd6ee94d0030eebc2aa8dfd +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png new file mode 100644 index 000000000..72a9dbe7b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117a4c810f3dc8c15e2ad00305cb7709b70fe5730dccf3a9ccc02beab2ba26b3 +size 210496 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png.meta new file mode 100644 index 000000000..4a54289d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc549c20878b9b9e103bf3e32ab937f2669fb5ee8fd4bc35827aaa591c972f0e +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png new file mode 100644 index 000000000..7bfd6ec75 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b77eafef5d7e3ee14c9e401a9a5280a3f4e254abbae9da8d9a32946601545a +size 309154 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png.meta new file mode 100644 index 000000000..c8122d213 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731ca9650f090d140b77c705a0f262aaa24a736ecfb51cb6960650fbf9e3f38b +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png new file mode 100644 index 000000000..21c24ada4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d5f1c85bfc62472cf2c120956f82bd24af5f34fc185aec6ba0bebcbf9e418f +size 113761 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png.meta new file mode 100644 index 000000000..e69121018 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbf438421e164dd694d50b195795d577dcfb8c4a43ee217633aa531e01a209a +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png new file mode 100644 index 000000000..a66367240 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5759f1dce533d34ee14229ef89ebc4cb74bdc98768a919b4b398cfe0bd04ca +size 12054 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png.meta new file mode 100644 index 000000000..4cae6b0f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2b2d2e13a11448e4f88a0a8f38785d01faa052c917fbaa1f1412e2c90755a1 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png new file mode 100644 index 000000000..8553f9e2e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437820e0d57caca4c09c84d4f32e675cd68869c39189bc11787aa076c613facc +size 12083 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png.meta new file mode 100644 index 000000000..a4f862715 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951626d49a9afef40aa5e218f1dc60661d2cafc41aa7fdb36950a9f4334bfbbe +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png new file mode 100644 index 000000000..d1ea07cce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f07040c5dc083492c9064c76e31e5c979e7613e9f801cc78c4add8ff360fc70 +size 11949 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png.meta new file mode 100644 index 000000000..24185ac50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986e8c64d22a9de0fd2c8ddf9748231e49b9c2c40138fcb78de9b4f1637c50bf +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png new file mode 100644 index 000000000..004f4c6f8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c9cb4fb5c05049cc76718577ae3b294f5668b95cf84ec221c1271fe99f772e +size 11460 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png.meta new file mode 100644 index 000000000..8522bffbb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb4af95396ae1d4a6682aa1af12305fcdf0fac918b928b0410edc61185405df +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png new file mode 100644 index 000000000..8603a8b55 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ab524f371499899a944f70d07e88c7fbd184ca044e83e28fc410edc19007b8 +size 110223 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png.meta new file mode 100644 index 000000000..df17cda3d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4977d41f9d86cf321e3ed6078b0775d3450e06b69f0825c390359c764e8808 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png new file mode 100644 index 000000000..4dd0257ea --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601d07b4bcc93192e215bf5e58b1ff884ddb9bac9640a8e24eaf6e5caa3d57a1 +size 252575 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png.meta new file mode 100644 index 000000000..36b681433 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a726be7dece261f6bed2d3c46e3f3cae6e8c20d00664ce5e81f179f7e123bdba +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png new file mode 100644 index 000000000..a371e064b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3230c7c60251f8a124cee89a17568cdc6367a71222ec2651fb63c7958c651f9d +size 225180 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png.meta new file mode 100644 index 000000000..e64142b86 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5017cefd1b7cffb29c49b187b5233e07fa495df736b72b89abf0766b0ea07235 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png new file mode 100644 index 000000000..20caf6780 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad1b17c7c0c68bd017dd5370270063859bb34edd321a6240b84aa1acb199701 +size 235598 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png.meta new file mode 100644 index 000000000..3edb30916 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/SmokeTrail9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9e3f6cbacd708425776bef0c3ec877aad0e6dffee5a5660c020419fc79dbf1 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png new file mode 100644 index 000000000..262448a1c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff981a021e1cf98af983e1275e36d07d6050105791911dd66e49d1f7a71d2752 +size 141716 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png.meta new file mode 100644 index 000000000..af9ca864e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a589de83c39bd2e844e1120a613ad805252cca1ef6f3ecb181aa2e6a5dfa1cf2 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png new file mode 100644 index 000000000..39e6c095d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa81aee4ee6aeb7b662cbd5caec2e473f6b1dc3f50f717cbdc385b8b97c5d6b +size 180086 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png.meta new file mode 100644 index 000000000..46cc2327e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bd83f0f044958d4e57e2aad9116862415a15d8e0ce0c647be03496b28a15a2 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png new file mode 100644 index 000000000..36b3633dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4885a7edff7a1f7fa044948c391b0209707af01acf9cab3eef45479ebb03ad54 +size 113618 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png.meta new file mode 100644 index 000000000..6ff72ff0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50f72c574905c13e445760137c3720256880f361949cdae277873a7b23cc853 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png new file mode 100644 index 000000000..24965ed75 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaceedd356b5d1097b0641378c051371a8e2511f50c88e9558d02038e724c52 +size 166233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png.meta new file mode 100644 index 000000000..6c11f80da --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9130b8322889fe6fa65c3c51019fbaa19a594f80b648298011aa799f2d4903 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png new file mode 100644 index 000000000..6da8126ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f768a9e5416373b319358fd7280c621d7787ae92b7c91c60bf6a6e3eac9537 +size 49132 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png.meta new file mode 100644 index 000000000..141c3c052 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonBeamTrail5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b5cf45a017b102da334318b99b3a33e900c13693a366f9d74e56635414449a +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png new file mode 100644 index 000000000..677168956 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc49517edc8318bc63836016d0efda6183152debaa72bc3636f6534413dcbd70 +size 77248 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png.meta new file mode 100644 index 000000000..fd26abdcd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69270648e82585368ba9be7dbe93d3373a13be3644d6f2d439221f16b198e476 +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png new file mode 100644 index 000000000..129747398 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d6276a3215730af2def8db7fc95eac77e4a6105f35f21940862062145ada1b +size 67818 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png.meta new file mode 100644 index 000000000..ae838dccf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/ToonDust2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a0007f43e6a337e59997c1b50a82bc3605fc3a71900728a400176bccfc6f13 +size 2187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png new file mode 100644 index 000000000..969ca0593 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00fac90e20b9dd624b6a3c9321cefe482ef3b0fb0ed1e6f2ed99a7370ec1bba +size 18735 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png.meta new file mode 100644 index 000000000..5b64525e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973a7c318d7fce8e3b39f3594bc4ce9833dc515ae17bca508788e5bb59be3c60 +size 3007 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png new file mode 100644 index 000000000..5f0fc5664 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edbdeb9b976b762dedb14e9a1e037b604863bb26ef19c97237da34f312a0ec2 +size 39601 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png.meta new file mode 100644 index 000000000..dd4bfdf52 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da5b94179cb570de6b1021dbf0bd6db61601bb4547c26c92bd2ad661fc6f975 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png new file mode 100644 index 000000000..0a6a3dfec --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6d5f60a7b33d8f1091440c62879a453fce34335881f18e2f9e1da2e84a047a +size 103650 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png.meta new file mode 100644 index 000000000..2e1e5cd37 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric11.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ecd65d6261964dde5ccb8b7abea699ca08a338612ab12cc357d02a0201af2b +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png new file mode 100644 index 000000000..9ebb5b3ca --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae73c8db67463a5fc211815968729caee427a2d0823ccfd878ce425e9111755 +size 29570 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png.meta new file mode 100644 index 000000000..8a48cf484 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric12.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38453c4470069077dda60c42b85409879540455d58175ce0fb4e3a36248cdaf +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png new file mode 100644 index 000000000..4a5c14cf2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72362ddff38adc2c7b8853a21e2efe0592eab0b7a07d48a2492d652d20ac4340 +size 127517 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png.meta new file mode 100644 index 000000000..9f953245f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric13.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dce07d9c9309e63868bf383d5be6159fb13a4832418931699c785e968408db +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png new file mode 100644 index 000000000..ef5790390 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56e38424910ea8f9309c58347a43ffb0ddb498d791e3a5c66b9541970a41bb8 +size 63004 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png.meta new file mode 100644 index 000000000..532d77e50 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric14.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9611ba0cfc485078cd4e12f8a0a081785bcc635b78b48e767ee8769a3203b9c +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png new file mode 100644 index 000000000..3c9c0da5a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfae13f6add7c281823cb00536691e1d2d7458d7c6981fdf8bd692610276cf52 +size 69935 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png.meta new file mode 100644 index 000000000..01139de8f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62b3098326935533383daab5a80f43eea2cd62cc951260b7b3cb2468294a9de +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png new file mode 100644 index 000000000..8d8bd1bc6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef4ce865511a529ffb19798ddc0814ec89e2406d43b36b98cf7fca0033953fa +size 67106 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png.meta new file mode 100644 index 000000000..7f246e248 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30841887c79bea8fef4ed83a5c19765e9c18f09b0aff50d2ca1beeca0b64dc9f +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png new file mode 100644 index 000000000..1107598ae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d98188fd94ad2dd6f18b92f2d54a8e33fc12aff808ccf76b216e7c08ba8bd4f +size 151028 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png.meta new file mode 100644 index 000000000..27199ccb6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric17.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cab1b892f1ee3ce7583bc41e153c5699318ee9abe734726748e4891f6063b15 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png new file mode 100644 index 000000000..a5cf04281 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8415ff9766743b7389e40389c09e9c521066a03beaf4c140f581e977e083e04f +size 78697 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png.meta new file mode 100644 index 000000000..e3546e570 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric18.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d16cb19b10be66c6073f4c4d1d7bf59883f598f729eb3fc5ed46c83e5e5bc75 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png new file mode 100644 index 000000000..86bd4a5be --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775115d58c3f2f8abc6e4c4bae0885310fbc37c1b9b0eff12227b96846a66679 +size 190346 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png.meta new file mode 100644 index 000000000..308f629a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric19.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f63158ac9def7c495d2e1720523e68b7238077766ef8f5a6d814cf8823e6815 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png new file mode 100644 index 000000000..afedfd2f6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcbd3b3d98ef21c02440b76885ef855f5501ec49c0517700e886f4470524d69 +size 158425 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png.meta new file mode 100644 index 000000000..f2f7b7b86 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af035efc8920cfb00a3877f506e782e03dcc008f56f82a09fbf80d5abb376b9c +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png new file mode 100644 index 000000000..0bffd5e0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a41c031e5408e7ce7f60048bde297c112367ca3db7355548d38deda98211fdf +size 165419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png.meta new file mode 100644 index 000000000..c1afd183d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric20.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407e6d39d8eb9162da7bd8f74c012841b02b1d1d0c5e2ffca2ca4187a50a7629 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png new file mode 100644 index 000000000..ab458bd04 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abc93405fe945a94c16e5cee6fa9142cdae54b360e306c67bd9e6474ea9075a +size 247540 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png.meta new file mode 100644 index 000000000..77ef84a85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric21.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052319ba6a7648aa60692ea74eb3ce2c43ca0630c45bb83cba743e21e3bd8bc1 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png new file mode 100644 index 000000000..20f616676 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ee1f7bc573ce7a99dcf5c76a334501138ab269a7ab8744cd8ff9887e87ec23 +size 198377 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png.meta new file mode 100644 index 000000000..7e26f46e8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric22.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b524bf3e8bca8d94bd1cc9e6a198790f1819f23d2b50fc503706b441095b123 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png new file mode 100644 index 000000000..042db89d9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bf479360ddfb4abfc0462350109651edd322dbdb567795f5be2aca68e7c0b5 +size 222533 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png.meta new file mode 100644 index 000000000..ece383082 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric23.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befec514336e7aab258f1a31fc88a3648532b736fc260f30f0692e531baa9e29 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png new file mode 100644 index 000000000..4f66e1625 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5effcca75ffc333322cf95f55c4e1db359a748a9cbd7848be3bc2bd62cddd1 +size 222265 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png.meta new file mode 100644 index 000000000..2510ce689 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric24.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19baee5e0061bceb74209a07a8defe8ef447597948adf9a62d2ba3e986d8b0b0 +size 2164 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png new file mode 100644 index 000000000..518785d74 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109f6fb6ca3111b4712b11e21026185a60c75ac4d1391625efb36d527ca9b349 +size 3078355 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png.meta new file mode 100644 index 000000000..e82256566 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fe8a5c5c2ac733f2e5aa2a0ac5a606eee6da92e40e5bba70f1372d353d91d7 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png new file mode 100644 index 000000000..24e5d0576 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8715b2aeec6669444b0209c422925408d3720c9769ac72e536794e475a7648 +size 2922846 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png.meta new file mode 100644 index 000000000..2eb185de4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric26.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989c390c9a44122cd09308b7e984d8d971cd9b88aa53c99cffd064a0ae51a3ca +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png new file mode 100644 index 000000000..b7abb9d1a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768e0b83a2fefa0d3eb4af25a8e838c047f6ea7414b456a29a1e2c3e6e4aad2 +size 64369 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png.meta new file mode 100644 index 000000000..66681bee7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462617eb5ab3bf030f604f3d7f02d6072a2f56b291d43fa355229adef2245ab9 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png new file mode 100644 index 000000000..4aeb9fae5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8225a7d50c912f8ab9fdd3bb5b5f53bc6cb8da910fd43fce3c97df2d8297621 +size 107419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png.meta new file mode 100644 index 000000000..7a7e7e870 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce170ecdf48ff252aabf94e9a9a4306c098fe060f27a46145fd3ec716018fbd +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png new file mode 100644 index 000000000..283d82586 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88aeaea7d6a6158f6d7ec2051f3b91e929fff74af9a1200adb8218a74ab3e845 +size 85107 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png.meta new file mode 100644 index 000000000..0af571370 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8e5d8d0fbb3a7a1c58ee089c7a2a7283fb1e75d6b9adbfd999a5a0d91163ad +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png new file mode 100644 index 000000000..50983245d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f82ad4d1ba20069bd52f4751ca57cbee33d57a262bd4bf4598cedfe04f265f6 +size 96198 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png.meta new file mode 100644 index 000000000..c7a6b161e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76426d8ca63aafd779c3336ad10e869a4acceb56403f709be60b5e22d8e9419c +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png new file mode 100644 index 000000000..0223d6b89 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1136ddabdec6d10e3ceeb9619ac5fc0527bfdcce473302d0d0c5f10a342636b3 +size 50532 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png.meta new file mode 100644 index 000000000..c2340d1b3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311de3a02b74d908354f23d221bfb33063b1ba052c6b8167365f23f9b63d5518 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png new file mode 100644 index 000000000..4ec6af09d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ad6e308ba32152c5c3fa83a72aa587eaae9415f15c68fe2169e659fd2253f +size 47623 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png.meta new file mode 100644 index 000000000..9842bf8ad --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9792322fcd5b6fdad5e5c4ff10b6fa5226340497f52fb9fde1d53a6583d9ecb3 +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png new file mode 100644 index 000000000..75f161e69 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86014546b66e69e979e16b44037c32bce408233204b07c64e1c7941366472f21 +size 23480 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png.meta new file mode 100644 index 000000000..ace6d5ce3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailElectric9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbbd13a936c7ea2d49406268c2dc1e00484e478b0b28609619b0758b80b7fad +size 2163 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png new file mode 100644 index 000000000..31ff1c2e5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92862f605e93fd508ea16a6d0badac54b2ceef2f140684a35f742411a3efbffb +size 25385 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png.meta new file mode 100644 index 000000000..de0801224 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71007e73ce8b4e797a0d657d13c4723b7fdde6b4cbb6a4761ca092c474df0f6 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png new file mode 100644 index 000000000..3bbc57dc2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad559af21d24179b053a24209c2745ca5b8c5db0ffabac90076e49f9a0069c4 +size 6752843 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png.meta new file mode 100644 index 000000000..9fb202ff5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fee8acb3efe1386df136803e47862695cb6f1212ff3351401be080fdcf51935 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png new file mode 100644 index 000000000..ea0f127f0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85e5e47a805279ce6f7d9ce2233f4172784b40889b61a4d42638d0b53172c2f +size 38351 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png.meta new file mode 100644 index 000000000..58c068dee --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb66198e5096ae1f974631ddbf0aadf76701d3695b93eb64d81655c184b03fd8 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png new file mode 100644 index 000000000..6fbe4a485 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868e1c6bd7c9f34c24ef494614f4a9d4af1af639732a91e145df492b66b711fc +size 29562 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png.meta new file mode 100644 index 000000000..cf7039e8b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c46095e21b23cfa88255fffca901681974c4d8bfeba1f0d77a0caa5c250166 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png new file mode 100644 index 000000000..e0bbf81fb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945fce37557c51d68f8ede42d70a02e9f1943efdad52fa8e37891a8f76149cf2 +size 39473 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png.meta new file mode 100644 index 000000000..08416cfff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10c8e8a2bcf4c84989736e861226980ceac91aee91b34955800348547994d93 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png new file mode 100644 index 000000000..11749f0d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e109cd51708a22720c75ae04f92c1af4dc5455cac535377c8fd004705f7994 +size 38762 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png.meta new file mode 100644 index 000000000..10e393b9c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cc3d77cd33b5d416eb5fd9b0a4757f8d0234ad7fb6411ec09713e33b40f9a6 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png new file mode 100644 index 000000000..15107be1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37aac38313f4cd79d5e5a83bdad3210fc5fa1fc82d1de2400e14a1dd8dd4489 +size 31467 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png.meta new file mode 100644 index 000000000..70b30b866 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2f7c069af15d0e5281e2c90086f9bf3e8b8574af05f371c673dfc059a02fa2 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png new file mode 100644 index 000000000..156a02cf5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b5553cc4d6848b87d60dc49c6988f52efb506e10c746344f2a4e2cfbb4a16d +size 118526 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png.meta new file mode 100644 index 000000000..ced8cdc6c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead7.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53faf043c6da509012a1d24d963eeff286e38b2ce3dc3e40254a14cdd056ae1f +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png new file mode 100644 index 000000000..81698bd0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3618cbdbf558e84c6b7142b18a145c88c0299accd438b6f57dd7912f3166758e +size 26634 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png.meta new file mode 100644 index 000000000..21d59508e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead8.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c6e1e5018083066d3311141fa3565bda3898f63d9d3883a1da6006eb64ebb6 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png new file mode 100644 index 000000000..579536089 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dbeecf00828993b942edd79a1fb39760e2a33c7005182a89b938fe246aa476 +size 111245 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png.meta new file mode 100644 index 000000000..67792aa15 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailHead9.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74794abe6cea6eb3b09efceb87f2a4d37ff2a94e3e44944f8ca07a2426459856 +size 2159 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png new file mode 100644 index 000000000..3271c8a40 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f066821d4a3b3383033aac349b45d47a98450b916fd1011733533a86bf5fb6 +size 46769 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png.meta new file mode 100644 index 000000000..0c13f5197 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530bca9dab2fbd893b379a5a284cd2f1d1ed3475df853854dceee0f7d5c8c441 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png new file mode 100644 index 000000000..36874c958 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d97b4484834102a2de2a816cf52a0b0917ef460cf876d106c239fbe1200e0f +size 29273 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png.meta new file mode 100644 index 000000000..818aa4172 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines1_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1360f64c103d4e63583eefec76024b088b581c362435016c2df24c5c4b673e9 +size 2162 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png new file mode 100644 index 000000000..e63562d2c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fb1d68ff5fb94868b9f58196970c5ecf83b78045ae3e1117be68f7bfc8de18 +size 39137 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png.meta new file mode 100644 index 000000000..cd3decd04 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a822f2f8eccfc1be7d12f206a865a62f91e1bb534247d2d89644cab4e58b96 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png new file mode 100644 index 000000000..8f1c691e6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967a198ff1a6ef7b0e77ddeb261372a446a94ce36e753db423a5188e3c0c40e3 +size 44642 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png.meta new file mode 100644 index 000000000..bed189560 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines3.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e8787104efc7d8581475f2dfbfef9694a738bbf8752c72c29ba753900ff75f +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png new file mode 100644 index 000000000..44c30b3d8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21764812d49af1d53b76e340f26deaf0e79cbac7a49ba73f9cc4bc1098528985 +size 47157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png.meta new file mode 100644 index 000000000..9ec53dd39 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4688c1db55493d5f0e3e62df79576e6706234b4066e9edcc6231786f34b2ffb +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png new file mode 100644 index 000000000..3b47c04b2 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0e53827139ed5339fbd73010f027f792ba74348d3152b50e62ca07ed2e4e23 +size 38553 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png.meta new file mode 100644 index 000000000..53b631de3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines4b.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1728eb853c8d643f310eaa26cbaca3b1e83ce57784f3ae77d9cde2a9b536a606 +size 2161 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png new file mode 100644 index 000000000..6363917d8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc5237ec382b45e81b87991d0a65165c10ccd58ef2dcfa2d2fb4b6af9c32914 +size 65001 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png.meta new file mode 100644 index 000000000..7c2343218 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines5.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a21d8321d8c26d8fb2a46e419eed7e49fb746948314f80170e4f7cf49175162 +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png new file mode 100644 index 000000000..bed1f8a80 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ea8fdbc7d55d2ff34a54e6c66a466ef626667a2bd556b4c0e77423bb1246ef +size 12181 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png.meta new file mode 100644 index 000000000..8a43f5df8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/TrailLines6.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4eadc3845fd54fb81835ce48f615b767f9b64bd33babf8ecb4f3847ffe00cbd +size 2160 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png new file mode 100644 index 000000000..3aee81c69 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7191392288bb498d91278f630857d94b1bccf5d5e018f8222d42a8a8eef8d0a +size 5244 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png.meta new file mode 100644 index 000000000..c8e7b7f66 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/Trails/WaterStreakHead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea6f3db859ad849a585313bfb46a93ee10a0f1faf8d8c51130554527604489f +size 3268 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset.meta new file mode 100644 index 000000000..9656a270b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fa2d76883ef2b56b35f7db0b9f7f2ae4f125ba064b0c7c848ac2d574a9f6bb +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset new file mode 100644 index 000000000..b2cf0f6bb --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f361227c12e25f8906373326c85e97be589dcdb3210bbc27599c1c7823e52962 +size 9513 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset.meta new file mode 100644 index 000000000..a08f82012 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxImportPreset.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f977e55c2c618f7ab410ebed24ebc1055034f060d31a630470ec1b8397c40e +size 445 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset new file mode 100644 index 000000000..d503e759f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cf264ced2ad27ac8915daaabc1208295779691fb8ab9dd965b435a26172554 +size 9519 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset.meta b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset.meta new file mode 100644 index 000000000..996c88c2c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Demo & Assets/Textures/_ImportPreset/AllIn1VfxSpriteImportPreset.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bd1b59fd68949c575b5becccb1223bb4555f0d36f4382c552ba8dc5a0845c4 +size 451 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf b/Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf new file mode 100644 index 000000000..0827d2513 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1801579bc9eddffc5b6d4145fd68c93316b5f82e01174fc90579fdd007e28e +size 507681 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf.meta b/Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf.meta new file mode 100644 index 000000000..19691c6a8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e27b95d43801f34da625b913fd71d93af850f7ab807c06c4f3b45d4697c1197 +size 351 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor.meta new file mode 100644 index 000000000..42e66ff3c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60985ce57e12805b5eb3b598f8834ad694603af9a44bfc909d66d1d9f81d9ee3 +size 86 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs new file mode 100644 index 000000000..6bfbb1c38 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbb47239d06b409e0004a74925dd3a2d1150218b292e36330822b65bac43d79 +size 26865 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs.meta new file mode 100644 index 000000000..e9ab6fdd5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1ParticleHelperEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e8393f9fcb8b41756051f5fe8967d1286dd1c24723304844991475400fb824 +size 458 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs new file mode 100644 index 000000000..b13a73598 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b31dbdb54681f349d422d4d1f3ace640d329cc9210eec0f8d02c0c149519574 +size 53257 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs.meta new file mode 100644 index 000000000..05a6ab54a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxCustomMaterialEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d05678ccf35d723467098ea3df6f157e38da305413e4e80c5104a9147a2cae9 +size 461 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs new file mode 100644 index 000000000..7a6b3b196 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2a88fd8ba6bc761fe1c506dd380e6023cbd93ae815a2cc9b4502be6abeffba +size 5415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs.meta new file mode 100644 index 000000000..526abcce9 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5c158435be8c5e6a8e26aa4ccab231bfc05dda75078f47c93325b6f3094a55 +size 447 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs new file mode 100644 index 000000000..79c1bdcf1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457a5ef593799f51b41d69303b4b456390078753ffa35454efeaaa89b3648c17 +size 7778 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs.meta new file mode 100644 index 000000000..442bc4c10 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxGradientDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6676142dc873cc5a3636e1355b93ffb833b9e6a76c8b1c2c069d257e231204 +size 455 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs new file mode 100644 index 000000000..5a5ac0e09 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0b4f55dc72c5d745260a2ec6bd7f28ba2b163833c6d7994847b8b70279d3fe +size 52443 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs.meta new file mode 100644 index 000000000..eaa512d1e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxLitCustomMaterialEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ca3fc8f2f0b17d09f27243da587f199f2b79bec52ff7eba7e435c50b31d9f5 +size 464 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs new file mode 100644 index 000000000..299061d4f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1160f6ace7663d8e65146e6f598e5949e99e7b38508c0407dd289de3810039cd +size 5828 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs.meta new file mode 100644 index 000000000..6aeeb11bd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/AllIn1VfxShaderImporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644b823ebe6b991635f5f34d1bdf761d7ce1729da827b9c10ce9277c6e12fbba +size 455 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs b/Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs new file mode 100644 index 000000000..58dc3b581 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf4fc9c11fcafe75e050f64da9125949c3531084bc6868c0a86cb0b89a93023 +size 1572 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs.meta new file mode 100644 index 000000000..b905ad4d3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/RenderPipelineChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907223896837081cd446e80e77cf827c4283da6a4752aeef50a5e9bb90fcf02d +size 453 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture.meta new file mode 100644 index 000000000..2e0b818dd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f96ec3f745e00cc19365a0b400ac4e1ce56a0fe75a3dded084f85bb06508894 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png b/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png new file mode 100644 index 000000000..025398174 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97ec938f4d2260056b1d825c63746b52dffa44290bce672d5ab81c611e12cff +size 15944 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png.meta b/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png.meta new file mode 100644 index 000000000..ef48688fd --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Editor/Texture/AllIn1VfxCustomEditorImage.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9647f248696d33cfe950c9b09198fd392c78acb375a110e7684c34db1149890f +size 2189 diff --git a/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves.meta b/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves.meta new file mode 100644 index 000000000..dab3f8c2b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8598aa6d9815c5e6d171bfb1778dcf5a0de18e2d092e33d3d2022828a6d0bc +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat b/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat new file mode 100644 index 000000000..b4d0a1375 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d028f930c95ba609659ef43d544bf95ef49d00190aa93bb76c0594db41c4f2 +size 2037 diff --git a/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat.meta b/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat.meta new file mode 100644 index 000000000..63c6ef1f1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/MaterialSaves/DefaultVfxMat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf588da2425b70aaf8e679a9f93cdb2a014ffd40a4633b336762b0c3acaee209 +size 398 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets.meta new file mode 100644 index 000000000..1b393b3ff --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51bc3ba610af1537da1874d500def9320cccd2d7c1157bdcdbf37c20e462042 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset new file mode 100644 index 000000000..9f3fc87a0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34bb0fe4f12338c38f1ee1f1af1ac05c8ac156e2046793e8e1c57aa90926e8d +size 2130 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset.meta new file mode 100644 index 000000000..6aacb14a4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstHelperPreset.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0daf493fb52d8a0f27b2d0622b22196dd631a6904581880189ad8d05a7eb19d +size 411 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset new file mode 100644 index 000000000..85e9ff90e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deffd21df95538d5e835aee1f32a74abeb0478bd0238cd50ec0e38833bf70b1f +size 609268 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset.meta new file mode 100644 index 000000000..61870a8b5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ConeBurstPsPreset.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7863bd7b039655a770b6996b5060ce56efd726bd8bdd7c8dbe3cbf7e2516df +size 419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset new file mode 100644 index 000000000..981829eac --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f58f6e5730157db326e4adcb8fe6c25dbea39fa462c351851272f1b70b0abb +size 2135 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset.meta new file mode 100644 index 000000000..c942af08c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionBurstHelperPreset.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09e6c6d80075a74273aea909219c68448d32300bf75def94c4a7be64b925111 +size 416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset new file mode 100644 index 000000000..90b3d29d8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c1fd79b8d204f919a4d7ca343536815f96a80410a7d5d33b3aa4a7bdfe8e0e +size 609273 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset.meta new file mode 100644 index 000000000..79a8cc611 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/ExplosionPsPreset.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08554d4aa0ec74e1968297acf69830a583226f42493a94a671421406a9b3d49 +size 419 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset new file mode 100644 index 000000000..b033f02b7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fb4145c8754b2d1137813b7db8edcc7bdbb46eb4708e91eada387a760b1062 +size 2125 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset.meta new file mode 100644 index 000000000..5dd219688 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterHelperPreset.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b100be9ef60d24473242ed6192b2ee8bf6f937e3e9d2704a374dbcb9712e7387 +size 414 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset new file mode 100644 index 000000000..a4c757e7b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d8546fe93074cb68687eaf0c66b28439e6b6a3979ff34f1f98067dfe6bf63a +size 609265 diff --git a/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset.meta b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset.meta new file mode 100644 index 000000000..3ad343cae --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/ParticlePresets/SingleCenterPsPreset.preset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690e4c3695f544db35c9da35ce9c1105d9fc94a19335cd2bc2ba5701571ea247 +size 422 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts.meta new file mode 100644 index 000000000..9a5135c98 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b154cd9210bcf9d626d31d0a0e90c23b02eb4cff3bc26db34d7d9b5d2f07e41 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs new file mode 100644 index 000000000..1b314df6c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbb0ba9a31ac45d8ff033a404edaf7cd813585546318b347a12522dfbfff5cb +size 520 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs.meta new file mode 100644 index 000000000..ec56723f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/All1VfxRandomTimeSeed.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e69b76ad54f52dae1a036cfeb1e62e380855eb14ca09435cf09b6c03aa77df +size 454 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs new file mode 100644 index 000000000..226547aaa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5034d540291765b4a06b0b976005c529f0263a0595272e87b8a94821738cf981 +size 326 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs.meta new file mode 100644 index 000000000..af18db5b0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1GraphicMaterialDuplicate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50f84c8e27f2edc06dfe86f2d10ee808270129b494a8c882db2c0c01e5815b9 +size 463 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs new file mode 100644 index 000000000..ff9841c58 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a051d5ded2b91058b32882052c545b19c78a9fb4bac96629774db787b04380d +size 2233 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs.meta new file mode 100644 index 000000000..4ea3afe00 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1LookAt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9e88758625e2fa5b115dd1bb1ca99b98bb8c629a65a582a510756b2e32a3a9 +size 445 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs new file mode 100644 index 000000000..b4c7f6517 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eea3e18244f8b770825d1a3ac2343d56f566ddac11704d1123db332060b6c72 +size 33723 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs.meta new file mode 100644 index 000000000..83c524b85 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperComponent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aca651a2692b0ef8b81c4861bbd6f3852a2caadfd4eec22057a988559279912 +size 462 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs new file mode 100644 index 000000000..a978c6dd6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f891293a54b9e7573ec1f1632fabfbdac6eee50ea54a68a3293c375169e598d +size 1193 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs.meta new file mode 100644 index 000000000..d0affc79b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1ParticleHelperSO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e18e8ef63882413deca380c0040686ea1e0d7a8357ef0c7fa5f85b24002aa0 +size 455 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs new file mode 100644 index 000000000..76e38264b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee34691a6b0cc7bddaa6a6ab3e44183b3937943adfddd1e603981a783f059ea +size 635 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs.meta new file mode 100644 index 000000000..98b4d48ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxBounceAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5870bbfeb34845674927cbaacdd0bd2066748a45398c0a6e19f309a4deb1417 +size 457 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs new file mode 100644 index 000000000..cb7ce19bf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b339d3e3467290c6fc9f57c5a619e48c00e34d81fd3b06a76544c2fcc7450ab0 +size 23671 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs.meta new file mode 100644 index 000000000..dbdbba955 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxComponent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941642b3be34e05e9a6adf35fe54a0fef2e98753a9b4065372055b0db44b129c +size 451 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs new file mode 100644 index 000000000..de06a6be3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01a958b7bc037dafbaa1a852856651afeb96cc3a01e35d30eab7979cbdbb80c +size 1666 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs.meta new file mode 100644 index 000000000..3cc92f4d1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxFakeLightDirSetter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb792d46d8662222a237bc2f00cec6aafdcbfa83933bdd0110277b0c123c2205 +size 460 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs new file mode 100644 index 000000000..b2eb2761a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23de28e572bbe384f1c00c93b480c9b6dad5c052d947b1343c39ed246e6c12b4 +size 2600 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs.meta new file mode 100644 index 000000000..634cf340a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxNoiseCreator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e984c016385195c512283fb99c899ea274fa3f92286975732ae2e06e6173499c +size 454 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs new file mode 100644 index 000000000..224b6571f --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bf638d13aafa2a1472a5fe03e5518754bfcb03d0f9e71bc163357747b67b7c +size 3733 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs.meta new file mode 100644 index 000000000..c7263e8e0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderProperty.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea68813606e762a896d106d1b397097b6218774013f90c536a4b71fee1d2732 +size 462 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs new file mode 100644 index 000000000..edf011967 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb9d4e9e61262f509cb49011eb16c1e2d429dbceda2a53a5b8b6ab472787980 +size 5105 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs.meta new file mode 100644 index 000000000..18781487b --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxScrollShaderTexture.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df1485b08e39b6938d3770d23248df49366c0e1c682378c19816346ca2ae56f +size 461 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs new file mode 100644 index 000000000..ee37c5be1 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16939394e732f28d6b43b5b0ad3af9cff37e8472fa66dc7237ce3c440eadbbec +size 74254 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs.meta new file mode 100644 index 000000000..90f9e9b63 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/AllIn1VfxWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6b13b40144a58a3666d5dcb93773219bb8693363c228183bcd651d7e9dcdf3 +size 448 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs b/Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs new file mode 100644 index 000000000..d686250f3 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec99362fcc90a4b06fc88409135a1611006d97adad112295e709e16e8bd0f591 +size 983 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs.meta b/Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs.meta new file mode 100644 index 000000000..dd0a3e901 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Scripts/SetAllIn1VfxCustomGlobalTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bb1c8c56ef2c237a32f85d8b1dac9643223817e891c374a89487b80f41f867 +size 461 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders.meta new file mode 100644 index 000000000..2ed4fea6a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbefc24b0de8ba13e8695a724870429e6cdbcb3203f18c844b679aef16eba394 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader new file mode 100644 index 000000000..062467856 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd26b5730a49664aa1b60bad10c2abd6db13a92093ca3efc9f6ebc768aff9c75 +size 47940 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader.meta new file mode 100644 index 000000000..8ad8f6471 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1Vfx.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f3c5202cff7452960d56ab12b694fbb7fba1aea73409fdf5be8a4d580a411a +size 1416 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader new file mode 100644 index 000000000..331bddfd8 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3774f26fd4c588838dc765081f1c964ed57d08c094a5684bc71f143a7db11f45 +size 52019 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader.meta new file mode 100644 index 000000000..7017323a7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxBuiltIn.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0b5f3d02e7ec9baee5a8bd535d8d757abaf23caa5ad3da4d12f6417aadea98 +size 1423 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc new file mode 100644 index 000000000..eeaa425de --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9458b46e79354cf89802930fec4cd715324cff9321e286bb73cd2c5e90efcbb5 +size 1071 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc.meta new file mode 100644 index 000000000..4bf090057 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxFunctions.cginc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65796b02eaeb398a704665c9e563640579eaf2bf401f0d5475b94eed767c1e61 +size 415 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader new file mode 100644 index 000000000..c16553d75 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ebdead5ef9903810e7c3090822762f5cc53e3e4b7f9758c1577973c9145213 +size 54043 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader.meta new file mode 100644 index 000000000..459ffd2a5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxGrabPass.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9873f18e2de32e8e459f05c41957bddb7f6bceb3dc003e60e0faa12b632b633a +size 1424 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader new file mode 100644 index 000000000..ebf130509 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68432684248b45b048fd6dffbf2714630858c62e3529d777d89873b2f2d3d6ad +size 609236 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader.meta new file mode 100644 index 000000000..91b5c478c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/AllIn1VfxLit.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d473fc646708997083e1bc59b2880cd3f38b4ca55f9bdd1bde4940178a7d5321 +size 410 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders.meta new file mode 100644 index 000000000..e45aa8398 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04757a4f574108ec79b77dadd266d6365ce0ed3864152e7bce70d7a393a4ee9 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader new file mode 100644 index 000000000..b637afcbf --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c244be388c2a325d267644bf909e06587d3a12f7ad2c2ff8283c573948d38e26 +size 5157 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader.meta new file mode 100644 index 000000000..c77b0afe5 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxFractalNoise.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddff314072c7e3eae2f1731d688171fef9cad848d04e5f542df1c22e1ec9e41 +size 433 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader new file mode 100644 index 000000000..7b3fa8603 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68034abe7b40fcfe871625179aa9a8293955fab4fe4d729fca4e3627e7fdee3 +size 8976 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader.meta new file mode 100644 index 000000000..aa3da424e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/EditorShaders/AllIn1VfxWorleyNoise.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f566aec13f9ea72cdc96c4dd304a2da786711e31069a73dc216b4dce0b61ce6d +size 432 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras.meta new file mode 100644 index 000000000..9259dc344 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6a1364f35ba61f00620692a0f3f2d6aaefc84fbe745d89e2b7debc436dcabb +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader new file mode 100644 index 000000000..04e5fb6fa --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b82e54ef6ecd65371f30aecf9734bd946235e550230094df4e320b6b706d1c +size 263 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader.meta new file mode 100644 index 000000000..88d3d1f45 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWrite.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b630c81bb7f56321636b42abb85dc21ad0e577354f1a8b1184f38cbc812d6c +size 418 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader new file mode 100644 index 000000000..93bf3ef80 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948a56e6e4bef5f4903d307f8b59aa030ea83037de038b7cee465e4e8864bdae +size 1035 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader.meta new file mode 100644 index 000000000..6696844ce --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/Extras/All1VfxZWriteGpuInstancing.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ad76e8e0fd3a181c63a3855c65f5e9624e77d55baa366dc8a4bd01f6adcb38 +size 431 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders.meta new file mode 100644 index 000000000..c66c941a6 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e806ed4fa67c60386320f27da862ff2d9fa963e081e7789ad50f97ed7f79aa9 +size 172 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader new file mode 100644 index 000000000..2ea94e3f4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46ee7d719ccc4ef1ac1601f26bda0bf7cf7670b5a5a7a7ffc82be881ae1002b +size 43187 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader.meta new file mode 100644 index 000000000..2da002086 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader.surfshader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0a2f72064ee625bbab99becc4ac2dd1f5035b43772902e317ff6c0719b75ea +size 519 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt new file mode 100644 index 000000000..3d3d1d845 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56faf9039f69e41079b36d0b5e820d4aa89188a52d2af6b7ff7ba1f16c793e58 +size 601061 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt.meta new file mode 100644 index 000000000..440d248e7 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2019.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be1fc496ecccba090ed63b487084f27b8b9c7c20c43b30cb706697d66c7173c +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt new file mode 100644 index 000000000..94f33ea0a --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7cd4548544f63212c89936402990d7b3353e308262cb2253ddc54f9a38aed2 +size 947909 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt.meta new file mode 100644 index 000000000..a4a851ea4 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2020.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c957c615b234a9b1256aa47a628e22db79356340ed4a3c2cd15547580f70fc44 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt new file mode 100644 index 000000000..593d52e2e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9f7c95e90448c4dcb7c3507520f2cd5bdde102b5a5f0a90d7dd6d21ef52e34 +size 933661 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt.meta new file mode 100644 index 000000000..de45ab77e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2021.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4002c721d61b07cd3c74b835ed6a8c108a78f6c1933d63587f7b3519a53ae7 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt new file mode 100644 index 000000000..44f701c0c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1deaf44fe6d3de75c3bac7b25dd2ebfbf6760efacf4cee016ab2fd0cdc861ad +size 973894 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt.meta new file mode 100644 index 000000000..fffa2928d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2022.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afe01fedaad48b7f2a22b454b3fbdbfa77c67a45f22b4dd7f7acdb606567fb4 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt new file mode 100644 index 000000000..c3796e081 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942e7f5a378835d9b295fe0dff6595c8dbbcf96710768100be21a4039f5d183a +size 978168 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt.meta new file mode 100644 index 000000000..aa8dd2bd0 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_HDRP2023.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95936c8303b1877b52f33a144f98519521387eea624dff318c824a4dc3e3826f +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt new file mode 100644 index 000000000..6cac29f1d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06365c7b84bce4f0a713d79d57d1641562d27d2c321d044498fa2bcb3ff8d991 +size 889932 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt.meta new file mode 100644 index 000000000..5a30d2940 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_Standard.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa81c981765d3d601be6195c57ba9ee5444866b47eb8fe13608c25fa67d3a97 +size 394 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt new file mode 100644 index 000000000..314f6f89c --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6f810cf81676c5c533794660f2fedb955898fc7d1af1568ec37b381bcdfa52 +size 390363 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt.meta new file mode 100644 index 000000000..48a349e68 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2019.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890a7c31960d1364b091495c3def7494c12631a67980574552d5e711a2396036 +size 393 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt new file mode 100644 index 000000000..8b3d08360 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcd7cb4b0e1d215823e304c58546cee0e2108975e1c2aafc52a83800b085ba4 +size 394556 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt.meta new file mode 100644 index 000000000..f87b5a165 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2020.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a712a4f692c08f12ae7139508d50c222ea75623b0af4bf1c63e53c37843774 +size 393 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt new file mode 100644 index 000000000..7b3ca9412 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d1f083eb97d1e1c24f1c8cf39d825f0178e47e61eafd7e28cdcca86a29d7c97 +size 483021 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt.meta new file mode 100644 index 000000000..4a650ad5d --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2021.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fbfb811aaaee3f673ede5afaad72d64c5750d48b417d772b6db9986feba6a8 +size 393 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt new file mode 100644 index 000000000..bdc8ddf94 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b587de10667b8318038b0e16fcfdeae1caf9b6e57622c15ab7c6696befe313 +size 485184 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt.meta new file mode 100644 index 000000000..16e818d68 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2022.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1d721dc60a19f21e9aac56cf55a380107d5262418b979d261707f958c0eca2 +size 393 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt new file mode 100644 index 000000000..0aa3f8278 --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff13c72ebd59741dc75e3da7a7f477f0b02ce493507d330c4a93dc34fd841d76 +size 609249 diff --git a/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt.meta b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt.meta new file mode 100644 index 000000000..082a1986e --- /dev/null +++ b/Assets/Plugins/AllIn1VfxToolkit/Shaders/LitShaders/AllIn1VfxLit_BetterShader_URP2023.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e745e6a4209cc8ded68b9d521e9aac959cf8efd58a1e465945c2d708190e65c +size 393 diff --git a/Assets/Plugins/Borodar.meta b/Assets/Plugins/Borodar.meta new file mode 100644 index 000000000..b00050ef2 --- /dev/null +++ b/Assets/Plugins/Borodar.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271ea428c3ea627abdd759724d51bd66e7b6158cdf395ed35097899b0e03bde6 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy.meta b/Assets/Plugins/Borodar/RainbowHierarchy.meta new file mode 100644 index 000000000..1e022c37f --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c6c8bd5fa9c6d925eadac1ba40659fe353ccbf5804fddcfc291db4ad45679a +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Demo.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Demo.meta new file mode 100644 index 000000000..e481c06f2 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c1e5da31ba2d9d9b56e4ddde91f129868f7ed8a7e74b093e7d1c8949009e2c +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity new file mode 100644 index 000000000..2b30b0702 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc80494b88ee8d1b739c7016db98867253dd3e4d8a0ebe04c3f64062d87f16d +size 37183 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity.meta new file mode 100644 index 000000000..67e4045e3 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoColors.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c46ef521c2aec057fbe2536f38a062ceb58e6e0c1b76a85920563b03186e392 +size 385 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity new file mode 100644 index 000000000..84bef467c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53eccb188994558d28c976e36559dbbb7e0001fdb349da8d385a39b1625b6974 +size 37377 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity.meta new file mode 100644 index 000000000..fe056cf58 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Demo/DemoComponents.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2d02f9ce9bbf2eb75620d6d686bb769ce63e0d89ae91cea0c215d515d7f707 +size 389 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt b/Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt new file mode 100644 index 000000000..d86923093 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37638ff76111fc1dbf14f382f86de3462ababe8a13dc54dca0e9ef1da2151c0d +size 302 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt.meta b/Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt.meta new file mode 100644 index 000000000..2707807d1 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/NOTICES.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fe448f40422587a4a72f4ce9b1d47a3531fe73e95acfc027ba702a2e61337e +size 357 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf b/Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf new file mode 100644 index 000000000..c1879af07 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc55a7d17a9d04c6f9f4821f856ae5bffd7ffd081578ffcd43fb8d8f1cbdd715 +size 1389891 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf.meta b/Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf.meta new file mode 100644 index 000000000..a32ba4cb9 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/QuickStart.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f189962f80df53d387bda81214127b7d790eb015b8c4569c65f923e4804353 +size 357 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts.meta new file mode 100644 index 000000000..9a721c3bb --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70615e5a6a58fc0402d093c2cfc10c5722dcd539798da777fcb2a8b682124f69 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor.meta new file mode 100644 index 000000000..aef078226 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cf8fe0a04bc014a3ba084be7d36f5e5587eaa1f780c277da7245084cd1e227 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers.meta new file mode 100644 index 000000000..3ac1abea8 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f91b362d76cf56237fa6163fc0a63357a4950e6e4cd88a2a57855aa3e4ffe9 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs new file mode 100644 index 000000000..d6678d0fb --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b029c5661128e510953d53211f9ac475732802b645f39fd8ccdc0892d7a75ee +size 990 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs.meta new file mode 100644 index 000000000..1adbe33fa --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/ColorHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b7ea9487fbde522c1ea749960e3974a5a858b940d7e66bc1bf9bf91a7ad334 +size 285 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs new file mode 100644 index 000000000..e2dec95c4 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e23169e1d0a038e3ba598f9dad925be73c75e040e25789f9513d0989dd69c3 +size 7667 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs.meta new file mode 100644 index 000000000..db0b4e56c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyEditorUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7064c00d39bcb33d62466c156b4b342728d354ea5298241bf3aa8265d3b283e9 +size 296 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs new file mode 100644 index 000000000..47553aeee --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf956182f6eff2f990573bf506bcd082970353508c600176bf2b554fc73dcc8 +size 5208 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs.meta new file mode 100644 index 000000000..6a0406cb6 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/HierarchyWindowAdapter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd20c26aa2dd811ab3ecf605ff7649b9a0e46024c6ac7a4724fbc14b4c58064f +size 296 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs new file mode 100644 index 000000000..7d9edc119 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1342c247fe2e9f21a5aa571c8e96fea21f3d035ca59c5e1e7e7f54df8126a7f +size 512 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs.meta new file mode 100644 index 000000000..49787203c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Helpers/RHLogger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8cafc6a2f1ffdf803d475a7baf9a09e1c080a3099e757178632e427b28cd39 +size 282 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port.meta new file mode 100644 index 000000000..451457375 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8bad65c1ccb52b4db4370fb63150572e9e9341ae1e5eb2ecbab163ddd7def9 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs new file mode 100644 index 000000000..bc93bcab5 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70b2cf14ccfc20127b1d96a23c01f26aad9a885136669d3e48f519a94eb60be +size 1915 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs.meta new file mode 100644 index 000000000..8f18cb86a --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/EditorProxyInitializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803fd1d98aadffeb2f640ded9dbe9d3e4bdd5fad3b4d349c0cdec710a8cd37e1 +size 293 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs new file mode 100644 index 000000000..ef1d390d0 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014e761e5643ebce9fc0ebf2cdbcfafba7ea9ae3970f512070bfaeb3598d515f +size 4199 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs.meta new file mode 100644 index 000000000..399648bac --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07dcee0b9a2f456bbb613124ea449261343e2fd263909621b3f15b7151261434 +size 295 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs new file mode 100644 index 000000000..781d185ab --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98399cc0d7f17dfbbad56deffebefb5caff6b42213460d9263b1595c9d020094 +size 5105 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs.meta new file mode 100644 index 000000000..9f1fa1e5e --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetImporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cfc8a88cadc50862d8babeee88e4bde8866ea26911ea3e67ab784e0cefa243 +size 295 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs new file mode 100644 index 000000000..bd6cc2f80 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687680d74107c341540f9a79fa3490c9a86c3cf1d9669a075bf5e39ce1108996 +size 268 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs.meta new file mode 100644 index 000000000..c67f85b8f --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Port/HierarchyRulesetWrapper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12496b9de8970f02955b8fce1259ac4efff608ecef3c4be87ff2534b47efb3be +size 294 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs.meta new file mode 100644 index 000000000..84f8e7f26 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fa47e64c3d433cecb24863bf5e00be8b19b8aebfceca6303539eb7c4eb3e14 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs new file mode 100644 index 000000000..5d8590faf --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd95d42e21ebb43e09b87da7c193169b9f0198ef063e4c3ad17e647aae0bd42 +size 8429 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs.meta new file mode 100644 index 000000000..366648583 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/HierarchyPreferences.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13704707e6d4d1a48d7e98ff1461e7f1b1f5538846517331f866f69daa96e4c5 +size 292 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items.meta new file mode 100644 index 000000000..19e45d7a4 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a1f1694b9337063c420bdfd3250cddb30a07062924b67bedb0a6ee42ea086 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs new file mode 100644 index 000000000..9dfbe57f4 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8d35d2d486e3e52ee46388e7265b574c3d71d159eaf01f77afe712ffdbcaca +size 1450 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs.meta new file mode 100644 index 000000000..05bf8e66c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsBoolean.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91813a20da69001b371b5492b6223f00c452f22e9d3dbdc7929961bdd34fcbf2 +size 296 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs new file mode 100644 index 000000000..8a9589fa5 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7477d2a2fc8e9b83d03399b08f9ff086cec67ff0d92bb94f6e1319d0aa91673 +size 1829 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs.meta new file mode 100644 index 000000000..66d4af4f9 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsItem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95c6f1acee6378655981470b5314d53fbdbb1001a684892e1b44d87e3e51d10 +size 293 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs new file mode 100644 index 000000000..ee4b7327d --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c96f926ea65be9c4fcd717e3db317be469abd8f9752ff6a15a4718d2527e586 +size 1458 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs.meta new file mode 100644 index 000000000..c16239868 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Prefs/Items/EditorPrefsModifierKey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128c49706c3b8495b131017401aca793b8d7c8d651e9875564571068115e6240 +size 300 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList.meta new file mode 100644 index 000000000..7abbec221 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52472221f5c6dc6281714eac086c70248f814437894ea5c8970cd9272af684d2 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE new file mode 100644 index 000000000..7d159b730 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:379ed6ae029b642da4a7a5c4336af08314a92a926e7950a29a117bda3b469aed +size 1071 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE.meta new file mode 100644 index 000000000..015c049ae --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/LICENSE.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8f7b3963621dd0398983fcd59156538c3d07a8f5a5288d031422043ea75ee0 +size 371 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs new file mode 100644 index 000000000..3e53ef50a --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1463242434342e93b57ab2815ec23a36896df7353982425485f9e03e2b13042f +size 1656 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs.meta new file mode 100644 index 000000000..df91318cb --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableArray.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e463c11308dd151ee0c7eb710e9c9cf1ce7108e2a397e4c2b032fcb4134326f4 +size 288 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs new file mode 100644 index 000000000..fad40855f --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3efa6a5ca76353c99591cdd2a16745ea11089a52e84a8cc44293bb55880e3cb +size 1659 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs.meta new file mode 100644 index 000000000..f083932de --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453cbf77a2572347c116a428e53100260ec781437cc1d107578892c92c42b2a6 +size 292 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs new file mode 100644 index 000000000..638527c23 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca539bd63b00f6e542143d82c9e8612a5e6fc2d18247b7ddfe42dad389c0a02 +size 4079 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs.meta new file mode 100644 index 000000000..0e69ef69d --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be85dedd92d6b81dd35ca60fd4d871772fccf045f2a9d8ea5724e8b72a1e9b3 +size 289 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs new file mode 100644 index 000000000..e5116cdbd --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9222ca936440ff25ead5932c995faa70d4b53d3f409cb3e9d723ec905a9ad36 +size 65255 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs.meta new file mode 100644 index 000000000..e09dd9812 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RList/ReorderableList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ac695017d71702a4902418175e68dd4977191defaa1ecb764c13c3bc9e9dbb +size 287 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs new file mode 100644 index 000000000..b991f538c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06c9c078a29b2ab6e31163de1271224aab8fb58c54502b2bdb735816e9b1e8e +size 10748 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs.meta new file mode 100644 index 000000000..eee641b4e --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/RainbowHierarchyGUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf82c5fb6aaa223b0271e2e0fca334f003841c514e49316c483de9720f9799c +size 285 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset.meta new file mode 100644 index 000000000..62726976d --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0d19c5197e295eacbfc6a9516dc0e4c2ca73c1a5c0a041cba558610ec4b7f0 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs new file mode 100644 index 000000000..51144e070 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ed8eef7d634d85b1419a8ec56e4a4eb762811534f4614c9d30080ec37f70a4 +size 9220 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs.meta new file mode 100644 index 000000000..e27817464 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRuleDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a3a5cd1e2831ddb8c8217be3ef24ed7620d40099a49e3fdd08339dc8156fe9 +size 293 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs new file mode 100644 index 000000000..cacdb33e4 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ece6c3e220f2c232b0b7e5b5fdf9ab40e01de21173dd6c02c466fb06c5a1c59 +size 655 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs.meta new file mode 100644 index 000000000..e71055a3c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e260c772973ffd370593bd1b866e3f23b7a07c6db1fa9214e461bbd0dbcced2e +size 296 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs new file mode 100644 index 000000000..8917be842 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a218b39d396da5fd8610ab3b4d437198aa08caac716618b73aee4a3b180da939 +size 13690 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs.meta new file mode 100644 index 000000000..db90b75ff --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Ruleset/HierarchyRulesetEditorV2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b504a2290dd53dac04229f1ebb7e6a6e1cd346f0cd00fa392ef4c05ab74100b +size 298 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage.meta new file mode 100644 index 000000000..3f87fd59b --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f70dc8a9d0156bf9913d3ee7d920a537492d382cf4f5fe85c3c94869503347 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds.meta new file mode 100644 index 000000000..6411c0117 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266b4fa1e5b849ba11c70427d698df97633a7a3ed044511379f64181e27665dd +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs new file mode 100644 index 000000000..c37c21271 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cc0e2871af1d306d848f1e80feb02c361450ac8f200af5627631295a25d9c3 +size 10364 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs.meta new file mode 100644 index 000000000..8830d73ff --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Backgrounds/HierarchyBackgroundsStorage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3796392c818d5fb35216f107ff805ba6ecfdde95115dc88d34efbadf0c4026f0 +size 313 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures.meta new file mode 100644 index 000000000..47aeaec9f --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6af518b244386c4e783f76f4ed5ee436c5924b7d65d7eec6e183df38363ec39 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs new file mode 100644 index 000000000..9c7e6608d --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f080e5b9c1daa8d3a48ce7143d4af32831393f56a76aea264d57b1dbbbb62e +size 269 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs.meta new file mode 100644 index 000000000..989181298 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexture.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f35bee355b9d938132fa07b36a6737aa73a79d28a698816800994acaed6f70 +size 311 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs new file mode 100644 index 000000000..c90d0d7df --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe736965782080afa7dfa04440e3d931c6544d925dc12c8ff630b605599fc54 +size 22347 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs.meta new file mode 100644 index 000000000..a62a10872 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/EditorTextures/HierarchyEditorTexturesStorage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5992e0c2fb591c738cf57560c03e532cb0affe52afeb82aad0e6a11de099a0a7 +size 319 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons.meta new file mode 100644 index 000000000..c59687cbc --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8feca807dec02f3e0e69df3ad29d3960f3c696024378d619c010fd43f708312 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs new file mode 100644 index 000000000..b1e77d271 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31a48f17ddab3e1ef6e6bf7da65f735f0a31b1a9e63550d39708799f4afb81f +size 504 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs.meta new file mode 100644 index 000000000..ef4773fc7 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconCategory.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8ada967391de16f1cdf64d9119697bbe8912e9e09fb2b4b317fbd949eace08 +size 301 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs new file mode 100644 index 000000000..9561a7484 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da091884012a0fef36ae6d4db0516c53dca53a71f32c5971eb8ca8d618c2768 +size 571711 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs.meta new file mode 100644 index 000000000..25e4d2877 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchiveFree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eec00cacc208ab01038c577dd5ac1b542bf77e47ed7fe797891dcfc3ae0229f +size 305 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs new file mode 100644 index 000000000..767a02983 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c014c07c1cae0bc67bfeaf447166e762f2609fb23e01b24ee38cc0ead417cee3 +size 561797 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs.meta new file mode 100644 index 000000000..0780b1acc --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsArchivePro.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4baae54945e11985df79ff0478562c7df1c449ee325154711112102ab79757a +size 304 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs new file mode 100644 index 000000000..f9d71b577 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55e2f98111931cb49811ddb43e20fcd08a7cb90d1943dbcc2ef9097936e43d4 +size 1267 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs.meta new file mode 100644 index 000000000..1ed907bc9 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/Icons/HierarchyIconsStorage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92097c13d34d3bad72f7a0f7b4e8e372e26faa6e08e8ebac09bdff31860a4bc +size 301 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs new file mode 100644 index 000000000..1ea51b8bc --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18b9108a58d5db03290081d48d08fde33151c6a46f0a2ebfe59c2857365ddd2 +size 1838 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs.meta new file mode 100644 index 000000000..921afc2c0 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Storage/TexturesStorageHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94864fb07f7728073e3eef9fa5f6047f6bbcfc588b55394ad78460f048567cb0 +size 295 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows.meta new file mode 100644 index 000000000..4146807d5 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a455771b5a160edd095c306c8d208177f3dd4ee50e5edb913ac2887985a82a +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs new file mode 100644 index 000000000..17099f314 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91380a8982c946544b6a442767645b85fe947966c06eaa6716cdb6115bc2711 +size 2745 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs.meta new file mode 100644 index 000000000..c60095c9f --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/CoreDraggablePopupWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04584a49c520b7ab747928bf22040c8a6f3f50217c1c474c30a489ab2bd5a96b +size 298 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs new file mode 100644 index 000000000..4e4dee6b1 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099a3a4b33a487e7a55c8ac7b0059abbdd497e4fbd4197c0708f5c9c131cbc93 +size 5156 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs.meta new file mode 100644 index 000000000..3b88cea0c --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyBackgroundsPopup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f32e1bf1480accda6ab8acab7ac4dbbb97a59a4f82a38dedecd38ca98e81404 +size 299 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs new file mode 100644 index 000000000..3f7fc8da0 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6068b24f44324f203b0dee1646015151cb353b32699de79685985d7c41f0ada9 +size 10854 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs.meta new file mode 100644 index 000000000..0cc2bcde3 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyIconsPopup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4c5edbc61058ff4d46c5639ecd26496474c3dcd1890e453c4bee070fb13f45 +size 293 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs new file mode 100644 index 000000000..1c41f9b3f --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac3bc1a67c9a9c87e14b5ffa50cf0fc752b7ce77e2967741cacda5de05a8e77 +size 14197 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs.meta new file mode 100644 index 000000000..071211cda --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchyPopupWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fa7fe3ccd714d938f97ee415ff85da62d21566de26bf841a00642e2b305793 +size 294 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs new file mode 100644 index 000000000..300355cbf --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edeb136fc3d0151d1748f9b278e5524dd6e9c793af3185a13dbba6f448a84f0 +size 5742 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs.meta new file mode 100644 index 000000000..f6d53e187 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Editor/Windows/HierarchySelectionPopup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1d10f7356a9f4cb019c54e8d027d75eb7e27df16b7c85186d3550448c1a3d5 +size 297 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime.meta new file mode 100644 index 000000000..d9a01fc3a --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7623b2f15023cc928c74aa934a7aaffb847a61afaf806ea1ae031eabac448a1 +size 172 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs new file mode 100644 index 000000000..e23fd56a2 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2af4538c1beb387a43d863ea645438ef1dc5c37e41c2e804742e6f0cf3ab1e +size 926 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs.meta new file mode 100644 index 000000000..a741e3b44 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyBackground.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da99693d92d941c8e75b4ec8812c0c6e60e31a881d5e41bbd41510a097dd1195 +size 490 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs new file mode 100644 index 000000000..2ca3d8219 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49aac37b5a36a92f88ae190c85a9ebee407b3339224a8e9455192381e904e258 +size 191 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs.meta new file mode 100644 index 000000000..7581e9aa9 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyEditorProxy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28527f17c1a895e2c66fafb3fd0804fdca30a357687eda9d406cd0c96a00381d +size 314 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs new file mode 100644 index 000000000..e537ea7f3 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248fc618ee3dbba64e645975df400077a68eba547b7fc28020e97f028a8040dd +size 10176 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs.meta new file mode 100644 index 000000000..b2b3f69ec --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyIcon.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fa28280f0216d6adaba130b5186354822220729fcbec972303096a3cba9516 +size 484 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs new file mode 100644 index 000000000..0628ebe30 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a34f0137896c2fa8c46ddb1a13e3a78f36dd3d04b432025397323488bbc452d +size 3355 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs.meta new file mode 100644 index 000000000..cf23326ca --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0398f5a4407e602c4579fed89b6b1aaaaa3df0e61ab2ea970088b51af88e42a9 +size 484 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs new file mode 100644 index 000000000..9526e12a2 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec5028f76723a5673bc56b011e46459f2a5882a4f833143496513979c92b6fa +size 630 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs.meta new file mode 100644 index 000000000..0ae04e0f7 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRuleset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6363ee23b71c29aeb7824dd70a5602578052b45d0131fd563ae14b10ac3e9d6 +size 310 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs new file mode 100644 index 000000000..c40e3717d --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a86716b629d1df58d3bd590c10d638c258fbb3a23bfcee91686a12ac0482ff +size 3786 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs.meta new file mode 100644 index 000000000..2559147b0 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchyRulesetV2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f55c077cf9252eddae05b390ef9976720a40253d6ec44477a47c8b7ae08207 +size 489 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs new file mode 100644 index 000000000..ddccdfdfc --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9986e152aa5d46106d07131d292d91b60cb5d13071762bdf063220b2f194c445 +size 716 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs.meta new file mode 100644 index 000000000..5c5d5c9ae --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/HierarchySceneConfig.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5179f70038333bdf224c84f25e2cdb4390bb2a1c3038b30e69ee19e1043fc8 +size 491 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info.meta new file mode 100644 index 000000000..a845bc64d --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77913facda175f9b210ac6bb9ff3e2d6a2f55c937d3dbf946d6f8ffdfbfd937 +size 193 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs new file mode 100644 index 000000000..c7c3ddd35 --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfe22c30bc81ed650cfa20a20dac2e9bd16d062ab83d20e411599ef48ce0fe7 +size 364 diff --git a/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs.meta b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs.meta new file mode 100644 index 000000000..8dd9290bf --- /dev/null +++ b/Assets/Plugins/Borodar/RainbowHierarchy/Scripts/Runtime/Info/AssetInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a036335b46880f821c883f70165d3d26e113b038cb8ebb9a30601b84185a69f8 +size 485 diff --git a/Assets/Plugins/Demigiant.meta b/Assets/Plugins/Demigiant.meta new file mode 100644 index 000000000..8d55e07ea --- /dev/null +++ b/Assets/Plugins/Demigiant.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcef7a2116cfc0233ec625065eed933073586d713e7df672b69197c7c7f9c92 +size 293 diff --git a/Assets/Plugins/Demigiant/DOTween.meta b/Assets/Plugins/Demigiant/DOTween.meta new file mode 100644 index 000000000..6efd639e4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0c70a01f7f67c084e34b762179f74988a57f91ca44c2072ad2e40ff65f5b2f +size 260 diff --git a/Assets/Plugins/Demigiant/DOTween/DOTween.XML b/Assets/Plugins/Demigiant/DOTween/DOTween.XML new file mode 100644 index 000000000..7635fbebe --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/DOTween.XML @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed9e1f114ebf52ffec5526d05bebdb4a1e812950357027f4585f300ec20ca96 +size 229882 diff --git a/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta b/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta new file mode 100644 index 000000000..1fabfb5e0 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b6e78a042bcd39e4a5a991b6f26f5dbcfde46f54a8019803876793aa3e90cc +size 278 diff --git a/Assets/Plugins/Demigiant/DOTween/DOTween.dll b/Assets/Plugins/Demigiant/DOTween/DOTween.dll new file mode 100644 index 000000000..351ab7937 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/DOTween.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e90fc43ab564a5a51424af56531ab074a5a2e9cab271b2d653d287954237b83 +size 175616 diff --git a/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta b/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta new file mode 100644 index 000000000..eb2eed522 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceac9182c70878c3c7ff9d9ebbb0f57f87de24a8603c6f19a35b8767af7c661d +size 611 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor.meta b/Assets/Plugins/Demigiant/DOTween/Editor.meta new file mode 100644 index 000000000..64b89a085 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718febf361c8f844e7743cb715bbd7eeae4b12e1f184e4994124c77e4f97f04e +size 107 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML new file mode 100644 index 000000000..afc12c104 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cd589bacfa2be00576eb0a837cce828881d8345b00155cc006ae22fb7afcb3 +size 7812 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta new file mode 100644 index 000000000..65832883d --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7abf58b684528fce8b0974bd5f5823a03198dcda2f59259304eef836e8ab489 +size 291 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll new file mode 100644 index 000000000..7a2b6c20c --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fa0ef0017ccdbe8b91f59e77ae65d86b5c9c6f49a75c080f30f837edc3fda5 +size 70656 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta new file mode 100644 index 000000000..bee084769 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad08fb3641acc08be5973fa1a66ddc4dc7313cf06f767a08ce6e46331610d6c +size 624 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta new file mode 100644 index 000000000..eb1762556 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418befa49faacefb5c4a653bb14e36988934a57d6b65f456a2bf6593bf242c1d +size 107 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png new file mode 100644 index 000000000..f30cda60b --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6ca81af7b3fdbecc7069b8644047713af97c8e311cd3da97e75eff0b973faa +size 1565 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta new file mode 100644 index 000000000..ecf2bd9f5 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef7fe016a15abee57526910884142b3767fbd8e2844ce322e0f67f06621de7c +size 1177 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png new file mode 100644 index 000000000..73d1a3c20 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cd2e4bf91e3fe91a2485ac1608d2ba6ae338d04c82fd8d343ae4336684e644 +size 319 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta new file mode 100644 index 000000000..b191037f3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5618d0a6bbef6f592d1811539a5517c8e7a82d34f5f5beb1f809e870eb6c2ea4 +size 1681 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png new file mode 100644 index 000000000..cd0442923 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bccfb25ef58988d123ade538e28637da988dfaf33272067b641f34582e7b89 +size 4409 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta new file mode 100644 index 000000000..556bdfd10 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4f4fe3b022c239a7db5f56c047c57a557b01e17383e1e3544f08d0f3ba045e +size 1172 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png new file mode 100644 index 000000000..05be4dc03 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc04d9700e60b53aa4741c4580d61e490b1192d3ea4f98f4437a2e776057a5a +size 4429 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta new file mode 100644 index 000000000..0971654e5 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb2a888a26066b9c56a2f0e52b4ece0e7eca5625a54231c25d3c2440a94191a +size 1182 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg new file mode 100644 index 000000000..be330b799 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80652902491d99fe580056ed204d204d9ecaccf810e7ec546bd949ccff8d67fd +size 22787 diff --git a/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta new file mode 100644 index 000000000..8a70bdc2c --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac5d9befc2d9ccf7741f159e6eca2224b8e567a52dbb24d2281a859bd9c9a58 +size 1172 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules.meta b/Assets/Plugins/Demigiant/DOTween/Modules.meta new file mode 100644 index 000000000..1676b3bfa --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de93554f6d5ad30274fb9b8aba11961126ad0c1a5a80f7edd25823785e7e694 +size 107 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs new file mode 100644 index 000000000..9d6b2214e --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd2a496724336f0edcc0d72773da4e30f1ad253525cfba7438d3e629e22fea6 +size 8745 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta new file mode 100644 index 000000000..611b4c669 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0636930f264c25a10a580e6cdc95a74d73e8c5825876d398212ae5bedcdd79fd +size 381 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs new file mode 100644 index 000000000..646bba55e --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f582971ea38e7dc172039325686984f28070ea697b199e7612169bbdcbaece +size 6709 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta new file mode 100644 index 000000000..9c3b6fb98 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f94881b7d25ad6b06abf983376fea2f5e5401f04c9ea6f49835a6693b1bf2d9 +size 472 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs new file mode 100644 index 000000000..22a3f9e2e --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de933bc4bf954bea14f8afd6e864a941d433053fa333c00d49a8a1cdb58f132 +size 13773 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta new file mode 100644 index 000000000..1e3820a37 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaf636308d6f95126f8612e743bcf5f95845611bfbeb3cb0eef53bcd7b18b5e +size 383 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs new file mode 100644 index 000000000..5136fed5b --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f17c4ca111065e2aa904a4482060ed378b013f96d1817bedb86030f3d0495e3 +size 11932 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta new file mode 100644 index 000000000..27d327f15 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afc5bfd6d963f679091c29f837b1da7e06852bca5116fab795626a43494ef77 +size 385 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs new file mode 100644 index 000000000..0917ec228 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa51cd146bfdcb501e87b735eafce68d5fe348ca1bc849d6ea1dcf2f9a693768 +size 4073 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta new file mode 100644 index 000000000..8e8918105 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44a49cec91093005a7cc0a88ffb60429455072fc1e1631e2f2f892fbe2e475f +size 382 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs new file mode 100644 index 000000000..2a36ed5ef --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf5aabd96e5ffad07178fa9218108cff71353e8b1d7a9e390163fd41f63b787 +size 42583 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta new file mode 100644 index 000000000..a4edc0c3f --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9301e620af81ab36d90ef4a37acccd3789a6b40833d97ecafdfb4103be811ad0 +size 378 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs new file mode 100644 index 000000000..ef764bd1f --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e594403a9f9995efc3cd35a3c64550e739d87ced30ce8073508236ab0ead8bb5 +size 17932 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta new file mode 100644 index 000000000..7f4e86589 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edb6c0ff825734ae695717c767c7499f5474e33930ea1b7a28944003a8154de +size 388 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs new file mode 100644 index 000000000..f63703f0a --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906053f5a7371f43326a99c39c122c66cd7c210b34e1c5ea65ced4904478dcc1 +size 6552 diff --git a/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta new file mode 100644 index 000000000..c6a198375 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4edc11499f89415abe604364fe8c9841fb9d627f62a7fc30d5c9d449c03220a +size 381 diff --git a/Assets/Plugins/Demigiant/DOTween/readme.txt b/Assets/Plugins/Demigiant/DOTween/readme.txt new file mode 100644 index 000000000..8b03ae0c4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/readme.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a48ed16fdf628ea8590922ed2a1a41f021885f6a68bfd5bee04e2831a7c198 +size 2162 diff --git a/Assets/Plugins/Demigiant/DOTween/readme.txt.meta b/Assets/Plugins/Demigiant/DOTween/readme.txt.meta new file mode 100644 index 000000000..c427761ef --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTween/readme.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71057ea0628be96269bca032cb40454d80af136c351b8b428a29a9bcdf5e3fd +size 277 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples.meta new file mode 100644 index 000000000..24f5568bc --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b89c091484d108ff2d95d49fc8b3e8994ce71deb0b30b94468881757bc22a2 +size 293 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity new file mode 100644 index 000000000..c09432482 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0a9a8320f6d41f83064e09d44b68a882ba9c87afb0fcf6abe1f57fde1ebca3 +size 143639 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity.meta new file mode 100644 index 000000000..456a82342 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Advanced.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc256d00ee592f01dde5a8fcdfd7a7fd5cf36f6e7a2e19abcb15722abf08d338 +size 307 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting new file mode 100644 index 000000000..c5cb52e22 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9c1dc88b71837aca535106072ed88de3e42b174e29db2746124c1f01756dfb +size 1814 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting.meta new file mode 100644 index 000000000..143913b11 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_AdvancedSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e205edf4069b75faaeb3a4b4f4277a9120e78f97403e4a8cc766b9599aceaca +size 200 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity new file mode 100644 index 000000000..cc67d7fda --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47354bddea60d4ec22a2b7d5d04c784e5252fe354e342904a21f68187b49299 +size 46139 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity.meta new file mode 100644 index 000000000..ba6fa2ac4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_Basics.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57d3aa15c9560f4be63e037e58fe20738b3c3ed90fe73d2623be79e587ca56d +size 305 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting new file mode 100644 index 000000000..6024792d8 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d70873d52979bb9fbfe62b482346953a313a805604c0dd399cde50d3b837b6 +size 1812 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting.meta new file mode 100644 index 000000000..a05891325 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenAnimation_BasicsSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca597fb8f8355cbf8f3d07f6fa25b6775338eaae984efa627cd10680eefae0c +size 200 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity new file mode 100644 index 000000000..8951b73f6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f6f067c1da16da3ccddbe7162418f2c3bed0170e9f7d1f711c01867eda7bf7 +size 38936 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity.meta new file mode 100644 index 000000000..18320d253 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPath.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd994731ebb5f28865cea543ce9330263d8912dea707a0f265bfb68903eeea99 +size 293 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting new file mode 100644 index 000000000..b271c096c --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbdbeaad25ce5f7857a6f36f3e0f97d0e1bb23ffec16d4c769e4861e11531b6 +size 1800 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting.meta new file mode 100644 index 000000000..614a31e40 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/DOTweenPathSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16aa6396bc8bb1ec7eedda90ade2f5b8ca476f309dec3d0577d30f11ab2338f4 +size 200 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets.meta new file mode 100644 index 000000000..408c946cf --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582161ed1f84ba7d677723fe2beb2f04407e2080be01a86833be2afd3d0a3aa0 +size 107 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png b/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png new file mode 100644 index 000000000..0c12e82ff --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c57af567f74288eec5bbeb13cb6dc3879c74b35b16ad2a425e8836eaed90195 +size 17098 diff --git a/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png.meta b/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png.meta new file mode 100644 index 000000000..606b80397 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro Examples/Examples Assets/dotweenpro_logo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7ced4a5650bc1de6a7787fe8ddd477b340f6c5e9addd0dba5c239f829495ff +size 2302 diff --git a/Assets/Plugins/Demigiant/DOTweenPro.meta b/Assets/Plugins/Demigiant/DOTweenPro.meta new file mode 100644 index 000000000..7407106ca --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2101e8cd37ca7b1c53b5bb646f21d41a618d044efd8c3ebc39ebb502016096 +size 293 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs new file mode 100644 index 000000000..8a9247c25 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9caeaccbf475483d9cfec69a1bd778eb082906e9225086cddb9edeb32798d4b0 +size 38117 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta new file mode 100644 index 000000000..f0e4cdc48 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f17247f83c894a9eb9f65f1b21ca9c9db096f436ecc62dc68b9faea55957cd +size 374 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs new file mode 100644 index 000000000..afc81997a --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f6f632cb7a0c7ac9038f3f0a7d2b6b00511d46d22ad6e7a13807932b1f6fff +size 251 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs.meta new file mode 100644 index 000000000..89c826cb9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeAudio.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde56eda4c2f1bda1a82e480a207dcf34e595411bc81cde7c98f8c0546048eee +size 458 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs new file mode 100644 index 000000000..afc81997a --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f6f632cb7a0c7ac9038f3f0a7d2b6b00511d46d22ad6e7a13807932b1f6fff +size 251 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs.meta new file mode 100644 index 000000000..41eeee24f --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenDeUnityExtended.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c994da66bdd33146596b909fa91f51981f1d04edfa1bc2d12ffa3f3a25b817b +size 466 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML new file mode 100644 index 000000000..f0eb3d030 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48125935c9876e2020b2d995464bd404ac39e38ed8605eac4e590378611a19d4 +size 3476 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML.meta new file mode 100644 index 000000000..3217573f5 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.XML.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3db5e7008225d01e06f625fc13da78dc3f283d192f2f94893a8bea3e1bf7dc +size 284 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll new file mode 100644 index 000000000..a80e4a46c --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5225f6db87969a03b48a56e2dc3828b38384adca44da0f89248a2bb483b056 +size 16384 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll.meta new file mode 100644 index 000000000..260ddee69 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenPro.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5fdc8b1d5a56c790f982e32ae6ddfd6a5f644f99628fd29a18180fb2053e05 +size 617 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs new file mode 100644 index 000000000..715cd40ec --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0a9982026f219b42bd82c12eeb802b6beeaf064925a6b58e9c0c464dd1cc00 +size 3994 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs.meta new file mode 100644 index 000000000..e6735402f --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenProShortcuts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca65b779a9a658b9a40c009a7644beae6e7b3b7760a21ab6868ef94b84b1c2c +size 377 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs new file mode 100644 index 000000000..64b3b34f0 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211919458a058aaa8e0259e3128c4029a68b37ecce8f4b769aa07ce97663b8e2 +size 60814 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs.meta new file mode 100644 index 000000000..5f3c00a13 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTextMeshPro.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6bcd18c7e0ab635033ac4c55982dbaf6a7456166b7fd95614a1f67b2b1318c +size 376 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs new file mode 100644 index 000000000..9778f65b2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae04db8cf8cd937edebae1042f085b62894189191f39387e5a93f2d8831bc41 +size 15181 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs.meta new file mode 100644 index 000000000..4da857917 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/DOTweenTk2d.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a81bc10ecef479318b21597036ccbb8e1b539fbf71f022d06fd006edf1ab26 +size 369 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor.meta b/Assets/Plugins/Demigiant/DOTweenPro/Editor.meta new file mode 100644 index 000000000..bb4c6583d --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a377932960249cd40dc720b425110b142c6a5225cf7780252b99752b5ab00 +size 107 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs new file mode 100644 index 000000000..ff027adcf --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c4f3b3c636a2d2467ede9b05e39feb3018dae72d4c2676712ec4d9f0378391 +size 39757 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs.meta new file mode 100644 index 000000000..8b4758efb --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenAnimationInspector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c93fe3cb219fe17488715229929dc9c55fcb42cf18e69d34884d86eafd74bf +size 390 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs new file mode 100644 index 000000000..f3fbb88bb --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0f23b29f8a2626a2c14931d3724f51704d214cb2378b450460873b53417ed7 +size 11689 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs.meta b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs.meta new file mode 100644 index 000000000..fd9c98546 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenPreviewManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef84bb8604820f21fb870c3e19f033a1660e60d41f9802ef824a60c1a246110 +size 386 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML new file mode 100644 index 000000000..406a333f9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514225ed9918f71ab50277d35748e31df391dfac3b7c13dca076e31d073f5dc1 +size 524 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML.meta b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML.meta new file mode 100644 index 000000000..e81ed2cd4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.XML.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fd9efd155ae52666c1113909f251aebaa7aa0b62fcc7f2dd825275acea3ecb +size 297 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll new file mode 100644 index 000000000..655a4643e --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fe937d1434a6ea13238bc468bde78e0bf0be8df97ecbabcd9bfa8d4c85cc6b +size 35840 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.meta b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.meta new file mode 100644 index 000000000..2d48047f1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/Editor/DOTweenProEditor.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c053337093bb142ab77a7501cc633f1b5b3044b32d079756c5947c92a53c904 +size 630 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/readme.txt b/Assets/Plugins/Demigiant/DOTweenPro/readme.txt new file mode 100644 index 000000000..4c1bff526 --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/readme.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b6df7f5e804e3314cadd5e841d182554dc24c7acf72614c1d4ab1df9ee04b3 +size 2405 diff --git a/Assets/Plugins/Demigiant/DOTweenPro/readme.txt.meta b/Assets/Plugins/Demigiant/DOTweenPro/readme.txt.meta new file mode 100644 index 000000000..3cb9104ee --- /dev/null +++ b/Assets/Plugins/Demigiant/DOTweenPro/readme.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503b6978b76e0b0f78f79fae01dff8a042cd79bbef63cc892f2ac5e9d8827633 +size 280 diff --git a/Assets/Plugins/Demigiant/DemiLib.meta b/Assets/Plugins/Demigiant/DemiLib.meta new file mode 100644 index 000000000..02ed7d20f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5816f90518be12816c5eaa1ae305d9c0b540c821cd4916945a6a7ba56e2cf7fa +size 260 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core.meta b/Assets/Plugins/Demigiant/DemiLib/Core.meta new file mode 100644 index 000000000..9ff542fbb --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4fc36b0fdf2c5d6b2fcdb05d4e847c7d58d404947afca4e2642bb2070365f0 +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll new file mode 100644 index 000000000..f786bb3c7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924b7530120c080c6acefd20dbab1947c631278836c58f1b466899ad6cd02be2 +size 14848 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll.meta b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll.meta new file mode 100644 index 000000000..b3521b5b7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d684dd356525310124b3160207d1c02a56a6ba50c6da36e7347756094ed3ad3 +size 616 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml new file mode 100644 index 000000000..7e304b3e2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7213a829daa574378e336626964864bf3830bc63b0f30e9761f5e034e67346f +size 10081 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml.meta b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml.meta new file mode 100644 index 000000000..f2fe6ccc9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/DemiLib.xml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773e2056702940bb882c100e59dd32ab839d41dbb86aa07160507409c2098485 +size 283 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor.meta new file mode 100644 index 000000000..07fb92359 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006a9d9ab00a5bb429c02a7734c4856cf379323dee365184e469a1fd82731761 +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll new file mode 100644 index 000000000..ce6c19b84 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b947a1310fbb0a6a6175d7f17f42577ec410b2bd3cda21dec68290dcefc65530 +size 195072 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.meta new file mode 100644 index 000000000..6ebe681b6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fdff6a932e43b40310591505a9378da4036e3aea149c41de8479295fd8709e +size 626 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml new file mode 100644 index 000000000..180ed61b5 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b3659020e5df57a2c51c7cf9d9677294c8f4f6afffa9ce0cbd4493d7594e4a +size 150904 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml.meta new file mode 100644 index 000000000..e2e1796cf --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/DemiEditor.xml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7968d801f4d4d5cc8e8d44ae2451ebf2f93bacf0f2de80265697259aa85c17a3 +size 293 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs.meta new file mode 100644 index 000000000..b22679697 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb74552ad6ca0105acf7a4c30625cd5129e23a9cdc31633f303ac7ce37c6c587 +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png new file mode 100644 index 000000000..78f720489 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82229aea959142c60c1d153a2e16e6862f26071a702776b192a0e5fe416768a7 +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png.meta new file mode 100644 index 000000000..2dc7553ad --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5535cb8dd980267cbc316b67e59fe85b4e1ac99debf6f928967f20e8ec6e2a5f +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png new file mode 100644 index 000000000..69f0fd230 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7e5b138b583bbca93b3c2ff13d90058fea7a1c4b1fec4d7363d441607d9bbd +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png.meta new file mode 100644 index 000000000..601f98f19 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e9313fe70b28b7683e1502af1ed81e6df76cc12d18b0d90d891a35066134a7 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png new file mode 100644 index 000000000..85574bde5 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e1a096e87d83087d5098cf97fe5cc4129c12a849c2d3bf6f4eee458afd4d31 +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png.meta new file mode 100644 index 000000000..d731d63e3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6621317075c55fdb3633886e845d64b0b20f2bdbd53ccb0e7aa3b733a81fe7d3 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png new file mode 100644 index 000000000..f61882c3e --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cfeefd4f8c3d2304b60ee4aeddcff525cf3fc91ac6eecace7f8cc6e6db21f9 +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png.meta new file mode 100644 index 000000000..580821612 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90ec035f5d45e46543e6e345c578b787990c59d70bace7e2ae0ba17de3fe0d3 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png new file mode 100644 index 000000000..fd25ea7f7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b698d47e744661f50cb5be49eb91c1ab31fc7bec18575d19399b8b2805a5f40 +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png.meta new file mode 100644 index 000000000..bc8b3e934 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha50.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b324c74e0c238e8d4239d4878fa169613bee66b58f80b3c892e6666ab1072b0d +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png new file mode 100644 index 000000000..e557c755f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63319df4a841e277d31df46bc441f2917192b58ef8048df8f9d730e069362e85 +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png.meta new file mode 100644 index 000000000..0a5ee0626 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blackSquareAlpha80.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f70a74fcc81c7576c39328f30376724e9b363eaa26d3b1e6f5bdac5b38bcb87 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png new file mode 100644 index 000000000..948cb4cee --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb164ebf05c0540aa904258f24d9b1b9a573b920c4353701c87b4f592c9810ea +size 106 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png.meta new file mode 100644 index 000000000..be6878d88 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/blueSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878e4e4e67652ea7ecce4415bc78d63be24fbb56b360030374ddc2f014dd3c2a +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png new file mode 100644 index 000000000..96c6cc9db --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a77febec4fb32ef351a662dfc4f7636615096d6d06de2fc95cde7f49c2b0d8c +size 455 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png.meta new file mode 100644 index 000000000..663cf8526 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d547b0c39d882c0e548703ebf86632d7e6275ba0c2352a51d0fd3c4e83a0c5b7 +size 1182 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png new file mode 100644 index 000000000..f107ecea2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72aa1249d864e330a564cc5454d0e893b43de0954e6ee266d42a8ae0a259dde1 +size 673 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png.meta new file mode 100644 index 000000000..b05687393 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/circle_dashedBorderEmpty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2549983ff0ebec8446538ccd33613f2bebde6cc16670ed33fc7b2a23b81181ec +size 1695 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png new file mode 100644 index 000000000..ac1a5cbbf --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33184769c2b2c809f3f30261340c5fbe0fcf10ae00b1c8a3e6c2f1d65237e1ce +size 106 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png.meta new file mode 100644 index 000000000..47348e2db --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/greenSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db4ff588f1cdd802302b95b84976978fd422dc03bdbc259aac2fd96d6c8ee15 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png new file mode 100644 index 000000000..9bf7cf710 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e3c4e985c002efe83d571e616edbe7260996db9a0db7c364c87f77860e1191 +size 222 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png.meta new file mode 100644 index 000000000..cd5d5360c --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_bright.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a2b9c6b8fb202aee7b15941317f7d493ed433fb41c0b5af9ec86039ae429a0 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png new file mode 100644 index 000000000..a16fece7c --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d76402d413e084ef25283f42cdf3ab6c2accedc09c5abc158b63c0aee4fdd5 +size 216 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png.meta new file mode 100644 index 000000000..746ea231b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/grid_dark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cc5d7eebb89f60682fe9fed721117c5eaf5a36cedcd1beffa9e70af1b88fc8 +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png new file mode 100644 index 000000000..ec0558c23 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d65946c80e9dd37f8fbf36b1670774b3db905f327657c78d10ff0851186933b +size 540 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png.meta new file mode 100644 index 000000000..39acc7ad7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alert.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7037e6726f7ca7f6c686d580102262ff092666573f5e354332c3c127b2a003be +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png new file mode 100644 index 000000000..65811a7cc --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74917f1bff03d17a5128543c7f5febc21798829328b6bf6ad2f7da9c4329a3e +size 131 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png.meta new file mode 100644 index 000000000..0a0568a5e --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignB.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdac6f066f97ab483c2436bb687d5fdf5a9236ccef379df111b3666b12fb0c01 +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png new file mode 100644 index 000000000..4596b1048 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f30081c2f7fd3124e198753aa28a96ab6b0bb7d8d443e3ba21a8b7caf817243 +size 158 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png.meta new file mode 100644 index 000000000..9c96d0c43 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a667399c7df837ddcd6055fe1a3fc255235eac1d1785070ca4b87198f07d64 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png new file mode 100644 index 000000000..c2d3670db --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc479898122a263d6c157e2e26d1312999cf8f9743910654508053520d180f4 +size 152 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png.meta new file mode 100644 index 000000000..94698ad85 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBL.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b27fcd038d9315fe7315c523b146a802f91fa6f41fb98a7450f682111d8a3d57 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png new file mode 100644 index 000000000..3a211e9cb --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40da24c99ce457302c4b035ceaa03ae9a4cf1317e083dcec18ba16e99414acf2 +size 150 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png.meta new file mode 100644 index 000000000..556d30140 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignBR.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c784a46a2b2283bea85efb34b722c1c4f53de5a8ea2c28021ae62e69a1139c +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png new file mode 100644 index 000000000..61dd1f47b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4571e83a8d8f75826ac95463e6e9a2869d4f8a60816a35e7af4253ce4ed4f75d +size 152 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png.meta new file mode 100644 index 000000000..44876050c --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbc0a2111d69d8fe0ac1c3c9af32c216700254ee0b748f5e887a114eb91f147 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png new file mode 100644 index 000000000..c7c105052 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb14570e88f95f42d492013d0b269db1465eb1fbd717695b980abff20739bcb +size 158 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png.meta new file mode 100644 index 000000000..4a4c108e3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCL.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b79e3bf61f7c37842bdb0446689b39d7c1a61e9386261cc06244949cfa2b5b +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png new file mode 100644 index 000000000..f834d8d85 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386b0b2af5bb56fc95032ffe225b5bc7d71cecc0761e9879f42518d6e0101c95 +size 153 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png.meta new file mode 100644 index 000000000..377e42570 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignCR.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2744759fb7e136056ef65df562a8b9ed5c1ee2ead8c1c958ebf824ca364fbf +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png new file mode 100644 index 000000000..b4a106f66 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6d40aee6701e3ff2a1b44dbb9107f62291ccc38c0551411733ce8ae0b12a22 +size 147 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png.meta new file mode 100644 index 000000000..d727ab8a7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignHC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d137c685e6c65fb99c7306f3552b0860d10df05c4057d4d52260b40577a2571c +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png new file mode 100644 index 000000000..7673acbf6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c29fc206cf0b75d1070bc3a52b40b3ec9b0be5dc1ea0f859e3481372de37439 +size 136 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png.meta new file mode 100644 index 000000000..10679beec --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignL.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80747f8a325ac554019eb2e6e6c176f414365c21c61a3cb333f680392eb3cf5 +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png new file mode 100644 index 000000000..b98b44704 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca23cd973bef79d646c9bdc8340ea4f8e5969292ceb40f8e41814c01ae3f4f1c +size 145 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png.meta new file mode 100644 index 000000000..9ee222e6f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignR.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d9ad7383ecabc9a6716a6e9f21125cf47d087e509fc0e25f11937711e8ee10 +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png new file mode 100644 index 000000000..2e7ce57e2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1aedd1a6b7ec218f706a6b2dc380953313a7ceba174deeeede6e0acab404c41 +size 129 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png.meta new file mode 100644 index 000000000..8aa146809 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignT.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d85b2ae0e338a1ecc3a233a4da58b54624de9d84a872ce233a413df997a747 +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png new file mode 100644 index 000000000..cf193af01 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd55e48dbe79f0ff7fa6198018674547c54736c9f221d63af2a350a488250b0a +size 164 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png.meta new file mode 100644 index 000000000..7d999dafe --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f35294fbdabc6f62ed44ac45f5db77aaa433005ccdf8f2e9c988e9e7a7c950 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png new file mode 100644 index 000000000..6aca644a2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090e6517b1bee00364eee4b726f52540b5674befea11be853ca0a0dcf70b38bf +size 153 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png.meta new file mode 100644 index 000000000..28c086fec --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTL.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce45187df39c0070721a20d89798a99638db494d86d11cf4e5a427ab069cb0a +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png new file mode 100644 index 000000000..fa690df83 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187c6e04d29354ad3662de612e6408b08e8c1f7e848fa33505bbc1de1a8494bc +size 155 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png.meta new file mode 100644 index 000000000..1ebb4b345 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignTR.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e85b9e56c9a2dc6db6322529be669c5747148fcc634dfdf5e29b0fcfb31c21 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png new file mode 100644 index 000000000..b0ca40254 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c646d2ec2a134fd1e0624cc82cb202640ba6ad5ca31b0454295137555231c84f +size 135 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png.meta new file mode 100644 index 000000000..2ed086474 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_alignVC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32ed9caee1dc85be61ce53fd5ec2307a3c38caf1ad95ee524e7691c4f3e0f31 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png new file mode 100644 index 000000000..1f1333f15 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e9a7e7aaec300b185ddaf1747ec57ba5700b736bb3b13a974e5d8ed4d71c1c +size 206 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png.meta new file mode 100644 index 000000000..2238fc35d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad31128038f19558e20a7710aac218cc9fa99743d579de176c855cdae7b72dc7 +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png new file mode 100644 index 000000000..02a480e38 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e1598ae1f18608178e755cd99267d93ce971ef45afa2d8ab5f2d29f60845f8 +size 347 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png.meta new file mode 100644 index 000000000..cef23ec1f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_camera_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c21c18016dc2d9620aafa64d8f6a68572eee4acb039c9cc565e0edadfa51dc +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png new file mode 100644 index 000000000..eb3979afa --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f696c43215f9583d135586be244beed14dccdb340642eac511dbaed418d6ee +size 197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png.meta new file mode 100644 index 000000000..4c1d2ff44 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d659306662927cb27da6b5c38180a879d08bbd11b830272f3a9ccea8e52ef37 +size 1183 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png new file mode 100644 index 000000000..6a820333d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d68bb9327ee0d308e0db970112c2c532f3561263147ceaf549c42e3f624809 +size 376 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png.meta new file mode 100644 index 000000000..dbce02cc4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743606af295cbbdecd6fe46b6661d4fee56c2d0f03f6b82eeced4e7b85bb3714 +size 1190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png new file mode 100644 index 000000000..264ab60e3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3904c903887cd7ebda0f45d865ed54ca66673a9db643f080305bb252898c85b4 +size 176 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png.meta new file mode 100644 index 000000000..2dc2de82d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66740e89946f3b38e40181de44884d817802baed249ee395a6bc280d29802213 +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png new file mode 100644 index 000000000..d0bd3354a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1b6a2f144728a1ccb53b4f6d20e5a759a9b9f06fc924f19cb6e2edee8197c9 +size 426 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png.meta new file mode 100644 index 000000000..5c17aaf6d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_comment_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251f15f95b4b180906dcb9d9562040c107a6b81396dea381c52b8a66b865da56 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png new file mode 100644 index 000000000..6a81b2ace --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab0ae782bc82e1050e79aa7d9294878fcd26815bdd4a02238abdd004e4db656 +size 145 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png.meta new file mode 100644 index 000000000..a39aeb457 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_delete.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8d8ddfefb6af4b5b004ddf95bb740ff1d77e9b54bd5b7332c1f54782d37598 +size 1186 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png new file mode 100644 index 000000000..d356b0abe --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e95e2f25c45fe7934d4a5a4ad3d4e5e78cf57deff916de9416d73db1fd45b18 +size 605 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png.meta new file mode 100644 index 000000000..ceeac32e1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_demigiant.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e5c26cc2eec3ade7f831b681ae5341d5c2778ab44c8c804e237040b91aecb2 +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png new file mode 100644 index 000000000..ba26a44ec --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1e9cb39aad5f781309a8e836d0c9e4ae018c547cf25a6848fb46965d995a18 +size 174 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png.meta new file mode 100644 index 000000000..66d1cf9f3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeHAlignT.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e81e06307bce5e2e35521d78ca7299276646203f6939489066e23a93635508 +size 1197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png new file mode 100644 index 000000000..79d0c24a7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b277674cf28c445410dd9ac12872238852c07c9829de80bab81fd4b6a4fc4b +size 197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png.meta new file mode 100644 index 000000000..2b60efdc1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_distributeVAlignL.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8978cc4d14d8133934d008f3a7799e6f0afbe7b5575303f2ded50f90f7062801 +size 1197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png new file mode 100644 index 000000000..1294526a6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d29871cffdba839ae1382addb3c8c373a19ae19377fa58e98ccf87028ef557 +size 838 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png.meta new file mode 100644 index 000000000..c226f192a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_doing.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8138d22f41be087e299442bdb1e1c577441420f8aac68ff9ff58c40f48f92cb1 +size 1680 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png new file mode 100644 index 000000000..b2641960f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e2671f0fc0f8afd785c3ae652f8801b72586cc958577bf2ebb7f7f5a79c52b +size 475 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png.meta new file mode 100644 index 000000000..06cf76fd8 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329e683360a1099d80e4554c788a8c152cd6283d52c81b90ffe8eada4cc00b5f +size 1183 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png new file mode 100644 index 000000000..11a69df9c --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c48abf658aa57fa5d3c969b85ce35aaa86b2105ea0dbe1f28954213e21eccc4 +size 167 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png.meta new file mode 100644 index 000000000..555abed68 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_flipV.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a3e0aaaeb0038f6c7b164779cbc2b22a6010cab567bb49a13cea9786d32026 +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png new file mode 100644 index 000000000..7f18104a1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5a568a7dbd6021ec1da56f8718d91684014546a34465422b43f3ceb08b5761 +size 158 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png.meta new file mode 100644 index 000000000..3e29f1882 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_closed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0a444e4a8e16354883f6590ad8a63d021b00d4e000ce2aa96ffde1e13d66fd +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png new file mode 100644 index 000000000..6148cc9f3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8ced02919deffb572a8ce22fe53cbbeec85b4e34f894af27f517637e0fa3db +size 170 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png.meta new file mode 100644 index 000000000..db1d2f136 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_foldout_open.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dde74c4ebc8dcdb19a48550be28a61b2a36a1112caaadb3f3d98c3d81ba7caa +size 1187 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png new file mode 100644 index 000000000..6f43b5493 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11a1b9ece98c4d995fe8b6ff540be408db172f522054c7619d92e997e4654f4 +size 210 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png.meta new file mode 100644 index 000000000..b6a866e4f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90035a459e25b06684593af6a8b384fe188cd80e65a63aa888e27a0dade4fef1 +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png new file mode 100644 index 000000000..f754e31f2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7b4efac9b29943646fbd15ab4b514d61dd8acd7fff78af56e595221b10f3cc +size 307 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png.meta new file mode 100644 index 000000000..b22a9818e --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_heart_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d30094ae2677049de6b04d7b91b760cd975f719a43f058883e525bd93410a40 +size 1192 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png new file mode 100644 index 000000000..e43fa68d1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc856b6273bd4bdc0d23d36fd87e411b07d7569271632da0885db905ba008c01 +size 190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png.meta new file mode 100644 index 000000000..782000092 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7574e5be3d4fde462f03e9e1d47a1c4cf5205ec15cadc35af7b8c93e07846150 +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png new file mode 100644 index 000000000..a4cb87921 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a3999791f55e72d7c7488182d326f096b4174c442990466f6e2794206a9437 +size 292 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png.meta new file mode 100644 index 000000000..3d3cd7f65 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_light_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a20c93c525741ff67f30731120186de128819108a589001b9fe41057919ff77 +size 1192 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png new file mode 100644 index 000000000..15c488ba0 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2358eeb2618601ea3ff625fd75dcb9f56e389f6ca30ffacf6d3e910f9fcb4b81 +size 300 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png.meta new file mode 100644 index 000000000..8a8587168 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e226db01c1777a73e890fd431789d32f0b472bcc9dfc1eeeab5971a06dc51dc +size 1184 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png new file mode 100644 index 000000000..b262ce607 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357acf2a63c50705bf8f737e7f82babd36f1ae2eb798acf4121fada92510b1de +size 293 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png.meta new file mode 100644 index 000000000..acd35b94b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_lock_open.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db48a7398232a0e8646295108596ad6c95baadeb6a1b34e2168adfa9fade5d3 +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png new file mode 100644 index 000000000..15e8f5543 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1907e8d81146b03b4410a5e0fce17017565f2142d86d6d7a96b83ff26c3388 +size 168 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png.meta new file mode 100644 index 000000000..4221d8cbf --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_nodeArrow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88bc1e997aaf08a881d6780193605c8b10562ec65865983d84de1246a48d2e8 +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png new file mode 100644 index 000000000..2aaa191cd --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f9f96211cb3f49bc6bf4e27025948896c77a14e05a62764ecd5d779ff22d22 +size 715 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png.meta new file mode 100644 index 000000000..7d9f5251f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ok.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93a2d7780b0369dab8b9e2701f34f5f34267154c592e189f08da0bf0920c72c +size 1182 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png new file mode 100644 index 000000000..f31710b26 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb838033fc8b48cff6068bd8ef54fdf79477fb6113bda97fac34ac7a112d47b +size 135 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png.meta new file mode 100644 index 000000000..de87e4026 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_optionsDropdown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbebc7a88544bc93aeaf1c7634e7fc09c1eaf493eef83db748ea9e2af8cb4b3b +size 1195 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png new file mode 100644 index 000000000..dbcf64fbb --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f26c81c560b65c04d3f77ac2900d89cd4f81d5a9be975bb6d10446c0520cbcb +size 256 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png.meta new file mode 100644 index 000000000..80b14eda1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c6b4e094aeb6b698f4e043d2c9b5d9ede933d8f70066f331a5fe58b550bfba +size 1184 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png new file mode 100644 index 000000000..eb9c97865 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797276ab04615ad038a4198052d5458559a88f0f653c7aa6d6ecd1ed8213d8d1 +size 386 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png.meta new file mode 100644 index 000000000..254de8a8e --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_play_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254885692cc6a5f3f0c8dbcf5059d8081bba47fc10e11ef3bcbe2c58a3070358 +size 1191 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png new file mode 100644 index 000000000..a0e3540b7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce36531c10c892c4faebfae65ea5e3f5e4fb90d0f562fd646b2943ced02763ec +size 227 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png.meta new file mode 100644 index 000000000..e77a6cf92 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff62f09b22e12531dfb50776348fd49cfa7161ce5f7647b22c59cc3f1d26e0df +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png new file mode 100644 index 000000000..9e5129993 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85c2061099cdd9738f306ee70d7064f7c35e627b0b2fdbb966c7b810bd1eb29 +size 332 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png.meta new file mode 100644 index 000000000..36b518f0a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_skull_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b9567f9f59cbaa870171eb470bab76bb591a7847605c173bdf5d284f5e476f +size 1192 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png new file mode 100644 index 000000000..833921ebb --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4a0e6c557d9d09f6962e5806bd3efb77f46abdef45dd9f4aab38c669ae8926 +size 203 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png.meta new file mode 100644 index 000000000..100621d2a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e986688ce54a7976baa8f2c1a5e1ed86a08a8a80f659514abb90074fe7aa865 +size 1184 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png new file mode 100644 index 000000000..9caaa13a2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dc10b4a0e6e3e3fa78477c0920bf96a73a6b6e997a8a365e3279fb33888b59 +size 323 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png.meta new file mode 100644 index 000000000..01e7c81a1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_star_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ca650dcb6fdb7123e8266ba6a0dd32f668dba8db7459c5531260cc2923017c +size 1191 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png new file mode 100644 index 000000000..2b2956038 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c009ab0a6ffa8991d844edbbf7ca35009f0598833e53a1221a15a61d778767ea +size 674 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png.meta new file mode 100644 index 000000000..b8e8992e8 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_todo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b539e7a55d84749ec4c5f7c28eaa127da5b9f9efa9f630185951df983b3cd9 +size 1679 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png new file mode 100644 index 000000000..24b950ad7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6781c923b9806b4b5877372970004e7d88095b31fa60dd860829ce5ebbb3573 +size 223 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png.meta new file mode 100644 index 000000000..b293bbe77 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae5def54cd77fef39c28e3cc291d709f36eaaaa6b12808f78fd37a39c1ef26c +size 1182 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png new file mode 100644 index 000000000..c4d999343 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682e5714ac5234b32a0baa1429fede676567cba893b635e96e68fb82050e83de +size 259 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png.meta new file mode 100644 index 000000000..7be800a5d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui_border.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97cc9b847cbd6ded2d35b7a367f18d67301f3703562f581ca30889409f7ca8e +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png new file mode 100644 index 000000000..a6ff61bc3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71fa70876ea1e60b91f1550475e02d63d5a1a61cf3f0d4db0653889b4d61822 +size 298 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png.meta new file mode 100644 index 000000000..cb9358d37 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9693c53ae33fccf3853563a1a0af799f506406f30175874250591db82ba1fb +size 1190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png new file mode 100644 index 000000000..837643613 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581fe3dbe0fdf7d9f6433c6897158e5666fcb34624d9ec75f63258b2b1286edf +size 367 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png.meta new file mode 100644 index 000000000..0498e9a89 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/ico_visibility_off.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc8c4416635f3819fdec3850b2a3a4257f1fd315f6cfe7ba7925fcfc79fcfe3 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png new file mode 100644 index 000000000..fd29e2692 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda30c19f005f633f425a81d412701f7c5b226bc9b9fe1f6fbcbe1eaa95a23d6 +size 104 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png.meta new file mode 100644 index 000000000..c2f76cc51 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/orangeSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc792db02cebecd68d4112d4ec2881440104c15c46e678029a3d834e3da1ab20 +size 1183 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project.meta new file mode 100644 index 000000000..054c6a6ff --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9574849c922a1024814e2a501cd75a4ed0e9d24c5cf5badb0b1e51ea7b12f3 +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png new file mode 100644 index 000000000..fa7c4a10c --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9603e21524c1d5e8e2591c038bf715845221fa819dc83ed2e8a3e38c65426846 +size 218 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png.meta new file mode 100644 index 000000000..305abe0b3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9654835b39fae9067517705195b8c89b52d2e8268839ff2e910402e2a21bdfc6 +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png new file mode 100644 index 000000000..f9595aae0 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f411e19f792779568f2605dc57395c261240d434d5d58f6e9211f918f409c5aa +size 338 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png.meta new file mode 100644 index 000000000..495434558 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_audio.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc0998392fe1fe936fdf0fa53dbe279c5775e29490fbc64384c08c35048706b +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png new file mode 100644 index 000000000..fa4710e46 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0c6ba7f825d8f049865fb601599de308f7ff5c4488af87a4703c5776e427a9 +size 522 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png.meta new file mode 100644 index 000000000..bbe07f555 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_bundle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aa1cfa93a2a0b73e4dcd91fc5e522dc75ed3c751d96fa8b35f8a456315b240 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png new file mode 100644 index 000000000..d141761c5 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f6e1496e210a709776ee6f78be08d10e65b5240f84ea31faf2dae3fe9e20a4 +size 406 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png.meta new file mode 100644 index 000000000..ebfe22e1f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cog.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679a6b31783922e83851fbfc00b734b810354594e2f9a5acfeac2d5207663a87 +size 1191 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png new file mode 100644 index 000000000..d41f0643b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74cb99d30e94bb3998c02fe298778c5ce2b30989c2fb5fc26e83d30b439a0dba +size 210 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png.meta new file mode 100644 index 000000000..374f45fb1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_cross.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8354404125f57ee8bcb843bad1e50f248f0eca1d7cc7b45dbc1a31f850425e0d +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png new file mode 100644 index 000000000..c68c9052d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d709a82ce35d2d357cc8ce1ce154af0cd606898d724e266ee0d8899b16f71e14 +size 388 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png.meta new file mode 100644 index 000000000..929dda76b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_demigiant.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1e3e51ac796be33112c5c41de823b650baa5cac7529f2773f4587714da8d9 +size 1197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png new file mode 100644 index 000000000..c3820f942 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e75690c113d2c16935a99bf1811aebc62c0f610c2e666aef337c9317d89cbf3 +size 150 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png.meta new file mode 100644 index 000000000..f776944b9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_folder.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f19887b76099ee0fecd2ede9a1e7ff727ecffb5f239b57b639b9aa809e99fb3 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png new file mode 100644 index 000000000..0639878ee --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816677ed92e204fc3c3a4cfc82f1f037b3323f217c910a509064e7e0853ea1b5 +size 465 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png.meta new file mode 100644 index 000000000..79c67d637 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_fonts.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:febc3db32062a802259bdd6189675b67f353bd5620f79ec2bcea810c3486f8a7 +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png new file mode 100644 index 000000000..94329485e --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474b71306f9ce309bf1cbe4ad23a1facb8ff88c9bc9ab6b384e62754c6cb448e +size 334 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png.meta new file mode 100644 index 000000000..dea31a466 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_heart.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28b6bf737c63aab438a14243c7e9f97cd53c4786730f3c75df995757942981 +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png new file mode 100644 index 000000000..459b24f71 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7453ade86d067d28aa2cbf5680b7cc08657cc11067eaa5e62a53240a95acff +size 355 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png.meta new file mode 100644 index 000000000..f58e7c4fb --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_materials.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0415dcc6750b2e88f827022ff8f3423a5279bfd879ec9e7a89242637ae0959 +size 1197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png new file mode 100644 index 000000000..ea72c41ec --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885290315143f747c50841c4eacb2b656efc43abc802826fb91c91b54c1cda70 +size 380 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png.meta new file mode 100644 index 000000000..73352de27 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_models.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1643082ec4983d6d7ead5df0aa382b23279049c1ee37710786ae50be051f33ae +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png new file mode 100644 index 000000000..cb8272db2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73780e174226dcacbb2365804eaf171f5239f750c5014c1dfac13a2b1efe1cb5 +size 493 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png.meta new file mode 100644 index 000000000..89ef82612 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_particles.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb53ca63856385229617d15cc27a494c7606c53f14486e6fecd86f42f6d80b23 +size 1197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png new file mode 100644 index 000000000..842ad6e9d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fbfacf889b5d0a9846dc06b44ac55af34cee5e9811b50182c7f5ca878a22d6 +size 217 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png.meta new file mode 100644 index 000000000..e63fb48dc --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_play.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d8749e417f02ce0da0cf9e9c4bc76e4ec68e43aa73a7f94383a388b7d902f3 +size 1192 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png new file mode 100644 index 000000000..a480e53ba --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd8e2a393424a4ad0c13de8e3ed8473562c1b823ff23adc1900f36e2f91e7e6 +size 343 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png.meta new file mode 100644 index 000000000..a3837aac2 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_prefab.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011e9d365ca42feb40b955a75179ede5fe95a694308fcd049109dae2ef9bc7a9 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png new file mode 100644 index 000000000..c38fd33b6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3787b6b3d8661105e59b7ad7f3bcd77d7fc5df1ffbe386bdcd4d9c5f2baf256b +size 208 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png.meta new file mode 100644 index 000000000..b71c8f3b9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_scripts.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28a97dfe21791a6615aa2bd84dd6255936120fd346be2f6bbad816757b0e69f +size 1195 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png new file mode 100644 index 000000000..bdc9b2f3a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4eb5b7b5d8ecd04e8884950e80ad1b52dd00b23df8c6da9ea6364efe4352a6 +size 379 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png.meta new file mode 100644 index 000000000..65d4d299d --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_shaders.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65ec99c4bb7c03fd76628148df9a3fc25ba0c60542b03b7cfd57de04c676560 +size 1195 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png new file mode 100644 index 000000000..6850a9147 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0923c111663d0b4b4f4eadee045dc37c67871b24555079b9329ef16ad99b3ea +size 368 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png.meta new file mode 100644 index 000000000..33cd7dd3f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_skull.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9edc520d57ee718dd45abfa911a1331983ecc4171b4ab62b94073d5173589dc +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png new file mode 100644 index 000000000..b48b57acd --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944651031ce652dfe52cbf69bcb604ae8279f35867a7ce179023337d58aacdd0 +size 289 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png.meta new file mode 100644 index 000000000..6e45476d3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_star.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53998415f72293ea12a023e0982bea57bb354986628affae2c6886cac39f007 +size 1192 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png new file mode 100644 index 000000000..319694ddd --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87a9c03f1875e5de6f004aa2f1208adc49e1d9d1403a17bf466205160844d9d +size 309 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png.meta new file mode 100644 index 000000000..f889cdca3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_terrains.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f57c4e63eb438c5479204e231486b26dc0a8108b2511fc028b9d1f4eef2074 +size 1196 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png new file mode 100644 index 000000000..509d578ee --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d57d57afe53c69fc87e41cb3b7ee01a9b4093b2892b1dcc411f48d80f74e15 +size 278 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png.meta new file mode 100644 index 000000000..b220faf1f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/project/ico_textures.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b6357908932f3a553e3a5e0b4241478a835d3bf4fcd295c0cd634b2f8bc465 +size 1196 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png new file mode 100644 index 000000000..1239caec1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a637ea0d09c139867c44b4febb11c3fe55f1f28534991d40e7ef11db238b6a +size 106 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png.meta new file mode 100644 index 000000000..b9db14886 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/purpleSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3c7cf09620cbd0d2e9c189e03d9d0aaa7cbb537d4b4aa6ce4b807438ea6047 +size 1188 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png new file mode 100644 index 000000000..b72542b32 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65b64bd6476059b111cf5eaa28878c66389c3d4a0968b0a49639829d87d0ce9 +size 106 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png.meta new file mode 100644 index 000000000..0594dca81 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/redSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed52a5eb1e80f7bf7d4a64b1782452fee7a068e209d1bf4ca1418357c02e6887 +size 1185 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png new file mode 100644 index 000000000..1466a32a3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1f237e81c8d89a27b2ec984fba3f7593a10d1b5072761994d4b54a533336b7 +size 122 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png.meta new file mode 100644 index 000000000..3c8096d5b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorder.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdc76560d58df155b9ea5b23a4b8e45277e95a6fdc629d1217e0dae7eaf953f +size 1188 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png new file mode 100644 index 000000000..5f24f9552 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0421b14f621812c6178f1a1ebcb926b80e143d267e009e80ab246b4337c9000 +size 116 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png.meta new file mode 100644 index 000000000..3e2af8087 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderAlpha15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bd11ec3abee99f48104110b5cc92099e3cae11918980703e3c16b7d9c5bb06 +size 1195 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png new file mode 100644 index 000000000..5426bf765 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99bb8221c02be789b71745705be83b36ddf7166b536fffa9bcaad3213624f83 +size 196 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png.meta new file mode 100644 index 000000000..e56cf8538 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059d601da9691a0a5709f49a7abefb8691dc23aab560e2b4795575bde5190ea9 +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png new file mode 100644 index 000000000..9a8694d34 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d053aadaebd40a93570cf31be9551b1cc9785009925531ab564a6702a36dda9a +size 281 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png.meta new file mode 100644 index 000000000..df171dcab --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7c87eff3ea6e18d3b6c68714ebac4d586928dbac5c75fdbdc6825632c1dd0b +size 1196 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png new file mode 100644 index 000000000..3b39595d6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468b7a609b7d85b76c92fe2b2ebd86ef383eef166b57b5b5410d5ba52dccd0a5 +size 336 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png.meta new file mode 100644 index 000000000..5abe9babb --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved02_darkBorders.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e44e44586c57388c3b54a0c805f64140643476a88a443255bf5d1cb1ba2183 +size 1208 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png new file mode 100644 index 000000000..61f49ec4a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03d325cd46056af4c46209c6259629811355865798c4fa4dd0090d0e5bf9b34 +size 197 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png.meta new file mode 100644 index 000000000..86cf11ac7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedAlpha.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cbd5e32478a134d6d01757269ad09d5985a931d978ad5c4eb3d03fe73471f8 +size 1199 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png new file mode 100644 index 000000000..1148ac938 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bebd71cd13829f8975465bf993fa8d375c1ca1d2d4e97ba2248750b6d14f70 +size 180 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png.meta new file mode 100644 index 000000000..2ae6d75d1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e7f577c92b0eaecf1b897b5620260330e86508a338592c2dcf01ef3e666f06 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png new file mode 100644 index 000000000..fc42a72ba --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13433aa5f15552699d5282e7993a1df16152f38c825a682cb0c2199763928148 +size 217 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png.meta new file mode 100644 index 000000000..e2052429a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmpty02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6678bcf7cfd87f5726a14ccd9f4f5406e09bc66b3224023ec7fc3a92b113bf21 +size 1201 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png new file mode 100644 index 000000000..26617bbf1 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b7b1bb09d83e8a312a6fa9ec990a6d4bb4c4f8c807f8af3a78f4d541ed157b +size 233 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png.meta new file mode 100644 index 000000000..9c6f1852b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurvedEmptyThick.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23409191c226bdbe4dcf16edb2144d437b7e826c4d7b2bc574a6631ba8a024fe +size 1199 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png new file mode 100644 index 000000000..b7b1a65c9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da33e1e50abaccfb39ea204f52578146ed85d6148f7210618c2b5b07a463ba8a +size 216 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png.meta new file mode 100644 index 000000000..ca59ddcaf --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBorders.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ccacd411ef9ed00265487fa25da40a112f60edaa7b81cdfc6a79a3bbe52259 +size 1201 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png new file mode 100644 index 000000000..d7f44e643 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e662ff249d4396f0968f95d08a9bcc548adfc309071978f2c0d6d31b74624f2e +size 200 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png.meta new file mode 100644 index 000000000..69d119063 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderCurved_darkBordersAlpha.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e0226dc99ad73b040840a3b2631544114e4b96da4af989fc910e2789e9b00d +size 1211 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png new file mode 100644 index 000000000..ae531d655 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2e7f26848da11adfbbdd20b7912f072501ea3b1bbffd3bbc4163fb904353ef +size 114 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png.meta new file mode 100644 index 000000000..a5b72ccbd --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3745aed66250fb2fce29704362e63ad123edb7153450d6f8ca4133fbe0d8353d +size 1193 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png new file mode 100644 index 000000000..ae531d655 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2e7f26848da11adfbbdd20b7912f072501ea3b1bbffd3bbc4163fb904353ef +size 114 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png.meta new file mode 100644 index 000000000..baa4db0a0 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6881d02467c5e8a4d7707da92321b63caf105af2412637c2f89c02e7f5a329 +size 1190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png new file mode 100644 index 000000000..bc72cd09a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1c5ca4fb93c56ac94f5c9598791be3fe181241fdf3a384f51191b4404ea38a +size 121 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png.meta new file mode 100644 index 000000000..1e5a59763 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f282af161adcf77a3b95b66d745930330a812b4266adede774b06eea7e4a3ecd +size 1190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png new file mode 100644 index 000000000..66fef3729 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f252d4c9adf3f9f676faccaed4e167d19e315ce0ba0780b8edcac8d0913274 +size 122 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png.meta new file mode 100644 index 000000000..f75c4a52a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderEmpty03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee0432c0a2070eb40fb485272f2d1a30de360490869bf168987cb7c4e4e25e1 +size 1190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png new file mode 100644 index 000000000..bc72cd09a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1c5ca4fb93c56ac94f5c9598791be3fe181241fdf3a384f51191b4404ea38a +size 121 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png.meta new file mode 100644 index 000000000..712191234 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickEmpty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168bb7455314deb6318f7b1d0bd1e4b55cdc8e14d2f5f95cf9cd19ae06bca8c8 +size 1198 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png new file mode 100644 index 000000000..66fef3729 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f252d4c9adf3f9f676faccaed4e167d19e315ce0ba0780b8edcac8d0913274 +size 122 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png.meta new file mode 100644 index 000000000..bed2b97c3 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareBorderThickerEmpty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecccf0ee1b6a2b23149e127a1f5b4aa145d9d80738a1af4e0457016c2accaff +size 1200 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png new file mode 100644 index 000000000..b723ef01e --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae4ffbaa8bfb4d940da2974603a65d63875d6fba801a41762a9d76d5085cf36 +size 133 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png.meta new file mode 100644 index 000000000..537b22a8b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCorners03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11687200e6c9c3398026a3184a6dc843a574bcd14a05d70b8f5bca5499c353ca +size 1191 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png new file mode 100644 index 000000000..e0d3c99f7 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd50cccd64d3ebc2ed17f2e82a74a4cc33acfff39eb5d28910eed845d28dbac4 +size 131 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png.meta new file mode 100644 index 000000000..339df0dea --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/squareCornersEmpty02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209f9b9e381326707354ae3005096ec03a722318930d8681c12417d975641fb4 +size 1196 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png new file mode 100644 index 000000000..21df838ba --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551dafb07efe9afcb3b83d870f83be528b68c5932cc322962f2fc3c6e3485c31 +size 236 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png.meta new file mode 100644 index 000000000..f4693fe24 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_empty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32ba68717e0826f55833bd7fa84744be160ff641a1701e5d5f0434a5cdf3ca0 +size 1190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png new file mode 100644 index 000000000..2a28e4072 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522c51e075b989fb868f85fb91552b7dbb5a8992a2c5dcf1a7d332919c23b7ed +size 285 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png.meta new file mode 100644 index 000000000..70a270b1b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0293c8fcb55bcbcd4fabc4a6d567e2e36b6f14bc9c6f0de7ef754b5c63d4d7f +size 1192 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png new file mode 100644 index 000000000..f4eb31aef --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ba4a628145576c525e18bfea77d894ea8501530cc642d691afeec8737ba213 +size 266 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png.meta new file mode 100644 index 000000000..8e78f4b93 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileBars_slanted_alpha.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370f805d666ccb5903c4da8af3fec8f5a5fa02bd2ac5c4ddc06ad52b9f1e7ad5 +size 1198 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png new file mode 100644 index 000000000..5607c78ee --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6de50091b8c85425d8d4ddd050b885857054178da9d40428cb7b7cce1d2af5 +size 397 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png.meta new file mode 100644 index 000000000..6d3addf62 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/tileCheckerboard.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029bdd048d6c18a0d15fb37ccbe5fbd2a1e8ec4d5879b251c48c68c7f30c0c6c +size 2264 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png new file mode 100644 index 000000000..fa69c73fe --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97201ff531804d3c13db6510f4df6d8062e0651b756d45edd8cddf3e799ece67 +size 97 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png.meta new file mode 100644 index 000000000..f38c25ca8 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/transparentSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c82e0fef6ed69f6401fefaa8855719faa6b1180cc7cf13385b95c01f5eb25f9 +size 1188 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png new file mode 100644 index 000000000..a3f5b8c8a --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8206d2ef3a85bc7435ff7cb72855d3cc158667a3f5484dc1c67fad9435786314 +size 148 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png.meta new file mode 100644 index 000000000..166361d35 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8018cc94cf8971eb48ad8ca901ae22e00e7afa132769263994dd590eaed62828 +size 1184 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png new file mode 100644 index 000000000..909725c41 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b84b741502e5d5d6e0a2d0a9ee990dd59be8b60ca39cf31d77c1b48c4b8f6f9 +size 219 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png.meta new file mode 100644 index 000000000..389f3c5af --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_darkBorder.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5064080f8c7cf6af7519cfbfb972537da592a4822e92b15ee53ac89399c3431 +size 1195 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png new file mode 100644 index 000000000..d059d57fa --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffff2d2591976d926691bc37923e124d17c5958b9e8ad7f971a0b274fc7a762 +size 176 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png.meta new file mode 100644 index 000000000..212b93b7f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteDot_whiteBorderAlpha.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5878958601cfac717799076a54900ebb126496902bdb15ffed4dec3aa8383f1c +size 1201 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png new file mode 100644 index 000000000..766d8d2af --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab25b1d3b0e34207733dcf2f99534e7e85480037a4ce6baec05242842c2f2163 +size 103 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png.meta new file mode 100644 index 000000000..1fe6acc7f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b68e2c558c2736204fa4d0717500f68a59f4a65011911022f8027ecec83abe7 +size 1182 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png new file mode 100644 index 000000000..99c4960a4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fb9a947e59fbe9565abfe12ed874ff9274bee2abb3c163d7d7aba2949f00b3 +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png.meta new file mode 100644 index 000000000..a546b879b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha10.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c272c7cd3d04123a244e4e2b4691cc4c0e5c50ed56bda1b4fc8a86479d9fd0fe +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png new file mode 100644 index 000000000..235ea55df --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184973062a12a76c247aad19321c112a2320c4616c271f80b2730f3ee00b5ab9 +size 109 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png.meta new file mode 100644 index 000000000..eba6c57d8 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha15.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd1fe6899f0ac5b4c74a6391ccb1e667c6a520f79da93c617652d5e4ac2c4bf +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png new file mode 100644 index 000000000..9b2243c9b --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fb6b58d655ff2588df4bdd0c3d1bdb4f68d9a1da8f7352cbaeab3e98df2361 +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png.meta new file mode 100644 index 000000000..74c2efd04 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha25.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ad28399ba46e511262f05fb86d4c240818544f4b960dc720f0b0304068e43b7 +size 1189 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png new file mode 100644 index 000000000..f9b7162ea --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5de101381971149f32f0e40a337a7cb5cb76ade828db5bca5763fc37535a4d +size 107 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png.meta new file mode 100644 index 000000000..3c6428e10 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha50.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67af77a8e2357a26956f0dc9aa9763f5a6d182573745e290c35eb3380c5ff27 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png new file mode 100644 index 000000000..a6ed1519f --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b525db5d9c3b5164181ef8a7ad7a072e3e955cfd54eb809056e1d13597b6cb +size 110 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png.meta new file mode 100644 index 000000000..6cdc18cc4 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareAlpha80.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a89f354686165c26718755f46bc575847de3f57e01e22f77c9127e887f6b92 +size 1194 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png new file mode 100644 index 000000000..006c4f046 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae2a058dd0d0ca75f1510a5b17f5c3dfff4e74c324537518d966764415f4be9 +size 144 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png.meta new file mode 100644 index 000000000..ca470fb05 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e2d4d34778f7a87d3e79e40a9221209b973ce1232c4610d28911f8b6c5c710 +size 1688 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png new file mode 100644 index 000000000..afc6ca866 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae55b21efd9ac0d7401854bfcdac0509c7a36a5666b3eab5657c0030edbf2217 +size 190 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png.meta new file mode 100644 index 000000000..262c88451 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquareCurved02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a0664a6f1c34c61a88c8432a87a306e9f3718f3f76833bf643a722e1850e73 +size 1690 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png new file mode 100644 index 000000000..f7a277cf9 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0271104bbc121ab397694cefcae3da8a87f88198a132d6877b4e702e9cd4c95 +size 131 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png.meta new file mode 100644 index 000000000..121bb7043 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/whiteSquare_fadeOut_bt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2578b25440d954b5212162ef9cd60bd5bd83bcae260311e88079964415983e +size 1198 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png new file mode 100644 index 000000000..34f4dd771 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d5e7eeebf5f678550977f6d7e3e34e7bfa835d93370d87e53251175a8e5630 +size 106 diff --git a/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png.meta b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png.meta new file mode 100644 index 000000000..e6d5777b6 --- /dev/null +++ b/Assets/Plugins/Demigiant/DemiLib/Core/Editor/Imgs/yellowSquare.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9eae1926e457dacd63afc946e5a549fb91a57bf5326b376efdded6756b546a +size 1188 diff --git a/Assets/Plugins/Demigiant/readme_DOTweenPro.txt b/Assets/Plugins/Demigiant/readme_DOTweenPro.txt new file mode 100644 index 000000000..4c1bff526 --- /dev/null +++ b/Assets/Plugins/Demigiant/readme_DOTweenPro.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b6df7f5e804e3314cadd5e841d182554dc24c7acf72614c1d4ab1df9ee04b3 +size 2405 diff --git a/Assets/Plugins/Demigiant/readme_DOTweenPro.txt.meta b/Assets/Plugins/Demigiant/readme_DOTweenPro.txt.meta new file mode 100644 index 000000000..48f33e4a6 --- /dev/null +++ b/Assets/Plugins/Demigiant/readme_DOTweenPro.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d54565762afdd2c370bbe5d987b1153e4d8f63b467fb5b17a1455e8c24cff9 +size 433 diff --git a/Assets/Plugins/Easy Save 3.meta b/Assets/Plugins/Easy Save 3.meta new file mode 100644 index 000000000..88c98616e --- /dev/null +++ b/Assets/Plugins/Easy Save 3.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b713dc38148d74b1fb4293ad7eb34620ca5292c78b9440aec0dc26ae711a60a +size 172 diff --git a/Assets/Plugins/Easy Save 3/Change Log.meta b/Assets/Plugins/Easy Save 3/Change Log.meta new file mode 100644 index 000000000..30789e64b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Change Log.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36afcb8c37c17adf19c746ca430de40a6a222ce8b73671d6471acf19e4d740c9 +size 172 diff --git a/Assets/Plugins/Easy Save 3/Change Log/Change Log.txt b/Assets/Plugins/Easy Save 3/Change Log/Change Log.txt new file mode 100644 index 000000000..e25b27940 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Change Log/Change Log.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4657d94cc07bbe5d2df5cbaf4f4e16cae9674587683efecb3bccf026b57dc5cc +size 18656 diff --git a/Assets/Plugins/Easy Save 3/Change Log/Change Log.txt.meta b/Assets/Plugins/Easy Save 3/Change Log/Change Log.txt.meta new file mode 100644 index 000000000..b018db1eb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Change Log/Change Log.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4940e2e2262e88111bb96b1dd46626248deb9f394ccf56ff836b0b44d5d8dc +size 396 diff --git a/Assets/Plugins/Easy Save 3/Editor.meta b/Assets/Plugins/Easy Save 3/Editor.meta new file mode 100644 index 000000000..ec87f8859 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d0d8074276f7dc5a4b6df757e19627a36106e73a051b7b62f9d478e553d262 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs b/Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs new file mode 100644 index 000000000..175081583 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000eceff8fe368cf1ddec389765e1467ef9b0d54a82e832851b55cc578f6de30 +size 3094 diff --git a/Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs.meta b/Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs.meta new file mode 100644 index 000000000..048f27928 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/AddES3Prefab.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa187c2037087348ec276f070eb8c46426514a2797d81ceccc09c4d1829ba43 +size 499 diff --git a/Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs b/Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs new file mode 100644 index 000000000..9a47a24be --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb75569faccb3d14b43c4f38cce75d785fb4eb67f1b787b11940a86f6a6bef1 +size 16649 diff --git a/Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs.meta b/Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs.meta new file mode 100644 index 000000000..a3933854d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/AutoSaveWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f519fae9adec3c412cc09e4e2d100365287921a36c92515cad26b90086846469 +size 501 diff --git a/Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs b/Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs new file mode 100644 index 000000000..393987a05 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55325639ba93dcdaa3320926c2c0758e71c9ea2c3d2d6ff106608398e400968c +size 3741 diff --git a/Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs.meta new file mode 100644 index 000000000..9dddac102 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ChangeReferenceID.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe94993129f1d9590d0cec73ef8d1e8441eb54f6f2809fc429cd6ffc4666af19 +size 483 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs new file mode 100644 index 000000000..b122c5e58 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eefd56e0db18c5fe5a8e8b338eb9e05284f7d289d5d78957a0d598a933c074e9 +size 2987 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs.meta new file mode 100644 index 000000000..44afe7259 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6791128c81274177b3dce3efbb6f85d992635b094c68f3cfa6497fad48c5b905 +size 504 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs new file mode 100644 index 000000000..f3e3ec3b5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d1e55972e1a354b5347fe3a7e3a882640823d45f4560a9dced85e8227e5684 +size 619 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs.meta new file mode 100644 index 000000000..80d438df8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3AutoSaveMgrEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53b0d9c2ed9055ac3f0398ba25cb8b2b8e9f36cf9a847c261e499a38891ae0c +size 507 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt b/Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt new file mode 100644 index 000000000..65f109422 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2aa4b9d818816eaa2a03add9a9aff573e11871d81706c6cfaea00532f4fca5d +size 1147 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt.meta b/Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt.meta new file mode 100644 index 000000000..4e504964c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ClassTypeTemplate.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e7330f3bfba63b7c24473f0b76abf80ce8d6eaf6d6f3ea0ff01717259d375e +size 423 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt b/Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt new file mode 100644 index 000000000..f5099423e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd90c7eab24285bd9567798e601f98f136fe4b0571e6914de519fe1b2ef60c3 +size 994 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt.meta b/Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt.meta new file mode 100644 index 000000000..d0f53e119 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ComponentTypeTemplate.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eead3549d92a4564eb6793b0456eb7fbb7e6db34121226df07103ab75132498e +size 427 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs b/Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs new file mode 100644 index 000000000..b1fd31caa --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda7ecc3cdc1514f96590b9d396c4c9bd5cbc1d89c7421992501812c97e27662 +size 2415 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs.meta new file mode 100644 index 000000000..33ee23795 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3EditorStyle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd8ad5e7dcf74b1bbd0e339d39b58dd4e7a5d603a130e66d93edd13b4103630 +size 501 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs b/Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs new file mode 100644 index 000000000..d24b0f7a8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee76bbbff8fc0e0d525af6ebe695cb124026593080cd8c9c4fb16f590d3939f4 +size 1919 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs.meta new file mode 100644 index 000000000..5b00870b9 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3EditorUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d27a9f97494a9722bab377c1d50ec5bfb7ba8e6b0151c6a34daae1f8d9c60c +size 503 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs new file mode 100644 index 000000000..7fd96e3ed --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98889efbdc569dd1b8efe2fb4f9701f303b180e6198dc48d8c85b963e02d2929 +size 1659 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs.meta new file mode 100644 index 000000000..6c374191e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3GameObjectEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7af72ced988243ef2f4c25e1f72bcac31f23fa3dd661dff9145b6323ad7891 +size 485 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs new file mode 100644 index 000000000..16139f754 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70273f10611cf162b2fa1bacee099859d60ac6c4aad6b3f4e016578b20c96ab1 +size 3366 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs.meta new file mode 100644 index 000000000..431a34a0b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3GlobalReferencesEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2450fac344f81635a5d91a2fd07e71e038bd4dcc15d4f0c9a50ec7968ae56b16 +size 512 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs new file mode 100644 index 000000000..64a425da1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa9eeb4a734ca65e80634ab39633cb9c0ae9156f12814fad4fa00444564a035 +size 346 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs.meta new file mode 100644 index 000000000..ea3cc4bc5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3InspectorInfoEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca208b27b59f950daef8f76c51a59ca5bf6e27af8acb9593999bda0cb4034035 +size 509 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs new file mode 100644 index 000000000..08a6453f3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b25016aee48bb33009b9aae2a74cf75c1c691c8b8aa02b5e2aeed08767301e4 +size 18732 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs.meta new file mode 100644 index 000000000..76e4ea5b2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3PlayMakerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9770adaa375eef99f962fca39a68862d5a2112cee5a972a9f7b9b8afe08a1771 +size 505 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs new file mode 100644 index 000000000..583119e65 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9067c4dd2cb733d2c7d7893e5950b84fb01c0c80967160464cce04d84d209d45 +size 10755 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs.meta new file mode 100644 index 000000000..2ef6d6e4b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3Postprocessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376eef7282b8319268e8cafb7811bfb733843b5e9fa1df38f14bcf855dfae64e +size 503 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs new file mode 100644 index 000000000..89a25755a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caa892848c9439b74096a6796c984f2646f8b06e8226b839121537c465a0380 +size 1566 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs.meta new file mode 100644 index 000000000..bb18a5235 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3PrefabEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d50ac1582b12e34d26f6d79c06846aab3744ec923de1a08bf78514e510ceb8 +size 502 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs new file mode 100644 index 000000000..92370d112 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f5dc97c3f972ff70783d86ffef4e3aca2143b730d50c993a2fa385883a2f50 +size 11514 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs.meta new file mode 100644 index 000000000..773b1a7b6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ReferenceMgrEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d26a46ea02252860f13c5229987709704a951c962896e65d18419e13c242df +size 508 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt new file mode 100644 index 000000000..ec867b8b8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e9959240e717dd4b12d8ec9ef84ed42aa1b4bc73e711d26be78964c2e40efb +size 1016 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt.meta b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt.meta new file mode 100644 index 000000000..948e8a47a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptableObjectTypeTemplate.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f328487fd2e5e4c4fd310f870057cd15b0a72917bc9247e21d6f9b9ccd6558b4 +size 434 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs new file mode 100644 index 000000000..615474d79 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee73ddb90b78b187f9fdb4dc99a9f1907fbdffd4e3ab4065b29fffe89386ef76 +size 4443 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs.meta new file mode 100644 index 000000000..43af4d940 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ScriptingDefineSymbols.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f91cf001f53585c280ffa3ca41864f3a56eb43c51618b70d485f9a45ed17027 +size 491 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs b/Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs new file mode 100644 index 000000000..a99ba11d2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4940a4d4f5074278e277791cec45113a3a7017c611f921faa2d319cb9a7cd083 +size 3717 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs.meta new file mode 100644 index 000000000..b80266793 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3SettingsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d4034fcdc61e3590623d13f0e928c96d913fd8e155813f6ee677e492a21da0 +size 504 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt b/Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt new file mode 100644 index 000000000..678a43e2e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f8c361bd617d81fbf9d86ef4f974b2d4e40bb96a808e15cf9ad4372c08a6d7 +size 1147 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt.meta b/Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt.meta new file mode 100644 index 000000000..69e934aba --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3TypeTemplate.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2cf5857f8a956181f4bb43e676cc40017c89ade8848add60d55202bc5185d3 +size 418 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt b/Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt new file mode 100644 index 000000000..d9b1f0c57 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e255b08d8d6a6411c243c054c87e9ad6c247935d75635bf03be13e2a89fa4b +size 1774 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt.meta b/Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt.meta new file mode 100644 index 000000000..7b254e83f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3Type_MaterialTemplate.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e041e84a6de14ffde24f62c059b1b8eaca4c0e9c8a7df4c0db7d22570192c55 +size 427 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt b/Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt new file mode 100644 index 000000000..9120485a3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8868d8b588eb5194b89592425bef7eecffca7ab9a9a7fc501aee769aade328ea +size 1004 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt.meta b/Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt.meta new file mode 100644 index 000000000..6c2762c5a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3ValueTypeTemplate.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f3ae2106a7b091314be9342a5e693a15e6809bd8376ca2733bb065e8abd0dc +size 423 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3Window.cs b/Assets/Plugins/Easy Save 3/Editor/ES3Window.cs new file mode 100644 index 000000000..9e6abed0e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3Window.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874e04f9ad32cd35c73f6006de87bfdf353776f0391da856f6ea49d600c521e1 +size 6541 diff --git a/Assets/Plugins/Easy Save 3/Editor/ES3Window.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ES3Window.cs.meta new file mode 100644 index 000000000..e0462d84f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ES3Window.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ebb6ca2051c755ba5bceeedf824163d58bbb0e98e711c27da36ad9b21153f1 +size 496 diff --git a/Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled b/Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled new file mode 100644 index 000000000..8ef56a8a6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37df3b4241b4fe8feb3db2b58cc6cbb7d59ce7b1841f3f16e6aa663a52a84a46 +size 413 diff --git a/Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled.meta b/Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled.meta new file mode 100644 index 000000000..7d962c1a2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/EasySave3.asmdef.disabled.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c041e63ad1a966e489469f254120323cda907630cd34c09797ca70a8b9d1b1f2 +size 400 diff --git a/Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled b/Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled new file mode 100644 index 000000000..9af41ff0c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec06c5176080d8d516ecc29824ef36efd61989b7feb285d564ef54812e9c46 +size 395 diff --git a/Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled.meta b/Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled.meta new file mode 100644 index 000000000..33795cb7d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/EasySave3Editor.asmdef.disabled.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61412f9458f34f16c3db8a37950f1c54dbed774494608feeb5563b4144c88a00 +size 406 diff --git a/Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs b/Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs new file mode 100644 index 000000000..834459c12 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e009b1be8df34d79ee16a5af6944e948a2d38ecde63e04928bb14e2448c0a8c +size 1233 diff --git a/Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs.meta b/Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs.meta new file mode 100644 index 000000000..b6ae09547 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/EnableES3AssemblyDefinitions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aac49614b8ea8472b373204a67550851dbbbfb02a0bc6ac5716209b34b779a9 +size 494 diff --git a/Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs b/Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs new file mode 100644 index 000000000..da7801229 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3dc2dacc3e2ba4db705f17f613d0627681bd4082d42c8491ea2440be82ab57 +size 2475 diff --git a/Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs.meta b/Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs.meta new file mode 100644 index 000000000..b3cba38d0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/HomeWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47497ffccece0c6c75c450f562e4f0f8c262ba7ece9ca5e49b9092f7a95c350 +size 497 diff --git a/Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs b/Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs new file mode 100644 index 000000000..8f5b6286d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbf5f2a4ca6bad56739b9dfb8e1c849a348889af81354527a792a2f97a42f55 +size 319 diff --git a/Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs.meta new file mode 100644 index 000000000..ee92ef094 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ReferencesWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb0eda69f46b714ed98fe0a4d19eaf56cb8b19d503ab74e5893dd992a63069d +size 503 diff --git a/Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs b/Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs new file mode 100644 index 000000000..e372d8937 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309c864f9fe041eae3d5f27f67eaf87697a8394aefa84caaa30cdfc5f1c01204 +size 8060 diff --git a/Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs.meta b/Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs.meta new file mode 100644 index 000000000..e4d3fb3c9 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/SettingsWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c87f555b835e0acefc1dc41fca8604c0539c8aec376b094a64097523d9f1a88 +size 501 diff --git a/Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs b/Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs new file mode 100644 index 000000000..f351e6398 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b51061580a7678937d2680dddeae444ea47cdb203448dd9853aa8de6fe4169 +size 4177 diff --git a/Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs.meta b/Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs.meta new file mode 100644 index 000000000..34d666afe --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/ToolsWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a295addcceb7f62fcd60c0dfa26477e70f0e938272c354c4a224d36b05522f +size 498 diff --git a/Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs b/Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs new file mode 100644 index 000000000..eda7924cd --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42a4da72c7ad0829ce5b7a764e642b29899923f331df53908729bc351036308 +size 23832 diff --git a/Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs.meta b/Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs.meta new file mode 100644 index 000000000..136efac2c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/TypesWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4270f2731c50fbbdb0830898f79d27c6890507495d5f9032e4a1be54fa7b953 +size 498 diff --git a/Assets/Plugins/Easy Save 3/Editor/checkmark.png b/Assets/Plugins/Easy Save 3/Editor/checkmark.png new file mode 100644 index 000000000..f57b89828 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/checkmark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e944cbb20d343201748cb118594adb3978df0165d8f2831a773758a30a9672 +size 874 diff --git a/Assets/Plugins/Easy Save 3/Editor/checkmark.png.meta b/Assets/Plugins/Easy Save 3/Editor/checkmark.png.meta new file mode 100644 index 000000000..d8198941e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/checkmark.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965e482e33db62ad548c2c230f3689c82060b7f8c8811b062d57e262750ddaec +size 3091 diff --git a/Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png b/Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png new file mode 100644 index 000000000..2df448a1c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f048ec9883e559fdf3661ed15bbc4ec832c24d0055c3c3d58ee467df0de8d787 +size 703 diff --git a/Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png.meta b/Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png.meta new file mode 100644 index 000000000..0ff4974df --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/checkmarkSmall.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb792bdd67271d045a46566b04fb9036967ecd97b499eede2e7a5290424a25b +size 3096 diff --git a/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png new file mode 100644 index 000000000..553e96252 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a74f5ae0e4702858e292cc9203c31fe5b19c7203fc24ece9689b8a3c1cb412 +size 2152 diff --git a/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png.meta b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png.meta new file mode 100644 index 000000000..be9123b62 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16-bw.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c66bee9d295e322d0ed95234bb167edba5b8f69c9b2126a36a4fec76bb314b2 +size 2620 diff --git a/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png new file mode 100644 index 000000000..567be20cd --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150ac2f976fab6f30b434bbeabaaf1fff2c6e237db4e2308fe1c27a59582ed5e +size 793 diff --git a/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png.meta b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png.meta new file mode 100644 index 000000000..5e0ee0426 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Editor/es3Logo16x16.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abda9e8b56b7645825d5c0b4f16845d4a7213e36443bcdd48520757f0f8ff7d3 +size 3094 diff --git a/Assets/Plugins/Easy Save 3/PlayMaker.meta b/Assets/Plugins/Easy Save 3/PlayMaker.meta new file mode 100644 index 000000000..66293b851 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/PlayMaker.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea506538f6cc298e5db8e80320cc0a9e7c40a08855434442b7b69899d8274a3e +size 193 diff --git a/Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs b/Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs new file mode 100644 index 000000000..706c3b9f5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14487c6cce10127a3030ba6b143598e0575a5496ffc41b41c154cc28751ca3f6 +size 61589 diff --git a/Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs.meta b/Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs.meta new file mode 100644 index 000000000..9172fb27c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/PlayMaker/ES3PlayMaker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9798f3ce1ff155a9cf5f23d730d4837faba83b42cc4178042d5138a35f63300b +size 502 diff --git a/Assets/Plugins/Easy Save 3/Resources.meta b/Assets/Plugins/Easy Save 3/Resources.meta new file mode 100644 index 000000000..f1683be8d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5fbfd77939651c2bb4513178ae5eb80c670361f5ce204f46f2b55e2d28211b +size 172 diff --git a/Assets/Plugins/Easy Save 3/Resources/ES3.meta b/Assets/Plugins/Easy Save 3/Resources/ES3.meta new file mode 100644 index 000000000..452156d4f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Resources/ES3.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32f7b258811014f5eed5a5968727429bba687c0389e309e49938166e076c4b4 +size 172 diff --git a/Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset b/Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset new file mode 100644 index 000000000..bee04aa98 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf87856d4675009a9b69f19ded3c937d300a6c9406d6e7e74ae69393e7b0d3a6 +size 2085 diff --git a/Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset.meta b/Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset.meta new file mode 100644 index 000000000..1dbc57e52 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Resources/ES3/ES3Defaults.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87ac1adb321d255bcac0e52506971b19c4742afd910d4cc09b85c86803007d6 +size 189 diff --git a/Assets/Plugins/Easy Save 3/Scripts.meta b/Assets/Plugins/Easy Save 3/Scripts.meta new file mode 100644 index 000000000..e40b8a325 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871b64ed2fab7bc9b85e6189a94eaec9d64a1e6cb0d15143256d7d6bc4e741be +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Attributes.meta b/Assets/Plugins/Easy Save 3/Scripts/Attributes.meta new file mode 100644 index 000000000..ea6f93d03 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Attributes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff94095dce73c4d8e3ef417b62711b35eee45c2b5ea2be6ac605603a064196c +size 172 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs b/Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs new file mode 100644 index 000000000..a16ade56e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808d7ca43500e603a31833f74867953bb6dde1e7b525c9c6ef8948556c775878 +size 298 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs.meta new file mode 100644 index 000000000..64ea88a03 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Attributes/ES3Attributes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f888342039547d4d458c8d7b6d8508693112b54082fef264f6bcaa65cf87b46a +size 491 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Auto Save.meta b/Assets/Plugins/Easy Save 3/Scripts/Auto Save.meta new file mode 100644 index 000000000..b2c5c3d19 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Auto Save.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67174792e61cbee5bf87feca2f9b625c3816a1dfba31b042f487f59087532e71 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs new file mode 100644 index 000000000..250a9bcab --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbea202dbed36714290c384c9ca9e9ddb9c292a101f2c5ea1895fa1b3dd3d7ef +size 1749 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs.meta new file mode 100644 index 000000000..8c2c13941 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9486567a99f0c4d40f1e79d866924dc673a273954903833536bbc31bc79c8254 +size 509 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs new file mode 100644 index 000000000..b98038992 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411ac374903e833653d9a9255d8ae77d728f62cd4ab38d2f02f0ad08b4ee7641 +size 6939 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs.meta new file mode 100644 index 000000000..c85bcdafc --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6626be0f720e0d78b47bf767e9bd69dd81fc0b79894c6395f9a7a429b53bfe90 +size 512 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Debugging.meta b/Assets/Plugins/Easy Save 3/Scripts/Debugging.meta new file mode 100644 index 000000000..fbcdb0229 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Debugging.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7577019882cb097beb7c4523ee79889e51f41b8f59d8648565145ef5ebc9d3 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs b/Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs new file mode 100644 index 000000000..02e10d4ac --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d3a1d502f729ce4a2acc04a9cc68cfbe8a1cb7e6b3a70d7bf00b0a8f862ad7 +size 2144 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs.meta new file mode 100644 index 000000000..88fafdfbd --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Debugging/ES3Debug.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab32751ed741340e253423773c551c5a66f36afc0ab01c9741df23759d8d99f +size 506 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3.cs new file mode 100644 index 000000000..8fd8fb9de --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19eb8f50fe12951de7925982b8a7804309d929c7f4527c69b7d82a52bb6020e +size 81957 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3.cs.meta new file mode 100644 index 000000000..54fb66f6a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b4cfde0df0e4244ca8eb6c106038e15387063af4c6ce4baa3722ebdcde4d59 +size 491 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs new file mode 100644 index 000000000..eb459af53 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a916320839ef1fc394b8ca1a80d15c5efcb6ee95d960fc27d7baf471b5884ed +size 7570 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs.meta new file mode 100644 index 000000000..d10415646 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Crypto.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e5fdd20d9f355ece985f5d1eb543b56b2ce622322781843019b559a6022e6d +size 497 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3File.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3File.cs new file mode 100644 index 000000000..059df8f3a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3File.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2186001bace0b606be3a4993547bd4991270f93e09344b1844f73a1ea1631a2d +size 24021 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3File.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3File.cs.meta new file mode 100644 index 000000000..331a765e1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3File.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e757934df99abeb0e187e6af38fe0246ebd1026f855b38a8dd4bf4993f2a0a +size 495 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs new file mode 100644 index 000000000..a902803a3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba325726c86507eefc7a963cb428dcdf8b1474586a45e1a46885fc9bc663b6e +size 529 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs.meta new file mode 100644 index 000000000..ed2edbd81 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3GameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2500459cbeca536dd04c99eff3ebe884fc98939e910ac8352aafa56559981d99 +size 480 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs new file mode 100644 index 000000000..ddc02351e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5babd65f0f77d0680e9d6ae13c1ca3865197fe6724120c0dc0df61f3c1b33b9 +size 1506 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs.meta new file mode 100644 index 000000000..6f1eafe59 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3GlobalManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ba4781c1e13f69d7e54e8a8df1e7f0a24ab4db8a282fa32346f0ddaeda25dc +size 483 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs new file mode 100644 index 000000000..7adac62d3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ee30e3544345e999111ad49d9e92a3d0bcf19f069f60142655ad2107ebd3f7 +size 7236 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs.meta new file mode 100644 index 000000000..3adba2378 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3IO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bef7dfa0365014d4d975b9a649fd53e88dd9d2a512a1405fef3001d1ea7e4b +size 493 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs new file mode 100644 index 000000000..9f5c42f17 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20de8ad6cde2f1b878d84626d5d172ca53bb586cfd306110ea070a73b149cfea +size 349 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs.meta new file mode 100644 index 000000000..a9cc471e0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3InspectorInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a327641ac1e466d56771e1503fec89cf15ba35b97f9a43b06caddee963b67617 +size 504 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs new file mode 100644 index 000000000..76d97d651 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad513ddc8ff298551d20a1b4976fefd1ef1306998c746d260f1b7a3fdc5dddf +size 7848 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs.meta new file mode 100644 index 000000000..988aa5b91 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Prefab.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fc796bb7a112d8221a9d4141771d72fd49b494879380c6666443ff7b6f619b +size 497 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs new file mode 100644 index 000000000..f6df27f78 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a9275279400d0b0c67843ef1e7c4b30d18ea39c5c07260e5d20aaa663ba379 +size 10307 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs.meta new file mode 100644 index 000000000..09adebbb1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3243c8508340a9282a2655f549f8716e8fb4b0522b8f7301437676f04d8fa917 +size 503 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs new file mode 100644 index 000000000..4169f8045 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b87d6c9768a61b3caf85f264d166785054f5b139caf024586ce5a850054762 +size 30544 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs.meta new file mode 100644 index 000000000..794087a5b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3ReferenceMgrBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d621a143b2928b3978cf8b63b4559b7908a1261b3061ac78191a6aa53fee90 +size 507 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs new file mode 100644 index 000000000..a301b7c09 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53a2f1edc9d23aa8a55981964da3898519ce89ec9824dae401271774271e4bb +size 30133 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs.meta new file mode 100644 index 000000000..3029d85b6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Reflection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff3c1d6326767f44fc244529149c46b090d11309f48896b31db6a5f4c92e171 +size 501 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs new file mode 100644 index 000000000..a20c1f459 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611412ac025ec8d0f210f4a675a30823feb1db6361de39bedebd7e8d51b3167a +size 2361 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs.meta new file mode 100644 index 000000000..3a4effebf --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3SerializableDictionary.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b94ad64ba0f8cd279583e88d6e644aa994521ab032e2d335fe3c018751bedd +size 513 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs b/Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs new file mode 100644 index 000000000..2ffa54849 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47103341acb952a646216592fe54148dde274cfbe01898ea6e12fb67fb35388d +size 8088 diff --git a/Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs.meta new file mode 100644 index 000000000..32b774e1b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/ES3Spreadsheet.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0845f3e714f66f8ac9b64ea76b252cbffad082295b3f8d84c47798c9cc7569d0 +size 502 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers.meta b/Assets/Plugins/Easy Save 3/Scripts/Readers.meta new file mode 100644 index 000000000..388efa123 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350ccfddad5fab9a7f718b640cf94d7843df0a77a95eba5818acd5e17b3a1627 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs new file mode 100644 index 000000000..9fa3e2af3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b74e6faa623a8ff004190911dc42ebab5a15c0e19a6faa5a2c3b7bccfd5d7c0 +size 16410 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs.meta new file mode 100644 index 000000000..ddf887afe --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3JSONReader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d7288a28b87e45b0f0aa5eba57eadc27dfe3618ed6aec766983f82bd172abf +size 509 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs new file mode 100644 index 000000000..c4cba0edb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f112a4805c0031d76613ff7486cd2a84063c5e55ffffd722ae8093741571c621 +size 16060 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs.meta new file mode 100644 index 000000000..5501f4d83 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3Reader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c6cd776d0d7c2b6b2babcbe83a60cc76a9fac3f3fd72745e388b93775fe121 +size 505 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs new file mode 100644 index 000000000..62bc094c2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3002fd7d69f0cdd5108267d90771802228a0530a306a79f363203000585ddf58 +size 57 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs.meta new file mode 100644 index 000000000..67c5a21f5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Readers/ES3XMLReader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cded5bccd441e3c69b1715c2e224444c60c5d398038c9b8c790cb328dd412996 +size 487 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Referencing.meta b/Assets/Plugins/Easy Save 3/Scripts/Referencing.meta new file mode 100644 index 000000000..6e6cbd57f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Referencing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa7def72423ceec1ce0ecec6ab309b79f54d720a9150748674d1562c95fa6fa +size 172 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs b/Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs new file mode 100644 index 000000000..636206682 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91907a70b0e3db923bf1ceef5a3f531f0ed5d6add490ea68d3c73a3e6c93e111 +size 4592 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs.meta new file mode 100644 index 000000000..1d91ae56a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Referencing/ES3GlobalReferences.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5731232970b78fcb04adb251bd49d4a45fced80a9d61cedcd3f197cfc9de06be +size 498 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots.meta b/Assets/Plugins/Easy Save 3/Scripts/Save Slots.meta new file mode 100644 index 000000000..efa103d59 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d2cc692bedd363cdd579882beb8d31320cdc4fa7e14ca7fdb84efdf58b237 +size 172 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs new file mode 100644 index 000000000..e3bc638bf --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef091b1b973fdf9947a3446da606dff8e68cf41c7e4972343a04e70f3036ca5 +size 3907 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs.meta new file mode 100644 index 000000000..becf846ec --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3CreateSlot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e65ff3ba3c01092fc24ac5f8cf6d48b405d678eb5cf9d93f293ebcfadc62639 +size 491 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs new file mode 100644 index 000000000..e84b3c82a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfbf8efa41e20922ce19fa255dd2026f9ebb1859c8699bdb0a8089f5e63bc20 +size 5515 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs.meta new file mode 100644 index 000000000..941dbbbf2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3Slot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd3663ec582fbc1c3bbaec685228e249ad6fb0ed858f3572023c9d3cb0af1ee +size 485 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs new file mode 100644 index 000000000..9b960bd5d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cd8ed2eaa304084611b6c1d91004c405c09ca881bb191b3e6e675f2be62bae +size 843 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs.meta new file mode 100644 index 000000000..14ad08f7c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotDialog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20d5f4eb002234c2afe80a688131c8be89ea3a96eba2a3768d4f21882d7c7bc +size 491 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs new file mode 100644 index 000000000..71f0f6a94 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255e6224d4f7e7700dae9bd72c40f62d154b119f16211ff398141a31bafcda69 +size 10260 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs.meta new file mode 100644 index 000000000..c44d072f2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/ES3SlotManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d19688827e57fe826ee8abfc2ee0c98573fc7af9f2907d30aa0c09bf4d91b5 +size 492 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab new file mode 100644 index 000000000..15dd1ff42 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f1c821d17c8d7d9512002caed7b52bd16a2dc081e111e23404a032694c0cd2 +size 173076 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab.meta b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab.meta new file mode 100644 index 000000000..5dd731ff1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Save Slots/Easy Save Slots Canvas.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06af579800b3cae9fb19d50c805c8878c712e383c0f85cab29783fa4a81b8be6 +size 415 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings.meta b/Assets/Plugins/Easy Save 3/Scripts/Settings.meta new file mode 100644 index 000000000..0ab74c4a1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca120ce237ed51eb3a4449bdfe70c0f1d03082f2ae83987d7ff44deec2dace46 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs new file mode 100644 index 000000000..8cde80e99 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281a8ddc56b14cfe53c1bd50cbbb89ea12b1e4af2d5fdaaef36c7e19a6092a2e +size 250 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs.meta new file mode 100644 index 000000000..7fc434680 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3DefaultSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f327266f68d41d3d4402eac28a33882b4edb9a3ce1e57d6bf12caf8df8b95583 +size 515 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs new file mode 100644 index 000000000..02e7dfab6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6a8c1b8b6a738590a8aed3c40485590d683a8d214ccccab7497d4f24de3d9c +size 964 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs.meta new file mode 100644 index 000000000..5f82dc0fc --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Defaults.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b736e614580c4f748cb0fe984c5f89de320f0a924608c9ff518f5d3a8d5b87e4 +size 487 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs new file mode 100644 index 000000000..69394f02c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eb713256f0f393ebfcbfdd2be3a52543e834fdab4cf6705bc2132a5525aa32 +size 17661 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs.meta new file mode 100644 index 000000000..1537e26b4 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Settings/ES3Settings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986622b18c56a2b640a836de272f602bb6fb243f3235d5760eb8340df5343a29 +size 508 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams.meta b/Assets/Plugins/Easy Save 3/Scripts/Streams.meta new file mode 100644 index 000000000..e0b6f0d58 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cd1bd4cf10224658bdacbea200affd60bb6b62d9c2b599bedc74158f37bf9c +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs new file mode 100644 index 000000000..7cf9d4602 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74981be420763fc7ce44df589c775806508b66931a5922e40331f89a926a29c +size 1982 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs.meta new file mode 100644 index 000000000..a060b7bd1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3FileStream.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477fca879161ca45119476fe6a68c6cd379d9cf4c0e4c17a322724389f56168d +size 509 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs new file mode 100644 index 000000000..82e43c754 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7045c6ca73dc8b9c7dd2446f0b53c4571e285c632de9b2c95d2ab3364a7af22 +size 2113 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs.meta new file mode 100644 index 000000000..c84c4610f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3PlayerPrefsStream.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99684c2bf2190283b3f4306a898b193286d11811a30c31bf9ebcf2d61bbb0c3a +size 516 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs new file mode 100644 index 000000000..6f094a74b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c962c95d69e0ebc32452dab866d1dd5bd854c7b1212e5f489e53b1e86a89c0 +size 682 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs.meta new file mode 100644 index 000000000..be3f1a2ee --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3ResourcesStream.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2dbb28c47df8e0884b6b9f6febdbd9dd320982c622c8d5108130947702b826 +size 514 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs new file mode 100644 index 000000000..7840d67a1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07221f6bc2518ab2c8bac52f86c3d07fe0b30a2333b9f0d655ce75e0d18d2e30 +size 5059 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs.meta new file mode 100644 index 000000000..fc4892525 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Streams/ES3Stream.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77666935a65b3323a73d953f482a490d4de0fce5b4d79e16d4bfee9f0f9580f +size 505 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types.meta new file mode 100644 index 000000000..f4a415114 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccac39ad9e121c2c8e2b4e3a4350a068493466bcd7dc56080f4f2f46faf32ca6 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types.meta new file mode 100644 index 000000000..209ce29cc --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bcaa2bb78096d3f696f7006502b3ee5e404295b3778cfba9c05ffcf9a0230c +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs new file mode 100644 index 000000000..8d983cf3a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94ba24f3f8a1b86b8e05ef42884a2389622a637cadbc408ea4e6f78758d1900 +size 4182 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs.meta new file mode 100644 index 000000000..7777cd5af --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES32DArrayType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0142c337ac4303fc8218d0560e8eefcecfc2a5b20c0c34ad16244e9b9c54c91 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs new file mode 100644 index 000000000..7e342e9ed --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1159f4bdf28dfdd84a7e6d34f699c971949ccc01d5982e4dda6e2b0cb53b922e +size 4536 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs.meta new file mode 100644 index 000000000..cc8c47c3c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES33DArrayType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b827e099108c3006c5ef3be850c8ca397a6264fa01f8910ddbc88863fed28782 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs new file mode 100644 index 000000000..c1b9af901 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f24fc5a48aaf0f81ae191003b063d73095a63a56b0190d7ef290c141719489 +size 3019 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs.meta new file mode 100644 index 000000000..836275ff3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ArrayType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bab463b623cf6dccd36c9b80f3a59aed0d0ce12b8de73228bece8a8ccdaa45 +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs new file mode 100644 index 000000000..ff6a8e7db --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580e965f53b30b5cb90f798696a5da7a6a87d4c79e27c84d847dc70bf8234d5d +size 3925 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs.meta new file mode 100644 index 000000000..4614bffe0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3CollectionType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35e9b42fccb90c579008a94f3589d4131605a765768b7247f0eba72c66d166d +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs new file mode 100644 index 000000000..a33e5bfa3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeef39ad3972d4de5b50a24d576e3b9ff39f910669b20867990cc1f4e1d1fd47 +size 3859 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs.meta new file mode 100644 index 000000000..7df51dceb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ConcurrentDictionaryType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8a55c682fe793ce12ead7349316296b15bb249cfe0416e7479545cf28769f8 +size 538 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs new file mode 100644 index 000000000..40f4e3ea9 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cc75e7c5b88d713a3061f589f8de1e46743d7812bc2a9c2465375ffb9481ce +size 3829 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs.meta new file mode 100644 index 000000000..98d5ff1da --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3DictionaryType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad1ad822c99fdc6a3b3de1c82c5ccdc2ac8c10a430d90420626dafc4cd9d964 +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs new file mode 100644 index 000000000..0da119339 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0aa1aadb4698307636a01263492daf019a46fc404d1d51f19a94c95287556e +size 2853 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs.meta new file mode 100644 index 000000000..c0fac2381 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3HashSetType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d4a5899855488d319a4090eb855fd2c046188f35a7bbc94d041522763c8c2d +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs new file mode 100644 index 000000000..493cc7989 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0218c41f729a48a2747a65e3028ce959d3558de1551db6716f1d017b413eb4b +size 3012 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs.meta new file mode 100644 index 000000000..f38dc755f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ListType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888bafada9a398373f088893e86831b64e52b57251d1904793b3bd9b8897dcf2 +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs new file mode 100644 index 000000000..be78d9a43 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5b31d21d1765a965f36085ce1cfddb7dc75c5d127432aad31a518ef2ae4803 +size 2209 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs.meta new file mode 100644 index 000000000..fc52f56b4 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3NativeArrayType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb70aec9ed2d1f81a042fe45aff08a6a370e30879372deceebbbaeb7f39256d +size 529 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs new file mode 100644 index 000000000..669d90a4a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014b86a5321a0319c6a7a5217d213140d80da14729ddbf8d2a3f622fc5e4b1d0 +size 1047 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs.meta new file mode 100644 index 000000000..c397f2260 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3ObservableListType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eab9ea2bf1eaf7ca3eccf8b5afa4be0a4f53f3e354adfb81e3b7b505811a70a +size 511 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs new file mode 100644 index 000000000..1b1e965f2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8578956053ac229d5ed635b721c2b9f14e6feb1e2a3616fc75a5e09acedf3e +size 4339 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs.meta new file mode 100644 index 000000000..828633806 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3QueueType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8bebe9536acf765a36d436d2759855596c5e654da96e3e5a91998f60faab21 +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs new file mode 100644 index 000000000..b08fc8464 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855db4377cff9b2fd97572c9a53c940697bea51e86ddd789f0371b8cea525e89 +size 4511 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs.meta new file mode 100644 index 000000000..339c23d14 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3StackType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52145af1486037ef3cbf8ea0ddb5342ea4db2937e8052116dd5d77cb4d2935ef +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs new file mode 100644 index 000000000..5b11baafb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ba797fcbd96c99d1aef29397f170f71247b80134e9bf6ae77f366f92b2b3d3 +size 2153 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs.meta new file mode 100644 index 000000000..efd1d6c37 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3TupleType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abc6f7842ac2810d248d865c84ef48660e26bc123adfc8a4ecb5b824fca428f +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs new file mode 100644 index 000000000..9e09c655c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c190dbefdb4debd8dba6465f1dbc83394729bdcd56a26d3f87142624d0e23f3 +size 2246 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs.meta new file mode 100644 index 000000000..8d3492d89 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Collection Types/ES3Type_ArrayList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bbd422737da7301ac8b680cc00b853e4dc23bb557ff51abe57eae977fa20be +size 507 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs new file mode 100644 index 000000000..9526a3d4e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba8a5c73f8c3d2dbcabf1f70b51220cdb8f2552f77ef6fc5579b7bc059761f5 +size 6650 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs.meta new file mode 100644 index 000000000..2c91e34bf --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ComponentType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299f50287ad9f6a7f643c25480dce6ca7e65b81fdce430f27875e6c9da223975 +size 510 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs new file mode 100644 index 000000000..bd6568b25 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d89a835eb926be88172aa7d7c2629a1ba2607a97669ab04e7182946a2c9bc +size 1937 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs.meta new file mode 100644 index 000000000..2774284ee --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3GenericType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60acfd9ae66986ec1674faf75963d4710c7783388005907ee87c3f4603bb15d3 +size 487 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs new file mode 100644 index 000000000..1f84b8b48 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863cde4f4a1433574a56e022c333938b2b58c15195a8bc94ce5e00ad0a254c17 +size 4685 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs.meta new file mode 100644 index 000000000..258d3c56a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3IListGenericType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82f0605e04e6c8c1853781f97c85acee0240d2bbbd5491731e3f360c635b80d +size 492 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs new file mode 100644 index 000000000..7b8737acb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d1557b97e609b5248987ef0d58db7bee5bd61d611f41776b45c92413c2a301 +size 2269 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs.meta new file mode 100644 index 000000000..949f735c7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b50a2a18f3d938b468b20daa67e94c687e8e7a868f2c2199cd5620f298498f1 +size 507 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs new file mode 100644 index 000000000..80df2d7d0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaaa55a2ea4fc371520c13180a45a7b8e20ef4d22cc7eabf912171327fd91abb +size 692 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs.meta new file mode 100644 index 000000000..9a15a408e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Property.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2fdff1b801232ca7948250c47b1016b3b5260f0ff9a06755787e037a9ab199 +size 505 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs new file mode 100644 index 000000000..06d9c00f7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148027b9c4d9c7898d37a2bde6dc0744a0255d4cbfe6de799fd96fe4c3c6f23f +size 2161 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs.meta new file mode 100644 index 000000000..e48d0f622 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3ScriptableObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a495f56eafc6937389e5e426cf90fd41e6ff86027e63dcad369ae3f45109607a +size 517 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs new file mode 100644 index 000000000..7016d86da --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9810cf1bb9bfe0aaca47b4a9245d32e76f92efaca9319c273d7eb5cb268a40bd +size 6316 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs.meta new file mode 100644 index 000000000..02beb17e6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3Type.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9922e3b2c669ce760d2498fa3b1cfef50b0c81831623e986043a222bf402b7d +size 501 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs new file mode 100644 index 000000000..fc5df20b0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffb13df79436ab0da6cd610d9860f31070fed4f5302ed53baa975d55de09049 +size 8809 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs.meta new file mode 100644 index 000000000..b55a1d210 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3TypeMgr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbb3df10ab99ab3d00f0600b3ef4ec2bad34cda769e7f5571e58f897105f7b9 +size 504 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs new file mode 100644 index 000000000..57e4f3b03 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9e4a39a94ff7be6cba3d07dc77dbada67be8403245df5fe15acfe3f7a865e2 +size 4338 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs.meta new file mode 100644 index 000000000..0ea17a347 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/ES3UnityObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9377211c0a2257d8015218c6b4c021d962ebac1e8749177e221bf913b93d95e7 +size 512 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types.meta new file mode 100644 index 000000000..71eaaa790 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a48cb27bbca6550a5214a46a8e3ccde7d67b9e36a854d8271d6d486af93ec8 +size 172 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs new file mode 100644 index 000000000..8c1d5db46 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b27f9c367fbaae8569ff26f20f6bcd6cbb9fe72cb40559adc64afbdbb3ccb1 +size 1005 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs.meta new file mode 100644 index 000000000..8555353f3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_BigInteger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d7e5ba00b8e07c52fa9f04983ea54be954ce03a038ed54f517334f12da6789 +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs new file mode 100644 index 000000000..b06e9cbab --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf62076d920064899e1f96743ef018bba260c069e4145e03ef673724858d42a +size 2006 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs.meta new file mode 100644 index 000000000..44cc7b951 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Nullable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be8d126078a93ff1be6c8845dc61e3a78939a7287073866d27633a4d391ddba +size 499 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs new file mode 100644 index 000000000..3d4f1074e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d62702c0c2b1068200b4ece04b6de5ab4bb2fdaa7d9fb67b68d1321ad88d3e7 +size 1720 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs.meta new file mode 100644 index 000000000..4d3e0fcd2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Random.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cda57dc7bb3ed1684f5f3708c2bcdd84f35eff553ebb0cee2f8d5f528cce3b2 +size 518 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs new file mode 100644 index 000000000..69a3ac6f6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508bb08241d788b61349b9882354ba8e14b25c799ce6df5fe264408da077f98d +size 653 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs.meta new file mode 100644 index 000000000..c0e3f819b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/NET Types/ES3Type_Type.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef714d3825ca24003f2522d2bf5c31eb8665a37fd0af7f4575dd7ef4e235be4e +size 516 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types.meta new file mode 100644 index 000000000..838cfb96c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08facf783fc4f5f4025586e26529c9d5682d12debd25d2bfbd0bfb04526d933d +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs new file mode 100644 index 000000000..02efbcc10 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d61d09a57f7ecea0d72c6d57915e425726d8d7f1939a8859f1462dd4982249 +size 775 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs.meta new file mode 100644 index 000000000..a334f8e59 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_DateTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81882cc50912920e8755772a96e3c2b36b01e00e36d97e22df71a5c76c3cb9b +size 526 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs new file mode 100644 index 000000000..a4fa9e520 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d833cc23c57b8531ee56dbda4ec47fd6eee7d9f161cdd7575dce30db1e2f84b +size 1225 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs.meta new file mode 100644 index 000000000..57c0b57c6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ES3Ref.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9879a460a54bbd42522338075cbe6bb24255b7c0622c6ce7a2dbe93eaab57b +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs new file mode 100644 index 000000000..87509ee7d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b5c8a53920dc5f70a2303fd360236f220627eafc13a8b81a0a64665b2ec65f +size 692 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs.meta new file mode 100644 index 000000000..be22f6702 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_UIntPtr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a0af4bfe8af0741c71738929f4bf10da359494dab2cddb489f81e906879038 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs new file mode 100644 index 000000000..ba9147d20 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b0d131507bd4b5a9cfacb80bb0142a0f59c47512b94b85bc8c8778a2163b29 +size 672 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs.meta new file mode 100644 index 000000000..be65e7e0f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_bool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd8ecb15b952c86ee7af35599ef8aec334273cede0cf9d7aff004f4a9f0c724 +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs new file mode 100644 index 000000000..4ac581840 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa57dccb245f7526c068562d95d9274b76403bf5d3073c994b54d10374832319 +size 480 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs.meta new file mode 100644 index 000000000..94cf08bd6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byte.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ce04f91d5b18baaff0f07fe9146a384c0d39c2528fe8607083d5046bb26d9f +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs new file mode 100644 index 000000000..540a16e50 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e351adc4087483639b321e9c965e7e0cf792b6d12553bd629aedceea628adff +size 499 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs.meta new file mode 100644 index 000000000..8c7947cbe --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_byteArray.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254389eb2767c52ada3a5e51f01b672b47eaad0fe71c377d0b2ffca560e1675a +size 527 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs new file mode 100644 index 000000000..a34a86e3e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a5b9d00277541a7335828519d120ef1a7ec27191bc9a0e0197ec17e79e4a58 +size 644 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs.meta new file mode 100644 index 000000000..fdc4c3c23 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_char.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8b1698fce759bbadf0544f9b52d2606306c4828f52af5f31780a9558cb667c +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs new file mode 100644 index 000000000..e43970aab --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babdef0ea0e3e7c4520b61d791d1a6b90f4aec41d4f350cccf94b606bf5e5abd +size 699 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs.meta new file mode 100644 index 000000000..25b2a08f3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_decimal.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a64c7af91dff836faa3cb731680f1c683468954082b5909de7e039d7fe5e93 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs new file mode 100644 index 000000000..0d950dd25 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0921775956e96ea7ae0ddba5e98d8475fb0e0c0fdc39594cc72f841c7115eca3 +size 690 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs.meta new file mode 100644 index 000000000..8993a16eb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_double.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8c9d1bedbbfc270efa81d13b39ef910f223e5369582600de9dfa93d93140a5 +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs new file mode 100644 index 000000000..56c58fa76 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590450182d50a278deaf5cf8e5146a3ad35716348227330467fd9a67212a6c10 +size 3024 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs.meta new file mode 100644 index 000000000..bc5f68cae --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_enum.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49977f45e3633b39ef11b4295a9a4e7d53681b9676962b2cf14ed7301195ce8c +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs new file mode 100644 index 000000000..c25dc4838 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5154b0d99eca84ae370d62f684ee0ff0ffa440a791630e5c0d51d8e9ef58dd1 +size 681 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs.meta new file mode 100644 index 000000000..76d78c79d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_float.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943e2e6066e130bcb2e5a086fddb536fe4d6ed21973959a5ae4f157a90970c80 +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs new file mode 100644 index 000000000..276401f6a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7f8b1209a7977e6bd460344769e91a06e3f769d1bb46f3b155f8530033e87c +size 663 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs.meta new file mode 100644 index 000000000..44ac6b9b0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_int.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739041eeed354d01b0e4dcf6310d760f076ff3e6ab6934a709471784dfc87f3c +size 521 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs new file mode 100644 index 000000000..aa696716c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566af5d7c5217decefd9c47811eeacdc69e614b137790ac5254d24fec8e1b50c +size 702 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs.meta new file mode 100644 index 000000000..6ffceee50 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_intptr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c1f5f3dbbdccf0d92a881039381b00efea28aa0a4ea312108ff102ca3c4b2d +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs new file mode 100644 index 000000000..c98557d90 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec5f3df353daa8d4129834177f38720afbebb0aeaa13b375ba1160ae25311a3 +size 672 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs.meta new file mode 100644 index 000000000..891b06b50 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_long.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1ffe611471fde2643cb6d82d6648c08f93b9c764eab3f7d5b77bc81bdef3f1 +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs new file mode 100644 index 000000000..3a26544a1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86406c60d9f9c2406fce2cf452aaabccaff1dab0d44843d307162d2f3805f825 +size 682 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs.meta new file mode 100644 index 000000000..18026150f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_sbyte.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e75d6fcd8fc765abed03eb878a8b641c09b263929c71fabd356b556cf633bb +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs new file mode 100644 index 000000000..5f9639567 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96bb3b4b7645d555d0a76991a86ae60b9d11cd3a9c88b24b4c7226e0bb9e987 +size 681 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs.meta new file mode 100644 index 000000000..14f23dfa5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_short.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bcf2673c82bdce012155f24cbf6a340abce2dace07e980aeabe1c8d45edaa5 +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs new file mode 100644 index 000000000..fe5775681 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4b5f789cefa92410c0d9a9f78dfff09e35f628abae9177ce0c4b494b307f52 +size 679 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs.meta new file mode 100644 index 000000000..763102207 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_string.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cef3dedfa95be51508d26bdced70c94570e8b52ad0c50c93d714d1304e6ada +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs new file mode 100644 index 000000000..9fc018eea --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdd6610aa9b3d795b8040f3d00c1bad5623af37583cf771c0485e1d6614ec44 +size 672 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs.meta new file mode 100644 index 000000000..a2adc2549 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_uint.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f230aaf2301b1de7f5309015cd3104d43ae790ebd6a0aecdce532f77a55c15d +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs new file mode 100644 index 000000000..322fa2bf8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a930d03bd69f2e420d46ab3bd3b354ff4148ceb77b4206e6d2d5d652aeff5780 +size 681 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs.meta new file mode 100644 index 000000000..e9bc4d90b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ulong.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d78b28ac910d86078083d0c530fee2aec322e3b7556425561c856ccdafb45b +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs new file mode 100644 index 000000000..ca353e88d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912f7aa0b641bc329af00776b312f86946be239303e197059a0493f63e9da5e2 +size 690 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs.meta new file mode 100644 index 000000000..12311a74f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Primitive Types/ES3Type_ushort.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2236af3643a33caa99951da8aa6f8284ea54d6d35e07350807c5b2a440c6a09 +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types.meta new file mode 100644 index 000000000..c8c3bae52 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5f24d6a9c3e21befe85b23b13818edf28d000a8f1f971f060e8ae3510a8f83 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs new file mode 100644 index 000000000..dc166acf3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeacd455508604ed999f165ff71add3e4138c4bfe278a330692ab641cdc2420 +size 483 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs.meta new file mode 100644 index 000000000..c7c9d9163 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedComponentType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c0ad61f5dde2da3dd287ccee856953267c67a5e0f17411342a276e6c3bc9f9 +size 535 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs new file mode 100644 index 000000000..d3d100ac0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3a961227d5e708347974eb5bd21c2d27dc5666f7e6831a41da2a7c2d77bd4f +size 742 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs.meta new file mode 100644 index 000000000..ae2a68d11 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e5eaf87358a98d0ef43c94eb0242edaca14e2ae0e231e317225e905ffe9c6b +size 532 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs new file mode 100644 index 000000000..6fcf9c15e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14d4404451aee650b0c2ddf5054f68de36ff9e9e4b6dde03f0b54ca17a9ccdf +size 597 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs.meta new file mode 100644 index 000000000..20c9469f7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedScriptableObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004731e2a15b55e222ed92e048c233426888063c575d36473bab8e71b9d9839a +size 542 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs new file mode 100644 index 000000000..5e99f270d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e78b6555dcbaece8dbd3f72e3d753d5e0d7de9200b512cbf5ef0f823282ac06 +size 3511 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs.meta new file mode 100644 index 000000000..707a51444 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dee2eda85a419dc2aec77661d34f93dfe8f2936b157a0eedbf5c9d65656efd +size 526 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs new file mode 100644 index 000000000..9fc34ac8d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805c72cc73181b56fd3f5f9097d848a169409e1af65d835ef4509b34888e5741 +size 767 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs.meta new file mode 100644 index 000000000..3afbeec28 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedUnityObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2123ba11f647d28082e7636fd2f121088274ae1f23a14b396835e7af68b7bae3 +size 537 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs new file mode 100644 index 000000000..402370669 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdac1d3d6630403fef346dd28bd13a5302c29f3facc36b45b485b5112dc3c7d +size 1150 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs.meta new file mode 100644 index 000000000..05230e820 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Reflected Types/ES3ReflectedValueType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5d180c04ce69e49cd03079a6074d93fded6e03bd8831b7c83bb6ff78565a9d +size 531 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types.meta new file mode 100644 index 000000000..6a6c7bc16 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d93f36baa850e3698958b36b46b0e170024f6d2dd0bc074545ea8cf95afe5f +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types.meta new file mode 100644 index 000000000..07833686e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51e1ac66719620dfb42445dbd4fab9d58e6ebf6fbf83c6f56d42bc9c02b53fd +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs new file mode 100644 index 000000000..fb7a9600c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9e48226af94f0d8f333bfe81ba4e005cabf7aacff2e2bcbcbf7596c6f0ca4b +size 1864 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs.meta new file mode 100644 index 000000000..d0539dd00 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c960025da67ed139fc30ce637fc066fe8528ce8eb3723722d914ca79f8bf29a +size 541 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs new file mode 100644 index 000000000..0c84b5007 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42328bdf80a1f92679d8fffd6bc0a0151a2fab8b94e2785021caa3a94ce4cc7 +size 1982 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs.meta new file mode 100644 index 000000000..f7cdab98c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_BoxCollider2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd4b25304d7d10dc2d8f7030c41947827de7f70b57e3963deb70b4c8b693e3d +size 543 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs new file mode 100644 index 000000000..20b00cb2f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f1761c0b998d38d45c08d73903de3dd8fd7b84d1fbd39df7a2a57a8fc9700c +size 6895 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs.meta new file mode 100644 index 000000000..de6e0d2c0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Camera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1240b9bf6a8ce74af6a2638f26f960f6c294a50ae567625f3def5e703a1ab291 +size 536 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs new file mode 100644 index 000000000..68e3827a1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9177d54e30cd4201438436812f102d09acfcdff8a3291654a672c149882a3be8 +size 2487 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs.meta new file mode 100644 index 000000000..483c9d96b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_CapsuleCollider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bef583d3e95fbf3a59530ae21e706af550e7cab7e539fb790ba960d46c5565 +size 545 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs new file mode 100644 index 000000000..3d6c1fc09 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9ebc300d09776fd324fee8349acac1b1766a56878875805b00af684d2bbf93 +size 569 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs.meta new file mode 100644 index 000000000..48c533a71 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_EventSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f768f4757e52020d17a946a00a8e880c5a81363d8586e87bc2137249aba802b +size 541 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs new file mode 100644 index 000000000..e170c5815 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d63429fc7472378d95c5eb36537f27d39048af20a6dc066b29b5ea7a4a4806b +size 5673 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs.meta new file mode 100644 index 000000000..7138458a3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Image.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b65bbba943950e92f6e39fc4cb0b81cb1d31f64409cea8a8d3fa1884bad967 +size 514 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs new file mode 100644 index 000000000..1be48b95d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b054b399bb000793fd06e6044cd5b9ba7539fd7eaf3c19fee1d0b7ab46f4533 +size 2797 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs.meta new file mode 100644 index 000000000..51a92e238 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshCollider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072345a3353e8220aa9dbb87d350f575ade3f6ddf5cc1b5abb258652885babbc +size 542 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs new file mode 100644 index 000000000..3ff36af5c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1bb930acbb25ea2c74f64787a0282319125c43d174fb58b64ae34fd71d0b20 +size 1150 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs.meta new file mode 100644 index 000000000..8b25a2b84 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshFilter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847ac595f8da91b632edf489360864709183dc7d6b7c9e24af81d116ffb2e95a +size 540 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs new file mode 100644 index 000000000..c83eac086 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9338b6b7e5ba7aa9e0c99ecb16d2c9e9aac6ceed7d929ff1e9eea61ad5d64c +size 5196 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs.meta new file mode 100644 index 000000000..2139b84c6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_MeshRenderer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e953b6973e02ecb04795f6f912dc02873ca7e4e1c63509cf9d5dbad9074254 +size 542 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs new file mode 100644 index 000000000..2a86bd1f3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc246c3cf2af3aa7701ed70116e61a94ee9a7324e55b07fb3a153cfd1b65cb2 +size 9118 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs.meta new file mode 100644 index 000000000..2f1a7674a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_ParticleSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74b464b73c6cf212ad133e7d989c7663432cb9a24b0ac49eeeb9f9fe4d1ed5d +size 544 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs new file mode 100644 index 000000000..bf0610c5f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a6d309e8990b4a3c4afe8bb2d13792df668cd48674513a9a7feb289a88c436 +size 3086 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs.meta new file mode 100644 index 000000000..83228b9b8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_PolygonCollider2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329a7ed1fee3997c0af3e24b45be33f51508a774720c14b3653593e7a85f0743 +size 547 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs new file mode 100644 index 000000000..aa0c584b2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977dac8465741aa589c9f14c9b25c742286b6c34adc611b5a1c1778cc94af273 +size 3557 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs.meta new file mode 100644 index 000000000..99ac40b93 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_RawImage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c133a23a77de9cbb6ed325e97f7a101c6d57be968ee6a31498ace34b2aa579f +size 517 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs new file mode 100644 index 000000000..8a5c3bba6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7475e7a80ea77c38880108f17f2d7a6efb3ddcf86cc946a5d7c4c5967eed7357 +size 8447 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs.meta new file mode 100644 index 000000000..4af1c4efa --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Rigidbody.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b87c50bb0103ef66c17c7a16ad1197a88d1bc68cffc600e0462d196222a4036 +size 518 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs new file mode 100644 index 000000000..d005b6e76 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b567963266658d10b1ebaff85ca235ad135589b210da9bf336ccc3eab297f313 +size 2098 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs.meta new file mode 100644 index 000000000..3e7fee0ad --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_SphereCollider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a359f871c936033d5230baac613447121d89424155615d46d314536d4bc7e0 +size 544 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs new file mode 100644 index 000000000..2544d0573 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b9ed313af09569fc26bca2a486d2c9bfc001d4d18944e7d76a70b50a5d3bc1 +size 5646 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs.meta new file mode 100644 index 000000000..b7eeb7c58 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Text.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541501e010e343e2dff89f730765d81f68ceb01e1bd64de9113238e05a5512ed +size 513 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs new file mode 100644 index 000000000..ac5f14907 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a1b11b8ca2bcaf9ba98683480da6842e209e7538207df8a066860d9f8eb134 +size 2103 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs.meta new file mode 100644 index 000000000..049eb9f47 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/Component Types/ES3Type_Transform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51adcb1437cfe6757f1902ae36f318559017bbc0ee7c29f771f5e97e4c459f81 +size 539 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs new file mode 100644 index 000000000..4684f7164 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa69b7307b85e8ed2ce3f0b83b56f5857fdea950f9caaa3d1097de03638c9a4 +size 1464 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs.meta new file mode 100644 index 000000000..a76441dfa --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AnimationCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05038cfa02e788d8b9debdd877b7902e5978613e7b9d01afa7f15299d2fa29a5 +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs new file mode 100644 index 000000000..356c010ef --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df603f1eb1143c8af15245e8adb67bbd97e4d812596c2c88d2133254c121d9f5 +size 2331 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs.meta new file mode 100644 index 000000000..8c7230a32 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_AudioClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ca76c1f32a98964b5113bad4a3ab3cc70f9e3af9f58e46537476314cbbb54d +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs new file mode 100644 index 000000000..87360aaa2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f20648e1cc436b83a3297960729a109e44b9c601b949cf762ab42b44facc57 +size 2037 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs.meta new file mode 100644 index 000000000..d77fd8275 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_BoneWeight.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bea728ea526ceb29f3db40d54db71265e5b246ec4b6165e7aca00e450be12f +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs new file mode 100644 index 000000000..90a293a94 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca35f37c3917a2c74d641615b95bae26fd1c79928791708f2d57931caa97dc93 +size 989 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs.meta new file mode 100644 index 000000000..9155cc533 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Bounds.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d92f52d1168b8747503060f3b8fef573b5e41d8822af1415547f87ff74de03f +size 520 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs new file mode 100644 index 000000000..e50223b0e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d51af056ed034e550d4b3150a0faef144b1c709283c59312aeb4f440e79863 +size 2459 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs.meta new file mode 100644 index 000000000..8d03b8623 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Burst.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5027e56ced06c94a6331eb80253811f0bfef58f0785592ab7d4b0f935b0ce47b +size 498 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs new file mode 100644 index 000000000..67323eff7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70155652425bf6cc5774d66dfe108d44a7a04928339c812009192833dba5ae98 +size 4453 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs.meta new file mode 100644 index 000000000..9f98dfdbe --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_CollisionModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2747662f49799b174c9f1cf46f0a98e53d4401d65ac5d50e213d3dd5a69ba90a +size 529 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs new file mode 100644 index 000000000..d3f4cdd51 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9502e831b8f6a54fd6edf8ddc612512e2ee220840f1d940f6e86eee727833051 +size 1164 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs.meta new file mode 100644 index 000000000..dc8a370e6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b403428bd9f8f4ad3af78584a079db86d8bbebe9b6c2e0969c59732d86df2f2a +size 519 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs new file mode 100644 index 000000000..17ebf44a9 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9858010fafc344fe59cd3431b65f16006a903380f0cc9dd20e68f3ade15076 +size 1325 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs.meta new file mode 100644 index 000000000..edb7848ba --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Color32.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d148502442dec629a72ce5aa0995ff338b0a3a6827d830df2e45bb0e1bf86bd2 +size 521 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs new file mode 100644 index 000000000..38f33e303 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887ded5e6ce56f4dea997db9b88b324ea88e69587773a087cc95f0dc6584ee18 +size 1636 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs.meta new file mode 100644 index 000000000..08b3b98b8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorBySpeedModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f686584041d400c1a5643875c485e8e59fd02e0683dfaae64f4af8320d43819e +size 532 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs new file mode 100644 index 000000000..e429c0c77 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ed23d80bd78da0ef433baa95ddb140cd9513e4ce836532f685c64ebd37556e +size 1466 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs.meta new file mode 100644 index 000000000..0249b4f49 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ColorOverLifetimeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c4523277e0e375b89149740d726ec6493e9e760825fa027bcb51de23b23509 +size 537 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs new file mode 100644 index 000000000..05f32edb4 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5042f33d9325f13a70e4bca06cbe8afc8400d1f1deca86eef131a67950f852ee +size 2694 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs.meta new file mode 100644 index 000000000..2b322ad1f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_EmissionModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0649d886793543baca49870dabbc456b96f96f739b2077ff68430dd1fa3326 +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs new file mode 100644 index 000000000..6f56ab0b1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa5ceb2bd3b52d35a726b3637c079a4b3c238ca351cf42eb9e6b322d91c2e5e +size 1427 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs.meta new file mode 100644 index 000000000..256674cec --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ExternalForcesModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c049ea719c7db1ebacf576accd54c8438708197c087b3e212bdd67d0b08708a +size 534 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs new file mode 100644 index 000000000..4e7058879 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5826d1dac4b0c33ea3561264820fb6571e02935d75d37d2e76dcd9393bbce255 +size 1240 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs.meta new file mode 100644 index 000000000..297bbdb3b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Flare.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a1db8651f1a2f208e1a9bd33a6f3e087b0be338d28328758a4836ecc71ecb5 +size 519 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs new file mode 100644 index 000000000..998cba879 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2c2b2613e75e419667b82c05990554f3d256c5aa111e9693ec9d7d901c1d4a +size 1421 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs.meta new file mode 100644 index 000000000..a67bd3f82 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Font.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b87b410f9b57a282c75c26db4632eec1e99fe259b35be1a95bc481eac9e8292 +size 518 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs new file mode 100644 index 000000000..87da04305 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0452203bd2ba59fcd8904aadc8a761f73671b4da32a2d3d8be14493453807267 +size 2897 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs.meta new file mode 100644 index 000000000..ebed71484 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ForceOverLifetimeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b49c40385cf7e6de3b1836642c429e875b87b0586b2634c30eaafa216785ec +size 537 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs new file mode 100644 index 000000000..497a8ab96 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95856dd7116c66118a95b6f2077f658da488b01f4c00419b897496e8d1f1f6c +size 13599 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs.meta new file mode 100644 index 000000000..2b8290339 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d4a260f5b6a5f2e186c5cee82defc11f174b2c71a04768263682373083667f +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs new file mode 100644 index 000000000..4f5ac35c3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e47283c250afcf905fcffdc7cdcbd4a3802a8bea411b24f4b09c7bd96494d9 +size 1464 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs.meta new file mode 100644 index 000000000..1bdbcb032 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Gradient.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbc42f49c8a3ff7c9747d816c34fdecebb6d80e8b1b2b2d74ab917c84a77e7e +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs new file mode 100644 index 000000000..03949a5f1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d026f48176ec0b51a6803e445dbd12dafad8fcd229ecf7958439f564cb581a +size 1072 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs.meta new file mode 100644 index 000000000..b5914f86b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientAlphaKey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3053fe4c87f9fa0f5f1725ff7303ba5b0a9a0c739cfc9551e228745920704140 +size 530 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs new file mode 100644 index 000000000..fb28b8419 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f80978e43567cd49d4358130fabab59e602ad80d91f97e280ec998a0560e08 +size 1072 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs.meta new file mode 100644 index 000000000..2bf698d39 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_GradientColorKey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4051554161a4c4a6d55b7f24d75d9192c15afe0d739ce996d3d15b4d1f495b9b +size 530 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs new file mode 100644 index 000000000..46f6200b1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8609906b68762d16281c2c5bf335b47dcdd5127ba74af57bcc7fe39dab5f2af +size 769 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs.meta new file mode 100644 index 000000000..a2fbcb373 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Guid.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26803ec3c1764add5923b5a24d6c31fb62d21878a5809be04d686a38bec251ce +size 518 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs new file mode 100644 index 000000000..efeff517a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc1861b2513ea2a3f581b98f97ac08cd4e2ea9ae4c97c070a6363e6077eceef +size 1856 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs.meta new file mode 100644 index 000000000..8e883be0a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_InheritVelocityModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee85712dc7bb3ba3b17bb031dfd62a515974611e70d08022e0118902411549c1 +size 535 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs new file mode 100644 index 000000000..0ccb673e0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fdc88b9ecbed2dfe107478de946170f2e57189b87f2023fb9c853453b68c1f +size 1350 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs.meta new file mode 100644 index 000000000..d565e1960 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Keyframe.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13046ceb36f08c6c5bf1f6f700a8da457283a1d89afb90b32b3ea1c7a5b1f714 +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs new file mode 100644 index 000000000..b86819c29 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9348f1851fbee17f707b37f54b26ecad1f51b0db669adf9d6630eeedb8057858 +size 913 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs.meta new file mode 100644 index 000000000..9d526433a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LayerMask.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a0923e1f6f0d60a1c82bb18fbe12c0ac38a258b132f95fdfd07b13c079f070 +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs new file mode 100644 index 000000000..57f8afd13 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bd1cf1d2fc8546939c52da4f743bd2635d7253c44650cbc46666a8f332162a +size 4848 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs.meta new file mode 100644 index 000000000..e3a1abc2b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Light.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef0e0723df68fbf5a54777fdc1004615fd47487b6bf0cf8208adc869347430e +size 519 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs new file mode 100644 index 000000000..ba098ccc5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714beccbadddc2b083720471b7076f8f717f7892440b668b7bcf0dc343de2108 +size 3734 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs.meta new file mode 100644 index 000000000..ec541357e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LightsModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f9fb8b09427c8f0d92ce31b87566e822a567634851ee17538a520a4f0eec03 +size 526 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs new file mode 100644 index 000000000..2d2cf3a5f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a41d63778a361ab26ee701863c6d2296ab07a2078ffbc7afac0bc775afe7a1a +size 3767 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs.meta new file mode 100644 index 000000000..9935ab8a6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_LimitVelocityOverLifetimeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae37e75939e0bd844e212504882c5f9752012fda2f54e882d8e9fcf2e324238 +size 545 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs new file mode 100644 index 000000000..9d7c8a873 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d70d8d30b7bb8ec47bc886790a69beeb05bc007704f78da39c88fa81de13f7 +size 10783 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs.meta new file mode 100644 index 000000000..9a32cf0e2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MainModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d65b54e1cfeb8fdb2f530bff01b8c18fd281b3be8a706c9b163b04a515dbba +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs new file mode 100644 index 000000000..d7ff71997 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4e49ad51c7fdde5239a501ea05e191826cc8eece55930ef51ccb8ca1ae8627 +size 73404 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs.meta new file mode 100644 index 000000000..05cc866e2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Material.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1aa644f90499c80a5433a2fd3a021229a23d1a5f0e9ba7a826642cfb424216 +size 522 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs new file mode 100644 index 000000000..ba912dacd --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c154dc9d288c2741c573fd5300bd3426dd15b154950848c96ab1f9b58947dd +size 1428 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs.meta new file mode 100644 index 000000000..c44589e0c --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Matrix4x4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e8664df429aa3d9aa5ed9a9cbe6ea6588bd8e799f804c48112952f75308caa +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs new file mode 100644 index 000000000..f1d045962 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1633e0507bfee73066a8688bf3bf496a201671bc249e1de87948b53b6f99bd1b +size 8136 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs.meta new file mode 100644 index 000000000..ecba0125d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Mesh.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca5baf666b0457e48f95b064868fe1aae698c007f9dd3a04c18c72db17e88eb +size 518 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs new file mode 100644 index 000000000..23b275d22 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d71a4c6b0e6f58001ba392ceab7fbd9b193a94eaa64fd3cd61c0ae03bb0f6f +size 3897 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs.meta new file mode 100644 index 000000000..e075bc2f7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25404cf7262c6183657cb99f3939e6e01675e94dd7c92f004b348a256a572b8 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs new file mode 100644 index 000000000..55961734e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60f737508cd0db801be7ffb9ab242a0b80ffc314aef85eca480c8f75eb8a64f +size 2258 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs.meta new file mode 100644 index 000000000..1387af618 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_MinMaxGradient.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfb8784be7679c6d24d192f07f685a6c616d4459e1c1e28b6c9a61ceba1e4a1 +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs new file mode 100644 index 000000000..426d530e8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d928c89624dfbdb9b5e353557df89430782fe220cc88b22979e59803b831f6 +size 7317 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs.meta new file mode 100644 index 000000000..18e0a5a51 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_NoiseModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1dd5de0c213d4a76372f6d4ebcdd326f0a3c23d12a6d007f7bf4b8ae72a149 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs new file mode 100644 index 000000000..2853a8c8a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3925a987faaf6c905d8657ee2ccbf5d9de1f45ad081b5bf66d279abb947f21d9 +size 5648 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs.meta new file mode 100644 index 000000000..4f82a211d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicMaterial.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b36b64139424abe3e959f48088e11f27d6771e1d85be8fc91a721014ec56de +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs new file mode 100644 index 000000000..5fd37354b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e13ef83cc4ea315badab5a901e63986961c83439c3e9e05360c75f0b33c6c9 +size 1583 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs.meta new file mode 100644 index 000000000..4c6cf5924 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_PhysicsMaterial2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242c1f958e247978615da45c0f2501237d540442b6a0c5ba5a630c47910f1266 +size 531 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs new file mode 100644 index 000000000..d032b5115 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3264a1d6fc127b455bead384d392177c03c757a2b8c32ceee6503f1d3373be27 +size 1212 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs.meta new file mode 100644 index 000000000..da84b4d41 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Quaternion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ff73fff5a1f96dfa9961da290fff7530e5c3b65b62412056d0d9155a6a6940 +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs new file mode 100644 index 000000000..5a63a3f04 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8e67741e4b636544de34a46e8e44ef0fd9dadc3f8f4d0fe4c39d1ec65b4d61 +size 1023 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs.meta new file mode 100644 index 000000000..3f1c3f0db --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Rect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f51de41614b25d1f261206bca5dae90cfe987aecbb2c1ee70dad0bc3ec8515 +size 518 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs new file mode 100644 index 000000000..d97de5099 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4329093c513bc5573e14148b3fd9d98ef52708481e5d5d2020b5683cdc52add +size 3916 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs.meta new file mode 100644 index 000000000..64be36166 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RectTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eed229963f83007e035fa91d61171aceee23b23ee1cda33fce6cc93d7613c62 +size 527 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs new file mode 100644 index 000000000..b131f9e72 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ceeae31a829a50f57a2091500f24db8298572bf9f0b2248ae38d40bad51d03 +size 8489 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs.meta new file mode 100644 index 000000000..798128b24 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RenderTexture.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9a96c30555f8e95966a11c0af5da80427340f64b3b0878b34e6fe7d88a8b8b +size 506 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs new file mode 100644 index 000000000..c2304a186 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae2d116a191766b632ca1305f053d7a4c146b0088518ad62d10c29006554fe7 +size 2923 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs.meta new file mode 100644 index 000000000..04090ec61 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationBySpeedModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15981fa10893587c3b696b5f7bbd616f752a93269faa5b00edb46460149ffa40 +size 535 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs new file mode 100644 index 000000000..2d3303455 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe3e68c41f188aeea29755f200cea91ddbd8908be3344ff4107263f8f9e5ffb +size 2753 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs.meta new file mode 100644 index 000000000..9bad23e24 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_RotationOverLifetimeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466b03e1fe04b2dd1f59fc908940f586c824b941ea3c62dcb793a89eff8faa14 +size 540 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs new file mode 100644 index 000000000..a4d418c91 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd914a21f0684f176df7dd5afc617bdc9f17f86c6fdec96e0ad1c59b7e78d361 +size 1503 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs.meta new file mode 100644 index 000000000..bbe5d135f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Shader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbc788fe038239f9264f1c476f6ba744e87e4e762f5046bf19e557007e082be +size 520 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs new file mode 100644 index 000000000..c26c9111e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b53c0cb70c1d5617a19d90ab743f2ad239e942f1b9770a3ccb07a158fd618f +size 5322 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs.meta new file mode 100644 index 000000000..ed52995d3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_ShapeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac207e2172cbeda258d9aa5cf2ce0b841c39204c548fe9258330ddaafa2662e7 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs new file mode 100644 index 000000000..798d30064 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78429932085bbec00227fe93778e574a2b45de8cf019dbc9dded05e5a06ac593 +size 3356 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs.meta new file mode 100644 index 000000000..611e8918f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeBySpeedModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947af63f6d8f73bd527872f2bac27a8795b2aae68c9699a0c0562a3c434edb77 +size 531 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs new file mode 100644 index 000000000..5c6794234 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41b9aec00c0f49d5127ddc92d042dce76656543b33a122721887b1629a05380 +size 3186 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs.meta new file mode 100644 index 000000000..d609eee11 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SizeOverLifetimeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42752f17cf046eb57822c583519145c7ff93ff40a838498ec1ca2801098993b2 +size 536 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs new file mode 100644 index 000000000..ef4bc33a7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8444b9cbda5f7f6075f5fd482105daf03b2843773f6ff10232956d0e674ef45e +size 7505 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs.meta new file mode 100644 index 000000000..a751b526e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SkinnedMeshRenderer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb2a49225b877d4f3f003e37ca7df26c02991a64cf96f34b653047cb0a570dd +size 533 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs new file mode 100644 index 000000000..5700f7cc7 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01653399cdb76c65d357451e99282d24f073d429ca574b60c0f07208f66fdc2 +size 2862 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs.meta new file mode 100644 index 000000000..4e4ab78fd --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Sprite.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ff8a92976312c984b8f876b46a536304ee0c54c98f4fe4b2d6e34a2f95fb08 +size 520 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs new file mode 100644 index 000000000..5f9911de6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d31083f22a2e0fc98e3af97bdeb6ac424ed69fd6f6ddc8a86205df64054e52a +size 5651 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs.meta new file mode 100644 index 000000000..a8945fd14 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SpriteRenderer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8bc2ed7a0a0ce7599c84a3b84e968b0486c062ec9451492db23720e7a36e50 +size 528 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs new file mode 100644 index 000000000..45594831d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbf0b7dbb698548cbf30436e23ae414f7187cb0c93ad97d080c8c79bdc67ade +size 2444 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs.meta new file mode 100644 index 000000000..b90c52e6f --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_SubEmittersModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4513cc1f1c97fb41c02a13a64c3cd799edf3b5d119a019e7b741e6900fb29dc +size 531 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs new file mode 100644 index 000000000..7e5bd74e0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3791908a1881a63123b29b10bc55d64e7440a3a4a91d87081d71c0b43a7b1c +size 1255 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs.meta new file mode 100644 index 000000000..50cb937ca --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b74fb88883249a22866e20fbc10a62a26a84ff06fa2f1c8158a93cda7171d0 +size 521 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs new file mode 100644 index 000000000..5be28120b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf6439416d65c8e2f7128b62a17c28336027f54e4bdfcfdc192b309eed15d30 +size 5923 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs.meta new file mode 100644 index 000000000..8b4d9065e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Texture2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f0e4d50acf4f8b449aca55bcdf34d1681754379dd7429d06648cf1299cfff3 +size 523 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs new file mode 100644 index 000000000..da8329a60 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a997057522b95fa2e0901dfdeacd6b5c54a843b857d937558ef5ed9914feb60f +size 5551 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs.meta new file mode 100644 index 000000000..08e926da1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TextureSheetAnimationModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f935f4677bf2b30f5a68fad4fa8214fd711d0586ea74af6077ecd873b3f1fcaa +size 541 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs new file mode 100644 index 000000000..1721506f6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5cdeb25ff715f4f6e0ba96e1f58628416c946630d8ca54ff5034eb4f5b2064 +size 4657 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs.meta new file mode 100644 index 000000000..4cbe5ceec --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TrailModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04ad05052b1adc1bb727b3399230af6b9000cebe79fcf322cf2422c3b7a76a4 +size 525 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs new file mode 100644 index 000000000..21aebf5c0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afe9fd1203212f63c5f25fa8996a559b90c3e7217560c9c071b18b83cf83777 +size 2080 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs.meta new file mode 100644 index 000000000..2300ef340 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_TriggerModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9044c9330ba63f1774cc86f4a6d3a27fa7d7e3d3af81e1745e837d7188e5294c +size 527 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs new file mode 100644 index 000000000..4b2a6ffa2 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79ef14b384de54aee42435bd0f65033b156f54e2912ecebf1e5ac87adabef0d +size 927 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs.meta new file mode 100644 index 000000000..a2c150cae --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9917dab5b70f512c19f0d9682f93aa3d7482c1d792b5bc6a700e28318eb47f5 +size 521 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs new file mode 100644 index 000000000..88a362024 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567e21d8fed90beb62ada21e497c8d58f467c8cf977c41c68a35eb1d85a44e49 +size 979 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs.meta new file mode 100644 index 000000000..26608c15b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector2Int.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e2f803187032a7a1c916cefd6b7e43dac56a8335fff00e21aae1d497e007da +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs new file mode 100644 index 000000000..b3a3b3ab6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424d2e347c9c5ffd946ad50db0a66fd7754a6f023131b9ff1f836aa1b773af9e +size 1047 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs.meta new file mode 100644 index 000000000..aebb46700 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f25d70ee68077322bad02234bfb7f513634f4afdbf1184a655da51c1baf0bc0 +size 521 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs new file mode 100644 index 000000000..93333cac1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f04aa08cf451a90fb8e20878f1ab125fd9047ae5272970663c41fc7ba3413ca +size 1103 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs.meta new file mode 100644 index 000000000..9060b4528 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector3Int.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7199ff757308df15be9c6c8b7204f2c06c8d7775a7112864cf8dc648ba847a3 +size 524 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs new file mode 100644 index 000000000..eb7520529 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e16e703f1adda1b1bda603bf19bd8be45fb7f3e94d451768d7eb3bb10326da +size 1416 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs.meta new file mode 100644 index 000000000..f884b7dc6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_Vector4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0080f86be5ae69213083cdb4ec610e7e8ac0a0cc3a40905913f48ac45ca67c59 +size 521 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs new file mode 100644 index 000000000..09f6311c3 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a987c0ea57eeda5368671027e8f4d8bf786d2f58bd460719f6666832e82dc23 +size 2695 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs.meta new file mode 100644 index 000000000..68da33ee4 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/ES3Type_VelocityOverLifetimeModule.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ebe841c6c1bb08cbad12309ac303d8666eecc2cb853d7c8e15a9674a1f3190 +size 540 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs new file mode 100644 index 000000000..30dd885c8 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d6b701e78fc21dda62bdf92a2a09d6df794599453c019c444beccafd5d147b +size 401 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs.meta new file mode 100644 index 000000000..97d2e7978 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Types/Unity Types/UnityObjectType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57040d39a9dddb5565ee928e99f31a79de9b2fbe9522aee9f3d5cb84d694bf6 +size 500 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Web.meta b/Assets/Plugins/Easy Save 3/Scripts/Web.meta new file mode 100644 index 000000000..77fe2dde0 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Web.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2038ee540ebcf109ebb32e95d103031100011ea6a047c746b3353514d9b7139 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs new file mode 100644 index 000000000..3c5966c7a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967da3140a00f757607b81c6987b01565c2b4595fd600551c7ac1f55b185643b +size 35712 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs.meta new file mode 100644 index 000000000..cf9ce8b3d --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3Cloud.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c71510f94b520774af95fcc1665e770172a19187c232837fdcb06119520837 +size 500 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs new file mode 100644 index 000000000..974649e8e --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62acb41944775c967316058ec8b28b9d306d9bf94aefe4485ed81eaa0fd08ed1 +size 3765 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs.meta new file mode 100644 index 000000000..d95444bf5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Web/ES3WebClass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f3e1e41f5c892c44316e6bc57ba719f9210c6dc0bd0a9c339749f46a8a27c2 +size 503 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers.meta new file mode 100644 index 000000000..22190258a --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db88c73773c77026e9725a29d107f2751f263f121dffa23c245e6f5b83f4d1b +size 193 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs new file mode 100644 index 000000000..f7b53764b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d248a625b06c8b651a0165d1c6fdaa760591c58b8cbb088544f686c403a8a73 +size 4248 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs.meta new file mode 100644 index 000000000..9aec7e962 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Binary.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc6a4d2dd88ec50be5972e64fbaac4eec6a015095a701257fa2f1ad8a76e4c4 +size 484 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs new file mode 100644 index 000000000..500286aaa --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f463706d9724f0e468c2ae5cd001837a8c9b35b9034d609c045064ba817e237 +size 131 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs.meta new file mode 100644 index 000000000..19a158dcb --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3BinaryWriter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cd8b0e95a86fef1d2c5d436fd6b3504cbbdcae1f7529b7dedf5c92a532237a +size 490 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs new file mode 100644 index 000000000..b365c254b --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3f407dc0126144ea394b410da784a867c3a7c43e98496deb76054fed484172 +size 3672 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs.meta new file mode 100644 index 000000000..32cd239b9 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3CacheWriter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332011ddd01ac462b9477c373e6d321dca54646bf0c6f05a74e90681ef770008 +size 510 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs new file mode 100644 index 000000000..d520e8b13 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d1472b4f9ff71cae7d185fcd83e4a5569c66cf35a87111a7b87f1317be99cb +size 6396 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs.meta new file mode 100644 index 000000000..e9eae4376 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3JSONWriter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38eb5a2e177b941d2458a441ef49f2ee3a767377e6753653d92a9c548cfb548 +size 509 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs new file mode 100644 index 000000000..07662d1a6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14710b5ff9f1cda29e5a9d97adddea8c70447b1fd1970ef8a987ae702344ae0 +size 20098 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs.meta new file mode 100644 index 000000000..314eb95e6 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3Writer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f459af0f62747195c70b1b5da4f2f83f3393d6c280b8dfc363e4a076def94923 +size 505 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs new file mode 100644 index 000000000..4e64485f1 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a64c12b2fa5956e13dd2bf72c6d1a6eeddab0a0b46f0e535dcc7f5c43b8b1fd +size 56 diff --git a/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs.meta b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs.meta new file mode 100644 index 000000000..e3ecd1137 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Scripts/Writers/ES3XMLWriter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11e62034c726b6dad727fb78d7baed2ee9dcdd9d2d9fa625f5b247f08350cab +size 487 diff --git a/Assets/Plugins/Easy Save 3/Web.meta b/Assets/Plugins/Easy Save 3/Web.meta new file mode 100644 index 000000000..01b1e27a9 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Web.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce80d754889e5916aefaf695add11a4ff92e1fcd9fa56be52193c524e780dcf8 +size 193 diff --git a/Assets/Plugins/Easy Save 3/Web/ES3Cloud.php b/Assets/Plugins/Easy Save 3/Web/ES3Cloud.php new file mode 100644 index 000000000..6021382f5 --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Web/ES3Cloud.php @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229bd4919e426b70812e5cdf1b28f87f1b5011c725c8f864bf17a6149076ee56 +size 10319 diff --git a/Assets/Plugins/Easy Save 3/Web/ES3Cloud.php.meta b/Assets/Plugins/Easy Save 3/Web/ES3Cloud.php.meta new file mode 100644 index 000000000..a6b8526fc --- /dev/null +++ b/Assets/Plugins/Easy Save 3/Web/ES3Cloud.php.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b887d618dd1aff4bac6f810cc44b2fb17dbab92dec3cb5095adb34e0062cbf73 +size 384 diff --git a/Assets/Plugins/Febucci.meta b/Assets/Plugins/Febucci.meta new file mode 100644 index 000000000..17197e1a2 --- /dev/null +++ b/Assets/Plugins/Febucci.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a681bdc8ef0a161dacb425af541063febec8bf3f6abc372e3a94ff2564ce1c36 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator.meta b/Assets/Plugins/Febucci/Text Animator.meta new file mode 100644 index 000000000..a9d38dee4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d54d9a98ff6dbd6bc5ae8fbfad058f2d4d5bf4c33b37516636b0db6c56bf04 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes.meta b/Assets/Plugins/Febucci/Text Animator/Attributes.meta new file mode 100644 index 000000000..0df5f6b54 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02529ebedf70d4b8c1274c420620d8574c4e4e3bfba6d7b14abbe25c9be6b4e7 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor.meta new file mode 100644 index 000000000..91eba978e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8750a9179bac7c109cf625466a37969ccc261f2f4cd37fd5d3c1dcc2ec7cb688 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs new file mode 100644 index 000000000..1150f2098 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a30f38c6c4d221c7ae0eeb3c22b8b6903855111d711e24cd0ed398a2e86cbc3 +size 2206 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs.meta new file mode 100644 index 000000000..c7ab1ac75 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/CharsDisplayTimeAttributeDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad3df3532fcf2844ee0cdb578fb8bc4ba45c6f2f2ebcbd744c3caf541082056 +size 484 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef new file mode 100644 index 000000000..a08cdb7b7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c47829a0b9e42de007c354c4ad629d788377918d9f794c8a0329bafdc4a9dc +size 433 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef.meta new file mode 100644 index 000000000..64fd0424e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/Febucci.Attributes.Editor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc93c74e77f68be3ba913553919b331bc421cf51f06cfc2252c902823d38b2e0 +size 405 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs new file mode 100644 index 000000000..5c4dedff3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5e6f4321716e2b31dea581a7bf1650cb2c908523d7d883a229872bf65d8b06 +size 982 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs.meta new file mode 100644 index 000000000..07c61efa9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/MinValueAttributeDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe830d3d5614cd83e8b897094188088981a1e090dbde8e04d21cab312c7ede98 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs new file mode 100644 index 000000000..4143bd23f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c0a5f63f027730f7e1c765a8091d4c0e0d4e55b86a639f8e05e79ee56caaa7 +size 1612 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs.meta new file mode 100644 index 000000000..fadb31fe4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/NotZeroAttributeDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c976fde06483d67032f7d8f1b59e9fca53969a31adba99d74479f37898f0d6cb +size 475 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs new file mode 100644 index 000000000..b6060b610 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141eb433f3dc98d8303cd137f72c3b70357cfb2bace592d1693be06e5b17a445 +size 1614 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs.meta new file mode 100644 index 000000000..753bd2983 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Editor/PositiveValueAttributeDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902e2b2298b4709733d8986c2c50e7f1b4257679145b35b91dd4248c73de0e21 +size 481 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime.meta new file mode 100644 index 000000000..f29b24a68 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c6adfcbaa80614541f6c8d5e424b333898336c2452425441d6fabb19b7df79 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs new file mode 100644 index 000000000..2f0ddb244 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61d11132f8c6994bf306ec6e6c2d06a1496d8d7294c7ba49b8bb89ffdbb94cd +size 131 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs.meta new file mode 100644 index 000000000..df1a3a80e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7df3bdc5a6b542e5bb4bb77f080ea24f7fd91caed7d59cf75b42704d874dc62 +size 479 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef new file mode 100644 index 000000000..3141b4382 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7f62d8738a7d0c04702adec2e1bb224c39141c3546e758754eb0d3f218a379 +size 359 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef.meta new file mode 100644 index 000000000..304bbd4ca --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/Febucci.Attributes.Runtime.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5457c26936f58528524e74974d4a4c451d50ac6d49107bc188ad94eb817d53e3 +size 407 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs new file mode 100644 index 000000000..f6ce7d691 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd3e06658d394e55d553bf9d9db1bf67c38f621a0dc9a80a85a85af5cfd7902 +size 245 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs.meta new file mode 100644 index 000000000..d90bd8daf --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/MinValueAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb1201fee03e94f0c2b4b2bbbe40ec7bf9553d13f0a55a2c153864939e7808e +size 471 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs new file mode 100644 index 000000000..054e30dcb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf45312beaa1a55374b7dd397dc9553232ba2825f67355687f35b6f4424b5ca0 +size 123 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs.meta new file mode 100644 index 000000000..c3f9eb386 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/NotZeroAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5965ba7b6be227157176af9c420d9b590392a9d545a35bd5677fcde9a66b6b +size 470 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs new file mode 100644 index 000000000..2f0af95c1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02933046afcfea15c0460031a033977806e6e8e95a939d927747f7240b538d42 +size 129 diff --git a/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs.meta b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs.meta new file mode 100644 index 000000000..0e0773a5b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/PositiveValueAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ee1e496924692dbbfddcb04f7acaa4e18c1636e23d9e648db4790dd7789955 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Data.meta b/Assets/Plugins/Febucci/Text Animator/Data.meta new file mode 100644 index 000000000..6c73e8c75 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b061608e66cd4afc7f7d6fb4831c4c8abf90b61ea3b69f64a094227a4ad56887 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions.meta b/Assets/Plugins/Febucci/Text Animator/Data/Actions.meta new file mode 100644 index 000000000..fc386411f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5be72261f397a6723eb3ab034a2a7328fbc7422ae5eb6674747d868ce87f65f +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset b/Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset new file mode 100644 index 000000000..9558fa4f2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fc41acd6a993eab618e377f10e0af590ad52b57f546d9739da61e8a6d1d01d +size 629 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset.meta new file mode 100644 index 000000000..6c3611d18 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/Actions Database.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d386e6f2d5ade844affb8b584c3413616caa66368062ed8b09684474eb090758 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset b/Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset new file mode 100644 index 000000000..a7c283ce4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0481bcea1d004495a15dbf8895e2b95236925ebe5cab5ab1ab66ca15d5f609c9 +size 433 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset.meta new file mode 100644 index 000000000..24f8252a9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/SpeedAction.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb14c43af50b46ec449934c617827584aaf83894524514575513961cb5647445 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset new file mode 100644 index 000000000..98bc35be2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642adfd12b655a8d55e79515374e25854d46ccbb7be34f237b3f78d6751f35c8 +size 426 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset.meta new file mode 100644 index 000000000..5211b8243 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitAnyInputAction.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0de5f97b69d1a5353a9fcc983d7ab0037d22623911cb3f4234073f8d56568f +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset new file mode 100644 index 000000000..5b9274e88 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3261ecbfb7da91d2b31d469620126a6597a49aa5399ee150afbe8ae2462d21 +size 436 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset.meta new file mode 100644 index 000000000..f81415929 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Actions/WaitForAction.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dc5520403436edbdd97b8d5123f4e5308141fe4d4edc680ade834123de9f20 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances.meta new file mode 100644 index 000000000..9b6c3f7d9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37acab0b46877b3ea1a8f565d8f784dfe900b41ad5e9997c62b645c02cbcbdeb +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset new file mode 100644 index 000000000..86b87c158 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac745af3306f5a0c15c4cbd970d7c4eaaee7f6bbf49c02b43641757af808cdc +size 993 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset.meta new file mode 100644 index 000000000..b727f61c9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/Appearances Database.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ba2a76660b1b3655e799590c72812aba6af4a8d06323f722098cb94af4d4a8 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset new file mode 100644 index 000000000..5678477ab --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695f2e3d994b8ed3261d6907b670f75f221845b42ec05fcde67fcd1319ae5ac9 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset.meta new file mode 100644 index 000000000..812df5708 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/DiagonalExpandAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03087465ecb38293a8fd6eb9e5c55ca4388e678853f4527ca3dc1ec4501319a4 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset new file mode 100644 index 000000000..1b9dc8551 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f974c148eca07f2c590513def72f09f8c03a9d6eb8c365eebd24c05c360a9057 +size 437 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset.meta new file mode 100644 index 000000000..e7134f8a2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/FadeAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809ff663b7faa8aa48c51b9372c638a5c171279146f6c263827c69bd2b7ff411 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset new file mode 100644 index 000000000..af06a4639 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0258a3104b87d4e61e70600c9e34856b8a61c8833f3d88aa02601896a1690cb2 +size 462 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset.meta new file mode 100644 index 000000000..ca3885054 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/HorizontalExpandAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d38c800030c2d3f28433ef39025c9428a31e08ed2dcd1b2631084944a7385ed +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset new file mode 100644 index 000000000..e44ad4090 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741666ccb9743dae09137a6d03e1e745ac0a89bfd40a7261c78404ec64eea56b +size 488 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset.meta new file mode 100644 index 000000000..569272b23 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/OffsetAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69de74795c4d75c8108b5c7b96817ff71d1cbd5947a15a41e2dd1e3cdea4ee63 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset new file mode 100644 index 000000000..0cc2c28bf --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4db76fab6e22c0ab46f5d6e8edbf7599d48e4382ec41bdbd2bef914f27f56c0 +size 465 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset.meta new file mode 100644 index 000000000..f1e1a55bf --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RandomDirectionAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c003630025990c3e1fc0d44ac8ac2980840dd2735e645313859871323501ae2f +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset new file mode 100644 index 000000000..46f7b3e55 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdec2f00b2af5e730c3c26b8d5fb467ea889f1285bf4e53fd251b180a10b9e0 +size 462 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset.meta new file mode 100644 index 000000000..13f894a09 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/RotatingAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb40884fc5596993b66b409fbeb12fc234afac590c1d89c938bbf200e34353d +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset new file mode 100644 index 000000000..32dffb043 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c713a22147774959bba9153f6ef5ab29c91e3d212f76dc9aae82f5f0e20f11 +size 456 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset.meta new file mode 100644 index 000000000..2f4e92872 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/SizeAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf70ba7835e28f0b9d62000acf417ed8d16de270c6e35e77c29103234a6cd7c +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset new file mode 100644 index 000000000..aa07b3bb9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b1f7b65639e6335ded2965e4ba3dad25658e34b212d5171fc057f1a4ba8c3d +size 472 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset.meta new file mode 100644 index 000000000..1f515285e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Appearances/VerticalExpandAppearance.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da0c9bba6fc5c82d3b698f4f8c2b4be4435169f63a1e72cd43c2b431a9c183d +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors.meta new file mode 100644 index 000000000..419771ecf --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c581225ee0e4b2d50422a2b9076af459d6d6b519142eb05a9a0377f751c585 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset new file mode 100644 index 000000000..1485437cb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a08defe59634df78135b950341ec25c2519b3a033834db0ed3dbd428740b5307 +size 1279 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset.meta new file mode 100644 index 000000000..34c708ad3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/Behaviors Database.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6146492b8bcd3d2d679fe9dc1b15dd63b57e9b53f02cc25b5ab3879df6eeb022 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset new file mode 100644 index 000000000..911f30b81 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56980be6c7846c6068ed13b9f6c2c032aaaf8aafd93ab65e523ca2aaf435992 +size 481 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset.meta new file mode 100644 index 000000000..fc13433e3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/BounceBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a17aa78ec9d9f1060d7b085a35d5388b23b49d4f378c97bcf8034e898f963a2 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset new file mode 100644 index 000000000..96388dcf7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96115467645da4d416b1cf4ef5becbe00a4302e153feac86a44df6cd15ad7fe1 +size 503 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset.meta new file mode 100644 index 000000000..41448e729 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/DangleBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09774549c50cae5d631e0edfcb22f52a3d9209685878c1e055bc860637e47670 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset new file mode 100644 index 000000000..72200bed8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0277dfe7e967d208ae287c3cdbf863563b700291bb0ae1728e26bc5328fbe7 +size 447 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset.meta new file mode 100644 index 000000000..921ed7d60 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/FadeBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff285dc5132514c03cc2ed43183978c79dfadedeadf66a04650947a720d9265 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset new file mode 100644 index 000000000..1c47a2eb4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4704499028d1e73ad283dfa54c2c8d604090cebb16d0dee833a41ade191d53 +size 500 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset.meta new file mode 100644 index 000000000..dc7207f1d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/PendulumBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154b2ba386a1a9a6b3175b56c391cc9c9db4f48dca83094c3f9062e9727e5404 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset new file mode 100644 index 000000000..e6268427e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b74e426a0d7595257c393f7ca3983423f234b5c1c22da123925f2ca34e5dc8 +size 461 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset.meta new file mode 100644 index 000000000..c433e396a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RainbowBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f23b8d880483c7bc443d010f3ac940c8330aba6c2676f723c72e0a672b33b12 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset new file mode 100644 index 000000000..b2c58745d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e43d1082b7a8a91edac01af4be7851fb5a06263b5f223160823cf6ee6a356b +size 465 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset.meta new file mode 100644 index 000000000..9dccb7667 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/RotationBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e027fea61c3f3c5d5f40ec303ed51b8bad56bb9c57bc7a1b648f98455ae6d5 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset new file mode 100644 index 000000000..9ca041d3a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33bc55b39479e6ce17e89c40753594d299679bd5d45531af6ae9d1442343d18 +size 477 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset.meta new file mode 100644 index 000000000..1ee1db47a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/ShakeBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b4f0e1418da27b6418ce775cb40ba162db73a5c176e7769590ab460ce11e7c +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset new file mode 100644 index 000000000..656dc5b2d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e26818d3519971d41cdfa18e0d0cee3158fe267c4845131eae94804346131ef +size 475 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset.meta new file mode 100644 index 000000000..558a8d125 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SizeBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf37c6301d3ab7a7dc083caa79b90a26e19407753652dee3c0de7c1646368b5 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset new file mode 100644 index 000000000..27a19f660 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39b733d60ccfd8d89c96edf6731d646e77e82e2e4b132bad4ac4512695c2a28 +size 473 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset.meta new file mode 100644 index 000000000..d9dbba6f9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SlideBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f99f890b599d2b504c798e0545b01ca51a92fc13df9215506fe41c2b47bdbd +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset new file mode 100644 index 000000000..045d191ad --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6684a57cf38f335ebb30831c90478f7fd0e74a212a9fa0181825f0ef853341 +size 484 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset.meta new file mode 100644 index 000000000..583370989 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/SwingBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d9520d59fe37158eefa35507ceeed35b1f4a56b0446468f60ed46d8935cdce +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset new file mode 100644 index 000000000..38664055c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6fe36089d0cc207d0e87e0513dacbf40793a9079ba1c4b7260f935effe8eb3 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset.meta new file mode 100644 index 000000000..9e6802c0a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WaveBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e1ea6561fa9e2da149d3cce32ec0bbfdc01d6876c9959b73a5f4a748b9c9a8 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset new file mode 100644 index 000000000..0e36ba989 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af43f6d5d2bc55532fdaa0027b3c09a7311d18f81eb3c7e2191b2bb714c793d +size 485 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset.meta new file mode 100644 index 000000000..eb00f9e76 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Behaviors/WiggleBehavior.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe47459ba7675e0279bd6c25f6a5d218460c4d944d24f2413d9920726a3bde1 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset b/Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset new file mode 100644 index 000000000..0d32bb929 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfb16df326655e4d2cbfbff8c108c883e696ab2369221b2f8a8d6674ff8abca +size 428 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset.meta new file mode 100644 index 000000000..d4c0fd2fb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/InstallationData.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f577ee4c21be1ac4201d35237685602513b70e05e59b99e4b1544fea3d0c5c +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Resources.meta b/Assets/Plugins/Febucci/Text Animator/Data/Resources.meta new file mode 100644 index 000000000..3ce0a9b10 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2489d3d778c097b2e371fda30db0df8eaa28c2559d39e198736ca7bb15cadd9a +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset b/Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset new file mode 100644 index 000000000..cc81f089c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d3baa7f479e2250e9b16bcde511e7414fae497198a7bdde6e6f49a7c7d0a8 +size 1061 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset.meta new file mode 100644 index 000000000..cb7395ed0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Resources/TextAnimatorSettings.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cf58d87dcabf88f42b7b392cfeda940e367ad80b922c09f915e777509d67c6 +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Styles.meta b/Assets/Plugins/Febucci/Text Animator/Data/Styles.meta new file mode 100644 index 000000000..59d5ae5ac --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Styles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ff053885e7eaed043d8987fba6488724dc31b78e0b4d5f45121f3e37f9cfb0 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset b/Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset new file mode 100644 index 000000000..8aed06335 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fb03e5f63abf20bfac1b6d06d434fb5fa7173259466b054f11cb510100dfeb +size 425 diff --git a/Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset.meta b/Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset.meta new file mode 100644 index 000000000..19b84c51a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Data/Styles/TextAnimator StyleSheet.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b8360d151bb7edad4ed5b6976eb09626c2cf06a00232751f798f65827dbf7b +size 189 diff --git a/Assets/Plugins/Febucci/Text Animator/Example.meta b/Assets/Plugins/Febucci/Text Animator/Example.meta new file mode 100644 index 000000000..3ad9d95bd --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dac337fd3462aa84c7bd7556b2e88a01a9188d9f21d06fd67d8a77d114886fb +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity b/Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity new file mode 100644 index 000000000..48998fcc1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8892992c45bdd1a7a4b21d5ff3e99f75616047d94ce22a60614305609e3af1da +size 14463 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity.meta b/Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity.meta new file mode 100644 index 000000000..4cc2ad327 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/00 - Welcome.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a19e426aa8227e1971b53956a9bc73a217cf1093e7e52352b51253731586c5 +size 370 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity b/Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity new file mode 100644 index 000000000..c56bf6727 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37344761c6bcee9103f55651e2b125dc58311af91d0604c3dfc8e2c724e5280d +size 17611 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity.meta b/Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity.meta new file mode 100644 index 000000000..96a3ba647 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 1A - Effects.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fc1885dcb6abee9168287ea906cf339b01b473076f3cb29abadfb3ea00c4d3 +size 378 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity b/Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity new file mode 100644 index 000000000..a91280189 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24615cd593c593b83125634d74b18ef8923c5753109de0db12387c34dacaff93 +size 18137 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity.meta b/Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity.meta new file mode 100644 index 000000000..6bc171c01 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 1B - Stacks.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a335f35fd5a852491f7143af70ecc53eb61ba4b666a03ce483bec74dd8826b +size 377 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity b/Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity new file mode 100644 index 000000000..ad99a8fbe --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebe4bc67365c84cefdc80c26afda81e518fae00b3911591da673d03e3674155 +size 16598 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity.meta b/Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity.meta new file mode 100644 index 000000000..e4383b223 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 1C - Attributes.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169d626bb510edc1ad190d6796e8883d065e6aa99a88a1b00106dcd0db65a8c5 +size 381 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity b/Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity new file mode 100644 index 000000000..cd266075a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c6a0ae5e419cce44c2c3bca3f95c38fe96626cbf2fc586a98b4dac00893b70 +size 45637 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity.meta b/Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity.meta new file mode 100644 index 000000000..6e05e39ac --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 2 - Events.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c073a21365d6b3d4f2d0f1ea0cd9edf288c1186b5a0069b824affa0be53bd7 +size 376 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity b/Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity new file mode 100644 index 000000000..007109f3c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7d0576c8e10a6c0270c37e51c1e09c40768bc733b86b0b74b429dfdc3ba6e6 +size 16152 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity.meta b/Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity.meta new file mode 100644 index 000000000..5fdf67039 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Example 3 - Actions.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4555e13d01cf87515c483805acef40700697274fb479f269644d0ecdf6ab9ed +size 377 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font.meta b/Assets/Plugins/Febucci/Text Animator/Example/Font.meta new file mode 100644 index 000000000..38a378469 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24772ff496cc1429d50127d2fc9163131b82e646c5b4fa5140fefe08441c60b +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset new file mode 100644 index 000000000..da08cb941 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c4d20090415fdb14720b60c28b7cc32b1e124d4d749d3a7f9809d5c0ecddce +size 2196763 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset.meta b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset.meta new file mode 100644 index 000000000..245255022 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79e23247342b2adac9332667ac7fa6fca5ca12bc5e85fead52cbca25a1c2297 +size 409 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf new file mode 100644 index 000000000..2651875b8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8979c22cf1d830e3ff939aadd49cc4d78c851e3cb59d2aa95ea10ee752d5d1 +size 75136 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf.meta b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf.meta new file mode 100644 index 000000000..cae0efdce --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font/Lato-Regular.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac912bc4b507dc29a68d0b180db0a7e90eaea32d6d6720ad0de867d0b136070d +size 704 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt b/Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt new file mode 100644 index 000000000..8fdd46ee4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ba064d03f1f1c4a952da936c3eb71866c34404916734de3cae73b34357e59e +size 4407 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt.meta b/Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt.meta new file mode 100644 index 000000000..251e10090 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Font/OFL.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec673c58ff9fb067e48913803c3eb45172ced21fd6ead8d8eba44a8957f2ea8 +size 367 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts.meta b/Assets/Plugins/Febucci/Text Animator/Example/Scripts.meta new file mode 100644 index 000000000..efe7ae2ff --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2f616d3155f48eb58ca51995dfe8734dc66a0218977747e561d3c28db799cd +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime.meta b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime.meta new file mode 100644 index 000000000..c790f8dae --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244a0d5f18cb75993ce1f6db3c44140c1114d1d1a561a18137b3bf6ac32da25b +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs new file mode 100644 index 000000000..3371c0e7d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81df0a62326f81914dc27208588f7f351842a647b6964227add7b4854b8d7858 +size 2213 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs.meta b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs.meta new file mode 100644 index 000000000..375759099 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/DefaultEffectsExample.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6776a00ddd9e161f3a0942bd96ce2adbbcfae554b0385e1ae0309c013abfb8a6 +size 480 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs new file mode 100644 index 000000000..3909a2022 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0972c15252badabb4b849ba96e610a0bf83acf17e48856f2c3cb27565498963d +size 5301 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs.meta b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs.meta new file mode 100644 index 000000000..f894117dc --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/ExampleEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c6ee4c557e30bdac11f9de965ae8d17000c7387d22a9623be1b8e615b0deeb +size 472 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef new file mode 100644 index 000000000..faf66e826 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8950561285b767d2deeb96769ccc3f6b838a64ed994d87c621c53faf6b365bc3 +size 390 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef.meta b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef.meta new file mode 100644 index 000000000..867c96478 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/Febucci.TextAnimator.Demo.Runtime.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1b14343cd63538c058817eef8438e9878a24f6fb3c446784ec738464f47c6a +size 419 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs new file mode 100644 index 000000000..ebdcca512 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35326fa741230758cff29e3f1399370934abb2c4b4e75cfad8c3b01b98bfe24a +size 808 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs.meta b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs.meta new file mode 100644 index 000000000..c8f3ed281 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Scripts/Runtime/UsageExample.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695872b151219a024402a1ed9d197c46fd248b044350c121ad8e10b1d6c5f754 +size 471 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites.meta b/Assets/Plugins/Febucci/Text Animator/Example/Sprites.meta new file mode 100644 index 000000000..7d06cd452 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886621941b2347ece2f86ca4db2004a6d5c088b47409a72ed471838275f3d43c +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png new file mode 100644 index 000000000..8a8d4bd8a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7d2343d29ab79151adae6fc1399fe12b3c904fe4fced7063b212c4021f06c3 +size 7598 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png.meta b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png.meta new file mode 100644 index 000000000..4a257f7a7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47cb4e586334b8ffc810cf8fb8edfebb62c37c438b3b915b3da322e9117297f +size 5173 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png new file mode 100644 index 000000000..41f16a4d5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639b9088701766b9dc6a23b77092e44ce29ac36178d83f1fcbd70be5ff9fcad2 +size 147550 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png.meta b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png.meta new file mode 100644 index 000000000..6bd5411ee --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/Example_sprites.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a84119796508e6f830972e81fa5ce7cab44edd140c5966447433b62103786d5 +size 11035 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png new file mode 100644 index 000000000..ac9c96e60 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e94ddab6347d300b23e6a64d4a3c675a9dbe0475f3ec92e1fc9d4d66c0d85a +size 7929 diff --git a/Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png.meta b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png.meta new file mode 100644 index 000000000..e6f621d69 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Example/Sprites/example_dialoguebox_body.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f74c6348178ce4be4fbbd98d3e7e6f4ad3491f04f0cc30f1ace6048e317b94 +size 2725 diff --git a/Assets/Plugins/Febucci/Text Animator/Extra.meta b/Assets/Plugins/Febucci/Text Animator/Extra.meta new file mode 100644 index 000000000..c1674b25c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Extra.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c457725bfebc24b75f50755092330c57b6a6536eb710f64505f8b862d31e4c9 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Integrations.meta b/Assets/Plugins/Febucci/Text Animator/Integrations.meta new file mode 100644 index 000000000..a6d09d840 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Integrations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131ef37a370ba9ef4926a4d36f473f91e77bdd476e9b22877460b56f426aab98 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt b/Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt new file mode 100644 index 000000000..5056fbf74 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e418bf62bc1f97039e6029df234fefc1b26f24afa44caa9c3b48f09776a95a5 +size 391 diff --git a/Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt.meta b/Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt.meta new file mode 100644 index 000000000..5f5cc2bdb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Integrations/Integrations.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f9a298b87ba1e8881429f9b119bb8130fb69d2314f6872a4e060869f88785b +size 376 diff --git a/Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf b/Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf new file mode 100644 index 000000000..d76ffd72d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdf6d37c16867381a40e5f86d5d50f0762157e1f40ab7b3c8a24da722a4393b +size 86783 diff --git a/Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf.meta b/Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf.meta new file mode 100644 index 000000000..92429c36a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Quick Start [Offline].pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57f42c48ef78f5db2db6544c39cd4312b62f50e6d99ab18fd733324d9faf90c +size 369 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts.meta b/Assets/Plugins/Febucci/Text Animator/Scripts.meta new file mode 100644 index 000000000..c29b32426 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b52e6c13402e88480841ed56aad0a9f3f8d5ba65e9c630fcd275522b88b6cc +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor.meta new file mode 100644 index 000000000..2b76de818 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b716a183467dcf2cf827cb6ad5fedab5045a887991f9fa87e1d4ea6f24c063 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers.meta new file mode 100644 index 000000000..42527a5d4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295b0455eec3e5d7182dd2011595a2068961f696727bb4b22bb8fd86bef57e47 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components.meta new file mode 100644 index 000000000..c39287ae9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0e2251886f0a45d3a34f12e5c60e51ed89f7d84af59f214232d43fd3bc234b +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs new file mode 100644 index 000000000..6cd752db7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b7aea72c90f3657893b4baa4936cf55586da4ec0d51b282ff6196d77beaa20 +size 29988 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs.meta new file mode 100644 index 000000000..42d28c196 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TAnimCoreDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c531e06c9af70c940d586c75406dff1765d305c64136b6e6c9151880233047da +size 484 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs new file mode 100644 index 000000000..b0a57b1ad --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292149a98249ae20d91a16ae35af2fd73759d71a0aead351ea06b12b9703242b +size 3608 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs.meta new file mode 100644 index 000000000..25e013da9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByCharacterDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9525474965df66a774d8f42e743ad5290656443719f89f741b0e81c119e2268 +size 337 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs new file mode 100644 index 000000000..4fe20fa86 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf83d89aebc204f4ad4097be49ccba66272924bf8ca5d3a166396fed3888f4bd +size 1896 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs.meta new file mode 100644 index 000000000..e88a5ec9b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterByWordDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22ae1907094a265622e6b82999ad730a58c2e803a8b2fc588f0530226271592 +size 332 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs new file mode 100644 index 000000000..069544846 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9466c961019b3df245cb33d3221a828287020a2ec70e189e4cf43ae840efcb5 +size 9717 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs.meta new file mode 100644 index 000000000..fbb40a8e7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Components/TypewriterCoreDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c191fc4905ca11705917be97aedad7a050cc2885c36ce992168f79ad17eaa9 +size 489 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties.meta new file mode 100644 index 000000000..ef52b2e01 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918282192a55898a3c9009ee530e55bd2be02b71e0e1980b848d3ab88e474687 +size 83 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs new file mode 100644 index 000000000..09e8a384b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2daa7a86c806052e71f0fb08e42a5965ed8a961824c3251d9e41a845e13db9af +size 2346 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs.meta new file mode 100644 index 000000000..821b7f61a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/ColorCurvePropertyDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5f37f47f4f049a9652f5ab917e8b34edb643d38ae313317c63b9ce793ba300 +size 334 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs new file mode 100644 index 000000000..52210ab7b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07064fc3a34f1862af552f764a4cb8e91f0725f07f1b4e347124dbb45ce55abd +size 1985 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs.meta new file mode 100644 index 000000000..df92de436 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/EmissionCurvePropertyDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d225df00ab3588256dd95061acbd27b3ce63bf00a50e322d0ae567c6c10755b +size 337 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs new file mode 100644 index 000000000..deb9660ea --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b923f64c80b1291ed2ed7e199a71106ed47ca7875ea2a59bd1c8cc1423bb8a31 +size 2348 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs.meta new file mode 100644 index 000000000..f6b77cef5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Properties/FloatCurvePropertyDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e8aa024be508f794bdda33546b36c28ab6859eb79d4747662cfd6345764a96 +size 334 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables.meta new file mode 100644 index 000000000..7edd69983 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d1182d27784217a9896bd86cc4696dc41e1039ea94ceae6b12cb2a0e403334 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions.meta new file mode 100644 index 000000000..2e6255c1c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe15e4d7e070a817428b4c7173b381056353ae8038c41e0c75de6378c4a5074 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs new file mode 100644 index 000000000..c7205d2b6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccd994fba9e951dac9e876876251c44f704fe211f32313b0e6cefbc5ffb5bf6 +size 371 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs.meta new file mode 100644 index 000000000..1ba7e1cfc --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Actions/ActionScriptableDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d005a13f9648a4721280c11d52124accb983a36c92efbe2f6a651e71dbe93a3 +size 500 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations.meta new file mode 100644 index 000000000..2e9ec6015 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87885d1cbde69a2c2a2282911bd6e6ad7355cd8101a56beadb24f25be082683d +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs new file mode 100644 index 000000000..b12fdf0d5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11760a492f77e2050d826e9562d2ae1f9dd9735ac4163407c1febf3dfa85a732 +size 372 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs.meta new file mode 100644 index 000000000..28d519bb4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Animations/AnimScriptableDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47b6b6337414d599767e22c7bfbd7899dfa5d318e23e9308d871fcac7a1d135 +size 501 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database.meta new file mode 100644 index 000000000..b22fb7f6e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5bbf690e681847b4ce1c7461732bc8410958f469e9c4201977aa80db903c2a +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs new file mode 100644 index 000000000..ccf6e85b8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21d78aa1ed898258d8e2de963a7e356af036e16547581a82e64e5c80628e0e6 +size 403 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs.meta new file mode 100644 index 000000000..4321b9812 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/ActionDatabaseScriptableDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad83ccc90e2f849dba26e1415b73a1f215b3d4660881ad821fa7ed8ec4645ce +size 509 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs new file mode 100644 index 000000000..be9504ea7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3618968b424ba55d7b72e15571ed1897b89998cb9fae92ef55282bb79c0031ff +size 374 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs.meta new file mode 100644 index 000000000..fa9641701 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimDatabaseScriptableDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5df634acbf00cea9adb29fbc392a74fd992352c847b639e6b27c34a90ca5775d +size 507 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs new file mode 100644 index 000000000..115895e1c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f80e6f3ac275efc4a5ab1eb7350703ab3aa47d46493669ef0ee3a4be1b8c6 +size 3247 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs.meta new file mode 100644 index 000000000..3b4e8acf6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/AnimationElementDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250126da1713dabe3552f0dd177a03457aef29e8b6c6e691bd45050149bef05e +size 342 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs new file mode 100644 index 000000000..d7f5f31d3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ba054f61947156e806ed9cb2e82d712e522817896e7b6fd560865ba9177fa5 +size 2568 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs.meta new file mode 100644 index 000000000..c801d248a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Scriptables/Database/DatabaseSharedDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198e3586a08f51311fdb764f0da8e766008bfce6556a714a43065492c709efe7 +size 499 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings.meta new file mode 100644 index 000000000..a1007ff27 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6541a1a30ec382e0d28a627f711288250f903b731e82575c38ea40045e61fe +size 83 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs new file mode 100644 index 000000000..661392e8d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea38025d2facc8644d006ca49b5600326f7375500c0def4bc807928dec93d76 +size 242 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs.meta new file mode 100644 index 000000000..68aee42d6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304a179559595a3dea19e31dc61f9551c8bc673fa8c473bb386c78e6801f5c83 +size 336 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs new file mode 100644 index 000000000..9f9112258 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d32e5d691c6bf5282151d3ef547d511a22c0e779959a6cf6690f0a01378d7f +size 2001 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs.meta new file mode 100644 index 000000000..98e52f301 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorInstallationDataDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc1aa215f9ad44d88c653af9fd81754fd4352557e361c55edb66c0373ff4387 +size 342 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs new file mode 100644 index 000000000..080217808 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdb6a6083c4c60992ab684a065b6caee6aab5760e9df6c9dce1a0b8f2247a70 +size 3267 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs.meta new file mode 100644 index 000000000..40abf0497 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSettingsDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea7f110584395c9df515d188ca8eb7a6e2750692e8c124b695fc024cfe78f64f +size 334 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs new file mode 100644 index 000000000..596d3dcb0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42e8e66a723017411b776476c42c892cdd58a3cde3ca541dfc045fea2a8e870 +size 22810 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs.meta new file mode 100644 index 000000000..56a60d561 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/Settings/TextAnimatorSetupWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303fe78a7a44fdc367bcec3cf4bb7b050a3b365636dcd717d0d32500dfc8c0f8 +size 331 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core.meta new file mode 100644 index 000000000..530197f4f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc3afa6d3cd979822777e20509d88ca4938299b20a8025d7076bf739f8e2fbe +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs new file mode 100644 index 000000000..c57572041 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3d5fbeb4423008bd80c601257a888ef111369073357f757eb98195f3932453 +size 1651 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs.meta new file mode 100644 index 000000000..76fe7d7cb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/GenericSharedDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128dece6a3a39e8b2bc8e13d56937d394c3cebdc8bb75800fa4462da8aa5641d +size 483 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs new file mode 100644 index 000000000..6b6aa7b43 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5e13b15bc2b21572eeaf897a445549db7e2ba88d6fbbd7266a80d28d71bee8 +size 1959 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs.meta new file mode 100644 index 000000000..3c971c343 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/SharedDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e7ccfc3967f9f6ab0934eab11632c786b84723546811bf1ff398b1daa10669 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs new file mode 100644 index 000000000..358f691c3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d2706c1498b2d26cf445f447ddaad5be1294bbdc52bf28bfa98ba8c85c2366 +size 2097 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs.meta new file mode 100644 index 000000000..bfbda47c9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Drawers/_Core/TexturesLoader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38d29955cbe566586c03ae52c5305996e41cf5e768143b7f427ade64909b77c +size 478 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef new file mode 100644 index 000000000..edf204de2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e6c36510f10172019a9dc236244a77f755b4d6618fbf670f8539e83fc87cc +size 435 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef.meta new file mode 100644 index 000000000..db5100afb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Febucci.TextAnimator.Editor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c7a280245f6883d9799d960b0d922b9f2bb1ede90fb765e79e6331198022f9 +size 404 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources.meta new file mode 100644 index 000000000..b298b95d4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3badb5efbfdf3b4ec05cd0f31ce458047be9f7fe685e796820e1c8b90a062c48 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator.meta new file mode 100644 index 000000000..25b1f07f6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21aa549e30ac6db4c674666ccfdc0ceb2b74f2d7694f3b797871fafeef1146c4 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png new file mode 100644 index 000000000..a2e3af22d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5142cd5c7652491780e27395e44d6481ebd2ff61e75570c8667509428d7cd33e +size 22597 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png.meta new file mode 100644 index 000000000..677741908 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/about_logo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb074ef51952898c1b3d0958d793e03601abe9585ab66b5ba1dee7d96fbf94d +size 2724 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png new file mode 100644 index 000000000..a76c16482 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e15780dd03243b84d09f4f180c95ac411c794c625d4d5fde869629057520fc +size 529 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png.meta new file mode 100644 index 000000000..4042ed32c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/pause_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa9d588b0c40d0effca311af9f1af3d1b835734c558f7850ef75a2605b4750d +size 2721 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png new file mode 100644 index 000000000..96b6116e7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d8bfed6ed1646c9bbad85f357b057821d9535b94f117592c1dc029ad4ae9ef +size 640 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png.meta new file mode 100644 index 000000000..021b63bea --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/play_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5034d023080521cb74042774e5fdf4fb1bba7f4a111a576203106dae30eb1d6 +size 2720 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png new file mode 100644 index 000000000..f71dc1e24 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01fcd2d9a484034eb3130d2ffb2d510f7ae3c99de71e7f7ba0d3f070b2a1a158 +size 918 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png.meta new file mode 100644 index 000000000..e3132d710 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/restart_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb20f1d76797cf3fe03f0434535869c7341815554d787058334524e9dec1d47a +size 2723 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png new file mode 100644 index 000000000..ed10014b2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fc8fe5e7df99f1186d165870cbe960ccccb369255d39701717806df06bee83 +size 779 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png.meta new file mode 100644 index 000000000..d16bee118 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/save_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eabcf7b0fabb62e33ac77689f259b8f66058bcf48cd7b1d5b861138ea187742 +size 2720 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png new file mode 100644 index 000000000..63e8d1b44 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3786a9bb49fadc6e1b1a5c33e25985b171dcef95be5741f1064266d3dea2142c +size 567 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png.meta new file mode 100644 index 000000000..27bbe7229 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Editor/Resources/Text Animator/stop_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46cf98bf3d7cc7458d4c769e8515f1327513bc6cd38b71fc6276756241c6bee +size 2394 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime.meta new file mode 100644 index 000000000..8e4b10ec5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa0b239ab0614e10b4e5b595c5085f12d016642ec6cde0276756cadc84ca381 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common.meta new file mode 100644 index 000000000..8dab7e4f7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090269d660aa76beb15a3860c07682909f6515089a8faad924ea7076deb3a916 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers.meta new file mode 100644 index 000000000..bab491f47 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f08d60b9817b2e9e6a1243732a677ac75af78f1ffcf727d484b047c49a7cbbb +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs new file mode 100644 index 000000000..50a2eba6e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688f0d9bd0f06bd63ad044b8851f4b1e52a41bd01fbc6cf372faa0852c028f0f +size 442 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs.meta new file mode 100644 index 000000000..725ee04e4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Mathf.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef64aa2c6333f088a60082db21395f20702ba3590e0b3aa409a7157ea824fc84 +size 471 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs new file mode 100644 index 000000000..89c7d75c3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811d610fed58c35c77f63adbcda89010bed30c76641629da8c6fb22d024b48ea +size 2912 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs.meta new file mode 100644 index 000000000..1f7105f86 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Tween.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3490a4829070741629ef495228a342312d455a5a1420154c03ea3e037377a5c5 +size 471 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs new file mode 100644 index 000000000..19de89073 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117649a0104fc11524bfd9331b1328e03c13aecc89a8ed8b2620119aa822a80c +size 261 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs.meta new file mode 100644 index 000000000..30d2a3df6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/Numbers/Vector2Int.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5602b42944e09d2b7d6c0b6b74c54ce17c2fc95438310d4516b5ca55705b5a77 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities.meta new file mode 100644 index 000000000..55476080f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f6ffdc6d997e517622836ecc77dfb5d3509aa36c7fbf608018c70c5bf7925a +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing.meta new file mode 100644 index 000000000..35e87657e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ec01a2fdc8d370976abd40679867fb5cda1d2ce2783a74a60312b6611f01fe +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs new file mode 100644 index 000000000..95fde19a8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07f10306b2f7b39e035b482959ac7ab0623fca7be6b0a2c38aad7b8c16fa50e +size 1647 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs.meta new file mode 100644 index 000000000..a3457b2fa --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/PlainTagParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2316f2b949b565424ed49166da0406626736f914bd5c992ed9da14fa7828becb +size 494 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs new file mode 100644 index 000000000..d00d47503 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45283c3077f7af62d95917c6a844521ccc82b2d62c44b15bbd0e21fccb5202a3 +size 951 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs.meta new file mode 100644 index 000000000..410b09616 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TagParserBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a5d553ab42e148c41b4da69b09cd98f12ef1a5e4476189d217e6c6f649eb46 +size 493 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs new file mode 100644 index 000000000..73f91b29b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03d145a7a45c8b5f9ad830ceb888a6e353c18334570c7652feb9c9575510c20 +size 4498 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs.meta new file mode 100644 index 000000000..3e87fa385 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Common/TextUtilities/Parsing/TextParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a7c112fcee9645011ddd28a59cfbf5e1a94f1b5cb44c749124fa6041d3c546 +size 490 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components.meta new file mode 100644 index 000000000..4981f89d9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecdc96bce08012a4bdeaf9e94bb1dab4c01b130ff163341fce8cc40651ca6bc +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator.meta new file mode 100644 index 000000000..ee35ff6d1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7247b7c030ca58bf2a44b27acdcb6c36cf5bc1567e696bc86769624f874738ff +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro.meta new file mode 100644 index 000000000..cefddc7af --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99979138881476fa85cbd95571694e600f4578450c2bcfae25cb841353b8daf6 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef new file mode 100644 index 000000000..c31a93d42 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cc7993b628ad4167e1de3342172dda97723ff0bb3f55163941fa8c782fe4af +size 778 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef.meta new file mode 100644 index 000000000..97332e039 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/Febucci.TextAnimator.TMP.Runtime.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b8c4178821cb65cf913ceddb17775b721b0e89e39816577447aff8145716eb +size 442 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs new file mode 100644 index 000000000..143b82f67 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6314aa582bc48f3d825438a25613e98032c9464f43f39dc473f262b4c2b89143 +size 4136 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs.meta new file mode 100644 index 000000000..eba6c72f6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TMPTagParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb5b259c73b12acb2e84250281f1724f2dd0091f3730974ac75730461d2a5a7 +size 495 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs new file mode 100644 index 000000000..87a414822 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46d26c4dea3a56ab2e10f09dd73acbc9c244756e1f8a01d53265ce71fb1e167 +size 10068 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs.meta new file mode 100644 index 000000000..0a8c2b77a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/TextMeshPro/TextAnimator_TMP.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92edfed16dc0473c08d6c2e4fe21d8cd494e05f6ec203beef3a71ba6b4d408bd +size 499 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core.meta new file mode 100644 index 000000000..044185927 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8331bfefa606d740592cd036c2568e4632fca523ffb6f9858595e65f794cdc +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs new file mode 100644 index 000000000..800af807a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1dcef63eff599ce46c12b773853ad89844857dbaf2c5b0f0be7569edf38c32 +size 211 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs.meta new file mode 100644 index 000000000..7a175693d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/AnimationLoop.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2d172b771fdb9ee2707e8ec94eb9ad0c8132448f70dee7025033d2bd2e59e4 +size 331 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs new file mode 100644 index 000000000..07176538e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f07c7fbf149cbc5d621053cc5d618d9fd61d9153ac630d9bdb1d9f33aec4b7 +size 57008 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs.meta new file mode 100644 index 000000000..4d01b2309 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TAnimCore.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd68f8a272c756ea2696959b90970b88a34490a406cfa41aeb2bd4cd2db86f5 +size 486 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs new file mode 100644 index 000000000..8daaf1b9e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf56d961aafe91acf1d860a67417148f2e8be6200505e8f41d13e0c9b3130a0 +size 967 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs.meta new file mode 100644 index 000000000..e64c1976d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de7ece70cd638e4355b44e577440b2080e9cc41207177598b3b4f0175304401 +size 326 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs new file mode 100644 index 000000000..0b4da9829 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafa634e30ccfd88fd05b56eb6fd02793cea2b99b529c2f6b0c1b8da96b4f5cb +size 243 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs.meta new file mode 100644 index 000000000..13745c6e1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Animator/_Core/TimeScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69db399a27b0ce466b5a9f9dca659bf9b0f3780b2fa92349918d75105de6a713 +size 327 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter.meta new file mode 100644 index 000000000..945c04604 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c0f4694c8eb4855e75479d0291ce18f038ca62771e51fc9d5bae102e3e87df +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in.meta new file mode 100644 index 000000000..9fd760c2a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bd21fc5ac88d77a520da282bf3e748db000688b076ad11a68f75fa400fd189 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs new file mode 100644 index 000000000..8377fb7a7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed21a062e39f07a2f1fb072b968d77431143f10b85eb505f38ba64fd09921a1 +size 4636 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs.meta new file mode 100644 index 000000000..6de841637 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByCharacter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d83d11cb5f71cd339a003c3a19d103965f531a57f665bf265b0fbf67f37cdd +size 503 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs new file mode 100644 index 000000000..d5fa3a6e5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055f5967e22bbf3566613b6497dd6e29da6e3a96b0061a0ea6f579726f307ebd +size 2180 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs.meta new file mode 100644 index 000000000..71580857e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/Built-in/TypewriterByWord.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6882f85d142b6f68523efaece846c61fd81d72e8d41d6b58a562070ea7a3761 +size 498 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core.meta new file mode 100644 index 000000000..c75b5b603 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7caa92e3706cf6cc2fba7d15b3f417fc629cecfe5a85358a461eb1ade812c1 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs new file mode 100644 index 000000000..7e41995b9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e285dc3c8a529b9d5d69179c51c6c6cd6f3a724c85bdd19f3ae22874cc6952 +size 137 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs.meta new file mode 100644 index 000000000..be1c1deb4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/CharacterEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b4771dfe9ecc70d6af2339c5f9652b523d8b074e95e0da1dfc89550e07f051 +size 334 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs new file mode 100644 index 000000000..08545a4d2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e59e1ac1dcec90c4ec0f5f8a8b7cd481bb79c27478ded571e35b6d05cc0b86 +size 173 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs.meta new file mode 100644 index 000000000..c3cdd0d77 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/MessageEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6499694c8523d4e1658841dd87e46adaa08b75416737f95a5ae96c03ebed6233 +size 332 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs new file mode 100644 index 000000000..9f78839e1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d419a3aadf69f6fb650fffcf0d4518505f5f217c47375af330492e4b53f5f7c4 +size 28311 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs.meta new file mode 100644 index 000000000..bc2e1b255 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypewriterCore.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a804bcdec401debdc0c17ec1bc4f47b66569bac279bcb5e3a4db6629ab0d0f9b +size 493 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs new file mode 100644 index 000000000..d13924e29 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46cd5da7b01832d3f1e4f6472ebd82a743f42ab2bdea2b2b61f8de74d2340933 +size 476 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs.meta new file mode 100644 index 000000000..05160eeaf --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Components/Typewriter/_Core/TypingInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881d575b234c1d7f91e2a64ea4d60754c9918ad8cd7b391421f5033361e63b6f +size 330 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef new file mode 100644 index 000000000..36c29a872 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d76af67095547319a0c128a59d4b046dd45582bfb3e7d061088704a15aa5f87 +size 451 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef.meta new file mode 100644 index 000000000..15f9fa4ea --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Febucci.TextAnimator.Runtime.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192f18fd1db2da0d3bb683e81dfc2f69facbe72b9ab0dbf6a4a9d8cc2e6671cd +size 406 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing.meta new file mode 100644 index 000000000..b8411ef91 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ee36b7dbfa5d3927a99d7da16adb18bfcb204e0d0d3a9106918bbf42b527f7 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers.meta new file mode 100644 index 000000000..e5b90ab1e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85500ea904c06e48e7570eee66e9d7b1b4af4df78c3a2543720f343136fad26c +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions.meta new file mode 100644 index 000000000..1a49c34ae --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43509b97c904567af19a339e676993c8f72d16e53439a4766cd2d23dabdd362a +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs new file mode 100644 index 000000000..3f717f513 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b961c4c9623fd5dec17815f5e5237ee7699dbda700ef6a1e72ac5d8ffcbd82e7 +size 331 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs.meta new file mode 100644 index 000000000..554f195a0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c551d54f4c47485aa7af01d7f872492d498c02f728c8bfc30c34a9bb724dce +size 489 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs new file mode 100644 index 000000000..b9e193eec --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ca27f90c11ec5ff5cdf9c0ecf05bcf0668f8ce753ce403054375a1600ef5d8 +size 337 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs.meta new file mode 100644 index 000000000..e91ff290f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionMarker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35fcd9b4426954b75bfad6c2a3f007c6c45c037065072e1ba35f79b0eb2a544 +size 487 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs new file mode 100644 index 000000000..48aed3940 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d3613ca5a7d4698b5b2dc0b8bbefca9ee19866613a408f448315514b8a70a8 +size 2236 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs.meta new file mode 100644 index 000000000..6aa4ac0b9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Actions/ActionParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b023d04d05a12587d63d4c3b1e38eff36089113ed72abab4924a8e89e6407ed +size 487 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events.meta new file mode 100644 index 000000000..4446265ca --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9db9c112943d3a00c5f7355f8280406596f921e94513563241fe5fddc41837f +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs new file mode 100644 index 000000000..a63a2d516 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e562ffcd1822f4f94249c7d06a1a67c62fafd46b5880ddf8d62eedad33f8c0c8 +size 337 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs.meta new file mode 100644 index 000000000..9a4ace796 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventMarker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034b05c568c096409d852a73d581c74198d11a03a63fd6bc765ec3039f9d9e06 +size 485 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs new file mode 100644 index 000000000..091958b68 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bdee45bb30e99ebfe7c30187040e1e8f29603dfffaa1c6b9616a38ea9d04ad +size 1798 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs.meta new file mode 100644 index 000000000..fb9992c9e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/Events/EventParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c80f420e74e4555ea3d442c6de6acbb3a80d9dbc43656219ab796ba929c8b4 +size 485 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core.meta new file mode 100644 index 000000000..8e3cd4dea --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52249391c00cc586c7b002222e7e5de5b88f9c378ba6d63ba08911a5b98d73fc +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs new file mode 100644 index 000000000..751726036 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb6a0004ccb8f88a57ea49e92daea87bbe69a32e97a8f0658edb21cfd9013c8 +size 1530 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs.meta new file mode 100644 index 000000000..99da35e4e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Markers/_Core/MarkerBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527dc383ecf30c329b810d4f9eb7e63a160fbb75f3c2118b448db98a2fd0e858 +size 483 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions.meta new file mode 100644 index 000000000..f055ee881 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd828b1a58c4211d5d674a46748faccd3176ce083ea6f434f976b8a49ecda011 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations.meta new file mode 100644 index 000000000..ea4025554 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a272107de063684cc3f9441bf059a25cdc64a2df803bb0fecb5ad41f08a394a4 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs new file mode 100644 index 000000000..a75f0b48e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ac4c9056f3b9f8288f59500919e4d5a2c0b41d0101596ad427954489b1d237 +size 4338 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs.meta new file mode 100644 index 000000000..d1add5f98 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29ab3353c8f222e9e2ade4735dc146f3404ee30eb6d7a018f1d9a42d26a9f77 +size 493 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs new file mode 100644 index 000000000..f3c47ccc3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c628e240d729f86a610db7de7234950a663f117718a146521004d772d82f84d +size 3860 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs.meta new file mode 100644 index 000000000..b5b6a3196 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Animations/AnimationRegion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144669ba3631d92290529a921d0a0f8fb2460a5f27d3fdc9f15979e58a8092ad +size 493 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles.meta new file mode 100644 index 000000000..a0f54f9d6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11edcb6f49b6df32c0bc1a5b684f9d90c8c9f4b0dfa6274edd4cda94f3630668 +size 83 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs new file mode 100644 index 000000000..48d418a14 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad5f614ce230b1afce006d4f2ea3296f3ae8d9f3b6ca5d02bb632ed117ee690 +size 2154 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs.meta new file mode 100644 index 000000000..66a59a806 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/Styles/StylesParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af2c8aa910f58e0a2d30086b83d17091639d693225d2567e4f43f847b0a7624 +size 327 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core.meta new file mode 100644 index 000000000..f766f0ce6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d4aa8182bab9956e75be57ee4d9df10bb04282f8dab33f8bf089c47e62a29f +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs new file mode 100644 index 000000000..6c886001b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4433df914028aa33a4c18e0fb66e2a49cbd85e66410a14a55a8b83af99525fc +size 475 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs.meta new file mode 100644 index 000000000..756b68c04 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/ModifierInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b2a3af7d91841540e870e1e1ade9c7c4fc2f98a6133e35c40c1da1c84f8344 +size 485 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs new file mode 100644 index 000000000..0273966c8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6a9d350cdac5527bf9477d746654ae4302a0e94f3ff0976441d656bc22e95a +size 847 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs.meta new file mode 100644 index 000000000..dc5d4b007 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/RegionBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc0676ce03e0fecb5af044222eeb9d6a1ac7d0a4ab954632bed45a8bf0cbcc6 +size 483 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs new file mode 100644 index 000000000..6089af458 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee917e1cd2e10ad7f27119a234a68a6ff133a1045dd055e844ca9de8e6775ef8 +size 1067 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs.meta new file mode 100644 index 000000000..113948e0a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/Regions/_Core/TagRange.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06890b4a686f05c1db0120d1dd8a9e007bfecb5ec12308eae8cd85c5b544d86 +size 481 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core.meta new file mode 100644 index 000000000..1dd3a87b3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aeac3a9a175ec4ff358a4d4c59ef85a397175a32f6a65244e89b18da6a8255a +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs new file mode 100644 index 000000000..4d4fb7ab7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058147cf356c1ac64b3452fd9b682219894f7e420212fe7dedbc4ec92df14278 +size 313 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs.meta new file mode 100644 index 000000000..d39d1f5b2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db2f555242b848bf156f80b61da3daf04f483742c5c7658549bf79afd29c276 +size 314 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs new file mode 100644 index 000000000..e34248fc0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ee68ebb2db0f889338489bd3b53945f03d0561ee3ae08b012829b717e40f02 +size 1677 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs.meta new file mode 100644 index 000000000..53d21861b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/CharacterData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f328f084c5590043d4db623eb13cbdd87bccd6cbfd8ba06ffebbe72b215a7643 +size 478 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs new file mode 100644 index 000000000..274bb35a5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e771b4314e8715f22303eb127464136d80f4d23c14399987f15e10ece140f6f +size 3461 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs.meta new file mode 100644 index 000000000..c34802f2a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/Database.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a05d24a16f337fff5001eaead396e368f11c78f737d5b8f16de2694e8989c6b +size 473 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs new file mode 100644 index 000000000..f60290ced --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c256b06dfa23a056aa7843b1899871afc7613be1e3841a80f5f9b9a8818e2d +size 110 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs.meta new file mode 100644 index 000000000..f843cf1d5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/ITagProvider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e0a2a5607ac9bb42bdc9a23a90c92ef611e2ff5fdbead4020e133fe6eb1cac +size 477 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs new file mode 100644 index 000000000..6330cdcda --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4925234f2440575073977602eda1ee56b16d0c930623b7a17e999b440c5771c +size 1197 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs.meta new file mode 100644 index 000000000..044933139 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/MeshData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad4d8ad9f1e87b04bbe5add89f40d8922d2c9be8f24be6429cde0b8a61494f2 +size 314 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs new file mode 100644 index 000000000..5c8b459b9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10c9d52b18e60ae57be29ee9e6198492d864f268d3594986689e9764a2068a6 +size 457 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs.meta new file mode 100644 index 000000000..ce1eaca9e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Parsing/_Core/WordInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebd4bfe3cd40a7247307777ae2f78a8a57cc79cebf9865722a66e0ae2d8133a +size 314 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables.meta new file mode 100644 index 000000000..1623d2559 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081a85b0a664c800494072068c89b2eb6bc3b1b55be53abbcee4803396f0d6f1 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions.meta new file mode 100644 index 000000000..8b2b34c75 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732f623d6f7cc249292355e7d70a8aef053862c7d66b287aca3a8513f9189de3 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in.meta new file mode 100644 index 000000000..990a1220d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12abec627ea28bb8faee14b1714b0c97e4ebfc9d4f6a742ec1615aa19604a79 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs new file mode 100644 index 000000000..2910b1108 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636c5a50a7c40270c9f67734886c405144db5da8a65063ed0257ff39ba5a1810 +size 999 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs.meta new file mode 100644 index 000000000..12254ba04 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/SpeedAction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927505c41e5983c49fa232a76950e908a5253d1bb7e58ba0d67e1f8051bea32d +size 491 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs new file mode 100644 index 000000000..8d4c40efe --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5775731a89ed3f0643359385eeac2dfc4905c3e920acee163ec8b2ed39fd83c4 +size 582 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs.meta new file mode 100644 index 000000000..b2576d2c0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitAnyInputAction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c904e7a5bdb53ef047ee410a741f1f07d6cf7577abb5ace8bb216bb978311d +size 498 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs new file mode 100644 index 000000000..edd214f09 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3aff503a3922ef5e9deee3245f65b3d7862cb6374de5f712a77ce09cea08cd +size 1132 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs.meta new file mode 100644 index 000000000..0515c7d0d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/Built-in/WaitForAction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582fc1e180c945053feacbebb09864fde96eb400c234edfbe1e919ac7f2fce98 +size 493 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core.meta new file mode 100644 index 000000000..2ddd920c3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0960bf6879fbd69bbd480e5334798949cb1f681819bd702691b7f3764503ed +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs new file mode 100644 index 000000000..350a059c1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c5f221a1a9e993656fbb9bd856001a0be3e0472db0ed00fae8a8413e0076b4 +size 513 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs.meta new file mode 100644 index 000000000..75dd3fa98 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Actions/_Core/ActionScriptableBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f45a02d82ad3e6c9dab23961d34f798c7b7de93f65668d7c1e6e8a0830d7d6 +size 497 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations.meta new file mode 100644 index 000000000..63a91d005 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa69bcbf49f49c4cf938ce49cd343eb1032f3bf738b8245b706adca687e919e5 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances.meta new file mode 100644 index 000000000..28f71d078 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ab6fae27b1756d6baf495efaea61c83e18d41efed3100dff4241e46f31a3fe +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in.meta new file mode 100644 index 000000000..2440f8cdc --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86edfdb0a4ecfb456929398b03ba547c6d45cb426faca4ac71ceabc5c60f4ab +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs new file mode 100644 index 000000000..54fa2a66e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bdbc7fc96cce6a85f79fcc91c2cb59a7282d2a02935ed529ed10b4fab613c2 +size 2072 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs.meta new file mode 100644 index 000000000..e27e15488 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/DiagonalExpandAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1007f3d83be5f0b9e20b140c512b057d3eec14cc7d628c68b81b01d7ac87c004 +size 519 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs new file mode 100644 index 000000000..159a73d6c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c2a7a8d2b52ffa5ce91588fe3bc697a1e0dbdb729705fc7ff25c6f2d80910f +size 988 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs.meta new file mode 100644 index 000000000..f033ecff5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/FadeAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5410e6504376ad02a2242f83ec0fb0fc35f7e6c7a2aa2977f22a9d924d07f3 +size 509 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs new file mode 100644 index 000000000..08c01ad78 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d3ff4d2b5e1f81b687524cda697d71c78fc03fe482ead9cf3105ca8b520050 +size 3848 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs.meta new file mode 100644 index 000000000..26be6368f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/HorizontalExpandAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0d4af9c6c865e071b70e8800dbdffbe7a25c9ed0bc61d360f067b7494c8f4a +size 521 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs new file mode 100644 index 000000000..a508a50fd --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9da8a39545556d0440fc341a1cecb3f8b428accde20f2cb70502dd1d90a5a44 +size 1247 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs.meta new file mode 100644 index 000000000..7870602b5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/OffsetAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0feaf9c44953a9466404855c5e9363c5b87412608c25f1b23d483d401bc553 +size 511 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs new file mode 100644 index 000000000..3116e288f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7dd1c0e49c071c7af40249da4144da51f9418b00d5032b498ab461c4903863 +size 1872 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs.meta new file mode 100644 index 000000000..075863104 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RandomDirectionAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636860002553feb79d221ef5a12290fa438ca4907f3a2b8beb1966cd932e8a14 +size 520 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs new file mode 100644 index 000000000..83b7fdacb --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb69892413057d04a15e73444e1371bb3fce0d2ba45335e3c614814a97d9ec38 +size 1331 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs.meta new file mode 100644 index 000000000..0c711ef7d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/RotatingAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbde7199cf8f8e6b1cfaca16e580d12a0e8f8c6973c8045e525f209460d192ec +size 513 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs new file mode 100644 index 000000000..480516b56 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007b27a9f00b5dab922aaf1c7b971d1185e284fd301c459934859055bb8b48d7 +size 1271 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs.meta new file mode 100644 index 000000000..23901058a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/SizeAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:905cde59b30b39b532ec7b67760a73ada1534292fd635b6c662e0673b2bdd73e +size 509 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs new file mode 100644 index 000000000..d0520cf2b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c21933a50e6e218f98690fa07deb60b3dcf01fb19990cb7a8573efc1d2141ff +size 2156 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs.meta new file mode 100644 index 000000000..c7bb74cd5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/Built-in/VerticalExpandAppearance.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac879486fab73182fc4fc9ad7649840338f233c830281a4080133a26d5ef05a +size 519 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core.meta new file mode 100644 index 000000000..e80b82873 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2b34b4974740c6b1e7828af8f80809a79e49d8743a5fe1008976a7be51c811 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs new file mode 100644 index 000000000..2436f171e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38081bed117e3093b469ee0eb56a33182b06ab71cbc6e23ffc39267d2ab75ed +size 907 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs.meta new file mode 100644 index 000000000..a89282141 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Appearances/_Core/AppearanceScriptableBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f422f468cf37e27e750f99fcb19a9b7b3350b597d5a242b78b292329a8e002d +size 516 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors.meta new file mode 100644 index 000000000..7e8b0c10f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4896803cf1b64eb4e6eb96295aa657d8e9364c33b269943e8dea95e634876a5e +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in.meta new file mode 100644 index 000000000..2d31c88d8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a076604547f47715b502f3174a2fb729c8bd3025a0e58e47b9a95ba35677be +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs new file mode 100644 index 000000000..6d20741f2 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416fa360a271917e101725d2f0ef541a54ea353e145d97502b42da2250a3d120 +size 1347 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs.meta new file mode 100644 index 000000000..4bf775ece --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/BounceBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3167da4fe590d243ec01572a30fc250bd01b0582e0116c288bfa087e5d976461 +size 507 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs new file mode 100644 index 000000000..5f21e5d4f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f34c77491c38286482537dde31f88c26384e112e33f630059f3eef2d879116 +size 1474 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs.meta new file mode 100644 index 000000000..1ce880d90 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/DangleBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811fce9e868932ae120e57a5f2e4c0e51cc03f5d13345837f1af017f5f7f3cc4 +size 507 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs new file mode 100644 index 000000000..05e92fff0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb09d90ffd2626e22c63cae6a71f025d99b4dc428a76bf4a6eba09a71456d9e +size 2243 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs.meta new file mode 100644 index 000000000..bb9702c00 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/FadeBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a235068ec4a93616e8f0d7d32b5b10fc92e769d386e5ee0eb69ef41b32ee23 +size 505 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs new file mode 100644 index 000000000..0874b1a1a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcadaf4834eb6f8d1e2874304f31899bd9390ab5e2a22948059d69939efc6aa +size 1486 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs.meta new file mode 100644 index 000000000..7db010a1b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/PendulumBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1814f07ddadaf521cfb0d76def664eec1bc916b25a59a8028f0fb282f90e6550 +size 509 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs new file mode 100644 index 000000000..e89be2902 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8bc65a31a589804ed2e1838812717472c9541268ec3b9c7e188efa9171c8e5c +size 1541 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs.meta new file mode 100644 index 000000000..d2f9591b6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RainbowBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286de5997e5b14463b05695a5d2935ace58b66c9f9ae4e247b6b4d7489ae45a8 +size 508 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs new file mode 100644 index 000000000..e9584f869 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bfc0fd4f304107fbc15f2352dfcb961da9523c3f5158f94226c9fbea6633d9 +size 1341 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs.meta new file mode 100644 index 000000000..b29c70dbf --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/RotationBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d271960400f84edda229789a6ef4f12aa57c97be8e752c66197d2241ba4a0365 +size 509 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs new file mode 100644 index 000000000..8638bc0aa --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3186ff0048572d5160c51853aa4949ad9a8ae6fbc99437d267a7bbd7c3f484b7 +size 2326 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs.meta new file mode 100644 index 000000000..d7c1351be --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/ShakeBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd9903a773757417fe281e56b4ebf0473c9def1530c2fbdff75c4fb70e99342 +size 506 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs new file mode 100644 index 000000000..2f8cacc0f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dd50bb88923138de11fc2d37cce1af9a5fa31c0a9d6a5db2f2b65b54915ecb +size 1489 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs.meta new file mode 100644 index 000000000..b7701455c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SizeBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc44362021d701560a7ddb0bc034bf8423795332ce7fc50acfee2f2bd517ee80 +size 505 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs new file mode 100644 index 000000000..1d08e0f0c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351049d1ca5ae10c6206a7bd97c31ab520538a3de53a24b17e485f788d03f12b +size 1138 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs.meta new file mode 100644 index 000000000..25472d72f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SlideBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348bd67d5283b3b956bb24fe1b24354f7b0b769a0e50e78468aad7313ce78079 +size 506 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs new file mode 100644 index 000000000..c7222a332 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a522110cafb4047bdc7e459945da02e7f81d1e2090398deb2cd443d20dd4a17 +size 769 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs.meta new file mode 100644 index 000000000..d0ad3ed4e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/SwingBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da1ea9b21eebb05982164da1e054713544e76ee021acffa0b87ce336d1a3020 +size 506 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs new file mode 100644 index 000000000..b754e0f9c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4d0a513554c9edd04c5440b16a2951b58eac063fc73ea07eb85341bc431176 +size 823 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs.meta new file mode 100644 index 000000000..b9be0ba62 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WaveBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a52f16e25d2f9babc92835bab6377c7eb48aab70fde58242acd3217f1ef8656 +size 505 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs new file mode 100644 index 000000000..454820f04 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4204202654c8dab10e75e3566c71559b41298c979f4705e449cdc97ff03b47a +size 1491 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs.meta new file mode 100644 index 000000000..1cd7307c6 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/Built-in/WiggleBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27fa34c7f252f0392ca35ea0d797e3d69a19384b03459abb8144d19475881b3 +size 507 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core.meta new file mode 100644 index 000000000..f1057f000 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345ea9c3866f70663398d720b797c532dd0a9bd2acdc9ffecd81389c7778003f +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs new file mode 100644 index 000000000..2e3506e43 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38b163c2481b3f493fba48441682051828aad33e9cf25fb34c269a1e8b79d8e +size 404 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs.meta new file mode 100644 index 000000000..30b1f1ef9 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ea66913340c37195a25e8810308046270e1e0b63512e2bc8fc921521b4b79e +size 512 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs new file mode 100644 index 000000000..6a3a33eb4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff6758b8a29f74144fcbadcde51a5d47572a778a6e71d61777fee748ca3bd2f +size 1160 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs.meta new file mode 100644 index 000000000..50eb700d1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Behaviors/_Core/BehaviorScriptableSine.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaeea0073915161e8420c69470fe2a9729c9872cb27ff049b962d3018e9ef77 +size 512 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special.meta new file mode 100644 index 000000000..3b43a74fe --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72b3baf82a77bfe1e99ac193607e6bfda288cd4959cc5fb0adea6b052d03819 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs new file mode 100644 index 000000000..5d27c4809 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d91dd67a3195573a106ba62156a61af0716e1d081923b68131c6de73defb46a +size 2513 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs.meta new file mode 100644 index 000000000..ed0b9db69 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93397ca4c38e887c36a823e5d4d695f3ebb79c86da64f66e8fe4f0b253ad7eed +size 500 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs new file mode 100644 index 000000000..419f35f8f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7baaf99237ec71a906e2ca1cdb5c6f95e6801fa522f6578bb10e26745204713 +size 3458 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs.meta new file mode 100644 index 000000000..3be16ee1d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/CompositeWithEmission.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e88f727dc9b39f8f31de991f8680c1193862dd8d84de637da63bf2f1b0d43b +size 503 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves.meta new file mode 100644 index 000000000..5311a3e46 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb7289768d0ad03eeb8ece65ad3bd11ec595e6217a66acceda128b28faa5be8 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in.meta new file mode 100644 index 000000000..a78b286d7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba18a6be8bba3061ff76b7718b97d8d2210d64a2a30bb6fe6a22f083b02edae +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs new file mode 100644 index 000000000..3f864000c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966290f54781f023e3aefb22daa61d3c0a87b8d89533165b7a220c2ecf0f23d9 +size 2513 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs.meta new file mode 100644 index 000000000..1b3d6be61 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/UniformCurveAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec8b0ad4c1f1e44a3d5a6fd3c71aed0ef40ec78d979c7b6799f7f0cf571c9ec +size 519 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs new file mode 100644 index 000000000..faba028d3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e49988a3c2eefe427203ded57bb3256dffa44a085ff0d29fecad2cf1f150b5 +size 4057 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs.meta new file mode 100644 index 000000000..45f77a3d5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/Built-in/VertexCurveAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261b72a58fca1fa180c1b2072504a0ac00cdb76672ea40b9e98f9552cf627078 +size 518 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core.meta new file mode 100644 index 000000000..2be55dd3d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901cc21665e7a12d473c436e72d1de1021e31017c13e7d300649293d3632bd5f +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs new file mode 100644 index 000000000..dc2e4d512 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41ba4d5ef28642ead29faa12af5cec5edb3764d71429fa325c33350b0fb9afa +size 3245 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs.meta new file mode 100644 index 000000000..1d1c79f36 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/AnimationData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5097e6c235ba4066546b0c6cf1cc8f879fca65eecd6e7515f89f75c0d0694c88 +size 508 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs new file mode 100644 index 000000000..cd7bb4a3a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fff3f9ebb8921d674eb63211f50431e2d7c6308c236f3eb8cf95acb5321cbf +size 1226 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs.meta new file mode 100644 index 000000000..b7d231529 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/ColorCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6df41c38f3ef4b5de4f73a8b1f26b780440a20a9c28dec20ec9239ba1bb1502 +size 505 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs new file mode 100644 index 000000000..ececbdade --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d97847e600565d8d9a6afdcbabde3e7960fc367cc5d7dae306becd761fcb0e6 +size 1094 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs.meta new file mode 100644 index 000000000..946ac7da3 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/EmissionCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e20c00030622ca4e8c8ea1f00abda5e212cde1128a08246f9daa7e49365e45 +size 508 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs new file mode 100644 index 000000000..939e8d792 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49febb51a1768bb0468ef3c9d7bedae61884db4e0495ad637a6a85968ac3974d +size 1202 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs.meta new file mode 100644 index 000000000..47a54f65a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/FloatCurve.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c640ba59d68139e68eed6953d8a03d2f8249125d6c4e85ae1173f4d3641a17c +size 505 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs new file mode 100644 index 000000000..acad4affa --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af497c212018e2612816a4d1b48b383c84b7b483b7edf90c5d5f36ad4a58438b +size 789 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs.meta new file mode 100644 index 000000000..0cf656813 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/Special/Curves/_Core/TimeMode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518f3188cf9d1f1dd65e4b7511fdc3fc972504396efc748d628c424f5163871b +size 344 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core.meta new file mode 100644 index 000000000..36ce17c5e --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2a627d6383190430d7d6da6d52116cb11a91915e32872a7eb48ae78e04aabf +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs new file mode 100644 index 000000000..ff362463a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358c5005c8bc66220157f795500d4b89e280cbfc6abd0e0bf6b5201be2fed185 +size 1649 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs.meta new file mode 100644 index 000000000..76ffbae1f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationScriptableBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab231f4ea76ac2e64340d69abea27311051781149a3f9f52e788f115155b88c4 +size 503 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs new file mode 100644 index 000000000..dce2f3897 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f4798253d31adac2591574f520f5ba4f21246f6824fcaa16a462a3ce96bc08 +size 483 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs.meta new file mode 100644 index 000000000..53a939f9a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/AnimationsDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ad47dd316c5c24dc14fba9206724b29fbf27914545ab7abd4eda37753c9ef3 +size 339 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs new file mode 100644 index 000000000..a1e23b5e8 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:252195c8662be5881e5150b82bce9220fd7bfc247efbe78c9c31b29050189838 +size 484 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs.meta new file mode 100644 index 000000000..0257d1fc5 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/DefaultValueAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff722a498b6a0dc624e63cb1630848001d5a578157ad5f6704b0b955a0bb613 +size 342 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs new file mode 100644 index 000000000..14c8fdb4d --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e8929f70b7a6962afd37a14fa9021c73f8d3da1b4ccc1e24cb8e84ec762626 +size 765 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs.meta new file mode 100644 index 000000000..5c764ce1f --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Animations/_Core/EffectInfoAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e5d19bbd83e69a637757271694e702d47b6b3fdc023b7c3d979467e585f06c +size 340 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings.meta new file mode 100644 index 000000000..0dc37281c --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae2450af299eb07bcda6c097dc232d3c9c13d73d181078dcdac0adc198e08e7 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs new file mode 100644 index 000000000..3632ef3c0 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6a6e8d656e8e9b9f53f46d54d81aac9b3fa11846c90b35e2a748b945498f6e +size 3834 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs.meta new file mode 100644 index 000000000..b49e68df4 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Settings/TextAnimatorSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329755b6684a5c801af0f83fc769d9856f329c3624f43cbb2a62fa2e77b7a7bc +size 492 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles.meta new file mode 100644 index 000000000..e9b79cd17 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8aba25ff152d098d278e55e4816f49d588a9f480e6810fe3b6947a9dc58de5 +size 83 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs new file mode 100644 index 000000000..61e9b14f1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a47ed907c0d125f4e09e89e5e23f6a685ee61dc98fa0d2c9d58d130e18ad904 +size 463 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs.meta new file mode 100644 index 000000000..977cda02a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/Style.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d151e6ec0992a2a68e9572da5b7c99a48fb8d58e2a5b7f11de17caaca17b74 +size 316 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs new file mode 100644 index 000000000..9482b0bab --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e6f3f6498fc50b7585e1bd68e26bafbba28ce100c1280448f9af6a5a7e31af +size 1786 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs.meta new file mode 100644 index 000000000..63f913959 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Scriptables/Styles/StyleSheetScriptable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab395ebac6c7dc03419b4daf18f7cfa500230f43aa3d39ae1eea97978f9d0603 +size 331 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities.meta new file mode 100644 index 000000000..60b2d51c7 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66d26fa3d89da6fb4174d90eaee8a7ca41f702c475a5b7ecccdea7d49d36e07 +size 172 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs new file mode 100644 index 000000000..ac808d873 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6648ab1cc7f2cb952ea73ec0daf6466461ee93451678c6798bfd55843cd166c3 +size 2080 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs.meta new file mode 100644 index 000000000..1d397083b --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/FormatUtils.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724354abaff0c63f95c9c8321e82ca75aeca8a6eeff3aa570d7f5a511e4f3fda +size 472 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs new file mode 100644 index 000000000..cf583dd9a --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542a124fe2a8df9fe3b395702efb822458212371ee2e69384ec30314c79adfe6 +size 7190 diff --git a/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs.meta b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs.meta new file mode 100644 index 000000000..65bb60ee1 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Scripts/Runtime/Utilities/TextUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991cbe70f7e681363db20be1d5923bb945101d3714a7f4b8699cd8fa44cad243 +size 474 diff --git a/Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt b/Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt new file mode 100644 index 000000000..cc27e2c57 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f092810ce428acf6bcbc036f069dd36f1fa3442d0378b58c45f582d555766bf +size 6073 diff --git a/Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt.meta b/Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt.meta new file mode 100644 index 000000000..0c6722929 --- /dev/null +++ b/Assets/Plugins/Febucci/Text Animator/Third-Party Notices.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b6263783a6eca2c8791a4e82f389561dc3d20e711d7481d186a480b32f6021 +size 370 diff --git a/Assets/Plugins/Pixel Crushers.meta b/Assets/Plugins/Pixel Crushers.meta new file mode 100644 index 000000000..9f9514526 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371fa4417641ca7eac9c7e39cd61be7153a9098dbc6c82ff43cc375108ccddec +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common.meta b/Assets/Plugins/Pixel Crushers/Common.meta new file mode 100644 index 000000000..6edade11f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9235a4fb86ea5834962bc2b5dd8b93e7d63f593f91f419f4bde305c1d28aa7cf +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation.meta b/Assets/Plugins/Pixel Crushers/Common/Documentation.meta new file mode 100644 index 000000000..6690fe2a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9e7a0e3a9fba12616e73ecc06fbcba1e846cd5964dec76265dd6ff46ef3e91 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf b/Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf new file mode 100644 index 000000000..b85dfa1dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e20e8081c8f54ef352cb225dd918a27c89e07dc6d2bbca2d010165652447f55 +size 92076 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf.meta b/Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf.meta new file mode 100644 index 000000000..0f77f84b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation/Input_Device_Manager_Manual.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af19590e5fea4411279bc04d94e61f6859b46a3a514e2d8e8b5f80a79978806 +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf b/Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf new file mode 100644 index 000000000..4b9f290d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615cd2022819b58fd4d0f9cc4d99497d8e1c8af4731442275d92123e17ec1400 +size 338541 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf.meta b/Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf.meta new file mode 100644 index 000000000..f0116d822 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation/Save_System_Manual.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52db6155be1d52a9478849c2ce452ec97479c4d778be74bfdf91370ce19eadf +size 317 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf b/Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf new file mode 100644 index 000000000..0860a19df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adddb2e7d6d149a5a95da52720520c1f1d0f19d516c7fb94c3f4a38fdf799b6 +size 117083 diff --git a/Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf.meta b/Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf.meta new file mode 100644 index 000000000..f7acb8ed0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Documentation/Text_Table_Manual.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca1c2abfcf19fb4aa1432b527353e5c7d1cb344671504f45fbd7cc6aaf6824c +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts.meta new file mode 100644 index 000000000..52983bd46 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6104b8f4cf45d92e41ee812d86248cb2b915df1f6b0475459fc90076fe929a1f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor.meta new file mode 100644 index 000000000..6bc8ae586 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d24564c0a574a65ef8957025bbbfc0833cf59af04ab99544bc1d4b8978c69f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System.meta new file mode 100644 index 000000000..d4f988798 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d6783a6f95e8f92fc34093742cf7c98672f62481e9b6275042ca5a05fb11c6 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs new file mode 100644 index 000000000..d97e7a137 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6545608b144d5834d72b3c2ab45ceb0653f84b050fb9d962eb093cd8f441a496 +size 1025 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs.meta new file mode 100644 index 000000000..a3ba7ffd3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Message System/MessageEventsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bb097f072a909df9d766b07a294c5001b06260fd06ce2c3f03f22319a6d24d +size 421 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc.meta new file mode 100644 index 000000000..192c85f8c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da594352bda7dc59b7253396fe930247688eb7c5fc7a578984ed01ae555f3516 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs new file mode 100644 index 000000000..15a8b6b26 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8233f89c0898d27071d966350d198e8aca2a454780b3cf8a137e74984ee9f0 +size 5736 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs.meta new file mode 100644 index 000000000..03236ab1e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/AssetUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942935220c8bf3e4fa87be1f8a111727d95ad1522668d03d892da0a93424b6d7 +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs new file mode 100644 index 000000000..5c46db385 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ded1ca0c0ab5858811a01e6d9adab7bf0f6aa37a0547643a07995e006dfb72 +size 1384 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs.meta new file mode 100644 index 000000000..e73891457 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EditorGUIZoomArea.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709351225ec48cdcd0cbe7b20d99015e9ece58fb614d409cfa04c6c681c6a7d7 +size 409 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs new file mode 100644 index 000000000..cbbab3856 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db408eabef854d9fe2a1f9a2e93f1b5d061bdbcc4c7a0864cdfd926cc3ec5472 +size 1214 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs.meta new file mode 100644 index 000000000..fcc95139f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/EnablePhysics2DMenuItem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a297b21a77c1ecdd56f17c9e17cf725090aa15c54ee4bd314ea6a4510ecc3c +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs new file mode 100644 index 000000000..83edc67fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859221a81d5b5352add2ac6660ba9e424528cfca765e3520c414efab48914eee +size 1986 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs.meta new file mode 100644 index 000000000..c2a437940 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/HelpBoxAttributeDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba91f7c8e540ed27db298208eeda47193d3eaf3dd40e95bf648ec5ce9c6a9b40 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs new file mode 100644 index 000000000..b62b43fec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e420c2333887a73f412329a437db9a79c5ef67e21d4dc93d17ce61c7600162 +size 3884 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs.meta new file mode 100644 index 000000000..c28f2658b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorGuiUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0350745889721b337f8b88220ff37c15636b336dcba7f655830732492389d76 +size 412 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs new file mode 100644 index 000000000..93d197b9a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb240ecfbb8c24b19ae261cbbad67b6878463feddef374bd4a666e84ba751f0e +size 10788 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs.meta new file mode 100644 index 000000000..72d2cd002 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/MoreEditorUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbf1472efc49b97c11962fcaeda4eba47d12957cfa4a19e7f140b2744e606b4 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs new file mode 100644 index 000000000..7f809271d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76457bb3fc9a97f0561e5ba4969b1eb74dfa2f4eb0fd8d01ba67952e3ad8bd70 +size 1829 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs.meta new file mode 100644 index 000000000..cd8723f22 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TimedEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd79781859b7911cd121a16d135d63e5c8b38b211a3bb662e09023dd50f0d52 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs new file mode 100644 index 000000000..ea6cdce70 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6658b9d5a85992c57e3509aef158e28d19d6f337b70e66f0cd320cf4ca42da +size 2985 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs.meta new file mode 100644 index 000000000..e995be14e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Misc/TypeUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bba5a54d9ff30f60e452462a21622f96d67cca254bd47a6ad38cc991121ea60 +size 403 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System.meta new file mode 100644 index 000000000..f74b31fed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ec106c8c499e49168d57182a5c0279cf798956d4d5c8070827913d07c7b804 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs new file mode 100644 index 000000000..2be375683 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0b664533efc549bfd39b8d2b68bbbcba471cf7270bfb9ac196f7b1f061f425 +size 4251 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs.meta new file mode 100644 index 000000000..98d568870 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/DiskSavedGameDataStorerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4301812c2116ff89114c801cd37401e309755eb41f2ed159c7c0064d60c42cb4 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs new file mode 100644 index 000000000..c72b75efe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1950fbdaf0d2b76450fcdac335600bfb8e75dea9055f5fe3d63f3259129f2d9 +size 3846 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs.meta new file mode 100644 index 000000000..2c4617e9a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/PlayerPrefsSavedGameDataStorerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d840e2e58563c3735deab63d8f737a6e5f6a8a8ad154daa90ec2dfe2df5123d5 +size 435 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs new file mode 100644 index 000000000..b919f5620 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4003666b52887d88884e6fb7c05881a50f9448ec42535768492842a2b3475a +size 3131 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs.meta new file mode 100644 index 000000000..1ce2c8a39 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaveSystemEditorUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ad1301b1b483baf1201a8c25461c6a740a82b2b0479b52327fa928861015e +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs new file mode 100644 index 000000000..ea5b311ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a459659e3e5b97e403e3e2e2f59b543a8b2258b568552e3f5c2b6637a15cb +size 1425 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs.meta new file mode 100644 index 000000000..9f3ed0613 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Save System/SaverEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fd40aeb883d13b6f4164bc0f4260be7e1c39a3d34f9d13d482417d6ee24487 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text.meta new file mode 100644 index 000000000..919032f29 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5d3c67fc060df11d655a52d9e276b4809d11e8b8d7852b73fe71800657d98b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs new file mode 100644 index 000000000..aaaa2c150 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96b37b4c9db8fec16186fe569033b1e9bd03cc494567928e0ece35982d308dd +size 6360 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs.meta new file mode 100644 index 000000000..c4bfc8a3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/CSVUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734df146f69325ce952490a195f3efc7621f5916229e8a938f13d8495528344b +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs new file mode 100644 index 000000000..259c0a680 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d849e1e731a49d4b97b77a5d8dbb730e4175f5860beb9ecde974eb909150bad +size 9069 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs.meta new file mode 100644 index 000000000..b929dc67a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff2d4cb511cd454b563f6f5a3b33a49730e02f8f9de8456f9791ff038425c95 +size 409 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs new file mode 100644 index 000000000..765d7b2cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3837d253e1855fd38bd8b761dd7a2ebfb0a9d242b305c90fc1756b18f62cfe +size 2192 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs.meta new file mode 100644 index 000000000..bbc5a9da7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/StringFieldTextAreaAttributeDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311fb0cea97906ee7c99f1aa71e28102d1eec0c25bb6bb8d898cb4816d39ec80 +size 426 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs new file mode 100644 index 000000000..d26a8c54d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02028071cabc145a989678ca5e811cbac9f20705a129d78e51d8663ad2a54ebd +size 2580 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs.meta new file mode 100644 index 000000000..ea995fcfe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fd2ee371e80b122d0439c79425f3f081f5dd9f6ce9b5d416689b2e73ea2b8b +size 407 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs new file mode 100644 index 000000000..58b27b0ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e6d6b197c13ac5b645ab6d6f8a8d7d02a46bd47fbedb39f680687c78f8611b +size 46203 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs.meta new file mode 100644 index 000000000..c9f8f2147 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableEditorWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7759f98248828422d4b5d5768f53ed0b9ce12a41fa0b67eaa9dcb627d11014 +size 413 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs new file mode 100644 index 000000000..d79468c7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8a75f65da98eadc533a44b3e7cc41aa6b331fd07d7e3c9572029a67680d68f +size 16595 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs.meta new file mode 100644 index 000000000..42befd949 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/Text/TextTableMassExportImportWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2852a8d7c41b0d2f3c0dcd99cb7b2a9e36379b5e8d24001282124f96d784f0 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI.meta new file mode 100644 index 000000000..673d1ee7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699f94e9f48c99d05acdf506167da2c687ba2b7c2ec000db973c342205660f80 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs new file mode 100644 index 000000000..fccf254a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730b58ce9ff3a8f3d929fccd41a68664643c6e92becfdaf52390130a410b5e83 +size 1322 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs.meta new file mode 100644 index 000000000..4d1eb38b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/CheckInputManagerSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9402a8ab2dc521802572406e98c0fde87c2ef3c39d0efbb4fd4b00e466722f55 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs new file mode 100644 index 000000000..b332cee7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df549bf97c656eaa672de9d8cad7e6cee954ef4f91861851126943c8ff42ae71 +size 12914 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs.meta new file mode 100644 index 000000000..98c08ddbc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/InputDeviceManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754c375ff5a79fd839a11e5c340f35ed72581d31c4513b3dc2137b4052c7f7c2 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs new file mode 100644 index 000000000..5ea065566 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe8b471918c7b4e91b735b670ce16f0c6b7ba5d92262b39d674f3190b30fdf9 +size 3229 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs.meta new file mode 100644 index 000000000..9195dc1b5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UIDropdownFieldDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac7d0eaac9d60eb8b3f6e6d5a957f75564d1bc1c787598b3937ac964b478976 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs new file mode 100644 index 000000000..254e07c1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31de79efc7a1c2ffe03f6fe68a1600f721aa0be7b480c3ce8ae6bcc6a33d0999 +size 616 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs.meta new file mode 100644 index 000000000..01b285b6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UILocalizationManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08eab32613cf1d34927d3aa7ce4ec3f7f298493334e310cb773f9a72caaa94c4 +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs new file mode 100644 index 000000000..56a25f3b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d86e2c28d97137bae027e734a2f245ceb36b0047be2ea7fa1e1aee31604398 +size 4125 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs.meta new file mode 100644 index 000000000..e25571e74 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UI/UITextFieldDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3758d43eecc094a33fc4e9e839fcb456d08a8e5b756078e09995c8ef2ac9bdb8 +size 407 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents.meta new file mode 100644 index 000000000..c8c245867 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46592a6d792857dba5cc7bd89d63ab67ad12f3a463566a4ea0943e02e34c4ba +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs new file mode 100644 index 000000000..b6e50246c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10269421a5b33f20ab919839dde257021c7e093c5af2658fd5a92817c79de198 +size 6045 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs.meta new file mode 100644 index 000000000..2027bc95e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Editor/UnityEvents/TagMaskDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17608abb25097a0be495a4e745c609a6e988136f053674d456fcff8df5d30e75 +size 412 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System.meta new file mode 100644 index 000000000..bbf5b7e0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dad30356d82a1fbca48afaf42eee5ad07312396f68694da3998f926c4c7c50 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs new file mode 100644 index 000000000..64c34db5a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f678d8f73850faf1e7f4e70e2ab628b723f253a91a1b5db80e6a161a501554 +size 3119 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs.meta new file mode 100644 index 000000000..482bc896d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/DataSynchronizer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab70c668c3688e21d39c825d8e99ed9e7e72103f87f474c0305bea673d02baa5 +size 411 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs new file mode 100644 index 000000000..2232432a1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c4ade53837b63cd9a3c8769d24239973b0628c074d19d896b2797cd5d094df +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs.meta new file mode 100644 index 000000000..a6559d77a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/IMessageHandler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d6a1a63f34495d6aff53248492ba4359f1cd09d03797417e24d8ae3158c2db +size 410 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs new file mode 100644 index 000000000..620e21195 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3dc6ec83f602b0702d720e35e24844f4514ebe6be964ddd60d5724a9b8a4b1 +size 5523 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs.meta new file mode 100644 index 000000000..f4b82a76b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageArgs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d7a3c3c5c795710ee0cdeca8588345bcaa61beccdab9b157b4d88a4222d818 +size 406 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs new file mode 100644 index 000000000..ca1179238 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ac7a84e8eb5bc56043ad26eb783204a6302fb061ef352d79af2688f8c42411 +size 4860 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs.meta new file mode 100644 index 000000000..5e814c07b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3cd1fc03b7d05b35abeec9c57294a228c129c6d3ec9046f1b281ac267621a0 +size 408 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs new file mode 100644 index 000000000..0a0cf428a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b02ef04802aeb2d91c7ac585fa7348103e90f10da287a5bb42953f9f75331a +size 23052 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs.meta new file mode 100644 index 000000000..c692656ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bb127a5a272724a6eda837f3c6be58ee2edf13b60ffe933db512bdfd5fedc6 +size 408 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs new file mode 100644 index 000000000..17596eace --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4221b20c7caddcbaf7483f82f983ac3f3df106da795db0414cc938ec81eb825b +size 1511 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs.meta new file mode 100644 index 000000000..86c16cca2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Message System/MessageSystemLogger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d967661529b487dfb494857ef60aaf523ba92043c620904394a210ec63518eb +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc.meta new file mode 100644 index 000000000..acf9ada58 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea91c6fa85c49677e13b17258095c465624c15f009f2ec4f53c91c85764f12f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs new file mode 100644 index 000000000..d16d13ee3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fff9f9a677cbfa95ec137a043419df346c1b5a68b9f2f0e7040d5b3fdaca48 +size 2188 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs.meta new file mode 100644 index 000000000..4b5edb99d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/AlwaysFaceCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194dea170506ba4f39e5425beb129754c5a48b5924cc63a49d6892f5c85fc2a +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs new file mode 100644 index 000000000..56b115d2d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1626b49c280dda8648b8e35dc573a0dc58df04da026dd18e93ecd4b0934a7a +size 649 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs.meta new file mode 100644 index 000000000..5d6718173 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CheckPhysics2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cf8e1b7c9e9fa491e5b8aba8e3f7a54b91e853c1d5885c37bd9ae953f25c78 +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs new file mode 100644 index 000000000..9f758acf4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cda945bd732b291c1a479ac6259bb6c97b10d52595d801d5293ebec4148a42e +size 1692 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs.meta new file mode 100644 index 000000000..4f151a057 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ComponentUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4d035f2635f818e1e291ff250a7dd56d89d7fab2891b21d5eeddb860473e81 +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs new file mode 100644 index 000000000..4d3dac111 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61979188f068c0bbcbc4d55859b6e09c1378763568116dfe1cf12ed3f3a9e0cc +size 658 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs.meta new file mode 100644 index 000000000..787fdd235 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CoroutineUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84c8397b2027de81563de3e5f8ddc696d135cc9b7d89b9a28bcc26dfe7862b8 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs new file mode 100644 index 000000000..d4c2cfee7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d2ac8e7af5f8da51f776c423d1b6dd05e90110e0769b35c67776e995e50397 +size 1084 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs.meta new file mode 100644 index 000000000..cd29656ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/CursorControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f572957f3d2e4310bf48fde64ebe6dff4e35602497b34ae4d6b1974b7606af17 +size 398 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs new file mode 100644 index 000000000..68fdc0fca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337dc82858bd26e583c4ce857791c90ebd2ca92a2a36edd7fda04bd01675bfe4 +size 1236 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs.meta new file mode 100644 index 000000000..0eeb0c793 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DictionaryExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa56bbe3fab5f57e5c71931b100f0cf2f74c71bd08787d174f5bc408a809c78 +size 405 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs new file mode 100644 index 000000000..c41a2f3fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542b8d507f7443ecf15b1d9266a38e6a5f3e895bed223a9683bc1bd1e9dbea67 +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs.meta new file mode 100644 index 000000000..d76e6da29 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Dimension.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d400d3e36587b39d7ebe85bf8b3d1fded3bdc558a7b4fa66fa97792691a8ba +size 394 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs new file mode 100644 index 000000000..b573104ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ee2e5115bf0f47fcaf309b74f79dcbf6416c1a03cdfc85d19a0f689893cf15 +size 648 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs.meta new file mode 100644 index 000000000..311d9bba4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/DontDestroyGameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d0c0be29d315d526e0e6fbb9e4e096b99b2f3ee08d85551605bca51c940d8d +size 406 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs new file mode 100644 index 000000000..cdc52b4d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c57493a1071fd33585b0dd08d02c12c4dab33077ce62caac076e7d64777e95 +size 683 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs.meta new file mode 100644 index 000000000..a8a24e845 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/EnableOnStart.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67347a2543ef5531c39cd9500fa6e3529274846080bbc916d2db4c687f0a6f4 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs new file mode 100644 index 000000000..195865787 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604dd19b117335c1204465f0aefb0c51cf6db3060abae429a57c3c4b20e9e57c +size 12204 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs.meta new file mode 100644 index 000000000..c3a92c02a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameObjectUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a2de10178b7ad05bc2e9669a51105478cbd1725b0e1de8ea9758a981e77362 +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs new file mode 100644 index 000000000..f77b22723 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70be8dd265ded67b9daa0d4e7746fe252c77ea5fa46241599489b16e2115d574 +size 3802 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs.meta new file mode 100644 index 000000000..e8f4f3fa6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/GameTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a895fe2d014137eab46f38b05e3751c0e012d7869550aff9af60fef69e2c27 +size 393 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs new file mode 100644 index 000000000..58384b6f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a917160b2b359c46387fe55e5c9f399c4f6b6be8f7a513152c1ac83f10c7d48 +size 588 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs.meta new file mode 100644 index 000000000..fae3a9802 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/HelpBoxAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40512a448c62c6bd476bfb579575c26b6b1f5a53983e612859391697bcbffa76 +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs new file mode 100644 index 000000000..2d11d8c76 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1117f73f6dda15c656fd9397b0c029f7fb46801f62b2dc461142bb7f1f90cef +size 1862 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs.meta new file mode 100644 index 000000000..55693ebc9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/InstantiatePrefabs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29779cd1800d514ba2c96beecc949ec5a12116f83cab45a27658068958c0471 +size 403 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs new file mode 100644 index 000000000..3e892a09d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f9480a9cf56ef5627acc74bf49a0fd0c6bcfe834a09db33f195adfe6644138 +size 5369 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs.meta new file mode 100644 index 000000000..ddadcad3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/LODManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4e39dc4148b6b5ebfc7440844a753df4e0433cca43273d14b0976db44a1c48 +size 395 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs new file mode 100644 index 000000000..47b5dabd0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b88a5235fa56713e30e660fef5c54220927fc918354fe6bfc9295787dbe0b31 +size 1769 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs.meta new file mode 100644 index 000000000..0659e0649 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ListExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1f16bd18ab290690725506b72b2fc5f7f8cb95199f7e00e0f7f3ab221c026a +size 399 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs new file mode 100644 index 000000000..7ff8fdba5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39943ee210471113c5e3891d2419ed3d384645e8fdb94c9cdc4e6e6005b035be +size 1461 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs.meta new file mode 100644 index 000000000..344c3e364 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MoreGizmos.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9831c9a84daa35f9b5092a39f8f49aad9ff7d20b1516d88f57f02e4e7cd4e3e1 +size 395 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs new file mode 100644 index 000000000..871fe4f29 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9076bfab91fcd70f94c45ef91e6d3b65ca268db9fb7c27ae815d5dda0ae38fae +size 3568 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs.meta new file mode 100644 index 000000000..578dfc978 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/MorePhysics2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691257dd2d59e91eee0a832a7238e8a90cb124efbf3317eed231120a17cacd72 +size 398 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs new file mode 100644 index 000000000..59e56eb2d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c43f1e62f19435cd8054b8fad60e051bfab3868899a7db1f11f5be75c88bf8 +size 2153 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs.meta new file mode 100644 index 000000000..76d296885 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Pool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974624bcc8dd354b7ff6785da58fed01d8c221a835e9a181a4beb01d309e719e +size 389 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs new file mode 100644 index 000000000..3fa894582 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b305df577799b3351933218fcb57103108eab7966d7b9dd714e425e2f2704143 +size 1605 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs.meta new file mode 100644 index 000000000..d908e2a27 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RectExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddacc192208ac94f1e99e12b84ec00fcb1f22992b4d2c2ec9c8491a6623aeac +size 399 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs new file mode 100644 index 000000000..ab501c506 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b994016caf22d06c2d1e80aa91bd25e7c7b9ebbe8e36ac2ba0306dad217797 +size 3187 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs.meta new file mode 100644 index 000000000..870ecd4a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/RuntimeTypeUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783d7c935c3e1b05b6f84966ed7f0a740f349a610581b6ae35e46cbd1acb3db7 +size 403 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs new file mode 100644 index 000000000..ef1aa7646 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded65e677161acb85cf5d0da6833d2731424e79578125db25b64024163aa46f1 +size 2465 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs.meta new file mode 100644 index 000000000..2a1918fc5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SafeConvert.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a407b2cfa508a244a5a364a18a4b5a149d186ceef1e83284a201a2a88f91a0f +size 396 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs new file mode 100644 index 000000000..d5fa78b12 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d95954d7b9ed373cc1a689b901d2cf33d812b6e6ae70bc5f8ffa352efd4fd4 +size 920 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs.meta new file mode 100644 index 000000000..8293a7d00 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/SceneNotifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e1bed6af53320180e7297de9ef07085b50a7e66608b07b826709088aaf1aa4 +size 398 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs new file mode 100644 index 000000000..c38adb6df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf6d170079c752e8f08d053ba2337caf33a7991928ab7310289b3ab37dea7dd +size 5617 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs.meta new file mode 100644 index 000000000..115ec98ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/ScriptableObjectUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1225e2fcc8586acc8226d138e1db96568fde8f331ee2aa474ac0eaf12b22fa08 +size 408 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs new file mode 100644 index 000000000..ab1409e1d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa64e7c299ed3f94cb0df68376e5891acea0fdffa4441da48ab9936cad275a9 +size 6066 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs.meta new file mode 100644 index 000000000..98a62f2b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Misc/Tweener.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72853def717b33d1e4a586f7ea3c013457a9a05d89bbfc01aa0068b39fc773bd +size 457 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System.meta new file mode 100644 index 000000000..348885124 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187430143173f9cb9822b5fc5c190897733d366663150a35b28291aece8ce4f2 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc.meta new file mode 100644 index 000000000..52e6a06eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a599749a13f4d9f892dfbfddbdf318a5d086b113cd32b632cf31d6125fb74dda +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs new file mode 100644 index 000000000..74c2db212 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9088ab07643ca180630345e926934d33d8ec0dfe97fe98c5afa6a44040228d0f +size 3495 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs.meta new file mode 100644 index 000000000..dd84762de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/AutoSaveLoad.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb70f0050682540e85c862832d7f4d21f91252e08afe3cad6d4bf943b10e6ec7 +size 409 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs new file mode 100644 index 000000000..ac4a89408 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662febddae536f571d67e8c4c829b49e560d61dd02a012d7863d812706599138 +size 2235 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs.meta new file mode 100644 index 000000000..a4d6be8b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53911199e182d34d9f7d291dc627ef6afd512ecb9b0ad058493156a14a6f28fd +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs new file mode 100644 index 000000000..8163c7f4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011e4cd0eaedf7a6d67f3a6fc104d56815c21056cf203a5148d578c66050808f +size 3897 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs.meta new file mode 100644 index 000000000..cbf5ac166 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemMethods.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38271a8e93a9e5716f580f01b5e5f166cfb2152670e9e7694e14be507bef9e70 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs new file mode 100644 index 000000000..83206935f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff54e2b8b2c2042b37138a77efcc82b0ded19c914a24e6e2790275b9198d37d9 +size 4546 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs.meta new file mode 100644 index 000000000..6dc326b40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SaveSystemTestMenu.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc403bd373b4038ebc56fc8d0e121378907ac8a45a32419fe566e3b3d8e5f43 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs new file mode 100644 index 000000000..d398067de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3144d254dd04f200f25bb5edb1522ed66e737d93ee21698bb40277a56beb07c +size 4887 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs.meta new file mode 100644 index 000000000..edf35ca3a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SavedGameData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bf80d975c2e4f1167474e8e7c7d5267ac02ab32308da9d60ff5bfc65ac6ab4 +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs new file mode 100644 index 000000000..2edb35af0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9568d9a58e1454f2044a2c011804a83351a5417b362903fd028c8ad4af5a956 +size 2441 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs.meta new file mode 100644 index 000000000..ab08ebd57 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/ScenePortal.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5a3be03dccaa3acbdeae1202fbe7be74275de4523b911e9d2b648893dde0c9 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs new file mode 100644 index 000000000..0992d6efb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d63cc9cbc248b6d2ae0f24738641a7d52a725e6b7e1c52889b30e546afa57e0 +size 705 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs.meta new file mode 100644 index 000000000..2092d4eb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Misc/SceneValidationMode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f367ea10cf74c5450ad8656827a5417ed2efb276a35c3525a6b6629df2ad80 +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs new file mode 100644 index 000000000..2b41e1006 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4011ce57422a21bda30e6fa65328c333914b180139861bece4ed9210b79f9d +size 42651 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs.meta new file mode 100644 index 000000000..bbcc1581e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/SaveSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51b2bf46a367f22032a21a8cd0743af7dfc3c7bb6048dfb2afe3a651f7e4fb2 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers.meta new file mode 100644 index 000000000..b00a6cc61 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48995da8e57fb99632d6af72378af1b137f4636609f6a326f7d5793e87e4bc79 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs new file mode 100644 index 000000000..247693fa3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6b1599431e17d7e3d5b799fcb10635921261784bda5f59922a6c4f91508bae +size 2392 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs.meta new file mode 100644 index 000000000..da898bea7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/ActiveSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c206e1258b29f2e7f7259601da8f3d8fd89179737336dafbd5f6049b597bfb +size 410 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs new file mode 100644 index 000000000..1b3e12375 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0381a8830fd41f595551c63012cec0f1a11fe2787d8f804243a6e76c9e5f57d0 +size 7481 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs.meta new file mode 100644 index 000000000..776bd3b39 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/AnimatorSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94f3938e618c8a5cebbb5132e8bf9d905f6ebab9c9c79661b32877a2514cba0 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs new file mode 100644 index 000000000..f3f6e03ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b0454f393f02a489069cefbc67b864bb6c1e9f8de7b9a3e3ed0a4d07b269d3 +size 3781 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs.meta new file mode 100644 index 000000000..a82c75ae2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/DestructibleSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e10bc9249ac97bb72244f2c1b166c087768e6c9fcc34a533649ded0c7a96e80 +size 416 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs new file mode 100644 index 000000000..b587d04c8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9310d7443c362098492d8ef00e5c4d704cbf44a357722a48572199842381632d +size 1440 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs.meta new file mode 100644 index 000000000..54f2b8cae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/EnabledSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407c7a39331dc795cab91f407b90e979c87ba43bb0c171ff382d785780beacf0 +size 411 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs new file mode 100644 index 000000000..63e54174f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2205ac70e760616a586bf5cd075a6df246c9e535b6eb9ab1e64c03214eb4e650 +size 3382 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs.meta new file mode 100644 index 000000000..92aa50955 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiActiveSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fc2544a80062315a36e2c3180b4b981e566852bdfc137f97f1fca629de97da +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs new file mode 100644 index 000000000..526a1c34f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6737b7d342094be68fb6ca3962f7eb0f9d089d92a19ff1646b847446617d12fa +size 1987 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs.meta new file mode 100644 index 000000000..3486f528f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/MultiEnabledSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e326a61bf05c7afa982b1cf2c2908444fcd9ee761913e3a183f902ac8c0544d +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs new file mode 100644 index 000000000..3588116fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b918a7c57d8424a72a41578c5a142f4f4656b43eac5d2f9126042f62b5811daf +size 6712 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs.meta new file mode 100644 index 000000000..e66bf3a0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/PositionSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f997eb445b3f9231e72bfe339d7ef98351c4f51caa3614cf707124486091cda2 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs new file mode 100644 index 000000000..ea373dea2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e8df04c14267ed69a9365557ee84651cb0f7680b8fe619faf195cdc6cf484f +size 5502 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs.meta new file mode 100644 index 000000000..cdb63f7e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Savers/Saver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a588c08c07284992f4d54a688a8b57c0fb2f1beacb5f7e81ee42ed754742d3f +size 447 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers.meta new file mode 100644 index 000000000..152cb98fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7649fa2c382a689c7dc844500f66f3a08684654a3a738f03114694b4a7818dee +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary.meta new file mode 100644 index 000000000..e66beaf17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb7c8058a074f4b761b5f27fba1b92e5ee8772199d5e7d6ee94e624358120c3 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs new file mode 100644 index 000000000..0a7200f6b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f60fb955a9f2d10b6db76664c21eaf0b5c4e3e5df1b06bec01602f05b41a80 +size 2291 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta new file mode 100644 index 000000000..5414a9d11 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c1423c3e67a6090a7db98af0e073e09febecc7e06dcc80530912987ea6cc60 +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs new file mode 100644 index 000000000..89eeaf72e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d9a63d5fc957db32a944e3329e4e480e56d3399cf9232cb6bc24744fcb7697 +size 1459 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs.meta new file mode 100644 index 000000000..3d0c55948 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/QuaternionSerializationSurrogate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecfdd20b0e0b91885f6418782ad139625404017c66b224588e3876484db9c4a +size 529 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs new file mode 100644 index 000000000..9f4299338 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104a3c1244a5cef806c6c547a9d1027aca7e0ed7fd402b1c464694824c7fc1ed +size 1234 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs.meta new file mode 100644 index 000000000..e508429a9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/Binary/Vector3SerializationSurrogate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72362a0922181a6d2c57c23d9749de6229bc80bcd53cefcd5839d7212f21290a +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs new file mode 100644 index 000000000..a25b3f3e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e53087f48a574a349bf1a9f88b619f1471708fb40d3261a71b62f3122339a1 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs.meta new file mode 100644 index 000000000..5942076d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/DataSerializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484f03bd5ba87cf46802e42a39fe7bec80bae20fa57a4636c59f5b3603ded5d6 +size 418 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs new file mode 100644 index 000000000..0df983949 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54431216a634a9b27298f184dea94f25c2319f55a14f4adcbe36dae349feacaf +size 1069 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs.meta new file mode 100644 index 000000000..df3cbbae7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Serializers/JsonDataSerializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ae125a16d5280768450c59ed4fed541168981e786dcbfb2a66a43aaf567628 +size 422 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning.meta new file mode 100644 index 000000000..334d929dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b4df46ef3598bbb897fd57fdd2ed68cb7558776a260269925327f2fcb8465b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs new file mode 100644 index 000000000..48b5bda48 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0179261ccb0ac04de28d3442d17368c3d8d8713eb7891512dfabf302a673f4 +size 3139 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs.meta new file mode 100644 index 000000000..79e69721a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19098d8ae96ca59887aaf566186c5b17e896831ee095cbabc82b3e2123b0c010 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs new file mode 100644 index 000000000..db468965e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba3e375b79bab51f1912232eee83d2044097df31b0c9fd6b32fb96eec6a9ded +size 692 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs.meta new file mode 100644 index 000000000..709d70e3c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7739716c643916df100389b98c139d2cc654258b75fa05c8de2d6b0ad538c271 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs new file mode 100644 index 000000000..8da13dd0f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f20241865c8a37f6ec9416939ac7a88057924d35a48e5baf39ed4aa591df7d +size 7065 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs.meta new file mode 100644 index 000000000..3b3ed25de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Spawning/SpawnedObjectManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0343825fc7e51d2d0c8c6749b2bb23191856ab208cd551dde5a878da31c9bf +size 421 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers.meta new file mode 100644 index 000000000..adabe7a44 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebfcfdd87e157e341c13b5b73d9517ad13dd6cb515e3d0f112821f67c5b413f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs new file mode 100644 index 000000000..6838025fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7143fba970a6fc5c02c01c7808ae352835c81123697760ca6f4934dd11be0b86 +size 10334 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs.meta new file mode 100644 index 000000000..a2659366f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/DiskSavedGameDataStorer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1ca222cfd526b51ea8a3cf02e19ba1cbd55f895a49bc94452232687a83fbdb +size 423 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs new file mode 100644 index 000000000..43d68180f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45a544badc42749e304e65334ef959243e301acf7a0ca45d2500cbcc3238272 +size 4052 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs.meta new file mode 100644 index 000000000..2800eff9f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/EncryptionUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199f73baadab4c9ea894d24c8e3688d5b35f829ca3df4e11a24ed691f7862353 +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs new file mode 100644 index 000000000..84263c3a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe70f01d5d3ad9cbd7d9b8ae99e046046dc4d7465630026782ebaafc16c6e73 +size 2814 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta new file mode 100644 index 000000000..204846dc3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf3a2361d64647bf4b47b933202da4c29e5653e0e874acd1b7fea6f0c8a3051 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs new file mode 100644 index 000000000..2c2262499 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2d99877eef8c4e77a672124aadecfad03dbcb60e76cbfb7b671133cf853789 +size 1986 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs.meta new file mode 100644 index 000000000..51c89d02c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Storers/SavedGameDataStorer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1813a70eeecacda25eb5cca7ecd0f73c1729fb60011429856d19cbb709070282 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions.meta new file mode 100644 index 000000000..33698e7e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51b1a7a7fbecce435949af1d3b1d671ec4ec6ff3d04ddb5abe8a44ad72ac385 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs new file mode 100644 index 000000000..adbf14e87 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc0a9ac3e9f6de3f4fb3ac286a71e37996cb602719be748508d4165332c70b4 +size 579 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs.meta new file mode 100644 index 000000000..ae6619244 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/LoadingScreenProgressBar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651e2cf6dcae0425646257bfc8f0192f67a8098b58b77bfa640edd5fa162ea38 +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs new file mode 100644 index 000000000..1a5a1eb35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478891671f10b2a8b800cf98c86ed946b3ad534063c8c0eebf386f545e5dfdd3 +size 605 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs.meta new file mode 100644 index 000000000..304addd91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/SceneTransitionManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d08290f53001665c6b7d0eef9fc6a798ed2c772dbe74c6affc4ecb9ebef61d +size 426 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs new file mode 100644 index 000000000..538ea583b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e691f314a388ce1c4084ec007fdb38e4dcc31385206edbc48649ac6e3cdea4 +size 3989 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs.meta new file mode 100644 index 000000000..b9d270c64 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Save System/Transitions/StandardSceneTransitionManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7465d467cf1884cf9c8292b0369192640d7b4e824ed0207dfa30970a7c345622 +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text.meta new file mode 100644 index 000000000..3524d612b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92734ced3dcd1affd230ce3efb8f1b76830e9f03a828a06252565f8d3cd33c5 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs new file mode 100644 index 000000000..6da788222 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0e3444692fa2b5ad08a6e1135692836b214627698f3dbd81c48970c1bb96c7 +size 1053 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs.meta new file mode 100644 index 000000000..f0f76d9f5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/EncodingType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f999e71974669cbb543aae6e32e2410348f1899d60713d91e231c2742424c9 +size 397 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs new file mode 100644 index 000000000..9fc137501 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4256e9c322ef6be54a67e79c2acef295a0b2b79e772689df7b5d8bb3f9b747 +size 3092 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs.meta new file mode 100644 index 000000000..533d0ac7d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/GlobalTextTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0103024e2c11774afb0ea0d91644ec300b21f1b79e7633d67330698294ed92 +size 400 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs new file mode 100644 index 000000000..9598b90f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93168a574a5a3261fe273dbf601dfa441594edcd72350808722251c2c727a14b +size 682 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs.meta new file mode 100644 index 000000000..66bf613b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringAsset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772167c0efc57318a0b9a162623146df9375ee03a851b377aa1a5c4cfbb36c96 +size 533 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs new file mode 100644 index 000000000..7646aebde --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0df999841bc14ea88f960ea687a6f95db5da5c58c2d896e1d66e39752c51b0 +size 8018 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs.meta new file mode 100644 index 000000000..ea608e466 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6090026c2b2111b120e0bbae5bfb11f2fba145dbcd0e132e346144a2654070f +size 396 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs new file mode 100644 index 000000000..4bc59d292 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898a06c4fbb4235c7dd7c43d69b2d868ef642fdcfefc83c85738e5c6cc70750c +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs.meta new file mode 100644 index 000000000..88d0a3e0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/StringFieldTextAreaAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74794d61026ecb5e3201a9efcaeddce2a7a189f74ec5321e250d96c3f8cb358 +size 413 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs new file mode 100644 index 000000000..01fd8358c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad9e8c6700acbde0f9625666d9ed5c78804563b5e3437be068a82f9e7bc157f +size 23859 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs.meta new file mode 100644 index 000000000..d3cd638d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/Text/TextTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e8bae5f52bac6da3b0ee590d0bc5c0be118f80783ade5fb85c44138bf647c4 +size 531 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI.meta new file mode 100644 index 000000000..44843743c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaabbe05a7fcf20d069b1f5a84bc490f61a0d9e83b1ce86bbc133ad4d153a76 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs new file mode 100644 index 000000000..ede846875 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b49b13dc831dd4aea05c8f82d85e5fc85edee0348a6f6757355432216d25d1 +size 1549 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs.meta new file mode 100644 index 000000000..db354912e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/DeselectPreviousOnPointerEnter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd713752583a9bb7bc1fecdb9c94aaf5a30f69be31ad80cbe7eaeebacff7ae58 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs new file mode 100644 index 000000000..616736e23 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0f001932f625a0702396dad16d958d3ce0b60a212ffe440f536b8ffec92fe2 +size 334 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs.meta new file mode 100644 index 000000000..090c5d0a1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/IEventSystemUser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174fb2758e827a6d0a93be367014db0852ed03348a6b6186250345149c62a9a7 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs new file mode 100644 index 000000000..22e28c45f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aca7e6b84932545e1859fe5b297c7b34073df9159423d25928417396842d223 +size 941 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs.meta new file mode 100644 index 000000000..fb94acc01 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputActionRegistry.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2579b4e4323e5d14024a6460df1e8bb8a10993f43d9d67ba0707fb3328454d3c +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs new file mode 100644 index 000000000..03e6117d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60a937c149887549c262c095bcae1e211c9f7e4ed6a511510c1235082b8471d +size 25582 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs.meta new file mode 100644 index 000000000..9dd34043e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bf66bcd78a4a8617a00d2b580e5453b587bb501dcf9de0329234273a316b60 +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs new file mode 100644 index 000000000..f2cec0237 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809d88f5faac94c4e51ac034d4c0c682fb88ddabadbb8ac5ac85afc67ccb14f9 +size 1896 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs.meta new file mode 100644 index 000000000..3b7ef0d0b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/InputDeviceMethods.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed23af757552c81a91c5393ae833b871996360a9308ecf4e8c34a6234eff5d04 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs new file mode 100644 index 000000000..abc642056 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde512f55b066fd7cca79f26eb05f52de59556c67af73a10c9bf5e43334523d6 +size 2527 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs.meta new file mode 100644 index 000000000..7af881f6d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/KeepRectTransformOnscreen.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde3a0e430f2d17e2ac864313495b9885e8df6c96395cdfd0dfd3d89011f89e1 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs new file mode 100644 index 000000000..04d449fd3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec63d3a33dbf6fe39d06d798a91c0004e2c086745aa1980ae729aa840dd0fbe +size 15287 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs.meta new file mode 100644 index 000000000..30f04d195 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizeUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd8ec272e5ec39cac9da3e2cc0e2c81b453489f57876c579a7cb259c847c4a3 +size 393 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs new file mode 100644 index 000000000..54eadac81 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fb8972ff2e8361400b85a63bd8cfa51404f1ab8ac19cd262c7e9182874827e +size 2166 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs.meta new file mode 100644 index 000000000..6e01ad635 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/LocalizedFonts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea1094d7f09d5c1588a6a91462277182c0857f8bbf3c67ae6de9a7f4c9323c3 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs new file mode 100644 index 000000000..edcfe9fc6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af1ed741edd9c94b7fa444489569299e47593d22f00b24eee10b68dc11f6c12 +size 710 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs.meta new file mode 100644 index 000000000..7ae511148 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetEventSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a7dda1be8ac3f4e5649dd8d3c3c6d2aa57017371dc692a9290b634616931b7 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs new file mode 100644 index 000000000..20c26c2c8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21337379112daeec6f449923c1b3d48cc3063538cf363ebf030eab906a6c36c6 +size 3209 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs.meta new file mode 100644 index 000000000..3bc4cec55 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/SetLocalizedFont.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbc59135ffb76438efe5bbc6a4b69424e864c8e3553bd79a4bee041caefc915 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs new file mode 100644 index 000000000..2f109b8e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736d602688c65248b3be30b8439aa52a7a210dcd3dd8a1dc83f8c892d3903683 +size 922 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs.meta new file mode 100644 index 000000000..9fd6d8f3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/ShowCursorWhileEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2197da71eb0807e26af00baa3578ad299d59faa6de3541619d6032c653871f96 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs new file mode 100644 index 000000000..3702b3574 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f246f64de461e6da9d7fe0aa11274827d665e6854639278200d104c568465b +size 6127 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs.meta new file mode 100644 index 000000000..eecb6b1ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIAnimatorMonitor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6353fa9c7c913a28d1c3358320883a3615a9a2104edb1b81c199c9038217d4 +size 400 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs new file mode 100644 index 000000000..fb21c3495 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c08c789b84a12ed95d2dd25b0d755b518a5f7b08cbaec24633a39a433f5eafa +size 5596 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs.meta new file mode 100644 index 000000000..6dbb60614 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIButtonKeyTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4e17e8ca0138fa046aa640e44bbcc1c1bd4faf9e25224d8a2b6233fe070fb9 +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs new file mode 100644 index 000000000..e55943de8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6980f0e4a24488cd711383fd51fe2f08c09090c8b410d36c8182012705378de2 +size 4504 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs.meta new file mode 100644 index 000000000..b9b98cfbb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIDropdownField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec251cf08f9bba63b368109a5d41602c6b9e0c53e2abb47685523e81fdf56f0 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs new file mode 100644 index 000000000..75c3f560f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901a2be70613d5f3b2178a5d2e9ea2bd3e4d130453331f29daf483e2322e412b +size 5006 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs.meta new file mode 100644 index 000000000..c9fc18ad1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIInputField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e1fa140bde44f2bdf3c07d28dffcae1049169e6e63587ed10691ad4be67b18 +size 395 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs new file mode 100644 index 000000000..3c768fea9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7112677947697040cc71f619ea02b474fd92997d61149ab496c34a27c803fb9b +size 9132 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs.meta new file mode 100644 index 000000000..18bd889fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UILocalizationManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02ee3adc0254af1422c437f804a336cf6f68d42a0ec9cb506db3c535e7190ab +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs new file mode 100644 index 000000000..53ee4679b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5960081262613bd3a3fce56f2e9982511066a208437cd03475aa12449d4cbf7 +size 15463 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs.meta new file mode 100644 index 000000000..672011bd3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIPanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c91558651f4a94d20d4b4d55bd4688f097fc59c35589431477dfa01f4fbef80 +size 390 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs new file mode 100644 index 000000000..b751d995e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f22a6ea5e717b176fb42f96d9a5bc165fed27c20f8afa7e6214b8e00f4e2849 +size 4184 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs.meta new file mode 100644 index 000000000..d3c731a0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIScrollbarEnabler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b24d2fa242b7636a483f684ba3e8af8bcb6e85ef36d72fafac768689eb5428 +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs new file mode 100644 index 000000000..215b8e900 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af1fc668cabf73de2545d6560076926b221b07c8d1191f0022589fdac8a572d +size 1039 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs.meta new file mode 100644 index 000000000..3c26a283b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f225a1ab1163eba80a5b8cecf4f8673d9eca88e807f19f3f02962440f0be87a3 +size 394 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs new file mode 100644 index 000000000..4e7fb9909 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afff4b86d5170b0e8a1f1abd07c04ad9d331350a056b6716a0e5f3afafb11cb2 +size 5903 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs.meta new file mode 100644 index 000000000..7bacac862 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UITextField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13ea68eef427bc4cb4983616d8a74069c29abc2f8de0af2eb944912fb1284ad +size 394 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs new file mode 100644 index 000000000..0858e4ab4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc5953695a762b273971d2c46612d556efb587d5db79803e4908553caf359a44 +size 3236 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs.meta new file mode 100644 index 000000000..9138806a7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UI/UIUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95dae77fce6996043fe6dff31f330b9c9dabfd9771bec1f9a69f2c9855caaed +size 392 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents.meta new file mode 100644 index 000000000..e2ba8becf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58ca314b0868765756e25c49bce59948b3b8a34799dbe359cc2f8110c39e841 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs new file mode 100644 index 000000000..b618eb3cc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd22cc9266a524d676abd9175f85edbe8fbce036d4c2b2c9edca2888ec00a7c +size 1741 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs.meta new file mode 100644 index 000000000..d6d8713b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/CollisionEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a53b64c0891c982b9c33d76751e67b7872dd377f01b3e3062b107ca2d0a895b7 +size 406 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs new file mode 100644 index 000000000..525a66518 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6cc0800ab1784ba6b16bdf8dad04419aeff9dff61528c9da32acdca867fb9e +size 2099 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs.meta new file mode 100644 index 000000000..53b946ed9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/DisappearEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7659a9ee761c300c5903da1d45d99f6ccae9399aa08930c8bd07b3f388ad473 +size 406 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs new file mode 100644 index 000000000..190476f71 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf11bab91754ae58fb0003d3deb508dc98130937c6735b5dfd48f2ff01e62d2 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs.meta new file mode 100644 index 000000000..0001ace7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/ParameterEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2adfe2d1c7d8e91a8308a21e6c257f85a5744e4cba377e2e59512cdfb087af9 +size 407 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs new file mode 100644 index 000000000..8e0bce04f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5cfb95ee612b1f20ca7592c52eba8ee24c8149394d8466026ab1001604b512 +size 741 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs.meta new file mode 100644 index 000000000..7bd55cdbe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMask.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6230bd48535f30d60316870b6df5d4338cf25aca4a2f960e320ba88cd2cf26fb +size 399 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs new file mode 100644 index 000000000..0c2040ada --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87132323356da57e7d9013319205be9691a1dae00f2e27b35b4346895d3dbce4 +size 423 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs.meta new file mode 100644 index 000000000..326f7e442 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TagMaskEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8054976ce42c66f083d4b453893b1c381b9386837955934d8eb2bbc8f595f6 +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs new file mode 100644 index 000000000..15dad9515 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813bd66a23c53882e8e3b2d69f273140350edbc0a30b2f07942893e9b4f28d2e +size 4409 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs.meta new file mode 100644 index 000000000..4b2141064 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TimedEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fc94494ee25d46db12f8cf7ec2448d5a36e1778178e5c3aba7585ae49e3fa2 +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs new file mode 100644 index 000000000..bb008e68d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1330eb0378ef4283b8d4e20e9aac8da90b826dc760e500efda601396c4a498e0 +size 1609 diff --git a/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs.meta new file mode 100644 index 000000000..fce07dffa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Scripts/UnityEvents/TriggerEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ab0e5c166c78aa7081a87c73797b8bb824c50888a741d73816baca4f8f2ef2 +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Common/Templates.meta b/Assets/Plugins/Pixel Crushers/Common/Templates.meta new file mode 100644 index 000000000..f40634c95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Templates.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fa3f27320cb03aa681fb39be5989533c09e0f62bd0b9a1a93f733f49f6f03a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs b/Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs new file mode 100644 index 000000000..ee993fa87 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4f4e3763a8e51772f301e200e3980957aac66b5beef69313abce2fde5e57e1 +size 3581 diff --git a/Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs.meta new file mode 100644 index 000000000..cfe0ceeba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Templates/SaverTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ecf741d539a92c7c4f0cd0b6e6a1fc86f5fbb611a19e415a3f3baf6575767e +size 395 diff --git a/Assets/Plugins/Pixel Crushers/Common/Third Party Support.meta b/Assets/Plugins/Pixel Crushers/Common/Third Party Support.meta new file mode 100644 index 000000000..d9f1b1e08 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Third Party Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311ed076cfdb5f1b405539a25de6af277c6e7aab86dd8cae52fd7bc8e46ad614 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers.meta new file mode 100644 index 000000000..3a60a488b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9691966481725f0d048f22b2f5e1893080024a9f25095f238892760b1913b570 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor.meta new file mode 100644 index 000000000..31943e1d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c00a67dfb418aa8b7a61070aab5216b311b19fd9e87f33fa810f69ca613b9ac +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text.meta new file mode 100644 index 000000000..2ec375c55 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce9a7f0b3dd623c18902aecff36a20a71653ec04c46c58f8f0b81801b4d090a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs new file mode 100644 index 000000000..87d7b7b63 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfcf21be40d90c1db06b015f59cda7c9fe4821f946e599dd903059eb9343181 +size 441 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs.meta new file mode 100644 index 000000000..39913029e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/StringAssetMenu.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3de092d3c5933a8150a1f1138f6d8b2f215925b8ff7a5c780e483b17d773bf +size 408 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs new file mode 100644 index 000000000..0928093f5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b532a4dace522c751da151be29d737b48b72235fef9436290b56b264fe43c6b6 +size 436 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs.meta new file mode 100644 index 000000000..147dc83e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Editor/Text/TextTableAssetMenu.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b3c411b20edc743e2e1ecbc5ccf363d3c3d421023783fd5a7dbb1c9375045a +size 411 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System.meta new file mode 100644 index 000000000..099f8e7ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc12a99f6d50eeb1be1b2700922675c6210568c7cc2b0cdc57a9f263a1da63a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs new file mode 100644 index 000000000..8f1cb350e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7296a3e2ab194105fd02c8bce370181e3ea01e51447efee334b77b03fdd45e6 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs.meta new file mode 100644 index 000000000..a98223015 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/DataSynchronizer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d242581c7144a31daba5651803bad0458da4937d1edc357d50c065ff50a40f3 +size 412 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs new file mode 100644 index 000000000..5dc00522b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a933f4e2647b44c54c5266e98551e3eeea8df147f6e420dae8ce035a4df95fc7 +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs.meta new file mode 100644 index 000000000..a775425d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d84372c8f5fcadb0010205e2db11537c791f40856ee6085f4561f29f0a83e4 +size 409 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs new file mode 100644 index 000000000..d894be90d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1bb33aad923c1cbb2d9f5a933272b6e9465a41378dd8e335b6544fe5241d92 +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs.meta new file mode 100644 index 000000000..673e01d86 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Message System/MessageSystemLogger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7e96872be1881a77ef285c1872c6d16732f975320616537171044ad2b49ba9 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc.meta new file mode 100644 index 000000000..f78b0a134 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68afa2b8ce2b40a8d068e6306f9f1b6fadb3da526da038512feb565becab7092 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs new file mode 100644 index 000000000..4ef071575 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac73ad69c5bea1d868259a673ef725b255a3e939fa6bae471f6469308e732d8 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs.meta new file mode 100644 index 000000000..f685bb2be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/AlwaysFaceCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211b359765cf9be46de74d59ad3731d935e946e50ea970543d8daa058f550609 +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs new file mode 100644 index 000000000..6c6df7867 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53d9f47b0e32d00666c501d39ecdb8b039a564b2cec58dbb2f17f1d27a2dcd8 +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs.meta new file mode 100644 index 000000000..84679e26a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/CheckPhysics2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06de2e6d424550336ae2a896119000e92f5ad267a8605bcae3bb35db4f53ca0 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs new file mode 100644 index 000000000..6ca8e423a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5de65e52d8399ec1f0997ffc8a70af5698eb65250034c7816f9c6d1ef043a6b +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs.meta new file mode 100644 index 000000000..5c89eed23 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/DontDestroyGameObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798f1fdee04933074721d2ce5d60c9ed1aef64a07ab893c28352c6fb22d1c482 +size 407 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs new file mode 100644 index 000000000..323abac19 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d364d4a356e302a92bb3b9dce03f4146d6c332a8dcbf3777fa0037a283fcfe +size 671 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs.meta new file mode 100644 index 000000000..aff26be73 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EditorNote.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4165b4f0554e9b4b221e8d960b8e2587b3ecdd4e4a58dce708f821607774a23b +size 396 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs new file mode 100644 index 000000000..871398665 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334494c75f577dd46d08412d111f9efdc356b3df789eea403662160c903bc50f +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs.meta new file mode 100644 index 000000000..a2356e20f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/EnableOnStart.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be1e73a5a6464abb56dabc272cf7f4d567eb6183ba283c0c88c4b7a006abeaf +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs new file mode 100644 index 000000000..5f6b4a2aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151c58fdaccbcd7061310f6cdb9ae9264c99177016aa164bd041cfa339b3ff3c +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs.meta new file mode 100644 index 000000000..f96a7a5c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/InstantiatePrefabs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe83e07f0afb4ef2b1c78aa444580fa71b301937cfec304dedf01d0a63dd9e3 +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs new file mode 100644 index 000000000..3dc186a07 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2eddf021b33c399b199016f45010eecf4ca623715e3c193334c25fedfa336c +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs.meta new file mode 100644 index 000000000..169d2bef3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Misc/LODManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b923c2e5213a03cd442db2a55d4d67f65cbe9402a8614d6d7c1ef2ea4ac8507f +size 396 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System.meta new file mode 100644 index 000000000..e6e5d16ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac86941347d36990cde532331e0880d7a3d54ec0c4b7abd092ae11fec77fd6c +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc.meta new file mode 100644 index 000000000..398dacb41 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbed69856b155e9dbbe2d6f0da9f384f77573dd8c0e74ff87482b9a4b298045 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs new file mode 100644 index 000000000..ef7f9b575 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88be0d2188489fb9ce543bc7ce463b1a00b10dea14987d07b6e46b8ce2e0e908 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs.meta new file mode 100644 index 000000000..85381c5e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/AutoSaveLoad.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1135bb7424eea40211bde9589b70f1b12b11a6e36e7594120144308fc065670d +size 410 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs new file mode 100644 index 000000000..f0e0e27fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703f4d7b6037a53b1b7a35f034130eb8ff07403e3144877c1fe5683908c8d61e +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs.meta new file mode 100644 index 000000000..3625457a5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1759996735fc55c1b941420169afe3d3e8987dbb050cd65c46d0d0b4c2dd65 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs new file mode 100644 index 000000000..846c206d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf9160fdfd4a68c9e6655f3deae80a7a090c3268deeecb30c3cd0dbfe0a96f3 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs.meta new file mode 100644 index 000000000..5817d7b59 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemMethods.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69d34dd06705de70d7b6a097acd8fe7544a17d8554d4d15edbc85a1a07136e1 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs new file mode 100644 index 000000000..631d84dcb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059ea1b707ebbe7c727fe7ae43c9065ef3b0811f94cb45939044f8cdc1e36016 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs.meta new file mode 100644 index 000000000..c180b1ea5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/SaveSystemTestMenu.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63481c210bfff0f699e3a2dd6aafc04b992a0bb3d79451b429c594efd4a333d +size 416 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs new file mode 100644 index 000000000..82bd52c36 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450963731120cf9c5ac5c2cbc2ee44903cc32748b116a641d0f74982193038f6 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs.meta new file mode 100644 index 000000000..ddce07101 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Misc/ScenePortal.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8a8c96495035d348e3979d0e1ac31b9edd3b900fe038adafaf781617ba26f5 +size 409 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs new file mode 100644 index 000000000..8296809e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b50e721a56836bce973194e2df25b265636faa232841047ba6d4696d916996 +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs.meta new file mode 100644 index 000000000..77a773f62 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/SaveSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c6e2b8e53d9f6c43c1242e08624e5d54fc58b9ca03544bab4b7f39f29535ff +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers.meta new file mode 100644 index 000000000..99bda09ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174f524fdad73c9a62dd756e825a1773d1e25c6b82870480614b78aa14ea4d9e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs new file mode 100644 index 000000000..7f8dede1e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d984cd80782ce581d6970c688f8a7d1ad12ddf16e433c2f467b202ca9a2d86 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs.meta new file mode 100644 index 000000000..7b9e56485 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/ActiveSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2b11614cfef8a9e50baef9a85ad7272d48c4f6dafe6b8da09a5ccc0b7def65 +size 411 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs new file mode 100644 index 000000000..3a74b8a1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce78ee93c272138269d15984b0c76a5c2d90883e727f25ebbad44477bb027cc +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs.meta new file mode 100644 index 000000000..a9ccd4c9b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/AnimatorSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a16342b7fdb08761a2d3e73549b8968e9ad470e0e3490420a14434f58329ae +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs new file mode 100644 index 000000000..d575e9872 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906f8602295c2a77a9faee2b541d6cb467ae3f3e56d4d78c178e11c7a02d34a5 +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs.meta new file mode 100644 index 000000000..ffee6a96c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/DestructibleSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893ae89ef967b306d1257ef719601dc45f8bf58de19caaad9e73b5657624299a +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs new file mode 100644 index 000000000..174f3fba6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce25295ad5277034b016a9eb48f9342b3e53a7216552aa20fa57173ba196314 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs.meta new file mode 100644 index 000000000..0d6213427 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/EnabledSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd26e5589cf11f9d653153af3a1c73e8f739bf5ad1061cff3eebcd022f756c3 +size 412 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs new file mode 100644 index 000000000..a42a45d1e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba15cdf6f75468891155521f4d798f74cf92e90cd4f994ddc36a0c29ed68588 +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs.meta new file mode 100644 index 000000000..1f34589b7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiActiveSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b870186d369c589a320a5cda98540010ce5e89a7057c9d48ab036e4926c3799 +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs new file mode 100644 index 000000000..1286b60c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3213d33013884034310823d540f01440c25b4f102860758943fb3ab28544c15a +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs.meta new file mode 100644 index 000000000..bc61962ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/MultiEnabledSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1de66e5a705049cd5145e8259541e9d8d5da7535707cf442708dc4ffc5a24a3 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs new file mode 100644 index 000000000..41b07d271 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0677391bd71316496869891d34abfdf66de603bb21fa68104842c93ec555c6 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs.meta new file mode 100644 index 000000000..f8bf716f5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Savers/PositionSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f528e8e4f0130ea4ede4025363c5d53b7b9157042ebca1d404ce74af038a63 +size 413 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers.meta new file mode 100644 index 000000000..c28d4370b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdedf3153027b5875930a07f9f681955404bd4175098cca8a376513f47a957d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary.meta new file mode 100644 index 000000000..4477b6d99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46aab33ced4d1a52368e1c10dfd804d351d14fc36f4e68ed5933bc53059cbbf4 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs new file mode 100644 index 000000000..5683b89c6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae6445d86c01684ccc4cf3745f545065ef1f8fd81eaf61e5f46124148c1b31b +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta new file mode 100644 index 000000000..8c22d69a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/Binary/BinaryDataSerializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd183f9cd942fe893ab5e1ad237376e6991e1c0d1455d4dd4c39722841e437c4 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs new file mode 100644 index 000000000..4ae74e28f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c57cbb3d90c759e86b33b5bb9f6c8c9693af89d2947145e8ac9921043af1bc4 +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs.meta new file mode 100644 index 000000000..829a54151 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Serializers/JsonDataSerializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110c2c6bed90aa7033db6da35a286b7e9a9cbde66b88754b0e2c9844b5db193d +size 423 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning.meta new file mode 100644 index 000000000..ac292dc90 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1135f2c13b65ab1ad715946b8cadd1df8aff348f62b45ddf28a9f72d09d3fb24 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs new file mode 100644 index 000000000..944ff8f18 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28e9ce92dcce2d43d129e1fed83e13bc323ca538b458ddc8e315e7a1200b5e4 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs.meta new file mode 100644 index 000000000..b8b09f6b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74fb6bee6d18c7cdc3194628089571fe98736e9bfd0739d3c634cad5870680f +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs new file mode 100644 index 000000000..5a33c9578 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e71fe343e1869687844c41ba14c4b6655d4db057151dbbe7724f191b17c42d +size 543 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs.meta new file mode 100644 index 000000000..2af0b72e4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e48691f7e7b04cfaf1b02ad91da960f93368f4dd36f37b03cde8a499b73d72 +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs new file mode 100644 index 000000000..958489326 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ec52998f9674941e8334a8bed0677c1e7be930145dc496f88562779d3b6dcf +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs.meta new file mode 100644 index 000000000..1510114d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Spawning/SpawnedObjectManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f12a9d15e1092b04b5ad4d4458076183c9266fb6c20436ec1c9a127e70cb971 +size 422 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers.meta new file mode 100644 index 000000000..681712059 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b96a47f45c9826447b7dbc6752d805cb5f0cb11e9663be982ac3e063ab5f14e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs new file mode 100644 index 000000000..7d6857bbd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d88464c83dc1f5134691a4007484abc3891c88b01fb8706012bbe46d37d8dd +size 548 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs.meta new file mode 100644 index 000000000..7007cc842 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/DiskSavedGameDataStorer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3558c46ede66694dd2f21339d78314e44f2b2276511522d826a713aee996bf9 +size 424 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs new file mode 100644 index 000000000..03d3268ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c39645e631e719aafc8be5cf9fb090a3d6214421127d1323fcbd709ef9c8dc5 +size 576 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta new file mode 100644 index 000000000..495fce7eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Storers/PlayerPrefsSavedGameDataStorer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9895946b46e7d929d9dd71b63b4614bae9f88b683f7c0af9d54ea4e6831be4bc +size 431 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions.meta new file mode 100644 index 000000000..352fae61b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c122c7c749c4a3ee0c626587f2488084f0535086e1ec8d04a1bfdc678fcc51 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs new file mode 100644 index 000000000..ae9904771 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4922f7fa46e544263d5766cfb880b92f8217beb8e04a1fce8bc18d7c484fbe +size 545 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs.meta new file mode 100644 index 000000000..97fa3dfbd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/LoadingScreenProgressBar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9639965045ebc3aba95ac4d9231ec22975ab2d45cf660d08caac8bbefe82dd47 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs new file mode 100644 index 000000000..78d5cb056 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca731bfb34b7d16fe0763627d1b9aef317d2fd3da92b434210fc6daaf589be6 +size 569 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs.meta new file mode 100644 index 000000000..932372a85 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Save System/Transitions/StandardSceneTransitionManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88d000cbd2a3e4946d624deafabd2fcab7328d53e1bbbd2cab7e35f884d44fd +size 435 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text.meta new file mode 100644 index 000000000..d60f8b05f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d602801ec444886de35a54ae3eac1dce810421ad16c54a263449045baf413f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs new file mode 100644 index 000000000..294964680 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2d567878769fe2d79c0408afe7c572797323478d2e7d1a99a3242c7619dbbb +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs.meta new file mode 100644 index 000000000..ce8de7582 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/GlobalTextTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dcfb4e437b6d94ba12edb00b7271f30d3d957125cb9d227ccbaae15d2b1e1f +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs new file mode 100644 index 000000000..e0d51eaea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acac3d550c3911b2b27c58f2cf45c7b1ad18a7b6dad2fce5868b2487276d681 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs.meta new file mode 100644 index 000000000..791a2d54b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/StringAsset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54ec246754cb425fbb97466eb325acff1ed0c75123a8895016fda7192983c8c +size 534 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs new file mode 100644 index 000000000..78148334a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebf65542ea3d0c3cb79e410578776de31391816a1635adbc81e6059b57429ba +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs.meta new file mode 100644 index 000000000..302a29cd1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/Text/TextTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526fdd1c0bd9946e038e55cb7e0fe717c38da461e3d2c64bbd1a9b633a960bd7 +size 532 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI.meta new file mode 100644 index 000000000..f85e1b076 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f684c0c3d81278c985c8e2e73b4239fa5f9d9ddc091f416c1f5f06e3eb626eb +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs new file mode 100644 index 000000000..5d03e82e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dc2889a9c53ae287b8472a358e750d92efbbb37f7444340564c8236ff1a41a +size 436 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs.meta new file mode 100644 index 000000000..af1951beb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/DeselectPreviousOnPointerEnter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf419e446fde05104e181c8f713589b79d249b665b7f71162531d046f85d5de +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs new file mode 100644 index 000000000..8e4b5ef24 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c470dfffd43f53868c64a8ef0306eba0d906d45d501fd44a4bab641e534b9c +size 422 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs.meta new file mode 100644 index 000000000..38e9afe60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputActionRegistry.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4a3c0769b0a712b42997fd1690893b55ae2497c9e451df9c8647705c178556 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs new file mode 100644 index 000000000..cd30dccbc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec11ee872fb959f1d41d2ae0ab6059556c5e37067a55b3e99edee7a99d6af9c +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs.meta new file mode 100644 index 000000000..1f6e597af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e029d4374c606a3c3202ebcf759faa844649d4b9038f6f70f65e14cf213d0764 +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs new file mode 100644 index 000000000..fc43a5e75 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da85827bccdfc1ada6c0ee0694e717c34c97f932960055430191736f07dbff19 +size 385 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs.meta new file mode 100644 index 000000000..ccba36cff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/InputDeviceMethods.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70486412bde2af30f9b38e285e062442b7bad165d4ea578d7df4e8e6042f2e35 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs new file mode 100644 index 000000000..822bcdb5e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa860e2e8f88fbdba8be9a59be0f65f0e9939b7f2094ef73c0f383e1c2bc0e3b +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs.meta new file mode 100644 index 000000000..926bc2730 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/KeepRectTransformOnscreen.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d242e58f530d343ba5b38c6d9b96bf25f51b6b8f9960e7ca325012aa5ace53 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs new file mode 100644 index 000000000..27d5e3c40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54267a13784c3571c21580b4b8337e7faed344160305a42238cd24edfe3e380d +size 459 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs.meta new file mode 100644 index 000000000..8ca02f37c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizeUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1459801e0197676331cacff08d3e58ed70e3d1eb9f5b769b0f1e18b9868c78 +size 394 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs new file mode 100644 index 000000000..db10db030 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6289b2ce61ef168e13d4c8aaf55cad783cb937058f48d13bd31e6c131a4e137c +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs.meta new file mode 100644 index 000000000..790dd2ab2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/LocalizedFonts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15a5aa5bda95f1ca68f5d41bfb568ff49c8c647655e51545badcdf33b14b3c4 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs new file mode 100644 index 000000000..58df22a95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebbf9777d7fc4e4d9f1c1e9bacd934221a3fd7c6194eafd2ea2bcd26c5a34be +size 449 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs.meta new file mode 100644 index 000000000..6d4204d18 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetEventSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689b4d2ad6478b0f48643b7d22a239bbbcf41b057fba1f46d2be3dc8ea3db1fd +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs new file mode 100644 index 000000000..0c36d4f46 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb523945131f5539dbd403e00e80e8ba4049be04a6c7c4eebeb1c75dfca9841 +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs.meta new file mode 100644 index 000000000..5a7cbbca9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/SetLocalizedFont.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e785753c5c4b861a38f5081a1f9ad11a8cc1a2e59448d8b5c7d6283b503f2ee +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs new file mode 100644 index 000000000..312b39c61 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff2116c76c5b90356a2f61de78af2e44475bcdbead47e49b8ae18f2c6d3c388 +size 497 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs.meta new file mode 100644 index 000000000..dba18ffd4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/ShowCursorWhileEnabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fb9ef2d57c90be8f170a4a21a534c9a40657d965f82bfc95367187e3c74af8 +size 406 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs new file mode 100644 index 000000000..6c26b4664 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ebc2b3ac68d9094f7511063659f32a949c30ad9f7ab8454dd919845a7d019a +size 385 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs.meta new file mode 100644 index 000000000..ee9b6bcb6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIButtonKeyTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e944d6500631a5014d9fbcda31ba0cc0bf25c73a23011da1fded2098c585d65e +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs new file mode 100644 index 000000000..5a54d0a51 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5394edc5079db3839b761f68e73ae53a5d27edd946985e27c7ced6e9cec8386f +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs.meta new file mode 100644 index 000000000..67dd13295 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UILocalizationManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ba314b47d58f292f291d24a82d91e38c7dc478b90e341819c515b21762934d +size 405 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs new file mode 100644 index 000000000..ed72fc453 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8191e0df2d7fedd33cfcb17de8f2820fbb0c7c30849fa9e229390e37d313ab0 +size 431 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs.meta new file mode 100644 index 000000000..4689c57ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIPanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21925c4e4128c2fea77ff24a8c62598636b0e6027ee934eb9b0eafd380f4f4a +size 391 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs new file mode 100644 index 000000000..e7542acf4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb322071497742821ce3a442a00c95aee1b638eb230dbb6a800adddb4a1ba44 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs.meta new file mode 100644 index 000000000..0440d5707 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UIScrollbarEnabler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d811a7ed29d7d2336ed253c6ade71c5339559c933868369b8789a001633cbf3 +size 402 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs new file mode 100644 index 000000000..ba5a55fdd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d72d6711d9047b578f19b80f29345d3d9b8be769b2114ca365fa3832e00aaa +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs.meta new file mode 100644 index 000000000..a7b4fef0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UI/UITextColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434e67e4d74664b1b458042b00cc7224adcf343e59695a8067c26bcc30fdf78b +size 395 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents.meta new file mode 100644 index 000000000..a06aebab9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdff28f12e8e2899c98aadd0e7fa4f901650fb5ca69b8cba7a64ac2806c753bc +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs new file mode 100644 index 000000000..9891a774a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc888aea266562b91206a1d42cd2c218c3481928127bdcf39f7ed672d134c470 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs.meta new file mode 100644 index 000000000..3e2ab778c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/CollisionEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b345fde047f1b0ee7cd6670c9af2ff28e4842e44e31ccc41f19e352110a488ce +size 407 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs new file mode 100644 index 000000000..c7e1e9185 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d13045061681a4263b74c4dc94b61cece4f8f6974db6a29ae7871e85fa97fbfb +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs.meta new file mode 100644 index 000000000..bd68a9079 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/DisappearEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76cfb4ca29b4dd09cb1bb9c40fc4d46a2c0efb7d90f067909819f50f44ffb77 +size 407 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs new file mode 100644 index 000000000..14b004e9e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5994529d8d164deee836f32c68d40282db3a445bcd5a66782830f062f6e2739b +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs.meta new file mode 100644 index 000000000..0df6fef88 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TimedEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e875f8011ad34b57538e9f46792fcd232367fdf15e426c580cfafccbfb02c92 +size 403 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs new file mode 100644 index 000000000..f54b672f5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1a8ae02b06ae9445f0c247f04b5699af45a766fb6bd0f6311bdfa412d27d80 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs.meta new file mode 100644 index 000000000..23514bc1a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/Wrappers/UnityEvents/TriggerEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a3f168b16caec36c6a8a6aecf61a700e5aa939a7acad7f7745a153cd0e5a5b +size 405 diff --git a/Assets/Plugins/Pixel Crushers/Common/_README.txt b/Assets/Plugins/Pixel Crushers/Common/_README.txt new file mode 100644 index 000000000..05c6c3591 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fb407fe234dbc64a869a772a4148a3dc396a4cfc614da4294a7505aa15da87 +size 163 diff --git a/Assets/Plugins/Pixel Crushers/Common/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Common/_README.txt.meta new file mode 100644 index 000000000..d80a7e331 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Common/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a6ee6e4e204d30fef825c1e26ca032652a82cad8a8165044af4373e5055db5 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System.meta b/Assets/Plugins/Pixel Crushers/Dialogue System.meta new file mode 100644 index 000000000..b8e0ced22 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e89e5e7cc30fba4adba399c8376384e2178cebd31c6a38cd85f760c08ad0a3 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo.meta new file mode 100644 index 000000000..8e5100b74 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecda0d0c673d7f83535db091abfca5d02d651e0d41b5621cc4e7095d0669938 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art.meta new file mode 100644 index 000000000..63a40f318 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b702a422a5d7e14c6c86da804d446778ea2e9e5b2372911fe872c4eb9ccb6b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop.meta new file mode 100644 index 000000000..87388fe1a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d409cdf33df6428a3a9219321d6892608e58d2c1505fe7c64093dbc97b3a0575 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator.meta new file mode 100644 index 000000000..5566abcff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccbceeb1e47e91a304d2759b848ce0c89e3210f4e6c5a3deb750185cab661c6 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller new file mode 100644 index 000000000..be9a51227 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284345c5c6aaa5840e7725cbf66362a1ca4c407a6ff41a58b376f6701db4f8f3 +size 18056 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller.meta new file mode 100644 index 000000000..527f5d956 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/ReconTroopAnimator.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762bdbb93c595c18bb509c327dea243c0a80e52b808b4eaab27ce9cc355b24cb +size 440 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask new file mode 100644 index 000000000..a172bc60b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a57d97d0cb63eeff8cb52112682e44b76798668c2c15d603221a53f94bd4161 +size 325 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask.meta new file mode 100644 index 000000000..4194a48ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Animator/Upper Body Mask.mask.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d04c08fa31837d108359bf80911f3d7f887199c359ecc73d983d296178ac5ce +size 435 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials.meta new file mode 100644 index 000000000..5ada60e66 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c392cadfcc377f59e8fc10f687462548cfa9c49eb9f9e62531cc32c99764e51 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat new file mode 100644 index 000000000..5e5a9ad9e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10252a2f4354cf6603fec88f10c8c6f43f911ac205071e01e6c18549a90ae01 +size 878 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat.meta new file mode 100644 index 000000000..e6dfcf588 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/AssaultGun.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935c6768e4a3c62ea76e1c522c0fcc571b30116242b6d27acba73eba23b796d6 +size 340 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat new file mode 100644 index 000000000..4fc8f6c96 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2325d10c0f1cf6bf1661cb7fdb84ae63dde7a96bf5d4ea164637b8d79226b2 +size 726 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat.meta new file mode 100644 index 000000000..e620bb8f9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/Head.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a78e1f9ea6b89a3b76262a3ecd2ec647aa92300f9329de7eb864a34d6e241c4 +size 334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat new file mode 100644 index 000000000..33795a26f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfba77f70d77ff591d226552d9d22822d65c7f33d423af6a287e0ca8f9de6904 +size 912 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat.meta new file mode 100644 index 000000000..3777d563f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/InfiltratorPistol.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df978ec3212e3e692412db991abeae395df5ad7e7a43274fbd5fe0285ce27cff +size 347 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat new file mode 100644 index 000000000..5c572e247 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85a7b7b77f8ad50e245a10dbd1c143ca06b4bf550c5e7b31e6886ccabc77257 +size 1099 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat.meta new file mode 100644 index 000000000..c498f73d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroop.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd2fbb732c2fb5a7d5b01ad6bf5e594308409ef708139b328c4f79d99718119 +size 340 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat new file mode 100644 index 000000000..d367ae7e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea7780034af97c2dbd41053375940754a63f28a69dde21d85264d86e4b1bfd1 +size 1105 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat.meta new file mode 100644 index 000000000..03dbe9be5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d94c6bd0759eccb2c0a8067410eea5568654dda70e92e9fa374ae529454b091 +size 346 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat new file mode 100644 index 000000000..4bbb8703d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208e3ea008297c7eb698618cbf9dcccdb4f5467ffe9ccae896c0436387869d4a +size 1108 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat.meta new file mode 100644 index 000000000..f5810f569 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopHelmetRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d611244b127ca708613caada7f97d83894b9af610151293aa68f256c937b80 +size 349 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat new file mode 100644 index 000000000..e8e2dfba1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf285691d8414d6062f3bb46f161a49349fc1b4b64f4a7445c2a3ea25818689 +size 1102 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat.meta new file mode 100644 index 000000000..2e446cf17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Materials/ReconTroopRed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d31ab12f50bd818e5bb37026d0243383c62d02283c8505d8bbdd893aae13f7 +size 343 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model.meta new file mode 100644 index 000000000..f5444ccd4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa99e3302f1ddc44ef0ff9b3cfb24106809728e2ad5d412e99ea2d6817fdb90 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim new file mode 100644 index 000000000..b492acf70 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db0397d808f91d8c7d311e4ca2e74a577030119ba6316aab237b03bb3b165e7 +size 600912 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim.meta new file mode 100644 index 000000000..31b628e7a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/TwoHandGunFireStanding.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2baf783007e41122a3d83c291ca5e316125b1e6711f9fd21bdf20c6f3a58e0d +size 349 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx new file mode 100644 index 000000000..42bc96eb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5e08c9fc392eea4caddbdcaa6f693eb1128f15abffc4c21a73358495fb52c1 +size 17687728 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx.meta new file mode 100644 index 000000000..9250aa3c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Model/mReconTroop.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d7cf92b3b4c5a8b2da9dfed5b3d4139185f7ace9f35fba406f455ffb4b80b5 +size 185227 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps.meta new file mode 100644 index 000000000..6dac16371 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4763e50fd16604236b0387d070c453bc673838df1339df5cfde7d5a52629b3f0 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png new file mode 100644 index 000000000..19e54c8c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1088f17274f196667030264a8581799f4973fa478d48c83bc7083fce91fa57d3 +size 1822343 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png.meta new file mode 100644 index 000000000..c3e22e0fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_NRM.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70717ab4e99d8c54d48e3e8db8e27ed5112b7560ca6dbe1a4fd160a857f7c04e +size 1169 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png new file mode 100644 index 000000000..8e9ec99a9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a676238a079c93e8cffa6a4999d88b2942a8f610a5607e69dc5384a7ac39eaae +size 723053 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png.meta new file mode 100644 index 000000000..f21fef6d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroopHelmet_SPEC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d752af418455507902052c634ffc38d643b7150be11c023468c9b007f26c882e +size 1171 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png new file mode 100644 index 000000000..f1ea2ad24 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798b695323812da9477bc34b02a2e1e987b95be8d0925764d7b764fea15f280d +size 1787532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png.meta new file mode 100644 index 000000000..74b4d484d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_NRM.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e870c280ff4bec56a5bfb5b418a7edacfee9064d111f09990a77c99b9bdb7ca +size 1163 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png new file mode 100644 index 000000000..6dc1758a9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731f9696626dad501da0903f4cc95f25e0cc09b733b589e88debf2a45fdca9fb +size 691542 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png.meta new file mode 100644 index 000000000..01db80a45 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/ShaderMaps/ReconTroop_SPEC.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f558bb007c8ab0e13b66605404d301df84220e1eff91629c648d9bc2ea9dbe3 +size 1165 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures.meta new file mode 100644 index 000000000..1c96a51ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f694855c7f58f9061d9dd6a805a940d7520d218811b60f93a930ea3cb228f9 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png new file mode 100644 index 000000000..e6176e1de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff15449b7dae19d07ebd513c953cd0c01a464033a22e18ae645a497ca654260a +size 1453858 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png.meta new file mode 100644 index 000000000..1a65bd867 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/AssaultGun.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1393a1e03ecc527804fc52f5e0204cc5e254abcc29b4741ee7b41dae9a7c970c +size 1933 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png new file mode 100644 index 000000000..e6176e1de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff15449b7dae19d07ebd513c953cd0c01a464033a22e18ae645a497ca654260a +size 1453858 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png.meta new file mode 100644 index 000000000..1a94dd131 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/InfiltratorPistol.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ace18a89d8f856b86be83ea7884c6729deb50585dd99fafe20e47064ef7d1c +size 1165 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png new file mode 100644 index 000000000..dfd1fa42c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6c0794930e37da39805f9d78ac477816f89cec77763c22ca8e943d0ea71bc4 +size 790846 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png.meta new file mode 100644 index 000000000..537fdff7d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ed43b856218b9552db7ecf9e79ea294efa74eb4e590a8f8e7c53cb30cdbf42 +size 1158 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png new file mode 100644 index 000000000..5d5329034 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0853c4d920d875d9ec89c54d97db157dc7da17e25551a5064c1bce7149f8944 +size 930424 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png.meta new file mode 100644 index 000000000..0c64e4a13 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroop1024x1024_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39691d2f399e9621a9be7ef77d17a6673e57fb5af97cb7e9f1375d7b55bccaa0 +size 1171 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png new file mode 100644 index 000000000..06f77e128 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6213ace3bd231cd4fdcf00d284e57911950d5afa4f7b4bf1ac90e500b8ac5a +size 5983 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png.meta new file mode 100644 index 000000000..1ec6c13be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHead.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0ec7731f3a969a95d89a143017bea142bcc24aac500eb019c0b5ea5a816ac1 +size 1162 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png new file mode 100644 index 000000000..fa56adc78 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd146a7960a2025f68674560d5cf9642d666c881889d1b808560ff631112a15e +size 213214 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png.meta new file mode 100644 index 000000000..9a32af0d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82e424ec934d7107aabb02effa97e6d5d3a67ae702a5e9a358059f84aae8d4d +size 1164 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png new file mode 100644 index 000000000..a37368f2f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77433ccab5ee38bb446819e680fc58afa28bd66df1cb543572d646963ead60a7 +size 255655 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png.meta new file mode 100644 index 000000000..e4f707e26 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Recon Troop/Textures/ReconTroopHelmet512x512_Red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac8c4d5888388255e1aaa10ae9d9bf13b79547e27e861d77b986e1da7197761 +size 1175 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment.meta new file mode 100644 index 000000000..6329b1d5e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df6838ea409180479ea5e6cbd5db849135f233c825bec7aff6086dcaa219f06 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials.meta new file mode 100644 index 000000000..527fe5346 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbf74a9d00ac24cf9af9498454b3ff81d80cb4cfe56b161b427dcb813923dc9 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat new file mode 100644 index 000000000..f6400cde0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8902f55d03de0a292ad18fd976c50f19dca73e121243b760a2335b72be2eff46 +size 1488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat.meta new file mode 100644 index 000000000..87b801d2b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/FloorAmaterial.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876f57269f4b94acbe42f79d7015777454f406010ee182d0ffb3a2ef67caf2d4 +size 350 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat new file mode 100644 index 000000000..8594486b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e618d5bb1c005c15ace24d6a7a0f6bd7b28fac294c66d9c86916c4b445dcc98d +size 1697 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat.meta new file mode 100644 index 000000000..33d6a36be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/LargeDoorway.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3ee03295c1e52da7a8143a6338a0c4809c7d0836e5996acea90f358cfd966c +size 348 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat new file mode 100644 index 000000000..b9c0f1516 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263ae6f718a06dadffe528010437dea0fff348dd96043246e1f721472a523752 +size 1166 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat.meta new file mode 100644 index 000000000..6cf669166 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/Pipe_electricBox_ts_Diff.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ee07a70060de9f5fa960ef51a0975caaff033b9b68a7d776d72eba6953566d +size 360 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat new file mode 100644 index 000000000..ebba8c1ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425c1410e82afcca7045100c5e7bdfdf2bbdbefec97ce85d558c13197f86a7b9 +size 1187 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat.meta new file mode 100644 index 000000000..1a02fc9aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/TerminalDiffuseMap.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7990fdf641fcd0c915dacffe92577e42e60ccaa7ef9e27edd7911e167c6c087a +size 354 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat new file mode 100644 index 000000000..060a0e8aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc80bc9e221fe61a0b75c6ceb55c8f015315ee99a726778070f70fb03caacdb0 +size 1049 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat.meta new file mode 100644 index 000000000..b5743bef5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallDivider.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b6b4adbae817c1b86e32b041f4ec8dd58a57a737d2406994be34c6c67754d3 +size 347 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat new file mode 100644 index 000000000..37218428a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e2583f174c13cdcce2652ba1daacff2a014fa3d3a040c5a879fb9d6d4d4371 +size 1163 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat.meta new file mode 100644 index 000000000..8bcb221a4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallLamp-16 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51c65448120f881b25b32c6013c4df141fbab81c8bc3664b2b847df20cd0f16 +size 361 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat new file mode 100644 index 000000000..998c6b112 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc6878adfdb669928d8647bbb5775d5ac315e7107601b7b24f27dd4d083c857 +size 1193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat.meta new file mode 100644 index 000000000..98144f1fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/WallTypeA_FloorRaft_Diff.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bcc906ffd19811fd064845c023b183302c514394ff4d24bc845b7839efacd1d +size 360 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat new file mode 100644 index 000000000..0b85b835c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550a9960b3ad4ea0da2c17df67d34b6a59bb943972378dfbd3c7a4a63875af09 +size 909 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat.meta new file mode 100644 index 000000000..8eaa18741 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/ceilTypeA_Diff.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4353873600e3047384d68401f0f70a12d97f58b47adf3fa60fde90497b2961fe +size 350 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat new file mode 100644 index 000000000..0b9f63d95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef76f3dcd6141ea7c5fcb94752da08d9c21ea3e9af71b872676b52dc5b4690e +size 1349 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat.meta new file mode 100644 index 000000000..29fe00fe7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Materials/wallTanker.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc0dc3036cba3ef6a28db5b0b64bf9ce67a9f4ddab47b2ad63aca5ac66aa7fa +size 346 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models.meta new file mode 100644 index 000000000..b8d1d042c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bc41046cbcd9b0cad9f09acb2987fcb49334c21b4ac4057e929e9d255aeceb +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX new file mode 100644 index 000000000..20f661305 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6433c82eece7b5124500585298498adb3e6ee837bb0d634da7c38cecf58d165 +size 25888 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX.meta new file mode 100644 index 000000000..1f0a9718c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/CeilingA.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b370be11d3a3c2993e0ea3c4ef7c165a42bd73c76763df903b79e416678ee30 +size 1758 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX new file mode 100644 index 000000000..f5cf2d9ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5c28db22e378876d7cf4df50256cf34aebfef2ca87926c2e016ccd32f8db8d +size 37504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX.meta new file mode 100644 index 000000000..57fd84343 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/ElectricBox.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e15c6a13045285730df847044d2bab762cae32e791a6005da1b1b8b0ec5356 +size 1769 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX new file mode 100644 index 000000000..3b278f015 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71b36d3f0ef426bb4a617d4ecf08861888a8eac42af9287f2dabc5fc12a4615 +size 26736 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX.meta new file mode 100644 index 000000000..f07db9439 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/FloorPanel.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707b5dab0532e1672be7ffb07dbe8776b26d89fd4b232482d73d45422e080bc5 +size 1758 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX new file mode 100644 index 000000000..592bd5869 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963122e65e4ecfa58a304f60c2d290e72318ca7dedc32e1080d3f67333012437 +size 40320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX.meta new file mode 100644 index 000000000..93231b766 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LargeDoorsA.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb68728f00da0de42b13eebf2e50085c95c8109127f2ff377522a1f92683987 +size 1760 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX new file mode 100644 index 000000000..4029d2ebe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c2e426b1096382a16fd907829a1dbb7c11ae931cd9950025ec906db5b8f597 +size 31344 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX.meta new file mode 100644 index 000000000..ce56cc4e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightBeam.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3c2e5d2c7c188479b996c6d06b6f0080f7fb5ae50d4d79754d03c77094cb85 +size 1756 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX new file mode 100644 index 000000000..18c2a9fb3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62a918946339e0bc759d7c1fa0dd1f7be6e92a70c3fc4e30cb9849a8226f3ff +size 27536 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX.meta new file mode 100644 index 000000000..b24e88e4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/LightEndBox.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea45aa4e86aff99e255350e971ac44a6c14f6bb2ee8319dd700b79b4ece8de9 +size 1760 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX new file mode 100644 index 000000000..892f0a474 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3afede7b772683ec2d83f415235d59fcdf8458e8845ad8417f24741d9e2d7da7 +size 52352 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX.meta new file mode 100644 index 000000000..85d446ccf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Pipe.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cb5dcff9047eed1fee25f5d5f68e711f33d9b387a0a51bd86fab8d3ef1e8a5 +size 1746 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX new file mode 100644 index 000000000..90cb21df0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a66bc6f00aff13e9752584786f0addb649f78f0c0756ff5e9b15d874d708a9 +size 38560 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX.meta new file mode 100644 index 000000000..2141389f3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Tanker.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645a66724bee5f7b478662c5d2e5edec8bca66d730a213dbc64c6ae168c660cb +size 1754 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX new file mode 100644 index 000000000..9aea6d851 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f4d0fff1b47fb655a9e8a193c91ecbb07ddeb295d3e854844473b57608026e +size 56432 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX.meta new file mode 100644 index 000000000..7f83ebcde --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/Terminal.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ded087bd84b500f1923c521245d03ce6c6a33e428e316dec6b5cdc6dca08142 +size 1754 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX new file mode 100644 index 000000000..39b47dc0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49744dfec27803620f362c3e9c9ce6c9c663e866931616a1b60d78d8b9dcccd4 +size 33376 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX.meta new file mode 100644 index 000000000..cafd7557b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600cf97d1264190ccdd2ca1bd51e2fea5e6938e785c192e9119b71613bab7c31 +size 1774 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX new file mode 100644 index 000000000..57de66694 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18242d34bfa91f19675f1fd08c83e96f44f0d0e9b309aa5688faeafa2d558ac7 +size 31216 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX.meta new file mode 100644 index 000000000..103e66394 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallDividerA_atLargeDoor.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6999038d510fb8721a644809f5793726549ab346ec568ccf44eb5a7d1d825400 +size 1786 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX new file mode 100644 index 000000000..0fe759e5f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8ed549b9a95fc34f1e2e2018dfa8a82c8009c352245ed124c34fba081c6219 +size 32032 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX.meta new file mode 100644 index 000000000..9907a6ce9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallLamp.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b544abc436371495c1dfd5444a9dad3e3c2f7c7d8453f6ce2da20a52578bd5 +size 1759 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX new file mode 100644 index 000000000..279f977d3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507c6145889a5103eb21528a29daadd7492153ff96b46f2f0ff44e05a8b9236e +size 33488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX.meta new file mode 100644 index 000000000..787f0a447 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Models/WallTypeA.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfc6cd4efcd73cdb9b7c492b59362b2a3ddeb60bc26a0930ff7d2b4ac30803a +size 1756 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room.meta new file mode 100644 index 000000000..531058d4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ba45a29c0134293c8f8aa6fdc5afabcd421c21b34c84721d6d97feec0e855b +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr new file mode 100644 index 000000000..1d091d9e8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893b6c200a219a32c00704603215731e571be50df306b7b3fabcdbd922c7b83f +size 1004425 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr.meta new file mode 100644 index 000000000..3bcf91501 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8024187f0fc24d426cd7f701e89aa12c643ad67d648fd38789fb51cde7b2b4d1 +size 1160 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr new file mode 100644 index 000000000..1d3846190 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a2c7d1d7bd5ff776cd1c5b1e2b485c1eb1e22162b6a583689254a45f6b2c81 +size 945177 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr.meta new file mode 100644 index 000000000..9ad0b3f55 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-1.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c33da3252877a8363c2db9fea6c9b160761d51e4a45fa7537bb261848b0bbe +size 1160 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr new file mode 100644 index 000000000..ae91eee89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e5be49161656724c25b1f819ac9902d158f8558562f612a9149239001b4b82 +size 1009378 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr.meta new file mode 100644 index 000000000..fdb4f48ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-2.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5f04266bcc39354b85fb1ad3a022292847e4108c84e76bc0c688ad661e9b39 +size 1160 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr new file mode 100644 index 000000000..f6dc93317 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0501b0ea2e969688bfb78faf4cc7ddbbd06c06187510ea5ed3656edfe0a14a5 +size 251947 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr.meta new file mode 100644 index 000000000..64ec7909c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapFar-3.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937dd30a59d1fe9f089d675d1de6ffcba75090f16fc3528134ddb5d3880fb2d6 +size 1160 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr new file mode 100644 index 000000000..2bc4ecb1c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7e1216d11aafae84952799c093843ba8ea3c4d673d04a7b3840311329aab7c +size 189203 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr.meta new file mode 100644 index 000000000..05e06cc72 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19be45ee1084d75ae3d4008135326271b0b807e7d1ef203a06d6a686e1ee901 +size 1161 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr new file mode 100644 index 000000000..b9927551e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a39215ef4894d64db7d3a28e3fd0b142b23dd229710e8dcbfce2111bda3318 +size 214816 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr.meta new file mode 100644 index 000000000..f6a73ef1f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-1.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d4cfffac7d96ec8852a7ba7b99914e14d760758e8119faa9902bd6b2f6d819 +size 1161 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr new file mode 100644 index 000000000..252845694 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4e593cf237848bb8f7ef9ad2ec107aa822fd207fee5f01633dd8c959535229 +size 198855 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr.meta new file mode 100644 index 000000000..4be6617e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-2.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3e892affc5b76005294bdba3a0397ee3f5ee3bc290869e67ddc4fc2b77a766 +size 1161 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr new file mode 100644 index 000000000..36b972f4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c3f369129499897d6bdc6258139e3c2b4f6a4d3ef383576b9d9f4765662328 +size 69765 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr.meta new file mode 100644 index 000000000..32c2bbca4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Room/LightmapNear-3.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0585b5f80d75870bc8ebbd87a7831360e30033662692f4a55138ce3080f8a6 +size 1161 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures.meta new file mode 100644 index 000000000..8ee7b86ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461c8b11b181ec4620e1741b229f2b038330d0cce3a6bf6ea23cf72b8b79080a +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png new file mode 100644 index 000000000..ee9f8c2b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61689fb5b3ce0b6a3500f02389b2ab12d301383bef351bc106079cf3800699e +size 15774 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png.meta new file mode 100644 index 000000000..6dfe62c95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ElecBoxNM.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9597d871e16f1c54207bc28a38bc1c11b9972e6b8a6614b7445ec270437e912 +size 1162 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga new file mode 100644 index 000000000..e282b9988 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13857954446334f6014e23f46c10c32901f8142b833db6e8e46e2275c457928a +size 4194348 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga.meta new file mode 100644 index 000000000..421963b2f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA.tga.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32c07fb3e6aaeeb4a0b9fe7d0e254db4b1ad3f63d0e0209216f496da6aaccff +size 1164 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png new file mode 100644 index 000000000..2f062e3a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852100b88844f50b9bf32595f93d9fcafc43ed66e272cd4177b98b6c7274b8b5 +size 79347 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png.meta new file mode 100644 index 000000000..4e5734ab7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/FloorTileA_norm.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c120d12a50e74f41034f47baead998287f18d03cf8b7ac33c9fe880455c595 +size 1167 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png new file mode 100644 index 000000000..9c7d4d4ab --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e1c28eb82f72e1088fd3f645f7dc9444a90b6848f09790d8a744df37cc6255 +size 292113 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png.meta new file mode 100644 index 000000000..8bc33c62f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fad4e7ded81523bb94582abb260ba48daaac823702dbe3fde9766cf039f33a3 +size 1166 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png new file mode 100644 index 000000000..2fe411099 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4b9440640fb0f600890d3e596402712e0fca816607dda538d5ff874f017b5d +size 329416 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png.meta new file mode 100644 index 000000000..813e815d9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/LargeDoorway_norm.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7814cee93f8b6fc9b26f6c1c590277272731573c3a54de8e9b3b7b44755b26a9 +size 1170 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png new file mode 100644 index 000000000..e94b76a52 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f76445c271a07d498e935851c55d8c6ab4b5aeaf7bbf1b0ddcf5594266b8b +size 209185 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png.meta new file mode 100644 index 000000000..310dae69e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Pipe_electricBox_ts_Diff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c041d149b070a5161f22069d0ebe744bc3a38e9d7ebbe64b2db53d2a86b84541 +size 1178 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga new file mode 100644 index 000000000..fc1f37ec4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c82a360853286d273ea4a2650c7b273e5c150cb40c36681a2006a8ff64298c4 +size 4194348 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga.meta new file mode 100644 index 000000000..53e4a11b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/TerminalDiffuseSpecMap.tga.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b631b5a44706f6d913ea1a99d75556b8467587e89888c82e9c38a4fed5ac35 +size 1176 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png new file mode 100644 index 000000000..504d60ebc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67704657dbce04f65f9534eeae7a085bfb996104afe060e0e2dd9a99c733de84 +size 112890 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png.meta new file mode 100644 index 000000000..2718f9825 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/Terminal_Norm.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ceaa31f9389023014a742e638e6dd1770fbf40635bfed822bd041aa512b85e0 +size 1166 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png new file mode 100644 index 000000000..449e768b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2a15346a6c8e0f0d63389b565a427b7f5ca330ac5c6370951d75b1a47c6c31 +size 135180 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png.meta new file mode 100644 index 000000000..ea37dd959 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Diff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821ae9a5baa1696d082698f6a6bc83fa92d56bf0a16cafdb0ad0d8af6b8dc84f +size 1181 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png new file mode 100644 index 000000000..6d2b7b364 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0eb2142a7d7b880d8e305712e60cc61344df248524c098cbdc74cab98c2b050 +size 36986 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png.meta new file mode 100644 index 000000000..09ac8f33e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallDivider_LightBeam_ts_Glow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e235f43da0daa6f7f69eaa072e2f6e949b4e102eea1967d2b6f9b5888bf2e015 +size 1181 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png new file mode 100644 index 000000000..9b2ca591e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0276d424508f7a2c68d4a51e0a51178217cee0db4cbbee04d3f35ba2c25c26ef +size 6684 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png.meta new file mode 100644 index 000000000..56de67194 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallLamp_norm.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31634a4b0f9358b8a375f4962071cef2be27452483dea08591f877d82695a8d4 +size 1166 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png new file mode 100644 index 000000000..974339ac3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577d1323ec854c5379ee66cea4ec353542334efb332247b5e51b418d477cb23b +size 120549 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png.meta new file mode 100644 index 000000000..b3d26450a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Diff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c2de245c13df76b99d23e0df81cd90e965edeb8ea9a010cc3480a20b9004eb +size 1179 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png new file mode 100644 index 000000000..c5bc88906 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462e5cc1374b03802e752c1dd57be07aca1d6356bdaf5662c496b0daa0a32ed1 +size 45015 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png.meta new file mode 100644 index 000000000..f0a83e79a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/WallTypeA_FloorRaft_ts_Norm.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86246eac8907a831e16d656987cc05e3b42794bc4361ca873aa56378c2d8fa52 +size 1180 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png new file mode 100644 index 000000000..493c646a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3eaad1522e47af1616a8b94b80384b39bdbd7d434f38b1f8deb1761cda7d66 +size 40675 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png.meta new file mode 100644 index 000000000..31836d27a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/ceilTypeA_Diff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e709aa16dde3814010dcc0f8799a929a306de5ac67ab1d1ba2b971b2ddf03f +size 1168 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png new file mode 100644 index 000000000..a2ff21b49 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6996ff75e7d27582b84c37a766834687489712142ae4f3482e08931d2631d19a +size 16753 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png.meta new file mode 100644 index 000000000..fa1712452 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallLamp_Diff.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0f608f5fbda524ce1d18119129f085d9166e61c0b754af79017e30cabec423 +size 1167 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png new file mode 100644 index 000000000..1951fe76b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63efc2e69fccc2a08274bbb704f34044589296a7de680a35ddd948199c9777c7 +size 290164 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png.meta new file mode 100644 index 000000000..2043bf3be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Scifi Environment/Textures/wallTanker.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c0d9404dc5bd0579ee4c8aaecfc7573eabac5e4dec4d197766bbb789aac540 +size 1164 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds.meta new file mode 100644 index 000000000..7b5fc948e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86f08d1969d286d1c32e6a141148930bedff42423449b077218ff100651943e +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg new file mode 100644 index 000000000..51c3b31ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bb6dbb537c28f888c22106b03e0910ac7b7220c3c6f0049eedf6e57eff64f9 +size 45383 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg.meta new file mode 100644 index 000000000..cf7b281a4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Background Noise.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fc0e4458e677adf067d0057d116b2421b1fe92159ab429fd6a74ba27140d51 +size 445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg new file mode 100644 index 000000000..bb8112890 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a84ef8a8c7d40bf5d76899411611249143719689c5b310eae8955829d5cc94 +size 18092 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg.meta new file mode 100644 index 000000000..b0bfe2d27 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/Pulse Rifle.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0239dae4a585cda5f9a541baf873c2f00e28377d574cb5ab1d33954f0af35db5 +size 440 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt new file mode 100644 index 000000000..2bf3493ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc10baeb39fdc3ba6b451c88a4d6508b8914eed2927a8d62dbb0cb07218bf511 +size 93 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt.meta new file mode 100644 index 000000000..287dfeaf7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Sounds/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa3e74afc2440fff24b9650a1dbc3b6ba3b4aaf1d8b5e69837d30647553cf17 +size 320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures.meta new file mode 100644 index 000000000..305f4e994 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35097c1ced67096f0b0877a8f2aabc461d012cf76ea666dfc8bb091588f003b2 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits.meta new file mode 100644 index 000000000..d354ef0e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd133ec7c436c12ab2e3a67713618acd4516954457bad2a15b6d3490d0980ad0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png new file mode 100644 index 000000000..67ebce355 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a9017602f1f008c929a424c2fecdbceeb7dedcc7ea23b5640cba063998aaf5 +size 9766 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png.meta new file mode 100644 index 000000000..13d49292e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/Terminal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b1ac891cc4089dbab79d4c574b64889f1946c68f94c4d833403f78c5caf798 +size 1471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png new file mode 100644 index 000000000..b9e9f72cc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc890313c7d0a8ff4dd191444fa805a9f4023ab83872bdf68dfcd48c82a8957 +size 66080 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png.meta new file mode 100644 index 000000000..761fd8ad6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopGreen.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dfb31e9932a4bc019638124c1f51a76cb55a3e33696c4f07908626f3ba3bf3 +size 1473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png new file mode 100644 index 000000000..f5073e259 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ecfdaedb451dc070d2bdfac4b38ef83810a7b2a33e196a9e9a34e1993e9bbae +size 69119 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png.meta new file mode 100644 index 000000000..883ac0f45 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Art/Textures/Portraits/TroopRed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b0ae88eb88c69a34bd8681e0dd0563bacb942632bf3ada219dac20c0bc4991 +size 1471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data.meta new file mode 100644 index 000000000..bc82cf88c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585218124947fda448e584f0bb3ff9cb14c820aa4c3157ad5871af67963475ef +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset new file mode 100644 index 000000000..cc14216af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669fb2a044911e3c7c44fdfecb37631015db1ba80a38bbc293a3c66df90c47fd +size 76237 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset.meta new file mode 100644 index 000000000..eadc5a468 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Data/Demo Database.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce7ccf7196a4864f6597668dede03795d260386d2db82e2ea0c4abc7626d25c +size 324 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs.meta new file mode 100644 index 000000000..5b6355b59 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6775e898be9ce6c55f9f6d246755cb58f5db9a8309e061ca66728946b5cb46ec +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab new file mode 100644 index 000000000..07bc75de0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3d1e564c18d7f3782086dfbe16aad09583820d6d7c768acc233a963d6bf6cb +size 49787 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab.meta new file mode 100644 index 000000000..8f998edf0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dead Enemy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5796fbf74def4efed872780969dfc58ef61cbc298ebd466b3147055b0d113e57 +size 325 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab new file mode 100644 index 000000000..123a9f524 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2dfee603171d39e2bbbed4e8fa78ec8c7a16c324515db7a3424d510bbc5a14 +size 21036 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab.meta new file mode 100644 index 000000000..584341c6d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Dialogue Manager.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e1e9fc0511e480a9ec28c7ad3fad18149e19a74258f1eddd5ddfdb9aba6532 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab new file mode 100644 index 000000000..77766442e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1356db0e66ec4c4d1d17a897602e2f82ec3648cdecde2cb58ae4961350bb3755 +size 54746 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab.meta new file mode 100644 index 000000000..5655ec0b7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Enemy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf3e374c45617d2027d5697e74505b6a9756a7fefa2f36a52319382c66978dd +size 320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab new file mode 100644 index 000000000..56e1c65bb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7dc68854a57624fea56c15276f8bab9c4258e38b4f1990887740e40a5a7808 +size 65478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab.meta new file mode 100644 index 000000000..72fe50441 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Player.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f5c7b0fb1004f2202b28b58b9eb7e8126a8e50ba0a802384ba856627560b6e +size 321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab new file mode 100644 index 000000000..c13f92390 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58b2db3da771ca98b1ebb91b78b2c909919d2d2f24a14780a5fc18191a29919 +size 48491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab.meta new file mode 100644 index 000000000..3802c2b99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Private Hart.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4aec65b49149f5c1fcd1303ac41cc14d48fe08ffe2ee7afa3948cdc2ef6f8c +size 327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab new file mode 100644 index 000000000..b95349068 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dec7feb1074f989ac3cebf33e78b288ebd9a09ff632adf91c0c6ee3a840bd0 +size 167088 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab.meta new file mode 100644 index 000000000..d64d84dbc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Room.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c611f7e9608fdcc62873042aa51acb1447d3c69da6401ab45ea4b9a89223850f +size 319 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab new file mode 100644 index 000000000..2d4871c67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e794e8b26cff9520e93b39d84505ea3c5486c58ec29d072d84891964d857bf +size 61431 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab.meta new file mode 100644 index 000000000..19881870f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Sergeant Graves.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f60fe11bc7d480d2df43b45002279ab31f3d06810f52edc4c6483490e90f90 +size 334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab new file mode 100644 index 000000000..e570f3f7d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90b318e4af00933b41a3ff227f076c2ae5a9bd379560dfa3f61334514aab50e +size 110518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab.meta new file mode 100644 index 000000000..e454691ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09325ae671ace3d091d2a0ea90f78e579ec55ae99d30c1dec72d1ae7d2a3f04 +size 398 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab new file mode 100644 index 000000000..d279fadae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd8b00c5a60338a044cda880f8f94e1e51b57737a4dede1d3ba12d18b053be2 +size 7388 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab.meta new file mode 100644 index 000000000..36aa45cd8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Prefabs/Terminal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003e971a89a6f371359fd67c892af0666cfae0a374f77e045f244b5a2be3cdeb +size 323 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources.meta new file mode 100644 index 000000000..5508fd07a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b8da495841402a7677f240ba43107ced1179a7e52c4846159bbd432ec80d42 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg new file mode 100644 index 000000000..e45edf8ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fe38317b3d86b2253f58b9cdb699c5979671bec1d069526890084a8e6db283 +size 47641 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg.meta new file mode 100644 index 000000000..047ffa83d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_1.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896ba4e113a363343b4e3eb8600c3cb51452e584f04a8a54c3d3c2c58d818dc6 +size 692 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg new file mode 100644 index 000000000..4a1785adb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194976769c89d8265de6dcd8354c621d7f95ccc8a99ba2a92403f6252a5976b6 +size 47626 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg.meta new file mode 100644 index 000000000..3e1ab8b14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb503fb40cce80f06586ad0a8a5cd18c153da56e3ec5ba2b9f9db177deb34bc0 +size 692 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg new file mode 100644 index 000000000..b65e095fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b640f7059a4a6a558953bd95ee2e756d7e3ff7cd8cc59b3ea4a57e6dc72e26 +size 36743 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg.meta new file mode 100644 index 000000000..b88c1fe97 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Enemy_6_3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e430ae7a9e8e2f9f4ab09da8b5738eced3a30901d13aba1cdba544ebae6134 +size 692 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg new file mode 100644 index 000000000..299973166 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f42ff414d87fb0a1a2bb4a8700e1370ac45bca65072ea5f131552e5eca7e291 +size 50151 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg.meta new file mode 100644 index 000000000..b4460b1d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_4.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28a8046082dd9e8d04025ef3bd438dc7697410a277e5d6aba145ca8565555cd +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg new file mode 100644 index 000000000..0d62a2063 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e615dd86ec7b00fcfcb4612358bb12c2372c112761355d24223a72f8d1fed434 +size 16769 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg.meta new file mode 100644 index 000000000..bbc3866f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_5.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9291a60546f01b9e7baecf6d15806ebcc441d170293202658e287fb2d8c21750 +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg new file mode 100644 index 000000000..14bb8b460 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e58597becd1a13b52cd3308f8d9e8ad3c69a009b12c76dabd9b8981b4866ed0 +size 31489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg.meta new file mode 100644 index 000000000..6213da473 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_7.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fec43d721c37ef987f6e220bc726aba56a0fc5b4e07cd0d40d709f0cb105747 +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg new file mode 100644 index 000000000..b81d47a6a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f929012af2161eaf6088bee764fe30f5d6967651612ef4867c14a46949b44cf +size 32976 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg.meta new file mode 100644 index 000000000..ae325e418 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_1_8.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd618ef60f1aa0e68a09c8a872d1d87a50b02cc2ebb4e039a47d303e1ad5899 +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg new file mode 100644 index 000000000..36465167c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17e23c72d141ebce9f0270625182149d4e0a43f18f2dece1423753bc7393fb0 +size 19495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg.meta new file mode 100644 index 000000000..52ab0156a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_6.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc74fa2c2cb3a94755313c002fecefbf9d01b4a57ef76032d5599c698ceeda91 +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg new file mode 100644 index 000000000..623e9588e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8608574915ace296a7c2be6e89f980d9fe555719b6fb08d1715e6cc8c333f0a7 +size 27100 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg.meta new file mode 100644 index 000000000..b951db440 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_7.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b4db58d30e628aeea0340fc18ff4b1aa51148923c80d66eff685a631d15feb +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg new file mode 100644 index 000000000..3cf947bcd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700efb75da25102f48661f4a14147555f7d68d06cb9bd5dd5c26aae7e30f8559 +size 24081 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg.meta new file mode 100644 index 000000000..761dae3ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Player_2_8.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8c2088432990c21ae6e669cb361e4a4d4ce0fd5e19acabee85dd42b261f0ed +size 693 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg new file mode 100644 index 000000000..51a580e89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6e0f7ba1b4a7c41df22358d53ccd4e897d43abc4283119f3571b6fa7830994 +size 153591 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg.meta new file mode 100644 index 000000000..d9df73429 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_1.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf65d70d94dc309bf46ab51c4f73b2198f33798372851915508d26923063644 +size 699 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg new file mode 100644 index 000000000..538189230 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d50edfdbdf8c31b078e3e233eccdffbfb22b4f2eec094e58cc07f621b4f69ed +size 63528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg.meta new file mode 100644 index 000000000..fdf0a595f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1cbb20cfb3ede5e9ffda178e0aa8622c5ad9094080243dedef19998b2a7685 +size 699 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg new file mode 100644 index 000000000..759e1522d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1309fb1c18514c957c099384def160f8908664da83a16f6a026390cc4e3507a +size 85585 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg.meta new file mode 100644 index 000000000..d8c2f2c0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d51fc339b7c3a20eb97c4eda9d4bf0ab4bda1aa0f866ee654bd0100a0ba038 +size 699 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg new file mode 100644 index 000000000..7fa711ec0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bec3a6f6e0eb27923b630de6f01727b2692da0fd8a6576c04da824de404488f +size 104085 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg.meta new file mode 100644 index 000000000..78cd9b32e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Private_Hart_1_6.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb021ddb4be3ded532f143f28ba15c3673175215f0c2bf8d6e58a2c59b403761 +size 699 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg new file mode 100644 index 000000000..9660b2b9f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1d189759e59cccd8f05237c9210a4566875bace15d3a52a7d0b2a692a6c3fd +size 72097 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg.meta new file mode 100644 index 000000000..742a75952 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b51648d1969f798c15dfab5ff2f9e24440c487f17bb0c0f6c0c7e436a11662 +size 702 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg new file mode 100644 index 000000000..ae6b9d55f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffc785d24a86061fb33396aa39b0cd5535032026b02e3148335cf1362e57c25 +size 85533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg.meta new file mode 100644 index 000000000..85816ecb7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee150a09af8bb0041728517c46d75ff14ea41b94d14f1cc11f8a628b60e51706 +size 702 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg new file mode 100644 index 000000000..8373daada --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b543e6d0c16f0b4691b6300ede4ea3b11036b2deea28b73efa2306daa6a1eb +size 106327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg.meta new file mode 100644 index 000000000..f719b6b73 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_4.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bf91ef5d4fcc4661624021f6a9b81da252cae9e0f73e8f18675f77260a03ce +size 702 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg new file mode 100644 index 000000000..df8f04540 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a23526dafeb096547170912308e3d9501e65114551d918c00852538f9b4d0d +size 73565 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg.meta new file mode 100644 index 000000000..ff6e4992c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Resources/Sergeant_Graves_2_5.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2768e4282cf21c3f9602e7d55ebc3dec9df0ee5029f6720dd166246cc080f6e +size 702 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes.meta new file mode 100644 index 000000000..1c0f57bb4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42084c779be3b4f1ab8a7a38a03e1b7da1c08f0f1ce1c593b943e66ba6738fe +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity new file mode 100644 index 000000000..7d916a2df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee620d223fb006e9a8fca8887ef72ddd942debe83fc1aa852bcdc344ad6d53f +size 52001 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity.meta new file mode 100644 index 000000000..bfa3c21c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene1.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40db76202ba0e0592e4e5690a7f104bf0bc5b160da2a7d28e4e00d99f17e68c1 +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity new file mode 100644 index 000000000..25b1c9685 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8b8d916abb1c4677ffcbaac6b144966eae379ecc3d76e0f596682860e70884 +size 99351 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity.meta new file mode 100644 index 000000000..0e6388bda --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/DemoScene2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bd6c7490e4dbaed12c1c1f6f891973c0e2ead9488d94b212dbdb661cf8282f +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System.meta new file mode 100644 index 000000000..cbd221794 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9781eab60b926f3f93ad9d84b44adcc6b0de988134b7aa9d8b95744797ab6fc +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs new file mode 100644 index 000000000..1c9a8ed43 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94b87058fa8092ce88a2e11a01cbfe6da3c42959bb0a55bc8241efaaba69be8 +size 22900 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs.meta new file mode 100644 index 000000000..0ce01c96f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34e15a43348d9a0272b2fdcd1997b2fcfc4895c63b53581e16d98bcd5c516e4 +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions new file mode 100644 index 000000000..5c6c10577 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588bb6d6febfc68eb04217bbd3cd478e6aed03589fbcb2624abd36f2a686d179 +size 7213 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions.meta new file mode 100644 index 000000000..51bb236ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputControls.inputactions.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad735a5997215d58762de760b8347401470c1b6d50ac7a1350fe8a9e963ec83 +size 639 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs new file mode 100644 index 000000000..c5f227af2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1b1de13e3dfdd209b3e0933ef7d042e7d10b82dda1ae53666f91824999349f +size 1727 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs.meta new file mode 100644 index 000000000..8dffe0c1a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/DemoInputRegistration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd55dc734d1ffd41c206550cfbdecd3f65d51671cbac14fdfd79cf2c3c4ea1a6 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt new file mode 100644 index 000000000..ff6fea22c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b6b1121805946e9c5e4021bc8651f1cdf6b4327c7c531a2953b865f08f4081 +size 925 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt.meta new file mode 100644 index 000000000..751772016 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/Scenes/New Input System/_New_Input_System_Setup.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a3259d32b4fb8e86a8f8d9b86f6057abd99c081bdd1e68b5932802c06fe527 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/URP_HDRP_Materials.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/URP_HDRP_Materials.meta new file mode 100644 index 000000000..351e9d0d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/URP_HDRP_Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a554765da59b5837bf39055cf084c60a1a7ee61a48c4d72fbf1cf19ea24a4e +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt new file mode 100644 index 000000000..aeede4d5e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ffc00069eaaf56a644b5a5eedcfb271adc76709e6c9092aedef57e185a2240 +size 420 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt.meta new file mode 100644 index 000000000..07b327b95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Demo/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcf1e9056d82a4cd12528efdab05acbf57135f6e9375dd0f0fe513ceefb0804 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf b/Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf new file mode 100644 index 000000000..eb47979c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2734acd634ef245ebe9e380d12f0319857c67bfd933cd5593079fd716a4ba1 +size 39716 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf.meta new file mode 100644 index 000000000..ff7ecab33 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e10155bdc6c8478d0469e550f3c4d83d5e6db49e0311d7a7b9c10bec02c4cd5 +size 307 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs.meta new file mode 100644 index 000000000..a5cec106c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3884c11a2d692c8f6c1ba2f5b6bf189637c58407d1e18179f500c6006eb3503 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art.meta new file mode 100644 index 000000000..388dbc41d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e295cfe462c977a15fdd2e00441f83523284f974beb64569f14153f1d36d7b98 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation.meta new file mode 100644 index 000000000..83040e527 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa6b52d6a2eff68ee89e17f3b4bc5ad4d6620536d373be706acccd77490a6c7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator.meta new file mode 100644 index 000000000..b19a4c57f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ab5c05ce2e0ca9e623ca1ed1793752a0b86aea05c294f21e99f3aa5bfd7eb7 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller new file mode 100644 index 000000000..7394823e4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e26c2aaafc39f4bfe7464aca7127970814088ccf9e9d847669c713f0c825d47 +size 9636 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller.meta new file mode 100644 index 000000000..f949bfa84 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Canvas Group Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5846df9c30ef98a61567b18dcb8c507177fa03141a30f8dc53fe3f1cfaf3a3e +size 386 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim new file mode 100644 index 000000000..c53404184 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353f000b2b3f28862941752f3fb770273b5ba3137c1a6fc3e51d16178c6c3bef +size 3151 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim.meta new file mode 100644 index 000000000..a55a86555 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Focus.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dccc43454f8c7e706c00994d94b400b0d32a53cf34b335dfd6bad45bd9d460d +size 439 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim new file mode 100644 index 000000000..098770bc4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bc682e1b752d2f58aeef1844c790b7fdff1045b1df87576fce1cfc1abe73e4 +size 1733 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim.meta new file mode 100644 index 000000000..349309407 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hidden.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c5627fb3273f1651f59cff24efe80e68fffebdefec53ea958f3c00bf5afb8e +size 354 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim new file mode 100644 index 000000000..97d0fe4ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109ee0b00a86e66a8ef73f3d3095e3913de52a52e26a8e7dc31f42edd40af1d5 +size 1934 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim.meta new file mode 100644 index 000000000..2a4950de6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Hide.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a1ad79587ba74d2a0701c435fd39388654736d8dbc80840b1a9fe6293f5a20 +size 352 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller new file mode 100644 index 000000000..e83b54515 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0715d67c713101b9ca50c64ca1bf057131d88c9baa6b58c04374aada7837437 +size 5120 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller.meta new file mode 100644 index 000000000..373b15fcf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/SceneFaderCanvas Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f532660b9ad4b0b3ff5d9ea0b6c89a50866e34ddd49b3ce2a5f813be71479afa +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim new file mode 100644 index 000000000..f48e6677f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42e10b57262f5bba6c5ddae4b52390e239a948d1c2504a1f54c7a4e46f705f0 +size 2193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim.meta new file mode 100644 index 000000000..398dba4f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Canvas Group Animator/Show.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc379fe7418f8d04af658f0afc30d42ae669a5fe778d945a5beba81cf04e8d1d +size 352 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator.meta new file mode 100644 index 000000000..7a3dd48de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdfe9bbe07995d290586e83c882156b86c87d16b35f160b420b4014a0422ae3 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller new file mode 100644 index 000000000..90b07ff47 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcca24cba669246af6bbd23732c7d4602da8d9fce89e7a1b38aa621ae8ff1c5 +size 4638 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller.meta new file mode 100644 index 000000000..7a8ceb6e5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Expanding Panel Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b634518312e8c4b171b806d1de10708fcd374747ef5cc679fc62d42b0ffa45 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim new file mode 100644 index 000000000..d15d37aac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4cd9b55bc0f534e99c7a8dd66629f810de0c36561f066140066a91b515188e +size 4468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim.meta new file mode 100644 index 000000000..b6429fd41 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Expanding Panel Animator/Show Expand.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6435de5418838ca8f60bdfbf524d3075ac1bc00257e54097f52c22bbeec05a9e +size 448 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator.meta new file mode 100644 index 000000000..cd9839cef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0f0e8f8f5eea107f80d9707efcd1e7e66125b113f17d884ee7feaf5d23c974 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim new file mode 100644 index 000000000..e8267aa6d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae67ae54ab2b01d9cd3e2796eea5c0929a3a279bfa67092aa2c039dbffedd47 +size 8637 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim.meta new file mode 100644 index 000000000..09bb2f0b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Focus Color.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0207f4a583143480d23029fe204ed52ebda3fe2317f8ec9b0309402e92e4b0 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller new file mode 100644 index 000000000..503453fa8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c25b17a17384bf460d1a6b59d92c5c671f02bc37f657d03663a502c62fc4e8d +size 10387 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller.meta new file mode 100644 index 000000000..04c48a95b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Portrait Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa7a5670ef9016ae3202c751287b66cc97362671da08489897dba76f196cc9a +size 378 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim new file mode 100644 index 000000000..fc939fbdb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa98a702d76de270eee2264a6873388c6bd3b7bbfee6ca315e26712febf6c039 +size 8445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim.meta new file mode 100644 index 000000000..2d79ef083 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Animation/Portrait Animator/Show Color.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1700198d5c7a1cf782fa07eeac2f4c71c4329c0714ea3919f7b6ffcbb22a73b7 +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts.meta new file mode 100644 index 000000000..0bd201ca7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68962ab3b459650f3b51fab8d81498cb0be9d7f0596f97139e6d07d1b167e57 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF new file mode 100644 index 000000000..fe34ae2c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c019f155a0004760f32079c22c29ef0ddd223d0c2c79e2487122e66d38a53b32 +size 155528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF.meta new file mode 100644 index 000000000..068e46d1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/BKANT.TTF.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8907f793d8b5e6ab7794a5d60332b37eacb0cdfeb0abeae6de896f3136a3830 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font.meta new file mode 100644 index 000000000..e5fe0030e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f85176ca69b55565408c034ed9d242b92b2df2dccbe80dbbab7b1222720cc8 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html new file mode 100644 index 000000000..610b0ef8b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbc1b0422814a0c96dacb8bfc04b155c78fee082764f97a89b06d70aa3637c7 +size 1096 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html.meta new file mode 100644 index 000000000..15ed9ec52 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!DigitalGraphicLabs.html.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb4ad6e142d9d59dcb58e1cbe26d1b752c348f7d9077ea80f5929eb9024314e +size 352 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt new file mode 100644 index 000000000..d4d1cd4c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7437eaa5ef16f04715cc758946eb35cd73165f66e89411dc849a3e36247ea933 +size 1827 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt.meta new file mode 100644 index 000000000..8a503e575 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/!license.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698aa7da976254f23675f5897ab76590fd8a4ec6e4ff193f96564200a282b432 +size 340 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf new file mode 100644 index 000000000..ca91ade3c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27535b65816647fb13b66efc1fa34158ace4f6032b0f74d7f378e1d3284c193f +size 25696 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf.meta new file mode 100644 index 000000000..3ed773c91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Bitwise Font/bitwise.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:406a9ece56758294e9120ecbed231b48ce9e9167d28595e6244647e058829384 +size 547 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron.meta new file mode 100644 index 000000000..bf1b3f7fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46499b4de0389c57f0ffca60a4c6fab779844c033b11b60f6c93f8d14041e698 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt new file mode 100644 index 000000000..51fb5e1fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ff16813b43e771232f702659b3761c64c7d17450bef7e10d58dfec4c18e461 +size 4418 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt.meta new file mode 100644 index 000000000..b11f544db --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/SIL Open Font License.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d9f54e1e7ead89b2c3619bd7311dea3eb00e1b85e81c53ea237d82e2760d0 +size 349 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf new file mode 100644 index 000000000..3d1ad000a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2791b15f7cf75482e8906fdb73a9aace31a0f995b04942aa8d07cafdfec9ec48 +size 20232 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf.meta new file mode 100644 index 000000000..41ebe0cb8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-black.otf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0118d8af72026d38177213c8d7e15a0dd1e6bd9cf3b8b7d18dc2049c43a92f39 +size 546 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf new file mode 100644 index 000000000..a02d8ae75 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d34b02d6cb8cb70d70eee361e70713cc58d53265b50540c7a162097cfc9ad13 +size 20388 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf.meta new file mode 100644 index 000000000..4ca2ed397 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-bold.otf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91371a674f90c82fc088fffc69f45b458831649aa94018cfb2834fddcbfbcb57 +size 545 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf new file mode 100644 index 000000000..c22a2b2b1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6013ab836977b66903bb6ae625a963864ea254fd7a9e84c22bff8487c3b33c +size 19344 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf.meta new file mode 100644 index 000000000..82f12a8d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-light.otf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec39a214160b0e6c311b81c1057455092e532981944819bd669352e91514238 +size 546 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf new file mode 100644 index 000000000..bd1bdccb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d466e1c0478e93cbe24d3f069c61c654ebb3d7d384581379cadac2c77794104 +size 19256 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf.meta new file mode 100644 index 000000000..cf9bb27a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Fonts/Orbitron/orbitron-medium.otf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fdb55364a1d2cda70bcb5b861bf54729cbe52b334ecf1bcd00dc428c170fb0 +size 547 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab new file mode 100644 index 000000000..35b670028 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e92fc11f5e8adea9d7794fac63cc93e1dadc2d99fea8a28d9bbcd9a7ebe2014 +size 5454 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab.meta new file mode 100644 index 000000000..c0b32dced --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/SceneFaderCanvas.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df09938472df974daefb91b0fdbd0566ee1e6dcdcb5ebae7ccc90d76432e0f2 +size 416 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio.meta new file mode 100644 index 000000000..dd285d669 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8437719f990c09ec78b89d0b4af94b94d11fb6e0d49cad7805d9eb13f7ba18a8 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt new file mode 100644 index 000000000..cd2d8ebe8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1049f524dd219c57c82ab5353e7e1a881a57044d72fdcfb4afd75c50767d7d67 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt.meta new file mode 100644 index 000000000..e63c1c595 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85150f6d486b1dddf3ed29f1fc2c28c2c36df74f95107338d3c708d0abf223f4 +size 329 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg new file mode 100644 index 000000000..dd125c51b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23170f666ebc74f2173fd73966390d32306c1a5996d504dc9ce2632f4b22bcb0 +size 4836 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg.meta new file mode 100644 index 000000000..6691d73fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/click.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b7459c27354247e99dd6290bd0cf97e9b6bef2c804b777a3b78bdf188755de +size 439 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg new file mode 100644 index 000000000..8119d2f68 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffe757625c82d01c6f60728895657c253e12b9480dd2e73edaef80ba8a53e59 +size 9155 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg.meta new file mode 100644 index 000000000..0d79fb3bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/hover.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789a6ebf6a55d9f88fe8bd35d4386f8067439b1aad265a0fdd871af252c5615a +size 439 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg new file mode 100644 index 000000000..409929815 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490a460982abffef726f563262f2b75d6da39afb74b896cacb76528a996e9d64 +size 4473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg.meta new file mode 100644 index 000000000..ac834f006 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Shared Audio/typewriter.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bdaf5fabdef523e3934c80daa99051d02b388136f79eb0823be57541e329c5 +size 444 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures.meta new file mode 100644 index 000000000..b303bbdad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0677d1c70d1317b66a1b1d60eb22b2c73c65dcf77a59bb7f1f735ba0895f24a0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic.meta new file mode 100644 index 000000000..9bc4e1086 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1813ce5974c467e3565057977275561de909c1b3ebe1a0f8cc16ea4133644841 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png new file mode 100644 index 000000000..26b0680f9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40857c4a33a4957b453e1a4b04c07c297e116e5f47bc29234eaddcc0cc45b185 +size 6555 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png.meta new file mode 100644 index 000000000..8aa745522 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleInRange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7572360e4d59f80dad1342802f104923026787d6b9761e7b7bc889e6ccdb79 +size 1156 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png new file mode 100644 index 000000000..5c9c16ae9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f07fbf8c97ecc686961f0cc4795611ab5ae0e08b423fc3317542d4c70cee7c +size 3467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png.meta new file mode 100644 index 000000000..e5e2c0929 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/ReticleOutOfRange.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0566df651d1ba2690789ff0e4cebbf80a50bce2776379c43f68f8af69ecdb502 +size 1159 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png new file mode 100644 index 000000000..0276185a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657bf7f6846102ab0476ee47a08d53fbfcceede0a6092ba3a301ed4dd289394b +size 1411 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png.meta new file mode 100644 index 000000000..9ddd3eb7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/portrait.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a72c71ee3d88b93df059afb42cb71a4e90ef5914843e68674f4987cd76110f +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png new file mode 100644 index 000000000..9d7542a4d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251d417322c9c7f05039a49922dbbd8a05bca7ad7fa260ce3bb40a0f27efe9c2 +size 156 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png.meta new file mode 100644 index 000000000..0ceb70666 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Basic/transparent.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3db5fc9519db84d1bbee317f9b38274f78fb4f6fc72c9de1b34be09a5784ec +size 2325 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble.meta new file mode 100644 index 000000000..ae9297e54 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a273dfefce84f2cc87e67ce1393c7a3f11edacafbc9102c99e6aabe8530e7f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png new file mode 100644 index 000000000..d1b47ee23 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a27d76a7b581cd9dc314f1032f427c0bc206ca457460d0295cc95ef166de2bc +size 1875 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png.meta new file mode 100644 index 000000000..8f536595d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Bubble/Bubble.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6f416f46755025c7f9bef1e73da53fa8ef94d8e565ec80959745be26352539 +size 2325 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle.meta new file mode 100644 index 000000000..371bd9f5a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bb99b88f171fba9d74564673491e93543ba93101c08490412f9b38f1cc1448 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png new file mode 100644 index 000000000..8199531bd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c23f6506158ac1db7987ebd9ed923ee068cda07219f31af8c2a0e0c90755db +size 1259 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png.meta new file mode 100644 index 000000000..f1c6d59a5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Button.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db620e618507349ffb66359d5a087018c8b8e80cd219234698be237b12a103ba +size 2334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png new file mode 100644 index 000000000..33701b713 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030e2d32bed1766d4cbbd70719ea6a564bd01b4e648db2bdd524014bae9c74f7 +size 11941 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png.meta new file mode 100644 index 000000000..34362592f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Portrait.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3172bd96148b6fdc3082b28e91bc70f8f4c5aee48f4f7ef99c03ee38b6894c +size 2332 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png new file mode 100644 index 000000000..7be22b161 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76934ab581b59d91783ddc7cadb37a4036fe965a80f9eb301a7f80adfeae8cae +size 598 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png.meta new file mode 100644 index 000000000..3062489ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Subtitle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad704528232a128942c3d808b9ae66d1a8b8e6746dac03e1ee5981c1aca6c366 +size 2333 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png new file mode 100644 index 000000000..a4f8a72cf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d44f9df201cb764d111aedd051d217fea118bc9218a3fd27143e7ee7812371 +size 1330 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png.meta new file mode 100644 index 000000000..56ff50ff8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Empty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86ba7b1d4b07c56bae301448c55bd1931099dccf1f6265324e2167e3b2a26ce +size 2335 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png new file mode 100644 index 000000000..c6d6d6bc7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4343d5a6abef4d968727b63c3ccbfabd3a6cd87741c8308306f0344c1fcb5d8a +size 1299 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png.meta new file mode 100644 index 000000000..a1c871985 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/Circle Timer Full.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b283e0ccf3e96c5c31f72b1c37c34d0ed5c4ed6bf98c0a59ba26dcd16c1df2bb +size 2334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt new file mode 100644 index 000000000..6209c1585 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ce327c18f8c0dfa2e5e49e9650da92342df073b3d9f425904fcf429c9d0af3 +size 85 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt.meta new file mode 100644 index 000000000..69eaf4874 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Circle/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56536fb9a3ed96e4fb024b9c5274d466916b8708590906c05e4f7d1284bd8da +size 418 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG.meta new file mode 100644 index 000000000..7b2f1f7dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b3508fcc5104dcda7c7bd9a407e3f06581512466ef90d8980f48eb8ddfcbb9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png new file mode 100644 index 000000000..e23293182 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79664341c6f1212f42ab1c8309d774479fbd33bdf568f244e3ac504897d95b7 +size 1886 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png.meta new file mode 100644 index 000000000..680bf4456 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Continue Triangle Down.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fb4b9b8a19e16d0a46b02fa85fb8276ffe38ec12a9223b3ebc647216804f16 +size 2669 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png new file mode 100644 index 000000000..ed2ca8857 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a45103cc6da009faaeefdd68da158567ab4a48f42837de616fc1eddb8f1ebc +size 3445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png.meta new file mode 100644 index 000000000..4d5d1d791 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/FrameSprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91185a209064f40dbc1fc0602e85874fdacde11b6cf5e455786bbe407be85c3 +size 2323 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png new file mode 100644 index 000000000..5705df4df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ba0d20f2fbaf9d5a228f674c1e20a9365eceb4e06265cacbe0e9b535abf90a +size 54786 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png.meta new file mode 100644 index 000000000..10ecfce35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/Test Portrait Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b5003599d14930a264647077eb8b9e71301d49c361b8b4b0ba9a2d06b4bf05 +size 2334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png new file mode 100644 index 000000000..4bbfc9a52 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82a6d481ce1ad24d5106159cd8789cc1ec957a345f1d1e4ed864a6ac981e3dbe +size 3989 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png.meta new file mode 100644 index 000000000..64c14528b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowFrame.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f005d4adb6348649323877bf187980d6840c52d29efd5e16509c80d714d9d9 +size 2656 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png new file mode 100644 index 000000000..f5f55eabd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539277dd9439382934122a11e5df7722b3ed6b0ed84efc1fcae502f3677e83c3 +size 3822 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png.meta new file mode 100644 index 000000000..e337938fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/JRPG/WindowSprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831ecafcfbc11cc95b22395b9ab086b673705f6db6ce28d81feecbe372e627c8 +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile.meta new file mode 100644 index 000000000..3bb847e60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82643684a22f06ecc8009c9ba7b7199d04b05136b40b790e956d46b40e80d33 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png new file mode 100644 index 000000000..6ec906354 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70099178c1c091ef210ea4977d7a3f8bba07a8669866b7d86c375b043f0da01 +size 125454 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png.meta new file mode 100644 index 000000000..f54590204 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/Button_3x1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417b865d5898e9b7352edec65e0e55fdb48a789d1fc06fe3940b65ff41748205 +size 5775 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png new file mode 100644 index 000000000..47a6c4b23 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa5e607bae50bf6105b9b2c749a8527304ed6c345216e4ad6d44df5d95e8eea +size 32047 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png.meta new file mode 100644 index 000000000..5a6c7838c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBackground.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb99cf5f6c34460d8c3ba548ea9009604791b976abe7a759a884a787a21abb3d +size 2338 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png new file mode 100644 index 000000000..41f76f4da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c025623e5e2ce0c48ca9ffda3e3a896118cfad83e026ea43703f518de8428ea +size 11381 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png.meta new file mode 100644 index 000000000..2698f4a69 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/PanelBar.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a61978bc0738209dc94e6b67a63e8a683f6f15a02a89ab94cf893363eb0969 +size 2327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png new file mode 100644 index 000000000..d22590d02 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c6242b35ee71fa4e5b4f65c8cb6650dde530f9a1efbdfaa665d183166859cb +size 10524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png.meta new file mode 100644 index 000000000..594bd6806 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollBar.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76dcfcf2eb9d8a38237de8235493ae0605438bd0eab88b7f05e33bd93da3291 +size 2328 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png new file mode 100644 index 000000000..387f31590 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cdd94bd7f0da9f9019dd24befab4915f2f1135e868bdb829a3529be7128290 +size 17798 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png.meta new file mode 100644 index 000000000..26508c172 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/ScrollButton_3x1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2713f0b79dd2d70b82e4e77b2ad8dbb3600e664250dfa8b4d73523ec92c76ab6 +size 5778 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png new file mode 100644 index 000000000..43e02723a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ffcc11985d82b2a45bf66efac3b06307ed951f66a95852ea80cfffe7266a24 +size 341660 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png.meta new file mode 100644 index 000000000..702567d90 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Mobile/WindowBackground.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bf73f35f0d4f3bc967203c3a462b701ef4a4592b03b9a6a990150d0733ff5f +size 2339 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke.meta new file mode 100644 index 000000000..280051103 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5d88cca03b4f3cc4fa10ebf44a118d88b8002d31c3cc30bbc196095e1294c7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png new file mode 100644 index 000000000..08b28b4fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57038ebeae4c2fcc47b98c0d1285bdf37c2c956115b2cba7f43fc316b1b9c3ae +size 200 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png.meta new file mode 100644 index 000000000..d13c3ca14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Button Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db52512aa7ba71bc0a5ebc6596cb77328e6f21768f2728b4777d3488c1e71d5d +size 2334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png new file mode 100644 index 000000000..8f4df5031 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8551d80a04983d72e97fca5e2da6516a5068cb6a10571464df76a266c6948597 +size 287 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png.meta new file mode 100644 index 000000000..f056d458f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Nuke/Nuke Panel Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d47372832c22116e96c50e5054ab9b3b49d028ba69a95c8b44c641668197d9a +size 2335 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic.meta new file mode 100644 index 000000000..717d71870 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5efc8623010493f6ef62d8ae2314eb9e68479c9d4d1e8feb70e91f9103f718 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png new file mode 100644 index 000000000..ab334fba1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d12f3285e95ae73a21765696f0d51bf7b0f4c473b518893f7cc16d95b2f097 +size 99303 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png.meta new file mode 100644 index 000000000..173e5f0e5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Button.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898b6d5f7be5aeeafe39f8380281fbe3bf1764ce0942abfcebbf6363f464ba4c +size 2324 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png new file mode 100644 index 000000000..81a6bf8b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae5baf1014dd54f92e6f7399bfd3e832ce79b28edcd3262d22955bfb023f962 +size 131107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png.meta new file mode 100644 index 000000000..ef61eded5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonHighlighted.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec189b1193e37b5e795f1b63d1ab08eedacf1e37f9742c6a0bd4c1631a699d9 +size 2335 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png new file mode 100644 index 000000000..ed105c749 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee21e0a43b15aeddce1f5fafabc38cf9ae5c2b591e461a77e693cd553dc2bf49 +size 101477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png.meta new file mode 100644 index 000000000..e5ae1e93c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ButtonPressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22a55bb311ab84f71c42fa9595cb507d11e677b7b5d33f6c38681a4d5b08d4f +size 2331 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png new file mode 100644 index 000000000..c1b1f63ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d826c64c7d121e1af6893c1e3f37257d1594ce8eddae5420bfdf4ccc4fde7b +size 1179910 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png.meta new file mode 100644 index 000000000..997dfcdbb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Panel Background.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4877a67ceca0f2f9415d04aec737b085782339b8610b2d1c27841d82efda9ea +size 2342 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png new file mode 100644 index 000000000..a1a127d62 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ec2eb5ebe6614b20abd48ae8f20bb87306a1103b95fc5fbb7a9b1bd3b16728 +size 100144 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png.meta new file mode 100644 index 000000000..dbb1d4c14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Scroll Bar.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f03fb228ef874e5f1a7da27b1c0a65ad580af34e4fd47830f85a64b5e5ad1ad +size 2328 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png new file mode 100644 index 000000000..ef4fee8f0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6289d08e75c5e9d9264f858a0aa1fe3bb2f87c810ed2b0b255aed81790ee4650 +size 42173 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png.meta new file mode 100644 index 000000000..88d4a67b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButton.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f54942dcc2398b55c7ef383ef3fe248d9c59bfc8ac634b052bc79440de76eaf +size 2326 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png new file mode 100644 index 000000000..d090b4163 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0458487f05cd6c2b1121a40a42c64123ebd17b175cee25c816630e56a2309dea +size 43933 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png.meta new file mode 100644 index 000000000..825ac1275 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHeld.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8f4682cb0f5c2dd7448576e1507915ce3eff29525d33549874342e608b6380 +size 2330 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png new file mode 100644 index 000000000..3268355da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a1bb7c05193e500fe402e5bc5ddc9045ba9a5db1054a2e2b0d627e25afc6c6 +size 40101 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png.meta new file mode 100644 index 000000000..f43f23efa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/ScrollButtonHighlighted.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225ef17382876881be09642bd9b5ccf7ee911a5211e3f017371197e314766439 +size 2337 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png new file mode 100644 index 000000000..81796469e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa783b6ad3adee9e0ceaac3b83445024da94f3a625c3359ab867802484487b44 +size 1244725 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png.meta new file mode 100644 index 000000000..fe775754c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Runic/Window Background.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e37dd9b14a4cbc67adb278d752e8b402ed7bc17c9ded00195ee3fe94a6cb3e +size 2343 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS.meta new file mode 100644 index 000000000..8a6139037 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4bde8950bfa236275b865edc2a67395e7179130c9bba1ce8668ef9692062c4 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png new file mode 100644 index 000000000..5826cf737 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49996032754ddf610d74a1ee8b2d30de51309004d94cb5088111bcd4a049a260 +size 993 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png.meta new file mode 100644 index 000000000..f94a31e63 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble Flipped.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0ccfc915727f9b4a1f0798d69e65ea9ab558ac802f1865bd22a348b43a2cd5 +size 2669 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png new file mode 100644 index 000000000..e461d02bd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bec1ca79cdb803d46771ab9106612fe8f570c8bdc4b2b31a86f11d643fc48a4 +size 975 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png.meta new file mode 100644 index 000000000..c55f96050 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/SMS/SMS Bubble.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbdcfa7e2b7f933d0bf2d5eec3227655a10787d537d3703a4f5ffa0656a7ebd9 +size 2661 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi.meta new file mode 100644 index 000000000..d2eda2f30 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7bb687568c98bb93d96868722ff5a5cbf9bea3fbf59c1ee7bfd857b54749e0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png new file mode 100644 index 000000000..0bca6cc0e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcca8e7fded3d55bcb8d521b33f18e6ce0a43c5e700849430b4adf3a571ef89 +size 3579 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png.meta new file mode 100644 index 000000000..6ff221351 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_light.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6355aece5ff48ac0704004bc7d30511875657ef75d78c75e0d3954fba268f81 +size 2329 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png new file mode 100644 index 000000000..fc244ac37 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b614d7b852599e06c7dcc4d804b46b31c501045dc5b8f284bc6516f5dcd0dad +size 30803 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png.meta new file mode 100644 index 000000000..50b01b62a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3c6d4db05b3b0b1e64e21c22b6b1e684466b6a6a96b955dd105b720ed506d4 +size 2331 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png new file mode 100644 index 000000000..5311a0eec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5418b9943203e94c6cddee493277d9d1c7ab57adf0da5cc41085f38a18e3ff5b +size 44288 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png.meta new file mode 100644 index 000000000..613e9d6ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Dialog_stripes_selected.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87cf62da9acad88d901e466f34cb206bdae7e136114022fff904eaa2d845d97 +size 2340 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png new file mode 100644 index 000000000..7df486e51 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d10699032acc01a96ba6d8fccd905e71b597a97523d09ef51775ad66d12f78 +size 1487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png.meta new file mode 100644 index 000000000..303a37a36 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1cc3eaa4ef951e85b543696581fb7e4299ef8779e94859d7b09bbd6de81d80 +size 2324 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png new file mode 100644 index 000000000..6d550dbe4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e820cb710c5539f3145761344126871187c5dd7f3b90c59292513f705f299be3 +size 1830 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png.meta new file mode 100644 index 000000000..9e4605980 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/Simple_butt_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7933f81784208435f57ac24fcbc93de9ec77b305a3864384f83ef14ab2c4bdb +size 2332 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png new file mode 100644 index 000000000..81eee91c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c5fceeea8deb57f0ef9f544054eac96f6b10e2506860c821d5f3459ef199ba +size 654 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png.meta new file mode 100644 index 000000000..ee6ef08e9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bea00cf15bb7ee9575cccdae542b79f3268b2bb936141617c8ec8c6ca9d668 +size 2326 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png new file mode 100644 index 000000000..30bda879f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c01a3c7d0b416cbeb9e1e55970dddec52eb18759ec26d2f0ebe835af82d588 +size 3707 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png.meta new file mode 100644 index 000000000..8fe927aec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Sci-fi/shaded_butt_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33259fe4108615d3d1fed6984a215e70de325979de90c7cf9ca7c912ebea7be5 +size 2334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures.meta new file mode 100644 index 000000000..3f69a9b67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d9928f71078db5209d7ec0c03812259d8b4cf83efdcc5a36cd4f0eab64d4b3 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png new file mode 100644 index 000000000..be3e94c4f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe68d46ebe475ae311d080bdd17e29596eaae63215d8b1da1d92e6ea4ea7a1d +size 2792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png.meta new file mode 100644 index 000000000..eb8796da3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Blank.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4487efd8327497a817d120b427e021418e669c0631ee6c91757667dce9ac8afe +size 1164 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png new file mode 100644 index 000000000..407c492ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c85b7c47bab900cd39b66da9e9866be6ae052a43f67ccf5dad518e54e823ea2 +size 12856 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png.meta new file mode 100644 index 000000000..3c12ccf21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Default QTE Atlas.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c3f4286e9c84c837c0752a639c83d649bcf55f1ff40a2f2d583bd831237000 +size 1172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png new file mode 100644 index 000000000..feb7746e8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9bbeb9367d43dcebd77c9a061c0a7252c4e066552f9b8bf996e3563c5625e2 +size 234 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png.meta new file mode 100644 index 000000000..0c22d6718 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Hard Background.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69965b8fca30cfc501ed45c04ac1087856b36909390b6f78cb9fad6ba067fae +size 1169 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png new file mode 100644 index 000000000..b097bd210 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7495d021db7b795876109e1a4fd2e2370154070613c5c566b09bd4090afd7bb +size 2863 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png.meta new file mode 100644 index 000000000..191e5d4af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Empty.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57dac04a9c4f160da5723c152ba92a3153e1cbf5f210a8fbff8ca3298280cde9 +size 1177 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png new file mode 100644 index 000000000..4d989d25e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a3153036ea1de6129ae4d6d1bee0aac43628ed1606c18397049c04dee9fe3f +size 2845 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png.meta new file mode 100644 index 000000000..aa1a8a6bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Progress Bar Full.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1d1e2eb89a50c2882217cb19ae5ff326af06bed5b53fec7635bc614c05a8b1 +size 1176 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png new file mode 100644 index 000000000..38a39b9c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d958927428921efb653d2156c46d4cac8b289b11a77bfbb9118b787b027e522a +size 10431 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png.meta new file mode 100644 index 000000000..31c3fd0b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 0 Good.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be31b4989b6ee7a278cabdcb371106a3ba4cfd729bc6f26159b2967d15a2890 +size 1165 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png new file mode 100644 index 000000000..daa9d0879 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a29f2d47239742658d978a0383de9f732949284856682f4d023520ac23dc76f +size 6300 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png.meta new file mode 100644 index 000000000..edc130389 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/QTE 1 Evil.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cee6c3107f4516b9f449ccdb0a20b8e5fa261e46d602a1314571d32b367b0ec +size 1165 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png new file mode 100644 index 000000000..f6398cd21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313cab8fb9d8616e84c4fb834fdd941e532ffab9fb89775be8f73af8a002c378 +size 555 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png.meta new file mode 100644 index 000000000..2745865fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Soft Background.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce6b13234877473f8f0abf7c3f25cabf320c3789ff0cbcd947f179e5afa8b34 +size 1171 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png new file mode 100644 index 000000000..4dffa7012 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6767cce4ed86febdfedce6e8519e4285e8467837da768d99e4080551f9fae2 +size 2792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png.meta new file mode 100644 index 000000000..04bb75650 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Solid Black.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2219c6df6a701f22b0aebe627b968941dfe13ba3d005850cb959c026e911330 +size 1165 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png new file mode 100644 index 000000000..5705df4df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ba0d20f2fbaf9d5a228f674c1e20a9365eceb4e06265cacbe0e9b535abf90a +size 54786 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png.meta new file mode 100644 index 000000000..d962966aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Test Portrait.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb2a4488e5e713ee45e67d3a63f2e38b0792de2775cff34a38250857dbe3f8b +size 1168 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png new file mode 100644 index 000000000..054082e7f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b46a200cf1556ccb222cde9a3c9ffc3f70a59a610be7058fe8954b055dec224 +size 2792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png.meta new file mode 100644 index 000000000..0d965c93a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/Transparent Black.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b01b5de8f683c5327d049a0e6fa84bda1422317e983f6d820ecf39fff47bc5d +size 1171 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt new file mode 100644 index 000000000..f00f809ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301dcb280478ff0b491d09469373f13754fed4fe2ac7b08eb20dd6c624342e49 +size 251 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt.meta new file mode 100644 index 000000000..0766f3813 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Shared Textures/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2868acb441c11eb9a02b73b14e3e05ff58124e6f94066edd0aada4f7e5589a2c +size 345 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI.meta new file mode 100644 index 000000000..e477bf8aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65a0046804ad4af2584b1024c6a99d7ca698dfed34a970a19bd90ce673cdfe2 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd new file mode 100644 index 000000000..b725ce88c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ba20fc0020e464a175d072f152703f86584fe842e5ed572411740f31fafd34 +size 32429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd.meta new file mode 100644 index 000000000..0eaf1f3e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Button - Trimmed.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ff3a90f058ff84e72734a367a4e88366cb383632469bc88f03ab801c0dd71a +size 4564 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf new file mode 100644 index 000000000..c8e916af0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e51eca3caa053c3525d363bee73d4197d8df2c671d8b7cb5ba51b9c9f1eeb45 +size 26552 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf.meta new file mode 100644 index 000000000..980d549e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Jupiter.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619bfa5f36277943b59a8e14db43137a34277735a227de091c21cf48a7bf685c +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller new file mode 100644 index 000000000..f2a094b1f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efd63b495e4eb19e42bbfdce440ce742ea24eb0f6e0d87f8eed0955be0cc06b +size 19031 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller.meta new file mode 100644 index 000000000..5980f8d2f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49218ebdd8bc0c45c7c80cf8de44e9b588d660cefd07b98f451e2fec84f02531 +size 348 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd new file mode 100644 index 000000000..67a2670df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d6a13fbfe0984c95523c2fdda540947252aa11f26a65e8d7096b508a9b5377 +size 35942 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd.meta new file mode 100644 index 000000000..f5533e4a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Button.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92a2956320a2676937c3fac5924259430daccc3567b83f6381afb6dbcb66f9a +size 4566 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd new file mode 100644 index 000000000..4fadaea84 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02de0465469c6cfce5126d26ec727d7cc3979121e7d49ade47649a38be0734b3 +size 43046 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd.meta new file mode 100644 index 000000000..c673000f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Title.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e6e1a0006e6ffccc6d42a4fe005257ecae7b1afb0c1709ae744781ff610dfd +size 4540 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd new file mode 100644 index 000000000..3b009e0ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72b34fd6b83dbd81d9fee738eeba7b2e061f705806e6fc18827f128c368443d +size 95977 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd.meta new file mode 100644 index 000000000..749286c86 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/SF Window.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fed29ee263c9515223f3f548b0d5255c872f3b743e43e84d8ae900f01d0e05 +size 4546 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd new file mode 100644 index 000000000..d9eff21d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcae2fcd6df576794240655654a69aca143a686f574a53e2f2cdc68fa467f57 +size 27296 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd.meta new file mode 100644 index 000000000..da67a2497 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Slider 2.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2434015fef2132ce74b570661b9e28adb83f01a670cf01d40e310d104d94bbe7 +size 4532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd new file mode 100644 index 000000000..1d2bf7802 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4eefcf97f7db949cc83adc841f46a089c0b306206b8353c9ba932d53ad7ff0 +size 25282 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd.meta new file mode 100644 index 000000000..b1365758f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Button.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2048d7372f9fa3769d2c45753da5fb0bab14b690a1c6e535802a8789d69b4032 +size 4556 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd new file mode 100644 index 000000000..41fcdc111 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeffe9ec28407aa6811f77b57ab012ae8f5727c83e56a63b0b90c44aed7a4ee +size 33462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd.meta new file mode 100644 index 000000000..9cfac0428 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Check Mark.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3316c4647b0cee359e57d5f9e17d5a9fdf1207bf12a9225f4cfc18d7286de1f3 +size 4572 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd new file mode 100644 index 000000000..62faf5de8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f81695483ffd6a73cddafb007744d2e3789bbcb51941cc5bb1731df493b013 +size 28446 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd.meta new file mode 100644 index 000000000..3c1d7ec77 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Edges.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7022ea4679f6f097056b1a4a2df2c2d3ef42b1db4dfd300d8434fa4715bc8a +size 4552 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd new file mode 100644 index 000000000..9a6e90bdf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0b27f78f3ea81b2cea88c5d6532ff44a84ac6993d6b31b79610e0eb8dd6d58 +size 26929 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd.meta new file mode 100644 index 000000000..f36dbfb14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Flat.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b22c9c3602f2ea6ce3809b01043cf79e5ac7f2a7a50ee1b01dfc5a7b000362be +size 4548 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd new file mode 100644 index 000000000..668b5f841 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03430e67c40edebbe4cd70ce92ed5429f83a6dc25af97ee7e8ad3593a19435db +size 36267 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd.meta new file mode 100644 index 000000000..a3bb711b5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Inset.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcebf8a19da42733127b2f2d9b931f3c5818a871bf88dd9406a742b2f4d27db +size 4556 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd new file mode 100644 index 000000000..a0281bd93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b539f265e12586272f455e9a9af45d5f463769a471bc21589fee9f5de5346db +size 22182 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd.meta new file mode 100644 index 000000000..e91d90029 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Selection.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58191ca7261d09e5542b0e35faa73b59e968593fca5c0ab48a5b95b27b4c26e7 +size 4570 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd new file mode 100644 index 000000000..26938aae5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576c35d5b82efd2fd88502402bde7506967c5edac35eb11f3af373a3506701cb +size 31368 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd.meta new file mode 100644 index 000000000..ef7a7165c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/Unity - Window.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac67a9da429aaf99a4feb50ddbb17a1bc4cf119ff66c45b18baad016d2c5238b +size 4560 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt new file mode 100644 index 000000000..1e7a6ac00 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0657a936258bc6176c3b90386fbb732dc90dc18703d05b49946532714effd8 +size 94 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt.meta new file mode 100644 index 000000000..b82f372b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/UnityUI/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fd69a19bd9df490783ba2c2703ff4f9d24b571f7cec5d68deb34860cafc598 +size 333 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN.meta new file mode 100644 index 000000000..f41c67766 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e38e2f594466a771dd0228fb625ab5aba1c6e59c597125a4c5db4155ae1eac +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation.meta new file mode 100644 index 000000000..37e808e8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6142b1d98df6233dfffbb68a8b3754a399a077e3553c1181984c1b5330771ba +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller new file mode 100644 index 000000000..2549561e4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610609be018a981e1f3256973097b1d43f3c27033ccc3014cc357fb0a81e8532 +size 3581 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller.meta new file mode 100644 index 000000000..1eeb497cc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Canvas Group Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bf74d978799bdb654c70ddad933fa790e645bf8f58c617d62fa1e79cbaaf52 +size 388 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim new file mode 100644 index 000000000..69ea7dbb7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305dff52481b6b630868439835708d31711ad347404d9b14771f93a9ff5be0fb +size 2871 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim.meta new file mode 100644 index 000000000..b52aee93b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Hide.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4730473e65bbe4b76448618bb4712b126a84dbf0c764480ccfee79c9019150fe +size 354 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim new file mode 100644 index 000000000..3b38fa6fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056321e5f2afb7eed21afab976bfe3b6d12589e188ad3c5615b98ac7924adc47 +size 2871 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim.meta new file mode 100644 index 000000000..5e48fed8f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/Animation/Slide Right Show.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cddc040e010f689d9a25f17fb4c4b0e960e5c26426fbca7afa4dd7a121358b +size 354 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png new file mode 100644 index 000000000..b963841b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1533a90a6fb4271a0f5b5bc97cbce507e0498eaf28a64dd8b4aa44905440452 +size 6535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png.meta new file mode 100644 index 000000000..598dc409e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/VN/JRPG 1 Panel Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506072fb5f7638fa02d94a6aae34b390619e9ae29d953f2ae27387925c69359d +size 2334 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel.meta new file mode 100644 index 000000000..5ddcf4ada --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c56e2ff8f953a4b0f153d0fa3c9a62840a68d045765f518d1a1f7eb8dd2af96 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png new file mode 100644 index 000000000..0fa2f48e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3045c43708c6ebcec0a958f8e39a63ef5e0666ebaaabd960715cacb385d763 +size 6710 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png.meta new file mode 100644 index 000000000..e77051fc6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/Window.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367294618f5ce02b52afbea8daea38bee5c3534b5c338c09067961a3a4f07136 +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png new file mode 100644 index 000000000..0aea09a61 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b912672ecc5e94f97c49956eba3c51ed67cfbf1ee03079422f32066aaccd7095 +size 5705 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png.meta new file mode 100644 index 000000000..9cfb5e3c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/border_splice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda41583488050fb94678ac07ac55eed68dc1adf9d7ca316e067f34da9791af4 +size 2327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png new file mode 100644 index 000000000..715b5970c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cff1c1a24117a4e29ca38dc92a086cb26b014363945adfff6ac1f2987f93c9 +size 13168 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png.meta new file mode 100644 index 000000000..12e87e83c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_hover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a58110e6ddb5d577b84f4f8077d21cae495e42e32b129da5c5754a076090d4c +size 2320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png new file mode 100644 index 000000000..90f5d4cbd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f29a6d445c602d13452a0001b8d7aef776609070eb213af4dec9ff393bf01ae +size 12082 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png.meta new file mode 100644 index 000000000..9643fe958 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8026e0dbae6aaf7eecc7ad6cc34828e19d6c2e04225f07594908dd9631a51e4b +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png new file mode 100644 index 000000000..6adefbf71 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411dee4839d732206d3d60f36bee0225fd69fe120a0db42203df818d7d4e8c46 +size 13170 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png.meta new file mode 100644 index 000000000..420f98036 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn1_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ed67621d9e7ceb084323059a2f7d61ab4146ab04f81d4fbc7fd62cf3960860 +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png new file mode 100644 index 000000000..56e220e36 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d1061ed943cba389ab6500fa8565289dda472cd226a460acd251117f9e59b0 +size 14329 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png.meta new file mode 100644 index 000000000..4c868b7e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_hover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfa8d5dea2090ac46ea0684b7bd099e2819558b7ae34e5d0ee7b01e713bb3ca +size 2320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png new file mode 100644 index 000000000..558cec99d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eae7a9800161223e8c1558d1e820543ff6b3a0c600dd635cd0f28133dad417e +size 12765 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png.meta new file mode 100644 index 000000000..6795b0bff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098a0d5d64f2cfdd8eee4f14038f7da73c48c6e8456152fb474981b69aa8e919 +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png new file mode 100644 index 000000000..6b9d9f3f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0262d6b77944d527105a7fc450990c424b15641bb8543d36fa05801f71f44abe +size 14329 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png.meta new file mode 100644 index 000000000..dd1345495 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn2_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401925b1c0b08ab61309582f58dc79ba1df6b8473a3a22430b94cf15476fba6c +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png new file mode 100644 index 000000000..29bb0a6ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb72552b2e3f743cae28e98b82f0e76291f617979af74151ca33422fd14988a7 +size 15885 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png.meta new file mode 100644 index 000000000..7f71f5671 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_hover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ecfbc4f7fcf529c8ae0cff8ec2d6bdbaacd7ac52c36752a5bc3e8109412dae +size 2320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png new file mode 100644 index 000000000..50f7c008a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c61d72adec1b7fdd3c6298e75299ad7d717acf3a87ba959f88818de1af93419 +size 13996 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png.meta new file mode 100644 index 000000000..deb2fca35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2309070ea007c2d0b6065295c2fe62e1e27d753998bdc32312d76ba6e82b2f3f +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png new file mode 100644 index 000000000..5a9d607af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c26cab8702ac22b51d5053166dff2882839c29e7230b16ee29020464ce7560e +size 15886 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png.meta new file mode 100644 index 000000000..ecb7f318c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn3_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3ce095959e2172f0165e0b57b9375ac26539af082e2f70eaf570773c54b376 +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png new file mode 100644 index 000000000..ba49babe6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677e12a9b521d828568de86a50c11fc1b39bbf9bd843d6e035e92708692b1c35 +size 16335 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png.meta new file mode 100644 index 000000000..88c17fc8e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_hover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667130c2751a14349cba93c46571b41f37214fde6ce0ff0fbd3a900f105f4645 +size 2320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png new file mode 100644 index 000000000..d4f3ff432 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defb8b2cede1c54497948c8f9992b35cb0f0a9930b91ddbf0b4d61b143df9050 +size 14303 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png.meta new file mode 100644 index 000000000..5353a9abf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764efa66b73f8e2a5de8e5483f05229b269e3e406ea846be3f249092d3c6c458 +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png new file mode 100644 index 000000000..5a007c4f3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84cd9b22b7097a8ce0e2260a4305eeb480e27d4d8b3a0add0ee3c966c2f707c +size 16338 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png.meta new file mode 100644 index 000000000..0d18890ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn4_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8576835254eec5ecc8af6d00c816d7f6fff4a6d3128bd481526c483a6062801 +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png new file mode 100644 index 000000000..da1061c47 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da466c6a2ec6ebebd7d497befacfdff42b33db476246a9a522dae71498bb7764 +size 14218 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png.meta new file mode 100644 index 000000000..1e8deac7d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_hover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9866d95460ab8e89d02bdda7b4d5519913d0ceb55588e19979562e6dfd7fa72 +size 2320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png new file mode 100644 index 000000000..96dd45789 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a360173cde9561ddb2b26f5a098ad5eb41b3cecdd8bf0c7493780b35abd80389 +size 12631 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png.meta new file mode 100644 index 000000000..ca704d119 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6bccbaf7276b2084ef6eb03d99f04dcca1a6d63439f19b071a5046893298e3 +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png new file mode 100644 index 000000000..352c38400 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b4a6de61b9f922e6bf502a1cfd09a536a8a1b6daf5667dbb4b41b0934fe640 +size 14218 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png.meta new file mode 100644 index 000000000..f2dee5f6b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn5_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4674c4fd71890b6f795fdebe32381dc6cf4c2291420800877b19855bc72b40 +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png new file mode 100644 index 000000000..e009ad6e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d57369dfe632a28d324fcbaff01aaef862fad4c6e97526bca8e43f410579a7 +size 12809 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png.meta new file mode 100644 index 000000000..3347b5c25 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_hover.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb26a294bb8633f275ab13664e3c878f6424d4d5179ed8470f05609c84d1226e +size 2320 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png new file mode 100644 index 000000000..bb830b26b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c54f23fb74c9cec94848196f0da752b54fcc31088ee8e2306629219e275500d +size 11707 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png.meta new file mode 100644 index 000000000..45b812fb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5080660e0cd07bb001e50ecbff93f756e7f0ea14ae6c08ec2367ed11f07c9c3 +size 2321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png new file mode 100644 index 000000000..6be6eb2a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98742a60525f48c87d11142b9ead4490f7e40b7121c6f4cc22dd5f76cba6c76 +size 12813 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png.meta new file mode 100644 index 000000000..3088b99f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn6_pressed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930a43d74dc22272c0642c908533f3421dd4d6c77bc0b451365f3870645a7b1f +size 2322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png new file mode 100644 index 000000000..53fcc45fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3d53a7098e71d4bbbf0be0f2d8c29fbc4499b7dd46a9a81516b9b0197fa346 +size 4942 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png.meta new file mode 100644 index 000000000..79d7bfaa8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_hover_splice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ff43b39575f64e4b50e258186e9651fd44a095fa6095aedb1d0bfb0aacd042 +size 2328 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png new file mode 100644 index 000000000..8c3259e9a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c61ae5b3df5fcfe54a99b54f4019cf288c05b902efa398119bc58454c9539eb +size 4921 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png.meta new file mode 100644 index 000000000..c9429b6ab --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_normal_splice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1634d336382486633d555a684916abbe2d4c331b5832306e8d10b22be8d269d5 +size 2329 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png new file mode 100644 index 000000000..99252cd60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa4d394cee48a5efdb2d50f68a026afabc50802ba6e50c43d56e4ca5eb9951a +size 4760 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png.meta new file mode 100644 index 000000000..bfb0ec283 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/btn_pressed_splice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846dfc19ee0f0e1fd575c08aef0d48fea036e43863207ecae475fc9f09ff819b +size 2330 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png new file mode 100644 index 000000000..cbd14bd45 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6edfe6676f5664ca3d0098b9d821c70145c9266ecf48052c85f263179c2bb2 +size 68003 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png.meta new file mode 100644 index 000000000..3bf6552ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/dialogue_system_ring.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41ddb65adc9cc857e256af42a1ec47c65b92afabf66e234288613b552afa107 +size 2332 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png new file mode 100644 index 000000000..ac064fded --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7686ed0ed9b8affdc54b05d6c382064e2159d6b4a86c97e5353f12b479b30b70 +size 3731 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png.meta new file mode 100644 index 000000000..525372923 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Art/Textures/Wheel/header_splice.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdb27b70b04aef0e459d1840f528b71bd81bcaf264097209ebac121a1ac5e50 +size 2325 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio.meta new file mode 100644 index 000000000..f8f8dacee --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e2f3baa273d4f96b9040b2f6aa2327a0cd18da0380795530ce8afee8ae2c00 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity new file mode 100644 index 000000000..c462206a5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dff5f66dfcc4a6580fab653adeabd58da4029ed4aaccb130ba129ad1a09f40 +size 25429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity.meta new file mode 100644 index 000000000..fc973baad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/Camera Angle Studio.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7992c885f6f5bff339f9c49f509d40fc4d3fa49168f933a513f4e532c3395db2 +size 347 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt new file mode 100644 index 000000000..a570654ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e9762d3a3670bfb80fb260afa295e7f115fb019b928b000568e176dc3ae2b8 +size 406 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt.meta new file mode 100644 index 000000000..6dc65fe5c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Camera Angle Studio/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecae19ec1572198ce5b9899384543debfec0e6670922478dd979ec20cc2290e5 +size 332 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab new file mode 100644 index 000000000..787f33dc5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b064c5c720c628cf0a4e0f408ccc1df08d1027215ebbdf71b77ab6cc552bb7 +size 8925 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab.meta new file mode 100644 index 000000000..089aa139c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Dialogue Manager.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb76e7ad8a21e002fba95e147524ee913026fb4ad40da1c013b216ec873b7e +size 326 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs.meta new file mode 100644 index 000000000..fea9c7f5a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080331c75e3a106993346b4a2f7e4668016674371656360edafbae9dd0a19a2a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro.meta new file mode 100644 index 000000000..42e926cf1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e32ba7b7b8ad1c415289f3425452534a9859246d2d723c6a76698efaca7795 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle.meta new file mode 100644 index 000000000..234c656fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b86cb741c5f39f204dafe85ebe7c87ee898a684887c6a1f05fab7c8f4bb704 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab new file mode 100644 index 000000000..95d42f126 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2984674b36a9087f55669e237f4e3c25f7da803067a2b8b96c9176bfa5650746 +size 150885 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..dfaca1181 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Circle/Circle Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91818436e6af42ca9c0a44e616ab685e97c98f9763772b64b97238c12f13afce +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer.meta new file mode 100644 index 000000000..86576839c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a08cb85db4031e31fecbd05b60da6880d19b978e5d613679567b2e12e18b029 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab new file mode 100644 index 000000000..267982e4a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693056177e68051349ae26d1dbeead8f5bc9e22cc035275c081ed4d4de82b9ea +size 112192 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..99fe95f1a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Computer/Computer Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518d4f97abd5a009361ed6bef1ab0dfde47b9c5eb6d6854c4cb22a7d877ccbb2 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile.meta new file mode 100644 index 000000000..38cbaae7e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff97f723f022dea9592ba9371f5e72984b4f7dddf8e377887b19f2dc0b7c89d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab new file mode 100644 index 000000000..a0868ee38 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5cf1a6045a60361993f4ee91745cf1f9a82e098a41d416066c74d5b987a600 +size 131238 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..5388142ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Mobile/Mobile Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82e840a7415fd2e50b2474f2df6590cc43e0279103a132400872e9a9e269454 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke.meta new file mode 100644 index 000000000..f425d5888 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74226a66463eb5351a5388baa2e42347bf9cdde2d36d779e40cf0ec08be1a81f +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab new file mode 100644 index 000000000..df5b602c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae179d0d36c4bbb57c1156e89976c9425942ce38820c2c1f9f16887414694e32 +size 95726 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..05766c80d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Nuke/Nuke Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fd2c6ad05ee02aebc21b1b1da21be9bfd55b4dfba6aa11ccee7d676ddcad80 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School.meta new file mode 100644 index 000000000..d1bd4c8ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31536aedcaf13d49299484e8db7343df5b4b646d1fbb1976e25f9144d089948 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab new file mode 100644 index 000000000..187dcc3fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388590820b4b5d160b3a3a8d71513a9b0902232817a66e47ea41d0db02e77b99 +size 116811 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..831987600 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Old School/Old School Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e72eeac9cb09bf6819f75bb65e2b342d6add4752ba80082b142226085fb95f +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic.meta new file mode 100644 index 000000000..6cdddce4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c5ad1465e789859cfe8958cf40693bce4ceee37e21bbf50867339276b1f9d6 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab new file mode 100644 index 000000000..05ad91ad8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463ec964d54f40ce334c49cf35c0e79a48d475afe2d4020cca673d22dc3a10f2 +size 109690 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..722ea30a4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dffff0c2dece20de3f0d4d69f8ac48485f108d309475b1a4c1f5f40443cb9e +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab new file mode 100644 index 000000000..54c520ed5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce270f9834c267c8bdebd7806240eefa1ae727913e3602f4b660dbff2ac08b06 +size 16009 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab.meta new file mode 100644 index 000000000..532e35e29 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Runic/Runic Standard Quest Tracker HUD.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cc6087e6431bca609698bbd2343ace9f6c98b6510e3dd58588f957845fc739 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS.meta new file mode 100644 index 000000000..27bfa21ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c233ac24c4f82275d3f7b1a963bf8a2f0e577f9934c8d073c95def89532b4aa +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab new file mode 100644 index 000000000..555acccb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e6f6a611246875543835bdf4f63f1d7f665e2f8e579e3f7ee68b826d415173 +size 73630 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab.meta new file mode 100644 index 000000000..7bd356eb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/SMS/SMS Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3720b488429c553557f928e29966767d43ec88fbde313932b1d6bd6efb2a2e6 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi.meta new file mode 100644 index 000000000..7c3db4302 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98521a0239ab9ca03a00612bcd9778c209015252c206649018f127f58afb2fb4 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab new file mode 100644 index 000000000..aec817b62 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677c4b2acd1604b759fea3b2e69906cde61aa566f3a8766831d9393be05591fe +size 126427 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..c0db3a9da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Sci-fi/Sci-fi Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069477d6cd24df3b1fba2281881120648ac9e56adb9a691b80ee36dc7a5a7201 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling.meta new file mode 100644 index 000000000..29775cc1d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a09c21a24d29256b6fd98a39a25b2931b27ad8e16c9fd5691777be4a227f1c +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab new file mode 100644 index 000000000..b7e9cd26e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f388c9c4de69fba0d6003e3c1f2d734894e56acb327b83a83fea67f6dcff7bfe +size 104174 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab.meta new file mode 100644 index 000000000..8af6f4447 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Scrolling/Scrolling Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785286fbceadaf928c25fd6689dbe5c727f2941714873fc6f1b9907625932802 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel.meta new file mode 100644 index 000000000..3f666716f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8594cf366eb1a3bc4c656d7833522bcfcd9c9c231c6073b201e07e93368a4ce9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin new file mode 100644 index 000000000..b65becda4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22310086eceea66d28eec1d794505501cd489da7f797ba33f03349bb89657148 +size 49991 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin.meta new file mode 100644 index 000000000..cab6e00e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Dialogue GUI Skin.guiskin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb9b5d198777efb87eea0094e684d7bd61d21c94b8e56973ad53b06c92bdc6a +size 368 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab new file mode 100644 index 000000000..91e63337e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9384b62a643042e8f8499a1b646bd66cce9be4d33788d031745571079efcce8 +size 203711 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..e9d44ebf2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b955316ce6d9781a6e4042ae46258c97ae19817ec2769eccd8ac2d51dd6788f8 +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab new file mode 100644 index 000000000..b40dd890d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf379c6c8d25b232b0c41bd9c6265edd53419ce05334fe6a9bf2bcf1eb37e3f +size 14842 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab.meta new file mode 100644 index 000000000..1f125f5df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard Quest Tracker HUD.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65cb991166590368f0ec33ed75f7a7c08fc39ed44f24a5ebd0fe063983734c6 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab new file mode 100644 index 000000000..3074a649a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671e153331befa694da40150bf17e34983b324833817e88a766d8ba19b18fc0a +size 170651 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab.meta new file mode 100644 index 000000000..84d167926 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Pro/Wheel/Wheel Standard UI Quest Log Window.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b7c85479ad1e19983a0bf4dbef233d050487d5dbb17e084900beb04fffa607 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates.meta new file mode 100644 index 000000000..7fbdba749 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f08602b7d47113ead53de7da45b8f6f5227f837d382f07d999d154fb95713db +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic.meta new file mode 100644 index 000000000..fbd0ca360 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143a8cbf30ca4276e5ecece2048980caf0c9812e68870564959bb443ffbb0593 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab new file mode 100644 index 000000000..47bc0629c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2b72cb2805b9076c3cc6e3bbfe64337d2f0440ffd290302e1630dd10645e72 +size 12071 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab.meta new file mode 100644 index 000000000..c40f270e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Bark UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321b1dfdab085f6749d9473bdaac585764c99e126a1921bcd27c26e9fb252d77 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab new file mode 100644 index 000000000..8cf19229e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8882aee34bd8cd1f71c35a4cde89528f3c80cd42af475800e7364325d75d7543 +size 147252 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab.meta new file mode 100644 index 000000000..af521a7fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI TMPro.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a144d24c47a9d66ca2aa96746b2262f029333a5afe249e806f3cbeba562f7ad +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab new file mode 100644 index 000000000..d5b72b549 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adfff7c3a0ff4a4600544645aa8894a9c6ee183f127d99932b39e3a7d9e875f +size 132275 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..3bf149162 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d55624156c37cdc195d7b41dd9ff900415616bfeea0d470f55fff2e93555c3 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab new file mode 100644 index 000000000..dd635533d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe0d653b00c789c92279e59ea0d23ad7af712d89a56b396928e2206c1cb94c4 +size 13315 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab.meta new file mode 100644 index 000000000..d77005cb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Quest Tracker HUD.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac68af19b9a6173f47da3d3e9b24e5a678dde00dac91f74f47a55418b58b9d16 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab new file mode 100644 index 000000000..ae21033a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62344cb9345805ddfb84792339cb3f14717fd2fe0400e936e7aff5521ba77206 +size 176790 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab.meta new file mode 100644 index 000000000..0f1e779c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Quest Log Window.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fc185468b3c2fef38255160bb77fc2f03d3a3162c97459ba0dd3de15a32a24 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab new file mode 100644 index 000000000..ab7567ada --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdddfa6942a29e4229d9c8a0863798872cf552f5383f491b58bbcc91f682b260 +size 17889 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab.meta new file mode 100644 index 000000000..69d4e53d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard UI Selector Elements.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f1e7633e631f05a254b0c12572afa989c8eac6b19ef4d12d8252df068a2d4a +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab new file mode 100644 index 000000000..8b2e7877c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6ba7c70ee508dab84bd40f4343963e90f55d917673d5c730705850cc0021a1 +size 15473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab.meta new file mode 100644 index 000000000..688277e36 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Usable UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2fdbfb4328f1681a504184537d1127df628ea60a2caec889c40d56456c4001 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble.meta new file mode 100644 index 000000000..5405df122 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce5a7ed43dc12509c8003e36c9df9f23df6580fd3f6373a0064c8ad98e60446 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab new file mode 100644 index 000000000..2e9dcd1c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b264ad6d941acb8e53fe73f81d41f02e6fe137e9d87d86b1e673a52e6d855673 +size 12786 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab.meta new file mode 100644 index 000000000..2219d607f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard Bark UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b1d246b3a8c8428ec5992cc51269cff8d7331f722629253bc7738d8deff159 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab new file mode 100644 index 000000000..378144c13 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6fcc3a5b44bc6094b4c93b19627878db969f3918ed190803b363f3c88a66f8 +size 40451 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab.meta new file mode 100644 index 000000000..a38fca360 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Menu Panel.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b12fff009ded22bf5025a96112d36166c57b6705551d1aaded53de914dfa474 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab new file mode 100644 index 000000000..a5f245573 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de44265cedf2168baa361c1c11ebbc10a20eb961be9d04f6476b6b429cad1d4 +size 13615 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab.meta new file mode 100644 index 000000000..cc0f044d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Bubble/Bubble Template Standard UI Subtitle Panel.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c46011bc7bc1a3274778c9b6e050bc97f4f03ef67be85edc185adc988439c96 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus.meta new file mode 100644 index 000000000..b93c48d3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baabe4625d8f658fbdd83681d6ba470e0d872c4008ed520b55f2e16688e06641 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab new file mode 100644 index 000000000..f302fe9f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2098611351880ec3fabef918bdb6ccd4ebfb14952cf5cae11b9271eb69c7f4 +size 113828 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..2c2d64008 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Focus/Focus Template Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5730ba0a111a1244331f20522e5377e24bdecee417d2c5a5534c8c301e3bbd19 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG.meta new file mode 100644 index 000000000..eb3c58529 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cd7c0a1fa920bd919d40cd6d1bdf87fec8c4d5472b7b1420b0dde5a8e3dba8 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab new file mode 100644 index 000000000..97ef88118 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e08e7a5ee1fca516034012da06406c2e46cefaf57f544e733549eb63e8c2d5 +size 112289 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..ae66b18a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c1506f1e1e85ea3b1b416eb764fd562484240c8c7aa56620cdb9c953b558d7 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox.meta new file mode 100644 index 000000000..25b1416ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf61ea395ab70167b30e1054e102ac9d2f22aa5588236290910cd4dcbbc91e8 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator.meta new file mode 100644 index 000000000..904224ce5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd058d62fb5a7d86a51e8cb0e135c7842352d476fbda29b4de142622be25a2c +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller new file mode 100644 index 000000000..e7d2ee9f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26c22666a8ce604409e946c91d057048270a62727a225a7053b184694274ac0 +size 4601 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller.meta new file mode 100644 index 000000000..b0edd8095 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Alert Panel Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b7fb71e502b2456da68f51120bcf9fba8ad431f01d91ea0691f425b9350a81 +size 418 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller new file mode 100644 index 000000000..75addcb3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5d4d563436905989a1ac8d7207af8e4ff173379e06bf87254aa8351cf43ebc +size 4604 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller.meta new file mode 100644 index 000000000..b9f7a309b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Letterbox Dialogue Panel Animator Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3662b028985ce7c1e1d8cdaa1bcb2f3a7e32da12522294ea558dcbcdd4281846 +size 421 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim new file mode 100644 index 000000000..44e1bd09b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5175d424a75204a1f173731319fec7f7ab879c415e193f695a93dd7319d4c392 +size 4620 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim.meta new file mode 100644 index 000000000..158fb9bb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Alert Panel.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91431eb026e09bc581c766d04bb141fa30aa099d84829283a8ff3af747a4d66f +size 387 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim new file mode 100644 index 000000000..98d33e9f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62310bc5bb12c110533a733b50448905107ee0881a4dbed8ef2cfa005ec9b11a +size 7410 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim.meta new file mode 100644 index 000000000..688468045 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Animator/Show Dialogue Panel.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6128a48b81d9659f2682220abc1b5c61df4eee48d133bae74d50b9d2066c8c +size 390 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab new file mode 100644 index 000000000..bbb074375 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10be402c8633da34ae03a2105dad9c2aff4a0b0a99f38d443b9040bc54a0120 +size 125743 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..c8d0fcfbc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Letterbox/Letterbox Template Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c017b4721e30e92ad5f7493d3808b95d3c3968abaaf0043c60e98ea03aa0a98 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN.meta new file mode 100644 index 000000000..ab1c55ba6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44f2699301d2b19ef5f4af98b34f2afeb30fbb41faadf084e88a759a2801d54 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab new file mode 100644 index 000000000..4418ac4f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf3a039c68438c55feedccc82455110500f6ca8752e42bc1abe6012e345e5b2 +size 136670 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..ba8a0353f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd0ef6c6e2d378879255b9e145038a2a0dd402d987afa77bdad4487327e0dbe +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG.meta new file mode 100644 index 000000000..31dc3f0ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194b33fa46c59c04f8528eabf68c6a104442295c8ebcf93f08d6352b84574da0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab new file mode 100644 index 000000000..a3e263487 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca619b70479876bbb5dad7a585389f568e8f3980058c97f517d2a85ad5cbf05d +size 111501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab.meta new file mode 100644 index 000000000..9ee46a541 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/WRPG/WRPG Template Standard Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092df3331d6187b5bcaae232928f6902ddcf12143af7b0da6920d0c696d00d1c +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs.meta new file mode 100644 index 000000000..3a2000d03 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99442acec9d61a321a8ba502c9e56cb7bacc14dd37bb5c01bc1975b67421f90b +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic.meta new file mode 100644 index 000000000..fae60cb64 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a51236fd501b7c4c54fec4bfd40fd223c701dee3391c0017734bc47c96a7dd5 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab new file mode 100644 index 000000000..bb4645c13 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac5bea44b4db51d9b0886c61af70cf79985626ba3d8b7470abd27b97d361544 +size 7667 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab.meta new file mode 100644 index 000000000..addbc0190 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/BasicUIToolkitDialogueUI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf455b84055e74b4e9aaa42ac3e96448be73db6bb974586183e956f9cbe20d7f +size 420 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml new file mode 100644 index 000000000..b93a4cf6a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b189e7cc31c559e3b74ac95a661722768af54996ece2cab7b5b2efadfd632d +size 1233 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml.meta new file mode 100644 index 000000000..542be3975 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIAlertTemplate.uxml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790d05a8bac31e6a14fc552a36e8e405177e586eb35207965fa26443a2725568 +size 554 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml new file mode 100644 index 000000000..af8e16711 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0023b9966ed5f9623bb7ca0dae24e78c959ef1f283cd6242b3527f60a0a7ff11 +size 3859 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml.meta new file mode 100644 index 000000000..36dfcd348 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIDialogueTemplate.uxml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1455bf099c4265cfaead0ce74c668cae1d0c0a6b8baf38981bb4ec8988b9a67a +size 557 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset new file mode 100644 index 000000000..5c5b5dc0f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb10421601655debd937d57c622f0c72a1f6323bf6c392a38128122e8363a3f +size 1461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset.meta new file mode 100644 index 000000000..201a40dab --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIPanelSettings.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fa2a71794ac8ca342be38f45190f8fc9dd45cb90c1cbe8e80bb352bc1be683 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml new file mode 100644 index 000000000..181a71360 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9600eb03c67b2b4c24f43e1303743aced1b3be562b28f015ea1f3ce7c4bd8fee +size 1236 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml.meta new file mode 100644 index 000000000..d9404bf10 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIQTETemplate.uxml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df7f3391afa8496d7a1dbdbee547aa3ae0355974e6eaff1ac64b7f6ef17327b +size 552 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss new file mode 100644 index 000000000..8f12776cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bda57e18b99c18e8de528c2a5d31debe80e6ed0297a8ceb83037a8bef75860c +size 304 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss.meta new file mode 100644 index 000000000..f4c90c9a7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UIToolkitDialogueUIStylesheet.uss.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92f815e3cef5081b093483c8bc97cdd9f09376395843fa4780805dbe9a6056b +size 573 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss new file mode 100644 index 000000000..ac78b038e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341561a31fcbb6f0c53c2ca99c2c311e2904369efb470004dd3ae9701b8cb433 +size 37 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss.meta new file mode 100644 index 000000000..4750a8d44 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/UIToolkit UI Prefabs/Basic/UnityDefaultRuntimeTheme.tss.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a70d1660336fcac8730034193cc8e5400575753e4c71b72f19ed22df5a783f +size 568 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Resources.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources.meta new file mode 100644 index 000000000..e26a5c3b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7d753560ff4fbe21f508ddc53e077784d574db7692e51ed49705dd5c5c00b7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab new file mode 100644 index 000000000..4282b8c67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3860c1d517b98ec58339bb91811ddd7bcc84c7f52133e42500765bcbc0701da +size 13891 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab.meta new file mode 100644 index 000000000..554b508f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Camera Angles.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d2c5c2f4af49dcf7fbd4c3d4523ccfce7f17d29e0eb5ba01e63da3586c2f48 +size 368 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab new file mode 100644 index 000000000..b7e7794a1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d2068fee8f0ee971e2f3bb7b264c6531ebde8dc5852f4f449a1c6ddf80bf66 +size 60325 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab.meta new file mode 100644 index 000000000..24b4e3da1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Resources/Default Dialogue UI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1a42dd602649648194f0e14f0724daa5eabc42e635e8040762df6598446b4c +size 335 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts.meta new file mode 100644 index 000000000..51d1e7a70 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5cc660db898b5a7a69573422272c4810696641b11bb539f11d961113475600 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts.meta new file mode 100644 index 000000000..9c283c805 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7956adec1748391a4d4d7f785e1cf2e1383d930be54159801749fc6836e1733f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs new file mode 100644 index 000000000..0e5103942 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e430b5862203936d74bb384727515d5e2691071e8576aeb5871d3c173a0898 +size 6505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs.meta new file mode 100644 index 000000000..c8be9891d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DemoMenu.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4da067a75273700ba80c5a28e3823893bdbd36e02d0969b4d45f20f347d196 +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs new file mode 100644 index 000000000..75ce8a4e8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29b105fe0159aac79119568dc9daed92a62b022f92c490ce83a32615401e14b +size 916 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs.meta new file mode 100644 index 000000000..9e16399a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/DieOnTakeDamage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855737d4936fb517b8e29ef182c82dba3c68c7dd5c36de1d3893aa54d4a51ce4 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs new file mode 100644 index 000000000..1b724d795 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20185a12874d036ddf7ac924218f5365e5e2b3a903c961cfd93a3a302414298e +size 3256 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs.meta new file mode 100644 index 000000000..ff4706ba3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/NavigateOnMouseClick.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd819e83e1d20cfb5a5ca45cc84d5763540b1724519c4a77e94b5d8f6b8782a +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs new file mode 100644 index 000000000..0e1ca7ac2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea1694eb80cf2819f88259a6c4383c7e50d1e69134a0e36bf786468d075ae2c +size 7551 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs.meta new file mode 100644 index 000000000..e4c4fbae4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SimpleController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477b1bfd1e226eb3eab0219b6d2522059e1fd6c8f1f4eecf7ef6a08ed4456555 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs new file mode 100644 index 000000000..4d29d4ca7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f9f45ddf34d389b17981c20954cb8046303b1e7887e304d0ecb18156d4dde0 +size 4204 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs.meta new file mode 100644 index 000000000..0954567ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Demo Scripts/SmoothCameraWithBumper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eab181132253469dde0b8ef60a1971ee20d4de2b53f7875604b205a35dba8cd +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor.meta new file mode 100644 index 000000000..47eee865b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16de4682a8326a4ee99ba3b62daec4fddbac60af996c160ea505a816fce95d5 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor.meta new file mode 100644 index 000000000..cd4f2cc47 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e327047d2962dca3c60bda1d8c6553e413da8029dd62e90c8a2c20f64b4c6f0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs new file mode 100644 index 000000000..b6f468e71 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50b397a58f174e6e509c512993044ee4f65fc40c3ac3883fdbfee6923de4fe1 +size 1683 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs.meta new file mode 100644 index 000000000..49ff0cc6c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/AssetFoldouts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84bbff404d2a62559eec3e716ddf6218375709ae9568d61b1f2ce670def1a31 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates.meta new file mode 100644 index 000000000..825e249da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7609d4becaa167717dae222c7668a93d20f97e18d51213110663e694e43868 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs new file mode 100644 index 000000000..b85876f0b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18857c906c6f0484ef64a731852a0bb2a402cd1ef4c5a51a0392da82e9e488b +size 31350 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs.meta new file mode 100644 index 000000000..458644b1f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/ConversationTemplates/DialogueEditorWindowConversationTemplates.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca2fbb4cd8d65430c00470c9126c3db257cb06322b829029702dffebc929090 +size 544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs new file mode 100644 index 000000000..986c0c51e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db1c8ab6801b76d062b076f3b09cb467a485cab41d01498d56211a7351960e0 +size 13737 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs.meta new file mode 100644 index 000000000..c2bec9975 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueDatabaseEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14efe908b91a7f459c97018c21d95b0cea596d0fbf6e2bf2859d6597d69cf730 +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs new file mode 100644 index 000000000..3d348ab72 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071bbc4a1a3f770ab3045fedb2076c9fcf7ee1031a75d6a55d3f2d52e0f634de +size 29292 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs.meta new file mode 100644 index 000000000..79991163f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorVariableView.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66f61b1cc8d2f2a430ab03afa6470808ad94ee02e2e0a69bc4b86a838292a84 +size 550 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs new file mode 100644 index 000000000..f6efdb5ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3882c3c04fee0edf45a234acb4ea082bce476882f983a71e97b035ab861ca1d +size 1587 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs.meta new file mode 100644 index 000000000..ccfdf3523 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be59e0a50562e753489aa9335ceefbc12003452b6827d44043ceb99cf649905 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs new file mode 100644 index 000000000..e78483529 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6a2c60449aef410157d8fc5f52b2291efdc52cd1e23b3c50559277686fe3f6 +size 24790 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs.meta new file mode 100644 index 000000000..f69ac3236 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowActorSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33747696ed30cac16b2625dcb7bf4dd0e9c3e8b23a53e6a5d495e89585b70a16 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs new file mode 100644 index 000000000..176f7ec02 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d636afdaa320196267a2ca8b59d34649fd2cca951adbf107b9aaf0261417ef +size 3602 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs.meta new file mode 100644 index 000000000..a3fa1d9b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetLists.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b368085d26ee8c86cbeb6cefaecbd460b4146a1b43f7af428520624fa1cc02 +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs new file mode 100644 index 000000000..1d6a65671 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60597de6df10deefa1ac1eb60541624277c67d9d5b1bd0c2e285484373d85426 +size 14610 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs.meta new file mode 100644 index 000000000..43b4d3883 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowAssetSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cb4b353055ad0feb6d5bf8ebbbd622e5c5621cf944895b321084f081ab304c +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs new file mode 100644 index 000000000..4863396ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d3ba52f6af0ddf8492e5e2d10ef3a1a1618b9b00c4a09d7cd101a8e11317dd +size 38925 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs.meta new file mode 100644 index 000000000..fd0eb825b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowConversationSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fd5a2e7a553fb6416b1e7be2ab5e9b541ea7c5482d620e211190eb5b9c43d0 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs new file mode 100644 index 000000000..9e720673f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18581bdb5c1b1764ab168a5dc16604e02c9585b45846e5957d30a7d16db188d +size 21068 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs.meta new file mode 100644 index 000000000..b49c58b91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseIssuesCheckSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48929226f866b30518e0a9295ebb368cd393caeb3224ed8d60de7d3c86af539 +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs new file mode 100644 index 000000000..563dab974 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fce9a41a61033d5b2b7e53b78e4ecdbc73febe2b74e3ff043a062797a77a37 +size 62472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs.meta new file mode 100644 index 000000000..27187ab8e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb87227b8c5022af3b44512f5ee22fed3698664b5d43416391ee81d91f850ea +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs new file mode 100644 index 000000000..8fa0e5508 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef588f6104663dda6f58474d52e046f5cad16ba7464d6f74f14378a111a011a +size 9175 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs.meta new file mode 100644 index 000000000..633b8f1ab --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDatabaseStatsSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77622be8514fe96ab52ba845de8cc0bf0ca74f3f6c645b2a9f1f91cecb146e88 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs new file mode 100644 index 000000000..6618ffc42 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18d5a0c5fbcba5c2ade913af4278be1b7c8bead212ea8fc0dbc2204fd55a264 +size 5435 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs.meta new file mode 100644 index 000000000..7af783972 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDelegates.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445f25b64b4a52c0dd9c76c99566e1968157c9ac96894198c703c2919316523e +size 553 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs new file mode 100644 index 000000000..79ab11d99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe64274f7d2cc43207d33ee07a912428965ba83864cd8243a31e4b1e95a0ff6 +size 5112 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs.meta new file mode 100644 index 000000000..e80d8f5f3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSearchBar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdb49aa36a8fdcd94af8b226ba9640838934c6c2d93a7185aa8da8d864d4831 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs new file mode 100644 index 000000000..f8193c6f9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d4521baadeb04bae4e143fde1baff24b3331ecccbeb8c5cb66340b84074ed0 +size 75795 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs.meta new file mode 100644 index 000000000..7eadba6bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowDialogueTreeSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5c375c2c1e7ed212f804fca5a043f840b772315fe1e71013af16b7a2ced3f9 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs new file mode 100644 index 000000000..f53ba60cf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8e46f77b7c108e667edc67f94ecdab919a1c8626bf46758031264df3527bc7 +size 2672 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs.meta new file mode 100644 index 000000000..307361a33 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldMultinodeSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2b7f28e466e41a7171a7a23decb8e68e128ede505ab4cd1ceca35eb71f1e27 +size 543 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs new file mode 100644 index 000000000..32f62006b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54da6714fe2b649f8cd827fda4e9eba802e7231266e9cdcb369046e21f002d2 +size 22120 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs.meta new file mode 100644 index 000000000..24b7c0551 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowFieldsSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6b9785f75d1978484871e3980dc5b9cf2a17cf86f404cf121310342a670c2e +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs new file mode 100644 index 000000000..3194744ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16958f32d700d19fd8ce09814529c3a7ebfc4567d96d4145ef68f7ac8666ad77 +size 3929 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs.meta new file mode 100644 index 000000000..e67af91b5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowGUIStyles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486ef3cbd86ba95a1ac40fa9931b15cb7fe46b59df49bd5a58981892c8c7cbc4 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs new file mode 100644 index 000000000..1de4f5d8c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077d5598310fd31d21b5202b90d4e47524003e456ef0b0747f1ffc7d5d6537ae +size 40143 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs.meta new file mode 100644 index 000000000..b03074b53 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowItemSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63691842e7b0802a7d768d6fb977367c5cb9a60e7d653d003962b68cae40d33 +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs new file mode 100644 index 000000000..cdbcd0deb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e876c015c99b76b455ee7a34e161c84c83fc6e012f6f81a2957b63f1685bf645 +size 5145 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs.meta new file mode 100644 index 000000000..c1dc65178 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLanguageList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b1bb47c43b54579b8dd6b75775cf7b8f96e2179a0194cef6f40b25d04f0247 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs new file mode 100644 index 000000000..c0c6a961a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0cd0770ebc6bdf1fc2245ff773d0cd1cfa1255bffc36982c908cc3b7c35e5a +size 61372 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs.meta new file mode 100644 index 000000000..e182a8ebd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocalization.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92eac3e4be1d438ac49ccd34ca1d630e8a86cce8a867e40ca0770d7685dd0c7d +size 534 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs new file mode 100644 index 000000000..b61d93c6d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd840939c822e658c6c429d6b0a8c6ce9e14019cfe94985efc49649fc89da9f2 +size 11118 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs.meta new file mode 100644 index 000000000..9e07c02b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowLocationSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6328bebad2d69d93231f0f91d8cb112f8d048a01313fba4c27377f271717880 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs new file mode 100644 index 000000000..ca13abfb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285266f197ae43e4520e1e5bae4fd444711ad34dc147338fe37f753c88e58223 +size 21884 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs.meta new file mode 100644 index 000000000..7618fa981 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowMain.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee3e71a4b02e691968d5a895d79327bf7b8ee91f88543da0c49be1e5f40c581 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs new file mode 100644 index 000000000..7e1ce8482 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c420abbedf1c97344d67112e820f016b0d541b4e468ae0d0eceb01f26311b402 +size 1181 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs.meta new file mode 100644 index 000000000..67b502795 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowNoAI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e777356ff403ee36ca760d0748d2d31d4e23511ae2a7cbde12b7c187ce7aa1 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs new file mode 100644 index 000000000..07bfa8d08 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ff71c4fc9b5e6ca0a7358c02942a2565b09523fb81a169bd5170af1f42bded +size 960 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs.meta new file mode 100644 index 000000000..2c0066fec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowPrefs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb4008684f525a3b8df8c72506d43a79378e9e09e190f1ba1e7e9321688fda9 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs new file mode 100644 index 000000000..4782b115b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac9aed309977bb398772b88ea664e856e43f8d114fc92856b929d4d69ef8bb6 +size 24778 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs.meta new file mode 100644 index 000000000..b311e02c5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowReorderIDs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78a46e51dae9ca00ce301516b5aec83372a6f56b673e63b57e4eaa07762583b +size 554 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs new file mode 100644 index 000000000..7071dee69 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce5191753a8345e2fb83463c8f92a3882e3a2f5d4bdb1fb95b86d40625d6a92 +size 11369 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs.meta new file mode 100644 index 000000000..9aabd9501 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowTemplateSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b620cc6ac7712979f828de6ca4bcd4968d56aef4b045dc548403dc9cad3cc2d8 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs new file mode 100644 index 000000000..b2bade017 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75773468dceb2f645249280e56d789959761b7803d1ed3b4ab7f0b1588d29716 +size 5654 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs.meta new file mode 100644 index 000000000..3ed3b38d6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUndo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9362c376e21d08041eb812acbd68215735dc54b591dfb7b0f89ce4b677588f5 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs new file mode 100644 index 000000000..c845f5c4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6953fa166c6bdf0bdc68d219b1c1f3363c51df364e2aad9f6c4f6574fd1a9556 +size 11103 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs.meta new file mode 100644 index 000000000..e9f764c5f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowUpdateTemplateSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59f93e827d247934dea51598cda7a40d6004a66a168ed92ab57ec81eb8a67a3 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs new file mode 100644 index 000000000..b9ce354c3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22dd719f63a8c3d751bcb854a49199539b48424c3a8e942014171f28f85c14f6 +size 1800 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs.meta new file mode 100644 index 000000000..349486b42 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowVariableSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d46537e7ca691ed37f961725914d582f4f08e00e95fd8ac39d7c9e7fe77e71f +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs new file mode 100644 index 000000000..622d476e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df93d7e40cbe481d0ff473440e61ff391abccba5e0ceaf143691096e72b47370 +size 21894 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs.meta new file mode 100644 index 000000000..8cebdc930 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/DialogueEditorWindowWatchSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240751aefada0c7a919af7422bfd6dea1d3b57afe993e0b01bf9abacf642c997 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export.meta new file mode 100644 index 000000000..0ff583108 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9161e31291225eb050a487cfe9e24da2c640d4cba2d0376ee2c9a0d6c5ae948f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs new file mode 100644 index 000000000..2b48348ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631ab8dcf18a7b909bede5fcd726ae7d77d61204d23001227f38574bc3d8393c +size 16241 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs.meta new file mode 100644 index 000000000..0c48ff653 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/CSVExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bb7ffd6dd74e87003d8477846bc7489711cd70f387feb3a9fadefba16ad195 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs new file mode 100644 index 000000000..4a0bd5487 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371dd1db2cc9e649985af96c1e8898932030947a694124323e92a40cd524bd22 +size 17317 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs.meta new file mode 100644 index 000000000..97d8af5d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ChatMapperExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8a94591a7156f880076065c8fd11750d100e84a86ff163e91f156325e67f56 +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs new file mode 100644 index 000000000..8b487440d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46812108e8a1e519cfb56638455139f49bbb2f2e4f0fb9a310f55b72061a3d06 +size 8247 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs.meta new file mode 100644 index 000000000..aeea4118f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/LanguageTextExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949a97b27ed703b1fd36e1c29a9b8cf1f07db980a5d44e608414a567bf731a36 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs new file mode 100644 index 000000000..fac34974f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07123bee0a27497ab874851f9db7a2c58dcba77a9fa8dcbd461df92a70aff68c +size 18835 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs.meta new file mode 100644 index 000000000..52a834ce4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ProofreadingExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ecacdbd8d163b6293f6beba639c47ac0a6d15ae3ad3e3533d2004fa4e2c96c +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs new file mode 100644 index 000000000..09a3816aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd9fc450dc71cff37345116e876b1679b3cb556e8ed7fd4c754073fc9749d57 +size 10236 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs.meta new file mode 100644 index 000000000..f5787b3eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/ScreenplayExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b496a9bb4ad3819b05e08ea1edf3e9745dee01754afa31c9771e6683220c08 +size 549 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs new file mode 100644 index 000000000..cbbf68641 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d120717e8b0aef88f0290ea4e455fa362af5bc7135b274fbc72541b6178a07 +size 11229 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs.meta new file mode 100644 index 000000000..0fae8afa9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Export/VoiceoverScriptExporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31eeaff1dbb59a6458c49c223eb43920ed19c60718a9eb920fddb10c408d0fde +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes.meta new file mode 100644 index 000000000..0decaf4b5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd20565f02bd753dabfa4753fa0d5e1ceeeefcbefd54a7702c40a5d19615367b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs new file mode 100644 index 000000000..d3de361e8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d1f5a01bec070167764d5c03a485d1675ef84fa34b2b19c09ef55884cc2dea +size 104630 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs.meta new file mode 100644 index 000000000..33e2dc642 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1564f2578615d9c50f298f14d82ad5b3f839c9a96ba701f69f5d5f270dd5639c +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs new file mode 100644 index 000000000..279df2187 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f798423532a30a0449dda9d65431e57584b0c0565dfd6d2cb72efa603aaf3636 +size 12172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs.meta new file mode 100644 index 000000000..f1f706d0e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorAutoArrange.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43b0a47cb48c84be315bb05ee208de4f273f2c0e8d0b7c65f36d573a4c97256 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs new file mode 100644 index 000000000..823f1d462 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74684aa9bbeb821c31344add1179aafaf0f3765c59d280872eaf0f1d170ff23 +size 9315 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs.meta new file mode 100644 index 000000000..ea31b4cbb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35631fced03b449555225280ccaa344b6169a81782d8a22a4bccbedc3bc19db2 +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs new file mode 100644 index 000000000..371b884a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed22146f60b56fa535013b8bfc867036db166400f167599821780d85a44e3ea0 +size 25050 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs.meta new file mode 100644 index 000000000..1b88ea3ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Nodes/DialogueEditorWindowConversationNodeEditorTopControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e74914217de9e4f396f3758f052f0d722c804747811fdf9af964e14dba32716 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs new file mode 100644 index 000000000..d9b3a99b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a696551b92fee06ddddfa32bd47bb1560263212e2885f37aad97936721f419 +size 1869 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs.meta new file mode 100644 index 000000000..81ea11d02 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/Toolbar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efa9ea36682b23815a74f024d81a52f3f7626459043f6521b0ec4b6a904e3e4 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs new file mode 100644 index 000000000..3f90f2bc0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67cf43ff1aa852e57e40c2af069b62acdd884599292f7b90d37c5170ff7557f7 +size 2979 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs.meta new file mode 100644 index 000000000..350bd54ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Dialogue Editor/VariableViewWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883f44e473b6e714f123ca20898def61105fbab56dbc6a421ea578ddef0f621e +size 542 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player.meta new file mode 100644 index 000000000..8e3d2a64d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de5fa9316c4bda47a4c1188fe74e34f02a0e0f017a0223c655137db4dd923c1 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs new file mode 100644 index 000000000..fa3a10f21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6e03c4c1a04c98188214ae8013afa2aa725b71c0ea88e8bfe9aa9b6ac22a55 +size 5506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs.meta new file mode 100644 index 000000000..b8cf9844d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Edit Mode Player/EditModePlayerWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52438e363f4b23514425e2924539196a913915bc1f5651c179881c7651615f12 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields.meta new file mode 100644 index 000000000..df38a3121 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c17a8498787306f6ca45524f5d00c82b0fba1f2c052e0fb98d6d4c62f4af345 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base.meta new file mode 100644 index 000000000..5d89b7beb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200a1c6f2d4f067dd831c6167c3fe6ee082ac088f054852b9354a1658cadc90d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs new file mode 100644 index 000000000..88c311c89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851a7ca540817ef38079013a257e41de7624dc0f6a15f280b8a2fa0ea89cdab6 +size 1069 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs.meta new file mode 100644 index 000000000..6e7ddeec1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Actor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacaf0e0d6034177cae6015bd57be9a22fc1db0a5a9cccaf3b28e9eae19ce23f +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs new file mode 100644 index 000000000..a49fcda18 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0c061f3780a437f8f062c40ac3d9d30e24f9977a4a65c964dab20826b30288 +size 1074 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs.meta new file mode 100644 index 000000000..ba91bdf05 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Boolean.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b8b73c61ec955e179bfa7cbfbef93b853dd49eaacfe305fc298c43fb46b06a +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs new file mode 100644 index 000000000..e92db1a38 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05192139ab65490ce555612cdabcfb1309637395f2ed813cfd254533845fde13 +size 564 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs.meta new file mode 100644 index 000000000..1c4320412 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Files.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524e93f3c65ac9c29bc3b91677cc8f25ef62b5c877081bbfe2734f109c4d3180 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs new file mode 100644 index 000000000..89c4cbb8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b559e36ddf2261d24d2e08bff53509f5b55851fe9b019a38d74b884a1e91e0 +size 1099 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs.meta new file mode 100644 index 000000000..2e4d04c1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Item.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca45a79c18083c34f077e91899c69157b7fe5f1cfef098595aaf46f00938ead0 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs new file mode 100644 index 000000000..19e8488d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b11f73e0f29fde68cebc02e5924edd85ac394944862ad3f190ebb5acde1901f +size 777 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs.meta new file mode 100644 index 000000000..56ce54c89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Localization.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617ac38de6af470dcad1a0816675bc1c2e106fa54e5c98d6355e8c195ec80e2c +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs new file mode 100644 index 000000000..cdf1c155d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6620b0ded4585cba6f3b1dc70d41615d7058a758201b5bb1416e07645fc83b6 +size 1090 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs.meta new file mode 100644 index 000000000..e46424951 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Location.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa27e609e1455141ed4986f5da2ff62a730bc937800dd0fad1be6759ee141440 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs new file mode 100644 index 000000000..859b9bf1a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf12bf0187fc88594f6e8b0db7611f43d0bb9d5e221f72eb41b1f2c5f43eab9 +size 1031 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs.meta new file mode 100644 index 000000000..004e0b04c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Number.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15930bff8cfafba9f55ed5167d7b8c395268355593b822778d4a6c6148605d6d +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs new file mode 100644 index 000000000..c1972a8a8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca68927c5bed604ccacf64ce8a51ed1c213afe294bef17b0718b2b4bac22f71 +size 1622 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs.meta new file mode 100644 index 000000000..a108fe5dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_QuestState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9bab847a70228ede28b89e4467e25af06e3adb2444adf0e090844d36bccd783 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs new file mode 100644 index 000000000..c4b0f1fd6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f81ba5e572e665b2c2cd02eeed564c6c7be7284ec0e0493e2b7628cc76c5e7c +size 563 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs.meta new file mode 100644 index 000000000..542f412de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Base/CustomFieldType_Text.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6f6f33f954db36f56d779aaa06bbf0e200f1fa82211c0add830031398eb911 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs new file mode 100644 index 000000000..d1953bb0a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b39c7eab08c003c2f4074cbc099e10e3192e519cf8ca93f4c4eecec4e81a26d +size 1454 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs.meta new file mode 100644 index 000000000..a6b7c98aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a939d1b0e916674de6115b3167997276bdaca31ddeafe62a9c8f8da7e4562417 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs new file mode 100644 index 000000000..8c9d1a9fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e456ada2398c78322f5871e99bc1fede148fc913aa52958dac83777f11cfeaf8 +size 10663 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs.meta new file mode 100644 index 000000000..27c7521e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/CustomFieldTypeService.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825be83f15d6e2e2e7cb0987932b038f0a86a663cc961c6990cd9a241c8bc92b +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples.meta new file mode 100644 index 000000000..c564abab2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81305682e653d05c0f2f0860e9bf962263c86f718d254ac86679fa3a072ef2f9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs new file mode 100644 index 000000000..18ae90c1f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2f13c910e07583b5ffdc3f6da74fa135baeec887be1cdae2da1e2dce32eab8 +size 1633 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs.meta new file mode 100644 index 000000000..2a55e6f4d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/Examples/CustomFieldType_SceneType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8410a7c18477be4c84ef8e15779e06d5955fddded1d53667dff6b16569bc4a3a +size 437 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt new file mode 100644 index 000000000..8024b6ad3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fabeaeded28f52dd2b756a292f68410743906c268ef77b81c4534c62ae0dac8 +size 116 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt.meta new file mode 100644 index 000000000..ba544163b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Fields/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f88136c1c40602a3096887aabcb686155900c7ba9830d00f049009cf1b518f4 +size 369 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors.meta new file mode 100644 index 000000000..51fc4b216 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403fecf203f207ac3e212667425462c4538698b28fa50fec89621da84ea2d923 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks.meta new file mode 100644 index 000000000..eb24daba0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b38160d4508c53af4f0fba21269e1797a74739ee0267b26b7e72a0e89f3c874 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs new file mode 100644 index 000000000..e4d33ef6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99bde950d7043afc88534af3065715f8ea39dd255da965534c6a0b79f6467575 +size 1063 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs.meta new file mode 100644 index 000000000..969e2546b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Barks/BarkGroupManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd94f201360fd83d068e90b1aab0313003747d418df903edda4de665783c311 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText.meta new file mode 100644 index 000000000..a8a296fce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41132a6f2280b56c0f26095154500e940f8928dcabff772f2d73c226628a11f3 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs new file mode 100644 index 000000000..f150d0e57 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a377132a88b24efd1f6a44f5881fc845094c2c1832fbd64e602522e7ea39e8c1 +size 27245 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs.meta new file mode 100644 index 000000000..4cd195134 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/LocalizedText/LocalizedTextTableEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3602d5a0e2420fec5262c335ea28136f549265dd1e850ab65e0923552fc34136 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC.meta new file mode 100644 index 000000000..0268b06d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c74ae0504bf2410fa2dbebf08a9a0aba715abd03a6859996fa82bed6962d07b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs new file mode 100644 index 000000000..11932b617 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6061809c37f4a37166939c47ed91460b65174b680653b3eee644faffae468d +size 6089 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs.meta new file mode 100644 index 000000000..9930dc671 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/DialogueActorEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0556bde82663239727c1617c42973153fa07cf1d0e8eeea5fc6f0d6a51254e8a +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs new file mode 100644 index 000000000..d5e44ea33 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818f5b6cac198447bef34e680a3a04dceb8e1723c61f22f20c944d10fa2b9c13 +size 3560 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs.meta new file mode 100644 index 000000000..4a5ca1830 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/MVC/SequencerShortcutsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4025dc595fd192a794e601a03f76bb1dd60b088511acc484018ae36be3454bd4 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager.meta new file mode 100644 index 000000000..05f14dd01 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099e35329d67a69dcec28f816465e5074d23825a9fa3e4cd48168a70f1e72a76 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs new file mode 100644 index 000000000..353321039 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcd8b84ad2a9d345dc345672865118a1ffe51c16c6ae20d1f38da8f742ccf65 +size 27246 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs.meta new file mode 100644 index 000000000..abc3cb9c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b75bbc4296adcf0661bbe79eb61a61ea4f698e659efdbd92618e436e4841d01 +size 445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs new file mode 100644 index 000000000..daf086b6b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47682c079076b554d39638c6cc30b110d4c08a7d16a82b4b6a368dda437c21fb +size 1537 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs.meta new file mode 100644 index 000000000..7a13eb038 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Manager/DialogueSystemControllerHierarchyIcon.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077f4c10dbd7781e02b1a9ac838da7da84f2f53893fd0e4ba292009b9d6fa9d9 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests.meta new file mode 100644 index 000000000..af58bad51 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadeed2bccd4413f337218428c67a33cf27cec0fd6b19f7bb8574747f6bb691a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs new file mode 100644 index 000000000..6c0406925 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4214c426517a521b12b23bc286d5d3427e2c793dffdd7935c54e2da13f513368 +size 1092 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs.meta new file mode 100644 index 000000000..04f8f35b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Quests/StandardUIQuestTrackerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1787f463e4cec5271a11a710248477043001e3ad6b206c602d3dcdb767996035 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System.meta new file mode 100644 index 000000000..beeba030b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bf9ed450e3fa66ee65123b918133cfd33d050528091cbf4f703172a42cd408 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs new file mode 100644 index 000000000..33f163205 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a355f4efce054605c70f7da349df713f45cde4023fdf2f0a631d1f0b8891bd99 +size 854 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs.meta new file mode 100644 index 000000000..7bb002d4a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94fefceab0e5bf0f53927c7f472453bb3498eacabf134bf10883a31991760d2 +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs new file mode 100644 index 000000000..da0a557b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39171b53501508b414c50a3fb9e39467fa7f65348037f208ac71860d8d10525 +size 1995 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs.meta new file mode 100644 index 000000000..d42e70bf5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Save System/PersistentActiveDataMultipleEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa69c76d2cc6649fab363a1ba1ebc44209c32145d8c47dbc5469d10718efc90 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers.meta new file mode 100644 index 000000000..de198d746 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674d09ff13187489da3c9d7b40236ba6a839ca0cb6c8d35e6691cff2d00ade86 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs new file mode 100644 index 000000000..70830bfd1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753985d326a5150a9d5ac81ad486e7ee0788a639d723a1754032b8113ac001c9 +size 6014 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs.meta new file mode 100644 index 000000000..11e21ec89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPicker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e07c3546e3c081d30bbb66783265c7e62d9a60922f97d744557e2ce8e47523 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs new file mode 100644 index 000000000..eb27a65c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75a2b84cf3eff773e53c53e2f89943bfe659ce14d055de19b840bdf91919967 +size 5105 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs.meta new file mode 100644 index 000000000..71f190dd8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ActorPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380d7fc8681007b68cf8c863eba11fdad8ce8c35cad6457fdb44ad3f42d6a141 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs new file mode 100644 index 000000000..1f1110cce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a24baa8c8bcf998e1f62cab3d8774dc4c312af42a697890f86c24e05633913 +size 1839 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs.meta new file mode 100644 index 000000000..9a77eef68 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/BarkOnIdleEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffc5a024bfa2f157763c2988a9e1185b53100d955c696de06cb1a4f57abce24 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs new file mode 100644 index 000000000..a745018ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f727136bf6ffde1bdddd050aa1f530a482391ff012e036ae9a706b3a933063d1 +size 2977 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs.meta new file mode 100644 index 000000000..13cabfcb8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bcfb88b32bc2ddbc512bbb20acafe4ac89cbfced9d229c99ca38c116976cba +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs new file mode 100644 index 000000000..871716fdb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca8b7982b59ce480240d6300fdfec2b4a74f8466cbe343a2739ac8843cf12f9 +size 8882 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs.meta new file mode 100644 index 000000000..ae7fe9dad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionObserverEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6200f5f1c206848a8b4d0eb782f9b8ff4be874716c18d40cf75aaf3ae759d5 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs new file mode 100644 index 000000000..a7959038b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac84434e85d08914402acd18681f38fa07985b98b974a49a872e6c34083cebc +size 12444 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs.meta new file mode 100644 index 000000000..f85b27298 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConditionPropertyDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66954446067bdf3656a69cdc135d808d7694c99ffc333b4a9774acfdf8f3a1fb +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs new file mode 100644 index 000000000..527e788cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8dc5f5efbe28128fa82f432da5dc3d31e8a0712630bed2a2d4db839de139b9 +size 5264 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs.meta new file mode 100644 index 000000000..df30a2860 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPicker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c97a1af92e29048a5ee0e4659346584256ba528bd6e5f5838696327bc535e67 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs new file mode 100644 index 000000000..33027bff6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d182928b959cb2ef332f95e46c72cbedc77eb436a8e1b476c35a6973647e043 +size 7303 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs.meta new file mode 100644 index 000000000..fb4b658c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ConversationPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1382a665f8c256eb8de909c0068b7a0afe2d9b02539b6b708128783cc4c80ae8 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs new file mode 100644 index 000000000..72d20c624 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364e33466131358429297e63d54085b6e4092645e488e124c3b73ab3efa21da9 +size 1861 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs.meta new file mode 100644 index 000000000..8a4149d7e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPicker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9284b47fc772423a782c2e90db46b779648ab3f50c7b8506700ee003d3579d7 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs new file mode 100644 index 000000000..84dfd26a7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f376dc028729d40c97a8a73824167fda369e033615a90bb6446e9b7f81b3a344 +size 5657 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs.meta new file mode 100644 index 000000000..ba4803403 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueEntryPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3c6d3fae5033119d78cac6b4bd0ccae63f39bae5826612a1c8e2245bd0d483 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs new file mode 100644 index 000000000..540fda9f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3afd2d0a7f5d9741a2585b7ae4959b21504883663fd367e484e1692ddc92af +size 49210 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs.meta new file mode 100644 index 000000000..42021dfbe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3028cfadc82ea2a8198e30922cafd89bd56ab78b7d0d3b4fd8b004d8c8b62ce +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs new file mode 100644 index 000000000..d1e12b4ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fed466cf003bc9c777cef48b0e907af6ccb158d804cfdefbcc1a4059adc4de +size 10266 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs.meta new file mode 100644 index 000000000..8d7c64ee0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueSystemTriggerEventDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecae45aad58526597a55b54c0c1d352fc161df9b51ae2f5862c49b3e9d1af9a +size 534 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs new file mode 100644 index 000000000..d16d15127 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4253bd9fa73579dd90e42255615f22941080560c05130973a36066e9172e15 +size 8089 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs.meta new file mode 100644 index 000000000..cb61c992f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/DialogueTriggerEventDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdfdbd1567bdfc7e9f8d877312d629a04887c9f019bd35810bca7a5a8b4e1bf +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs new file mode 100644 index 000000000..7f2ce4211 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74f9776deb3194650abc29a5d26e4b3eb0b002f850539fda92aaa521f7708cd +size 5531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs.meta new file mode 100644 index 000000000..0cfaed1d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPicker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32bff781ba2d0a3566a6820143d1e8fb8f30e246c33685fcde3ac8758b8548c +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs new file mode 100644 index 000000000..e90847768 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06028e0ea76db39597ca7eabd39e896f5fc4fb0747e44660b8edbad2670c90e +size 5157 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs.meta new file mode 100644 index 000000000..1b2451721 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ItemPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9d0317ae62c021b39820ade60c46b3ee0dfd118cf7e603ba3347eedb9807f5 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy.meta new file mode 100644 index 000000000..8a68656f0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abc1e2d71a96ad27df110899434e4a959d76ae62e79a8a984f171475267dfa3 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs new file mode 100644 index 000000000..c9a266b5d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed00e31165ddc7789f30ca93005bc3b18aee721b9d55b8b9410e71726d8b0c1 +size 1178 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs.meta new file mode 100644 index 000000000..f60b40312 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/AlertTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3c2260d985723e6be145a64c5200bde4cf56669a6f0a8f2c48fa4036780d4a +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs new file mode 100644 index 000000000..46fdafea0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23997723f37bfe50825ab431b645cf2c1d7e5d35a8ea8587bf17a7a07b436417 +size 1324 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..b247058b5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f10728fb69c5f5d1f17b6cc02269574fa48fb11743ee7ca7d9c84e4234cbdf4 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs new file mode 100644 index 000000000..93218af51 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf557a52ee1a56ee5b724eb841c008debe4a4627f2c26206dbb2c249ed1eabf +size 1601 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs.meta new file mode 100644 index 000000000..bc2c0b358 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/BarkTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cace70e1081913f81fb83dc0b14be2d23534c896838fb8a93abde4af96a0ab +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs new file mode 100644 index 000000000..1b79c1297 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c8329efb73dfa3d187b8b438863fa7fe8fd2490f745c333bc3206bcdfc6dd0 +size 1812 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs.meta new file mode 100644 index 000000000..bf150f70d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/ConversationTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a130f983f7171e8034f55b49e510c91ecb87cb80e4ef4365f87830b95a399a +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs new file mode 100644 index 000000000..c2708131c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f8613e74bf04e8cc7dfd3125dec9af0129b39aa3c8b2f8b911711378a079a0 +size 355 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..cd2230a0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739c181a76910ec2c0bef86eccc708bf1f47a89d30c449cbb1e0ca3e1bcd8c9d +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs new file mode 100644 index 000000000..c5bfbc957 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbefd8109b7c58d6c0558553751f88896bc6d1ff5b0821a301e25f42b07e5c5 +size 2021 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs.meta new file mode 100644 index 000000000..c458ef3e4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/LuaTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5449981c893fa84e4700d740c2f8cc8c26f4ba3031dea23dfe1ba1fbfcb916e +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs new file mode 100644 index 000000000..8f7f0035c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b931c1446aee755c4a2bd8bf798d8b99f7a57a5b3d9d2a5892d9457b32bc79dd +size 3745 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs.meta new file mode 100644 index 000000000..df39760d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/QuestTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2251577236088e8b70efef0a0732b313b5f033f306818ea3a4cc8e97f491cadf +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs new file mode 100644 index 000000000..6e1e615f9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebd801a684f915c51b0c766a933d737c4b82e731195e26e04493ba438af86e4 +size 371 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..57f6121e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SendMessageOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ea7cd0b1597a9f0989c8ca14701d812290e3c622ec55f2c06a97dd59a4c542 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs new file mode 100644 index 000000000..596b16c1e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a7e1523d3882a69e0c1de1dca0e2c8a963cdbe53c5061a51e70945b7d03551 +size 2136 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs.meta new file mode 100644 index 000000000..1af69424d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SequenceTriggerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8824f1904db70a2311a66bde5f8f0c44643a5f9f8d0691e2db66891e0e3bc8 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs new file mode 100644 index 000000000..ebc718452 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0bd67c372f7d77eff09a8feb5f49cb6db87d27d25868d7f0d53b640e2527f4 +size 367 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..3c03af31a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetActiveOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f5a79430cde07858d47325668da09c0d823ad91d5f9ca68f07602315d0775c +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs new file mode 100644 index 000000000..6017b99a7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22623f09a36229cc568849b478a232e96a07e6e5e5331b70a14031e585cfe843 +size 373 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..73417b1c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimationOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d17e8f8601233484430c9771937432a819eceb70d047443a8006c0fb27e5271 +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs new file mode 100644 index 000000000..b787fa3bb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc79e596c2001c97d694a0d1caf684fa40cb886b7215b94feea0bd459b5f0d6 +size 381 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..18ca59ea9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetAnimatorStateOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26229d444225b1e6116c08f1d2d17df5f219d87c3d7e5419e19fb537503603e0 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs new file mode 100644 index 000000000..ac3de152d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2755c0cad9d9200f6530946a4654b3e6df0954436deb1c55aa065184d476dad5 +size 387 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..e4d09583f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetComponentEnabledOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a28ad3dca0b29278da49eb872c9365b4c907da9ae2042357ad56feab0c398e9 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs new file mode 100644 index 000000000..8f958c76e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b98b785f586e9ac50a877e02598d24a78e2d4d3c525186dd751dc17c29f67e +size 369 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..623249aa5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetEnabledOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6c731dd91b4e22699fe210d29fdae93d22915c8101c57495c8fa7aded5e7a2 +size 497 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs new file mode 100644 index 000000000..258d9e91a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952f233a7600b2df71b74bf7fc2a941a6bbdb6c212292fae1a4f64cf3f1ddc64 +size 375 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..82af46809 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/SetQuestStateOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cae238aec5c2d52109a19387896aed2730307c8ccf4669ffbd91d51f243c76 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs new file mode 100644 index 000000000..24012e5a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d003df3805a59e05987d09d75466e61fa1f51539dedd56ab7fc78f594e68ed +size 383 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..a7b2b0e70 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartConversationOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b0ceb62ee052507b91b09ddc30ae34fab420f8c5494c3b088af6719dd3ebf9 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs new file mode 100644 index 000000000..5e40c56f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0853d9a2e779c9f4086709257ed8133d8d0e8a45af4ab6d807baddfc6f0c5ae +size 375 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs.meta new file mode 100644 index 000000000..8eb5ef03e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/Legacy/StartSequenceOnDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b77120c924e371ddb9afcff6aa6fb6b16bf6c27c9a8b9cda8d1ef136cbe8691 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs new file mode 100644 index 000000000..e9ba5b93d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3877cd0212eb09e2c8af941b34b5729e45706c0f2c3b99a8df418d57cc95c1cd +size 5123 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs.meta new file mode 100644 index 000000000..f235b7f67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/LocationPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a668c7be5e6767f96fd976974a3c1f85ebb6113dcaf06266f40fba37d8243d +size 543 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs new file mode 100644 index 000000000..8d4b1906c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644c7030d54c8af64b81715adbcecaa4f854de1a0d3afd3bf180e79aed143ae7 +size 7684 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs.meta new file mode 100644 index 000000000..86c72f50e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestConditionPropertyDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec897731c4ded3b2c72b2321b906c1aa3c1b1894b526bfc3a06bb8b6ed09e85 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs new file mode 100644 index 000000000..d6656838e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af294518db6a3f7f8d038d8ff11c34c600329982851efa7242c6cbeb1e87e361 +size 4628 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs.meta new file mode 100644 index 000000000..9d06d66c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestEntryPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac14b4aaf66e8529c5de24947a5083726f2177efe5fbe80837673c20e5e54bf +size 545 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs new file mode 100644 index 000000000..3da67f06e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f41f45e00bc37b797ffab32398f8a1699bf3f7cded0cd0e757f73b46124b72 +size 5907 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs.meta new file mode 100644 index 000000000..fb2506abb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPicker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf5109488d28b51a08e874b6f3425adb6533fe8c8e04ec9d1748f358586da15 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs new file mode 100644 index 000000000..b01b2ef93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2b28c515cce6e4dc461d66cd22e0cde680ab7762636487b47431f4d2e89ec6 +size 5159 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs.meta new file mode 100644 index 000000000..6ff0b0e4d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestPopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b2f53fb2cf6d16b689a0a46cbcde01be38a23da1a0974a65d0ed4daaa04675 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs new file mode 100644 index 000000000..ea24c73d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17a10d42652da00d89fbe799e6ee684373d7aee445dbaea9db8f2b06b85405e +size 2854 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs.meta new file mode 100644 index 000000000..987f89c4d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/QuestStateDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c70e97f4be9cd84161a2a88afc7991c85002e6fa2bdd517259aa5d06308fb05 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs new file mode 100644 index 000000000..e729cd8f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae811ffddd00e7173e68a1ee9bc2deb2433ba3b82fbe7dc9133861a264e09b5b +size 834 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs.meta new file mode 100644 index 000000000..e8508c7ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/ReferenceDatabaseDialogueEventEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fef6328903c2b072b891ae0b2945292ce6880ba0b5ed23b230e6486ca07c0f +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs new file mode 100644 index 000000000..4720c1c93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e58c7cda1399da16f75d3888986478ad897c842a97f518a7a2e970bd40a549 +size 5828 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs.meta new file mode 100644 index 000000000..9f734fba1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePicker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34b05ffd388a68e90a782c03587ca419e06b1b3b341cd31e7e0074443fa3888 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs new file mode 100644 index 000000000..6803b3337 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1738a5cdc39595075d6a5796544a195e1877a2c296d43c53ca753751a266c2 +size 5472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs.meta new file mode 100644 index 000000000..bff5331bb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Inspectors/Triggers/VariablePopupDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a1423a3570310a6407323da6eaff214eef9f5fe63e2c1ff69a04ae41bac5f0 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options.meta new file mode 100644 index 000000000..66685d6f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26967973be1126f5673def0e1f7db117eb275a61985ab89f2a7ef9455d054601 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline.meta new file mode 100644 index 000000000..582777b06 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e828216632ba58cfdc2d4637df0442f4b0cacf2633c4258c7385dc1b86c972a4 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs new file mode 100644 index 000000000..916ffd169 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa3506b823abe2cdbc359fe7e70f9f1ecb750d269388c3be2c11641912bb9be +size 2455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs.meta new file mode 100644 index 000000000..91e3219c1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/BarkDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e796819530118d9f3a1cc9903b0e0031bb1c94220c0b56ad2fdf42929c3c00d8 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs new file mode 100644 index 000000000..38ca0e920 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0686feffa4c623ec75a80175e473e47ff736d0baf0487c1e2c10d2c97665c351 +size 4442 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs.meta new file mode 100644 index 000000000..604d2285e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ContinueConversationBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa10870e080fd92520e5339f34d33ce633cf4ff79c9a716c3275cd9564fcf8fd +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs new file mode 100644 index 000000000..9cb10ba3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc246fc680e86dff391a3e0b580345e9a07ef74911d0b9c4e98e6beaaec9427 +size 762 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs.meta new file mode 100644 index 000000000..6e505ea31 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/PlaySequenceBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24018debfc94a33288fe52b6c9a03a9a93f31dae2b83dc70150a8e926e4ea7c0 +size 440 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs new file mode 100644 index 000000000..9a5579f4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870133c2d0b5f8aa5d1bda1397eea1c8c79f1a819854c4d5a0717e433b8694c7 +size 749 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs.meta new file mode 100644 index 000000000..c628298a8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/RunLuaBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29819cce02c26dfaaa7e42e856d6eb80e853e670fafefe8328fec57505ad4ef2 +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs new file mode 100644 index 000000000..1bbbbefcf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e61a1e8d7f42f433f8884ddb024ea3395321288d0c0e12bfd62655776e817f +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs.meta new file mode 100644 index 000000000..cbfe7da3a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SequencerMessageBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f91729f3e38b55de87a1af772df28bfb169dc925cca3f26cdb877de44fa1c84 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs new file mode 100644 index 000000000..26a2a9614 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3445224219a3ff5443299964b1008ef246d195d9c33b882c2554906513054a5 +size 2358 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs.meta new file mode 100644 index 000000000..efa4c08ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/SetQuestStateBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded8df6fd1497c37c2b92445a27ba63d43e0d4ef6b2ae3b1396fa98ed1602148 +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs new file mode 100644 index 000000000..3afbd2a4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768454b54f581ab989374fe4c4f9fd4c54774c753e2fe2fcd0d98f9367d01f49 +size 995 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs.meta new file mode 100644 index 000000000..db1b51052 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/ShowAlertBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20facbf4a2db819a00f205197e226ee31f7c9f813f4ed7a63aaeb8efb6afe208 +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs new file mode 100644 index 000000000..8023628c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042c01bce00230bbfe1ac0fa04851310ef9a8841641a5bf515fbabbd4c322902 +size 3471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs.meta new file mode 100644 index 000000000..e52ba4d82 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Options/Timeline/StartConversationBehaviourDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0bdb8667b9cd87f696356642778e6a5223f8150b912fc4c1d715c0eaec3e8f +size 531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools.meta new file mode 100644 index 000000000..2a5df8165 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d476b53a64b1567869e18cb62d466b122db0f9c2527717f6ec02b78626d0180e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor.meta new file mode 100644 index 000000000..354ebb49f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecd2aa016d701d91eac608e6010ab781507f3c3b4f27bdac0c2bfe5c25ae6d7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs new file mode 100644 index 000000000..e577840ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d78440315e6a567f0756e3f742aacc366a8e8945348c0c7d1460acbc583898 +size 7538 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs.meta new file mode 100644 index 000000000..4876884b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Camera Angle Editor/CameraAngleEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab79fc3e9504250d61444ce73f91abbe0b9017c0387788e34d5d5ded7a5d7345 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs new file mode 100644 index 000000000..2e0da0ad1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d4e572d67ef9bf29d98dd368748d3808e79333f05f77150ea9ecb188ad1040 +size 18945 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs.meta new file mode 100644 index 000000000..35940414e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/DialogueSystemMenuItems.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec6fa697655d9125eede081e35c6cfdc73ade8370e1fa86f3f05d5acd9f9af7 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers.meta new file mode 100644 index 000000000..e0dcdd741 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2838975fefe13e147b67e09ec4a77cc9d56e194c1a0da2f94ad265bda0941c +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs new file mode 100644 index 000000000..a2d2bb8bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64d9d0f6cd8c6cd1510f56f0c51f04676b36e92daf8868cbd12f95016b69d77 +size 21875 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs.meta new file mode 100644 index 000000000..9fe7c240e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78917ade4a548caa83171a26099306164952d5d4418f8f7cf3823f9fffc469d7 +size 435 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave.meta new file mode 100644 index 000000000..67b78f706 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504b1f2cf5cf602c76278403334d3e7018dbcad4fc4caeaaf4c8843357f05f2f +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs new file mode 100644 index 000000000..1e51a7e73 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853aec604959b930453d9f53018c1b3ad9c79dd615d504db358d63d08801d48c +size 23026 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs.meta new file mode 100644 index 000000000..95ef1f7d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7c9720206377f5e8ea60dc3976fccd3b9ceef89049373d32d721085859588a +size 443 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs new file mode 100644 index 000000000..64168b5e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe96b801b49d659b38519106a680f2d6a1b1a70f9cd42647b7eb86fca4b2fc0 +size 829 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs.meta new file mode 100644 index 000000000..fc25ae048 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Arcweave/ArcweaveImporterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bb7df5149c5c7f9ee5c9ba5a544f69d5e52a0f2f86844e66374e2062dcebe2 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy.meta new file mode 100644 index 000000000..5a2e49cdb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e064fd2752dc8c82a5c102098da732372bc62d203da8203cecb4dd0b62daaf +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs new file mode 100644 index 000000000..d1b4103d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729ea6f8bf80a982bcdb9ad48ec8bf1400858b16e2dbc7d753b0a8f2e4722e37 +size 42616 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs.meta new file mode 100644 index 000000000..dc177ada8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95267858d9e37615162032a1b437eee720f90cfc99ee6e8d1cab4fb948f68246 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs new file mode 100644 index 000000000..eabc8c4db --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a1f800da769c6e290b858a263d5d783dc80832284c752457f3b610a28f2b5f +size 733 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs.meta new file mode 100644 index 000000000..d85a6013e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyConverterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f6cd3e2d99680686ad8ea288b3a35497db8fdfe57eb42ba18d1da2aaaba54e +size 534 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs new file mode 100644 index 000000000..fdc57c51d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd43592332bc7dcd5ff5cca855955587ecd6ad57f3bfb3508e4f6ae888045ce +size 4431 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs.meta new file mode 100644 index 000000000..147ea30df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticyEditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f87d6e19b1873f8e63c0e02841244069a53c668509ff68660db63754f30966 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs new file mode 100644 index 000000000..79bd9b97f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85bf4bcebec476e8c2e6f6fe896c0010fbc64c857e5384990675601c75d527f +size 2041 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs.meta new file mode 100644 index 000000000..982506074 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ArticySchemaEditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0c085c77249c1927eec76ee327c1fc48a18d95a384b094d6138d9e6e755a59 +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs new file mode 100644 index 000000000..9d80fd8f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a78f70ff61729a6993628022c8620f90f91a916e324a70dd8540bea3e56044f +size 13757 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs.meta new file mode 100644 index 000000000..9f1da1dec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/ConverterPrefsEditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39491ff5f2ff1c3abb60bf7ccb4b214629d206202d349c1e1b7d6d88e862fad5 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas.meta new file mode 100644 index 000000000..50be4b764 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62b3e9ec30f818bb5dd0bc71bc461879e712fa214b92ff15507584c6198ba03 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4.meta new file mode 100644 index 000000000..eb6badf22 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e84e17ef5f1a852432b8fdc57846f1ef79417437251ecb78dd4154e17b2df7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs new file mode 100644 index 000000000..782db4576 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8058a98b929be04f7ee579d61600b54682a89bb87ca5a9be1b9449606d5be204 +size 1227 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs.meta new file mode 100644 index 000000000..55d9c4136 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_EditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b00566820098e6354f8c99c6c53bff56932955b5d5623251c271e5849c6f60 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2.meta new file mode 100644 index 000000000..97fac9ffc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac1436bb286f7f28fcccf4afdd2083597ee338bfc35e2a53304f1a3e87ed267 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs new file mode 100644 index 000000000..2c89ca148 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799c5703f2b5f3fa1a9d455b0140965a2fd11a9585d9f86ede6bc324b5e1e98a +size 1226 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs.meta new file mode 100644 index 000000000..6e7d0b450 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_EditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98df67e3d964a96d2bdb327697df33472c9287f24e4dcd3609d37a57f1521834 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4.meta new file mode 100644 index 000000000..4a8a9113f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275984ad48353ca5edd9e5b401c76eb0eb4ad00d33306ece23e9a69553c425be +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs new file mode 100644 index 000000000..713d19f3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dbafd24a2aeb4fd5f22191a73760b307642739a4cf08375f31e1a6647739e3 +size 1445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs.meta new file mode 100644 index 000000000..8313f1846 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_EditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47a0936a900b1c812935e35135ab59e98bef9932d76185f777737a7864a743a1 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1.meta new file mode 100644 index 000000000..f7e0ddef3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9884704e19db25c5e51e34085e91967c657760e458fa620918c6cd5d178f4159 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs new file mode 100644 index 000000000..f11a5024f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050765dcedde64cfa74f8740664f759efe819f7860f3c9758009786535ac8885 +size 1792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs.meta new file mode 100644 index 000000000..dbee56fd8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_EditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26f3f56b780ad8e762adf0b9c421280bb5629a62cdc9868a80ae3f06850220f +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0.meta new file mode 100644 index 000000000..fa0ef1a0a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadc97b3f62ecfeb580331428eae6ab39c524edd01691350d3ad26ecdaaf6b0c +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs new file mode 100644 index 000000000..bb6796c01 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234686b3817cf5a2831b186c93e88e1ee980a99c0764d94c85e88179602e930e +size 1792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs.meta new file mode 100644 index 000000000..44753b17b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_EditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb40ad6a37b89e69a8a133a5032723a08ed32cd8c2474e2647b907846fcea5d0 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora.meta new file mode 100644 index 000000000..a02ba0bd5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda6934f5ceed4f6b394af9f361b56e427ba23fece758c73ab3cd8d1cfca7b2 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs new file mode 100644 index 000000000..1de90c5c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a700e995be24e2cb0dca143d8587eec78ecea42ba5a946ccbadb276bbf1f254d +size 9381 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs.meta new file mode 100644 index 000000000..da40a29fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterPrefs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3a335bb2aecae683057c6f40053be0e8a133a94f98fe25c73fae68e2d20db2 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs new file mode 100644 index 000000000..8bcc57748 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb224e0ec5f2632d7065133ad60dfae7ef8b98f4c75f48d5cf037195917d3d1 +size 62636 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs.meta new file mode 100644 index 000000000..e6140a21d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def695faf2114855478b39f04c29a13b925574e7a460afeabb863a52a45fb917 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs new file mode 100644 index 000000000..6e9dbfa1a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b2ac0b1a9ef94e85d198dbd38beba4817c603ead4edac2c9295bdbe831dbea +size 748 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs.meta new file mode 100644 index 000000000..6f34563d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraConverterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a511ffc2c98f2981af2e0827fbd21b982f11e42655b24f20fc0001567846a512 +size 534 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs new file mode 100644 index 000000000..67dea3f16 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e03d2667b99afc5dd2809cc18f6d96dacf6fe82e5647b3dde8b394722c47096 +size 2443 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs.meta new file mode 100644 index 000000000..91187160b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/AuroraPredefinedTokens.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d884d5dc26b149bdb9b89f845637a4387d2895cb8eb2ec0617c19619e862874f +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs new file mode 100644 index 000000000..5dad80080 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39aa001bab399fc71ed6e628aca37bc9e6da38733658d88386a94f40dec215e4 +size 6040 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs.meta new file mode 100644 index 000000000..033520192 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Dlg.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe2bdcc482d12796b6296482cce40dbef2bcceed2af346571641df89002276d +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs new file mode 100644 index 000000000..dd3fa4886 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de2ecbcfaaa97ec582bf4dedfad868de449b2ba14622e5403dd2aee2e010765 +size 1498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs.meta new file mode 100644 index 000000000..ddf27857b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Aurora/Jrl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9e22e888253d72824505468bb49d868495556ba4b731f1f2820215ded142b3 +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV.meta new file mode 100644 index 000000000..f9077c6a5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db014587a46fd3fe6a1fec7b665b09f3a4bade16228fa92c69f7feb916d988d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs new file mode 100644 index 000000000..be1121fbd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e05dfa83f826cb0aa3352c34fe9c08bbee20242117db9aab526fadc72fe33aa +size 33459 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs.meta new file mode 100644 index 000000000..c2b441c4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee2f1cc96664a5d03e0b045be704046d2ef5a10ad9feb5c4f09ffbfaa7c6700 +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx.meta new file mode 100644 index 000000000..1837f423c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fbecd3ba661330396056788867719e990f6aa6b9ec009fc0d197c0770a1cf9 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs new file mode 100644 index 000000000..8f25b585a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae6190a4e215a85c981a6947335b6a37851eedad07f893996cdd0e576498ede +size 18017 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs.meta new file mode 100644 index 000000000..18eaad2ab --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9c39340d71975704fe15934f3f286886b72b2097c5334cab85bf20fae39803 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs new file mode 100644 index 000000000..990564dfd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2b01bc78ca8057cd6d22e1d524500ecf970e6104d9c10b751829c0941460af +size 858 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs.meta new file mode 100644 index 000000000..244d119c3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx/CeltxConverterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70665b1cbcdcd02e6fe5d036c5531583843827e5eeea8ad9fefe9fcd422078be +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3.meta new file mode 100644 index 000000000..51786352d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e51e8e2324b4a96e9204c90f87297463b52f99f92e7c1df424fbf97b1646347 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs new file mode 100644 index 000000000..dcb713243 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e66b2c2d70b49344665690900f1c0d870107b85f3d91a3e9f8cc08fdea48ba +size 17507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs.meta new file mode 100644 index 000000000..dd2ce3c5c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a07680d0e642b1bf59f185c31257563310b5f00a2e387f8a5cb1b4aea8abf34 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs new file mode 100644 index 000000000..df2a357a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3381c61e6fe06ed29722d0cad62d6734ae32eba98bcfc2fab131d2c5be5a9511 +size 855 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs.meta new file mode 100644 index 000000000..e86cbf64a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Celtx3/CeltxConverterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ec93ea1628282f6cc77e520ef70bbc425d3fa8c9d4acd0d8a7ded380e98074 +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper.meta new file mode 100644 index 000000000..9373fe670 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9c473a4654d2ffb9ce7fc9e45fcaae4f106ade9360692849954589003f9da1 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs new file mode 100644 index 000000000..3d94521af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb858a61b457ff6a00d3b4d556de2dab6428cfd4e43730371efbf640e618b41 +size 32105 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs.meta new file mode 100644 index 000000000..c0e4a8b55 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Chat Mapper/ChatMapperConverter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912828e9e103a79f94612a4cb097abbd798cb1c4f05d58f5f0309dc5e0716752 +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON.meta new file mode 100644 index 000000000..d5fdfa2de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7a01332119d3969257d6636afdc1b97736e6ead5a1405b1124e41af0cfa0bf +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs new file mode 100644 index 000000000..e9bceea2e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c059e05d5af0957cd17be30ba893d67c17bf525ddd28404e9a84b36d7e75169 +size 2778 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs.meta new file mode 100644 index 000000000..4ef6d26d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/JSON/JsonImportWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf8906eee1436bfb3fba283f9453f686c0a25a663ac09775642ae584b2fc4cb +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine.meta new file mode 100644 index 000000000..1775fd341 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4504486011531603e23d0bb3fe98d7e37547d0cd2a2c24765abde545d1336afb +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs new file mode 100644 index 000000000..6ddc3671c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68d903cc8fa55845e146299f4826435ffe16c60ecfc26f2c0225624b1dcecf1 +size 11588 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs.meta new file mode 100644 index 000000000..ecabb5e5e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4264f12128808e6d106a9b7ffe24aab96e33101323f6597139003888c046b827 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs new file mode 100644 index 000000000..14ff7be03 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6291c355c9ef28618b8d15f4ab7ec9392da1b47dd1f12ca0bbef5e0c60b1c9a +size 708 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs.meta new file mode 100644 index 000000000..7f9815233 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Twine/TwineImportWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a3304bc39023f7cb700d0da818b13073825911c88b6d9f1559cceb0d655ad4 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn.meta new file mode 100644 index 000000000..3d9dfc11a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837339e299bd6a977eb553d42e88ee613d3dc3a5554800767b234a13b43f0ebc +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs new file mode 100644 index 000000000..52d607147 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5431c9b90267aac83ec9aa825d0ca5cec3ee4b2504a37d3899720bfa9edf94 +size 7170 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs.meta new file mode 100644 index 000000000..e29d54b41 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnBuiltInOperatorEnum.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e189e8cff4bc05affa4f430d7aa1dd88cde747e31d150b38bd200ddae6be2c +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs new file mode 100644 index 000000000..c1c40fb75 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6facf8d25e1e9e330fe17b10528ab96314203ead4972f1c7f70759465f2bd2f1 +size 95086 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs.meta new file mode 100644 index 000000000..fcdea9f60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa236314aa724962a12f38ab9836b09e87c1380ceea5909f16f58af26a0b9c07 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs new file mode 100644 index 000000000..b4c69bad3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e159a3d5b7c3e39afd1e836cf0de06abf5713ca12ca7a995bb836ced22d6d943 +size 20049 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs.meta new file mode 100644 index 000000000..b5ee1d5ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9432aa7b19858f8ccb118be0e800c9f01e026b989bdc8fcef6fcddd7bfd663a3 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs new file mode 100644 index 000000000..0c9f5af8b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07cc9975224ccd6f6a8ac2ca7a407cead6beec1106efba47ce7b14a8fa98095 +size 695 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs.meta new file mode 100644 index 000000000..9cfc2a043 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnConverterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1188726368ef77ab048d3332ae9123b8d2686602f5c113a446a8eaa2ea8536b +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs new file mode 100644 index 000000000..89de23ebf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84f9c34cad5146959b11867458e8a6280fcb872b7a873a43c91971ac63e140b +size 7947 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs.meta new file mode 100644 index 000000000..306cb9cc1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnEnumExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8262e5f66fa9cf72e0e293f8b7e4caccb3c195f1a90d52ed1f48924105156d59 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs new file mode 100644 index 000000000..8e7fa173e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fa38ed631c80789143439ad151286aa30a21140d22c2f3a20a847cd91994b2 +size 3785 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs.meta new file mode 100644 index 000000000..f8751dce1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnExpression.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa770a7aee4e1b105839e53e472d023b1ec2fcae867da7e80a6cf9db5d74007d +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs new file mode 100644 index 000000000..3bbd331e9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b72c6e9463901cb6ec63c556a487d02cb49b9c00b3845477e213a1aced8a5b +size 68306 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs.meta new file mode 100644 index 000000000..e339a5818 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnProject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84529f72e572dc045cd757d8c5a894cbf091d10b5b450844ae2dcdf5b0546254 +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs new file mode 100644 index 000000000..474ec137f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a851597c88f66616c78f5b6778ef944af6216a2c20f5f6ce67472c8396420c +size 2800 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs.meta new file mode 100644 index 000000000..69073f1bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn/YarnStatementType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdaf5065590bdaa77f2de035f9375a99ed3ddd0785272899af32ad6ea182e8e +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2.meta new file mode 100644 index 000000000..cdac17ffc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565f1a3e35710ab633ed753a40a27bdba4bf9b36128f3d34706056bf479c72cb +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR.meta new file mode 100644 index 000000000..c8dabf828 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68466af53dbe95e487daa7d87cc918d684ba4a0db9eea1f1b8f776499bed79c8 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs new file mode 100644 index 000000000..75f4e2970 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180b0eab45d5410f7dadc78f07fef0ecf4f5075d3a4f87b678d0865527134627 +size 15512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs.meta new file mode 100644 index 000000000..05aa0ec56 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersIndentAwareLexer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02579b0314fb9c4c2f385aaa24e1b1cda16455cbeb7a4b2b257b569e23355228 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4 b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4 new file mode 100644 index 000000000..cddb17c0c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f416f4cc6a585e5ca8a9a32103f3f78f08e6dd05230fc9a2c169e2c30d36336f +size 12222 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4.meta new file mode 100644 index 000000000..093cbeadc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerLexer.g4.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017817ebd4d00ee60b7166827e8fb6ffff76aabfbd9fd55f9b1ab191ead9772b +size 430 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4 b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4 new file mode 100644 index 000000000..8a5b090c6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45027439ca9c7d641f273a72ec871afd19a42931c67e0b0460e904c3e248af26 +size 3700 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4.meta new file mode 100644 index 000000000..927d52a90 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/PixelCrushersYarnSpinnerParser.g4.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f4f07a12843c7b5ebead16e1087f04a70e01b9985ea795d2eff192949847d7 +size 431 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src.meta new file mode 100644 index 000000000..a6b2030ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af22dff8607cdd0dcde015af1ed755ff0be137bf1d439b0bc9e6883a125f4520 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs new file mode 100644 index 000000000..3dbd98cc1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9caa7d6e239206d18d1defb91f34315cffe7715e3ddb7fe33ff73c4eae174ca +size 63880 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs.meta new file mode 100644 index 000000000..aa15ff3a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ee41cefc171c82e5c8eeac9cfc36b8db97f1fc9606e91199c972783487bfcb +size 532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens new file mode 100644 index 000000000..7bbc20c4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d1b959708f8974881fb6a7c6018964cfd191b208d334289f53a419b99d49d0 +size 1793 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens.meta new file mode 100644 index 000000000..518a57361 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerLexer.tokens.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a014fa84d6ce7ba9579d5c50cf86e2323c8248d3f7b437ace88f2b600510fff +size 448 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs new file mode 100644 index 000000000..3b82ba0cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9770350ae760a48af5583ed36f5f9ba524a2e529af3fe247fdca3bda47dd2fa4 +size 119468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs.meta new file mode 100644 index 000000000..0e4b4db90 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c61d492d36ecb0ff76d2a664d1de143f9c837f649e728df33248c78d53b0404 +size 533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens new file mode 100644 index 000000000..7bbc20c4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d1b959708f8974881fb6a7c6018964cfd191b208d334289f53a419b99d49d0 +size 1793 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens.meta new file mode 100644 index 000000000..a1947711e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParser.tokens.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656b52d3dbe19190d0e0f0bd2e941d0604025ebf08d92a8e1f3c43e4f76ac2d1 +size 449 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs new file mode 100644 index 000000000..0a62eaca4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cef24865fbcd0811e2271c4815d0465ea4b843de47ac51b0efd22ccbf02114 +size 32608 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs.meta new file mode 100644 index 000000000..1fc2f0245 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserBaseListener.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15f3c5acba03ed0894bc57328df12c405ebd230ab2988357eef8e4b1b70957 +size 545 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs new file mode 100644 index 000000000..36020e6ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b319e6d39c1834bd5dd8676052db22a962e70662939f28939d48850efa7168 +size 25404 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs.meta new file mode 100644 index 000000000..eb07c28b9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/ANTLR/generated_src/PixelCrushersYarnSpinnerParserListener.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba304c5b9c69c519864a7033db420ebf6b0bc5017ff16eada48de83c49cb212 +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs new file mode 100644 index 000000000..526c6aed3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b991431bc845bc21f821c454b066a42b1eb73c8985a2abeec8c7147e9475434 +size 21253 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs.meta new file mode 100644 index 000000000..9cc6280ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06deae6a39a01a7480bacd18c2f66a9d4eecf64b88b502392228a7b9240a1da7 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs new file mode 100644 index 000000000..19e1bf9c6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb26c1a661fde827887d218ea5dca4c4171aa1a9af77fec27c908eafee476c42 +size 952 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs.meta new file mode 100644 index 000000000..ad2d098b5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/Yarn2ImporterWindowDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624be2d7dee9e5a52bef8fed505e53d57264f10854f03bb9a4b63d9abbadc824 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs new file mode 100644 index 000000000..682d64ba9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cfb9e389f5143cbe2e4fd671e64b25aeb538dbe1400b229dcb483d3ee488f8 +size 7533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs.meta new file mode 100644 index 000000000..983dfddcd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnCommandTextSplitter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5777b0c34bedeec0de67ca8bf1e0d9c3f2539dd12b26f896bea994d759d891ab +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs new file mode 100644 index 000000000..f62f9a0c1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a067e1eda327e575d6684c2eb9fcc9004fcdb9befb5d31bebdbae8b9ef8f9f5c +size 15564 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs.meta new file mode 100644 index 000000000..d90039585 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aece027384ec30539876b872ae43d2963b4d2c7883daca126998afa00659bfb +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs new file mode 100644 index 000000000..7fdd87423 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9732d303c99296902033cce9050095cadcdcce92feca9da4da96083354cb89eb +size 44359 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs.meta new file mode 100644 index 000000000..292aa0fb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectReader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c964e9305d9ad2eaf74733357cb1b49a173502fe09426b1ab8a907c14d7c51 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs new file mode 100644 index 000000000..b35ce9c46 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ef8ac86b1767192fb7aea56a70b17c52ac358009f83bffa3da3b20b23a0efa +size 59883 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs.meta new file mode 100644 index 000000000..2b631b68e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/Yarn2/YarnImporterProjectWriter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695afd69f2d438fbe5d3b25309871a19fb70e709ca0cdc86b0d292e106808fe5 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool.meta new file mode 100644 index 000000000..08068d5c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df96c6ddaed86f02141ef2b7bf9935c9e7a30a4a7c61624648941569e1c8e6eb +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs new file mode 100644 index 000000000..27140b92c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77d1e6fd0fe2d13ecd484fb0f204c19a1baa74540ef33d97aa6659b8f09a3f0 +size 11314 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs.meta new file mode 100644 index 000000000..dd5181595 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e002b770a8eb1f8b6c28bac09033b5018d9b974cbb26fc15396092dc4c1b91a +size 555 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs new file mode 100644 index 000000000..e73276aa3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5aeba54f582f22d805efcd164565be7c9b472c101e95a78cb9a3ce17e255eb +size 2164 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs.meta new file mode 100644 index 000000000..3a007ad6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Localization Tool/LocalizationToolsWindowPrefs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5558e0dbaa6a879f7ada1c45fbb13defd1f2edf2153af282d4ca9d4270b99f +size 560 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer.meta new file mode 100644 index 000000000..ea5d631ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4083574e72fa781cbe99f5c2e4fe39806c1acee4008f27c3534e89194b383fa8 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs new file mode 100644 index 000000000..07632feb8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754d0bc6cb140c87ac78e5e5c375257bbbd2299f3cdad9ee411dcbe0657b8be3 +size 38967 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs.meta new file mode 100644 index 000000000..5ef4326ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4407c4392dbde8631c8a00c71389f560a8ebb89c9e08d0adc196552884df6487 +size 551 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs new file mode 100644 index 000000000..757cecc3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9084a20f4c8d03c52aefdb4c45b91c45c6f8f02835cd170cf1361e4c8f675f +size 16499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs.meta new file mode 100644 index 000000000..c432e4e78 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Renamer/DialogueSystemAssetRenamerWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7befc7597df87a03ff925f595583b10d05c509ecb0ab83679cb522ece93dc249 +size 550 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs new file mode 100644 index 000000000..a0d6b7881 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39fe0dc03b3ab605ce09825eb824cca9754d7dacaa5da04b0bb8394fda128b4 +size 1151 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs.meta new file mode 100644 index 000000000..566657ffc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/ScriptingSymbolNames.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c015d8aa58b494b8134817accdb5389f8d31a5358c867c0fe16220128d778ba4 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards.meta new file mode 100644 index 000000000..784de3c34 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed60362197de22481c859136daeb772d38a033c67a12877fb0decbd0d982f22 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs new file mode 100644 index 000000000..7dc0f3926 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ce0b3efc03703c38480484066b31a0fead82296ebf0cf37b31a2a6a6e9c27b +size 50281 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs.meta new file mode 100644 index 000000000..45afbab9d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/DialogueManagerWizard.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3534c973e9976341336a833cefc7fa06799c66ad890594f95193baf3a2abc386 +size 441 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs new file mode 100644 index 000000000..96dd91699 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c7c62af3d01fcaf3b19c7e5e7f12b739d3f56f99b6c521f1aa253a5ccadda7 +size 31144 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs.meta new file mode 100644 index 000000000..561c142d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/NPCSetupWizard.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9c9562683ee6e9668e4308169d9a982f5de21d638840c73c54c8dcf5df98a1 +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs new file mode 100644 index 000000000..838b1808d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0dcdc74bb1d11004619549f403e1946ac6aef8699a8aab8d40bf668d5a772c +size 35304 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs.meta new file mode 100644 index 000000000..0cf5ad91f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/PlayerSetupWizard.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f124c1bde93b3b9a6b14d9478b256114b36dd43ef4573f5f727682ffda1fec +size 437 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs new file mode 100644 index 000000000..a69723eb7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc94ab22f0e3c9cad94a8fc0bf8064eb080bf90cd6c2e5c536a8ce5953209094 +size 32853 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs.meta new file mode 100644 index 000000000..8e67bee18 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Setup Wizards/WelcomeWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64c8c3fbd137f06e3c1d20e96f8e626eed775f211c120b004a304f81a4c6cc3 +size 433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool.meta new file mode 100644 index 000000000..54d589a3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810465963ca6b475063b4c929a9e2b33395891486b1707422aafa569c5d8928e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs new file mode 100644 index 000000000..c44ac46ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66b613bd8fc6a9d322c5cc6686b3c5646a4220406005b8628fd768afa7ab283 +size 45173 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs.meta new file mode 100644 index 000000000..8b3d501dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b8061d8385fbf852e37e49b3ea707a6e23fb95b03347be7467ed5b0a60329a +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs new file mode 100644 index 000000000..b8f99f319 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c505ae889ee91176b35cb63350fee1bbfa1478ca4333f3015d03ae7f45f4acd +size 2646 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs.meta new file mode 100644 index 000000000..1bc35311e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Unique ID Tool/UniqueIDWindowPrefs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b89bb3ff1ebdc8747b4155fb4d732a811f40e697e3f9e48f06157c34bd44d4d +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater.meta new file mode 100644 index 000000000..2f8ea1301 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b4d395c927b02efe615dcda9fae2e1d65527834cb4eb8bb930419157547557 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs new file mode 100644 index 000000000..96a41fc03 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619399a4c2835dafd655d9f52fd34243fad2dd8d5733c3c6985786d2053e5cfe +size 23548 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs.meta new file mode 100644 index 000000000..d98bee5f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Updater/DialogueSystem1xTo2xUpdater.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2b0801f1f815af413e3dfe76f8217f86235bc0c9ce2ea3796c176214ac61f4 +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI.meta new file mode 100644 index 000000000..df82dbd08 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6b6a59b621e3b61b7f2e102c6da629c4609526951316fcbc5fd2fa0d1c55ed +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI.meta new file mode 100644 index 000000000..9615997b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986c7362ab8f4c9ff13648a695bc6fb66c3d37df42555bdd00a477d659e4b31f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI.meta new file mode 100644 index 000000000..bcf019938 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b33f0a9af2b8c49d590e59d89c232702c4f42d5c577bb9a5a679fbc43f6a0b3 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs new file mode 100644 index 000000000..ee7409e6c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4a040f5d45b28ec54973b49b91d2eaf4dbb752a9f73651582524df5f5f328b +size 5172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs.meta new file mode 100644 index 000000000..57b910708 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUIMenuPanelEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aa5a3701c96acd6f768795d359501fca6fa20c25d4cc5e5f273838ff2fbacf +size 538 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs new file mode 100644 index 000000000..80b417a6f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e1dfdf0780683e97a49301135a1040211600c236d88fe01efa10326d6c15df +size 4843 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs.meta new file mode 100644 index 000000000..a0737d195 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Dialogue UI/StandardUISubtitlePanelEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0777b7fa153a38e257478ca7fdcbf23d8ac684421d3ccfc24f98a2a2aed5da32 +size 542 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI.meta new file mode 100644 index 000000000..0bf16889b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2643b963c33725acd4234a2c59e0792698e8ca713f97f413355ffd0ac7711842 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs new file mode 100644 index 000000000..b8fa18f73 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf26257a1d13ef112cc9117d277026e60193acd2b564f4038acc26cfd518e240 +size 663 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs.meta new file mode 100644 index 000000000..9f42e848e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/UI/Standard UI/Selector UI/SelectorUseStandardUIElementsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00aaec834ac6c8a8667d187cdcca102504e1cb58ae19b80f51eecdda5abbf7c +size 548 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility.meta new file mode 100644 index 000000000..2273cd5b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15afcdc18437688ebd05b86fe22be5a6c166ba8193d2795c6d6408883e561d63 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs new file mode 100644 index 000000000..6232e95e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c243f22a994b1744ab0e9bc481f7033df5ed6dcc9424a8fdbb6e64e5d448a78 +size 700 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs.meta new file mode 100644 index 000000000..52ffb23c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/BitMaskDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9139656dba663d06cfd1609d52683d40ac8a73a4d8675d1b5b93f8a4f599a7 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs new file mode 100644 index 000000000..e01c901eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed50800936b02b59ddaffb6715a70fcabe0b7ac982bef6e0ae5bdab5dc7d9f9 +size 4295 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs.meta new file mode 100644 index 000000000..3f82b5a3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueDatabaseEditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474dfb232df67728ab8e548e8646929221b6e083abb09afe681babc945718cc5 +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs new file mode 100644 index 000000000..9b56378b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6293c7b2bcbffe70091017984a6beb6d9cd44de6556e6622efebc4c0a769358a +size 2138 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs.meta new file mode 100644 index 000000000..d8fcaa192 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/DialogueEditorStyles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685ebc262db987621081bf161a5a3b61c196f3c4b7e074073b612d9cb2c14a87 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs new file mode 100644 index 000000000..27c21da4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b8be8b79fee20e98962844772f9e313b27cb22a623291674da4f874314028b +size 10196 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs.meta new file mode 100644 index 000000000..05de15a19 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442601d67606e1184ae195675cf1b4a76281b686bee362b4b0a552353918f0dc +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs new file mode 100644 index 000000000..3d39f457f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947b4d645d556e89726b8458d0fd9fce230e0043ccbb8a1b22c90b12993edb53 +size 6284 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs.meta new file mode 100644 index 000000000..0fa932013 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorWindowTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4fbf38dbc5279836a83aa0d4e3a93111726889e42f2995de3ff331b35edebe +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs new file mode 100644 index 000000000..4c366dd6b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef7c07e5b532bbf7ca4cee0496983985934b2998032c5a13806427e23c379d4 +size 2979 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs.meta new file mode 100644 index 000000000..557594077 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/EditorZoomArea.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a643c229ccb96c72ba50323a42dc25d4b6d123583d10b141ffacee18e6f52e56 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs new file mode 100644 index 000000000..0891a2507 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1eba3e4b77d3abfaea82f5f8b3eab0527f0d412a5cd51ff683af53e141c60b +size 81385 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs.meta new file mode 100644 index 000000000..01f12d362 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionWizard.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308b38082b1b1ad7cb9152a263378a5b6880cfdc01451462ab05983a20b0d975 +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs new file mode 100644 index 000000000..86961bbee --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9575d4a85b2a2740ba306b20a99bf23bcc9413fa64c846635e2ef2b40084e80 +size 3571 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs.meta new file mode 100644 index 000000000..c42c84b44 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaConditionsWizardDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9c7a2451edf28552579ba0b4d2f9259b095db9564e0ba7984ba395f7e19c2a +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs new file mode 100644 index 000000000..f0d66cb4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e315e2c9bed85b2e349e5f0b7e3a62bce4d6da7b121e94a25f3ad69179598405 +size 75895 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs.meta new file mode 100644 index 000000000..44a7d943b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizard.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261491129aa80961f21db2fc388ed495ee46806aa6855f37726fafea6b8e6b25 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs new file mode 100644 index 000000000..281a44e1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8270568c2d52f4962efce58aa27b291984be6fd503776d1eeb9b31d24f95fee +size 3217 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs.meta new file mode 100644 index 000000000..bca37cc38 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaScriptWizardDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c796fdd42ee216626ac71a7f316851af569706909f32e0558c6b372e0540b79 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs new file mode 100644 index 000000000..bdbb080c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111e175cd12dca5ac61f073abb1e0242432bee2571f3afb29d003589235f5c32 +size 19285 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs.meta new file mode 100644 index 000000000..d3849c217 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/LuaWizardBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950cd01fbe8db6704388b5d311dc1b34918e146404b36efe297a4761dfec8aaa +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector.meta new file mode 100644 index 000000000..a675a5eae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56db81efc24cbda4fcd9e356693d2b0227d214322cb30a669cc248103adaa464 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs new file mode 100644 index 000000000..9085bca20 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fac53e67aa418d337cafbcfbc537a0d1b5946c1683b2808ee37f870eab8478 +size 4903 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs.meta new file mode 100644 index 000000000..b4717b0a7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/RelationsInspector/RelationsInspectorLink.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43f8c3fcad23296d180199e6f4581597488cdf9b90bdda23001e6bbd5476a5b +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs new file mode 100644 index 000000000..2168b335f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38dcbd2984903cfeb87c3d5b3e7076f8d7860506a9560a608de393b8865125d2 +size 32555 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs.meta new file mode 100644 index 000000000..053ab37f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/SequenceEditorTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb35f6bb5211c1e5c6cfe0e6bb42dada8517195056e396c9756d3af794fe4766 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs new file mode 100644 index 000000000..89c338bae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f8ca9f4bca74b78b2a6a38edff98c4e024ed3a38ec50f1cc9cc0ac148425c3 +size 1792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs.meta new file mode 100644 index 000000000..2ee63a24d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Utility/TemplateTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978eca80db4167e28d878ff07e71f48e10e0cf66d1d543613b3464607cdb4991 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers.meta new file mode 100644 index 000000000..e63379024 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f667e218dc31854943326edd15fe0e80f520ee962879fdffb270d4ed9802c38 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave.meta new file mode 100644 index 000000000..0ce9d1964 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b086f00c5bb57ec0b814fc47ddc8639e630c9da1990b203defd5c12c4844e0 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs new file mode 100644 index 000000000..ce702cf47 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85dc0be8fa53324ff66222cfa5262c90ec7111d7382324d2f957f802d085f08 +size 93513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs.meta new file mode 100644 index 000000000..9f1f8483d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveImporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30f21c4a7f815edf511656a743fd3b90b666970c3666bb177e45aa08b2baabd +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs new file mode 100644 index 000000000..bcd8fc69b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bea7500f63cb7e97d5fc2a459722a1d4c065cfb9c521adf610036091351c6e1 +size 8590 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs.meta new file mode 100644 index 000000000..5651800b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdffdd53ca9b81151b62498c7d7553e87a1eeac6fc317731be94133369398e3d +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs new file mode 100644 index 000000000..bef978d47 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36c07447e3e9120fec6e23b9d86fd68b00405cef31145ea72743b162c3feef7 +size 3970 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs.meta new file mode 100644 index 000000000..a3c433663 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Arcweave/ArcweaveProject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d2df2b4cc568802ef01334376e87ca51f47d1ed7180d8dcbf2f77d296afc2 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy.meta new file mode 100644 index 000000000..1659dfc6f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a400bf44e51f541f571e5667566e3e6396a3e4eafd67b88ea889b7355a5fe050 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs new file mode 100644 index 000000000..57c4c8ac0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f065e09887f61268d1f968c14b0856992459532ddfeecde4b9f00844f75c7e +size 111142 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs.meta new file mode 100644 index 000000000..b3dbc5016 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyConverter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbc633d6e70fbf3b892169d095e17d04e095be24e356d666f4e8b53ce7c0129 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs new file mode 100644 index 000000000..8d1a309bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60a6ee18f65c5f9bf1bb94eda9960ac46a1e3c574ffcc4c77e025ccd3587f11 +size 18033 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs.meta new file mode 100644 index 000000000..13ac069d9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d963fbefee6eaeedead2a707ff5954c4102d0c3cb6debc6f8672d5bd223ae3 +size 459 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs new file mode 100644 index 000000000..9a43085fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04974f6dfcb00851b5c2ee2d42e7f3ed184e93c8ac0d6a49baed9f92b46811a8 +size 6118 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs.meta new file mode 100644 index 000000000..8cfd5359d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyLuaFunctions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e624ed4b89383f496ba4440b0a0101a2092b248bd8dbc28d84c8bd1f8f092d0 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs new file mode 100644 index 000000000..976bef33f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec551583223c5ccd5372cbfee0890a80d2bc28886a918c336b258c07854cc94 +size 3299 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs.meta new file mode 100644 index 000000000..35a4de37b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticySchemaTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4edbbc99dd8d99ae840b08495c08e2d3776d8476ba5ab90c59ad2da222113c +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs new file mode 100644 index 000000000..24d1c5edc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a4c4571c34e789fdb696933c67ed1a8f34ff091653fefd07ddf0bd928f06fb +size 15160 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs.meta new file mode 100644 index 000000000..3d8c540ee --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ArticyTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c924ee73a726caadb265fbce1046f1dfa781d70de747ccbd8df6fa87efa3e8a3 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs new file mode 100644 index 000000000..45cbbaa75 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33344409823d0d3ccefc29c47baa675335921bd222ed342cecee33f2d1ee4fc +size 1083 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs.meta new file mode 100644 index 000000000..2482d6545 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSetting.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17211d1e6c813a80ce6eb8c0731edb5d511bd46717b47adbaf90a75dc23ff8a5 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs new file mode 100644 index 000000000..de2c06e26 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5ec3f12ec98997009b184cfdd024cdc3c94f75ebc602f5f41dbf6b026d79ff +size 4402 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs.meta new file mode 100644 index 000000000..e9df14060 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConversionSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2de5fec51f93feb650be5ee5ea841c302d7046d576ea9e257efe07ca8697ea4 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs new file mode 100644 index 000000000..8ae19ea93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8948ba841ee31894bc574b5cca8ac7178c1b9bbf0f1e9927db587d5e24396cf +size 5989 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs.meta new file mode 100644 index 000000000..2527b9c2e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/ConverterPrefs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ffed32e7fcfea44a6ca2dfdfcf0817082c2c13e4c0db59aadd72545d2ab5d0 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas.meta new file mode 100644 index 000000000..cb1a009ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e4bdb4dfa85c69ba77e80176b2ce2265a364b9ed61deac06b2f7ac95831ede +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4.meta new file mode 100644 index 000000000..a00da8b68 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335582b249a9b6037f6440b967db6196e4f8479fb94469525ae185f15cf70297 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs new file mode 100644 index 000000000..43585821a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2177098d8c2af48367c98f96ff794170d1ddd4668a273d1d42f63c56aeefd65d +size 11525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs.meta new file mode 100644 index 000000000..13465c853 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/Articy_1_4_Tools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df24f6e8c48e0a77810e0be7bcad671c3c7f233ee80657bccbb5f63572d3d86e +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs new file mode 100644 index 000000000..ccd39f5e5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3684b12f31e7cf3a53513a41f9be45609a003109decabc9ac5a02ced080b1d2c +size 159582 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs.meta new file mode 100644 index 000000000..cccf821fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 1.4/XmlContentExport_FullProject_1_4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c565c04c59cdcb607fbe04d433cee5057d505ed2cef5b4d6d0d9fa2761dd1c7 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2.meta new file mode 100644 index 000000000..f04279258 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060328ef6bc63b0bb91b852be3a7635e10c70861a3223877b47830e64f8e5431 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs new file mode 100644 index 000000000..7601e3f99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b1fadd3a7a469fb20660e3094db4392c8a72ef6dbce41db88ee81fa79cf19c +size 15605 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs.meta new file mode 100644 index 000000000..b3d0a4107 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/Articy_2_2_Tools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a0e45f767a9510c39f544aed89adb74361b9604799918c7e3e7d5e657b6e9f +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs new file mode 100644 index 000000000..6868cf81c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f819d93b601805d7a1cdb0ecc647158d0dc4f57a2420c93f95f135ced3de6c7 +size 193973 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs.meta new file mode 100644 index 000000000..d4a910ebe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.2/XmlContentExport_FullProject_2_2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a585ffe6d3fbb2672b651ca863355842a17d66587f889e42dcaecc7d87e7af1 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4.meta new file mode 100644 index 000000000..0ffe11d4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c35cc61404b0871558ec14fce7fddfd8217d419f1a2bbbd28c2c71845df318 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs new file mode 100644 index 000000000..cc53eae48 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8484c5e24d54ff48bf11a163b35278a9899a0048dbc9d54626adaba37b6a7f1 +size 33352 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs.meta new file mode 100644 index 000000000..c18e7459f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/Articy_2_4_Tools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e113c14e809e0a2f72b711870696b09323c9141ee531c2af7af096a0650af542 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs new file mode 100644 index 000000000..79ad15ef9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f6f055db4100f4bd3275a08f65006f57bf22838c7f269db83a3e6aa62db1c2 +size 300597 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs.meta new file mode 100644 index 000000000..2d1a2b88c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 2.4/XmlContentExport_FullProject_2_4.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b217a6976947e2a3ae89f69e43cd350f33bed21e818a781ab432e365c14c2c37 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1.meta new file mode 100644 index 000000000..2470b88f3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb5687dcc964e72c3c45cb20bca23fab1bf19c5371c2fc1ecaba41f8de2fd7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs new file mode 100644 index 000000000..53213bb2f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5ff7c98b338830fa66ad857bb8f4f356d7ed0cc44eaef7392fdeab8b2a8047 +size 35174 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs.meta new file mode 100644 index 000000000..7715a8dbe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/Articy_3_1_Tools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca5fdbd8d859694631251c1107768cfdb9ad0b295639e5fbdb13ed176e06cae +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs new file mode 100644 index 000000000..9c171ffb8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3074dd1ee6ada12d6e5c840285e0daa9e9cfefeaeebf3b1de099b51049166654 +size 311015 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs.meta new file mode 100644 index 000000000..cad94cf49 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 3.1/XmlContentExport_FullProject_3_1.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33a282a61359ffa23edc5cff95fb10ea372831b3b99876e8e1da66b389c7ff2 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0.meta new file mode 100644 index 000000000..123f60542 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0927be578ad6c5d4a8dff5c3a7df8430d57a1807d196d456aae0007225508c6 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs new file mode 100644 index 000000000..7b12ebdfb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed92cfc37992a95f600e5031d58b0764ff35a14f5e1394bfdc744ad9ed8f2a15 +size 34955 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs.meta new file mode 100644 index 000000000..e5ea396d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/Articy_4_0_Tools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d03986ebbe12e4aa90fd6a5d05cdec7466327dfa7e2e85333665d811e0eee14 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs new file mode 100644 index 000000000..6a00d716e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf85e08c7d155ea68d1eba8a692f5eee4d40850d2da500b4ff207a6dbd20b61d +size 316790 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs.meta new file mode 100644 index 000000000..510fd7ec6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Articy/Schemas/Articy 4.0/XmlContentExport_FullProject_4_0.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a81c8fd420ee125b77e2171ef1b3482a46531a24c2c0ccaa7eea1b216c3a918 +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora.meta new file mode 100644 index 000000000..9aac5d8e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b1cbed452c4671eeb1b5548d09eedf66d54185b095e0b5c43f82f7f308768e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs new file mode 100644 index 000000000..658eca0bc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138bd2d47bc3604b9d939b51c88d48b54685af97f907f2c94073a7a3255fa462 +size 1629 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs.meta new file mode 100644 index 000000000..47452f3d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Aurora/NWNUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f813f3517bb85d777915f893d02a29ab501a402a5f7ec30f7e3996b1dc853c95 +size 459 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx.meta new file mode 100644 index 000000000..460fc68d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7433cf99ad008f40bcbeca15cd5e960aea20b40ff84907db82704816c47d89d2 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs new file mode 100644 index 000000000..3a98b6271 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1b5ea2ba1a59d2a2dbbfb83eef71e215978112d56caafe23de4e94eaf92cd7 +size 1494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs.meta new file mode 100644 index 000000000..57ddcc98c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3952ececaefe32be78f7ac2f67af2bed2eafcec02eb3c0978121266a5aa8e80c +size 323 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs new file mode 100644 index 000000000..59bb5969e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e334480596b6b568146f0265705b501e1487c4033db5afa0ca7c7a1d062cab40 +size 6083 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs.meta new file mode 100644 index 000000000..4901b0bc1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxDataRaw.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420aaf52e333a60a1ca111d22e7bb4fcdec89e59c27b4590a224efbc065f8cdb +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs new file mode 100644 index 000000000..0bfe7344e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f33b86576358b33f5b4e816f258917cb1f9ae19f6e08f3002a00b871c28a3c +size 3074 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs.meta new file mode 100644 index 000000000..a5630320a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxFields.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeb75e42e613f1e2f3fad40e03e8e5f6c8fb621e492a95efdafaf3c772ac9ef +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs new file mode 100644 index 000000000..308d3880f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24420edbc0d55158a2d35c9ec33aea0f237aadcbe62b7a03cd08009d37062e3f +size 55429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs.meta new file mode 100644 index 000000000..85a878b84 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx/CeltxToDialogueDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491c90b48377de2dd0d162a10e0df14bb67350a821f993bd2e5d47a12cc3b743 +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3.meta new file mode 100644 index 000000000..9979164ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cbe14d7bb294e7a5a871522d57779343704991443008eabb941714b6bdda37 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs new file mode 100644 index 000000000..ba52fad1f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290dc71aa1ec1871aaefcfc2eb9d9e2a20ade8d36deeda92236c886f210e1ac +size 596 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs.meta new file mode 100644 index 000000000..713cfa2db --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxCondition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbdd0953eec72075f869ee53f2f04e6fc70ac950ee5d4639fc0753d78dbfd77 +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs new file mode 100644 index 000000000..19bef7bb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4d04c27e85299d7a2a42e6f609766ce5e49cba41e64a9a93e86b34021aa8f0 +size 3075 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs.meta new file mode 100644 index 000000000..37c0b5b18 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxFields.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dd417d97d132586307de2c19c9e8fccbb7adaae1f5c9e79079ba047ee4aa33 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs new file mode 100644 index 000000000..4b047a166 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d2551f51906aa7c075edfa34f2a5f7e0729050ea81edff6f19ef97bb529f14 +size 64071 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs.meta new file mode 100644 index 000000000..851d83992 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Celtx3/CeltxGem3ToDialogueDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d2e881d9b57681ef5fe19f61eb28e65f79de1422db586a0fe072ada9b11692 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper.meta new file mode 100644 index 000000000..178bbeb0b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140bde3a8e4ddf9f728e0d3cbab1e1a01ef3ffae076fcce5d4a5bbfd67e6d13b +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs new file mode 100644 index 000000000..51d05c284 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247a47bc2d0843087b42b51326a1496c3fd76db50b62c4f16ab719849709895a +size 2303 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs.meta new file mode 100644 index 000000000..4e33716ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Chat Mapper/ChatMapperUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a00dcd2f8105b6a01e459bdcb31e245d2d73f6d6376030629da15e7e1b74fb +size 432 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import.meta new file mode 100644 index 000000000..73b530ce9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91af2131dcbd7f77f1c7f7748cce154c9f711bac05963a451457136b106bc665 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs new file mode 100644 index 000000000..d44c0940e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4fb87067b3706b8d7b3813f3ae00c3071c39f340aefba34708afc83fbf8fa3 +size 21763 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs.meta new file mode 100644 index 000000000..d85aa1b7a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Localization Import/DialogueDatabaseLocalizationImporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55cd9cacfc87cfa665c0d85e4c6f5d25bb7bd5dce95d857b32974112a79769f +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine.meta new file mode 100644 index 000000000..6e3700976 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8869529f1dd530660c876121571029e974adc80f58e56d2c12332eda3841d9 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs new file mode 100644 index 000000000..23705286f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbe6196dcc5434de6262410d5a5003fc50dd2fbdfd51ffb712d7588820e49b1 +size 29748 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs.meta new file mode 100644 index 000000000..b9a988123 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineImporter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa91d32f0b6a73ef03475e235c0857f5b49e2f99be5a287e59841f01cfbb5e8 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs new file mode 100644 index 000000000..e76018260 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42fc8c216c28a9c3299154910b8bd768eed4d7b02a0a813bb6aea37dee86512 +size 1019 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs.meta new file mode 100644 index 000000000..78a8102fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Twine/TwineStory.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19b423ae273e2ada475acbad80b4c5d36d79ff60b032d6aba7ac1180dc2e3db +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2.meta new file mode 100644 index 000000000..bb00310a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4110ba7c45b5a058fa64978c71c02256096ebf2c28841a4508293375496f9ede +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs new file mode 100644 index 000000000..b9a24701d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5b2a967a871dc5c0645078bfdc07a4c3782aa4804289237e56f435e6d8aac2 +size 15963 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs.meta new file mode 100644 index 000000000..d5b9d900c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnCustomCommands.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fedb757a21748277bd118f63ba2139cf709a302e4f914ed552de0d887098924 +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs new file mode 100644 index 000000000..7c6a34006 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a86a6975098ad9170f140a29a48d8145a91dcdea231699250b777d8b6b9f0c0 +size 22237 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs.meta new file mode 100644 index 000000000..e3e7def18 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Importers/Yarn2/YarnEnumDomain.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cb41434835a78664c7a8320739605b0e27a7a232b873764ccbbaf52df20373 +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua.meta new file mode 100644 index 000000000..bc1c84a3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e15f326db2b8cd969f7f6dfe45570a786e588253a8324c5e4fecdd1eea21e2f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter.meta new file mode 100644 index 000000000..6c01985e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935313350c59a9766a747076ea276923cb5607e86a08974b24ff07b88f5c82d6 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk.meta new file mode 100644 index 000000000..0b6dc9c4f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbf6251ef44c2c50976a2f79cf249667b56177042683b844d9b18fa59cf6530 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs new file mode 100644 index 000000000..41740851c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd10961d60f4be86b2e08b625787146b145ed7757413b2d4fa3424ba179afc7c +size 8129 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs.meta new file mode 100644 index 000000000..ddc39fdad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Assignment.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eab0460d01ee92f3ee6bf10cc0205d03896418fdd85539aa2e099047b1a9053 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs new file mode 100644 index 000000000..5f2e9e0a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d9512220429978fb229b904c7934f124150a3afe03d5cd0dc50698cc6ef228 +size 306 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs.meta new file mode 100644 index 000000000..206618546 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/BreakStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e890e35b990d7c1be56b6120a85f3e576720ec0a41068b974bf18b7b4c2e0c75 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs new file mode 100644 index 000000000..344d7b181 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553497f3954237b93ee0086daaab8be3dcc8cf4457421286de188536c1791400 +size 1637 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs.meta new file mode 100644 index 000000000..994d72da7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Chunk.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4734ecaecc440d2e059f481a8b69c8983d1f5ee61b87aebda5500809cf96da7b +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs new file mode 100644 index 000000000..d4f544602 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063d5dad56177761480db63f6b5026fa6108b0457f405693a15792c3ac81e9e6 +size 317 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs.meta new file mode 100644 index 000000000..295933115 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/DoStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b4db8c144efa5a2cf686793a2c60ee5a537a53109cf4bbb446ac9cdd1176f7 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs new file mode 100644 index 000000000..5ed557a91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b891866449f59a03ff334bbca9c4ad508d443e4171da77e7d37e08e7d06e90c +size 354 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs.meta new file mode 100644 index 000000000..f90f5b23e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ExprStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388d654acf60df877329edc9b24d4c71e5bf14a657feba5b4d99ecb4dad80aff +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs new file mode 100644 index 000000000..b2f543cb0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8eae688865094f9d8d964434ca600e37e352334fe0b63561a2ba807f046242 +size 1976 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs.meta new file mode 100644 index 000000000..40547950e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForInStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4def3536427f55d460c3108c0f028b9ad7200cb5e1dc15e85d854414a2a6d4e2 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs new file mode 100644 index 000000000..f70651f45 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2876eb9a417aa4ed01c42b302d708c8f53a16d5bf00b90465a53f12c32394a2b +size 1201 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs.meta new file mode 100644 index 000000000..2f72abd2b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ForStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2043b7329ad28675e2df1ad0e25188b775d3959d4df2065403dd6c225c70f85a +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs new file mode 100644 index 000000000..4d9c83542 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babded152fdca421586de660d397e2a8e5df1556d00a18591fb8fa1dfea864d3 +size 1626 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs.meta new file mode 100644 index 000000000..4e27fffff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Function.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0f9f1ae8744414e1f22ee79c7814724ffb9dd151c5ce2af5eb5754eaf0d312 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs new file mode 100644 index 000000000..faeaf7e80 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414225275015615c3c7e1d1b57a9a004f79c37ec1fb8e486fcc205358d098cad +size 1111 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs.meta new file mode 100644 index 000000000..3e0c96cd7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/IfStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7efaf9b436ae501f3bdde60c37ecb86b15e0143e6cd6bc1d2fe72b328b97715c +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs new file mode 100644 index 000000000..1e57e7933 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266b9927a14ca20547ec1ce56bef797ce00b5691b4e0cd04b2f2151ac5d97222 +size 391 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs.meta new file mode 100644 index 000000000..7242c61a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalFunc.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbfbfadb5350f7b7b4da86b55e3a2c1c5041cf1cd1e4bad99abbe9e45e3f499 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs new file mode 100644 index 000000000..cdb7662c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba05c586511e72e26e15469312ccf6a9e3817268d6a6d4ac3e8213b4dac16334 +size 1070 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs.meta new file mode 100644 index 000000000..b056b145a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/LocalVar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecc79f8aee83d1084716212b8150bc7c88c4a4a93d93526fcd2e197fd5b8a1b +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs new file mode 100644 index 000000000..5ae7bea31 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5a35eb05f4f39c5e8c9e6047fa02cfeed08f8a804a01af0dd13c65e184d25a +size 784 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs.meta new file mode 100644 index 000000000..677e6389b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/RepeatStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b206d5b3eaa6308a6beef6d7804eb83195e904c7e01aed20b81094d0b181008e +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs new file mode 100644 index 000000000..f0075c1e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c5e213d53c3d57bb065d0467189f1d2698e60766f7bc7d8894e36ad7db2a27 +size 307 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs.meta new file mode 100644 index 000000000..e028ece9d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/ReturnStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722e8fdefbc06777971daf192ecc0fcfb2aed35b4e6cb09f8272590c7a33adb0 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs new file mode 100644 index 000000000..245849226 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a462962226189f5a2010e5ba14b201bff1737217399c7bc88d7d056f15be3211 +size 254 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs.meta new file mode 100644 index 000000000..551974e22 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/Statement.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490ea6711c22a782c6ce700b04d3b46d5e4a00ec0080bbc63ab33e9721e41d3 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs new file mode 100644 index 000000000..8489edef4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148d8084742b126bd8b1dfecbd6e91ac2eccff1fe629780dc063eab44fd4154d +size 813 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs.meta new file mode 100644 index 000000000..2d29b92dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Chunk/WhileStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a31ac79eee1361c8365bd3d7ee540d0a395a667cdb908993b87f4357ddd0d8 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr.meta new file mode 100644 index 000000000..b8bfb5227 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1460e5cd2ba20810dd9bf60a2e85fa2aad47f0cca6e498a2b4e956a0fef0f4 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs new file mode 100644 index 000000000..34d22131e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d837f93ffd3d05a30f3df9d2c81be87053ec363bc39e7ad10266c95cb30dd482 +size 235 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs.meta new file mode 100644 index 000000000..cfb9ebd3d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Access.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620c511aef987169e06ba16b52157fd830623907b44bba5ec818b3d217c98752 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs new file mode 100644 index 000000000..84a0c580e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5458d35b8c56157d032621ea42ec921d4dfeaf350944df70d9b4158866688c +size 160 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs.meta new file mode 100644 index 000000000..860cbe01b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BaseExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2bf02d8ce38085a14864e1e4819c4b5dea6c94a37565d69e3043ff5b932cd7 +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs new file mode 100644 index 000000000..1e0f2d5a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211af710c6cc5096e7f8790e5455096df142e1bf42c0a7e3460cd413989228cd +size 296 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs.meta new file mode 100644 index 000000000..49e7bb4aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/BoolLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d901b3d16ec422e619ef12e1dfe44932fbeb6be1cc75a84437e2b7faddacd02c +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs new file mode 100644 index 000000000..92891d5b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe46a5b4b9702ce98cf8e02130f35f267c4c0421c427a02abb7376c090e400bb +size 255 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs.meta new file mode 100644 index 000000000..cbea09e93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Expr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12fe35fd52515e01fea250ce83f409369105a059b568e9e4a11a1d32e249f71 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs new file mode 100644 index 000000000..6e13c6d6a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2cd482d91458bbda1ab2c17b72ec26fc87edbeaff9c28d2f4a6396c72d644d +size 1744 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs.meta new file mode 100644 index 000000000..1d038d6bd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionBody.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ad3521d4b09c69aa41078c82135f4803fa63bcba2450d51b2de88023297844 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs new file mode 100644 index 000000000..c2c0c0d63 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d9762b0c1a195cd395242a82dee67f598cef4ed687764886f186174b050db4 +size 2219 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs.meta new file mode 100644 index 000000000..038a81169 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionCall.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bbc9d88d3ba2d3ba1db667d0cefb7df5d9a6e9ae5141438ff1cb8a4330719b +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs new file mode 100644 index 000000000..f781999ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36167cd94676da073b40a5e9fa18f88a3dcc9c30f7908a154b65693e1141a6bf +size 290 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs.meta new file mode 100644 index 000000000..610e7865b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/FunctionValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b093796c9aa2324200bd310363cb7d380df765ed4580810e612c48324851e9 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs new file mode 100644 index 000000000..3d88e5df4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798465953e74a584c79108b7ed004cfde1ae91c277bf03217d8b1e9221d0686f +size 392 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs.meta new file mode 100644 index 000000000..0137437f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/GroupExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1a11212bc5d9a58b3b2fdd9afdc9404db290565f40e543bd23c968967a8b25 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs new file mode 100644 index 000000000..dc6c37eeb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e643d5484475ea750b997c592d0c3225de37db23b9e62deb44e7fde1eeef0d1 +size 372 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs.meta new file mode 100644 index 000000000..c8ae9c9fc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/KeyAccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b50369f1b083e7f1f39e6c3df762c0f992d92c4a9487efd8d13a67211bd32fc +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs new file mode 100644 index 000000000..dba332bde --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011fd5296f812d7807a5de570d11a5cd91dd1ac43c1d1dfcfb1911031ea13036 +size 1397 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs.meta new file mode 100644 index 000000000..169d26e85 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/MethodCall.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce767f178081651fae76be898ce11c8d85a7a1c9d9c3bba86b5a53746bd3fd8a +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs new file mode 100644 index 000000000..3ca110ea2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b71198dc8bb737bfad10509f84fd8b5736b1af5fdf0551aaa6eb4ce97d9d9c1 +size 368 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs.meta new file mode 100644 index 000000000..9cd3acd51 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NameAccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08454dbd1e44817062d71f26023d25936aef8209d2addb6f38659541b3b2ff7a +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs new file mode 100644 index 000000000..e3ec916cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0402e508332b132e68a36650b81861ec974dc431230dc7ab5a14fcca33b54377 +size 267 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs.meta new file mode 100644 index 000000000..ee603a24c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NilLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15aff5c6c62727d5dba98fd02bea820a37d37e10b8cce10e38801f52b7e09ab1 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs new file mode 100644 index 000000000..df0a23e11 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb316d55ff236678e7bfe4ce3d2e15ee7861546fea2e8d77f28b83ae06b2061 +size 719 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs.meta new file mode 100644 index 000000000..ac90df0b9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/NumberLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6240c87db8fbece7a282c31bd62f2eabeac2dd6de9a84db0d61677c50e53eb +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs new file mode 100644 index 000000000..1abb81881 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b03d596513cb9803db82e24fa52f3e34ce34af9cda640411afed2cb79cf3c2 +size 3226 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs.meta new file mode 100644 index 000000000..7ce674f4f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588eecbc5795c5d5d4bdada93afe3deb247df489007f55068790a9477ed2357e +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs new file mode 100644 index 000000000..690c9ada4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cae5b36668f16999242be0c11a610ae6adba753fd61a02298b3cc6cabcb61b +size 12756 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs.meta new file mode 100644 index 000000000..b946dc3d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Operation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38122c9a22107bcc21e6326fca0dce215af6f32756edca343db2a84e20887102 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs new file mode 100644 index 000000000..9e91a8c75 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e7545e75489a63d2f03ae25875e35968c9f20c3b869aac1f2df413da4d84b4 +size 2279 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs.meta new file mode 100644 index 000000000..8bdbb5c11 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/OperatorExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d75784c155243a1049578639a98fa19ba9f0fd8281e90f3cf79b67daee5e1e5 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs new file mode 100644 index 000000000..89064d6da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d77261b10461cb55f7182df510a22c562cf4226cb52d3b7e4fb4827e13b7d7 +size 733 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs.meta new file mode 100644 index 000000000..6e925d4a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/PrimaryExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d05c70c477dda4643b5a2cb56522f029ac157588445d793f579595fe8a16f46 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs new file mode 100644 index 000000000..78acbbfcf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39badff901048151b2a41faf314c648bc50b8eb9e40e0ed3f2d92d0593d316d8 +size 284 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs.meta new file mode 100644 index 000000000..f1b06a052 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/StringLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82b960d6e6b407e6f4cd3d433b8b9704bcd484539b57179052d19fe680eedd4 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs new file mode 100644 index 000000000..2ffe23c67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915f0959f47a5bf551a474eeb22bbbba60a5116453f8a4fa89e7c00311f83ccc +size 1210 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs.meta new file mode 100644 index 000000000..cf429441b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/TableConstructor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b40a979f2659ed4d406e2c49098fd0bfa676efe61996ef4808b078056e34b7 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs new file mode 100644 index 000000000..77999194e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a00152954ee6140e5719fdac1df55a1ab6946f93436d893ea8229b06b7b8d14 +size 365 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs.meta new file mode 100644 index 000000000..f9fb8c226 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/Term.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a6b1cf856eb4d18f2cdb060de2acf4188a8cc6fb4f1d912c2635f34a322776 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs new file mode 100644 index 000000000..3cd9fa66a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa64f184b938ec5abddc2546f4041ccc527d4afb30ba95ab87c6db03a37fd4c +size 374 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs.meta new file mode 100644 index 000000000..833da6445 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VarName.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba74f5c1b22e47b76b6fd4608662e920a76ad773e4390099ff9ff134f0aadd1 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs new file mode 100644 index 000000000..c9d794f16 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6125b51e23f5582cee0ec1fe7a3c8c41d9bf533ffe880e6d201e9b14de3c2d02 +size 288 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs.meta new file mode 100644 index 000000000..088251ae6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Expr/VariableArg.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf0e07da6ecc867047959c33a120a8acb2527ed3119ed96510b85f4e4a8ab1a +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra.meta new file mode 100644 index 000000000..bf435ec1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3333c53172439a9188edbc1c2907b34520b888696c2a72b1773af05df82968de +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs new file mode 100644 index 000000000..7be5843bc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651aefebd4a5846e3ad0f3506015c975442747665fc1469e992bcca827fcee5a +size 3539 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs.meta new file mode 100644 index 000000000..46f71538b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/LuaInterpreterExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abca0377c9f94cacead7123c4e0654ea288545a62f95457f23f20ae2279fc8cd +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs new file mode 100644 index 000000000..1a2101f56 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee77bb7d60276a8af60fe1e81f60f0c9f42e11a6abebb54934803356ec510707 +size 2700 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs.meta new file mode 100644 index 000000000..1581cc981 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Extra/Tuple.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf3f3fb5d219ea7ff390f0242becd9957f2c9921132d17b3c4b59d630fac7b5 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs new file mode 100644 index 000000000..96c7ff79f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f091afb4bc966e50d35da5794e390f0d3ca2556c76b0fe9acb0d83c85f4e73a9 +size 2625 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs.meta new file mode 100644 index 000000000..c911b14a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaInterpreter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a939f5d6d6382d3d4085bfd7abcf597de371878062c6324961149e5c663f68e2 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary.meta new file mode 100644 index 000000000..9844a78fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f64a169387db948e5b7a74bd2fc484e34ad5541bf62093255ba6d66be0c0ff +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs new file mode 100644 index 000000000..5949f90d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2318ce9df86bbbf741788fa97ba9437ba8af5d19c909b6fd742ff936a1de3e54 +size 8673 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs.meta new file mode 100644 index 000000000..ec8d9c089 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/BaseLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f65bbf5c73a8b334515ea81e6f56c6bfce903e69fd911f20aea8647d4b8dedb +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs new file mode 100644 index 000000000..80b3e658e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf1a80ef418f8caf8d1cc4b5c723a09aa618e131d327baa2be48e4cf38a9809 +size 6183 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs.meta new file mode 100644 index 000000000..bd77ba1c8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/FileLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3500328105371d709caed804db732ea12a3558e056a1bd8e979e3e0a97a74fc8 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs new file mode 100644 index 000000000..888d69505 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73262b14c27f8bf93784431246b81100c74d6eec02d3148b2ffbc34fc724509 +size 4417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs.meta new file mode 100644 index 000000000..5bbc96ca3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/IOLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028872301e2e69ca5081532a5a87f43cd23e29bdbea4e168d3caedd0cb8cdb09 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs new file mode 100644 index 000000000..6d731b8a7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f9e3311b6f9d14c98358527c9595537e0ec8cd5e425734b9650d42b920ddac +size 8868 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs.meta new file mode 100644 index 000000000..fbbd01109 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/MathLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa427bffb3c93e4733f499ccd83845645e99aa6c36c0ecc2843d433461369f37 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs new file mode 100644 index 000000000..afecb3bef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d1dd560109f72706efc60e954383955510c1b4e25360ec778eb6a248b622a4 +size 5566 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs.meta new file mode 100644 index 000000000..fdd95634d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/OSLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7013fb6e6b80b8f1d8b82f419b22ef8e19235e6d313cc7057171215431b74c7 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs new file mode 100644 index 000000000..d00131d81 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bb61dddcc0bb98cee5259bf62310248e201db768c736d1657859fc2e1f8ec8 +size 5389 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs.meta new file mode 100644 index 000000000..e6df35a3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/StringLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab327fa50c4c92029f54df014feaa36a2c79d4933db8e9725e9b4c271532b725 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs new file mode 100644 index 000000000..0a9ab5313 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f031fd17fc954fc04d730d4171ca0c776ec6a6418bc6096e115e7cba3f3e1f7a +size 5485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs.meta new file mode 100644 index 000000000..43317903c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaLibrary/TableLib.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31c27eb6e15f20cddd3bcacefccd09d0040b64a151b039f87a3127bef965572 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue.meta new file mode 100644 index 000000000..cae262792 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee97653bc37f2488a447e2b4ee65f3b2acf3be927285d684dbfa4c4f30d5ceed +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs new file mode 100644 index 000000000..9bb4ce4da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18d2cf258a1428c03733aed2731ba5685d67c71af0616a5c11c74c025d6b398 +size 1075 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs.meta new file mode 100644 index 000000000..e6fcd79da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaBoolean.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f256e148a23ee859429034dd8a45adbd9f8901758e612bcffb5e717ccde9c1 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs new file mode 100644 index 000000000..f86e79b4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ef9adc1be5e0a782c5f5b5dc651ff3807b4fb42cb6df48a332484806ed3649 +size 530 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs.meta new file mode 100644 index 000000000..9320bbfb4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaError.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3054eb70d481745a59621cff1517d381c33fcfece5913ed520ce64fcd1ae8db0 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs new file mode 100644 index 000000000..56524467f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29114e33e770852df7df016dd8de5f6a379f42d2fc2d72628b96a9ef59f5cff6 +size 688 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs.meta new file mode 100644 index 000000000..99abb1b92 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaFunction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bc2be8c344c4d9a91e242ed2452162b953fcfaa6a6cd07630dd16f2fd53aef +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs new file mode 100644 index 000000000..68f3d7f80 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5142d3fb04af261122323d0741d9a2a1876c1451a6c373f9522c5216efaf29 +size 1225 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs.meta new file mode 100644 index 000000000..0ad10ee84 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMethodFunction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b1d4f7f7fc798d0d7b18358218536ec39be0f6854124bb5ba49c2ceae42ff4 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs new file mode 100644 index 000000000..9e1fdcd89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25307e0a7e60ebe02f70b8c11066a2062d740d2a9c1eee11e883ccc036122da +size 2548 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs.meta new file mode 100644 index 000000000..985f88e9a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaMultiValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c174f7a5df58c93d7775889093326ff8940953259651daa742f2e37d9afaa89f +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs new file mode 100644 index 000000000..70cd7c409 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32690a56c8b2d94ae784a6ecd2ca51dd84c2640a1c271bed46f291f0928fa636 +size 618 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs.meta new file mode 100644 index 000000000..6a16eaa67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNil.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238d1f18294b32a89fd2ffd82e709dcdde8c0e717d03172bfbb9b777d7e15c87 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs new file mode 100644 index 000000000..37fbcf817 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e1d550ce76da96a9a8e11ea3bc5100b0e215312520d110d715778aad389635 +size 653 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs.meta new file mode 100644 index 000000000..c3ce08d0f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaNumber.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d63212b73f47b28ce9dd3f4360aac2b7b7aedc3e89c375ecf1fff2b9806d66 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs new file mode 100644 index 000000000..0a75bfe3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb0b92d52ebfa76232e1baaa0447f7908f8a84d12e8f0f361bfb18b69305741 +size 660 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs.meta new file mode 100644 index 000000000..b81593339 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaString.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec8b6a6712a87fd261faba929e0ccc10745cb629ef2523a23072af07c7bd98b +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs new file mode 100644 index 000000000..0a76ee427 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da8b36629254f53f2b472ff6a601fd4af634546e8d15b21358fc4a82a8deb94 +size 15132 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs.meta new file mode 100644 index 000000000..434b18821 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c58ef378d6309240193933268ff1bc8950c46a79fed83350c9d5607c76adc5 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs new file mode 100644 index 000000000..ad881144e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df5dea36818ce6511a6163800831bc4952386bb93ea3ef119f856c2def24edc +size 780 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs.meta new file mode 100644 index 000000000..bfb3b1e4a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaUserdata.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70233c741ac456321f092b3de7676526c4b7f1a613f95850fd32189a15bd1c28 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs new file mode 100644 index 000000000..18a516eae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4802e4d8821077c6ad9ccb46095376db2a7ec5efd6e3c77e847fe7f5345f4fd3 +size 2617 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs.meta new file mode 100644 index 000000000..2c00aa847 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/LuaValue/LuaValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b9f8c5b655b019514fcdca328c4fb3b95f160f7dad33160fc9e36bf1d33525 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser.meta new file mode 100644 index 000000000..a62360592 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aedf486396b3a25c9093bbd4b147725095c1f333e7649fa8c18db8c7f21f1b8 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs new file mode 100644 index 000000000..6ba788536 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe94a50b9863203cd3a76e47e2e54586f8ce7564c24c1e99c9f843c04dd607fd +size 127169 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs.meta new file mode 100644 index 000000000..dd7ee5d31 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Parser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77ecb0137449dd013fe0ccfbdcd20839823088953c6f1bf52877c29178590bf +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs new file mode 100644 index 000000000..a8ff9c7df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9888550193d37e2396fdd92f7548fbe35c16dd63e84e7fa9e88ff37cbe5f2542 +size 358 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs.meta new file mode 100644 index 000000000..14ffb972d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/ParserInput.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2707ac420a6918613743e2d6e8f4cc6682fedf77784ba714373fa482a360253a +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax.meta new file mode 100644 index 000000000..83c6d7482 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa432019f16e6fab973e5442df4737af53cafaa69bb4a265fa2404420daeafc1 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs new file mode 100644 index 000000000..a31bfc8db --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d90436232df2fa389ba5d680d7c52002226720282cbc41f5a1090ab1745e1eb +size 142 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs.meta new file mode 100644 index 000000000..276c8cd65 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Access.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c0ca8926f6d0cf66eec3bdecea3d9f7f3a729b6b53df947fcc2811201b878 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs new file mode 100644 index 000000000..af4e8cb40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2bfd611281e5893f302734944fe2dec33a7d00b6acf39701470559622e97dd +size 273 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs.meta new file mode 100644 index 000000000..3219359c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Args.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f1c425eb02ead7361d20d86fe79ffe01b72e82b7cfe7d5972e39878057a971 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs new file mode 100644 index 000000000..d52a2d0da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdbbdc11111f68bbf56f1ec6caf563d19ebf89c846dea2c7a50a843d1969f19 +size 267 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs.meta new file mode 100644 index 000000000..735b4b206 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Assignment.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698babdf6dbd28655ccf389ba7bf9c4fc8316ad9f41c3b570a33f1e5dd6b641c +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs new file mode 100644 index 000000000..ac6140300 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bbb096a63f6bf690becc4c7203d7da0f84e538ff91671440a184fa27f63499 +size 144 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs.meta new file mode 100644 index 000000000..63244b478 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BaseExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117f39b8aecfe0c67d73236052cca909a83caabc5e265a84caa1e8b750fafafa +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs new file mode 100644 index 000000000..2da660a61 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15499c72dd123aa998c9b2e832205cf243b1c872baf1dd019c4d947619940b8e +size 183 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs.meta new file mode 100644 index 000000000..91275447d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BoolLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9834451c14d2ea3d6cc61f69a34ee73b6b781425f8d1bd2c252248672ff48280 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs new file mode 100644 index 000000000..4d75ed1e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d55c9074dc882a9af2b92f5b5eddc50a6a3b6ecbf741ca6b64c0cf8ace4829 +size 157 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs.meta new file mode 100644 index 000000000..041535214 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/BreakStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa1099dfcc084b3757d2889a5659cf03046aa41422129e52582f508f5350c63 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs new file mode 100644 index 000000000..21257e57d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9709eb09a002da805acc6c54373caad8680acc3204f897866bb37000c6a2ed46 +size 209 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs.meta new file mode 100644 index 000000000..c144cd07b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Chunk.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58787e914dc7659c0d43f8f85a006f8893d06707f9d941118377db0b19680ef0 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs new file mode 100644 index 000000000..bbb20c08c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa23d20c835e01629bc13c888ccd18f61d10ee40d24a47eebc9694c7cf68600 +size 182 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs.meta new file mode 100644 index 000000000..843ef1ce9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/DoStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876df1193990538c5eb0bf1f50f49894a5f16796bfdc2199005862c79204aaed +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs new file mode 100644 index 000000000..6b927b281 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ea945cb8ec4ef59357e6abac6726368e6989e922a1716f0ba2fa1629575958 +size 212 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs.meta new file mode 100644 index 000000000..094013a79 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ElseifBlock.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdec5586d4bdbebad26a0486ee85b8fe92206debd8f07478daf3d0a0421392b2 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs new file mode 100644 index 000000000..9168c3575 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a883f19906f8c6b6a2a74df273b0544bea310b2a7e1ced5c4e93bec63adae089 +size 140 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs.meta new file mode 100644 index 000000000..4d46bd49e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Expr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a62cb56fbb1d902a9c3e2f2bf51916fcec25decec2a2f1b56533be8cd61939 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs new file mode 100644 index 000000000..7dc62eaeb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a0aaba3a0868b51ac6b8c3519fc4fec59a0095f4cf88477b3d4d2f5f13a922 +size 183 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs.meta new file mode 100644 index 000000000..1a36f7d5b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ExprStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5440d5e6abd26466c6332ffb7e1eb7f6ec04f1325e809d8bad0c4731f03d3f71 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs new file mode 100644 index 000000000..271dd9e09 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d842b9a48a4e5f03fa5272cd40707fa75256ebc4b3b662748d447b9a1de55deb +size 169 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs.meta new file mode 100644 index 000000000..23c2b125b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Field.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42141c459c5fa37efe0b405aec5c070ff9080c835fac93213e6fb16b72363868 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs new file mode 100644 index 000000000..99d36f726 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643090b3c8664749c15f71764355b7ed2f054f3de2e07a4573198b20dcaef9c5 +size 301 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs.meta new file mode 100644 index 000000000..c7a8d659d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForInStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9e1810d1a4151b73500784dcd96bc534859b11665ebf3121bb3ee3b4928be4 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs new file mode 100644 index 000000000..ea4b41289 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43863c7a212f922b0bacf721b034ae566d54995fd7d102d0885e658d7f47501a +size 296 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs.meta new file mode 100644 index 000000000..fc53861c5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ForStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad007839fb4519eb338948d7e599ed2c69dc478e90892480f40ea66bf6204764 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs new file mode 100644 index 000000000..4f75731a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d03d07d738cdc0eda03a43c7213fc0fe1d101ef7932168a2bbe2c3e633dac9 +size 226 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs.meta new file mode 100644 index 000000000..0516cc6c3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Function.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c1abd2d46d7c439a1aafec33641fac01fecc857b6d93e2e8b74d7086abbdd6 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs new file mode 100644 index 000000000..5b4a005a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cc3ab1f2ced47db3f82cc485cf601b77d356ba8251ff787159f41800128fd5 +size 214 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs.meta new file mode 100644 index 000000000..ce4dea0ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionBody.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f675202b31c695704ca4e7c17c3f39528049be52023e5daa1a7e66964b0428bf +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs new file mode 100644 index 000000000..0d0d1916f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff8369d0598645a7f5cc64fca0c0334aec88f7432f98ce37ed5fc9b9f53dd2d +size 184 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs.meta new file mode 100644 index 000000000..e4c295563 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionCall.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f605762afc0ba4be77716ec406c31f5030602dc35093beb73160427936c8a2 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs new file mode 100644 index 000000000..85b0a647d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0803ba0eb64d07005bb2c81ce4bd70518209bc9b2c4d44f1620969361ac3773 +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs.meta new file mode 100644 index 000000000..d995f1150 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionName.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd8d8e2e0bc9da2c1e37026339437d4fcce49087df3a9a50d7af363d36c0b4e +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs new file mode 100644 index 000000000..2e42ef6a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd04496b033d16942f47b2ccf2c74fee17833a507327682dbba6d620a393d6ec +size 191 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs.meta new file mode 100644 index 000000000..37340ba8c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/FunctionValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc309398b42fd9e92be5003712982603ed4c61e4c205f8729557167c1e7d849 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs new file mode 100644 index 000000000..4cbe932d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf8afd41a47717fbd38a2290f59a66252e2b3bdc4103b1eb0b5688a12dbc232 +size 183 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs.meta new file mode 100644 index 000000000..02ee08c8c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/GroupExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9604555debe1caf740ff83361392707ba7f65f626f15534a3db72eb8e7ae373 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs new file mode 100644 index 000000000..8103566d6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251fad18128e39670079dd272ad51fb571339f58d848063e0f3147932ffc72a8 +size 326 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs.meta new file mode 100644 index 000000000..f17b1d8d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/IfStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cafc89fee87cbcdc1eb32177c7521e59e866658368f4b38881469ff862418ba +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs new file mode 100644 index 000000000..da3a19482 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef474b2605f667912bfbb7301de03fa97a57bfa046b7922a10b2d60b72bf1c1 +size 153 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs.meta new file mode 100644 index 000000000..d9bb30338 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ItemValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24c7334ec17959fc86d718be3970a79ef78a9aba3596fbe67ecb83b469527fb +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs new file mode 100644 index 000000000..26a79f078 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c0615f15ebb67928f82651cf76aa50a61bf221b41e7bb4fa3dc929710f2c67 +size 180 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs.meta new file mode 100644 index 000000000..9a593e53d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyAccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ceb41d6b8578f912c9427a88f326a3a60d0ce4197e94d6f732443bc2e29ffe +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs new file mode 100644 index 000000000..ef41575b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0463a77b2a53041d235837a4c28feb9f2acb45493e960636cef443d412465a31 +size 178 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs.meta new file mode 100644 index 000000000..5f6580a9c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/KeyValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1ae021aa12c98754b76b8126b32b18b2316f193d30889b66d1e9df43b3f51d +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs new file mode 100644 index 000000000..d7ca70c6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4a77ad2d38f98296b0dd4eba63eeb9739b81bb730c7c204f0bce3b6579287d +size 221 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs.meta new file mode 100644 index 000000000..6068a7b30 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalFunc.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70dccd4838b641fe3c2aacce0f7a7e5db1fc383d70d40d5ebb9b91d9850681fc +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs new file mode 100644 index 000000000..ac5be23ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a791ce6e2cda66ab4a5f6a087a2b242716f1aa278a26a36518cb652374c0c3c +size 272 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs.meta new file mode 100644 index 000000000..89743719e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/LocalVar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e0a322fc07af83eac0c9da26d87eb6af0c4fc95eeeae0dd1e25aa8921ddaea +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs new file mode 100644 index 000000000..63b3d5dc3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174ff45a0053410686895765df27b2347f4b1d677605f31c283179f844ba5842 +size 213 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs.meta new file mode 100644 index 000000000..52959e15c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/MethodCall.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66aca56ea3bb6abf61990e6c9814a7b56ae0e279e7f0ff916bb8b3ae147db5ec +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs new file mode 100644 index 000000000..25008076c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3013f05c1bfe2c002d3f7890cdb76dbade5286e28ee4b158ba9fb1ad4b4271 +size 184 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs.meta new file mode 100644 index 000000000..a3e1b2124 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameAccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc16b51419fbe31086a6d62f2906d7733477905739687e68ca81e2f5cb457e16 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs new file mode 100644 index 000000000..33ddfbc79 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604e301bbfdb56e3b0867297fdcb4bc593b66bb4bc7a5a799ad42742aa74e0b0 +size 182 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs.meta new file mode 100644 index 000000000..fc60174b0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NameValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d249cbffcbcc2ec092ef47abd53f7b708a888bec7b4bebb274e8b20b0df4b1 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs new file mode 100644 index 000000000..44055342a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbe3dfe50d8a321cbbd63095a2781c04a5a36174ac444981805742c45fc9151 +size 153 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs.meta new file mode 100644 index 000000000..c01296c66 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NilLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8fb6449f19d982e4e3b06634c78f63edd6aeaf178dc2a0474f608d0ce49621e +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs new file mode 100644 index 000000000..d4c7be081 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1586f333d7ec433b656b40b0950afb7800e7e48e71bb411ee3a0c68a07e7e42c +size 221 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs.meta new file mode 100644 index 000000000..ffce7ee96 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/NumberLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f4e9b6f14fc2cb0ef1b3a56eee5d03e977f2bd472c1c43f03635c629d8fc0b +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs new file mode 100644 index 000000000..9dd3a6dcd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676cb26f74ed8d4ea6cbbb09251c30c0d68d5d7ee48af3d6641fcc5cc4da5b7f +size 155 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs.meta new file mode 100644 index 000000000..3b66cb377 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/OperatorExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b213f21c043d77567d870ba6aa902b70b1ca50d841d0aabb6d7c5cd5e9d6cc6d +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs new file mode 100644 index 000000000..5cf677574 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ffc0b23b5efcc0e81b5c478a9611e3d8d84abc809539426f742ddb49136215 +size 270 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs.meta new file mode 100644 index 000000000..82134ebf9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ParamList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1742e40bcca081d785ee9d28d04d68e628a5bb6767967dc0ada2db6ae4fa0d3f +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs new file mode 100644 index 000000000..b08779675 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc3da0b20488d3f41c930a1578c91e8d55f346f1ee6d6ec472ec262b197ec4e +size 245 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs.meta new file mode 100644 index 000000000..2a5dda8b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/PrimaryExpr.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c56e88c7398dfdc48c7fd2e780fb55f1369e4df4d2571848381de3591ab704 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs new file mode 100644 index 000000000..f215e9c7e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a00965dd91738d28c1adf1237efa03c0c081dc03702748214545f205be97b24 +size 218 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs.meta new file mode 100644 index 000000000..762a852f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/RepeatStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72163a38266884c0e639756d15ad0006904e7f2a6486b8d3baad640245ffb4a +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs new file mode 100644 index 000000000..f23696386 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd7b1f1a0fd010e0256ad55b7c7ac3939a977d603e2bedc491f737ee34e06bb +size 214 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs.meta new file mode 100644 index 000000000..477b621c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/ReturnStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f95b1bb3badf9b5565ef051503115f00f602ed2098bed4ce1b0d6450abd2eb9 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs new file mode 100644 index 000000000..6a977bff3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6cabca42e4bea4e02bc57a0c72c908197b241aa0a4a335de81e5eef782dc72 +size 145 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs.meta new file mode 100644 index 000000000..7224a946e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Statement.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf392c10d79b62f770edf17f31b4b439738a258f042c48a334b79c28c3734f59 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs new file mode 100644 index 000000000..e09d761e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0b96fcbfff53f9bc969c65e42d5bd5bb0f78ff3ef78e24b61e040667f4f02e +size 185 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs.meta new file mode 100644 index 000000000..b3eef2adb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/StringLiteral.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fe83fbbeff551a300b5488ad8678c5c6bad1d96d8118e24a0c30bf7ff509ff +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs new file mode 100644 index 000000000..4eadcb214 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c65b1843517f73c268114fc886632932517c64f56408039fe78e98481185c95 +size 218 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs.meta new file mode 100644 index 000000000..c6764fdc7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/TableConstructor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec43345df9041abfcf82b4dc4953b376890ce47b7dec844cab6779bb8ee6ec57 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs new file mode 100644 index 000000000..ba4100637 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de32df3c5da2c1a475d0a93f5d7056ac78d2cc0a9a1bdae52ed1ea430c9d4e58 +size 147 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs.meta new file mode 100644 index 000000000..f75430b66 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Term.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ace8ca8e64087fe03bd519e951fee85d157dcfb62a409e77799148fda0c499 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs new file mode 100644 index 000000000..033c9110f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d33e8b343f88c74f31b48810b99b5fff32c20dc197c7261e76ac4c3b7a36d82 +size 230 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs.meta new file mode 100644 index 000000000..56b4ba8b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/Var.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ba0ee54f95ec6e2c40b4e20e59d55d8061143d066f47d2098eafe3f3bef27b +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs new file mode 100644 index 000000000..86bede276 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6058811bc9385cacb4c46edd9ade7ab0341d4045589b5d8fca8b25976431e8f2 +size 183 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs.meta new file mode 100644 index 000000000..df78395f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VarName.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759ae367583b1d93752695c9ffcb6c286d6ecd9abdf7d4734e72d48cb58f8afe +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs new file mode 100644 index 000000000..6c36c2903 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1940ed815f229a2a175a6ef9b76688efa09fb1aecbfb59bb3a8b01bb575d1abc +size 183 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs.meta new file mode 100644 index 000000000..efb1ce296 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/VariableArg.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144d351a8dfe321efc85d985725561f02b13d2f1afb1380de81c573852fa64f8 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs new file mode 100644 index 000000000..fbe8c822b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff49258a178089a4eed2f5d5b28230ee2293b31c5660ee2489179c9429cdd33e +size 217 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs.meta new file mode 100644 index 000000000..bcaffe82a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/Syntax/WhileStmt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0389454717a95d6fdbbd352983ccf32250e3f974ce38ceae967bf7803f5dbc +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs new file mode 100644 index 000000000..0865048b9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8b308a8f5aac99e80a4fdf57971cb896ebff552b2257ca589737842d072eaf +size 2345 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs.meta new file mode 100644 index 000000000..eec9cbcbd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextInput.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c270e93871c4124c5db4d03793ce927af0c3173bcf4b6fdfb423d199ccffe7c9 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs new file mode 100644 index 000000000..b4451b0f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd171b70a831dc6790883133fa7d15ae1f9407d4810e96c4936ea7abda35fa4 +size 4963 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs.meta new file mode 100644 index 000000000..fd146d2ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/Parser/TextParserCommon.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8164c0823ae81f132a483b356160b57796f4df7fdae98ab590563d39611c6425 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt new file mode 100644 index 000000000..2257d095f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fffe91dd1c1e88b2afa93746c778a389e63a3838ddacde570c2e7f0ea2f2292 +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt.meta new file mode 100644 index 000000000..b4f52ad77 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Interpreter/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60f4393277c4380225efc3411f9b570066b547c603581ff6da23a8fe672ef80 +size 375 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility.meta new file mode 100644 index 000000000..e441f99cf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138dba872c7614ff8fa1b67768e3ebe23e6f26334a0711455951c77f8fb7fc46 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs new file mode 100644 index 000000000..3d45f1975 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8c79b356b22b3b483aea13b668bb4cb280ba40fc44d7f44d6b51a007f64d62 +size 3393 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs.meta new file mode 100644 index 000000000..8bd524326 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/CommonLibraryLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ddc80e6b32dba312c0c3a211fe9d077fac347a634cf70de401a29c4fc6665ac +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs new file mode 100644 index 000000000..29dbfe1a9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05de017d3986a0488d53fe46c28e806df5178a22b317135ee9f150f004e35aea +size 7481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs.meta new file mode 100644 index 000000000..7a4bb0ef0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaConsole.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcbe60408ed88a2014edaadf6523615f074eaa732f8d26288ba861d8b35d9bf +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs new file mode 100644 index 000000000..eb69187c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a451d82dcb657d0a4572e783d60f3a7b573c2b4aa1518bc0aebb4277a7b68 +size 2977 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs.meta new file mode 100644 index 000000000..8306977c8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchItem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac5182b62787ec219ed25d410ac14e5a0d8ae8f144e971c2297f88eea9f68e4 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs new file mode 100644 index 000000000..d8a4b2a61 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d1094217b233e240ba1774770ba08da65c3f00fa4363819e34f4a6ed3621c7 +size 2341 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs.meta new file mode 100644 index 000000000..67808de35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Utility/LuaWatchList.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5998d3a259c0842c5dd2084cac6be7c6353b35745c6fa572cf72c954c9d090f +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper.meta new file mode 100644 index 000000000..b9cb3058e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47acaf16974133103071171138b7820513200057022a5b3878945d16d50719e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter.meta new file mode 100644 index 000000000..5cbb119f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2af2e243bfd83fcbb55c3e2f051d8e5d6b8df3cee5e6319bcc9e257d0a9af1d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs new file mode 100644 index 000000000..7b877b6b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4279ca3c4d2f42f247a691429711f0688c712053208570293ac015f9add0b07 +size 14611 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs.meta new file mode 100644 index 000000000..b7a86f0d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/Lua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7260c862361e608c0a633e7c62c9b76bb710ece1df9c35bf5cac6a9a761d6fe2 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs new file mode 100644 index 000000000..198eec001 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15267b62ece79c28687ee7cb42721109b0dae2d431911d50d0b227a7540cc637 +size 8685 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs.meta new file mode 100644 index 000000000..7c5307f26 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/Lua Interpreter/LuaTableWrapper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77c8b9da19a587e0b67a6c31f7a394322b5dfd23f2dcaa3b549ecb46a76eb3b +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua.meta new file mode 100644 index 000000000..4d997cc8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5b75e81e1d5d689faeb3997fb047f81fb242f574470ef873e748ff6c1e5ce7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs new file mode 100644 index 000000000..aaef26d17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13dbbb53e7dd9fca6bedf46af9978fc8825777f2551db5833ef376d2a1179e0f +size 12310 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs.meta new file mode 100644 index 000000000..af046126d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_Lua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66d27ad3bce8891879508d05f5907016e204dec67ae43c2d0a5734d2ec2e146 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs new file mode 100644 index 000000000..56b3fba90 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6b7463a8b449816bcdf4acb248868a5edcc6a473ba1ec154382e076d170b78 +size 4453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs.meta new file mode 100644 index 000000000..11eda044e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Lua/Lua Wrapper/NLua/NLua_LuaTableWrapper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06118e80c5a7688a4be4e0189b960ce836f1a21380879a3b2c8553aa2d92978f +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC.meta new file mode 100644 index 000000000..ab3a99ecd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea4a360757b4f6b6cfb48fe195792bde014df25f226782a6d794facb6a70ca2 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor.meta new file mode 100644 index 000000000..a2f3e4e68 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546366b4b28eeb939584c715658d8d004a26fa415d0938e327a65babc0125416 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs new file mode 100644 index 000000000..3477530ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ad46a41d395e3fea801bd779c8ab887833b26756b4637fe68d68c9c6c3a170 +size 1935 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs.meta new file mode 100644 index 000000000..2647a8136 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/ActorSubtitleColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfc50deecde3d653488a79db2f2a0f11c7401719ee9834d7c74b59c9ce28555 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs new file mode 100644 index 000000000..9f283282d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fb97181a454f0523e9095375026a51b8af75896cac83399124a3fd714f01b8 +size 552 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs.meta new file mode 100644 index 000000000..1a07ae348 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DefaultCameraAngle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94154ecd59323a018e2e27ae17455196894941dad8cb2929a6de5c1cf030f17b +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs new file mode 100644 index 000000000..1ecabc64b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e4dbee8bb22902861dce75b7ecb405230658e3634456a390482baff1929a22 +size 15791 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs.meta new file mode 100644 index 000000000..7d9697e60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/DialogueActor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec97b68f0ca5a223cbb4003e07d2ea6a3adf51a81b2904bef77eb28273cb56e +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override.meta new file mode 100644 index 000000000..a72bc6d48 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42ea3506cc3bcfd09832573ec427fa311c09d0aca85601dff1d514439d2673b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs new file mode 100644 index 000000000..4775fb8dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d044d990e2c185f6e144417074e2c819f594e2d4a5bfea281ae8f441be4bdb00 +size 1236 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs.meta new file mode 100644 index 000000000..ca0fafeb5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beed5c54676cc7d9cc62d20021193e76e13400d8576c604608eb7f63a91ad589 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs new file mode 100644 index 000000000..288e2eeff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb14451b759e925058d1868859b109b856a957370c9445c57dae7806dcf5860 +size 862 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs.meta new file mode 100644 index 000000000..d7984cf96 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideDisplaySettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acbfb349b1b54cdbd8ca30cfb89aae718687632e60e548c86b9d0530f3201c5 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs new file mode 100644 index 000000000..d37aa3a21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b7c528788930f075d48d75d9a472d42fd917c1e824501643b81200beaf0e9b +size 569 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs.meta new file mode 100644 index 000000000..e6ea1d2be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/Override/OverrideUIBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69db409827ebd6c5850b82ccc093e025aaa1d002885b739029b4083913369fc +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs new file mode 100644 index 000000000..bbeef69e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6790a66115a9db305544d70421d32beff23f9ee9ace3ef66cf1c2c968d83ba4 +size 898 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs.meta new file mode 100644 index 000000000..871019383 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Actor/OverrideActorName.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6408bd83ecbc100b14c9c86cec8d93003e9bf05e44f7fc07856f2621fa97b038 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller.meta new file mode 100644 index 000000000..2da84c96a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f0ea7411489cc643bb15f997b4df9b05bbca381f9d217315d18821db751b32 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs new file mode 100644 index 000000000..0d5e35cf1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdee16271731ea4a252681e057dbab403758443f7dffc7d4148403c59babfc9a +size 24431 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs.meta new file mode 100644 index 000000000..499f4ec8b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/BarkController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0af11ffddda0fe46d0b1b5177f59a97383cf87aa4c412550db5d85f917080a +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs new file mode 100644 index 000000000..795361cd4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0cb60e7165153bc89840dde79e8a7284357622f01b2a6316662ed4574321b +size 18764 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs.meta new file mode 100644 index 000000000..e9a558272 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Controller/ConversationController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c02767f0bf30390a35cc64dc66a54c071cc961dc8912ed6a9e4ebd2f0418e6f +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model.meta new file mode 100644 index 000000000..939aed315 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8525fb05e5afbd6ec6e07f848d40fad7c82795d990614a9116be8f24bfc1c4e1 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data.meta new file mode 100644 index 000000000..dae2cb007 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfd985b74f10950f159ef4457288182fc08bd6f6c8716a26db5710db87e545e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs new file mode 100644 index 000000000..94fee235b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d699f811d8b69d97afb6b393027627521f0dd9a6fe2ddf2c1ba5719d48f73f94 +size 8071 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs.meta new file mode 100644 index 000000000..f0aae11fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Actor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873fcdd2680b58484c595f1a87a32b19bd563b98d492596c677a8a6c0b5ab0e4 +size 452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs new file mode 100644 index 000000000..d97cbb962 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e59126dba4d3b48f0d2ffc4fb6477313e93c76a3ca6aa052f55129ea724cc0 +size 6990 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs.meta new file mode 100644 index 000000000..ce1f2a984 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Asset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3679ec80871c586f1a1ae90ca37a96e0cbc6e9280ad84c337d386cfd81eade3 +size 452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs new file mode 100644 index 000000000..f7c44b981 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e188d75197892c8221a131267bc02501c1b994d9a77b2b695f39a70a1525a3 +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs.meta new file mode 100644 index 000000000..2619e64ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/CharacterType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cf7d6b6699f32e304c98fcf21d247e640500fab5ba42593c18618e5e3825f9 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper.meta new file mode 100644 index 000000000..a61fe5fa4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948142d23244cbdb6ea1ecc9b3dda20a64f55c8e2083eb59dab19b1950cf17a4 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs new file mode 100644 index 000000000..6332b0d94 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4129db392092e8ffb875aff9a3a699fe2d802089df771508a874824d596bfc4a +size 7067 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs.meta new file mode 100644 index 000000000..09cb2ae88 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperProject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6824783e1f5966c8b2e02e1f349cd80de6ef5a9ff7f7de92fe37fdaa931d7177 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs new file mode 100644 index 000000000..0d61402ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f22f6346efe1363ae16637f68946ebfa8bb149d8a8d504db1ce5dd0f9805952 +size 11128 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs.meta new file mode 100644 index 000000000..b5e2394e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Chat Mapper/ChatMapperToDialogueDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b0be3710cbbb18ce82c2ed8ced1b14f2c044348ca62c7e043dd9bf50377a72 +size 491 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs new file mode 100644 index 000000000..afce1e6a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a528256770e15eac73e0110f00a40fcc868052f5c7d96f5a72b4e46c65f0d8 +size 927 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs.meta new file mode 100644 index 000000000..8c1e0c07b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConditionPriority.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fc69e2432cc5020f2b551cef187b4d4d783a646364ef20ac10508dd13ffe4b +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs new file mode 100644 index 000000000..f60a0227f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d694c99bc636e553bc177d979e9c7bcc447e9e9a2fa36bb3f111e5a62a81e47 +size 18506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs.meta new file mode 100644 index 000000000..54701da21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Conversation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe3befec84bd937c5851d4525024b4e1493477301cccfa3449fd3abdc1e89e1 +size 459 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs new file mode 100644 index 000000000..199ed003e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4c40766ffaae3f276d10fc8b7f0e57c7d3973146dbbfdb239a6a4b29a46ea3 +size 1543 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs.meta new file mode 100644 index 000000000..5cd373615 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/ConversationOverrideDisplaySettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0275f9b0b46fc0be9a0fc0bbcf763b7355795364b2914ffade662ee38c47377b +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs new file mode 100644 index 000000000..00280d26a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3177344e51debb51d56a80f4858ee00039fd55d7cd82001ae52c203ec2100c +size 45638 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs.meta new file mode 100644 index 000000000..6dec67412 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d632fb7e46c332fa50724aa276be9d8d80b8cf6211986586c0c1b0836b1655b +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs new file mode 100644 index 000000000..2898543ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d84770b8d66efc49d43ce92825da57e0f263b1482ca24fdf7f9b417317087c +size 23363 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs.meta new file mode 100644 index 000000000..6f5a01775 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntry.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f487f06230ae3e2911cc120955ba078e887ae347fe1bb8c0968f69f436a514ba +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs new file mode 100644 index 000000000..9516ec1de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fddce174f39cec4d80c45c6562e818b38ae4fbdaf11fa4bc35d12d9d3eda6ed +size 174 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs.meta new file mode 100644 index 000000000..6effeda28 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueEntrySortMode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d753c0e39039a1743cf1e2055b2dd341f0c31ddd5a73ec0c4ae1a6c6158a2b5 +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs new file mode 100644 index 000000000..5ecce04e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43aeebe0a6e474966db7c09cf0cb14515576dd3a80b24fe5543c9c1f22c84206 +size 2027 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs.meta new file mode 100644 index 000000000..2f1d4087c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemFields.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f29e0384cd947783b271e02c3b0cd23db3836314f6e02b285a32a4879e0c6c3 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs new file mode 100644 index 000000000..e2518943f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633c7a93becfcfc0a82408d50e576691f7df43628d775e8f8c4c4c03a860cfdc +size 4265 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs.meta new file mode 100644 index 000000000..4c2f7742b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/DialogueSystemSceneEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c377f913e771b43ab7a72bbf9f84320ed4d4787585488970102185e799c6f6 +size 537 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs new file mode 100644 index 000000000..4bcc0ee3b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a3c560d6c9980dc9bd8431000753c1b4662018cf962e83b6ab6f47782c4506 +size 2729 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs.meta new file mode 100644 index 000000000..2568bf330 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EmphasisSetting.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1679faad404605487f3438b62cda538ad33411a9ab67ec7eacc90103ccf1b1 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs new file mode 100644 index 000000000..17e21d27d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9cc1dad9417c16fcfb94390d41d5e892a51784cb741e08f08136ccc94784a0 +size 564 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs.meta new file mode 100644 index 000000000..36512fe81 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntryGroup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c90420c98a2993c678cd18ec1fe7194abc31387820fb914ae9d28685f6b39c +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs new file mode 100644 index 000000000..023c96cf7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a3d4cdee9d28ec5c55bcabc8d41ba0c59886bd12bd2e33b704a5e58f7e98d7 +size 2428 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs.meta new file mode 100644 index 000000000..355d6effe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/EntrytagFormat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2835e98a4a5b7fafcc132e83c3c0a15022e2675c2fee5ffc7d31832a1bc9c64 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs new file mode 100644 index 000000000..83fd91759 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380b6e94b0514bbf4436f26efef126a918748cfd69d1f37820de43ee44508110 +size 18814 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs.meta new file mode 100644 index 000000000..a01edfe3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Field.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5371d6dd9ac8b25b7d736b98cba5d31939d286b45a62b223414b792e5f9c02a4 +size 452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs new file mode 100644 index 000000000..f1b7eef88 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac940701d4d429d9365191ffb1a0592bb81be9d99d8f3a77c27dd7e87cf68cab +size 964 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs.meta new file mode 100644 index 000000000..bf0b85c28 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/FieldType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02babe4776917596ba54d5051e117f59fc6a886d7529a822db113504f724af7f +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons.meta new file mode 100644 index 000000000..44811a5ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cb9af32d47ed5e1125bb35592ec4dd55364134974c1b345c0f603d698dc148 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png new file mode 100644 index 000000000..68971c103 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e583c92cf65a4bff502b32129746bdd07d28cad40b3edecf90081fd164641f81 +size 5094 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png.meta new file mode 100644 index 000000000..392bf7b77 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Icons/DialogueDatabase.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333862c0912c98b877b13a3b6a8e967b6d3625d152d4c02a11a4e626d5adaf3b +size 1435 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs new file mode 100644 index 000000000..c5ab0126c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26429cb61c8a8109fc2bfff29b78490cbd230d1f6ecff15d6d8f680fb0be73f6 +size 2417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs.meta new file mode 100644 index 000000000..9acb7058c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Item.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b498557c58ab994493e6a3c802948080168ef4251be302a2972f2a6bb2b84d +size 451 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs new file mode 100644 index 000000000..05a766911 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89966424e2b3795ed0c71656f4138e1221baea5d3f6aba0e4e46c0b3f5f0360 +size 4250 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs.meta new file mode 100644 index 000000000..be32c31a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Link.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f60532161e6d7c9960aa326644a095f1e5decce1da08f3a16cf3c1d0afc2e2 +size 451 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs new file mode 100644 index 000000000..1c8b7ef3b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e074a8b0224a2218df5f7ac3feec263491ffd41f5d9050692f8fce00a027650 +size 1551 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs.meta new file mode 100644 index 000000000..3f130be32 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Location.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ace25df1f77803a23c53f6f2d2abc8cbdba5777edcbdbdb3df130334069617 +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility.meta new file mode 100644 index 000000000..840a3d3bd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d861e0bad8f0d07f61ef130a7e0b6c419ee3c7c7e207dcb3cda5fe921e83ad9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs new file mode 100644 index 000000000..5f37c2421 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3f95601a2cac25ca88ec52fd4af4d5d1aa6ebe806e0adfa73d493c93eb8737 +size 785 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs.meta new file mode 100644 index 000000000..641825de2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/CharacterTypeUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a9de104e1b602d4b62b675d19fc4d44201c18f2ca3324c42597f5037a8b22e +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs new file mode 100644 index 000000000..1cf461a99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce24c8f8f2dfee3d9f87535beb54c27e970ff857f42b3a13e2747f8c201e091 +size 1031 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs.meta new file mode 100644 index 000000000..c63a9962d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/ConditionPriorityUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f5bdf66a559da58cb7e5b9351375d6eb44c4e94745aa1fb5c905a80f3c58b5 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs new file mode 100644 index 000000000..6c1f51865 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9bbd33107357e692173d3ee6f88ef23f20a3b9e236675b73252eeec44c85c6 +size 22263 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs.meta new file mode 100644 index 000000000..191227b6d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseMerger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e56fa7b021af6a369706613781690a9a6eb5e3dd11bcd9e943e510c45860ef3 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs new file mode 100644 index 000000000..d4edeac9b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b725ee73035c5ae7120d4a3e47070b7a5350a8686239d146f5396987518b960 +size 996 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs.meta new file mode 100644 index 000000000..50d9e008e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/DatabaseUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a15a04331bf9e94dc672c2af17ef7f7f98ad29f69fb4b5938b80b0335f2893b +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs new file mode 100644 index 000000000..7af49e88b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636cc7c2c75426ece4fd606d25da5feeb17c7b0827e3395ce1be809e69e913c1 +size 3284 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs.meta new file mode 100644 index 000000000..ae2d97ff3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/LinkUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4be741fa66657b7017b2a3eb9c48b4828efe0c7db6535e375ea3ba198f43279 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs new file mode 100644 index 000000000..f6e6245bd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ba59c3c9e0af0883334b8b14aab6b0d413fd261fbb0cc0004245fd8d770295 +size 12142 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs.meta new file mode 100644 index 000000000..060481f5e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Utility/Template.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef2b2803b7ece4ebe9eaadd044d745227e12195c9b868ac0fd825f4910baace +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs new file mode 100644 index 000000000..36a9e02fe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32492a85767553b8c68b53dfda59a3cde7a16484f7da8caa934bb348ddbfc2e8 +size 5017 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs.meta new file mode 100644 index 000000000..e22e27590 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Data/Variable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc45ad2e460a9e7260358bb67491d6727d9c45f6dc813b855c08e5cfdd2f08d +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic.meta new file mode 100644 index 000000000..69a7c4f43 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9971592bfd0143fce1d86bcd6d64f49ec371201cf9d694b0b44874f2be64785 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB.meta new file mode 100644 index 000000000..7e340e48a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d2fd0acc8787ea49aa92f473670bfe49106218acc8bd872ccb795b5e90a576 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs new file mode 100644 index 000000000..45aad396c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12123b85094f4ca81188b580e7bb3c4f8a56dca3adc60e8ca23b6d9605071195 +size 5489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs.meta new file mode 100644 index 000000000..c55712510 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c864c535a69153246066b59f9f0a62242398bd3edb7ba073076e55f430df6ef3 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs new file mode 100644 index 000000000..c26daf278 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9ba9a1cd0777dab2c30afc2eb55ef2e824d7b2f0663ed208ea87d19ee546da +size 786 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs.meta new file mode 100644 index 000000000..f166bf557 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DatabaseResetOptions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c90bca77db2605736b157848ee019f6602350ddccc65bbcf3b1c885c26a369 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs new file mode 100644 index 000000000..72952630c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affa83ef6cc15911fdc29b6adab9183c6647e1c935a55e279286613b8dfdadd0 +size 64684 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs.meta new file mode 100644 index 000000000..6895a2ca0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/DialogueLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1751319e1a3423ef86a4eed6dea11d502e52ebf98383cebdccf5b0cb2a80b62c +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs new file mode 100644 index 000000000..86ef78fce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71dac42da8d5e8a1c1c2701544ba05607c1ffb2e9056e6c909d434cef50de08 +size 57254 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs.meta new file mode 100644 index 000000000..468d4b450 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/DB/NLua_DialogueLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a5b2caa4c19cc9ebc8baf8242f76074cee82ee7592099d9a4868b1a015e1b1 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model.meta new file mode 100644 index 000000000..2c6871d5b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49d91adde62f5a75bfbbb39a1e01eedf31088886bf9a4a0fea0def09fae0a03 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs new file mode 100644 index 000000000..a8d84f7e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573baf0e2487faf9a2e01cabbd2df8a34e5fa3e66c3eba03442ac3b2edbf67b7 +size 43926 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs.meta new file mode 100644 index 000000000..67ddd97f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Model/ConversationModel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2c5f98a5634a9e5d765a307616b6ba6b954149077dffd9315e45bd8e116a98 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared.meta new file mode 100644 index 000000000..d006c38c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b807e524a35bf675dee27b7733f093e6849935b46a6b788a215e91ac34ffbc +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs new file mode 100644 index 000000000..b4680e20c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba85dbd107f16e9b431d9d417e5269c133a2664220d2f6b1f24ff96f7bd104f +size 11636 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs.meta new file mode 100644 index 000000000..3f23056c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/CharacterInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ae612ee8cf05b76d466836f8d86c967789cc8564ae6c7f40898ff39d7fbad +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs new file mode 100644 index 000000000..b5223dd2c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3deddc5b551e72c44bc02cb1189f7a0b46fbf69116bfd6cec6ac0816982c6a4 +size 8596 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs.meta new file mode 100644 index 000000000..33463cd3c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/ConversationState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b9c8814b85712619158e66c62e4465277472d070b320ea69fa045db843bd17 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs new file mode 100644 index 000000000..58db505af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813b2ffdd3ec0b850182929174775213d55fd4f1fec7437b0fcf11f98fb9e606 +size 1760 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs.meta new file mode 100644 index 000000000..b86b2c1f0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Response.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e89c213b3910ff045c3594a09dd3e43ffe8377a7430771e67f83005fe1703b +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs new file mode 100644 index 000000000..8a75d3afe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4a8a1f065ace3c8be0973acc2694270e65a8f51756d11449ddf547d9b876fa +size 5981 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs.meta new file mode 100644 index 000000000..20f1c370e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Shared/Subtitle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df58e5307d3b685ca302be36928d577a22f449ad71b3ce38748209a5010db1d8 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text.meta new file mode 100644 index 000000000..10dc92ce5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1eeea37f06778d722ca410e6904f04747344114aa2e1f8e04c5c86cdc815aea +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs new file mode 100644 index 000000000..aca1fd6b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21797b1e25caacf11c07e88802deabc2ddf5904537654c60da47cb2ee30ef2b +size 2829 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs.meta new file mode 100644 index 000000000..cd0b28dd7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/Emphasis.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5396cf315f010649996bfde400daa7dd7f45d1e62e5262b618ed0babb574ab75 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs new file mode 100644 index 000000000..4673e2c56 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5389fe6e4e864e07b7ce0ff7fd2a5dfe97ff83767f0adff0be24c03b017c292c +size 29297 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs.meta new file mode 100644 index 000000000..dd0fea6b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Model/Logic/Text/FormattedText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39cd8c448ed815f6f9c41cb3938b9a267f7c399c1c0d55ae706315947a13ba03 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer.meta new file mode 100644 index 000000000..f1151cb99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167e3b5d509b2a9c3ae3cdb498f9d35631d2bbf63a78aca6faf977b39a72802f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands.meta new file mode 100644 index 000000000..ffc1c41f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e90521e01ad366f9a97c3144c3b331717e05281315065f651160832b134b5c +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs new file mode 100644 index 000000000..aa271f685 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac26c77d5f67fa3642c8b11a4b1f4a80cb35fe036a5d914f16bef5caedfe70f +size 9930 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs.meta new file mode 100644 index 000000000..8d12cdc35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommand.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef993821cd2b3c82e675242223ef04643d553c00812e979f9570308e696a2dbb +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs new file mode 100644 index 000000000..6341725e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6807cfbc4252bc4fb4df8ee0c33b5a01d9d3bd416f034f30efbb7cd003de3f4 +size 2545 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs.meta new file mode 100644 index 000000000..6b472e0c1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9bfde22b468e7b17f44f56b0284f8e168ab13bc76eb8a57d1a2beaf0c5d51f7 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs new file mode 100644 index 000000000..c6a767fc0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0662a2a4d08da0da69ac1bbefd12a90726117683bfb212d1cfefabb64420f7f +size 3613 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs.meta new file mode 100644 index 000000000..d6712f814 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorFloat.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65ed8d0ca2b8a8988aa2c327f2b7bafd639634520a8a35c279f871bbe9ff8ca +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs new file mode 100644 index 000000000..a19c3df58 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f363b470d80d5504fd746caef5a1efcbc45076de27b2f707f54e4047ecf405 +size 3885 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs.meta new file mode 100644 index 000000000..26d1a5fd0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorLayer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9c13df3abd1051e918d0df82682154954a2c2ad206201691c4fe0707404fb1 +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs new file mode 100644 index 000000000..852631265 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1e6760fcd6e087623cc4302c5023ab9e7c27f72d727ae84f9ca2c0087dc21f +size 4722 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs.meta new file mode 100644 index 000000000..84a2c179c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAnimatorPlayWait.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64470488fca8e8b570728b428bcdaa9c14cff91faad2a5f0108ed9dd905d55b2 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs new file mode 100644 index 000000000..02dc04dbb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f4f2d668cfb430a0e6dd9cd1f6e14d9955b68f310317b0a4c9b330f37fc36c +size 5847 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs.meta new file mode 100644 index 000000000..e11a7d224 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWWW.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b855f8fefb8cd9338e196cab2a773f98550ede34b4c0db11632c4692e7e990a +size 436 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs new file mode 100644 index 000000000..06722a3f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c0e9e438810e37eb8b6270c907707e843aba70224d3ab0b24a3a40c194d075 +size 7809 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs.meta new file mode 100644 index 000000000..8760b4ab6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWait.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b19d4f84096d6522a659e1491242e6b5e8d2072ee55d51ed38211e5542436da +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs new file mode 100644 index 000000000..120d3fba5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4358e22f3ae6628b2b5e2f1d2986baf8e9834a49bd46f491fc88ac3019d30d4b +size 8929 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs.meta new file mode 100644 index 000000000..ec63b53f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandAudioWaitOnce.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914425f83c5a9ef8c738e9ea69e471179f7d7b98c58c4a9c1e9ef414c4f495d8 +size 441 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs new file mode 100644 index 000000000..27d76ff78 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90439c14cb8484cf3387b8aaa7f0e92ec7f01ea203d8e968a2e853e0443adce1 +size 6426 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs.meta new file mode 100644 index 000000000..3b200d7e9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b79d8d495ac1648b90015652ca99f843e5bedd5e14b95e8587bcf018ba55085 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs new file mode 100644 index 000000000..fb6dea6f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0713f22f9c570fd8168ff2ac128a85676b17a1351934e3affcc5526932b11ac8 +size 906 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs.meta new file mode 100644 index 000000000..e772f0bb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandDelay.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42b09f83238e7a97656d05249d626225c8cc266c538d654c87fd4062e8f4180 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs new file mode 100644 index 000000000..7d82e2890 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0416fe60ba5410ae8b474e322643ed4695ee131cc603c6e667ca708ced9bcc +size 4605 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs.meta new file mode 100644 index 000000000..e974ddb11 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandFade.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7963af7d9e6cfb45a2bfbe89551e083a799f7132716ad17a3e00295e4a6623 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs new file mode 100644 index 000000000..2ef595ca3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb260e20b18ecf5e42ddd8e9517dd6b95369129144f3a7d5d8e0a3a916ae0e3 +size 6345 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs.meta new file mode 100644 index 000000000..670f72c91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLiveCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5943e8855d0160e4df218f1447459fbe0f569c0dfbd0dde312594f19efee822 +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs new file mode 100644 index 000000000..29946eaf9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fbde004fedf37f8c688669d05b804573e71178dc80a3eef45f58a352e3c1afc +size 3381 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs.meta new file mode 100644 index 000000000..fb3a52661 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLoadLevel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44a9b1d965fbf18216ada61451af6e104149fccd50c7e6a005f9ddb1799f29d +size 437 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs new file mode 100644 index 000000000..605302711 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a410b4b340732d34efe1c6b21cbabef7899db38eaf404c3f839fce99a4abb85f +size 3538 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs.meta new file mode 100644 index 000000000..2de5db816 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandLookAt.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd66b0ca8cf33c0ee4e39b83f6b134d9abf1cd737ce22969fb60cd9911584cd4 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs new file mode 100644 index 000000000..49c0b7179 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70bceafda9734ad9c9e034fe0bc2cbfb3034939ed4b32dbb4df6b1960aa132c6 +size 3975 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs.meta new file mode 100644 index 000000000..e21499f64 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandMoveTo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b588b382322e29d61dafe0168db37f4bd93b296a2c6ca60fde77f1d407b85989 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs new file mode 100644 index 000000000..daebb17a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8edfbd780b334b812a3c96695082202968a27c731301713ebf8aebbcc110a1 +size 4364 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs.meta new file mode 100644 index 000000000..7b5fc63bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandQTE.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c950d7f9c787963515174d42f6a07796e8a8a244d127adbbafbb7b53ae2bae3 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs new file mode 100644 index 000000000..141c0ef57 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58455f1492e05ebc80810be52519f0682353dffbd99eca42d9da655663a8ff9d +size 1106 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs.meta new file mode 100644 index 000000000..19c14a3c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSetTimeout.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213db37c87a65d32da4352b296b5ee55db78f58758a5519a7e7914a1737add60 +size 438 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs new file mode 100644 index 000000000..2944be5a8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c4739098e2a79b0aabaf86aeaf90d5c8ec4207d1b0c2d818a53b50ac0688a7 +size 1118 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs.meta new file mode 100644 index 000000000..0ca8eaa11 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandSwitchCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d4835899dded8fb144bb1e81988343861607f563230bf362531cbeb5ec3e5a +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs new file mode 100644 index 000000000..16a35d997 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f9e5a5df54e5fd22d580ac9f828fc6e66ce59eafafc23d69f051f922113c82 +size 5895 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs.meta new file mode 100644 index 000000000..0bd86049d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandTextInput.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a9b72b9d0284b9c2180ba26d792121b922d5b5671926bbe3178506a8333379 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs new file mode 100644 index 000000000..1a1b292c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631b5635b7ca228c52ddab68903ff9b3fb60c7397e3fd917b9664f8dae791675 +size 6744 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs.meta new file mode 100644 index 000000000..3925c9f17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandVoice.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b27c63576451c1ed8cc857c48313bd42b459530f47e8677bc2d169bf16043a7 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs new file mode 100644 index 000000000..a3e75a2b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c45ace13fd2d2be69ae95a70d5efb94c1ce13e67bcbeb1009e4b1d40fc9fa8 +size 1463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs.meta new file mode 100644 index 000000000..4a6db0ffd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandWaitForMessage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfb57af62fd6e022e6ed7b768c24a785c329160978d750f3dccb0e6cc1dcaba +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs new file mode 100644 index 000000000..4fc2354ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cc5ad852512494a063fdf151432ea7ccc9057d73231272737427497427b8b9 +size 4493 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs.meta new file mode 100644 index 000000000..e6c9973df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Commands/SequencerCommandZoom2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6669dbd34af0180dd52ae6eb11ceba4424e8693127a45a462e47bd5607a0e0 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs new file mode 100644 index 000000000..c81cdca67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cdd0f42ee70586adda12cc9bdd2f1d365476817f7ff103bbcf4f02479aeb07 +size 2739 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs.meta new file mode 100644 index 000000000..21df88d3a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/QueuedSequencerCommand.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175790aab5183308e5ebd7ee3c6390257e3fe85e3949c699713fce6e3d539c8f +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs new file mode 100644 index 000000000..8e46f9d7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c6d3841a27a70941a0a70f4c66ca6d9af1be1b0faf40d3b27253ada9442b2a +size 12273 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs.meta new file mode 100644 index 000000000..f3d86365b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequenceParser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15728d52b6943eafaee834bbbe2eeab141da47a1040e0bbff22fda752cfa5e26 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs new file mode 100644 index 000000000..db88dfe02 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c08da8d3c9ad3f4fc8efdaa25d54ea9fdcddcdc9021b3dfd12e22678494bba +size 144827 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs.meta new file mode 100644 index 000000000..0327b2f8b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/Sequencer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9987287dcaac257311672c7c83e33544e3d01c0d595fa7e5d93128613e85d5 +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs new file mode 100644 index 000000000..1e67fe43f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea67a24ecf77c613d7817eb1a1f1ec59aa12ddc260c98ff8d8363808626811d +size 1006 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs.meta new file mode 100644 index 000000000..67e3ee7ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerKeywords.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7c5afa934f60462f6428048bef4b0f661320203fa353637fa924c4895732cd +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs new file mode 100644 index 000000000..fb63c70ee --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae78152149d9ef4b87a61fd925a2538af516e299e9b9be13fcdfd6ab0bb698d +size 376 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs.meta new file mode 100644 index 000000000..aa455bdea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerMessages.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474a4399abfa8fdd3e2d025cef0027217c0f12335d37d258d68f713171ceb937 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs new file mode 100644 index 000000000..e75582a2b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f532fd580f984196a83b1d224bc624a49217576084886dbc6b0519d60515a04 +size 1787 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs.meta new file mode 100644 index 000000000..742cb44f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerShortcuts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebca74bd4fd5de74f56d770b0a7da6c9ae86ac05465bf24589f7884cad7558b7 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs new file mode 100644 index 000000000..39e480fb4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab928cb84ecabcb7459f1650bcf1a18e5469e9fe4ce21ba8985ab13046b6212 +size 16300 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs.meta new file mode 100644 index 000000000..91f988507 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/Sequencer/SequencerTools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6148e21b91e3698435de417db1682e73eccde425e29b71879d451b4160c755 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View.meta new file mode 100644 index 000000000..46c52ce22 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c252f880785e59b798511550e9028922540bfd26afad7a73167075558d67f20 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark.meta new file mode 100644 index 000000000..d55b84469 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf79300945e56614a4cf9b90c3d608cf90abba47603ed327b76c9a98fc1a062 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs new file mode 100644 index 000000000..c64349eb7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41afa99f4ea4ee51d9e5d2b4d88e01e731440468fbff185e6de1435448f24e1f +size 1912 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs.meta new file mode 100644 index 000000000..15644af71 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe22fb37bb7fe9d1db78e5d1741a1571262f609e45d3a47695ec1f3acdfb80bb +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs new file mode 100644 index 000000000..aabfe45cd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157686775bc640f0d1cc1968d6453994f86956aa92d49744b968dfdf729280f4 +size 12582 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs.meta new file mode 100644 index 000000000..3d2b3e0b1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18bb2137090f8960c642b4d777e6e6ac3c73d1c93087dff1012904545bd94c9 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs new file mode 100644 index 000000000..208b359c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33702c2ed8622180c438a9f578c09a80bae2e8abfd430dbff558b795a00b6b7e +size 5354 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs.meta new file mode 100644 index 000000000..5c8c6ed6f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/BarkGroupMember.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88447cfb4f40e92e9851f778f51f4dd2e7d508a2f11ddc34782594d72e6ddec7 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs new file mode 100644 index 000000000..38a40ba60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad93a8f5217aa3b9112d6c4a97323e36e8c95ffbcbaee50d4dcfcac279fdb2bc +size 1580 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs.meta new file mode 100644 index 000000000..7a252e4d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/IBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e491f3f24db47def8549b4057e90a61ff79e0bee31fd31cbb1f4a675c0a75fff +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs new file mode 100644 index 000000000..aca5e8ac2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0e2adf658ecb79e7fc92a9abc399b89dd34e8f5b601856fa4f7837a729c8bc +size 876 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs.meta new file mode 100644 index 000000000..5119a5af7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Bark/TextlessBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dd19580b874a557b16c83ad913e8ab5c77a5ee634b96cd22a1337f5b4dd8b4 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue.meta new file mode 100644 index 000000000..50d05d2ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70d6f170849340ec98b6e8d49a8614b8e12cb4370c9cc00f5357612d9f52702 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs new file mode 100644 index 000000000..653207d93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc10aa8085f1008c60c68faf662cf782f80b5abd18617ab45d388c883981e48 +size 4614 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs.meta new file mode 100644 index 000000000..0211d18ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/IDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd218c0de2d069b9f3634aa8da5efd4576b550d461852186347c5ebf9c5bf3d9 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs new file mode 100644 index 000000000..e629b38dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6419766d179b681804bcc75af50c962ce0f49d5c8853b5abd2692528c002d850 +size 1068 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs.meta new file mode 100644 index 000000000..3f6ce94f9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ITextFieldUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2df4123f447fb5046f09107916d3ed61c46121019477cc95bf665514cf4ec2 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs new file mode 100644 index 000000000..2958b9044 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d023b77fdef6b24cc6b3a1500506b7b12e8e9282903811d4f1e6ef022e5ebac3 +size 1418 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs.meta new file mode 100644 index 000000000..73342b733 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/ResponseButtonAlignment.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9f6982aa8cfd74fbbb345bd9d2e903eacf7a43cac3b1ce94af3cd676f2468c +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs new file mode 100644 index 000000000..78346d2d6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c84f01debdd88e2359b6637469d1f1f06abdc904419efbfa00722ceefce05f +size 1212 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs.meta new file mode 100644 index 000000000..b62272fa1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Dialogue/SelectedResponseEventArgs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152e49d9836893b909541638cca8c27247fef89a30a92a2c888053b90dfa3430 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared.meta new file mode 100644 index 000000000..c8b6b30d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447540cb1bcf51b0435cf446c67f8c9f59b26986e6f780aed1c44706bd45de87 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs new file mode 100644 index 000000000..824896430 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3346b7a4016a17fb2e24cb80d622be086cf4aebf6ef15db8d3bb2fc39c05d8c +size 32083 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs.meta new file mode 100644 index 000000000..62e1568dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/DisplaySettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d97dffee327611e0b18e39673a1880bd32e9d3da25b943bfe51d8015fa1ecf +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs new file mode 100644 index 000000000..06c81b338 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f304cb9e2be7945e813b4e3609cb1eb954c4ef5763335d47db6f91e248188e17 +size 3402 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs.meta new file mode 100644 index 000000000..4902e3d8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/Shared/InputTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c02a2cb0266938042ebeaeeba4c40b35ee27092904a5849ad2227a2aca66a99 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View.meta new file mode 100644 index 000000000..4776ce874 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48081515cf6890dbc10e4b48a7e06519fa0d2f7236d73f5cd3fb8d2d47e55c5 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs new file mode 100644 index 000000000..3f92fe3e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06557963bcee1f610a3f502caf77002c7281985f231ea6fa45d4d3e1ccf507d +size 32445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs.meta new file mode 100644 index 000000000..4fe44e957 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/MVC/View/View/ConversationView.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a73ba2d9c859da5d358b2f6926bb1bdf9a123526c387be6ff43bf05d921cc5 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager.meta new file mode 100644 index 000000000..b549bcd88 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d3897ee2602722eb1a7fc356e438cd13b785687b75b44012b6b3228dc96bd7 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs new file mode 100644 index 000000000..2c8eaf8ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ec109edc3b420855ad7ef50312d3b9a2bdd5974bf331f83fa6c70d99ad86d2 +size 1866 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs.meta new file mode 100644 index 000000000..58666fc0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ActiveConversationRecord.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562de97f5952563d15e8d5f0ed052fb3c0c02be1c7b832e14b5c6cf10f7eb6e3 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs new file mode 100644 index 000000000..26d980650 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1949074095bc737731020f0abd6c47b8af30c0da8d3dbb2dac6ee4e80795025 +size 1919 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs.meta new file mode 100644 index 000000000..812ad31af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/AssetBundleManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040e7f30c0d178ef40794ac90e2aeb5589e1f60550bf0f886fc62b36c3aa08d3 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs new file mode 100644 index 000000000..476270cb0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a3f19f102f0f832861e817bca206c6d80143ceca5fd42754925b7545e2b149 +size 51855 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs.meta new file mode 100644 index 000000000..bc1d6abe9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e472c96d1676851f458790ba072eb4bba6233a81af0f878c78ce94ec1bc699 +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs new file mode 100644 index 000000000..02c82c074 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2519346edb55346719f0c4e350edf211ab9ee2f866e51e0deb40e77cbe37a0 +size 131018 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs.meta new file mode 100644 index 000000000..a7e279e6a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c60a0ab8dd63999340b7c763d3fce8ac423abfad83afe0787046e69df3e3d8 +size 487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs new file mode 100644 index 000000000..3fd4f0c24 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095c908e79f636ee695f62973c0a76e8ac1410b7fcaec9fdc5e58708bf3c36e0 +size 8647 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs.meta new file mode 100644 index 000000000..efdd602ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fcab60bc404c911eb3ea32dc4c93e7acaa5db3de909e4750a50f12af93262c +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs new file mode 100644 index 000000000..73bae570d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c192eea96ed867b549d278a96ecf5f88b7c2dd96bdf1f91340d91272ddc490 +size 2256 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs.meta new file mode 100644 index 000000000..00799e2d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/DialogueSystemMessages.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdc7c0539023edcfa875dbb088a94f726741216c61f59a063cbcdb95367c3f1 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs new file mode 100644 index 000000000..1a57e17e8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ada3c51c61db5ec7640ec8483646611292c7c0d52c494f51ecd3f426b92655f +size 12192 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs.meta new file mode 100644 index 000000000..2501992b1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/ExtraDatabases.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf34769364a86328bf8bfca5b4f3b740a69970f1cac873417abaf39f26b831a2 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs new file mode 100644 index 000000000..89ceafe13 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1dfd7044c0f53df230506d701883cc171d0e79169c2d95e6aa9ce7c733b8f2 +size 6434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs.meta new file mode 100644 index 000000000..a3866c58e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/Localization.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ce3fbec590754e8af061dec366fccd62fc1fb62b616a2f89204d564a2da25f +size 452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs new file mode 100644 index 000000000..7846e3803 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e6c054a80b1085a3f9cb06c4fc6116cea890d47d2fde3b6c6a6db5bc2be0aa +size 5731 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs.meta new file mode 100644 index 000000000..a71a06d5b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/LuaWatchers.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a278e49065c34b15ff4837203e6581934cb7c5eb0e477f6c0da8412d9bfd5f +size 451 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs new file mode 100644 index 000000000..7606afb69 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a238fe363ea250ec007e16b2d6f1fcf5ecbbc6e1d3464267ca86e05f027090 +size 2379 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs.meta new file mode 100644 index 000000000..65e1f4e2b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Manager/PersistentDataSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f5b2c07b2510e6b40182069bc28e5273076d43c7dd1a56b1350e7f5e87fa7d +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options.meta new file mode 100644 index 000000000..48eb5ca27 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c205f3816c4a4b9b0fe99d791bf3a9bd8821a782ca71a8c57ea4d9e5cd040bfa +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine.meta new file mode 100644 index 000000000..d4817dc92 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9e1823877ea9809106f46ec2fb8b9d5a3be073017e2498a16cbe8a57fa224d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands.meta new file mode 100644 index 000000000..8eb08685c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc8a086156820983eec63c7596820e3ed888fba30a1e3b85087cb881bc3ed65 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs new file mode 100644 index 000000000..2cf1b047e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf591d3ee4ab769abacde28987c94cf047693f2b7fc1524b187871cc7804fec1 +size 5504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs.meta new file mode 100644 index 000000000..e93a43261 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachinePriority.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b51dfe69cdcc79875563ed19ca30256c69a301c6f56345a7dafbca6c1d0dd56 +size 544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs new file mode 100644 index 000000000..15d2c1c89 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91521e898aaebf6b012b157809d640d69bae2409594e2ba90f5d60dad83c86a +size 2399 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs.meta new file mode 100644 index 000000000..062105851 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d2d5b0755ac5ff8381c30f90ac9ef5e7dd4d86929372da439bacf0bcc30a65 +size 573 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs new file mode 100644 index 000000000..b84422b8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0134ceb2e310be5bf3d124c4496e3f29e9f60a0a335ef95f38e76b798eec4e42 +size 3327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs.meta new file mode 100644 index 000000000..37e7a54fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Sequencer Commands/SequencerCommandCinemachineZoom.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fef739a28317d49d142aa938e04717b0ce2c98378b98c97df673c6cb3bedfa +size 571 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers.meta new file mode 100644 index 000000000..be9a8c104 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f69b2d7ddce0f27a61455b1a2ceec5dfa6d2fa2bc0cbf3d2adbec4b0c39ac1d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs new file mode 100644 index 000000000..edad9e9b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8c0dfef279ab51dac8dc65515c9baea67599d0dddfe8d2f08cd7e673019ab4 +size 1460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs.meta new file mode 100644 index 000000000..2af093905 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Cinemachine/Triggers/CinemachineCameraPriorityOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc601cd124fc5efa5fc901d8dbe2e8709d456f3e27fca00431d4c847a3808ed +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline.meta new file mode 100644 index 000000000..7e18435d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd8275cd9d3ff35c1a3a669707d0ef39b69cb54a8eee72c53d1237669703157 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables.meta new file mode 100644 index 000000000..4662b4621 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5bd919c326e32062c49350b909df02d7e85bdd8d60e9a21694c4e100f41c3d +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark.meta new file mode 100644 index 000000000..fc0d23fb3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae5869d75b68dc5c67f0dd6f9d395c8d04506dbc55756a01d4b08ceb76440f +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs new file mode 100644 index 000000000..78212532e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09527bf5b03d8296de0b346f57a084651619ed2990d19dffd07bd831cfd1f70 +size 1151 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs.meta new file mode 100644 index 000000000..43713abb7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ec1bd95e52e9043e0d33664e15fd7d3ec2de1269a2edc4e150573087012635 +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs new file mode 100644 index 000000000..52a570c3d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80d62615361eee58ccb8453533ca60465c0af976467b11612b63e854cadad95 +size 896 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs.meta new file mode 100644 index 000000000..3fd7ee10a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa73546cbef6a820d607d8ced97eda4361351739946b4fb9f1a8204c37f32be +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs new file mode 100644 index 000000000..58daa176a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086fe29484db1440c6bdeae4b4ea673838efadfe26cdf94ef057d40e074882c9 +size 3952 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs.meta new file mode 100644 index 000000000..e5eaa0f8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd201114b41e3228e923ffd32426cf9884b1a3fb32d6caaad8e6afff98ea189 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs new file mode 100644 index 000000000..2aa19c2de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3249a3002c034d0ce8e5804f133b4087e62f8712bea9ff3ea2fe6f05147cf5a3 +size 610 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs.meta new file mode 100644 index 000000000..7cd43a5f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Bark/BarkTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a94e70ac97000b405c33bff71e09a06315d644a44b079f91b98892886d16d6 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue.meta new file mode 100644 index 000000000..dd0e825b7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b96731a02e45cf6560a481911c7f801c091b9cb85bc9a940d3a4f876e40d251 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs new file mode 100644 index 000000000..af3005bf9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307b1585f4f05b6e99a2e563259f37f3d3ee1c181c99deafee4863cff1863799 +size 695 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs.meta new file mode 100644 index 000000000..21c316627 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2b4a26aa542a6bd48b7e473af201203de94be59e47104d3eb85e14659c7043 +size 540 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs new file mode 100644 index 000000000..cba725a4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba5105ec222fce73e2683b9eb035f98e33737ceac8579931c0d61b9d678b800 +size 961 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs.meta new file mode 100644 index 000000000..432c95ac7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fa2b2f4080e77a9d811e76457b8a8f492b00a3d33fa05159d79fa827b271d2 +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs new file mode 100644 index 000000000..dbb0e34f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8367b181f5e2f841a370a1f37b991c4b3115a648102089b3395b2e4dcb7ff84e +size 658 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs.meta new file mode 100644 index 000000000..c5709ee53 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ContinueConversationTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc193cfd8718bbba0c54502fe7c6308f56809744f8b90fe64b294cbf7b3347c6 +size 536 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs new file mode 100644 index 000000000..88193c0d9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e1459b335191eba081084e18aa3980275fe463b6c08368148a3f29730c04bb +size 6676 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs.meta new file mode 100644 index 000000000..8b9c1f134 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Continue/ConversationContinueMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6ff5964f73dabca71830f0568579229f52577efe369a7db987291df477cb1f +size 545 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation.meta new file mode 100644 index 000000000..2bf4bb5b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d05071e3560bfdc86d7bca507002ec8eb54ab97cbc6b8859039443d15d8c3e +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs new file mode 100644 index 000000000..165108032 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ead4b53e8544ebdaf70f86435b24b23e7ec0d6f1e263d071e19b60a92d66cfa +size 3011 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs.meta new file mode 100644 index 000000000..6246dcb32 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b84d646c24aac8a79d875b3ea859a70d4add36f653fc09fafd951525309c229 +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs new file mode 100644 index 000000000..e244cfebc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf0c4200a58b169113312552022ed1f63f58b4f238d9c6ec037eac170650c7 +size 639 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs.meta new file mode 100644 index 000000000..d84c66cd5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/ConversationTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72991c4fa628d2866729aa05b63aa2cad99f40030c0d51d96f627a182500899 +size 532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs new file mode 100644 index 000000000..adfb487c5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b91740754f79f98dd21a4052ad8ee6eadc30c5dd6f210262c4fdba832c95e05 +size 1247 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs.meta new file mode 100644 index 000000000..ef436ff6b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88fcea160e376f5f920c01672dffeb7b51c365615736336fa810336de2ed04a +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs new file mode 100644 index 000000000..5b526689e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d2b0746eef835548061b44306c11bda00bd46853b896b2dc18b990ee9ea796 +size 1346 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs.meta new file mode 100644 index 000000000..8cbec9cdc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Conversation/StartConversationClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb0e326bffffb3be2c9a61fd0c903ede7151aef788576e9d9596ec452a798c0 +size 536 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence.meta new file mode 100644 index 000000000..806f1f430 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4f5e3d39380dd25a36ac0b1b1c3f52f56059d631ab73f4a14b90cf9bae7f1a +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs new file mode 100644 index 000000000..b764ade4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0974f9c0cdb4a3293b1d6ef79af136f2f8704daf786936543982ff63c7a8ec27 +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs.meta new file mode 100644 index 000000000..d308990dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409a1588671be0e941cb75d5d9f5411ef6e593cea421e07156a0a9c1e436b2b8 +size 450 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs new file mode 100644 index 000000000..0593d8c14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b270493270006669173edf3a77498deee5cffd73612980cd663a87e5773774 +size 935 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs.meta new file mode 100644 index 000000000..46552ad40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e63dee7fcfbe1204b581d1c050b80a81cd2d11eec76f9c8464144aedb7c92d6 +size 445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs new file mode 100644 index 000000000..e42f7a21c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366d04f2b7556472d3b1d1cc966c034dfd49f33e6b609579f2e0e1233f00b7a0 +size 2127 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs.meta new file mode 100644 index 000000000..00f9760ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2720ea201794501cb5eaf086d5cae90ded0c6c565da673601fac0447fd0bf0c2 +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs new file mode 100644 index 000000000..dd5ab611a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7034c65ac1d1d1b68b21ec4e315fb63eb5c0099b5b37fadd8a2322268be6828 +size 634 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs.meta new file mode 100644 index 000000000..9bee56375 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/PlaySequence/PlaySequenceTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e5029b93537d5e5e257edefeaafe2814367b47844a2fef37641f3651a8c8a5 +size 446 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState.meta new file mode 100644 index 000000000..98572bb06 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303b53247e599a13698bf998b2d6bd63de980670fb28d3d78e8f6e481996d2b9 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs new file mode 100644 index 000000000..2bf898525 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1fcf6d797449a82f92b3ee01f9b1027a8a14c1d88bf10c3f2a536d9a5a560e +size 3006 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs.meta new file mode 100644 index 000000000..a51aa428f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bfa45ac551848fb3dc80ee8193b0cee85499e996fbf0aa0ef650ca3d9ee0e3 +size 537 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs new file mode 100644 index 000000000..b0ed53a10 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9757cdd710b771abfed49a331cfe8ba6c04537e93b4232a022694b1c5224b2 +size 588 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs.meta new file mode 100644 index 000000000..1c73de707 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/QuestStateTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe39519697ff360fd8a08d746251d3aa4f67e42cb91d7cf4348e1c0d1c4f679 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs new file mode 100644 index 000000000..840eb8346 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2811752b1fdbf0695def0107d6636be67de9c0ade9c2461c96ab73dd8a66d98f +size 705 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs.meta new file mode 100644 index 000000000..bc9581f7d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c7a5b7a280a46106c40993eef80fe9c013c67762b53c87a8b249aa11eaedae +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs new file mode 100644 index 000000000..d39fd2d01 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f7279a186aa68c3c8e55f96df0c33ff0c419a5fefc64960a4f7c9e768c8dcd +size 822 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs.meta new file mode 100644 index 000000000..4ce08a086 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/QuestState/SetQuestStateClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34399c491ba391b39cc706d6649b4d1a11ae8158fc5abb21f240069a125c53a7 +size 530 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua.meta new file mode 100644 index 000000000..26e74b8d3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead44aed8213e777bd84fab1bfe8d3e49c9eca8f39924b545d7550cb244c2e69 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs new file mode 100644 index 000000000..613bf8b4b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5a1de637df0b921a76a691b57dfca8f02a6332275c420d0c4af86a73928326 +size 401 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs.meta new file mode 100644 index 000000000..35d79a13a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9b66e05dae3f1c26dfabcf64a2054f008f97d4950972706e7941077e128b9f +size 438 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs new file mode 100644 index 000000000..0ca49d096 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f57f04c63b13b6fd15b0e1ac8b9e5a97e6bee9b4dd44e6034f925e6f5d4fbd +size 723 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs.meta new file mode 100644 index 000000000..02eec0370 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c488004a9ff2a1f80bc5b201fc2a345d7ec3551a14bbc8d852971644918cd55 +size 433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs new file mode 100644 index 000000000..ff584a122 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3987063dde8812f22ea67ea555ba2e73d43e11481c273ccebf2cf8f04c3918dc +size 2093 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs.meta new file mode 100644 index 000000000..4c50cba25 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9262c4b334888f84010c915529e8efd9db3faaeba9541b818af6eed27a9589cb +size 443 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs new file mode 100644 index 000000000..afde6709a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3411d33ceeaeffee359f0f0326a000866ba5090e665b05a6cd12b19853a1bb72 +size 616 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs.meta new file mode 100644 index 000000000..a789179d9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/RunLua/RunLuaTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d77f18ce129f744979ef1514862046c6b614e1124cc8d97b9411643b9aeee8f +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage.meta new file mode 100644 index 000000000..04cb3ffe1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634301f86e4283dc0ef8b3bee317a8ac88aff823f37ead6ea8a64614a245e3bf +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs new file mode 100644 index 000000000..eddba6713 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e9ff54bb68ea7f9d4e86a104a6812ea23b81c8ea9ce1fe0c59d56741dc4078 +size 425 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs.meta new file mode 100644 index 000000000..b4b14161e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1598610fde2ee5c1eb714f23b404696d3004309e1dd708528131b583a7bfbe2e +size 544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs new file mode 100644 index 000000000..b0cd40acb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bb20a855de70fb1d93bbe7d4d4fa2933ca88048732dc317b7d6fc8c865156b +size 835 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs.meta new file mode 100644 index 000000000..c97a875df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa40b2f5984be2ac4ae5a4dd706685b865a825062846bafce7ea3a61dc59c44e +size 539 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs new file mode 100644 index 000000000..c23f15ef6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87d4289f8591702fa68aac8c04f265abc72c873b56d0aca4fa58d2406060110 +size 1994 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs.meta new file mode 100644 index 000000000..52e87b033 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e4ee52bd424fb1a5eb12202239605c1e7d681d57e029beed25c12eff5b5ae0 +size 549 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs new file mode 100644 index 000000000..a7ac6cd0e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b430e489826324fb0c87951caa8b3b2f519c25aafdaad98bb87fd59f4838e3fb +size 646 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs.meta new file mode 100644 index 000000000..4da4335a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/SequencerMessage/SequencerMessageTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab60447ba4b16f166488d13e3166627e646e6889f3ae32aef0a2670ed7a75c9c +size 540 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert.meta new file mode 100644 index 000000000..33977b641 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5eda1f17b17307a80ecb57e2b8c86b8671a0f290b62859d78eeb117bd3ee56 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs new file mode 100644 index 000000000..c907dc18b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002768b50be441439a33a0899dea27ddc027a24698a737f64e12b7b8015f12cc +size 2051 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs.meta new file mode 100644 index 000000000..de42e7056 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertMixerBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6da71d4130b78a99824da3e62c6bdffc543aeb859ad63bbf8781a7a63ee339 +size 531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs new file mode 100644 index 000000000..ff056d9d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7d526a3dcbc1d99cfad1a55b6820b191fa14d5b87d9bb95890669db5bf4e72 +size 574 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs.meta new file mode 100644 index 000000000..867d86cb5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/AlertTrack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36adfe6db421696da453d4bde9a3353ae11ad43b374c79984b1f0cb40c044f0 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs new file mode 100644 index 000000000..4f4d0a825 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58ec1afc02d5cc5b7e9ece9cfee5d9563eb9d58584daf09d4ae9527390b2dca +size 564 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs.meta new file mode 100644 index 000000000..c8d907de1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e595d90aab2f24cc1601ab28f621d32f7c132d40281f1c74b8cb7f348c5971be +size 530 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs new file mode 100644 index 000000000..ebab9f09b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b9b148c20aa0c057a568b5260ee9d01e49f7ccd7e4fce2939cadda6375898b +size 735 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs.meta new file mode 100644 index 000000000..f226dddb4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/ShowAlert/ShowAlertClip.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f95530a0c9697d990c987e5c5611f9b471c481bf01bfdf6078c21738c6c64c4 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility.meta new file mode 100644 index 000000000..1f7ea611c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4223ec06c8e727caba216c7dc7aff6439f43a979ac527c86105f24f29a2851 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs new file mode 100644 index 000000000..b24b29df5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50703856a0487302afe38d834cf1ca9d7ef45667529a7b34aea5ff794957e2b +size 14432 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs.meta new file mode 100644 index 000000000..6a0a36d66 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Playables/Utility/PreviewUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4ce85e5fc1e6b11736bc5a5dfa66651c75868510dbe90c1046f72ebbba7541 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer.meta new file mode 100644 index 000000000..1d4909c02 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a2f0b141faf6ab00b4ac400905b038b6bc8176f7f450e21ed2943b80e83d86 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs new file mode 100644 index 000000000..4142d8883 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b0bd4298b992612468d07376593c3f6b6af952fd2ea4998b664aa8a10458da +size 8132 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs.meta new file mode 100644 index 000000000..d4286772c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Sequencer/SequencerCommandTimeline.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ada691153fb723430c86cc0deedeb92a2b8a18d84062f2628674b9e80eae81 +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers.meta new file mode 100644 index 000000000..02fe7bb20 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2e9e1e55f2f2363069661fb4284b331dcae1a11e86c6c7125e45bee8820b40 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs new file mode 100644 index 000000000..5e31bf551 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af8b30d8d72dd24c1e67a956892c2827af61fa47879e507d64ab5a3bf24925a +size 6435 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs.meta new file mode 100644 index 000000000..76f245ea8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Options/Timeline/Triggers/TimelineTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e452ebbb31e79094ed3a4e09bd08df4f00871c66016d478cfb48c6234da1940e +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests.meta new file mode 100644 index 000000000..d42fd66d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4bff12c024890fd46561c104730cc2c682a7da3cfa13d890376dd54b06d7bd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs new file mode 100644 index 000000000..8260ad35a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1d0040613f4f78244f1d3e9827720d48ec26ddf3183aed7e6d334d486ebfad +size 6902 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs.meta new file mode 100644 index 000000000..ef95e70a4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/IncrementOnDestroy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ac22ce5dd3d415ba735197b8f635c4bedcbea9ccb959f8aabfb139a75d1115 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs new file mode 100644 index 000000000..d9b028e1e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3207106c8c7a8459b56694f99ae6723dbb9aaf5ae4a9791aa97d8c2bafed47e7 +size 978 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs.meta new file mode 100644 index 000000000..5c65f3315 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestGroupRecord.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ffc6d9682f364cec99d0fe6ce6da563743d169301735bab90916b0946b1fba +size 455 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs new file mode 100644 index 000000000..8c7f274f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb9f8e0b34f63cfafb8aebfeeb953ff2d580ccdccb760ccc528ec2fac29b8da +size 61882 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs.meta new file mode 100644 index 000000000..3e2896f21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eca3259eb2f05958da82b72e4dc765b7a8340706faad314b2291ef1220a749b +size 447 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs new file mode 100644 index 000000000..cef56e0a8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6bd4879ee2fcde5a8b01904d60b51018402327932d500d30dde1aad3668bec +size 23648 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs.meta new file mode 100644 index 000000000..4b4320ad3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb2e7572d1928403dab3c91967072c636a5ad46f0fc2a06e2a1e9745e379de1 +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs new file mode 100644 index 000000000..3d91fca71 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413789f003b5a7a3fce26c34f2671ab4dd582f2bea643c98e2d096dec460b648 +size 2035 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs.meta new file mode 100644 index 000000000..4cce08549 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestLogWindowHotkey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d494c711a474389d05899265c0c10ab89d8d5789698e749d617b56a5134cbb +size 416 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs new file mode 100644 index 000000000..94f963f20 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6414aad4eaf94c14d983a5dd9fa602f3d1e12d612e086bda374e54d5e7ae703e +size 1417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs.meta new file mode 100644 index 000000000..df755c2ea --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8755ca1f73c079d6fb2b6e94f3b3a60232828a58caba45516aeaac51c7628bd0 +size 449 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs new file mode 100644 index 000000000..3ed5efbc4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ff98e203255b30e324a4ec6ce32230f07556a52f1bedf50d74cbe8133e8f6e +size 1883 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs.meta new file mode 100644 index 000000000..cfe31fa26 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateDispatcher.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebac1270975bc0ebabe98c94dd7c3c56144683e5e32d2f3e927ffbbbda558b0 +size 416 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs new file mode 100644 index 000000000..c08be91ef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6c62adba0fd8678bb93fc900ee0ab20975b147280a50847fd1da31aedba2a2 +size 3315 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs.meta new file mode 100644 index 000000000..a68668daa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateIndicator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2120937da358897fa8dfeb526d0dd8b896d355947ec7438b32643baa6fd809 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs new file mode 100644 index 000000000..5f8977f2e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c13cb6f3ab7e00713676c268747097fbd819ae0ced71fae063a1d7b933174c +size 7818 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs.meta new file mode 100644 index 000000000..457f92a0e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Quests/QuestStateListener.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5768d78e67e23aef1d2c92a6bdcd12ecb978305dca003a0f6e924aede2248628 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System.meta new file mode 100644 index 000000000..5c523db6a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a55a5c30fe91c02b721967382ddcd1a3283d00cce98c9b44a7f5da0e5baad1b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs new file mode 100644 index 000000000..fd23b80e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb836bfb2d34542cc26c07bb7ce92bdbfc3fdc3b69e5861e2f44741063b22db +size 10053 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs.meta new file mode 100644 index 000000000..03daee878 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/ConversationStateSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac01a2885c8ba2dcef4c209dbefac3a8321eadc8edb302d95e872c8f7d2ece4 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs new file mode 100644 index 000000000..df8dcd295 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70aa5a1176df62e58b50dda07a333e31d7467a4c6720f012d1a64b5c4c75adbf +size 3783 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs.meta new file mode 100644 index 000000000..51e596528 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/DialogueSystemSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0317a04b5a4e5c86fbc3872c7d488d011e87b1004a43c69573dab20fb4d97b76 +size 529 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs new file mode 100644 index 000000000..372d98ff3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad230cfb58d291f2fc2eafb58c52e8798a866b7bffba9cfacde32ef6a1795c1 +size 10772 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs.meta new file mode 100644 index 000000000..66350b065 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/GameSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a5886d82047fadc26a3fc74c7c820bf2d5c6174e2838ecdc595b2ae9f1a3e0 +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs new file mode 100644 index 000000000..01b6cc8ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14556614745f62b3887138a1b516e5d1197b9a48b4e9820722905f95055722b8 +size 8300 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs.meta new file mode 100644 index 000000000..9836717d2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/LevelManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b9185f107c2c7b683d8238b2cf1fb638820be043278b019bf9a0153f4b25cc +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs new file mode 100644 index 000000000..d91b37103 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a663b06fd9e5dc55ae1269a67b6b7bd1511d69213aee1d60ca1e8cc4b2c678d +size 2714 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs.meta new file mode 100644 index 000000000..409b08254 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7e8254f6eefcf7f1d2d6901b2d13eb71dd4136b5899408ed5f176bce35fb1d +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs new file mode 100644 index 000000000..c676405e9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe43d6f7410a7ba8d11ed257dda162b6041d961d971ff361a73d932b7ce3e57 +size 1793 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs.meta new file mode 100644 index 000000000..2f38de89d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentActiveDataMultiple.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6d156ed1371f7e14925630c27e320feec285050902878f9950994330ce6a34 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs new file mode 100644 index 000000000..415d9cd64 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e298fe7889a5beb408b3f1b38c9de1814581b920981f8e6fa03f33bcbcc6242 +size 94929 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs.meta new file mode 100644 index 000000000..28218fb8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDataManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a75032de3be7b7278825ad5ab3bcc139a86e35a47827216b4c6aa5536898dce +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs new file mode 100644 index 000000000..c3db517a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02a9661ab99f0f48cf0f8f72617cc2bdc7b9f73972d79e919a4ede27eae71fa +size 4608 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs.meta new file mode 100644 index 000000000..da3ac6563 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentDestructible.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc4121fc4657b74d5038f324ac744de965141dd65fda4cd5ba8fa1489ae4f88 +size 423 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs new file mode 100644 index 000000000..27d504a0a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb62f82088170c5954ede0b413f93da57af2ecb2c1f6d37827cd854962cec461 +size 6551 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs.meta new file mode 100644 index 000000000..fbc0d3dc2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Save System/PersistentPositionData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87fbbaba11baf99e73d17288acdeb2fc5ff6e5e9d788fab1cb88c58cc4ab167 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers.meta new file mode 100644 index 000000000..7dde34d6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb703036060eff293e8cd1320e2c41717f88cedf14688241ce9156d2cb76172 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction.meta new file mode 100644 index 000000000..c267e7603 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561ee7f5869038ec8a7dc71697ddbc7a65e5019e2bf4be194fe9e68722e7b1ef +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs new file mode 100644 index 000000000..b04dd23ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4231c1c0c18feb3f23f8fc92bc6de8ab38b48a1a0e955bc05c1e0f48501edcd5 +size 18740 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs.meta new file mode 100644 index 000000000..5acbe8d44 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/ProximitySelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348514687ab30f0eba649a3bd8f8196a10f71f5e9ca6a478f17e4b005199e66c +size 427 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs new file mode 100644 index 000000000..996a11468 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780194578f541203e4654b7e136c528d4b9e9d95f917ffdd5463df5643f2f284 +size 792 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs.meta new file mode 100644 index 000000000..7bd7137cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectionDelegates.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fe896d8ca4ce28da2cb4872a48f78dbe9f6c8e8339e8b43aab56af7a0d813f +size 428 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs new file mode 100644 index 000000000..d976de8d3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc6d814adcebc6e13f585b525890312a753861c901d9212481e73bd943612ed +size 30069 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs.meta new file mode 100644 index 000000000..af8ffeb82 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a1f069a7ce9c9044c27b729cf1892eee23f238bd4ba88df3cae05a0843174d +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs new file mode 100644 index 000000000..d42189d57 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc43dfe792fdecd7212ceba32e78ced8050795d67070dc4ecd5daa903973405b +size 7712 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs.meta new file mode 100644 index 000000000..8099901aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/SelectorFollowTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236b811404460183983d732b8881aa1a38e055902934673392b5a1ba3dcedfec +size 430 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs new file mode 100644 index 000000000..63a32a0f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a080182f9d7eef2f7e92eb3ff00c0290598c65aba6bba6eb23641f484d954776 +size 3675 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs.meta new file mode 100644 index 000000000..a5861dd2b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Usable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650fb6d6fe5e40609134769c8e38a44b73c522a1140c56004a98d2fccc596bcd +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs new file mode 100644 index 000000000..6f08a9f58 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2e62b335fbf6f6047a333fc65737c2361939bc1a45b189e3c033e71264a2ca +size 3880 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs.meta new file mode 100644 index 000000000..5562f1e8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/RangeTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b11b0adbadafaa3d13e23a2abb82fb0b2266b501425d5dd5a66b3b3fed3e7e5 +size 410 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers.meta new file mode 100644 index 000000000..e77661586 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f1cb462cd6d6562b92f6c59875cf9c029691c74c567dc2236f38ae1a412281 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs new file mode 100644 index 000000000..93ccc5be2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d97ec690e9c63645b6b849ecb170b83ef1fa535e7ddc282892bb06eb328252d +size 2683 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs.meta new file mode 100644 index 000000000..66d72e127 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/BarkOnIdle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db945cecd0da59168d3a1e608e8d454983585fc0cf4cf42b0a735db23c6a4ff +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs new file mode 100644 index 000000000..99b4d772b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b4499b84c4ca2fd5f06f5d2a6c9564b0554d1e36d451e6f7ebab643e1830a2 +size 5405 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs.meta new file mode 100644 index 000000000..c8954b29c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Condition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6736e8cfff62d08e66adaf90258204e33071f7cc1a381501a985aac6648ba4 +size 459 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs new file mode 100644 index 000000000..8ade9da14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb4bf9cfcd1055b9078db7714b303fedbfe6b68e2f69d2663d11fa476f0d4c0 +size 7037 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs.meta new file mode 100644 index 000000000..eacdc92ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/ConditionObserver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f638bfb5143d5e42992506b2e2e08e6796fcdb13309429a2b79c2fec8a60e8 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs new file mode 100644 index 000000000..ad41c78b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56c5bd32d49c68df5fa7ec595ad7eeaf42a0e4d1e4371891c6a0cc7560c770a +size 50978 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs.meta new file mode 100644 index 000000000..a0c0ad473 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e8f4b8e537c50e3d523c19e560aaf7da2931d8f152ac47b092188ac57254c0 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs new file mode 100644 index 000000000..c274be0af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2faeb5e14d8e5b085093a4e20b6768fb7cc72d699231cab3b7a25dc80dc877 +size 3328 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs.meta new file mode 100644 index 000000000..393bf7f9e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/DialogueSystemTriggerEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5aaed62124f3058707b6a1563a4ede69cc7b67764f850f7f346d5ad7bc026ad +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy.meta new file mode 100644 index 000000000..f5185a1ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df6e997148869759ed2c3a51cdb4bf3d700c2a3ff6a89815ef7e5c19cfbab40 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs new file mode 100644 index 000000000..1db0e7150 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb64d0912005ae3e495d2da054363cb83e208eba7785d34a3bfe7469dfc1e8c +size 6608 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs.meta new file mode 100644 index 000000000..6415833b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/AlertTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b50dd6bdc10719f6a07f47fc9a7e51e133a9bb53ed0f51285f498f5f4fbc0f6 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs new file mode 100644 index 000000000..34b18d953 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899174580dfb039cb8fbc198ee5351f59f4e93a35507381749015fa2090136fe +size 10146 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs.meta new file mode 100644 index 000000000..1fd146a6c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkStarter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1df1d310fe98d0b4c0205f4614ed957762388823656f21c9fbd5dae06bfdb76 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs new file mode 100644 index 000000000..b557497bc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4079a4f652196b5ffbbf0824a36e438a570cc497afaa175fddb387d38711b0bf +size 5404 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs.meta new file mode 100644 index 000000000..6315d5e4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/BarkTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e01680725b96f2c0beed5ed0d95874bb5bad762e6c11ead7ef2c53a798213eb +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs new file mode 100644 index 000000000..26c85d380 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9b94e4525a0c5e03e3b2a07a50d1db292f0edae35a3dda8e8a99ae379ba143 +size 4780 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs.meta new file mode 100644 index 000000000..0a26d07b9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationStarter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b2f53117c87c58e6d78918e750b6164fc1041e3f1e4e582358cfb53e77c595 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs new file mode 100644 index 000000000..8cbccde1c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c42b1b0311028f5339c6823d44e2f46093e04988c292fadea3a8ed508aee249 +size 6968 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs.meta new file mode 100644 index 000000000..e72a597a1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/ConversationTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e5c9bae77b11cc5ab1e0333ff2833d48d419f248c8849d26d2cf4345b93f02 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs new file mode 100644 index 000000000..8bc204b74 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af8ea50e98c13a9c8f5ded2c82d4122bb0f9f98ee954fac73edc1c01d502525 +size 1013 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs.meta new file mode 100644 index 000000000..b8ec592fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueEventStarter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14daee09449f7e61886720d0485f94cff1f9266dd4812aff4bd3944073b99b3 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs new file mode 100644 index 000000000..04f8870a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d789fefb7e5a1a1f048d3006ee3a2db9f78a8b2b615315b3d62fa40d9eb7f61 +size 2747 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs.meta new file mode 100644 index 000000000..503c38239 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/DialogueTriggerEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4610689a1855d333cd98b8601741fcf0d670bc54dbaa88af23a4417b85e1e29 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs new file mode 100644 index 000000000..b0d6939c6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84a99b7ff7cdd56e27674c35026427af190a6a25b89957cf923c8b663bcd02e +size 5489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs.meta new file mode 100644 index 000000000..2abbe6436 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/LuaTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a9628b47c50c8cbd5e991369460937001a7cbe0f043302599e5131434fd1a3 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs new file mode 100644 index 000000000..4ec58f516 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7531de85e1e6f5b8b4c3e84c56c2b685416238344d589abe7f35581d045ca81 +size 862 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs.meta new file mode 100644 index 000000000..655b6956b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/PauseGameOnConversation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b405523a55177288d020852bfaa3b447380b6c916713194ca3c6e073aeaa88 +size 437 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs new file mode 100644 index 000000000..1f9f555d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a799e81c70d3d1fa2e148867efef2d721929472d7df8a2ab1926fde42f04697c +size 9155 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs.meta new file mode 100644 index 000000000..044446089 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/QuestTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2894a54fecb2cc4c652c5f57a84c357a0b34b78db80dca769fe22917cad0f9 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs new file mode 100644 index 000000000..b7d1c0dd7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ff3879bc16ad6caabb276a351a6901e30fcf81521ebfafddf7345bd2af2d91 +size 2841 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs.meta new file mode 100644 index 000000000..2d824ec0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceStarter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9df8516086bf2623d16b95c66a3d78b1b3a2aff2ff1ca480a91977e452f4cfc +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs new file mode 100644 index 000000000..e9399b32e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8d4cb1601d1c37e8bb4ebebc3b4ddad3cee118ca1b68c0033d2b022a421958 +size 5078 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs.meta new file mode 100644 index 000000000..853293147 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/Legacy/SequenceTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3f911f0647b5bdc45e7fa79c922aba3d9edc07cbcb2d17c00e07d8bf086e15 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent.meta new file mode 100644 index 000000000..ea203b41b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1445f911258d5f1f6b5f3c6291a4b594245d0ab6dcbb544b1c54e25c11ef5d1a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs new file mode 100644 index 000000000..e2e073f7c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcdd3f3541552093eef08e826c6690c4af510144d0bb157ba4bece9fec3a7db +size 4433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs.meta new file mode 100644 index 000000000..43b83897d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ActOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a00d0b5d99a8b443926d6bf3fc345f7da597e4b01afa14c291dd49bf7775c0 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs new file mode 100644 index 000000000..1ac04518e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70edac7cbaf1a74519270cc3f8bd873f4e4a8937588818f2c6899e472abf2638 +size 2931 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs.meta new file mode 100644 index 000000000..99baad3f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/BarkOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fac2813f318fcabefd7e29131dcf2882197e7bf9cf2a5769992b1a45a4b798c +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs new file mode 100644 index 000000000..49c79be41 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab85fdd0c9b965cd9ad3b46c90a232ec6264c54dfabf821620fa87b65080ab4 +size 343 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs.meta new file mode 100644 index 000000000..19427edb2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/DialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fcf508c88219fbfaa3d95071af6cf10c14e486b99d715c1d3950890d93b954 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs new file mode 100644 index 000000000..75793c28e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aef116d460ff998bd07e088c5dc1cb0e4e8fc29ae29b94019ed4ab4c1e198ff +size 1951 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs.meta new file mode 100644 index 000000000..48ee4313c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/LuaOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2d12df853373d5f0cfdef64897370af39cf50c20818a3ebd5d8c762bec66fa +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs new file mode 100644 index 000000000..88dfe13f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201b766b8724b276d7330ad54f6a16d41c6bc2d687a818edc82e36d4eeedca20 +size 2770 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs.meta new file mode 100644 index 000000000..df234598e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SendMessageOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2f691f99037ea55a4e5c87435145d51ef9ed9c9cf918b3db8414f910a405c8 +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs new file mode 100644 index 000000000..f7f9bb826 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06ea5fa1748d91433af950a385071911f9484a1231da171ef1e7cf6f29dc132 +size 2401 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs.meta new file mode 100644 index 000000000..fc53ef110 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetActiveOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ff59d71596dd57c49949efad9e16a74ae94b723a2427ada7bb86122d416014 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs new file mode 100644 index 000000000..4fabe866b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00061b975e907fa2faec0862468d8c8147e5bc7a430991abd9d9f5951a832cd5 +size 2572 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs.meta new file mode 100644 index 000000000..cfecccc6c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimationOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ebb3eb994d25ab0554bd4dbab5bdb37b33d33c29ce05eb474ffcf977e853fd +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs new file mode 100644 index 000000000..1157d1cd1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25487adc8250c228c8a6c6923aa8ed239674a664d923fd8709308b070e2a703 +size 2653 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs.meta new file mode 100644 index 000000000..d879de146 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetAnimatorStateOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780928553205f31178426d6597ce8c9f9b1c61908deed6e360f26f3bb4526cc9 +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs new file mode 100644 index 000000000..f5c5d3cc9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68cb29e552d5ad0c57128e71a6d9853c52d57eac34a1c4553d36e891cd41bf3b +size 3085 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs.meta new file mode 100644 index 000000000..b3cd4668b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetComponentEnabledOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6651c3cd6468adb1dba739c8550802517a66e170cdcb52c8ff2750ff6b2f5701 +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs new file mode 100644 index 000000000..6883d04f9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f16bbeb9b10a4200aceb98ce1449db8ea4f247386a3bb53e2d6d55efa77b4e +size 3329 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs.meta new file mode 100644 index 000000000..9fb133968 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetEnabledOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9356e1ea3bd355aa173265d868792ee1f16837cfc42ba1d3c816e2b43475d34 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs new file mode 100644 index 000000000..928cf1428 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e86bd98a881f433fde11030598dfefe7a35f969617291c7f75fe46d487ea63 +size 2097 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs.meta new file mode 100644 index 000000000..2ef69209f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/SetQuestStateOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed80bcf011d03a73691a0cd65f3a92d75aea163198cd641a94c057d4db0ad20 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs new file mode 100644 index 000000000..1db8c392b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a1fd30d206c8442175783fe81713c1d18db3bf8e9124b92343d24f61de0b74 +size 1882 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs.meta new file mode 100644 index 000000000..65342f18c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/ShowCursorOnConversation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33766a07077de58445e0a8287238f4494d6d07c1476c93d526c3dde6a4b10fd4 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs new file mode 100644 index 000000000..d747b25d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2628550469f911c7434e4f5b8a06923804d4fbca0c2981bee20841b148def76b +size 2327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs.meta new file mode 100644 index 000000000..2ff13343b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartConversationOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee67760a81a1c9662c8b3f926cd1d2ef334b11703f2a0fcaa9848acb8d7b76f +size 490 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs new file mode 100644 index 000000000..114b41b38 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d708372c80b3103b49841a4bfdcfab7d9f473742ed3df42c36274a7d0f78070 +size 2449 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs.meta new file mode 100644 index 000000000..afb99677e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StartSequenceOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc23ab5a9842994464ec24c1df21fae5caf8f842001273b65ed0880f71cf192 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs new file mode 100644 index 000000000..08494a128 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76978d22b1bec1c2e5e47eff0dc010f963b0d3fb95c59b34bff6b70e5163e18e +size 1929 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs.meta new file mode 100644 index 000000000..653ce7e37 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Triggers/OnEvent/StopConversationIfTooFar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b208d0ba7a363904f533f2fc9ec19053e06695e9f4b7d6825dae34b03f0fc9 +size 482 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI.meta new file mode 100644 index 000000000..561c67e8a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f5ec8f158a3c762fcf49a419ff5cf14d1217bbb5210a3c4c4f62f9f5776f7e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract.meta new file mode 100644 index 000000000..c47780c59 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b447752c2d8eed7555ad75bdf0a49d93f4dec5fd79c7bb8022419d1c3c70f16b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark.meta new file mode 100644 index 000000000..bf9b44e71 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40f8bb33a8a97472525eb3ed3e89e461778659b95bd801c8a57fe27efa1df6c +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs new file mode 100644 index 000000000..c8d2ab2be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd89b3f8df6bf4e386eae659837da94e886fa6a65b6745171739416f5305c92 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs.meta new file mode 100644 index 000000000..4f67f069e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Bark/AbstractBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2bb6a5023a6fcfc2ae76599d2ac40514e7983fb03e51afac01b11498168592 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue.meta new file mode 100644 index 000000000..5fcfdc033 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89f3eb0ebd5a74075476180c1078f553a25a3034a1606282d2ebdeac1720669 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs new file mode 100644 index 000000000..67145c598 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaa01625c9ac69f35949aa9be20f8a397e1754d387a3e756ed62be2dbcb6d5c +size 15641 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs.meta new file mode 100644 index 000000000..7d5c6b512 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c251bc57926dc688618c2552094a981e3f6e363610fc8c3a248670b911cece4d +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs new file mode 100644 index 000000000..891bcfc42 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902386c39ec59897b64e9b4ed7d8820ba0d15891d1e527af27fd495a1ee6fc95 +size 1818 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs.meta new file mode 100644 index 000000000..824ff5374 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractDialogueUIControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f546fa70c87d7eef02c00252ab2e174b5ff353448de317a8d8be5e26af579c +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs new file mode 100644 index 000000000..925c1b534 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8234aed8c5dcf1a118616dc317b4d8cc28fc762027bdd0172002131dc0dc3c52 +size 2316 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs.meta new file mode 100644 index 000000000..c244348fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIAlertControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2133df7ca331a4618fa5273cdd4590c4f1d3d89d87f9fa470b47efc93b6ff53c +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs new file mode 100644 index 000000000..32440564a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e55cbf00fcfe0eaebbb13353465720807c3bb9d01ff29e2c4e5b41bd393a39 +size 908 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs.meta new file mode 100644 index 000000000..e08132300 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec932db41602b0fd857e7f0ef9fa6b9f069fc249111da7bf2be3c99d1ddcac5 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs new file mode 100644 index 000000000..aa695f387 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940ea04f16fc646892739687aa11c72a0731937abdccb8d1216617ad6ae09def +size 1179 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs.meta new file mode 100644 index 000000000..54d30e346 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIQTEControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8015eb7b7331d7a190c746eab84e2a6729025931a60e8a64d1325459f5b3e2 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs new file mode 100644 index 000000000..b40b327e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7106dfe40eda0e8dd06610488421b54d820a1a85c2f2ebeb4bdc06cbe856433b +size 3960 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs.meta new file mode 100644 index 000000000..75d79ac2b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIResponseMenuControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f9a609c1dae3ccea986f3586cfc4c280a3c40f994be62f8395269b5fa824d6 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs new file mode 100644 index 000000000..38895c67b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5787cb5bea588ea490b1419cf71ff968655155c409577ba4e4af15a89e2fc8 +size 709 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs.meta new file mode 100644 index 000000000..3a205332b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUIRoot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cc8a23a4050f07a39de7ecdd2ba3a0a4807c13922a629c71cf7b02ec10af72 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs new file mode 100644 index 000000000..0ccda2863 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf549cb1f245f7eb06298bfaa109ecb96ee9863eceef90ecb41041620d05413 +size 2659 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs.meta new file mode 100644 index 000000000..91cff9f24 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/AbstractUISubtitleControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8b0ee28fe7bff326c99e618b70967be6f96591a51e35e2f5ed5a5bddfdf911 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs new file mode 100644 index 000000000..a55873730 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a37f97a59886653fe36ed23621c12d72430f7d27bcb4909f3950def20acf53a +size 432 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs.meta new file mode 100644 index 000000000..3caedf999 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Dialogue/CanvasDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6f2a97f2bc53b75f2639053dd325e15d667892930b8336301b26b8bf76dfff +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector.meta new file mode 100644 index 000000000..360b64630 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c63570db6d78c8a88353d729f3c64993e90fbe549ae5bf8f358ee4639a38ae +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs new file mode 100644 index 000000000..664ffc005 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7d4465e615aa1b8d578cba0f96dacc7fc37bcde15d6d9c4ed1e5f473e3ba70 +size 465 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs.meta new file mode 100644 index 000000000..1f2381da7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Abstract/Selector/AbstractUsableUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7787ab8dde08855f77a28333220a8670c301e2150c0e3cbd2443ec21e4f27a1b +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy.meta new file mode 100644 index 000000000..fa65ec774 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead6b82aec436539e20defad2292b83484b108edb3cc901049cb138e60b08e54 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark.meta new file mode 100644 index 000000000..640182ed0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1954fbbe375adfb7458bba88405112821429c43da33eaa38586fa6a636fab1e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs new file mode 100644 index 000000000..b277e2744 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95acc56fa137fad07355269b1b678b88a5d19e2e33401493af6bfe9ec4443e9 +size 8129 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs.meta new file mode 100644 index 000000000..6f7cd377e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f0f1b0cfd846c0d2624918709fb48efd59c845ef90a0c3785391bc906f5dbf +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs new file mode 100644 index 000000000..b51c0a2a1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090a06a2c4fa8261b72eb821c1bcb6019a7dd18337e9732171f9d3c668ae1848 +size 9016 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs.meta new file mode 100644 index 000000000..812d9825a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Bark/UnityBarkUIOnGUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcda6d879794e4f8d787e57b59bfe3e83022f33c48ced8cde894fb42c7e88300 +size 463 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue.meta new file mode 100644 index 000000000..e2ec16027 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf9774139bbc958ac284a5a553e553fd2bf28af3647c6259f96d1418673e7e5 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls.meta new file mode 100644 index 000000000..5e0864878 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d32325a91e93f503ee365e1ad4afa37d06be8e39a99e20cc34e4c2a4290936 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs new file mode 100644 index 000000000..b6c612e8d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3575c826230c744f9fceb6cbe25ec560085f614caf59dbde994ef2366b27ff71 +size 2577 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs.meta new file mode 100644 index 000000000..935d3f0eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityAlertControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87051d49ed0a3cf6ead5668619a5bb7a03dd1091bab9987065059a8688a4a40d +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs new file mode 100644 index 000000000..1c62f4485 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b26c85e09f06589a6fae907450b87e5b6bbf8c2d46adc7b73d64bf67cd82ab2 +size 1710 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs.meta new file mode 100644 index 000000000..828556447 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f2a4b3701e964f26dd39d77ec9e4a8c8a483c36b27bdc2f6ebc76de063b919 +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs new file mode 100644 index 000000000..792299f4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110fad15d1f505c0e60b1cafb4911c154a5f3102fd0378c6597c352404f5aaf0 +size 1533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs.meta new file mode 100644 index 000000000..23820277c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityDialogueUIControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be34dd0ec94581257b0901c583b6c79baa2f08d22c037be7e5ad3dff471b146 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs new file mode 100644 index 000000000..fb6ba538e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199e5473c5d40624fb486dbd31b68606e7932832d5f5563f3e560acb61ca6ee0 +size 2772 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs.meta new file mode 100644 index 000000000..891a62575 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityQTEControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e45b95079d459c6d9bdbbca4fd39d6b23e7ebd226cd3a5b6ea3b9c2fac3ec9c +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs new file mode 100644 index 000000000..d5129542a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd9a55819ff777312cd8962351a83e046964e048448a4d054e0126615131701 +size 9590 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs.meta new file mode 100644 index 000000000..a547e72fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityResponseMenuControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d16a096055a58b148cc5cb3f328d17865b9bdce91035eebc76a8db60c0e9da +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs new file mode 100644 index 000000000..6aa82c555 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe3d99def1bdd2dee358fc951425364b80389773e8acd61e95c543930394342 +size 4567 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs.meta new file mode 100644 index 000000000..71d336599 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnitySubtitleControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698d4c508ba77e185be3edc37b0571ab18b8cc03f4a54d85e5cb3b32621fc93e +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs new file mode 100644 index 000000000..c86ca05d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fa91a187d440644bcd6a3ce10ad4d34d629ac461e1046f19106cdae84fcf79 +size 913 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs.meta new file mode 100644 index 000000000..4222b7f4e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/Controls/UnityUIRoot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da0d9a6023042e48318fef11f153a49ec78acbb061a422428e330b4cb1a0107 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs new file mode 100644 index 000000000..c0d62726a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87b70f8a73c60ccb948fa3f6ff07d2550bbcf6042702481c5c68bb1083ebc59 +size 4242 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs.meta new file mode 100644 index 000000000..990012d17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c47d19956fadb6b8a4453d779e4c1c2946876ecb1e26712980cf3efae941f40 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs new file mode 100644 index 000000000..fb487b852 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2885be6270f1d7635235ed44032316d1c1d8a5b5e5006a3e18581fabd17015d3 +size 7304 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs.meta new file mode 100644 index 000000000..48bb3f16c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Dialogue/UnityTextFieldUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93fe25f5219e4dff5a48ad62b991fdf78105db738c37234193b112dbcad4b74 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls.meta new file mode 100644 index 000000000..9357e1e9e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a21c354b71222aadb399a3b60a1361b4726ebc5654cfa6c94a9040cee60bec +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects.meta new file mode 100644 index 000000000..b2bb34d14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ee54d81058f13a3bad4c8170db267b2e4ce5ae1662e5821429425adfd92f09 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs new file mode 100644 index 000000000..6459c36f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb1cd340ddaf828471fdd100b41dc4950f9771e456911eec76cc9d0224f9637 +size 787 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs.meta new file mode 100644 index 000000000..f2e0f44eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/AudioEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267cb5f9a2d76dcf2edf6aa3adfa027a0e19dc4e28b1953706458c53cc2f0311 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs new file mode 100644 index 000000000..c88f95e2d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf93ae5c0ab3195e1f880366593c936bec751690abd450571f90c9ff535f948 +size 879 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..d20a5b329 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/ContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8799f40db58084cee901894173a75601872b102a6d2ded341bb5a2ff709a5b2 +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs new file mode 100644 index 000000000..bf1b3c507 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc1b55d31dcffe4d477b4b7de46feb334d6cdefcb0d91477c55ad525fcbbc4f +size 2380 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs.meta new file mode 100644 index 000000000..be7cf8492 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FadeEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd21cd0dc8719bffb249f529d17b7fde4fa58f63760d0049d7d205e836860392 +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs new file mode 100644 index 000000000..918d4b0e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fe02aef8b6fd297e300440e871004fcfbcd89141ff623f9594bd2086113512 +size 906 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs.meta new file mode 100644 index 000000000..d3881261c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/FlashEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f523e163bdf9950e31099a45a7e624eb95ffcfc9682e15d4210242460b3fe5b4 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs new file mode 100644 index 000000000..c576a84d6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0341c14d25844583d8c8404d9020e402079efd1a78670472a9ad182b7779d96a +size 1042 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs.meta new file mode 100644 index 000000000..1fd46a893 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa0844720236ff164f5c8fe3774b2f8d3e354ce0126aa1cc337c034f3d2397a +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs new file mode 100644 index 000000000..b31726cb4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42919438cc3ade9173cc6f525c4bec943e4af59cf22a7b9cf92cb08551b23af2 +size 271 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs.meta new file mode 100644 index 000000000..97a19bfb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/GUIEffectTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e003c1ec742627842e4f7e2aafc88a255dee99c06bbfd4fb02919cb049b1c72e +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs new file mode 100644 index 000000000..778291daa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb79c6d09b2ce254d00d490932d66e400e69d09e8b1e10e44f16faf9a24ec93 +size 2544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs.meta new file mode 100644 index 000000000..547ab6a52 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/SlideEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09f780ea3f241339167f54572620c343b1921856b0d7615ce583bf376f15e71 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs new file mode 100644 index 000000000..a347b1569 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8458481c5995d8aa4a96df8be3f38ff41642c988b04ad315bcd00415e46bfa1b +size 1474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs.meta new file mode 100644 index 000000000..67cd72e9f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TimerEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75af97dd8ebb6c87dc79c02e23fd0e25eb3a732c4bb9a0cff7656d8546b63378 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs new file mode 100644 index 000000000..31ce29c97 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc3257f671da761480315080124f9e8672c657217d759d4dd78dacc75d19442b +size 5094 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs.meta new file mode 100644 index 000000000..b656b00eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Effects/TypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8f625bd369d406a15d733fb02f14ef6ca0b36da0ed96f58fe26cf8208f3ab8 +size 483 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs new file mode 100644 index 000000000..68b9a6c0c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f6bd4710b4047b4d306828a243d0e9ab375a98c4caa5090c5f92291da98464 +size 5321 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs.meta new file mode 100644 index 000000000..985517b23 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f5f9eea48693f8f8566638f6e4a9f66af76b645ec3d5b959423e04f5b5b632 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs new file mode 100644 index 000000000..e922aded7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511c64210cabd2fe8798ebde9ccfde58adbacf9a387611480f91b47b706c3dce +size 12977 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs.meta new file mode 100644 index 000000000..6366c7f40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1061b921c980d4a751fab259161af332d9d26df8ae562f866116be5cced04667 +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs new file mode 100644 index 000000000..665402209 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d647b6e4538d52bae654594b1c23b337d0f50388cfdc7c6ebd966775986803f +size 1218 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs.meta new file mode 100644 index 000000000..06aada465 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137c8268efaaddb8dd4738a3c27cedfe1a026e822009e4f3e3ddb47bf28db9b1 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs new file mode 100644 index 000000000..3913cf055 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc201ebc95c913e7cb3d5c04fad6acd7aa2a5da57ca162a4d654728fe5102e80 +size 3044 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs.meta new file mode 100644 index 000000000..b3672d798 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIImageParams.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc1081cc189ddc972b0609d6549ca78d8b00ef77b2f66695fa6f9b5fde1f97c +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs new file mode 100644 index 000000000..eac0c9acc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239d7000b7aaa1887bfb0873353f6b8f315297ae61811d7bb882108e556330d9 +size 11385 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs.meta new file mode 100644 index 000000000..3a2d6b368 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUILabel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a274de1367ad91b9bc1a639f927be456e74de29a9a54f225af1058a18849d2 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs new file mode 100644 index 000000000..f22a0e817 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c95a35e6ad5ec1efac1c0a526cae2be6a91bc85188ecdee5c28ff97392bdb38 +size 3289 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs.meta new file mode 100644 index 000000000..1a5e75212 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIProgressBar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7bc53661224668afe1fb032883b57fe2b597ca4354771d19f49279fc536d08 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs new file mode 100644 index 000000000..d750b7381 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6fd323ae18d89525b3d6bbcfa0d5e706a70dbdae6b1e15ec1ac4f4268078d8 +size 1832 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs.meta new file mode 100644 index 000000000..dd96c28e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIRoot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d6e1fa994da39465a37bfe8c88c7bc8e582686faf0c4eb72264d3d122619d1 +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs new file mode 100644 index 000000000..683e6eb25 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27611e361b3c3b04e347b588b9d8d04b9f36f576983c9b8c87681069b36c6639 +size 4487 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs.meta new file mode 100644 index 000000000..3fd3558ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIScrollView.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810e33a55eacf5404271ccd1bd8a7fcca457e1c3030b401177ae6a3b4cb231e1 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs new file mode 100644 index 000000000..cdaabec87 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b3df0a527d2bf82e0638c316ab65fa08ad7f7eccfe51bcb0639a1ef8c1c92d +size 1884 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs.meta new file mode 100644 index 000000000..3add12786 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUITextField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95035596c6cf6e3b7c70d247744f3f93943e3866f7b17789543e22c719bd01e4 +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs new file mode 100644 index 000000000..8000e0a10 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1f802cfa3491e1045f2330a678f74888c8d5eb129bf05a498acde896f1254f +size 9342 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs.meta new file mode 100644 index 000000000..37aaf2be8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIVisibleControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4072a3d6b00fc4846273505c171d510b19e84521c84b9006ea0f6b68753ce066 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs new file mode 100644 index 000000000..35617d277 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85567f39fdfce8b24fe532924ddf2ba0921b8158062b1826a0aef0142b10028 +size 1927 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs.meta new file mode 100644 index 000000000..2d6841f07 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/GUIWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d310509f86923c2a3e62a0c6bb1d098086819379434f8e850423a566ac25b38 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect.meta new file mode 100644 index 000000000..c604eb447 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caa068f39314b7aa8cfc01fbf906cc0b0055e4a04eb0755dcb48a889172e5dc +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs new file mode 100644 index 000000000..934815834 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48c01ff3ce1506a82537b0048a14b4eebb74e6e0e46308993810c30754bae83 +size 10434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs.meta new file mode 100644 index 000000000..56fc1da7a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f691d968b2b40848d2ffb10d8c1be1053ce978e7f266908f5f597dd2d6e89a +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs new file mode 100644 index 000000000..f94bf2a82 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58d0a575c274735f6375a4977d9c175bd307adf033f9707c94f94a1ca39fc1a +size 1044 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs.meta new file mode 100644 index 000000000..0e67f3e1d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledRectAlignment.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77095e395e5ce5cb5f1eba96d0bbead5dca9235339b7f17b9c7c952134982602 +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs new file mode 100644 index 000000000..9562479e5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873836a81ad34b140d8bebff6cdf863a3389d76562062ab26e4c87518617da6e +size 3608 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs.meta new file mode 100644 index 000000000..6212fa82a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ScaledValue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e7575b347fe0d23026b63ac7f6c45c4fbe29bd6f54a32245512d95b1a3124a +size 481 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs new file mode 100644 index 000000000..a29712aaa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca70c4aa942bd524f935ce7bb1ca257af4e16992bf3446f75ea782413270097 +size 605 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs.meta new file mode 100644 index 000000000..dd660911a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/ScaledRect/ValueScale.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b54ab2127ec143391fe4e5232364ce7a5a892baaf8c47bd9c73b96ed6f6bdb +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools.meta new file mode 100644 index 000000000..8bd5e7c42 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a961a0db51235271766ca2f59f1db4e3a5a47643bd3f0401528186a7871617c +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs new file mode 100644 index 000000000..1a6200f7f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6438bb273bed8e0aec944479061b18ba85018bbb1e19c59e0c7a2f87a2b7d6c6 +size 1301 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs.meta new file mode 100644 index 000000000..69a1264c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/AutoSize.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c64bad2dbd92d949a2d4d927bc7af93a221d7641bf3d373e7135bd4178b9f07 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs new file mode 100644 index 000000000..16e1e8308 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6197b8d3397721465728183c71c322a1a7147a5ef2e593c9de2774774b98010e +size 1759 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs.meta new file mode 100644 index 000000000..10c7dfbed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Fit.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5568ac267312a26d6089a8d441b205975ab0eb90f104fba4268e5d2da2d8f41 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs new file mode 100644 index 000000000..77127c85d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d44678714cd6eaaf03a179f79f501ad32b26258800a0a311e88e776cf19883 +size 2662 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs.meta new file mode 100644 index 000000000..12a301759 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/ImageAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b358e86777b8ca091535c190625dd54d4441df94e9bdda712805b0ee266dd043 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs new file mode 100644 index 000000000..953f422d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a8ce9222a38f84b26d840365dca302800314e794422ec8b8207d2707b538cf +size 8951 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs.meta new file mode 100644 index 000000000..7c4a36009 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/Navigation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b7bf376f5734b56e51969fd307786ceed76a041472316fbf01b51fe0fad68b +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs new file mode 100644 index 000000000..22766d48e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1971da06d266bcdfa4568642937d8268df44ae5ed023302524e082b23248be90 +size 849 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs.meta new file mode 100644 index 000000000..0173be36e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/TextStyle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68897eedfc56fd05bc3eb03f708f6683a492344bc76660bf63457a05072217cd +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs new file mode 100644 index 000000000..1ac7c02fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754c2c4b41d78349ddca868b74d397b1c1f5fb28b9933678212e2b8f10e06037 +size 8429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs.meta new file mode 100644 index 000000000..e5293de0b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/GUI Controls/Tools/UnityGUITools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdbe57b2c601fff7a1d62e4cb2e2f9332894e747924c8543e58234ec09a2f7ad +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest.meta new file mode 100644 index 000000000..3e56a77ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4935a406a7dc47a918e83b44bbaee2263d93619f1f96ef949ab4d84856d97e06 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs new file mode 100644 index 000000000..72a9a3e69 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e065d3db657a66f5f775c2ad9660d695d64bdf83a85f8a52e15f30e9bf2996e +size 9250 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs.meta new file mode 100644 index 000000000..9ef121a99 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/QuestTracker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e869743ac8e6f5717844eccbc43a989c970774610f81ed31355fb490a70c5982 +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs new file mode 100644 index 000000000..b3f002a3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a1ce32df8c714e0347cf0f48dcad506aeb293fb1465788430cc8b7193c98c0 +size 19893 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs.meta new file mode 100644 index 000000000..44c23ebd8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/Quest/UnityGUIQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794e39fab0609a3c5660d33298d135b7029fe414e5298881691a02a1cb695510 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt new file mode 100644 index 000000000..08247c018 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a29c3a0932bdd93ba7dd1b50c0193081a89a771131c45e18465b1d43b6ca29 +size 205 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt.meta new file mode 100644 index 000000000..77b2dd327 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Legacy/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeeb6c6166902097304b83bdc6bb941f970a807927923b7b1665cf62820f175d +size 408 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard.meta new file mode 100644 index 000000000..e4f5eefe7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672cc9151d3a61fac387a35b675bd52d0002d7fb9983270c42737bcfb20b8c80 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark.meta new file mode 100644 index 000000000..7535ce4a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a122083b899b5ef59f29c30b322a8a84b77ff973092e9ca26233a4bc0a1614 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs new file mode 100644 index 000000000..11b40d064 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadb6a5931c48d946e1ec11402be010ce5ab45caf87829f9991466d5c1676ddf +size 12014 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs.meta new file mode 100644 index 000000000..5670e0547 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Bark/StandardBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48b73e33e6e0cc1adb8d0e85732217359280531ae3b4bf365d2eb6c334cf072 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue.meta new file mode 100644 index 000000000..46f016b20 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811f1aed8b0c0b3b3fd7014ce0088463d63ccff0650ed132adcb1d60b7b399fd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs new file mode 100644 index 000000000..df318ea45 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea57417b951379ec2e447ec500bf0282cceef9bf244d015c42f6fdac32f8cc1 +size 658 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta new file mode 100644 index 000000000..a7377456f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a1440c71943de0580e3a9aee6a33b129eab84499c25505df79f202e9e2c681 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs new file mode 100644 index 000000000..7b4fea9ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41f8869ae4745e04e11fff70c63e963131c34ade27bbe76edbceea1324b6a4e +size 948 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs.meta new file mode 100644 index 000000000..bad49e8a8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/IStandardDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4458f66dda198297971690a081ed578171fecb60b30c3f724240d56fd16563f2 +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers.meta new file mode 100644 index 000000000..0a3686882 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1aab5739eca91576d7ccfc131aeb54555d198f482e4d202c857af1271c01a0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs new file mode 100644 index 000000000..c314108f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38049d051ec30eb2c74c5fdcc58486cbe2f9fcb8c07b14d36bb464fe871d3be +size 732 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs.meta new file mode 100644 index 000000000..1a686df21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/MenuPanelNumber.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f16db532ef586e606e7a75f03e93ca6e3aa3d6aa60c1c560287e47139a7ebb +size 529 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs new file mode 100644 index 000000000..0d1dfec06 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7668c83b463a68e398cfc325e2fdbdb5b5ce011a3d61daca9b804e90732bd130 +size 4948 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs.meta new file mode 100644 index 000000000..8b9a5a70b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/PanelNumberUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d819dd336e8304f8c47d68e218f86582d8f92f1e33e738eeb4022f31f8e342 +size 532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs new file mode 100644 index 000000000..b5c071c66 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2283c45abb60fdd60de177ce8f65eff86e24ecee76c77647ae0783af8f05a2d1 +size 755 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs.meta new file mode 100644 index 000000000..6d500ec79 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/Panel Numbers/SubtitlePanelNumber.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978a674c59f904d71716ddf892887aa8b33fb19e55394fd808d35d32cb80930a +size 533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS.meta new file mode 100644 index 000000000..dafe0bbec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854ecd3ba534fd1c7eb0b737a2b6b01d449f71a7742edfb7f577fd3b4fdd66a5 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs new file mode 100644 index 000000000..db73e700f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cb1a4ab80b49b643b469cedb749c7f0365fb8493eb2294fe859351faa85575 +size 28476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta new file mode 100644 index 000000000..8888e99f0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92756e5e60402abeaff7cdaafad898f1772ce3f1c994c2569650babc5aa06cfa +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs new file mode 100644 index 000000000..1db1dea84 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f87f341ee910b9da0207f6e3a1f02c3f0c75dce4ab8b1c2c41dc5fdfd6dabc4 +size 15779 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs.meta new file mode 100644 index 000000000..205227d97 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83259624a5e3536bec3d8834f1ee6b6c24079766dc8fb9b534b1d8abf04536ad +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs new file mode 100644 index 000000000..adc939638 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591989a909873a66959ec4f9899341430fbc66a33136f2cad0acbd0564d2739a +size 2862 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs.meta new file mode 100644 index 000000000..182fee574 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIAlertControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bde837500a694d824994967159c87081a1a40c14890384628be9e0dd45f17f6 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs new file mode 100644 index 000000000..a2be7d334 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb021a7306d10fdda49b3c9a942ab71d0ab5cdb34dc840d54b8c0288eb4b876d +size 7977 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs.meta new file mode 100644 index 000000000..aacea40ac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIDialogueControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5917287cea403520994e7d3a0ee71d8b510f549d589f3bbcf3149dc0699c3b9c +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs new file mode 100644 index 000000000..f28d333f5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bcb15b98f35635610f8c3e280b25ac11cae23a5daecb1aef09c464e0c72313 +size 5979 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs.meta new file mode 100644 index 000000000..ec8075422 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIInputField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed2d06993b230d808a9ea3d9f4f8d8acf7e36b4674441d55b5a35ae4ff1bbe6 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs new file mode 100644 index 000000000..b9e837ee2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a813809afbaa566d98709315f42769b421f2fce10d5ced24f2af33e0b1a02988 +size 31764 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta new file mode 100644 index 000000000..f3740e182 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554efad6270a45ae17853aeab97a1e001cfc8c35abf7df16fa004fb8f12702ff +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs new file mode 100644 index 000000000..113180f7b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7368ac53cd32c179142da75c0efbae454e13aea1160a5b8b050c7e2ed6465b8d +size 2454 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs.meta new file mode 100644 index 000000000..f3f6e1d14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIQTEControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361a2ff36763db7b691cac7af0253800949549914a67b720949f31f0ce5be498 +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs new file mode 100644 index 000000000..725a2a4c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad5bedaad4fbc93ccb6acb1a30946aed4709c182a9a0e57459223ff2e2bbf96 +size 4872 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta new file mode 100644 index 000000000..256ec46a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8847b58e20d5d2b61d6b4f7c7fe324ca84dc278e88e1e553fb309289996b9e +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs new file mode 100644 index 000000000..10c76148b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3988e0b87a48703dbaa8fcfd47491d30962de9f2858a3ee63602ff72c2e5076 +size 16981 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs.meta new file mode 100644 index 000000000..b9c13229a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIResponseMenuControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08601d5cf8e81248fab5384e68b6ed611597e1c29af2f59af2900ce21e5dc5e9 +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs new file mode 100644 index 000000000..ed22393cf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d187c0a0189da2469c114e034bbee370d4646881ea22d9e789a13dc3d8ec1f +size 442 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs.meta new file mode 100644 index 000000000..63d56a4d3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUIRoot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9d35409effcfca4a7aab1d9c26da20c3248eefb63acd3f08c589786878397f +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs new file mode 100644 index 000000000..16faeb2e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1e1e42c0e2f506496de5ffaefda997035b84f3d99f8451add1eaaf3a8e66dd +size 42897 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs.meta new file mode 100644 index 000000000..04102cf4d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitleControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97fc5675ee5a3df146e41e26a3aee64604db1042157ab94b73892d9a90c9b56 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs new file mode 100644 index 000000000..cd93fb84a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7551be4eff290dc03d53a05976ae04f44b461989fe0569607529f5fe807bad87 +size 32524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta new file mode 100644 index 000000000..50caac43a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd56b233774fa4f5f5789bb61a38b88cd4da111073aca626808b43aa0e9c50b +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs new file mode 100644 index 000000000..9845e8db9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d12af4b539a6d81164bf4a9d30438b7d59657761490c5f8b9bc2121e913b534 +size 2603 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs.meta new file mode 100644 index 000000000..52dc229cf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Dialogue/StandardUITimer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afb50951de97f6ee52585bb29171993a2e010340fa829716f9a289088e50b19 +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects.meta new file mode 100644 index 000000000..cf1880587 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1da972256e015fefc2e6ee946359b2f9125b0aa99a356b23b188a1f19aab636 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs new file mode 100644 index 000000000..1df25fa03 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013e6a2fe6b2406ec3469cc08ceefb46841fa2f3f8a05fddf32dd5c11444d3c6 +size 1145 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs.meta new file mode 100644 index 000000000..0ba3c2376 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIColorText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a54fc4d132999b423fed67a5ee2e96871cca2248de1e850bc296592493b62d +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs new file mode 100644 index 000000000..b47c4f3f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb043327d90799d92c5581be0009726267be540ee5b18e9c0373716a82de5b2f +size 3412 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..4bed9d6e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691b35a14a961934d507ea209715ddbb3e2e54297d416a8daaf275f591457299 +size 530 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs new file mode 100644 index 000000000..8f86356c7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383a35f8f19812a216b1d79b0c5376c23141cf6be879738b969c9f1deafab315 +size 1241 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta new file mode 100644 index 000000000..7c379b8af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f480cab45d38afa459f8446f7a5b3018999579d6ef87f7072bc1d0ae52fe03 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest.meta new file mode 100644 index 000000000..5cb53ab35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee57146052503afc06ec634d2b9508ccfb08bc4c65f055dfd3edd100a7adec9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common.meta new file mode 100644 index 000000000..6fb6ef7de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ca3e9526a0733dc29380b60d340d28b9f4cc9d66921709aea251d00a41116a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs new file mode 100644 index 000000000..97cbfa93a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf348f75b78e862df2f997a376a11c0f56edf75a52d5808beab9ddf6ad17aec +size 726 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta new file mode 100644 index 000000000..91497c6e9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7b59cf0bd3c68bb3b561d69706bbb4d7b20c43c82d13b1e1cbabf5dbad33df +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs new file mode 100644 index 000000000..cadb5beb3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88df910ad7fa80ebfa31c8edfcfdfbf6f242d7fcad39c6034ed23d3ccde13999 +size 1027 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs.meta new file mode 100644 index 000000000..4fa44677d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContainerTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b88c0948de6f8c8fcd9fc96870f47dce557efef927f3f63ac1b0a3b5e00def5 +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs new file mode 100644 index 000000000..8db134e03 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802a32831a5776d0874d16cb7657784f960717561a6ecb9c788fee49d0e0cd61 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs.meta new file mode 100644 index 000000000..47624d506 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIContentTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de34bd9667c514f42b597ac3b1e22a1bf44c36219cb5028d878e6647c43d35fd +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs new file mode 100644 index 000000000..26bac027f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a6d6069cf9b84049ef1593ad4c81cf6202ec45d0b342d84f81b0c30a76c381 +size 1625 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta new file mode 100644 index 000000000..b200f1e93 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31fea986c1545f5355c4cb9d17b0b698bc0446840ae5b44d3928b9bf3dc76e61 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs new file mode 100644 index 000000000..42adae07e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12640a872949071dbb11bafdab7b1bd6707acd014fb732755c6c8d662d75881 +size 2829 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs.meta new file mode 100644 index 000000000..c386edaa4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIInstancedContentManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978607a38011e2e80e953ab35f2266bb4b8a343376143b022d33d61039a55029 +size 533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs new file mode 100644 index 000000000..f7a8805d3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e909bfa6740b65f931a9487c9b6fc75589a95f2a44ffea0664491baa50836e79 +size 1228 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta new file mode 100644 index 000000000..43da1b162 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9712a392f7cc82f7778537ce302541a2fee3dbbefe3f346a3679ae77251301eb +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs new file mode 100644 index 000000000..4b3e37709 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53dc853b49dc7551efc928448c79ae0977b6a09db459f70e960135fe9812e22e +size 1714 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta new file mode 100644 index 000000000..931c9f81d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596bb534e9c67b1c6fcd0d70a360aa88978539af3289e8b0a5deb9fe2ab8bfbf +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs new file mode 100644 index 000000000..0f7fdef25 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e1628e26497e3a71320c414f6efc8f706b61b31219e8f755f322ccae4d9f91 +size 23351 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta new file mode 100644 index 000000000..3f938cead --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46ab5d23692fd00e6ca83580754409b407b258e06d06ae6994ae35742f8110c +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs new file mode 100644 index 000000000..5bfd04629 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aad2ffde7961feae8277ab3d947db4226563a4888ce613d1ee630fbd890bbe43 +size 615 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs.meta new file mode 100644 index 000000000..c2213a3ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTemplateAlternateDescriptions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb1694164a613380915fe0873578f304204aff90541800976fc800774413209 +size 537 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs new file mode 100644 index 000000000..c92c26e20 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50bd3c870a03bf8c44e64ca283bf5db53f7ac3a41811df241910f7ea5a08aee1 +size 1590 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta new file mode 100644 index 000000000..aaef9de21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77367f75ed263e744155be592d4802d2f06391f087f149983220dd7a3a0e7205 +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs new file mode 100644 index 000000000..915d41b22 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9194aac28870b1bec50e27eb66d317f3956b1ec492d5ecddaa48022a2fa84a83 +size 5869 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta new file mode 100644 index 000000000..fd4e6eba0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc896ff18f833d9ed1ce8d7eedecb80d0234daec612985be32146ca8bab6dfcd +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs new file mode 100644 index 000000000..012fa9ac1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49910e63ebbe0f54d2be68acf504e1bec575d2090e01f8a7b5c9b911ef19434b +size 12221 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs.meta new file mode 100644 index 000000000..9fb4cbd4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Quest/StandardUIQuestTracker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e152a27d98b23e051f3e67f77acdfde1c830e306512c4be463a6528a09f942b9 +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector.meta new file mode 100644 index 000000000..46e041fba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f1307c17ccb56c882dc503d2caa680ffaba189a1f504b90b1fc5c3d79cc115 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs new file mode 100644 index 000000000..63de41046 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29edaf597e21d9b6b90459f57ce6ddff7fec2467aab5eafd412fb3fef84f15bb +size 12771 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta new file mode 100644 index 000000000..7784e8173 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a399a182c2ff5ee5bb0444ec9ded3d7ffdc6c7034f1117bb165835c9c02827 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs new file mode 100644 index 000000000..53a60bbc4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9479913c47b64da984170a3b5485a2749da4bf85e502941061b4235ef5ba9b2 +size 3769 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs.meta new file mode 100644 index 000000000..27f26aca6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUISelectorElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47301ee95b2e7beb01ae534840159a2ca4d8333519638c8109638d9eae34e3c +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs new file mode 100644 index 000000000..91420e199 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cc63f6aba16796b049c653015ea1719776cfad1a80e7a5edbf2b5112106be2 +size 3800 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs.meta new file mode 100644 index 000000000..f0d232683 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Standard/Selector/StandardUsableUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f42c0ada87932c06777d9fea8f811d5cadd2475aa8848a8222744f164f2dff +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh.meta new file mode 100644 index 000000000..407c00b54 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fba5e6bd47b754a8a4368a220dd1f02bd94bd3a4c70e1a977f2f5fe06b0688 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs new file mode 100644 index 000000000..937dcb139 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffad89b022b0401afcf1448926104d203ce2a0603cf38c294fd3a8739957580a +size 3052 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs.meta new file mode 100644 index 000000000..28561ba41 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/TextMesh/LocalizeTextMesh.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c24e42ea85c06cf321333ccc9773629027e4c6339e2fb0225c7be384e937954 +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit.meta new file mode 100644 index 000000000..35566aa33 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6eed1d0eddd8bcd3a9b0b3c3f286dbadaf723407f0a97c37ca0d6747958967 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue.meta new file mode 100644 index 000000000..e2eb87f08 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dbe766b188e31310ccab9b833083e938939ee8fde609952e2d82ad06d1b2fc +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs new file mode 100644 index 000000000..cf71b1964 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d15316bc4a973682faeea0882ae7c559fdbce645a8b75218df0b1c11cd2f2a +size 1745 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs.meta new file mode 100644 index 000000000..7be810982 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitAlertElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f61050e2952ac4ea476313a4ee8d5809541c69c054a5794bdbaccc1a1fbe4e +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs new file mode 100644 index 000000000..0f0afa6af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1020ac29259c6f5500c7c64b4e4e2054997889e96cf4fb526c0145bf7ac1d9 +size 3079 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs.meta new file mode 100644 index 000000000..de953b417 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6530af221e8854169997358af686eb2af20fd67e54681cb6e3608dbbba972bb6 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs new file mode 100644 index 000000000..4441de87c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bdfb13ea5c0cedf0eb291b9022f2a9bd1041c7378db6350e76674e38215dac +size 9010 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs.meta new file mode 100644 index 000000000..86ef8af52 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5c13153100db232095337eb98566da5b76dce8a33a75f9bfa8a373f08175c3 +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs new file mode 100644 index 000000000..ed6d1edf7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de92e53c73511a274f49f068081147a99fe975344d76860c1dce7660f00d58b +size 1966 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs.meta new file mode 100644 index 000000000..fa071d907 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitQTEElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d031672e24cb5e7cae768f517dae477de2d858d3301138f6abd229c713088a02 +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs new file mode 100644 index 000000000..30f983c66 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819f528deabe25a6b075e154ad8d81e7b0f93adf77f334420e5b405d56c5dc06 +size 7010 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs.meta new file mode 100644 index 000000000..d46954b32 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitResponseMenuElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd929cc44944494dd356c3e1809885de95518949cb3c5f55ed9504f43008e5e3 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs new file mode 100644 index 000000000..06f91f623 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f22c12408c05c89653f2981f1e3e857c45233076c47943218e9b46d64253d6b +size 471 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs.meta new file mode 100644 index 000000000..a77f2c9af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitRootElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1d1adb1be6d5146e7a22751d8aa2e2246023afd4a8b567141eb95e9059f5e1 +size 497 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs new file mode 100644 index 000000000..610aa2171 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be5c6c977a82cf2f363fc896e0638d2d3015dea954a92219b9ec3613ec36d5b +size 4484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs.meta new file mode 100644 index 000000000..27b43a1e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/UIToolkit/Dialogue/UIToolkitSubtitleElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0743145ee35370a06cf6395faee6656ff3e6b7f52c9014e7c3d83bfef4896a3 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI.meta new file mode 100644 index 000000000..6be19d7ba --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2a73127c4d319194bccb311d8268a1f205548d1be4a590b374ce339169a452 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark.meta new file mode 100644 index 000000000..12c62654b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1bfc21c7016bd62216b16597069a7d07c29c318e3634ff8a375962b87895bd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs new file mode 100644 index 000000000..66a409fc9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14bcd294a88eabf02ece9d7a72816c468d51073c6b99072fa0dbc2972221fed +size 7894 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta new file mode 100644 index 000000000..317bc6537 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2575124112d56bdae7612b1aec806b6c33a717825ae79576921c4962d3cde29b +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue.meta new file mode 100644 index 000000000..92180903b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f66bbabaed698e0c8403e202a39fb54bb29bce0b957899a687386ac8f5967d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs new file mode 100644 index 000000000..22623400b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5009d600db3b5b7187db5fb2d7ff6c9ca4c13842cdc7b784c8d3a86a0a9839ea +size 2388 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta new file mode 100644 index 000000000..07304bd91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6107fecf5412cf9ec29bc03b6385db6b349ebf38611663d09c0cbfc727938c +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits.meta new file mode 100644 index 000000000..6c3bfddd7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666095f50a1798d901f3dfbc2e1e102b6e5afd32681556a5121cf46f5ed3d12a +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs new file mode 100644 index 000000000..eb88f9a1e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff87316cbd64b228d6fc179277859183349d112685cfdba3d43beeadb8e4eebb +size 532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta new file mode 100644 index 000000000..5cef7ce2c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f5ac66e7b691497d11f004ee82b85baedd9ea122d5e07884362addfcbcefb6 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs new file mode 100644 index 000000000..64112224f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4268160e328497e59a3d81e776a1eae4c9ca4bd91d2c8dc798d62660fcb08343 +size 4467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta new file mode 100644 index 000000000..b7a673cf4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c7462e2be979d579559c23ed7abac8c753ff92be3230d41ecf56822de4fd5c +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs new file mode 100644 index 000000000..b3c01bd95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969555fce71800df430b6d5492e9b499f345afc1045ba0b54300e79cc8475294 +size 4673 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs.meta new file mode 100644 index 000000000..55fcd7cb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIAlertControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2954dfdb5b32ce052ff2242f2b933356b84ec75c7d28fcf8889887370cecdb02 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs new file mode 100644 index 000000000..1df8914b2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f1782274b7f28a2beedcfcdf95d314a4ce32c0dcb563813dd153c65e8fac13 +size 1045 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta new file mode 100644 index 000000000..1f5ffb226 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40866bfab825bd187c46e4781d79807c234ebf2a14aa210d2b45d3d6f8cd7a0b +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs new file mode 100644 index 000000000..eb706907f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9a46562f23ecd29c069ce7ef95c830c91af2f2e41554680bb9ca4538b7b0b7 +size 3241 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs.meta new file mode 100644 index 000000000..0605cfc72 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13480aa8adaa50223077d0b99f467b4b1a1976dc64202d5563fd52241f755bc8 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs new file mode 100644 index 000000000..879d0a9b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3238d8b882fa06c44871a8c51c3893287666e2ca5399b442bd92bb4f9a869a +size 16602 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta new file mode 100644 index 000000000..7231054d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02253491ad3e8b432e9d590428b9645744f634b80e138f4c93d265ffdd0cf6e1 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs new file mode 100644 index 000000000..5c9878b9b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8ec0a85b21b06531f767cef8109450c881c040a4fbfa3d4177fae0e098235b +size 2856 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs.meta new file mode 100644 index 000000000..eb3a6ca5f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIQTEControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5b3a11e4279a78e5feea6c45c779b128a1323cbf07d3b84f9da6ce29e175d5 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs new file mode 100644 index 000000000..5a4fac477 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c0aef42588b85d86f0e23c406713f15c7ad7bdcfc244bebaa346cb5703da1c +size 5930 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta new file mode 100644 index 000000000..4f975ddcb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03399ecb017ea725fefd3db262aa600a0f83a0f34bba23264ae35c834ea9052 +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs new file mode 100644 index 000000000..ec0017660 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7040600b1613894bd73b362e7584bdf142f66698a50ee0e87cb2726229c0e689 +size 22452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs.meta new file mode 100644 index 000000000..3687c3796 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIResponseMenuControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd14cd79f269efd7f2e3d286fc1664b7f94ea997840212c74cfb9590e348c99 +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs new file mode 100644 index 000000000..fe027e2aa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2da33171ab905d76b3138916c336699cd29a1bba04d1b88a74189c16106972b +size 611 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs.meta new file mode 100644 index 000000000..f3ac89776 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUIRoot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77879f26a45462b9f517d76d722c1d59f76c9a96cebf09a4a544139c838eaadc +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs new file mode 100644 index 000000000..a35b94391 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6763a36fddc92093e58183606d89519039f8867a70855f01aa6f73c118589d9 +size 10323 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs.meta new file mode 100644 index 000000000..9a9682501 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUISubtitleControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8086505e4ad2dd652e512abb3924a2fdb5dec11583fc4c0d045f6755491958ff +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs new file mode 100644 index 000000000..9d475783a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f27ba480ed4db128f995c574a28035f361151a60e9c026cf9ce2f7ab9c9b01d +size 5451 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta new file mode 100644 index 000000000..9c2a76dbc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f0f179f93c6b3d306f8d76b6a3f65ab24acbf4a3ed6374ef8ca53e909a164e +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs new file mode 100644 index 000000000..462d84677 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d4fa06380de28d147503c78a2bb89766ad8140dde22b60c74603066dfe3ca9 +size 2441 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs.meta new file mode 100644 index 000000000..ef70cf8d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Dialogue/UnityUITimer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2316788df0ab0000cd67a81e89e54557518683557e5a44ced6f7a05550908489 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects.meta new file mode 100644 index 000000000..3f944cd43 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3227fe7b23ad39167db2c370444674cfbe7527f5dbb58fe9a10327a3d9e7075 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs new file mode 100644 index 000000000..3a3f9dd9a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09669f4581e49ad3f93b209dcaa66390799e1de3957d6af8d1d1f752a5eeccda +size 6316 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs.meta new file mode 100644 index 000000000..0942dbeeb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/LocalizeUIText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a28025e590fce32d6d6897f3439716544604cf64a4f0ef5f1b7d1e6d1d28787 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs new file mode 100644 index 000000000..33aaddfb7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7670e05527eef98a1cb8b73fbae8bb0a496460e156e273bfcc375031a7d3fa +size 1847 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..4dfc6cf53 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d5a46834987c8827b0a452fa17db455804bf7469590173acda1f41a2600ffc +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs new file mode 100644 index 000000000..cf379f51a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c1edeac1f0097caa0652a233696f9bd1d51cc501d9b7d5918b9128f9514b57 +size 3165 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta new file mode 100644 index 000000000..2d3703473 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17ebcb9e07ab7528b2ac23f9297c269b7f7a136cbb312b20fe1330bf3af80bf +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest.meta new file mode 100644 index 000000000..4e84dcae8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869e3fb96fea3005ca69b17b110b5d98655f2115201814838d8153cdd387035e +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs new file mode 100644 index 000000000..7b27b17c5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137523b94db6720b664fce34c7eab1b583f5f9d6c32e6c36733af962345e76ce +size 738 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta new file mode 100644 index 000000000..63b6ffc83 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fcb81150bf46f8efd88cfd8d2187704915a44c0858ee717f5c51a2cec29cf1 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs new file mode 100644 index 000000000..c8b0d737c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd6da4f306e2e01b871fb52278b57a5432250c050e31fe86952c2c943c4efd5 +size 21785 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta new file mode 100644 index 000000000..b9afa38df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131f50f3343235a9da57e50addb7606c77ee0846392e4dbcfbea68d0482b28bd +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs new file mode 100644 index 000000000..34253cba8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57d5f7741eac8109fbda4ef44aa56f8b993e4601a7ea521e0ea4d765cc67d1b +size 5679 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta new file mode 100644 index 000000000..6f0bda0bd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd436eaab648294e668a2633669486911dd8d2011420b8c5f0178c4669867e5 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs new file mode 100644 index 000000000..339310345 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6057c749a21db1133b704308ddbdb87cc07723014e9b24b4c92e73d0b9ca4f48 +size 705 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta new file mode 100644 index 000000000..80b8ffbf8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eed19deccdb6c88dccf3adfc4303d872397c21fc4668cde0c30454cfe626aea +size 534 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs new file mode 100644 index 000000000..1d8b2cf6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48496fa54805f2e9f26c2e75075941b6020586d39873d52c6bb64c7af1ae2f6e +size 413 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta new file mode 100644 index 000000000..f16b70262 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a586acf2e195f170ab560ffa25d4819ed9489d781ff3d72b65f5281c88d1904c +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs new file mode 100644 index 000000000..5ed367a16 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429f5938daf80a8c839ea69c073fc402bb2abb4d07ac5f4467fd2a8e0b20660b +size 6010 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta new file mode 100644 index 000000000..e1e0459c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c0335f03770235b6f9a70df44ee7a66dbc6c339bb531b3725790bfd719bdc8 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs new file mode 100644 index 000000000..0b4c8a616 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d938021bd5447a0aaadee423b79aafddd5e0bae5c4b7ed400d78fb41010b51 +size 10541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta new file mode 100644 index 000000000..50a315ce3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59e785d65b74c8a456b37196ae9aaddfecf89325dd2d539cc04239c30105a53 +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector.meta new file mode 100644 index 000000000..4b53b7177 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c286e4f9a546014e5392d655e32a367337f7772b117acd953af3efc63864d189 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs new file mode 100644 index 000000000..4e0f6aef7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89c5a796d87cf5dcd927b0226cc01f4cbe12af7b45ca447b93b3e84aee17c6d +size 10478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta new file mode 100644 index 000000000..82d06f834 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760366bb64b4730b487f52aef0c3c8c1e511be57382c33e25f777135a1d39064 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs new file mode 100644 index 000000000..68d11cc83 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a0d434641d84eaa2c5eb078c750130314229678133c877c55c238fe0cf7e82 +size 1675 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta new file mode 100644 index 000000000..ef3f4196b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787693b3a0a748aabc0966c3aad9533e463271af571abe7c1884a3a5cced6343 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs new file mode 100644 index 000000000..6f6575745 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e43dab29b63360bdf024b7f338632486a848c262b751d3275745a54ab5fe1c +size 3500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs.meta new file mode 100644 index 000000000..e237db7f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/Selector/UsableUnityUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca938b31dc98be1daa781c13b4d16f7dd833ff329089e984d92bb2119962e908 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt new file mode 100644 index 000000000..e936aa53c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebf9c783440c2f5d9f4666fda44a9555e0a3ff86758a7990dd84205b0012ef4 +size 328 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt.meta new file mode 100644 index 000000000..9bc89c0d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Unity UI/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2cded6bbe8170fcff05ce71d26a6de96bd80d1d866fe16c79194940ead7bfc4 +size 324 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility.meta new file mode 100644 index 000000000..bcfc7c7de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3da1c5887e73a444199746a4e882906bba6f3fd9945d085b98b500ecd3ad31 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs new file mode 100644 index 000000000..8036ef2b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0464a7b3f0bf6e53c699970b2428780f368cbc6426b63f0a702bc1616e200ec3 +size 9550 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs.meta new file mode 100644 index 000000000..a0110c938 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/AbstractTypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e19700e32a8f52d8849daa20d94bcb9d4bf412ff80a96a2424dbc2026bb327d +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs new file mode 100644 index 000000000..dcc93e38f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7f6589eff1ded62bb01ebeb68cb3c0ff97cb5992e8e8fb74d5b2836fed505c +size 3579 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs.meta new file mode 100644 index 000000000..6f8a9be7f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/ConversationControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c5203744ed38de9e15af42e74ee08639b4c54b3cec5d606e6ae90a5a2f155c +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs new file mode 100644 index 000000000..df0b1ea62 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fbda577d2b4964e35d3d06f51914ec153ac06cdcce30c4b94ecaa23c799eaf +size 2462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs.meta new file mode 100644 index 000000000..ba6f4fac9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/PreloadActorPortraits.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bdf0212bdb9d9e50b441d97784753a165e8d752ea5c20cb7d3696e7a264f95 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs new file mode 100644 index 000000000..6da3ac70a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6765bba3a83542a9dcb5de71a20d76ba8663b600e3868210a8db51b62ff582 +size 383 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs.meta new file mode 100644 index 000000000..f038ef881 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/QueuedUIAlert.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b5c9121e9c04ed4a710a85044ec77ab4f8f6ee764eee1e6acc51c1049efd26 +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs new file mode 100644 index 000000000..15d3b8583 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ee55de311ecd45ee0d07b833fe4db5604cbaa9396909bea6a4f52b8cdadf0d +size 18495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs.meta new file mode 100644 index 000000000..fd7bb6a73 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TextMeshProTypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc495d8ce44a29f51c0a6fe3194891e8fb900d8c029e909dd04a55b57070af19 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs new file mode 100644 index 000000000..a01b67cbc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f71824fd886b30573f19a54568942ad277d9f0177cb7bb4cf614dcbd8892b2 +size 1920 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs.meta new file mode 100644 index 000000000..fab186127 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/TypewriterUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba185d447540fbbfa39fa4230bfdbf03557ea9cf02ffe9d86beb1a3a866d643e +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs new file mode 100644 index 000000000..fe3aadfc2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3ffd49ad140c6cc28f58df9d70b5824e396027ff3fdd384ed00a9bf6610c65 +size 1044 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs.meta new file mode 100644 index 000000000..7d7475c50 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAnimationTransitions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fe7d91536d4144096bd04ec6693f9e9ba0effcae40bfcdb36ac6c13c61e493 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs new file mode 100644 index 000000000..41ca20f3f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1c486eda94402226cab0be75fa1d8cb078abaac1ae2f05711c939bc5f93511 +size 648 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs.meta new file mode 100644 index 000000000..89a236dc3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIAutonumberSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ba9a66ac710a485251b88d44b120b98ffcf106144904c766ab0cc5719fb909 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs new file mode 100644 index 000000000..c62b3940b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c673e088d384e0e383beab8334b10db9e113d593cdf60bab66b67452ac6442 +size 404 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs.meta new file mode 100644 index 000000000..72bd9c4a6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIButtonKeyTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e043784abd741a1efffd4aaf9abb828547633bd0a014332332ca2dde2d3270b +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs new file mode 100644 index 000000000..f8cbdedc7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d20c56f973b3d19176cc278c09de16a3be8b25bfe05b9c4798fb3fd13cfad1 +size 11053 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs.meta new file mode 100644 index 000000000..9204e2af9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIShowHideController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314072cdba9a5d2108c4dafa69d44c2cd65bf4a5f2a326530770273268a7b521 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs new file mode 100644 index 000000000..9a42d2a05 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a474c20ba52df16b5a36d8b9d66c39433c31d56b94ef4c9042789e8ba2907dbb +size 8975 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs.meta new file mode 100644 index 000000000..98b111585 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UITools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7a43861c31b606b9e2fcce9ccb2d9d30e11574a9fb827563a5c6b409450ff2 +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs new file mode 100644 index 000000000..0b073f3af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ebfe5d72e2ed58c13e2066a2ba2083fbb89c9947130035a88dac464d23c3ea +size 1078 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs.meta new file mode 100644 index 000000000..9b518924a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UIVisibility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b57c252e5245b5619d37ab090a4112f8569c494fe5385bb7d27dda9ec0437f8 +size 498 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs new file mode 100644 index 000000000..be2b1d322 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc92cd315b7c646a3dd277ec67a78c45ce5105766e706fd87423d55b3ac7b17 +size 489 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs.meta new file mode 100644 index 000000000..7c7ce7f81 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIColorText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f919724010e55fc5744a6fc7184456b18a7e23e438dc29874425fd6e13c018 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs new file mode 100644 index 000000000..b6781464a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6782e1e8ad3ac092cfe01d67bf5390f478ba8036497a5d28c151bd540c9f29d3 +size 1141 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs.meta new file mode 100644 index 000000000..b41736c13 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIIgnorePauseCodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a87871036668f35c2a27010944ea9a41653a52cc3dfef046353517e2e932125 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs new file mode 100644 index 000000000..58bc00994 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67de69cb8c4694791d3e3ec50b7c85f9d2355925bb00e89139fc757481390f58 +size 713 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs.meta new file mode 100644 index 000000000..15d806122 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUIScrollbarEnabler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5268440de93bce893efc1520ba2aba0683980b597ba104f8b47175a6c3827c +size 531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs new file mode 100644 index 000000000..ee67067d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a1fc389148048e1970dd7de297e033a37d0a29f683513e5fe2f521d583d40c +size 31261 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs.meta new file mode 100644 index 000000000..494b46bc9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI/Utility/UnityUITypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3196a023d0aea5c7b5ad192ef0679c9ebd9f1eaf40c5b5ba8e1b61d9c1e7ef7e +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility.meta new file mode 100644 index 000000000..c1c6d064e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852a8bc8da3d32ff13d9d10ad2bb5407965fb1d5d81a7bf049e1fc82d9aee069 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs new file mode 100644 index 000000000..b65c940d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7a24be415a754a4fa116fd021ac53c6f4c050683977f921985fab53a7538e2 +size 268 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs.meta new file mode 100644 index 000000000..a4fb6988e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/AlwaysFaceCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd22c6270c1f2d3419e9c2d91d923cbbe39b10fdc4871bf970c8a18b8be6cc0c +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes.meta new file mode 100644 index 000000000..56ee64679 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041256411d33396317b27e44d0ca29dadba63051b1ac3577d12ec544961cdac0 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs new file mode 100644 index 000000000..165ac1314 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19019fe3e0ff05acdc62d83db1d569b89278b51eeb77b90fe4d7520e9e71dff +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs.meta new file mode 100644 index 000000000..28ae769d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ActorPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b544e767c3153ae58321d7436186c3918939bba59f296b6f1d58ae76fff2a2e +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs new file mode 100644 index 000000000..3b252f44a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11e253dc9cf715cc69c0d6912e63fc45c29e8fed14474176f7fd3c7eb252890 +size 652 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs.meta new file mode 100644 index 000000000..c105adb90 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ConversationPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15533b8dbd689b0d2c2a8a3afd09c755ba64aa6e0393da1ded6d9edfc586adbb +size 477 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs new file mode 100644 index 000000000..19bb8a3bb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a336a5e0607b8c70bcbbd027efa1386648ccb6050c7c505413d68a0f16d57079 +size 444 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs.meta new file mode 100644 index 000000000..c52865e62 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueEntryPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9865e9469a484da5aa3747aa33a9769699aa3a32ad810ffbc342393bcaed7d6 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs new file mode 100644 index 000000000..6f73d3e2d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c62cc2a6d4978a1df292ae5ef9bc51cf140dd9d336d2399b8e72571201b58a +size 444 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs.meta new file mode 100644 index 000000000..35dfb6b83 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueSystemTriggerEventAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d074ca1613f1756d08ce5132148aced0a7b31e00d5270a8d19f102e277f63d +size 529 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs new file mode 100644 index 000000000..fb974b364 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce040f2553e1845526bd1e6cbf5478d5479858b4cf53482eb901cff8ef8d438e +size 426 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs.meta new file mode 100644 index 000000000..b245d9ba5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/DialogueTriggerEventAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff751eaac8da96a40879ca3841fe1a4dfcb11e0b9b3bfed390e1b41b63ddb894 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs new file mode 100644 index 000000000..9279dbfd6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93e15a5dc21c1fadd9846956be26155b904d112a408b74489ae4a42ff9cd78d +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs.meta new file mode 100644 index 000000000..875756a80 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/ItemPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a79677dada06b45600ea86f8ae90bf88afe315f5a77ce3c6059c4bbebc179b +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs new file mode 100644 index 000000000..c34abba6f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf46b6b07fa258460b69e2b7a6e1bb940f157f7d2773ae7705c7c8b27bcbeade +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs.meta new file mode 100644 index 000000000..afcdf7c96 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LocationPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea197ea9830769fa83dbb49d8bb034cfdce80ad91e956cd633c0c8f773fec204 +size 538 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs new file mode 100644 index 000000000..5674c1f1d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7266c3baaf931e04177c5a0fda3894e5f36f5a0869b16bda3a9e27d480010b75 +size 582 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs.meta new file mode 100644 index 000000000..e45bebd67 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaConditionsWizardAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e44c34ac3d1495120b17be07edcf5b745ebc291c48a1311931adf3f9745d61 +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs new file mode 100644 index 000000000..66fd55501 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74850fcfa88da844b0f8e1e3b85a78f8ef153c7041dab2750d052d2bb90ad7e +size 566 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs.meta new file mode 100644 index 000000000..86e1b917b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/LuaScriptWizardAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d2765409f19cd839e735d90038d74c865c3bc79fccf9c5fdbfccc94b3015a6 +size 475 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs new file mode 100644 index 000000000..f3ae285c0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd68c1fa277f29d8179efc066312c0b6be7a116b0f773db9d8583171890c4e9d +size 479 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs.meta new file mode 100644 index 000000000..2b24d972d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestEntryPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6957d42ac6a305aa2bca6d95847655f3d00443b4017283bcd9f42ff9d046a025 +size 540 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs new file mode 100644 index 000000000..8d38933be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871a516ff4cc7452ae7d1d1deedc41cf4746b06e653d592470c301b7b23a35db +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs.meta new file mode 100644 index 000000000..49be080a1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestPopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c5ea02f51aaa8750f2ccd8eba6cb5d540249ed39432ff7d95486537c58d445 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs new file mode 100644 index 000000000..aea1a413b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7aee0afd0fc577672360043ae6ee7226aba7da946ebd98e110d48f73f0afe1 +size 356 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs.meta new file mode 100644 index 000000000..03857c0a4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/QuestStateAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0001c75157a58ce77f34b259314d73b8dc14b3d54e94a58efcd4f5af90750067 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs new file mode 100644 index 000000000..dc8820b92 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e830a9357dcaa32dbe5a1c60f156ec21e33d3404f0b3089a8c504f9f1d4ccba +size 548 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs.meta new file mode 100644 index 000000000..46a290292 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Attributes/VariablePopupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9b906feabe8aa7d970ab6cd5c78791dd5b59f3dd6d207c0fd4856e23662dc6 +size 473 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs new file mode 100644 index 000000000..0d2191b6a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228da73231055be65d1d5b0376163f2b5af89ae0ba5d1aa78355517efa6bf1d4 +size 877 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs.meta new file mode 100644 index 000000000..65e230a35 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/BitMaskAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2893584755442558a4cd84bd370171a17d10ed8bddfae5defdc0ee55720c6a +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs new file mode 100644 index 000000000..ab9d901dc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cff949d2cdef9d2ada0565e4cf8bc4e265d71e4b3e388219bf413664c1686d2 +size 3591 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs.meta new file mode 100644 index 000000000..be0f97fb3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationLogger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309c0a407965dd59213d12b973a43896873aa8f1c51c174144f775211678cfb1 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs new file mode 100644 index 000000000..d4b250808 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a2eef3150b04a7be166be5c026a27de262038fab107d2f8d0c1330d893bb64 +size 5690 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs.meta new file mode 100644 index 000000000..d3b5ee0ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ConversationPositionStack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf12ce9979680432eb6d2170f3e312e917116722798abb980471bdfc316ed4d +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs new file mode 100644 index 000000000..d936ef800 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af7463e89c42c037e9c0554d1447f8eced0433491b1b117343fbf698c7b968e +size 955 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs.meta new file mode 100644 index 000000000..cfea52eb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/CustomLuaFunctionInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e824563ac7920af4576dfe0b58d09acc574e005f6dd2db956a891086e903a1c +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs new file mode 100644 index 000000000..4dceedb46 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b6a8ed7c99f457a472c64a31b17ff2583b692b595ccf829b3841675d9cbc6d +size 2981 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs.meta new file mode 100644 index 000000000..aeaaa4f17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueDebug.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc7c928613f0334a29743779ce5e6ec4262cd37f55a8b3be0453d35cdb8367e +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs new file mode 100644 index 000000000..522cc2949 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd5aad1773203e7963520be1ac26d326890f155403111e078a6efe164928aad +size 6484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs.meta new file mode 100644 index 000000000..c2e12d74c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/DialogueTime.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d626dbfb7642f6a4f085212aa7a10d7403039ab2f7a3691e074f83014a6abe +size 452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs new file mode 100644 index 000000000..2463dc507 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711408e018db0cb4994cef8b0d42e2fcddf3325701e310bd40f5fa200227a336 +size 179 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs.meta new file mode 100644 index 000000000..9f01db764 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/EncodingType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ad852810d1ca0a7ba15fbbf6f1272f26f0997e6e11202c22a68066eeb87a28 +size 452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs new file mode 100644 index 000000000..eda4cea78 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfd39eb5a0301beeec7116ef6fec9e139834feec23a26d9db2067c7d52a7662 +size 3253 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs.meta new file mode 100644 index 000000000..25222c649 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LocalizedTextTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff94356833dbe3a9cacae6fa22da40fd030f82844fc965a92d668cda17952e3 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs new file mode 100644 index 000000000..f4bf6e358 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04e9c2b134414d87a05458377cc257c539c2ee91d95308798091d81b13315c4 +size 4045 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs.meta new file mode 100644 index 000000000..84ea0a1d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/LuaNetworkCommands.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9acca4682e3abe642fff5fd6329cdcc5ff7afa042f84293d757efea75598bb3 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs new file mode 100644 index 000000000..b7216e86f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa914e6f134e787f2498ff8bab537821ae1edabc6881eb30e33504dc1c4539e8 +size 564 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs.meta new file mode 100644 index 000000000..7f2fafb95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SequencerCommandGroupAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821047b0616000a35302d40f501ca9675a46fd76b5c35737250d0a3847651377 +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs new file mode 100644 index 000000000..73df1284c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5666f5d7ce60fc003bbfc5789dbf385cd21c7a76949d6f730df2fe6e5156d5ce +size 2132 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs.meta new file mode 100644 index 000000000..3c01fd6ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/SymbolExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c749072371234ba27e09a9c263f85c99562f374bcaea0ec9fe9b49ea6c88acaf +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs new file mode 100644 index 000000000..a1eda90c9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bebd54b1fc73fce64e5d5d8061230e223acbd7b3bbe02da7f3b7b876cab3e08 +size 544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs.meta new file mode 100644 index 000000000..c14159133 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Toggle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dd304ba7847ec90d7c49022abc9bfa1eaf29169efe1f2932de6e010e882929 +size 446 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs new file mode 100644 index 000000000..3f65dd294 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5474efc237ccd580bf50b36afbadc25849b0413fabe7215953b898071824e9a0 +size 996 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs.meta new file mode 100644 index 000000000..a9042b818 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/ToggleUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07ae15f36f5edaeda0b82bb71a83501a9c82e4d8cc71f9daf1cd140ed1dc050 +size 453 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs new file mode 100644 index 000000000..70e212852 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbe07da66ff7c2e400fe5d32ce17f4dabd5035c48b7e32c45822afeae35dcbd +size 31806 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs.meta new file mode 100644 index 000000000..83cd450f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Utility/Tools.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccda67f09dd09c3b72a8b55f443a9fc30352b92db687f03961c8a0267551d29 +size 445 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt new file mode 100644 index 000000000..0df5f5cf6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128bd97e6f62a87848016d20dc426de0c46d0ed1908f7f40b9083c895ac18f67 +size 688 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt.meta new file mode 100644 index 000000000..1cafae2b1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d9429cf73e37da6cdb4c44797570a4dc7131ff2746d19a23089e02c1d77da3 +size 312 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates.meta new file mode 100644 index 000000000..6dbbf705b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b76749142f42be78a0dbd77b924545f5d842c3d87dd0416fa54e8ae0319d39 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project.meta new file mode 100644 index 000000000..ad71877e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff121d970b0c8ab3040cdd188d0e5b12167977c4ec2df6cea09ae4d759b6f78 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip new file mode 100644 index 000000000..13faf4bfa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84776b0d3e98cd716f672930625ef76791ac1b7fbabe070b7bf291a593b9fd26 +size 23245 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip.meta new file mode 100644 index 000000000..dce06fcaa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articyX_template.zip.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7a2617594f20448434b294947f0d60e4da537e67df79c9ea5e0e8c78e40b46 +size 419 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip new file mode 100644 index 000000000..8610f40d1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a38c3c5bc6a28f1fb1378c1a707f7f3a414e5362583c54a1e590506ba396096 +size 21555 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip.meta new file mode 100644 index 000000000..8394777e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Articy Draft Template Project/articy_template.zip.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0c9d07643a0df3467946c577b2069f124a9aa13508fe09e661d3943c4476f4 +size 353 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project.meta new file mode 100644 index 000000000..5a42f8cd1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fb4518f9e26b6d49c6d4f6c53fb20496bcd26e178e9437b0dc30468dbba048 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp new file mode 100644 index 000000000..b568d95e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb632290db136a0fe723bc6826e091626e7defa24b963d6faf9984cfb7a9f99 +size 23536 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp.meta new file mode 100644 index 000000000..a671d641d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Chat Mapper Template Project/Template.cmp.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1e4d588fc6459ad7752245ca3914502d6c88325b046cca171f5c0bfe140ba9 +size 369 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link.meta new file mode 100644 index 000000000..2ebbe4f1b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716b0cb422fc6a4e78b22d55d3f4272560c28c2703b638627fd732cad6c190dd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt new file mode 100644 index 000000000..d2ab15354 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02086435a35e8991d3928ff8f2e5356629947cd58ee4af52b40ce0e0c278634 +size 780 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt.meta new file mode 100644 index 000000000..6d87df2df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930bf9ea04da38943acf16ea2b7d25faf8fbd9819262bb931e5a5b503e989b9d +size 319 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml new file mode 100644 index 000000000..dfcc22f40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73680a51e68f8032343a0fcf4354699355066ad7da660e1d53547208e5abb4bf +size 180 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml.meta new file mode 100644 index 000000000..49053fac7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link.xml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2260ea30f325408c81ce03bbabb5d660c99b90e18ae9e0f8c9e1399f13db76 +size 316 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml new file mode 100644 index 000000000..d301c2289 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79ff68c6b8a50234d3f237346e53e26323adc580168d11f483b6dc7b918f80e +size 169 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml.meta new file mode 100644 index 000000000..6e288adb1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Link/link_asmdef.xml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecd009785421c1e134ccfcef16ac27ad0ed6f6b7262e6020f1d44ed93d291b2 +size 409 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts.meta new file mode 100644 index 000000000..d58fac6e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57e99509891d78642502cfc6035ce88c68e02a319d32997592700a3b83063c8 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora.meta new file mode 100644 index 000000000..edb0e017d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cba0ab18ba473c2184da1561ad11e0a00f82cc3b09d70e0cd73b2d275695e0 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs new file mode 100644 index 000000000..fdd082f29 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:579b75090affd185d1a4e942b67b400e052cf9b59d15dee9fb94d2353e718aea +size 2019 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs.meta new file mode 100644 index 000000000..7d44925a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Aurora/TemplateNWScript.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2465fd915bd44510a6576a24acbc0765373c796a6a64d092607da49e30a23ba5 +size 422 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor.meta new file mode 100644 index 000000000..b39343214 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce50d5baabd911ae07f6a95b54e29fe5c80a27ed2c870ca9951f6ebc5e81d56d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs new file mode 100644 index 000000000..4ae06546b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb115d30e7b5fedaffc3c9af69cff04190a9ebc90aa716dc828f635cdccbae3a +size 2981 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs.meta new file mode 100644 index 000000000..46e42fe37 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/ConverterWindowTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a64a0963f35351a9d65ec999a7ca6ff01734472129916c8d01c41810bc5048d +size 429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs new file mode 100644 index 000000000..d7f2aac9e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c0a27234b8bc988436eed90fa34b33b520ce4b709a793da24b98673c9c5767 +size 3110 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs.meta new file mode 100644 index 000000000..e814e7c14 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_Conversation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d267a3b68bdf0a8c10624016db5d49b64cd89552100ec89323edf53e013ea4db +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs new file mode 100644 index 000000000..d93c38ae0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16ab725951bf584e2615baf4492a28bd301e9ecc16629c9434170eee1ff7e8 +size 1538 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs.meta new file mode 100644 index 000000000..5213408e3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/Editor/CustomFieldType_TemplateType.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5a267db1ea249de974205a3be7aebe40b542737f4e9b011d09665177b3e75e +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs new file mode 100644 index 000000000..28de49e24 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461a643a94680becd2c9fb547c9684c47bd1c2a6340a9fc7c302bc727a91dae1 +size 3293 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs.meta new file mode 100644 index 000000000..d4885f4d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/PersistentDataTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7524ecc9b531b2f93c9fc55086c0c9dc652629b7b2526f79b093b21217b6bc0f +size 421 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs new file mode 100644 index 000000000..2264bc27d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7514ca3ff1bef4323798582169eaece09f186ee7834308a3007fc0d29fd5d98 +size 2452 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs.meta new file mode 100644 index 000000000..2804a42e1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/SequencerCommandTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710ee07e53e6625605cc977fe09e80336358a1b6c47bd4212de0625966a72d38 +size 423 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs new file mode 100644 index 000000000..088de0153 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed67ccbd52380e02ad3a9145e6affa15a9cad66c57bb9e86b8f3894e2397fea6 +size 1177 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs.meta new file mode 100644 index 000000000..9ebd8e54a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98872959fc69d11030d7cbf1f66aa9c13e552cad3b2abbeccbb6909c1127c0c9 +size 413 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs new file mode 100644 index 000000000..27f957efe --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d242ce50f9d972084c3254d86fc275b4e7226ee1cb6b0c737bb704c4f22206f +size 2084 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs.meta new file mode 100644 index 000000000..03503edf4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateCustomLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9abed4a097b2e92b722088527ad828e1db9dc6d1ba27a28bea92a120bad0fd +size 416 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs new file mode 100644 index 000000000..5f29fd6c5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce088fd315342c352a90f5f8e4c11415431baaa22c3fa124f6c231cac01263b +size 2918 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs.meta new file mode 100644 index 000000000..fbccfa0dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572d0096e6f6bfe3dd46405077c9a702bda59faef2d1b690170c9f52ff6b0c8c +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs new file mode 100644 index 000000000..cb9321fe1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57fdacdd42b38b5c1df67f78f0947f8865b417d2b37d128120e5ee18d73d4f7 +size 2433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs.meta new file mode 100644 index 000000000..3616cf262 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052a5115c88b7f3be7274ff774356a819ee1020d5e94675923870b2967e5740f +size 421 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs new file mode 100644 index 000000000..017df30e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff99b5d1b0569a40b46e48643741cbd48fb4d47e6f7ee6b81ee836b9e8d2b9aa +size 2199 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs.meta new file mode 100644 index 000000000..9a893e1db --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/TemplateTextFieldUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc38e79e60a4b7183abce94aa782910ffbfc92f433e0154bc4b35845658307d6 +size 418 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt new file mode 100644 index 000000000..143c97e3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b565d2b68a30fd05dbf02bce40dc4fec5fe7f59e220cfe6e4a32d9f0c09709d +size 149 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt.meta new file mode 100644 index 000000000..23c77e206 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Templates/Scripts/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca0560d7b1825caa549757e19a3d571cd9db55c66030e5ea588cf4be61b941e +size 408 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support.meta new file mode 100644 index 000000000..e707cabc1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e618b65f8420145645e722edcf728a64dd0b394fef5f572e2ffdc5ac39db6f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support.meta new file mode 100644 index 000000000..f1ce65226 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b865521e91971956b7b4abb39a36ce9630faa6f0dde6daeedc9d560e517bf6ae +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor.meta new file mode 100644 index 000000000..f41b91075 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042b31d3c57e858d355cf70384c791129ba4b61fd184ed1bfb6702c1ae2d2148 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs new file mode 100644 index 000000000..0641428f2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7d5afbd8768b8cfdb47269b289bce403af9e844787f761b8950ed857428644 +size 625 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs.meta new file mode 100644 index 000000000..40f50c261 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Editor/TextAnimatorSubtitlePanelEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d150cc74206440c60501b9d03d2276a51e571452476b6002cdd0e144ae52831f +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands.meta new file mode 100644 index 000000000..1afc4abbd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aad88f3c74d240d114fcdd4c5939d3024e73159ab88b450ce352246ca749b69 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs new file mode 100644 index 000000000..f9106c976 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1b267dfd7732872e7d2e82d4461ff1c432e4ed85cbbb626dfb4037d76e4c23 +size 2531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs.meta new file mode 100644 index 000000000..601d565cf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorContinue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133f1500fcd049fc549c1cdb90ff7da5b2ce18475f774ba832d27ddc91e68b33 +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs new file mode 100644 index 000000000..5e9817063 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fde483cd6cdcdc61167f5ff9fb04dbe776bae716395fa32486057166cf5d563 +size 1350 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs.meta new file mode 100644 index 000000000..4590de16b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/Sequencer Commands/SequencerCommandTextAnimatorDisappear.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd9c782d591dcb772e1f9aecba1a4bf47a82cb9369eceb58b78cd72772cb3dd +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs new file mode 100644 index 000000000..4cfe09a40 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06066adccaa5ed600fa959e43f5d9fac1452ee72aec7aa044aeba0fd2b22803 +size 2286 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..4a6d82ec1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9d6110a3b182f44e75907177909d08fe5092d60b41d1f88e0d205007c1712b +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs new file mode 100644 index 000000000..cb5b4e2b7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74bc969873db6d894b6e36ab3fa67135803c314a7318910e7e82a4a55cd5b35 +size 1322 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs.meta new file mode 100644 index 000000000..4264130d5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorEndKeyword.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3346faceb24428aa33584b8ecc26239bd2aca18aca437f1f65a81f74291d93df +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs new file mode 100644 index 000000000..d91ea3c6c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a27b94bd0aeeb78fe8148579a76a4ebdcb41411ddac7f893c9ec9fe5bf2319 +size 2220 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs.meta new file mode 100644 index 000000000..f12203a95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/TextAnimatorSubtitlePanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb581d980c4c1b11c85aa358b5a25bcd44c58bb54ec54394a8fa1f527a24c763 +size 243 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt new file mode 100644 index 000000000..15cdcbc57 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40e1b96ba8df401533755b399274fd3a48918679c5ceb5876b2a890d9f4f874 +size 287 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt.meta new file mode 100644 index 000000000..e07942c70 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/Text Animator Support/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5467dc3805ddaddddccd595b4ca1a375f9962f26537aa0e199f1dbfefbfe4ae9 +size 136 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt new file mode 100644 index 000000000..cadef057f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede4a49e37b4604219d9825c3bd76ba11aeab3383d5edf117aed0a642daf3b7f +size 300 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt.meta new file mode 100644 index 000000000..f474e4d5f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Third Party Support/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bc5a89570b3cf8c1abbe9fe1989f436ec4653921f39c00c54463750f75d3e1 +size 367 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers.meta new file mode 100644 index 000000000..d0e4638db --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8ea5437cd25633b340b571ce66fe9ae71899a436651b8e03ff7959bb0e3922 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo.meta new file mode 100644 index 000000000..02b8fa88d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105b83fba20d4cd6291465db23f3ea414145a1f25dff784da30c5258d91c1133 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs new file mode 100644 index 000000000..bb22c4606 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115052c6447c4660fff1f11edb32c19e093b111e2c0d5d8ecc3ab2ed8f28cb62 +size 484 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs.meta new file mode 100644 index 000000000..df568b162 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DemoMenu.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a59890e31e28d2ceb3ea33da0313927a963c30f5b364ff6e9c5424b3870e031 +size 403 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs new file mode 100644 index 000000000..22cdd14eb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cb904f2afc752d2d0350c32a78f42ec2dd16929661ba780d7cca429ef27750 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs.meta new file mode 100644 index 000000000..997221aa8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/DieOnTakeDamage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e12f3772cced3bc69551dacdc4a4afecbbe8509d58c526974b9458a0668068c +size 410 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs new file mode 100644 index 000000000..e2cf2cefa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e011076bc88b1b2b92e1ecb8d22c9bedb59649fdc10572b71274e494246de8 +size 605 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs.meta new file mode 100644 index 000000000..c742b6160 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/NavigateOnMouseClick.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1123e61288fd0104275f4647d92e116ae3108b5b76a0e103eb890bcc3f7c23a +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs new file mode 100644 index 000000000..1ecbc58d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ab6954c6b038264488423dbc97517544d886c18f26c9e40862c801131b9316 +size 560 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs.meta new file mode 100644 index 000000000..ca80ca45a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SimpleController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c01b29117c5b4a078a4619499237ad7106c2465e5da31a274c13202febd709 +size 411 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs new file mode 100644 index 000000000..53c77945f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb499cef3079a660d9acdf85d9eace75d8a7e8bed720cf31cf1ba10559b49e56 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs.meta new file mode 100644 index 000000000..54bb17188 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Demo/SmoothCameraWithBumper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e693eeacc1d602615f1fbbc6a80c86e7a49a5b3a19cedd4d062eddcbab29acc7 +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated.meta new file mode 100644 index 000000000..2bb5130a5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23902458139d13c58d939ce78c60facee08d1b015589cb80c347d139a252ffd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI.meta new file mode 100644 index 000000000..1cf55f266 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75c9f7323d8ec95bc856efc56be2862c691ca1e3937b93b6443cd7f99b402de +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs new file mode 100644 index 000000000..3cb2d17cc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e246436cd4bdcf9731f6cd16227536db35dda5f37fae9d9a6eb1aa3400ffa16 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs.meta new file mode 100644 index 000000000..c17c01695 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/AudioEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f1c8be9fe152f5e65ed2c9e068aa43c88326a4ce61e70f719c47d6c4df0259 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs new file mode 100644 index 000000000..bb30792ad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4defeb43e422b63693f8db834a1face52946bced21fb28039bbbb76c2fe83d4a +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..5835f2f06 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/ContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b13ca5250787e2ac843c6d130a66d69ff134b64788755d3569c6d68893b589b +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs new file mode 100644 index 000000000..d110792be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dad72e92e15f2765b26e58087a071ef3f480d60b5fb88bde9832e265bb5f46b +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs.meta new file mode 100644 index 000000000..5da630be2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FadeEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d578fcc7859b72f5b34cd7550cc176e9f395b15093905895b2826b14d53ddd2c +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs new file mode 100644 index 000000000..b3dc9c392 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe508522a1e6e5974fdc189531f3d824a9bdd1ff1dd49aeff4e32b03d1dda978 +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs.meta new file mode 100644 index 000000000..04c105be3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/FlashEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0db4b3f702fdca0832cfadab219efe081236c61006d943c1392beed8e2bdd4 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs new file mode 100644 index 000000000..7fa9be7d7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172a92b207e356e03145d70c7769dc800dfefa984fbe3147a59260623a8dd23d +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs.meta new file mode 100644 index 000000000..b8fb52314 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aa8fef20bc74e86937d8530c1b1543ccf7ecf8f1c4b110f8b8f311f492cf70 +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs new file mode 100644 index 000000000..40594b35f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece6d19cf0f693380f64854adb089f889a7524f5f8bf872e35ab882c0469f58a +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs.meta new file mode 100644 index 000000000..d1ab91c3a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0135b986bcabe74cc49ccf0d25c693c3657342966dedddf5b20a8067c856b7 +size 512 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs new file mode 100644 index 000000000..9f49082fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe69ba471e26c07be224ec358db9640e9eb57d764eba302765472edebad922ef +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs.meta new file mode 100644 index 000000000..dd83f1f24 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIImage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb0b9f28b30b1b9df90f19cb71cc64d1a7d91418444a03c707cdc105d813ae4 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs new file mode 100644 index 000000000..eb38bc07f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5ce0e799c2d18da12de18cb3c3e7ee0f2075ca5c2eae75ab734615eae800a0 +size 458 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs.meta new file mode 100644 index 000000000..2647c714f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUILabel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7dde2ea7b5ba8d864945c83119058ee53a5c1a6b7fdb3e7d7c40433381ae86 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs new file mode 100644 index 000000000..c9aeb8a9e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1540e1049a0f9f8fd1e1f353decee63c5d4b85c66cad66dc610380799c180c6 +size 470 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs.meta new file mode 100644 index 000000000..7102d45de --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIProgressBar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e466a94a6387ebea78831ec14270fa48bec6e2be0762eee10718e9c3eea5fe9 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs new file mode 100644 index 000000000..77decfa4c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecad81e555f91018d455c6a0877283a267939047affa77528901b02158983f4 +size 456 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs.meta new file mode 100644 index 000000000..1d594efd2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIRoot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036149b0a3b892064d0d819ffbc36c3c32f8758f42b0ba9f1401bc295e79ace0 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs new file mode 100644 index 000000000..96a311dfd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b4adb85286908f4561613cde2358b8444a65f4b03e82a4ec8b7012d64a5f92 +size 468 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs.meta new file mode 100644 index 000000000..f5086049b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIScrollView.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c9d58c3d9e25b31610c98180a377e43c2cf706505018a159b636371fc64b2d +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs new file mode 100644 index 000000000..75d9b232b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a2cd116bf8ea0dc0c6079fd59f94a56f8b752a03736cb1dd1ad692ad92c29e +size 466 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs.meta new file mode 100644 index 000000000..35d26f3cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUITextField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6802c256ccc420e3792014e210d30f3b4d9dddbb73ab68d2ab2ed69c63657d +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs new file mode 100644 index 000000000..f3c199b15 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ca1ba0afc8cf93464e9a8d28740c688f666a70b91f8872cb2d953919c908e0 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs.meta new file mode 100644 index 000000000..196bc8c27 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIVisibleControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7569dac20f9bb82127453fa9bf30da480c0710bccdae23c1a0b6cf272aa065 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs new file mode 100644 index 000000000..1ffa82a63 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e03606f3ce5635623fa1e36c207c9bc57599858b9b4b1c1680f0733075a1bf1 +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs.meta new file mode 100644 index 000000000..208edc97e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/GUIWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ea471cc8d19ecbcb254d22b1afb18516a379879a89422b08bdbd71a8827da1 +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs new file mode 100644 index 000000000..e72294e4a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822aec88a4a293b50689be895ad9ef979be9872c611a6f96940510bfe8788e3a +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs.meta new file mode 100644 index 000000000..a5c1f3237 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/SlideEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05219718a902290df1448d0c74e56a514ca42079ceed931ee48a2cf617514c09 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs new file mode 100644 index 000000000..502b2d8e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954d1db812452ca9e1988641b0108fab24a01cab30804747818efa7524f0d3da +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs.meta new file mode 100644 index 000000000..b124e5b28 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TimerEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8069f43a9f61829c969afef86702dbcae0cac4942b23986884f84527d8daa650 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs new file mode 100644 index 000000000..49afc3538 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b89d01bddfb6543485bb3166f1de15f69f80c9032e8b8a20d9cf3363a7b1a5 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs.meta new file mode 100644 index 000000000..63756b1bf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/TypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8a6e1556df801bc05566dbdd5313bbfa74d37ee91ee9407549808a9059d4cb +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs new file mode 100644 index 000000000..586639db7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495abf5a17e3f8f5a1648a636cab5393a6d3cb892b03450e4398fc6e933324a +size 464 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs.meta new file mode 100644 index 000000000..cee950ff8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d058743b5cb935ce9b044ec1bd56a71380590a179c9f4e5520af6a7e415f6bde +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs new file mode 100644 index 000000000..268ac5252 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cde15956eabb5bc91c98f700aca30d21157e5c02280e0b3049570606c6d6321 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs.meta new file mode 100644 index 000000000..805cedaed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityBarkUIOnGUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871c5377acecc3f122512722ea693cff31faba58ecf1262f1dc6dc5f44234c7a +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs new file mode 100644 index 000000000..f2e35f674 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13027e52e41aaffa81989ac8e6ba06ce02f9098d827df9172d190d0f3077f80e +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs.meta new file mode 100644 index 000000000..1902abcb4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6e9a2b97a35c935424620e0df621fd08a263c8985dd0b75522f26c56e6c756 +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs new file mode 100644 index 000000000..246654b6d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9b5ccdafbbb4570c6e260ff31f13df125ab9dfc0eef7fd59bda7b89b451249 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs.meta new file mode 100644 index 000000000..c6fece3d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityGUIQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cbb55b5bc13090680cff3bd316e93f5ef7a6a5641ba8c07a7ae727359f988b +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs new file mode 100644 index 000000000..6f8c58692 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d533d9a1e43c2b7b3ac7e7e886085f43f3baad5da7d4a889aeada3094389ef1 +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs.meta new file mode 100644 index 000000000..bbefdd8d3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Legacy GUI/UnityTextFieldUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d079f4d6886ec8e6fb2a9c164c2fcb6cca5b61165e3eb745cdee5f699940840 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text.meta new file mode 100644 index 000000000..d4145a657 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13982192829d0b0485f17699d225e587475a84f677d1dbeec6d2927a837931de +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs new file mode 100644 index 000000000..1019fd9e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afce737c2a76faae4b968e9af78177865b0d140774cd99e6fc61a1750ef48525 +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs.meta new file mode 100644 index 000000000..6c0f5a004 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Localized Text/LocalizedTextTable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547dc15c69dd7ff6fb2a9d34a614050293ea8d478956d7abfb6d3d971ce76aae +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers.meta new file mode 100644 index 000000000..e50a2ca8c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e51270cffa5115398cf7e4b3be1f05e8383214b6f5caf127df002c1207b28cd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs new file mode 100644 index 000000000..8b493706a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf093714bc171bc0a12e473d1c0737cbf6dd5203d7f24d3e8823418ec773059 +size 448 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs.meta new file mode 100644 index 000000000..ba9900142 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/AlertTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64b5bf2bf59986bcc57d45e9341de6755dfca109b68bfbbd0884851afc27142 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs new file mode 100644 index 000000000..0e2ad756f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1eb833383bf3c0b2c8f8e5b4b3b15bcedc52ec8c76ca7a8baddf507bfdc66c +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs.meta new file mode 100644 index 000000000..9798d84a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee58ff68a56c472a1d3af45b3db5d95fd0d2915a86c73dc653ba8764af6d03e1 +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs new file mode 100644 index 000000000..55552a9fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2aa386ea560bb4193bec30aa3b61a95cabc5e164c844b6e96502412e6918e7 +size 446 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs.meta new file mode 100644 index 000000000..a7c856532 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/BarkTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ae290512b236778e38206592b0d0b4d10b9dcf5a1f6681f8a2c45af57c2849 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs new file mode 100644 index 000000000..26097e4dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08bf9a966850009c6876d473e9eecfddf5a363141d105e1ddfa0fccffefabe1 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs.meta new file mode 100644 index 000000000..778a10d06 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ConversationTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae1229cb8349f1baf777f6ec51c2077247c6b2afb0ce652327be914c4e84512 +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs new file mode 100644 index 000000000..609f2763c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fd70408e3545f049bde171bfe18edc3fcad0929761b2dbdefd35f0df50230c +size 460 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs.meta new file mode 100644 index 000000000..6e7f91316 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c660c476c27223ff9589604bbc32e995e9a36a290fde028169ca7e62eaaab02c +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs new file mode 100644 index 000000000..0dd37c66f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3540c5f47b6d766fed3f05b96e93da4e4e0fd4e52cde357d9d86aca76326b3 +size 444 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs.meta new file mode 100644 index 000000000..a0cb39195 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/LuaTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65441cf327c6d5976b0a6fdee8eb352324fe15858371d7e0693e3ec323b9caf0 +size 506 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs new file mode 100644 index 000000000..76f7b48e6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eb5682bfe78a9dfe2b94de69e9245045bcab685bf52fc6152fad0c554d40b9 +size 448 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs.meta new file mode 100644 index 000000000..cdadcf817 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/QuestTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171f4e2054360212d76bc815715a7378ad2d1855760350b21677875935a02569 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs new file mode 100644 index 000000000..37d2f7ab9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93276784c36df4b531863b01178236a821cf8bcb4bcd2de8ea38dbb1da69db36 +size 476 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs.meta new file mode 100644 index 000000000..909037060 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SendMessageOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40bdd3de0beca3d1bde59a5395ec08e97cc73494992e074bd594807167cbc42 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs new file mode 100644 index 000000000..31d24d44c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5849a1edb388ce2a3c299c4af707136d2fffcdbc43ff7827a2cd5ce5939d33ad +size 454 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs.meta new file mode 100644 index 000000000..a503fd7da --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SequenceTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d36ff46270e81281107fddad45501bfd0538510797bd3f43f8bf0c21753a371 +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs new file mode 100644 index 000000000..43bed7720 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e825985a72d7890ca52ff502b559ead924a70f1ea14ca81e16ff07979331d8 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs.meta new file mode 100644 index 000000000..ed463643f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetActiveOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9abf6da4a5bb7e95dc6fb227ad172c930c5a7db8f52c7476588711ac3773558 +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs new file mode 100644 index 000000000..e8e0ddf91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e5e98bd6cd56b4b46f9551b1852b9874f6e06f95392455fa346485fd8a0640 +size 478 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs.meta new file mode 100644 index 000000000..5ae43b411 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimationOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9c6272c2e5eb6f3c59dfd148cfa8f0c244a69023472590a4af0fc147f0b66f +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs new file mode 100644 index 000000000..8281131b3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ed490904f7c2226f873605c87cce6236c1da67f137d5593067ff4797396e92 +size 486 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs.meta new file mode 100644 index 000000000..2a8925b39 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetAnimatorStateOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f432e36a00cb6b1145e0052cdb7b39798cb5d0f90a0642e9694235d27defef9f +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs new file mode 100644 index 000000000..9ba3fcb5d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f9a7ec3470ae3a6f53a17bd24c393ba93f9369d729a138cc1994bb652107f5 +size 492 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs.meta new file mode 100644 index 000000000..c7df72ecc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetComponentEnabledOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaafc2ff4b8dee8d9f65f6ad62d76ec06314116bfbd50985394923b671981be +size 530 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs new file mode 100644 index 000000000..52ed4b6ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5385d6007cce568cfce706d1e5086a738e121df515dab5398326a5e359447e +size 474 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs.meta new file mode 100644 index 000000000..bab8cd639 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetEnabledOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80480d9481f0cf0418b721e1504305304e0bc23503d7b2d2cba4eeb01f5531f7 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs new file mode 100644 index 000000000..3ca99148e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982b6584f9c86b187554efa6cea1309bc373a44bdf325fbb09e44b645daff992 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs.meta new file mode 100644 index 000000000..19472b8ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/SetQuestStateOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37752fa383c83cbe1be9df70df4acf183bc09afa5282ce42b11318fd0baf0b40 +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs new file mode 100644 index 000000000..030d454a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e8394f8317aff4f087676cd983267c65b52d13830dcbea9a04046c2db0400c +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs.meta new file mode 100644 index 000000000..ce9f83aad --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/ShowCursorOnConversation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d60ebf88ef99acc072653f40e813da2072f6337ec29fcb2634fad21d694223 +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs new file mode 100644 index 000000000..0d59e4208 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347bb9b3f73928a9c88d78b3310c370d3224a4503a71b6b6cd87ffde36a1564a +size 488 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs.meta new file mode 100644 index 000000000..239859cd5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartConversationOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9501c698b79c653729a89143e2cead9c20ea0ea7b9517ce6473392d30b04e51 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs new file mode 100644 index 000000000..cbbdec842 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621ce7f5b2c29e121af97c1dc47f3219b83c860916c49d1b7931c42c47a076e3 +size 480 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs.meta new file mode 100644 index 000000000..8447ad526 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StartSequenceOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5071005c4c1617b47f433fc053d077632ea3b4921bc9c17d08dc2f12b40527 +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs new file mode 100644 index 000000000..5bfff6c9a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbef86f7bc86a1ac92d11471deede1b7c3d1fd365fcd159c56221dcb12d98565 +size 472 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs.meta new file mode 100644 index 000000000..ed15cf532 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/Triggers/StopConversationIfTooFar.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140fdcef2b3b08538726263920d8c08ef6358c4803fa61fcb2e5ef01313d9962 +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt new file mode 100644 index 000000000..4c5d58416 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5671edc7a00343f9cb2b7e9f43769d740f4d255e5c3debe93a1a021d2aabb8f0 +size 202 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt.meta new file mode 100644 index 000000000..eb2bd17e2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Deprecated/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef686da382333a9a3181ed8781a884b8afdeed32b03237ad6ec743b6fbc59b5 +size 410 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset new file mode 100644 index 000000000..a330ab1e9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafb29a730a1ce5b7a8ff32cd83bf8460f86e6f9761feb72e0e582fc062701a1 +size 2304 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset.meta new file mode 100644 index 000000000..d763fd87f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/DialogueSystemLuaFunctionInfo.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714c978abdcdabff1e6d9de41c2cd0c97250765f2e52600fbd9807361f964b45 +size 426 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor.meta new file mode 100644 index 000000000..0369d078b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6747a149a90254a01f550b4468f0ed0420432ea9c431b75f582c73ffad11f0 +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs new file mode 100644 index 000000000..0df2a22e5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d00088d246a629c82e541b19b86f95722a6c1eae3f7a717e7c319f9d03cde6 +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs.meta new file mode 100644 index 000000000..32fbb0f54 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Editor/CustomLuaFunctionInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b873348b13a369d034312be5cc19de658783e1fe6d455e0af8488f8053728125 +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers.meta new file mode 100644 index 000000000..eed4412dd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46dc8017a200546247c60dab4b19e74487561d4eac098b8aed6c07d20db42cce +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave.meta new file mode 100644 index 000000000..53169e65b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3ffcad6e6f4f7cb566a904d56eb42427a0ca81046d76f81691b2a3e1acdb87 +size 172 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs new file mode 100644 index 000000000..3a41474cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d4417ad9bf2001bee2b61a11f319098cc8a1d6081733f3fb75e9449a844e4a +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs.meta new file mode 100644 index 000000000..2b2b21d36 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Arcweave/ArcweaveLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6c84274b0371a597efc9aa7af7fea741c0e6a834d10d43b73d9192d938195d +size 485 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy.meta new file mode 100644 index 000000000..318811761 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169609ce31b15dddbd6ef45f175ea0fcdf690ad13ff6c230725ea0f7066437c4 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs new file mode 100644 index 000000000..cd0cf055f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332e2a7c6dfdf3aa0e89490c849478303df65bf0f0ee52d4c9e6ec66f2eb27d3 +size 558 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs.meta new file mode 100644 index 000000000..5e8173caa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Importers/Articy/ArticyLuaFunctions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa49e50ee9b59526c303ddb81f20867aa0d7d5558a5288206874d4c0b8f9c3b +size 511 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC.meta new file mode 100644 index 000000000..27b76c4af --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d27447214b7e29cd1597e6586527d69489c00db7dd5ec1c679d225d6d18f50 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor.meta new file mode 100644 index 000000000..34ba06fb8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f1350d2f91f4e45a6448ec3c9ce1e84773d9b21e7d11c2b64256f7527a12bd +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs new file mode 100644 index 000000000..cbd7687c3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8fb437666aee23d2b3257167da112ffa4aff40c1efaa197a8998dbbc8e4231 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs.meta new file mode 100644 index 000000000..81f9731e4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/ActorSubtitleColor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2acb1626f5d6fe59d4e778396048752582d4217459dbaa7397f1672bf208d8b +size 461 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs new file mode 100644 index 000000000..8cfc1e683 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95385674e5aa8043dbeb9d04da735c843efca452a445f056c8315200c3bc6fd7 +size 595 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs.meta new file mode 100644 index 000000000..e1c8c25e7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b25ca332540f9bdb5e2f3e7387708015be064b9b0d3089ad4c7c097d60aa15 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs new file mode 100644 index 000000000..8104512e0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f7f2830636aa1f130615ad10ae09a050f8436948141d091238eea4bcd4f5d9 +size 593 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs.meta new file mode 100644 index 000000000..993c34bef --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/BarkGroupMember.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0254433c5af730353c1953fd55deb2a993b8996eef36900e5b9e7d20e1ffa80 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs new file mode 100644 index 000000000..67c361494 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a094809954c83c7646e85398d345a5278b5de56284e329ebe7c297552c98b01 +size 605 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs.meta new file mode 100644 index 000000000..2f6641e95 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DefaultCameraAngle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27e42accb69dc1ba4735ff2386617c125371e91f70f3159ca13b6437402cbe9 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs new file mode 100644 index 000000000..a6262c6fb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6a706f8f1860962adebfd77520bcb91b11e9f6cd5140555ae3063e5738c215 +size 583 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs.meta new file mode 100644 index 000000000..012727bdf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/DialogueActor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf81f9bf5da06f7699a97d893a40e00dfdda88b376bd65ef73591c6bc8d2aaf +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override.meta new file mode 100644 index 000000000..b1178f920 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3ed23735621c264c998b83225cc50ce8089a299f66ba957883086cea93189d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs new file mode 100644 index 000000000..47c0bd5ec --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b64dca50b0638bc805ca438706c88bc9a7d830e7c639101b630fd35a1d8c70b +size 612 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs.meta new file mode 100644 index 000000000..dafd5123b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395377a957b79b5a5f895a7bcc41e637add5c0a44bcc8d37ab0f40e09ce45843 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs new file mode 100644 index 000000000..94a4888fd --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512e866ed839fc1fe0d378e89fb83536b5232daac83be0eddc6bcc5a4528fce5 +size 631 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs.meta new file mode 100644 index 000000000..565139705 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/Override/OverrideDisplaySettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feece7ad94a710fef7b391c1915cfab7fe80e5390e9add32ea282862be431319 +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs new file mode 100644 index 000000000..98b453c6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebff546e2a7be7db92f692c1c53e67886bb3337613d4f56a22f98c6c34fc47ab +size 446 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs.meta new file mode 100644 index 000000000..bef454fc7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Actor/OverrideActorName.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3b0a8fab317e5b5f6722c6ae3d8898648b9e232f455855eb95de178a8a9820 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model.meta new file mode 100644 index 000000000..5aef73f43 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bfd9536506900a5fbfb934ea96e491202d5014cf2fb78305908b79161febc9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs new file mode 100644 index 000000000..0a03abf0d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ede34cdba7a1638844307572061e54630e936adfcbd35c38eed431eef52f353 +size 415 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs.meta new file mode 100644 index 000000000..d2c84e533 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueDatabase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6c61b233eca1e8268dd34952cb26b08c4fb6fea03b13dd90a21688d1b2576b +size 553 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs new file mode 100644 index 000000000..ffdc16bbf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7624ac77d650c16d1356b93ef4a403ed59bdfbf8a1afeb4a1a2884b72f919fb6 +size 459 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs.meta new file mode 100644 index 000000000..a0dc55f7c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/Model/DialogueSystemSceneEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5621cae801269239d9c9460f55acb9000c3b65d3d82ae8908be9afe3033c31bb +size 533 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View.meta new file mode 100644 index 000000000..aa9f2e4c4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bed6d92cbcb8bda9e42e6e7e114d5156f29da4efd36f6b5c371d9104220c9d +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs new file mode 100644 index 000000000..fc4873bcf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bffc4176c86d6343a0b987e4a7eae040742c60e014a10ea549c8affc354b0ee +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs.meta new file mode 100644 index 000000000..664093255 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/BarkDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073be237162cc3f94794805831360e9fec2b01cb9c11acb4d68fe7da241a38f7 +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs new file mode 100644 index 000000000..bd6075c48 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27374471ff6974cf5b3ff96e9f678c028101f47910b945b8dfcd270463241285 +size 602 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs.meta new file mode 100644 index 000000000..71b5ee89b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/SequencerShortcuts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e76dd8e0e20ab2f93c85d9c6748b4b6d6ce058f1f02c34995a10260fe0f7cff +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs new file mode 100644 index 000000000..665e6e5a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9209e5b9f66e30553d0f883eae2f8cbaa1656226182f20d95b5681bc281c0945 +size 493 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs.meta new file mode 100644 index 000000000..aeb97af41 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/MVC/View/TextlessBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56cb041082894138d54e24f1308ca0ec6e9baa1953cddeeda180a8ab0d177956 +size 499 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager.meta new file mode 100644 index 000000000..9db4183ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1294e818689dd4d68e2f2891be86983cf176f9251f8827dfe8218bbbe91d8869 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs new file mode 100644 index 000000000..b2b7e4351 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f195ea0a67cb9ee9231cb408b703b4ce2f88a2fcdd08b2cfb609ccc0aa43b89 +size 625 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs.meta new file mode 100644 index 000000000..cf13a5eb3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acfd638d7216b48af0ac21d0e025ac8f5295e4b7cd543e69394fe46e03a6b98 +size 531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs new file mode 100644 index 000000000..f4316669d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef9c87db77068d1fd1660b04046ce74c77f77b6bc9c13c1630b7b3eb0e8fc0a +size 609 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs.meta new file mode 100644 index 000000000..73eab963b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/DialogueSystemEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0b97f7fa0fc903889858cd4745afef0e3976135ec7e0e6354e01dca1bef8b5 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs new file mode 100644 index 000000000..ff60b5da3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d7f3cc7cc6ddc52367dddf9943bfa166a9863271a53c3e41bdb024cd8bbac4 +size 583 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs.meta new file mode 100644 index 000000000..11dc2182b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Manager/ExtraDatabases.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b2aae6e4c086333e779ab2f5331891d32d66516de4521ef3904459fc0070d2 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options.meta new file mode 100644 index 000000000..2269d3ef7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5741f5e441eddefdd2721b24a427b0c5b7114a9a233d0eb79ec5ef82598b5fea +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine.meta new file mode 100644 index 000000000..2c965e892 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83f4d90251e3d58533423a772cbe35782c802ee8db6ae947a067304d2b7b911 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs new file mode 100644 index 000000000..1f6a80f16 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e4e470e893bde337ede9a852dcec5651c0e1aaea913fe097c187fcd43f4e19 +size 1105 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs.meta new file mode 100644 index 000000000..871200583 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Cinemachine/CinemachineCameraPriorityOnDialogueEvent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c95944873609c404ad27a1f4c88b5aa56897e3c24ba95885b260a395b122108 +size 536 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline.meta new file mode 100644 index 000000000..bffe63925 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe9d82a5b9d3610d1899851e2a344da712aa85f67457a49ee2f69014f931d44 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs new file mode 100644 index 000000000..990adf4b4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fba1e758911538fee1df8deea06a4284f7a9dc371478ef598f63fbc6994f51f +size 650 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs.meta new file mode 100644 index 000000000..8ac9f9e46 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Options/Timeline/TimelineTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb37014c5b30f2962c2dfe0838253954fb35d2863f102302a974f4f9bc5ec3d +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests.meta new file mode 100644 index 000000000..34956d26b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8711f62ddb9b87e6a54156f7bc5c31544791682fc9d636937f962a97a8e7cd5 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs new file mode 100644 index 000000000..4b937d399 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45a64728ca8c9bf185d23ce4027c8be03b1bc66d665b306133139d9313d88ce +size 605 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs.meta new file mode 100644 index 000000000..628988766 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/IncrementOnDestroy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0739d26d4f1d9604ffe3a6bdce6dbcfa339b4396fbbba40c4c4d7bd21e2bac19 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs new file mode 100644 index 000000000..c581d628d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b281e49154fa52fbad18efb025106adb1cabfc04dd2d5b848ff82d6bdea9b61e +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs.meta new file mode 100644 index 000000000..d24225043 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestLogWindowHotkey.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc7e86b8a23e5ae3504875f60d95257bf96f78651c2cc0e8508ee54c8a0c715 +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs new file mode 100644 index 000000000..d9d137d3a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d4cab2afa602ebe7f88c847cbd5390e5c6384adaa9a1e7e18fa63556a43044 +size 631 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs.meta new file mode 100644 index 000000000..c78eb60ed --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateIndicator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bae915a7507b701e4aad1a8667f96c13a3360940c0743b196aeac44ce20716 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs new file mode 100644 index 000000000..44ecc10f4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d4e491ba0cf505e50f424e751606142ed6913f694c51baa8b9d8cee5896300 +size 628 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs.meta new file mode 100644 index 000000000..24fe91a65 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Quests/QuestStateListener.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1dca6905190df5c3f2acc9253dd1acf90f48396e8be1929c28a86a0680ccd8 +size 501 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System.meta new file mode 100644 index 000000000..38e0d0e10 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05aae008dd97ac1873b5dadf60003949e7614dfd2651606aee2b14f39b88b1c +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs new file mode 100644 index 000000000..6bad7aa58 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adba1784e7fc2074f7c69bdbe86d38856e7c922363f840167933005f9c829c7f +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs.meta new file mode 100644 index 000000000..e2d41e27c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/ConversationStateSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d653ca44d38e6ba1f2f64001ed2b67421cd777bf7711b7ababd6a7f4e8bd3111 +size 467 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs new file mode 100644 index 000000000..92bbb4433 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efac66d47050a44c188529e137939863a528b3bc17827b66006aa1f53a084946 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs.meta new file mode 100644 index 000000000..4b7426e5f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/DialogueSystemSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb7d4775bbbf56c85afffa24b4c646ffa4bff068927f1b9f1e710280aaf07ea +size 530 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs new file mode 100644 index 000000000..4ac31698e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0656e5d4a12d812a62c534c5cc3f31517ebdb4ca88438078cc43aa0dfa96c546 +size 544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs.meta new file mode 100644 index 000000000..64446bd1f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/GameSaver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23aa3e282a7a79a61bceb0bb19e15cceb3ddfce8d7c580e5ee3c613c12d65bc3 +size 497 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs new file mode 100644 index 000000000..772c330d4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb066bab6e6d64702ff5644b67fdcb9385bdf38bfc901fc84f5d9abaa06d693 +size 553 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs.meta new file mode 100644 index 000000000..9e4addb4f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/LevelManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9995b497e151fcac690ce429b8608515a167f4cd85ffe20cd52ecd582182a926 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs new file mode 100644 index 000000000..e6629b20a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b64c3dd08f3b9e55e92887cf65851dc9e8e944ed1efb5feb0fe3fd39ba56ce +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs.meta new file mode 100644 index 000000000..8d7c6c301 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255eba021d61ee5f58037dc380181b7b7b8773927ff2d6625d808b8d7dbeee83 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs new file mode 100644 index 000000000..65d711718 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9385cf9aa47daf2605b0373f5b55f47f688bd9f7661b973e81924017a60fe307 +size 537 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs.meta new file mode 100644 index 000000000..70b6c43c2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentActiveDataMultiple.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cbb6641d7bc9b6c4384a166e9702bfedcf6203b83977845c3fec54d1cec1ad +size 495 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs new file mode 100644 index 000000000..0d630af9f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2d76d8a3861d19d6e8e9d68c0815da830c9e19a0dd8bf9e0a9eb32f2424e37 +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs.meta new file mode 100644 index 000000000..b7342040a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentDestructible.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db18e87ecf6880b2620f71462510f94c5e5408128dffd110f8ec824a081e6b1 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs new file mode 100644 index 000000000..ef3bad854 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24109c7bbba6ad9dbb31df6c8f2b7cb0f9f75f8e96a3924588ed0b8dae163f20 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs.meta new file mode 100644 index 000000000..fd1e34e33 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Save System/PersistentPositionData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5449d6d0ef7540bbb7862146b75bdded7cffc3a3fa1a0b47368b25e2dba55f +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders.meta new file mode 100644 index 000000000..49c3e57b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2285117fabf78fbec75c049136d40df7149637773e145429088c70643b97d644 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader new file mode 100644 index 000000000..5d587f161 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dca1a9ec10bdbb459ed9d39de69d548ec8081ab93a7b71424ddfd3a2bc1491 +size 207 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader.meta new file mode 100644 index 000000000..325bc3fe0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Shaders/LinesColoredBlended.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a79a1686bd9abf2f3b482a44dc7fa4078c654fb23a71adfce541bd572c633c7 +size 397 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers.meta new file mode 100644 index 000000000..3a4e69d83 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a590fc9a1f283d6ad061666e9020f5b4b2c14f0771b1879ea50d302b911ddd7b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction.meta new file mode 100644 index 000000000..dc0377d96 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea56dc46cf7042f330ffb34390b0f0028b0938bf154676f6f8ecc4ba5b382f9 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs new file mode 100644 index 000000000..4ca2219f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01d88316da565a91dba14583f4d0108ed97e9f6665715f977f1e337adb3dd1e +size 606 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs.meta new file mode 100644 index 000000000..c3b25572f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/ProximitySelector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a25abfaabe507991f0f8ad5fcff71c2f34409297ec529383dd0fa8c23c4064 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs new file mode 100644 index 000000000..bfb52a44d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5b80e05956d542f19270a9de3bf88496c7c22ce7895b9705f76dee8ad6dd9b +size 565 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs.meta new file mode 100644 index 000000000..b01f8b020 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Selector.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c553cc697877ec300810d64d5b053fbfb25fa8dfce4766eb33d5b8bd8b9946fe +size 419 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs new file mode 100644 index 000000000..6877d9860 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e2ed62f3d87826c79063fd9ceaecf6918662e84ac548f830bb4611c4acceff +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs.meta new file mode 100644 index 000000000..f8be2ddaf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/SelectorFollowTarget.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721dc194a370d47a0fd5cf444ac0757a31ce9bd8cf245aafc9f2a60d7598bbbc +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs new file mode 100644 index 000000000..8065ffb9f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cff77777cf579bda317a299c6d1f7a6c84e451797e31adf2955896f094d69d +size 550 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs.meta new file mode 100644 index 000000000..d5dc2009a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Interaction/Usable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8989404cb4afa171ffe0ad7d2b2bd04483bf148a353256a1916cd20129fc05cb +size 565 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger.meta new file mode 100644 index 000000000..8a592ecc8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ef25acbe61bae3a6bb8455d77ebde802e73b01a50144d378c09b669650a236 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs new file mode 100644 index 000000000..b2506a426 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cc1351df333ad1506fb7d09b38922b170074fa10baaf21761cbb42500e2d81 +size 575 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs.meta new file mode 100644 index 000000000..b32dad241 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/BarkOnIdle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e08e4bde38c32e2bd16475a3a118acce9d440ba12fbf8bb11e6b4ee9ece1c5f +size 503 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs new file mode 100644 index 000000000..0bbf216be --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40789ebb46b89f391b8f61807ec86e94accf61104c6b1593809c5256de139b26 +size 601 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs.meta new file mode 100644 index 000000000..cc9b294ee --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/ConditionObserver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6ccb3d185252b76d533c6676f8cf9d1fdd61be1a7e55a96d6be7f5293429e0 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs new file mode 100644 index 000000000..159f3179a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a9977fba721a14e4fc67f44ede5cfc31c7346f37999d9e6d45917ff1a3bc09 +size 619 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs.meta new file mode 100644 index 000000000..af4452bd6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/DialogueSystemTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4481ef5f8f64d5292c8d73d343e6a9b5e0b7f8924b616ea25a75a9327ab1a9 +size 577 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs new file mode 100644 index 000000000..8f49c5521 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfb21c97e6728fefce6489f167f44384abd79ad145cce84f3f1956b79e06294 +size 581 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs.meta new file mode 100644 index 000000000..7c74d31f0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Triggers/Trigger/RangeTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef943e95b750eed8d301330ec6412232ba242b450caa40fc87792dba19b3847 +size 505 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI.meta new file mode 100644 index 000000000..f40d7e9f8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c159e353adf0d26078e402d218b0aad0c86f2318dfc9ef356c45c20ec9160317 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard.meta new file mode 100644 index 000000000..7f24770d8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3989a31f70c6048baabecbea29d8084aef262376799e8246938faafcbcb32de6 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark.meta new file mode 100644 index 000000000..b6dc7bcfa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c676859a62a9e5a209f9438f457049f9e546d4a06ab05c5048ce81f0c6a6284 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs new file mode 100644 index 000000000..4cca23650 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440b1cdf8d2ba2c299c9f06c37cf60555d29ea3a97489a9d79b476a95cb03bff +size 604 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs.meta new file mode 100644 index 000000000..1b80faed9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Bark/StandardBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c210bf0632e3dfad7974253a88384a57996a49bf32fe2ac063d47a0cb2719cb1 +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue.meta new file mode 100644 index 000000000..711804990 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af56bf0f8136d3f1e19ad3b6d0c4ab33c06d39eb54a41420a56f57cb1defa77b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs new file mode 100644 index 000000000..d5f97bd58 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb0ef7f069f64b93da58affe517c833870bd3b04f83076920bb3c823e7a7806 +size 567 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta new file mode 100644 index 000000000..87cb6466f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/BringSubtitlePanelToFrontOnFocus.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130058522270c6eb3ef583a2f8070a2cd8328e15ebe24c5a048e2ae5a3433f36 +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS.meta new file mode 100644 index 000000000..66291a549 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47261e2b735c34abaa4097623111b76527ad2fd7d4ce9c598c3626472d04fc5b +size 215 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs new file mode 100644 index 000000000..c69196bb9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99c5b821e13d6f1af7b5142981e9d0f7f9e2b1375734e9484c3a4f0a66e7930 +size 510 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta new file mode 100644 index 000000000..6b036c75a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/SMS/SMSDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8de343cfb2102e7514336b6b231856ec9627f152c9cf50a660e58f884294adc +size 536 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs new file mode 100644 index 000000000..d8fc5de79 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44bb9d92c5b83a164d2c84912f462603cc28b27aef9830701acdb98f4ce881a +size 624 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs.meta new file mode 100644 index 000000000..ceaa2548c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf837888a4602b1680c4b76c2ce74f3311f0a8a04973daea2268535c5f863c9c +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs new file mode 100644 index 000000000..113fa5b70 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7643bdc705db8da1c8302a8cc615467f4d7fc3564f83134831d3f0d07ddc33 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs.meta new file mode 100644 index 000000000..9ebc68af2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIInputField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0053fb07a03a112b9993f176f304e366b33dc8508839d1e4432a22c19f8870b0 +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs new file mode 100644 index 000000000..69427376c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9a24e990b101cd01ddffc3894ac398cea20da617ba47ce50491d2738da53ef +size 630 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta new file mode 100644 index 000000000..af3b00c8c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIMenuPanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b913a0acc1354d3828ac36c2fd84354df836044a6616ee52064152ff00e59e4d +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs new file mode 100644 index 000000000..bcb453f2a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251664c73187e60cf5d8afe68cb3cc0ba1802d2377a62052976b0d69dec616ed +size 540 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta new file mode 100644 index 000000000..9d16e68b6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUIResponseButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e549c4b2b96aed3601c5f95c728803a4f7e06e725c51e168441217ff5778037 +size 521 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs new file mode 100644 index 000000000..da4efac10 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9a44f703387b5cb18e1f714d4bd3f88fd1137a515f8c83a97dc4dd4c8125d2 +size 646 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta new file mode 100644 index 000000000..e51964bbf --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Dialogue/StandardUISubtitlePanel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a7842c73dafa25b114d7bc9f809deab4ce0a44e395f44469c1b6423953b3af +size 520 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects.meta new file mode 100644 index 000000000..61ce52357 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf491fa1cfe9fab26f2f1db0087b148fbc25824ca5a6eb17eac5ee7ae032562 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs new file mode 100644 index 000000000..6b76d0411 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c10a80bde9ab9da3956bf6c23fc7ad55bbc7ee5a8e33a448e53d15c508bd46 +size 527 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs.meta new file mode 100644 index 000000000..725e33240 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIColorText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992529e994e6cadddad37b538a3d36f6539da0983e633fe98b09be691f9e1cfc +size 515 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs new file mode 100644 index 000000000..0806862e8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9bd2e6d4942b4bb4ef1a7216bfe7ebe4b140f3278afbbdfbd3b4271c84dae0 +size 577 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..0b015b43f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dab93ade40a34d0e8e83188b6071243ca06f119c4b65e12c8bcce72217039a +size 531 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs new file mode 100644 index 000000000..6bfb00101 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99edb35355de2de97c965c00d8846187bdb2461715d1b045ad4835ab2dd95d06 +size 549 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta new file mode 100644 index 000000000..ea2e9b969 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Effects/StandardUIIgnorePauseCodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5028c23208f1ba39f95d0a2f3e03f1d604f13aa74e5b5d9d9692534794e2aef2 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest.meta new file mode 100644 index 000000000..a0ed1ac1c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5516f85203ea68fe64f4429c8d96b2d900f568ec16c6e8d595cc22838ebe5778 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common.meta new file mode 100644 index 000000000..18e9ae327 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf54c7797dd417b1ca42c817389f9ec89693ff5ddd8be60e5d1bdb75b2bb3c32 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs new file mode 100644 index 000000000..2b19740f7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c052d032f1b5f1efee410dc8f2984ea6df338336399dc8a3d52c496c69fac919 +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta new file mode 100644 index 000000000..34b14764c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIButtonTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ec61c9a76200eef509c4c419dd8fcad5f0eadfcb6e9d272577998c4ffe4d0d +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs new file mode 100644 index 000000000..1ceea92a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e340bd425eb6eabc9d9a4af94568b9879eaaa42008831b5b99fa0b48b76253 +size 544 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta new file mode 100644 index 000000000..d18f308f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIFoldoutTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94880138caf817480d5295bd0e7ba55707e1b4c00edf58a2f2e93b41050ec1a +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs new file mode 100644 index 000000000..e38c1bfc9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6af542c838d9b68737180f950522f9b797a5525b2ba78052ec754495b2ec08 +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta new file mode 100644 index 000000000..ba34e0cac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUITextTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ba4fdd2a9c8cea3b5f931c1bccdb25d410998d48d0f8da36c2883af886cdfb +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs new file mode 100644 index 000000000..b9fa79516 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7214686ab32cc707eb6b4f253ab01756a00ba835a10a2750e1568be86b0e6b +size 541 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta new file mode 100644 index 000000000..e937372fa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/Common/StandardUIToggleTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e939de5bc9f31ce5710fd265c0876f7d38671e2c0a381ef58627049a148bbcb1 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs new file mode 100644 index 000000000..dc7235281 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b101a2bed302de2b9d8186eae4a02566d1abb419a33836881ee40ecc9eb372 +size 653 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta new file mode 100644 index 000000000..ff12b2b88 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173afdb72dd111f4492e5442fc8d46917a96235c5816b657e5ff30ea25e6c49d +size 518 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs new file mode 100644 index 000000000..6265e9329 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cd5b112f8a3fb0a2eb31a632b18aef1b9191a1ce8f16c0932533728685e45a +size 573 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta new file mode 100644 index 000000000..d3b8bb5d9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTitleButtonTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab16789c85783f373c71636b20f1c70feaee16c5393ad5da77993826b39531a +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs new file mode 100644 index 000000000..7e6f83232 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed73dce6b110bf6cfcd612677f0d31daab26a70b27024ca7f8a9c21b6ff8d13f +size 554 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta new file mode 100644 index 000000000..de4a0845a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTrackTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45077ad4baeb1669c68713df7aec47c3c12e632a02465ced6bf3c71ed37d3588 +size 522 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs new file mode 100644 index 000000000..bff875d21 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b9a8d871d6def3c97299cfe3ece7398830f4f1ca6e89739cd99f1ddbc78e32 +size 643 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs.meta new file mode 100644 index 000000000..f61fb8b53 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Quest/StandardUIQuestTracker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c826c87ecb40b964c6dac2a2ab591c10e5897504b1e2b73a77a20f984628f7 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector.meta new file mode 100644 index 000000000..534001b45 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55d91f0d618309763de3761b13193a52b983150cf216cb87cab5308f5c4b3fa +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs new file mode 100644 index 000000000..d85111240 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ce583299a49a30c3100107adf5ba2b89c290734fe75bea76942334b77409d1 +size 670 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta new file mode 100644 index 000000000..77e072fac --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/SelectorUseStandardUIElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43435ad88909b7d630c0e9bfe76b1664ccd4755b4287da54dbdd31b9a1c64345 +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs new file mode 100644 index 000000000..639dd4532 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18849e7498b59bba747eaba14101a915100c2ac018e2318fbeb95d7c994db869 +size 687 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs.meta new file mode 100644 index 000000000..8ccbff6d0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUISelectorElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81567c801532da2c9cbd930e55fcdbba4fcb508e57692221177e257d351d76c5 +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs new file mode 100644 index 000000000..fce8d8314 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dd2e61a761922b5f8177ae167b024e9f349cfc3792eb52d2c660e53abd8177 +size 516 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs.meta new file mode 100644 index 000000000..312bd4e6b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Standard/Selector/StandardUsableUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e96134c834d8ccb60d24212c4dea40b6caa722f4cfbf199f85886ea3d8a995 +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh.meta new file mode 100644 index 000000000..fe119e91f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50235aa5f80c0cd7121577a9506fe7d5047adc6f80ec41e505cc276a3b8e2b47 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs new file mode 100644 index 000000000..ff951a35a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462032621dfe6241135c5bf3f36c8e5184dbef425430062392d545c24c80b30b +size 540 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs.meta new file mode 100644 index 000000000..3df953448 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/TextMesh/LocalizeTextMesh.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5130ca9a81e0f2b5a375ec0ad9071a717b941fe6c95e0c10f0ff8bb888dc04 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI.meta new file mode 100644 index 000000000..0d0c2f436 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae38174ae16c0f5124e0541e639203917b086534931e6d874512da8033428a90 +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark.meta new file mode 100644 index 000000000..ac135745a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fb0a42f335730cbbcb371b54b5c0018b5d8995283c897e5a669258324b9c87 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs new file mode 100644 index 000000000..4abb93dd1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8401c410168c6082e119a8ef6f8d70cb7fb4a04df3b78c106deb8043ca4be9fa +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta new file mode 100644 index 000000000..0d372c031 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Bark/UnityUIBarkUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817fae1c9c86981b4939037c704c780647cfcad4e37e96f1d0f1a326803b487a +size 420 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue.meta new file mode 100644 index 000000000..c8bd5ffe7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45df4cd432c59fc14426065e386ab662faead6fae6e3cd60cb6ae16fa4ff190f +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs new file mode 100644 index 000000000..34277eeda --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53eca1ad6286907b27fd062935a430cff86e93b645f359f9eb48298d5900447 +size 565 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta new file mode 100644 index 000000000..91734225f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/OverrideUnityUIDialogueControls.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9f8e4a665bab4bbc03a0e2604cd6e14ee62f2e1c82d1fe2b7704a499ba7f27 +size 442 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits.meta new file mode 100644 index 000000000..359f3f2ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ab35ab86e3de022f44062b424e9773e14d996a134a6643ca5428b0892fa568 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs new file mode 100644 index 000000000..27cb8eb86 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc8758ba8ddab3b3f66f2fab2748e2f657ecf92e667c30e20bf6799f6fb04ec +size 508 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta new file mode 100644 index 000000000..4b2336fe0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/AnimatedPortrait.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb075ce56118c0e3cfd68dbb8d44b105d099d73ed1f36e34726c375b8c5bbde +size 437 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs new file mode 100644 index 000000000..47c28a24b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2418ddbf00eef6d2620c99f83b7191f56cd94bd00db7acd936727a8e7ba01b5c +size 524 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta new file mode 100644 index 000000000..0f0a4c41a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/Portraits/UseAnimatedPortraits.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ff55d73f33b20718dc07eaf406e373803f5fc50a9c2f66c6baa7aa2fe3ae7b +size 441 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs new file mode 100644 index 000000000..6d662c1ce --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e9fc61fae39a86ea4708dd102f019dadb4a7e6b7fc30e209bb9435e264fe72 +size 542 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta new file mode 100644 index 000000000..86bd98bc7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIBarkSubtitleDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6820cb2c328e11a69a13168415a20b130544f992f7ae5e374434a4232891222 +size 440 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs new file mode 100644 index 000000000..534eae651 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9284f2948905e8f93dbd0ab3fca81d8092fb8a9f5e71873429f3531771ec46a +size 513 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta new file mode 100644 index 000000000..b2812dc1c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIDialogueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b35379f3819d55265b89043a63fff5885166886aee38acb9a894bc07ccafe1 +size 428 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs new file mode 100644 index 000000000..cd5cd58ae --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ca4c9da4d87d79a089de8d81d01fdfe19635795bdde3a5419885059f665c37 +size 525 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta new file mode 100644 index 000000000..fb1f55f76 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUIResponseButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb57d5b16921af8a3b37d80cabe2cfac0f02fb4ec95288e8e4357080d3184a5 +size 432 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs new file mode 100644 index 000000000..fc6bfc866 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fb0cb00fdfc97d5585d63235b601d3efc3ffa57f241707cea1c34862502c4e +size 517 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta new file mode 100644 index 000000000..1f986f7a9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITextFieldUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9950daee12e4f83e01e7c702d91625b8b7fe542b938c26646aae98524efac5a0 +size 429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs new file mode 100644 index 000000000..23a330867 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac7f0632379ed59f4051d39118e4a84118cac7991498167e1a7a2c4ad4437a8 +size 497 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs.meta new file mode 100644 index 000000000..c18b78861 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Dialogue/UnityUITimer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a649a3cb2ed05b935b40dcf34929ccbc46f08fdaf42d2c25c61d71f6cfbe065f +size 423 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects.meta new file mode 100644 index 000000000..0b3b5bf0f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6b64dab6abd824f74da034249ec14cb267e83a0bdfdbbb8bf5b1e7b9821de6 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs new file mode 100644 index 000000000..d407f677b --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f709dfda49747838f47c0fd4bc7b6c78a4ab8249e256275db086b033816726 +size 572 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs.meta new file mode 100644 index 000000000..98880b5b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/LocalizeUIText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a257bd9be32e854d6fb76f3817a7ce5e7e218699cabd08c6edafc4d0373f3db7 +size 424 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs new file mode 100644 index 000000000..ee520f330 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05375c04974980e92e2995b3b91f678e777909e5f169d3c5cbaf1dfad45b2d2 +size 559 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta new file mode 100644 index 000000000..a6f4752df --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UnityUIContinueButtonFastForward.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee220267a77a73697285a21c1c73591727143163123b19f774df340305c2ca9 +size 442 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs new file mode 100644 index 000000000..932504f17 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35f6a373059308ad0d865df94e9e5e694c2005418118de1a53a194a4f35effe +size 608 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta new file mode 100644 index 000000000..35019f2f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Effects/UpdateLocalizedUITexts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa40414f4c64ac92cd685ba93557454b71bcceaee03286138b4563a5f0acc98 +size 432 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest.meta new file mode 100644 index 000000000..b375dc97f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a67f2d52a33958963f5c196919385de14304e49cf8d02945bb724318325a4c +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs new file mode 100644 index 000000000..685645b88 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d9cd82cb8aed74c690d1f7d8e1cc2fe01ae9a5a462f2d161091adf3c94e9af +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta new file mode 100644 index 000000000..884db00ca --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestGroupTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e17790c681b0a3fc0b8e1701393c1f524477da55c67fa94b7318adfda380ca +size 433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs new file mode 100644 index 000000000..8b727f484 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246dd2a519e5b8b70c40ec3a615c08321945aa673c2f4d2b5bbeaccfc30f81d3 +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta new file mode 100644 index 000000000..349ce02ff --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestLogWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4659f2d00bd79b6910bd3bd5249695444e97a16acbe059a7b7eba6ac276872fe +size 429 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs new file mode 100644 index 000000000..06331a348 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996b21bc30b06a34db14e233797a738592cac33b034b47946fae1909d3db5ac7 +size 519 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta new file mode 100644 index 000000000..b0ab4719d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b2d81fa1180b476ad76a1cd4c61eed242a7fbde4c1519e116ef99d4ae117e3 +size 428 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs new file mode 100644 index 000000000..e69de29bb diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta new file mode 100644 index 000000000..7635f09b7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTemplateAlternateDescriptions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35070c186cd692345a0c2e4337e15edb7e92856053bf58fd3c9286b73b9035d +size 449 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs new file mode 100644 index 000000000..b2c67c94a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9055789c4577b1ca0559bfec87d2cdc9b33d7fa3f64a4d4bd16dd99f923052 +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta new file mode 100644 index 000000000..1ceb01b11 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTitle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634482e5f0470691696517472679a3958997aefb6eebba6fa1a5ae9c5d79f95f +size 425 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs new file mode 100644 index 000000000..b8372f8a3 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1b6e66f5dba359983042119957347144b7b9233fa7ee6164dfe8af1ec55cc3 +size 526 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta new file mode 100644 index 000000000..d733e9ea7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTrackTemplate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f90e63d2b71becdb951d2ed4dbc8d4c6d62dd2cc2a58490f4c1adf37c1f8c36 +size 433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs new file mode 100644 index 000000000..262e0d96d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b42d8a80da8def2e65a2e77ee1eee2b2dd9f289640c7beed8051b5d4043fe45 +size 554 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta new file mode 100644 index 000000000..c541a6de7 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Quest/UnityUIQuestTracker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc16fe103379f82e77c2d88a0e095643bf49eb73e5fb9fd26e3553e2eb6720d +size 427 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector.meta new file mode 100644 index 000000000..7ebcecdd0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22509ff2f12bcee0715ac00494400c854e4834843999d003defffbce87e23a0 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs new file mode 100644 index 000000000..beb0c255f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7e2120c219dccd2b9cb7708e29c2c1298df83d871c95c626dd9436229b8974 +size 532 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta new file mode 100644 index 000000000..c0b844c2f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorDisplay.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b22fb6560216e80d87d5a7791691d82141415145cfc4bae010531beaa8d06e +size 433 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs new file mode 100644 index 000000000..dba777b0c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842acd4c69a415f172c45c2d9ce68cfbc80c7fdd24cbd32f4fec542a7fcd8965 +size 535 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta new file mode 100644 index 000000000..b3735e7bc --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UnityUISelectorElements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66747abdeace2ee7ee84e859a98db3786ab5d90efa1cbd0547849486e9191f82 +size 434 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs new file mode 100644 index 000000000..a0d16fa65 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07611ddc4398faca6580545ae1270aeea5341626a90263905d261b9ccadc6c9 +size 504 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs.meta new file mode 100644 index 000000000..7f36faf6e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Unity UI/Selector/UsableUnityUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dfed7d220a893e55f9fb907efdc5f79f838a193f9227206389dd71661e578a1 +size 424 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility.meta new file mode 100644 index 000000000..e9153cc75 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43efb0d9efb7ff288e738114d2d2ecc51112e2b7d09c00ef2d80efba3799e15 +size 107 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs new file mode 100644 index 000000000..d7b93334f --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cdc3e7453bb7cc2ddc9cffc40ec1ef9618b3b617754ea74e1e6d52150ba5fd +size 507 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs.meta new file mode 100644 index 000000000..7ceb91582 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/ConversationControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b93cd60da8543b2eddfc65d49646e38de1837977ea1aa5b57ce7d075d0309c8 +size 528 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs new file mode 100644 index 000000000..f5ec68d56 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e458934a06a7ccf5ad76b8198323dbc2e7db6a8ed4b799f615fd52112c634a +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs.meta new file mode 100644 index 000000000..ec10f9c43 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/PreloadActorPortraits.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ef94861bba969b4be725397952dff2f5a80f4295e35aa15b78b09a0c0c048b +size 422 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs new file mode 100644 index 000000000..dbb51da60 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5e145a57c314a481b637b82a405794e4551a8fb3c71326618a6df9a2bfeef2 +size 1118 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs.meta new file mode 100644 index 000000000..06059b488 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/TextMeshProTypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acdd4a3863201ba17e721c3de80d1276d008a70f852e4a2ab45b6728d99d3970 +size 514 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs new file mode 100644 index 000000000..67be3b98a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec74fba8e6de3bbe999208662060285942651bf578d7f31f08b43c8e46269da +size 469 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs.meta new file mode 100644 index 000000000..3827dbde6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UIButtonKeyTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85aedfef4acb2b65c1c13509fce77966e9b950bd3ddd8ec3ebff8ad06c8fcce8 +size 462 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs new file mode 100644 index 000000000..60415f0a0 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8b1456e5eba609b6d80f12c3acf2d60654f52a4da8c3ef17ea08b0b60152f9 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs.meta new file mode 100644 index 000000000..da9d14487 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIColorText.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ec79f724d011a303126d4e9428e9cf5946a83fae5b82aadb8bfb3cec2e75c2 +size 417 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs new file mode 100644 index 000000000..131a8b1a2 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6416388a93efa35f556fb2ef3bb93b7791f96017413d1e79c4ec5530f18352 +size 566 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs.meta new file mode 100644 index 000000000..11c1cc79c --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIIgnorePauseCodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7ac537508f0f9eda2153193937568ff25de68bb3fbea76f6fce25c1f9d1c19 +size 424 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs new file mode 100644 index 000000000..732147553 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e5e968de91a3dca636e45e1261e7cad1de89a415346acee9311f8f6649431e +size 722 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs.meta new file mode 100644 index 000000000..a66bbc156 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUIScrollbarEnabler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5aa50715209d799395b939dd94ac2829b9621e821fd19be9b75b597cf3d48a +size 424 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs new file mode 100644 index 000000000..ddd9ceca9 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1410a0584ddfbe1a1cd1064494a5c8f08920b85c9436c0c6d85688e3500394 +size 684 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs.meta new file mode 100644 index 000000000..d831e4baa --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/UI/Utility/UnityUITypewriterEffect.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6ec594d74194df26e678aced942f387133230ca7bbaec3b860d77cfaa49b71 +size 424 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility.meta new file mode 100644 index 000000000..eb3e593cb --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bacb6e603658bef78b284f1229feb8f360fa29e1ee7845aeea8cd026ccccb2b +size 193 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs new file mode 100644 index 000000000..a3263a2f6 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e2d1baed834112e7c86611a425e5233a87ca5ea214a83ab8b6c05e072e4a30 +size 577 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs.meta new file mode 100644 index 000000000..bc670d37d --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/AlwaysFaceCamera.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1719d3633b8b6c57ac6d5b196124d27d7315897052f5f17875fda1508a8028bb +size 414 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs new file mode 100644 index 000000000..2aff50774 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5ac8dc599455e9a79248b37688461f1319df77c2b980a7ef16745639b22c04 +size 496 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs.meta new file mode 100644 index 000000000..f466925b8 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/CommonLibraryLua.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cab3d1d593e690df8d8d015592df008c5c04efe7f988176a2091b8396c34bb6 +size 500 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs new file mode 100644 index 000000000..41146aa0a --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b19ba8776e76c1ce37a2959eccdc96be2a8e03ae0913c2631387b0b3087d89f +size 602 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs.meta new file mode 100644 index 000000000..a6063fb91 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationLogger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5e62ec5a575777c9f5b32daf6df28f4d2191d0867b98b76e172f445a09732c +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs new file mode 100644 index 000000000..4d151477e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6372a487420e712e4a9b3d2c9d68887b0552cacf4b74bea7159dcd8053298299 +size 523 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs.meta new file mode 100644 index 000000000..bef363093 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/ConversationPositionStack.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5759d9d5a925229d6bb0116b6589c2daa39e63f3d03b64d4014b23cf99ea3826 +size 509 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs new file mode 100644 index 000000000..9d75150f1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0384f5648afd4794c93b450892cb84a6eac3f1d03d07fa11427f13cafa4837a +size 570 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs.meta new file mode 100644 index 000000000..204b5fbf4 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaConsole.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55be9ca0f1959b3ecd96367e9cf78d041ba3d8bdc01229cd5293c675cb1b7176 +size 494 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs new file mode 100644 index 000000000..4687b33b1 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02507fa45fa5ea4558a5c2550fda9b7dd52d6880c67442d121d4fd3257e35e8e +size 624 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs.meta new file mode 100644 index 000000000..3c871b128 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/Wrappers/Utility/LuaNetworkCommands.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5da7d8a04445fd19012642a2cd3ca1e5f6a14aec17c0ff1fbbd8fedd26aee52 +size 502 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt b/Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt new file mode 100644 index 000000000..268cb2c3e --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292fae6fa6f9051d6ae6a2acf4b4a1aac5bf8027f565d975a2210034f057166c +size 2327 diff --git a/Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt.meta b/Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt.meta new file mode 100644 index 000000000..f8f5523e5 --- /dev/null +++ b/Assets/Plugins/Pixel Crushers/Dialogue System/_README.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b9d7030f84f48ba48507d1e5a3c12adb088a341ce3a4bd481f64797fc601b9 +size 423 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset b/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset index 163d60de6..86873cdc8 100644 --- a/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset +++ b/Assets/Plugins/Sirenix/Odin Inspector/Config/Editor/OdinModuleConfig.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f3382eeb1c98a80d24feb9da9a3a183c9032820fe15ba148f8aa7b6c1c89794 -size 584 +oid sha256:f91dad5a94570c3e4fd6998da80497aabbb768d31248c6eb6ec707f326f3a81a +size 637 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization.meta new file mode 100644 index 000000000..8ac5762d1 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee37b922670cb8579e04970268f2e35cce42eda1be5605519c688b94a046b59 +size 172 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor.meta new file mode 100644 index 000000000..31251486a --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0b4bc96b40e7e3ba67a9d0290ac8a7116bbeb446e65038de6f0a91ba63ab39 +size 172 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs.meta new file mode 100644 index 000000000..9574ee6ec --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498687f828a7c2c7ad4ae54a1f034392c6c412a1c91dec2012007f9e6a77b862 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset new file mode 100644 index 000000000..1c1b57131 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f603ec84a139c3cc1ce40e23e444a06b5d630d324dea176b2b4e3d2d24c785a5 +size 974 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset.meta new file mode 100644 index 000000000..284069eb6 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ad93e5c226263d2dc19eed79328ad5c3985217f2c70ebb726d5eb1b1685ec5 +size 189 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs new file mode 100644 index 000000000..9f2b75db9 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadf72802f3a61461663d5cd293b66262d0f89c7cb81323b4b817a64b5f80a4c +size 5466 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs.meta new file mode 100644 index 000000000..5cf5e81d1 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Configs/OdinLocalizationConfig.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570f18a36fb51c072f03e2a6f185e0058c5e74c0a49365970897f59635e42938 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI.meta new file mode 100644 index 000000000..763407f28 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df31bc38898bc9dba93652f3bb5426dc4dfb9e46dfcd201c5357bf877d2a96dd +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs new file mode 100644 index 000000000..60b9f4b5a --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f06b72cad75146b74e86d415b01003fa05ec9f2d6a09aa3a343298b0f88d3cc +size 47410 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs.meta new file mode 100644 index 000000000..1b539a123 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/LocalizationMetadata.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4c5aeafed103562e217efecc3d6e3c0ad0e90dca420e1eb73c963c4340f0d7 +size 243 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs new file mode 100644 index 000000000..c53498827 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c397eb799c7204dad4ae605b976ed4ec67b331dcd735b60e823802968f0133f3 +size 29128 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs.meta new file mode 100644 index 000000000..55a835f44 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinAssetTableCollectionEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6574d062f5bb14032accd0bb4d65aac2c8f67ec4046903b600c70bbf8f5c77 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs new file mode 100644 index 000000000..9af21799a --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afddceccbbd64267a0448f39a74585721350a54ecc6209d94e10dbb1384029b8 +size 4276 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs.meta new file mode 100644 index 000000000..b7bd4543b --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f419b556d2ad02ab43022fae59bf09b00177bca2d91ed6faae0afcc2544aa2bf +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs new file mode 100644 index 000000000..52de0bd8f --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46b19240fcc22192211a404981db77b3380b049ece5f43f399daf41d6dee82d8 +size 9267 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs.meta new file mode 100644 index 000000000..182b88ea0 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinGUITableCollection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22785ca8e3c1ed2a4ebc1266e09d5f470a9acd702e924373d4398c1c9cdd0750 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs new file mode 100644 index 000000000..8fad07898 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e26cf9d1c732978a68607be21bd5312da8e194487c039c371b15025ca92b8e +size 11433 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs.meta new file mode 100644 index 000000000..7d2feceb4 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinSharedEntryCollection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ca4d8263ce1bd77b36251c4b385d5639c8079c409a3e5caffaaf79a8b0648c +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs new file mode 100644 index 000000000..bc4bce800 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c6b7492b99bb06f3f2afe9a6212a168d574427e5174913c3f37f6fddbba803 +size 13423 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs.meta new file mode 100644 index 000000000..536177762 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinStringTableCollectionEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce984534344fcf696020459b69bf1676d016d47b067c65c9c7703dda5e3f32e +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs new file mode 100644 index 000000000..2dcbc6ef2 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b93b526a2a246f7431f471f121092abbb626c4cd43dbd1fd32a392e7412dbb +size 78349 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs.meta new file mode 100644 index 000000000..9809565b2 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTableCollectionEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb56cd1eb6221f59b65539e20683ba030dc31de42a899527943a70d3810f82ea +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs new file mode 100644 index 000000000..4cbb7964b --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74f3bbae0e43d265aef767fea22132d0b36fa8bca28d658547bfb11a19a7c21 +size 724 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs.meta new file mode 100644 index 000000000..0577d85af --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/OdinTemplateMetadata.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32da66118e6b2ef7904fc2d38166e14eadd2c3ebe897e59c24e6da140d02768 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs new file mode 100644 index 000000000..151ee1ece --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02a912d2072885633a9033808accb43691fbddf71609212590eb3d5f0edc175 +size 1294 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs.meta new file mode 100644 index 000000000..8843213a3 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/GUI/Toggle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd0ad7aa0b1a74906030755f8028ad306eed01dd257c52a314403562887e0c2 +size 243 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal.meta new file mode 100644 index 000000000..a20cf224c --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdc59b63339f4e4ca07dac377926044758ccfbc725a70a5389300a0e129a524 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs new file mode 100644 index 000000000..2d6587c87 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6513b41d13417dee1416dc2dea87bcdf027bb6360760063d2eac4ee171e90acd +size 1742 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs.meta new file mode 100644 index 000000000..6cc0e2f51 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationAssetCache.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea9ba33036f32ef8a2114d9bd183fcf712a380b971bf6366756ba759f345879 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs new file mode 100644 index 000000000..2fd62bf1e --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23247bf5a0fb9f44653b58d0b9eff2ed36b7ceaa0011c74d3b0464fdb32a953f +size 2268 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs.meta new file mode 100644 index 000000000..f8a4e1198 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEditorSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d9b28f783ad7f2f83d3cda8954f0cfbd43c686a5de7d0406ad3acba9db8235 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs new file mode 100644 index 000000000..bd01347ba --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb7c085023f053b64e21b04ed315dc4b9210505bd91c66cf914199af8996055 +size 2856 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs.meta new file mode 100644 index 000000000..deb0fa604 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe38dbbd062fb8e7cc4f28266e2bc51fba2c4813e8e4abb1fc1059242bfb051 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs new file mode 100644 index 000000000..d6b5de969 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefbdf2173ff4c85e8831974134185680977faf76287b687e741dad9e9967250 +size 14111 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs.meta new file mode 100644 index 000000000..63d4c685c --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d66bf8619b14498c2750fa2c5d302b3e8a18131b0e95fda0cf25056918fc2ca +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs new file mode 100644 index 000000000..dfc228f9e --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58089520119d04b3e48f6fc5412bd22d928ae3e09570df414085c7cf19a74c4c +size 23957 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs.meta new file mode 100644 index 000000000..f7980b47e --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationGUITextures.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a14372010aa74a0ee887b69305c84119874956077b78824505db0c8bf692ac +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs new file mode 100644 index 000000000..ebdb0f9cb --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7409dc119352b70a639f9c3a462861421b2f50344ab28bbc5a055c92f4dc6cd +size 1615 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs.meta new file mode 100644 index 000000000..ea85d5acc --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationMetadataRegistry.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1d25e19826a6db7162f1b5be1d2e48098d774e239ea24ee4e99b36f34506c1 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs new file mode 100644 index 000000000..33c419c01 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a611d6545c8c0df0fa386aa79a7693eb459c2b93d6936e9d66be246426f1070 +size 1450 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs.meta new file mode 100644 index 000000000..3b12cb727 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValidator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa78f95ce2ba9993fca2ea2294fced694181dcbe4fdfff102771e74db45f52f8 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs new file mode 100644 index 000000000..58a97172b --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb5942affa07cafe65175047dd0c4a3f2a87fe1af5109629ff58ef66c0ff485 +size 9289 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs.meta new file mode 100644 index 000000000..a505b7623 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationReflectionValues.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c18ec1d356d28e06c376983ab44f93f864c34a1bee913c179a91e9f35f55a94 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs new file mode 100644 index 000000000..dd24872d4 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d207bf9435e7f0357036daaddfb55f9d3ce9179d9beae54f2a6b12c35aa2858 +size 5502 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs.meta new file mode 100644 index 000000000..5f5738885 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Internal/OdinLocalizationSyntaxHighlighter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dfe80c7c4460b96d89c6f6f4d47c77dd7a75bef8fcf14474df73314e48bcb51 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs new file mode 100644 index 000000000..e8ec6e124 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f3d59c188d83500384be09f3c22e9aab73d1ab5352d799f8d35d2025f9da25 +size 1118 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs.meta new file mode 100644 index 000000000..fcee05d63 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/LocalizationSupport.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d88cc362996576e0dbae3967d6a0235161d7afffa3ed47c5c41915527f76fc1 +size 243 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs new file mode 100644 index 000000000..64e46e0ce --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21882c9075ada8d65f448de56882e8f0ce2821b1fef5c46bf5c77fcddd40ea60 +size 1014 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs.meta new file mode 100644 index 000000000..d8d25f947 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/OdinLocalizationConstants.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec1dcdbfaeb3c81a0c354a3d5260a6b018849f3e023c66c585e120d9eb55acd +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef new file mode 100644 index 000000000..f7b6a4240 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365f2b06aeb8bc5b2f78037b757a281db6218bb738e45d24ebf7f86e98c2baaf +size 846 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef.meta new file mode 100644 index 000000000..0daf8e458 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Sirenix.OdinInspector.Modules.UnityLocalization.Editor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa659950b59aa531bd454d071f9aca17ed4af63bfc3f8c8321ceecca35ffb8e +size 166 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows.meta new file mode 100644 index 000000000..630e04d5e --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e583530b5f80d8b9b8937390809878933682cecc62458344c679576a5e8255 +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs new file mode 100644 index 000000000..c6a5e406e --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26cbdb57fbb73517642554a56bc0ff0997d42354056038e22e8648b0b8de4dd +size 17454 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs.meta new file mode 100644 index 000000000..255df915c --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Editor/Windows/OdinLocalizationEditorWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3df56d6761e434eb6c74fbe72fcee11128c22577110fed1c6400d24c33fe4bc +size 83 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime.meta new file mode 100644 index 000000000..4aac8b942 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c59833583ec4ed7dd6d8672873a7a970d6427e4bf4e69d2784efcfad18e867 +size 172 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs new file mode 100644 index 000000000..f4b7a26fb --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0026a7bf30dd5cffccc56d03f3cab22be890c6b7007b4ac515450663656adfa +size 2273 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs.meta new file mode 100644 index 000000000..17aae39b5 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/LocalizedStringFormatter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf06626c47c81113a5380d7d0b37027e369a503cdfb31550533686f43b15e1b0 +size 243 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef new file mode 100644 index 000000000..91c789d58 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083c7961eedf27bc6a3605c0673dec8d1bb951e55cf988dad13ce7f9f8d39be3 +size 470 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef.meta new file mode 100644 index 000000000..bb353daf0 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/Runtime/Sirenix.OdinInspector.Modules.UnityLocalization.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b529787a05787f7a24b428d5804880430e82dc52b8b45e9785ba0215de7014b5 +size 166 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt new file mode 100644 index 000000000..0caaadcea --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5507fa9446551749c607956bbead6031acd3e9f0587f31a566c7cc9b0544cf4e +size 2688 diff --git a/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt.meta b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt.meta new file mode 100644 index 000000000..6ce6b8220 --- /dev/null +++ b/Assets/Plugins/Sirenix/Odin Inspector/Modules/Unity.Localization/manifest.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf5e6e4c8a1d04eca8aff3832f1edff6fba7124698df4cac52ed3ad58fd274c +size 158 diff --git a/Assets/ProjectSettings.meta b/Assets/ProjectSettings.meta new file mode 100644 index 000000000..c7f707919 --- /dev/null +++ b/Assets/ProjectSettings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4108872d93fc028b3b99bb807935c9bffd54d875fd973130bc6dc28d0658a18 +size 172 diff --git a/Assets/ProjectSettings/UIParticleProjectSettings.asset b/Assets/ProjectSettings/UIParticleProjectSettings.asset new file mode 100644 index 000000000..528d5624e --- /dev/null +++ b/Assets/ProjectSettings/UIParticleProjectSettings.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900e357d2ec245ce6bd45a58c64c7361200e95e3c4eddc887db53cbedd7e29c2 +size 469 diff --git a/Assets/ProjectSettings/UIParticleProjectSettings.asset.meta b/Assets/ProjectSettings/UIParticleProjectSettings.asset.meta new file mode 100644 index 000000000..68eee23d0 --- /dev/null +++ b/Assets/ProjectSettings/UIParticleProjectSettings.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5366bda409ba1a054181819cc6efcd220e521d86db857c8e451ed2401624c5 +size 189 diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 000000000..2aaebe59c --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff99fadc658b65f0c1dd21be0273131fb946eaceb10044c58b29cdbbeca349e +size 172 diff --git a/Assets/Resources/BillingMode.json b/Assets/Resources/BillingMode.json new file mode 100644 index 000000000..c553811a5 --- /dev/null +++ b/Assets/Resources/BillingMode.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b15cfeef90aebae19207b130175fbc1726b66f7d42d105abc0426cee002ba92 +size 29 diff --git a/Assets/Resources/BillingMode.json.meta b/Assets/Resources/BillingMode.json.meta new file mode 100644 index 000000000..d97abcae2 --- /dev/null +++ b/Assets/Resources/BillingMode.json.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ca2ea9238af7659ef0bdb91527ae8c92f7f8f185e6d5251d671c334f41eaf6 +size 367 diff --git a/Assets/Resources/DOTweenSettings.asset b/Assets/Resources/DOTweenSettings.asset new file mode 100644 index 000000000..e004bdc06 --- /dev/null +++ b/Assets/Resources/DOTweenSettings.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd69134448492d566ae26e924e25e8f7088e61a4bc483864df897ea9fe39ba16 +size 1306 diff --git a/Assets/Resources/DOTweenSettings.asset.meta b/Assets/Resources/DOTweenSettings.asset.meta new file mode 100644 index 000000000..6b3dc0de7 --- /dev/null +++ b/Assets/Resources/DOTweenSettings.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e8302df7f0370fff92cfc60150a0d7e932593610adf5d722ddcaeba2cf5f0e +size 189 diff --git a/Assets/Settings/DefaultVolumeProfile.asset b/Assets/Settings/DefaultVolumeProfile.asset index bbaa5594c..c4439ba9b 100644 --- a/Assets/Settings/DefaultVolumeProfile.asset +++ b/Assets/Settings/DefaultVolumeProfile.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a6f825e8d07fe8b9f3b52e7d4e2dfa0e22c555b22335adb19f0ecc66dfa38dd +oid sha256:6698bfacfad479acfd9766d00aba81ab52527d3b15c8b133d03ed7a2401499d6 size 23987 diff --git a/Assets/Settings/PC_RPAsset.asset b/Assets/Settings/PC_RPAsset.asset index b7e1ffaad..4c6fc90a5 100644 --- a/Assets/Settings/PC_RPAsset.asset +++ b/Assets/Settings/PC_RPAsset.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:190681fe355fe27b2bc89d629263f637058e79b4d9748b562010a25e78153dfb +oid sha256:a50cba687bc60cd9aa4b091d6bb7a696072f02fcafd9e6f3c4213b0671cd3ce9 size 4469 diff --git a/Assets/Settings/PC_Renderer.asset b/Assets/Settings/PC_Renderer.asset index 1d091f9c2..36f466ae4 100644 --- a/Assets/Settings/PC_Renderer.asset +++ b/Assets/Settings/PC_Renderer.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d0b01d8ded3327263b6690be128a3de58d17c514943ae42fe743a3e084a9c79 -size 3439 +oid sha256:8ab082e496653adc092161482833c141c587ca410d259c5d518a8ac0e3120944 +size 2866 diff --git a/Packages/com.arongranberg.astar/AssemblyInfo.cs b/Packages/com.arongranberg.astar/AssemblyInfo.cs new file mode 100644 index 000000000..1763388aa --- /dev/null +++ b/Packages/com.arongranberg.astar/AssemblyInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbcec22134f6bf1935e1dff27f8df5f940935a53c61d37f2206ded858547ef4 +size 96 diff --git a/Packages/com.arongranberg.astar/AssemblyInfo.cs.meta b/Packages/com.arongranberg.astar/AssemblyInfo.cs.meta new file mode 100644 index 000000000..4bc3aa4c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/AssemblyInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeb37613f86058051e938476a5f5134f655754dadcb833601a132592dbb1454 +size 444 diff --git a/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef b/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef new file mode 100644 index 000000000..195fce78c --- /dev/null +++ b/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b16efb9c853dd75e0173917597913fc2dba38193b57e67838ba071ae7abc879 +size 2527 diff --git a/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef.meta b/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef.meta new file mode 100644 index 000000000..c04e3fe3a --- /dev/null +++ b/Packages/com.arongranberg.astar/AstarPathfindingProject.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae78334562693698f7c3aff30493aead7837dc81a603a4541ef9aec1e47af50a +size 382 diff --git a/Packages/com.arongranberg.astar/Behaviors.meta b/Packages/com.arongranberg.astar/Behaviors.meta new file mode 100644 index 000000000..bfe5d6327 --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea4d05d4b4cbc7d6151b3af8333f3f1b86e390ce097fde4fbc94149d3b51cec +size 193 diff --git a/Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs b/Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs new file mode 100644 index 000000000..cb24e38aa --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bd48246c629c43f655cf51fcc6854fb7c2e30a964b5a554c086dd91ae865db +size 4253 diff --git a/Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs.meta b/Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs.meta new file mode 100644 index 000000000..b89266569 --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/AIDestinationSetter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ed0bb3ed0b27deeac7f77dba467dccc094ed83bd81d5742429f1aac3a99763 +size 512 diff --git a/Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs b/Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs new file mode 100644 index 000000000..5c8cd6f6c --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c888b7e050066e8a00e0a151d96c8cc7843d21889f5f54c0a65db25e3f288c +size 6058 diff --git a/Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs.meta b/Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs.meta new file mode 100644 index 000000000..7ce56307f --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/AIPathAlignedToSurface.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe1f6ef07f6c820ae612d8844fa0adc7d9a06b1f36c5129f31dcc282bcd9ab1 +size 464 diff --git a/Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs b/Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs new file mode 100644 index 000000000..9762db5fa --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ccde1211b3b95430f017fc09aa82e82b134f857cf5f9b7d69096d20732c223 +size 1862 diff --git a/Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs.meta b/Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs.meta new file mode 100644 index 000000000..c3fbb7d61 --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/MoveInCircle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729eec2c6d24dd1dc1488b90896403b82b0ac627b3b9cc87c7930f239d2266ef +size 505 diff --git a/Packages/com.arongranberg.astar/Behaviors/Patrol.cs b/Packages/com.arongranberg.astar/Behaviors/Patrol.cs new file mode 100644 index 000000000..14f642a57 --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/Patrol.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3343d0a22a74eec49dccde668f31ba7f0f73596d84bfff0705bcbc6055f37280 +size 2340 diff --git a/Packages/com.arongranberg.astar/Behaviors/Patrol.cs.meta b/Packages/com.arongranberg.astar/Behaviors/Patrol.cs.meta new file mode 100644 index 000000000..7c06de7b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Behaviors/Patrol.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1002a880e3170d6a5cdcdfdf8b1d1835d2cc524065aa21322569c5f5f204107d +size 499 diff --git a/Packages/com.arongranberg.astar/CHANGELOG.md b/Packages/com.arongranberg.astar/CHANGELOG.md new file mode 100644 index 000000000..c71646fb3 --- /dev/null +++ b/Packages/com.arongranberg.astar/CHANGELOG.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a855f7a43715e70409a0fef5de387675b5247d8de7e0692a8aea0c4d29ad9791 +size 273640 diff --git a/Packages/com.arongranberg.astar/CHANGELOG.md.meta b/Packages/com.arongranberg.astar/CHANGELOG.md.meta new file mode 100644 index 000000000..a2c230e35 --- /dev/null +++ b/Packages/com.arongranberg.astar/CHANGELOG.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425a935c501d996b16f61f7121d084a9c81ac6359f959cbe6578ae363c081993 +size 363 diff --git a/Packages/com.arongranberg.astar/Core.meta b/Packages/com.arongranberg.astar/Core.meta new file mode 100644 index 000000000..30a5cbc2a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985737cd189404a4efd33bcf2466c0df98ce0270251f92d56394750338e77ba4 +size 60 diff --git a/Packages/com.arongranberg.astar/Core/AI.meta b/Packages/com.arongranberg.astar/Core/AI.meta new file mode 100644 index 000000000..0fa262626 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ce15b8decb11f518f6034d45880b52a266649bac1192c1a6585ac7755c446a +size 60 diff --git a/Packages/com.arongranberg.astar/Core/AI/AIBase.cs b/Packages/com.arongranberg.astar/Core/AI/AIBase.cs new file mode 100644 index 000000000..d7af68807 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/AIBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa814e6985da782fbca797854f6947959d7be561cf6d961ec5ed1aa436a65863 +size 38020 diff --git a/Packages/com.arongranberg.astar/Core/AI/AIBase.cs.meta b/Packages/com.arongranberg.astar/Core/AI/AIBase.cs.meta new file mode 100644 index 000000000..fe04e74d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/AIBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a79d8efa8c25baa751976afd706023762677f37540c70db7fdeaba2d4bc2b2d +size 469 diff --git a/Packages/com.arongranberg.astar/Core/AI/AILerp.cs b/Packages/com.arongranberg.astar/Core/AI/AILerp.cs new file mode 100644 index 000000000..93923d227 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/AILerp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad4e2b9d42bb944b46ec9eb1076eda03ef60380453c1fd3a109b0c076e2c266 +size 28085 diff --git a/Packages/com.arongranberg.astar/Core/AI/AILerp.cs.meta b/Packages/com.arongranberg.astar/Core/AI/AILerp.cs.meta new file mode 100644 index 000000000..0d0e1693a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/AILerp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f2f01dab78074bac0b94cdb2d239b40f780aad664dc49a532921f202bed27e +size 497 diff --git a/Packages/com.arongranberg.astar/Core/AI/AIPath.cs b/Packages/com.arongranberg.astar/Core/AI/AIPath.cs new file mode 100644 index 000000000..049cdfcad --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/AIPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadb9840f31e9009eb103470963389bf90e198869fbfc571f3b78daf8f7dc1bf +size 29645 diff --git a/Packages/com.arongranberg.astar/Core/AI/AIPath.cs.meta b/Packages/com.arongranberg.astar/Core/AI/AIPath.cs.meta new file mode 100644 index 000000000..4fa3b77c5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/AIPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5304dab9b887e5d7c940cf55f3a8fd54ae044a8557c819885b6cf7aff4c49f17 +size 497 diff --git a/Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs b/Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs new file mode 100644 index 000000000..0dbe91e2b --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08316ebeb302f6b1805c5b1c46013efadf3dba71e7c6d38ce7dbb1acf3c79ee +size 106344 diff --git a/Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs.meta b/Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs.meta new file mode 100644 index 000000000..96bf1fa44 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/FollowerEntity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30580ddb7c8fa8959554651551dfe3ee2ad9f4cb885b9798b5f12e4d62312bec +size 505 diff --git a/Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs b/Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs new file mode 100644 index 000000000..1c74a9d43 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0483634e2f3e34dc795d4aba3f06f466d2e12c975a42768096793cfde8a836 +size 26381 diff --git a/Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs.meta b/Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs.meta new file mode 100644 index 000000000..584865e92 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/IAstarAI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8394fd55f1e6322ae3beeb6aeead12877f375ccf4da3c6b4efb6fd095af8b6 +size 469 diff --git a/Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs b/Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs new file mode 100644 index 000000000..4b8f94b4a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe114e118f018ba9ebc2cf377f3212496d86ea90a82b33778b03f54172a49ef +size 3058 diff --git a/Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs.meta b/Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs.meta new file mode 100644 index 000000000..e43211c9e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/LocalSpaceRichAI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15175dcad6e0e7606bf947b6b8ac51a2fe9621d9bcf86ec047a927f460419643 +size 507 diff --git a/Packages/com.arongranberg.astar/Core/AI/RichAI.cs b/Packages/com.arongranberg.astar/Core/AI/RichAI.cs new file mode 100644 index 000000000..9ea7e6f36 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/RichAI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baeca127e18a57be276572f05b48d5ddbcb9966f09d477de42d5212c8acb12a8 +size 26525 diff --git a/Packages/com.arongranberg.astar/Core/AI/RichAI.cs.meta b/Packages/com.arongranberg.astar/Core/AI/RichAI.cs.meta new file mode 100644 index 000000000..e58c467d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/RichAI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dcd44c5f104118979fcc2e4e712e980ea50e755845827e73547c54692a2668 +size 497 diff --git a/Packages/com.arongranberg.astar/Core/AI/RichPath.cs b/Packages/com.arongranberg.astar/Core/AI/RichPath.cs new file mode 100644 index 000000000..c2f5e13d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/RichPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb49684c1749e06675819c42fda6960ea9bd9954acbbbb3adc6032ab680900ab +size 27096 diff --git a/Packages/com.arongranberg.astar/Core/AI/RichPath.cs.meta b/Packages/com.arongranberg.astar/Core/AI/RichPath.cs.meta new file mode 100644 index 000000000..655be5f89 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/RichPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d45445d86f37d6e49d0aedfdc4101493dc21e51abace9f90b9d2b246cf1ad1 +size 383 diff --git a/Packages/com.arongranberg.astar/Core/AI/Seeker.cs b/Packages/com.arongranberg.astar/Core/AI/Seeker.cs new file mode 100644 index 000000000..746cc6510 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/Seeker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e3675dfa13f63f5bbc7dff52eafe022ce7b18b419be6c648f4d178563779af +size 34920 diff --git a/Packages/com.arongranberg.astar/Core/AI/Seeker.cs.meta b/Packages/com.arongranberg.astar/Core/AI/Seeker.cs.meta new file mode 100644 index 000000000..9c5d34354 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/Seeker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311481399f04dc7e2a58e27fb1353887d49c2649ed4d711baca27c06681719e9 +size 497 diff --git a/Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs b/Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs new file mode 100644 index 000000000..2475072e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6458b09bc98679a235b67b95a9e3fb9f10a55f1ec92619a59badf2013eb560 +size 957 diff --git a/Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs.meta b/Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs.meta new file mode 100644 index 000000000..9e8d9801a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AI/TurnBasedAI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7c9e427722ccfe7fc409d5216fcd8b92b005fb459e1bff5c92c7bf26472864 +size 472 diff --git a/Packages/com.arongranberg.astar/Core/AstarData.cs b/Packages/com.arongranberg.astar/Core/AstarData.cs new file mode 100644 index 000000000..5c0dd1648 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AstarData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2d52f55a3a242fca688cef1298306507a6dc10522bc90d3d0b05f718ac12fc +size 25428 diff --git a/Packages/com.arongranberg.astar/Core/AstarData.cs.meta b/Packages/com.arongranberg.astar/Core/AstarData.cs.meta new file mode 100644 index 000000000..6479c05e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AstarData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d0cff6702f89e6dc28ad42c7f7cb73206a6fcd1dbb43bf035f8383b8f1b1f1 +size 368 diff --git a/Packages/com.arongranberg.astar/Core/AstarMath.cs b/Packages/com.arongranberg.astar/Core/AstarMath.cs new file mode 100644 index 000000000..bcf4871c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AstarMath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddccef3535911a350e4a111668cc1477b55ab561a9b79e79e05d88087cc5aa2 +size 80434 diff --git a/Packages/com.arongranberg.astar/Core/AstarMath.cs.meta b/Packages/com.arongranberg.astar/Core/AstarMath.cs.meta new file mode 100644 index 000000000..3e39e1848 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AstarMath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00641ec589093d5e4d6aa43bd3db4d9f09fbcc369163257ab219d776486b8288 +size 368 diff --git a/Packages/com.arongranberg.astar/Core/AstarPath.cs b/Packages/com.arongranberg.astar/Core/AstarPath.cs new file mode 100644 index 000000000..d1c0a5079 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AstarPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87222df9512dda11b4c026334d8dedccf62278aacdbfe7d67b1932df56e239f3 +size 97857 diff --git a/Packages/com.arongranberg.astar/Core/AstarPath.cs.meta b/Packages/com.arongranberg.astar/Core/AstarPath.cs.meta new file mode 100644 index 000000000..3e718c89a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/AstarPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad48f1c91101919915341119f353e21bdec5d7c27b753b16f45ac242372a3d27 +size 709 diff --git a/Packages/com.arongranberg.astar/Core/Collections.meta b/Packages/com.arongranberg.astar/Core/Collections.meta new file mode 100644 index 000000000..44559c0a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201c7710cca3fc998b2ddc93e0c15630716b21d7363a45084aa44c47f6743468 +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs b/Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs new file mode 100644 index 000000000..1ee65dc25 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2421ef7a9058baf10c08259d8a983c04f3364517479edaf50d7f2e256c3d827d +size 3222 diff --git a/Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs.meta new file mode 100644 index 000000000..de7981554 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/AstarMemory.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35aac7c83be92390891f063c31be10d36023a2aed63ee28cd9a78d55e84c2d96 +size 382 diff --git a/Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs b/Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs new file mode 100644 index 000000000..2ed8dd038 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade9cb74d7f783e1819f7ad05cd4a68bf38b7167edf38f69e2cc59c77aaf3075 +size 14080 diff --git a/Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs.meta new file mode 100644 index 000000000..f5936d435 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/BinaryHeap.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737236eb479963f9c140011a1e1bf1ec0bd2802eac86617f8d5403c0bb97127f +size 381 diff --git a/Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs b/Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs new file mode 100644 index 000000000..9e4f720f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bd6c0eb1a7126ec2559c7b9e18df17464781f6cf00e7648fafd768b838e090 +size 9217 diff --git a/Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs.meta new file mode 100644 index 000000000..b535a970a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/CircularBuffer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd9b95ee3af6bf1b9231686617329e627b083b99ff6bb9149690929919d4ecd +size 463 diff --git a/Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs b/Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs new file mode 100644 index 000000000..440126d46 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edb919d4b2e318c065fdc30b1848eaea37ddedf525d75dbcbd6547557f1176e +size 9306 diff --git a/Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs.meta new file mode 100644 index 000000000..d00b2657c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/HierarchicalBitset.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1912f5e465b3de1005ebabbb3add5d704d5f9ab0ca93f8cf5eafadc842a67442 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs b/Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs new file mode 100644 index 000000000..c2187614b --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11639300cc724642bb7aa09015c87c605bc54f169a5d519debc193c9bb99cc86 +size 11531 diff --git a/Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs.meta new file mode 100644 index 000000000..175df83ef --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/NativeCircularBuffer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39bb49d53843b3b70498f249e8540faa981be8396aa14144bfdaa4aa1ef34fa +size 469 diff --git a/Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs b/Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs new file mode 100644 index 000000000..f8b813cd8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1932ee7197621710fea9e32bf69dc48ffa1a933db6efae960e471951de3e7ba +size 11122 diff --git a/Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs.meta new file mode 100644 index 000000000..769aa1b27 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/SlabAllocator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583a0428315323e6ab927c9dbcc85d45a12d5fd0b835bdd99154a89885c0936c +size 462 diff --git a/Packages/com.arongranberg.astar/Core/Collections/Span.cs b/Packages/com.arongranberg.astar/Core/Collections/Span.cs new file mode 100644 index 000000000..74dae6118 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/Span.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7892881553c750559e06e8a14310f518232df6718929f268470892d4135559d5 +size 18548 diff --git a/Packages/com.arongranberg.astar/Core/Collections/Span.cs.meta b/Packages/com.arongranberg.astar/Core/Collections/Span.cs.meta new file mode 100644 index 000000000..95712623b --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Collections/Span.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60081b4d6352374e5dfec5f2baeaa89971101fe63641000cd612262ca54a7a4d +size 453 diff --git a/Packages/com.arongranberg.astar/Core/Control.meta b/Packages/com.arongranberg.astar/Core/Control.meta new file mode 100644 index 000000000..91970a7be --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72584e39f399e268707856406c876f4ee0213ad4d7669d1ed6bfea0de6fb33b3 +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs b/Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs new file mode 100644 index 000000000..586eee13f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efa24e6cee41d53454ce3a96500cc1803d650f682ecbf1a66b7185bcb08f6ed +size 10900 diff --git a/Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs.meta b/Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs.meta new file mode 100644 index 000000000..6807d90b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control/MovementUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cfb574640323dc7b7c4a2b3554932321f031189b417466ef6d4102623ad882 +size 483 diff --git a/Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs b/Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs new file mode 100644 index 000000000..bff54160e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe939b7e3c32547c95acdd6867ee348af46e1f9d9bd161714edd1474303765b2 +size 55293 diff --git a/Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs.meta b/Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs.meta new file mode 100644 index 000000000..0d1f3c277 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control/PIDMovement.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ceb2dc8b04c1ccbbff05d307320e4f52779d81a30c68a5e15e00a08776fcaf +size 456 diff --git a/Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs b/Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs new file mode 100644 index 000000000..6c88fac66 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426f150d7e636aaccfb4630dc2bec2851764e4d72331302587cf983ed2acbd31 +size 1189 diff --git a/Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs.meta b/Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs.meta new file mode 100644 index 000000000..745ff0816 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Control/PIDUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4118c6cd95b3d84b3cfd54df48f749414c6241ccf18295feab6ca548a94622 +size 457 diff --git a/Packages/com.arongranberg.astar/Core/ECS.meta b/Packages/com.arongranberg.astar/Core/ECS.meta new file mode 100644 index 000000000..12594b95a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e353fc62ed390f4d9b52fd7765885d4b14bbdd49110626cc4db877258ca7049c +size 172 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components.meta b/Packages/com.arongranberg.astar/Core/ECS/Components.meta new file mode 100644 index 000000000..180d15029 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c90d5a9ee6076b30860b955546f6d80a367ae39e602c317328f9e79d7a943c +size 172 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs new file mode 100644 index 000000000..abba966e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9413cf5356f55dc3a1bb41f19d436b8c104e4565272d10e570997482d7757edb +size 442 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs.meta new file mode 100644 index 000000000..2efc1e80a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentCylinderShape.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70b3204dfe19425de4ae1471e572cbc2fdcd16c37e5ed80eece4f938453b5ed +size 470 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs new file mode 100644 index 000000000..ef7a53c37 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25241030acd7da204091ae25badf4a4dd75b2728c13292b51c9d979a1840a577 +size 1111 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs.meta new file mode 100644 index 000000000..d9b0a0070 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlane.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbe52df113465e3935ac0153facaebc89eff70088f6d5391e915401aacd3316 +size 470 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs new file mode 100644 index 000000000..b7c7a1f2d --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eee66466b112c4210685df5b9bce43a403f6eef6799c8eefbd54717ba25883d +size 332 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs.meta new file mode 100644 index 000000000..4f013a280 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentMovementPlaneSource.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25751af0b184a439011a2f3e104bfe290c0d6cb98a743b239e11ff19b023732 +size 476 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs new file mode 100644 index 000000000..eea30b2b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcf9663664224c855b36f140ad3efccfffed4071f2a63d65037b6c31eaab872 +size 624 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs.meta new file mode 100644 index 000000000..3eb413015 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkMovementDisabled.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffba309fddab8849c0f8f97c669459d8a4250c741315539416552de5f84623b7 +size 484 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs new file mode 100644 index 000000000..b2512ecca --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f43af963a4ca0e383b9a3deb5841d4d527bfe16509756eea552256c89da53b +size 16612 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs.meta new file mode 100644 index 000000000..0b36e6382 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AgentOffMeshLinkTraversal.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c0bdad51eb6592edb703833c2ea780ed153d24e96eaf287175d80ccd7bcfc0 +size 477 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs new file mode 100644 index 000000000..edef6d266 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7b8afeede78f556794bd46630e485671a6057cba2e5577ef53293670324500 +size 4875 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs.meta new file mode 100644 index 000000000..61441c156 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/AutoRepathPolicy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85e5834acf5edd4301b194d32726e92860a02aca4592bd582a67f175354d764 +size 468 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs new file mode 100644 index 000000000..0002b3d43 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab542a002afd36637a55949499dcb566905931966e68e828c838be4b5cdfba3 +size 801 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs.meta new file mode 100644 index 000000000..0ae46e763 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/DestinationPoint.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28a7cc9080563dcbb47079ee1e0a903b0bb517f6bcf9964e4ba8bc04aa4f707 +size 468 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs new file mode 100644 index 000000000..d3c5f1e3e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea676ff5c0d0259de22a67591d560db2e1d0fda77b6da50f956e003ef9253165 +size 500 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs.meta new file mode 100644 index 000000000..c45fd69c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/GravityState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66742251679aa635f28b256cc3bd314fc4e4a991e26146d3f03ce35f53377311 +size 464 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs new file mode 100644 index 000000000..93b397ee8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4c1dc2f3c12a7b89814936060ba72bd2306c69a08699b906fae34603a24fc1 +size 5070 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs.meta new file mode 100644 index 000000000..c49d5b9b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedMovementOverride.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa15e4fac717a0a2cdc935acdb9bd929eed008246e476373db891e49a30c502 +size 475 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs new file mode 100644 index 000000000..55c7df590 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310bcf0143b8e3f68c049e6bd1cfe9c7be2a97518dd2d4e47a37d719a87e472f +size 9403 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs.meta new file mode 100644 index 000000000..29275158d --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ManagedState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f257ae497be867e91eb18830aee72212440f0844bb189eb25d224906c818e178 +size 464 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs new file mode 100644 index 000000000..a7722b8d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e707fac4a277ffd15a86947e75ac1e00c9623a276c08144fe1897ff20db3b62 +size 3771 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs.meta new file mode 100644 index 000000000..58c3d52f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f96870364ed1d0924a94542771a3b2ea1dbb75dc17dfd254c5e007efcdaff90 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs new file mode 100644 index 000000000..5e3e04ef2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4284e98f3dde423c61cbc4afeabfbaf585517e81be3fa08069a8b3d666dbb18 +size 5356 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs.meta new file mode 100644 index 000000000..12cd49111 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f85425e8e0c620ea75bdb801c40118d0a54fd3ff92940e80827fa115e5af1c7 +size 468 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs new file mode 100644 index 000000000..620b9c8cd --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663e5f5ff4fc6dc9584a20097f59b85596f5adb482dd2d74d9892e1a9b3f7762 +size 9163 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs.meta new file mode 100644 index 000000000..85f7b5004 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08dfacca72ba8120c68576516ac12752f5785f13006135e30d9ab8aa0c92a77 +size 465 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs new file mode 100644 index 000000000..90b7bffcb --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a4b581f51fe3067aa0bb34bb37c4dd14960368adfb66b11f562acc47a550c2 +size 500 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs.meta new file mode 100644 index 000000000..cae7ec0bf --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/MovementStatistics.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9238c95be08a361d7e3430c8a74a470ca504a477084d04d553e8e5332d7e09 +size 470 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs new file mode 100644 index 000000000..f1e929cfe --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977db9b9ab7186ceed9afd1827ba5bd4968a6c42396c83cf72076da8e75bd797 +size 873 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs.meta new file mode 100644 index 000000000..0e811761b --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/PhysicsSceneRef.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b077788da54a50528fd1d8a8b680681c0885d0e49c2dca71f21a5839bbb4f6 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/RVO.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO.meta new file mode 100644 index 000000000..4e079549f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c448a7496347ea47f65463dabf475cd69c41135d64911e2a1ba2a56fca9d689 +size 172 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs new file mode 100644 index 000000000..4c0250707 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50c5bee10ea46373c3e60efe0e07dd2054d121f20f3d5c83892be83eb88abbb +size 3176 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs.meta new file mode 100644 index 000000000..1da3aa356 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/AgentIndex.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bd64041173b8812443e98ac745ffeff0bc497f6262c7c1fea3625c2522f438 +size 466 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs new file mode 100644 index 000000000..3c7cd5008 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813e30ab8d7019e021991555b0d05e4ccd2f340286c4eba1e31aecf33da014cf +size 3599 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs.meta new file mode 100644 index 000000000..a94525a11 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/RVO/RVOAgent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15614626aeb9b8b8c3ea143cba07304acce741b98794943ef17f9dca7810a6cc +size 464 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs new file mode 100644 index 000000000..a174ded52 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3568a99f955f58f5e4f7408307a901f98dcb233ccf55aabcdf96b8fd0d703c7 +size 280 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs.meta new file mode 100644 index 000000000..3c4edf2a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ReadyToTraverseOffMeshLink.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a07e19af361899bbc788c9b0fb4ba249e1375f2e554bc85c63af3270031b6e7 +size 478 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs new file mode 100644 index 000000000..21ea18960 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1791fe0abe4d83e71325c2d98a7238b3145e0137e1385cedad6b8646cd05d6 +size 959 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs.meta new file mode 100644 index 000000000..f8f723884 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/ResolvedMovement.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b9c280f6540b0994214b83ad721386aeef108191c5af0728d09619c722f2f1 +size 468 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs new file mode 100644 index 000000000..60020220c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff18b70164f3479214f045c27d5df4dadfea5d6ec49b5f56dab55e4f598f43e +size 175 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs.meta new file mode 100644 index 000000000..f599a0d59 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/SearchState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e58037052fd461d93ab760ac1bd520998cb2f89aaa48af7ffc321dced48599 +size 463 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs new file mode 100644 index 000000000..b229628e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32664cd7fcea3a1f2bc183073f22a8969164c2f71f39e9dde01033a1f9261487 +size 1807 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs.meta new file mode 100644 index 000000000..30bb593ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/SimulateMovement.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292827a30c97c21bf4349cc75ed5c8ee8edc5ced9d5393ac8652548c68417f96 +size 468 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs b/Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs new file mode 100644 index 000000000..3f53d91de --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3a02b656d955cd2ddc7a269c26be614c8188fb75e1719e85fa8d212ca823d1 +size 1058 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs.meta new file mode 100644 index 000000000..c1944b785 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Components/SyncWithTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6af401a6b84abbe9e334eda4e721ff4032778adecd6a44f3e9e9cd03820760c +size 469 diff --git a/Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs b/Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs new file mode 100644 index 000000000..eda53e767 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bbd6fb2f71b6ab7ff69fa943ebfad35084a74048faf19d04e9b9a52a908da1 +size 9104 diff --git a/Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs.meta new file mode 100644 index 000000000..2d630a1f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/EntityAccess.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938ff5b4da0fae4853dd18b13899976b9ae859f09619313664b834b0934d4bd0 +size 453 diff --git a/Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs b/Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs new file mode 100644 index 000000000..d07bf5ee8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12a711d45b7366b91749f3ed59c969868b39cb629a4a069b87637c0021350d9 +size 163 diff --git a/Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs.meta new file mode 100644 index 000000000..d80483414 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/IRuntimeBaker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745d6ce7af021c369f8a0d22fa2c669960215e916c3c18d512d19b2fc0c783a2 +size 454 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs.meta new file mode 100644 index 000000000..ea91b007f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0eee0910b121f6ee2546ba356431051e06108b07318718a412dfd5ddf2a96de +size 172 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs.meta new file mode 100644 index 000000000..4d8b04df2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DisposeGCHandleJob.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19bbd931bbf294db10dcef3c412b75f768c13e213dd9490da3ae6dbe385a421 +size 464 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs.meta new file mode 100644 index 000000000..6945ef9b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/DrawFollowerGizmosJob.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699352f507ba7e939fe55311b491b1a2540447eae33db736b7a510601e07a378 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs new file mode 100644 index 000000000..9dcd07f90 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085552e16a237e7fe98237c4876c87e67736aefc8f45eab6513d803944242ef8 +size 2089 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs.meta new file mode 100644 index 000000000..f2b47936c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobAlignAgentWithMovementDirection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3a283169b334c07c5a85044dcaea73f7649c8dda31cf4a0a2cc74f65e07745 +size 480 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs new file mode 100644 index 000000000..9debbec25 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a297ec0224ac4d568effd4f73df9848b46fa5e279d49f36fdfd8c7423476e6 +size 3229 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs.meta new file mode 100644 index 000000000..591cebecb --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobApplyGravity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2f0ffb4207fb2b077b3f79912efacb969e0b1cec4ab329d5a5383fd60f1474 +size 461 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs new file mode 100644 index 000000000..860239f5e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c537adb7f0d4c5f3c93d742573b23c274bb704d07456061f812d5463efd1d1cd +size 593 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs.meta new file mode 100644 index 000000000..673351264 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobClearTemporaryData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd72c6103830eb4e0c3ef912b036c73bd3d0ef42b8b7817299593977dc9771c1 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs new file mode 100644 index 000000000..d0d36c293 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de54f364ee3f1ef358f712774c4394eaa3e6412e428dfbad02f339d112948ae +size 7793 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs.meta new file mode 100644 index 000000000..e70bb823d --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobControl.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7b2776d89103e447e180b7355f797f95bed8da61e9fc10eb0c4a78316129e7 +size 456 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs new file mode 100644 index 000000000..fe4a9c9fa --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffac0d054e660465c85e5aa3d5580d9aac1e5b9106a7f9f723430b8c796a33f +size 6600 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs.meta new file mode 100644 index 000000000..5ded8d3a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobDrawFollowerGizmos.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651bacb3fc9bca42002e0e4c9291c556a23133793ccccbaa67af8b27dc3b42a6 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs new file mode 100644 index 000000000..661684069 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2b7d8bef9f6a27c484b39998a1c433b2c41b7b28a3cb7a0573312a4e380605 +size 2920 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs.meta new file mode 100644 index 000000000..7df6ebdad --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedMovementOverride.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b351a095fe3aff6f640a4bd3eb8283e479eaaf22ff292afa586ab2c9158b148 +size 472 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs new file mode 100644 index 000000000..94dcc8902 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fb01e34137602c2fc03b3aefc5d4d6fa5f9cf0493ae38c397b4f851197de85 +size 4975 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs.meta new file mode 100644 index 000000000..01cf0c2f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobManagedOffMeshLinkTransition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a3e8fdaa1166185e97e6a86cf4ca1d88e38617324aab1edb26b4fff91e5dd8 +size 477 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs new file mode 100644 index 000000000..6a6b87dee --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9645d085495ee1154c5816c8e5f31ef53406c6a8123ef965b1c79ec0dc35d5fd +size 6437 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs.meta new file mode 100644 index 000000000..eb25fff7a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobMoveAgent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cb781215bcae0a7f5b4e99bd86dc483b7a630814ea20dbbc00b7792c9d2eee +size 458 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs new file mode 100644 index 000000000..90c118881 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd958fe5617d2dd255b0ea410e67fdd2bd68cb292e6a89c3462343a435443b5 +size 2482 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs.meta new file mode 100644 index 000000000..691002248 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobPrepareAgentRaycasts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e687ce245db356d9a6d34dc3682931d7cb7df52e280eb7f27d6c30728e83de15 +size 469 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs new file mode 100644 index 000000000..1b04e75a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e491a83d4a24550d07c912799d6b05c84f1ea69424eff3d7f29ef4401e44f6e +size 16311 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs.meta new file mode 100644 index 000000000..3f869cc1f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobRepairPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058b2a11bb2ce79ebde8804fbf919287f9a1a7db863c888e80c399b5536ef31e +size 459 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs new file mode 100644 index 000000000..965970bbf --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8905171f59ea938cab7d69abd647800a3b15354a2388b8861d175ff5a80f5b23 +size 1307 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs.meta new file mode 100644 index 000000000..955446c03 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobStartOffMeshLinkTransition.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c43c2c1387a91fcd490d36c2ef69bb89d6ce4bea6aff51e271e18f049ab02d +size 475 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs new file mode 100644 index 000000000..f041ea9de --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5eca88d3e23ea59a4c9a2e4516d7bb08f278f2360971dfa0a3fc83cde00d10 +size 1527 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs.meta new file mode 100644 index 000000000..82dc06294 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/JobSyncEntitiesToTransforms.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9e0f56249601b73221b0c5595f8fe41476b912587199b4aaf9a56ec6cf0a7c +size 473 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs.meta new file mode 100644 index 000000000..0867b5973 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/ManagedOffMeshLinkTransitionJob.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742d1f82aeb0d6882d65f88d8ea593092ba6eb2efec528fd7dcadfefe07cc237 +size 477 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs.meta new file mode 100644 index 000000000..5685c79cb --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/RepairPathJob.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb34afb4603a3d47f45e33b62751fc68dc2a35b6b73ba19fd2c9520d148bdf48 +size 459 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs b/Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs.meta new file mode 100644 index 000000000..180db61b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Jobs/StartOffMeshLinkTransitionJob.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814ad1f556e3f7b3a8328e5bd82de0974946bce0d89271647459ec8b4433d987 +size 475 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems.meta new file mode 100644 index 000000000..78a70fb74 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8fd4fdcfc87290a82a05855ded66ffc1843b1874e39072f280113bf0e9e59e +size 172 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs new file mode 100644 index 000000000..69bc84461 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f986bc163f158cc90c9a3eb509f84cba39358e50b110e359432fa14a994a75 +size 10475 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs.meta new file mode 100644 index 000000000..a901700a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMoveSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7452fa520301cff1be09020eb3f858256992e793f7c89766f829134484b3944 +size 461 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs new file mode 100644 index 000000000..f412eb210 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727dcb95a5ba6c9089f1af897aa8f8c24caaec7133cc1dd80e8631dd24c80c95 +size 8793 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs.meta new file mode 100644 index 000000000..2dc8b981f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/AIMovementSystemGroup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b674674fdca203d70b7b87c84b658ddc929affa40a2e0dc7fab44fd570db438b +size 470 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs new file mode 100644 index 000000000..0d58a2d87 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822875dae732c3f0b011317be06af594fd1df731e15843b2d18ba20383072a31 +size 1694 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs.meta new file mode 100644 index 000000000..837be3315 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/FallbackResolveMovementSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5c33605b833648abe2568c33926f126ec6182c2ba6d3d191cb6d632a009dd2 +size 478 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs new file mode 100644 index 000000000..6a74deddf --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7ce287d8d2f479a741cb9e2a39b93111365f83cbb8c3299050c9b391bc3f05 +size 4111 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs.meta new file mode 100644 index 000000000..e88f5bd2e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/FollowerControlSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf1834d3a8d0cfc745e8c154390940116f161479c0c1d5ee76f7c1c749bb1eb +size 470 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs new file mode 100644 index 000000000..bb5256254 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d2e59a844ec44a1ab5ce6386a1308056434033669b85409e2b9f78c620c0b1 +size 9611 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs.meta new file mode 100644 index 000000000..88f84f121 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/MovementPlaneFromGraphSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e5f51d6ddc304233ab781d46d1de37aca70af3494567cbb6737d1745bad540 +size 477 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs new file mode 100644 index 000000000..fbbe2200c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8f5886cf812b049e4bb4567483115a111ff19f797e513a3bcb247fd2371377 +size 3703 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs.meta new file mode 100644 index 000000000..8942a42ec --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/PollPendingPathsSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f0ac89fbd1b0b1d5f76bd8b2c259dad8d42c437a34142dd1a550d879149032 +size 471 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs new file mode 100644 index 000000000..72f3c70d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2e2061b75cc038fd4971e2d7c8229f00e603da2e41d164f1f71d2a7f363ae8 +size 11691 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs.meta new file mode 100644 index 000000000..05124f9f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/RVOSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4866a9fec4f07fc0453e35862182ea61c964cfb71c7893e6cacd3e503ec90b77 +size 458 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs new file mode 100644 index 000000000..999c99f5c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8856650307975b311175590ac106d13f4a37ab8e0c0e74a8ae8c0ea776dd0811 +size 11683 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs.meta new file mode 100644 index 000000000..545a3171d --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/RepairPathSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be467f7dc2f2cb2e1cde5e1c5f466e103f1d3c586a43923fc6786622f30c71b +size 465 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs new file mode 100644 index 000000000..6ea680dc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac02dfca99a3441f7ed911817aa50b94ef84ab6d919d01ea55b661073eca4ae7 +size 1148 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs.meta new file mode 100644 index 000000000..7e14c7d7c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncDestinationTransformSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0260f4790d6ff63e93df43af3c28851ccfeff97c99b93a7ed826b61a51c3799 +size 479 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs new file mode 100644 index 000000000..790d89888 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9a5e23477899efdae0a39802ae33e62643c13da743cc67664f1c955f1d9bc4 +size 3271 diff --git a/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs.meta b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs.meta new file mode 100644 index 000000000..d785a6c65 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/ECS/Systems/SyncTransformsToEntitiesSystem.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291b5f1f1b16f19c466e5c4c46bd987fd2d68e994699c41c7f8857e583ca5e48 +size 479 diff --git a/Packages/com.arongranberg.astar/Core/Geometry.meta b/Packages/com.arongranberg.astar/Core/Geometry.meta new file mode 100644 index 000000000..03523fe16 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6142d994d7f98072ba8bbfec18e6d406a76c0daa28928842087fcfaa35caaf7 +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Int3.cs b/Packages/com.arongranberg.astar/Core/Geometry/Int3.cs new file mode 100644 index 000000000..402ef3daf --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Int3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739235ce1ff421bc1add6b67e64fe699a5270ede63258d83db3af71fd6fd459e +size 8757 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Int3.cs.meta b/Packages/com.arongranberg.astar/Core/Geometry/Int3.cs.meta new file mode 100644 index 000000000..20c9cdcb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Int3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37937d13049aa0bad26e362ba9738b107bc2c6238f021986e0bb91995c853837 +size 372 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs b/Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs new file mode 100644 index 000000000..f2b2661e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64c75cbf6db09be408a75ae4a0cc067a9a46dd58cc13e3f4e30efab8315b5df +size 1887 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs.meta b/Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs.meta new file mode 100644 index 000000000..6628ec5d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/IntBounds.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686a0843f0290fd6ca9ff86835dde65740675b6fa584d52de67ba364ded1fc9e +size 455 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation.meta b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation.meta new file mode 100644 index 000000000..b89889646 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f3ab8ace2755877fc912014436df1bb2c9b4c4f290899b467def057e82ac61 +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md new file mode 100644 index 000000000..91b2dca37 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8059248060924073c6c053869a5122af4f2891b4d2d77885ce0532314d012eb8 +size 1083 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md.meta b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md.meta new file mode 100644 index 000000000..4aa9b0139 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/LICENSE.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5a2d073d5928669b0e8c3cf87373f965696e9a7bf87601a4f3f44d6cb10f26 +size 382 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs new file mode 100644 index 000000000..7c6742244 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f12e6f5c0c8e0062c06fb940f1da40df60de7e1da9745cf401ee676f2d3f4d +size 7955 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs.meta b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs.meta new file mode 100644 index 000000000..0846b66d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/TriangulationError.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f563248b4b5d96e388a4bce3384f50fd683cfd976618f2442f7c298c75333bf8 +size 478 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs new file mode 100644 index 000000000..836804803 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79682745f3db14a843ce60221f8585c3c3e04b15182ac7acbd9dc123a3aa1604 +size 147624 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs.meta b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs.meta new file mode 100644 index 000000000..d164c1df6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/Triangulator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fae8265c5777a6dd216988f353dd9f91a37859c15624ef74f755c5bc77ef528 +size 472 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs new file mode 100644 index 000000000..f8b2001d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f528329c19474128ca32c5d094ebd911998fbeaff386870f45e07af9ea817b47 +size 1630 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs.meta b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs.meta new file mode 100644 index 000000000..ac98aa87a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/U128.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1494e566ffbb3a3b74e9728d80ffbd53a010e4c8682505b6205836abc2f83295 +size 464 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef new file mode 100644 index 000000000..9304e4a4e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8788349ed343a56eb3b0e8feaafd78a658be3781baf0638b458e00bd3cda7f +size 444 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef.meta b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef.meta new file mode 100644 index 000000000..bf7234588 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Triangulation/andywiecko.BurstTriangulator.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3542959b191eac9ff4b8cfe554061382ca8dba3dda206508506e3a02cda072c +size 415 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs b/Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs new file mode 100644 index 000000000..8559adc51 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096928b94195bb4ab4e887a50aa9c1aec9053ba098e76c0ad0f646b01f28e5bb +size 319 diff --git a/Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs.meta b/Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs.meta new file mode 100644 index 000000000..07bd24d79 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Geometry/Vector2IntExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcaf640c8ff62df69a68d2b884e9a563e2414e0c516d6539e0e9396e3a61be6 +size 466 diff --git a/Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs b/Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs new file mode 100644 index 000000000..3d2d8d7b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4cf67b730ca69e8d4c31f9aa270c1bf7851bfacce03a6416339b61d477615c +size 15815 diff --git a/Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs.meta b/Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs.meta new file mode 100644 index 000000000..87a353c70 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/GraphUpdateScene.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84eeca7a23a10389f4cd70ee78fadf51bb97ecf83e18af5d966b1a4318a4b04 +size 477 diff --git a/Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs b/Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs new file mode 100644 index 000000000..eaad5d01c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2aaec156ede77d92f1b76586dd33cf325bceffae61c2d54f9deb320e7a4d62f +size 7201 diff --git a/Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs.meta b/Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs.meta new file mode 100644 index 000000000..338d11022 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/GraphUpdateShape.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18b7f06c9cc53e6d3bb94e10bd1ced55e8940cb1ad956ff6322669f9fb4c67e +size 375 diff --git a/Packages/com.arongranberg.astar/Core/Misc.meta b/Packages/com.arongranberg.astar/Core/Misc.meta new file mode 100644 index 000000000..12d469c74 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2419ab97b7f0c82d27f5bfc03db4c277fc759b2f385f6c63b2f2c5b6d9804f2b +size 60 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs b/Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs new file mode 100644 index 000000000..6eaa8b972 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fda277a90ef858db16c2694847861db874658ddd192efb0eaea3f0ed15549c +size 3343 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs.meta new file mode 100644 index 000000000..81ae9d33f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AnimationLink.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6d5513e26f2688238eb39dc1da975a17398e9e924e1b73b6f78a13adb882e8 +size 390 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs b/Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs new file mode 100644 index 000000000..1a08808c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd274fc7a8f650657980a8bfb36bd172adb9ab8ef17d95e04bb10f6c8c3e865 +size 1610 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs.meta new file mode 100644 index 000000000..d8a988886 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AssemblySearcher.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d393e12bb3366c76c6c28eaa0f131883f030adc7ca5dc9cc2a51b566f8a1ac +size 458 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs b/Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs new file mode 100644 index 000000000..b70abac72 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07478ab1247f6e49ec1a3d661eb337df483b0cf96a82e82b9175a424a107673 +size 12639 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs.meta new file mode 100644 index 000000000..a187cd5dc --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AstarDebugger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311209e6fd89c1e0833ef85846d43dea726ebc445714506ed33f43d4dccacea5 +size 377 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs b/Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs new file mode 100644 index 000000000..22fa99add --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abedc29735630290bccf634488a86d113aaf855f7461cf27f7065bd36cbd170 +size 6405 diff --git a/Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs.meta new file mode 100644 index 000000000..edfaefc98 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/AutoRepathPolicy.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b4cbbfdf48be581fe1fa858aaff5654b3e6921a6e2950b19fcd66107a2bbd5 +size 458 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs b/Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs new file mode 100644 index 000000000..6964792ad --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb307f05c370b2cb42c476cf3b5a66c106a71f3d031cddda421b52500dc07935 +size 346 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs.meta new file mode 100644 index 000000000..7a3540a97 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphEditorBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad877399b1aeae01f35331b289eaf98f6ff949f74965d7aaaf75c367f31e7cd +size 379 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs b/Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs new file mode 100644 index 000000000..b507f4385 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66055122714000f064bb4e9a5c189b30cd51e212fdb89f327aca401f6024f2df +size 8748 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs.meta new file mode 100644 index 000000000..46328a84c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b149c994cd731c884be50bb1ee2127960de4d50d95daec9168154bf88076434 +size 479 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs b/Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs new file mode 100644 index 000000000..0e3002a7a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6738ab958dec7da6404f7a69835798ff587611878822ccce3ae70b1f1b1e2915 +size 1173 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs.meta new file mode 100644 index 000000000..13d534160 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphSnapshot.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63b8ff794ce2aaa85fd76cdb7fe1900d2051cddeaf53c46e5bd44e328c4f338 +size 455 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs b/Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs new file mode 100644 index 000000000..bf2795648 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55cb78c33b2c3204f31ca48a58e6c9bc5a96cba504739fd650b076a9f5f17ed +size 12959 diff --git a/Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs.meta new file mode 100644 index 000000000..b7dd0f3bb --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/GraphUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f194b20760eedfa36ccc6bb3640469cb0f089265a705e3343f26f8a0728d1ac7 +size 477 diff --git a/Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs b/Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs new file mode 100644 index 000000000..c453c7b8a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38baee4c972aadf773e45d7ee322435d62f36addf8963fbfec3e55d4a37d42bf +size 861 diff --git a/Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs.meta new file mode 100644 index 000000000..4d70bd589 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/LocalSpaceGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db44f534e025b4004c89cc22247e73a7cca6e48745ea44cdafa08b8b7cf3ae46 +size 392 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs b/Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs new file mode 100644 index 000000000..697e5871a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366dc9a3ecb6f2e767f978dfbd54e7fc4a8ca6105269e0f320150132646a0841 +size 17325 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs.meta new file mode 100644 index 000000000..9eaa447f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NavmeshEdges.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cd171ad90397fb14c94a2bdafdefe4281abe2ebd4ad26cf1cdbda134cb3812 +size 454 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs b/Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs new file mode 100644 index 000000000..3c4c95b92 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd7466393e2edc6164c849d8c0872f1861eddbf6dec2d8602983e5ada26ea86 +size 24044 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs.meta new file mode 100644 index 000000000..67f6978e0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NavmeshPrefab.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db205b419b083fdc24e756fc5ddf7c49305518e6797f551b4c9f4badc54d374 +size 455 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs b/Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs new file mode 100644 index 000000000..98f4fdf91 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f19261a96116d1079efe8a9644f972c7f26dd0c45e5bc7217f66e38a283b265 +size 4693 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs.meta new file mode 100644 index 000000000..496f2230c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NodeLink.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f240202c804382c9a7648d5ed03b329d1fdc04a98b389df743e4b90ef86b28 +size 372 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs b/Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs new file mode 100644 index 000000000..cc626ca8a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3061019ea9ef17f16af795ad71c962f71bcff1dd352af709b8166b3a473fd9d6 +size 19527 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs.meta new file mode 100644 index 000000000..84110e8dc --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NodeLink2.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd54d5ca4b5a3d45b3fc1d10c492c2125a6d02f4bdc6fcf1a248aa8fb48232e +size 502 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs b/Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs new file mode 100644 index 000000000..7e73df3fb --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa6d90d6d6b2cf7211b45f76295fe5a12e9f4f6f4452c56b01a6b4a68745a19 +size 9994 diff --git a/Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs.meta new file mode 100644 index 000000000..1c6e5b93d --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/NodeLink3.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b8b9e1ebcf756ba14f66af620ad7422824361b3e5ba06884832438602d4e6f +size 386 diff --git a/Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs b/Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs new file mode 100644 index 000000000..3872a8199 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11de92bfd82822ba63d02d4fd96d2efa43b4212369dbc3f3df301c571991d87c +size 24088 diff --git a/Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs.meta new file mode 100644 index 000000000..36ca1b69a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/OffMeshLinks.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a8a7dff6c67b04772de432b6ce93b9ac3d2b7e6c865220884fd0790cc4cf80 +size 454 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs b/Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs new file mode 100644 index 000000000..dd9d6368a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39644dc72de9b5159d823f8816f91221cbfad068729631eed93c053c3d16bdfd +size 24485 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs.meta new file mode 100644 index 000000000..c4ee9eac3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathInterpolator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d182ec0c5ae30509ad3a4f5d76dd491ac8b7b4003e39966721a17651a854f14e +size 479 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs b/Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs new file mode 100644 index 000000000..3c313a741 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697f367193910afb398959cf097f30e5fa1421469caf0a498e81c2605b1ae41c +size 1467 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs.meta new file mode 100644 index 000000000..cbe6b8cf6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathPartWithLinkInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93745f67c03bbe4580c069a7086be07cb737ffa4466a551a3b66f074ff528692 +size 462 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs b/Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs new file mode 100644 index 000000000..38c7d0f76 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0ddc39d6afefaf0b65d03ceec4c9427a17c24b34157ca14ad24db4da809cba +size 4005 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs.meta new file mode 100644 index 000000000..66e7cc190 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathRequestSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51af0169d8a2a3a67274b3f2d7986a0ab5f3ac0b92c3bda57e58317595a706d4 +size 461 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs b/Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs new file mode 100644 index 000000000..45f565e88 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3021c09186f01da0608b8d2b2ac92e33f86f59f60dd40cc069a679b09f32fbd +size 1454 diff --git a/Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs.meta new file mode 100644 index 000000000..fb0b670a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/PathfindingTag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767708a3ab89d322b26c8e20bad1a21757139b2c2cff97e9d7e7e2dfe22458ba +size 456 diff --git a/Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs b/Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs new file mode 100644 index 000000000..cc1fae5c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2c76376afff97f9157fa44832413249f22edf5c1000c7c304e0ef4a0ee02b4 +size 13093 diff --git a/Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs.meta new file mode 100644 index 000000000..8f70c8313 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/RVODestinationCrowdedBehavior.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ce61f45b33099dbc72471301d94cafff0f64e4cded0ed6daca932c66df1213 +size 492 diff --git a/Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs b/Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs new file mode 100644 index 000000000..bea77d2e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74877f939006c75ba0a2591917a7c2491482e7d2f89b96315d4773a93cd1470b +size 1443 diff --git a/Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs.meta new file mode 100644 index 000000000..932b2cb3b --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/UnityCompatibility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ec03b2cb9e5aabd7bf9973e109351f37ee7e5ee9e56c8e22a79eefc859f2bc +size 460 diff --git a/Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs b/Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs new file mode 100644 index 000000000..6d41d49e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cde7fcfdd6e015dcdc3ed99dd2a48b2ece75b47e228a6cbee222dd3a2aa72b +size 2926 diff --git a/Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs.meta new file mode 100644 index 000000000..b7e030c5c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/WindowsStoreCompatibility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d1b25e93a6f86f9d2bce3dd10a1cf9371aa6c047f07a6c10119f2435279eab +size 402 diff --git a/Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs b/Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs new file mode 100644 index 000000000..0d378077f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1acc9b79d4384bfd157a354ddde6024a0c3ef281ef03df2ca6b5c6da280efe5 +size 16499 diff --git a/Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs.meta b/Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs.meta new file mode 100644 index 000000000..8b8948173 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Misc/WorkItemProcessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bd2deb78aed34c3d9636c4fdc365a47f8d95f55165c5b22c3d6e3d42999147 +size 480 diff --git a/Packages/com.arongranberg.astar/Core/Nodes.meta b/Packages/com.arongranberg.astar/Core/Nodes.meta new file mode 100644 index 000000000..a2b931012 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Nodes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97d18dfd21d87f088b7408bcc4ca8843fe100d5b7cd1b1b17a67737ff9fcd7b +size 60 diff --git a/Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs b/Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs new file mode 100644 index 000000000..e731d8366 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7372099d8c2f1e317a2fc08f80c1db35db8819232ce6ed3e8b3bc44ae06dd78e +size 43161 diff --git a/Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs.meta b/Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs.meta new file mode 100644 index 000000000..fea53c4fd --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Nodes/GraphNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4137d1de20482b9e3ad5c0f3f84de7cc27bafd9a85177c6c195c1e187d4e718 +size 473 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding.meta b/Packages/com.arongranberg.astar/Core/Pathfinding.meta new file mode 100644 index 000000000..ba44ac27b --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9565555ea9a7420fc725137fdb8c1e973b064acf64aef588c105fd91cfc1182a +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs.meta new file mode 100644 index 000000000..770ee11df --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/BlockableChannel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb706b77e40ee51e53043a33e9a4c9d20ff7b0790a9cab3cff6fbabce205c9aa +size 400 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs new file mode 100644 index 000000000..e8a224851 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1600471069c215ffcfbc97fa41bb20e5b14517dcf6e34b03fbcee5596ece8870 +size 10970 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs.meta new file mode 100644 index 000000000..1f5db5fa3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/GlobalNodeStorage.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b139a7742ef61bc369182656467ed3e277e25b71b67a2b078765d5b15be0c95 +size 466 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs new file mode 100644 index 000000000..b83a1563c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e878c1d414ea646358d0d60ee264eeca70e3842001e62bf189f3ffb177b7141a +size 10676 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs.meta new file mode 100644 index 000000000..d6c702850 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/GraphUpdateProcessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13cffd6913521d09e79dbe97d1cc6830e471d5b595c37d0930f951310b8b0078 +size 490 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs new file mode 100644 index 000000000..4c375365a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20de95b4aae208afd87bdbe067f05dba28c9152f10d62d975b93735995cce82c +size 3968 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs.meta new file mode 100644 index 000000000..60889650e --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/HeuristicObjective.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b8f38698c19cedcefbe698f6c48dbd9552377f62aaa3857330221a5f61eb2d +size 467 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs new file mode 100644 index 000000000..1bfbbf1f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d355816339a7f1111ca186cc323224fa0eac1b86323e09b334207457230ee4a +size 27013 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs.meta new file mode 100644 index 000000000..8a91e3c36 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/HierarchicalGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa543a521c897dd16783badbae559707017ab8674c0f4206c853639e85643738 +size 487 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs new file mode 100644 index 000000000..e0cede9a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853dd818941065a0cc5866f711b8931494da18fdeb1d57c1f8414affc1d1431e +size 4928 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs.meta new file mode 100644 index 000000000..f58dc5bb6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/ITraversalProvider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a12c4edd1e0550b12689c8ebae244a5a53722663024b462326231a17df7fda5 +size 467 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs new file mode 100644 index 000000000..dd30cf63a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26ee1ec433f2683b6102b80ecbe96e40635680dded77870c323887b223b15db +size 48334 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs.meta new file mode 100644 index 000000000..8e79f9c1f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/Path.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbbf19a2fb9cafaeb75b6de01625835b10146f3e936bdd262008e0847a29f6f +size 375 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs new file mode 100644 index 000000000..1c7c62ed2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c37a6babaff083fbf57445e55b916dcdab64b45265dd306f68909a43283503 +size 12339 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs.meta new file mode 100644 index 000000000..7a130d544 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/PathHandler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619c3ddef57a60c5253dc601854d5023b9719c9c9388d4beebbea5a492201c04 +size 395 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs new file mode 100644 index 000000000..443f3dcfd --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdb8204cfd4c1013f86ee11a86fa8d95a7b39a361a1857e24eecdc9b71500c5 +size 18437 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs.meta new file mode 100644 index 000000000..846eed1d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/PathProcessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa2c9d250a8050b018421dda2df70eb2a93053a2b6cfa9d4fb46af9435237f6 +size 483 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs b/Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs new file mode 100644 index 000000000..4684947f9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b4fa583af47348cf509b64e2e50a48276b5e715efe74f1258d47fc963e4870 +size 2571 diff --git a/Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs.meta b/Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs.meta new file mode 100644 index 000000000..76479b733 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pathfinding/PathReturnQueue.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baa7dac47d5c0a0f1eb5782ba73be3a05cba5581b37e2f0a886389be9bb2fc1 +size 485 diff --git a/Packages/com.arongranberg.astar/Core/Pooling.meta b/Packages/com.arongranberg.astar/Core/Pooling.meta new file mode 100644 index 000000000..2f3a9a3bd --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77f6b37e535bcf9e716e2c16867dc2c89f8b35d11318679365d4a0cdb976d74 +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs b/Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs new file mode 100644 index 000000000..fe42fd8b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a45cf3d576f20f58828f55852ba5116aeec946507b7a0b15720bce8488b6b27 +size 6713 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs.meta b/Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs.meta new file mode 100644 index 000000000..ea495be19 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/ArrayPool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14375dcba57596c52307d15b284fedff8ae3e5716c7cd30a2f852c5432807647 +size 475 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs b/Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs new file mode 100644 index 000000000..33e319d18 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce67394b0d79da4ebfd72b4d499aa01805f80297b3c4d20373996248d7436d2 +size 6484 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs.meta b/Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs.meta new file mode 100644 index 000000000..f15833dd7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/ListPool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce466756d8ed013cc01a93cdc61455ee601feffa35df3561d7b3a95140ae4e88 +size 375 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs b/Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs new file mode 100644 index 000000000..ce87ac81a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d76358c366b6543b541ec5a08780c22cf6230acff901462b5901632a10c3e7 +size 3703 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs.meta b/Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs.meta new file mode 100644 index 000000000..b7fe06d7f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/ObjectPool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236de7a59c06ab9cf366553dde12bca65419dd7189adaf6ac19f5772c918db09 +size 377 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs b/Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs new file mode 100644 index 000000000..1f36b9d50 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d95eedc6ba9c4af999a66f6ac73520adf88eb20cd0a3f62328f5e17e1a4a99f +size 2490 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs.meta b/Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs.meta new file mode 100644 index 000000000..c253462e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/PathPool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1392caef394bbd8c6e1b5b6dd84275ecb7046788795ee124314c5a7172fc3094 +size 375 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs b/Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs new file mode 100644 index 000000000..e5092920a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6080300087550099d7ee92fc2a6afe571080146819a199bdcbd7633ef0bbea23 +size 2717 diff --git a/Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs.meta b/Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs.meta new file mode 100644 index 000000000..6019aa0de --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Pooling/StackPool.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a10cbb28b9f2a8082e0a497c29a01422187ebc3e543e744c4e25388b65531a0 +size 376 diff --git a/Packages/com.arongranberg.astar/Core/RVO.meta b/Packages/com.arongranberg.astar/Core/RVO.meta new file mode 100644 index 000000000..47bc75612 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c1fd42bcbe7597d931a3d47aee3b728a796abcbf8aebad3018353b09f66081 +size 60 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs.meta new file mode 100644 index 000000000..46b31ac7c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOAgent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b807984b165b62fec8ffddb9715b9717b37bb99f727420a03bb294ceaaf9445d +size 384 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs new file mode 100644 index 000000000..4047164a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543643e096d69f467bef94ed8d2cf18933f692042d0325363c70436fc96122be +size 92141 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs.meta new file mode 100644 index 000000000..5be1e0f33 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOAgentBurst.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe336072fbbcbd4efc077317a7543eb6b2b73f964d3e522e5cdf57386ea1d899 +size 454 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs.meta new file mode 100644 index 000000000..67d4d9e30 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreObstacle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480d7c3ec51cef2d1e6c2cf4bcd1554d8beee15ad9ca5de986303da4919aee67 +size 378 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs.meta new file mode 100644 index 000000000..b1cee6c96 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4b7d470fb6f946cb912d2a0372fab579033fca6c96a5e5d8092219d15512f5 +size 379 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs new file mode 100644 index 000000000..aac1f569c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f3f386149610e87a2064f57fa6e323578b38007e4bbdc417ced44fec8b9dc4 +size 55341 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs.meta new file mode 100644 index 000000000..805c9c3a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOCoreSimulatorBurst.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c85f89222a9b4bc998d55e4db92a37c36a681bc17b1f306502790e47c71ad34 +size 462 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs new file mode 100644 index 000000000..a526a0079 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52366884640769f20bc7507956af6b6585e5deeaf3c921149e87b8c791d4bfe +size 14822 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs.meta new file mode 100644 index 000000000..f985b7cd5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOObstacleCache.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9382342d62f1588e5a3a0c11b61da10dabbeb9e194decf839bfe403b2838f0 +size 457 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs.meta new file mode 100644 index 000000000..4aa408463 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5605d5ca9e28308c0a8eb4b05fcf13f49be559a06e20ac810a44f46c04b0f6 +size 387 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs new file mode 100644 index 000000000..17b95b93c --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb94a2519c4b05cb5516b2b17537726249f48d8faadccb95240d504de6f865e +size 33955 diff --git a/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs.meta b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs.meta new file mode 100644 index 000000000..8329723d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/RVO/RVOQuadtreeBurst.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0371534c0054e95aed98fdf1e65dd82dba687ecaf1b5e413f733a969b43ede70 +size 457 diff --git a/Packages/com.arongranberg.astar/Core/Serialization.meta b/Packages/com.arongranberg.astar/Core/Serialization.meta new file mode 100644 index 000000000..ec19f1973 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42a619e1bd6dc9be9a0b6d023eabcaa79b2aa54d059254cec3e4cb32d0b332d +size 60 diff --git a/Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs b/Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs new file mode 100644 index 000000000..6ac038523 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09ef7744d8facb72c33a6b0832d87b25e1b80c8e4b1b92a28f1a266eb46b646 +size 33086 diff --git a/Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs.meta b/Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs.meta new file mode 100644 index 000000000..3d1aae00f --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization/JsonSerializer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7ccc75232f485f09e633d6afd76da66960979b194ce11d84045efe3eb36084 +size 387 diff --git a/Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs b/Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs new file mode 100644 index 000000000..67ee1db28 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2222708708836dd57ae8ecd71583a6ed77e0fb7a52c1270a5fb64213517c6724 +size 1766 diff --git a/Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs.meta b/Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs.meta new file mode 100644 index 000000000..2bb45c6a4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization/SimpleZipReplacement.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1279a5f872fdfc1ad82a4d442064b183f4b4dc11820a2355c06c3c7fbbf9744 +size 406 diff --git a/Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs b/Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs new file mode 100644 index 000000000..c4b1a3072 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd2e99772dd903b5297087b6819f83f3264e4d7813b95ce049537f0fee69fa0 +size 17201 diff --git a/Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs.meta b/Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs.meta new file mode 100644 index 000000000..f60287bb5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Serialization/TinyJson.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2497de84da001d1105ecf9268fa7cd596e71443f8bfb14c76f8230bdfcefb0ef +size 480 diff --git a/Packages/com.arongranberg.astar/Core/Sync.meta b/Packages/com.arongranberg.astar/Core/Sync.meta new file mode 100644 index 000000000..16e782fd0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5f0a8b0f5250e2c4d841f4f64ecca7cdf0b1946908c5765d50551bb98129fa +size 172 diff --git a/Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs b/Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs new file mode 100644 index 000000000..551a6a861 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2710882a44440556a9f5356a2097cecac6fc03de1308efbea0e43a8a3687e8 +size 6959 diff --git a/Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs.meta b/Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs.meta new file mode 100644 index 000000000..f4781a626 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/BlockableChannel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff038c14c61c0f28a17cd1ea8b28e676a598c72532cbb6ec3d91dfec82e43050 +size 458 diff --git a/Packages/com.arongranberg.astar/Core/Sync/Promise.cs b/Packages/com.arongranberg.astar/Core/Sync/Promise.cs new file mode 100644 index 000000000..de79a8b3d --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/Promise.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1003105ff63a44deb2aeb48abc297826deea7151584f2e3539f7e1c3bb4db098 +size 902 diff --git a/Packages/com.arongranberg.astar/Core/Sync/Promise.cs.meta b/Packages/com.arongranberg.astar/Core/Sync/Promise.cs.meta new file mode 100644 index 000000000..2edd215ed --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/Promise.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c383d2ca4f363a2b62e2f13b2b65d0ca9a430667d30a93f865b5cf0d857e0a +size 449 diff --git a/Packages/com.arongranberg.astar/Core/Sync/RWLock.cs b/Packages/com.arongranberg.astar/Core/Sync/RWLock.cs new file mode 100644 index 000000000..893aca9bd --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/RWLock.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50546d6b7766ad7facfb44d67b97bcb8332e31dcccd4f003581a43f3efa01785 +size 7457 diff --git a/Packages/com.arongranberg.astar/Core/Sync/RWLock.cs.meta b/Packages/com.arongranberg.astar/Core/Sync/RWLock.cs.meta new file mode 100644 index 000000000..d5b0fdaa5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/RWLock.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7474e815dfd53d97f580367730241f61a08afecd9a2d866054902a85d11e418a +size 448 diff --git a/Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs b/Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs new file mode 100644 index 000000000..9c6c66c61 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cf687431e7b08dd19c6927355d7c71372c7e1b81347b9f95852e5afeeff4c7 +size 1142 diff --git a/Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs.meta b/Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs.meta new file mode 100644 index 000000000..5521fd40a --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/Sync/SpinLock.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47d15b295671a7ccc543d53cba8c52b5e19b6682cb44e6d771aa6a51e03ba23 +size 450 diff --git a/Packages/com.arongranberg.astar/Core/astarclasses.cs b/Packages/com.arongranberg.astar/Core/astarclasses.cs new file mode 100644 index 000000000..dab99b2a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/astarclasses.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f73b91b06d1e6bbc5c350c849521d1937703603081ebfb42c44e37e8fb1516 +size 64249 diff --git a/Packages/com.arongranberg.astar/Core/astarclasses.cs.meta b/Packages/com.arongranberg.astar/Core/astarclasses.cs.meta new file mode 100644 index 000000000..9d39062e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Core/astarclasses.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3082dbfd90c1b9f90f57b8048fa27ddbb1c5d41b026047a01edfebf86463ac77 +size 371 diff --git a/Packages/com.arongranberg.astar/Documentation.meta b/Packages/com.arongranberg.astar/Documentation.meta new file mode 100644 index 000000000..5798e435a --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd5511594923028a56dff6be4d9dbacee2a3aa2379f19c79d980ffb456f8a21 +size 172 diff --git a/Packages/com.arongranberg.astar/Documentation/documentation.html b/Packages/com.arongranberg.astar/Documentation/documentation.html new file mode 100644 index 000000000..ba7272172 --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation/documentation.html @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed6c6ed0572390392fa152c950d66c21fe20ffab0f254ef9103de927cbb7471 +size 143034 diff --git a/Packages/com.arongranberg.astar/Documentation/documentation.html.meta b/Packages/com.arongranberg.astar/Documentation/documentation.html.meta new file mode 100644 index 000000000..e2192bac2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation/documentation.html.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacd45c3f37ee4b57ae64ef709c05467f3573cf0bc28a19c829c6a4b02bf302e +size 376 diff --git a/Packages/com.arongranberg.astar/Documentation/documentation.pdf b/Packages/com.arongranberg.astar/Documentation/documentation.pdf new file mode 100644 index 000000000..4ea79bfa9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation/documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbfe3e36f57544fad14b8fd5d52c7681f533e0ce93b7e852e953771e87958da +size 1213 diff --git a/Packages/com.arongranberg.astar/Documentation/documentation.pdf.meta b/Packages/com.arongranberg.astar/Documentation/documentation.pdf.meta new file mode 100644 index 000000000..12ffd6e42 --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation/documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb018760760ceec768c9194949e3eff17ca2db015e90aa6a9a67825d5486e34 +size 372 diff --git a/Packages/com.arongranberg.astar/Documentation/index.md b/Packages/com.arongranberg.astar/Documentation/index.md new file mode 100644 index 000000000..60699fb65 --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation/index.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf96902bcb8b1054840b2ef4ccf088f8a8fff45a41ebfa3bf8c5354d89a21d2 +size 275 diff --git a/Packages/com.arongranberg.astar/Documentation/index.md.meta b/Packages/com.arongranberg.astar/Documentation/index.md.meta new file mode 100644 index 000000000..cbc65b45d --- /dev/null +++ b/Packages/com.arongranberg.astar/Documentation/index.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a2f5d279a4fa9221287e812f2d1455a69960c5b01f0054b41f5b8cd5fe0456 +size 366 diff --git a/Packages/com.arongranberg.astar/Drawing.meta b/Packages/com.arongranberg.astar/Drawing.meta new file mode 100644 index 000000000..390eb21a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dcf11f83dcd6e974035ad90ae562e48fcf5569908f209cc005fd715c9fd392 +size 172 diff --git a/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef b/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef new file mode 100644 index 000000000..4327b821e --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e1231e8c22f26d4fd7d74bef5f10ac3cb36c67f4965baf4f46a74357f5d4f4 +size 2858 diff --git a/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef.meta b/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef.meta new file mode 100644 index 000000000..7eb2a9704 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/ALINE.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f3b434b998f3f2653de0c0c91e330ff541394dfd31427f8b5d51e2fc651778 +size 372 diff --git a/Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs b/Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs new file mode 100644 index 000000000..1bca73a3b --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48eaade6f31f27a3d0140f55ee6de0215d327993351fe9d880826a1aec23d11e +size 2599 diff --git a/Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs.meta b/Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs.meta new file mode 100644 index 000000000..71f36c19e --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/AlineHDRPCustomPass.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a077e03b8d93a162237652b213f6697a2f5c1e51cd3eecca1de8edbcae7ca9 +size 459 diff --git a/Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs b/Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs new file mode 100644 index 000000000..35ecd2d23 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd0245535492e43c7d294ecb719a3151210560edf259b6dbfab177dc10878d4 +size 3844 diff --git a/Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs.meta b/Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs.meta new file mode 100644 index 000000000..c6a6f7184 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/AlineURPRenderPassFeature.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552e1b1eb0c3337dafc30493dbb35b51de9ccb085f0410a31018f05ef62400da +size 465 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs b/Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs new file mode 100644 index 000000000..5ab025998 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be30dda000fa21f94619ca993e938418ad5b488a687e0f54ca8614db5d8163cb +size 124772 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs.meta b/Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs.meta new file mode 100644 index 000000000..353a50405 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilder.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33626dd59ffa0207cc08bba1a26fcf22b31d882b2f9da30e632d5243a9286780 +size 454 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs new file mode 100644 index 000000000..40b011248 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8f17e5194f3ab89cf06be2b46a0dd5a12486ec38a45eb266f8c889fcc90377 +size 15112 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs.meta b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs.meta new file mode 100644 index 000000000..1bd2ba79d --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c506ddc7b6520d5aa25d73ccead30c5ba33caf63ca0ff4f5f4c22c339f85273 +size 456 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs new file mode 100644 index 000000000..c7aa8c524 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff861dd220395c2ac3a7e20ef44106bdc39a677d2ff6a496b6f06347d976ad20 +size 23145 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs.meta b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs.meta new file mode 100644 index 000000000..da4eabb23 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilder2DExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b90888e2a0aa3f150e6379760701fa4390a41b143cd00f6a4a64e3496a0689 +size 466 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs b/Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs new file mode 100644 index 000000000..818705a75 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37556a04ce89df9985824e3921582a77c630267aebe0013a2db3ea3a9e509b51 +size 19248 diff --git a/Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs.meta b/Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs.meta new file mode 100644 index 000000000..9081fb8c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/CommandBuilderExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f848a9e43e05cea0c09f0cfa7e0647bba2c62ca3a22af315bfc32658e6a6ae5b +size 464 diff --git a/Packages/com.arongranberg.astar/Drawing/Compatibility.cs b/Packages/com.arongranberg.astar/Drawing/Compatibility.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Compatibility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Drawing/Compatibility.cs.meta b/Packages/com.arongranberg.astar/Drawing/Compatibility.cs.meta new file mode 100644 index 000000000..0b723460c --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Compatibility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a7b627add5422df67c6338b238d85e39fa30c74423c3f396a4ce45be72912b +size 453 diff --git a/Packages/com.arongranberg.astar/Drawing/Documentation.meta b/Packages/com.arongranberg.astar/Drawing/Documentation.meta new file mode 100644 index 000000000..967f96cda --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Documentation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c65de5459abb65fc65efbb8b0c354ef609b9aeffab9064f6ffe646de8bf38bc +size 172 diff --git a/Packages/com.arongranberg.astar/Drawing/Documentation/index.md b/Packages/com.arongranberg.astar/Drawing/Documentation/index.md new file mode 100644 index 000000000..80997cfef --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Documentation/index.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabedb7199572d5031d00467543d632a73bd964cef128bedfe6cb2e22b9be24e +size 241 diff --git a/Packages/com.arongranberg.astar/Drawing/Documentation/index.md.meta b/Packages/com.arongranberg.astar/Drawing/Documentation/index.md.meta new file mode 100644 index 000000000..a84f19d9c --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Documentation/index.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885d9ab5a4a8a46b8a870b0387fae85b711cd21c59e99d0560bef524e2aee9f8 +size 374 diff --git a/Packages/com.arongranberg.astar/Drawing/Draw.cs b/Packages/com.arongranberg.astar/Drawing/Draw.cs new file mode 100644 index 000000000..c726e1772 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Draw.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fec0c03e04f88688e6e6e504bb84260be9a41a28385af1aab995a376c509363 +size 42151 diff --git a/Packages/com.arongranberg.astar/Drawing/Draw.cs.meta b/Packages/com.arongranberg.astar/Drawing/Draw.cs.meta new file mode 100644 index 000000000..1e3314e00 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Draw.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f3ab6215e16fb31b2112e464887fc1da93f0fa4999f6f84bfa72fa5246129f +size 465 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingData.cs b/Packages/com.arongranberg.astar/Drawing/DrawingData.cs new file mode 100644 index 000000000..f1096a66d --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3535149de1806e514eeba91ba5ca047c9c2e5b735845c83cbb2b27d6e8251f3f +size 64127 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingData.cs.meta b/Packages/com.arongranberg.astar/Drawing/DrawingData.cs.meta new file mode 100644 index 000000000..9ea7dca5d --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616ff782502854afd6231a2a7afc4e4c38dc6ba202e24e08d5ebcf351f3db142 +size 472 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingManager.cs b/Packages/com.arongranberg.astar/Drawing/DrawingManager.cs new file mode 100644 index 000000000..aa0986e97 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6186d9c4b48f3ae9b741f5cacb2957a692864c13116f27dcc0e32188c9059ff +size 36777 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingManager.cs.meta b/Packages/com.arongranberg.astar/Drawing/DrawingManager.cs.meta new file mode 100644 index 000000000..0d5f549b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a605c4c824ed12268a085ce0b587abdb7d142c6da7fe9e2cc9dcaa532add56cc +size 458 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs b/Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs new file mode 100644 index 000000000..a8f308612 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79af3b22d7d3ea12d7eeef9f03b96be7eba53c4384c1f2289d9741c567ed62dc +size 2748 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs.meta b/Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs.meta new file mode 100644 index 000000000..a3e59cb2b --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f25849ac08e8003c5aa2f98ed88d725f1078f5e0172a79bac25be54710bc5b0 +size 455 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs b/Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs new file mode 100644 index 000000000..e61d0ecbc --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bae40bf5cfa50143e47ac6c47ca6d2d5925a9576c47050cf1fe36022950e7d +size 4927 diff --git a/Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs.meta b/Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs.meta new file mode 100644 index 000000000..6aa70f270 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/DrawingUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387eb20b553f42329ab3ab43806ad27d0bf1fee95c0b5d47dd3b121d9fe21339 +size 456 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor.meta b/Packages/com.arongranberg.astar/Drawing/Editor.meta new file mode 100644 index 000000000..3057be76c --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:960de142ea6a1adb9e0e6c0e569b38f5b741278ee9eed2633e5356eaf85c676f +size 172 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef new file mode 100644 index 000000000..3fc5ee193 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7790a848519b8a143c1eeafa1bae472fad6473265957293fa2f1fc5faf45818d +size 1046 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef.meta b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef.meta new file mode 100644 index 000000000..754411058 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingEditor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4328996510bd2d2a64fb7206aa255de20d068fb9c66b65fb100b862d56d3e0 +size 387 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs new file mode 100644 index 000000000..22cd48931 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c3515672b7ee8ddbaea2e4172600be13bcc7b18fffdc604054e9ee974fec91 +size 332 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs.meta b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs.meta new file mode 100644 index 000000000..225059bd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingManagerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce684ad63bddb404901964a89e57ff582e7eb16d0b30355b71070938a615b52 +size 467 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs new file mode 100644 index 000000000..ec6f74a84 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bdada41ec79b6e05d0463dee6dc5168ba1f3d662b61af1012f28f1d94e2f33 +size 3647 diff --git a/Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs.meta b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs.meta new file mode 100644 index 000000000..5dc1d35ef --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Editor/DrawingSettingsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37901b97991a22303d7074da4e75c240cd22a4f193cfa4a191967f5e0ef7eef3 +size 468 diff --git a/Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs b/Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs new file mode 100644 index 000000000..1243fd962 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c47508c8db5c7de352b86529314060a6d5062ae4e9ac20dd251679c0dc04a7e +size 43356 diff --git a/Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs.meta b/Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs.meta new file mode 100644 index 000000000..7fc665c8c --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/GeometryBuilder.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0688c3e2f63684587ba7bec038668d2f1608773a4de74559f75fc9116d90a0fa +size 455 diff --git a/Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs b/Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs new file mode 100644 index 000000000..3e8e1821e --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c049aaffb78f373989977c5042778ae1fbb112e1cb30e380dd671c1555438cb +size 1308 diff --git a/Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs.meta b/Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs.meta new file mode 100644 index 000000000..4228bf126 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/MonoBehaviourGizmos.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7470b813c3b0c6e38258aea0e6d334a88068cc68b59e565e63e2f2c0b7b1d331 +size 459 diff --git a/Packages/com.arongranberg.astar/Drawing/PackageTools.meta b/Packages/com.arongranberg.astar/Drawing/PackageTools.meta new file mode 100644 index 000000000..f9209cead --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PackageTools.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e38cd74a749a2a98a0d37c1d30d9b02b11dbd2639f1187ca1be5ea97320107 +size 172 diff --git a/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor.meta b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor.meta new file mode 100644 index 000000000..a4d0979ad --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f9b41860ad90b4ad14cf3dac6e27e5790ed2466f203ccd61c84e1f71a055d7 +size 172 diff --git a/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs new file mode 100644 index 000000000..f013a6434 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60938a9908960b82a390a127e552b9e76ba2184e09336861b917d0b93efd7cd +size 1369 diff --git a/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs.meta b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs.meta new file mode 100644 index 000000000..1f4b29e21 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/DependencyCheck.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41237391c00cbe2bfb86a0a20ffe562f8874113c2f3e1ba502ae537dd1b5a47 +size 475 diff --git a/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef new file mode 100644 index 000000000..9f4cdc72a --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2645511ee70a5d7e2196fcfa6d1546e3daeeba08220c867f33eba23bbeb3b903 +size 872 diff --git a/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef.meta b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef.meta new file mode 100644 index 000000000..8f14c8ffe --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PackageTools/Editor/PackageToolsEditor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18a141cfc8adc8f2905b2c21472c3ff5493e942553c93954238266318ec68d2 +size 405 diff --git a/Packages/com.arongranberg.astar/Drawing/Palette.cs b/Packages/com.arongranberg.astar/Drawing/Palette.cs new file mode 100644 index 000000000..b3e7a8adb --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Palette.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f215b18de4c2662ece2146758e2fc8f6097a7d134c58ddccfdc18a8570133cc +size 5127 diff --git a/Packages/com.arongranberg.astar/Drawing/Palette.cs.meta b/Packages/com.arongranberg.astar/Drawing/Palette.cs.meta new file mode 100644 index 000000000..c27c8a5e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Palette.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915b343db3fcd10ed680f94b609c86f9cbfd32f271a93b5fda1b1de4889301eb +size 447 diff --git a/Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs b/Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs new file mode 100644 index 000000000..a0199522d --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffac4ff646381c762c46ae685c689ba9d92a2a9ecf99b3329a4069a2ac1c471 +size 4865 diff --git a/Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs.meta b/Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs.meta new file mode 100644 index 000000000..9f5598e34 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/PersistentFilter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d802a69ed12e5b18c2907be8c8178bd0bd5029aedd77b0d7daf80f33724ea5 +size 456 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources.meta b/Packages/com.arongranberg.astar/Drawing/Resources.meta new file mode 100644 index 000000000..945a90d70 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96619210174bb80ad1abe00f7674983f3f4f209009705988e78578a43306c370 +size 172 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc new file mode 100644 index 000000000..5582136c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41181ccdaba0741278309a77f07354aa701257587707f7b3e2ea00a10539bdcb +size 2510 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc.meta new file mode 100644 index 000000000..a00aad167 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common.cginc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd28251ed76565241c63d968fc6d422fac5f1cbeeb2e86ce3faccf66971e93c +size 419 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc new file mode 100644 index 000000000..3fe1bcc8a --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1962aa236d162a1038cdc78888d48bffd85438c2c452f411667e57b796d2a1f2 +size 4095 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc.meta new file mode 100644 index 000000000..2b75172c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_line.cginc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b254f3d5cca5a3a2234582c0c7014f4f4e1bd50367cbb359ecf2da65e28779 +size 457 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc new file mode 100644 index 000000000..f6908ef35 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52b302a17ad0c4fdce79c98330c62ee4788847544af717c06f458036f7f4f1d +size 582 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc.meta new file mode 100644 index 000000000..5e23560a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_surface.cginc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79afc70ecdbf1e0365450483e22a218f1ff5869aa8d3206c40daa17624552dc +size 460 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc new file mode 100644 index 000000000..744e783f9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae2add71342443dd3ee7b74a30ee1ee3544b7d4c6a6049e84d86cd490ab4e70 +size 4396 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc.meta new file mode 100644 index 000000000..68ce9aaec --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_common_text.cginc.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540e25464e5d199fb13f29a3be7b9a1e7e616d9981fe07e371e1cc8ca03b98a8 +size 388 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat b/Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat new file mode 100644 index 000000000..20598f164 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb1eaa3186177f54539ac3724179ce0f35d1862230c0f079c64df3bb0bb28b3 +size 2177 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat.meta new file mode 100644 index 000000000..b50391a05 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_droid_sans_mono.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb4d8a22604985d9e98c139c32c0f98c537cd45e4350b77e81a971e6a7b7c95 +size 410 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png b/Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png new file mode 100644 index 000000000..2b608bd3d --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d220a1a17419529cc547ae24fd11fad11b87206be6239e3295163c3d47b283 +size 30818 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png.meta new file mode 100644 index 000000000..facfe4eae --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_fallback_font.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688523d9c6fdcb3b90c2eb414be614437acdd8663a36b8a46729a1af4e49a067 +size 3370 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png new file mode 100644 index 000000000..ea1b9b5c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bd4426cd8f6e7c3f17bb5db9e8cf8409c3a70e1b441d7f9f939b2c71c185d8 +size 36393 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png.meta new file mode 100644 index 000000000..4eeafe6b3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df48819960d1931a887a21f871ddaff28d404f170476c191becd0b3453db04fc +size 2628 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf new file mode 100644 index 000000000..9c2149aed --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089bdaac95caeed25a8392a6f0606328d009473119f1c7465b642d5cebe5320c +size 117072 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf.meta new file mode 100644 index 000000000..4d30ac47f --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_font.ttf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1eb31caa0e3b147d7416ef14af641f9900dafa0557bc015ee86cc1723a08850 +size 795 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat new file mode 100644 index 000000000..d9ba3d51b --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62c3af77177022f96c8fcf45da92df916e33dbf577f1d5fe984d2f5b5a43252 +size 1813 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat.meta new file mode 100644 index 000000000..2d2713ff8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ac4d35a28034e2efa8f94b074f6716e94fcddd80d6964a06c50b99a4e52198 +size 402 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader new file mode 100644 index 000000000..00f608ecc --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe67e3ef479a5f9d95adb95b2e9ee3afca2488cda79f59b1f1d48d59cbdbbd9 +size 4475 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader.meta new file mode 100644 index 000000000..be0a3e88b --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_outline.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1030dddfce0025059e28148b1ef8ee1489d9680d45750207bf693ee9b6533d7 +size 421 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat new file mode 100644 index 000000000..7f1140722 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08195b209b3f904b42a489c55da1b36a06a504290ae91761886c1de3c345f967 +size 1545 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat.meta new file mode 100644 index 000000000..93023ae86 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34165d0ba68a2678da23f7e53fa426b279d7e12d7199aa2879146ed55cfcd555 +size 281 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader new file mode 100644 index 000000000..3053980c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b09639c925199332e8bd432d25afe8ceef028ff829150772429c5e14a590fbf +size 3425 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader.meta new file mode 100644 index 000000000..edcbe887d --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_surface.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020cf8809e0d9ad71944eb69290eb598cfbe9336ebe245b18f027b0dbf01a693 +size 284 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader b/Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader new file mode 100644 index 000000000..f1b9d654f --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43efd1aa7a20809e0fdda14db6835d8efc9370612029c7e534e01700bc3d952d +size 2102 diff --git a/Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader.meta b/Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader.meta new file mode 100644 index 000000000..40c625744 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/Resources/aline_text.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65656088d43ebd7838ecee5ebbf4871fe1807c4eba1d1567bbfa39a5ad8a7822 +size 418 diff --git a/Packages/com.arongranberg.astar/Drawing/SDFFont.cs b/Packages/com.arongranberg.astar/Drawing/SDFFont.cs new file mode 100644 index 000000000..81bdf7e59 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/SDFFont.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deee85fb625cf7aed084075a95b1ff65f8780c8446924387bfae60323c8c030 +size 12957 diff --git a/Packages/com.arongranberg.astar/Drawing/SDFFont.cs.meta b/Packages/com.arongranberg.astar/Drawing/SDFFont.cs.meta new file mode 100644 index 000000000..d457ee3f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/SDFFont.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47268d4bde09d1155f2e2c570d43cfc24883c4c41aeaa51781c15017c86cb8f4 +size 447 diff --git a/Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs b/Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs new file mode 100644 index 000000000..fb850ce55 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0db0232f1611de8235d33e2cf829d32c6caa02062bfec22a6e755794af7f85 +size 11201 diff --git a/Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs.meta b/Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs.meta new file mode 100644 index 000000000..bc7f8797c --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/StreamSplitter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb78489845ba5049c32e55654d527db55d025c713dadecf836c0fe535979b9f3 +size 454 diff --git a/Packages/com.arongranberg.astar/Drawing/changelog.cs b/Packages/com.arongranberg.astar/Drawing/changelog.cs new file mode 100644 index 000000000..e62e9f308 --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/changelog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4abd41aa4a676f4e6db0059fa7d8583bb0611d3d130f1184c4b4544a1d44db +size 25110 diff --git a/Packages/com.arongranberg.astar/Drawing/changelog.cs.meta b/Packages/com.arongranberg.astar/Drawing/changelog.cs.meta new file mode 100644 index 000000000..c03cf014f --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/changelog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852b2c954fa48f7243bf64984dfc7000652172ece7ddb93a9f43c37e9e8f4468 +size 449 diff --git a/Packages/com.arongranberg.astar/Drawing/package.json b/Packages/com.arongranberg.astar/Drawing/package.json new file mode 100644 index 000000000..25c5e886b --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/package.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519872b2522444cfe23f78fe5a02f084cfa3558fb876bf2308007053c2b7fdca +size 1342 diff --git a/Packages/com.arongranberg.astar/Drawing/package.json.meta b/Packages/com.arongranberg.astar/Drawing/package.json.meta new file mode 100644 index 000000000..ba4e5788f --- /dev/null +++ b/Packages/com.arongranberg.astar/Drawing/package.json.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b097981b34cabefd805b1e3ab800dc0eacfa3f13f76de1164c071002d02ab27f +size 364 diff --git a/Packages/com.arongranberg.astar/Editor.meta b/Packages/com.arongranberg.astar/Editor.meta new file mode 100644 index 000000000..eb6a3bd60 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402f782dda7491f917494414b51a6565fcb9d471c6ae9bd270564035bae45967 +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs b/Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs new file mode 100644 index 000000000..d2cb41729 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b76153b80350d58bda79a1fa8cea7727863057417a508cff9c7d83b981c965 +size 8182 diff --git a/Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs.meta new file mode 100644 index 000000000..e530c2dd8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AIBaseEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9b03f1f450cca7ba5b78fa2c384c4c6d29937c1076666d64228dbf07bffaf4 +size 472 diff --git a/Packages/com.arongranberg.astar/Editor/AILerpEditor.cs b/Packages/com.arongranberg.astar/Editor/AILerpEditor.cs new file mode 100644 index 000000000..5e36e14a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AILerpEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5f2480964325a1c7a124f6e0c710d96c91a435a54fdfc5ebb32256abc57cf3 +size 833 diff --git a/Packages/com.arongranberg.astar/Editor/AILerpEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/AILerpEditor.cs.meta new file mode 100644 index 000000000..8174422be --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AILerpEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9619faa038a702f5fd9c4c7460fa165a6d539cc3d5e9bb2df117a8089be9f1e +size 472 diff --git a/Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs b/Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs new file mode 100644 index 000000000..332620e7d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf226da74efe7948391785603650a5c866835836da4e7f5c3fc273af91f2b32 +size 695 diff --git a/Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs.meta new file mode 100644 index 000000000..10befaca1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AnimationLinkEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a183e48a68a191008bd410a022b32ad330989d222856696f927c4e3a61fe9393 +size 393 diff --git a/Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs b/Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs new file mode 100644 index 000000000..4a1dbeaf1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b8cbde175b4640570ac5ece0a60f9592bf74f0e3d56da10faa2984f8aa0e3b +size 51380 diff --git a/Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs.meta new file mode 100644 index 000000000..01ab16069 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarPathEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecda180a9116838b4dc6f940a2ce0c28a9147b9a3c692bf6d333fd2785ee450 +size 376 diff --git a/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef new file mode 100644 index 000000000..c7cad6b9e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcce390274a6acbbb8e09fa25b73e295137ec7c5f23ce848b27ea8eb43eac26a +size 2327 diff --git a/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef.meta b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef.meta new file mode 100644 index 000000000..f283973cd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cbfef6d18cc6d50fe631cca08c7d6d7cf5c52839ad3ec9fd18d3920f1c234d +size 395 diff --git a/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss new file mode 100644 index 000000000..d11de9689 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c188ff8dabf9f434826cf5cced7dbee9f6ac84c4fb8ce460687fe4906c4e718 +size 3141 diff --git a/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss.meta b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss.meta new file mode 100644 index 000000000..d657c4a2c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarPathfindingProjectEditor.uss.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8951a2c085166452dd9e483a8525d0d7ee08a3b94f206b64c44ea84852dc6d9a +size 531 diff --git a/Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs b/Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs new file mode 100644 index 000000000..4192f6e7a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b03ce75c75d76d8089fd793c57133567fbdb8bc41656ac6a3c974c5f0a69e9a +size 10952 diff --git a/Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs.meta b/Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs.meta new file mode 100644 index 000000000..861c0208d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarUpdateChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6811a661003bd2007729cedce9947ffc4b7bb5fa2ba1d9546b9cf84e5d162bf +size 392 diff --git a/Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs b/Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs new file mode 100644 index 000000000..4f59183f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7649531930e7726335ab87fea2a7db3729a52bb4b6ff6126ff8b79ce20c53601 +size 3080 diff --git a/Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs.meta b/Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs.meta new file mode 100644 index 000000000..83b53cdd7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/AstarUpdateWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6640dfdd6183db3dffd28c2048dd549f67ce8952b741135581d48d86ef62b120 +size 391 diff --git a/Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs b/Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs new file mode 100644 index 000000000..13142acef --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d300bd719c871309e7bbb8a20152615cc98a11ba30befd2f61a7e55386239c56 +size 655 diff --git a/Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs.meta b/Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs.meta new file mode 100644 index 000000000..622c44afa --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/CustomGraphEditorAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e86548bd2214e1d1694ed15d8d22ed78c765ee3f2718bb5f3961ad9bf38f57 +size 400 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets.meta new file mode 100644 index 000000000..051f4605a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a423f29103d1274ee7e429ef5b746974d367636855e544d89ea7bfaeab6099 +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin new file mode 100644 index 000000000..2abbd3b5a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efadcee1de411419f4285c36a46048be9fb7f3c03af5faddc1051632e47eb2b +size 85063 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin.meta new file mode 100644 index 000000000..653694d6d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinDark.guiskin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d488821812ea251aa63fc8dc247ebd1b8a488af7da16e2725286b2772c24068c +size 293 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin new file mode 100644 index 000000000..c87352c59 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703964646c95a78b32de11236cd5d3f119eaa591c3b3e9d1848399cdb09d6884 +size 84979 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin.meta new file mode 100644 index 000000000..157c3d9e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/AstarEditorSkinLight.guiskin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa22f9c5a638d0ccb4a416cc38736d32d65961c5ec151e76debf07da5fd198c +size 294 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons.meta new file mode 100644 index 000000000..24937c86c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac30e62cd509de7bdd714bc07e36c446b7f3527465ff8b99f4f2887742f0824 +size 172 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png new file mode 100644 index 000000000..470726e3b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcb216e2e873eb89be55c7f30235f7ce8d0ec14f55c1f806dc61158e2af1cd9 +size 5307 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png.meta new file mode 100644 index 000000000..c41035d4c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AIDestinationSetter@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac7b7269c020e0734eba6b92dab621e1a294d4fb4cb64a802a85541c88e2572 +size 3194 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png new file mode 100644 index 000000000..3e6c8ea25 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0131f9304d0527726a2807c6c8ad99e115de185347ccad451f6211e5f299da8 +size 9036 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png.meta new file mode 100644 index 000000000..b9bfae3ae --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/AstarPath@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e654b25d8ce6d593ff0f311ec77ca1eca9f6b007869099deaaef1e0fda4434e +size 3184 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png new file mode 100644 index 000000000..6af31a87f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b00ef19534862e7636901d539f719e301253db90ac6b37ee13466ad918d3ead +size 4518 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png.meta new file mode 100644 index 000000000..2ee9535bb --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/DynamicGridObstacle@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbfeda5f990fe96a1948990341fa593f554d91264617c805fc8effa75b3e862 +size 3194 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png new file mode 100644 index 000000000..a53609f97 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd153f8c5dd0226f2e8d9a83ebb8a251f09ab0c61815a61074a39e762dcf729 +size 7628 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png.meta new file mode 100644 index 000000000..8a58f15d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MoveInCircle@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8246c72a23d0427e2503ea913bf50b4ebf332879a3e2adecc69d828e34bdc5 +size 3187 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png new file mode 100644 index 000000000..f9ad63148 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359f1421ee889880f12eda34673cd8b5ff5ddd739759dd62830d7d0e89740b52 +size 6063 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png.meta new file mode 100644 index 000000000..f06278b1a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/MovementScripts@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866fa3bb4888905d7f8b6dfc2ab5b60d59b6f2b21b9e678dbef30b489fef155b +size 3190 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png new file mode 100644 index 000000000..5fb1fddd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0302bd51e1aa8915cfca045869045a00b2fd352d022f7047dc5b9508b0f9da51 +size 4536 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png.meta new file mode 100644 index 000000000..c20d4a5a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshAdd@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5318c13fc38a98b3f61294bb687e93cd95c024c78c22a33bb300ef6e502590 +size 3185 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png new file mode 100644 index 000000000..2f443e791 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dff11d1e87499bca94f148dc498904f3d5e40339ed02359eacae2a15f2f104d +size 5258 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png.meta new file mode 100644 index 000000000..bb5ff697d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NavmeshCut@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65155b078e0a799907ee9eb37bb4430b1d90e75d9a6bff9f63a3250631e91c1 +size 3185 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png new file mode 100644 index 000000000..d59c99762 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f832fa968bc485ef97475018a271f0bc797e053d79cf2731081c56fad7a694 +size 7161 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png.meta new file mode 100644 index 000000000..1c4b87913 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/NodeLink2@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c73386691c13e4f7c9f5724df29dcdfe90e43d84fe45486db67fb6fba0f8407 +size 3184 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png new file mode 100644 index 000000000..102e8c104 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513d5a544fadb29b4a5b7363729fceb24feb71087e1ccea4bc74cae5165bc318 +size 5686 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png.meta new file mode 100644 index 000000000..e39f4bc3c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Patrol@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b65faabc90847a134a01e51b88ad92132cc65ac48c256806b8c16c62a6f13b +size 3181 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png new file mode 100644 index 000000000..6f39562e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af8b6bf375dab695adc5146d69571198b1859d50991bd6b982fd92c15027502 +size 5483 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png.meta new file mode 100644 index 000000000..667a0d3a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/ProceduralGraphMover@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242801e7549d3721e4f0c24ab5e2af45973073ed350d922d9f21905a7402ea5f +size 3195 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png new file mode 100644 index 000000000..05622c3aa --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6183d6e861156b3b92de6cd5b38a8eba42cfaf691c53dba2e28884dba8f9f099 +size 4535 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png.meta new file mode 100644 index 000000000..bd67d86e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/RVOController@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73433d70c533a1ef3900b2a0c171f70dd9468dc933ac55a116df3388034dde93 +size 3188 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png new file mode 100644 index 000000000..3768626ae --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd481352d1cb1edcba19763a16cf7f2a4ab9e6f8cb4701b62f88058260937762 +size 8563 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png.meta new file mode 100644 index 000000000..a45e300f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/Seeker@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d9342107f4106046032096fee62902a97471dae8cc79af15737d5b3dd3dbde +size 3181 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png new file mode 100644 index 000000000..4e5cff102 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09ed2f47af2e63d107d9f112927c9457f24d2a7de33e3977523df9f5d198b00 +size 5307 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png.meta new file mode 100644 index 000000000..be53b8981 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AIDestinationSetter@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61597da0185074ca873faf26085a278f8a614751f65cf3906fca87fe45bf8132 +size 3196 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png new file mode 100644 index 000000000..c7f38936d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d8331a8ea64959f508c3084ae05edaac4d7966a5e15ebb94d48c9fcea9ccab +size 8914 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png.meta new file mode 100644 index 000000000..e6d289692 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_AstarPath@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493f49a27b531edcdd40b9711297545a9effa7eadebb0bcab15e4c5516726b63 +size 3186 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png new file mode 100644 index 000000000..b01ad10c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d8ad0107844a4cc29abe0488188abf64dcec9fe1152453f129721527ba4cb9 +size 4507 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png.meta new file mode 100644 index 000000000..4914a6b4c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_DynamicGridObstacle@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c727a63dfefe42f26d1efd022027b81a83d25e76c910e6cd592c3f0e0f8a4df +size 3196 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png new file mode 100644 index 000000000..aee7fa188 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b14ea0f4dede5e5847bc331b2cc75b412c718c17953a56b37e2d706c97cd841 +size 7431 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png.meta new file mode 100644 index 000000000..903212c4a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MoveInCircle@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a135f88ed43fd171e6ad2a9244ccb1749fa61dfa2eb5431903c4c0aeaac7fbe3 +size 3189 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png new file mode 100644 index 000000000..1b7fc3fb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4b4bb1d198067d588bd2e9d3a59063b2d9edd675c2ca5e8628dc624f2bc384 +size 5995 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png.meta new file mode 100644 index 000000000..86bfb539b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_MovementScripts@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdce49d04214fd24072ff0bef74795c48cea7a01461ee1b165f4dacae369f84d +size 3192 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png new file mode 100644 index 000000000..dbaba319b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2af8658cc0291bf7a8332382a5c8dbbb2d4951cdd9046a010e3cb3ab0ba6e3 +size 4521 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png.meta new file mode 100644 index 000000000..51b0c30f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshAdd@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7bc7af02035348f83c9b2f96e11ce8145aa370cca02364423ddf24283c2d06 +size 3187 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png new file mode 100644 index 000000000..4d2c96759 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b75796d2ee8bf4bb8023daff1ebcc270ab2a48af1b3054a26b3581d39a13b3 +size 5246 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png.meta new file mode 100644 index 000000000..065d9dab9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_NavmeshCut@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e426bae9e309cdc402c474ef56d10861abbecf502f26f975e5782639851ffb29 +size 3187 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png new file mode 100644 index 000000000..0868cdafa --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ceea6f8634bd3b2bd09d02c0b0d3f03c0c7c394ee80e10782421bcc32496e0 +size 5667 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png.meta new file mode 100644 index 000000000..614bc4bd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Patrol@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f94a901426319d4a401775a48a6b277c969f86caebf8125d4dd5ee234a9533a +size 3183 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png new file mode 100644 index 000000000..4ca18788c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91abd17f4ef656d15332123294f3041620844317682b122abe1e3f0ae21a4756 +size 5410 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png.meta new file mode 100644 index 000000000..ae71e879d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_ProceduralGraphMover@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa72f8799c85bcae78f4a2e68e35c451b370fd3e2b06a14e374b3bfbb590bfa6 +size 3197 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png new file mode 100644 index 000000000..def61f5ef --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16b96178ac9c169ccbecccfd36300ebb6a8639a2cdb499442a0fe6fd4b1af13 +size 4523 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png.meta new file mode 100644 index 000000000..0fc9f04f9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_RVOController@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203c9d6b53035d26278e6a8c5e78ae274702b10c01d22185ca115e5c9eb98cac +size 3190 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png new file mode 100644 index 000000000..714b5b93c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4b2ae2c26b579da0c61d674a78427e5f81ddcf628336b28cba089514cdf552 +size 8340 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png.meta new file mode 100644 index 000000000..de4107640 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/ComponentIcons/d_Seeker@256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3481d0c53f632d2b4d4f8a20d0b5fe0c94d719a49ecad990bd7244f953f8167f +size 3183 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin.meta new file mode 100644 index 000000000..3f207708f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f2ff58439ccb3dd61c6ad72232065ab7bf2ce2d579d4a91eb793e5e63e4b22 +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png new file mode 100644 index 000000000..7aa140b7e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d761d09023ef7ab5af7213cc32935a026b1814fcbdca80458fef74dc593e84 +size 294 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png.meta new file mode 100644 index 000000000..ff6f17438 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c384e1975e11cb867db126c2cb3a033ba144165c81721ff1006256c61202a5f4 +size 2880 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png new file mode 100644 index 000000000..8a0aa3840 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552593536611da367a36c177d36b7c0bddc166dd34427bb862d6657bf41d332d +size 446 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png.meta new file mode 100644 index 000000000..d5314945c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/banner@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d63f2774bdd4f47b85de4ddf80c1c3d2c5356e5fe80178bafd3c7c92707114 +size 2880 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png new file mode 100644 index 000000000..30d095851 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e2ec641b7564e9368c35fc55d7989806b0040c892bf1443d9f6a74b8b8bf8f +size 3361 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png.meta new file mode 100644 index 000000000..e2facf779 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/colorInterpolationBox.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fa06e404cdc02e74aad0a8840383732435271584a3611b5253fc1663e07c31 +size 1218 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png new file mode 100644 index 000000000..0d76c06b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3836af38ef7156853ada89f178419db9734722097d639a7d9fe6742a9edb9f0d +size 371 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png.meta new file mode 100644 index 000000000..3d685fa88 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37bf340dfb53bfdf272a965534acce554bd51781254bff1103bc38141e1646f +size 2883 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png new file mode 100644 index 000000000..b6d9e81b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37c877fca3a46a3f5afecba76066fdc64dfff6791ed6f6844a7e050d85f5471 +size 230 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png.meta new file mode 100644 index 000000000..bc448402e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7769979069552c889a6f64b50ba14dd7ea5bef844eb50139e78a103d6f2dcd48 +size 1420 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png new file mode 100644 index 000000000..7b4262bad --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27091b3f7733a2d1e6966411cea281db43743907436c0f0dcca3bcecf03405cb +size 307 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png.meta new file mode 100644 index 000000000..1f3e7289f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819dd1e0608b060bde0e5df687514a58df19ff2310a423ca492679144cefad7a +size 1420 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png new file mode 100644 index 000000000..9abf319cc --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e54f398d00a1f58610a93a70776f8fff6d63e036325f3cefecadbc07d098ec +size 367 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png.meta new file mode 100644 index 000000000..00883cece --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b29745daea4c1fc236c9705d30cebb194755268b0f63b10868e8a7db0a404e +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png new file mode 100644 index 000000000..c3fbe7309 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0be4531ccf68cfeaaa956e419ec9c3df18058e3447da5cd7e1d793d09ff260 +size 270 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png.meta new file mode 100644 index 000000000..5e17a654c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6fd7e85f6887396727219ab3d4a3f29109f90e9e0c18b741dab50e0a7f07b1 +size 1427 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png new file mode 100644 index 000000000..a7362def6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911eeaf9ab7f05bd32345ccc4cd6eb73cf09af90e6dc9e7ac0cd1ddd44c6d32a +size 375 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png.meta new file mode 100644 index 000000000..e0bdc73fe --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41eb4a7b0551ae0f2579cf0fac7b2ad3feb9fa6f2069bfe4dff8438fd9d3503 +size 1427 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png new file mode 100644 index 000000000..cc914ae72 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7960e33658579df5bfdee8775da66009143d69d8decaa071886a55c1a56d620 +size 263 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png.meta new file mode 100644 index 000000000..13477d05a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0f85f48c633fd054551fcbe63fd59a256d636c6eb3c52667380ba8cca06db1 +size 2892 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png new file mode 100644 index 000000000..a6bbe0205 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493bd1944a30311ea7d9ec330de8fe4eb51350ebac43896144efdea55b1c4052 +size 376 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png.meta new file mode 100644 index 000000000..b7dd82031 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/deleteButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2841dc6850ccb01368ba34fcb6742f549cea79c0e24f2d13e4bbafd4c66d8a8 +size 2892 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png new file mode 100644 index 000000000..a8f7b49b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32720d97407a0adf266feb3266374e3907e8f133da047502b65fdd55cad7b87f +size 217 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png.meta new file mode 100644 index 000000000..dc9e70f55 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe122999b5b38001777aaf62451e05bdc64264163b39a0c786dc1890718d5a7f +size 2889 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png new file mode 100644 index 000000000..b27422e33 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573e9fcf6aea9389b041cd77c79366afe8872e3497e20a1fd441dd2daab63e37 +size 280 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png.meta new file mode 100644 index 000000000..ab4ba9eb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736414cba1a8bb31fe443c2128d070884c0effd4520409975c5768db194e54d5 +size 2889 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png new file mode 100644 index 000000000..1d6c99ee2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488fec2f78a90d8281ad360f103058b80fd6e0a00dba4590950a0c08454e6ded +size 251 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png.meta new file mode 100644 index 000000000..a4b90cf15 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de704fc56a3f622add3e8b2b41e5ba36feb47007dbad2649368e520888935bfc +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png new file mode 100644 index 000000000..6501a5ca3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daf97d0f692612ef6d57711a8cd77848167ea64e142da1ff67566c8187f4696 +size 350 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png.meta new file mode 100644 index 000000000..1d38ccccd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc20652ec1c579112ec9f04c91351f04768e80603bb5fed8eeb3e781087f168 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png new file mode 100644 index 000000000..59162522e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d58a7cdfd249bac6e1df10bcbecdefc07ab8ac84dd442c6dc6ff3184de92eb7 +size 246 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png.meta new file mode 100644 index 000000000..a1c3e045c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a609c8bbae939e0100d27025f8967989ff5fe92c45dcb52d941657a4a45a77d +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png new file mode 100644 index 000000000..7c75018f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169fa01677351c21e92c9fd6c4aca40095a0c415216b78d09957e806c959b093 +size 356 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png.meta new file mode 100644 index 000000000..ecc0e8adf --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/duplicateButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6747bd4c0226bea2399eec6b8f95dcba32290b09f27ab1e52ef750ffae041a9 +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png new file mode 100644 index 000000000..b69efb2ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976d498e0feb251683b4fbc9e93eb0bcb71b887ee5b6d69df851600a5bdf8a6e +size 331 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png.meta new file mode 100644 index 000000000..3a18cb61f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68829762098927e51f547061882288baa1c3f2a2f8d356f6e056d0b1d69a5e8b +size 1418 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png new file mode 100644 index 000000000..8ab45baaa --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9bd2f45fb4b6bc667ee8b7c881631d6464346f8a36c8ba8b906ee6f0509d37 +size 489 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png.meta new file mode 100644 index 000000000..3da89f69c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b202c0ff0469d573c04cfc737aa595f44dc247210f61776ec62210361fa50b +size 1418 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png new file mode 100644 index 000000000..a2f6b6d17 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc3819c6935959ef27b28bb87c824194ac08c744cca6bf47886c9f263163dfa +size 326 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png.meta new file mode 100644 index 000000000..69d028f02 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484c9e4486468ab00a9647f120108380da779f2d92ce095b40e00d8cfbd6c2e8 +size 1425 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png new file mode 100644 index 000000000..997d2f9be --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd8c2df10762c5587c21385fc8d317fe2102a9a09821af55599236e9e5cae6e +size 553 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png.meta new file mode 100644 index 000000000..044b8d6ef --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e5ff85a3ebbd6352e99051c69bdb6581e01cb39a0a9505b68da305354e434b +size 1425 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png new file mode 100644 index 000000000..addf5fa57 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9e21203a446b4e5b17f866db0f073c35e50e18cb09106386682281e73308d4 +size 324 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png.meta new file mode 100644 index 000000000..7fc642f4c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185015efd926f3592971b22dfec3880e8d270fcef3569312309145e58f6e3e4a +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png new file mode 100644 index 000000000..57ca82b4c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0adb38269d603e6c41c31af99e263183559faa810d5ce8e1c507bb7bee42bc3 +size 566 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png.meta new file mode 100644 index 000000000..62b8d8809 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/editButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7c0b0de7c6279e13a7b0434977c8ce7559b825db88f3ada275e8187ad42b6e +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png new file mode 100644 index 000000000..cbc5636ee --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99357d3677847c683bfabbe9c0e0e887974187c2cdb227caafb01f87ec640261 +size 502 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png.meta new file mode 100644 index 000000000..dfa8e5440 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d2e4c5882a6378c2d28f9719d7f7791e3d896d5891c430f5732cf39c2b23f7 +size 1423 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png new file mode 100644 index 000000000..36f4e188e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab73f17ddef3b9c428cbc99697014b31a0314a4b8317a9b7f997c05233c8014 +size 829 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png.meta new file mode 100644 index 000000000..2e9cb7773 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5261b88d19c6fa9f38b9e55cf4a38b91db5a30532a88f42e18cdc3450217075e +size 1423 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png new file mode 100644 index 000000000..ec2cb15c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85964ff1049c6876d085332d9779b1ac73df344db824acbc56ea1bb14bd80938 +size 499 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png.meta new file mode 100644 index 000000000..d3418de08 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9caf910ffa6bfe52966a00db6c4f98e08b4d1493488319deb40d1a31686a3a4 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png new file mode 100644 index 000000000..41ca28e2b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd4843f6763f7dccda1cba6c6f194599f273d3dfa17ff958e74d2710266a5ee +size 850 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png.meta new file mode 100644 index 000000000..acb88104d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3002cbef8e85f3e4db6a8c280301742ec2fd22cadd701f1fa1ef1b89e125b3b4 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png new file mode 100644 index 000000000..059534f79 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8903e3451d5a677c899d26c9e141b35c3ba04196c8c355a30f0a34c0c65575 +size 483 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png.meta new file mode 100644 index 000000000..bb44d5966 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8b0848e233b4e60803c4c6b8d48973869828604424faacb0cb43ccf6dada43 +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png new file mode 100644 index 000000000..c07cea9c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad7cf9c7910fe1df606a6dce6ab92e3d3b40b6c4e2bb45d45fd1bfb85634dfd +size 821 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png.meta new file mode 100644 index 000000000..41608286f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_off_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f826bb8178116e397c6a1dfdd90e0cdb681ad9d119ae3bfa63db771a51de1a +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png new file mode 100644 index 000000000..8321dbb58 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cc8043f6478632a628dee766314c51c869558abeba5b687aee3c80de8fca91 +size 444 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png.meta new file mode 100644 index 000000000..ab3be9f40 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad28e63ff8c595aa19164a8d8b091dfd093ae260297688387956f403327851f4 +size 1422 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png new file mode 100644 index 000000000..b44f20b63 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f63e4acec9a6fbabb4d1757c01e3ad23a217e75d922335fe518a66014fedee +size 770 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png.meta new file mode 100644 index 000000000..d11ee40d3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec316d0b473dd4d88ad9280af8c43f70b0deff6a63f567aae3900d398b5bbcda +size 1422 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png new file mode 100644 index 000000000..d7eee3e91 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4e66e2b9a51f0e9aeb95d48dc17571c7b0369e68d659d57bfd2a9ce5c37b0c +size 510 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png.meta new file mode 100644 index 000000000..7bae71b4b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51031b79ad3d5610620eb809dfef3018a460ca78557e1a9fe20b2cfaf1b17a09 +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png new file mode 100644 index 000000000..a18b386e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5540495a85d230356ae81a56f86cda13f6f3141e3dc9734fdef5386ce3163d5e +size 883 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png.meta new file mode 100644 index 000000000..bf06bb0e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c70017ddd9fc51f0aa43c6f564cbea8dd54f6a85a2fcbd95d178045de6f13e +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png new file mode 100644 index 000000000..2cbd88667 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190e628ff51096770134821e600e5bf315ed615cc040192ebd3806561a9047eb +size 425 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png.meta new file mode 100644 index 000000000..e224b6835 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b126c472df6ea1758cbd756d0f62dca53f195ead1f1ae3a8e8775dc3b4826142 +size 2894 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png new file mode 100644 index 000000000..a294276d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b3ed9a6f7119666088a57c031c8dac158ab2ec956b0972ea3c511e0e4e2d6f +size 786 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png.meta new file mode 100644 index 000000000..6d08bc943 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gizmoButton_on_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2915b90a0aaba19ac0f01796af7bcb63069a7efd7ce0c22cd463a30a0c849241 +size 2894 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png new file mode 100644 index 000000000..9d715ac81 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e7db222a88b7f567cb7c3173e7596c433005fb724451450ecac7a06952daf0 +size 222 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png.meta new file mode 100644 index 000000000..f73616154 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/gridPivotSelect.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dff9ab136e4e6e046062c3f9acc325e0c71136cd9a3820b8ddec73dc2bf1f6 +size 965 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png new file mode 100644 index 000000000..b97458139 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718bce9ed14d57dac27ea7a5a421271a9af704fb723c085135c4fcf561344369 +size 1069 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png.meta new file mode 100644 index 000000000..000b5217b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/headerBackground.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc05153278c71b85fa3b9a45720b972792dd29a57354f8e23e7234942f641ca +size 966 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png new file mode 100644 index 000000000..8fbdd7327 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339b839b8c9a411ebe8390266ccb2a01605ba574c0b207698344c46a9bde38c6 +size 1422 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png.meta new file mode 100644 index 000000000..c5d98eb50 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc295bdeaf6c431469cb9d63557d97f9dd63b7da4e4b8a8a4e8d6fb3b6a48ac0 +size 2591 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png new file mode 100644 index 000000000..93bde53fe --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf4d7a4f1e07b5fd7677de20b777b559d6a916187a928935c17e76c17a284bf +size 2094 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png.meta new file mode 100644 index 000000000..ab66e8faa --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_diameter@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899d0448f8a6fa236056656568554db144d641d46db6eea2827151c5710c5db6 +size 2591 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png new file mode 100644 index 000000000..7761dfec7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dd4d57cebb20ee1a78eda4701b60bbb2810ad07f23e1d0d2eff985756d8a7e +size 1349 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png.meta new file mode 100644 index 000000000..114ffeb5a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12205e59f2f39ff81ac50c3a782e41230e55086148a8517678db2b215c0af764 +size 2588 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png new file mode 100644 index 000000000..b2ceb7658 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0454e73614be5a6b2df4fe5e9021b027bcc05206b7b35f59c31507adbe17f7ea +size 1943 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png.meta new file mode 100644 index 000000000..54553cb97 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/hex_width@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d652232c882d7248b148f6d93f280bf3870789b26e48214eaaa8d56f0b86f11a +size 2588 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images.meta new file mode 100644 index 000000000..880c62ae5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafcb1d71856807ea501fbede8c905ffa46ed5c7a04f6fe35f977be5f664f2ed +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png new file mode 100644 index 000000000..4e1e2a397 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b828c66f68e0f162bd1037bf0cc1c11a52d02c90e22b2b4dce5e561860468f17 +size 117 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png.meta new file mode 100644 index 000000000..4f25b1e44 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect-03.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b69e57286e500827d7cf538f5cdfedfd85a8f1af804c49ddb7bc8c2b72cbae +size 1154 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png new file mode 100644 index 000000000..e4f126503 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c056394c4c2cef45cec2578e945c5e0284642a74503a0dba852a1ed9c34d26 +size 124 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png.meta new file mode 100644 index 000000000..b762d2a22 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d0df4ecc8d67d46beab6c2b1d7fc68d07a4310fc289957af6cead1fdd4aef8 +size 1151 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png new file mode 100644 index 000000000..693f04f87 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b0e64df4a488d7250ccab340e68a93ac2fee537acd61ebfe2b35d55e6b55cb +size 150 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png.meta new file mode 100644 index 000000000..264ccb99b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_Normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bfcfc611d6ec29dba698654361e3aba63f1e9c74ad53e289d0dce84735bd75 +size 1158 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png new file mode 100644 index 000000000..a3a101a56 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7704b8361ad38ab9832aa7f2dedff0b912d0b9b6da46c04cfb622c13a26225 +size 133 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png.meta new file mode 100644 index 000000000..79a45a7f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/images/gridPivotSelect_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff3c092c75ab6e06e0aa50586f9fb850836d4db0571ba7790b322543d49b585 +size 1154 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png new file mode 100644 index 000000000..86a6f1456 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a459bd599ef9bf3dc96029dd07dba3f694fd10fe424fd620438c2d8cf5cbdf1 +size 356 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png.meta new file mode 100644 index 000000000..9e09c62b3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5709877c1a405065b7f9d55912ca47ec8b9adee5ff6a0151ac199393fa4aaa8 +size 1418 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png new file mode 100644 index 000000000..4cbb26e42 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb403bca9b370d7fbcf4da9dd07405aa1fdabe2102d33d441c42dffe05dd155 +size 554 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png.meta new file mode 100644 index 000000000..463f5e2b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005849e145f049438ded132a5dab4d23fd78169762ea474550b18a077ce4b31b +size 1418 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png new file mode 100644 index 000000000..aad02b639 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab75502848d5815a893bab52f17169a59918fdd785693f29a62ceca057e722 +size 394 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png.meta new file mode 100644 index 000000000..0a26d2d17 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0577b296a7c8db2b2d5cc65c54d6e6973dd1fb17220bbd765d1d5ed3de4032 +size 1425 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png new file mode 100644 index 000000000..d6e0322ad --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6c7090c17fcc0c2f91d65e0a3f1ff2f1dea9dffc2ffc8fb1d3a357afdc1bd8 +size 633 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png.meta new file mode 100644 index 000000000..ab67fa56b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d65f0024255d67549e7c8c2c3e8d110003ae467d185405fad0483ee3396add +size 1425 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png new file mode 100644 index 000000000..a8dc42728 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43d7305bd716fa876ede6b0a39ba94f18281b87713467ce9f8d21bba5b3b090 +size 379 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png.meta new file mode 100644 index 000000000..31a30bcb7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5769c796f84a7b3bc72e3ba66645d7722bb1e2263de2c4678d5946af3ff33f92 +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png new file mode 100644 index 000000000..fe863eae2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed76b571d782f7a3a4d688e682fcff87065ebf606e45153129d1bcdf606c0beb +size 576 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png.meta new file mode 100644 index 000000000..23e5c43d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/infoButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865a85673dfefa2533a0da7ce95ba1526ffdfb963977a1467366f48a22590b1f +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png new file mode 100644 index 000000000..1fced73c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae80b5085e66452279fb5c259e0961cb506d9a7f0e82ebced61391785307ffda +size 409 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png.meta new file mode 100644 index 000000000..ef33dfe30 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dede67ef3ddf0c2785d9e701928ba1fe09f25df76e670b0896578f5ae18504 +size 1908 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png new file mode 100644 index 000000000..e84aaf13d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4366ab6ba20e2bff4409da3a00b61204794c1f4d84c33fc227fa32397cf22527 +size 1642 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png.meta new file mode 100644 index 000000000..d450361ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_closed@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a5021a39e8b36be40655a7b5aab9717164bc768c12882eb3de742a896e2248 +size 1907 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png new file mode 100644 index 000000000..1b30a19a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf2f8dcd4670c0c19b24e6d02617f9ff75aa1e799a0f470f20d381657cc43b6 +size 406 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png.meta new file mode 100644 index 000000000..4d5d85224 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67af364a569267643867fa106a54cb0c254fdfd7a12cb81fc0af3c36212d005 +size 1906 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png new file mode 100644 index 000000000..bf1eb1e9f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd72bee04a23029f06fd012bca88c1c6a52ac66981201298bddf9f571d4d30b +size 1618 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png.meta new file mode 100644 index 000000000..427606588 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/lock_open@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c9fb1a7c11bb67431a4237c797952f8caf5fbf428af10d9af056f3355230ab +size 1905 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png new file mode 100644 index 000000000..b398c0dbf --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96af5d4eff5de185ba80d00b0bd6bcdad83d08df1d2dfe90be0f312710fbf13 +size 153 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png.meta new file mode 100644 index 000000000..b8719ad96 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9a59ef097055e9cb966d4b4b0c667b67e55b4bf7a77202f8488d9e459e8342 +size 1371 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png new file mode 100644 index 000000000..286f21b84 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28363d1ed727c5dc9e199605e0431de478532048c6d40f3cb03c4566828c0dd +size 1108 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png.meta new file mode 100644 index 000000000..f2a8fe9e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8204f6689a0b05dde1392dec8a2fc3fc83281b26555a6c83dc63f7620745635 +size 1417 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png new file mode 100644 index 000000000..47e9a4dc7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2288b18b58147ac3bedbb510b97f1525a0ffe37e456cc97890fe8669a384912 +size 1331 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png.meta new file mode 100644 index 000000000..e870bd6b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21cdcf7dbb9f9e316685421cb54adc164b48151be65f4c53822097b3f4cb34ad +size 1417 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png new file mode 100644 index 000000000..2acd84804 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858afb667eae6eec1a0c4e3e954e73bb98eecdb811bce873516cd40c5596b5f8 +size 142 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png.meta new file mode 100644 index 000000000..ac16c8c0d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/pixelBox3_separator.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61498f22250ce83130a49e5426f78e3d123ce3f2dc1347f59add4aee92823211 +size 969 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png new file mode 100644 index 000000000..0ef3e05c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093aaba4730313b249462552b0760d53f3431d4e2c33244a90286427a3fd95b1 +size 1156 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png.meta new file mode 100644 index 000000000..8b19e8a62 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3fed8c12348ebe3a946396046dde9c74d3d4afc5b941d48db68c5dd23f341f +size 2597 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png new file mode 100644 index 000000000..9c1b1878e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2528a79a0296eb21b1522657a214690ea139f6879e996e12b510a00f87b9bda +size 1269 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png.meta new file mode 100644 index 000000000..20a796e50 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbd5bced057b1c0f45435c9d5ed6f41de0e7a997a683e54c2842f351c4cdb4d +size 2597 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png new file mode 100644 index 000000000..e80142afe --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fee06a8ddd1877675fb6d9e29a9b63465901138986b5ee253ce00003255988 +size 1085 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png.meta new file mode 100644 index 000000000..fcd766aea --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d0ad1a88f9af4543492728ac81c5058070fa83f48c9c3692002da8d041045f +size 2600 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png new file mode 100644 index 000000000..ad70618ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00640df7534f74358f1650af601876cd43204951d3b62f90190a1ccdb40835b4 +size 1168 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png.meta new file mode 100644 index 000000000..4df4667ae --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/DarkSkin/simpleDeleteButton_on@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a358b45a9e26438a5a3a6087fb35c96dae4afdf8c03ef0b5c0e97a4cbcc8d569 +size 2600 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin.meta new file mode 100644 index 000000000..8ae0ebbdd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b4c28e05857f68447b286a43af409f25dcc2782b39f4a932217f3509d98755 +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png new file mode 100644 index 000000000..7aa140b7e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d761d09023ef7ab5af7213cc32935a026b1814fcbdca80458fef74dc593e84 +size 294 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png.meta new file mode 100644 index 000000000..ec8b9977d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633fca45d47e07eb338c6081d1d9748e0ec29a8b3431a5b5cae29b5017db5376 +size 2881 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png new file mode 100644 index 000000000..8a0aa3840 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552593536611da367a36c177d36b7c0bddc166dd34427bb862d6657bf41d332d +size 446 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png.meta new file mode 100644 index 000000000..88f2e5c49 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/banner@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630334e479199d6b8a9bf13fcdb327bf4d4984731abc72b4f7cca140acc0c2e7 +size 2881 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png new file mode 100644 index 000000000..787e16a76 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71afb1acd70f08d458c1a3d69c15221e4c8da280f92b4cceea71644cd215fcc4 +size 3362 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png.meta new file mode 100644 index 000000000..ff28dac39 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/colorInterpolationBox.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab7c8deed9c0be71d7d32f3276f1ba98c4e59e8475df27ca9c65754e1ca31c4 +size 2894 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png new file mode 100644 index 000000000..5154be3bd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2295ebaaf3d63986bd38f4ea3d237d7736330c4eb969f7d5ee7b7230653f3a12 +size 230 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png.meta new file mode 100644 index 000000000..e5cba49de --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f986bbacb033ddaa4cd578f0b8a46887a5ff148603456c06dea354da1bd6de +size 2888 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png new file mode 100644 index 000000000..17fa46bea --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272acecc16a894bc424343284d690916687ba83dfb6f372d09be80cd2d210479 +size 307 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png.meta new file mode 100644 index 000000000..3019139ff --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7dd66c7f5bf52986b9570416e3a8947da59345d71e8a758c5aaf81d2e32841 +size 2888 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png new file mode 100644 index 000000000..4b249a543 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa32601ba48219813ea6dfb9262b993963501a0b3314975afb147acd2439b392 +size 263 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png.meta new file mode 100644 index 000000000..957c61702 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ba967f65744873bd7504201468d0b3d08c7d93e17a93a1526d7c3ecad07212 +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png new file mode 100644 index 000000000..556993c5f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ea908ad3f435380e40b48ea73ba7446ff4c9150ee4e6b60040579c2278602e +size 380 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png.meta new file mode 100644 index 000000000..19cee5724 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbdcddcfba917ff2501cd68c817d3742c80690e099f0fff2876090a0d548d1b +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png new file mode 100644 index 000000000..c18a967f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9cdc4578633a8d1ef183552106266f21c57377d12c15668baeef0c3ec398b2 +size 266 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png.meta new file mode 100644 index 000000000..933090c12 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196d2888def396853ff525a35720c9db3ee7b8bc08eb53fa5e4b17815e6139b2 +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png new file mode 100644 index 000000000..5834b48cb --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02dbd3642a1df14b588f73a8324b968059822ceb41c0251bca97c57b9dea1a3d +size 390 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png.meta new file mode 100644 index 000000000..3f56897a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/deleteButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a4b8515ad8031655ab10a150a7259025f611dc22bf6f901cdfd1744475f324 +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png new file mode 100644 index 000000000..bfc580212 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd90b000c62bcd01a35cbc623fd76c2f331a96fa03e18ee5c6962e382bb31ec +size 217 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png.meta new file mode 100644 index 000000000..b034f2379 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1808904a69d56cdb76cee5ca8c790bc8fa09fe9d682f9a71d7a72dc758369c0 +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png new file mode 100644 index 000000000..9af3c8e75 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9058a19a0ff7706691b317321c73fcf7e89dd6193fef6568b35b4408e3a54896 +size 280 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png.meta new file mode 100644 index 000000000..33c4195bf --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb25e5d917c451c79a891d41130619d6442f69be3b8dcce3b2b3ccb7db1f33d +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png new file mode 100644 index 000000000..6fd5754bf --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6407f2a413680ef06f220f9d94a7c8a5ae7fdc66bb4bf31f5b037bce14c15649 +size 246 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png.meta new file mode 100644 index 000000000..e87bca7cb --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d2144be94a5144ff177fe54a09aeb32a61e58ce5f02f801981aaedc6f4f31d +size 2897 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png new file mode 100644 index 000000000..baec996ff --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46f389f20f7ae732049d15ae7684473e98aba868e2d449aa60304ec5cafd2c3 +size 359 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png.meta new file mode 100644 index 000000000..99a7d9d92 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72979694c3d9f079c254917eaad8ade80b1cbf1b0b21da1398105ad681e6ea6 +size 2897 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png new file mode 100644 index 000000000..20e9af45a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed02f4b60ce67ee5493ccc76469027490680d6f4b9b1ba13a8a2ebad0d8fa7a4 +size 249 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png.meta new file mode 100644 index 000000000..c7c3b4bf6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7422757393e2da29db74561bada5d6ffb3e9f3f0c283c83402d35f477e27b3c5 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png new file mode 100644 index 000000000..1e6a3737b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233f9efc3e5c03054e3b910ed9c43127b562a350dd7110aa97eea12728c6144e +size 369 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png.meta new file mode 100644 index 000000000..09a6996e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/duplicateButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647d65dbaf0cba27cc9bbf008ecc4d025f74403833e8cc1a66536ce8b69a63ad +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png new file mode 100644 index 000000000..456217212 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad2af11e082d5874955f239ae8107714e10d2a90bf32eac10903d2c9827f5c7 +size 303 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png.meta new file mode 100644 index 000000000..07fa36e8a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7283a10f3cc1d0bd8a2b9ec6817dd609b13935bae19aa473301556990ed8a5 +size 2886 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png new file mode 100644 index 000000000..b3ccd57c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90463834f2a87b80ee788b2c44ecb4b66b45d33284afe28567ac38ad8c7db42b +size 482 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png.meta new file mode 100644 index 000000000..0c63915f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daaa3f5ba4e8755c3ba33af4a32b547afdc11745a4ee71bc1942f8f88d24d70 +size 2886 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png new file mode 100644 index 000000000..36534b6be --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df6a4bb98e440054f7287a18ad1fc58f4752796fd45813271c8680e6a498f19 +size 322 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png.meta new file mode 100644 index 000000000..f40065389 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde0a37d937871995d8d750bfe52b673d7cc90fa28ff9cc59d6de9fa95186b9a +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png new file mode 100644 index 000000000..fcf97d860 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796941033adada18568d090c9252668e9e05058d4ad882812a6807bbae93d0ca +size 560 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png.meta new file mode 100644 index 000000000..9d63ab8e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f264af7a72990d7043c54f3073eb38b6857d5ccfd90b1f0e4dec9c256118c566 +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png new file mode 100644 index 000000000..7ebd15927 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869b2100d0d66bd285eae25882a237df9d9fd9127eca76cef6c1fbe4c6afb331 +size 336 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png.meta new file mode 100644 index 000000000..5a9676058 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485ce1633429f226904adcf3bef4e1bf81b00ae1f90c6bb7054bc3b3eb79d55a +size 2891 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png new file mode 100644 index 000000000..c424411a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c3d3b58862946fc3a4fe63d18d6a45f8f970ecca4f8d277aef7e885fc097f +size 550 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png.meta new file mode 100644 index 000000000..423e579a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/editButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517706ba3731522dc98e5746fc7bd13fb426cf5205fea94122881fab92f124c1 +size 2891 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png new file mode 100644 index 000000000..a389a92bf --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c4fc0f2965669742737243da044817b8ffb1abb229d86109f03d9ae3f52c19 +size 469 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png.meta new file mode 100644 index 000000000..296fdb088 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e968c0823ea1b1c635a16c388860ac4f4007884b8424b3432123b3cb3e67e8 +size 2891 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png new file mode 100644 index 000000000..3e64ae1d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e81867affeb56aced34bfed019e5268b58a35c63e4e986ed4530a76acfb1b3d +size 814 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png.meta new file mode 100644 index 000000000..44fc755de --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c7108afc6921bf6d01896dd8b4555975dff3f17cb49b36a2551e87dcc4beb2 +size 2891 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png new file mode 100644 index 000000000..ec2cb15c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85964ff1049c6876d085332d9779b1ac73df344db824acbc56ea1bb14bd80938 +size 499 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png.meta new file mode 100644 index 000000000..528b33540 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da64c9fa8048032d8d35436894cf3ec098877c7ee8decb5b2d007fa0b78bf4c +size 2897 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png new file mode 100644 index 000000000..41ca28e2b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd4843f6763f7dccda1cba6c6f194599f273d3dfa17ff958e74d2710266a5ee +size 850 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png.meta new file mode 100644 index 000000000..baca559ab --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d82073ba9925e8a006837db48334796afadabb85cabd5154ca26ce8a7376bb +size 2897 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png new file mode 100644 index 000000000..628396329 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ca98a21466fbfd88f5c20845122a13161a4d9e31a23f73183469efefdcf292 +size 494 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png.meta new file mode 100644 index 000000000..4706b96f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd8f1f850f16a110dd788421f894efff0cb8893dfed971e7d137988e2d67d1c +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png new file mode 100644 index 000000000..b70fd888d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a84dfbb85c3e6fb8b9484ed36b84de55dfe2b2704b27d18b0c3ec0820e687d +size 872 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png.meta new file mode 100644 index 000000000..5059d5253 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_off_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242b1279128536954151498953eaca26284b0e96e588124c81c985f535d73e99 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png new file mode 100644 index 000000000..21d8f9b7e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c16eb409607187a3abd3a20bf18e7ee0be675cbf8d73e7f5519c4de79576c0d +size 422 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png.meta new file mode 100644 index 000000000..88ab0fd1b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051d1a671ac7af8543f7ed616921999e72b1419c38368d9c398e8e16a5461c36 +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png new file mode 100644 index 000000000..f0c493e1e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f6b9e21fdbe8d6b7c6770246646af0676fa18d409fdbbe877303074c1b0a34 +size 712 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png.meta new file mode 100644 index 000000000..0829f5c17 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437ec9734a179e53e857c8ddc6d618b4390d0f326407dac181fec80fd1361523 +size 2890 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png new file mode 100644 index 000000000..d7eee3e91 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4e66e2b9a51f0e9aeb95d48dc17571c7b0369e68d659d57bfd2a9ce5c37b0c +size 510 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png.meta new file mode 100644 index 000000000..2567c6cf5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424b8b94f8d3c430c598453c0f163955fd3f37cfc0e8e0c0537bc5311b7aa927 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png new file mode 100644 index 000000000..a18b386e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5540495a85d230356ae81a56f86cda13f6f3141e3dc9734fdef5386ce3163d5e +size 883 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png.meta new file mode 100644 index 000000000..ab3ced4d3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cddc6fbcfe82abf9a19fd1b4dfe8fcf68e7fb456ee8679fcbc7ee3fc57b8ec0 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png new file mode 100644 index 000000000..88f7e5023 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05dd9cf8b2a3891e74f90ff58d2cdeaebef9fc3489b6d908e2088dd911e3318d +size 424 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png.meta new file mode 100644 index 000000000..e124d399a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff71c483499245837f6fd8a44e90491a10f7cc6383f24894586f5a03654a1b79 +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png new file mode 100644 index 000000000..becf3346b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1167456a38556f21026b21c7f3bf8826f2281a12267489053a350635b3b98adf +size 750 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png.meta new file mode 100644 index 000000000..ee05d5b4a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/gizmoButton_on_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b86941a9a179ecc30c01e747493e312da069522c356653034cf7411f62f5973 +size 2895 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png new file mode 100644 index 000000000..a711a2a14 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf5c0370c34324c0134bba797ab73e17c935dc8bfe623023d1a9f852c0f716c +size 1078 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png.meta new file mode 100644 index 000000000..f37aaa1ea --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/headerBackground.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c48f4c6e4c05d8fe4a6eb0b9f6607468a1ae22531e2a45322eb638967df0a1a +size 2889 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png new file mode 100644 index 000000000..cb66c1845 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2230d425e01386017731f78b1c3bb172fa414b83ea28c13dfc257a5241434781 +size 1223 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png.meta new file mode 100644 index 000000000..8d46353e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c03016adbb8f8686efbef31ceb3d4f695a3aa8db5a67c1f9f5aea2e2d675836 +size 2887 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png new file mode 100644 index 000000000..11c9c2725 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a282064dde84547c27c05527249100e2e2bac177f26ce827dd08f5f26e26b20 +size 1756 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png.meta new file mode 100644 index 000000000..8999432ad --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_diameter@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67a750606ccba890e6a902da74fd380725830062561b58b38bab49aaa07799a +size 2887 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png new file mode 100644 index 000000000..8d2693232 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d45ba9c2aa08bc134dc5d0ba5347f6b56da94fd85ab232e14d27c93e724f3a +size 1205 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png.meta new file mode 100644 index 000000000..4a13ce215 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00004b49ce0ef890e7808ca01f8e65b507f516f372dbd21ecab7f7c66937ab26 +size 2884 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png new file mode 100644 index 000000000..a9773ca83 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc626050f0b0d0215131c3f67afeebc49277fdd1cda3927ef70853648d57205 +size 1577 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png.meta new file mode 100644 index 000000000..56e81726d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/hex_width@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d1a135981749b36fa8883bf2c2517d681fb140a4fb714a1cb244c64e2316d7 +size 2884 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png new file mode 100644 index 000000000..52b10006d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d76afaee85511e68ec49cde6e07f112adb9f358d1f8c976f31f350ffca3c67 +size 328 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png.meta new file mode 100644 index 000000000..4ea09f62c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e767fb10d6de6c1e5c65cf03991149cb11b1cb3689492f9bd18a89a5c3caa6fc +size 2886 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png new file mode 100644 index 000000000..4198f33be --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4769f94c6674c232cfc3f00bf665750b27c6ad95de9f6c7da7f5615efedfc996 +size 517 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png.meta new file mode 100644 index 000000000..aad7c39dc --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2090728cbc1b7be7fffa029e8964b81a819077029c65c71caa210082e5b36b2a +size 2886 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png new file mode 100644 index 000000000..c1432793b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93cb5186ab2324d461b2cf59170bfbc5c7e7993a245b20dfa2f858810a84dfc2 +size 384 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png.meta new file mode 100644 index 000000000..adbba720b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e14813aee41db8794c31323a6fd71a1efc5ffe1dac414f4cb61ba79d929100c +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png new file mode 100644 index 000000000..bbb80a2f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b583fb92322b743288306a9c6974e89611aaf89cdddc2ccb89d71a9aef1eb8 +size 628 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png.meta new file mode 100644 index 000000000..78eb663ce --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_active@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22deeabfbaf819c5d7bf36fd05e236552474ca4ef2a6cc7e55337faf3dd53141 +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png new file mode 100644 index 000000000..b925d0364 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb92b688fb7b975d553236700f6e20147586349c7e1445c82c9b6962d78d18a5 +size 355 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png.meta new file mode 100644 index 000000000..0b2319293 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f520c3dfca3463d9e40cd0ef8d56e58f2eb03eca36be412c8a3b912f52637516 +size 2891 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png new file mode 100644 index 000000000..0631f25f3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c652d10f55305c69f0b9eb4f49680ab6e33d7982c0b85d4157c04c6241aafa2 +size 588 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png.meta new file mode 100644 index 000000000..a56b75909 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/infoButton_hover@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c7040126e69a5dcafbeaf278d60b08ebe8293d4d412f28f5ca5f498a13f26e +size 2891 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png new file mode 100644 index 000000000..e70e7cb13 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29abe5c3dd0777695121f09d9a0a9eb65bb8767da61467c2ea18ed36bf2c837 +size 410 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png.meta new file mode 100644 index 000000000..cbf682d0c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee27ad0e73d22fbaf00c5f23c23c45bc1a8972aab2eff9683d0759e2589037a +size 2887 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png new file mode 100644 index 000000000..f83f2661c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9262589146e21af0b7acd67952f318fa5a03a84423fcf8b464cc8f1f759935 +size 1640 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png.meta new file mode 100644 index 000000000..14a32d48e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_closed@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db07558e7331949c8264ed71cf18f1ae884b2f1afeddab3829a57a3765cfd0e +size 2887 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png new file mode 100644 index 000000000..ca6bbf24c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3576d57b288554d1aa647d2e95813994709973b1cc5cc23cd8a6023b77f32ce4 +size 406 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png.meta new file mode 100644 index 000000000..9e085f8a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ad676a35dfda3a1e53d786515f06f6cfc376c7c0d1c448c42a413c9f364648 +size 2885 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png new file mode 100644 index 000000000..4fb20570c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571afd486e18b6d815a1f5b6c37941005fde1cd82c445d862f87ed4c15a9d92b +size 1617 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png.meta new file mode 100644 index 000000000..599fbf6e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/lock_open@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3523d40d70dec1468aa34907e191dd27ff83e62f380e919472cd9bacfc29d6 +size 2885 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png new file mode 100644 index 000000000..0dea9622b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c91829f51a4fb9fddcb013f53d1e67a616063e6808358c2a0bb7a47e019d69 +size 1245 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png.meta new file mode 100644 index 000000000..6218db083 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bce746f935dc7590d76eb1755a1e893229ab3d379969fe730fc4a972e63c93c +size 2885 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png new file mode 100644 index 000000000..9f5ddcc60 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0cf0c55c56227c0fddd4c74427d9e5c7a962905dbac030344d8ea0b15e7ce9c +size 1606 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png.meta new file mode 100644 index 000000000..8f2aa3cc8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/pixelBox3@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc1a1f6d6638ce1df440d4685f542bdf115b916c9646c1d008090bc17c457f0 +size 2885 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png new file mode 100644 index 000000000..11c85ede1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac029263459fff1d694e47e2a822a4b9a9c9ac781dba5c6ae2292b330b18a56 +size 412 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png.meta new file mode 100644 index 000000000..09b40bbf5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64d31d00e6e6421095b2a159bb1cd4acacd0aeffec9362d71348cae302aa623 +size 2885 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png new file mode 100644 index 000000000..1dfb7ccc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815743e89b5f730f36da550c00f1fcebcea8586ef15736aa6d3a1ff86ed29679 +size 412 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png.meta new file mode 100644 index 000000000..79d6c1a9c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/reset_on.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79558002954e0ee22d16045f87871a1c87ec27ba1f8aa0b513a21093e4c9c924 +size 2881 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png new file mode 100644 index 000000000..b3a7aee5c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0e11f57eb0248b2866a1da70fb4782dc9a8f2cbacbaf703e07c7a055c21abd +size 1160 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png.meta new file mode 100644 index 000000000..67eb1a527 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7b96ad2f7c7286e1ab0ebf774bbf3018dd2e410b3a9ce449507d8a9131727d +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png new file mode 100644 index 000000000..d729ffbde --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00890b2edf8d2a65f60d1f8e4fa400b0b960608349c110e1c872ad138bbb5ac +size 1266 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png.meta new file mode 100644 index 000000000..d3aeac9bd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50460c90984541a8142d9094d50c92a291afbc0bc2e8187ffb08a35ba5125b6d +size 2893 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png new file mode 100644 index 000000000..139430750 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f57540e1dab94ac1e92cdff32173b2d5077bc35902070424307a529fdc40ab6 +size 1096 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png.meta new file mode 100644 index 000000000..29a799187 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2666b52520a41e72b8bc5b24ad6e045cb877ba84c6ee3c6e44e842a51222ab8e +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png new file mode 100644 index 000000000..0141b17ad --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914f8c60282a03fbe8bb58197b0cedd6886954e0cc9012b111af1d6883ea87d4 +size 1162 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png.meta new file mode 100644 index 000000000..8906205d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/LightSkin/simpleDeleteButton_on@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b21a77fd05e7ef0d36d0dd6be3e757339f489df79828dc7e0ef1f36a7ec4f4 +size 2896 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd b/Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd new file mode 100644 index 000000000..10545d4ac --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221c086c1d1a0f4402c94efd9b77a724645d76cf544d16200ecad3174220ab24 +size 36566 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd.meta new file mode 100644 index 000000000..f9439dcfd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/grid.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c7e391f5bd23a8a215ebfd3366ef29b232260f2832e954a1a502d096c12481 +size 886 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images.meta new file mode 100644 index 000000000..5b0d2e300 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe6ce891e369d25140556975a74c4e2f5c4c94c051d26f661bc68a412af9164 +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png new file mode 100644 index 000000000..acde6b859 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282692650eb6eaa739a9fa06b5191daa382679894b9b6a33ee8521abf1a1c121 +size 216 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png.meta new file mode 100644 index 000000000..95d3a1cb8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634cbdb132bdec5131abf738cfe10c5e2c6ad19b03f71c57f76aed530488306b +size 957 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png new file mode 100644 index 000000000..5aa49722c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f39562ee65ba53922362214c98420f5437471c310fa0e7c122c45c89f71854 +size 229 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png.meta new file mode 100644 index 000000000..6fd8d3f78 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowDown_on.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b73dae69e72c50b73ef747dd5b635ffd8bdf718d5f487464c052dec0000460 +size 960 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png new file mode 100644 index 000000000..0ce6685eb --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dc4e712f9ee1841bfaff57c8c408f79574da8c21ff822a795326e6762cee79 +size 201 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png.meta new file mode 100644 index 000000000..94c3e5ac2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2265380e5f09032690fd9328948b400013db7370bd31f4f59f735a30ebec9604 +size 955 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png new file mode 100644 index 000000000..5850628d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de18e8a499ff36d73ae22d61fcf497ce6453b7304db2d592b89972fcdedf6ac +size 217 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png.meta new file mode 100644 index 000000000..2c8db20f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/ArrowUp_on.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ced3bb1da09a4a2d4a0389f6c542bed3369aceee96415c0c33390233bdfcad +size 958 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png new file mode 100644 index 000000000..b83bb8a71 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdafb6b4acd142dcba634ae426a431850750ca51ee3126c37811645db88cbf5 +size 8246 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png.meta new file mode 100644 index 000000000..5b0c772e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/astar_logo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd12739846eb7b0e03f40e01c311219123c6d4d8fcebdd6f08db98b5dbd1727a +size 3173 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png new file mode 100644 index 000000000..d9f3dfe0a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94804bba79b34f84b452de5c30446cc0c21a2b12bcd88b942c3defd409e3b278 +size 833 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png.meta new file mode 100644 index 000000000..c44f0d809 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/changelog_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7db424fb23e243282531af457b2523d4205c6613f44e50b6653384f0a8f2fa8 +size 3177 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png new file mode 100644 index 000000000..38d817fd6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9521f1a07d67eb0acec89472c126363e0a6b4e4bcb69b94e5a56fe21fe7f2aba +size 708 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png.meta new file mode 100644 index 000000000..5ce3d02c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/check_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e260cfad04f471d1f08e6417a38389e03e470267e10ed5f1c41959792f05547 +size 3173 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png new file mode 100644 index 000000000..9e1762559 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca58049fa0c56ff1ca12ee6582fcc6f2ffdf47c0b4374088956f7f99f473b99e +size 1018 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png.meta new file mode 100644 index 000000000..314f60eda --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/documentation_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8d9960b39e16c18cb34f95569dcf946d87ca8496145e4c94a46aab789a3f02 +size 3181 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png new file mode 100644 index 000000000..11422dbe9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832148b70d1bf6d48f2b84e8883986b77b6f8e4e23e00455ba339c38f60f1f9b +size 786 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png.meta new file mode 100644 index 000000000..ce0d5f158 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/educate_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5978fe476a0493e10fdbabbdc295090ecfca8da3a1ba91bada8cefd8ea05a04e +size 3175 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png new file mode 100644 index 000000000..86c144029 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4464cb2894d81dd1cedf453c62aad99035160f92c681442dd5ee5ef0522c5c8 +size 247 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png.meta new file mode 100644 index 000000000..6959f5db4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007e9c79c0252188ba43b06fb9fd2fbb91c06e760154bba19634022e146e2dfd +size 963 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png new file mode 100644 index 000000000..17e82e9f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb6fb3d1663dc224c6443b2f6b1ab8429ccdbec4cac86397f8e0eedf91447b5 +size 145 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png.meta new file mode 100644 index 000000000..0c1d9f150 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_Normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49c43f3cf5df081f467c0b4a2118e2d59eda63ef6387a7d59b280700ddd6e8a +size 970 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png new file mode 100644 index 000000000..9721fbbfc --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf1ce89181ab9b813d5cc80a932a14ba0e76cf07e83b9322984d283cdf17817 +size 133 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png.meta new file mode 100644 index 000000000..377bc5b24 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/gridPivotSelect_On.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ddb5420202a6b18a10f3f48a4ba629b1752d010c36130ce0e0723410515dca +size 966 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png new file mode 100644 index 000000000..45a22fe5e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a33fe0e43410874b52396ae66c357e79f0c018562acd904dfe0ac17a8a0b74 +size 827 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png.meta new file mode 100644 index 000000000..86b458bd8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/samples_icon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0860c9a63185f4debb3743625fc92a9373865b94738f6f134452f07a3e0dfc4 +size 3175 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png new file mode 100644 index 000000000..48ac797a1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f414db8d126649e73450ec40f4a49aeeedd7eaab81d41e27adce094851f7a4fb +size 249 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png.meta new file mode 100644 index 000000000..365b92384 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5937151245ae09e705d41a3fd3e60b270ead70e32c30009f1949958b100e1c43 +size 962 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png new file mode 100644 index 000000000..5d7798831 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c3ee4309a8676df502538623ba2ea2b0a4a3b3eaeeb0a289543520dbc320a4 +size 255 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png.meta new file mode 100644 index 000000000..9aba3bc3f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownArrow_02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e608dc8c015b01bd07ad7dc4fcc2c9fd9333eba746072515b224ac46212908dd +size 962 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png new file mode 100644 index 000000000..93d342396 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c81e6b241857cca3cf58e768a7cd7983f3b5ca907d8d8bb9380bb0c530bd8d +size 386 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png.meta new file mode 100644 index 000000000..3866c1d62 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_01.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7044cd8db35a72701410e013537b6e28f9f6d43a815188817ab38374a2a3c9 +size 964 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png new file mode 100644 index 000000000..22e0242ba --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c1829e334b7c0e60aa3d0164ecb4c83ef88c49d134b688842a1cac603b35c6 +size 425 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png.meta new file mode 100644 index 000000000..edd474e60 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/images/upDownButtons_02.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ac5d0a8d44b5a44d3b25020e68e9b25eca09176d73b1ecfc1156d00ea5d22c +size 964 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png new file mode 100644 index 000000000..379a81375 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e2eb75b54bf03a8586295ff88c5bd7b1451e93b3e34e525ced8875f4a9748 +size 1564 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png.meta new file mode 100644 index 000000000..60aa5dd14 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_active.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4405744ee5edc8eca02c103d727171350babe04a58c316e31d8a9254092d4779 +size 959 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png new file mode 100644 index 000000000..b0074b24d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6605e242c807b50383ce9764d4a1bceeb086974e30b898739f8e9410829ef7 +size 1607 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png.meta new file mode 100644 index 000000000..1c6fe41e0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/linkButton_normal.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fc38e188d5b659004a09810740dccf85ee9bc210b48e61c999209d86ce3f5a +size 959 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png new file mode 100644 index 000000000..a466faa82 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452c6f61d02149cda525f95ce8258e35f30c0f7482cfcfbc7ae10aa9a9d1beef +size 233 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png.meta new file mode 100644 index 000000000..ba754dfb1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661f8ef87ca436e46a21895887f65b29ae2ecb294fd516826c99ca6eaf386b3b +size 950 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png new file mode 100644 index 000000000..6b87dd279 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb696a05d76b200821201b7a9b56d47798f480b1fac0a57a1b3a9f46bd0f15c4 +size 153 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png.meta new file mode 100644 index 000000000..bf84ce2a1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c541c2e844ed93ce4515122e3452cc671de1e4b78272c98859a62848cf25c5a5 +size 953 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png new file mode 100644 index 000000000..a001f58ba --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1522e94f7e90888e29869814bdbaa54721f7f5874148b402186296e0c712dad3 +size 2851 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png.meta new file mode 100644 index 000000000..51b2479c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/pixelBox3_separator.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d9bf44cf20612620b2f54cd86edbc1332079a22c25dc2078f7f376ad789e4c +size 961 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png new file mode 100644 index 000000000..70510e21f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb0f90c34104c19d112b8ab3311b7bbd5d7305a735f6448e3924e9d0801c706 +size 1298 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png.meta new file mode 100644 index 000000000..45c36aecc --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@1x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5315aababcb9a2585bfd9f043ce25d464e4859eb00c2cd2ecb5ff544efd8db17 +size 2578 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png new file mode 100644 index 000000000..4705a49a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd5c88c627fa6a5f4184ce0a351954ac8fcc558d5eec09f2f593b7d4e17d7ef +size 1690 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png.meta new file mode 100644 index 000000000..1f47b7d9f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/scene_box@2x.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48de22952256649d5bf32ce959db9b578fe1772665b092f0af6be2ed5aae9612 +size 2578 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv b/Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv new file mode 100644 index 000000000..24894d2c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e9697cf76d551bccd8d08f8264e6b70d323dae79f2e63ad2062d7d2470df03 +size 639639 diff --git a/Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv.meta b/Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv.meta new file mode 100644 index 000000000..1de6f2b97 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorAssets/tooltips.tsv.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5245a5413780b10fc74b7e19c3784fc4cd1a374994b41473bdfe1be5e42d0349 +size 373 diff --git a/Packages/com.arongranberg.astar/Editor/EditorHelpers.cs b/Packages/com.arongranberg.astar/Editor/EditorHelpers.cs new file mode 100644 index 000000000..172d110b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorHelpers.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2266d7c674ec24848a4736a1df9a57c6a7d4cd7388a4ee62712676247abbfc +size 3873 diff --git a/Packages/com.arongranberg.astar/Editor/EditorHelpers.cs.meta b/Packages/com.arongranberg.astar/Editor/EditorHelpers.cs.meta new file mode 100644 index 000000000..23496d7c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/EditorHelpers.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c2f611a820e72d88a92e896e39ae7df21daf779af17c57d7c882ce5f6687fb +size 452 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors.meta new file mode 100644 index 000000000..e3970837a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942a1a8474bc4115b8b2583133f546f782704b7782bc49c6d89114488839ec67 +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs new file mode 100644 index 000000000..42d89f26a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de38d37e7b67c1ff0df909c046c50233d3189e0947ee587d73e53495f7703bd5 +size 5856 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs.meta new file mode 100644 index 000000000..8be527cba --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/GraphEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02e35cb0a034f40f88c6c12d39206182f6d84e1269b4502f6da5df417937e66 +size 385 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs new file mode 100644 index 000000000..f452a0830 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd21e07aed5ed3941c02b76271422d145609c0737af99305587bf1846cda61d +size 37805 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs.meta new file mode 100644 index 000000000..c11233022 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/GridGeneratorEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208b67d25ad246ffcaa6100ead425ac88107580c4b3d23aba6b1ce3beaed7fe9 +size 393 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs new file mode 100644 index 000000000..510538aa3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe6388a0babcf04216ada2c34bf1b76d5101c01d4df7bbc4630cf14a478b7b4 +size 1177 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs.meta new file mode 100644 index 000000000..c5b6f5261 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/LayerGridGraphEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c6cdcf60dde1971994925cc4f440cf4050208f0b9b3823f6ea5e99d24eb901 +size 394 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs new file mode 100644 index 000000000..fcd88b711 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0808f9a8290a726ba971dddd462e1466d3f92668c58d4ae9011375ea09ab8b58 +size 2861 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs.meta new file mode 100644 index 000000000..984aa569f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/NavMeshGeneratorEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ffe7cf2cf64fc63163a76e63829c27eca57c704296ceb543dc248041e2f3e3 +size 396 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs new file mode 100644 index 000000000..cfeecaeb3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0237e82cbf72e928337523ef8e7681a70689470e3a5f2f2325686389afab0cd4 +size 3292 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs.meta new file mode 100644 index 000000000..39b9c6d3e --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/PointGeneratorEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5728d0cba44aa5307a95392567154aba07badb73e51f416cf92c31be457b66 +size 394 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs new file mode 100644 index 000000000..472b235ff --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94919f1772b358fbe33098c579ec3861ae8bf022887e66d944e8190bbc28002d +size 25857 diff --git a/Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs.meta new file mode 100644 index 000000000..0de1ecbcd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphEditors/RecastGraphEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d90bcbc7c91a1f541f6851ed4ab3d61e7c848358c3f2c38dc816b0cdb362f3 +size 391 diff --git a/Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs b/Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs new file mode 100644 index 000000000..def390865 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06808f2db88149dd755a83c0a233b609ccd63c3e182c7b66f063d3e65cbb2aa1 +size 1205 diff --git a/Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs.meta new file mode 100644 index 000000000..fa9354b7c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphMaskDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50ce7743820dfc72402032836016f5c5e3e105958a6cfd1a63f9b7b6af271d8 +size 454 diff --git a/Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs b/Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs new file mode 100644 index 000000000..1e1e729d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360bb871ede7ade5f87891015979b1dcc4d5ed8ebd9933d715f36e0f5dce75d3 +size 12862 diff --git a/Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs.meta new file mode 100644 index 000000000..7892163aa --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/GraphUpdateSceneEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2318ea562e0d9ff03c9bdf302801514bff1c5c04d87ea699073065b1eb5b59e +size 383 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors.meta b/Packages/com.arongranberg.astar/Editor/Inspectors.meta new file mode 100644 index 000000000..cc741b87f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3a4beced83ec599d12ee2d82afa7e6630063ac240faa75dbcd153a078bb360 +size 172 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs b/Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs new file mode 100644 index 000000000..90ffa91f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c17977b285b2e1afb80145a27c57017d56372acdd5a050bd43aa9c18b480562 +size 420 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs.meta new file mode 100644 index 000000000..0a7a58ab3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors/AIDestinationSetterEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c6a889feb5be781d10a0b997aac6f234e4fcae3e5561f78f38a649755ef9c6 +size 475 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs b/Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs new file mode 100644 index 000000000..3f7e6a2dd --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3831fcf3d657d26b57e3c4434ef2ac6e48698e98e250f7dbd39457bd9dcc17 +size 13281 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs.meta new file mode 100644 index 000000000..85a906f1c --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors/FollowerEntityEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7154bb1ecffb7b9f9ff3b4f35418b91dc86ab07e0b59291f686d521e035016d +size 470 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs b/Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs new file mode 100644 index 000000000..bb97ab601 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdaad9c663fe88776bea51159af4565aedaf45dce9e72731b4238e8e2775680 +size 1043 diff --git a/Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs.meta b/Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs.meta new file mode 100644 index 000000000..828c506d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/Inspectors/NodeLink2Editor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f41db189f6d2a627cd8847fbe4af36280f758e3f3980e4f40dea91a001867d +size 465 diff --git a/Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs b/Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs new file mode 100644 index 000000000..97d0c64f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690f83c2e1c723adb8e807139b23be4a2f9c90cc2a4aee1693b151449e2c8ce9 +size 347 diff --git a/Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs.meta new file mode 100644 index 000000000..8fd1e6ee6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/LocalSpaceRichAIEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da333d44f50667622d97f459bde8662a8ce9d413f73a7b5fc8bf5d39304491f5 +size 461 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors.meta b/Packages/com.arongranberg.astar/Editor/ModifierEditors.meta new file mode 100644 index 000000000..6d47ca3ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202d41dad1c4f4339ae0daf832385a80c571408b7b35f21f0f97fc3f2427fcfd +size 60 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs b/Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs new file mode 100644 index 000000000..409d1d024 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d55625355f9e4bafa565e2c6db97318d8a3e54ea83b47c74d4cc8a80a9b2a4 +size 397 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs.meta new file mode 100644 index 000000000..8a62649a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors/FunnelModifierEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aff825a2c1a92700a14a92aa8e39abd56eaa7f98b7c04ec3a8746626a529540 +size 475 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs b/Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs new file mode 100644 index 000000000..d969cdfd5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9e26fe74b4247d0f06d0fae3a10d2f7eaeb148c28e888f243d262e82c6f565 +size 1375 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs.meta new file mode 100644 index 000000000..814b45972 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors/RaycastModifierEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b5673d9be0f09b80b8c17944822e19f2105e021f46c8ae251092244fecfb1e +size 398 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs b/Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs new file mode 100644 index 000000000..f5fc143c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a644e516113a971761a81b7cf6f4dd561ee75ad4a15d26673c1d689e05113110 +size 1229 diff --git a/Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs.meta new file mode 100644 index 000000000..ad6612d59 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ModifierEditors/SmoothModifierEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15a031506552def034aad794419f1d15976781b16e13f5c1cc3ca77cd131786 +size 397 diff --git a/Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs b/Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs new file mode 100644 index 000000000..3c9b1a142 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17bed3ac1fe237a49dfabd37ea12f99ca0797bcc9d8629fc29aaa13bd075319 +size 1525 diff --git a/Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs.meta new file mode 100644 index 000000000..c7143abb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/NavmeshAddEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbdc71fbc29230577d24b0e660f813e87e4d912c777bc68b989cb6f7be954ef +size 455 diff --git a/Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs b/Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs new file mode 100644 index 000000000..6e2489ad9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8859a1b017c6b28f89c83d4b8e029f378301e6fb4b91a28e28114105b5acb0f0 +size 3914 diff --git a/Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs.meta new file mode 100644 index 000000000..eaecb5e58 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/NavmeshCutEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c56cb6ff0ec8145d871c3d6cf37989718352db182b1b3dc05c1824c01dacb8 +size 476 diff --git a/Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs b/Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs new file mode 100644 index 000000000..6478454b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f430f5b3ff96ce9ba3c4b3fddf6d3829d8bd9374b0a14395d70def949ff7cc7 +size 6213 diff --git a/Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs.meta new file mode 100644 index 000000000..d8b274dc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/NavmeshPrefabEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a8ed4cae357c95d0f1a4fc66137958ac9301a7664b898b0c2c51144d317404 +size 458 diff --git a/Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs b/Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs new file mode 100644 index 000000000..654f349d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8256a57bc4493d8bf9241fe60d0c26b8fb8badd0ce884be69841645b4f60de04 +size 368 diff --git a/Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs.meta b/Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs.meta new file mode 100644 index 000000000..1b81deeca --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/PathfindingEditorSettings.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6d8594bb739641695d240ca415d04c5a674ca34c5d5ec06ae1e19f4be840c0 +size 464 diff --git a/Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs b/Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs new file mode 100644 index 000000000..453cf88ce --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b645a11f78c5ca21d600fc4811160fa87d3f82d6de76b16a3a2f2d5b6d13d8 +size 373 diff --git a/Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs.meta b/Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs.meta new file mode 100644 index 000000000..4185e26b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/PathfindingTagDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc38c173177843c60dc916f9abfa8dab77459b2a10f70f989072298f9961fe7 +size 459 diff --git a/Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs b/Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs new file mode 100644 index 000000000..dc7481b03 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc99aca85eacd2c350dcd3933a701159192790845aa366fd755f453d049e28df +size 1769 diff --git a/Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs.meta new file mode 100644 index 000000000..1aa5314d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/ProceduralGridMoverEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d10ebbb0fba1a0ef0ff9744fa2d8dd50ec8aca7ea06c8ce140cfd58b2ad56ed +size 464 diff --git a/Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs b/Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs new file mode 100644 index 000000000..ad910d2c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68acab8b8f17bd17cc8518db89370e521e1e8d132f26f2f1602e84047f79ad42 +size 2793 diff --git a/Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs.meta new file mode 100644 index 000000000..c95bc0db4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVOControllerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7281bdf47d049d4de981b63b59beaa7748e16766563f5264b03a809f2d8adb54 +size 479 diff --git a/Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs b/Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs new file mode 100644 index 000000000..1aa454e97 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832fce571d6654ba68dbbb09b1fb7941ac33356d5af5842205bcc01fe61887e8 +size 364 diff --git a/Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs.meta new file mode 100644 index 000000000..ac23ccd44 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVONavmeshEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff73c1b86ce27bcecab714fc1d7b67b1c4dcdf97f212697e8978e4022aab410b +size 390 diff --git a/Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs b/Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs new file mode 100644 index 000000000..31ab0c92a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee3930e5d5451f1ef56e05672419b844e9cd2dd9b6d6d2cde90d5ce156faa6a +size 779 diff --git a/Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs.meta new file mode 100644 index 000000000..dd6979488 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVOSimulatorEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd606691fa4249e2512ee1e072b8c2ba2ac20241da1edfb9aa3baf5dcf66ba3 +size 392 diff --git a/Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs b/Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs new file mode 100644 index 000000000..8850fae67 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d53e7dd9edbfff788360fac19d8f4be0de45fdbc7597c7768beaf77d4d323d +size 484 diff --git a/Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs.meta new file mode 100644 index 000000000..37ba03363 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RVOSquareObstacleEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ff077f1c2efcea27dba8b3111484cc2f7ee4d465cf174285594314f13973a4 +size 397 diff --git a/Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs b/Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs.meta new file mode 100644 index 000000000..f2880916a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RecastMeshObjEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0d04be4f5357bb8bc1aa628d1d48e09266139ff139a12935db80efdc1c2392 +size 393 diff --git a/Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs b/Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs new file mode 100644 index 000000000..2586d2700 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687947877d3ae32d663e1f7209b5fa48c571fdfde7696336b6836366ce073276 +size 5865 diff --git a/Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs.meta new file mode 100644 index 000000000..bbb74c932 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RecastNavmeshModifierEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14c2c58a7eff0672aef22f0031d9e1e4dd99025ed5da5e900f577cc1cf2845b +size 466 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors.meta b/Packages/com.arongranberg.astar/Editor/RuleEditors.meta new file mode 100644 index 000000000..5f8acc042 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9f0862ec8114ca1fc029f262fa4dd0854a68400e27ee474f86eec985a27a11 +size 172 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs b/Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs new file mode 100644 index 000000000..b25f91c55 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e8ac409c1827071af3913ea90fd0a30cf7cf37f46b8833005121f89b177b18 +size 277 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs.meta new file mode 100644 index 000000000..aea8b0e36 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/GridGraphRuleEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5950b126155490cdc65594645caa6a6c99e3b531a33473423c78bc840a285cf2 +size 470 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs new file mode 100644 index 000000000..74e6fa82b --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1600f5f25707cdf7d869419e1a28b8854ed8487dfd2025a873a843f91a4d1b6b +size 1019 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs.meta new file mode 100644 index 000000000..41d05f7e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleAnglePenaltyEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7104664f5c906a8dcee963cdc0645f780c5a84b2a9551c552faf69dc7f2f72 +size 473 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs new file mode 100644 index 000000000..30647db6a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94b1c4d3819bf780c7dec19cbc2dbf992cb2f889967a66dc3ff5779dbbe54a6 +size 3226 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs.meta new file mode 100644 index 000000000..0fef811af --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleElevationPenaltyEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23a7d7e3ee470db4ddf1d3ec4ad9fac9ed4152b8ac455557fddb72675999529 +size 477 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs b/Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs new file mode 100644 index 000000000..e75e37a71 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bf71a686d28fbfe45b4d95b576dafb47acc03faf56ff825f20e6d0460ea509 +size 2049 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs.meta new file mode 100644 index 000000000..f84ea21d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RulePerLayerModificationsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a93ac471af61c838de82d98fe441965b9fb1b0a3a977c5e052a8b10128a6cb +size 482 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs new file mode 100644 index 000000000..0d4b5c80f --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac905ea80529d18e8f0750ed257aca6a2cc65d6fe32a84ce7cf94e8d323cc14 +size 5775 diff --git a/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs.meta new file mode 100644 index 000000000..bf6f013e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/RuleEditors/RuleTextureEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10272a0f61fd7057d71384ba36e84530befaead25f6030beebe714647a032749 +size 468 diff --git a/Packages/com.arongranberg.astar/Editor/SeekerEditor.cs b/Packages/com.arongranberg.astar/Editor/SeekerEditor.cs new file mode 100644 index 000000000..05e7f200a --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/SeekerEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7722fde82d475db2775247314d4f506d73ab8666c3330d3bb3547552d126ef3d +size 5804 diff --git a/Packages/com.arongranberg.astar/Editor/SeekerEditor.cs.meta b/Packages/com.arongranberg.astar/Editor/SeekerEditor.cs.meta new file mode 100644 index 000000000..431c519e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/SeekerEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db9a68ebecec76e0e5d577a79c513015ca7ee55aab32c1e013442f7902dff22 +size 373 diff --git a/Packages/com.arongranberg.astar/Editor/UI.meta b/Packages/com.arongranberg.astar/Editor/UI.meta new file mode 100644 index 000000000..1e1c85d92 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ce4c5f05ad7909880195333b78c61f26187b03074727fc38f504dd2451af99 +size 172 diff --git a/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs new file mode 100644 index 000000000..b0d62b84d --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3887d4337efdfab704a3adc9558c643afd250082d9aad53cd63db2d6b2805a98 +size 7200 diff --git a/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs.meta b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs.meta new file mode 100644 index 000000000..8ecc137c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fa2e724ed6c40dc943423cc1a5ee5d89ebd06d360b3ff5c93dae0a200467cd +size 602 diff --git a/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml new file mode 100644 index 000000000..4e39556df --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450cbf51d8d45560fe86370da172c2ffbee2d1abe28c9f6a808b6cd61effff64 +size 2782 diff --git a/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml.meta b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml.meta new file mode 100644 index 000000000..f4e5eb0ff --- /dev/null +++ b/Packages/com.arongranberg.astar/Editor/UI/WelcomeScreen.uxml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada982f2adcf0e58d942042e512405bade5fc74db048a85cda050a1503f128fe +size 496 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef b/Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef new file mode 100644 index 000000000..e77502eca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3cdd46cd6308113a0e07fff4dc4605640db4619ef171ce6985056e3a6c44f3d +size 1832 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef.meta b/Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef.meta new file mode 100644 index 000000000..18ba02d8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/AstarPathfindingProjectExamples.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9c99c977f4adbf026e0bab6bdc5f8404212e65323c92a659ba08180f7d91b6 +size 405 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts.meta new file mode 100644 index 000000000..f286f2f7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949565e26adc97e97358d4325f3b0cd95bf313627f8b3e2fe674c4369e541d24 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs new file mode 100644 index 000000000..78a978332 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e32b258c08bb828b304fb2a76a5909d7348198b2f6e3449160c074161ec90a +size 524 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs.meta new file mode 100644 index 000000000..e9d77e07e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DocumentationButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31ce7e5d0c5f1c88e0984606c7b50f292273e64647c66792b4a3b98b764b904 +size 481 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs new file mode 100644 index 000000000..414b4fab4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a7a54e695cafca7fd9e561bd5d4f0d8995697edcd302a8437d0772ab963931 +size 1516 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs.meta new file mode 100644 index 000000000..16fc43976 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/DoorController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492b0d3c59f7eeda4eebfbac0d85361d0960838651b3627bd037041defd7a712 +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor.meta new file mode 100644 index 000000000..7ca857d97 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84f031261b6819b158733b004f7785d0a7e4d83ed1a412a6d06d4099af421df +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef new file mode 100644 index 000000000..0292b9efd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f96945471063df4475627714ec0a36c2ec11f851f36206c212e8026c556b1b +size 1463 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef.meta new file mode 100644 index 000000000..f6a8f4d0d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/AstarPathfindingProjectExamplesEditor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0085d8ff7625176bb0953ac0a30fad6cebc716d0730b3781f244a921e0cc37 +size 433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs new file mode 100644 index 000000000..b837ecb3a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee11189b4d681329d18e18e8c9ca905d3d16f370af95b24e36e73cdcdc86b16f +size 8917 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs.meta new file mode 100644 index 000000000..7f6184f19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Editor/InteractableEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b44061637c7f8ac82809a9c2e93b97071ced6039b4bccc9ee12a40ef1e05bd +size 487 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs new file mode 100644 index 000000000..66b30ef84 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c00cf067b012d04f08d0bea63d5b75a83b46161f7c9fcd242e4f70a28f8f303 +size 2562 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs.meta new file mode 100644 index 000000000..04c52c810 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/FollowerJumpLink.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6dc1a8fed6405bc07305ff65ae5be0556dd25c203a8f80b4282f267376c8b3 +size 478 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs new file mode 100644 index 000000000..25d8ca0df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15c82bdb0ef71e53eb440ad37f57e8bb3edb90d2bb4bb601db7cc0f7d03e6f4 +size 507 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs.meta new file mode 100644 index 000000000..5f612b0af --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/HighlightOnHover.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490c07b478ae1ee80f7654d1076178e88767fcbeab41199203755446d5d588d +size 478 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs new file mode 100644 index 000000000..a48093998 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b91aa6de8a3726939c1ed2ae7ab038e47eb45599b2ad6b7a5d6165b12742f6 +size 10301 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs.meta new file mode 100644 index 000000000..fe6e8ba84 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/Interactable.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81ae8e4d43258152c98de1144a848efce29cc08b86a42e5cdf0be98ee9febf8 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs new file mode 100644 index 000000000..a2fd2329f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a854ad46482c22dd5df0e6b89da557240c6b4f0df9c532fea3f9a8d13daa4774 +size 1090 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs.meta new file mode 100644 index 000000000..a98cd9cce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ManualRVOAgent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0f1ca326a0ed6c52970d7106b2d51c56ffe1f7824a79a5ed14ef377e9a43e7 +size 497 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs new file mode 100644 index 000000000..009bb95b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b109afdb8352fcfea931180c5bbc02f0cb8cb51b6d17312cd3c4962525b532a4 +size 3465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs.meta new file mode 100644 index 000000000..0a840fd1c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MecanimBridge2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb833530102d3f4b95b29af2c281f45e26da9c3075e26ed205028f78a9ec0ec1 +size 477 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs.meta new file mode 100644 index 000000000..ab4459d9c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd8302eb7d45a0bfe7a8efbb4c754df5b0caabdf3cf38d572a2669894b1878b +size 393 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs new file mode 100644 index 000000000..33607aebc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d875aada307f28852da9714c5e24a2a36fc1b235660c941645e0b658a242187 +size 4434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs.meta new file mode 100644 index 000000000..98aafdf3d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MineBotAnimation.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edfbae99eb061b6a20553edec3386435e4dfcad02fa421e3628382f30b450ae +size 499 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs new file mode 100644 index 000000000..f4cac229b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919dbcb7c33c9b7c2272b9a622d540fb9266404761a103096ef0c876feb6b688 +size 2946 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs.meta new file mode 100644 index 000000000..a2d14c122 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/MinimumUnityVersionWarning.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee52d91fb3791f330d2e5bd101096561016729e1b4291428bbb93efd73bc977 +size 488 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs new file mode 100644 index 000000000..74eaa6045 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f647686310b5c601c620b70427bb16fe13c9884d9d1bec3e5fbe9c1a5f505328 +size 1766 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs.meta new file mode 100644 index 000000000..84e914321 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/NavmeshClamp.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d868d872149921bcfe5f3fa0fcf8ef214d990a32bf71a73f1df653c425981a +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs new file mode 100644 index 000000000..d9be7188e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5ef8b7b62bcb4b9d64a2e9f9248f17393e0fd2bedf0f0b875f3dd98248b539 +size 2943 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs.meta new file mode 100644 index 000000000..21f21066a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/ObjectPlacer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1ece046f1a0785ea59542bfb1b6b9858f7a0f6978126d6585419865fa95770 +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs new file mode 100644 index 000000000..a5fb8c93a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a757e38d595ff4993058f1bb9c61fa29a7775c7d458d7fce294222400c7c76e2 +size 1920 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs.meta new file mode 100644 index 000000000..520b6a418 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdate.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f952071b570114a92b66a59ba9a00957610ba3d4346f1fe8e5528699609eb69 +size 413 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs new file mode 100644 index 000000000..f0f2f8fce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b2b0731d88736e0ea8aec926461e7246dce2a9adaa9382105bb49baac9fc7b +size 6176 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs.meta new file mode 100644 index 000000000..9ba3d6d66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/RecastTileUpdateHandler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfa76e3e878ecb6f136262734f13d0109aacbe654ef4551df913bac115dd442 +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs new file mode 100644 index 000000000..de6cce7a6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3672ed889a65d84c5b3f01a77dc3b3a91b8960f9fc4ecac33906a1a42447f07 +size 1261 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs.meta new file mode 100644 index 000000000..daff13276 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SmoothCameraFollow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf47c2fdfc70512c728cd24d7205cf2cb75e46571f16f9c033dd8f8ecde2715c +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs new file mode 100644 index 000000000..ea89973e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ed4a8d8277394c578d68d0d7363dcace851088bebb72ec139072d0f4fec8a0 +size 791 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs.meta new file mode 100644 index 000000000..179d02da1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/SnapToNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbfa16ebd2adb5a24e9c78bce16c86730f682dbc8534090f99d1db13bd97d58 +size 493 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs new file mode 100644 index 000000000..ede927b56 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decca2906ae67934aa8b3170e504dd06cfcf490d2e8bead84d3669bfe1529c32 +size 6780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs.meta new file mode 100644 index 000000000..ede86133f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/ExampleScripts/TargetMover.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198d7d4ce51bbe228c87092771cad901459fa05cc0c4b133e249aefe72506b1f +size 395 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials.meta new file mode 100644 index 000000000..24d0b7a01 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219e9c3f8b04863262f19af5c86051b03801e4756810d1bd5db16ccc36cb2e14 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic.meta new file mode 100644 index 000000000..9ed3c5f90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4579b4f57c6be1c852afb31b59b5f7151ebee5a5985e9c0ae8b6d7684fc07dc +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat new file mode 100644 index 000000000..1c80f5955 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad028e8b0544df0a34e322529d95f583dffb64917ba5f4f18a151f3bbdc4805 +size 1245 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat.meta new file mode 100644 index 000000000..c881a58e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/AI.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b0a106fb98470408991fc7168958efdc4ef05b20359c138c68ad71f42f464f +size 285 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat new file mode 100644 index 000000000..36d154738 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82a2d78d35339543cae36727714655897623a04b9cbb085c1e74e8e603a4685 +size 978 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat.meta new file mode 100644 index 000000000..0ddf3a135 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueBox.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b118b46da96b234894f1cc8167068339556cd4203375c1758dd9362cec55af +size 290 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat new file mode 100644 index 000000000..d901441fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ee6bd432b746fe787f87640cc4c0c49990f52419305b2832c1fb8f93690cd9 +size 2285 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat.meta new file mode 100644 index 000000000..eff3f8307 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueCheckerGround.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3fc350c73c04f55de24aa329d57b7fa350c81d812e836c37923458e14dd775 +size 335 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat new file mode 100644 index 000000000..f1cd5cbfc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c97c1829fd778841f77a89c5a50869929cf861dd930f8169e5e2beaf11c31e +size 743 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat.meta new file mode 100644 index 000000000..bf91c206a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/BlueGround.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26df1ad44f58c624a3d1fc699cf1b5f70f0d44cf84308ef3255504e33d0e2f6 +size 293 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader new file mode 100644 index 000000000..472303bc7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142838a41c444b90f308f5c8150bc76f8d06cbbcdd083433300b38e9e76d68f1 +size 838 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader.meta new file mode 100644 index 000000000..f4b54f39c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/DiffuseAlwaysVisible.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dd873455f1b7e57bdab0c2940367cf4c82eea21783e0245d09426aa854f5e4 +size 306 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat new file mode 100644 index 000000000..c9f1f4304 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e196ca690cf7fff04ecbdc39d93bcd66ee052fe75e18ab4bbadf80a4264b708 +size 727 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat.meta new file mode 100644 index 000000000..dd01aecdb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Door.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667a3530a6c9ccefd29b359df123801f98371a2d83bf33cfbd2ae83795c0a8c4 +size 287 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat new file mode 100644 index 000000000..e884e0f16 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a32ddbc358ca3ffaa608040096c5ca0b8b275c671ee66de68bcb8ba4d44461 +size 3735 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat.meta new file mode 100644 index 000000000..d0bcf330b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Ground.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f980b9cd05dc2a325bb937f1e41175a68b2eb70596867b04d72709f9dd88428 +size 289 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat new file mode 100644 index 000000000..3d2df3068 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c13f5e6684f29d1d7ac31371995482b87f17ac1d205e67873cb0c17801f2bcc +size 744 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat.meta new file mode 100644 index 000000000..f0e34ff4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/OrangeGround.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7d60cfb1b167deb4134b5573faa3ed9489c0ec2bde19c84e52a4dd1a66c2f8 +size 295 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat new file mode 100644 index 000000000..caed2f292 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238e3af45a253dfe41c4d1c3339c4bd58c531df78edfe144639a91ce486688b8 +size 1011 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat.meta new file mode 100644 index 000000000..38140f31a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathBlueArea.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8701ba4bf9371374abf743918f5f88eafba8e286cd3899dea90fb03669cb1b +size 295 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat new file mode 100644 index 000000000..8d6147ce1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d154f985b7d41ab0d117d0672912c97e2b25c4b406540204e41b8718e055fe +size 1010 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat.meta new file mode 100644 index 000000000..a393f568b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/PathRedArea.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4fd30676b94eecbf556a5d39f0d3fbe6b139dceab73d9335ef62f6fc742245 +size 294 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader new file mode 100644 index 000000000..e551cbcac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7fc1c53aec2396e325aac242314090002e547d3f61445439c19f5b544dbbd5 +size 683 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader.meta new file mode 100644 index 000000000..e688c794f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/Projector Light.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbdf81386bb99f9bfdf8a7ed601870c1ad0deb9ef84128d9930804516fd5583 +size 305 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat new file mode 100644 index 000000000..ecf0681c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2417363b01dd14b376f91fd4b2188da437945e9dccf7f159f48daea73fd8c74 +size 1452 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat.meta new file mode 100644 index 000000000..336f71bdc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Classic/SomeBox.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a2f12d30c1a2f8d1d9a1b7b05359a4071fc019d4cfa23da2417836fe06106a +size 290 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi.meta new file mode 100644 index 000000000..2513c3559 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178d42a399c85064cfae48535877a091ca6a558d9ab5ec8e4814a6f430e46a30 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat new file mode 100644 index 000000000..b830e1b17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7dac8e1d9f533760b1702e8adf2b893c268155a08491b085d5389d34cc0f62 +size 2218 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat.meta new file mode 100644 index 000000000..fa0b05017 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Blue_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1bf4e99e6ca6a807eef73de53e2167252da7357a35c7d23cbe03065117a4a3 +size 417 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat new file mode 100644 index 000000000..cab84c382 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fd501869afe88dd9061a85d0f66ce9c54b762f0e2b3a0a9101b1c4f9739614 +size 2280 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat.meta new file mode 100644 index 000000000..6a7e409c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Crystal_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0154716941b701310bb7ec544370a97ff69e1f6a8cd25d91b517d2b1219012 +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat new file mode 100644 index 000000000..6abee5b7e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17fd09a7276d21ccb66e53501aa5ff738f677ba6c60a1c699a8470d2b523154 +size 2238 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat.meta new file mode 100644 index 000000000..835a976e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ce2b52eec4f63bcac3132a0dd50c249f60b654ff95d6a90818bebe7494146a +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png new file mode 100644 index 000000000..d4921d7d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223e142c27fd09f7388e41e37935794ffb015220d6693e77eea144f69a552106 +size 22083 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png.meta new file mode 100644 index 000000000..7b249cfff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Diffuse_Texture.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a10bcde93766c3e5f0ba993bac6471e0aac1c6cad2c1108477163bccec4fa4b +size 3539 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat new file mode 100644 index 000000000..852b2d8b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94259e075f16fb6d223b60e1ec0cece5f5549e44cdb4a95e61b86877f40ebd1b +size 2206 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat.meta new file mode 100644 index 000000000..1305ad973 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Grass_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0bad13b7083ae79656b4d22b93606475c0a2c0ff7710f74325f69e38ab8fd2 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat new file mode 100644 index 000000000..1cc0dfe64 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b113684ba0cdbc0d03a7df588168c2bc4b5d9aa47b7e451439b20ba98cdd507 +size 2283 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat.meta new file mode 100644 index 000000000..ceaadb3d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Hidden.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64906d409027fcba7f33884e080a0013fbc9d112ba26fb7e8e8eb5cc78c21d8b +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat new file mode 100644 index 000000000..43024163f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a9637244102006a38c16f925a87dad400ef02db22e463108bed76d7c9ca041 +size 2189 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat.meta new file mode 100644 index 000000000..2a58a603d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/ObstacleFloor_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1c7ff18fb1f23150bd059d33c6256dcc7b88dd6aec39c6387698d7dcf0d7e8 +size 426 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle.meta new file mode 100644 index 000000000..8391068d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde7174fc3d3db7c98bce0fb5009da2963704fe59fbd10feb0e15ad1f550133c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat new file mode 100644 index 000000000..d8efe1dd4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6a1b8a0067ec9216615b6be7494657c70a055af01b8b04d29dcc9849e574f6 +size 2314 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat.meta new file mode 100644 index 000000000..1cdf2cccb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Arrow_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc47df4920ffe82e5957f7d2eb176022ac45bda92e1b1773aee8561da98939b +size 433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat new file mode 100644 index 000000000..8d562bde3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977b46f4e8d145ae60552cef8f62e60d5a36b2062b5c98629c43218c0a39eea3 +size 2313 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat.meta new file mode 100644 index 000000000..8d7db64a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Beam_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508db2952b72e36163e5746eb0428cd1c537e02aa32ffbf056fb9216055d5670 +size 432 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat new file mode 100644 index 000000000..31d43a474 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae2e125d91f999086318c189ce8e7bf9591948d29754fd89e7994ae503529d7 +size 2314 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat.meta new file mode 100644 index 000000000..7b07fc3e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Cloud_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794a35bb30326cae5c92f788771808b20e22575141f9b4f811cae9e151f9c39f +size 433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat new file mode 100644 index 000000000..c2296a806 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235ae5c874ae4c3cd475c754bdab1afe7595034360e44028443796a4f014bc24 +size 2313 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat.meta new file mode 100644 index 000000000..a0a8bd571 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Halo_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781b93a08af1624f333cb85a3561e94b93472b349d00b7c2c8da124f5cd5adda +size 432 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat new file mode 100644 index 000000000..5348b7868 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a9c3d58a2ba2ff9d72e7b29ccc0f5a604214d6da2064329ba0d4b00a5b9b2d +size 2317 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat.meta new file mode 100644 index 000000000..678ab52b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Particle_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e47ff5f409f784f131ad240112db05611fdab60f79cc0abcd681906de3d9d12 +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat new file mode 100644 index 000000000..4d70f81ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac4d2e1f4961bd5cee63e7605f48ea738b758983e59d203ad81b3975c0bc191 +size 2315 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat.meta new file mode 100644 index 000000000..0ce6b31c5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Ripple_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3dc83d01e630ea151f646611064884e323dd5ed274819c4edf163a8f70a20e +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat new file mode 100644 index 000000000..2cb877889 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6411247950024402cc753e8d8047b36fbf58f77a8f82c5af988f93043b12ae +size 2313 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat.meta new file mode 100644 index 000000000..df89f10db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Scan_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef97ee832db68f3a48b4a65a77ab443ffcc8671d1fa200cfdd2f516023e280f +size 432 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat new file mode 100644 index 000000000..45c5f0bb8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0565b9acb36c500bb008e33b22f9a36104bc4c2dda6270d38c93fd5cfc7bcf91 +size 2316 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat.meta new file mode 100644 index 000000000..096beff88 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Sparkle_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bd25637575475eabaf84084a58b56170ed3f2f61e84bb705b9132fda0cfdc2 +size 435 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat new file mode 100644 index 000000000..0dfa2b09b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d13e7870ccbf70c10ae0bbe8f756cc451ea15a6aef5b59f47143c2be1e6d3e +size 2313 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat.meta new file mode 100644 index 000000000..1f29d7a79 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/SciFi_Wake_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a10f0cad4a54af2ee9c1c6c2d578680215b5e7bdb99517c4e4321a535a9cca4 +size 432 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png new file mode 100644 index 000000000..dadc67e54 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce525bb163465117cd8bf056a9ebb98c490c6f21293ba194fb84a42c7c92975 +size 4318 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png.meta new file mode 100644 index 000000000..0a1334a39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_arrow_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6133a81d2ed6c047770748e09a2b9fc5459dc5dc729c8295b18c2865d4c18fd +size 3548 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png new file mode 100644 index 000000000..d72ea4104 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a9820fe3304e1ce88b24590623be4e2e623d9a5f69c29672453bf52187f598 +size 10972 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png.meta new file mode 100644 index 000000000..159b2d49b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_beam_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f80e0f216ee6c59cc3e7d098a36dc452bb9c2a83ef2ace6b0bf6b4c294abef8 +size 3547 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png new file mode 100644 index 000000000..6c7ad016e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f9113f2f4543599965972f71ae63b17f50caf50c87fff5a993097b50c0181c +size 42977 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png.meta new file mode 100644 index 000000000..f21504ffc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_cloud_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed4c0ff6227e3224e1bb706da51199d4325a5981d0a1050997e8a60176ea7c6 +size 3548 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png new file mode 100644 index 000000000..05356d1a6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886517737ece59e42f2e4c92b8bb18bb9f282a21c47c42ccdb2bf4096467248c +size 16239 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png.meta new file mode 100644 index 000000000..3d5ece4ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_halo_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af8c35fdea85ada166e230890a759369a92c16a443d2ed038d16837a784d837 +size 3547 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png new file mode 100644 index 000000000..40feee62b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510766a1d06d264cebf5bf8f2097f8ec926a9d874c067ed9499fb509e1c4bf9e +size 5389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png.meta new file mode 100644 index 000000000..36d2bb10c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_particle2_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf9a04c9f744878eb5b18e64e10f5771c722163d07100041b153fa4fac4c482 +size 3552 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png new file mode 100644 index 000000000..40323aec6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33457692064ce71b527c195d8feb29abf73bf6f4c1edc1c0bf56410afa958886 +size 35695 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png.meta new file mode 100644 index 000000000..3ced92e30 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_ripple_256_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662c923b69655e6119cc61497727f3316bc5e0b2da1e8cb4678be06d2e163a53 +size 3551 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png new file mode 100644 index 000000000..a0eaae16e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66db64822701b2e3a90e50bb21f564d00fb69f9009431bb460561cdf0d7dc3d0 +size 14128 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png.meta new file mode 100644 index 000000000..481bdfeea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_scan_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5d3d2864758c485a1b35cc5f61e3a47167c65bca86efdda299f4d2aa45a6cd +size 3547 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png new file mode 100644 index 000000000..94848d1fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbd7b2ef9d5a932b4a0fc95505ffbebb9739fb2848b63c5e2029accbd7df95e +size 14919 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png.meta new file mode 100644 index 000000000..42fe3123a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_sparkle_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab3321356dd029ef0f0c3ebc54ed65d87ff19e4b22045d53ae593723ff4d951 +size 3550 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png new file mode 100644 index 000000000..8e0cf201b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e39636b572e5bab82b8d616318e1662d1108f6f77ad45f885a20bc7a6b07416 +size 15700 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png.meta new file mode 100644 index 000000000..0248e0f5c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Particle/scifi_wake_256.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4999441243b0d2dfc4ba568ec27a3dc703c26fd58faa5576a54032d2039777dc +size 3547 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat new file mode 100644 index 000000000..e2548bf0f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ffd3a437ea0eaaa6b3c7fa25d92956b149bdf4a10d25d4bea036ac66b4f4b6 +size 2278 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat.meta new file mode 100644 index 000000000..f599d2862 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/RedTransparent_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70df3981edbcf45e5e30ea9b4d4ae3641a02b5fe482ff570534376f071cc3456 +size 427 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat new file mode 100644 index 000000000..3a0e1d763 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b69e4869902d41bc4615f5a4f9c00e5c4e44b2cff5f4b8bbfdb480d4aa7ad7b +size 2225 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat.meta new file mode 100644 index 000000000..0ebd8a8e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Red_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544ce0e80c52114f9b41ac1dc12cae0b64f77c08a1015447ed8115bde55b0482 +size 416 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat new file mode 100644 index 000000000..288fefc9c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8cded1187b2eb17b4685c16800534bfdca40bc06d145839a58ec94f1d104b7 +size 2237 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat.meta new file mode 100644 index 000000000..d38ba81c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Starfield_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0258df2a0bd7dc171ef01c9b547259df2086dddea4bcbe1043fa64923ae236d +size 422 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat new file mode 100644 index 000000000..5bc3ca316 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382fb72343936d3b7de7f88ecf346a37c7a4f5b98c6d3ae60adf5b31d5b2d54d +size 2323 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat.meta new file mode 100644 index 000000000..58422c57e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/SciFi/Water_Mat.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bf14ead0f4b378f159660810057a58b13027de234365f5b5f9b2474bf45216 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures.meta new file mode 100644 index 000000000..ddee00eb6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbcae7fa3e68cdddf975750e525494e433492db9d15b2c4c727cef2df2422d0 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D.meta new file mode 100644 index 000000000..a6c2137ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fb32b791a8f9a665af7de16f62f5f1bd622773d05a9ef02041805f86d79121 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations.meta new file mode 100644 index 000000000..d7eebca4e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53add9ced865fc33b78490ee95a32116519264a47d8ba2e133e388a2a1d7b90c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim new file mode 100644 index 000000000..19815e131 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c90dc57e424156ed71143fb668f27f4cbb50805ca8f678c05f7dbbfb5a7b95f +size 2524 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim.meta new file mode 100644 index 000000000..df63d1c27 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc35b8654e1f75ca21cd66383cab1cd7e718eb34a40a5c75eef865965792bbc2 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png new file mode 100644 index 000000000..864495bc7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfce4769d484ce25a684274954ecae202754626ec2964f11eba1ebdfa1f5ad62 +size 59610 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png.meta new file mode 100644 index 000000000..2e49f11e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fda6b4168c6390eee3c2ff30020657f52cc0abd94d6a27dac25f66edc08784d +size 6691 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller new file mode 100644 index 000000000..00fe3c0de --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bf2a79f9839e79c4e844f4f0e3225dd4ae593a20a52083140518d440b0b5f3 +size 4223 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller.meta new file mode 100644 index 000000000..def07831d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Animation_SpriteSheet_0.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b04dd813dfa58b7805220752a0a4208ebd1cb5d31f9a912403a7274d152663 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim new file mode 100644 index 000000000..e811e6b09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838b983696299106c08f1cc604edde8e73ad68c1194af8c015fb314ba27e6f8f +size 1815 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim.meta new file mode 100644 index 000000000..4ce784544 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Button_Unpressed_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0439fbcec6630f4ebd27904e06b4ace05fba0f467787e5cf96a358854067ba +size 456 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller new file mode 100644 index 000000000..31a8b5a66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f407eac65de986846325c8c1ea41e6f3300b392ea390d5712fbb9c4df79559 +size 5398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller.meta new file mode 100644 index 000000000..bad589784 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68f1505d371679ac72478ef518ef8425ff5c8bdefc146a4a17bb629331d8b12 +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim new file mode 100644 index 000000000..2bb5f63ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71735b9a0d636295f7fe15396ed60f5ced42ee08fe2cc255cd7f56569ffeeaa2 +size 1811 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim.meta new file mode 100644 index 000000000..a143015c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Closed_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3ce576b640ed8cc221a332bbb569eb1a3009fc4a7be8f97a1907356be6eba7 +size 452 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim new file mode 100644 index 000000000..b4f62192b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cb1084f182d802ddb98e1f138f1a6f48ccb9f8a548d915f6eff7327531244f +size 7020 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim.meta new file mode 100644 index 000000000..bce49bd48 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec52d6e4c46eea621dc90d44328d65394c82890b851b513ab2db20a5caf8d9c +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png new file mode 100644 index 000000000..a108a6aaa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e38e94725777a5769ed24b09048fa2a15e071e0f46d2d85801d45397f429219 +size 6967897 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png.meta new file mode 100644 index 000000000..2b4523182 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Idle_SpriteSheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b515ac14ba0d93ee9fc5d2cf33105fe83ffefce26e22027bc9fb911ac5dd065 +size 19809 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim new file mode 100644 index 000000000..d2e14a1da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4328553e2155eb79626e7c52b91df033fd5c0403a922427eca7241f08c09370e +size 3966 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim.meta new file mode 100644 index 000000000..ee75b7514 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e20743215fee114d9cb1bad8f97e80d468fe10033a03879da1687b5eba081e2 +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png new file mode 100644 index 000000000..6b400dd76 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5886a55d8babcc092833eba1384908612c6d9371923fea7fc5d94684d57db3ed +size 783189 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png.meta new file mode 100644 index 000000000..3265e6986 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Chest_Open_Animation_SpriteSheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a7e0deed6d0da00313d52d901d0c969a6172ecd17c6d6b7db4186c28471fc6 +size 10861 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim new file mode 100644 index 000000000..7872baa78 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00019956b5433af4d8c0a0096e5d6c5148e696deb2b28ae5bf8ee5950be4d466 +size 2903 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim.meta new file mode 100644 index 000000000..7130d307b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation ClosedState.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4378ba7733f29089973e821f7b824ecbc8dd55fee7ef7a5d4ac84194c3d361c0 +size 460 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim new file mode 100644 index 000000000..a8c68106b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a106943c70abe1970d8c5b319bd174a244d5e5af2736917f7e61578313b75185 +size 2907 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim.meta new file mode 100644 index 000000000..d83000e94 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation OpenState.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98512f087ca38f3fdf61226b7881278f04c6d26e56f53a63769658409aac2878 +size 458 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim new file mode 100644 index 000000000..decb8b5c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc850567e89be4fc3c7c16fdfbfa6916e927d34e48e5813897b93f7e016a55f +size 4586 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim.meta new file mode 100644 index 000000000..03795efae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550241aab686f4e07e543a13af94b90213fd2bf4bc3aece423efd8290a650680 +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png new file mode 100644 index 000000000..5fa4eb4c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dfad440bd2ea4dbf1f01d2a126ff289a65166c35c0a935ad48b672a6e12232 +size 178748 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png.meta new file mode 100644 index 000000000..113562ac4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ddc841bae4ca01b660a4b670e06fa981d3264dcfe812afe4e51014cbf4ba00 +size 8584 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller new file mode 100644 index 000000000..bfe7d5270 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9e8fd830faadf8f2b7ab9fbda6dc1beea9224b33a574b4c13e04ea7a6a1eda +size 7607 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller.meta new file mode 100644 index 000000000..e3369a397 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/2D_Door_Animation_SpriteSheet_0.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048be1415b9e30234a347094b9d6adf700a5b0d63ec1db9dd3f16cfe8cbcf0de +size 464 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim new file mode 100644 index 000000000..16e96695b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51306fa70aed253f67953c69982b016b18b9e261b8db1d6089d53663e6c8944d +size 9839 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim.meta new file mode 100644 index 000000000..f3f8b9047 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aad4190dce90a3dfa075867c80fbe7df46ff06ef68ba99f6926179d2205961e +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller new file mode 100644 index 000000000..6fc5b7437 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3edde476dffd4b4a1780cbfd1ea7f7d038d94b7b716a260770771fd20c746e3 +size 2043 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller.meta new file mode 100644 index 000000000..8d62e956e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Animations/Water_Sprite Sheet_0.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5eb6f214f651768bc13297db0b082f2f752ecd823e3d61d83ae5651cff4973 +size 457 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png new file mode 100644 index 000000000..f11579e62 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078e7dc3735fe3d509469b4feeefc71f712c0d277c9b09376a7761c72ce7b8b7 +size 114061 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png.meta new file mode 100644 index 000000000..07c18a715 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Grass_Extended.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fdf4edfcbc908d95501686067a0275c714a2581e4acb8fd0c9c6b0318652cfa +size 8399 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric.meta new file mode 100644 index 000000000..53b0981b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab49b4b7b551856019f89cdbab5b8e584d0c177b33d484043ca1a66f49e015fa +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png new file mode 100644 index 000000000..a69c789ea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6376edb1f08ee3481da43fabe49e1e872c6c56cc5b7fd5d55e0c0901387eda +size 393946 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png.meta new file mode 100644 index 000000000..6e242e331 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Base.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb71b7a091e7233b162954372acf15a31b89fc83b643e862b661b048f44e544b +size 10478 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png new file mode 100644 index 000000000..23bf21d6c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869611c78465db67d2ee0d31b70d812f24d27d41e9a540bd5afbf655a88cadce +size 1327603 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png.meta new file mode 100644 index 000000000..c90920595 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Decor 1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367919e925a668668ac4ea5ae4ce9ec21fd3b6a41a7aade64723bead509fee23 +size 12508 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png new file mode 100644 index 000000000..dc041e3d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08bff8f23226e9d85794999ee4e88b7febbfc83cc8819ef7a8edc0a779ffc84 +size 165842 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png.meta new file mode 100644 index 000000000..9ace8c26a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Isometric_Fences.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab17c0dd4c2eb569adb9697a533ecea578a3b871a9c2097e4209d3dcca0e6d97 +size 8954 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes.meta new file mode 100644 index 000000000..05f6c72d3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8620b1a9df32ec5014d22f2dbdc992d33d252e245d15f26eac2604102dbda78c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset new file mode 100644 index 000000000..50ccb067e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4704a70d69e45278277aa42c3c88bfd58aad062b5d132f66d15cb256aed792ba +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset.meta new file mode 100644 index 000000000..b65d85e20 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc0a5d71a7053d7570edb0da90e15dbfaf11cbc5ddf82d05769383d17f3400f +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset new file mode 100644 index 000000000..0fe042d72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7bf49bb250fb56a47d666910c8d418fd319cb17e4f9c7e64c768716fdc6d3b +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset.meta new file mode 100644 index 000000000..dca717c47 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1572c83d68cff025af8a62323fd85453ddd408797b725deb04dc6ce83ae53a94 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset new file mode 100644 index 000000000..792fa0985 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8571c969145b0e195effe462d7fc332ab805dad965a126125162b65435a8a6d +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset.meta new file mode 100644 index 000000000..815d4fd52 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d20704ebcfd1f3059010c07872bc33637175835901730f2a2e030f9e292711d +size 454 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset new file mode 100644 index 000000000..e4da487a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68999b3619acd531943bfc39d6321c4402fbb8fb9970b5f6dbfb0441cb8c9cb4 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset.meta new file mode 100644 index 000000000..e04c169f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de0138c0ca98998a92b606dd8ba74fb49b9d29ed0752a82b3ebfad2070cbecc +size 454 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset new file mode 100644 index 000000000..1a5fded25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee320a70f68dc169a66d6e8e4a9eaaed4f105564270329bbf5782cafffb57bcc +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset.meta new file mode 100644 index 000000000..8ba9fbc66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef3126208de2db5c9070890502c7edf7b7453a641964144b9df24ee5c864d9d +size 454 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset new file mode 100644 index 000000000..3375c50d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c5202517fb7277e8ad42251a0a80bec76b0fc447303d4e8621832c269a3ae6 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset.meta new file mode 100644 index 000000000..43886c415 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374ec9bd9effe041fe0d98472160ed561a15a504ba899b2ed88e7dea22f7c52d +size 454 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset new file mode 100644 index 000000000..93cbd0509 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67395e8735ec3d3cb5da81c1b09b3e5c64f542d9d3a8730358a475c915b44645 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset.meta new file mode 100644 index 000000000..8aba472ee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb0959070ea5c8b11100e98c39431818c1dbc2933257f37fc78c69e365e457d +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset new file mode 100644 index 000000000..f04847774 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f641a2b507aae9faaf7577de2a5275231510d91d1c28cacc4b47dc5647b45e72 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset.meta new file mode 100644 index 000000000..f40443207 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4171a3513cec59bd265d8b05fb4f9049b240033b41b51f7d7a8ead4dd1fd9b6e +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset new file mode 100644 index 000000000..3f54a0d51 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3c87cb2238494b6410e9514328be1cba1c834268e73b6b341b7e9321871aad +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset.meta new file mode 100644 index 000000000..be094b6fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bf436ba4f34ea7f876432aff5dfd4c91ead9e6ce42b8877acea6e22c045b29 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset new file mode 100644 index 000000000..9b29a9b31 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0713643376c372097626d9b45fab77104589b6ab06400c5e11a1a0c6dfe818f5 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset.meta new file mode 100644 index 000000000..714ecaf07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa05518fbcf71acf201eea3c97ecd24bea25b415c593717d9cfc4f588d726b7a +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset new file mode 100644 index 000000000..8f366ba00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91631c4ead34273b211c290ca37d999129c30a1bc569b60caab04079b70a9c8b +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset.meta new file mode 100644 index 000000000..2963509b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0073ee12b8487b87394214116f6938bcf3f8bedfdb1f619b959e503dd572a706 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset new file mode 100644 index 000000000..28810c65b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbd3b1e29f9b999f282289270184c869bcf3d110cd7786a924f2aaf224e54ed +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset.meta new file mode 100644 index 000000000..2d8343e33 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20b88b4ceb66db5f6e76b1efe9335c9f10dbcf77272a2aecba6cc3940c2ccb8 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset new file mode 100644 index 000000000..c58034f1c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458f1c777542a45dbf99ab019cb0330c7b7e902cbd4bae0e12a83ef515e4c855 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset.meta new file mode 100644 index 000000000..7a1805265 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ead0975d63a3c598a9cbf055f4000577150127a70876600eeeb8d8745f3bc18 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset new file mode 100644 index 000000000..af0e0ea63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1964f7d3a1b434fb6dc6f807392ac56e26b129dc24eeebfffc8e7399544733 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset.meta new file mode 100644 index 000000000..541e81a65 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Base_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218a39c0562a2a2f095a849ca1289c1eb39632836d52fe4de75c02c989185bf0 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset new file mode 100644 index 000000000..afb70491a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3491f3b7a2972ad0990052a5e22a42d24ba423a7e1051dd0e70eddc2ba8ab26a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset.meta new file mode 100644 index 000000000..f4cdf801b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfef8f52cc41e4ac6c72d0f0b7f926090b15179f3e4fe3270fab77a48d512ca4 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset new file mode 100644 index 000000000..10ad97878 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb344da094a65365e5cdb76ee63369655859c34818e792772d43488a2cc167ce +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset.meta new file mode 100644 index 000000000..9bb79155a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4fb27b598e9ace76d3bb06add2abecd564b9789707ed556252affa89c34aa5 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset new file mode 100644 index 000000000..03eee9e66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be820f087ae5a7aa8f8905a3da313ef2ad0c355b7a2bd2548735d3eaf7c8700e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset.meta new file mode 100644 index 000000000..154e242bd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7a19c75a44da1a964cb955fe251716c3e18f2782f2da9edd401160615483fc +size 456 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset new file mode 100644 index 000000000..10bea850f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd0e6b34745bf1cddd316250efd147bda16c8c52d6fb6fad4ffaf4a17ac96e2 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset.meta new file mode 100644 index 000000000..102cf063f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac27a43d309fc3f21e2d7893856477b037d34f7e8325b10fdf2cb0b0a4b14b69 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset new file mode 100644 index 000000000..ef75a0721 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9a18b9138eed8a40f4c9a3a927de762db0f930ac8a9ab0938fb3eb17b8a4aa +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset.meta new file mode 100644 index 000000000..e4c731cf7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee22d9bd4df5063068eaf1d0d661124d520b3be2e9c8a72380178d2c2c0b5ee3 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset new file mode 100644 index 000000000..b0bf7fc19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e9b994a60eaaaa25403ec43e94a3d90fc0da4edf0ce8511c5e85aa6e00898b +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset.meta new file mode 100644 index 000000000..f829c1038 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79379524eb7112a09ac7cef3509ed158f8011db989dbb6e758a262fe5c7d8ae2 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset new file mode 100644 index 000000000..a383c6f0b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847fd8fd334e01e9c1aa313c8f12f3d9fcbc935503f25cfe684f8313a74437ed +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset.meta new file mode 100644 index 000000000..c65940a34 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695fceea7b431e6fd314c0b6e75176ee2cf2fa33b0fec3f49526e303ffad654d +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset new file mode 100644 index 000000000..3dc0cbaaf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e35f46eefe1af8ee1431f3a543701259c2391e2208938b887b8b56a61f21981 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset.meta new file mode 100644 index 000000000..9054a5a7b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3a42a6a39751250f49ca0df382dbc02360c890078608685a86c991091ffe72 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset new file mode 100644 index 000000000..ce32097ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73850f37a8147dbbbfcfc09d5a8fbb336188a14a375ad6be72ea11c39e5fcfd2 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset.meta new file mode 100644 index 000000000..7aefdef0a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f797d0756e4537d3f61fc9d67453442915a8e02502196e339317cba155513e62 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset new file mode 100644 index 000000000..b1efb239d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b46158cb81adf13aa88d43df9f00582eae021001a38caae89f85eb65349c6f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset.meta new file mode 100644 index 000000000..9bf02fac3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f082118098e0deed34e4d2423bae7ef40319ecb32afc45ddbab97694aab43bf +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset new file mode 100644 index 000000000..3b7434a92 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b2cf201ef3995464985950527ff72ebd5777f0146fe7cbdb82d4ffbbc61dff +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset.meta new file mode 100644 index 000000000..c6fcc89b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Fences_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa071038a1e6d4709740a54cc78fa10ac4bc76d773eabc97d3b202856d784915 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab new file mode 100644 index 000000000..a4b572489 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcfdc0633a1610d649368aa0b4d3df9885cde001ed7d6ffa38a5e0cc69e1564 +size 16956 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab.meta new file mode 100644 index 000000000..f4e635303 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Palettes/Isometric_Palette.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e7fab725c2b7ced544beac96f37b69d201d1a00c08569b2151ddf7ec72b0f3 +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs.meta new file mode 100644 index 000000000..19d31369a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9866b7e3aabdccde9800cac817428987e7677d2a365f8e2e73ab3053ab378f6 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab new file mode 100644 index 000000000..e4129849a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db70a7c7601f6bb2a622e1bc946953e7a08d3619bab40fb13b7a47b7a126a38 +size 2388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab.meta new file mode 100644 index 000000000..0aeab3bd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0302b4b33872b7508ee4f970d0aaacdcfabd1faff60c63f6a68acbc3b7935d +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab new file mode 100644 index 000000000..9681a8d20 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064da424a4008033876c61dc0c046373deaadd525ee8ce191db8762c93613700 +size 2382 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab.meta new file mode 100644 index 000000000..cadf59af3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_BigRock_2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819e2b65bc8e235fe1acddf6cb9926482f119fbf17f2d9ef4ad4075c875bdc97 +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab new file mode 100644 index 000000000..0eedcd6b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1880cc7ea8ecc97c6db8e22ea8c7d2b2b8a1561b785947a95bd68b37df2ca1 +size 3776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab.meta new file mode 100644 index 000000000..6450f5276 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Box.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0739499ba8c09a093521b06240cea2e7caa06002dd132bfdd8060950cd4b14d9 +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab new file mode 100644 index 000000000..d5299f0f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26df41abc2ab1bedbcb23007814ef3b8b9d5dec2293504490c31b1be1596d5f +size 2387 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab.meta new file mode 100644 index 000000000..5aa59edea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ac2dc8e6d96ba5d5db8df3983f7c68a8ed941242b8f5f53c2a10c5e5a49ada +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab new file mode 100644 index 000000000..8ba194ee0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b97dc26b854ce2cb3768f79f28e4b8e3602b863d456cab2fadf2548286d57f0 +size 2391 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab.meta new file mode 100644 index 000000000..8f0ab9208 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Bush_2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f6290e026d885af551aaf2ffd5da32b1b5c19ab39fdbe6195a78579adbbd35 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab new file mode 100644 index 000000000..5376b640a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b903490be8cf1df942a28042111df9856d8c3a1f9e17207c3cfce2ac309c6e +size 4497 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab.meta new file mode 100644 index 000000000..413dc0305 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Left.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aea1571d68b86237a831da97cb4e4208dedc8b6f1e66642a4df23b2005fa27a +size 426 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab new file mode 100644 index 000000000..5e030043c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5717413e5a85784ed8f3a19df2c5d311a515ecccb47ab81982b42a01faf9411 +size 4486 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab.meta new file mode 100644 index 000000000..930ce1711 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Container_Right.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6b592f1232686b789b9fdd312c344ad7fe93ab2a737f49d1c22b6f279b9849 +size 427 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab new file mode 100644 index 000000000..91698e7a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf3d56ac90c587d924aa16e30af420eb4d45ca09641937b9fccf0d35341b7c2 +size 4022 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab.meta new file mode 100644 index 000000000..9496eedd8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Door.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e45cc1c5a0b5e834a2da221feda8b22fd5dac5a4f1bbe8f4db652ec07ce740a +size 416 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab new file mode 100644 index 000000000..f2bafe47c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f351929974d9700e5733fb9e4d120c31782af3e39156bd16f596937fa9fda2 +size 2390 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab.meta new file mode 100644 index 000000000..0826ff94e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cf658be46ae24cada12e954c06eaa9f621ec0950aa04ed4b4570b7cbdbe965 +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab new file mode 100644 index 000000000..186568234 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e19c1cd8da7bb3cfb6aaa46e5f43f108a1bfafce3db8a190011114f63016245 +size 2391 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab.meta new file mode 100644 index 000000000..5aa6b845b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Foliage_2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb28a35449d786986f82d215a06d12dc0e7e961cbfae6de09bc7d47c940e8ae4 +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab new file mode 100644 index 000000000..9733bc717 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f98902c85ab38c0feea11d6c79febc2f8d085c92e3e69582ba5facfe22ebc0e +size 2381 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab.meta new file mode 100644 index 000000000..4fa7ac94a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f90e4400330ad07080cdf9c2770b8253b77cd04927273141c3b8a07478de70d +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab new file mode 100644 index 000000000..f6c8e1173 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b48118759f1afab58534b08d4b43debeac4d729c90f952c43eddf577dd29d5 +size 2385 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab.meta new file mode 100644 index 000000000..73f91bfb2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_SmallRock_2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855b62a03f1b455c987a3bf6178d3fc55f9fac61c7519c0fd90d7b6fbdfbf73a +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab new file mode 100644 index 000000000..ff1ba0ce6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692cb2964ddb0176fbfd75a7d72a482ec6428b538173ce995f512943a8706775 +size 2387 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab.meta new file mode 100644 index 000000000..c6bc3faa8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa675347811e94e0062a76d61193e5ade97a96f1b1cd12753eb0cf47ae9d00e4 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab new file mode 100644 index 000000000..a9fd31d71 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7874e674378bef0cb03852a90a1a2561d42f716fd75c02057cccef5e76e5ae +size 2377 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab.meta new file mode 100644 index 000000000..3ac7821b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Tree_2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c7be379b3f8717504eadb86e00e5a643f126af52313ea67adfaf5fc3601917 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab new file mode 100644 index 000000000..e7e953ddd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e9d1de32d53fa5b38d2513c4c7c87ad839a564bcec3c1f8a7c01b9c40fa5b9 +size 2378 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab.meta new file mode 100644 index 000000000..b5bb06842 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Isometric/Prefabs/Isometric_Window.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadcdae5082c8a849c48030ca465f3330dbc556c47bcc9a2d6b6dc64596c0526 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes.meta new file mode 100644 index 000000000..1dfec0b29 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb92058c9dceebceb94e6733099d413bce094e0ebc7dd3de9d5015874dae637 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle.meta new file mode 100644 index 000000000..aac6f4b41 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6367c69558e62e60990e68d0ab8f535bdc00f46e7d8725d42f45d19829b176 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab new file mode 100644 index 000000000..a2ae7d9d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25973399758317b19e378a8911ffd4551404be3edeae8dc6cc6cc969d0327e +size 216558 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab.meta new file mode 100644 index 000000000..181816320 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/2D_Tile_Palette_Rectangle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfa146176ff887856df0f06fc7ab7281b07a70d44dbb81776b3480a5bd37206 +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset new file mode 100644 index 000000000..857be833f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d439f374b65ff8bdc7eca50598fa2214c98679dc7aaf6c5b6b258a34934cdb +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset.meta new file mode 100644 index 000000000..1c11e1014 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d78319e015737bbac7b65e4f8006247808cddafbde5d7b06865d57ac8ee7b9e +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset new file mode 100644 index 000000000..6241252f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499ace2ad35ad59547256ec0a23abb06d69bda48b65b807d415a1d4b3e167dfd +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset.meta new file mode 100644 index 000000000..c58d3f75e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8daee4aab3d3480d7469d9591cbe53108661e350fd75963d192eaea5dbe1687 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset new file mode 100644 index 000000000..8951e77b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d39434a86144290fa410fe2c70bd44f1cca2a2c2190f7da7686692ba0ee80b0 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset.meta new file mode 100644 index 000000000..0f85e82c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51aa286f9017b6e39543851609361025259b4de9124ecd45d97e98e4ce67eae3 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset new file mode 100644 index 000000000..8da3b9e6c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848fc97d0022f7ab5ebd4331da72bf80d8c25345e5a20f7068f02ff31f6952d9 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset.meta new file mode 100644 index 000000000..4b984703f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e322c099d5d830c6943b7af9509ca60db2d9d0841520066c9f7d7b6a4a2c1e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset new file mode 100644 index 000000000..b5f3d1614 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040a367ec116adb29b314a413defca60f825ccdc32ad40d11fbf9604b337bec4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset.meta new file mode 100644 index 000000000..0eebafc1f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdc843907e54794c21aa90b42db480c159378be8c1ef9dfc5964cdc7f14f66b +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset new file mode 100644 index 000000000..b572ba7d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f16cb93bd6e9955039b69a07368f373b630471f51be15689ebc69c6e1ff8cf +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset.meta new file mode 100644 index 000000000..f0ab0986e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e66657a0a712992dfa79a213349df5149cdf501ffcfdc595e76190748756f0 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset new file mode 100644 index 000000000..414660b93 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff99e4a12a5a002e241a0a3d9e22af656b0ff8900bdf0b8c64260b66d9b65756 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset.meta new file mode 100644 index 000000000..1f1bf3916 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f354071c3b55fd413d06f8b08610f96e3791d744c48ae15fe5f210ce38641a3f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset new file mode 100644 index 000000000..9aa24d557 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e3147f1380cc747c23d1d27203ca352c2097c419b149b1b835f5e53c7601a7 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset.meta new file mode 100644 index 000000000..5e7868156 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1dbf6f948473c2a96b8c7b953bb54c6d523cd123cb5874e3df0c892206ad1e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset new file mode 100644 index 000000000..062e83749 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6855a9b8ced6b5ce8cd97694a33a5b40c79e12c7130e922070ad4d86f7e2e3f1 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset.meta new file mode 100644 index 000000000..ee57ace07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ccdaefb780c37db2f537ba40adf983925c2cd84fb2ff778585cb44b4909a932 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset new file mode 100644 index 000000000..3b4571e63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ef42386e2336e2b0c4f84059195e89e4fbb84d75b6490be66e3d561d0f13a1 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset.meta new file mode 100644 index 000000000..e8b4488e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0441e9a5552f55587f304838633367cb68df8e0ebc29ce169d676510be97b9a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset new file mode 100644 index 000000000..b3dcf5def --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fcc0b857963512061212df0330834bdccb7789a030256403792de24f39b33c +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset.meta new file mode 100644 index 000000000..9fab87101 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187be225b0d781d6e78e9c16210ab342ed68f3d719c056616bd434cc167c872c +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset new file mode 100644 index 000000000..a5149db8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd207fbd44e7dbc14de9896ca5452bee0d07b0ecfad3fccd957eedc77c3a5f8 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset.meta new file mode 100644 index 000000000..666df7c22 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76618cb0261e89f5d88afb710d1629aadbc8d0484ba95daeb046c93ddae08ecd +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset new file mode 100644 index 000000000..d9b4ebca4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ed42856f014fe1d9733bd14e40a825e8181e359e209cff980da5ded1b91d15 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset.meta new file mode 100644 index 000000000..1edbfa1e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189692beb2cd3bf9131570331ea1d0bc987024335e1b361f4382b1f9b4c7119f +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset new file mode 100644 index 000000000..af6f12e05 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62df14f93ce448b59951d2ebc69389b4fc10610e8328d987557a25797cbafbec +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset.meta new file mode 100644 index 000000000..f6a020d0e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_20.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b11c901fcca68442ef4b875da2b65083b0342ea4c736b4513395f39d7100b5 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset new file mode 100644 index 000000000..2ac9de507 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf80f4de5769f6d71d9ed615893d267102a941291281bfb4db0be02f2afa551a +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset.meta new file mode 100644 index 000000000..ff6e502b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_21.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c1a86498c27f60d5d39fea7df1744e34500e9c08b94e1cf5e4c8e4823c3344 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset new file mode 100644 index 000000000..cd2815da2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034941eceb24cd7b1f6d322780f4a2bc987b0c60d821067ce309e68a17a18f94 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset.meta new file mode 100644 index 000000000..e0c2c8012 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_22.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28554cd55270578ffd3718d8ccec8097feafcb61e666ee121ad49cb9ecc0aeb3 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset new file mode 100644 index 000000000..33fec322b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6b90ebc132ee52f429c783646b7f4ba92ebacdb102883972bd186dbe63a012 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset.meta new file mode 100644 index 000000000..36a419abe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_23.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6558cffc4f997bca0af231dd84fa4e8ed49b98190aab57450aed4bb0e5ae1f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset new file mode 100644 index 000000000..f8766edbe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabe8c1af22658cfa3a4d261635894b73f91e3adb6a88716ccec8c83cd4d4a30 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset.meta new file mode 100644 index 000000000..ae2dd21d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_24.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac92e0015dfee892545db57d37253b8a438b675e0ffaa6df90d0193c43d17f3 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset new file mode 100644 index 000000000..e9827e0be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034b84ce60d5cf218f993b203dc22917e25d1966bc1f21d81878452c5db48976 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset.meta new file mode 100644 index 000000000..fa12fe293 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_25.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb00844b926a3c8fc594311972bea522b6e06b29f59b0753fafdfa9f03e5b7e0 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset new file mode 100644 index 000000000..5c73c1415 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cf743aca75f579ce0b0ff138a2f230977978afc9fbfb317be833a3670a8f00 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset.meta new file mode 100644 index 000000000..9998bc0ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_26.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7635ef8669e31d9883f6f73004dde4eadef30a01bcef2c2336ba734a9a8c07a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset new file mode 100644 index 000000000..d13edafd4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e594130305002a2bcb2af570533452d83179b48342b36fd4c0874545ab276f45 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset.meta new file mode 100644 index 000000000..48d5009aa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_27.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919b71c3fc1c6f3ddb09b3862fce4bd9c2a4f751c4715024b0a4d2702ebd6f5e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset new file mode 100644 index 000000000..7cd1878b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9371c5b9ec8d97dd328b34044fd2a3646812ff8057e54487e5613eb0fa751774 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset.meta new file mode 100644 index 000000000..bc7bc3cc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_28.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b3cfee03feed5f6f617f216b5c34ea42cbe720057c81a399199334cfb857cc +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset new file mode 100644 index 000000000..5ce888e77 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52a6fe1dc79f5e37f2577f2191c2e5a6a1ca22dc533974b8fbc3471d35cdeda +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset.meta new file mode 100644 index 000000000..ae0ee1f2c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_29.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854050ff877da29eb7fcc4b66780b19760d4b5612aa5ebbc908aa2a8758768b9 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset new file mode 100644 index 000000000..79cd2b4ba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d26d125ac3082f25ec552b64e64d949493e7a46ab4f4f1488ef70f6a030b6f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset.meta new file mode 100644 index 000000000..f6bfdb389 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb3dde22e97560b463de6ddf69d15b08baaa14e9f563cb4069c8f2b086741c1 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset new file mode 100644 index 000000000..fa240bf19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a7754575abd65bf76b7c976438652efb715b2bb7efcc08acc1317b5f7309c4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset.meta new file mode 100644 index 000000000..573a24dbc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_30.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649b72db05c289dbaf8a80e705aaa21299f045bd96997c4c9e9cccfddd4ad369 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset new file mode 100644 index 000000000..9d582fc03 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db99dcf7565d6aa33a2199dc592a8f5fc73e1d18a2cc5e9d011a3df8c6ef2dc +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset.meta new file mode 100644 index 000000000..554248209 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_31.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596b22946dbd5d6ffd591cf5c58cf7aa31ffd6efb254484161d020d49c4f679d +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset new file mode 100644 index 000000000..909c2da38 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57b1e222adf6d7c723424beae9c4376bf571a50885eb2fd107b81355f2844db +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset.meta new file mode 100644 index 000000000..1be052ea1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_32.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c658eb7a10241f1e1822be799f049d4d859ec0a7b5bb6edfd21e5f1aa4f009f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset new file mode 100644 index 000000000..b47db153b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad4135cbbdc2993543efd9633e4d1d21f2119e4166013ae014f7a11cd7225a7 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset.meta new file mode 100644 index 000000000..7bad9b67d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_33.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbad72f0b18b4923e3c85dc2f1a16b87ba883a0cb896b784bc3810de23ebc105 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset new file mode 100644 index 000000000..bcb34767d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f518575592eea1d7649095b34739b2afcc9cdcfc3becc8699ea6df21289a068a +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset.meta new file mode 100644 index 000000000..2727c296b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_34.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4e29055280737dbf392401c1679505fec45bada773dc297692c0b4a7658b3a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset new file mode 100644 index 000000000..cf782934a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fccc7894bdccbd0ac9e742c04162e58f22237875ef1855dea21bfbcd4fa7284 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset.meta new file mode 100644 index 000000000..f1d4d9324 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_35.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990ca91afba5611535236260521979d765ea4d398439e040fa052022e243de79 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset new file mode 100644 index 000000000..af009e643 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423f475c63995abb6f890f0acf84957ecdb6c35e8137b2aba964f777cfbdc828 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset.meta new file mode 100644 index 000000000..e29ed8baa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_36.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420ebc5819d375b9e712d5fec836bc07ae28c3eb30a064a7e81972de26390459 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset new file mode 100644 index 000000000..49d96ef90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4eecc990bd7cb716d6f70179d191e4f3ee98d12980794f6732f4026f720f0a4 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset.meta new file mode 100644 index 000000000..e6377529b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_37.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb669d75b5d8f87779b2de8f2ddafd20a0dc66e6ed9cd179fcd61da71b7efe9a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset new file mode 100644 index 000000000..c95045163 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301e90badcc32dea514821fd992b4145ab8a544b02a53c2d3c73da78657337b6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset.meta new file mode 100644 index 000000000..2d98f0b5e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_38.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81d914f21257e81ddc22164e1005e838b1f9ef0ab956cb22c1ceccaf717f161 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset new file mode 100644 index 000000000..2164e9268 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e90a6f722013c9e345003b1584e2f9a93df99a16064c2b5bcaa117a4961222e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset.meta new file mode 100644 index 000000000..cc06e6e47 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_39.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebd43c7f6a1bee39af6483be2dc58302f81b96278df645158969368081edf5e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset new file mode 100644 index 000000000..66e2c5976 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010bac08060842ecbcab82b091282ec1c31a8f92e6765a5fae502a2f2487eff0 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset.meta new file mode 100644 index 000000000..dd0bbf8d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab24af854d73cadc171682b46bf61e93854c7cc821bd059ad374232c3802852e +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset new file mode 100644 index 000000000..2d5e94fac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57366f2d5cffccfa366a8a0ac432181f360b75a1eb1e4b78c987fb546f30c362 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset.meta new file mode 100644 index 000000000..72fb9ed90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_40.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b19123db9953cad8fce2760f89ee98b0b3ceab2b127fb3c01a48acff54c23fc +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset new file mode 100644 index 000000000..eb1acd619 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb6d472dd886df9aad231d0aa60388705236416944d1f65e33d69ccf3b89dd7 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset.meta new file mode 100644 index 000000000..e5eb3189d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_41.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f995a9dc8c0093b06c22e370fb09d76abfdd2feaad5950c232760f0661d64f56 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset new file mode 100644 index 000000000..ed282cd7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1641e9e7b96ba22978c82c60f2bf6b5880181798c7bc96dc180b79a5ae8b9ac8 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset.meta new file mode 100644 index 000000000..17f5948da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_42.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983a4c244cf7745512de079c3ed5d2d6142ec19ecbf8d314054813f244d098dd +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset new file mode 100644 index 000000000..ee6222cb2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57716503c22bdc8560605a8f364fa5386983607669a80a5812d57a7f285bf195 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset.meta new file mode 100644 index 000000000..c77c23b24 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_43.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ad39d80234c901480cf951fae340e20c755754e35e4a83b00358954b308ec6 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset new file mode 100644 index 000000000..47b7fe3b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6416cd5afa3f0be82e46a65d05226f59ed8311c3a90ae2210c2a6a4abe1fea3e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset.meta new file mode 100644 index 000000000..4f8ca1ba4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_44.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9d90cc7add9f5145869bf998d5527d6503507179f1948352f7c6b68096e5ac +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset new file mode 100644 index 000000000..31b5be31a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e39f860a28eed1850fdb6149bddefc0d1eec4343564eb5038ba0e7eb055d54 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset.meta new file mode 100644 index 000000000..a50679784 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_45.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e952afcf408361664ff1ab6e793570b898f3d454b45967ae6c2d5c8e495c67 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset new file mode 100644 index 000000000..da7340f4c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb8b10757648aec83df97177e0c29d07eb44cf42eab8bc2b214eff08f39f479 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset.meta new file mode 100644 index 000000000..aa3cc0fd6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_46.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48feb76b8cb388a58fa8add22fa2c52d83fc398d9bc4132d88234745070f27d0 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset new file mode 100644 index 000000000..93180602b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813bb0cec2692c2b761bf70bb623397c535e4d825c293bb2bebc213c7a358bd8 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset.meta new file mode 100644 index 000000000..26d884bc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_47.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cde3be513f5557905cda1ede62ca5ab8775efd3786dac3a80362fd10b38fffe +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset new file mode 100644 index 000000000..0e897b272 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cda05618bad1429fe5493e5d1b954251190adda1ee862681f959a8eaf9d06f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset.meta new file mode 100644 index 000000000..4e05d7601 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_48.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496d7ff0e789b585b5e22df701c9a54c768196c92fbbcd08ffba66b538f898f6 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset new file mode 100644 index 000000000..75a21c081 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b692fb368f10df394e6f1db8b2dd1dc3ed9f92403a5931e13426776deda680 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset.meta new file mode 100644 index 000000000..7908a9452 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_49.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a071123a5e71cd958ed10a270376a8233cbd74c486f431f9e26d666e910df831 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset new file mode 100644 index 000000000..a03ddb1d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34a271b2e076d43d03f51c814045635c5c05c7445d87386d99952d60a42a4f8 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset.meta new file mode 100644 index 000000000..b8a3deb5d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9326756c3f8575a8d7a32d087dea676d701ff2d3aaec25c7d20e5a8503aa7e5d +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset new file mode 100644 index 000000000..bcee0cbcd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f082b6c39452371e6dee9d4f67406d06eb115df486864febb281096dab01f26d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset.meta new file mode 100644 index 000000000..11512d6e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_50.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64bb985208a4b7e3740717a876fd101089cfcb98edcd3a5a72ddadde38ccbef +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset new file mode 100644 index 000000000..1ba49f02a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75191d1c7bb7064dea436656e845d8490d72b23e6f4be4e4d95b83f60268b25 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset.meta new file mode 100644 index 000000000..b61eb4969 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_51.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24acc15312595168145a529af95a16522adf4eeeb816964331b91d7f99f2bf2 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset new file mode 100644 index 000000000..554e55e88 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcd16a84cfa53a422ae71a53301873539b56598f03397438ed44434a2cc962c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset.meta new file mode 100644 index 000000000..22ddbd701 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_52.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bca3f7a0c30349fdbd8a258d2a871017ddd69ac251701d29672e83d4806701 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset new file mode 100644 index 000000000..2b875477f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0af2ac9aed6ca89688783f75ce615eced8ee4516a245632cbb7195462ab72f +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset.meta new file mode 100644 index 000000000..1215dfd83 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_53.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ddaceddee9c4ca465450cdfa966b869cdbaaa291990422454ce020272ffc4f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset new file mode 100644 index 000000000..826500a34 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a61ffa2369e4655dad89b6ad9db6c469374d6a2f0f374d33c642ac02cf68c4f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset.meta new file mode 100644 index 000000000..54b4c2125 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_54.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0357c555539f3ab8f83048418cddb22875d1d8f16896f8897d8c40eb83ed2f0a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset new file mode 100644 index 000000000..62aed0e00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed1ee8c760d39caa8de124f167ca462d256441a4cc6a357ebd003a9555a0be5 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset.meta new file mode 100644 index 000000000..0c5304666 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_55.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbd0e8f30bfc31f7000cc443473972071ed36809a9a57b2cfac0b5be9c5a9ee +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset new file mode 100644 index 000000000..7688195ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b811d664d51915dac52c6708d4c95a5e13fe0d9d3d67115de196b304d2cae0d0 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset.meta new file mode 100644 index 000000000..adcc60668 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_56.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cb0efa511bd48a3820a56974a6a44d2369b17f3d50a4e65cb2919958e44618 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset new file mode 100644 index 000000000..e98f47b8a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770669a3243a3ce169a55ea6aa81d0cd3ee299b9200274de6374f431ec083898 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset.meta new file mode 100644 index 000000000..6395197ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_57.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f68e94036fda982479691d1ade8eb2aee01615561c7a2e81ef7aa4474d0b3e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset new file mode 100644 index 000000000..787436ca0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39794e212df3ad8c171749767938e0a70ad170151b196c0ba1ed8c4e9229fe2 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset.meta new file mode 100644 index 000000000..6523e59b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_58.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d01be6bb8478ecda24125ffeed5516da88f63a2297f992a815c0a27cf20a2 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset new file mode 100644 index 000000000..15ce29a81 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3fdcf394c6833e535c9161de6b2364ddea34032f8a598ea07b14dc86113871 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset.meta new file mode 100644 index 000000000..c093f7f47 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_59.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897832fce66aa7f5ee8041b0f9624e3410a0d112397042ef159688da03e22f01 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset new file mode 100644 index 000000000..064213035 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b347a20872ef628e5a656d4584c95bd60dff99e5b8548974c498a36d4ccd02f +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset.meta new file mode 100644 index 000000000..330197d18 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e41c0394becc0fe667970aaf76d1866c2312fbca24bdbfde263501ee750ac82 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset new file mode 100644 index 000000000..9cdf598c5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4473a346fcfe6b4e1e8c8f09bc8ba2edbba35f76acf2f1420960abc383bf86dc +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset.meta new file mode 100644 index 000000000..8a94109b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_60.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fcf19b6f1c8a2f454fad2cc8139a71d5792a2bd688492a30be95f3b52bd6b7 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset new file mode 100644 index 000000000..992dd7ada --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ea116b5c4c674bba6b701c8e99ea33fb44f42978c72a89be35672d8ca9ba3c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset.meta new file mode 100644 index 000000000..7e01f6c45 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_61.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd07ea84f799c10983d9825b41fda13e0ded932f8971275fa91e9942eb5ec9c +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset new file mode 100644 index 000000000..f69706c64 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312da3090c174953a8bb3cc8a9cd4d0644f774a17f30c0d1ff7d406b27fcec22 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset.meta new file mode 100644 index 000000000..662305753 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_62.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fe664e823fe5a9a1feb84f7d560c2df474af4f32cd6fdec2c92cc6b0dd30f0 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset new file mode 100644 index 000000000..46a760ef3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80756730fa7f42760b3477206238b84e6386c68e3b272ba061c68839a3ee934 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset.meta new file mode 100644 index 000000000..b7b1b637a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_63.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25fd2a46f7f62de2318d60ab9a4263ad51b96e117d31e00fb60752acb8b9a2b +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset new file mode 100644 index 000000000..2dc8135a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3482758338782e403f79af3cda3d86cca18e5607232115e11dd7a1e489c74472 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset.meta new file mode 100644 index 000000000..b457a2c23 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_64.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2df304f7db594435d6014191f7bda8dc8e3559155e615c114cee2158fe2db4 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset new file mode 100644 index 000000000..8453dba3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed9e8002040c054301d3bad807f02252020f896ccc859dd9e2214d7758c2290 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset.meta new file mode 100644 index 000000000..fc90cc07c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_65.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729aacb546a24f07ef6f48ab33ddd0358678c1a56b37a7503f0ca6f186a9e81c +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset new file mode 100644 index 000000000..3e3e6ccfc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd17b7b1b0a352ad5a5ead29474ed81b58ea0e3e6f25351ee78f464f5af66c24 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset.meta new file mode 100644 index 000000000..b3ce6f4d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_66.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ba6e61a802e1473d496b1a0d79b0cbaf0817e08c0fda9067ffbfea09ea4d5e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset new file mode 100644 index 000000000..e8b8c15aa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f96a1cafd2164865aab133fc7485e7c7ad181b54f15aff719030277a026ae1 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset.meta new file mode 100644 index 000000000..31b84f782 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_67.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3c58d7711dd29886177751b05e373218827d3b4e34b5f855600e91ff5d2365 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset new file mode 100644 index 000000000..59f4ac17d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0054f46aa783efa6adb351df7b6371ff05ebc452cd0c8aebf1568ec38aeebb6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset.meta new file mode 100644 index 000000000..7d6db1391 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_68.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e1b0910b4bdc6f1da91dd364f8e00e0f6d0d2568732fcfde5715f07b534e63 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset new file mode 100644 index 000000000..333062cce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730a76527166feff14e5e61f9647578b9460e359ddc4b2792d4f8fda307ea31f +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset.meta new file mode 100644 index 000000000..c723102a4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_69.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498b0bff735cc315e1d4e3358e80859e697ee11b715d4c01c6acb4af5bf17c71 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset new file mode 100644 index 000000000..7873a6a58 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b6cc11d73eea2667a66e6694de22323ad92baf4d0cb6beb50f34043bdaf221 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset.meta new file mode 100644 index 000000000..6d42dc5fe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d51694e732ea692108b7c08d39f1f1d9efc5c17455d15681bce8819c24b1f1f +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset new file mode 100644 index 000000000..9bdab9cf8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9560cfe4a8de65940eede0aae45c3b98881542e815d9e3b7df1e90d867fb840c +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset.meta new file mode 100644 index 000000000..ce619419d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_70.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd44dca889d314614db757da6d54f4105df27b516743a337e8ea1da4f2a8dff +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset new file mode 100644 index 000000000..e5b50ad9b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8510067499824c02c198313c81561b5d0b2b697c32ac86ad3232e54092820750 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset.meta new file mode 100644 index 000000000..7a9a4cfe3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_71.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47839ad2f69e42033871d56e1efdd5e55c23d0aa0aa3e8b2a0a31eb34fb4322f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset new file mode 100644 index 000000000..a5b272b67 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d69b3db9cec5cd7020a508eff19d72be479427f67677daeba56bf05b09a685 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset.meta new file mode 100644 index 000000000..9dd03cfb7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_72.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432c8ac1c4936530dd24a6294a8f7e9d368958efb1a2cf6e19b29d16a9dbeab0 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset new file mode 100644 index 000000000..7b028799b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65b971e80ac1e32617b881147040b0ae5af9843aae1e3334dd4935b65375d67 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset.meta new file mode 100644 index 000000000..93159ec09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_73.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9dd8b898b7cf5680eec3079687ff88f448e23160ee67688732263ef1953cec +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset new file mode 100644 index 000000000..dddc6d622 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b09d6371998830ec786c45e858eda8bf1712218d69722e6a62b1c95be3e713 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset.meta new file mode 100644 index 000000000..f50b139dd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_74.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1da12d7cf53eaeece9fd6fe2e8cf05ac87c5a60be823a78a7360bcf2d167790 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset new file mode 100644 index 000000000..48fe38b9f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb4a8e6ca4c50b55139e0f6e7997c837d750df74461d66b424d2ceaf1115677 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset.meta new file mode 100644 index 000000000..f49165fdc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_75.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07c19a9bd111168baf64d377f46ed2f2cd3d1dbd93a82d2e1512a4875c3e812 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset new file mode 100644 index 000000000..bc59c0046 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d9e6ae5e531f2ad6137e3028304380b2af0bcd96968cc88bb3bb7ffbe4e78a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset.meta new file mode 100644 index 000000000..dfce3f037 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_76.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec66078fd560699a2ec4ea297c0dbb97503d389cc800bf48dbef4b9fe4b63f2f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset new file mode 100644 index 000000000..c18333c4e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c583eba21bb81ecc450895c672e2d25784d4a781f232977d56e32f01cc463a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset.meta new file mode 100644 index 000000000..02acf4135 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_77.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab0558686b21308b7e40c3e90c66213b53cf67128f118b3e3abc097da9dbe55 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset new file mode 100644 index 000000000..9cf8e0ea3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06cdf7159bd86fd7e1e2fc102751aa6585261d40b10e32fd38fda232f15e4d6d +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset.meta new file mode 100644 index 000000000..8e6341a82 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_78.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85a08dd2f9c152f7e85e1270e4cb44dc6d7fbc160c0c72bb29f7de6c2897e4f +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset new file mode 100644 index 000000000..390b4ce6d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94279873683c2262ccecce3ad7aa2f4cfb93fe06f80f67bd8fc6368c42d9bc17 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset.meta new file mode 100644 index 000000000..ea0c04a7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_79.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0ca5d5b33d3ff587b207fbab04fed2748319ca29d34ee1c45681f90d199d91 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset new file mode 100644 index 000000000..04eaa5bff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9043b98f34552f8b1637c763bbefff95e80b90a703dafe51092880969ecb742a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset.meta new file mode 100644 index 000000000..f1ba3f386 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f63b6ae31dee1aa8bd646b0435a2c985593098bdc4dd1ed0c795e7967d194 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset new file mode 100644 index 000000000..4b3449e44 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbae76d60efca5e2f2adf819fa2b42f016579385b09975255ba70b791d6cf651 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset.meta new file mode 100644 index 000000000..d443b3ab2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_80.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd97ccaa9cbbf7b00faad1e126f1b0530a4d0cffac166b4489ad6fa10a0202cd +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset new file mode 100644 index 000000000..1cde0e3c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b377fe6528feb4003302f9185adccc1b2711989acc98d523f7209492676d837 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset.meta new file mode 100644 index 000000000..d98017195 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_81.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ade6c6dc2ef8b5767b58076451f53a649616cdce5f30d78e67697f6815d9a5 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset new file mode 100644 index 000000000..198f79177 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d1348c3532f48c17838f710e3cf2a86ee60cda36cd689e59611d844ee580d4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset.meta new file mode 100644 index 000000000..ed6b53810 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_82.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c50d929bdd2e18485e8746bf51d99fe51bad99ea92b3ac59769c8d2f2c345c6 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset new file mode 100644 index 000000000..624077fca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ca5971387a524518e3bfa28bbbf8ba5d6834279028f18888524464dd153eb6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset.meta new file mode 100644 index 000000000..91d054143 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_83.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535c86ac8bbd3c214bdebf74a868ea9b60326d3e30dab072a8f3f1a139927288 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset new file mode 100644 index 000000000..f560206c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecb4dbc65e924b6e4387758e8f1a935f6811f33803b3bae62032013b9ff2244 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset.meta new file mode 100644 index 000000000..5abceed1b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_84.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e31a7f51a5641ccd7434b13345f95d43bdb8a5ffdcd2a3e85d826b63f13fdb0 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset new file mode 100644 index 000000000..b2bcb5b04 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59c559a78f7ca683ce2a43bbdd308f073d9af56fbfb2d7897f9e7f3e239392f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset.meta new file mode 100644 index 000000000..208a32d40 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_85.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271b57379b44869640902877f0ccb1af500cffc906f6fd3e2149aa339b81c4d3 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset new file mode 100644 index 000000000..1fb532524 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9e732610d23d1da343e1f1029b0704326a87abf93b71491261c01e143a860c +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset.meta new file mode 100644 index 000000000..5fd503cac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_86.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341c444dea6c4eb4556894a19c9ff9f6a887d4dd966bd3741a0767ee76c2542a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset new file mode 100644 index 000000000..876b80a56 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e8a8376a6291901320b015a664d9f53e4b731c3096cedee5707f3ea7ef3705 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset.meta new file mode 100644 index 000000000..a989f13ba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_87.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5272cb055b856cfbba72a84db4b6bf9b2494d16ca143cbbb45c8f33e6106f18 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset new file mode 100644 index 000000000..3d9f76b98 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc5c012f95528bb96ca5f477b8fdea9d671654e3b22896e50c8f14d3da20057 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset.meta new file mode 100644 index 000000000..c7a1948f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_88.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c459473ab901ac6d6eb187d829dc16b636eecedcc6370745e5ed84bfc736ed9 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset new file mode 100644 index 000000000..e79ac9714 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532b17e0826a44175a84c26519e07bc169f9a6ae833e00c38ed5a1f0186896a9 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset.meta new file mode 100644 index 000000000..26b2b5676 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_89.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ccd2e91af25b451b6b688373c06ada4db1ed4db5ccdc1391fc240d99089424 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset new file mode 100644 index 000000000..724b4d98c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b499412a66a46626361e1e3cb67c9a179506e11ea3423c543d88b023dbb511d3 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset.meta new file mode 100644 index 000000000..a226347cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ebb7b35a2c03d4e28cb8a552c23f03a2e1d873f747e4b21e42dbb9d5028afb +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset new file mode 100644 index 000000000..9565becbd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b005955a92a6d36852f09608164f182f1be3d414a8353178e8270c89bf426d3 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset.meta new file mode 100644 index 000000000..813005527 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_90.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74d5a0abfb79281b9bc4802863f3100ba960c3b3886171b159d2758bc2b6366 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset new file mode 100644 index 000000000..ae6a55c93 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab094fc6b65204e926c1ac43829c98cf89653afb1cc9d6b8e3d3c15fc22b3761 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset.meta new file mode 100644 index 000000000..e27f1bfa6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_91.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fffd5c57d8ca4950c8cf2864642aa04a7f76072b24a060008800b405dcf7f1 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset new file mode 100644 index 000000000..f2eda2930 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30eb162880513abb3794920ef0e02e16f0ff9ff26076b87ecce5295af353245 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset.meta new file mode 100644 index 000000000..8f46e6c17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_92.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3310149a85a10bf4c0a485a6a66579f23dac56333a258f7ba84a3e33995f09 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset new file mode 100644 index 000000000..8c3e8727f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4276cfaff7aeaa6ad051aef6969787e179be03f41194a34290dad8979c508f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset.meta new file mode 100644 index 000000000..8d290d65a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_93.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4264eac25d1ea8e438f65f9e4ce51573890cb62b06ba11ebfac69bede80ea0c3 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset new file mode 100644 index 000000000..72641fb83 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7786b47dd438cf62623ac03852db3992c57cdd13b9ad46baa09914a4a42e4559 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset.meta new file mode 100644 index 000000000..3544a3487 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4 1_94.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a849af63750c90716fe733f214ad1071abbd42a12312c8b2c28714bd0488cc +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset new file mode 100644 index 000000000..4824f7560 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0616d7d515d2ced7d336e6b1c8f79cb59610cebd4349f4ea1d3d0b25997f4cea +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset.meta new file mode 100644 index 000000000..07f2405c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d0725df1df1cad372e97d74e7802b3f320fbba91013ec438d8aa991155fdf3 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset new file mode 100644 index 000000000..75c9f1f50 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ed5b04e97f947aeecbba5e1f589a42a72efcfc4976d2d783972ca63d9dbd72 +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset.meta new file mode 100644 index 000000000..149f1c186 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703caead5f87f5714ebc196682648e622e1e160c4941374afa142a10a4738a86 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset new file mode 100644 index 000000000..35f44c06a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed12bf8d8d0e8ff3d48dc2d3ed6efc8c677f5d692b16fca5d6c32b0594514029 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset.meta new file mode 100644 index 000000000..cb2dbae9c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595c66dde78faafcd402bfe18372c37f2610ea4966d462d8bc26ba5ebcb0b466 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset new file mode 100644 index 000000000..86d0cbe52 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf815b5702bdb030de8debad82c35fa861dca0d79d8f671a027d606a96e9b98b +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset.meta new file mode 100644 index 000000000..7dc4a54f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99811eabb90de42687142040687f0c4fbe9eecbeac639e91c2a4c962101b5ed7 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset new file mode 100644 index 000000000..0bced5e8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6b0c73cff6648722a8d1462eb13fc738967cb689b6f99ac36686f1250e72a2 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset.meta new file mode 100644 index 000000000..da8f8f133 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b78622ee908884db144407711edf0b56c8310728f66e5653db24cfb746b2ee4 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset new file mode 100644 index 000000000..bfed6a7c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7542809e99736805b8290eab7eb8f13368e9ebcb4723cc7a3906905d3dcb42d7 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset.meta new file mode 100644 index 000000000..2ed1764ee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda9c59feacaa66a0f020e5ef97e9b71b3f6b55b27682a5c873fc12a95f07873 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset new file mode 100644 index 000000000..e174d3329 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5934f3c9b8fcfcd5ab4ce740f9855a980227cb8af61eb118b723dfdb36db151 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset.meta new file mode 100644 index 000000000..667886920 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd8fc967623535ea250393100d29c229b0a785fdebd7c96db9eb730fb291f33 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset new file mode 100644 index 000000000..d0520e9da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfcc5f374ab580a6d3bbef23917f16e304b9317d9340d80107883a8c3020506 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset.meta new file mode 100644 index 000000000..83f21a88d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e7241cfd686a1e9bd131a8acb4b3637f5e7c8bb009bd79c5066a2d0211a8b0 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset new file mode 100644 index 000000000..402f2ea00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34337d55c68464204163e08fb4f58d02c9a1d4fb2ecefb2f4fe43c695003f440 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset.meta new file mode 100644 index 000000000..84fbf199b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3439641032193aea09d73351e3de7adf74691c05587ec88acb149fd18f94501 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset new file mode 100644 index 000000000..97da766d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6c44cc9e447eb7026e3540969a27aef1c09fe6ec1a691c129d0ffa5b43d2a1 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset.meta new file mode 100644 index 000000000..f14b84a3e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa35d438f69c485275d1e0a1fa441371ca57b644be98e365fb5a2d744f1975ea +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset new file mode 100644 index 000000000..7448ed016 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f973c2bb2f56ff36a34731eff5a7b2cde0ad73aee83a9369a67da9b719ac70fe +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset.meta new file mode 100644 index 000000000..38c45c2e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebd2632dfcfc78dc5d694e31029d9a41fdc9114dbd57f9a6a047680b07331a1 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset new file mode 100644 index 000000000..dbf0a651d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fec4c08bc3382e09af86e9804c1b1971a8da0f9ad5da984bb913b68006be81a +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset.meta new file mode 100644 index 000000000..f89f223b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94abba92093c9411934ae23b828de2b837b1732e43c38f61a64914b6f5a6aedd +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset new file mode 100644 index 000000000..7838cda21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3b2204dd53f46be4c1be264f43576148eab85edc1a51c34d4eb0c9ca2236c6 +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset.meta new file mode 100644 index 000000000..41602d599 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e38cf0dcc95266b8f676fcef835f4eb6a2450d3c3d629e93e325d0f2b541073 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset new file mode 100644 index 000000000..ebcb92413 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8875cac7da82f74a08f75837413c381d31158da952d74ae5b43709759c36010c +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset.meta new file mode 100644 index 000000000..30a8fc20d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_20.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9121a415aac0ae7928b82e9e0abd56b38a93025693125fc33e82bd6ba7973eb6 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset new file mode 100644 index 000000000..24e6c458c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb031fa7bb1a14623101979d4a907b2f82201585d0da054d672f8f10f1d24f6 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset.meta new file mode 100644 index 000000000..8777bdbbc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_21.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bb953a58eb574ec5b1bb9f5e2b5ed37cef676705b411a3855abdc4ffe662f3 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset new file mode 100644 index 000000000..c5e79d02a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e5d419ff911bf52a78cc992e73eac53eaad90cb9a36a4f3c2d45d512292fd3 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset.meta new file mode 100644 index 000000000..25863258d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_22.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6401515915e408ad3c4dcd70dd9212bf4bf9167af165dc981a18860780359e14 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset new file mode 100644 index 000000000..8ea15f089 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f9164d83f0950738aa62cab6dc99512351c9f8ec56af67bb77795ad9535a7 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset.meta new file mode 100644 index 000000000..34b1d0d72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_23.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918ed80e7b35bcf58be40db091e3d63da6d87662f3c8da34c81e7a591ec565a0 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset new file mode 100644 index 000000000..b6488b963 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04aa9776f1c77bffe8020eb772ee435a621eb7f67c689ff3609675ff77d6bf3f +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset.meta new file mode 100644 index 000000000..5db346815 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_24.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7087f7e10ca72f76220547fb77b533fdc56cdf97e52b0871492a44afb5d4a2 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset new file mode 100644 index 000000000..8a4f5bd4b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa3eae5f5e2428430bf505920e5e1d021b5b70ac76497dea7e663f021417d21 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset.meta new file mode 100644 index 000000000..c3c2c11c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_25.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170bd7e6048dc744b0ad2eaab74ecb8fb7a80e106f99c4dcef2f60c573605f4b +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset new file mode 100644 index 000000000..9d06e367f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c9d71853a1471238e995da3ff7252d7e593b0520880f0aed0ce5e10e3664d3 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset.meta new file mode 100644 index 000000000..c7d65e67e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_26.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386bf3903cf7405262a345df7ec3af8a592c865d40bd403a1f3795dee75ed6ff +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset new file mode 100644 index 000000000..51ac8831b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f364e4aa4c238d0e2097e861ba714345a58efaea62a4ab840f4354ea506861f +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset.meta new file mode 100644 index 000000000..75f9be69a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_27.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5abecac6af2ef3e37da9ecfca28e2d5ad5616460f13b73052c5ef89f16d91cd +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset new file mode 100644 index 000000000..8e5bb304c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862f499a23a3a9c360cf78e01db9bfe58618086cea71b2ec4667d456197e3881 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset.meta new file mode 100644 index 000000000..07b53b1c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_28.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0e0f3607c87fe1759225c334eee0f8566ad9f309d54f4373863edfc070cc67 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset new file mode 100644 index 000000000..352c2a9fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf0a2f9a7760d058937bf4a9df686254aa5a1fa318654bb95c0012e91b4c41b +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset.meta new file mode 100644 index 000000000..07c43a0c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_29.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9aab2dafd6b7556de6f5c9f3f69fbf2dd026a27db25f8e8454110563b1f78d +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset new file mode 100644 index 000000000..e9dcdfa7b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4165d6f78e85359369329a6452bd91e03438d3d10992aa4ed0d7f97582155bc6 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset.meta new file mode 100644 index 000000000..84d39dfa3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9a0e82ff6fbf272c7e03bdf2e4e554268c0d58838e3bda9cbabf01d0f9211a +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset new file mode 100644 index 000000000..157e134b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893b157ba9e2f8e5c1e474a8b6c49b2f6f66bf38e249480f5ea56948f99bbed3 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset.meta new file mode 100644 index 000000000..1f11471b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_30.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0e2ee08a5dc7822680ad37584a91f00567878d454c73b39d0d93229afc4f74 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset new file mode 100644 index 000000000..88a40b9cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce159ae30d90d2521cac24eea93eea6281726406f35b0c50c52486056d706a15 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset.meta new file mode 100644 index 000000000..5680de18a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_31.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7752fa5f4072fea3c6250b8f5532a4432cefc16c9d4af5794205e0aca872dd42 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset new file mode 100644 index 000000000..77a42262c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff303f4405545604450cb3c8151cea323821881585b61a35ec8be19be165bb7 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset.meta new file mode 100644 index 000000000..62f9e49dc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_32.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576f07a5753afd098c2f6acc5bd3327e6a7a11a1558626e9a1a2f361cbdec79e +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset new file mode 100644 index 000000000..1082585d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f5a148ac82b40e8226c27b798e86d8071f30a0025ccac1c7f6c8840fcb0fa3 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset.meta new file mode 100644 index 000000000..58f4161f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_33.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf0959e3cbca09a2982fe71e1da1dde331227a9764fea649fea8878b67e396d +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset new file mode 100644 index 000000000..8c23dbdf3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0c9c609251b0d5a3e56566ebb5f19b11c535003244858b19472d727375886 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset.meta new file mode 100644 index 000000000..956138283 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_34.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf21a3ab0f513254e93ed874fa250ea98c9ccfd2b672005e564fb1b7743b6b5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset new file mode 100644 index 000000000..1f1a62a07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fe29365a311e20ec472ed27031b93d4acdda1ad03967a69a3a1dbf7f1c8637 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset.meta new file mode 100644 index 000000000..1e9219442 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_35.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403aab4bf224d1d214bfe98540b93e920b9034f1b3993cb539533e431fc7dc02 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset new file mode 100644 index 000000000..715b916d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435a49afbb0807b8d550c0bc6a97bdb07269f39bfe6709f247fe708cea81341c +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset.meta new file mode 100644 index 000000000..65122f463 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_36.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1da0b5fa2c6b6eb2cb6a74b4982d3aa853bd5cb92c0db33b7840178eec14827 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset new file mode 100644 index 000000000..23ccd8492 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d41ac592af007f1c51b842f6cb8e9a462f07c197e68ea9f35ca302758c17707 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset.meta new file mode 100644 index 000000000..f4c4ff837 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_37.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0921ec2e878640c6561a2ffcae42837c173ac2ae0056753f23139a2ea97272 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset new file mode 100644 index 000000000..8aad362fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca67c1bb425eeac37dbff86d9132ce4481d68a0cf4c0717a42b80d943bd4750b +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset.meta new file mode 100644 index 000000000..126e1460e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_38.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f82f45618b009a9c76007e4ff493bcab0a20b2f7e0217c893dfafae9cb30f0 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset new file mode 100644 index 000000000..93a2a408e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42a8e960ebb0743d2795487dd761a4e03ce5139b30be5bd95d31194a8b2c421 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset.meta new file mode 100644 index 000000000..7aa648a28 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_39.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e35e839373f66f8ad3ada6551af1517ec471c347f0b55f1009709e2a3c7fe66 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset new file mode 100644 index 000000000..13834f4dd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ac7032eff811233fc71a78491265dc05756a7395677940761a902d99de790f +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset.meta new file mode 100644 index 000000000..6885d9860 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd41152d23ed45b104028e7b6042107e2976c4433c5de5f432e505083bea4ed +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset new file mode 100644 index 000000000..4887667b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dca8402c071be9375422d5e5fc5065cf3abf48ba8e149084417b006004ffc9 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset.meta new file mode 100644 index 000000000..017a0ea5a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_40.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd10629ecc8da760f27a32b49e55722d912e6f53accd762f92828049808683a +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset new file mode 100644 index 000000000..8502b48e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa19dbbd7a72007a03a40b03a12309140399dfde4c0dcdc12e8584015a01194 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset.meta new file mode 100644 index 000000000..491b7cc15 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_41.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17fccb8aace3482ef923c456a88bceebd8444c41e091e868b0b2850e329bb0c +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset new file mode 100644 index 000000000..667d9c72c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6f98e25eb08dfed395dc5e29a505277eac5775e95634fba01bd241d482fdea +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset.meta new file mode 100644 index 000000000..2eeeecf4e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_42.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde273415d94625fe114630d3c15f6b4984865f77cdffb5c26df3ae9a12e12d5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset new file mode 100644 index 000000000..683a2c1b3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cc3aeaf655234bcea52120757e58afc608cdaf78ef0cbb8c4427cb55b18ec4 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset.meta new file mode 100644 index 000000000..c6229eb6a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_43.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca355c1ff1f15db85f65915d32688254f0a44c0465fb99ffc3a2f2a0823f9988 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset new file mode 100644 index 000000000..e80ea399b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e17e7c471353a3ba540f20ebcbdc2a48132c30522632491d1040d79cf2052eb +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset.meta new file mode 100644 index 000000000..7d023037e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_44.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651b3b91d225ffd3efc427c7e4f7c04c4547b8be707f05dfca9aaafea87146e5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset new file mode 100644 index 000000000..70787c99f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f35e891644c1d520d2cd32ba10d52d09e5fec7ae904d9174c7ace51d93c708 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset.meta new file mode 100644 index 000000000..8053aab44 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_45.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5dceeb73f02402c0389e92e8e041e1870e516d5298fe2be552c9d666174f402 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset new file mode 100644 index 000000000..6c113dcdf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0027a2ec8035715dea59f25858421caa05b819569c09563549c2eb4aa5db4c51 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset.meta new file mode 100644 index 000000000..22669df1e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_46.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553e73fb49452ce0fc3694dccf83e9f810ca7c3b9a07cf60ee33509d12944b65 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset new file mode 100644 index 000000000..9b50fb2ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ba13acb1a21da2a4e07760e34695f63027ee8a76e8c51d63179dd3987dd42d +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset.meta new file mode 100644 index 000000000..9779f303d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_47.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c08f85a926e11da35e2adc201bfa6ce81ed7a05beb23dfacf218fbb6b85debb +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset new file mode 100644 index 000000000..662bd3244 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ad174142243a47b43ff96ced9f4d9201345120f5d3b6ae35e176c38e3acea0 +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset.meta new file mode 100644 index 000000000..6869bc1ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_48.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9051f6728849ad261463321154ae7f3040360b6e1443a5cdf19f41f36cc37a99 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset new file mode 100644 index 000000000..5933ffde0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f3d34d680e1583165a77ea49a7aad11595790a9c806a4aa2af13fc5c06a3dc +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset.meta new file mode 100644 index 000000000..abf5346e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_49.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e99974f4b9a97050cab907fd8458738e544267af8592283d8364ceab68d7500 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset new file mode 100644 index 000000000..441e35038 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc4853f8e352939b5a87d6386434863b31d4c5e4c4af6878ee09206f6060050 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset.meta new file mode 100644 index 000000000..b72cfd22e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74a7b07a5ba834f274128f1bf6499a760d43346f5532132e1f055eec7f9c963 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset new file mode 100644 index 000000000..a059e01ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888ceac0ad716de694df939f50dae2cf2e814ccfd83a1644335a496ce1cf60ef +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset.meta new file mode 100644 index 000000000..4df1a4892 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_50.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7326c30c4e4e90cc9db1b711f219cf003786d8c38f9a2698bf5c46f742b8280d +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset new file mode 100644 index 000000000..79a58186b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ff0eb308b791993e9bfb623842e2e8b549abaf9fccb0995fcf808189781837 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset.meta new file mode 100644 index 000000000..9310cacbc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_51.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf39a8640acf618c6f5eded818537cb77e72d11cf68eedb664da438ee656cd59 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset new file mode 100644 index 000000000..9abaf96bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b0ec305fc0f66ed15888462d14e8cf8481450d6df877cf896cb05f1a289639 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset.meta new file mode 100644 index 000000000..b0774c188 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_52.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69f63e58936b9cf0b18de20d765ea66721a0c53e5d90b862a64db1bfd4dedc8 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset new file mode 100644 index 000000000..06f1de28b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8f573964708b2cea939a3130dd94dce4832d84e5e934c63b1dd857ea599773 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset.meta new file mode 100644 index 000000000..46438dd5d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_53.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c911b1feb95a5963b8a5c4140c546316c63bc0e72a2993a84014dfad966b1fc2 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset new file mode 100644 index 000000000..8ae31ffb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7846a24b036969602ddc57f1cebd92532cbf48acd64e759c0aa202b2134870d6 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset.meta new file mode 100644 index 000000000..5212f82df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_54.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62022b77b70ec94e8895597643798a97892e92f6bc63bcb901bafc37030f80f0 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset new file mode 100644 index 000000000..49e906c01 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8741726c51112cad722689d9f8f8bd89b09ecf0dd76b8c17373dd88cf50607 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset.meta new file mode 100644 index 000000000..bc40ce749 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_55.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5989794a95de8a82ce657cff7209897178b1b705c332d6842907fd2f36152476 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset new file mode 100644 index 000000000..47cfca81f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af886459ca3da2b0b840128dcc7122631e8546dbf0598387f7a57d6cc849e11 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset.meta new file mode 100644 index 000000000..24808a1d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_56.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f3f8c657ffa4d8310f9e2a51f46a64381eef49075014cf16a037e279204726 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset new file mode 100644 index 000000000..b8779a290 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fec2b04a0442fb7e51bd5cb10c0f91e80939a68f0e62e428004aabeead169f5 +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset.meta new file mode 100644 index 000000000..d2ab55e80 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_57.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6469dbf2651f465c74644da77d55f7f327fcdad07f1c1e68f533911722b436e +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset new file mode 100644 index 000000000..52d0e4254 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a01e2e3f16a4001ec69aef8b37afe7db7ad2805e0833e82484765ed2e72e554 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset.meta new file mode 100644 index 000000000..d5464c684 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_58.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c4c432ec81fdae12f25d14fa34d2d8b69a56c7bc802ffc9e6b7a0fb8266d6d +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset new file mode 100644 index 000000000..d2309815d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1c9743f8c114ad94296d9a29410c92c7a15153d9a1b6d9ac7c5526b0af408e +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset.meta new file mode 100644 index 000000000..35afad94a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_59.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091f79ad5887929178a3259a372c46e4a847daf16a65a2c2d9c3601f4493f884 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset new file mode 100644 index 000000000..0decbfd48 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e803762d55c7ce3dd78aa98402ff0654e0f8732b924f38699bcf08989dc9fc +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset.meta new file mode 100644 index 000000000..6629836a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed2a1c620f956c50243f76977bbdcaa8dcbd2f7c6e79d8b4e2a9ddef4db3829 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset new file mode 100644 index 000000000..548df2792 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea568993a998563ff0e2d40dfa1995512b93535445f9bcc6f0f5c0baa7584f0 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset.meta new file mode 100644 index 000000000..491b9951c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_60.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad6acbda4e89b87fc821f2c3670258645c6330e799f31960054d015481357da +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset new file mode 100644 index 000000000..6e998420a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84b41620d1c08906bda643515e9e1172892197fddc8bd3a25c4f16c81be75ec +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset.meta new file mode 100644 index 000000000..3861ccc05 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_61.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88084a0c625f2da89958640e0b3c013566520d3d348377f521be1f9b8168b1ae +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset new file mode 100644 index 000000000..2e77ca9c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304570718074dde5eb34fbf58eb1b7b1de656a05176fa4850e730c7124fd5806 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset.meta new file mode 100644 index 000000000..84286970e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_62.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2631c8470e2b25013cfe6713154f25571dbc624509e7f8e9d25dc6a68dc73402 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset new file mode 100644 index 000000000..b5e7e1ce6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82760eefd69ee6545fcdfd341d3f6500a64ee6f1307eacc90c0928a1134c3bc6 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset.meta new file mode 100644 index 000000000..b04a051fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_63.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b123aab1dadc7b43b2ff14fb840719006afa8d59c24640edfb0e2af52fcf4e18 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset new file mode 100644 index 000000000..f26c79eaf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9a9d0de8b82b0f3fc01dcb68c8b6f37e5724a1ef20d29b61f91ddd1fe49c31 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset.meta new file mode 100644 index 000000000..da88b1ff3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_64.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff3dd1ee6289c5a5c7eec6215275654a0f61fa2f2f31f96875df97e5b1c9ad5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset new file mode 100644 index 000000000..09d14e34b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752d85dee0c7c632569b4190e6e0a4edb3cb8d8195f7a6c486fd80dccaa88f6e +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset.meta new file mode 100644 index 000000000..7edfee8a6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_65.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb23509d252c7564861135406cd116a4d55d77d5900243cd7e0c2d9a8507bb56 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset new file mode 100644 index 000000000..92e82cff2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ae09f07eb02e3a8b342573551ca073eb20fa7c4c782a0b29549f2d956d7aed +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset.meta new file mode 100644 index 000000000..f1c576b03 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_66.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d9837cdf2545d4e42fa06589fe01948cd6ab30d6524abcc236e6b25146750d6 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset new file mode 100644 index 000000000..f39d772e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41d156ca0de1c1c783230b3ed910e623edaf2140cdb2296fab38e8f9fad9b8b +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset.meta new file mode 100644 index 000000000..75b56b9cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_67.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580e7726fb03f1bd24c84b52a2e1a4461240579f21d68b8fb802ce7ab32eb87a +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset new file mode 100644 index 000000000..ac66cd52f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b4c0400bea8e00734669027354c1007fc582ca2326a64a76cf12611168718d +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset.meta new file mode 100644 index 000000000..05dba097f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_68.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d420f946f1a5699aa8a9c96a7485477a6142555f07f099438c4d118d87ef2e5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset new file mode 100644 index 000000000..627eee10f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c87e62a827099b17f00636cf2d17700aaaf3e779ab14e1f95677c3740bedc834 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset.meta new file mode 100644 index 000000000..1aeb1962e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_69.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0067f0a33cc91cbc9c87fdb4e83fcbd2d30db148960c1482249cf48345cd403 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset new file mode 100644 index 000000000..a4c1c0b8f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667cf8204d0eba55c30a83d9829b6c6d4f42a680496e1f736afbf03d44005edb +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset.meta new file mode 100644 index 000000000..7891e526c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d203b716b67c30957af6726f6e949e77a80dc98c858a08aee4b50541e54ecb8c +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset new file mode 100644 index 000000000..52650e898 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217989ecb5bf4e8b20b996b231eee24a31991da646f7b87ef507dfbdea7c3c79 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset.meta new file mode 100644 index 000000000..5c4125b60 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_70.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea76d7191ea7ba4eab78a61f480407f7200c3fd2a8e12f052d2bef143033cc9 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset new file mode 100644 index 000000000..4a9db2d82 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb8e7b55538bd2f54a3886941dcbe34ed38d419af81c08fb6759f1881b60c11 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset.meta new file mode 100644 index 000000000..271048745 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_71.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee61063d804fec0822be810d07d2431e2a8c7bbcbf4060ceddc77d7f34b4294 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset new file mode 100644 index 000000000..5459b1936 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411742fefad2b36b68e449e7c2fd51eab6a625ab20ce6439553b318bb0269ab4 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset.meta new file mode 100644 index 000000000..097c4f789 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_72.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938743459bd26ea65d66d0295c23979783c30e3abc8085bbc0104a00fa142544 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset new file mode 100644 index 000000000..b04c0acf0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84520ca9b0dceb82078a7ff002ab1cad204e23a753c912a7694d33671ee3cea2 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset.meta new file mode 100644 index 000000000..08e886326 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_73.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c089676cf2fb7ae88aad5d34ad1a5bea8d610fb34eea3e2536c4644fd109be5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset new file mode 100644 index 000000000..5ddd477bd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a55cbfa55769cede1944dec710356a8debece018a801fb25bc8e592a91dfe7e +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset.meta new file mode 100644 index 000000000..0e7924d91 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_74.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277c2826611471548a21e8c1a882b3efaa2402ae2e3c8f7a70f92aeffaba9db5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset new file mode 100644 index 000000000..a824e298a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1e2aedd532d72508f74e452d195e201ff5f149638895eff237f126ea369096 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset.meta new file mode 100644 index 000000000..ab9f819bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_75.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f565a8c9eaee79220228714c78892edae98bb14ca3942c9a2bfcbb88138d6411 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset new file mode 100644 index 000000000..ae9d25fa7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886571bf0aa7baacd81fdde5f58f95f68d7fcea7a54b090d6d8d0ae54fd67726 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset.meta new file mode 100644 index 000000000..b86ee9366 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_76.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2a1f6142e54ea8d72ecf224f1917ce9731f753bbf1203b45af137750822bc7 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset new file mode 100644 index 000000000..6d1675f92 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299bfc8aca65a59705cdfda6edf0fd8be0c8db7185b876bd68716ae48af464b2 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset.meta new file mode 100644 index 000000000..ead658a46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_77.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093f34eb79e738b5ad0457f02aa1a0c0d43a9fd8777171e6d301d95cda174e5d +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset new file mode 100644 index 000000000..7d2101bc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ce48d46d861cb7a86d3c746bc846e3c3f74ac0263f3329c159ed6fe2a17140 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset.meta new file mode 100644 index 000000000..c89a5c9ac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_78.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5e9c4ac50284017ea91df53e8005562367c8c78c7161241a193fa9bc56416e +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset new file mode 100644 index 000000000..a7550acbf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d947b3d49bf03a379044a9a0c0eb0879674c2c0687b8d4180f35a4e57c0d06 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset.meta new file mode 100644 index 000000000..002cc088f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_79.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33baa58bb9c347533fe9bc072334b844b3cac808e07cff4a850e0c8ec9472468 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset new file mode 100644 index 000000000..81ae061d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f6e8b00af53023120eb65f9d02c6e779e6d31b1af048ae10eabe49a2c2aeee +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset.meta new file mode 100644 index 000000000..da7d3e49c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1927aca0d796fe1fad6df912e6e167bcd1146f21f42a66414d3419459c627c48 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset new file mode 100644 index 000000000..8d51f01ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dec74fcb96bc219224d556ba91e741586f566f0a26a87a72ac43f5c105170dd +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset.meta new file mode 100644 index 000000000..9717c8af4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_80.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9f87fb6fb409e72a81593394e2ed6509c72436e25a238c4414bf9fd44e0664 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset new file mode 100644 index 000000000..cfe1246d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e595f6d963dde23855417aa82cdb7ec6f76193a8c637367d5eb15ad09e3e178c +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset.meta new file mode 100644 index 000000000..3155cb929 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_81.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c6324793aa7f0e306194555f794d5b10ef2aac3902422b655b09e411f7ee94 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset new file mode 100644 index 000000000..7eff5be55 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4a52908aea28a70f8ada221558cc2f1d548517105511840de09faea2c7beab +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset.meta new file mode 100644 index 000000000..904100c16 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_82.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eac1eaebf1111cfed148fc5d1df78329c4fa290ce5ac3b4906a2282f7d32157 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset new file mode 100644 index 000000000..6ee840395 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2516d257da181eafa85e043ebe1c8a35e20aad91656173fcf9cf7ae7353949bc +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset.meta new file mode 100644 index 000000000..3ed0b6e81 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_83.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487b546c848d357f01feacd6a8fa0ef082edd3ed04d407a53f151062bb89b43a +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset new file mode 100644 index 000000000..f7dc7eaa5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3b1efc9565126bb99c87ea88e3520ebdff1a50c3fc0752a958ea9a7005508a +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset.meta new file mode 100644 index 000000000..97ab75ddd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_84.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2cd658388f8b85ef0bc224b3a2d21ef36ec47d13ef7d8e94f413a4b9790a80 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset new file mode 100644 index 000000000..2ef70fbde --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a39c9982b2a5d7ae556b34d800fc563c9268ac40b5f5ce276f806f3edcb845 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset.meta new file mode 100644 index 000000000..c4beec278 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_85.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78d2647a8bbc00c648e8da57566783bce33af015f13550a59da581d52ac42a5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset new file mode 100644 index 000000000..067d63b49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15bd38f790c1b5753dd95c014d747807fda6e5275e0f455804f270902913fee +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset.meta new file mode 100644 index 000000000..d51500b56 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_86.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7175b7e621a7e8535f142b901117d98d59b418e29beb025535a0f97753c33cb7 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset new file mode 100644 index 000000000..df62053a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce32763a7e548213379378d01fce4b1a00149effc7972fbf9ba8ce9e9b55e8ef +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset.meta new file mode 100644 index 000000000..a20076626 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_87.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c231f90e775976602249aedd8055517c7e5ace2c2cc8d706a339dc754f3e4ae7 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset new file mode 100644 index 000000000..ba689b69e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffdb58a5723a0336c0d0da8060c6dff3206d5ea9bfb9298c0289b8c456b32dd +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset.meta new file mode 100644 index 000000000..0fd3b61db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_88.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00fe1bbf80b0dccc0f2655d6ab0d89096b8ed411080088cdb20ccd3a081f4b3 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset new file mode 100644 index 000000000..bf3d9e394 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d74d2e32932092ec274fe62fe84f0341aadcc6abb6d7ce01c8422387b53b3f +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset.meta new file mode 100644 index 000000000..5710edee5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_89.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc132258d1f2d2b69965c1665065070e223dc4383ffd7a2bd4ec07da52fdc2e +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset new file mode 100644 index 000000000..4c66b668d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6a2daaa59065c253395aa9350cbad18547488e02569d1f3f3df0dcd5cce2ef +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset.meta new file mode 100644 index 000000000..94ac11913 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a050b4c2ba11f56f45952f12b1300e9dab84980a5899c35f6107f27305be1112 +size 468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset new file mode 100644 index 000000000..95b6b8a8d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7083a9fe69ed545cd763ba3a7339b2e91b07af0f126aaaf556ba224adbbc4b +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset.meta new file mode 100644 index 000000000..a6f8196ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Base_Palette4_90.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030f711e40ad28603430ce320a60e645cef2c7005727bfa5ed2ecf569f8c3369 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset new file mode 100644 index 000000000..169ce7531 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdc0328b516b9db7aa656aab2bbbd7b40ddca4a077abac19787e9adc848ab7f +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset.meta new file mode 100644 index 000000000..3a87779b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87148980fbcfb58a892f23c1cf559a1708575561f7459cf9c3c2be5e4165d70c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset new file mode 100644 index 000000000..0eba63530 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d59af13887e521d2d2ff637fd16c7a4fe4d7533ed2f0b65b07c2a6f613b9937 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset.meta new file mode 100644 index 000000000..352255eed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc39d5017373783575690a04c11c22eb4aa068bb74a34faeac7fb338bab1c2b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset new file mode 100644 index 000000000..c6b57422e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f93ce7a4b1daec21a646bded2498cb72bfbecb0c1255441763c41e4d0921070 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset.meta new file mode 100644 index 000000000..35be09d18 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b588a3a256b23ffd26bdb11935730c3cfd07ae249a862485d44ac7af5b62617c +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset new file mode 100644 index 000000000..4329d98cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f057c6545a14cc8f2d94fbe6c7f3e7ccfcc9af170a354ca2352af06b594981 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset.meta new file mode 100644 index 000000000..fe3cd2117 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3a2d2ccf77b30b007f1bc679bbcb60ac56be8aecc1487601e57ea706a7236e +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset new file mode 100644 index 000000000..03c5ce082 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72250282322bbe4b463ac291342ac96524187afb57fb041c09d2e9e300ee3cbd +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset.meta new file mode 100644 index 000000000..41203ebf9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270354467bcc71253a6f9770fd7e1b31f61bc937a2dc94c41a2db2041bbbcf0c +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset new file mode 100644 index 000000000..f2401413e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a315c8e384235f35e8637c15dc79560e1d25b0c2f90184d7d3c4c32a7dff04c +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset.meta new file mode 100644 index 000000000..d27b9affb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a9b8cf3ef84f6880b4ce7bf4a2c8ac8fb9421a395d3ead6dc876afe3ce9b12 +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset new file mode 100644 index 000000000..731ef24a1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa0fe303de1bf473e55f826f6cc39e48b4af9d16c7e11e55b2c71337e62c995 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset.meta new file mode 100644 index 000000000..5d01fbe62 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588551ed78aa8caed56b2d8beb384e21be7ad287afccf9bdd7735ebbaeba5d54 +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset new file mode 100644 index 000000000..ca9d15bbd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b75c8ed640e0e34a712481d2fdc14e2906b21afb00879598d39e3dd48c5fe0d +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset.meta new file mode 100644 index 000000000..ed62dc559 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e38e8accc15e5e7eedcd80080ed95342c6f709a280beb20839576f68cdd457 +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset new file mode 100644 index 000000000..3ef6d8c66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec659d8aab407158ffa8458a725c8a598f9818fd2358f42279351273c481909e +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset.meta new file mode 100644 index 000000000..cd5237953 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4be01524a85097879e58334644ac0579215d78e6ce5ca64245222e0071e8d1 +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset new file mode 100644 index 000000000..303a18f05 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05147e0cf2041e19b11b7c2fab8c52ac2fad2a52e6e34e7c75033426fac8af6e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset.meta new file mode 100644 index 000000000..2d5708712 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad79e1bfa06f3ad6c69f07b85866233e286c732217e447c8be1684843943462 +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset new file mode 100644 index 000000000..99f890035 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c6bca18ebafc2ad7bc8719ed32607afc490433adb4fa8fd991b709dd07a03 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset.meta new file mode 100644 index 000000000..3611186a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87e415f56440b85d10f7865c70ae20734cbc7eeac059017c3fcf3a7c33ac3df +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset new file mode 100644 index 000000000..d8f68af50 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d257f950d1e6b13ba826a68f805731d6ed8ebcdbfad7411395937dae4c4aed1 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset.meta new file mode 100644 index 000000000..d90091c21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ca46f10dcb2dfa2888165f5cb6c8e30939a63e42d1d8a837ef818f167beb87 +size 473 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset new file mode 100644 index 000000000..d9b8a7a10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e2455296c3830abad2e1d3d53932d8caee86b867d29ea6877bf90ec784e902 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset.meta new file mode 100644 index 000000000..00ae26a48 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c6dddaa309d5e3010ef92b857de7d9ae047ec7e5c68bb1673b7808de890eff +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset new file mode 100644 index 000000000..3ad4c02f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c4d0253154e188759b2de472c087bcd930589abd3fb2ab325da2b9db2e2b05 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset.meta new file mode 100644 index 000000000..916ac78fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed51afe782f43b9ef160b80abb1b73f9079ba0dc93bc964dc91187fb1c5e638e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset new file mode 100644 index 000000000..2c11b18c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c5c6b53ae7ce7556fdb3c1c0a2a70e178fff75e2d1e9f7b4c14854de9e9ba4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset.meta new file mode 100644 index 000000000..9d76c066e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18afd3b0a6c4716c426e5d4facec103cb8bf6e5756b0937de5bfef5d11ae5dc8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset new file mode 100644 index 000000000..be2d9563f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d45e45615fcd2d782553f41ffb5a2aba746aa63df450b6e5373fc9f6cfcd2c1 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset.meta new file mode 100644 index 000000000..44b1d0006 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2602fad982e45ddb223b9b55ec2a5942b750c65a58f40fc0f8e33b127695e700 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset new file mode 100644 index 000000000..92258b086 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80486cab65b2d329562c6d9df2610b3997b349613ba52d708f5dd8d7081b4ce +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset.meta new file mode 100644 index 000000000..e8bac236a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031b2d4fc0efdb0360155502f39c14ac9b512b21fb46ee53c432e20aa3d42c1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset new file mode 100644 index 000000000..671528063 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9281fca2884922cb6c24d97dfbf77316f0e92858bf02d337818fdac04c855f5 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset.meta new file mode 100644 index 000000000..6aa657010 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb07d9b5d8e972fcaf51da9083b5db623d25b071c9a9d3eb813d9f00c4d885c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset new file mode 100644 index 000000000..5eb30f394 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad59cc8e1d0f7947ba97d75edba099ed1c6e53e41848287425a087a811a02f4c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset.meta new file mode 100644 index 000000000..09d0c087e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402edb522f2208c3ba542023eeca679ceb52f6c710de78d02d7812caf1473d04 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset new file mode 100644 index 000000000..2fc4e471b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fef61f684bf3d13749241dbaad97592abfa20066901b813be52f7f77b8698e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset.meta new file mode 100644 index 000000000..cc5ccb2ca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkRocks_Palette_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01753c8917a6db99eada8007d203676fb9bdf60c3f6911b4470c8d1e0683f326 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset new file mode 100644 index 000000000..e727a61ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a436c7329df5a5747ad0623fa4d193fe899720be9aac34512376d9840a5f40 +size 789 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset.meta new file mode 100644 index 000000000..28a880513 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbdc4b1789e4c808a06b2b6d0937bdd4834ba04cc2f4d0be5c01d602a2e19b7 +size 476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset new file mode 100644 index 000000000..3b1fef745 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e61231eea13c4c69330b65fd15acbccd687a4b8749722a6d46e276ecdf5599 +size 789 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset.meta new file mode 100644 index 000000000..dd7ce8863 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224f8fed8d48b570517228993436a7301f1c6c671f916a4f6d167e3b0c7cb2e5 +size 476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset new file mode 100644 index 000000000..b4f5e2b15 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d909b19dd05663561361741118d26d85ac8fb1f4ad130d4ea187db692d48ed2 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset.meta new file mode 100644 index 000000000..f29cc758d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75095004a481de94cd2f3305003866f62bf3ba429bfbfc0bf80521624e1f7fc9 +size 476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset new file mode 100644 index 000000000..29b46c315 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03af71184530ff5389adc23ddd6bdf6e307aefa248fb83d478791fade309ea18 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset.meta new file mode 100644 index 000000000..83654bede --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fd9d90beeef6d3533cfed7d5db263a9d5f89f629320cf7e7cb1737466d5c24 +size 476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset new file mode 100644 index 000000000..3cb1554c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4720eeb6f13abbf2c8cfbb9455d6d482cc03e362e3a9ce91a1870e3a295e20 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset.meta new file mode 100644 index 000000000..e2cdec986 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWallsBlue_Palette_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75472ed62edae6740ba32e000de27987f2cd7a01e25dc13160a031e7816996d +size 476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset new file mode 100644 index 000000000..abff9e273 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1913dd166c807bef9ff107797ad765454a8fa57f9bba80ea1bfc008fde0418 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset.meta new file mode 100644 index 000000000..f035e841b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91c96a35fd97b30d204f1cf92507be4b613c776f5b3905e3554e526552de9bd +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset new file mode 100644 index 000000000..b9e4a873c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213e2c55374015364916ea81ca230bafcdc0e34ce1ac0d5036cef5dee6ab2c6b +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset.meta new file mode 100644 index 000000000..fd7d428e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32897f0dc135f21021b2d255f020c3d9b8b75f88a9ab9025e5c27306494b782 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset new file mode 100644 index 000000000..a2d52ba61 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64c8b73c577b45c882ec37d0b0461c3a69f0a97060f65af4dbcda757a1b25a3 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset.meta new file mode 100644 index 000000000..266b37c90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35d05ce7e8b438d6840f32b70a6a7fb0d6df0e61fe69c738f654cc9f703b848 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset new file mode 100644 index 000000000..7dee86f84 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2552004fea69a63240da4120d242c15b467c5c10b2da3b9906e8b60ba2131843 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset.meta new file mode 100644 index 000000000..b8457929b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1eaaebe561c065e3abe46cde156e49b816c9e6cd5528a17f29d71d0eb483e9 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset new file mode 100644 index 000000000..425fee91e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1900ac39b0268804b78f0bc450b1811a0c86eb7913ba08f4aa503ad7f3ac52 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset.meta new file mode 100644 index 000000000..07dc702f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/DarkWalls_Palette_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6c7410f5d1223d01fd5df57c01ad8271bbe1b87d8837942d9ac1b23eca4418 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset new file mode 100644 index 000000000..0e5f0993c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f368ea501858a52e8abf68db9d523c667c37903dea0f239673fddc1e71ec6d +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset.meta new file mode 100644 index 000000000..40fa7fdaa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae95982ff11ae7e341149e54df768290b12a14a41d9db446058839a70e735d15 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset new file mode 100644 index 000000000..90d7c0e1a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ade289883a406d4d8cffffad1d254b77b1f19c91c15175dbe842488103c05d +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset.meta new file mode 100644 index 000000000..4fb1746a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c20f1af84ea31fba17e0e79128694a60ff4e7521a7a66985e96411a6aca545 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset new file mode 100644 index 000000000..5ef9a6fe7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e5779e70a08f4749a362ec00cacf163fa3088d6987da8d2296ed868e6d55e9 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset.meta new file mode 100644 index 000000000..451c09298 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e5125462627cfccf7ec67139747d06cdc0fb18a4d27fca26eca9ce84bc4c59 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset new file mode 100644 index 000000000..ef1edf837 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bcf483fa18fecd6d5c314b92ea763e2725a5bf39bb919a4ab900919cb7570d +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset.meta new file mode 100644 index 000000000..d4d4eca1b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e37ec0f07aeb23b7ee074fed7c88516abd0353a06e46734b8b94a82b1543c5 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset new file mode 100644 index 000000000..0aaabd700 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f53885bd1b93ec9b90f1c5827dcf79fd61e06960628a6441de478b01a3a601 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset.meta new file mode 100644 index 000000000..7c1df9011 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d71aeba522977ea2c4e8c6399a247309efa6d63e3a90053eddd22a97434a380 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset new file mode 100644 index 000000000..f67ebc978 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104346be903406d6704ce25d35aa4ad00de6c08498dcd42caf83d02e43cdc803 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset.meta new file mode 100644 index 000000000..5d472b705 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:807ad11702a485b745375c4e9cd3146a78cd1646df11f5cbd000e4a28322883a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset new file mode 100644 index 000000000..9bee417a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d90fa60be82001645c40fd13c07a633eaf14e8cdd37e224b138e92c79b1120 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset.meta new file mode 100644 index 000000000..b23e0d54c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d3126bd5b49f3a2c8f58e98543b89012d9637b61436992edf4349638b62a41 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset new file mode 100644 index 000000000..356dee115 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b26b47ff904adb0fe38f86ced7200190096b56e97956f862998d25f54cb5e9d +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset.meta new file mode 100644 index 000000000..3934ef7fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccdfd897c06ed23bf6cc4a53ebe7ea2cf4a615f67ad3e9c50084dc9f1b59a01 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset new file mode 100644 index 000000000..a8b33b404 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c63a5584d99017fa370691d072a1b53e8488526fde38a1c02fb9f18a5b54e0b +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset.meta new file mode 100644 index 000000000..fb5724816 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc7cf72814886ae7bd8401391b0f3900f35b27f0893cf2b76af7fd53facd37d +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset new file mode 100644 index 000000000..5fb541dcd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42bb800ba03388faaf2becef0f21653bd5268303fa01a31496f341ed7cca175 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset.meta new file mode 100644 index 000000000..e571e0059 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b74556e509edbb97aef982a93859dc2bbbe05272a5bc0d53b40cd7062959913 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset new file mode 100644 index 000000000..867fb6405 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4aea15f8c68984e1c4e3d4abab172635a985cd94eb426d2790d0a64a85fac0 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset.meta new file mode 100644 index 000000000..ca8a1002e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a2cb49765e747d324968dd852693fbd729df43c43e5462f0f8318d60889b8e +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset new file mode 100644 index 000000000..ecb266581 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36cd05ccc1848faf1152b851ecad011a035f42c729734bd38400dcd0af06c25 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset.meta new file mode 100644 index 000000000..27b105c8b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e9e7e817c5f58f067722c9afce76fb5514ede4d7a2aef9b2905cad1ec40daa +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset new file mode 100644 index 000000000..45f3826e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e36a7cd04a3876727f4addad40d8625e36c714d63c9eda9c8d19a1ba11a5cbf +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset.meta new file mode 100644 index 000000000..b2e4d6747 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab574fc50006e8efd465a02264059e4e88a3e19b2b11bf354238fe5518b448f +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset new file mode 100644 index 000000000..6b8ba797d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7717b022912fef973951535ef5cf9fee9648d709206830ff0a2dc3879655bd7 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset.meta new file mode 100644 index 000000000..aa7b1a8e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_20.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ef909fc03fd8281f15ad818af2437a6455cad572e06cefcb1e92de9c84aa51 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset new file mode 100644 index 000000000..d15c28758 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecae2d85a54e479ea1c74ccfd85d508b47fd4ad0eac88633c595775bf96a8c4 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset.meta new file mode 100644 index 000000000..40a4befce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_21.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02bc2618ead36059cfb6d9988a47621955153e6e61311bbf55db4f6ae5bbff6 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset new file mode 100644 index 000000000..af54fa85a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d1963fcf0aadbc6fe4dd5012c6d9998e9c316abd7a977b8c26f8b662365db5 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset.meta new file mode 100644 index 000000000..0f35fb24d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_22.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f14fe6427ee0e68c19f2c733a9540bd0560014ed048219550bbde2e6919579b +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset new file mode 100644 index 000000000..324758fb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9a1e5a81863e0843a0c78f2f0bddf3bcb30e44071ae5f0708a4254088c50c0 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset.meta new file mode 100644 index 000000000..e0529425b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_23.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6dd8bb9cb773057f8e3d936a03943426c042341a4fff934d6cbcb106bd9ccc +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset new file mode 100644 index 000000000..0d7e63417 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c5878d00ca8bdc7fc9f9b65b24feed270e1be1120fea8c47a023a46ccc371a +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset.meta new file mode 100644 index 000000000..1e7358a61 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_24.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab443c7d13ca70d4006965c37b3be4d3bccfc3fa7d86e0e08b020b49e61fbb1 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset new file mode 100644 index 000000000..ec2c4b480 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33e91ac2ca60f17c1e998cf3788ae754ebb9ce4a287e8580edbaff215bebfef +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset.meta new file mode 100644 index 000000000..a0f9fd80c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_25.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47748e0313e9238df495767cd03f5d32a92e293c323b0d5813995776543b512 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset new file mode 100644 index 000000000..e25329536 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f20157320cfa6d1cc2cf50eac4308c3908efc4e83ebabdabc38a6a5a6fd8273 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset.meta new file mode 100644 index 000000000..6d1b437c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_26.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f7920a4eb816e90b944c62104a1c63fdfce4b6e3e4ef18d14cef864a99b086 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset new file mode 100644 index 000000000..2f2aa7ec9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead5f1ad0ef988a94d965d36373de1b03cae5fde1dea8f0df97452279c3e083f +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset.meta new file mode 100644 index 000000000..1a183feaf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_27.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc63b766faf05d86d6aadda9ed2d6856bd091c348a11e95ca634afd07f0720cc +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset new file mode 100644 index 000000000..da255b11d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925c8323aea5b26aad857fa75f1667083110f95f6851ebf71f3bc5fa1ea7299d +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset.meta new file mode 100644 index 000000000..f5c80fe40 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_28.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf64bed83e1316cfe70a852f3eab251a074720f9ad7b404054fcd18624623e1b +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset new file mode 100644 index 000000000..29c8a9f08 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8a928fe5f1bbc99f36c97c488dc66ae8c264885ca95d2a32362cdd64dc477b +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset.meta new file mode 100644 index 000000000..c93c2abb5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_29.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ac61a29035b3e891f3c693702f6bd4fc8ccfb14500baf7602a73324175a87b +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset new file mode 100644 index 000000000..a878b2447 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780f41ff1543eab7631057dc5e9d34308447e50eb86cb0097b84770e2cb34fae +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset.meta new file mode 100644 index 000000000..942bc8906 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb02990d9047f50bd72775e683c7e3a1b522ca7f3d98447222abc28db8fb2184 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset new file mode 100644 index 000000000..4b2a14179 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa894c90cb4bc74d8633a85c23d1ea77f01b54c7d93eb3f9ec659c4f34f09ee +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset.meta new file mode 100644 index 000000000..af1c0719c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_30.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1b8de537ac3cd27f945b70ba99263e9c19767665ff5bba958d251ed55640a4 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset new file mode 100644 index 000000000..20ee3f930 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7ef45e42f5dae10abd3bf1d4e8f875aa1742fd9f3ebd4654dfe8b9582947f7 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset.meta new file mode 100644 index 000000000..6326ec4ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_31.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3801504eff7023fa363456a33ce898d6df5bdc774b8f41cec469f327172c59a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset new file mode 100644 index 000000000..ef13e82ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a341de35de7fabd1cc0f135c00dd56049e722271f7bf71324f7bd2f6ac07a0b +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset.meta new file mode 100644 index 000000000..43b4993d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_32.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9044781ce6a1b086ec7e5c47105dc48eacc9729bc3cffa75bf9db28a66a0c93d +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset new file mode 100644 index 000000000..b6900f691 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6122dd480ac1b0f63dc52099e72c8e51b2cfa31a5b8ea6c250f1883274a2cb41 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset.meta new file mode 100644 index 000000000..1e2932dff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_33.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef2b17261b5cf66b6b975325bb0a20a6cad29181efb31e6da78cfc2062edb8d +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset new file mode 100644 index 000000000..26cb2d4b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328faba2d23bb80e2380e95611fba494bf0e497886c8f8d67e4e4a92155cdb42 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset.meta new file mode 100644 index 000000000..efa6fc772 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1818a1b742b2b295a7996cd4991f855c81ada6603d65c19ddab4d5832fa7e2 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset new file mode 100644 index 000000000..c685b1d2e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b91577ea3bcfd062ec372fb281277fa0c7a57d8f766a9f3127919ab2cea4308 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset.meta new file mode 100644 index 000000000..3b466cf06 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213abd4a74598b0cc0136c2f25659ef0b11b12f61e612ebba9d412bc5d33e46d +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset new file mode 100644 index 000000000..aedbd7924 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f46065f9387292a219c7c529001418fb0788249b39a4d6e6e89c9e62d2614e +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset.meta new file mode 100644 index 000000000..4ac93b356 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bffce7ecb07997d0c9bd6a34d9401a465066050def107b5cda81164a1cca9c +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset new file mode 100644 index 000000000..455eb5f43 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b808c8cc01e042b20554f465a0f67a300714d302880e78ee3f903ff87ddfaf +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset.meta new file mode 100644 index 000000000..050a2ad29 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75473f9f4fca3438411b5ea8c494465c3db057a7e27c52ba608a8bf1a924036b +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset new file mode 100644 index 000000000..5172a51cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8dea310af75cd6edaf3ce274be26cfd6ae34788a6121716f6b77cce399f02 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset.meta new file mode 100644 index 000000000..ad38884e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dc0bd19efef36e93b4ec8857234f684f87eaa4b49235ce360d3dec7a1779e1 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset new file mode 100644 index 000000000..40b310b25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5646dd14282b5c45b13f935c0873e991c4183ba2e28948c09a347d244f91ea93 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset.meta new file mode 100644 index 000000000..141168a26 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/ExtraDecor_Palette1_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c713938a3a3de1854d8fd24266b51f8710571d1d5e416ebd599c39a47ee7d2 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset new file mode 100644 index 000000000..e99980d08 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03944bd66de355248885417b42301e99060c7ec62f6c0e154ad02742e50d3693 +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset.meta new file mode 100644 index 000000000..0e78341dd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c649e808f9b5bb6cc26690e89177828c9614ea1e9a91f7f91952f2bbb1e3a1 +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset new file mode 100644 index 000000000..9be2c054f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8b8c67d40962376920a0622748a842ead7af2cb8532533221db26b86f8d719 +size 776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset.meta new file mode 100644 index 000000000..4b5cc23ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeb9bb99c44d3e071371ebaf25ceb8af87e4c433cbc79f1af445a1c28d527aa +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset new file mode 100644 index 000000000..4d90cbb86 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8570f466cee84e44f6b32eb3c25c154d716a3875bcbb69af5986b15053ea406e +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset.meta new file mode 100644 index 000000000..01ce44ddf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf79a3480da8217cfb08c2928c20572025db36cabe34ea0e392f682d360300 +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset new file mode 100644 index 000000000..7a4b04c74 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab817a8d9431123297ae755b29dbf179381bf8f5bee813bd8e1a5b0419196e52 +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset.meta new file mode 100644 index 000000000..6457641a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c088ed25afd7dcf466089994da36026cfa3b6d8a15df70696b3ae28db47658 +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset new file mode 100644 index 000000000..e02c793a1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cba70e98e0783bba4c1c2e1bae174c64b4f31a7058db2595ccad399cbf3e682 +size 776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset.meta new file mode 100644 index 000000000..60fad8fed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e78abbf5d8627ec8e6e265b6f41ddafb7896cff52abc9a8b2b77cb12875321d +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset new file mode 100644 index 000000000..566ef5786 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4684367a062974bec1bffcac01d1f045941fb506fa6011527f543735ecadca4b +size 776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset.meta new file mode 100644 index 000000000..afd6035ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c6cb964981378b5e551f5d188cbd0c0d1fc8d21fc775c0e1d940c0d98f6c66 +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset new file mode 100644 index 000000000..cc9394f72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ea09f7e8d763fec351d5e35c460205745da712a727b056a510bb7ebf3643d3 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset.meta new file mode 100644 index 000000000..22b4a47da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bbbbce24c20f91a702672ef6204d8dcc86643f0bc5a7ce6d5fd1234c14657d +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset new file mode 100644 index 000000000..3807ef031 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f291a012dc0f564b0957fd19a40a62f073b8edc748729d138dc4eb119d4d6 +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset.meta new file mode 100644 index 000000000..d8249b0a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f97d35676921c8e7df1fe859c5f56d9deee4c8088a755065e43d25ead037be +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset new file mode 100644 index 000000000..bfb293673 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b19e0a6253bc6c13d1d3892113c2fa3874b87836099cbc28f36636b58c20c8b +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset.meta new file mode 100644 index 000000000..021c1c433 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Floor_Tile_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca2862f7e038f2bc32770a914bfe15563d4e63f0b066df170e45a6a8e43dcf5 +size 465 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset new file mode 100644 index 000000000..26c0c0124 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec5f02abc7be4e762bfa4a5627c128e2673d23cbd2601aed710a95069028f35 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset.meta new file mode 100644 index 000000000..064f83523 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbcf3ad509025cf5c2cd23e7cadc752e6f04b0c4bb6616e8087e3e4bf7f16be3 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset new file mode 100644 index 000000000..391c0088e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9997bedd466a74adf03d47993f4599a793a360a28140dfd2ee4a88cdc397bad +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset.meta new file mode 100644 index 000000000..3d2f9f0ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf831170053c48618d5f2b38f896d2bec8b1df8e13cb3673b70343775ed2dc5 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset new file mode 100644 index 000000000..4b372abf7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98156b995cafab248fc6b83111caf26bed9d1c81b788f8634d16a5fe71feae57 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset.meta new file mode 100644 index 000000000..1c3904bf6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5118a35186f8242bfc44131c9c8c0d121a48af52428b47787132f20a147beec9 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset new file mode 100644 index 000000000..f273cfc39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770aaee0b22b65d0e0da704363787c0f69baf5e2ea8b4d692859e8fdbfc7a8c9 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset.meta new file mode 100644 index 000000000..7523a9597 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0832dcf851007f8caef8efdff50198c7bc4dc1deb94098ef63278f7b00764fc2 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset new file mode 100644 index 000000000..295be4623 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e62f333d78b5322062b7841476ea5d423592944d1bb6d384de7b7041a2991e9 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset.meta new file mode 100644 index 000000000..2feabf3af --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a95aad11477e879bc24ea0a931d529edd9da5e7ab9e49b3213c2da2fc63725 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset new file mode 100644 index 000000000..92a784837 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e98d9d47e2bbc77118be474bdd19cca3dbb6c0eae44ddc04444afbda3175c7 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset.meta new file mode 100644 index 000000000..3f8aeeee7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6afc200aa1a54b73dbca66b179d0f17f525850638bdced115d7c8b69a94d7c1 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset new file mode 100644 index 000000000..39c4fac18 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d69ab39c069e6d3cafc5a620c8caa45d347cacda347f040bdefd055ddb31716 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset.meta new file mode 100644 index 000000000..576d98966 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e79e2fb4d22ec27406d3d393b8435eb6977ba7cfff235269a76d85324f7d21e +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset new file mode 100644 index 000000000..01045b8be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0a630dbfd98424cf28fa99af91a90936f5543891c64b931339506b958ba0bc +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset.meta new file mode 100644 index 000000000..b6c66f535 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4052e45c5e468e454cee6e66df2b26e0aeb2dac47d4abff9078566d8609631 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset new file mode 100644 index 000000000..01dee747a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8481965473ec43e4a3e4283e4f1ec53cf4b668fa42e31e63055f5a20ab58075 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset.meta new file mode 100644 index 000000000..6bd7ab089 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Grass_Extended_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e28ac14eb97adcfae8530a308caebebb1be2811e62ebf66f1abac6af4ba573 +size 469 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset new file mode 100644 index 000000000..ca8f3b386 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71b3502d8f2e985c10059ba39406bad20618317b84f0a0ff6d3de29eac8f0e2 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset.meta new file mode 100644 index 000000000..f20c2d6cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fc2d137fa3e580b6e6d55e750b0accead510a02bc255813e9f9c7b5bf3232b +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset new file mode 100644 index 000000000..31bc913a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6db254dde0ab51e5cccaf85c7fd21bab0881068fa82286c4ae0a1069b413bdd +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset.meta new file mode 100644 index 000000000..99f4243b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbc0639e64b3a66f59028ad3323dfa83098475237298dd66559337eeb95099d +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset new file mode 100644 index 000000000..1c94768b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b7fceb9e3cc10c14895987af3711c204f9006750b541a50a84386d9449bc56 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset.meta new file mode 100644 index 000000000..f6f014616 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b495cc6e84625b8a8ba27f8543217507c29eb64161c72d288cd08842b3a2784c +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset new file mode 100644 index 000000000..40bed6be5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950b069a7b602986e4d89bcdc34b7c5a8fa8e997b6054da3fa5a2400f30fe026 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset.meta new file mode 100644 index 000000000..caa153c03 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4b3a7baa05bd44a1a25758aefa6aad39db957bdce1740c91314f3a2cf5f619 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset new file mode 100644 index 000000000..3a3f57306 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b06a78c3f6ea12d1ff43f95378809572f9612bd1134f12db9efb2d2e250702 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset.meta new file mode 100644 index 000000000..64b99eb31 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373cf36be98e82086e444ba4d138a4ca1bf392c6b6ee25694cf6d8642aa6885b +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset new file mode 100644 index 000000000..c611d75da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1736b2564964de3d68357d84ab062645ec2bed909b45050e95806c4da1db0ca7 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset.meta new file mode 100644 index 000000000..c4632344f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ff6858f0168f0334186e123ada7df2cd8c94299a0d89381b644b2c451007ff +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset new file mode 100644 index 000000000..962dc9162 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd0ee309a69f037d4be1e90286fb93746c0dfc19e71009b16da0b446e5b1471 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset.meta new file mode 100644 index 000000000..3f974606b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9976a1513e5a1eee344d68e229ab0cf5059f322601ee60c7c8425a7d794354cd +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset new file mode 100644 index 000000000..0de56b6e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8c0329fb3f1392c17cfd8e6a2de0b4732c01a9980388f24d66fb097255d907 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset.meta new file mode 100644 index 000000000..f5c3c7b20 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987ef7ceace2f523fbd50441c2e1144169e69e9dd8498e2403a74e49873b303a +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset new file mode 100644 index 000000000..92a8b66a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63499c3b24d5288d2f297febef8b3877d519ce5a52829163ba893191df105ff +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset.meta new file mode 100644 index 000000000..fd56b0d49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8083213bf30ce2536b6ce6dd3a39bc1f913e9704d55414f9d3bd01156585fd +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset new file mode 100644 index 000000000..c6c10bc14 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1dcc5e1a45036931d8b2cc184100329ca9ecc6e277ebe868e646f85bc908bcb +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset.meta new file mode 100644 index 000000000..e3dded9c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028234f6fd3dffbaae3abb006170304a3c587c474cf6bf189d072030f4dce807 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset new file mode 100644 index 000000000..20f3381c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76baa4a8820df437b98554bce801437229457e6c253f2dd53ec18e3b5f60d1b +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset.meta new file mode 100644 index 000000000..c170e4a46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10d3405181ad611144ef8f2def1e451644caa16cb52e671f153f26db779cdb5 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset new file mode 100644 index 000000000..6e4862314 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ef87593f2bb4b7d16d73a954708f9a385b487222886e05803c507e60a1a056 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset.meta new file mode 100644 index 000000000..7fb6d0e46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b48e0774fdbdb309136e08b299f8b79bf4407492b4814947e7f6e1ce4d6ad68 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset new file mode 100644 index 000000000..e228c09d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77349d6caa4c803060ac255b5027f11729c176630ef7bd3baedd06448c2512ac +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset.meta new file mode 100644 index 000000000..857f4a6b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b78b62621bf51dd66ee56de3a7bb5377eec0b49aabfecf15dc3e8d2039c7a76 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset new file mode 100644 index 000000000..8529e3067 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d310ef65f641c9436e0f671cb3c6371ee7013715411c6447a2266fbe9f3cca +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset.meta new file mode 100644 index 000000000..047ed18f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_20.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b3483a954f68c62c9b19683eac5e45db9beed10885b829bbc99c1a70b2b1e4 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset new file mode 100644 index 000000000..e06da54b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b305d9020a38951880f2090b9477cd2ef90815c4563765591cf28094fa35e59e +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset.meta new file mode 100644 index 000000000..6ad1279eb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_21.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e23e0b1acf2c1f56d7baf7139b96526a7622d1067beb4b5afb13dc503ebb44 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset new file mode 100644 index 000000000..81c575b3f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9532573035d05e22036423706d5d73286ababda36f8db537cefbba726e576c8 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset.meta new file mode 100644 index 000000000..dfb3036a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_22.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63bd8d85c65ca5c99fab6b7c7c52c8a282646855f1d7c43f69a361933d10461 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset new file mode 100644 index 000000000..58d52da21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163c3db0e92fd8a5d4f43fae4fb7748507162e06ad93a16f55449dd23eea936e +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset.meta new file mode 100644 index 000000000..cdae6ac43 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_23.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda222e9204549bdd0cfb49f78d5c10929aa72693a5a102e1f352b3d75a01cf3 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset new file mode 100644 index 000000000..153f4e64a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d30e47220bd38542d111e5628aa541e81366787918eeb80e18592596af5da2 +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset.meta new file mode 100644 index 000000000..090b43403 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_24.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e532f1974cc06f46beb1b6cc2687d95e5b5c50a20041da649f7995addc59dbe1 +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset new file mode 100644 index 000000000..201a1cad1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8fd405f0def7a7656f9f42f2193282540609288c00a40fcf4f5903ce1a22b9 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset.meta new file mode 100644 index 000000000..52f02c1ac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_25.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f4d52fec3b0a74fbb6eb5a123f474608c382aeac5d3d58863c288054c708fe +size 475 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset new file mode 100644 index 000000000..1ad4adda7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7ec464cd59496d8ea24130e80efe2b141f0cb035b3b55020614610e810ccce +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset.meta new file mode 100644 index 000000000..1cbe23773 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5853cd940a11c21de7c33dfdcc29436a8a6941d91e9bf2bf886b51ffb761e2e6 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset new file mode 100644 index 000000000..3bac5e9f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ab9ca4c823b901e7200eca5131cd92d60ad5bc036c33ae2e2cd3252fc66abf +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset.meta new file mode 100644 index 000000000..b92a1c072 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70aa350d592bf5a0746d4d0c8cd9c10907daed3a4ff81ee4986059da6b7a9310 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset new file mode 100644 index 000000000..94e104e32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45069605949c92bf3dcb32be34f9ef25e7cf420ea04d107a4e88d717df635a9 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset.meta new file mode 100644 index 000000000..29ba69076 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b33a09ae802551e15e53ce170776bbdfa3b96e675b80f78a406a671a0a7089 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset new file mode 100644 index 000000000..855cc7dba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647727bd96657e0924656692342af910afd67299520f161ad301547f9993d5c0 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset.meta new file mode 100644 index 000000000..f4e0c03c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fa6e2c96d159e9406cbd7b28e66a5d5ae67a020369c2ecef3095663c7d81e2 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset new file mode 100644 index 000000000..7c7b7009b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963e03c2830a4487472f07558806161d0953bda0cb9f7a43bf45b307a7110dfd +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset.meta new file mode 100644 index 000000000..0c6eacf5e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf5b2dbfb087b572191bf96dda465ba6deb7d1d027db722899cab05aed97032 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset new file mode 100644 index 000000000..6ccae92e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed22ca3fa378a7ae8af3f0b1abff22f8cc07ce051dff1ebc5cf2519aa378de55 +size 786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset.meta new file mode 100644 index 000000000..a3b6f4482 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bda73dd2372c01ff043503e1392d80e5decbafb8419c22cd6e66d6ae2d19d12 +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset new file mode 100644 index 000000000..d633c8781 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284f4e35ace3ded79762bb903d68daa112b3c4f8218796f348b5398fe4c9ee96 +size 787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset.meta new file mode 100644 index 000000000..111d611ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/LoweredArea_Palette_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe2c312caa639d1d474069c929a4e017df3b132f37e9690887f6511ec4db68f +size 474 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset new file mode 100644 index 000000000..b258100ba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5226ec4907f2334ef15ee06dd3fe3e9391da0784e153829154ca886f4187ae0c +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset.meta new file mode 100644 index 000000000..81952a15e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec13d4032a14c07b6fd01145d0b9f8aed429ae8cc284993e02fbcbe0acb6c408 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset new file mode 100644 index 000000000..c4daa6f6b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b745a4f9e0c11937ac1ba7cec1fd4b4f729cd2e38938a662cc5f0ba97fb828 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset.meta new file mode 100644 index 000000000..d7446d025 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8e8ec2e4e37311c3889396bb78da2531bd0c0b8720db6f6ec7413d4160eb00 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset new file mode 100644 index 000000000..8f17986f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c512c003af82b1bc07e25b1cef3917836c393e7c1857b913ba7c906e97c778e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset.meta new file mode 100644 index 000000000..af437a8e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5200fb2ca7053d56276a0ead212eedacd7f71832ea8a334e31d5b7f534a99a +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset new file mode 100644 index 000000000..d7a3d4ddb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e8325c2bf48fddc7f989a2fb5023a50d14f574bdfe3fe24db068d5604c7fe5 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset.meta new file mode 100644 index 000000000..70856b7b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_100.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1cb474035c46179d6fd932d01f5d95464f3de551d9cbced91e6f8d157ea906 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset new file mode 100644 index 000000000..6a0f68803 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71d113b25171432adddf117f43fa8ce2b0aac166eabc6fe5c370d0d05e67eb4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset.meta new file mode 100644 index 000000000..3f9fecdfc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_101.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9cf4d550bb48c9d224726ab7177fee5be39cf6788fd0e0b8f7855c91dae0419 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset new file mode 100644 index 000000000..7919738c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b3fcd20898701102e6ec529bf05bd4b7a183f92b57b1a6b8144a86d0960fb5 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset.meta new file mode 100644 index 000000000..c15f1844d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_102.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c884e6fadc85998fc367693b5694efdeae2ece9684e989f5ed04b9de8613b45a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset new file mode 100644 index 000000000..1b0e65792 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a31b17c01af193d06a3af072b4bf822542f11097fe8509a7c600a94dad9efa +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset.meta new file mode 100644 index 000000000..8c30f5a64 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_103.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1359b4cf0406e6992f79f6ba13e47a7af054ef62ae45ea66216874787ca53e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset new file mode 100644 index 000000000..fc65f7d23 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6074b88b51dfd43043175cf388de21b3f408062f0bc1d39509d09e84801bf520 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset.meta new file mode 100644 index 000000000..159ed4ed2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_104.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d50056a71767de20533df175db88011ea6e6ca7521547c726d8006b93fb67c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset new file mode 100644 index 000000000..746ae096c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0c886af9856f99fa98a309c299b63cad52f2c172e927f8c61a63313acbf549 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset.meta new file mode 100644 index 000000000..c5e26e5e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_105.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66ff1fdd9cfcbe368f06e565db4623c61968904df451718d56a0a7d731e2611 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset new file mode 100644 index 000000000..ba38c843d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a931f96039cc931c9a61227a8cfb2436568d1d05f5fd00f26d144e338e6bd3 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset.meta new file mode 100644 index 000000000..81a3baa07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_106.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cfce81b3d44189bb0a3d85b77d6c96e0299816f288c2e060d4fb2215476279 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset new file mode 100644 index 000000000..aacca409d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb0756407659ebd603ffdf749b93ebb2493d45b5983c4eff1d800c0f936eda2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset.meta new file mode 100644 index 000000000..11f56041f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_107.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fd7b198d1819395f109941b0bbde4d710a6b388fa1e4ff35f3c47b1eb1a182 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset new file mode 100644 index 000000000..f16a71d9a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16450528ff54f9af096a98cab5262857df37cc282b77faf57df1828ac80440ea +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset.meta new file mode 100644 index 000000000..21b18d6ac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_108.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e7cb0da80e10821270c489622bba36f34f78e7e6f64d5c6407453aee1a9829 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset new file mode 100644 index 000000000..796035f3d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3147aa8b679a989ba5942499c8743ec0c1aaa7457c944f8b4d1769db9bfd1be +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset.meta new file mode 100644 index 000000000..5fd354405 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_109.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a15a64d9452a69eeb378efb2a65a539da668c2580203f7a60be743ee577d5a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset new file mode 100644 index 000000000..848f74ee9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ef81402fbea3269b660c4729bd3372a10600e84a6858448242b200fa0e965c +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset.meta new file mode 100644 index 000000000..1cb19e850 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46815193729c550d91e722e9c96de7c3bd6698c6468bd5f3912e57de577b2d2 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset new file mode 100644 index 000000000..ee3d0b6d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52d7e755fcd9f88e0ec7f1c445f16a342b78957ca657711c64e79ba2eb151b9 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset.meta new file mode 100644 index 000000000..1fdb75df4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_110.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a7049a37c00b63547f0fa353be1f539a9c7ffe84496afbb3b00d22516552ce +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset new file mode 100644 index 000000000..8a7b79fb6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd9f26cea0e637af3ee58bf019cc66896398527f146350416e1305711c9108e +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset.meta new file mode 100644 index 000000000..4c8fad307 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_111.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70faae53aafefce980c7e87fa93a4005f5015da00c0a435343cf2f9dce15103a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset new file mode 100644 index 000000000..979a660a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77896a596bf2f826682c84788332b5ce92b8bbe94ac5ee4bbd0c884b64171a1 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset.meta new file mode 100644 index 000000000..845759f96 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_112.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ecd1319b6a227119ec83fb0027299c4e225a7b81209933a8ff8837a60d4139 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset new file mode 100644 index 000000000..2e186667c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736338bd4d680a77133582b5c48343b78aaeb2d59ed9e889ca5e0550aae8c5f5 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset.meta new file mode 100644 index 000000000..afaf07eb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_113.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee675a57981e6633a296ed6c3d6e8ad4d20f10989eeba0a1c55c3334560fe942 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset new file mode 100644 index 000000000..2491ab290 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc69b48e60d33c8db2d48615d1fb3cc6fb75ed8a3aa805bf2f97d62535b947df +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset.meta new file mode 100644 index 000000000..6df000b79 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_114.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6027ef367af4c3ee474f91cf39473d2fb3b75b65f8ef59a2f7cfd07c9e8cb8b2 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset new file mode 100644 index 000000000..80aae51bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de285154c36e713dc9bce099c1c190c737691e860de83b7b9db9be6b0fa1968 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset.meta new file mode 100644 index 000000000..a7037168a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_115.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3a2ab12dd7b6003b46b63a62273850fbe3a00baca0f111c61349ee07e01e81 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset new file mode 100644 index 000000000..c0d5e2c80 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e153d12b5de1b3b16a5ee3e45f799587d725ef3bd5b0e30b306b5d9006ce2a6d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset.meta new file mode 100644 index 000000000..0cc23d58e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_116.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e650dd9f67035b2f05e85983b0480fe5467ab9e410d8c866bebd671eb715fd +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset new file mode 100644 index 000000000..3872685d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7458e26039b0c46abe62e46ca84d8eb5d20139d9344deb1df2475816a7d9d82f +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset.meta new file mode 100644 index 000000000..58a769b6e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_117.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2151a37e460c1e2b048657fae9f10a81cca7b7fb5a62254375af3e2ca8ebb848 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset new file mode 100644 index 000000000..4c90d0820 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a674826fd406867f6ec7de4e3783369853d1f3fbb94fc2fd5d75353bb3ed61 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset.meta new file mode 100644 index 000000000..0725b8b3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_118.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf167868657157eb34afcd3a960954f9a9e6c0f7281a6aa4f0f0ac96057703d5 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset new file mode 100644 index 000000000..5e02ac9b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031ac802ef1c3bf6564f6bed17f658b7d130958898914b891d624f5d589e804 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset.meta new file mode 100644 index 000000000..ed48b698e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_119.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8a3e5f02fadf6890a937413772f9d3f3c6de577a313a5f9ecdc1a3b3c66d5b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset new file mode 100644 index 000000000..7522fe98e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59347eb5bc0892d6bde4a95da4973c83028690664f02eb964e1fda09eeca92b4 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset.meta new file mode 100644 index 000000000..c85198535 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd3443aa26151e2854fbd8a9db813cddaf1b3890b13dc4a3ef3b9d240328cfef +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset new file mode 100644 index 000000000..1f79f9341 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ba0429ffa150b8ded52e8edabf6263283b46a483710f3bac56db0a0f36776f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset.meta new file mode 100644 index 000000000..b24d0f537 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_120.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79611c1a65c33316a5cab6efefc3dafe7fdb443af686c4b4df8653b9379e3fc1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset new file mode 100644 index 000000000..908537121 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345a1a5917ca62cfe9cc668ce2bc70d2b4c6a3e3f43d07f7a36c03e260f3cafc +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset.meta new file mode 100644 index 000000000..64f8d3de2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_121.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e4e78455ccd8d374075fae9443f9eb7d94a0d97d3f56aa49a5c5bd0a7d873b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset new file mode 100644 index 000000000..9f91596d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb3131d8388839a1109751af15c4aafc698e315b9d7404165a8e84e1d71a8f1 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset.meta new file mode 100644 index 000000000..d80256c72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_122.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa78f816e016cda4706a806e3da0f10a043eaa24a9a0445c4e1df85b828ed55c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset new file mode 100644 index 000000000..efd825257 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c845da3751f3cd14e6b94102f77aa7812b2240c2a437d4680e73de771d5738a7 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset.meta new file mode 100644 index 000000000..d15dce79e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_123.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da840f7344a60d5127e06e6d71a0cd962e6133d6c59be37494e21a2b5ec854c5 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset new file mode 100644 index 000000000..b0a5e8eec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec965167edda00cb7d214d6eb16bc43aa6ba968eca25a7634f640722328bb79 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset.meta new file mode 100644 index 000000000..7b9bff811 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_124.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfb0130a0e99aa62ff272b03f1d2d933d46c85a85eca2021097fbb2dc2c9e8a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset new file mode 100644 index 000000000..3bf3b3c3d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e4de49ccfb60cfad1a11d9aba891d8d9471da3acbaa3260e5ee70d28a7cfd4 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset.meta new file mode 100644 index 000000000..e26a5fbd5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_125.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6aef3adaf1554d674a29de597419627e9b9661438094937cef358ed528fa3ae +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset new file mode 100644 index 000000000..5c4122086 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6659fa9c4ab069061e1a798f75282e0b073f74c598496d1e00cbdb6d5a5ff7b2 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset.meta new file mode 100644 index 000000000..85381d25e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_126.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c3c4edd0c2fbbe88fca4d6ed18b5c4466a94da36b8d84141ad811856776145 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset new file mode 100644 index 000000000..85288c05b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a595e0fba0fe2d1f738acd78c137082ce94a16077855eab6c6be0ed79071a26 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset.meta new file mode 100644 index 000000000..c20a683b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_127.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5488cb651ed0b534e3513c0a2e75def61d542944a0b3e26078cc52689e02d071 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset new file mode 100644 index 000000000..1a9d496c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524bd3d93e9c0934a24de14333d8a62aba75e6e3e2ec1460e2cb1b6ce33e5801 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset.meta new file mode 100644 index 000000000..13b2dc47f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_128.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118e0e5209a823900e2f961a973dfd96530bbab97f890001ef4594fcffbbbe90 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset new file mode 100644 index 000000000..5d33e9ad4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431e09b1650d7a1a2f5fbd9fe6b7bfbf0a9d5a71f9d54a195230e60e055feeb7 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset.meta new file mode 100644 index 000000000..1f0727cfc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_129.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd99d11c47956b71f31dbdb6573d3eaef2be83b74e5026f17a0cfba167a42fe +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset new file mode 100644 index 000000000..6f3e9cfc7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1666beff0b3f7c09fa5fb53991eb04ceae95fb7196c80920d1662d1cd9d572da +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset.meta new file mode 100644 index 000000000..69bb17e2b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c289bb210ce5065dccc587dc39d13685ec100219588fde864ef394da26c896 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset new file mode 100644 index 000000000..2580266bf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e83aed335d6d137594d6677b1ac3244dc1138d8b0bef9f24fd071e797a39dc1 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset.meta new file mode 100644 index 000000000..df5c715e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_130.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc3cfa7f88e63caec9e13cc1b460f362a2615a3cef811791e0009f6a9ffefc5 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset new file mode 100644 index 000000000..96832d0af --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d952f238195c86e3812c039814232bb6f8eeb021f9e821da4bd33be21cbf887 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset.meta new file mode 100644 index 000000000..6204e2ccc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_131.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d8252350e6f73aa385303064dbc5892c7108aaa6c9e3d79f7a95d5af125158 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset new file mode 100644 index 000000000..c9daace30 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba188717e0dc816979cd87bfe4152270fc055147ab13bb53c18091ef28ba16b7 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset.meta new file mode 100644 index 000000000..7b91fbe8b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_132.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd5824fa6cab230cb2f5f493b1614df8350bafbb7fa4e8272a9469cd61bcd5f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset new file mode 100644 index 000000000..eff8f3b3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea2888ba872c320b0bb0bea696cf36ea9edb42128f7b3f67295c3eb8ad86855 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset.meta new file mode 100644 index 000000000..1db79c49b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_133.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3b88754ff18c75aa443ead3fc4613931999bf4161384fcfb81df524fc71d09 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset new file mode 100644 index 000000000..16e39832a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78069e16e8f60c9676d4c9df6dac56f5eb8c9448859bcaefc0a2e68e31e3e01c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset.meta new file mode 100644 index 000000000..b13ba8d3c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_134.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca17b97b74d9e1df2af0d0cd32a4c8d094fc065f62a089eeccc6b1c2b407a43 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset new file mode 100644 index 000000000..038e2019e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595a8352667d0de942dbbfcf921aea5aa0bcf635e60e3b4a9afcd6dab4d8ac11 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset.meta new file mode 100644 index 000000000..6490f4fd1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_135.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4fcd6136c5e8052e5052f7d3eeabebb31f495bedbe9ca28f6f31d35b4fbbe7 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset new file mode 100644 index 000000000..bd7d06117 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1420478db2dd09d25ce6a453118cc594c87781a84a85936b2985b5e2c0434a7c +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset.meta new file mode 100644 index 000000000..5a247d75e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_136.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd02e2ed8eadfb5edeab064f4c95d2ce0bc2fed50f05a9f87830be25adbdf47e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset new file mode 100644 index 000000000..ed6f8f695 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44766c1a502980e8b4d2a6877e3b36f20004ce9bb0622e7e97182daebddef7 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset.meta new file mode 100644 index 000000000..1651f5948 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_137.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bfc8e15cc6bae99a95495e6b22c8f1c30e484de2c459643717acf3644e301f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset new file mode 100644 index 000000000..91636c378 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71f0083a0a76ddc4348e87d23b6f2391a3a58682fac442bf57b2e0a6f6c38dd +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset.meta new file mode 100644 index 000000000..e2fdfdc23 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_138.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798ae89c91b6140b7a972fd08841f4cbda4e6251fa0ad4796f08d12bd1e68866 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset new file mode 100644 index 000000000..f851e1009 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0dbb565d622f47e553d57daa1c04e30c67bfc38d9f51f63b3007c35ca0f44da +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset.meta new file mode 100644 index 000000000..10a79948a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_139.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0981cb53ac0b539b15825cb5ca88db19361088dd1782cc16a311e926150e1a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset new file mode 100644 index 000000000..2654a86bd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d26d629cec9460c19201016b68ddfc6a5be883295dae3a183c2cb1733bd99f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset.meta new file mode 100644 index 000000000..ee1373de5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06c2e82dc6b0af129b955da2f721147120ad38f5556a63dc69ec0075aa9de56 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset new file mode 100644 index 000000000..af6ceab2d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4b9aa5a6e1050c7f5bc746319ad456460f37b71c8e2e25a6a38311b608c962e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset.meta new file mode 100644 index 000000000..8a29e44e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_140.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c269bd5b4f6969e38de3209fe5e2cc47d7d4c176ce54f25ce2878a7a1cc3f859 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset new file mode 100644 index 000000000..7200a6df8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4162a403f4a299700dfb7cc8fb174f79e389f2597c39e17e4164d604d4d544 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset.meta new file mode 100644 index 000000000..59d0bd6d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_141.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ff78d8a71dcad6c0b58a4317c4d0693437420bc62050ebd59e3dfa7a55be34 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset new file mode 100644 index 000000000..7acebe245 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a9073d7685da9d62a26cff97c6b1584233ff736364b528251421ea0ca04d43 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset.meta new file mode 100644 index 000000000..e893e0b4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_142.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d8c15092c35830165741b53ca2b5a2d5a07a12021d8d73b5b22569c145dafc +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset new file mode 100644 index 000000000..2fa731438 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04d39f4ab00393356e5c9218335360231b4679b3214c88c1a6c122d1a0bb2c0 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset.meta new file mode 100644 index 000000000..1b0bf03c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_143.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04dba3cf5398c43d19dcc33e2989b0af8ec45385b840a64262e13b866926065 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset new file mode 100644 index 000000000..8d9c8b5ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dd2902b5773fd124e5c657ae9e614219c3237406aa60ddfe3af5f95de0ae6c +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset.meta new file mode 100644 index 000000000..959abbc26 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_144.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb897d32eb5b59358b90bd14b856dc58b51bdf86c98d6dc3d389a7b5a1f572d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset new file mode 100644 index 000000000..0b9f1dc2b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713e6c8f7cb4555f4f04337710700fcc8640d13d3912d0bb1372adc22dac1eed +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset.meta new file mode 100644 index 000000000..1b127651e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_145.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cf9ea485d8c166876d6a22d20aa21dcbfd81ed7bde20d6155eca73106e5752 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset new file mode 100644 index 000000000..b4aa8609f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cda7a55fa623e6667cfedd8d2dead786d8724bd37fc7726121f769eac82afa +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset.meta new file mode 100644 index 000000000..84386670c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_146.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31ce7f155b9995756b4c54889742855884008a4a713b5f2cce81d5f13bd92ca +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset new file mode 100644 index 000000000..7dd6f7f42 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37334a30dab43e3084ef274968ee058d976143185569d9b476617c1c76d98f5d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset.meta new file mode 100644 index 000000000..2c0a922bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_147.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cdf3cc12a3ce257dd4238e07da9363a5b2b662ae1bfde414e0980b6453c03e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset new file mode 100644 index 000000000..cb99b49fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8064cb38bb72b8827e66d200136c2b988d945533eac4b6defe2c4f2465f9480a +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset.meta new file mode 100644 index 000000000..71df444ad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_148.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06620bc97e8281d5e877cd90105a2b3e717edabc1a427f337418a8bb816d044 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset new file mode 100644 index 000000000..d3d366c16 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbab30604dc49ac56fa98a73f0a8c07587b04b7fb9586abbbfa4a87de473ec6e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset.meta new file mode 100644 index 000000000..413495c69 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_149.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db9bdcd1ce008c6eb35dbc48af2a6ce9d20b6f2e6893d616015ac68813763c2 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset new file mode 100644 index 000000000..64c9f0985 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9c25ea1e1e214fc031b284a72d3dcb4f4258d3e8e7de84c770b5942404be28 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset.meta new file mode 100644 index 000000000..77dd037ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e10f71b4b429497b90ccbda56b836303a812fb9cc200a7c084dac8a5eae1d4 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset new file mode 100644 index 000000000..69829fe41 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78197e12c4b66415506744bb9e584f1520624d8c50356dc4d807a470e2eb57a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset.meta new file mode 100644 index 000000000..cdbf58729 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_150.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cb430fe9bdf5b8eed7580aad9aed1f86d1b8b0b99c9bce038cf5549c53fc7c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset new file mode 100644 index 000000000..d946701d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a889019db1759a5a80ff87adf604c49a1533af889f1228a9afa2747d182c3c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset.meta new file mode 100644 index 000000000..3f971624f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_151.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a62b452fda47de61eef39f50742f4e1e60911177c0439a5c04081d2b0c150fc +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset new file mode 100644 index 000000000..a845fd672 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d065a0dcb69f54ab9e946902bd05fc0bcec389a7c9e9c7d35de52af423f6950 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset.meta new file mode 100644 index 000000000..35fd07c1b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_152.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691827635bce8055de99eeed6cf0265dde2b35423f60a5b284185159ff21e4c4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset new file mode 100644 index 000000000..4566cbcd1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9da39cd7afac2edab94a5d8b730510162219770f453901a48c27005428d3421 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset.meta new file mode 100644 index 000000000..50c66cbde --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_153.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f355dcee87a4b7a9cb2d5452e457e83668e0735c21a2d1578b0b7d358a6a55fc +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset new file mode 100644 index 000000000..9f0c9062b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed7da02d37eb6cc96612482c9ca55ab0062d9601719e68158ce9baf3324c6bb +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset.meta new file mode 100644 index 000000000..edcb8fe78 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_154.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3220063700cf23da565d218beae36fe042481c0b9a3a277ad923e61a1c53221 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset new file mode 100644 index 000000000..e17a91f62 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7c51ca2bd78d2b698484ef97d4a3de9e51ed90ac58c8800b644cf8de87147c +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset.meta new file mode 100644 index 000000000..a82b5c3f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_155.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c9b2fa3e93f7818fa35cc18692ed83c0939c989ec2f0ec569c949600d3c9c1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset new file mode 100644 index 000000000..8cc22ae52 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b744ccc02bad684655002960b54b3c0601a82277e4faaefbd5e03fbe4f9e9406 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset.meta new file mode 100644 index 000000000..46a25e766 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_156.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00490a30ae9d1ccb03a40436c6cc5d8a848dfc02081fa20d4ba7704eb4465916 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset new file mode 100644 index 000000000..052d75c71 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ffb17a8909e9aebab1fca7c779d61e9f3d3b1cc6cfe4df230b454dcf71f34e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset.meta new file mode 100644 index 000000000..ce4007700 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_157.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e51c336cfacc072afff4ae2bba6f73ef894b11837be8a2561d31e6ee8580f9 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset new file mode 100644 index 000000000..81f25e537 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ca58d05d733230f7fe9940e0fafe04ac90349329a2c5cde66a418aecf0cfb9 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset.meta new file mode 100644 index 000000000..e60b48b7e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_158.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c1439b859904a73e541053bc4d159007dd418e2df2a592bb84475eadf4c5dd +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset new file mode 100644 index 000000000..77fd6787a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad413641e9b7107ba3ff8edd511480122118b0aafd995a94431362bb55c97d3e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset.meta new file mode 100644 index 000000000..9ab463c10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_159.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b17e55f58327102a392ab94447e5db3fcfa6921fb0e6d0f0ca6a8f0548d855 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset new file mode 100644 index 000000000..33388f1b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a74ce8a00f403c14174c831d40dd7c1092480f2013d40718fa09e7c490d623 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset.meta new file mode 100644 index 000000000..ad83968ee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b36246fe7ae6004767615c77dc25401089281dc657eca55087118ade68373fe +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset new file mode 100644 index 000000000..87f30a530 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18d1c13fb42e8bb3ec92b4551b384fc174d1ed00b534fbf3f9938a696049346 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset.meta new file mode 100644 index 000000000..17fd198e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_160.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8053c8305bd73b60e542146f2126f3a412589f705f4ca4336a3c4739bdca7365 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset new file mode 100644 index 000000000..0b8a2a6b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2319e5787b9a40c0f4d60d8f913cc05a672b8f2be1f64e21297316e7eccb032f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset.meta new file mode 100644 index 000000000..074c23384 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_161.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d2e11afa539856e2a6bf2d3acf3e6eaa91b3020159ca187f1935527c95dd13 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset new file mode 100644 index 000000000..42aa44478 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2216d1601ea158f5b0f2ad4c082153d73d4e7528f946946d499e48663611cecf +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset.meta new file mode 100644 index 000000000..3ca49de1f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_162.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4ec4df8ee3bbd1d17c4f06b12c37530f7cb08a9ff05bb4abdd94c2a7a376e7 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset new file mode 100644 index 000000000..d825e0bf8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2ce6848c57fb3778ea510445f75813c19cf5c8f2ad12e70be5f45b3329698c +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset.meta new file mode 100644 index 000000000..e281ef6fe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_163.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0b53c210fe19a86dc741068ff3178cb1b1d6273f10e8876b20dd5e14bb9339 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset new file mode 100644 index 000000000..2a893ee66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fcf79f60bb012a5550781ed7f0dfc6b6687084384a15e4839bd5c2108f1241c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset.meta new file mode 100644 index 000000000..8b8becb1e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_164.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416b33589bd03fe17fd885ddc8b1fd2ffcb1741172e770259127547afdf805da +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset new file mode 100644 index 000000000..26fca66b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cb20c0068e6b08b259ec980f451b519a2c9b7121a36443a8b02476f314bbd6 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset.meta new file mode 100644 index 000000000..0b8b6f401 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_165.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857619bdf3ac620b4972a61c3dde7109b484546ba2126cb66744ffbbe44d1f66 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset new file mode 100644 index 000000000..bef99592d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b785a228ced1403047a8ba00374b9792416932fdbfa89440e2867beb79934e6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset.meta new file mode 100644 index 000000000..4827efb4b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_166.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e022eee70e43a109ce40ae455b2e95c283d897e99e8ffe9261716f81a5b858 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset new file mode 100644 index 000000000..9f551543a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4efac0e2ed06f9ee5c8c0d25ef853290f0f9d51b9483d5cff8cf223ee3484b1 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset.meta new file mode 100644 index 000000000..dfc0952d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_167.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36233350a13c0d3fd78c714c70ffe373d11fcb93b62c19a17f6144ca6f4c8bc +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset new file mode 100644 index 000000000..67dac2936 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e2fc343ecb834ab2a0bf1604af0d043d16868b3c46f1497d56aba518cb0697 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset.meta new file mode 100644 index 000000000..2721c2a82 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_168.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa6182288fa015cbdf6e04625deff12a3749d06eba308bb6a2278b337dbc806 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset new file mode 100644 index 000000000..822ca0240 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9214e3933bb8631d55c498ee1207ac6abc26789bf4b0864afe75636277330a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset.meta new file mode 100644 index 000000000..a7171c5f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_169.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151b25676b2d88e75248fa498049a2adbd947e0e7e05cad2679a407c9b112c54 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset new file mode 100644 index 000000000..e6b9ee101 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72209c0efc358614c12e5987a6a923da39ed7b8761b72d333b99eac8ca6c1066 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset.meta new file mode 100644 index 000000000..d186c2c66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a521e5f326a13de93c363d7530c4c1f854240c25e146987f5983f932399dd10f +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset new file mode 100644 index 000000000..c9cf0455b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1559c8aa87d32799204b46a5563f9052ad71090619a14dacdd3708d2853859 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset.meta new file mode 100644 index 000000000..101c6546b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_170.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce66f89f85e80372b5b4dd3e7e0f65619b90a24ea558655d264728ebd60dbd7a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset new file mode 100644 index 000000000..4927f7415 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a94b9df69525237451b43a9c1d6e5558724308dd3faabb2570ba95a5587dbb9 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset.meta new file mode 100644 index 000000000..78f9ffd23 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_171.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59963860d2fa24bc8f3d62b3398455ab698fe74167673898b913ea4c1a2b79b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset new file mode 100644 index 000000000..9e5474c52 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7069636789a69d9b10cfdf743a47e8fdf0de089bf9d8e1e0e098426e21493dca +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset.meta new file mode 100644 index 000000000..5909aedc8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_172.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c1ca577fbdf0499b9a5cfe8d0281a8d00a41f1d8f1f123890e2afe2c06937a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset new file mode 100644 index 000000000..439c73746 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a6181723f2cb4615b057faf67d5c1d1e5e980767bc39c30c952e2d1e95134e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset.meta new file mode 100644 index 000000000..98defe198 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_173.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2369925b931c80b75fc18794646105cc116af540524f46d80807434ae839f333 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset new file mode 100644 index 000000000..ba06d1817 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a014b250e2a82381939edd73ec6f154f05c5ec428efbce24eec4327c5a5bb4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset.meta new file mode 100644 index 000000000..166d4c932 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_174.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d41604f9db7d99a1903055029e1fa2805431137c56f8f39251877250d43b1d8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset new file mode 100644 index 000000000..2509a4cf0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5afba536aebecaf61071412123e7bb26f447eb86c35600d3327ef14df5f61f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset.meta new file mode 100644 index 000000000..447e824a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_175.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1e0380d8ae099dac81fb962c284666dacce01f263bf481a4b0826334e50bed +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset new file mode 100644 index 000000000..277c3ba2b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfe52b8a30d7f6e05b73a1c65998f382d0e645d4f9307f18ca47be942961676 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset.meta new file mode 100644 index 000000000..28c78e89f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_176.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60652f9a80455ae272e43685bd1947f01b8341a64b74900bb2d4671feedadefd +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset new file mode 100644 index 000000000..974f95321 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7414282e369c040e47a7555698fecdfa3de0bb6b48c188d7d9613f0e8dfe6cd +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset.meta new file mode 100644 index 000000000..43046a87e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_177.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c71d23c10c16bbf825fe2e9258297bf0075f59d711667c1aa94939c98730de +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset new file mode 100644 index 000000000..959b62571 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee7347045a2f22bb8d3d4679a09f78d1e762e32c63dab608eb67fddf7e15a7f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset.meta new file mode 100644 index 000000000..75bbb1d25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_178.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52da9d2fb2809d5e38fe04be7cb642635a7e2e1741a92776b1de23fd88a9f0a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset new file mode 100644 index 000000000..351a7445e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5dcc17f691c619054a97910e0a7941526bde692534df72461f78cef43d83102 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset.meta new file mode 100644 index 000000000..33ef8f810 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_179.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7d43af33b8b300e8c65572981886c8c4888fb5d9c73643ec860216112dd6e6 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset new file mode 100644 index 000000000..cb0033121 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d9b0f294e2baa269c6e628c2b7285c3f755da4f905dbec2455ab421f6fb630 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset.meta new file mode 100644 index 000000000..1cb6d4f71 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cacad63c0e048776e47305699fbaa71dcc6bb78951344976625572a3bc692b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset new file mode 100644 index 000000000..1d3af3e00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5da76ef35aca8298f8e921a25492ec55af9b4bea3d28b72a9248b4bfa28009e +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset.meta new file mode 100644 index 000000000..5eacbd960 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_180.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7abea4d03c941383fbed0ff49ed1eb4ee173b55d27a1a06e1546e01c3ef8ff +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset new file mode 100644 index 000000000..33f41b3de --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfaf878a4eb8fd4188517898611d3af47670e1807aa74fb52fa459c769fa030f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset.meta new file mode 100644 index 000000000..acef70a21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_181.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e166df31f8672c6b1c45ec72437833fe625aad5751d4cbe3c62593222a38607 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset new file mode 100644 index 000000000..d8c7e9f2f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4888ed9eb25be90c72053ad0e7ec429f240b16f9d00ab2a59d472a381068de3 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset.meta new file mode 100644 index 000000000..97c70ac21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_182.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe23cce1386e398259d6a1749d1fe04f768973cebf2b975d5f9adae8eed80af4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset new file mode 100644 index 000000000..3eae77f61 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1963990d9dff1086447eeba5a8781ab5dcd1fbc9d1e517ac8a5ad5b66b46ca1 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset.meta new file mode 100644 index 000000000..8509f0b78 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_183.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fdd4606bc1d000d16bc2866b9830570f1c86cc44bc645aa0c2bd762cebb743 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset new file mode 100644 index 000000000..706cefad5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd6c00921816cfe4f2a4447ab1bd9b2897c71d787c4dc54e1cc25b03e4b71fa +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset.meta new file mode 100644 index 000000000..dfffea704 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_184.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569cd30b6973be040023878a549c5847c958748cccc3267ed07f586f01a152d4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset new file mode 100644 index 000000000..0f69406b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f08fac8d6b3d69756c658292e05cd6d6fbd75b72165613dc9a136231e1352c2 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset.meta new file mode 100644 index 000000000..f9338b04c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_185.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4864b483df83821062e77ec8f53429eb87ba89958668bb02c01029805f535d4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset new file mode 100644 index 000000000..74fc77d56 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5978bf6f99074cd5c907cb404359377ed5dc4682e8e2030c1e0fccbf09a7059c +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset.meta new file mode 100644 index 000000000..e8515fd8c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_186.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5c8b1bf1a4fe4e57c17b57ccdfcede1b411a4dcbbea920e54ef659f55080b1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset new file mode 100644 index 000000000..53c60b90d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8ab81a605a53d5f6f3697f55c3f418cbd12ae0f468227b7ad4f3502f68d48b +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset.meta new file mode 100644 index 000000000..a3233466d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_187.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3fb71d2fa016edf75161203ed3efd71339246e82220d4ba40b1f7a914476b6 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset new file mode 100644 index 000000000..c9872cdb3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdf8cb23565f91d7345e3cbbdbcef60cba54df20415ab41bb3bec3b4e0efba7 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset.meta new file mode 100644 index 000000000..ab2edf8bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_188.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c850bf0540d58136f8f4711c6106d0b0ac9830b78f1ebe9cf1acbc307e169924 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset new file mode 100644 index 000000000..97d8a0e09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ad83cc8f9d3857e93c497a2d4bad39e7b12bed5d02378e3aba7bd04d54cfca +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset.meta new file mode 100644 index 000000000..dcb05a80d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_189.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc3132c4ca5b4d3ee0d10a58c65657c963939750fab04a5553d7eb712ea9931 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset new file mode 100644 index 000000000..90dffbfde --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca997ee3dc4afa29e4507226c17e9b4568a3095b5323d1f86f7226dec28e00a0 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset.meta new file mode 100644 index 000000000..351c84f16 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f75cb0b3d6ddc4fc3f0371fde6eb1b560fdac6348ea7b874803ad3df0e3e3fa9 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset new file mode 100644 index 000000000..1af576db8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc6604fd6c197ed29916dc1fbb1de48aeb4191e0c32253c78a2f5a0585d35b2 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset.meta new file mode 100644 index 000000000..f0f2f1845 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_190.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da98278ca3b659b4855669572cedbb69f205b0d7dfe6fba65d939f104e4acd7 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset new file mode 100644 index 000000000..60b87ee13 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63883c63b9c1975c6da0cb58bc38f15a6b31b2875414ddeba1ac3804f27eb2ba +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset.meta new file mode 100644 index 000000000..b3c4a5890 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_191.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d95c92e60ff13cde4063d39f527da09399ebafc13471731eeb3f99b42d29966 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset new file mode 100644 index 000000000..0904d0ec9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f966b1190e0e405df7b2d61cc682e1922244d913153d3e6629c03a69ac0f2f79 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset.meta new file mode 100644 index 000000000..ab01a7f78 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_192.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da0127b88773ad517fcbd663eb2ea6ee2e8bc64f68802af13fdc2b88b3dc541 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset new file mode 100644 index 000000000..b86c743ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20df78d87f3e48f0a4584953a3f20e8733e3167d456611c3e88cd3a0db9436b0 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset.meta new file mode 100644 index 000000000..4ba40279a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_193.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5ecf16f323d98917c0b43c8ce6033ad8fe35386907a0aa6ee9f532fddc317d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset new file mode 100644 index 000000000..8b9338553 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ad1a63d285e24b8d2da9734f8b08fde0273d88186674717fe4bd5c41d5fb38 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset.meta new file mode 100644 index 000000000..3d9d602b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_194.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699764e2600e09708057329ce9ee0fce32818e06493353a8cdbff3bdb115656b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset new file mode 100644 index 000000000..72e251a98 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045aecb49ea3f961337c9a644c624f7c397f54ea7e7fa6198e2ee444fe03c92b +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset.meta new file mode 100644 index 000000000..2cd6fc5e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_195.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179f69334a9ba18e6922650e7408d9c8cd55f9b151f8cd09a9d08c5ca38e0052 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset new file mode 100644 index 000000000..716f31297 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72d78595bd774ea02ff12c7223828411de05d0d381dab173859de59eeb4d15b +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset.meta new file mode 100644 index 000000000..25ab5eeeb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_196.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d3dcb2087619b5e499be3b04c90c41f642a82bcad773a399e074e0ca6d5f62 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset new file mode 100644 index 000000000..8c12c3674 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a506a90d60e1fdaf5ddfd12e0592c47acf1264c299abfa41ed14911415d75c +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset.meta new file mode 100644 index 000000000..123947d84 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_197.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efdfbc0982c3b1fca7346cddc9560358a9dbfb1574dc212603453a3f0f7f3ce +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset new file mode 100644 index 000000000..ba301ca13 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856b4dd7ad916a3363d4e39fb966282aac8eba40cbab25c0ba4c79ca09e39250 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset.meta new file mode 100644 index 000000000..39bd202af --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_198.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea583bdd271c5ff7d8f6a1611ac8b5258cf365e17ff61c24eeb0ad546b115ed +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset new file mode 100644 index 000000000..2962d4fbd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2498a7d4ada78b2f7f548f8f86b165f05f3d42dffcae809f7affaf4b2a25b3e5 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset.meta new file mode 100644 index 000000000..330c9591d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_199.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7f115aa1eafef13a85b65ff273bbb5804422fd2cc53b6f9019d032721107f8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset new file mode 100644 index 000000000..09bae6ec0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739586303101f33a6aa3605c45154901e83a9f8e90747818458cc4bc39d2c5ef +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset.meta new file mode 100644 index 000000000..1136b2a66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cfbd6c86fb4c38aea46a088da81d3048fcc4eccc2721aaf01c3fa1d8458d1e6 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset new file mode 100644 index 000000000..c64849df9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aabc46efd5b2428be19e2891c88b512a9c82f6d8bd96d0ba80945cb657ed6e2 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset.meta new file mode 100644 index 000000000..8e80c6f98 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_20.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3343cc33433144b77570054c3d3daa341220fc7e5be7585ffd4c041124cd822b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset new file mode 100644 index 000000000..07890c8c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1fe0c71e8a22192e651c1ded352295e965eeee7bd2e443bb328017163cc983 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset.meta new file mode 100644 index 000000000..97e2c50d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_200.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e33f801c2271ba1c72ca9a84903b3224b12394448c341c9198a2b9df7da9c39 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset new file mode 100644 index 000000000..bd01d8aee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34bcba90124fd7a766b4fca61bb4285d18606c31fb29da9751d75944e0bc95f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset.meta new file mode 100644 index 000000000..0d053f3c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_201.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a765ba62abfc391b5bab03401b600420bd9fd7864cbe065dded97c3a01a11c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset new file mode 100644 index 000000000..c48f16cff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4089a3c0d962b43de57a6f772a4754894ab14d5247516e3162d040e99dc223 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset.meta new file mode 100644 index 000000000..ec735413d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_202.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b7e660cc66f425763630efe63a0661855077bc722a130c52036cacbba9a0e9 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset new file mode 100644 index 000000000..b1b603273 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b7624e5a3efbc2af6b5b5bcf1a4427c005ba9b5fc85e34d35272950b875838 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset.meta new file mode 100644 index 000000000..bcd415435 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_203.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cd1e5286bd283fc6aeafebce2f7f56392de35f7f4d6715e2b78d2097c95f97 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset new file mode 100644 index 000000000..4305874e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14d3d1d2c571ecc0ad24cba5971bb90367a13b6c8f341244777e337b7cb99fb +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset.meta new file mode 100644 index 000000000..6dbe4c263 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_204.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc302b99cc697df6e7705ca2d550fb3901ec56edec639103fe0ab4cd5220bfb +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset new file mode 100644 index 000000000..bafe67f5c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad06b3543991f072ab205d3c95e47952bd396b0aa597cae8cd05fbc2db9f1d0 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset.meta new file mode 100644 index 000000000..ba306bb75 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_205.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4729be32993ee656047b4ec4dace942ce8cf93e6442af7414831cde173143c68 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset new file mode 100644 index 000000000..967bcb5a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14e2275787b1f0c7f96c1ba188402d7361b1443dafc771e855e2b7ec2a8eae2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset.meta new file mode 100644 index 000000000..4cdbc2572 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_206.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87db655efbb88b40f2d39361410b7e5027baacb5590edcfcc3df078f148095a8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset new file mode 100644 index 000000000..d209fa5bf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57899429038d84b5aceae2d7233f5569f578dff4ba6779525d35101303c33811 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset.meta new file mode 100644 index 000000000..e3c725a09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_207.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9bd0fa49e0c2c2f1ca815c9858b2e0f3b59f24c9eba35b8de458f449493a1d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset new file mode 100644 index 000000000..65e0dd4c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037bc08ff529b1d575c72697a97e46742b64d48ea696422a862f7afafc33cc7e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset.meta new file mode 100644 index 000000000..2fb181b24 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_208.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bbe00fdc45d3e173072e091e692f78e4f37be610dbdd487345e376fcd3a6fb +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset new file mode 100644 index 000000000..bfe7336d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b3fd6fd41473bacc1aa820215f9424f41cec5479b30605e57756a505673e37 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset.meta new file mode 100644 index 000000000..fd69ce1ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_209.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd3cc8cf4c25726cb8e350d671ff3bfc38578bfc9b7efc56524a93fc372f90b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset new file mode 100644 index 000000000..cc6782a58 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27716825c5c488d760f7ed6dd8551e9d8e16bd524b5ced64f60f8691586d5860 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset.meta new file mode 100644 index 000000000..2cecc9cbf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_21.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447cf91306f69402adee84e2e2a3eeec4b39cc2b62f61c558f86278d4cd10f9e +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset new file mode 100644 index 000000000..de38d9042 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ef9daba71e51b7347cc63fd2a74aaedc9ad1ffae060924070dc63da8bfc494 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset.meta new file mode 100644 index 000000000..89d7da892 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_210.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ae52f4315d54e59d73ed0eba18e9dba17f325971f42bd2ec6fe58278e09dc9 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset new file mode 100644 index 000000000..b0cae67f9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f7eda2dfadbe01d31241cf6b56cae70329ab1ab1a01fbf879807824486065f +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset.meta new file mode 100644 index 000000000..b47ab7ae6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_211.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a966d7458af0bc815cb931d680a3123deb655b26b7a0872a4c88f7b64c664c40 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset new file mode 100644 index 000000000..9faca61ed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8660d6c793ef3d608e46cd1bd4eed2f1ac0d8f17fb38ddb404d9877e0e8e8e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset.meta new file mode 100644 index 000000000..bc30085a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_212.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8d774eb809be7691c4a5705487b5c73d206c98df6b3174469c505ac57ecf3c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset new file mode 100644 index 000000000..ebfc64b73 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50669f972f190a4418d22d4b6667e03c02f2e8ede3a8520b03930c6d63f5987 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset.meta new file mode 100644 index 000000000..827bc3b22 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_213.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e3111ec6a920fe730233dd3c58cab46d45ee6f61cfee35bdbd6cfbcc4b725b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset new file mode 100644 index 000000000..d60cffeb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5228a091c552ec52e3034e4bdc95d8002dedbb5d68a4e5a052f06313a498655 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset.meta new file mode 100644 index 000000000..68e776c38 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_214.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899ec8a3c3a73329601e26445d1598145e4f804508c511096cd8e81dbbd979d0 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset new file mode 100644 index 000000000..f3eabba32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5825ae68bcd0bfbc518a10bddc764df3c7fd1fb5ca4096ec9340e89a98503ef7 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset.meta new file mode 100644 index 000000000..80f39e8d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_215.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8ec9979f33c0d8c90e0d76588ec8e0304b5bfd2ffb504cea4439cb99083601 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset new file mode 100644 index 000000000..493346525 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8386c4037835d832499bc658b70898aa015cd3f2712bea2fa4ee91d7643e7bb4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset.meta new file mode 100644 index 000000000..62341ad6b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_216.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784e3823d8bac66327e7c8085c2b8efeee3f622623b6ac63ee58c20006b60622 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset new file mode 100644 index 000000000..82d88597f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6fc396f0997c119d2db1f061e44036f6bbb7e9cf27ed4d2670d87f3697c0d8 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset.meta new file mode 100644 index 000000000..e69bc321f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_217.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9e790d224928136e15100ef2e7a72eac27489b351c873ab14b712d34c5cb82 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset new file mode 100644 index 000000000..69d3eea86 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb5317be172f43aba8918574a3f737a335294f362f2ddbb19e1e9416200e3dc +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset.meta new file mode 100644 index 000000000..9aa61fc4a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_218.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2b99422b5bc927cf472782c55ba74446fa88c8b16aad0072b29a2180d11b9d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset new file mode 100644 index 000000000..8365b76e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7219fec3937920d324be8e21b5193f4230e45f5b24ea963eae3d9745bdc09d +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset.meta new file mode 100644 index 000000000..3b6b7378c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_219.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2374d8ffbf39efa3c421d7b3862453578ea5f253c5bf1c49148bb929e090ff +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset new file mode 100644 index 000000000..d0bc1e25f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37463be2fa4d936daf7eb1b17fa6c5c4dc93bab904430db75908f5230c64351 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset.meta new file mode 100644 index 000000000..5f1fcd027 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_22.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09d66512de7a8205b490dcb714eb78bb55a15c5000da560ec187c56790b8e38 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset new file mode 100644 index 000000000..7720f39ba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e013741ba7216d493394b634ce6df920311de64cd1972d7e2850e4f1e54345 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset.meta new file mode 100644 index 000000000..fd4ce44c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_220.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed76bab8f4a617f9fb5515d8473688ee212f08bed0144307de2ae954fc7a4c9 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset new file mode 100644 index 000000000..2ffb06f47 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c594d6024de2c412fab8c720d1c9422c85052e52dc14e3bbb75d2880cd14ee6 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset.meta new file mode 100644 index 000000000..dc7198903 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_221.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949566436b14a73947134d15da3d361eaebf6514903ec944070e54f5b8f3f946 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset new file mode 100644 index 000000000..a5621136f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83fae0e0e4485b9155747407be4e73efbb3191f239cf324f6849534cbb62399 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset.meta new file mode 100644 index 000000000..429ebab10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_222.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba86eb2a28ef4ab962a40e8813acaa77e9bf0f8bb9eafaa59bbcb29bf43d595 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset new file mode 100644 index 000000000..36a2ccc8c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b46cc6bd7e6d6a391e8b24dc9c3bdc1bf28a0a0eb5810779718d9742311cebf +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset.meta new file mode 100644 index 000000000..16c32fa5e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_223.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cae64734b2793ed9fcf3cbf1c8771ae374fe56c44bdc16b12ce9e546a0d322 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset new file mode 100644 index 000000000..4d3428445 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0795cb16ea96f7024152de4c72ddc3ef26b0509fac9e3f8902fa2b2528ae75 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset.meta new file mode 100644 index 000000000..99be18bf5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_224.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dea03726dab2ceec81a1eb79696181b3ae21bb46d134b0b7f6bd519c2a7dc8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset new file mode 100644 index 000000000..a69e131ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00d5c88a3a19fc43307566681f404a42cd25e5b264fc631674a70dce012bcf6 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset.meta new file mode 100644 index 000000000..9d2eb9ce7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_225.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11358dd95a6cf906b1889c49c31eb99bca871e35b0ef4975682e8a1f54c0dc8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset new file mode 100644 index 000000000..d0ddbda5a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dac731403c09892e6fd54fbdd288e6fc2ea35f23512279de93e6ca02e559a47 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset.meta new file mode 100644 index 000000000..b6ea0bf1d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_226.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3247e4fa2001f3c4bcca0a056d3a4fcf015701f9c2eff20bd76c4f9319469570 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset new file mode 100644 index 000000000..e018707d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc8dba838463c15e8063c22cc138ce4c4e0ded29d31abc4fdd2702856524eee +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset.meta new file mode 100644 index 000000000..3d62d71f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_23.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5f89ddfbc1c01b5a20461accd028cf0660c25312798aab7ac341875021a650 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset new file mode 100644 index 000000000..45c96358c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadd20afdc1485c623166c13c7920930c8ddd6baffaeec8f23573d7659e5e1b4 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset.meta new file mode 100644 index 000000000..dc9dce255 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_24.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b012400362a2cb3568ea70259eb64c23279353af9aca34b85ca5c81a46892c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset new file mode 100644 index 000000000..bf6ebbfe7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0075867a6180a776ec4d039fe3e1aaa54f0885d69c07b81fb09658836ba5e0f4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset.meta new file mode 100644 index 000000000..097254cab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_25.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3105a8c8ccb7b027f588cd5a805f9347a87f9e5886c2125a45ddb12501c732e9 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset new file mode 100644 index 000000000..60da9d1cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867e21389a59d7159d5c6d39cf3e71f509324593c8b9bccb7ab025e260d293b3 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset.meta new file mode 100644 index 000000000..cde7dc8be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_26.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9627640282065ba0898821cf7e40730a4e3aa744d1305ad3b427ce1eb4631683 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset new file mode 100644 index 000000000..b00f1edfa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fb4ef9af711e2b8fa3b998e3ebc32dbea843580f6a17779d26928fb63ecdf4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset.meta new file mode 100644 index 000000000..0022541ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_27.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ad7ad3cb97c77fc282524d07d9a65672cc9b6c8333b94ebafbdf0a4ee7353c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset new file mode 100644 index 000000000..9d5468c10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5babcb5657b7f1ae54f9ce3c1b7f8ac0f6c93a19a422451fb3f0d7114adbf15e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset.meta new file mode 100644 index 000000000..68ab4cf26 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_28.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d428ea0aaecc69329a36491303848056f6e92dacdd977188bc5ffcf65ed7e4 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset new file mode 100644 index 000000000..da60ad1d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4396571571a1a8f08fd6f367c3a93b6f51da7d88afcff7269d1be0592ba6f427 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset.meta new file mode 100644 index 000000000..0354bad77 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_29.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f097622b7ddd70137858ccaea9714f9042bf7407b782ce9cb7c5f369e596495 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset new file mode 100644 index 000000000..b26f1b03b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29453b8ad49b6cd222e09fe0b35c83db763f5e5cb875446260ff9791544dd362 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset.meta new file mode 100644 index 000000000..ca9a790fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a460c1db9d4c7b7be05ededb14e46ad1f5a3c17d97e2c1a0e8fbd5e80a8507ff +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset new file mode 100644 index 000000000..02a5d7ac4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2683ae3d6a186656f5ee011312a6f10961d965bb6b64302ea608db8a35f34ebc +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset.meta new file mode 100644 index 000000000..5853ff90d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_30.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4209b531fa45934aa8382fbaf93726427e8e86f32e575d7e991fe3e98095b1 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset new file mode 100644 index 000000000..48306a968 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc135f101bfe722636ae4f468c2e2a16b36d9d7826a695e4cf571970695988a9 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset.meta new file mode 100644 index 000000000..63c4f768c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_31.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5faa32a839128738ae3874c2f82d6ab5a44800bc078496f1b67195e7d6ee3e7 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset new file mode 100644 index 000000000..cdcd2bfaf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0363955eed4275206d7c7a177faa83366fab120f4965132e9536364650089b +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset.meta new file mode 100644 index 000000000..132b4ce2c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_32.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3c6578c383efcbb24cf6d5e98bfe6257668c61db99bdbbee76273ede1a094f +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset new file mode 100644 index 000000000..8769e7d99 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e01891a934e819c627e9b55acc4e6e4463ce05d0b045d84e0f5cc45b0ac210 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset.meta new file mode 100644 index 000000000..2f30f5761 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_33.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce33d00a524c51e613b2a99a059f94f4548fec98cdad087f36b534794003c6a +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset new file mode 100644 index 000000000..f94d52dfd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f484b36a159dfc087abdef1183a46fcf865634560b352af997402395fd36306 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset.meta new file mode 100644 index 000000000..101f7a0cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_34.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cb8dd2098b76f9af2c115620d8f4cee49a431df52c6cdcbc269f91cad5cba9 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset new file mode 100644 index 000000000..bf5a94c25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31400ca6fa5199896b423ac2fb738f1f463f52290dd3067845656024f5368284 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset.meta new file mode 100644 index 000000000..05c7ad635 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_35.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b83cf583e92c85089d45fe98e082b06cfe24b25f83e1dbf946bee5d9a2d58d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset new file mode 100644 index 000000000..03c34da46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5072f0c50f84a32670b616920bbb9880302253ac2c7e87391c49ac3e28fc0ed3 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset.meta new file mode 100644 index 000000000..c873247dc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_36.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2429962a315654d234103787e078574c9ee24e7d55039e5026186f2aab61c43 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset new file mode 100644 index 000000000..1be04a57b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fdf789fca65586863646c17c02ef12444ad48ec9fceb680e7552570c90df08 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset.meta new file mode 100644 index 000000000..bbf3c2cd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_37.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8018ae802b843e17b09504dc4f85ebdfb2d33a0aeca10fec41fcf304aafcdd48 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset new file mode 100644 index 000000000..dcea75157 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbfbd68487bae578d2f7fc4b02d2b7eb950b6f3ee647ecaa172fe73809cd1bd +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset.meta new file mode 100644 index 000000000..7ee942853 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_38.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9766f00f0b3fd5dd8ac1f6b5387048d5e31ff0d144b477408b8da02cd28fdf1d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset new file mode 100644 index 000000000..06d499d55 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972cbbc60a47207e2f12bc17be813797e6a0fda337802800dd3bdbb08cdb40cf +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset.meta new file mode 100644 index 000000000..90b129789 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_39.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87afa284b853d0e20f48e1aa5ece658ff41a0ceb24fb2773cd3d625aa6a8327 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset new file mode 100644 index 000000000..404d9bdf9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed557b6b508ce44ffe5eb2824465d8bdb307bcd0e77f51959d14cef195bc983 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset.meta new file mode 100644 index 000000000..779ef98a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c497f3f8c3c62b0a8a7f44e19bb1cf042e301544eae9c6b750f194324e834c3 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset new file mode 100644 index 000000000..855503948 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdcc785c9f828197f1b5107c5eea602d9a443b7b49280468b9080b8d6c3222b +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset.meta new file mode 100644 index 000000000..2209a6365 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_40.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d201255b55fb5326649863abe349f2129bca651b24f5ed9257aeee19fe87542d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset new file mode 100644 index 000000000..cf1e4495d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4caf718a21b125883a52d25ec63d902fb3b314fe8e1655bc084ecb439501e58 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset.meta new file mode 100644 index 000000000..392b1e19b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_41.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f91dce0f59c0278d4447c7bb80a6eaa8bc5f39dacecc16c8f54dee415bbfa35 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset new file mode 100644 index 000000000..ecf951426 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8527190efbb241570f4313bf9206caa9f92b0af11fd82c1bd066cceb4b43028 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset.meta new file mode 100644 index 000000000..a95b392c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_42.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c005369a9806bcfe68e95864c5c5c36da937ea71f4679a2d4ae952019f7f4575 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset new file mode 100644 index 000000000..fc5addbd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c984a029f34f936ffa88489c3ad1847a34d03746a90de13bfa7f4d16f0dd70 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset.meta new file mode 100644 index 000000000..7d510bd15 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_43.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f9ff02fe6742e1d898cc2a07a8453c62b19e889d569d57f694b1735654faa2 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset new file mode 100644 index 000000000..e70e7d029 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628327c6aa31c79642e558a2bfdfb8e5f0893b810e9af902aef0b7eb0470fb75 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset.meta new file mode 100644 index 000000000..6a99f895c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_44.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4bcd86103d693e242577a29ec9b16ef960784d39e0213a927d55d878133be9 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset new file mode 100644 index 000000000..822b9d11f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355ab350fef53c2d79874e2fd75dfff34616ac89e1c260243dca7935b71dc84a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset.meta new file mode 100644 index 000000000..7fa9a667e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_45.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d0444e16e762e4be079a15df4e26a55344dc20dfbed240f42250d164be80e8 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset new file mode 100644 index 000000000..97347d298 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5803945fd1d97bd14264cce4d96fc0c1e513eb73c4453584fd393f135dafb5f8 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset.meta new file mode 100644 index 000000000..2ed51b3fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_46.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e8d5cee338dd500be52f5aa93cbdeabc2fc0724fd1cf9d3e817615e51dc2ce +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset new file mode 100644 index 000000000..b88f2b210 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a9b5099a322a53c23bb7133f091d4294f739a79d53e8fd237e648d1811d584 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset.meta new file mode 100644 index 000000000..f520b304b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_47.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6536681744f3f00d403665382cfa7d5211379b8a808baf27d7165b84ee9d2775 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset new file mode 100644 index 000000000..122fb0e92 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e878baed2361833c9490756a996be96bc20713c581c592e77a0502a1c3e1fbb +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset.meta new file mode 100644 index 000000000..b1c84a8c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_48.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10925f741c41418e5a40159a78e1d6259236055639b21054d57dcc6314695521 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset new file mode 100644 index 000000000..bd1bf3e08 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32ebb10a82194a2b3ab6d70ec5fe78f1779c41f3e9e9912391e05408bd961fa +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset.meta new file mode 100644 index 000000000..d6beed138 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_49.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5233c8dfe6dedd678d96597052560692531edb56b2bc8af30629de70bdf8f528 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset new file mode 100644 index 000000000..b141701f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7bbc06275db1eee5f4bcf9b4f54e3d541dd3d0d5f75666e66e607e9d0f62ab +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset.meta new file mode 100644 index 000000000..1571696f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d52515fcf7ff7f793a1b6d36da96541a4916f61d8356f9c24888b993522847 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset new file mode 100644 index 000000000..a3a4b0eda --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9343e8c2df882e7f58039597ce005dc21a73b23ad433e6f349cc1e22f98601af +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset.meta new file mode 100644 index 000000000..8000284d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_50.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd533c8e60b5d908b8aaafa77d320170115051733a6054bb8c825dd96a5bfd7 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset new file mode 100644 index 000000000..a8d603111 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2867e242ac731a0fa519dce09748c8aa3915a8e45919141c25a0be89593021 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset.meta new file mode 100644 index 000000000..a24e3895c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_51.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03698cdfe72d5e2a232950bf72e01663cec5ed1f0590c9b981e4068f43676a4c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset new file mode 100644 index 000000000..ccdba9d7f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d794c28b366c1c8c59c5022ae2c8b91f1173c69ac9e74ed73d912f796d2a4aa4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset.meta new file mode 100644 index 000000000..e6fbd7251 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_52.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6496afe795d1f1291be94f8b1769bcaba1234b2b3ef279ac499c05ef4af84fca +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset new file mode 100644 index 000000000..f89cb71aa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3011b2c4bf05de2e267d404f5d992ca62ed5a5bf5d7ca7c1429af2be750fa24 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset.meta new file mode 100644 index 000000000..1689dfa44 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_53.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d6db46f36f2613751e297885fdec4a6b42744f008713854cf3563e2117c67c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset new file mode 100644 index 000000000..fa4969b0d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fe1e6d5daf4766c85b322ea5a61043636d8cb1ba4fe85abb4c3c409e9b2913 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset.meta new file mode 100644 index 000000000..4ea4a6ccd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_54.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62df3bbabadf19b804e22748a0d6c0713f2787eda46d1bf1fd40b134dfcb9945 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset new file mode 100644 index 000000000..360f9b4be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5988d8d5f912ade375791cdbd1f0cc95b0f92da35daa23e60002d6f2767bb57e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset.meta new file mode 100644 index 000000000..81f07f89d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_55.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a33c196b5a7ad800badafe2d8976fdd54795aeb871a9b26ef66a861f0b5e3c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset new file mode 100644 index 000000000..fc751d802 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39582d07b6c4577e57770b29dd51857ed37885ada4be8f2f798bd9434bc7900 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset.meta new file mode 100644 index 000000000..4fcaea2f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_56.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0772e962b3172b74b5b9b2faf7aa5ba5b42128e75faec0e430a592467a6fce5f +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset new file mode 100644 index 000000000..59dc61a5e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76cb6c055a8f2ab73545c775d8cc1d07a2b585fbb3891b487218b7b0bc1de32 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset.meta new file mode 100644 index 000000000..9c80649d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_57.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664199d3ea758bbdcfe6ab92dee79bbb80681f0b9fa99011079fec7641d38ed6 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset new file mode 100644 index 000000000..a444debbe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c87d53aadbd1c7a2d15304f391e3eb84e595ab8705240e08f89faaa790dc1b2 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset.meta new file mode 100644 index 000000000..e1edefe72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_58.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00616a42e274d965e98b4dc73f9d42caa74a56bf7d347c86adaf7cf30a51433 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset new file mode 100644 index 000000000..6f8dcae32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5428de39e9b5ed8e6b531e5690bab1e951d42d45a568eedc2eba202236ed97 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset.meta new file mode 100644 index 000000000..7b836edf4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_59.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d145981e8c1113f553dd313c41ac4426c290b191349184147c07ead3e19366c4 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset new file mode 100644 index 000000000..9c7c09564 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfd4cb8b0f2a4cc1e7de690dc7edf8e96aa6b362d4abe1da79e5ebb1a147dfb +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset.meta new file mode 100644 index 000000000..f13ac3e9f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb71d3558860b16552bf3b0505e19f26a6e99e73e9b2c62b8a44b611f39af99 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset new file mode 100644 index 000000000..b3bb7a2ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264c4f607ca13a9da566c2bdf86826de223390a70ab9c1e6b643635cf6ee3e60 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset.meta new file mode 100644 index 000000000..61b1d5563 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_60.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001bba233b953f407709b216a2cc5e739fb89995875a200fe52839e99ef5103e +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset new file mode 100644 index 000000000..2bef92b8f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec82b91af5d3781fd14b6f27504c64909fcbdcc7b15a95cd3621c02e828ecc8 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset.meta new file mode 100644 index 000000000..a18c41547 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_61.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab944a2dd7df83d310f8912c4365e8389a626772a914189b1b16d2e71810afd3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset new file mode 100644 index 000000000..431b3a7ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4840665192336a0b12c845f2aa4a2f1200ab2fd3b741708a5bc706266cc23ff8 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset.meta new file mode 100644 index 000000000..5bb710848 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_62.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d95153de6c38663a68529cc6fbce93bded9ad3a6ea9d26dbf23fc0f4eea1ec2 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset new file mode 100644 index 000000000..ba0ec0610 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158cade129819bbfc3438d70f3999db672dfd4afa8c9c9968dc93fd42caf4015 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset.meta new file mode 100644 index 000000000..0b70664e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_63.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7176733ff1eb700f09d4f8a394e8feec4d9de5f1089fa4ea431a32b698318c43 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset new file mode 100644 index 000000000..1ab3b76f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ee12e7338af3da67d01de91fc99c5cabbcf5840ba498a068f0d77c2d0133f3 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset.meta new file mode 100644 index 000000000..a3c298b63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_64.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f26568a9fe245b88273d9f8747d014042ebbc37a844db6b5cb54cdf1966774 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset new file mode 100644 index 000000000..e9b10ee4a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5ae8969122e5980376239b30ba799059c9b38490ef81b16c481a3d34ddd8dd +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset.meta new file mode 100644 index 000000000..551ff33d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_65.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6930c62fbf9cf95eb97c9e3251a4fb4c12bad5a472bdbf326ab03171ca3b1d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset new file mode 100644 index 000000000..d13c1035e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafc07f8075733ffdf0d738500eebf168d8adbc5f608ee9c93668f0d302afee8 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset.meta new file mode 100644 index 000000000..75f5f06ed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_66.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1551da12abac45a9c67cb433905771dacfd6d1a961656b80a234029755b3cf +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset new file mode 100644 index 000000000..048c39ae1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacb6f8637f911e8f9f51d82d25efe652c603a3a84d103ac72a9855f85c07ebf +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset.meta new file mode 100644 index 000000000..ec6acbc96 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_67.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1355b52aa6967eed40502591f9fb1a0dd624412c871cb014a58deca08f59b5bf +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset new file mode 100644 index 000000000..cee192352 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc259cac0381436b232883b2d54566a4afc3e71d11caebbba5604001b09c6279 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset.meta new file mode 100644 index 000000000..f43b2b6bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_68.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b530a7d4934ea28fb98310e0c0871989503ca849e25ce301c097531435e651c5 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset new file mode 100644 index 000000000..439bc5256 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fb0e20ad2524e1b3ed23f788a7536812d01f946a8c3f8a1ad2a5451959f944 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset.meta new file mode 100644 index 000000000..334fb01c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_69.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997d09f9640f60899ea1adde59e25cbd92544f8c8e124a8c0b9757c3c95caceb +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset new file mode 100644 index 000000000..5d3a2d0e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b90041e7f7d1ccf2bdf7bd075503fa73f8aca53af6620dc0114911fcb89f60d +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset.meta new file mode 100644 index 000000000..33bb9c47b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f1592f37fb3eb2daa28753b7e460a39518945ad71086d20b72addae317aeb5 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset new file mode 100644 index 000000000..775f7fe2d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64f82680d197aa810515594d932362767b0b2d29c80d5e49b598ab5291f3e65 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset.meta new file mode 100644 index 000000000..7d55f6529 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_70.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66f7d5ca18a03e418a69796876d3c74f30d70684dbeec0f94f97f0919f244db +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset new file mode 100644 index 000000000..f993bfe91 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324876c57aa6535e0e53109341582bae344d4515a3753fc90995bd631439ae45 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset.meta new file mode 100644 index 000000000..21521a1aa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_71.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7892ebf8adda45c491204c9b926c3094a392fbb048e4c34abe88be4669944e40 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset new file mode 100644 index 000000000..c30f3c3f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888e5cbc7b4fcb52739514b653c3e4d8890ff22499a38a4f1ba520f9320b7c7f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset.meta new file mode 100644 index 000000000..1f52088cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_72.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2b8febf48f052529be48a5bc29b5ef26f64e9250778a0887879a9517f17b60 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset new file mode 100644 index 000000000..76b535240 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7093a7b57a59c25fe926a36f7c42c2929da97530d83c476803fc0de16fc61366 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset.meta new file mode 100644 index 000000000..be9cdde23 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_73.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eef755900d2fc1d6947c5605d3dc6f6e432dfea7231517915d49684e45a6295 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset new file mode 100644 index 000000000..0c80b7dda --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da13ad50c449d38cbdf00a110f3fc6631269fc94d6aff3716308b9d7e652cd2 +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset.meta new file mode 100644 index 000000000..bb41a6af6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_74.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676e64a6264b0b4dd3a33a4931e82944c6a1d3e279267d9594903336a103f133 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset new file mode 100644 index 000000000..48b224024 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c39b8d46c3eec7214cd7da8fc97b10766581b8c8bd49494876a1e443d83181 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset.meta new file mode 100644 index 000000000..be960e477 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_75.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a8d046df346bce147e4a32dc2cab03a59abd0d5fa1e901458e097b2658eaee +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset new file mode 100644 index 000000000..c0fa9b8f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853d42fa5b514b615193e5e80564c025115fabf3cbb74ca414e26c66541e72ba +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset.meta new file mode 100644 index 000000000..1a08d18cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_76.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19275bad383eb0fcbfe1845742dcaab3435e6044eb2f00e285970d6904b73a24 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset new file mode 100644 index 000000000..70fcc9e21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220fc0bf5df9b04866b8e3b31fe3b3a46df5804ea58698ef57025f4f8447bb78 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset.meta new file mode 100644 index 000000000..c47df3eec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_77.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a03c29fb328c74a51cf79f683498bea20fdc499a850b4966ee954c1c1353d3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset new file mode 100644 index 000000000..5e8651a85 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b89b9f06b8c32f18b9ca5c72b01f90eb9297d8c36b3a9fc2cc02c8698bd283 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset.meta new file mode 100644 index 000000000..d94e5dd8c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_78.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e173674fd808a2fced17feb4036f642d9cf04cbd80e8b2c062247d064112329 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset new file mode 100644 index 000000000..eb05f459a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e298aab5269cc6e624fe1a15abfb5ade3dea67b43dba3d6b74bd31e7bf8e95d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset.meta new file mode 100644 index 000000000..0b3269199 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_79.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4812338d324c262d9c10502a42c1403122e1418550f7ed178f38d83300b741a3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset new file mode 100644 index 000000000..3b9043ab8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7b6395c8ccd0e57052b80efa0d391d1ce8a75ad512d4eaba273c430d498d30 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset.meta new file mode 100644 index 000000000..8b730d208 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7c29d39ef342e65ed4f136ea76cc7180a743f86e0f25ebdaacf4e40c481568 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset new file mode 100644 index 000000000..678b20ebf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115f936f13688c76b584abe62e7449e43901210f616740262e13ef1d85abfb8c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset.meta new file mode 100644 index 000000000..d17f25a86 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_80.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ee12a57c782bfed93100abe8b65e1766c7d2d8aab5443b470d15b9ff168a96 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset new file mode 100644 index 000000000..6c9a562a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bb82cc7255a629fe1ea21ebb6d7943787d8829a0e3c9b7b8ff64f040cb9837 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset.meta new file mode 100644 index 000000000..7b5cc07c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_81.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d04c1d340daf6086763c501027c70de20dc4e2064630f7f947b1dfabb1c702 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset new file mode 100644 index 000000000..206540307 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9410ece35b8636d6eb8947e5567cd3fabfed2987bf0d95576990bf973d63bf41 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset.meta new file mode 100644 index 000000000..13f504cbe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_82.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf207b2486c4c8b918ba236fada0a5696d77313f5e0c4c34d64e0c6816d445a1 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset new file mode 100644 index 000000000..777a718e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e04141b6ca95f07026a9b9d8c33fccd9438462d40b99c93fd7af51dd831f5f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset.meta new file mode 100644 index 000000000..3567e3c14 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_83.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b1797b7a645bb9710def23c3b18fd71da0f8cc4c94c0d945efad5c3205a8c2 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset new file mode 100644 index 000000000..033700da5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db74275bcad7995f05bafad04dd2012794f40b8f641e3d6bc29775975f52349 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset.meta new file mode 100644 index 000000000..b6512cc2c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_84.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b13da7ffd1da09411bcb14709a13dbbd71878ceab96a1836a8adff64c26016b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset new file mode 100644 index 000000000..5249e9bac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32aabfe278d4ff46f73accb4c9fee410fc6364f5298fdadeaff6a158fb239159 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset.meta new file mode 100644 index 000000000..15f723c85 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_85.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38e94daf13c35a4ea6cebcc9ac15d9824aebd4050b4a9d7f3467242e2d440bc +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset new file mode 100644 index 000000000..dc8acf367 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5451daa1ff76c5cdbefabbbf719a19a3aded8315d6ba991869993aaf3e4f5df6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset.meta new file mode 100644 index 000000000..faaeb18b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_86.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc95008acb505ee0c34d8d0abc67d41facd22d163c33589699687febb25d23d7 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset new file mode 100644 index 000000000..ef30d461a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2905e7ec2d255b3dd2d6f0dc19fcca00b51cd88dcf54748458848ce357ac66a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset.meta new file mode 100644 index 000000000..65d3d02d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_87.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa2ff113cfce1f4ddd48707ef49137b3961a15261dee1336be69d93c90b0a0b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset new file mode 100644 index 000000000..288bb7108 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324ca684368ee7f009861a92ce65c53d29969730e6d36c30811e18e507049469 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset.meta new file mode 100644 index 000000000..48650368a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_88.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0af8b1ce76e69df975fd14d55a607dfcad0a014f285dbcf74bfd5cd26d7407 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset new file mode 100644 index 000000000..c7d7c63b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d441335a96f4cb960b104302b2e340dad41df34b6b8c761874900afac2f48a6d +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset.meta new file mode 100644 index 000000000..88db68cf4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_89.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fde638eeff0c65301e6e230b171b3d4fd100e98b328bd7835cac0a4200736ab +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset new file mode 100644 index 000000000..d149bfb98 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98421d16b831a6eca39e2adf4754a823d59599506030f337c79555bc0efabe0 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset.meta new file mode 100644 index 000000000..5fb8ba023 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51632a9e49ac98fe15f181bfefa419df4bcc59faa445e3c41a1c91b71d64c708 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset new file mode 100644 index 000000000..ff322bc64 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc165a89a2801fb16831aa5cf868d332dad36ba3323c8cb78fa87fdc8f73037 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset.meta new file mode 100644 index 000000000..a23a46c1d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_90.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aec895b5be9ed14adf07e6ce371c09e0487ea270df5134ccce6e3153897a65a +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset new file mode 100644 index 000000000..c46d4a9d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc327c52eddc0e8dbee7cd781ee3ee715aac7ea662277c99e7a08f24c5944c2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset.meta new file mode 100644 index 000000000..1c1151e39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_91.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1422407cb264d7ef106a2dd786332b67771cc31fb282c292c50537a302b07be2 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset new file mode 100644 index 000000000..89e502459 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96677fc2692152af1ac5617206efe2b379603e5e26264ff0df8dc2a473895f8d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset.meta new file mode 100644 index 000000000..3ed7343e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_92.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a860dbe966e3d69e82b6f35b7d0d7e24858c52ad73abbd7f7891368bc41bf972 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset new file mode 100644 index 000000000..465914502 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b80940440467fe0172fd73b351174eda5ab093e8c521d8cce2548f026d1b1e +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset.meta new file mode 100644 index 000000000..b0b485c09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_93.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e844d77b7575162e77e1230d6743d34a322eead48501e671eaf0a564014fa6 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset new file mode 100644 index 000000000..eaa79aa6a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735fcc95ffea78b6fe6c95797675db9e46325e469d1e1c18caa84dc3be73e68e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset.meta new file mode 100644 index 000000000..3940ae937 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_94.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db22a9ea074abc7846d7c6ce8a3b70b9e242693e942e1cb37a67a2562f53c8b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset new file mode 100644 index 000000000..3b92c8a45 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6b376b18a2dc4893f00c955a78019436567d2044d8ad10ac16936598a19f2f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset.meta new file mode 100644 index 000000000..e7c810222 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_95.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9feeaef5d94d3ca7c1c11987abd2ca3445528266bddf4bc7b225edce98db0257 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset new file mode 100644 index 000000000..2779a6daa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e8faf58e5c3df250cb342e0576da95df611e47f2da07bbc406d029b0777e7e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset.meta new file mode 100644 index 000000000..1fc70a503 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_96.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbf43356a6717cc72ccb09179861ef3d12346f163a064bb78af09f7abb71990 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset new file mode 100644 index 000000000..50ca8edf2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6877948aeda5ae9c11b4956857c5e58ba796d14478864451f5a2b2c650c06a04 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset.meta new file mode 100644 index 000000000..55be18364 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_97.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a31dc0d32322122c32c5a0b1f014a8dcc233cfea6fe0e0cdaa37a231600fea +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset new file mode 100644 index 000000000..10693f19f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf128bc0d4ff7b6a903e301062d44ddbaa018b989425b2d80da791aa6d59cf29 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset.meta new file mode 100644 index 000000000..7377d0971 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_98.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313745f2b5208d1de17c2d6a165c034b36a4996d2002493e44e9513c833d2044 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset new file mode 100644 index 000000000..784d981e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c7f9b427b163ba30ce62d2cfe26198e3e831dfc6c0b1ce0184c52f04458650 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset.meta new file mode 100644 index 000000000..bcb399898 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette1_99.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5014366d3b3c9bdb9a0bd87f5e9552205c3dc9c71ef1874cfe74a83785ed06 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset new file mode 100644 index 000000000..8a5016cf3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bae84486c3facddc209df05029cd634222f53da1d0e16542114af8dcfbeb59e +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset.meta new file mode 100644 index 000000000..704d631c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53b63b9e3f2444c9a21b79893a58c3088dbde103e9092f4e074dd7689a33cea +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset new file mode 100644 index 000000000..a35898973 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78f76e0a3d47620cff3e1fb8355d3b4b92813ecfff85e684974bb53afda41ba +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset.meta new file mode 100644 index 000000000..9e58bead8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c12d07e1aaf56af84a63ca71a0ddd51ea6c867a34fe7fe3239ee4a8c91849c +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset new file mode 100644 index 000000000..cae328936 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133c7c84d8c75b2fbdabcbe60aaa0108b1a2c1ecd5e0e6320664f8cca8bae132 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset.meta new file mode 100644 index 000000000..bded1e6d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_10.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca089171e094a9b3cc194df891a0a331684fa3d35e9ba45bdb49c47d93b1e52 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset new file mode 100644 index 000000000..676bcbff2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71658e5baa6613706ef9db5edb3e8e2903fee0ad058292409421f15b61cba655 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset.meta new file mode 100644 index 000000000..9d85b8b17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_100.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09539390e18e7ea59be6a21b595f8ee9145907b02210d58250cc14b62f2d1097 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset new file mode 100644 index 000000000..ae4862c33 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52b297191c5c392d2b1e1e3918807c430af90c013284b80ca0b535518696222 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset.meta new file mode 100644 index 000000000..48f559a32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_101.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6fe7f1b544dfe79588fce974a18b82f75ad62779a8be59dc0784eab786cf33 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset new file mode 100644 index 000000000..d4133c8cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6949699bc88da1209320a46d1aa403d04e3f3e69977cea7979a1dff269ca7e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset.meta new file mode 100644 index 000000000..d3d2354b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_102.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994a3691b8220f87ba32f5db31a654bfe9df5f7fc4cd9c4be8e9af8673c3eb17 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset new file mode 100644 index 000000000..d26f628ca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5019dfa16e47350b153a505a92e8fa039c6f0b01bf3667e86d592f9522b73f29 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset.meta new file mode 100644 index 000000000..150cb864b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_103.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39284649bf3d538d63154f07ad83680525e4606fb17010df3af579b30bd52d6 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset new file mode 100644 index 000000000..5014ee229 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49842ca57bb94a73b3b5917b292653e88b0d533172350cc2dd4363b10914d6db +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset.meta new file mode 100644 index 000000000..49ed960ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_104.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec0140bc62e9f681f8643f486c620cfd0cb77d56d62c2955f24be64a9ad982ea +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset new file mode 100644 index 000000000..f8d9113e0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82c821c1bc6efaa476be85f7abe2e95fd253c564e199f11d4694a7c8c5214c7 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset.meta new file mode 100644 index 000000000..0d0b4c2b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_105.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc90f8fd0392a153633cb1ffff1fddf6a2e0a7748d4375b8bf2e407f2ed64e9e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset new file mode 100644 index 000000000..75d8ccdfe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1035b0cdb5ae788e5e9f902bfaaa56ff920d75c1055d17d20470b6403baafa +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset.meta new file mode 100644 index 000000000..25905a35d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_106.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30074df88ed776e215f90b8e290b1898ef91abd5ac909e445ce6dc6860b1567 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset new file mode 100644 index 000000000..03f778e4b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7daf9d2995ae9ab527aaa6d6e70e10f5c8c982a5bc30beecd025f9a5a6af2f00 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset.meta new file mode 100644 index 000000000..03a8905d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_107.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7b75e5080cee1243f73587c7a91d253302e90ee18be7a45f266c33effd5039 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset new file mode 100644 index 000000000..87f00cae0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f263e0ef2ae148fa8679605a3d3bf489c9427392e0cd6b5d573130c61889c28f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset.meta new file mode 100644 index 000000000..908adb1e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_108.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1097897a079b8f66b8a36fad374bd838d48afe4523adfdb2d661ae58712efc5f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset new file mode 100644 index 000000000..435c12ee4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfd725dae50404ed04f7ec894d3aa536a0a2e2451f6a5cc7c5201aedb3c738f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset.meta new file mode 100644 index 000000000..b9e24167a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_109.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74444f4173bc7c3347ca5a2ea6a1c7375f72f7d8ed0d5440deead66afce31efa +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset new file mode 100644 index 000000000..8baba7d85 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38e4491066a313db2fd0555bde72897e4a67c37f6e18ce5ba9d45836d78f664 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset.meta new file mode 100644 index 000000000..3f58a6571 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_11.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fde3eae2423e9fb37bd68451940f00827ddba1c4ce87005a5aadfb7396cb325 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset new file mode 100644 index 000000000..d0d8f0f39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3711f61d0bb2063cf4c5987d50153531eac205a0e718fd86f9cd916902204102 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset.meta new file mode 100644 index 000000000..33df1269a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_110.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95280c689ad27d0780614499a6a7688cc133356af431d6e0d927525a3f2a3b8a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset new file mode 100644 index 000000000..553abf9c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31fb13ab9ee0f9bd98e6bd9b254b2ac00c529a3e52565785de8f33d6b0fc051 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset.meta new file mode 100644 index 000000000..f67492f79 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_111.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bf9261f4e550c30925ad3a7d41f1580f24bd32e42765cfe9fa5768032de0b2 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset new file mode 100644 index 000000000..000d8a35a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e3ba3761162cde8d4060ba54a03b3d8384d91920de251cc15736f4def22e94 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset.meta new file mode 100644 index 000000000..2b1c6e0ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_112.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcc961e19f2f7fe4ded735bd7051ce9bf6ac6e9a68e11bcef0f691fe0c716ec +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset new file mode 100644 index 000000000..637cf1cdc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40102ba16068f7cb7ebd4f2c74d2471bfd4d8dcc387705fc7c0d61091a502565 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset.meta new file mode 100644 index 000000000..4e78ff9fe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_113.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e93f85e58bc3e1171d31099c312e499627fdabbfb270943c6b189edf3a80360 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset new file mode 100644 index 000000000..e9da93ed3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584d84edc40fef254d97f1ab15852474c64931d52b67577fca50143dc24800a6 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset.meta new file mode 100644 index 000000000..5597d0250 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_114.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9251095c0f1f2cc36f2bdb7ee36f6e3a68279a88af5532679777c0519ac0fc9e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset new file mode 100644 index 000000000..7060fdad5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadc7364bd61bba9d0b10a2aad28a1c79a6362bbf4ede45f53341eb115915222 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset.meta new file mode 100644 index 000000000..dcbfb25bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_115.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8afe8a33ee24a84470e9f92699b937dd8a46c449075352b3e95ffe23c08a180 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset new file mode 100644 index 000000000..51f8d329a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4f431b0fcb2b1f7b8bfe387f2cf3b438e84a338c58d42acbc4d41a13151af3 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset.meta new file mode 100644 index 000000000..971ff326a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_116.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee3cdff08410401c8e457022589f68fa28a2e355c95d7722f784c060f184fdf +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset new file mode 100644 index 000000000..01d5f8d22 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91a84f28e582a6de377ef58363242164e0489866bc0c879c5cccba82062f35e +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset.meta new file mode 100644 index 000000000..a4645e738 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_117.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d12d20bf1b65141499ec93d77b59a7a1f4926411073177e003c6a6c5584f73d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset new file mode 100644 index 000000000..7a7022a7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f456b19a4457f0a003ad1978993dfbf5d28f5ae92af96cb028e75ba84ac6c82 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset.meta new file mode 100644 index 000000000..c4c95723c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_118.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4278bdc0cc45cf9f1f98770d536ed40328a041c3d99af94241feaed48079481 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset new file mode 100644 index 000000000..48263ba7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf3b7b80af316fbe574eff3d8753dd444c71c2ae60cfa96529aa2a842ea3e30 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset.meta new file mode 100644 index 000000000..6bbadd65b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_119.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06cfb275b8f8eb6cef1cdcf11a1dd864c95f64f23819b63eb8e3ccf2710c47d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset new file mode 100644 index 000000000..4933da566 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90e87e0529737495ab347a34d0cf49cc70b73d774fbe769476f539fd0d2cc6e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset.meta new file mode 100644 index 000000000..d1443705e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_12.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56e052938ad275c4523c8a0fd5a710d4ae69967bbb6bb69fd2f3764665f3adc +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset new file mode 100644 index 000000000..718495b3f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84aae68e6a4452c2c256edf3c73e77bd341dd2615074149ba650745a94fcbfed +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset.meta new file mode 100644 index 000000000..1ea55b1e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_120.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65c694f0611d1752e2093b4ee9b9b199edad2581eefb931952d9cb0fa37c167 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset new file mode 100644 index 000000000..e70f22ef7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1225488ad6469f137a5015d1ebb6aaa075e49dd2b1a6f958ea4162b665562d3b +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset.meta new file mode 100644 index 000000000..1921bf4e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_121.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db55d75c6ab28c6a20e4da1ad9976877aff9b04e070f9aa66875ac431d7d069 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset new file mode 100644 index 000000000..f8d5543bf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70f399bef3207825b922772a365be9b713ddec978c066a8a5c97cdf8c8a161d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset.meta new file mode 100644 index 000000000..0b8a701e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_122.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70802d41d8ae62ec947f2b39de30cbd6433fb81c51e1ade2f51aede63099a02 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset new file mode 100644 index 000000000..1759f3ad6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a2b1917013ebaea336a5e303f212c178b178655cd139c56269f0bfa416441d +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset.meta new file mode 100644 index 000000000..3ad0c6d70 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_123.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5358d0728f5bb0f2dd571d38d88d359142a5c8b60446b9895ae483d65f6c89 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset new file mode 100644 index 000000000..8d98f7062 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707c3155aa97ed92af813a31d2313a1d75bb3f10988f0844c3a6730fa0fd2f6d +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset.meta new file mode 100644 index 000000000..5fa4f5441 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_124.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b5c452f0bb021efdf31c1d79ba7d12b5ce58e586abdae4079281e462fb4632 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset new file mode 100644 index 000000000..2c7ca2222 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1a064defa5672c181379de6941fef4a958c1f2d5b7cdc252901f29a7f09630 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset.meta new file mode 100644 index 000000000..d8f7c7cd2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_125.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa294efe11647e8f2b3ab7d5825b478cb1cdb50432ee44967ea87c2e656d81bd +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset new file mode 100644 index 000000000..b5d8b1c76 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f7c7ec0d884dd5d5c0f0a1c5d5548e83fb0d10c6fd996c6af1035349a79b1d +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset.meta new file mode 100644 index 000000000..166b04d9f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_126.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542d687be061c63b2669803e57c7372b0293e3410bb45f3dff5a1732a2cd2354 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset new file mode 100644 index 000000000..43ddaa55c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca24ba507ce62dbed78ad9c15b659324a6594b762e990789493cb8b4ad6d6c6 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset.meta new file mode 100644 index 000000000..0dea113c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_127.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a787c9f278ac0d1f7a061f942aa7636b6a5d70f6d99e06f8f94dcadf8239c8c1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset new file mode 100644 index 000000000..aab8e7279 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0f093578791543866ce7818715f3a9593dc2a46aa1200b09c57b9850224628 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset.meta new file mode 100644 index 000000000..fb937a20b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_128.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15199a5a4f1bdc43055be3493570f950991597cbad08389577ce8029b32881d7 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset new file mode 100644 index 000000000..899e419ad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d4ce427d1f17d1b4b5d7f53cc7373d17815fa94e37f234ec419b2789ca756d +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset.meta new file mode 100644 index 000000000..27feb428d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_129.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308c8694ef024da4fbdb88ed9361ce800d3e080afc90f49a05172c31efda1aef +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset new file mode 100644 index 000000000..33f27bb26 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb43ff2a6afb5e2f9f6fb8fccbcaded5e5fa95bd4293ddc2e651fdc02e94765 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset.meta new file mode 100644 index 000000000..a11e25787 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_13.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511551058edaf2089fb91da426e74dda772dd6016fb86a08037086062d744ac3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset new file mode 100644 index 000000000..23f04f06b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed96f4643319e145d16f3400443745931e55653bee3d9ad78fb578e2e453319 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset.meta new file mode 100644 index 000000000..f07902336 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_130.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7932c077160eb8263b445823ae84fadd70d177a2eadd846d19e1bfbfe09e2b75 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset new file mode 100644 index 000000000..4484aecb2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88aef401438d62bd326b3115b4ecd1d0a6dbf80eb57f44077228d104195de2de +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset.meta new file mode 100644 index 000000000..415279dda --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_131.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269bcb59e8ffb95c6342ca3f94f531ab29203f54d44e06ce4726ab202f55768c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset new file mode 100644 index 000000000..3645c8885 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d93cc637cfd910079aae27766e44619e95165211f48306b6bd7fa2b445d509c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset.meta new file mode 100644 index 000000000..72a0a2be5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_132.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb427aba0c9ea06e17532275e7b78f2057daada5ffe1996d6acd42dbbd857b4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset new file mode 100644 index 000000000..4b46ab1db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a178048c7da6f6c294be27ebd3e87dc75ca93ed4296f1a18f8c962093513b3e6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset.meta new file mode 100644 index 000000000..565d8f9fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_133.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dc95eaca3ccfc5cf21592ba393243c2b8d739abc29f236570b85d3ce424034 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset new file mode 100644 index 000000000..656af10f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead0d673aabe6c03b918ff6916251fba8660376e8aa66e8385f1f691c0072113 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset.meta new file mode 100644 index 000000000..3611830d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_134.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ec04eda73556b81e833d7be58fefbb7cd120599f135a5adafc0903ed6d4d89 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset new file mode 100644 index 000000000..0f1968b2e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a398ae677546de64cf26afd57040fcf1cfcde3702e25dbef2ac54a3ca2d4f5 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset.meta new file mode 100644 index 000000000..bd88c43ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_135.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b424f0623267ff4b8d9a11f4abe70c929357c17e924abd774f122269a25d4d85 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset new file mode 100644 index 000000000..de9dafad2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb334d50e388d7acb61c2901523cae7f5b24383b2ddc93d20e715ce1b5c6048 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset.meta new file mode 100644 index 000000000..4597af01b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_136.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691a5b2a1adbe6534b797d3d0f7c99c5d2b6d59138e165edf049b50f17ca44b7 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset new file mode 100644 index 000000000..267411ca8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1fffc61e8e681ffb6fa782d8da3403e47a8ff43437423187200dac73a09f28 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset.meta new file mode 100644 index 000000000..31e5d3f4b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_137.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53269c50464e882834c73d5c2474c08c8bf6db17c7215074d8b763162e91b91 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset new file mode 100644 index 000000000..4cecc89d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e979d20dcc4dd66c7ba79e5fb2d2549e5b75cc5703a52c7e981de373774f15a7 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset.meta new file mode 100644 index 000000000..e37a7cb8b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_138.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7160eceab7f2592803d6c65902c222aa8d752844c9b5d274915810bc45e7e0c2 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset new file mode 100644 index 000000000..347ed9a6c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9c5af1c75ddf5d00132b2ab97ffa941c3b17762d626955102862411e7c805c +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset.meta new file mode 100644 index 000000000..4b7d3e9a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_139.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bbbeefa9ab6fc2e3974c3b041db6edbf6f26d6a74e614bbe901873d0bbb14f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset new file mode 100644 index 000000000..4d3bbf8cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a37143012636701d34afad98cabc50cb4813b5e3ac7e545055d9cceb77810b5 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset.meta new file mode 100644 index 000000000..6e8afa766 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_14.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab70e1e2f6c86cd68d28281ed3850e90e430e0dab0dbdb82332f475decb8ece3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset new file mode 100644 index 000000000..df99a6442 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821cf0fe15d89f9a5329248117cec5810a25c1021c6d451ff26592314c596c61 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset.meta new file mode 100644 index 000000000..7e5b45acf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_140.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb9e38dccbeabeae5b5fa86f97e850250d355b46e6c0003257e79f8cb35db35 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset new file mode 100644 index 000000000..d821195ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f83ff244072d3cbd8a06cbebdc332446596bba6d97c6429bb275a354b9ae6b +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset.meta new file mode 100644 index 000000000..8e0e36994 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_141.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5278fb03bfa1c1a29d94467c1906d9c9568c5f338f657c4d03933e7ec872bbf +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset new file mode 100644 index 000000000..1b26a6f1c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b4b11c52fa07d7f99bca3d921c0fed98670feeb657abc1eadfd6748feb2027 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset.meta new file mode 100644 index 000000000..2601f054f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_142.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37818993cc04c4df420e546e688cf5a53b82a7ee38d63fbe1848ac134b750747 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset new file mode 100644 index 000000000..207190827 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621a3e94533ce4fe20956c50ef00a437c732a33d5022db0b3f8d90b58add3a4b +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset.meta new file mode 100644 index 000000000..fdd3d1aba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_143.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e69595d49ddc04d4fcce87ac419c69c25f408da9bb51b26e7397fd4eaf2ad75 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset new file mode 100644 index 000000000..829a9c2b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3399cb1ebc3b8ded55b4652d79c29ffad19e4cdcfad51583ecae19a2535dd3 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset.meta new file mode 100644 index 000000000..da90df9f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_144.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25ad0426b0336db0135bee9ed03de9b84c86f3584c11c0c1899fa4ab2ca5078 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset new file mode 100644 index 000000000..c9755d9d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399281685140c489550a25b5ebee5c57f9ea51119ce845b1c00e746fc0d9018b +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset.meta new file mode 100644 index 000000000..e9f7b75db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_145.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7f0d307dcfbcc61f32d9a2c5ee6bec8c076d97bc79df6f28b4643cb4179416 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset new file mode 100644 index 000000000..1c94be095 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af3cd897dee684d39bc85743458cb4710f142124d498a31cf367b8891df7bb7 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset.meta new file mode 100644 index 000000000..fe9397773 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_146.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb88204f94131760dee0fffd377a9a11e5931799058ca3c08a839e5a82ef221d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset new file mode 100644 index 000000000..23879c407 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ee474ea9cdaec0dfc11cb07e1784d8a607c2cb1eaa0855842e21f8a9af8376 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset.meta new file mode 100644 index 000000000..a5b6f5893 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_147.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3fe0628977bfdfdd79ff115623001816c1cb45bd5b3c7ac5643753263e42a1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset new file mode 100644 index 000000000..c26b81ad1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c60d09e8099f72bea810b60e9a40900b8767031101a9a2f00a16bec2cb3b35c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset.meta new file mode 100644 index 000000000..3ba236ccf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_148.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4003469d7ad578b175ef2d949d927643f04dbbdf9aa9a6ea9b7756c9709d2a9a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset new file mode 100644 index 000000000..62b5a4f63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fe0af1dfb5f7fe1fd893369116d30353077dab3e51ef14697a3368ff8fdb689 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset.meta new file mode 100644 index 000000000..08bf169f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_149.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26aaf6a51d8f03b1004dfc969b47735099c46f55cc050f278389a9799f516a85 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset new file mode 100644 index 000000000..b7e88ed3f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f53bf03590bcb734ddb8ca488ed3a1cc0eaaa71fc890a167a647834ff83f86 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset.meta new file mode 100644 index 000000000..ff9f6593b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_15.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf63e058a2e7d1966edf83e907cbbea95b219ad089d078184304768627cafd9 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset new file mode 100644 index 000000000..64a9c1cab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67290a9dd7a119e434167ebd7c631283a08ac5c62f87db799399259ac2fac05e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset.meta new file mode 100644 index 000000000..b20619598 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_150.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b5abd19601360f9560de02dc565b788fb06949342d03c5f563c6b513e951f1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset new file mode 100644 index 000000000..936349e6a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b59fef2473fa5a1ef84566c824fcfa0a436d6d22dc98d760cc6d2fee00d355 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset.meta new file mode 100644 index 000000000..15363cc1e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_151.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86be5a500b752560aa39b61831b942f3f23433aae1bb3064b98f20705dcfa4f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset new file mode 100644 index 000000000..f93895880 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2121336ddde0790f7394a964cff88e8bd6ea33bf60a248c30d7044683925c552 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset.meta new file mode 100644 index 000000000..ab7502660 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_152.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0e986a37325315e94f86fc102102a765641866a0d0befe72e14f0ffb8ba0dc +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset new file mode 100644 index 000000000..a14471d3e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5a4b441c01d2606585939b06ab692195112ae6eada2c2a70082518fddb474c +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset.meta new file mode 100644 index 000000000..20da0f2ed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_153.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c16d5b29af3ee242821bc9c75969348ff8a5c7db10c9f2951854fb7fd5100d8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset new file mode 100644 index 000000000..7e1ff6b8d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a8fb388967b11e365319176f914faf597020df6ea95521248c5d7a4d01389ca +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset.meta new file mode 100644 index 000000000..663a79d66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_154.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6437828f75dc13ccf2b2e2c8de86b7cc964fe5368c77db6c75fee1deaef23d32 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset new file mode 100644 index 000000000..4bff22c49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f638eb0a0e1bac9e1e81651bfd3dbd6ca5dddaf60b001e8cfeafd992f8e3780 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset.meta new file mode 100644 index 000000000..b93dc4c61 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_155.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30691a4345d19e4aeed853ae429b155881a35a3f2fb8276f5156c963282196c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset new file mode 100644 index 000000000..5953334c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40674ccf824691bc00d6f81f5e172f139717d2a8bc8d52a568257bf234bf14cb +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset.meta new file mode 100644 index 000000000..26b13dcf0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_156.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd2c8d28e2803275532a7e35a104a9ee8b803a7289f85a018411e7c561df818 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset new file mode 100644 index 000000000..9329e9c70 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7731dda1701149e71ae9b6a4e103e19b6edd658c1b44c7c956936cfc4e40af23 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset.meta new file mode 100644 index 000000000..fe17070ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_157.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd26f8e81300e0294785f9a1eedff73e40a79aec839a9a23cc397d9df2ffde4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset new file mode 100644 index 000000000..ac9ec6024 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3e794300e22af7714f5e246bf2b89bf30f6fd7263cbed13b43d5647406d7d8 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset.meta new file mode 100644 index 000000000..59a3d39d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_158.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8643dd07af696c744253775c7892817e825bb1699dc08192370432ab2487876 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset new file mode 100644 index 000000000..c7dc5d5ca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87abf2739d86d3b35697c8f28d63e4bed14269b7a72d9922442625ad9e329ed4 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset.meta new file mode 100644 index 000000000..624104420 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_159.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb0341ec32dacb8164ccab2bd23f0a6458a094a4fce19c6e32a18d380de84e6 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset new file mode 100644 index 000000000..a71bc5f51 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffc52a882bd66433187a6c321f028079390fb0d0fe6baeed05814f596444287 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset.meta new file mode 100644 index 000000000..b4a071fda --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_16.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0421e3ff0683b09285287e1b32768b99d6623bb40f86d7375a00172150299da +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset new file mode 100644 index 000000000..bb608c155 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934194a61f77de0a195785f44e8d58614e9ddcc2f51c79c09c09c458c744875d +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset.meta new file mode 100644 index 000000000..c00cc895a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_160.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba63fd275fafa972c2a568dc5417a1e663c974712bb4bfd5466bc8a8a12b80c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset new file mode 100644 index 000000000..e65cc8c89 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588f1ab9bcd3934ae652242aca140198fd6bb9882a60ac2115bee195d5bee6ad +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset.meta new file mode 100644 index 000000000..192103018 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_161.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5185b90002bd229b0eb13223c147e4ed5cfa166f71ae69305387897ca65d5741 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset new file mode 100644 index 000000000..a541ded83 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965f577c045ffa76b5e21a19be0f49e991bfdeb6a61bbadba643451daf957dd6 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset.meta new file mode 100644 index 000000000..7a8b7f52b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_162.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0630195de19aa8054ea482aec19f2fe479091af910f52b5eb7ec486facce74b5 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset new file mode 100644 index 000000000..c201b64ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b591286fbb9c114672e0f98f02ef446cc8175ba8561bfaceed7191e4d6e48b +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset.meta new file mode 100644 index 000000000..a185f783a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_163.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae04d02e2469f39a6f963fd48f23f1545c8b066724de8cb4fe65eab142a37747 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset new file mode 100644 index 000000000..6c731b088 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8569918fcdac851eb089fbb3f74aae5e5abcd8d2e9d1217206182ca1aa828b9 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset.meta new file mode 100644 index 000000000..ca86fd2f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_164.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a871df2d9b61452ecfcbb87b5b31d7a09a2881524b1369c033b63767105e14f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset new file mode 100644 index 000000000..debf83a13 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3e06217427762f949a690b83f2d0e811bf50103d294a41c2fa2ec90f1421b2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset.meta new file mode 100644 index 000000000..972a5fa62 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_165.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e6ae0f3f273ebdb59fd64710937ca2e1a1c5cc5e7b9225cc1927cf71c6d3c8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset new file mode 100644 index 000000000..00a67740a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a06dbdb29d74523b8a19905013408e3194ceb76aae1a4c80cc6f8aef7371439 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset.meta new file mode 100644 index 000000000..3c43d75bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_166.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e87d2ab557df865c2328fdfed3db9b07dd3ba5172a9b385c11b497a67874d10 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset new file mode 100644 index 000000000..0261afc22 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4878a62d8c2a58f564e0ec158ccf4f0815b9d6ce9230fa2babba38baa77a40c +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset.meta new file mode 100644 index 000000000..979a94547 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_167.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b9109a87f853a91657ec8513589bb23540a4dda0e4281e81c4ed6ecea36e0f +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset new file mode 100644 index 000000000..3b083ef4e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c26b842cf97d453bf1dce107cf45d6cae721f42f833f04b79422fa1d15d1d489 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset.meta new file mode 100644 index 000000000..45a250145 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_168.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888d3d909d6ac62d476a47b685fdc25923d49647f25eff980f315475dde7a4de +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset new file mode 100644 index 000000000..f06d8c276 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da006dd00914677f2639714dd70acfa0c6e2b0e47457574a26b5282a5313639a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset.meta new file mode 100644 index 000000000..0b9b8be84 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_169.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8d1fe42571541ecd8649e2b37143f6796ec354dee77091a3e1a5e1b50a9483 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset new file mode 100644 index 000000000..1151fcda9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06e385c0e03f611444095776abe59a3fca7dea307ed853449f29fa4918288d9 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset.meta new file mode 100644 index 000000000..9f6a9d35b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_17.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c30baeff7b073c5d2c1df93a59c1f5b03a25a43f6a9159e09d5d780ca0d79e +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset new file mode 100644 index 000000000..4a395c089 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b676922cea5c1ec9ddb77b6727421ad5a7ee78b963d8d61482e4512e109afe0 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset.meta new file mode 100644 index 000000000..0a6c5df02 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_170.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b1ee96289f2ad0922a0e66f6a4821d5f022012b73ea56c123eac9310354094 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset new file mode 100644 index 000000000..97d38d0e0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975afb2752431e881b0dd26b51d630d73e7a521fc623f7c3849f8967d8891ed7 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset.meta new file mode 100644 index 000000000..c441aa284 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_171.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5508f7d00866ea072de725ec31c318e2a14b6e4ca7642878ff7b15b4f289150a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset new file mode 100644 index 000000000..457be3369 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eefda29726cb90e36802580bb21e0d07462b64b6092c805a8d9e4c93e46ed1e +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset.meta new file mode 100644 index 000000000..c9131c58d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_172.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29ce375232a85e7ef3634ec6428786af43fb2423993fad8d5cbaca8fa23d529 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset new file mode 100644 index 000000000..be29003cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251a3e0a1512493f5012dcee59f1c5d65a3b42dc13ab97a993d6ba5ee0504968 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset.meta new file mode 100644 index 000000000..fab4a279a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_173.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848143c5d3fea62fd39bf4cc23bde745cfd3822a1a1477dc0f43fd34a973efff +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset new file mode 100644 index 000000000..c2075b47e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a1159c349b3c7bcccd9756b3d1be84f66c0c6e9c1150b23010b0df74c956a9 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset.meta new file mode 100644 index 000000000..93d2a79a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_174.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247ec9e5904ce220718d14e687a675a9df6dfddc36e233a08094e1de7223a95e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset new file mode 100644 index 000000000..3d1a32d75 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211b2f6271b4e6d9a8b5a4a1313942ad1c31b4b490f075dfc7e7830eda683159 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset.meta new file mode 100644 index 000000000..0fc6526e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_175.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ba559cbc73e0de42cc14f87f58deed46e978ba0be967164bae72302667058e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset new file mode 100644 index 000000000..859addaeb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2f09fac7e4c8fae4aa1989946e94d8926b9217527bea0ae01f1a5a22bcb767 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset.meta new file mode 100644 index 000000000..c1d484de2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_176.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60d3c028a0067724fc75a28c04c5c16999726b740b53113e80041fcc490a479 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset new file mode 100644 index 000000000..29babf6d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b68b0f1eff69e0ec39313fac0af1a707172c2083d9f6c4791781e0426933e4 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset.meta new file mode 100644 index 000000000..c5e1f7f59 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_177.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86721617d8969058c91f649d513c3a8fcf9c42183285727294341a6dfe585bec +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset new file mode 100644 index 000000000..6aeaf3264 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5b6036f539fe07ee14e95c7b42bb02c8bd4bc39461c4078a778c720eb0406a +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset.meta new file mode 100644 index 000000000..e05ab4e7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_178.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430012ce61044c17661f8d44b29d34b6e9f3df639ed55ad287a179387fc0f48e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset new file mode 100644 index 000000000..e03b1cc95 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d48912a7dc2d758cfe71e59d79e80a7d81416cc42f49379ab9efdab6c551dde +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset.meta new file mode 100644 index 000000000..8b9a505f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_179.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2fd1e528735f66ae203b802bcf89b4897f26927f99aa3de43f68ef4226183b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset new file mode 100644 index 000000000..39546402a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45108954a47f13d42574db1db76e08d9fd11cc9b32a7c195c0d75c2bbf399483 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset.meta new file mode 100644 index 000000000..00d5bcc8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_18.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb20fde4910011bd05ecd7cdbf0f1f1781f44ecdaf16665d3d8377a2df49f4a2 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset new file mode 100644 index 000000000..5f689a4e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192e3f6c94974560628e62096c596aa92150b4b1e0a26e6ca77e65b18bcc2e7f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset.meta new file mode 100644 index 000000000..6a23be324 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_180.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5533ae4144dd49a92e1c83cb6d67dd3cf3ae86667c782cf7d00b016a5b6d7cc0 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset new file mode 100644 index 000000000..d0172cf0a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930d8b90cf2dfe72c4934f7aa3ed1312e6f47216b7a57ac1c2f272fa86a45b29 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset.meta new file mode 100644 index 000000000..82942ba52 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_181.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd0de21e291f862581c2971ff31a05c261ededaf0836af40c7a4ad09edc4eac +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset new file mode 100644 index 000000000..66e36542c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8512e512cab5cd90fa106cc8f99cb69f5763d452a91cbb6b6c305ef9c5cc480f +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset.meta new file mode 100644 index 000000000..488611ea3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_182.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22590cb7acd24c0d47ec56b9da3e5e7ed7ce823d59c1ccb54217978ab996cc13 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset new file mode 100644 index 000000000..eb63fefa9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665a9270867e595a18372ff493469381b27a7ba26692e82baab360704bf155af +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset.meta new file mode 100644 index 000000000..ba43e4c14 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_183.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d7a74758ee4ec96f483021e69aa16b0fe875b61edf0fef9d5d8b4023b7431c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset new file mode 100644 index 000000000..174047108 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff76066cc51497645deb52772c9fa84c443768d956fe71fb3331c29f758967c3 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset.meta new file mode 100644 index 000000000..efaa1eb56 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_184.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddd8de973367c1fb06df22ad1b4a08e4f0eb1173bee875b9c822253158de525 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset new file mode 100644 index 000000000..884b0f909 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1cebcca3c7428b98c0e7ecea4a0a47dd425ad197a3fca1556cc49a57a03bc7 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset.meta new file mode 100644 index 000000000..d0455db96 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_185.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01efcd84a56b6740c578f7fc57347aefc71080b413419b1a111d0098d8baf8fd +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset new file mode 100644 index 000000000..127d92a21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbd13dc683c296b8344a5209daad67bb78d5f7c464eceba13bba23465869b07 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset.meta new file mode 100644 index 000000000..f3aa3efac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_186.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ed84d3b558bb00f44210e35c2174df1659eb00778ff8be88cb72a7267ab978 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset new file mode 100644 index 000000000..67eeda58f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e59dfc71dbacd68f7189d007a92fcd7fdd897aab31cabf01b9c85d35445cb9 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset.meta new file mode 100644 index 000000000..2ac0fc518 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_187.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e19f7e9f91defda2d84be427c60b193a361a88f41aef740b606bf9a3b80333 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset new file mode 100644 index 000000000..c9793caa6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188b4ae41c02706b102da1fcd7d131681628eb782189dec7f33436f9fca61367 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset.meta new file mode 100644 index 000000000..0aa99a617 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_188.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07d16f7b4afc5a13d69a78635226a9e718b792b728df143f0bb6fbd9509af0b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset new file mode 100644 index 000000000..6ba036309 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45ee76abfbcc95d84ab43d19c52de03dd6d2cbbaaae7d08d8b2e0db5d26f0cb +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset.meta new file mode 100644 index 000000000..165bf21b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_189.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22ca81d8dabfbb7696f0521cbab6d6f0097f7ff83ef75a08a35cbf5c7967c32 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset new file mode 100644 index 000000000..496c3a7cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8e216e71c44c7dada645ae6fffd244d1bb9fda1298dbb1e900de5f976292e3 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset.meta new file mode 100644 index 000000000..14d823655 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_19.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c59c40bf18776d7016621cff17d6733a209e7cdac70c6a27a7d59511f7ec4f3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset new file mode 100644 index 000000000..9389b6409 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d5b8f9500ca8f6ff0e465564e130bffd2356553eb74611bd0bb11e9c303c54 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset.meta new file mode 100644 index 000000000..f2363b101 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_190.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75078058b4f90fca662b9552de62f38d0ba008f3fcbc58c8468c5190248b8b53 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset new file mode 100644 index 000000000..738573c5a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b6fb40b142a3ce83d380ac30b36657d43222c009bb5f034380a55f32bb5ef4 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset.meta new file mode 100644 index 000000000..b2fab80ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_191.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1af1f61569ddd616d9b41d682bb6251a2fbe88fd64b693466af4540fb93ae6 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset new file mode 100644 index 000000000..60cf7450e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b285969df799048a93f164e8cfb1d6210f60e420c89f9973353998db0fa757 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset.meta new file mode 100644 index 000000000..1005ae932 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_192.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385355d19b1857dbdb93a760ce6c332c60bc14271b3d384142c9aac4c49b197c +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset new file mode 100644 index 000000000..228c37ccb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e5d72d34f38c3a716ee2f793a7747989441ed738bc63bc39139ad78472456e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset.meta new file mode 100644 index 000000000..04c7fccf7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_193.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60851f4f95a29b0af06b1ab4bd60a80b623d5b8f798c540079370ce799ef0638 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset new file mode 100644 index 000000000..62a65d381 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86019f1cb0a9e9395a2ef7e9e24f37deeb608b5428810f21b818fd58d8140b7b +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset.meta new file mode 100644 index 000000000..06b7ef9b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_194.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead16a9f922530df23ad6b67d7e83d16b18b1148cf1880dde3cc66702e257c5e +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset new file mode 100644 index 000000000..af5b1849e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb277b8416122b0c7f8d80f8429a383a0dd46e6b45325c2404404fb5d627636f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset.meta new file mode 100644 index 000000000..202d833ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_195.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6a7696eee322890229fa84b4240fd0144b9143011b07186bd0308abebbc1e7 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset new file mode 100644 index 000000000..16d736593 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15465fbd7aa59cfb1df262c309d99a6df8e3e85af43693a9889b59966d4bcb03 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset.meta new file mode 100644 index 000000000..dacc5f073 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_196.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b4a18d42835140d47ff5dcf84cf6aaeb3439f8bdb433badd955fd6162f9a69 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset new file mode 100644 index 000000000..2883e23c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e4f6d4852f66e4ad22d49cf9e1771ed55194a36ba910ab2731618907422e62 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset.meta new file mode 100644 index 000000000..50dc47ce8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_197.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61de3c1ae45f20323c297c209cd3ae864e10e5090ded4ecb972955a34492a6f6 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset new file mode 100644 index 000000000..82842b385 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ec4f3fda7acaabddbe944a5e2e8f6f37dfa4e72e3cf245ade898644c0b008a +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset.meta new file mode 100644 index 000000000..18fba01ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_198.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238280288e603cf25ad9ea95b7aed06dc292f275930ecf8b3280e7c5dab978c8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset new file mode 100644 index 000000000..88e5173b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289adcbca6301d5e0eb16fa3119781b96f00ba641e6f80feb9aa23fbde7288f3 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset.meta new file mode 100644 index 000000000..fbf6f6a28 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_199.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9794cc00fe395938c133bcef2736e28ee7d9a6cd3c51756611dcd91815eecfd2 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset new file mode 100644 index 000000000..9be04b4ed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67396eab2ec7675dae8e34aad07fe672f0aa247b3b9b6491cb6eac1c9feffffe +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset.meta new file mode 100644 index 000000000..73a36374c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79418d733c657b5a695ab26a0407e652241fb72b91cec9a221e5fca19c67895b +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset new file mode 100644 index 000000000..ae5874423 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80508e61881d4f61886959d7bf513cbd97b3938f932e2749666df31f271369fb +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset.meta new file mode 100644 index 000000000..da29cf4b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_20.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8242abfd774b549b15548f0829c6536af454fbcdd0878bb5b0f61f16c91bfdbd +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset new file mode 100644 index 000000000..4aecce558 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02094f8b6f07c739c2deda5a1910f050cfced21a1e594e60a4789923f607b8d9 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset.meta new file mode 100644 index 000000000..2ac3f712c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_200.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9aece5f021782f516fa3f0278bfebd28379cdb1f1573d8d5683eefec0d9624 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset new file mode 100644 index 000000000..0a57218dc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811f55b393257a3ca4478c5c2990c30a9384d5da42a681ceca2d56259f7eaea9 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset.meta new file mode 100644 index 000000000..6ea0610bd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_201.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2475390129fe6995c15e8bb3534eacc3d54e826220dda933b3c2ed3e82d3721 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset new file mode 100644 index 000000000..52a0312de --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a699f2a66ec726f060420c4e29731a2fa60da2b86afc9a0c30a332b44cf93edb +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset.meta new file mode 100644 index 000000000..3f2845c91 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_202.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649c94c5fa5090cbd8406cbfd1bbf75bff1aac6104f7b7e0afad324c9754ae59 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset new file mode 100644 index 000000000..b34c34381 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38df72922dd999eda3f53c04d23bddf0e6ac83bf72db13579dbc23a17bf368f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset.meta new file mode 100644 index 000000000..265197144 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_203.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e1caff542a36bc69eea004d91141cc20bfa9e20e3f3770bf8a9f33c5bb8f61 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset new file mode 100644 index 000000000..b0760f117 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3407c58767c4c95df90d127d155459e308389c2b085333c2ecc6566f48779a6a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset.meta new file mode 100644 index 000000000..a2ca4ec4a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_204.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42010405836525908d8da2f8aa657cb90e113c622d1742ab28cae61b7741ca70 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset new file mode 100644 index 000000000..38e40866f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4154db354ad47226c6cbdb766df9946705525abba1ba90a59db16fd03af6ecf0 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset.meta new file mode 100644 index 000000000..fc47ac66e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_205.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cc40cdc7eb934149dfe3e7f9df08235aafe0957c629799ae20a8ecae056e11 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset new file mode 100644 index 000000000..44f511bf8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8174c83dca1efdf20c4f1fb4aa28f6a85cbfec4df73d11ecaefd25e879c6cdc +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset.meta new file mode 100644 index 000000000..70dd40c49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_206.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceeffdcbebb6772586bd5e78be3c868fef92b7439573a1264ed4ccfc31e92333 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset new file mode 100644 index 000000000..8b391f8c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2395f87196e09bc019fb94612f580a967e51c678d3e5f819b7557d27b0c83200 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset.meta new file mode 100644 index 000000000..d9a23458f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_207.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32274a5f8cbfabadd5e850e4b085cd8db47b7b1b6be8307f9e3eb7ae6314243a +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset new file mode 100644 index 000000000..43a79e78c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef6887fe7124d9c2c950e77f3c688beae51e28ddf5a28feb9e0f6342c4593f4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset.meta new file mode 100644 index 000000000..f8842640f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_208.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9286b49d90de1734b17e955a42b5a5a600d8ad2c68606d07b32dc09c87a00460 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset new file mode 100644 index 000000000..8ce530456 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1deb0f54f4c7b72684fea93f1ad663358139beabe8e227db4fc728a278536a08 +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset.meta new file mode 100644 index 000000000..d8f88deed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_209.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4d6ef6c0f49ba167acf122c0c82df8554a9aa7b4c31bbfb868e86239060b69 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset new file mode 100644 index 000000000..01c9fc401 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d6199a4072d48477eb17ca822e58b294513a3baba57f562e70b55e4ff0f6eb +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset.meta new file mode 100644 index 000000000..dac5fd2c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_21.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd442b2a8f2ebbf7d6b96d91b2d948b944313fb847010b130a7dd59f2fdc5c42 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset new file mode 100644 index 000000000..705d6a360 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4ccd1ec884b9d0c6b973876dd8c1a09bea56dfce408847151ee28162d6e545 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset.meta new file mode 100644 index 000000000..e8f8d70b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_210.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d297baff4979f388a209ee24547e4d8c9467d42a380d7e599722d9cebdb4353 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset new file mode 100644 index 000000000..ca7b9ec99 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009739938b497e82bc05bda40ee8427cac7e9cc0b86b01dd2d4bf003c9720300 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset.meta new file mode 100644 index 000000000..f62513c19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_211.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87237073f10d51b148df2c2bec27e3bf4d5fe3646a80a55feb1e91461a972d91 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset new file mode 100644 index 000000000..bfec4dc06 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6dce6879369a8ad8163f615f97b307dd8f43a96a4247f1ab86b49beb332cad1 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset.meta new file mode 100644 index 000000000..61fe92975 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_212.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5852c5e8471319b16e6f7080a55d652bd3afdb8ccc1642707e36b390a090781d +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset new file mode 100644 index 000000000..b73209eee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e420c760b624d4c8f5f7284398a011dd9f95392ee5721b2b8bc5edf8cfdcb2e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset.meta new file mode 100644 index 000000000..e0a5df6cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_213.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2688c9d8a422e28aa1407fb6445a4776f638d5ba534847f7b243ba28d6743abf +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset new file mode 100644 index 000000000..f825fc2c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726d1c223ff0c1f3aa5adb3c560bb5e6221444caacdcd291bb15d43cf53812f2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset.meta new file mode 100644 index 000000000..389bdf07a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_214.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139406b6745e04bc212d3ed3e444928f2c019b3dd2f28da19fb9c8f16d6e4ae5 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset new file mode 100644 index 000000000..46266bc84 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f718c65798270954849af4366407d32a893e8e655bf09ea63f17ef013d4a5da +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset.meta new file mode 100644 index 000000000..d9a768ca7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_215.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c4bcf40961979cda271f218915015ad4fad5df2c7abf3b58c45c16d1339cec +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset new file mode 100644 index 000000000..1dc1f6c39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcaf44b8c5aeaf5340e4505daafa21b90a3c873bfba296077a5496a59538f3a4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset.meta new file mode 100644 index 000000000..3ecda8bd1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_216.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4fce12c4e20a8267d0985ac816fa009e6a1bbbbe9e07a3d83faaefb11b1bc4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset new file mode 100644 index 000000000..cffb8dc72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2f529276533ddf139f4667eaf55acb2f9a7ae0f43bcfa545bf8844fd275e79 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset.meta new file mode 100644 index 000000000..ce088fa39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_217.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca9cc21ea9f3ffb7e1444a12c3a91fd16000792a9ed20d892c82fbe9a374740 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset new file mode 100644 index 000000000..c04b28231 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19d6b08ac6a061ad4ca3c1128f24ec337015de03a65001ba6aa16ce257d0e66 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset.meta new file mode 100644 index 000000000..0ab9e2153 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_218.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df19e8583c03e008345be8bd2ce8e48933b7fb24d897e5226defac8cc91e9d4 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset new file mode 100644 index 000000000..25c177387 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37e4e60d6ade3c725c884d9bb1bea1ecced49df9a2f35c30af7738959d6cf3e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset.meta new file mode 100644 index 000000000..1a123d9b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_219.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c0b3d9fbfe43abb488ef5e8fdd3ef4a29ee588c483135439f6288409bfbd0b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset new file mode 100644 index 000000000..17109146c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c32913270eada184a8b634094b771eecaaba5a266be172ae753e621a4ca75f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset.meta new file mode 100644 index 000000000..35c3ee51c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_22.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14c69f1824f82054c2652aab05a436f06496164441de2475113b4d06c8b9f4f +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset new file mode 100644 index 000000000..696fb3012 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce50d035c09a73aef3e3e8de80363d66f9bf4bb0e782ea991bcf32c46273bf51 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset.meta new file mode 100644 index 000000000..f374a670a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_220.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30f85ef516ba2cc7a65f5c9d463ed7d964996fb61fb9fbaf3162501e917d6c5 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset new file mode 100644 index 000000000..092f895eb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fc5408a8c3b7732b71dd50859c00e2098c90ee085e33d387d243ba5e5391ba +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset.meta new file mode 100644 index 000000000..a95c4e4d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_221.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f428a39c5112edecc36fd6e0000009183319b1e58440fe381f5970ff8ef0a376 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset new file mode 100644 index 000000000..1d9dfd9ac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b036d488524644df90cd0170f9eb93b864ba2ca82bc7f1b2a391d3a7bce44131 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset.meta new file mode 100644 index 000000000..1317467e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_222.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a96186794e2eeda10a2e806b041a8274b172b0e36d55128ff58f4c364fd678b +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset new file mode 100644 index 000000000..d96ce0654 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2b852fba3b5c4ff6f9276fb30796f6a0efd9d6be8ce596f6016d7b61ba9422 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset.meta new file mode 100644 index 000000000..ac713800b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_223.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba1f3b58b53ee665dd0b43e0c4e17673ba4d46f3e82dbc30d9b77bca2d109a1 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset new file mode 100644 index 000000000..08440e550 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea5ea9c17e4adf0449f3e2f5031ff374bf3fb39453ff6e734e3e200dd06956f +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset.meta new file mode 100644 index 000000000..e2d65a65f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_224.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbff852c98420eb89742b2eceeabe3a705c88c3ab0f3a1bd0193e90448fb9bc8 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset new file mode 100644 index 000000000..28f3fe82c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c003b6d89c7d93248054db187d12501602cd80ff51f23e886f44efc896d24e7 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset.meta new file mode 100644 index 000000000..d3921cf19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_225.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d9451a0124653d3c87a680f0a79fb7e567da65662b8ffb004e6ccf86b19a97 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset new file mode 100644 index 000000000..8ca18fc86 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1808607fa843f0f1bf03bd80d9d34ff7c7b0708243f19ef91bb7627a15f3fa +size 785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset.meta new file mode 100644 index 000000000..a3a300d63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_226.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce83563eaa1176d8c69fc0cd9e12440e393ba39d30237cdbc1ab058256011017 +size 472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset new file mode 100644 index 000000000..8130559ba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a688fc63cb5ec7096611c4009ac9970f7bd98de5c0399660be775eebe426c9 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset.meta new file mode 100644 index 000000000..6cf333f48 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_23.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cfb6df620f2ca0edcbae696d44a1870c917e031e5d97b83ee61bb08b523672 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset new file mode 100644 index 000000000..123ccb9e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d89e878824c155379a44d6bcead264e182d40caeb3a8389b0ffb955e65d13f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset.meta new file mode 100644 index 000000000..1f38039d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_24.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f806ae90abf3b6876f8cbe381030c8cba0183d2e0b0a946debb26b6ab75b6a02 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset new file mode 100644 index 000000000..d6751065a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749995c6f68d0ef34c9105d7a3952ec5fe389ce1e303d07da830f2297fa5f298 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset.meta new file mode 100644 index 000000000..3a8b2bd56 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_25.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874a8edfac3d79a159b8810816aab4d9e46038ee85762de518fbebacd7d9563c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset new file mode 100644 index 000000000..a8abdefcd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ade6182324976a453e0216dc39ceb30ae74dd72c2005fcbdda5b0a1e7e9827 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset.meta new file mode 100644 index 000000000..839ff29d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_26.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5842f6b9fa8118d90870c6caae33ae0e069d715644a7704d5ac1d78ab1632aa3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset new file mode 100644 index 000000000..7a194072e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca225a86af482bf02fe241c1d5be98ba71a13e079c06d2f2c2d725a41ff43ab +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset.meta new file mode 100644 index 000000000..b8fdbc901 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_27.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a188596c9c114d342b423b9eebf1277d05ba54255eb9beebada9e0671a7d41c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset new file mode 100644 index 000000000..2989a8cd0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3310a019bc1c86604cccd243647a3ce2f7ec2f6d72b7901efb1e1b5921f42c2f +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset.meta new file mode 100644 index 000000000..1540ea4b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_28.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccfe5155b4daae4173f38215c7d858d99fda7cad6292c1527fdfee310b2671a +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset new file mode 100644 index 000000000..8340ea3f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d4579f6d1af03231ea81a158cb93ab1864e51a4a0066219a198fee20e4a972 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset.meta new file mode 100644 index 000000000..be58a5556 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_29.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68054346be4d365be3a5fa5cd1d96f4420d52fcaf88f9539dc72dc298322a72 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset new file mode 100644 index 000000000..28a0ec15f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff65e062eab48bdd9e9711621b96d2c383ec942208be0e7c6a7b0f0efdd26aa6 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset.meta new file mode 100644 index 000000000..534d67009 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4025a488b45b3719d634f0f065ed7a84ea44e7382de5f59202ccc3362c575dba +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset new file mode 100644 index 000000000..58f411b89 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb406719784b59baee13447fa744ce35532932f01a59e4b1bec0c77d554eaf83 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset.meta new file mode 100644 index 000000000..fe42cf3d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_30.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3862e15218811806637392ad19c268bb0c8055e62ffd057c69b35ce36677c5 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset new file mode 100644 index 000000000..230ecef32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e674ec66828b3fbb561e1fc62462da60f46ae2366aa47904352e9ca736eafbfc +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset.meta new file mode 100644 index 000000000..519ed4220 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_31.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe3f9b8eb8c1dd3bea51f33eeb8a1a5d194168e7ef95e14e0db7272af3ba4e0 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset new file mode 100644 index 000000000..2532e216f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c2f730ae891e7ddfccb66e3142094102c5ed63157cc65c9b3b00a865145600 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset.meta new file mode 100644 index 000000000..69e1588a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_32.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fd0e5e8b8cb3d646ce50b885bea36e7231d331885b925c0226dcd50b1fd0eb +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset new file mode 100644 index 000000000..992b3501d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8ba9ef2d53dd99bed6b802d09864e91d2e851a29c84dd73b48062048c8531f +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset.meta new file mode 100644 index 000000000..80921ce22 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_33.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3f0d6c3ff3c40ec088f933c72b90cd4e8476c6aa078ee3db48e391d1c3fab8 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset new file mode 100644 index 000000000..b9d3ed5ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f261babc9fe1b3299c86f933540f2688c5280ce6b939436622c8f21d9cc8a088 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset.meta new file mode 100644 index 000000000..2edfe38fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_34.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3f9a9df365f9ad076879386215810cd6dad976f50b56c4331d57dce358702b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset new file mode 100644 index 000000000..6246e2e59 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327339124c4f2750d90f9f6ac62e846b246e532c74ebb942ce7bc47e529cd483 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset.meta new file mode 100644 index 000000000..fe0f46ba8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_35.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7caa872adcb669559176860ea2103c9cc8eb154858cae04bc9d813b35de421 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset new file mode 100644 index 000000000..f1846c209 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfc724c804f0ec34945f3b74e8776b19a85352f579fef45dce35b8e2ce555a8 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset.meta new file mode 100644 index 000000000..67bbe6066 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_36.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96ce8b24ee999406ba409788122a536bad65f37927a52bd713e27ccdf6b5d30 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset new file mode 100644 index 000000000..376d362c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b8af7ebd225906551dce6682b603912f71de6386ef27a3e0cd73f0f4dc9594 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset.meta new file mode 100644 index 000000000..8361f2685 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_37.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3bf122d8aac9127dd333a674de40c8f138f53129156bc003ae48d97e79a571 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset new file mode 100644 index 000000000..d67f08fe9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30bbce06d05172d1594287d76d448c2103be821d6a1224beae95f6a4b007707 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset.meta new file mode 100644 index 000000000..75cee5bdd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_38.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d70fdd064f2fc61c9505b072badabf134c75fed9899c63c11e0f68ee728a070 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset new file mode 100644 index 000000000..ea1d66305 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25f45d765f09361a88924825b6674dd1f89e1ec8fc08667a0695c19a92dd320 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset.meta new file mode 100644 index 000000000..f9cbe9957 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_39.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2a829d6de12375f81ff73bb583c29d6955e45784c78311993a62f3676249a0 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset new file mode 100644 index 000000000..f8122b935 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a641330deab2c981f090be03da83ae92916700ede155b287406214fe39100b7 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset.meta new file mode 100644 index 000000000..e2e4d4796 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0068df3fb52dc044cf896f04a97bffd50c97f56c20aa3802e485eecab01d792 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset new file mode 100644 index 000000000..8215f3da9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4129513945323c3d72d1200300544928dc58838b33c91ad982458620822c0a44 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset.meta new file mode 100644 index 000000000..1cf129ef2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_40.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4517d775ebae289a8c069c4321cadd48a936c27dabfddcb8714aa7e0486088d5 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset new file mode 100644 index 000000000..f8e48d92d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda0d78fa3e93a2c0894b831c3d9cd45dcc4f6ad8f3befe72279500a721ae6c +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset.meta new file mode 100644 index 000000000..9fabffb59 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_41.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6dd404cfcac4c3c47d95c6d9104ee7bbcf2c47375fd82ee452fcbed7757bfe +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset new file mode 100644 index 000000000..9743d62b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe1c38b1bb60a58e522a443fa7f8afda651e24531af6f6418db77539795314e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset.meta new file mode 100644 index 000000000..63f26ec76 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_42.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e8e895d9f5c98161731353b1da7614b68c5cf490a30ae0c9888a394bd0c0a4 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset new file mode 100644 index 000000000..b898cc0f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99526c6e19df28cc46d11d923aaadb81ecf760672882945dc21ff9c10e23b70b +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset.meta new file mode 100644 index 000000000..23089291e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_43.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd59feab7a962e4e17525b8f6990a6d798cac49aa462ddb42e8b5eee2238e6da +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset new file mode 100644 index 000000000..af64ee775 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fd847a159ac08741fc042a0a30c196956ad926336a7bebc84ed3deb3ac67d7 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset.meta new file mode 100644 index 000000000..5011eaa00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_44.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059b04cf32ce30d6836bba92ea526b138d92f7753d77b4f9f63f76bf561f4fdf +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset new file mode 100644 index 000000000..0a860de09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07406b7708eff43c04ef695a7dda29de4b2c45a62253ddee5822eb4045ecf8ec +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset.meta new file mode 100644 index 000000000..a3acf4f45 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_45.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6c7881addd0be2e827be543c55489ce8288bd3be3969ffd57ea8d387cbd318 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset new file mode 100644 index 000000000..17b203703 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1d8383d37556e9d26a3c9661b232176126aff9d1b906e6cdc465f14c83388b +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset.meta new file mode 100644 index 000000000..9c6bda8bd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_46.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d149a1e52d3e5a324306015635aab4ea5f5b059ac9e862954213511c91d915e6 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset new file mode 100644 index 000000000..8ac12867f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687019b9a458bee7e57e386bd3bf4e3ff37d20682c571c24e53fc68dfa2caec6 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset.meta new file mode 100644 index 000000000..1069aa709 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_47.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9785f12717a58bf8aecd8fd1eef33f5ab8f858501a31f29f3007f4ba3406e0fd +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset new file mode 100644 index 000000000..a0c66ae93 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756a9868e2c193fbfb84ed5e4f0ba0e21bfe7c6d8d81134a4780cd0be400b68c +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset.meta new file mode 100644 index 000000000..0f1c51d80 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_48.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a641450f62d290d8721f0065b75c39460c77ca3a600482d840c34f619bb94f7c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset new file mode 100644 index 000000000..21388c556 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccf700f576a5acc83ffd38b9043ad5715fa129af83e1a5c91b2c3fdc5f0d7d6 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset.meta new file mode 100644 index 000000000..8e711701b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_49.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef025b8e96909dafe9806f50649989bba0144995723a0ca0104b3f1da7cc503 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset new file mode 100644 index 000000000..c6fdcfef3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d9c4b5679afe9cb8f7e290b402ca7125549c89372541b72834ff8c97b7e9ef +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset.meta new file mode 100644 index 000000000..56438e845 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ab30f18d25b163674e400f94edf4fe09d8edf0a8350a34961e21ddaf037e44 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset new file mode 100644 index 000000000..d919e524e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cb6196f1152e1c53c8873ac942f0ae1cd4afd6c7f13ef81bed36622a04d211 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset.meta new file mode 100644 index 000000000..d42e93765 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_50.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec7d07e6e0d31fa78446653ddc5bf27ce2377a1a1b84b03d38fa4c23cbb3325 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset new file mode 100644 index 000000000..9bed88651 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d59233763a71e206d75dabe95c2e0ee5a56f0cb2117a31f30be77b6a9e3aae +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset.meta new file mode 100644 index 000000000..d24c84519 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_51.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f485085f59b3c8a12f86c3ecdc45aedba117f9593db871f281d30211355150 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset new file mode 100644 index 000000000..005459421 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286fd6a01a6f2b5f8c37f111551d0615136170b53845883b2910f8ad2413dd0e +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset.meta new file mode 100644 index 000000000..6a4576a7d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_52.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b623fa04881a7851ec0dfb1a9e8b342c6554ce0364feb87205f752b956a3ca +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset new file mode 100644 index 000000000..51ac09017 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cb41fa5e6992a5f565acef6299c7bbb12ccaafa2e9bea6bc6b0f1b77c0beac +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset.meta new file mode 100644 index 000000000..40a2755d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_53.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c963863985532f0888254f07b9b8d7d65906e703e0a03e20a1b5324e730f723c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset new file mode 100644 index 000000000..16db2b97f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12757f3566ade6b1f67b1402379f82266fd18c8d90fd77460efb0e4d0b4ceef +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset.meta new file mode 100644 index 000000000..7414a3b5f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_54.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478401a3cb6e0c3928886c43979ae20671a6c02ec59744fa2beb2e95960e9b8c +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset new file mode 100644 index 000000000..2db9e3fed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60023a5d5315af28433d5c3da60443bf7389febc4bfb38760db58f88e7b73cfc +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset.meta new file mode 100644 index 000000000..3da8d3405 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_55.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7a2c388f815453a87cd8521c555d723ed0c600b116e113f3b05c23f81bfa23 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset new file mode 100644 index 000000000..03520cfaa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38af2eec40aaeafb61bfd6fb034fa3b77943a70a33615303aafd2fce9210cc4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset.meta new file mode 100644 index 000000000..b87dc8458 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_56.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9285182c135b8bff0d83339a592bd4e9e7605da25a4912837480e6e0f3843868 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset new file mode 100644 index 000000000..09d1ecd4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd31960942f842df48425767e293a7ea95e4b8f853e4b71a3a24f1f48a80b4bd +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset.meta new file mode 100644 index 000000000..a31e934c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_57.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f870f6bc685e55837be8a43515b2eaafaedb7dd05e152ba99d33cb1ab7ecc7 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset new file mode 100644 index 000000000..60c18c8dd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30438b171740fe92af831e55fd427ff1d33e3a46f8f63790251785757ce5e3c4 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset.meta new file mode 100644 index 000000000..5ffc873b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_58.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563d31100e95c84ec73766c53a56c44a835cf18423618daab13f9713604c81a8 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset new file mode 100644 index 000000000..3dd6c1334 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45f740a25e0bbd1e508e4323f6549768c30727edeceb70b58af10e64ebc74c2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset.meta new file mode 100644 index 000000000..121ae8569 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_59.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ce590b3fd41c671cdb5532effbd138ee42ed6684a2abb91a47b8068d1200c7 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset new file mode 100644 index 000000000..32fe197fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c1c3ac09535984f273ed66d651889d0ff03f6d56b7b297109e241c2206a410 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset.meta new file mode 100644 index 000000000..c305f013e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0509ba44794adf82de22496464af096ebc2bd7b72ff151c88940cf5f0fc8dcc3 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset new file mode 100644 index 000000000..e699bcb9c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba75200fa98be9483a186c5d2fd0177b4f84ffc2c356c60a6d4d1b90a4dd646e +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset.meta new file mode 100644 index 000000000..50b30ff8f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_60.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193ad7765719dee8929fb5099afff7079cd5b60541fdf16e14721d2a7e0357dd +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset new file mode 100644 index 000000000..5a90c1e0e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1693f2b2896649466deb87efb1e22cfbfa2d6c4d8f630c4ce6624181545948 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset.meta new file mode 100644 index 000000000..965344785 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_61.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5047177ce353622ec89a4f2c974d828317ba2708db510ba4b20753c579fc6250 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset new file mode 100644 index 000000000..3bdf4cbac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f3ef2ead2ff975d52dd89f2886ae9888aec537918785344c88fb3add9dac19 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset.meta new file mode 100644 index 000000000..9f198ea97 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_62.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87435fa7ed5f784cc7a9f96b3fe0e84a0f0c8ad7b3385d64d684fd85da909687 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset new file mode 100644 index 000000000..aefd7da92 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d483d4d8d0c816b93e2fa7e385470d87faf3e6d632121de4a10e5ae3c25960 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset.meta new file mode 100644 index 000000000..8968ce5e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_63.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d5d9fecfa80d5824742f8cc3c93a6caf6133a3906c198aa7f23e8473e695df +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset new file mode 100644 index 000000000..004f08863 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7da3765e491c3a936cbb0906c145bdca04f195839940008ab2a29f11d7b7c3 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset.meta new file mode 100644 index 000000000..5858aa88f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_64.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ad9df38b838be1fa1e7d59377142ac7d3e6583ae2d439c8e7a2af0632c6e8b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset new file mode 100644 index 000000000..a4d7d68ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e0ed89d4daa8011009a691eaa13814ff77c32003b76a7fe9053a208cb98bba +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset.meta new file mode 100644 index 000000000..1d55885a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_65.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd977409f48ad7fbdaec02946b7bd242d934cb2078a41b3fa0cbedea88f4d26 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset new file mode 100644 index 000000000..ecc52433c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e3990d4bcfa7dbd6e387629c94d345a5076aa4e870a0afa9ff16b690bc2f3a +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset.meta new file mode 100644 index 000000000..18b584753 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_66.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5a4077154f0ed97b438d6d04e1cc9677518b1ffc5d2f33c2c0f3c6415511a5 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset new file mode 100644 index 000000000..951d24462 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc46e159276a5924e964a008831939c63a9efa5e0457f4cc7e89965210a0765 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset.meta new file mode 100644 index 000000000..842d2a7be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_67.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b0598f25444e9e591caf86710ca32aa94917ed6182ef2d2ce31989982d8ef0 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset new file mode 100644 index 000000000..b1536d62a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32def6cec82e34aca4cfbef1569f0a786a70f0744fa5310f52c978e43f3f8e55 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset.meta new file mode 100644 index 000000000..7060a051f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_68.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:217c26c9e7b39382fcf66c9033f43153b3f699681806cf66b89dbb63e2fabeab +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset new file mode 100644 index 000000000..2f436190d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeee5d8ba7c20586ff723903586cc34f2a09b4eaf3f91f2a8b5e86012dcc083 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset.meta new file mode 100644 index 000000000..ae6f2e21a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_69.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3585e5bb1f6635ae6a1cb7d64c227c7453c6d07ba2699ae15f0ad185a97e4915 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset new file mode 100644 index 000000000..a29953a12 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ba069c31366edaae11addde74dedbb167fe1120f107e9a092bab10d9315940 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset.meta new file mode 100644 index 000000000..48d6c69a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafa706b5d3228177b161e71096a35db75e22ed7af7fa4650a4f4a678a981730 +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset new file mode 100644 index 000000000..59fe397f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dc5ef254f470f066261955a97e470f0188fc7056abc6773a6efc9252ae89bf +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset.meta new file mode 100644 index 000000000..38a88fd64 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_70.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26b6a3ed4ec80cb075b944e11d6cc46775c5c5ca9ad3071ff6ddef4d2e70ccc +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset new file mode 100644 index 000000000..4cd5ccf41 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d2a30e1f9e3d49c54752fadcc689b1955530480d2fbe9a7cf98d502fd588a7 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset.meta new file mode 100644 index 000000000..2029f1d72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_71.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e5b546a7170829339cf072de58ed7d3de5b978a4ff3169fdd05a708f975219 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset new file mode 100644 index 000000000..c97c61591 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585e4c725ed3f6f41b3f3d30b72abcabd064439143fd742e1360ac73eda70dd4 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset.meta new file mode 100644 index 000000000..ab17d29fe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_72.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba9b5fe92c0615ce498ae4305fb2c8e312cb8625dc55d21a039de5f41344c4b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset new file mode 100644 index 000000000..63b5f4b71 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93632eed254ed9914787184cca438157a1e4cdcf26c53ef01a7af77985b55707 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset.meta new file mode 100644 index 000000000..819eaf60a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_73.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeb86be1993e53a6fccfceefab4261adfb2239e154eb2bc26155241b2d31ec5 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset new file mode 100644 index 000000000..e977fc4c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb0a73fd1fe4d2393483824be9fbd92ff55f243128d3e02d6eb69b93cc8859e +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset.meta new file mode 100644 index 000000000..74d4c57fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_74.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172192e55fa668050cb89af60c4868c9328cf4bd00b85f22e1421f099c6d0652 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset new file mode 100644 index 000000000..f8d3fa58c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4502d46e3906654ffecc0d06b6c96cc15aba1dbaf09385992b7ba57c4b321171 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset.meta new file mode 100644 index 000000000..2aa492080 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_75.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c5708ca099918f443270b135372d5466544224b263dadd19aad75f106e04a6 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset new file mode 100644 index 000000000..d68574ea6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb750c760a47550599b06c7bfb1ef0c1319974661a0275cd10b6a59711c08f6d +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset.meta new file mode 100644 index 000000000..077cee1fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_76.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e18a5c4ea76c8015876f65185817901310f8ca1061b6ee2b1e5a66dbfe5870 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset new file mode 100644 index 000000000..2bd7d0f66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb52dfb255c04ec081b64d07a167505c0d50c0ddca0aabdea9c4239ca1f1ea50 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset.meta new file mode 100644 index 000000000..fe7cc9093 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_77.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6563b9859dc2dc2c221411add7ee658acd79c5e61d67ba4c8fb479404ad3260f +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset new file mode 100644 index 000000000..33fd33153 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dee8c9efd1111a68eb34eef616f3fd2d12e9549d9f78b9d7d53cab98158d336 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset.meta new file mode 100644 index 000000000..70f1e4993 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_78.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907f713f70b2f0fe9bc4d282f7a4b646b9f8c698da0201bb3b06d6f49babd8ed +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset new file mode 100644 index 000000000..4fa75240d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c52f4d815ca0c83aa8f7c49f0280c136eb807ce7856e301e2e55d47d204b13 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset.meta new file mode 100644 index 000000000..bd52f9ec7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_79.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab882380f90a29b8539026f207b0be53d596ea8b81672d4f4e4849261aed613e +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset new file mode 100644 index 000000000..760d63f45 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8eddd8c29d69a461fbc59aa1aeb3522407eafd17648645f943d0c2cd3c3a9a5 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset.meta new file mode 100644 index 000000000..77e31a971 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a344b66e08e7a1ea9331468d0e9207b9547ba8d66d7d35c7cfe6342ca3a05f +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset new file mode 100644 index 000000000..e78e8bdaf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f86bbf2a8bf2143ae734c10d0bca5d1c3622c2b63cdd752551b545707f4f89 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset.meta new file mode 100644 index 000000000..61cc9e437 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_80.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b3fe82f84d40174f61f1af8adb80060af5c9b7640ae75daf09be954b272df7 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset new file mode 100644 index 000000000..b52aa1dcb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e12911fcafd446d570d91b0f41e7253a8cb932e5b09a83b656f650b4be901f +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset.meta new file mode 100644 index 000000000..26cbe06f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_81.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a88721ed765337ed32e7498368b7bf481e687acfb2c19ef6b75ab53114439d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset new file mode 100644 index 000000000..209ee8424 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e732c3287e571276a9f8cff2296be45099c7fade4db4a4a6be024d51674bf5 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset.meta new file mode 100644 index 000000000..cb3a366dd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_82.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f68b110898ce7cbcd02eadbb87234ff567eb8bd19703005e96cf0a1cce6f802 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset new file mode 100644 index 000000000..727010085 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108f6c4c6cf2d894a6ad6df8a43166f6d95c77ec177cd487807991cd8bffad28 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset.meta new file mode 100644 index 000000000..60debf02b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_83.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158bcf9cb0b07b896def57e548dd3394b1b0b704839b21660d1558b0f873ff9e +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset new file mode 100644 index 000000000..75050116c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c771fa6b7b3a29bb86184c01d11922f38dde8726604e90d3bcfd5320ef0d4ae1 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset.meta new file mode 100644 index 000000000..db0e06e5c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_84.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dfcda5d599da5395f7f3f3e07411cbe1acdc5c546ccf128ca5f71b4e622ca39 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset new file mode 100644 index 000000000..dd508dbcc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a1bafc8b0b8afc1f91e89bd6655024e8e79421f525ce56398b3c570082ce27 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset.meta new file mode 100644 index 000000000..1ae466e1b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_85.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5959f883f8e92c6d404e60b205fb13acda99c2c76b5db3a8ad5687d9a5ef90d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset new file mode 100644 index 000000000..6c4169bb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c308717827170e5030c7c091b67a764ac8d87cb4ef8d21f7be9f87676446d795 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset.meta new file mode 100644 index 000000000..5d2bff066 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_86.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6545aa35ca51c6d45953b8157ac2bc089f804f3ecd40be7c704541b694d49014 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset new file mode 100644 index 000000000..7ad594974 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea5eb55721ce6d97054b5e97f329d46cf3eabb88a133f42015524371dbf054f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset.meta new file mode 100644 index 000000000..2d2a09d63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_87.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2d7948b35a6097f9b4869ecb1c68cfac03a6f8df0e582ee305348893087b38 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset new file mode 100644 index 000000000..92fc7f143 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87c6a6c71c08ceb33b6f9161ac120a099f955a8ad6374d2bb9d8cdb4918f7bc +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset.meta new file mode 100644 index 000000000..3de6f2d9c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_88.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965e7c79fbf49952cc56f276e212df23a4c5cad3238b93df842859b7551bd63e +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset new file mode 100644 index 000000000..db4de32e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf680b567f2bf998dd3da633823f55bb7eb6d82f9b32d378ad647a5da4a1ccb +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset.meta new file mode 100644 index 000000000..35aa4f362 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_89.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9080c29c074faf8af23de84f293bea16775e1b28a7d3b631490e78b903568a12 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset new file mode 100644 index 000000000..a5d3d8c94 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8c711f0c7ad38a5267e8e7736e615a2879461e8317fa570c0ad79487d81cbf +size 781 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset.meta new file mode 100644 index 000000000..23069c87f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d210c041c27c5180224986675efdfaa6849a9b97da9ab0d34c8240bb57a3412d +size 470 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset new file mode 100644 index 000000000..6e662bc30 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3605b5fb1f7449cababbd8c8d5329a232a03a0ea01734226c410c9d253a664 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset.meta new file mode 100644 index 000000000..c27af0fd6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_90.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1649f72ce2020aa9b455a02ea62e3a0524e370c7d105e7495ec2788f601bbfe +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset new file mode 100644 index 000000000..a189c6765 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1dd1955bc37703345c6cc77f17d5d3973013c9e463573806749fd0ea003f86 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset.meta new file mode 100644 index 000000000..df9e9f7e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_91.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c611007aac94e930569d8c98f6bb5830ae570274ed0b0b9c05fccde4f4f29b +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset new file mode 100644 index 000000000..1c7591a74 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9309d7fe013d44e810a74bfb18418551d6e525a177ebb8ac6392c7044822fad2 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset.meta new file mode 100644 index 000000000..6d53520d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_92.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5fc62431540fb544c96b47f1482f88f4be3dea44478304d7c38506c9b5de3 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset new file mode 100644 index 000000000..7e651f29c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071c39a40f3260bdc080ba306fe7defad56cfd2ae226c5673cae5ddfca7414e9 +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset.meta new file mode 100644 index 000000000..5f1c746df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_93.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59794b8a1c7e7ae7c8b9bcdaf239c24ea8d7586da9a6358cfaed88e51598309 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset new file mode 100644 index 000000000..73a9d7752 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8e0ba4ebc6a8bfb1b2249fee88c67160bd4b44e2ce8c664b92b46c23a01bbc +size 784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset.meta new file mode 100644 index 000000000..093a6f10a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_94.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48cb61bd94e26f940771a53a6ab6a67f9c62c6ece269c25414f845461f19786 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset new file mode 100644 index 000000000..5a175ac90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb8414220cbdd4bf665fd6381a60fdee1498c552054fc0142f0f4d083c1169f +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset.meta new file mode 100644 index 000000000..17be8a808 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_95.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395f03daee4ad66afa706ccb357b125d1d6db2b47d64238293bda85555176e46 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset new file mode 100644 index 000000000..deed69c85 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb368ad789098b6d7d85913d891cd2cdac9f07cfaccc7d2a4117822f2c65b7b +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset.meta new file mode 100644 index 000000000..68c2c91ed --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_96.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9637b7d0064a823058353fe4e0d34b0591fd00ee8ae9c7d6f99aacdd4996660d +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset new file mode 100644 index 000000000..e9da4c84d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcc46eb66f2c97a8dca593f5eb58cf8278db3ccc3beba3ff94e1930e12e3d82 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset.meta new file mode 100644 index 000000000..69260fd69 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_97.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0a4b21f354ae7a7ab514b9e119a8527623dc923d0eb468992f9372bfb193f9 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset new file mode 100644 index 000000000..81e7fcc0b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afc4a876ea80cfa1782e5a42c0df521d1b87896e8fe167bec8e178ee14ec667 +size 783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset.meta new file mode 100644 index 000000000..668ffe262 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_98.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a5777e43a5b3c4743ebe6d18c63d2ae2da97102281acad9d5a64767c950755 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset new file mode 100644 index 000000000..1ec9397bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbca5f4a79aec78b84892f6d8cf6528886c7d11569f4d6ab06ff18589f44e2f5 +size 782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset.meta new file mode 100644 index 000000000..0da1ceab2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Nature_Palette2_99.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf9bfa91773fd88d941e8db2e2dae606e5340ce63bb84357806c9df359e1422 +size 471 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset new file mode 100644 index 000000000..d2922daaa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a3c6c2fceabd3a9b551aa31f1e7dcc611068f0de9ac99be4112a4e7339d03f +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset.meta new file mode 100644 index 000000000..7f571516b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa99308f8bb0fde566da23d4fe62a0526ca75099ad0dcd51e4467d9cb04b85e4 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset new file mode 100644 index 000000000..2b917abf1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276c608d2c5d11ce150f6d150b735894b62b1507f58a27eb5cf5686b58160e1f +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset.meta new file mode 100644 index 000000000..8b60ecead --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b7056c8295e1f68dad9b6f32268b24eade1b286b8006a150b64a9f40227300 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset new file mode 100644 index 000000000..0b8f24d0b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180b260399b140508e981f36ec8835553b4135a7b47483dc2b9fd657e5f21d77 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset.meta new file mode 100644 index 000000000..d2b45de17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077fb3e3d2849e3b33f62e526aed65dd8dfbfafd0d6a7bff9b8e381dac757cf5 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset new file mode 100644 index 000000000..bd10a13a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ade167a6a9cbbf67b2d0cb1444f5e1d58b81f4bd5025c8b57adedd382cbaf78 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset.meta new file mode 100644 index 000000000..34efe1f15 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2671cc7fc0f9afbf7a2826a0f2f2fb42be588d44bc8c004d23f7cae90fbce8 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset new file mode 100644 index 000000000..900c9544c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e454a00daeacbf355906995913779cffdb86194c84574b4213bccee9afd7c1 +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset.meta new file mode 100644 index 000000000..523181406 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236a602c1bc4354d3ae5558bade50cd83d19e203e92c7cfc8b30ce4ad614ec45 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset new file mode 100644 index 000000000..ee8ab1618 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a9a571c48958996072a432bc34b2a4d3ef0b79790e7c27fcb635f880dc4ebf +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset.meta new file mode 100644 index 000000000..3bc14b838 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a45ae013cd81378afddff81afd8169d27d8f6d767d8ba7f06b1a9b5f1d1b9b +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset new file mode 100644 index 000000000..4106da9a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a6cb59667943dc1be4d528bb463b34f600a26892f5a69a21c1e3c96c63dad3 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset.meta new file mode 100644 index 000000000..2c2f68b35 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b223620af294b245b133cb1baac06e4aae19191297a72c4f3cd2d3bc55499c9a +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset new file mode 100644 index 000000000..ff934de73 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f2abd39661c2edeab5b26f92ae49ec0f5fa9d0ae8507af1e7d8743896a8568 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset.meta new file mode 100644 index 000000000..3d60273ca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08978cde12683a4b12cd8657ab6cd2fa6476316087ff96cc0611676c59fbc770 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset new file mode 100644 index 000000000..9005c5625 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90798554fbcb275ace31d4996864bbf7c697fdd444301e0358e4a8dc9841c3ae +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset.meta new file mode 100644 index 000000000..0a4e6f5c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e431268f4cc40d1f6abd14d202d42a9d909c2c9b713f4df44c237d2e1f446f8 +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset new file mode 100644 index 000000000..5b9161003 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e9582e68000ea0a2ce815b11d086b376390c092e2e25e0ccdf90b4652cfc66 +size 780 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset.meta new file mode 100644 index 000000000..3ee8e6741 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Roof_Palette_9.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dceff170dad6fd331e88a5e073d3bbe7ee04c0b13ebbb8aaee3d73a4e21df0db +size 467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset new file mode 100644 index 000000000..d4282db05 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21521c329535b9c8474fe74fa72017911a534b9fba8975a7a77f0d743101b8a +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset.meta new file mode 100644 index 000000000..f012997b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f21c2d9562d77165cb6adf4b709b90cb0e9d5dc5c72608dcf346341f22fab1 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset new file mode 100644 index 000000000..2173464fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54619ba129cf93b14bda713f25d489ee3b99e296c912edfcea9084f7092b6062 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset.meta new file mode 100644 index 000000000..38959b926 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7a1298662dcd9344a2bef7ba6271151bf8fde8a4452695bcaefa778e4659a2 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset new file mode 100644 index 000000000..1402d190e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf774981f11ff915834010079a64370bef68f3c8a296dbcb84e1515c5bf46361 +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset.meta new file mode 100644 index 000000000..ed99e9659 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdeb68b27a20716d0500abdadc04e81c13eb773e7215e6d3feaef7379c78e9f9 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset new file mode 100644 index 000000000..d9c7d4a25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759116ac1b487f77cfb17685720a941d0088ab1e31369b3d5b96326156ca8830 +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset.meta new file mode 100644 index 000000000..b63549c0c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb2cd659ac2381ee79ec557f63b90fb4be9c8619733a5338cefc9f6e88a6c45 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset new file mode 100644 index 000000000..bc23dd6c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de39b8eefed1f1100a50b627dbd9aa70bb06978525799cb810c22bc31f976da8 +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset.meta new file mode 100644 index 000000000..0be197141 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39ee7b83a945760459a484ccb5d446f1a0c6c659c4c7a3b928998584d1182d3 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset new file mode 100644 index 000000000..0afb547a4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e7318a8c625a4c2d2d6577f69be759c4103adaa1a24996cb7c197cf722e688 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset.meta new file mode 100644 index 000000000..341537bb2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16744294d676d1a77ef564ec692d1e220d633c7a66ed39808360ce8490acf77f +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset new file mode 100644 index 000000000..d6b56eb73 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e30fde294832c7cdb5cf8f077d0bc67981a05cf5c4617bee130cea9ad46903f +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset.meta new file mode 100644 index 000000000..4afe6dfcb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2245fdfabcfd6ab9bc25dd7ccc870ebb4451817610791c91f0f4c68a4d919494 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset new file mode 100644 index 000000000..f490f03c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86623e978b28e73442c8a8f2fd7291a784a51bbdd6faa09250303acd788eaf0b +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset.meta new file mode 100644 index 000000000..859525fd6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4542185fffb0956235ddad8073de3f6b51fa64e8f9759c2e5f29b7fed36556 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset new file mode 100644 index 000000000..82e61eca9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96714b8c77a1d888960d4ab35257adcca8cd761d7efa7d67528ad2ef78bb779f +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset.meta new file mode 100644 index 000000000..ed9ac204d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Shadow_Tile_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8a70be291b0e0c51f07bc78a9b8098b5b7af94f1fc2c20cebe80c37c37e0d1 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset new file mode 100644 index 000000000..4fad0a885 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d99f36ca22058e165223b814d75fe0b144ead41068a5487634a80f0657a6ee +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset.meta new file mode 100644 index 000000000..02d51023e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_0.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0e23cea328e8d55885ec844ac85b829019bc75b8547fc57b4d3cfa4e7f402c +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset new file mode 100644 index 000000000..aa4058170 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7ea66b4b2bb64a78e0dff9b8259dbe2378c0e8c79fcee4aa95873d31e49fa8 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset.meta new file mode 100644 index 000000000..f2a5a557d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_1.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3770c6b84a2289193bcf0f3b14e13d3567b78d414de3041f1ab535d2a3dddd43 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset new file mode 100644 index 000000000..e92d16641 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdecdd6ec352b7e439d6c49395a7c5867629e738e145a2c5c041e7f7728997bc +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset.meta new file mode 100644 index 000000000..ac5e94e1d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_2.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ea8fb4ad8a2e10933a32323138975d0b577ba8d5878f019f1e5408f6bc0a98 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset new file mode 100644 index 000000000..1dc4e8c5f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6cdd08b44143305b6e6d55a50f1d39217fb542a1c118b6661c6d0f010583ead +size 776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset.meta new file mode 100644 index 000000000..4d8c551df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_3.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9bd9e3fbcf18cbe966bb203dc5bf3c0e8bdc453685a15c1bc86aecc601b03c +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset new file mode 100644 index 000000000..a7d4e4e12 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3759cc110bdf0e470596abb80b5cbc64db87b13a8cf03186f3cfdef5f666d8d9 +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset.meta new file mode 100644 index 000000000..e0dff5acd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_4.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03b3a0258448a82dc6cbda93a8aac95b908bf86ffe8de2db54e9fb42cbd84e7 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset new file mode 100644 index 000000000..3666f4127 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5934a62f9890db4318c1c506cc03dc507c56586980694af53f4dd61f37c45be +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset.meta new file mode 100644 index 000000000..fad18d6eb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_5.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0344217ab63b56ca0960547ca289b6ea4edc90d8d3f2406f92cad260e9b9e908 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset new file mode 100644 index 000000000..ec82ff145 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a83f8a335fa031ac983cafdf6f3b96521bdbcbaf5698fc1b69b546dbac889ba +size 777 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset.meta new file mode 100644 index 000000000..a6adaef1c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_6.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594aaf5364a361eeee0e198a3022201022fc325403e44b1aa4eb50e3a47cbce6 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset new file mode 100644 index 000000000..88d2a7aad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4c720d0076dedc4f156c9ae524c76610b1ed4e74dbd8278b48695ae45faec8 +size 778 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset.meta new file mode 100644 index 000000000..47dc59f50 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_7.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353551dd04970d00c5b86ba8abda32ed0c5ec6fe85263cd73e70df83da37f530 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset new file mode 100644 index 000000000..3a218baa3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14761c2393a1387019202b5fda6472230d742c64efd8d71bad75ecc8b0a3f7ae +size 779 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset.meta new file mode 100644 index 000000000..f0efa82cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Palettes/2D_Tile_Palette_Rectangle/Stairs_Tile_8.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92532f58aa0f266f950e558ca4cd941e442ff5c36fec4be4805d31e86465bcc4 +size 466 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites.meta new file mode 100644 index 000000000..ff6e05d00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d766a4da76fdaeb6c2d65c3410d68222d148091ffde9fdddd9fecea872bca459 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png new file mode 100644 index 000000000..2c6e2cc79 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a870b69ef632134c28ea814278afd5b567c6d5c102c296e43bb7b6e5a1a0fd +size 377087 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png.meta new file mode 100644 index 000000000..110d6d6e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Cliffs_Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af9909b930e0867541d845db9688a0e731df933c6ec679169c8fe1cd57aed75 +size 3226 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png new file mode 100644 index 000000000..1d4cf1054 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9483ac0904fb2c86764b9f43c95e307ac55da1d5f95c8246bebd0cb1eb55fec1 +size 1348136 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png.meta new file mode 100644 index 000000000..46e80d6a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1835bd5a76d49da235e6811a9c1a3d8642b8fe63f1f371033f075400e733e4 +size 14968 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png new file mode 100644 index 000000000..76482f963 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e0bdc1bd9e87730d5a4be75b69a50c0d3d735fb11fba4702321f56cc8d3f6b +size 564660 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png.meta new file mode 100644 index 000000000..586ea227c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Decor_Sprites2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e2a8d3e776b0ff783e2ff576d827716df7a95130e196eedfd306366460fbe1 +size 5639 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png new file mode 100644 index 000000000..4e32edb16 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ba5a0328e070529d8e2238bac7fa28ac29bca38c92849bdc20364b8cb126dc +size 29928 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png.meta new file mode 100644 index 000000000..67a4dd207 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Door_Cable_Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aec9dd11a05494766f6054ffb3d51e22c0b3bbe2c349e177b2a37b182d2e412 +size 3585 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png new file mode 100644 index 000000000..c7baa1230 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0863e27cf175c8c80e7948cc36ae949e286c2ec72f1662fd2199900e929e7fdc +size 355652 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png.meta new file mode 100644 index 000000000..17b419695 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Foreground_Tree_Sprite.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b3f0c6b576c58f157631eb4b07a5e23eb4a5c01588ccf384367d11bdaf3b7b +size 3234 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png new file mode 100644 index 000000000..ad524adf5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d370e693e30e2c47f9f84a8980e32e92847cb37d76e4860ae69f5bda2a9ede64 +size 4138032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png.meta new file mode 100644 index 000000000..dcbf91bb5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Nature_Sprites2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450abe94ead957f7bb19fe40c7092f4c39cd233c69d5ae116fb342e4a3941deb +size 12396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png new file mode 100644 index 000000000..add8f3957 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60db5090ba4eee5cc64ad768a5382372b67b9556533da96be4bc933be143188 +size 584786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png.meta new file mode 100644 index 000000000..089fcb1b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Base_Sprites 1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52eeb7fe139b862649e182b78e07dac482f31a06b484fe4beb02024e66f4126 +size 8621 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png new file mode 100644 index 000000000..4ef90f570 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315f632675b90a513e726dde7060c6b68d71400d6979094255711a97b46ec07c +size 3591586 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png.meta new file mode 100644 index 000000000..34bd1d37c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Outdoor_Nature_Sprites.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b02628faf7c0047edecd0627f8e67fb6c69ef222d7e782781d471ed332c2d69 +size 9903 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs.meta new file mode 100644 index 000000000..7fa0f2896 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaea28cf9f92217171300c11142cd0b129b2bd8f20256ca54d379de302597e4a +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab new file mode 100644 index 000000000..7eed4cdb6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c5dc54208bebbbb277b09e21c72ada2e56961bfb39d9b303d7427aa65c0c70 +size 6101 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab.meta new file mode 100644 index 000000000..3b267cca3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Button.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efaf69c4edb42b707de53af1377398c0f862b83d0483eb27ced101cc1332c035 +size 409 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab new file mode 100644 index 000000000..cce2e0750 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd3518ed5cc5b458dfd2e82f1afccb8918008f88e51ed6ac7bca93f4f9259f5 +size 6192 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab.meta new file mode 100644 index 000000000..11c25c824 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Chest.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8e95a2bae504fb785f7bf59b6d31f0a1660409e317234c8955686f8f25e087 +size 408 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab new file mode 100644 index 000000000..ae106f606 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73c93bd9f6ab551e0e61f16d1ec869219bf54cc49e93814d829b79d5529660e +size 8032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab.meta new file mode 100644 index 000000000..6ea2f270b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/2D_Door.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032452e839bf31ad6cc7fee57e2c5ec679c067163735a895a38276118233f5bf +size 407 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab new file mode 100644 index 000000000..6e402e15d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7603be2d475c693a02b7efe199c866b807453b6c7bad9d364224aefca12b2b23 +size 3687 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab.meta new file mode 100644 index 000000000..a43d06da0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees 1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32d2d4b1d6acb0d914407359ff0c53ed682c83ec9ed3468b36999cf5a85d8bd +size 416 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab new file mode 100644 index 000000000..1c82026db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091025fb6cb9a4ac9bbba147ed90d2c8d7f3e5bf5e0a6db7879745986cc8fd0e +size 2364 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab.meta new file mode 100644 index 000000000..2b9400b94 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Base_Trees.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d0dd592670653329368033ba7b3fb2944ef37c9516ff3af77dd4e4b63f94b3 +size 410 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab new file mode 100644 index 000000000..b6f5c2da6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dacefb55dd86c48d44cf43fa31fc368685afc7ec1151a78b803f6c6698e0ca8 +size 3551 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab.meta new file mode 100644 index 000000000..c99da9806 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Cliffs_Sprite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622a866e8492a9fcf511de6ce0fbe501a5f31282503bfb05cde3e125f4a3c055 +size 413 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab new file mode 100644 index 000000000..93792f580 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcd98cdc3f858a5cbf48f13c1302fc5e92baedd5ce4481692b7259d219596d0 +size 4767 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab.meta new file mode 100644 index 000000000..b3902b2ea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Decor_Sprites1_6.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd5beefa099c5f62fa4b44bf7b47e814fcc53182da7d644196126aa5e4e8a02 +size 416 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab new file mode 100644 index 000000000..987149766 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e296a0b26ad3ef9c88522c83190ce37cdbbf395548759d86efdbed0a18863c49 +size 2479 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab.meta new file mode 100644 index 000000000..91895bbd2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Grass_Beach_BG.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814d36089c479cad99ca6db06dc8db189d2df787232a61951a222506a4515a3c +size 414 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab new file mode 100644 index 000000000..9558e675e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4159e5f871efac66d5decbd275c90f719f8c05ce783a1ac099f725d7175bf16 +size 2502 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab.meta new file mode 100644 index 000000000..fd2a58903 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base 1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d0897be6b081c9fcfd7b60955e23c9dda959ba33e5ebd2e99d769202b7b87b +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab new file mode 100644 index 000000000..5892cacc8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bb35258cc4bfe117d6cf6714b8ac5cd509f79babaa9d209d7ebbaa8fe57755 +size 2385 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab.meta new file mode 100644 index 000000000..0b2a73ba3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34db2d8cbfc1136bc461dc6cd12e5a728e6ceadbab7e45eaf6a200cacaf769a9 +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab new file mode 100644 index 000000000..7229acb54 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b2175796e1d96238afbc7f0675b04aa438ba2a4a99b1cd277fe77ea0820c7a +size 2389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab.meta new file mode 100644 index 000000000..c3d8b7bc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Dirt.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed13652abdd98da8aef85607ce08f3d3adb12fa634bb32f751a59f1fcea10a3 +size 417 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab new file mode 100644 index 000000000..c35c28cd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d1210a8cc2bf73368eb3a97cae32c52b47696cea4dc41b31d6305df8ab5ea8 +size 3697 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab.meta new file mode 100644 index 000000000..09d5588b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e8894d8ad9af7fc60a5bc2c45987f15969b69f37717849eed2177cae11d19d +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab new file mode 100644 index 000000000..0186e0b30 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666e26b12e83c15ee739044c62b72bd168fa843ef16979e02d006948745361c0 +size 3566 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab.meta new file mode 100644 index 000000000..290a05849 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Fence2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d53cff29c468a8c10bbdffd24cd4f42fe5bb70378a4793a59a7ffa3a5286a0 +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab new file mode 100644 index 000000000..0877fc01f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2675804d15a104f3d0c711b58c82cbd08dc5d909c5c8ee801ee966ac140b18d +size 3578 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab.meta new file mode 100644 index 000000000..2a8e9a583 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Platform.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f091bb69c95056da7a5db4fff11e91be5bc629bc5fd659cf34454997f21bd88e +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab new file mode 100644 index 000000000..5b20802a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8f7f6d214312e0df3a6e5c5ce0356bfd6e665edcac914438caaab3782a982f +size 3961 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab.meta new file mode 100644 index 000000000..eb4d6f474 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Sprites_12.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7d3746641f754ba27c61f7d3f95e7b7bba2e6657da9641f1219d910537eb91 +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab new file mode 100644 index 000000000..ab6030760 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3a96b14954b4ad2a5ca619e2b7e384c442ad9592512ee4a5f71f844617ea0a +size 2379 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab.meta new file mode 100644 index 000000000..61ba60dfd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Trims.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5115929954ff6e4dddeb0f3c77720c061253ea33ebd274a92b4f7e01833991 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab new file mode 100644 index 000000000..9b4006068 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a2bde5f030ab0fa6eb24eb83b4220a1cdb744353f61640e02ff24db77483a6 +size 4073 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab.meta new file mode 100644 index 000000000..20e207a40 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Base_Walls.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf71c522188f873aebb28bbe86de3f040a68a49eea0397639ac84b53e0252c96 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab new file mode 100644 index 000000000..f4a7fdace --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11d2dce4133d2914c4aac85e04cc5d995685262c22d4095e2c6cb70ce851bb5 +size 4136 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab.meta new file mode 100644 index 000000000..3dbdcef91 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55724e837acd353ae1db4ba6330979a57cb89f541f137ac1c3d9bda5cd5e83e +size 414 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab new file mode 100644 index 000000000..39e6143dc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007ad629b6c99f01615e6abb7ea3c4e15987a7efaf1635d048aeae1be07182e2 +size 4257 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab.meta new file mode 100644 index 000000000..bf6e258f3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Boxes2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012c7f2fb9bd5d7e079665793c7e24225eb26223eab3f3fe430423006d821d8f +size 414 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab new file mode 100644 index 000000000..92a3995cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d35fbd4fb1283a5e48a0cfb1deef0a68102d8231a0d71785c1a77037231887e +size 2383 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab.meta new file mode 100644 index 000000000..7487ef947 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Foreground_Tree.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367960d72f58b53e9f5d0d811b7e3fba6ea1a3a35d6934fb576607ba3fd44200 +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab new file mode 100644 index 000000000..b62cab9b3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334f4893f720539ab80501372fc696d3d9f9fdfe3ff71d0332b2dd0d78348dd4 +size 3521 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab.meta new file mode 100644 index 000000000..c2caa0f46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Forest.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18c20c27ab2fbb518b3807fa9dbdb081fb7001b5d299eb1d676a8d92cf2d4e5 +size 414 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab new file mode 100644 index 000000000..bcc343fa9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e825348332fe8b53c51e4ff266c21b6cd36c6a0759736a6e6a6ca42dc81c78 +size 2375 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab.meta new file mode 100644 index 000000000..88e6348c5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Big.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368983c5d9243bc3b58075d835a6f066f5276cd95c93bd6ff032e4cbe61b5078 +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab new file mode 100644 index 000000000..d4b0e0ac5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fbcc3c48dace475d048155bcbe338aae7f3febefaec5e755e6ae403579a8df +size 2382 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab.meta new file mode 100644 index 000000000..b34ec0767 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Medium.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7553f635ca00e4a9fcc2abe66b66d3d60d357b764ed19d87879d94c762daed7f +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab new file mode 100644 index 000000000..459dce91d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169b194a269efc029219ffb2ea83b941c7e68c8b8689434ebd9670a6a1a576fa +size 2381 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab.meta new file mode 100644 index 000000000..95341b84e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountain_Small.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86afe723cfaf8f191d9dcaae86933fc8247e747e3dff874eedc78b2c93046a20 +size 422 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab new file mode 100644 index 000000000..a8fae8149 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56578b3e037f12bd3e00642c340b589d2cc86e6ffdade067bb5bc1922ae303c +size 6049 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab.meta new file mode 100644 index 000000000..482ac6876 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Big.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed05207dc19670794d32c2f6844daf0c53a02c001176f8ce545d304fb0ffc3f8 +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab new file mode 100644 index 000000000..e1f2e9dc9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7ec944a17a9c0eb08ce9bc0ecdd7df97b450c89888a2a3bd8f3dfbb6af39b8 +size 5058 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab.meta new file mode 100644 index 000000000..03d7b53a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Mountains_Side.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc7d685588973bccf81da8a669a0b8420449d45e322a79a4a20b1aa130f53ec +size 422 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab new file mode 100644 index 000000000..3fc246a66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c463b9a93e677b4853288c6092c85d4f86955819cd32c9082e94a56c8be12862 +size 3518 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab.meta new file mode 100644 index 000000000..1bb544022 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de675ab12188450542c32e81b29e2098041f77ed2c42d4dba96a9fd688bce12f +size 417 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab new file mode 100644 index 000000000..69f75ac0e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27bf84fc90960f38e1b36bdc87bc4c9c162e76950c1143a11a4f9e3d9ec0bfc +size 3522 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab.meta new file mode 100644 index 000000000..f657fe00f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4463c283b96c16586ddfaa652e455869a87ffad3d0661f52d791c1a25bfec9 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab new file mode 100644 index 000000000..1d436df2c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82db927a269edaabffb269da7ac2050904c3ab4f9a4c67a84f6495ef06027832 +size 3530 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab.meta new file mode 100644 index 000000000..c51bbe12a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Big_Ground.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fa833cbd4585981a11c0ddd8d75c6262f02885482e9327e0a069ef6b539ad7 +size 424 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab new file mode 100644 index 000000000..b588316b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fcccf3144238bca47e83f7c63b763d62bfe564df4fc78cac146b575e649d0b +size 3521 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab.meta new file mode 100644 index 000000000..770d3f3a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16eabc17a6f1a6fa6fd87d763d1a39cb7ce6d016ea533992b055199c74ad033 +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab new file mode 100644 index 000000000..d89bfa34a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748bcf9ab0c802bae5ffb1daf84d37e856dd708596ad1c7ca4b0ed8879ca02af +size 3525 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab.meta new file mode 100644 index 000000000..df555cedd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Outdoor_Trees_Small2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa038e6da96c5e34ab0d8c6a08ba9aadcde20d8e7a80e1f242b07c0243a0015 +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab new file mode 100644 index 000000000..5aa7ecdd9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b149dc88d1e9c0a91c581f7975741eea7ddc94353c1a9cc1d39333e62165c167 +size 3561 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab.meta new file mode 100644 index 000000000..bb9f39c25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddedbf3ec3fe7abd952becfc2470f994a5fba5305afb0a0c409077500e4c586d +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab new file mode 100644 index 000000000..8b4179832 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a3345be59a597505b8f76efdc5364a3d1004d6259f87ec632887a55e49042f +size 3555 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab.meta new file mode 100644 index 000000000..ac632a994 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5af2f784b08b9b59c66c594f79a21032ef5b4dc386691cb9052369631172561 +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab new file mode 100644 index 000000000..bfef90dfd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670bfac4126eb4fa80a75dc2a75f0fc1b587dee01653e51af0b3ce07db99be34 +size 3559 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab.meta new file mode 100644 index 000000000..a49a733c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock3.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f0017fcc0768f8ac661409027376968ffe583252a31e92d9319aa3bec7a1a0 +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab new file mode 100644 index 000000000..f4ff01452 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa2122031345343daf509d481f9fa7197bd7a472cf9ed47b3b1188b016a5112 +size 3550 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab.meta new file mode 100644 index 000000000..49f2b2a24 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigRock4.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837c0bd6a2183772c793f989c9d42d3bcc9054d0aae412cbebe333d7a4d00b47 +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab new file mode 100644 index 000000000..752c41cf9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5a2c09acd10ca060b67022c989f1efa2f3a562bcf7eccfc5134c786a0aad58 +size 3559 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab.meta new file mode 100644 index 000000000..63e1517f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_BigTree.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e512c62dae37ee0c87357182e1e7cb141d309afb2342aef814e9c192b024f5b5 +size 414 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab new file mode 100644 index 000000000..17b398793 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2d3d915d9ad6df1c5b5840ae2b00c54b43305ef0c481653ba5d50ee1cc0371 +size 3537 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab.meta new file mode 100644 index 000000000..2d06366ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Box.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464233aad93fd7cb38b61cc3609e372ce1afb1907a4f86fc68e6e4ef7bc31979 +size 410 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab new file mode 100644 index 000000000..d68c8e063 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857c68118034df5937c0ca0ac586e6a2b6e9c979ec5c2a04d7e6e027422e21e5 +size 3660 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab.meta new file mode 100644 index 000000000..e2f7fc28b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Bush.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091c736cd6ae31f88f600ab33f9b383e4a59ae822cc1b28b28c736a2fdcb9276 +size 411 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab new file mode 100644 index 000000000..0d02393cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9a539560e92407135c66a0ae221a096ab96d773fb6159edd595d5934847442 +size 2467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab.meta new file mode 100644 index 000000000..aef0ae04f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1381f7f60953b252310a213e71b69acc560e9c68f85183db2b9053e5bf2dbbfd +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab new file mode 100644 index 000000000..43ed81ccc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7916a994cb7d2518de0ebc17536abca38cfd09cdc9e07c7d099c873a5631b2b +size 2462 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab.meta new file mode 100644 index 000000000..625800dd0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Foliage2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9514a1503e6ea546c5573bc6c436a0560c8dec5f760dec008faa08b4c00b01 +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab new file mode 100644 index 000000000..a63fee996 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc5a0391e158cde153d97bc9297dbfa84753b59dd0b4f09f52875eacbda990f +size 3551 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab.meta new file mode 100644 index 000000000..e9588fbc4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Gate.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61361b6077d2364ef86a6eead8324c8203d0c173c11371513f379c0122add6e7 +size 411 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab new file mode 100644 index 000000000..e7063c159 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7f54d896b78fcaf47ae53b942d7e5765cd865bc84362d54d5ed8f5ecb8df55 +size 3666 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab.meta new file mode 100644 index 000000000..81d34c064 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Grass.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1cebe0978a689d62c31d1ca4c647105b15075fff29aad7601485e6248f5130 +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab new file mode 100644 index 000000000..e6b026d05 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98520943f82d0ce1f87a3345d4543265e5918b07875246b02cb368973ba14f44 +size 3571 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab.meta new file mode 100644 index 000000000..9b5ff4dc8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Horizontal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5403915223f70a7dd98695f15dcfb076c56e4c641ddd53ac9d04efd3c2dd99a0 +size 435 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab new file mode 100644 index 000000000..8b4b246da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc060154b92fc6e85a433dab424af3c9b28eaf19fc77556ea90442173bad0a3c +size 3566 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab.meta new file mode 100644 index 000000000..301374129 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Big_Vertical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e526ed5ad7f2abf4c46569b074b259dcb5006d40f9ac6d09c9d36e281a107e7f +size 433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab new file mode 100644 index 000000000..12168eb2d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885fab9645afc822c1b8e1db6a67babbb7ce88994c89d640bc6379b89e88caf5 +size 3554 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab.meta new file mode 100644 index 000000000..d1194298f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_GreyContainer_Small_Vertical.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29603f0e6061360bdd8362c2cd2cae19f3c7509ef86a7514169650985347366 +size 435 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab new file mode 100644 index 000000000..370312ee7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3cfdc9240ee0c5cbb86e849463256e46e462ed642d03788eb9a45ed9b24cf4 +size 3569 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab.meta new file mode 100644 index 000000000..68468b55d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c05f533aca22d83a01baf5b0dd92409662b490c0a5dad493f345a409126e10 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab new file mode 100644 index 000000000..f29767e22 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5617004492d7fbf48c106d426e14645632608eea96ad3cfcf0f2be826b52fe1f +size 3555 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab.meta new file mode 100644 index 000000000..c16bca5c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_MediumRock2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acdf032ebc4145fb5d001264e6122618b66d7e0dafc5c6a0df6a669e69c20e2f +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab new file mode 100644 index 000000000..8df41fdf0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9112af5bc0d4eb9811b3892362b20da4fffa6860a6020eb491b143a5f03beebc +size 3521 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab.meta new file mode 100644 index 000000000..df247d9f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Pillar.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d1bc38feb775fa03966546a6d5b2b7e6fd122f6be43d3f50d3707a33b091a0 +size 413 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab new file mode 100644 index 000000000..802d81997 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca23ca381448919182461640e3b8ef7d5faac6a391258e106a74523f21f282a +size 3483 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab.meta new file mode 100644 index 000000000..e2dec73e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Plant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65473fd80dad5bbab7632340be7c728aa8c1bb396b7a7cd620617fa3ee693d7e +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab new file mode 100644 index 000000000..5197d6f40 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2622e4b732b68a7f8015062bf7003135d27dfcb8617c6e7d2524d14b65b28906 +size 3565 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab.meta new file mode 100644 index 000000000..d8b3ccb19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RedContainer_Big_Horizontal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a483e0752650e33a08f40af3268d8438bd0646825c8226820ccc7928d5d115cf +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab new file mode 100644 index 000000000..71caabf6f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be60031cdb6e9ad84f9291e099e7bf0d47fb3e2a5780a67f0b0f0da9406ee0df +size 4422 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab.meta new file mode 100644 index 000000000..214bcc9df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Big.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1e5f6153b8fd3b53c950c20518db4398edae052905f3a3570d397e01ae99dc +size 421 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab new file mode 100644 index 000000000..8ad21053a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9bfdd27a2c2fb820d2870d724b5a0f13b2a4ebc903ac1657b23b4bb8f102de +size 3554 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab.meta new file mode 100644 index 000000000..da15f627a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_RoundPlant_Small.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38640043bc8099eb0837c1e23137ced99bc0f560b36aa5f89de006b1e7d8b4a +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab new file mode 100644 index 000000000..2e9d655ad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b76b33bf7d1e0133cecd534f235b0c77e208ecb1c7c20fa5931498e7590e08 +size 3562 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab.meta new file mode 100644 index 000000000..54afccac3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_SmallRock.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340d0a59ee560bf7ea7c38b9d4eafdc6a8a02859bea9362ea4ddc7d80332c834 +size 416 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab new file mode 100644 index 000000000..c2f45d075 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf6c63fb9cba147574fd6208abae08a0a08043f32b6b14f9f4196be4b713d88 +size 3506 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab.meta new file mode 100644 index 000000000..65ffd14e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Sofa.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffd3e7d79531cfe1e1134ca16facce3004e37b7a7b0db2b63c7ed8b6915e454 +size 411 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab new file mode 100644 index 000000000..19414e1b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06212cb8b361b53810f5124b0395400f6388010bd17622f1969442941685f031 +size 3543 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab.meta new file mode 100644 index 000000000..90faa585e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_TableFlower.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3424e6123af8cdce1fa031aa0927b76ff6976dc3d7fe4cdca655a25ca524b0a9 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab new file mode 100644 index 000000000..77d879ebe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ed495fce4d3ccbfec3e927ef1ea9756b071bf271975fad0410eab7076ea79a +size 3659 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab.meta new file mode 100644 index 000000000..c21b326bf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2625a5bec1d314f0a9fff3e61593663eee3cb7dfac5021713ddf9cc48f1331b +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab new file mode 100644 index 000000000..8b6848da9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f376f06f5a80e58469f0af5c093665a49b2cdd12f70ac04d242a28722591b3 +size 3660 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab.meta new file mode 100644 index 000000000..e2ff020d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_Tree2.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5129616ed04ff763e8c3585bd7bd55fa02e5322cae262cef6d34f4a2e6e4bbb5 +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab new file mode 100644 index 000000000..e2bb5c292 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7779757340eb24c865fd96c8f1a9565d5dac64ed01d953bb041ebf60129bd2 +size 2381 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab.meta new file mode 100644 index 000000000..726294252 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Sprite_WallTerminal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fd0ccb16a1e1849c492886da8bbc6f0d6a5819e7da21dc67cff4271c40952e +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab new file mode 100644 index 000000000..f82465008 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b0b767b5769404e0865eb397255a468450efa6da8db68b40b2b1ac4ddec7d5 +size 5431 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab.meta new file mode 100644 index 000000000..ad40669fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Prefabs/Water_Sprite.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e5ab699d8bcf380ab381a6d546f4c818eb76dfca5597f2e80c8104674f31ff +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png new file mode 100644 index 000000000..39042fdca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3e5f7e6e1aa86bbf2e0b538ceffb13c90add7863ccc0893f1c81f456ebdead +size 18129783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png.meta new file mode 100644 index 000000000..057867bd7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/Water_Sprite Sheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a1f82ea1137b840ed61c42c5b489bf50fe4aedef9ef9c3dcf6a6d56dc036ea +size 28731 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg new file mode 100644 index 000000000..1cb312593 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec07ae8366eba04707c27d3036c1049b43c55b41103b5b90c147afd1cbdcefa3 +size 1634599 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg.meta new file mode 100644 index 000000000..89de5b69b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/Sprites/grass_beach_bg.jpg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4d5b79e8355f04ed6a60ee9751f6e43a9f4b68f01e057d58e531df4683ba85 +size 2888 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png new file mode 100644 index 000000000..3b5de131e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb094c37db28861dad900eecd0e893fcf73558fe0240430f929f677d8f7e4e2 +size 7281173 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png.meta new file mode 100644 index 000000000..de1913fe9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/nature_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d067cec06ddd81b6b712e2d08b734939927bea671df907edc14ce73fedd1e484 +size 122735 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png new file mode 100644 index 000000000..ba2ec3957 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bbc9c57c76a5a926a057efddb3506eaebd1972f83e6a33bcc1a0c8802ab674 +size 929477 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png.meta new file mode 100644 index 000000000..625486617 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_base_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfe7d4aa01eb7d1f13367c22626f1631ead50d5d5169723c74cba0f8e252457 +size 53498 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png new file mode 100644 index 000000000..5d7783c0c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89023ac3ba7f7c423195ca75c3c0882bf0a6be13bb45344025e366da6ec33b8 +size 141509 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png.meta new file mode 100644 index 000000000..d8f8ebcf2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_rocks_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aab63b8bafad8921712b222a59154ca842694cdd099a1b65b572a3f9ffd22a +size 14433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png new file mode 100644 index 000000000..0e0e82788 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2b1943d2d3b36745ed1836e015d5e8f4782cf22bd7504e0c1e9472b9c4609c +size 104578 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png.meta new file mode 100644 index 000000000..b8aff62fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_dark_walls_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869b994183a9616a2a8065f9b4dac982075058f2023d0be6ffe100aee76cb7eb +size 6578 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png new file mode 100644 index 000000000..44556306d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57001130c488c7a5c57ae08c166979e0fa70dde639a373c5e7661589608b41f6 +size 668257 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png.meta new file mode 100644 index 000000000..de31973de --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_extra_decor_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9596ebb4686799d0c369fe3c0d7bb3d3188c5f5683b8ebe230cd052854a192 +size 22334 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png new file mode 100644 index 000000000..517d050c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44fbff86e22a10e7f54cc914886f87e7c0b03a2b355d753fe99f1e078967c04 +size 39566 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png.meta new file mode 100644 index 000000000..b42179570 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_floor_tile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1c362cccb95892c3bcade1a2c47d560074572077eb2bb3b5a3f39f3c28b6dc +size 8321 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png new file mode 100644 index 000000000..265f014b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3009b49981ca3b85bb3e1059f5e3bd3eeb0531c8682b09de905d3317fbbca3 +size 60121 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png.meta new file mode 100644 index 000000000..bb4e9ad92 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_lowered_area_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced81e8cc73aff6b3e25c34095cae3db340ccd61848ecc47fe2943ae864388ac +size 17819 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png new file mode 100644 index 000000000..fb1d64129 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe46e97fe7117f733dbdbec39874b0c7e6421b14c014f7323ed0ad2822bfbcc +size 54613 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png.meta new file mode 100644 index 000000000..2ad802212 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_roof_palette.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e53ba0d4c2885549b0e084569af4966c7d58b2da7750d36405daebe779ba7f +size 8897 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png new file mode 100644 index 000000000..dc85a2d19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e37ccd715f0ec5ab3aea869d8fa006f440c875e8d090aa466c950f8397f2240 +size 59122 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png.meta new file mode 100644 index 000000000..6b52ae449 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_shadow_tile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a896af475cbbded83a658e5fc38839bef75e21a4b990e453810b25d84c57577f +size 8342 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png new file mode 100644 index 000000000..d9f711db0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26130f50a194e01f0ded1ee78aef377b06da1816821cb771047b391a0d04e31 +size 28380 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png.meta new file mode 100644 index 000000000..5d7421cce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/2D/scifi_stairs_tile.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb59557c5f5b203447f4a559582c759635cc0fefd446b62c7ed9ffa047d973ee +size 8338 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd new file mode 100644 index 000000000..d1c87b56f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a6a8a3136dd1b24f63cf8d897b1b202e6e85e99403eec349edd20aace379f8 +size 46382 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd.meta new file mode 100644 index 000000000..196ea79f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Falloff-Reflected.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55903840060a27c98833e96a087b8925fc167db211dcb643ef756df55821a2f +size 913 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain.meta new file mode 100644 index 000000000..63f533c08 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fdfecddd9e77130bd1ef66da865a21bb81dbcd5ff36f22f73d8c1a13e3e970 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes.meta new file mode 100644 index 000000000..8efe48c7e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefb5e50b1df1e61fc4b053e3a7ca1a1b9cb3db69462373049f1659b459e9e53 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush new file mode 100644 index 000000000..c14ec870e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548e4b874f0578d9652b4c0ab11caa840ca3acad4151c0f28eeabf120db97551 +size 1036 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush.meta new file mode 100644 index 000000000..2e7b01c18 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cloud_Brush.brush.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c184200ab1b3f276a6c82c6542035091a36efe952f45a5951d3c7367c311e99d +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush new file mode 100644 index 000000000..6a41705a6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71271a2e9529d081159ee509262eb1d6689f95ae1b05926054674a7cd9bfc755 +size 1037 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush.meta new file mode 100644 index 000000000..96c0040fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Cracks_Brush.brush.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5f9b439e28e9f4491d26236d33e4aaf07ec94404e60a7c5e6019fc950c66d5 +size 443 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush new file mode 100644 index 000000000..798faa4c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b3c0ac3c3554607c50214b3b64cdf709745070497cfdda6bc0a85b020b9ccc2 +size 1036 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush.meta new file mode 100644 index 000000000..1cc010778 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Plant_Brush.brush.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb62ac9b371b789fb4ed028fea84d361d27b63f1d11f1d178a916e13ec53e1fb +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush new file mode 100644 index 000000000..281d70648 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be8172b069126dc8433060eef660a9d3ffd7d1ce9566801bae8654596b0ee48 +size 1035 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush.meta new file mode 100644 index 000000000..1dfa73b3f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Brushes/Rock_Brush.brush.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29266217e5ae74f1cfc4130c7609ca952b5983f933690a15524f0d37b56bed7e +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers.meta new file mode 100644 index 000000000..ef0258e4e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d569f7e6f98660032f41411588e398f1af05bf6dc39066eab25e9d6c00f94c1 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer new file mode 100644 index 000000000..134e7d5b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432c969898634d77fdf2745772ea1d9b9d66d808f5c4df4e93c860cc45f8751c +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer.meta new file mode 100644 index 000000000..1ea2abcb3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Blend.terrainlayer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5b6929843e7946513475f0476851c233e1c73e663cbd1d769a4c7a593da46c +size 461 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer new file mode 100644 index 000000000..35408e532 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81592d63e781fa68950c10ef7ebd0c94a67077904aabae945796aa1c2df6951d +size 788 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer.meta new file mode 100644 index 000000000..49582a96b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Dirt.terrainlayer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df491d48a02f7056d4742d99f16005ddcf24687cd21da68e0ec9f483cbf746da +size 460 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer new file mode 100644 index 000000000..e7bb63511 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07a45955718c08200240e32800db764ea69d4a15556687644448b0c4e8f8ce3 +size 789 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer.meta new file mode 100644 index 000000000..658c3565b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Grass.terrainlayer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb3863f51a880db948a316a2e2293221eafabd37c16fe8bafdfc237ba9c260a +size 461 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer new file mode 100644 index 000000000..ca27479d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1686845b69d03aa5d26d1d347da596a48bdb38c8e35168a017fe4ae711f0bb53 +size 729 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer.meta new file mode 100644 index 000000000..12343ef17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Layers/Terrain_Sand.terrainlayer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8313cd3155e6451ab2e23e157a01974c8adb9db930c9d409b9021a840594b6 +size 460 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures.meta new file mode 100644 index 000000000..b3d6ca65d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591e2f335690ff5de115654fddf0f5271a55ecafe8a4682abfd9d9c62b0eb26c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png new file mode 100644 index 000000000..c51c51c32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db1f523dede9c03d3b7afcdcbf03c797c8d5fa7b6e1172c1963d301e59a1646 +size 81046 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png.meta new file mode 100644 index 000000000..027564e40 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cloud_Brush.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308da41afd98ebfa9edc0881d6d23f2bf12feb8b92e6347135607a41b5259d8e +size 3555 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png new file mode 100644 index 000000000..4748e656f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8ad2b8165f0d4c428260ec9ee6faff7ecd71e0e05616769ab7604562147b18 +size 30958 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png.meta new file mode 100644 index 000000000..22922bfc6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Cracks_Brush.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55a9e8cc498664e86014750c52a89b2f8aaabfd75be2bd4975339efd8943d45 +size 3556 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png new file mode 100644 index 000000000..4bbf139e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f7c010361ad50c8a74d044bcbf59478533ec0de5f6ed14dabbe1b3eb1e706d +size 284784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png.meta new file mode 100644 index 000000000..49a0b106c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Dirt_Texture_512_2.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185100cb5f16d213bce0ea96235aaac4a911c51c6870c89f32822a868f910543 +size 3562 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png new file mode 100644 index 000000000..59bd01cbf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6698d4abf9152fed351cd239f691fcb036439bf6df49f737b6259e56a089f3 +size 226861 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png.meta new file mode 100644 index 000000000..e11ed3540 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Normal_Texture_512.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4578669113cc90b271c1251b406ddf6e46de660200a80c02875fe58f356a7f +size 3568 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png new file mode 100644 index 000000000..96ce42e07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db010b104cd154cbee1b7e09a7e6581b524e1bffc84159f31cd39123975c8ce4 +size 262081 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png.meta new file mode 100644 index 000000000..3632875aa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Grass_Texture_512_Greener.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8acb8d5053e49630c86ee1d54b2c58e8a59be10d05333e26f0e846f1f879bc1b +size 3569 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png new file mode 100644 index 000000000..616736753 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f2f9c56e3f424bda759d7976d7cb279033107ce830f81f784ebcf934eb5762 +size 371959 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png.meta new file mode 100644 index 000000000..4e5bd8550 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Normal_Texture_512.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7053ffdae514b86d01aeaf5b9cf8fad3787604d1633a1929790e0de5fdb02506 +size 3572 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png new file mode 100644 index 000000000..aa0158e51 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b880b41d8bfc10923cc79ca64d600d6386f76640f1304b2f0ac60fc137bdfe2 +size 246915 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png.meta new file mode 100644 index 000000000..9dcca56b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/LightDirt_Texture_512.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0dbc95b67069359ec59866ab419066d1a22fc7f77c0e640cd904f487933a12d +size 3565 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png new file mode 100644 index 000000000..eb0496449 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2957cd14953f24b26ca22f3a0c5a28c4b7ef044ed1afa4c803bf70d1ffb14cb +size 99995 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png.meta new file mode 100644 index 000000000..b2b5aeb62 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Plant_Brush_1.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801344b50e4198e6a04374bc5b00a81110b2ba033e008c09410d60f4445167a4 +size 3557 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png new file mode 100644 index 000000000..add800e10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcab0140ff35c4bd5c9744a154b8863a1d5cbfa3026eace5d891bd62f2b144f +size 18318 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png.meta new file mode 100644 index 000000000..03acf93fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Rocks_Brush.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c05afe1782dc2644f2dfdd493cf8aaffe4bdc8c89104975b0e03437ea922569 +size 3555 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png new file mode 100644 index 000000000..369f43def --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83b62b191b28b4c61dbf7954b45b41856466b81b5e411cba7694a3f1b92aa0d +size 1901 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png.meta new file mode 100644 index 000000000..385f429ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Materials/Textures/Terrain/Textures/Sand_Texture_512.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d2cc8dedc6ec462cb8701ed3cf18f0088592244eb1f6b1e55f81d0b68a1d54d +size 3560 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs.meta new file mode 100644 index 000000000..2b04b1bb5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f4e7f2a3011abfc35698123ff9042ed6cccc7d9468eac724f607a841ac55f7 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D.meta new file mode 100644 index 000000000..c34492d35 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81c5c5cec71c9132afc8266441fcde8e0f0b02afc1c93d6f806a87d75a5c67e +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character.meta new file mode 100644 index 000000000..2f08cc256 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4414f6efddfc979ee2cac0687d7020750fe2933e55bc890dd2e8d5d553a77ed +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller new file mode 100644 index 000000000..7e6f06cb1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e377de3fd1218877305c3ed9cc57abb2f3d92b1a8cd085e8d93287bc423dd9 +size 7606 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller.meta new file mode 100644 index 000000000..a4100d0f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Controller.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35803fea241ffeb880ed2982e1e57ab258b25b2470416030371d40c2735eac19 +size 457 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png new file mode 100644 index 000000000..5e944edb0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b956f65b9f9a46f0757159357dd7b63bd40d82245ea215deb4c4283a0787ba42 +size 694504 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png.meta new file mode 100644 index 000000000..d3c4e7a40 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Idle_SpriteSheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303e99d9d37a3b8aa1d3ec007a1a4e4af442139d328a7e07b4d414a22d3fa31b +size 23726 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png new file mode 100644 index 000000000..abf6b883a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b551cc69e13e6b92876c7d7abbc7441c66acf95ca8838c3b73cb95be9c672b95 +size 601156 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png.meta new file mode 100644 index 000000000..cbc3b598b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_Animation_Walk_SpriteSheet.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6737c29ec9633f925a9166a24d1090c8d18b98d0f072518b7a967f041942aa3a +size 21468 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim new file mode 100644 index 000000000..f1f2329be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb16cc1ae562c7624c24dcfe89d4759603e10cb47db96d2f6bc8ea6b345a458 +size 3244 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim.meta new file mode 100644 index 000000000..2a0c2e489 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleDown.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a220e57af0598c08d25bbb339201da38b21639a2c54b91b9b7dcf6071ffc6ab3 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim new file mode 100644 index 000000000..17e05f853 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2324121f3826a47415ed1d33a1e822e2eb69588a4c7c8b7588cb85aabc42ff +size 3248 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim.meta new file mode 100644 index 000000000..50422685b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleLeft.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38622b5f497693da232bbb6f8b5dfa0330ac8cec78a2e437b8947defcb035d8f +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim new file mode 100644 index 000000000..65d8f25a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3d2f143abf768b441ba7e329a73961acb5fa6c1ed6a3a52da1390d559582a0 +size 3243 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim.meta new file mode 100644 index 000000000..f0a56066f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleRight.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6afe359cce82fb6e3aaee0c997afda417736321025c1214b897b9cabb3dd6f +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim new file mode 100644 index 000000000..faa95a83c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec6d0ebad401ba14f1eeed5ac34b9edeec677c28cd890de9dee766158ad423a +size 3246 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim.meta new file mode 100644 index 000000000..11f781bbe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_IdleUp.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7723ada4c99078b530f105d9a729b1e9de6bfcf3ec486bb81b374524cfaafa +size 437 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim new file mode 100644 index 000000000..34783dc03 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853ca19ae4722f29441a5dd9e4a8e79f50033508c16483fb572acba977e8a717 +size 3064 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim.meta new file mode 100644 index 000000000..ce1a2dc0a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkDown.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6872969aa2fa8ac007a7ef08c3276d65a4fa874765949bcf3294790797c44444 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim new file mode 100644 index 000000000..099e1ba83 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9d83393726c6a352d765ce9e697adf6c0ffa3fd175306d597e829c3b01e166 +size 3066 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim.meta new file mode 100644 index 000000000..f2c0341da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkLeft.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0647f034c7c72cac0f0ee1f1be259834e71ada2a6bb7bb7bcdd56f7e640f59 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim new file mode 100644 index 000000000..1eda80a3d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d35f02ecbca8328bdc4f189f8d6f726a30a712729185c6132faf0bc32acd63 +size 3073 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim.meta new file mode 100644 index 000000000..795836d6c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkRight.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44032f426db7bce65753456b5c0bfa5bdc7f4ae769a71324d8ec704642d5ff93 +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim new file mode 100644 index 000000000..189826bdf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151914388d645205295d8adaf59550d58edcff25f8f06b81613ecc835513f571 +size 3068 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim.meta new file mode 100644 index 000000000..f72a55267 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/2D Character/2D_Character_WalkUp.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728e8abe0072b5c3f01906e17416afb4a0449a1de44779f5656834b52ed315bd +size 437 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab new file mode 100644 index 000000000..33b6bf127 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d1dd58f6f8fb60cc482adf71e718febf9e5b9bf03bb89d640c6aac69a537af +size 6368 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab.meta new file mode 100644 index 000000000..f1a2eb161 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/2D/AI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd5b3ae524128f06de0d2853ed6184d080e343da626c77d6b51a878db980868 +size 375 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic.meta new file mode 100644 index 000000000..ec5ca24a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d45c9d32dd85301c149c1d6bc67913a75492819ee13b5ef7474cad3d025f4d +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab new file mode 100644 index 000000000..b9fe5bbdb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2fe8c82031c99b507f4a6e5cbc91b59bb0098e39180412088d2c83b03999a3 +size 2832 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab.meta new file mode 100644 index 000000000..a3cead8a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Classic/SomeBox.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002328fe63e856d534062bfc300b20004220247788b9dfd908cd3f2d2d326546 +size 291 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes.meta new file mode 100644 index 000000000..3b2e7f8d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08818b29070c8ca497613aa04b3d2dbcc08a41b0436f865e36a03ef4d8503f9c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx new file mode 100644 index 000000000..fa74c03cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd45805db1d1b80597e9ca670a59bc30cf84816c93da1d481820b2697854cef5 +size 28848 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx.meta new file mode 100644 index 000000000..341ca5d49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Arrow.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c3e5ac8d5f3b5e395412299bebf56fb998e90af7fcfa787d781f8cfe02661f +size 3026 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx new file mode 100644 index 000000000..817ee65ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e08c4ca664d9125d7d247f6fec75fe18920ad59eafadef70fce764ee3f84be +size 45664 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx.meta new file mode 100644 index 000000000..7ee02f691 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Normal.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a165c1f9da8753496b49d34469127db6c7364038d732f565f4d80cc10dd94d52 +size 3031 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx new file mode 100644 index 000000000..067c1310f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf763e4ae19ce7de9dd593ba9e3b9a49d84e54346806cc882c48f505b715f71 +size 45952 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx.meta new file mode 100644 index 000000000..f34e3abb9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Box_Special.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649a04608d249f9834256b4921c0f1533440865342731e0b5c4162835089f36c +size 3032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx new file mode 100644 index 000000000..c0c5bc6ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00220cb17608a106f759149f0b633e3860b29fd0d77652a31413660b9ad91332 +size 38128 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx.meta new file mode 100644 index 000000000..2408cc563 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a4cb5dae1f8b2e8c89cfb16ddf4aa5c258ad0c98a70904381fc7f68a786d0b +size 3025 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx new file mode 100644 index 000000000..9c7520c5a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79be551374c381b5eef4230ddb67c85658e163c88a802fb3c918b33130beb37 +size 58224 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx.meta new file mode 100644 index 000000000..bb1f397ab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Bush_Flower.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5be7955327e3cd774714c2f162c545f9f8fec6997b4c71d664f439bf16f412 +size 3032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx new file mode 100644 index 000000000..58fbc4866 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435e9f4fbb07c76dc6570319cabc7e11e4a0262a1d4ca25e3a8cf23df73f5e81 +size 29248 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx.meta new file mode 100644 index 000000000..ea7e2aa7b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a33fb669b4eeb658598a4fd4d2b81d50bbdc30ae01706dc4d6f8a84377194ea +size 3027 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx new file mode 100644 index 000000000..39840583a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f481ee6f909b078c4f66febc5610a280789aaa0ad2daaf328132a8bb4177232 +size 30640 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx.meta new file mode 100644 index 000000000..1bf1e24df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Button_Cable.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:596da9d1b8a87942255b613e78f74c0a658351c4130b23f50b7d32d3166f1c03 +size 3033 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx new file mode 100644 index 000000000..3ee5922a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e890fc8201942ea5f329ecb8b483e4c05959801f67098e6d0a94608e6ef7b7e3 +size 29792 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx.meta new file mode 100644 index 000000000..fc90f7bf1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cable_Corner.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883289c1edef3c23e8390db418353122fe87c0d6b1970eff6bf9e5b958bec3d0 +size 3062 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx new file mode 100644 index 000000000..559e6deb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fc4a47aa631a1b3fcdd0e068e7d85396d413a0d631929c35b50cd0de8e3631 +size 56992 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx.meta new file mode 100644 index 000000000..b1d655b46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Chest.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc589a024106706bdc9ad9c61a881ed7ae03cee4ebe89c7104ebbc98e5bb31d +size 3026 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx new file mode 100644 index 000000000..8b112eb10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeb061189fc1bc0bc70ba077a1678c7adbba1832b00f1056e830bede8ffcc63 +size 30784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx.meta new file mode 100644 index 000000000..8efe3a529 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd08456266520f9b448e94dd9a0f455c0d2b7dd6171c93c35c396fb0d066fdab +size 3026 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx new file mode 100644 index 000000000..9119f29a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9576f970ab027c783e9319d1eeb9810c480fb9433f288e81dd94cea056d8925f +size 34096 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx.meta new file mode 100644 index 000000000..681130826 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Cliff_Archway.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebb1fcfffcd6bfb9dc6a7cb01cd62ab0b7638488f89e6bd5ee69db142505220 +size 3017 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx new file mode 100644 index 000000000..f98cc1274 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fd8c33f6dfa5f68dde70b734d2c936de3d6f7f005da880400aaebda29c2cb3 +size 43792 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx.meta new file mode 100644 index 000000000..ebdb66669 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7184448d6666fbddf69ae4917e9e416549c9724a70e4856f3d22825cdab6c890 +size 3030 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx new file mode 100644 index 000000000..6ed2dcd11 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266ad2937d4d4606d681678308144f3912657cbb3d54e132c582221c4a22abf8 +size 43920 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx.meta new file mode 100644 index 000000000..834f2499f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Container_Neutral.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865d35b7c8af236e508524db296581dab9963d7f90aef1c828adf2c830861257 +size 3038 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx new file mode 100644 index 000000000..808e9d18c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fed164829a84d9530b8c4b46ad2910576b1de778fbd42a359a93b80d2e4639 +size 42320 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx.meta new file mode 100644 index 000000000..803c351bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Control_Panel.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2e789849282231161ecbce089b0d30cbb08b0419e505bfe510ca04126c4a0c +size 3063 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx new file mode 100644 index 000000000..47959d685 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bc25e95338b2014596240db9ec902aee4b3eeb2a3cf27b7094af67ced3f6cc +size 34176 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx.meta new file mode 100644 index 000000000..0f854e593 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Crystal_Cluster.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10eaed81050beb492158c147b3615bd2062d2abea1414cbfe2e579017c513627 +size 3019 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx new file mode 100644 index 000000000..56b2c9071 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731a398ef68ce9274a2ca3f172b5afef3b8dde16923f91500254d6c4180d678a +size 26848 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx.meta new file mode 100644 index 000000000..9b7217ed7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Bottom.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e636cdd8744a00c8f2119c07820affd25e2aad32c557451d63a7520e8984e0 +size 3032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx new file mode 100644 index 000000000..6e35111b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fdd7a9f68d8dc18177a9777e74af2a023c3d06c6af178ec2c841edaa31f310 +size 27552 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx.meta new file mode 100644 index 000000000..2fb8fa886 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Edge_Top.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1339213d5a9cf67eaaa902a8fb4a85a196b1264fc1cd4c836b8430def00e0b +size 3029 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx new file mode 100644 index 000000000..3d5e808ea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1099d770e15b360fe79e521c4f6aebcc61a1a8c8fa4dc603c97f80258d4fd1a6 +size 28064 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx.meta new file mode 100644 index 000000000..073e97ff3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Flat_Stone.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0864fef65d17ffbf4307f54e7b3ce7c8d4290e746c467b95b6a86cf236889e9 +size 3014 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx new file mode 100644 index 000000000..9ebd4ae70 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048481c3ff60900b365673b888b3a8d27fa225c886ce1e7d2a93e6b880cb8e5e +size 27152 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx.meta new file mode 100644 index 000000000..e126da41c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61aa05596b252985fef4f8c5a9384b99a0d0f92fd4881f9ea21fbc9700b40fb1 +size 3026 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx new file mode 100644 index 000000000..a125bc3cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a913a2fade0c07aa2e1d485938ddd23486c444d9ad3eb3a59ddf0c56831b84 +size 27744 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx.meta new file mode 100644 index 000000000..e906c75ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Corner_Straight.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a769454197722d951baaa41e0b84d8034becf3ff8398b0fa5d57ddaacb865f +size 3042 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx new file mode 100644 index 000000000..e27d6ee6f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ede92a63bc73cce2babe9aaf1d9322ac7c344f897f5c5d723916fe7aad8c4b +size 27840 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx.meta new file mode 100644 index 000000000..1df5753d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Glass.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c757d363b2de02ff33b5d1da67c781873adc5adea01dcb93d5e304ae567499e1 +size 3032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx new file mode 100644 index 000000000..6ae5d91e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b79657128b28d75f063c918a98bc61d07687a39fe37d59d57b94257f80695e +size 32240 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx.meta new file mode 100644 index 000000000..1dd845df6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Ramp.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbcdced63849b36420831de53da30877e4816df8863c3054288594b6dbba5ad +size 3031 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx new file mode 100644 index 000000000..f85d01570 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4d1fc6124a766da6648ad5e339a94a78a66aee78c2538fe94a49e6ecc8a188 +size 33552 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx.meta new file mode 100644 index 000000000..d7ee7e710 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Floor_Special.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f411287aea81365a30c8dd35fdcd6f65ce49dfd0b41189d149828a627fc44f4 +size 3034 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx new file mode 100644 index 000000000..575c4a7db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5fd34bf54b50d8c1041bf1d64cc3216509933ad6b13f1bd15ebe106ae12577 +size 29072 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx.meta new file mode 100644 index 000000000..26ca24f14 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Green.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd3dab5e76888f413c341a0fe2e7939b3a8928fd86c36cdc112ee1cfc92cde8 +size 3060 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx new file mode 100644 index 000000000..96b779ea1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa60192e9c18ae4af17c42e77a7ae9d3f34a4d8a6f28a8c0b6fdef237179e6c5 +size 29056 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx.meta new file mode 100644 index 000000000..912634964 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Gate_Red.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fc2bc448932851cc668b1ad8798cd59b8fb40611f430b5c281a641e84e85e3 +size 3029 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx new file mode 100644 index 000000000..9fd9b8867 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629eb93b6901e0e2ff935bcfd94a4c11c57b0d81a328a14f6f7864ea8dfadb3b +size 59216 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx.meta new file mode 100644 index 000000000..9d73c291b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Generator.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35f5d2316a512b25b92c7e1a72bd09cd0ed0ede4b2c3355bc21d2f06805443c +size 3030 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx new file mode 100644 index 000000000..06e4fe56d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199fc0862cd4f7e59a36f92fe54a6b77bedf1c3ddbf9728c9fd47db44ebdd451 +size 27824 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx.meta new file mode 100644 index 000000000..73b8513dc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321bfb2f0ff97e4ff707e43e033eeb522233a1df9a5ee9f30ce53dd7053b76e0 +size 3055 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx new file mode 100644 index 000000000..6fe51686a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac1f20dd80775cc52e02b37a0c12af22e0b815c61165d548825eb4c8f0d1955 +size 27856 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx.meta new file mode 100644 index 000000000..9ee2d55f9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Neutral.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff94e623623455775f01af8de84be86dbcd1167cfbea8b025b1104d7da07ec3c +size 3063 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx new file mode 100644 index 000000000..78cf0bd48 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad42f2a2143fb30e5160f862e4a09dad9f6e0481bbb3be4be3317e1a957b3301 +size 26784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx.meta new file mode 100644 index 000000000..34f1893e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Guide_Teal.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fe1e2fef54b717a9020c279d964c36117fcd1f50b8bf606f764de9e0ec5a5c +size 3060 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx new file mode 100644 index 000000000..0de121879 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c613fbdae925761e632cd409535bf2d7896e26cf4b082f8c717287b2af27f56 +size 30832 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx.meta new file mode 100644 index 000000000..a599aff49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Short.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa23dd2b9c393124888668e237ac1c12d9455f9751f65dc20c354901bbebc15 +size 3038 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx new file mode 100644 index 000000000..d32986de0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3f44715dc87fcd97a256d95e1cd3a6d1aad7b6197e8e4fd65c8aee736fb5c2 +size 30736 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx.meta new file mode 100644 index 000000000..d19bd0c89 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Full_Tall.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91118d32911f2e51408e1f9bb943737aa19d2789a4b1aea6b09aa29ba13ed698 +size 3037 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx new file mode 100644 index 000000000..eea83860f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b22aa0e2e3776daa927868622a4028f1b4dbd654380701db0bdf665ee62b162 +size 29232 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx.meta new file mode 100644 index 000000000..9ce59c61a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pillar_Short.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3111b3f5b7faa8219bf0be22bb1aaa16728e5c8872bafd8e63b5c79c5421678 +size 3033 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx new file mode 100644 index 000000000..27d01549d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977f767d6d9a784fccde21386d4ec064dbfa4346e704251a22430d7014f4b43b +size 30080 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx.meta new file mode 100644 index 000000000..0d26e918b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Pipe_Red.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6347e2927001bd4ca89f717a91943b25a472d4c98a2e6a48b7914e4a58ee25 +size 3029 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx new file mode 100644 index 000000000..408a4bc34 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53724559bb9e18f6810c8900f7780cc94d7b2ad7d885d54e6b8895bede685d69 +size 28368 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx.meta new file mode 100644 index 000000000..0bc66378c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Point.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cfe3868cc6d6ef02ed38e5cc737deea5183a12a8726989f2dc33096dc9e77ec +size 3055 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx new file mode 100644 index 000000000..fd2dcfa8b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6dd6b7c586bc244b58081989eb1f4295b1f38dad9e19ef19c0939a1c2c9299 +size 28080 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx.meta new file mode 100644 index 000000000..3c73febda --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8676a871528ef23d73f4a4cde273d4a1684ebab13468e70f02462a8dfb52cf +size 3028 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx new file mode 100644 index 000000000..9491471a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab5c01737b2f8e66e06d4fdec3900a1770752e7b52c41b07cfcd421048488fa +size 27024 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx.meta new file mode 100644 index 000000000..770da633e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Railing_Post.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f0fb2b508a6229c37e49d0c2ad6fc76f282d27e0566a0ceab97947be36f6ca +size 3033 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx new file mode 100644 index 000000000..9b27ff20d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5781618c748a6153e96f9e07703c684355591b37519e8d7504d6c13d5450fbd5 +size 27184 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx.meta new file mode 100644 index 000000000..411044b76 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Roof.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47a72b7a1cc119099d29f6dd82880850e6ac588ace752b1dc8eb99654a3f2fb +size 3025 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx new file mode 100644 index 000000000..0ee384fcd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687aa8ba41dd924fd2664f61b89e12a545823d689ae91ee80234872e5848872f +size 78784 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx.meta new file mode 100644 index 000000000..74b2cf6d3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Spaceship.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8ad574a63d25a806589f9eb1f14960c80157a807754ab9e0410e96a9b07d08 +size 3059 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special.meta new file mode 100644 index 000000000..822aeb472 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ea4e63e0c209670218c7f312a272bbad891b14a568953e64f0f378938c81ce +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier.meta new file mode 100644 index 000000000..60cfe36f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6010a25ef81f6ea8227482bce2b4cf53a4ef1ee952020674adae519f2fad6bc1 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim new file mode 100644 index 000000000..11c45d876 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dc3d971179ed69cb62b84f31a66c09ef13f34c3b9276201c287334b0a9c361 +size 6483 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim.meta new file mode 100644 index 000000000..d130926cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d390c9c274ab90c10598cc113c2c36c17a5474bc1bbd88225b81d5f0c6111a +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller new file mode 100644 index 000000000..00906fe94 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b563eb885b75e786201af4b01414acdd9d7ce5b69727aebd58dd294e8d59d91a +size 2040 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller.meta new file mode 100644 index 000000000..fc90fba88 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Animator.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57e19fc29e6ad4697101861a9bfe4abcbb3845bd673afa6735b17c28a789fa4 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx new file mode 100644 index 000000000..befc04afc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b25dde613615430825f989873cf0eaa00e9b5fd40e0d535ba13c88f3b10a060 +size 46960 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx.meta new file mode 100644 index 000000000..8b831ec43 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db65d13694232dc879f99ec8579e68841a95da1450bc2bdfe83a6c04d41bc81 +size 3078 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx new file mode 100644 index 000000000..5dcf3886d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc9b7e1b813340d954d6d1ace5de450479951dfb17a0365717290343c5cc172 +size 68240 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx.meta new file mode 100644 index 000000000..4ce198f82 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Barrier/Barrier_Door_Animation.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568162feee284ed267369713b1de928d9abefc05cda524a078044c2ead036536 +size 3088 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx new file mode 100644 index 000000000..2da721527 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e1747895b39aff11d981a72acbba62bbc1ec65a548c4b0e4c1e727cd7a7d68 +size 31712 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx.meta new file mode 100644 index 000000000..493b6b38c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Box_Prop.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc4b65ee11fb97c55a4bd553c1b600a8808ef5589456b68f43968bf238669ba +size 3037 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge.meta new file mode 100644 index 000000000..279f2057d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02dd4001d500ad4a698ad371b342d8e1f97a1e84438ac00f49b43cbe1d4e58c3 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx new file mode 100644 index 000000000..f34db9610 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfee4125f14cacd9bfc820b70e636506db267447122444413703ce30084fba6 +size 72960 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx.meta new file mode 100644 index 000000000..eb417c752 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a70e5e74ee24ca0b8bbd41e09c43696ec3c8bbb8af177a6681d0698e1d478f +size 3071 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim new file mode 100644 index 000000000..889caa0d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e3e0c18871dddacef9b4e664c92e5d9e67c1d3162c5aef11ac2958c3c08c8a +size 18821 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim.meta new file mode 100644 index 000000000..839abcbd2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4252327abf2e292797f6c6c001fcf14a8d856243634096ee0b3ce6a6e3f42710 +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim new file mode 100644 index 000000000..0d8a5c072 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5144d89d798651c0df3387ea8ee4b3f84936653ce1f5e3d2af800ddf49d8aced +size 11633 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim.meta new file mode 100644 index 000000000..dc982d441 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Activated_Idle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71e0aedd584ccdee22db8bf7440c8e155f1c1f42a90fac1ba4b9b23e75f4b6e +size 445 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller new file mode 100644 index 000000000..9cb778aad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a23ba4589f2421371769dfd787025ef79936bfab271ae5e3388e21c851c1b6 +size 7592 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller.meta new file mode 100644 index 000000000..2eb648b33 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Animation.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7380f560fcb65870bce94da3ba58de97d0452f317dd1d06a17aa37328ef5a6 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim new file mode 100644 index 000000000..58e45a794 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af8ee2ad91b06045f003be43f48dd5463ef62dd1b2ff7e26f31eae974a5f49e +size 18811 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim.meta new file mode 100644 index 000000000..487924ba7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adf5733d56b5a3b0d16183769a9c374b5051003feefa633b28ae03a17072bee +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim new file mode 100644 index 000000000..657b8d989 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad57a1d8769f9f0db551b95fae90beafc1d77db1a482701b936611169f61627 +size 11739 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim.meta new file mode 100644 index 000000000..0f8280e99 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Bridge/Bridge_Deactivated_Idle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc55c919cbeac11459d96a35f761965172d125d19c691ec87af7f27c59f82bd9 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door.meta new file mode 100644 index 000000000..5cd03974a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314478fb85ef28fc1083f15f1af44cd7132d5c4ed4d13b32ad12583ea1c5afb7 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx new file mode 100644 index 000000000..66918d109 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcc8a7c2023d7635933169306d2036bfdd3c272698cf876cc145128b3ae26cd +size 72928 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx.meta new file mode 100644 index 000000000..579b186fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb5087a7ff91050512201bcb121405c69eab4a84a3205928f2a20de732f9bfa +size 3038 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller new file mode 100644 index 000000000..43f094d2e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da2763399040b818667a42ecdba00e245373cd51d60bcbb131ed5ac165d25bf +size 7393 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller.meta new file mode 100644 index 000000000..f26471a29 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Animation.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f3370615b570347fd3a304da7edc26a5a7480cd023884fcf5f1ea45d33da37 +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim new file mode 100644 index 000000000..14517384f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16250fb58755471f0abe93170027c949db5c1f1939410dfc036fd3094dd8233 +size 30814 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim.meta new file mode 100644 index 000000000..6def3f99a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Close.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33134b6dbedc356a6aacc29b46e083f764bf136d8307f5ba9d7b31529c19c9ff +size 432 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim new file mode 100644 index 000000000..28ccea0a1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb34f58a9fc5c1fc1e233404098f06701396465d8d71b68900fab2484340cc6 +size 35045 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim.meta new file mode 100644 index 000000000..a077e8a14 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84f723c5604a90339572cf28e0984d1d394c2ba393596f4de973776c19fef1b +size 431 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx new file mode 100644 index 000000000..9e5b38a42 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11963f22b70b0cca0947f160aa12f2abc096d358bb6a5ea138aa59ddb997b4c +size 117376 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx.meta new file mode 100644 index 000000000..b17da7bbf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422c6edf184c0647bc3c68ef2ce0d063b21e4df6f3aeabfa44ebbf9936d6f9b7 +size 3072 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim new file mode 100644 index 000000000..419370a31 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee3a8cf5ff7d73f75fb0b1fd3b934ddfb15abac340a1fc16702f2990f65a073 +size 21322 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim.meta new file mode 100644 index 000000000..93475dd91 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Door/Door_Open_Idle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55c7496cc685f216b9f58a77f1eeb90deac36b7a32e4f3c8e3f639862639ad2 +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan.meta new file mode 100644 index 000000000..e3636cdc9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204798ef3d2cd53088a3f1f000e3dd2dee8cd9cf18dc6f27874a91ee6c8ca47d +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx new file mode 100644 index 000000000..f46e57ec5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6c16176513b0c3285d26e11979d42aa44f60578e5617cd999f6c300be08ad0 +size 41712 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx.meta new file mode 100644 index 000000000..75c0ad961 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcc849fb5fef242fd4ce58e7b47cfd4c0cf1b55aeddd95c0b25fd0d723dd38b +size 3065 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim new file mode 100644 index 000000000..6730763d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062590ce418c3eb718e86a49cfa9860160d209596430a5d6bbb12bd7e1421c12 +size 7349 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim.meta new file mode 100644 index 000000000..6cf2994fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756c1018d3985ee6cdbeaf9ce2c847c77a35e8cb9279fcaa76a903db92346c52 +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx new file mode 100644 index 000000000..807d1aac2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63894e9a8d0ee510c2bd18ba4aeb23e33d34ed027e73866ed044801d5f9a2c21 +size 63456 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx.meta new file mode 100644 index 000000000..72f89beca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animation_3.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c77d24874bdd2d3919995597280468e2740383d5f98c2892662754e3bfbfee +size 3077 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller new file mode 100644 index 000000000..7c5519d13 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310d6f6f73b8f5d35246ac0777a826778e18967f32e5b1d54fe735cb9807aca2 +size 2036 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller.meta new file mode 100644 index 000000000..0b05781b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Fan/Fan_Animator.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad3f4ee9f93c533d9f655f87a4b15b1d6918518c4327ec72ac4b7eb46036685 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest.meta new file mode 100644 index 000000000..e14abab44 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16068e2db4689085fc0ce6e7a6711282084f477343a6d0debcfab13714f27ea8 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller new file mode 100644 index 000000000..d79195af3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9112e8eeb68a9d78d9870cf20f21b6e30529e04f805896a0b7e6d25fa470efa0 +size 4959 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller.meta new file mode 100644 index 000000000..cee506d6b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Animation.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3447e0fe63b3c73fc025f22ff8d5c516b899dd238fd152076bea412cf8206c3d +size 457 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim new file mode 100644 index 000000000..671907454 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56ae8e0b8dbebe40bfb4b868f850259604478fa2949aaad8a7abc929325eac6 +size 25332 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim.meta new file mode 100644 index 000000000..106e30447 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Idle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11c9f62aa02ece1af62255cd25485959ff54d6d686c59a7371f37c170506a73 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim new file mode 100644 index 000000000..a709fff99 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2decf0dad8d07debacad3ed4d008b1d5fcc91208885b6de82e5612683918efb3 +size 33937 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim.meta new file mode 100644 index 000000000..89054f3e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602a68b40201840e55b41977104e99eb1afcffb0a46e26feaa960faf74477ff9 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim new file mode 100644 index 000000000..491ebb7f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab93ccd01435027bf97a68926796e66d398bc3460e20337fee9fd0f24b9ac76 +size 76565 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim.meta new file mode 100644 index 000000000..9e8e8ff1c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_2.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c11d5921e6b3119b7da2544c516779a7a7f96a90f2c21ddd8fcda0caf1d9a3 +size 448 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim new file mode 100644 index 000000000..1c6f34bdf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66324c26d9c3a23f87078186caed36789c4b5517fb65cc1b1793125422169ec7 +size 58807 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim.meta new file mode 100644 index 000000000..0c8101a72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Chest_Open_Idle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce5b4091dbd426a6eab1a907a4961d816e51a07b9d8b463e86758c7806af4b4 +size 451 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx new file mode 100644 index 000000000..bed9d7996 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5165c64c850f71bfc1f44a979351300fb26611acf1943726b2272fae5e9fc227 +size 147552 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx.meta new file mode 100644 index 000000000..a025923b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Interactable_Chest/Interactable_Chest_3.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fed40cfbed654f28e2205a54e10b746bdc8fc335f25056682df1dc54989e04 +size 3068 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts.meta new file mode 100644 index 000000000..d56ef7126 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6e99e3e73790bbaf760da9051121c505369a729cf0bf071e329d97789400b4 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim new file mode 100644 index 000000000..5c70c38e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34ec5645c6ef7d71c2b5e9856db013158ad2d0fe235ccfc319f66ad6d6a8684 +size 210939 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim.meta new file mode 100644 index 000000000..b1ec7f889 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2226fb97659f9e85c8dae6458ff889252b7286d73a391362576008c929f4c9f +size 445 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim new file mode 100644 index 000000000..b43f0147a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c7fbc253ebcf9aa258a2dd8eced15a07d59bfcf186823174b0f5cd49e76121 +size 194308 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim.meta new file mode 100644 index 000000000..dda101ffe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_3.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f139345a60a80b1f6e6f9aa8e5b7c8965540633db02a1282aa415bdd93bdd758 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim new file mode 100644 index 000000000..294d31536 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350df020012829f5b088d810155380ca1edc47069cc55c68bbf93e008cabe655 +size 196884 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim.meta new file mode 100644 index 000000000..80611a45e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_4.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a56a13473fc674625462f4c5784177f20e3e14ec4456bd30e5a71b370e735fa +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim new file mode 100644 index 000000000..ce5a1b896 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f291b0e0398579829077965757de130ed9159fd2a882337d0bafbe672b3449 +size 845926 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim.meta new file mode 100644 index 000000000..9e3762374 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animation_5.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9c634815c655d057c6f28df0b5a59f374b96afc7bb73a2ac801e6b6f64ac41 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller new file mode 100644 index 000000000..d94fbb93e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7d2121ca48ab2fb279b0d0de636290c362cb9ced6e41939b4db8e6a26e4d19 +size 2054 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller.meta new file mode 100644 index 000000000..6219d531b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator 2.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340766cfcad95aa5348b0d0bda1192d05f54b4d789f1f764db9779e3641cd37f +size 456 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller new file mode 100644 index 000000000..7df0d9919 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225042b9dc10a0e1f40a1e9bd4d66e49435574a7b49ad5c3fbf30d86458b5c94 +size 2049 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller.meta new file mode 100644 index 000000000..2c060fa2f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Animator.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc97269f75c340e1385a68a635ae43fd93a60cfd4b90c5c5231667b594d1651 +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim new file mode 100644 index 000000000..c1aac1999 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0cf8de2697ac33b4990a32239429532662709a2380edfa8d0d21f57a83c274 +size 808292 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim.meta new file mode 100644 index 000000000..7e0716b37 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Anjmation2.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d635ca23c0a125493ba8d2b6d3f40e42ab9ad6a97fd30f8986ffd4ee0b6f09 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx new file mode 100644 index 000000000..eb0f7fdfb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c339a84835288e4349ba054a892ea96d651bd78279eb0a531cf5345034da90 +size 1053136 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx.meta new file mode 100644 index 000000000..1533c9742 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation 1.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d623eb2ab24f12efd31c916efb5735999b917c79ab9e7ef9eb644abeaf3ada95 +size 3101 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx new file mode 100644 index 000000000..07d67ecd3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9671e6824c950a4b87819d36bdc2abc31b7e5f558687ffdfb39576da818537 +size 1051776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx.meta new file mode 100644 index 000000000..bca7ebf37 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1b09d093d63394076ac72ac06c1fffc0ab4c0677f8e4c317a43f6f28bb30c8 +size 3095 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx new file mode 100644 index 000000000..c592edf9b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd7cfef205ca71e9a27a36eeeb1a9f2c54bfd1961ee893cfac4dd55b983aa1d +size 1051072 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx.meta new file mode 100644 index 000000000..8eb1940d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_2.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca24c93ad5c8055e89d631b286442d59c67995951ac71a888960450fa2b97f0 +size 3097 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx new file mode 100644 index 000000000..4f8a16382 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64be4d0c141ffa9fcea0b57a69a71e4f296bd9e1c5fa0edbb98a84293958d25c +size 1053136 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx.meta new file mode 100644 index 000000000..557753b1e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_3.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ab551c6926179493c80d562fe5a1455d823785bfc1e387a6b2ae4ac2eb427d +size 3097 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx new file mode 100644 index 000000000..ff17f1ddf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad021dea78b9bf5e0829afd3d6b35862e645a7d1e6b647a5fc1bf6a08a81bb97 +size 1047040 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx.meta new file mode 100644 index 000000000..7740262ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Combined_Animation_4.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e045369a186b674408ced51853d5889659704bb24f6094dcec53bb0557ab5fed +size 3097 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx new file mode 100644 index 000000000..ee834b1b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e987252fa8b0d8526193959e1359a7ec46f399dc2a08e02e0ef0e4e1f70314 +size 30864 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx.meta new file mode 100644 index 000000000..116261399 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Special/Minecarts/Minecart_Rails.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6983344dc350b6cbfd9d5546f255f02dc97f20ca13f43bd9dc8b41cd935ac4c5 +size 3053 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx new file mode 100644 index 000000000..a1b785cb8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792c192b762f64e706f3db99edaffc5858a8d9c33645e6fc3a5df78a0a8cf75a +size 45248 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx.meta new file mode 100644 index 000000000..db30add3f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Terrarium.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc86ebf1bfd03295b0e97d7013f928957846ec3ded530b56a3703f6bb9653d2 +size 3030 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx new file mode 100644 index 000000000..549d20cd8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d95cd0e9058d5979a30dbd010ee165284af516990ae82a9d87b0d4c3667b2dc +size 128880 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx.meta new file mode 100644 index 000000000..6b33facaa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tree.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830376b506b648aa51a1e8222e461d1b0945a2d3dbe1f3c948d3c9fbec48fc8d +size 3025 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx new file mode 100644 index 000000000..e8158cf07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73a5202cc35c6acf6530ffcd721640b0b9ac7534043115411578460db3d4958 +size 253376 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx.meta new file mode 100644 index 000000000..29898b804 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Tube.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70d5daa0d2398a6726854b049d4d05bfdb6bc7506e89499856e3131c5674c67 +size 3025 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx new file mode 100644 index 000000000..e00711a3c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688ee4bd5f9132ebf82550daa2355d21953edf0be26aa847c54f591599dfa63c +size 32912 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx.meta new file mode 100644 index 000000000..44e3a765d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Vegetation.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b8f982334c4854392e126dc6550abf6d129a8a75d28e9dae45465edb4e6721 +size 3031 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx new file mode 100644 index 000000000..b83ce5d70 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07910c19de56332740cd5333d069256b80bd78b6f2bd16eb7ae650a0adf4811d +size 27776 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx.meta new file mode 100644 index 000000000..2228fc52e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Short.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ca33e494646bb55adb6645a9fba2c6998e1c39b7fbf1a529463c4aae6cd96e +size 3031 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx new file mode 100644 index 000000000..8e240d4d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a2ad35b63f49e56ec3b7cad179d5f16502ce7dee38a46c1057f7ecd8572835 +size 27664 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx.meta new file mode 100644 index 000000000..f967e07c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Wall_Tall.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fefa5e6dbe2b1f6ed96c37ddcdcad24fa7def784136b2d182f075442d73a30c +size 3030 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx new file mode 100644 index 000000000..51cf7e4d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8082724ac7c10795378875657284ed3cde0fb690d79fa51141a4d23c4e265cf3 +size 27344 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx.meta new file mode 100644 index 000000000..058d4d850 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Big.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af288caa77a8ecdfe99900e162856b7b66027101c8466ad713714b4c9356ec71 +size 3031 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx new file mode 100644 index 000000000..7c0040684 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfe4e9b5017bf322327a977734e55ce84f39df35520b2142bb43257c8251904 +size 28144 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx.meta new file mode 100644 index 000000000..7f80e5031 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/Meshes/Window_Small.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5440e208c13da5a424304e22952bc989748defedcbfae7782a5338ae795c40a0 +size 3033 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot.meta new file mode 100644 index 000000000..d24c560ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb1cbe9de2f41c6d35f89d3bb6e66321a98d438bedef749775fd98869f9da4f +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials.meta new file mode 100644 index 000000000..f6f2d3af0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1a6cb9e9acff6e9bd296cb48cc2d3a89a51218dcf0322e001bf833b1f5b0dd +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif new file mode 100644 index 000000000..74a3849c5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd3535b17f1f02e6e66a3c4c70c45465a190235f50d93439ecd1c6bc274af45 +size 2181812 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif.meta new file mode 100644 index 000000000..5dcd83841 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot.tif.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86f467ec506dd741a46b9eea3c1fcf0a28b85c71100662c97bb8638724715d9 +size 3181 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif new file mode 100644 index 000000000..8db27f24d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e2120860dbf9361f23b751cc5fd4987d3599279b73178f46ae2658e3cbb63d +size 2121260 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta new file mode 100644 index 000000000..9fff8c3c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_NRM.tif.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7607116ac92177504ff7083ff85eb1466636ce24431b524188441d23055e1b6 +size 916 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif new file mode 100644 index 000000000..01f12f4cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664e8227e6df26ad999abdc7d502bb60b44d5b579e326604da96ff728709d67c +size 5346104 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif.meta new file mode 100644 index 000000000..e8364879c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/Minebot_emission.tif.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4889f4b911eaee018cafe82927633d8bbf07eda24edd7138e3d7201dd879c4d3 +size 3193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat new file mode 100644 index 000000000..3e35d22a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d60a68078faa3fdac653cfd13f06c777a6afe01320b0ac5ac94090ec75a99f +size 753 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta new file mode 100644 index 000000000..bc2b262a4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8fd2d917ce0f4ae420fae4bca4896f48e1b14a03b1b4015d0c41ea1305363c +size 316 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat new file mode 100644 index 000000000..2efda0cc0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87086b86d6f836e90dcceeb0f854c1f440089ae0bb2d0db61eb3857536c49c32 +size 3215 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta new file mode 100644 index 000000000..9168d5107 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adc79059fc98623804600a94f585f942af4f3a925d6b467b3cea5253538973f +size 307 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat new file mode 100644 index 000000000..3896d3bc1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b096cbf4c38615d2627830cd4d987ad46c6f0ede6299728dc3ca990b0f0c95a +size 3230 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta new file mode 100644 index 000000000..664b67b6b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot-minebot_green.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db18f46bdffe8edc97e5fe9463433a606ef77d1d4c94dfcf9314d8798d201dc +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat new file mode 100644 index 000000000..7eb7c7c80 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c886495093c9c12fb771ee94e4c82e83adbaf4c6454c618041c11d371beb024a +size 759 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta new file mode 100644 index 000000000..e54bdf21c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@awake-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24323b9984a7eb7dd0286281b290d9997b372e3c6cc228fec4f5b2766d47d540 +size 322 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat new file mode 100644 index 000000000..04306894b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1859cd553bd082f876998b25de34d6d4ac4c2b20edd62171d20996ccc0a2e9ed +size 758 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta new file mode 100644 index 000000000..c3ae86865 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@back-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0335b2cda63da8b70383e17ad3c30468bda7b1db8a662fc20b19bc29151435 +size 321 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat new file mode 100644 index 000000000..22524c955 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c753e5bf1ddc5d1dcf1ed8da294e2f4c251436df16054b3fb1343e8fde6610 +size 2041 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta new file mode 100644 index 000000000..3e44eeb66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward 1-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5730b6aa568a3fef375b053c352ae17882ceff01d6e7d322435e9429b66f704 +size 454 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat new file mode 100644 index 000000000..e8b19c9d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350a4326a182c8a8054bb8a0d7847da3718e3d728cd5a6380f15edc947d0dea0 +size 761 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta new file mode 100644 index 000000000..021819ccc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@forward-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e6eb40fbb38364ba4f033f78c60ced1f5a3e8bb9bff288495612e42b8878f4 +size 324 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat new file mode 100644 index 000000000..7fcfd5ac5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f436a3a1451b35935fe1f45a6b73d8e2e211a530f9ed89421e56910002115d9 +size 758 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta new file mode 100644 index 000000000..fa396cc17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@left-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1368b79792680d923e28edc7657897000df0883ee09f9a4c7cde12e4dda482ee +size 321 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat new file mode 100644 index 000000000..abf9895a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcce582b57398a72a99dc71e8df576b22797eba37234075c1d2bba9323cdb7f7 +size 759 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta new file mode 100644 index 000000000..1c4778a97 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/Materials/mine_bot@right-01 - Default.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525e3b3c6b39facb4aa2d2c6925ee03bee3a860fb7c86ef78a251324b63e4f66 +size 322 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim new file mode 100644 index 000000000..b400245b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b121e45a3f96ecfb22e2a12d022a951efb6b2bea7f3e43d8dd9941d5bd5f54 +size 51815 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim.meta new file mode 100644 index 000000000..3fb80b107 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/idle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc83e1998f61d566961dbfeb2b5327e911b2e2cae4389700ac0b105f8e7cfa2a +size 414 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX new file mode 100644 index 000000000..8530c2bad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e301c28ec1918068f19cd1aa88a7e82cfa1b3d6115ddbb4c30e4fb9f21c4e13 +size 321578 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX.meta new file mode 100644 index 000000000..58680cea6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cdd069d268593032c3a4c202e22f0df3ff472fc635d141903cad7eb3c2adec +size 7571 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller new file mode 100644 index 000000000..f6d6904c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41b62dfa8c3cd7e193ce054e1d52b494887d5a7442e2da2fe1f53856e6682e3 +size 6061 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller.meta new file mode 100644 index 000000000..510dfdd80 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1916c5870a0ab9c11376c35d5b932ef2501ab8426d6911d925ef5acc22e26a7a +size 424 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX new file mode 100644 index 000000000..e93649603 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af47983f78ebc0a35f9cb9a5014c4f426442f1a1011548c6d53deae0d7b1e19d +size 321590 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX.meta new file mode 100644 index 000000000..e0d06048b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@awake.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b3a1b5016d87536e35d50bfd4df2b2b6464a09b943c344f4347983823dac49 +size 5113 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX new file mode 100644 index 000000000..c842d779a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8015467f11e329ffa242d84bdc8aafeae7cf67b7781c3fcfe8646e32788c9075 +size 282455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX.meta new file mode 100644 index 000000000..380880009 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@back.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d261fc03cba92dda9944f7fb02b0b0e25508898bd697406838c72cdf515221a +size 4277 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX new file mode 100644 index 000000000..53b147e3c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9fc39ee1d120b852a80c0948cfd4d305885a7b903e309c28ea487fbfd509eb +size 282179 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX.meta new file mode 100644 index 000000000..e15b7f66a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@forward.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b8b9e2277f231796a7d93a143f891c95a42a7acbdbf842007be785b7148d1f +size 5885 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX new file mode 100644 index 000000000..e375f492f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bd86d9eeb6b3d8283262174eca2838fd354ad742b7cc478d0cc125878a0b53 +size 282296 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX.meta new file mode 100644 index 000000000..bef837133 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@left.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d7dabd24da28e5916a027e8e4372b5b214732402ce06521c87534c75944126 +size 4277 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX new file mode 100644 index 000000000..68f5afbfa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d70b5f27d1525c288e879657d5fc621255d0bd79ea4fcc7885ae3123cc71e6c +size 283173 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX.meta new file mode 100644 index 000000000..ece4f7eb6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot@right.FBX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef8052f39b9888cd3cd5cb7d9c6a93dc99a40d44577bc95d4aca1e2fbfb0a75 +size 4278 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab new file mode 100644 index 000000000..fc35b8331 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d5f5cace17746498ac09e45f490fd73ef6c6142120eb8416b8526d942860b7 +size 10394 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab.meta new file mode 100644 index 000000000..1976fa831 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/MineBot/mine_bot_render.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27309ac5553c4aa96877823ebc9677cf32c7f3c5804caa8691e39fa939d77b50 +size 393 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi.meta new file mode 100644 index 000000000..baa87ae92 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e2376a68f33b18bf7a07b8931a2b82c234c6a53c736dcaad26a2b5558a471d +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab new file mode 100644 index 000000000..031995659 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d97bf77cca10d3679a3f722bfa0eec18e7f794217e120269b249309eee6ce6 +size 3566 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab.meta new file mode 100644 index 000000000..948fc32e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Arrow Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edbb0280f578aa81021870812da515fee0b155542c514fdec2bb8c652c8aad5 +size 389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab new file mode 100644 index 000000000..6269b5f1a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01164c1f995ecf9d8b5ee13fca4274590ebc30cc1d3d1eb29fda060291c0cc42 +size 4036 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab.meta new file mode 100644 index 000000000..ecd3c46f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Normal Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d005813ada735536bb44caf258de2beef97793e812949ab680e8945997ed30 +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab new file mode 100644 index 000000000..b6ba72d2c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8b833acbdcf7935a206ae3c4114eabcc863d37460b8f5a56a9c81a128ed049 +size 4022 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab.meta new file mode 100644 index 000000000..a499af556 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Box_Special Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9da77c22286b17ac2c5fe7f309ae15980df2a7bc30d09ea8e9f6e5aa83681f7 +size 399 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab new file mode 100644 index 000000000..29aa1562a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb4076c83659a9c0f204de9abe3c81203acf2a0c4457d3942f95f56ccb9445c +size 7482 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab.meta new file mode 100644 index 000000000..8a2cc4f83 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bridge_Floor.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464828f75bec76d645c7835585df4a04497f08fc8fb544c2ef40787a97b50391 +size 388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab new file mode 100644 index 000000000..342aab2fe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8ce8062cb41cef26f6caf26528870e95152f42930fa5808f3460a00d30a114 +size 6459 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab.meta new file mode 100644 index 000000000..c2e39f771 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591cf8d580ae8fa88803ba391fee33330438f30059bc910092c2c2d77ffd2a37 +size 388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab new file mode 100644 index 000000000..4fa871814 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a2c5a526f935236faedfe8bb321c295d73ebe9719ac57c4164fb9c3b91c399 +size 5845 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab.meta new file mode 100644 index 000000000..de3d08e87 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Bush_Flower Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8f06a0c21db137f385f38f5a2c19782cfc032f3d434b525d6e04720538551d +size 399 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab new file mode 100644 index 000000000..0e0d67c1f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53eed7489c58c76cf20473d7568057707a115e3f2d74eb4028d4e2a732759cb4 +size 4235 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab.meta new file mode 100644 index 000000000..8a1c8a210 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cable_Corner Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed35f3e68cd0a08ff4ec30118d88fbcd950b386272a70042694a717bd6a8cb6 +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab new file mode 100644 index 000000000..9c2a4c18a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f02e64928fa4fe43756ef88033a58fc0af5e94c526da0f420cfa98832bcd5c +size 126198 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab.meta new file mode 100644 index 000000000..b4878a717 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Chest Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e6ee84c14158a6f254d846a77c990ba9da7d11fbaffa04f59aae8749536b3d +size 389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab new file mode 100644 index 000000000..d191dd453 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0859cfa437bd47389405810554a33a0f41ec29ccb9bcfff52b51723f4ecc4230 +size 6513 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab.meta new file mode 100644 index 000000000..8c8fea1ee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fd2be92a2686d22eee1dd25989b9bd6806c2d801d97fed3487557902b81596 +size 389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab new file mode 100644 index 000000000..9d7459ba9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c62158006e754e5a41d3df04c1c9cf09c0b9fe3d59e2428d277d9f135174798 +size 4616 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab.meta new file mode 100644 index 000000000..2c4a1739e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Cliff_Archway Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1b265feca0a9aebcd220fe92a11c7e9ecaeaab94290b1be4a673ed50523a11 +size 401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab new file mode 100644 index 000000000..fb8c5e832 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336150d2e70557141059ae7064fc21fe891ac820ec1a1aa87c0e10e334b27b87 +size 4040 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab.meta new file mode 100644 index 000000000..acd1751db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c47243b541d682e300d49a7634fd73e1a6908cfd2fec873eef6308ddbc4746 +size 397 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab new file mode 100644 index 000000000..6ca0a1dfa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340a7378ebaa7638c3871b710512356f8560d1ced33153509348b2031b03b3a1 +size 4046 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab.meta new file mode 100644 index 000000000..59bdc3acb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Container_Neutral Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4a4769ce5794c59dd2804044d63850651383ffcb7dda48d82e06824818cef5 +size 405 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab new file mode 100644 index 000000000..50d96c769 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af89f522afe911ca29539ed1498b8efa86533484d6060b4cb3b32444deba97a +size 121595 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab.meta new file mode 100644 index 000000000..bb0c24584 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Control_Panel Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ac045a46f787dcd76df0cc5918e83d396214b3fb33b0f27da2a652247f88c1 +size 401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab new file mode 100644 index 000000000..d425d328c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c780ef9865ba96ea343f60e960960ace1208abef4b20fcf93448689f4e14b4d +size 4859 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab.meta new file mode 100644 index 000000000..d832c8ef3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Crystal_Cluster Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e228f8f13cd539350fe1cd6fca8204c9ef1f600f5885f96ef5672ab1fc8fcfff +size 403 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab new file mode 100644 index 000000000..7876e0022 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9a47f33f2a16921f51329fe9d2ab26436bd1564fbda6f001ff0173cdb87b4f +size 8895 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab.meta new file mode 100644 index 000000000..fd8925a0c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Doube_Pipe_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93167faae2b5d35b191036a0aae3a532957e075efe2267f4b3d4810c9cca178 +size 390 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab new file mode 100644 index 000000000..b09e2f689 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44d59099a429fd1fd6f14b50fdcba4f8a44d002187723567d2d24d7eecb6142 +size 4027 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab.meta new file mode 100644 index 000000000..55a251095 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Bottom Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a100ba8429c083d121f3efe65c639b2868423aed39ae2b71bd806df6c9e6958 +size 399 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab new file mode 100644 index 000000000..76c293bca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2881875d455c79cb9fe8fcf43c56f9246663d5d034018193ff864ef4592b5a9 +size 3000 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab.meta new file mode 100644 index 000000000..2c67c7d31 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Edge_Top Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c998a5f399d868f8b78c9d7992f627641bfc2bd1c42dff6c76d71a36d200f0 +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab new file mode 100644 index 000000000..41acdf571 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a122ead53ae686a1bf4d083e6b7908e4fa51b35f944516bfe454dd06587a9a +size 5263 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab.meta new file mode 100644 index 000000000..b39eff258 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Flat_Stone Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86316dc36e3dc16855e1b88dca366b2feae647bbd22e78513c938c2292c9af46 +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab new file mode 100644 index 000000000..400e584e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7540ab785a25e2a71ca05b059bb5a18d1d3efa2aa64d146951419ef4d3a873a +size 3993 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab.meta new file mode 100644 index 000000000..a725bb232 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fd36624d6ea2943273caa3c85258a4f5b3b55ec7d7fd6194a666c87f132d16 +size 389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab new file mode 100644 index 000000000..a12b59a72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e66a284d5b292eb5aa282b64af973a19fc96100699a99529eba8234ef992b1 +size 13637 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab.meta new file mode 100644 index 000000000..51ec64fdc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Big.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b183e06fd1299285ae3f8f55b355fe6fcb235f168df31dd45fe43afb9dfb1c42 +size 385 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab new file mode 100644 index 000000000..9fde7c45f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fa895ef8f1e7bcf6090fd30e1ebcaeb8f50f5f55b3aa64af7cf4056e2b8905 +size 4051 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab.meta new file mode 100644 index 000000000..fd4cd2594 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Corner_Straight Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11632d8b6bddc38f8d3ad2a21451b03346b2a464c1a30e16357cd5c8269ebd2d +size 409 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab new file mode 100644 index 000000000..d805c4b66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99a37c58bbf569d3b6f6ba6ac7cf00569dc52bbaef9a3b51d18e3c20b35a527 +size 4029 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab.meta new file mode 100644 index 000000000..e201b8c0c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant 1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4235f798d4784cb901b485fe44136f333987d833dd4fe7d13ae5697ad00b00f +size 401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab new file mode 100644 index 000000000..3bfaddbee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0b158b04e6349a1015216e7f7698a71e0eafd279240e54648569914f1e0b45 +size 4031 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab.meta new file mode 100644 index 000000000..d7f5b0666 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6014fcba130e8745a4748cee5a7016b4e6d190c192f0c4f9bfa30802c31351db +size 399 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab new file mode 100644 index 000000000..80c01e627 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2566c7422594fd0463331b2cc4e0e53ffd85b6bcc521e9021744249ab70748 +size 8036 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab.meta new file mode 100644 index 000000000..41e33453f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Glass_Double.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3adad0b72d92ed714816ff87b75259ad8d95a04bd5c51054f6b03135a528f4 +size 394 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab new file mode 100644 index 000000000..387070389 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2657cf93c327a088ecd1d1ed8abd526bdefce3dfb2568ece149b48cf2ad8e1 +size 4051 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab.meta new file mode 100644 index 000000000..1b57e1689 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Ramp Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15396e13c7daf16cbac8bf543f8105ac04bf9a2f5c3f41a051af611b82f6a61c +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab new file mode 100644 index 000000000..5265b53a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb44e14df43fba0afc65600d40cc49d485fd7d8c10c5e4022ca48cf371a24c61 +size 4922 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab.meta new file mode 100644 index 000000000..f877941df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b118fa79ed55e063bacba376c559e2d571471d772ed97518dec97bbc2ccc5c58 +size 389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab new file mode 100644 index 000000000..bb6033683 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e46550a7f58a7d03532402b2fc8cda6346d1ea286c60df13e14c4f82b09567 +size 4247 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab.meta new file mode 100644 index 000000000..3fa77a04a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Blue.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389776f6aa5885140ed32e779d3e62c2306e28d4044821958a446dbb8cd9d27c +size 394 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab new file mode 100644 index 000000000..8bd31dc83 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70f178ee475850eb6130f9182e8779fd398de1198dbae0c6726821481d6b0d0 +size 4245 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab.meta new file mode 100644 index 000000000..daa92cafa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Floor_Special_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51a387d19c06d5f474a52388c7e2e87d9b03a3cc96a053bb2fa1edb4c9cd258 +size 393 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab new file mode 100644 index 000000000..8c4f071c8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:607e53c9ab402873fc220ae4f97809c9b94f4e573b3307017049ff3dbd6bf63c +size 4032 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab.meta new file mode 100644 index 000000000..13b7c5596 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Green Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7672bfa3e013387b8e61816acc30bf866cdffa4ea50dfbc7859fdf341b74d7 +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab new file mode 100644 index 000000000..ed0088295 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bed5ef903bd5961447f603ba959214a3f291cd29d496037e828e53855a10302 +size 4216 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab.meta new file mode 100644 index 000000000..792849fe8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Gate_Red Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cff034c29c4ae8a0833f4d5f58bfaf175ec537f869a171c770e18d9dea32ce +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab new file mode 100644 index 000000000..4fa0ed92b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102e9518c3935e6ed8aabedf5ebb1314c08b22f9a7c4b0012a39fa93be29167d +size 4593 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab.meta new file mode 100644 index 000000000..be8f7c2ea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Generator Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cc5d90f08fdc18d03adbeac689bc1931193a58345384895c8d7f2af471c875 +size 397 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab new file mode 100644 index 000000000..fd3fe7650 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff6bbcb55400b12e234022dd3f778495c84ad8407269023a47315ab86c8d640 +size 3015 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab.meta new file mode 100644 index 000000000..bd2b23743 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring 1.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ac6f6498e8c69ae6bc53f58eede0be0c0e2271b4a7d2e1a2cadc0831070f5e +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab new file mode 100644 index 000000000..19aa3246d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa7fea0340a694f7f02110b2a07a5ab906db1f37a28b333177a6a2e4fcf3e0d +size 3016 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab.meta new file mode 100644 index 000000000..992f8a42d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Flooring.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f3a5b79c96cfc53f59cd97f6d910c915961c94f12c41cddf17e7955810ff72 +size 390 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab new file mode 100644 index 000000000..d15e2a6a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5f9978660908e43e493c5d0a69b85807a40ec6d92aa47573cfaa4edd1f57ed +size 3061 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab.meta new file mode 100644 index 000000000..0b97024b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Glass_Ramp.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cf7b769369b92d203a24374cc882511094c85b39c4df72a834abab6b8220e4 +size 386 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab new file mode 100644 index 000000000..61e72ce44 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af6d57bfe2c676efe10cdae09f21d28c5c29d930cc7917bd457122e418d5bf9 +size 3249 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab.meta new file mode 100644 index 000000000..2fc280c61 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Guide.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d79cc394307098c2f5d679358b0afa3a5d4aeca1603a8a2510d2e81ae4a27ce +size 381 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles.meta new file mode 100644 index 000000000..a8b7a6fd7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99abb40f76fc09287c64eaab052028db7db9ff89ceaaaf4486b7a4149c737d0 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab new file mode 100644 index 000000000..d841d1b21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b853bc89ea6a5327c54f8e4eac29adac8e8fe5fd127fd8ca1eb5aee29826c9db +size 236912 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab.meta new file mode 100644 index 000000000..f1419ff49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Idle_VFX.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb5fedc3f3d98054ba1d812ef00feab81c49e31991e851490e78d672773a2a8 +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab new file mode 100644 index 000000000..631d69e9f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd25c4c26f20f39fc518e27b56afe52692a0a943f21731d67adcd0fb6c228cfd +size 357852 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab.meta new file mode 100644 index 000000000..75fa865fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Chest_Open_VFX.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce3954f0c6a585430d06eac1f24811d2aae13cdb68241f4773a605db09ae005 +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab new file mode 100644 index 000000000..112a639ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40509b05f2599dca4c5d15b472f77ade96c5b4512cd201cc53eaa4dee6841dab +size 711237 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab.meta new file mode 100644 index 000000000..518b808cb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Click_VFX.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c71ccf0265f249b387d1109e67b169d98f47d26e1290807ab8c04608985cde4 +size 395 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab new file mode 100644 index 000000000..d34f0d5ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32f4e903d3f053ae9b45227f12f9cde2e0a0754b4c73be5a06e9a4db0245744 +size 236595 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab.meta new file mode 100644 index 000000000..f13d630e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Interact_Scan_VFX.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c8bf4b1afbdf3fbfa79e9dc090fb2f83449d7f83fadaafe1b3924dcd5e67d +size 403 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab new file mode 100644 index 000000000..703b788ad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c251e92096030103371cd567506523e997cead8bc87a78b9f06eb67f2dd1ee39 +size 355695 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab.meta new file mode 100644 index 000000000..d99e834b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Starfield.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b22fc593d9b77c3f69e5fd1158d51e2cf663ca907edc5bc88bfb9b5c9b10f0 +size 395 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab new file mode 100644 index 000000000..b933af5ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f265d91bff9e1e625b313a300651ed02c9852f26506d4bc730b8b499776985 +size 468401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab.meta new file mode 100644 index 000000000..b63f68598 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Particles/Wake_VFX.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdac2caf5a8060ab01e88cd26eac4cf120a0cb11d7519a947c3e220b6989da8 +size 394 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab new file mode 100644 index 000000000..7952f6761 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65eb94d424e28192cf14122b8b4184d7b2ffb4200346693a1d78dea35c839b8 +size 4038 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab.meta new file mode 100644 index 000000000..09bdcb46b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Short Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a20569e8f5bd225df24a311954a95ed3c0ef58b6d09476026a58b3638a07e5 +size 405 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab new file mode 100644 index 000000000..383cb090d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb441d09dd27d8634cb3e64985bdfa768f0c121afeb2f1c64cb6c3ea025c947 +size 4043 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab.meta new file mode 100644 index 000000000..456674085 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Full_Tall Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c942c637daa5062ba9e93e130c1dfc6713ac3771fca3b3e20eda0add04876146 +size 404 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab new file mode 100644 index 000000000..c1f2b7db1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea94c6f685afa3502f6dbb85bece8bb05fa9e92e68ff7ca5b4cad3c91fa0638 +size 4044 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab.meta new file mode 100644 index 000000000..b28fc852c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pillar_Short Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b731b827d67d78a97da10a11d367e312e978e74e6148c634187f821c51c802 +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab new file mode 100644 index 000000000..b8f71d21f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51ff0ef6e9f7e785a68fc0a5da3eb310b3532b70f9742571159f5493af3a660 +size 4035 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab.meta new file mode 100644 index 000000000..0f8828305 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Pipe_Red Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd11042152b45b15e64e2cb3ab8f1477886d7735bc5b6067c1daceb8e97644b1 +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab new file mode 100644 index 000000000..416b3f165 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875b4302b371c9bc948c6149eef71c1711bca222a341450bee601363ebca7f17 +size 3004 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab.meta new file mode 100644 index 000000000..8cd384490 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Point Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f711287e9e64c76aeaf9469d856ffbd6157dd22220fa64b380d46a4e70875d +size 389 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab new file mode 100644 index 000000000..c4a1a930f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2658436681fbf4261365ca31f0fb570482dfc43ede563c1c2296b020ebaac7f3 +size 4713 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab.meta new file mode 100644 index 000000000..4b7d1552a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524cc15a908265043ef564b0a8a89faed4d2cd6e985238a291ab4b260f0a2da8 +size 395 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab new file mode 100644 index 000000000..ed2f4e9f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe956476142d08d5d4ee4e7b269d9c343de1e386cc97617f4601540abb7b904 +size 4704 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab.meta new file mode 100644 index 000000000..d76d0f841 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Railing_Post Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74f255ee2370f494110d23e10e5ad1867a246dfc78547ddde2aaf9b46d81702 +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab new file mode 100644 index 000000000..0dac04b8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d2d8bf1fe34930577c49ae7a6d075595ccfffa38b67db0f3cbb27a4ed0fd1e +size 4676 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab.meta new file mode 100644 index 000000000..bb2023818 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Roof Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1436a6836c9856b3cca74648801d78352aa9d519430c241280ae22d365c0d29c +size 388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab new file mode 100644 index 000000000..771e0b7d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e871460e69c537fc47177811f841ac36ab59419af0f5655e62a31292765a829 +size 4606 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab.meta new file mode 100644 index 000000000..c6e7165af --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Spaceship Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f2c3a67440e167c59e84e164f2b2919a5e935de31f226830938d642816c78d +size 397 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special.meta new file mode 100644 index 000000000..d68795389 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a2b268d6aa85a73dee191b97b796fab1492dc2da467b95671b7219d77da4ed +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab new file mode 100644 index 000000000..73d3953c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc39e4b5e15d61526cd8b7051e740cc5bdf15f204a342e394f315c2579aede6 +size 122338 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab.meta new file mode 100644 index 000000000..4324725e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Barrier_Door Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b66b182f9c0fc0e0ca3229401639963f36653605db9de79f20dc6d6d97b96a +size 408 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab new file mode 100644 index 000000000..7f552d7a1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b0586f9560b0a351ae8612032921c17edcd77fd823d6181fca443489dc553f +size 7422 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab.meta new file mode 100644 index 000000000..fc64b767a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/BotEntity Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2985caf721745c0e4b95bc3034f2ce26d2dc77d76ac81e502875d2403b10cc +size 405 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab new file mode 100644 index 000000000..be8015a74 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6511685e6779265845c2d293bb6ae057cac01c57ce508eb14a2a88493a355de +size 4631 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab.meta new file mode 100644 index 000000000..402255c10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Box_Prop.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947b6407c1419aaf3e5ba89ad362d3efb3dc3402834b8a4f476aea19dffd9da4 +size 392 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab new file mode 100644 index 000000000..96da689c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42ee32c70d5f409256c56c5abb82dd9e7d388a56113ea2ac6f1d54bfbdeb935 +size 7452 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab.meta new file mode 100644 index 000000000..e27e11811 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Bridge_1 Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895b5c8dacc567a5a26efce1e4ce1e1a38326a50c347e3d57b641c82ab2f6d08 +size 404 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab new file mode 100644 index 000000000..0f0cf962d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3377b112910aeb4dab9b408be014684117a87102745e4570cc8ec302ff69557 +size 3267 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab.meta new file mode 100644 index 000000000..ead1462fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Cable_Red Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca197ffbe4e9dd0bd61da7fae2cc532ec7db0d64fa04f524f5da2d7aa0232a0 +size 412 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab new file mode 100644 index 000000000..5d4e22b11 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f0430ca4b70a092dd9fc2eeac9aa1572b6a60c62204361f220d4b4d357e4b7 +size 118301 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab.meta new file mode 100644 index 000000000..197d4b01d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Button_Press_Red.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a93bd42c5d0188414e6d986b1b9c6aec6b9d7ec1196dc30e728c630a7d76dc +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab new file mode 100644 index 000000000..f0c3fd9e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eac348f044d9f6c803901db31a742a1b2de9f7d9409647199293184d1e97d9a +size 16832 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab.meta new file mode 100644 index 000000000..a7209ee19 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Door Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71167f7baf97b2daae077144d610c0a8b253df924872118f488dab173eb3c62f +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab new file mode 100644 index 000000000..a37df8da6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a43c57e4d73963f8d6f8ce6b01dc8f0677e961b985ff99c2481bef2df43edc +size 152963 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab.meta new file mode 100644 index 000000000..79863e988 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Interactable_Chest Script.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3f8662f66cd2d1f9bd6c814ddc674b788ae45b953695c35e46d231dd22155a +size 413 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab new file mode 100644 index 000000000..caa888e7a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621d58c4b416470b250ef1c4a06bbffcb66650835a37cd80018415e8e3eabe90 +size 11929 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab.meta new file mode 100644 index 000000000..dd447ccd3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Combined_Animation Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d088ae1737a5d98ff3935581c02d4503554d7e1ef973cdc7456cdabe30220c +size 423 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab new file mode 100644 index 000000000..889c89478 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88700f05053e9e2128817e9cebe0244bf419b61e5616767e0ddd94abc26a9415 +size 4035 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab.meta new file mode 100644 index 000000000..82c65f84b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Minecart_Rails Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3df9b4875ec942860d86a57cfd20ab6d82d6ffe664b64b7faf745d7904d2c3 +size 410 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab new file mode 100644 index 000000000..a3c0712ee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e90382be462139a3707ca563e99c84ab11bd82903e08e63dcc4bb6f1b215119 +size 30459 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab.meta new file mode 100644 index 000000000..386266210 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Special/Red_Button Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a8451ea3e4b047a507e1f0ed3b8a3ec59ad7cdf95fae0b12098c884507f50b +size 406 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab new file mode 100644 index 000000000..afad45c6a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61cbe19be302a2f7f42905d6547bff9892ba3b9df5db4f8caab54146d39e5076 +size 3658 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab.meta new file mode 100644 index 000000000..0ed76b2cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/TargetReachedEffect.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fe0635a2e79ddc99c46165072e5690abd6509da7a160c0502742c66a60143c +size 301 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab new file mode 100644 index 000000000..975e41367 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8e850ff8122a7230e89234cd1b4bd6e6482e1e5b5d99ba4ef8defd89b2517b +size 4223 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab.meta new file mode 100644 index 000000000..07d5b226a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Terrarium Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1402f67649bf707b9772ed2db0a24ef7fabded86d71d6bf94b0319a5280735da +size 397 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab new file mode 100644 index 000000000..e990717d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f905dfa2eb7d4a4b3a2b6953bf1f9dd9834be8061d083bd9be50c7ba6e92cc +size 6561 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab.meta new file mode 100644 index 000000000..d81a9ea09 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tree Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4387a7cd3c13bf52ce949fe0b3d1601de7dce5d6ae2028a57e39581ebbb29cf +size 388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab new file mode 100644 index 000000000..14908f54f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851870ebf8ef43c34fc38911a6086cf4827d206c46988800eb71e159f4a9f944 +size 6075 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab.meta new file mode 100644 index 000000000..3303aff2e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Tube Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d2448d7aaeab23f870addf8bc6d2de129d42b4865d3bed4d54642ad0036a92 +size 388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab new file mode 100644 index 000000000..5bcaaba8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af597448a60939030269d9db3ec00d057ff675128e7e7a221fafbcc1bbbabb7 +size 5837 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab.meta new file mode 100644 index 000000000..f7efdbc31 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Vegetation Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbb3704898733ca3c8004744c26ad5cb7421264dfd4f1166638cc00a5423717 +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab new file mode 100644 index 000000000..1509a1ca2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56be454cb786f46d9b86df06ee8b7b3d6b810ea02ac18158af8bd6b4449af88 +size 4041 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab.meta new file mode 100644 index 000000000..fe49456dd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Short Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aac8745e6ad3490e36d22ccb94c1a17bdcf69631502f0b4387024706b60d0a +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab new file mode 100644 index 000000000..94a4cb9ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fc256e105286086998c1366f47998c26b701961759fccad8fda9250ae43112 +size 4041 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab.meta new file mode 100644 index 000000000..361d5823b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Wall_Tall Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:275a65712053bc8c95574dfad640a0b1c9dcff1c636775b38dc063e1646ec7d7 +size 397 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab new file mode 100644 index 000000000..68fbb0d33 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01416bcd1b84fd8dc87cddcd3b3c7cac5d63c2845071855fb18e8af83a125bc7 +size 5277 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab.meta new file mode 100644 index 000000000..90c25cafb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Big Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9b5b471cd7ad06a52e26b9833fdb74ec555a3cd349e6f6992390c36f66117ee +size 398 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab new file mode 100644 index 000000000..0e064885d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d93ccc4c2afab5b944199b5aa4e5e3485fcd12e6f1a463d8c5ec2e0614be389 +size 4926 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab.meta new file mode 100644 index 000000000..eced3142a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Prefabs/SciFi/Window_Small Variant.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d550d182650ecfab51aa29692e42214e526bc8b50ed62d0f404a1d0098b80264 +size 400 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes.meta new file mode 100644 index 000000000..1ed685147 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9151fb84c3c506543ade0dd6bfbed925d21fb5364210c99ac412d87dfeac6cd +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased.meta new file mode 100644 index 000000000..af14393d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b60440a9dc3ab9b12fff33069f7271b608ce5276f50f0d0330c87314441d1f +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations.meta new file mode 100644 index 000000000..0c2f4b135 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dc44603be3d22525a8cee528e30c834ecc988c2a6e9102065223b71d79f6d2 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller new file mode 100644 index 000000000..15c845066 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799cf08e1148b8c7fbcf6e928f0c24e2db1e5535efd3a2681baaa615cb2d7ef7 +size 3190 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller.meta new file mode 100644 index 000000000..ab4d7903f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/Door.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16db4ddcc1973470dd413062ac4cba0a1b3f56066fca527f1f0f847638382fe +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller new file mode 100644 index 000000000..bc6074726 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43829d6c812c1bc15ef13270a5dba334bf2642232e902d9611f6ec6c260ef8f +size 2801 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller.meta new file mode 100644 index 000000000..aa5fae126 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleButton.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6abf93dd77db1be8207b9c7e9f884ed644da54e17a40e536d84584d818501d +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller new file mode 100644 index 000000000..437ad9da1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d9219daf8cc0bd8850a102f36b93ea7f9b3887e28a547d8ce9f9b07d51d78c +size 2800 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller.meta new file mode 100644 index 000000000..05146231b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/PurpleSuccess.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac516c2a2d24b681702e21c157d36f24a8f77fbfacc1209f79053f40c5056841 +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim new file mode 100644 index 000000000..48ae4d7a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30473e284b78843d3e051af18292117170616ac108325bf2e73df883b5810c44 +size 10326 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim.meta new file mode 100644 index 000000000..f1db0e542 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_hidden.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfdabab95518e3e2e45557c331a79d2a9e0d2d75e6ce9dbc8387a1ae53ecba3 +size 445 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim new file mode 100644 index 000000000..8d64a8560 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dca1f090a92976a9081a9018ef1deeabb4c1205ecec889cd63ab44150056f18 +size 197553 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim.meta new file mode 100644 index 000000000..3dd7ab49c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_button_show.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af76fd4bad9eaaa7234665838da4a73ed38ffaa3eb412d3a9e0898e051773cc +size 443 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim new file mode 100644 index 000000000..80b507b98 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea22555c0d5b113705427fd2bd48b32000c869156e43dee6500c89ab0e1063b4 +size 10899 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim.meta new file mode 100644 index 000000000..6836b6303 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_blocked.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55db4d77c05665186dd6ffc7d2f8e1b6ae1b75a89b248741df87261cce18ff55 +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim new file mode 100644 index 000000000..80925fb7a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41617b2643faad8da243967377a0b4a2988a0ade0c217d6d7130e8bba396926b +size 14006 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim.meta new file mode 100644 index 000000000..bc73bc8a4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/hexagon_door_open.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43119bea75b80f27f5aba2d9f35aa76e4708a7f5ea0dc26155c101035f7564ac +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim new file mode 100644 index 000000000..0f626a4c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4a74f84e5c1546fa35d8d7e843e791a5afaf7a743a73bab521fe1de60e39e9 +size 8439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim.meta new file mode 100644 index 000000000..eaae7c475 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_hidden.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26fed3246e6116bbe65fa2d997b41e8eb9dbd8d05dcda594e337342bb5ce88d +size 445 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim new file mode 100644 index 000000000..4771d27ad --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8972c8e2d431612972d63240b2ae6c2635c08be9ad6920c2597624052a683e0c +size 11241 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim.meta new file mode 100644 index 000000000..9bf498977 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Animations/success_show.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc2ec25fb9a3563ef23e76fc5fd83c36b1df0cba8e233bee2296ba8bd9c12d6 +size 443 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs new file mode 100644 index 000000000..79a8feb2f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cf6d8674645b69e494253531e23b88ea27355af14bcddbf9831cd38388b1ce +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs.meta new file mode 100644 index 000000000..1aa2c9044 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Astar3DButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11905d3662f388bc9bc3ab7d2b3a0c17b042f3183ac50c2ec2a73e97f185fff1 +size 507 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs new file mode 100644 index 000000000..09d69142b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d866f3db82ece63dc5fdcc4da21426c170eeb9603f54693c65149f6c6996e787 +size 977 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs.meta new file mode 100644 index 000000000..233040b38 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonTrigger.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5964e66d78928ccb1e319dff87c0aa97af07a6d64aa990cf442339b3a270f7b +size 508 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity new file mode 100644 index 000000000..8c593b895 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f672a404d783c89ca0164ef31d5f781548419be435f9ea95bb7611fa59f04d +size 513449 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity.meta new file mode 100644 index 000000000..0d292d75e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/HexagonalTurnBased.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b573fbaa3c619d9c48fa7492f504c813ac3ac00fb163a53cea4a27f0e91b5d +size 427 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials.meta new file mode 100644 index 000000000..69f0f9e58 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6516d47f17ac8f2b4c5184584a0efcd99fff08e3b0e5bd17d5dcba5ab3e6104 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat new file mode 100644 index 000000000..57883fdb5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0ff57cfb87c893f558491074ff37adfbd1780f0f9d1630d07299627b160142 +size 2223 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat.meta new file mode 100644 index 000000000..3ee05ffb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_blue.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e00b3afefd0ed1615a28973f3ac5fb893476b3c864ab669293d271e05c8fae4 +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat new file mode 100644 index 000000000..b40f305c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ac67850fa0f6f6e3d6f67a16a1629ed1cf617a52dbe135271625da5a6994da +size 2224 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat.meta new file mode 100644 index 000000000..18a0055e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_green.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c998e5ba5ec314ab03ae434aac8ca5270b45136b27769c89705beef5b314794 +size 435 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat new file mode 100644 index 000000000..a0e3b48e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2446e3f9295d1b905c8ab4ab85a48bfabc856b20c75e781ba532ca1a8e126886 +size 2223 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat.meta new file mode 100644 index 000000000..41ef50eef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_purple.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a3070b2f0c0853af611378b18bd1cbb3a58ab646bf620dac1f2253a2edb0d9 +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat new file mode 100644 index 000000000..78d5788f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a206854f7f381bb6a34dbb3afdf540b441505cb8dd6fa7daee777ee7e5cbb005 +size 2220 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat.meta new file mode 100644 index 000000000..fcb146bca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_red.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce6d9c1045988fb8415e142adf3bfce18e8212be8225110b9fdf929ece6ba2b +size 433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat new file mode 100644 index 000000000..0b676fde6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5a70b61454f740dc7ff648b950f2aae62e4cea102d7d1eacdf7f8ec42788d4 +size 2230 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat.meta new file mode 100644 index 000000000..aeadb3c14 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a809fef85d946c1ec1fff9bc39c6eea85e8f4ab0315defd483fab4029de2707c +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat new file mode 100644 index 000000000..3fcd362d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe22a896bdbbe8f8f0980d2f07c15474e8beb6bfdf7971da8320e17f99343ab +size 2276 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat.meta new file mode 100644 index 000000000..1ab54a474 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Materials/hexagon_yellow_transparent.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaf85266c16b36d4adfb06b76e1b11b304a043503312f794e5fc765585811c0 +size 448 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures.meta new file mode 100644 index 000000000..316721ca9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3d14d4f99b7f51b9220bec72d3585251d6e286fc2688ea9b1e5762e1dbaacf +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png new file mode 100644 index 000000000..cff26c459 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2cea727c9d66c67aca027c97f2737ab1ee0e7eee29563aa324cb596ccadb52 +size 12236 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png.meta new file mode 100644 index 000000000..e9fd94985 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/Textures/hexagon.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de33cc3b55aef64da1daa275603a00b7575535465bfee8e0c1c2199b253fba22 +size 2306 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs new file mode 100644 index 000000000..820361b34 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ea8b11c1b8d01b26044028ecc2dd957650845ee3bd9555d2ecafc848e67bae +size 1833 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs.meta new file mode 100644 index 000000000..4877e75eb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedDoor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d58103684875185a8ceb006b80b924189f07de45e82ae06f22aa9f5a43afee +size 507 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs new file mode 100644 index 000000000..aad9fb46c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2603654fdde4bc94300a3dde79e5032e7d1027cab28a9b32cc4f75bc4b6fd8fb +size 6088 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs.meta new file mode 100644 index 000000000..269196a13 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnBasedManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f62557722f88a9fe1ce4e1b6a6874b385f3d861836865fb27ef82a79c98707e +size 510 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting new file mode 100644 index 000000000..32a91b09d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0d8563c5a220b91e89322ed6ff6148753ab0df3178481053d6c870ec351728 +size 1798 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting.meta new file mode 100644 index 000000000..719debec2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/TurnbasedSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2256698d906497cd778e5b16ff4186e66606d6062003c7d854607e87846b62f +size 435 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx new file mode 100644 index 000000000..66eddb106 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17385ade336f8c8ffd79b172842c477076c14f94c1bf82251ce5eab3ec9fa10d +size 11244 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx.meta new file mode 100644 index 000000000..ea4b80f89 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eceb66da56b723be3a09032a590d9cf185a5e683f6c5d6af13e2d584729dd6c +size 2237 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx new file mode 100644 index 000000000..e34a6d58f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbf039a863c8cc02a70ca08dfc0a9fb6de6ea6bbdc287cf36f525c934feab5e +size 11228 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx.meta new file mode 100644 index 000000000..dd2e92c51 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_cone.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95352318da08cabef4ca94a93ef115082cc5546295a55399e92f2f9d77cb17d8 +size 2060 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab new file mode 100644 index 000000000..fe40f7882 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920cd04b4f1b0fde4cef60f9eb8a3ac5a8285a18d6f31ed1555c39c5c5fdef2 +size 3409 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab.meta new file mode 100644 index 000000000..a9a1e8aa5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_obstacle.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015839d3e3da24e9f1bea0561d760f4b923e33f1e8967662686cca6c4e209c4a +size 431 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx new file mode 100644 index 000000000..686e2eca7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd69f57b6bde32fe11e1c3dc72e84dbab574980d03156f702f987c34166b17cf +size 11516 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx.meta new file mode 100644 index 000000000..6df7fda42 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/HexagonalTurnBased/hexagon_outline.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff0df74944b9b63c10871954e8a17f2a397285418fe5061a845540216f9fa75 +size 2065 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld.meta new file mode 100644 index 000000000..6414793e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f126d497cdab7503f5fe345629f5f157e82e66a9ab0baf1e39e3fc977a38801a +size 107 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity new file mode 100644 index 000000000..5e01b5ca9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1783fa611686e532a9a53160363a6b318618c1f027d5ce8ae10a4a87bd648529 +size 33461 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity.meta new file mode 100644 index 000000000..5cb46f40f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/InfiniteWorld.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e320ba25b205270fa0a574de630bca8d67c61827800edc630c25962613977b +size 331 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab new file mode 100644 index 000000000..9bb7e0380 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c05d360e812366464412db7e6353284ff75243524137974113e40c04635ff84 +size 2965 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab.meta new file mode 100644 index 000000000..23a7bd1a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralGround.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ba9377315cf2c416496757d384ef0827702f1a1f881aa5a1fe3b42e694163e +size 340 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting new file mode 100644 index 000000000..78b7ddf97 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ecaf628a402f43073f1c13fac1af31da9d655989c0fafe1ff3d966a3562a6e +size 1721 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting.meta new file mode 100644 index 000000000..e2d281832 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88a83ab71a804fe9193fb4aea06892dadf63e56c7634dd16051ba5985e3c197 +size 431 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs new file mode 100644 index 000000000..13beec93d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa05b0028fbe0a59b01bffd0a094fd9118511f0f120d669147584bebc36a0b9f +size 8961 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs.meta new file mode 100644 index 000000000..e2d261c10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/InfiniteWorld/ProceduralWorld.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa3d82374d6f6b8c2505980f56b272fc0ba23886a1d12e87ffb335d352f63c9 +size 418 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph.meta new file mode 100644 index 000000000..4eadf89d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bdc87eac3f2fd3258ca20b5aa1e1d871fa3164f820bafc025962b86a7e345a +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity new file mode 100644 index 000000000..2da9734d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b168abd8bc001568945db303d9927393bc8c8f4002f8dc1216529381fd7b4615 +size 264532 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity.meta new file mode 100644 index 000000000..83f12a05b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraph.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3801d4e23d7ce235f9a1a7a828ffce6fb47d664abb2c3ed7abdcb05addee41af +size 307 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting new file mode 100644 index 000000000..a14fab742 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb4b764dd0f01dc73acad52627ead23b04bab0aed9e1d5643f768e619237b74 +size 1728 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting.meta new file mode 100644 index 000000000..c6977e283 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LayeredGridGraph/LayeredGridGraphSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f1dd5816640f8ce5592552fcf03761bfe6d431186b2a408e0b3dd7e9bfcb87 +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance.meta new file mode 100644 index 000000000..c7be08e3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca31c663791e4ea53d002c403046bfd9c6f7e8dfa4d7d63faba2fd8457d8872 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat new file mode 100644 index 000000000..d8892adab --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99400378c4a5c0e13d7aae722dcbae378edf3def7f3276ef7d9a70bc57fe2d6d +size 3264 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat.meta new file mode 100644 index 000000000..7856b1927 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ba48cf8c78248a764821a79de881eab59e773c7d7c0628a4cecbb952267321 +size 292 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd new file mode 100644 index 000000000..21b0ab6a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7e0176bfe7242544573b0a84d0b8da985f3c67ede56933292698f89f9cc5aa +size 44093 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd.meta new file mode 100644 index 000000000..05d8a1a52 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1fdb9fc38af8dc6bae81f99ccdf1d33d064394d5c9f4bd1315a6eddc0a65df +size 2588 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat new file mode 100644 index 000000000..dad5924cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8142b63d5b121a4254ca23277eedc1a6b343068d313d29234803dcfc9360ce20 +size 3267 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat.meta new file mode 100644 index 000000000..7f64e2af9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/Arrow2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac758bd2b4aba8596024164d190b7906aa001670d161d0b0a589118df07a9de7 +size 293 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs new file mode 100644 index 000000000..d5198c724 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e3a2d7fef386fbd3782e5c03c474151d5f571a7afa252e5eca44d52e382611 +size 3863 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs.meta new file mode 100644 index 000000000..f6c039c53 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/GroupController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a3a2881ccf78485112139eed5a06bf544b545aca50490c54df6d582930bfd4 +size 406 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs new file mode 100644 index 000000000..ad2647acf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c75facc6856f8514d34e2d9b90f8e710e766035482cbc3ef639ac43f488b9c +size 22685 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs.meta new file mode 100644 index 000000000..d3831c7b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LightweightRVO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db95517f4bff83c58c3d11fa69b9d07732fbc99992767d6b2262afda236a41da +size 405 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity new file mode 100644 index 000000000..0e0bc277b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f959037dc6fa4d4471d1e1ab49b3977df9d74227b6e3555cabd6b3ce73a9b62 +size 92073 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity.meta new file mode 100644 index 000000000..66d47866a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidance.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b597128cc230cb4a67abbf0acd15018069f7e37f68b0114e93beaa384e8ce642 +size 303 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity new file mode 100644 index 000000000..e9b57131e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c62ea01a5e6f73619e9afbb7a147fe3f87965fca2f79899244040a8f751a95 +size 23699 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity.meta new file mode 100644 index 000000000..83bcb4e25 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweight.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8dd87e34799d60bc73804103a52e27e226a2b7a3df2fa17b87e80346be961d +size 409 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting new file mode 100644 index 000000000..40116d754 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c35f7e7d932d7648a27af28442dd43f0c06163a9d43c811af078618f45020d +size 1737 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting.meta new file mode 100644 index 000000000..a67244e9f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceLightweightSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8f2e41066c7b07f255310c1a5878ab9822b4ea3a6a0ac19cbd5cf316faeee3 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting new file mode 100644 index 000000000..b9e6b6d07 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ede1fb1cde1a2048416189f160dacb0e508f73161c8d805987d4a3a022a4c59 +size 1725 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting.meta new file mode 100644 index 000000000..70427b1c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/LocalAvoidanceSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa9bba3368f210979961022af5674dd6a4dd7b734a388a23cde2a71dd5fe304 +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab new file mode 100644 index 000000000..662e965b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7b70ff2f90527f3655b6b4783bca7dc9a06878a9f4aaa93d187ca58112a91a +size 6155 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab.meta new file mode 100644 index 000000000..329c3b0e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgent.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675ca17c146a196955f948a96da7d73a16cbaa280d61f87ba7faddce0191e98d +size 298 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs new file mode 100644 index 000000000..7db313fa0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6267d312da693ac876db22543f4b209313240c28addae72035b0126971ea9063 +size 1493 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs.meta new file mode 100644 index 000000000..9cbaf3f55 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOAgentPlacer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d7f3c43b8680b94177dbf88a9e0cb0c636083a2e1b3fb3b9e41a2258d175f1 +size 405 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs new file mode 100644 index 000000000..bf6364131 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a093c5f5a8453d9355298b88a70ab4d471146cc38f4052304dca807e8b4a8407 +size 6187 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs.meta new file mode 100644 index 000000000..281126183 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/RVOExampleAgent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a05572c4b91d25f4b6544a5187ad80840dd035d895cea8b9471f995d5a3b52c +size 406 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd new file mode 100644 index 000000000..17df77791 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7e1176cacccb3553a3e11c2c1fb249f9896a484b444d398855978d468badba +size 26908 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd.meta new file mode 100644 index 000000000..2c9cc2aaa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance/selectionBox.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e1e6b451c17c1c76e431e48751431f96918ffc565c1798a01bbebf581d8899 +size 915 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D.meta new file mode 100644 index 000000000..f99a73781 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7780c08766d0310f85d8a25f4dc3619f3ee835dcf0257a35af28277a09d3d4b9 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity new file mode 100644 index 000000000..27aabffbe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57698910d1091991cd55c33fd5e7c4d1fa6402a3131720138a0c13c51fe90378 +size 911169 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity.meta new file mode 100644 index 000000000..b16567f49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/LocalAvoidance2D/LocalAvoidance2D.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401bd738e4137ca50a79b297e8e162cf420a466fbff4ab6a17fbb1ea3702ecab +size 402 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph.meta new file mode 100644 index 000000000..57c3fd8e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdcc70b64178fe01a1823ed805f861f5baceb0125c67548a89f79501437522c +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity new file mode 100644 index 000000000..012d848cf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7652442714cf7b5870686a0912ee144ef38287d229fe6f74abbc659875f7d76b +size 31063 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity.meta new file mode 100644 index 000000000..0511298c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraph.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfdb04439800ae09373fcffa4a10b300f330e88eea21680b7d38209ab73aaf8 +size 299 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity new file mode 100644 index 000000000..86f7d35b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f17b1c56d6fd925cf2ff351dff6588ee9561cfced465c706ad763d73339ba42 +size 28378 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity.meta new file mode 100644 index 000000000..993dc5949 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAI.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6fc1f307df1c615d1398240aee5cfb29fab5dba495b287e8fa4f4ba4dda208 +size 335 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting new file mode 100644 index 000000000..bd0d03d05 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfef7134bd4ca8f9ff2585e3142dc131d2abc221d09c1330270008238d048b5 +size 1729 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting.meta new file mode 100644 index 000000000..22217b8ce --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphRichAISettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7691e3c01d67e978c29e4064328bed2d5b8a95e37344d5cd85823cb38a91fec +size 438 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting new file mode 100644 index 000000000..0c1f81cb2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1cee49b517bffa1ed99e86dc6585794aa1e08c335501aecea4d9dfc4b6e605 +size 1723 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting.meta new file mode 100644 index 000000000..78c92f4ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/NavmeshGraphSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6252c93a5dd510b6d1fa7518353d65f876e212e3b3de97528f98ed6d6f523d4b +size 432 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources.meta new file mode 100644 index 000000000..21f44047e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f413a3168c3224f869d3ee2443f0bdd5ad78a35b6f8105032ba2e5b243a03b2 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj new file mode 100644 index 000000000..186b74b2c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1975a52de466590f3b20ae6ab9d43376d1a54e93c2d7eb4ad525a7e432f1ef +size 3162 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj.meta new file mode 100644 index 000000000..8f1511b3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/Resources/navmesh_example6navmesh.obj.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d40615a6bae5582bc4b4c297ab1011e9846e84f530132d91c350966ffb2d1c +size 3620 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx new file mode 100644 index 000000000..fb07c7b4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703c700b759e350b6437f6fefd4972d58a245c1a448f02dceeba0722cf9a040f +size 108567 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx.meta new file mode 100644 index 000000000..aefef801c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/NavmeshGraph/navmesh_example_world.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b12ffeaa2d33a5b5ded302092be68c0c93509f04b795debbeb251bbd6edef26 +size 4127 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples.meta new file mode 100644 index 000000000..1b464fa66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1d264687a19e7d0ed1986499c5cbbd74adfc75fd2f47aaecf2e5d3565c2d1a +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving.meta new file mode 100644 index 000000000..7534c1df9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f14a219c92bf2dd6fe6afae5a863e2992226fd383d6bcbbe6ba2c37d8c27a9 +size 107 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs new file mode 100644 index 000000000..b6f6e06b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ab9b98ee28595f1dae92ffea9d69e8d84663ed5084c6bf519b87b230a1b272 +size 3358 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs.meta new file mode 100644 index 000000000..4be21978e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/BezierMover.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55aebda6d7897f90d3e71bf7afc93f47de108c32b6e3bc0767565991de7e13c3 +size 429 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity new file mode 100644 index 000000000..79e3a2d8c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c188593533a37419d5d5312740e7c831309a6ea4e027670fab03ff1acfd58ce +size 53960 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity.meta new file mode 100644 index 000000000..0787398f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Moving.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fe757285bccaf96f27cf7c119b3ee05e9f0fba19bfcdd61695e9df81b16acd +size 339 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting new file mode 100644 index 000000000..c83347868 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f09a68463d2b71f5ff42df01ed452ac3df9cef69336782fa0b271bed10f2a1 +size 1717 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting.meta new file mode 100644 index 000000000..e09229816 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/MovingSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1985c6e69eaa447585be7791ed6ecc19bd247bc67fb4e32791907c8f3001505 +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim new file mode 100644 index 000000000..da5082be8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b313d8b9005c8beab6f2c9d17d2111bd66cd3c3b3796f5018664686fa2b807b +size 575733 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim.meta new file mode 100644 index 000000000..95e9e8442 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d81034df0a597fdf63af64ac1a4204a27ce527d46958cd679c511fc2c4bd0f +size 341 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller new file mode 100644 index 000000000..c5121aff8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19aa74d555aa45e8737a683951adc3809081b7645024b4c5723d5a76073c3114 +size 1385 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller.meta new file mode 100644 index 000000000..ce60b569f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Ship.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ffd92fc14408b119f3ed514810ec72f24d3d10c820716c6a4a6559fdf4d1445 +size 347 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg new file mode 100644 index 000000000..f1b2fa382 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0fdbd8db462639b49843d12f2b16fe581680854677d285d88556594e20e97d +size 160263 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg.meta new file mode 100644 index 000000000..0b51a992d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/Water fallback.jpg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f46dde6073df933e66aaad2c6d886dd972207a7150a091f1d7251bfcff6efe +size 1167 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat new file mode 100644 index 000000000..039f2c919 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc38b37a48085fdfce3a97a7c7ed84173c3dc4842cb33997149102b05cd08fd +size 717 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat.meta new file mode 100644 index 000000000..b98946825 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/WaterPlane.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a590d8f417a876ea0b4ab040f6864b824104e4119b344589e58dc2e215e9dfe4 +size 346 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx new file mode 100644 index 000000000..5d3799bf5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183bf6b980a792c8fb856ee9bf97a77d235d41970740d0132c9bbff9f354e031 +size 656866 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx.meta new file mode 100644 index 000000000..66baec359 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example13_Moving/ship.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cefc26f95526419e2459b5c8cb65c85d285dac7d72b84a2e92123b92ae5f3b +size 4724 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D.meta new file mode 100644 index 000000000..45867550b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89650a7fe39ff40d5939bd3fab068b9e5278f004ed9fb0c16bbcad5cba662c8 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.meta new file mode 100644 index 000000000..be3c04112 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d3371508e51255d294361443418d8511d1b67b36cfeee7a42d18c84aa7b23c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity new file mode 100644 index 000000000..25927903b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723da66f5848a3482d2e06cb7897d892999761e84f5086d232036fc6a06bb41c +size 90926 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity.meta new file mode 100644 index 000000000..0217f813f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bd355d7c2959ab1886b60922d9d8c59e9e8f72e438063de018c4303d2f04f7 +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset new file mode 100644 index 000000000..f718961fb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2dbe4c26817fb10664c311e8433fa630cd280a8d3baba907b22c22cd887c6a +size 940 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset.meta new file mode 100644 index 000000000..a138fa5bf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2D/Volume Profile.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ac4385a5ccb3f0e51ef0feedbe0f71512fddb2f131cbb2f2a09b92c3ae634c +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting new file mode 100644 index 000000000..b3dcaa744 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d6d6a7b9a6bc63622fa1711425b82bc273510f00f8850c3bfccdfd167c7868 +size 1714 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting.meta new file mode 100644 index 000000000..2d6198ab3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/2DSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5970bb4eb5b02ea39e79879c2c08db847cbd67f3087cd2d4775bcb649a3860 +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset new file mode 100644 index 000000000..aea6a2220 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff8e1cfdb7fd9fba3ed366326bf6498ed4b3a11d33aa081f9f4b7db7ad074c +size 772 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset.meta new file mode 100644 index 000000000..8d1699e65 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520dfdc3d02d230b3964de2825860c8bf30023a8888d0514999c7cd1a843e37d +size 437 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd new file mode 100644 index 000000000..7c7e99b99 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd32d772dd98a6305209d47c5e7b820b0e1042853e30270d397915d64fc84bc6 +size 31046 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd.meta new file mode 100644 index 000000000..e21230799 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example15_2D/grid_tile.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c167dcef291a414ae02b7240a3e863513311e790b371f7cd68133b178bdf9b +size 3683 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS.meta new file mode 100644 index 000000000..02075f66f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbca32762460db8abe98dfc079f6c5c969cf815ecb2b6f7a3a2f36ceef33994 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations.meta new file mode 100644 index 000000000..54f157f3f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c4318140d1be1a8e9ddbcca581d7c4462ba5bdfd86c26e6e2ccb5fbf992906 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller new file mode 100644 index 000000000..4bd3169da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1f58281757f719ba917110e42d73a1e58e34c5c52ca0545ba272b3a051bad +size 1817 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller.meta new file mode 100644 index 000000000..9ca26029c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/Pillars.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9148497a91d68cf65b3c00ea1ad3ae28587d9af73e4bafcb34fd3d914d3827 +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim new file mode 100644 index 000000000..8a32db2d4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c4ab060aa5ff159a399ca451d759d6d4e8ae1fd32e0d101a9001150d83c3d1 +size 433325 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim.meta new file mode 100644 index 000000000..7518662ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSBattery.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870c0570e2b52ed0a00c910e318cf2984f00892ef5d8162b7aa08b7d64f9cf63 +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim new file mode 100644 index 000000000..76906a77c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbae3eae3aeecce8737b5d8d9c39865d2ac34c63dd0c5686053fecff501e9664 +size 3476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim.meta new file mode 100644 index 000000000..d64f73edf --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvesting.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e09d06cec35ad3ff5febe21a6749d4fbeb30c4f715cbc095a384eb3083b53c1 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim new file mode 100644 index 000000000..e7ec6f921 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b848f9ed3f0e251c316a23395eada793193797eacc9687c991fffbdd806182 +size 3496 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim.meta new file mode 100644 index 000000000..76c3253fe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterHarvestingExit.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ae9307955228a147f99c32347aced4f792409fd0d2170ed7629dcdeb89036c +size 457 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim new file mode 100644 index 000000000..ebd22c292 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b3e5f09df4aed098d52926a41475223f9a26fb5da6358586b0e8689cc7d74a +size 3472 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim.meta new file mode 100644 index 000000000..dd837cc33 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSHarvesterNormal.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a7967d9dfa4d7164a35020959cf17c068b7ae58ccdb01c272048646d0410de +size 449 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller new file mode 100644 index 000000000..a5a7e6108 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b010f60c30271677a6664a94894f4cd937f99a2724d4a6b3414a464c01a590a +size 5261 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller.meta new file mode 100644 index 000000000..94cb1ce3d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/RTSUnitHarvester.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d257e470709675439d970353f1cd9fce988a57b8927e7404b61b4675a510f040 +size 453 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim new file mode 100644 index 000000000..c8c87cd8a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c8756c6419f3631c54caf497866a480e762a6c9d5d0f32b53ed2c82bf823ca +size 3308 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim.meta new file mode 100644 index 000000000..fffaa1035 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eaa34b1864d6d6d59d967ee13b337836ea566da0edbf7d0b1bf081b24b7c35c +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller new file mode 100644 index 000000000..b3966ebef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d285501ac7f4d846499f12414f1ec69c203f5669e522b206dec48aed323cb5 +size 1822 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller.meta new file mode 100644 index 000000000..cc9bccee7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Animations/WorkerLight.controller.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1bc2b4d4746db28db2d4cccff9365f96e61184740a78807c4b11a4e0be836f +size 448 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio.meta new file mode 100644 index 000000000..ed409cbfe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404c451cfbae4e5c94cca2c06e2b70da03105bea2e1ceb50c1578d83265d4d4c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music.meta new file mode 100644 index 000000000..c91218a1c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be322af0d7adccf5adfd39ce21c7ccff6ab82839012fd5427be1406031ea02a +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg new file mode 100644 index 000000000..16d9a97bc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b904e09d0f26d121bf655c28813191bbd1db653e784dbe39299c241da4b7cc1e +size 2022738 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta new file mode 100644 index 000000000..07283bd90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/music/Abnormal Perfection (Ambient mix).ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ac3ac8d26832c383091f55da1f307341f8b9ece06c3442fe05823d41cb306e +size 745 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta new file mode 100644 index 000000000..40e77796b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2b6c897c9100eb818a89e8911df0cb39940084984ae46ff6227663d9bdde68 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta new file mode 100644 index 000000000..a8c5f1f17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dab9104a2865ac719c54e9938f9c3a3281d4ae9a1b8cd982264b5142d1337a3 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg new file mode 100644 index 000000000..7aebe6617 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7397c13c19e8b947961d72ff6e0ad32ffb113f1a47060262319d816fb458f4ba +size 189181 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta new file mode 100644 index 000000000..b7c4e8890 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/movement/Motor 19.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f06c57339d480c6c541b17d7f56cc26bd3af64bfb0a00ebff572820074226 +size 730 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta new file mode 100644 index 000000000..3ae14a00c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75c074188eedfa9767f00485637735467038e5cbb7efd1a4be38b2c9079ef5e +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav new file mode 100644 index 000000000..206b87482 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f935aa05cdb2ae938c93f3e311c8a269214f40d582b932ce2e1617fb2786ea3 +size 288038 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta new file mode 100644 index 000000000..1e4e9fe0f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0013_cursor_click_11.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4922d8687656b80fcaf5d8ce683669256499a34b81768cd980fa9b17ba52dd3d +size 744 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav new file mode 100644 index 000000000..c43334e2b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff5558435bfd49db411611d2db042570230c4815794b748367cdbf6c59c7d19 +size 86882 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta new file mode 100644 index 000000000..09f7a6da0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/ui/PremiumBeat_0046_sci_fi_beep_electric.wav.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bbf0f85b80bfc8d23e903eb8fbd47d0ac1c3d437399fefa139d469d25c244f +size 746 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta new file mode 100644 index 000000000..1f9902543 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec5ce9735341aefca7657a47099ba52eb8f14e5529e807d5628b19c13758a4a +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg new file mode 100644 index 000000000..4c3e84b90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25aec3996b1f658d407b1e1163f109e96f1eabacecf0e98620801f3bce17ed48 +size 15844 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta new file mode 100644 index 000000000..fee059c0f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/CK_Blaster_Shot-01.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471955449454cc6a0646393d4479702f295e334bba6326eaf1b0f8b95ad6cffd +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg new file mode 100644 index 000000000..9c0ef9c08 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23c01bfa7cef126bad77596469ceb0626699d71d58cc399905d80175c45d5d6 +size 36198 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta new file mode 100644 index 000000000..f864e300a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-1.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4f2bc83487e25c8fe7c04bebb5bddc5ec3f618c6529a00502bcabc98071fd7 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg new file mode 100644 index 000000000..31f6f735e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1a3190fe18a8681be2a4e4e5288f0592cc712f76241feb86f714fbaa0553f2 +size 34916 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta new file mode 100644 index 000000000..725a3c983 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592e44e71cbfac0298ef9f02ac262e28e6158e6092c946120a1f5129a04bf4a6 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg new file mode 100644 index 000000000..8b13fefb8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f6d62bc9eea2c43f352856ecc5acd22491803fd3d02a32e6a833e9820a7f6d +size 36884 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta new file mode 100644 index 000000000..4552df32b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472415d35da5843101ab654cfd29b9aa3fdc0a722bc3969db594e7e761f829a7 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg new file mode 100644 index 000000000..726ffe2f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5709c03c41373f2e8bf59bf7f0927b668d9abb53dd853dfa7adecc6dca7a15d5 +size 36001 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta new file mode 100644 index 000000000..5d6a9b8e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_01_Shot-4.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d06f116e270a907ff3ca5fcca283c6339a2fed2cd5a039b7b3cb97efd7baac +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg new file mode 100644 index 000000000..4b240299a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74848dba4d1dcbbc4c7d0641aa38548b3ca64910c16def91be414451a6325702 +size 30871 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta new file mode 100644 index 000000000..a8ae70eb8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-1.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d9e88ca258aa8acff5776e16869f533b065b2a91684d94f88ff0ffbd37289e +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg new file mode 100644 index 000000000..00a471806 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b001a3c03f780827e56f96e03c7c63785aa95812e6dfee94d406cb3a96058be0 +size 31326 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta new file mode 100644 index 000000000..96406d88d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eaea893fb8d83c89cf75de793a1eca6d42827cbe211d545e8612cc7d7d3c31b +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg new file mode 100644 index 000000000..1f5f9b08a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a96de9836d0f9207a778189c1a1259026a8755c8705a1dbb18ebb4f0d323203 +size 26672 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta new file mode 100644 index 000000000..f87a2a4d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Heavy_04_Shot-3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714863cee108c903082655c9d2eb243ecc826ef54a5ffbe724bfd1054f1e0af4 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg new file mode 100644 index 000000000..d8044d85b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad469d74922dd84cc9cfa3465e90cc30b342a2535cbcae257845679f4f7a1e34 +size 21725 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta new file mode 100644 index 000000000..1f96b34b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-1.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11299468eb8adbf8515ed4b1e9dc494214ee0d9271f8dc629319a5b81a76e147 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg new file mode 100644 index 000000000..9752eca77 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84af2f824d3a362bed3c6a9337b654c362cf4fc5d375101355912cddc169a45 +size 17279 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta new file mode 100644 index 000000000..5089ec136 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8e616d4216b2750a7c4a361c1c757cd9fb476b56576fad96032278269d075b +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg new file mode 100644 index 000000000..dff483902 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242df96f974b21d3d1aeb354e30339fd9ec6e3f658ca02b332359b5e7ab08e37 +size 18016 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta new file mode 100644 index 000000000..17a487078 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d777c952bf830e06d2d087ea82be6de12f6f50110284666a6153b90b0dad1447 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg new file mode 100644 index 000000000..b4d52ac86 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1fea8ccb281b07710921b70cb3e40663e2c0ab0e376257bb3a6bb8b2f28b40 +size 19237 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta new file mode 100644 index 000000000..73c006051 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-4.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbd0c2d8340948f996315174997abee178a3adb85397ea0bdee1864f298d24c +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg new file mode 100644 index 000000000..698053db4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cb24325e2d8a044bf426e1c8e90c6e58df0c4074834310e23a1f381a585580 +size 19066 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta new file mode 100644 index 000000000..2907b85f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-5.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2685f18f8918a49e02657886cd844b9d13d8a1a808550f19b488fb3ddf47837e +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg new file mode 100644 index 000000000..0748f9687 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31665a6a7e2c983cf523e77ac37edc885633345cbd4c93e72c5af9186b91857 +size 19876 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta new file mode 100644 index 000000000..f383dea4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_08_Shot-6.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b64feaa25859bc2708c1a8195e77a12669b9da78b27b3ae14e2717bc91d53 +size 732 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg new file mode 100644 index 000000000..9ca549d10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7ed35ff088dfb0c77f62ebcde08b1f431bc432ce83d92ddaf2f9067c5d05c8 +size 11674 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta new file mode 100644 index 000000000..7e5e438f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-1.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e42275c05bfdc8857c7be64f5e3d80676d8994c8275d199abb0b98b5d2ed2b +size 735 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg new file mode 100644 index 000000000..0f7caaaa8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8281f4374861a374e4dd8e9a3ca0477069113dc4c385997a3f3bf33c35fdfe6f +size 11322 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta new file mode 100644 index 000000000..52bca66c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-2.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ec616d144cdc5265323db191bc19735902f4c7389ba7a0cbe8cb64a1a7da29 +size 735 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg new file mode 100644 index 000000000..df056f0cd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb8edc417407f3b87af6896b1f3102320136417581de87332a74f5fb5342b70 +size 13048 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta new file mode 100644 index 000000000..31718fe1f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-3.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63596b9786dd466c4a573285fe5cceb640813ed3a4fd6c852094eabd1bb9225e +size 735 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg new file mode 100644 index 000000000..eddbb0796 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d285f8943eaf37f1865212e0e0912b99cdad5d27837fcdce9116588429249ce0 +size 12701 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta new file mode 100644 index 000000000..274e482b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Audio/sfx/weapons/DS_Light_13_Shot-4.ogg.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f72444708cb504e9bd30fe94bdf0f74c3536d87d3368aa834f669c51f077f9 +size 735 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs new file mode 100644 index 000000000..60477469e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93232229fde2e09a442acbc736b70de79ed3d52ce174bee8aa3588a9e7b7cfe3 +size 10664 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs.meta new file mode 100644 index 000000000..b2fa98dda --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/BTNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177782f4a5076ef3b2cbf832b6c8d6a5e00dab627d4dfa2c6f7d4f714aef2987 +size 486 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials.meta new file mode 100644 index 000000000..6114a757d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe412bd9356373fc8b0ce570fd1468ef6a4a26527ce537f3f01b553c042ac5a +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat new file mode 100644 index 000000000..9313690cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9187e433135d1f0a92f4b6cdc20735d83864f0579068abfefaee9aff27b4701d +size 3285 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat.meta new file mode 100644 index 000000000..359a2c897 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f756254a3eb2830c8dbd0cbd90be9577d4292ce639e01e2eadc977cff3bacc +size 433 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat new file mode 100644 index 000000000..3bebc3887 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d455bc668af51050f5809cc236f2aae5ff908629d385db239cac80f011387da +size 3286 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat.meta new file mode 100644 index 000000000..646fec105 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Dust2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded329defd113a8169504278325d6b0aebaa6c669b260d7e0c7c741b652c1047 +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat new file mode 100644 index 000000000..27b30f19f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fd05314c57daf23a50e4695c9ea3b9d798f2cfcbd78a14651108c43a5cfe6e +size 2116 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat.meta new file mode 100644 index 000000000..dc5d7dc50 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/GroundRTS.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77a8064f7760bd4bc03562936cb251cbc34354b3fdd6c70e66e5bdcc1ae6495 +size 438 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat new file mode 100644 index 000000000..b6a3798a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a23733aa8048eaad3f3bfe63d0911219f5e23ef6a3129263ee8b3418bd94abd +size 3082 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat.meta new file mode 100644 index 000000000..c71f428e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/Material.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697531baa8af878df80d233fd8f51ba49d349bc771e8da001dc40223298f5a51 +size 437 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat new file mode 100644 index 000000000..8b68503e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea2e9377ec9ab61ccefb5a32d16d8758e2fd13b2fd822c76c54862635e56c29 +size 3054 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat.meta new file mode 100644 index 000000000..28a9107c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/No Name.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac5398eb77e1f77241d5d40f48c46df446458b25fb5285be8309797cbcb76e0 +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat new file mode 100644 index 000000000..d8753bbfe --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9477d6f5f081b5464de9a9401ce728a748f1e5a363115dcb1932f7766436641f +size 3092 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat.meta new file mode 100644 index 000000000..429be78b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/None__Untitled_001.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c36af39193c1b277a86aa38fbb02131758129051bdcba0d572477fcc8b2390 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat new file mode 100644 index 000000000..cec566191 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788fa993db7615474b35a2c96fa8f1fad97fdf034a2adf3116fd1ca552b12ba7 +size 2224 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat.meta new file mode 100644 index 000000000..b0cd6cdd5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3940e4b8718f5e0b78b0c1235493469b499c079967c894dfdcef6888d475185f +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat new file mode 100644 index 000000000..eede82281 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43476ba02c4712beee93134764b90a3394b97b0c7bbb1e0408209ca199010b50 +size 2228 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat.meta new file mode 100644 index 000000000..4804107db --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee68d549c2f9db799b08f3e3ef383fa89e20b0afecf4db5038c6f95714d480cb +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat new file mode 100644 index 000000000..d6ac53845 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e92663dba64bc5a5ebc1527d6564c0028fb0cf1cb8d7d9756d4f74327095f42 +size 2228 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat.meta new file mode 100644 index 000000000..a26cad76d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade3.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb714d1169fd40fa2535837ad1568c6e96ebc9145fddd524e934b79403e2162 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat new file mode 100644 index 000000000..f3ec26afc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62ebe2aaba3329d84e7145359d4c21dd2cd78b27a529570870c850d90bcbdf1 +size 3118 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat.meta new file mode 100644 index 000000000..8ba499c15 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSBuildingShade4.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5c04d00d761197d6bf02f1c7d087d7c67fa963072129cdf2dedf5dd64db853 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat new file mode 100644 index 000000000..4b871b8a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c0297830cd2198cdc9b3e14cdd1ffdd2ccaac9240ff07d5385b9a368222b6d +size 2249 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat.meta new file mode 100644 index 000000000..122542f16 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCliffs.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a840e576e35b70bf1a55e6c8b6aa36d25c43d4047bb9ed5c4a7e4da63cf45f5d +size 438 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat new file mode 100644 index 000000000..0ea4a0c87 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02ea435541f112ec4130b1106c9db7b0d84506ca4e8837aef10fcac9a8d4320e +size 2215 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat.meta new file mode 100644 index 000000000..e5e56cbe9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSCrystal.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241b87a5494cfa6c021d6f609a26ddd59f131e76a09ed4002aadefbb45fee6c4 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat new file mode 100644 index 000000000..0420a91f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc0ca149b40dce4e6014518b329091079b7b43ac7ff2979c9d4360a78870fe5 +size 3288 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat.meta new file mode 100644 index 000000000..a51b8d40f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSFlashParticle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f6a6a63cac37ba630239474359ab11f98ce07432c5c9261366af3761b3c587 +size 445 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat new file mode 100644 index 000000000..4244c2c72 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ef1d4bbf308ef6d5f993396de417a02dad844f6b5d156f666c000524f8b1d8 +size 2033 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat.meta new file mode 100644 index 000000000..39e806291 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHarvesterCrystalParticle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799735d28618631cdfa3cc1cea9560dd645ca3df0e2befb356f6c5e3903052c7 +size 456 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat new file mode 100644 index 000000000..340e1b68e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50bd9513af3159418a5275b068038b3904c491c7e8e38b8d0ba8b7d202111b4 +size 3300 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat.meta new file mode 100644 index 000000000..5a2048255 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSHeavyUnitBlink.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bc4dc9746a3268409953bb4b106155038e8278119ce59aab60af569a283925 +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat new file mode 100644 index 000000000..5257e630f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4911ac88a54180ea3f549da281f3cc861645306d6486b66ac3a9430e6d5f9d +size 2028 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat.meta new file mode 100644 index 000000000..76387ea20 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSMuzzleSmokeParticle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e291b234a6feea8796e9ee1d2fb6ee48d6f7065ace6283d6051fc82112d0a0 +size 451 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat new file mode 100644 index 000000000..f466354df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa472b64ec4ce22831b254a80f3f2ac70fc99d6d4bcad55ce0f8364efe8cc2e +size 2354 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat.meta new file mode 100644 index 000000000..778849741 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSTurret.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46612118f0755937467cd352e882f9175c0eafc48b980cab71e517efba856423 +size 438 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat new file mode 100644 index 000000000..4beaf267b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af401fd0f1d02ef5ded72aff7ee5061a499d05d28ab0d46a3ce7c08e9047290b +size 2052 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat.meta new file mode 100644 index 000000000..32672e40e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHarvesterTeam1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924748c9272c4796ce13b53cfa3e1817a9dfc2f63c81c64b4d69cd05b58d3c53 +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat new file mode 100644 index 000000000..c8faf153e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f322d55be419036dcab78e684cf442910f0f3c65a1aaf86e5a64f1187387e63d +size 3147 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat.meta new file mode 100644 index 000000000..b5500d4ae --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitHeavyTeam2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bda00f913b0c1f12f7495e1d1160fa6efe71e599edef4203b3531739a7b14ac +size 446 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat new file mode 100644 index 000000000..f8ccd60ba --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd960fdc407912ba90d6b9bd1a10c052968502642b0cd9caaee4fd528c324d3e +size 2043 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat.meta new file mode 100644 index 000000000..89906e398 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam1.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10446f379f94bbf611bf988dc2a010593d23e1dbad04b58d4c838feaadcfc89 +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat new file mode 100644 index 000000000..76f88f18e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92428ca743874f8a53c3c857a1934ea0535d5739f9aba41e48b369598f636ab +size 2278 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat.meta new file mode 100644 index 000000000..465e30d87 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/RTSUnitTeam2.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34461bcb00b048f7772cc4d20b45668e928f4729efdeca3ce9a1c1c48f0ecad +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat new file mode 100644 index 000000000..492508300 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8593193410caf7ead6c7bd12c6ed1904d7c988ad9c13ec3b6ef00d1cbdbd3 +size 3572 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat.meta new file mode 100644 index 000000000..f56cdf5ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircle.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd8241579e2b6720011620e469d049ea191484dae3d88b2b551a800eb081d4b +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat new file mode 100644 index 000000000..883b041aa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf1ec4508d42c13355504bb8709f10e95773ca6db85070402b1e86efc682b51 +size 3577 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat.meta new file mode 100644 index 000000000..85fc5b186 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/SelectionCircleLarge.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e27eb60d5e0331bc6e222a68e7414d35316e5725e290248d4930044b89d1e8 +size 449 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat new file mode 100644 index 000000000..130e4c390 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf74abe7477f5c86f2e870c17e01cc145ff4d20c9d3aef413f43a58980c5a9c +size 3081 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat.meta new file mode 100644 index 000000000..bd3b505df --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Materials/unnamed.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d814db959c163502cb2eefd7474745f4e1318d2e9076959a4a3925ba20d34a +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset new file mode 100644 index 000000000..f822b8035 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f18fc18ef0afb2cc01cb68f2e823fa7969f351140e5bbef73f6b429fd7ab0a8 +size 8191 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset.meta new file mode 100644 index 000000000..4106715b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/PostProcessing.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6c7bf32b57dd27674a7784000f3b20c2e0f57a464425a9b436aa1073dee53a +size 443 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs.meta new file mode 100644 index 000000000..dcb2c492d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d8559555b374fceffe5167803a03cd6179990817c13e18e6489a77774dc7c2 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings.meta new file mode 100644 index 000000000..0ef17174d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac0038196c3578fd4b210c3bb2b885a6ae53872bacc45ed4681013bf6cd118b +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab new file mode 100644 index 000000000..2c310c2d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e24d7391ae84828e1336e043ccffec9b2060ce030157bb76aa4d33b55a082d9 +size 17567 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab.meta new file mode 100644 index 000000000..f0c610f62 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Barracks.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae89a794899fad4b057769cc877901fbb0a55aba3faccf93ec69165e8c6708a7 +size 448 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab new file mode 100644 index 000000000..f73104f11 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22f9bebeb15d16cf6f5c27346d55fc4a5b5c190904be3a06dc1b5ce269f195b +size 54598 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab.meta new file mode 100644 index 000000000..e7f0a6a7c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Buildings/Battery.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbca498c3f47de7c7efca1896ec850e28d1355f27bd6193b459ac34d28885a83 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab new file mode 100644 index 000000000..7362538b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260b97ac4ecf3bee82e61ea69646e16fa8dfa6ee05da740b232d1d5520a129cf +size 11354 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab.meta new file mode 100644 index 000000000..36ad5728f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Crystal.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8815c6c4ae87350398c8cfcd5bd18d89dd110710469f98094ee2dc05f31c71f +size 437 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab new file mode 100644 index 000000000..19a9fe1e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a512da5e4f16630beb77e0912a43759b52c19a90df6b4bf2548ec6df49cbc5 +size 47036 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab.meta new file mode 100644 index 000000000..05ebd8297 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/CrystalSmall.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe7b391ecafe4672aa853b18e040b9e550234e8eaca4205757cd135a3415bf8 +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects.meta new file mode 100644 index 000000000..9eb186ced --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f838fa8b921cf2c366a074cbafda5d8181e93880d9f3d19cbcd869ad2bed63f +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab new file mode 100644 index 000000000..ae3460c8e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8049c3851ec12f795f13c0bfcb95d93d368f55f4d9e5fbc3713995e6ee0bc92e +size 47521 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab.meta new file mode 100644 index 000000000..431362c4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/CannonSourceEffect.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34469b82e8e93779ed665de4cba43619be64bdd670ee5cda9d7ad6a8fadc0c9 +size 456 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab new file mode 100644 index 000000000..f1717b6bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ff0e24bb320d90526cca5764a2c415bbf09c160127759e0aa2d56b0c522356 +size 119996 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab.meta new file mode 100644 index 000000000..2d577efa5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleSourceEffect.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cad19a39634bd4edcf175b30ca6580598c1f5f2329940f1a72eaffb213ef126 +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab new file mode 100644 index 000000000..f90bd64a4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0bbabc7e3b29b9f9fcf9eb0cac5e2c42106bbf3cbf424f4c0b4375e9365a54 +size 24182 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab.meta new file mode 100644 index 000000000..7e9556740 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/Effects/RifleTargetEffect.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58eb71472231232851e8270036aeb5b2fdaeeb09e8f447c1b75b474fa11acb6e +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab new file mode 100644 index 000000000..e7de49693 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a273dadb570dc373b07f77e2760f11f97e192d68fdc3b772e0ea01bc69943af +size 11954 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab.meta new file mode 100644 index 000000000..682b51e7a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSTurret.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c40a31e0182e1a12c510846a796bd8127f339f08b8dc26de18bc2b814cd1250 +size 448 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab new file mode 100644 index 000000000..6a2d11fd2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9811f4254092a802388f5a1d1891accc7fc88fb440530a1595d0a938c9df45c9 +size 10652 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab.meta new file mode 100644 index 000000000..97ea5d50f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnit.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388429a8b728210b2aa7061d1cc35a064c1df01fa1b5770e9260ce2270b92dcf +size 437 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab new file mode 100644 index 000000000..740884c26 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f97ebbc7286455512c4ba6bd2a1a9070e1122fb91dad731910fde7f061f0ef +size 282857 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab.meta new file mode 100644 index 000000000..7617eaa59 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHarvester.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e75ba211eb2fd8e775817cb573101c7b9ba7ffb7ab17969e5372a2df55400aa +size 455 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab new file mode 100644 index 000000000..e2d89a7d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8a3ac33cdc0f303da8fc8c5eff90257fb634fffbb2bdafba5cb8c917613545 +size 41622 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab.meta new file mode 100644 index 000000000..1df2ef6b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/RTSUnitHeavy.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798bee51a8b7cfba305004316ae57002c08efe2faf811d1e6ef98846fdc8262a +size 442 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI.meta new file mode 100644 index 000000000..34a7a0cb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370beae6b9842f0fab514d00f7fea2b8fbe5a37dd8b90ecb2d6fb66fa3220d44 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab new file mode 100644 index 000000000..b295b1fe2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ad109a1e6a018589f56e7e2c719b6ccd44affa9c64e4e36d480c9a10801a43 +size 13252 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab.meta new file mode 100644 index 000000000..824430b95 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/RTSMenuItem.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38999fbcff677ca073fc004106fa534ea1424b1f75038095694c278b5c0e0ca +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab new file mode 100644 index 000000000..e5fa50f39 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdbbe26d10f570b3934d751cd669af21443eed6f4642a23c338e8e1cbe602a0 +size 38170 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab.meta new file mode 100644 index 000000000..b9c05b266 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Prefabs/UI/WorldSpaceQueueUI.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a31ee23005e1f15027543699a2e2ecb03444bdbc4e78d84cf74205ad05a8234 +size 459 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.meta new file mode 100644 index 000000000..05250094f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed47d95cac74aa9519bdc2c73f1dfdee11c1d7056e3415a254a3a9653c6fb34 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity new file mode 100644 index 000000000..415e517d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c62733f045b30e5e78810bbab0590a8d98e46252b06936ccae2639ad93e340 +size 1406498 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity.meta new file mode 100644 index 000000000..8c0e9d370 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc426621d6157c290c7a44f19616ed8bc4c7d5426e72915726a89a17953d7c5 +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset new file mode 100644 index 000000000..daa8c3798 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43447a058e93fe2ca79e00001692bb7d3ac6e0aacfb96ffb33ad290ff02d56a +size 14076 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset.meta new file mode 100644 index 000000000..e307fbe1a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTS/LightmapSnapshot.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6773b9d471bf6492fc4291831152175afc5672e3dd896d9acc80aa5bed5f26 +size 441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs new file mode 100644 index 000000000..65bcd30a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e931d900bfd62cefa6f8a31b8aa2b33d5550572b5110e4e78a6745ea28291d7 +size 895 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs.meta new file mode 100644 index 000000000..d29a797f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSAudio.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806766b3cb50715009514352c5874c670014219785425005c69d52c03b9bf03c +size 488 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs new file mode 100644 index 000000000..db80843e8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb88656df408918648dac278eb172a4d1025ea10f9e7b8796147d4695a8674a +size 2156 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs.meta new file mode 100644 index 000000000..99c50d997 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingBarracks.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c6aa3bb868b5da3676a27c42b34a6c4a94dae728de9574dd1ee37ce3e15357 +size 520 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs new file mode 100644 index 000000000..6a2753eb3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0e99ce0f9bc9ed297b89f50a8f3198e6e17de348be76c3f46e964ce0c4901e +size 296 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs.meta new file mode 100644 index 000000000..723af1e60 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88f81a9ac8f637ec390d510a8f4ee9cc61cbe06c4024ddd675d604aeb8310db +size 518 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs new file mode 100644 index 000000000..b82c6ed32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8276f6aadaa41817d976ab5cc752f2ddbd0307104860998a7cb7ddcafba86c2 +size 3512 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs.meta new file mode 100644 index 000000000..e90d44fd1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22392c05b5d14bf55f694ac069cadefc26c9e0f1bf11b3e376e59d1ebd935f5e +size 519 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs new file mode 100644 index 000000000..b26283fa3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c842f7a033b16af434b4c38aa70cbd6fe17879848df07a1d12552429b5d4abb +size 2156 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs.meta new file mode 100644 index 000000000..42111ca4c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSBuildingQueueUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d1e5ed20d2d04e97f7112a7130ac02f11562944e23fbf5a13579029930f4d2 +size 498 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs new file mode 100644 index 000000000..75db19fb9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85220d82b5dffd97c1e430ba52a278672064f08dacf24e7badadd152b86dcafa +size 406 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs.meta new file mode 100644 index 000000000..1b67a342d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvestableResource.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc32544ac3ea4497b2416002c80b5d1f61846e82d623ddf719229ec7b213dbd3 +size 523 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs new file mode 100644 index 000000000..c8ce18295 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efabad256ef5f0c7dea6c7de40d45c27cb9a0e61e23b9ab48e5f3fccd60a114 +size 1401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs.meta new file mode 100644 index 000000000..0e8318ac1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSHarvester.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa54f2c6a53603cdbb11bbc81c833dcbd939eddc87b337e8e10d00afb585891 +size 513 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs new file mode 100644 index 000000000..90ac0ba3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9251e558a56c3dea10bd68da771156068222c46bbeca9fe15077d0e88b1a0a +size 951 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs.meta new file mode 100644 index 000000000..f88f7c1bd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c66a18beec70444e16f511c1de3e6539affcc99a86f142f216dcea127df247 +size 492 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs new file mode 100644 index 000000000..9282bdfde --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d46eba54eb0bbc32776bb9e0bef13801ff14b5a30ed7533d8a5850d87f1ad6 +size 679 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs.meta new file mode 100644 index 000000000..f5ecacda8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSPlayer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f82855db68d960ffc8d9b837d99b63aba44401f79834bff34485139792870d5 +size 489 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs new file mode 100644 index 000000000..86561d4fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e767a60c64220270145f672f9d3911f35ad7599aee48c707d1f4c385badeab3 +size 862 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs.meta new file mode 100644 index 000000000..947b52568 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceDeterioration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08aa7e4e2c407ee85d992d609a9c57c478cbe2f3590b3b3937550f713891b8fa +size 504 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs new file mode 100644 index 000000000..b0d48c2be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34ee1674b534120a7a9e0610026f340c1b64cce1fdf5eda40a38cd4829afb96 +size 1081 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs.meta new file mode 100644 index 000000000..b34079ec6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSResourceView.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb9a5cbca5ad1161cd6ca38c17d7ef402b3d4810e68c53259f31350035cb098 +size 495 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting new file mode 100644 index 000000000..85893ac66 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885c8caba2b539fbffaeae8fb47bb1f80484817a8f0d156b109c73a3931dc85d +size 1714 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting.meta new file mode 100644 index 000000000..80806193c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca93237f3005482994bda309bf6be0215c1eaca9d0766d6a7dd8f4ed0ecdc8c +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs new file mode 100644 index 000000000..e08878395 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193ad2d3df320de767167e89bf7b438232811ebe08ff8c8c26ccc1dbdf2ddd33 +size 1799 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs.meta new file mode 100644 index 000000000..ff74f1f74 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTiltInMovementDirection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f843dffdcf63eaac1ddfea91d82b623c66110dac8399abe3d411bbe0f88db0c0 +size 506 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs new file mode 100644 index 000000000..9956580f6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660a353f2ecd64cf6f7bfde2344264074d7d27c9dc22f854253f30c9aad1e78a +size 397 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs.meta new file mode 100644 index 000000000..458bc85d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSTimedDestruction.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b244666df54cb89af149f0464b53821e6f55a3ffeba051d674e3e51e356d6cdf +size 520 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs new file mode 100644 index 000000000..1ec21e7fc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494fc9abb9134ebad410c6a2d7823a557b0910992342390b3ac43516ce8b610e +size 7841 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs.meta new file mode 100644 index 000000000..c2b925bf0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfff23fbceffae8521410454d973338cdd30301ec5902c7367b790dddfa73ad +size 506 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs new file mode 100644 index 000000000..3ec4574f4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e991a5d721a9bb64feb11c626286edf9bbb218b4b032d7a8f58eeca453b462 +size 7611 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs.meta new file mode 100644 index 000000000..c378cd8d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnit.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2b90069cf6f3a4e7731fb3a649f62933422c77f4bc565550db0c2a0172db70 +size 508 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs new file mode 100644 index 000000000..c74449d5e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2850fc9fa6218e5e24a5e59467661b3afdbfb1e7a0ba9c5066aef11f9804ed33 +size 821 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs.meta new file mode 100644 index 000000000..9f8937bd5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitBuilder.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861cabc388ae6970ec27f700da290253340c97e8dbcd4960f2415f4b1cc2ae68 +size 515 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs new file mode 100644 index 000000000..cfb1bd537 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7989522836f325d4ececef5f07b0284f7fe1285f2c69cb39eef2b178378cc19f +size 2795 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs.meta new file mode 100644 index 000000000..88339edb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSUnitManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591ad213eac81f22838c72e84728258ebc2f2f48fc1b318b0aa4f890f4a4af57 +size 518 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs new file mode 100644 index 000000000..aef6e365a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034813ab8b1756baac55feb0044bdee67da8b5cce4f16fa55af4160502f7338d +size 2102 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs.meta new file mode 100644 index 000000000..5fa4b4d63 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWaveSpawner.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5f7b98fd046acc54211ce8254e14239f2d9769651f64e4ba95b8ccfdcb5868 +size 515 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs new file mode 100644 index 000000000..04132bb5a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134c4b044ede0f9fc4d102d66483628573ee906e72d45fdda06765d3dc0512a8 +size 807 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs.meta new file mode 100644 index 000000000..2d35dc0b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeapon.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390f4c3f93820fece20e0a0a420cab9ab8f079a52f8220a337e9cc8395b69a48 +size 510 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs new file mode 100644 index 000000000..9aa284f49 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048544979e640ddffad1dd515dc4c75802da866dec2faa7092eef99b76adfab5 +size 1677 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs.meta new file mode 100644 index 000000000..8bf30812c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWeaponSimpleRanged.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555fec94a4599365059776bee41b190167441b4dfc4b2afad8a13763a8d06f56 +size 522 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs new file mode 100644 index 000000000..282e04397 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e3e6cb6921a659e4a0098459b0a3216c5d63b57176593b0fd52036a777a237 +size 1378 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs.meta new file mode 100644 index 000000000..756bd4368 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/RTSWorldSpaceUI.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfd23a91076fdc5e3a205f2f61648ac9e150649536c96acce7d8aae9c53f316 +size 495 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures.meta new file mode 100644 index 000000000..ca0567bf2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4365ff1f21d89ed7ebafdb0f54f875aefdc5c08ab8d777f3c1553d818b6f80 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png new file mode 100644 index 000000000..cb3f69263 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1113488d22e8fc13bb5ea779af7221a8da746416e4e190e069c17447c51622f +size 3218 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png.meta new file mode 100644 index 000000000..8dd7a60e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/cliffs.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78e247bb83550ca087d77c1f5a6d8d8eacbf39375cb310593664c5bbdd06584 +size 1441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png new file mode 100644 index 000000000..af503917c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32087626bf0576bcdc2e9fdc0815c1c96b8b7f8e94103aea2306b73d02e64b1 +size 23961 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png.meta new file mode 100644 index 000000000..1b89a5f8b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/dust.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cf0b3edab3cc5404f3a7f7cacb0a66acf0542a08fdb3b92581bb43318c8271 +size 1441 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd new file mode 100644 index 000000000..b5b6f6621 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a10234ff997dd7c4995b5711cf9081ecd2c26db1e3fa6ed5ff200dcae1dee9 +size 121882 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd.meta new file mode 100644 index 000000000..0709763ec --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/heavy.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5835c48a5bbabab9e68005390be7fd5312bf1d0666150199a0e2f566b3fa1e0 +size 1439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png new file mode 100644 index 000000000..75487661b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe2ea3e04c3631a4a656a8e3ff53c1339622484aeca34929b96800ef8745d54 +size 4014 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png.meta new file mode 100644 index 000000000..3d205e9ee --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a18e610642f553baabe16bbe9bfb8c2af72a2cd9092ef1e57a430fa13ae9046d +size 1440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png new file mode 100644 index 000000000..e2753931a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482902b04cf801cc3275ec1133f570222b46942b59e72b532e0b7d03d96acfae +size 16557 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png.meta new file mode 100644 index 000000000..47dc311f7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/turret_emission.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef306a22db3b849977281de572243977b41f3466d499d86267c14925eab47ae2 +size 2197 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd new file mode 100644 index 000000000..b51dab8c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2704999d4dcbb4b4969097693b509d09165da610cc7bc211ff5d9d99c781ccf +size 91998 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd.meta new file mode 100644 index 000000000..1ce76ee51 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/Textures/unit.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59894ac5a07aebb8cfe4721e1d5bb7da85d2873d49755efb6ddb63d92d01bee +size 1438 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI.meta new file mode 100644 index 000000000..2949d5e04 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7112171acc3e8d39b7f94ae225db90ad5ff3a673a7403d35ff74ae2e57c58484 +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd new file mode 100644 index 000000000..3b00f1539 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e93cdc33fe4a1e080398f4b51b1d5dd17eef0604409be85668e490fdf38269c +size 39566 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd.meta new file mode 100644 index 000000000..e266b2f6f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/menu_background.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530a945cac2ed9a32a703abca8ad78d3584884c004393397ed1dfc53636497c6 +size 2314 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png new file mode 100644 index 000000000..4d4116b3b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a933786a3a2de67e264596e403049a9ea250b752b1781afbee36fb8183ec59bd +size 641 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png.meta new file mode 100644 index 000000000..a6d844448 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_mask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5e6d2d06e746c427291ee672cd6382750bae1b215020a12d9ea6d7d6acffca +size 2505 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd new file mode 100644 index 000000000..446bb5874 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cc8185d759bb9baeb762687068cbc80c3b8fec6456fc6a47f1d66f003d4401 +size 44704 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd.meta new file mode 100644 index 000000000..e28b74cc3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_main_outer_mask.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487e16dc2bab57182deb5ec7b7eb2586648d0702c6590bc86db3826bcc5c03cf +size 2511 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png new file mode 100644 index 000000000..2a052e280 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8ee83f8ab03d76663fdf7a1e9b7c3439370ced81e9ad46295d2aa401a32fcc +size 717 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png.meta new file mode 100644 index 000000000..7dc7d05c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_background.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396da778ae1e70c2f6b13efa2e367a23d3f8991d578055af37cdded4da955822 +size 2653 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png new file mode 100644 index 000000000..ee07c6718 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b70f647edb7393cc387c2c39c96c29a293b470a73f3cd911aaef783f553f478 +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png.meta new file mode 100644 index 000000000..9fb01e563 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/queue_small_mask.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c0f941826866212c406456647e55928ce2f1d66791923a4ec99d9f9b9016d7 +size 2647 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd new file mode 100644 index 000000000..35971886a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd780f19b83465cb324b8a6ad84bab821b0b0807b741149dbf857e4b09685ca +size 19952 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd.meta new file mode 100644 index 000000000..cc7a32bca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_box.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fe08f62d6d4fa4bf0b281e26572d632cc38f47a5de98bcc282c4536b2a452c +size 2312 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd new file mode 100644 index 000000000..bb580e4e1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7832e8f98f4eeb18711bc4ed52f1993e11a18a44528de50ea54507c0070635 +size 107925 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd.meta new file mode 100644 index 000000000..fec6abf90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b948c8c527b1435b2d8b7bea25c6f431c10f6dbf531d1200815d04b472569b +size 1444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd new file mode 100644 index 000000000..9b26d1f4c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aff2d2f1eeebb9c52d056611cfb807f4a4f3c48fee6c332faacd3d659ee9a74 +size 83354 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd.meta new file mode 100644 index 000000000..c504896d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/UI/selection_circle_large.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa181768ff8d18fe8e8f9ce81330bf0f332d345b52152ccb8c16c6dbb11a39ab +size 1452 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx new file mode 100644 index 000000000..7c589baea --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9452734862f0244550ca6918989708aa8917bd7837cf048add71a495e1c8b9 +size 357644 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx.meta new file mode 100644 index 000000000..8f177db10 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/rtsmap.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47138fb30ba179b8d9fbc78f7c305e0a6bb3c6991b4170c59c4823207ce281b3 +size 2908 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx new file mode 100644 index 000000000..a2af7813b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c889b102d03843135166637118d1753ba4b51996f806b05221034416c80fee +size 36652 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx.meta new file mode 100644 index 000000000..b6559c15d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/turret.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25d3b92f7668febc27c830f97af138d2fb5b21530561f433e04d2e69bf3613 +size 2568 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx new file mode 100644 index 000000000..09bbffb44 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:094c0feb31b3bbfc2bc9aada4ef2bbf0d598793c065d68d288c9899370dcdba5 +size 12364 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx.meta new file mode 100644 index 000000000..a6e7a5d0a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44116c5c72c093477e19294c1a3075ebfdf9acfd905eed5a8f4a8b1c9b41347f +size 2061 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx new file mode 100644 index 000000000..1414e7538 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8ea4a23676e94a0cb4a7f2c0f6fb209ac5fb1c99b84dd888e1de43c82be5a8 +size 35420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx.meta new file mode 100644 index 000000000..236a50e6e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/unit_heavy.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d2ab36efdfc6376184e84e74abae354f911639972da0c407a6e6c347148682 +size 2572 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx new file mode 100644 index 000000000..c5987a5d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0755b94712b9ab5d4e80334a843edb41b5ac32d8ce4813daa00c5b590edffb +size 30172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx.meta new file mode 100644 index 000000000..04da948cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example18_RTS/worker.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d215a998454b0a59b71fa6298b7fbd9d08ba35731e4f45caa24c41eecf0835ce +size 2570 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain.meta new file mode 100644 index 000000000..4b1379745 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b99e7f511a0885e6c28dec0e337c30190f81522ff832414aeb3bdda17c5757 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity new file mode 100644 index 000000000..02202c17c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec10c284de8c924f6c17304205d78e7b63a4538f2a55b582930b0cede201d027 +size 46903 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity.meta new file mode 100644 index 000000000..ea998cec3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f0a7d665dc47d355a80477ce3efc2bc303f9a939a78708d3ca6d031ef96844 +size 406 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting new file mode 100644 index 000000000..99a35a005 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f36fa45bdd7a1bc4362f022cb9d755e891a93a62ee89f041fb179154b6d281 +size 1720 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting.meta new file mode 100644 index 000000000..e9539be23 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Example2Settings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ba8d2c66203bc49c3461589e0261afa8071a8b76aa6c5a0c659920f18a9ce3 +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset new file mode 100644 index 000000000..96f6b50a0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed2a21f8bb3ec2e822891930f0289a120881ad6280d66b344220b13ed6e2e94 +size 902736 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset.meta new file mode 100644 index 000000000..e4ba83b46 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/Pathfinding_Terrain.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf4b53d3a51329bca4bcc11f7b67dcb7ebbfafdc97bc285ba15ab3f2e4a6c30 +size 322 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd new file mode 100644 index 000000000..08e8d126e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971868b4338532833ce8bc34407fdc58642f0f36ea962606551d83bbd628636f +size 30588 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd.meta new file mode 100644 index 000000000..1ad2fe7a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGround.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f606e699c45ff2225d88dc654f70caf59595ad6f789108b7f8ef5ad3260aaf79 +size 2614 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer new file mode 100644 index 000000000..c9a6a3ee7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cf46a77eb2d318713c5e8c4dd238a2e2a5c7528f9515ba60077282acd52ae1 +size 737 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer.meta new file mode 100644 index 000000000..29be5e65a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/checkerGroundLayer.terrainlayer.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0344df1378c84265110e770f6d191982b1d935732dadebca564b03a46bf9bc1 +size 450 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim new file mode 100644 index 000000000..34c4a1f58 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901b61fd81a2d29ad332c4cefd17c0503f639f7330711df2c1c5659542220d8b +size 2834 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim.meta new file mode 100644 index 000000000..d81e3d24b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example2_Terrain/dynamicObstacle.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c46b860f0e743dd348515a981caea057b4cc9413debe295a500dc7bb1ad1be +size 317 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1.meta new file mode 100644 index 000000000..820eac89f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2447673e8f3a2ac53c78e7e0fb522cf7cf60aa7616223796111351af713a4a2 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab new file mode 100644 index 000000000..606faaf45 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0534760d45d6d425998ff97cd47989ec85bf00e07dffbc837eedab25cdb5f70b +size 16467 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab.meta new file mode 100644 index 000000000..6757d7c4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/BotEntity.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6185274de41cea9a76027fd3a39bc4ca6da6c30a818a336eb2863de3a0745d +size 415 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab new file mode 100644 index 000000000..5a5cba745 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff860e9dd528f53e246a22959536e674346cf9c5540cda2eeb45cc7af68c950 +size 5113 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab.meta new file mode 100644 index 000000000..a5be170fa --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/Debris.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5b242048a4d7c5abf672941eeb452c87847cd9362c5a297998eb4b0d5e0628 +size 353 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs new file mode 100644 index 000000000..5daef3d4d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80d58125886b8cdc8fb6bceee890b78efc197b6102125c435c312d55899a45e +size 11787 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs.meta new file mode 100644 index 000000000..b710848be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/MecanimBridge.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73207fa77a7edd157b9c88abad302ea0f4e6a0f26e86115481f1c47ae01d000 +size 507 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity new file mode 100644 index 000000000..7d7762cf9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad370ee87e3ac6bfbd27e7c968a4f324265d6fe17519838e0f7cd708df7603ff +size 3827084 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity.meta new file mode 100644 index 000000000..31ffed69d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExample.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1c9d93f0cc40c26fc2ce0074f3d45402c12ed3fc6d31345bd64d57845d669e +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting new file mode 100644 index 000000000..45d001955 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20639cd1d0d708b9f62dddeccefbdbbfe46af5d17e7248daa1d34bed3cee300f +size 1785 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting.meta new file mode 100644 index 000000000..761cffcb4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example3_Recast_Navmesh1/RecastExampleSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca442e5f60f048157d0f608a634345f97c63129416547be9071436c35b70dbb6 +size 457 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2.meta new file mode 100644 index 000000000..de7f42603 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cfdab3f5c57a4fc287aae390a4416fec4333bb85d241410c9ba151018bf03f +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations.meta new file mode 100644 index 000000000..ff84710c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5845a600d61ef9c4d9be733e46aa7ffe3a1891f06f687353d75ba215611c13c3 +size 107 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim new file mode 100644 index 000000000..3513f6121 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36c2daf21c53f53c8f2d4c612a7939ec2835c4d6ad9f4ab0b1be40a58fd7ed4 +size 25927 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim.meta new file mode 100644 index 000000000..7fbd4ae33 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/ClimbTest.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63aa4f158efafec30699a0392bff276b93ac09e2296fb7423475cb92fc3904cc +size 365 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim new file mode 100644 index 000000000..e7e3f0368 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9813fdb9e0b8f46685cd02ccbbe95e0580fa0c4e6c80a73dde89b52aafa95ae6 +size 3425 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim.meta new file mode 100644 index 000000000..196aae674 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/Animations/JumpTest.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c203cee26210d2731ddbaa10b79d13f9d4b334109d15e59b6b69213d21cfb87b +size 364 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity new file mode 100644 index 000000000..ad2713069 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539fb0b76739d69ca7e5a29097bc0c01e7b30fcef257594e269efb2ac67a4c8a +size 190292 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity.meta new file mode 100644 index 000000000..89050ae3a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b829e77103fdc56d5e83ead90e2ff161ad4c6c87f1021896807159b1bb1de47 +size 420 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting new file mode 100644 index 000000000..8cf2dc807 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700f2cc84225fe56ff658e971d2ff5b1d8daa212330d7f3e0556c30bff10f4ba +size 1786 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting.meta new file mode 100644 index 000000000..a9e816fdc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example4_Recast_Navmesh2/RecastExample2Settings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb37f355d481ff16feae377c335d0c482d84fdb3a99d4bc8f260a754669938ad +size 476 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1.meta new file mode 100644 index 000000000..3647991bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f36bfc7bb02fb99748a7565431a50d833603c45193a094e96bf04bae13d2d8c +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations.meta new file mode 100644 index 000000000..fe5bac7b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba04389cfd23030b299c4286eeb2fc02357aac93ac291de88cd90e41e5d8ffd1 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim new file mode 100644 index 000000000..503c92f3c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a0aff73778daf095203ed79fcf822ab4138c9f98681ec094643f1f0d50aff0 +size 6128 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim.meta new file mode 100644 index 000000000..1318f4ff0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Close.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a671e9692b4a6ab4a267d4b739d7b3d59a638631f47c51bc8c21bd9436238482 +size 316 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim new file mode 100644 index 000000000..5e4881365 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9b9255cdff50c600062a6b4cb3aaa0ff0fa9df9dfc35ea977c796b5c9741a6 +size 5783 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim.meta new file mode 100644 index 000000000..2d737fa89 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Animations/Open.anim.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e652d84c29ad5dce428489421a7ec81fbbbcc4f5ce27d6202edb61c38eac778 +size 315 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity new file mode 100644 index 000000000..1dc08a94a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8e32b74073a1eb8ca18fa97a1bee63b05184377f13a0e27a04a733e7178b6b +size 44791 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity.meta new file mode 100644 index 000000000..6c93268f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f50a3b2a09feaaaa29e4f1055db0f3a2b7dc0ab37d68b21cd1f7208e5168875 +size 401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting new file mode 100644 index 000000000..606ddfd0c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc81de84e17cc1cc840195b418c089c53666a765e1dc5dfc0797b5264f73c64 +size 1717 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting.meta new file mode 100644 index 000000000..1b9d4d45c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door1Settings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6073a70678f4273b9bb5080f6189ee27c7168b10c7af72e558e4f988f6af4352 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity new file mode 100644 index 000000000..7023028ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78c3754ef1d309ffe2a446f844ab351d756dd574862bb9c8b002e4414551ab6 +size 48729 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity.meta new file mode 100644 index 000000000..30070dab4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0be0d2f02fecadba4b137aca0aeecdeb452f1630d14b72e51e5e1aa9e99cdd +size 401 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting new file mode 100644 index 000000000..37c4573e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc05ffe24e994f28eccea9068d03f61a7d76f1a2dbd2ea59bf812f2d05245ad +size 1717 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting.meta new file mode 100644 index 000000000..727884731 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example7_Door1/Door2Settings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5beed14e033d9c1b2a1067e5f7f8eb002ba97bd4bdc14ac74b763c3b3a093668 +size 439 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties.meta new file mode 100644 index 000000000..2030f1df6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096fdf1e414fdaa5102688ceedcae7deb0fbd5b92ac48373d8a2d857910beb92 +size 107 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity new file mode 100644 index 000000000..f40f29385 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f991ac33ba9e9b1b5ecef73b8365c47b35deb4b2f1962767740d959b01586749 +size 283689 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity.meta new file mode 100644 index 000000000..b5a801dd2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExample.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866e0af110b1696979cb68cd2b8b98ef8a2099cf1f9172df4a3887686d3affda +size 351 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting new file mode 100644 index 000000000..42a5a344c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab143b602eee9fedd2800d84a130b51fcbe4ec74fb0a9460d5fd5130391386ab +size 1728 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting.meta new file mode 100644 index 000000000..d79829e21 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/Example9_Penalties/PenaltiesExampleSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4bed8900b8df6e0fc53fce9b93b888becede62c214b7a21f15e8534e84b994 +size 454 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph.meta new file mode 100644 index 000000000..760cce6e3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704d8b85718af8b57603cc9d94455b7b56f821577436e9b84777585fe5207512 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat new file mode 100644 index 000000000..2766ad2ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa98ebac9db07a2d7b4cd9b25ccd427006134794a486a5c493f1fb8ac5345997 +size 1029 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat.meta new file mode 100644 index 000000000..102d6d737 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/GreenBox.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44074fc5e9d7904481cb5ef487c0b430c480b04a29c623a77e961681ef0b3763 +size 303 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity new file mode 100644 index 000000000..ea5ed6027 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388ab352edb5fef9ef5f5c953217cb6e67158877c942e49b24d81c1fead3d89b +size 292856 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity.meta new file mode 100644 index 000000000..88db4b4b7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExample.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5d7b2d0f2f4956c89dbb830b840bb85c823f7154e2b33ecee4d20d5a5d2b0c +size 344 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting new file mode 100644 index 000000000..e8b0c2ce4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0fb8782ee88a7776e7a9492d4151b52865eefb26f843f20d06a3bc1fefb01 +size 1782 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting.meta new file mode 100644 index 000000000..9f58f3846 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/PointGraphExampleSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69e279878cb44290f5e1cc216b258a1199f3a571df1c5073b0a439dacf13776 +size 447 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd new file mode 100644 index 000000000..4eb989576 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195a8b3914ddde44e527585014646bb92d6ef3e705f8ebcda3b49cd4043c3867 +size 329968 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd.meta new file mode 100644 index 000000000..b6c3afb51 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/ground.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634f624d8d7fe4943174b69e20b9266dbce503546e40d6f549360499b4931ca2 +size 917 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat new file mode 100644 index 000000000..08fb84018 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbb106b86cb92f89ac15b5701e0102d088264172edc3ee0aea0adc913365dae +size 1074 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat.meta new file mode 100644 index 000000000..420bddc90 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/OldExamples/PointGraph/pointGraphGround.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bd9eb6bfb1617e83732dabbf238fcdffaae78b86038b7cb28d5268b97bdbd3 +size 311 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes.meta new file mode 100644 index 000000000..156c02309 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f102e3eaed910ebb35e688d0bccd62e22e92d41de2b93fbb1a05819c0fe7d77 +size 60 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity new file mode 100644 index 000000000..704fddc6c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43715d06fc1018050dc597b27b4ab82fe70a45a979168eef9e50067c33d028bd +size 64977 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity.meta new file mode 100644 index 000000000..fd6af945a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypes.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f021ddacd140a18089e5cd10180254dbc0adea186045436a99622b29ade4c0c0 +size 388 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs new file mode 100644 index 000000000..3113b7e81 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc06f97e1d8c38d20a8e2149935d8f266d2318612133ed03645c25f9dbfd1412 +size 12033 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs.meta new file mode 100644 index 000000000..1c7aa44fd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesDemo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce7f1388f30f407df6bd768bfedf3a7eee08a09d7e400517958cf4172cd2cb8 +size 399 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting new file mode 100644 index 000000000..cd365bb3d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c63ebe011452fe6c05c137c3933c2382009cb77fc912883841e382204563c47 +size 1721 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting.meta new file mode 100644 index 000000000..1cd018c32 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/PathTypesSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7588ef20e912c638af1da52f451445f1993477acc34796d04d678b8a28c682c8 +size 426 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader new file mode 100644 index 000000000..0ed779364 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e053ecd18d26f92b5cc917dbdc72f49fdf2ac9e7e703248473d4dfb97c5c4e57 +size 2445 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader.meta new file mode 100644 index 000000000..ec47b364c --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/SquareShader.shader.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3968f5c06c2b9eacdc9c635e29d9a7861a277cd0da9ec828095d4bc0bcfc858f +size 297 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd new file mode 100644 index 000000000..748c35152 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a3b0b8182c3ba0d591754fe177eb8f03e50de88bb7821d4b457b35f3a86e39 +size 25022 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd.meta new file mode 100644 index 000000000..93a8220d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/line.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a82372c8463b21c2fc9f0757430d24f09605590b91b38c2e79f22d653151fad +size 902 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat new file mode 100644 index 000000000..d3bbdd007 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7d9009979af06d929bd0d09cc024fb59ebe87f9bf64c26a8878aab926a8711 +size 1123 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat.meta new file mode 100644 index 000000000..2a941ff76 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathLine.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3700dc3b045811a8c8d67de532efd74fa163ccd35c222c04faad38d34458640 +size 290 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat new file mode 100644 index 000000000..c001c2d6e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18fca78578a8643f19ce3521b8a1e74fb64bec0aeb51a66d23d95dd8fc8cf1f +size 1100 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat.meta new file mode 100644 index 000000000..bf95a3db3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa5aaabb96df6f40d3987624b7d06d26668314550f09a5c16b4d5b3e58e0005 +size 292 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd new file mode 100644 index 000000000..792b382bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41ba45c825361d67b321a8cbdf9cb1616bdd4b2ca4d7713276a007f3b472de9 +size 23402 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd.meta new file mode 100644 index 000000000..7615169b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PathTypes/pathSquare.psd.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4336180e0b2c9d7a64a903f7464bc5f93dbfab534de2f0b408e32d7aafac570 +size 904 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph.meta new file mode 100644 index 000000000..5484b2ba7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559842cca41f0566a1de249a9d8806682070087f3767790ab0b80d5ef1fe0902 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity new file mode 100644 index 000000000..eb94d1093 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c678aab6474a437c467117392eb95ef3bcf4ef45f97eccb752d6d21fe56dd49b +size 173257 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity.meta new file mode 100644 index 000000000..dc31518f5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraph.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c39b3724e8e8738d516920655a1f76b9005a25d49ed14cbc42cdacbfa9c90fe +size 390 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat new file mode 100644 index 000000000..622835169 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a82fdd633edab3e379e09169d097a0901658e0894b693ed2ae1ce2d30db2d9 +size 2239 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat.meta new file mode 100644 index 000000000..b34c8f565 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphGround.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3238c81807fd729c9292c1fb8e795e1a3ba3459065ac353d64c72aadab4024a +size 427 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat new file mode 100644 index 000000000..9391aeab4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed66dfb093bc340a4c4f3b9d185dec1b095ba08cf6215b530f42895d8d66ce6d +size 2226 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat.meta new file mode 100644 index 000000000..e29672055 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/PointGraph/PointGraphRoad.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8b15739e02d46ead6e2c5d234504ae6f0107b618b6b0a05d5dd0584ac44712 +size 425 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D.meta new file mode 100644 index 000000000..cf576df12 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8ed4c0672a4647dffe9d50ff128b00231e62d8d3e1057a0178a3ba60524992 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity new file mode 100644 index 000000000..2a54937bb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e656e895d1424453d7bfa46aebab08c5f6b4e0065a45d59d4ff5737271d689f9 +size 6112367 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity.meta new file mode 100644 index 000000000..caa6f440e --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast2D/Recast2D.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee437bb1924a51f7d6d1d2cd32f7f0f98a3d16129df1736d0b8392f172f81cc +size 386 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D.meta new file mode 100644 index 000000000..f6f148687 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267a374f082a7effeb95499cdbdc24b7a29ee1462eb5645953cf2700f9303618 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting new file mode 100644 index 000000000..cf9f7f378 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c0c71e39d447a248013da305ff6548a0148399589639931c6bdd7d35cc9f56 +size 1858 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting.meta new file mode 100644 index 000000000..a771604be --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ec4f2864b307adebd602e0a9f429f18d7423243e8b5f34533dc368e1170dc9 +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.meta new file mode 100644 index 000000000..978c20627 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d327dd42755eaf3dbf472997caef9dba62842d94cb5f8629e1177adc4485b7d2 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity new file mode 100644 index 000000000..ae0b034ef --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75dcc448bfd0071548eec1b52f606a24fb296fcc6c851f241f3140e5bf920cc +size 2321333 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity.meta new file mode 100644 index 000000000..2fa109810 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67e4f3a01c8e9bd045b841bee507ef0f7930d54945903df4f8ef09db3e1acb7 +size 386 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset new file mode 100644 index 000000000..48f3e5da3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f5b389dc0e054fb62d13ef93bd685614033fe67e98590447dfdd8120e57f8a +size 18192 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset.meta new file mode 100644 index 000000000..1fa586f1a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/LightingData.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509fc33e3c7c01a3bbd3631aef4bdda16adea2173d1198f99f2a0514a10dd102 +size 434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr new file mode 100644 index 000000000..416c7d591 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef83ec2277bc9420f6219148d41ec8dc5d9b323701e1d8faa47a9ae40151ee40 +size 122083 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..da5f8f726 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Recast3D/Recast3D/ReflectionProbe-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b819b251a42be5957c5574b52e0222a0a710dcd16f1db520c2a7af4193907d6 +size 3434 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors.meta new file mode 100644 index 000000000..cae6034f3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523da2884b0dcbcc057a8f86c5e755c6d0c0a437e6e8770cb831f9e0dedbb51a +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.meta new file mode 100644 index 000000000..4dca2ac8d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c7722f96ee3d8eb58327dae1bd1130ff8a433276482e833b3f9dc037484ea1 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity new file mode 100644 index 000000000..11c0d2858 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188adeef0cebe2ace3d921dc4badaff7d4d00f850bacc7214feb21095452fa0b +size 2255528 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity.meta new file mode 100644 index 000000000..aaefe2b55 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce25011c5dfaf236dbfa12074aaae0864aa365df0fa2c40a9af6e5f289847364 +size 392 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset new file mode 100644 index 000000000..712c1b4b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0edc518aa3a6b71dc3012cf7e51c31e9c091ef0eff31395057ed43801ced47 +size 18121 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset.meta new file mode 100644 index 000000000..824b97800 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/LightingData.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190bcfb0902cab4b1b91b5a48807b8cbb541010089c4950f9370348274d32b58 +size 440 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr new file mode 100644 index 000000000..5818c3e55 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f607b7da96a84e2448a643d8ff2d8802ebf6cf11a880b98bc44cdfd7ffc63a51 +size 116479 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..accc0f869 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastDoors/RecastDoors/ReflectionProbe-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c7ea0739726edb98014716a47b8c16a752d96f06b1026a36b793f42ea93e12 +size 3200 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving.meta new file mode 100644 index 000000000..5f4580839 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a862cd422cffd2406e94073d4f36f38c797ce747301a1ed94737182b9839dd4 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity new file mode 100644 index 000000000..56d39bf9f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204581f1170eab0b593f6582ce275093974d26208fd04419eb32be334ebeede9 +size 4160746 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity.meta new file mode 100644 index 000000000..272969962 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastMoving/RecastMoving.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c52a7ffa2a82400779a6941dc452e725483aef82042c274d8373ed3efe3b7d +size 394 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks.meta new file mode 100644 index 000000000..52a0d8a59 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c759f5eaf963ddc4341f01d01afd5a9c3ec5e60c39f81198e800bb002e3ad90 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity new file mode 100644 index 000000000..63842f301 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aead60b865f638e5889658bb6cfe4ce6fa441476c48e486ab6fba2e27d18a31 +size 648285 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity.meta new file mode 100644 index 000000000..5b1c8df00 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastOffMeshLinks/RecastOffMeshLinks.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9447c6c3c9376ab9360db69ccd9e862208b220cffaade96d9c818383b6bed43 +size 406 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags.meta new file mode 100644 index 000000000..fb971c0b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b52a189136cae1e5eb933b55f61050b36a0a4f14dc3e09eee06da8584d6ac7c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.meta new file mode 100644 index 000000000..aba18a7c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c75a2f392e5f5ae211f179f719951328066d7e5e506c638275cec2dd2b16581 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity new file mode 100644 index 000000000..71cee723a --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3269c21284bb49b06be408a2265f4e1b8a2082949900e68f9fa588f41c159b2 +size 2140457 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity.meta new file mode 100644 index 000000000..3fc0de65f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d5c54bf8d744f614944b363d5d803339709709171d8ddefcda4598091b18eb +size 390 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset new file mode 100644 index 000000000..7bc684150 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb4abfd67aacb2d188bf549381be89271751ee1c8b8514ca8bdf69eafb2c643 +size 18193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset.meta new file mode 100644 index 000000000..0711cddf3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/LightingData.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3691e32e9dc39706d526b76715ddc3a405ea3ef5378cf9da1bb1561d2d56bf0 +size 438 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr new file mode 100644 index 000000000..5818c3e55 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f607b7da96a84e2448a643d8ff2d8802ebf6cf11a880b98bc44cdfd7ffc63a51 +size 116479 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..8300c64b9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTags/RecastTags/ReflectionProbe-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aefcfe315bc3bd738801a590cb9a0ed633da0bfaa3522376e17224fb10955bf +size 3198 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain.meta new file mode 100644 index 000000000..8b45c9f95 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d554e8c651649a40db835e86f6e4a92d5310f88c5c85c71123a98d823a3b612 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset new file mode 100644 index 000000000..60e4aa8c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4a150e60a0c2b29e34f757e129087ad17d0961354213fe9308aa9bbecd804a +size 2037864 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset.meta new file mode 100644 index 000000000..144d823b5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10139f30da0925c784435dfac6d1980318f6a67556ecb10b2f6b3b4740adeaa2 +size 430 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.meta new file mode 100644 index 000000000..8cf6c8fbd --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c848286172c432b08b71c806b9f05c549bb1fd535fa4af0c8595fa46c36c63ae +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity new file mode 100644 index 000000000..15a81cae1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe8c2a3be547047f626e221fbfed6e9630e446997129f1a14727d1eaeb664e8 +size 264209 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity.meta new file mode 100644 index 000000000..6b787c6b2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcb32f2de6cf1753c67e44fb67dcf9f2aec0350444b87a63679256560fc5db8 +size 396 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset new file mode 100644 index 000000000..05078a17b --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5786442f546aaa31de4851351402cbaa6dc7e9182f9976eec156da8a6cfd5375 +size 380005 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset.meta new file mode 100644 index 000000000..bc83016da --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/LightingData.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b7eb52f410719558d038e7a22753d4fbea69eeffca298b6abbcd129f6df22f +size 444 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png new file mode 100644 index 000000000..02eff39ca --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f6646287c9ea1994f00ac4801518e1caeb651b977b956fce61fe6211b8a621 +size 11046 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png.meta new file mode 100644 index 000000000..ca50010ff --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f27cfa1f3a2fb96cec8feef5aec1450c46c74f218627d8b3dfc549665931b4 +size 3576 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr new file mode 100644 index 000000000..c75c58ff7 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798231bf93d674eb4767298f4a960478def0f519c28f4b3fc71f4f42da54bc65 +size 112805 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr.meta new file mode 100644 index 000000000..865b9d9cc --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82298dfb0032570f681159ba4299bab6df33f76d4b6c77a6fc8c431b6577fa7 +size 3577 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr new file mode 100644 index 000000000..e5d9b88f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba245b04ab2b12a259ae85940630578978bc5d8c3b833951c71b173f579f8952 +size 134873 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..7ce9a0291 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/RecastTerrain/RecastTerrain/ReflectionProbe-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9188237e0a03f97b4a0f56b0f3b0587be968fcbba22560a0246e5af37914e6a2 +size 3574 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical.meta new file mode 100644 index 000000000..77764b92f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea47dd14cd3d187f503766d16660aa5e2dbbb83dcfa8fd9c5bcfa5983ba42ba +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials.meta new file mode 100644 index 000000000..fa1329e17 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd6e1019602d811539796d69f6456cb6830047a77fb0d376dd889ac7039d22d +size 193 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat new file mode 100644 index 000000000..d94474ecb --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7652ab992debbe7463f0aaacf08f72f3de517583ba939d22e0c557fb40fdeb8b +size 2026 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat.meta new file mode 100644 index 000000000..19479635f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Materials/Planet.mat.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf893729fa4f4c638aae916334587d59ea5216f48e1638a740d6e3170b86e0a +size 419 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources.meta new file mode 100644 index 000000000..98c9d22d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724f270375671a80086f629de72ff3b617675f387aac9f8047c23d554f2f7467 +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj new file mode 100644 index 000000000..f03c2fc8d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d795b6e5c0d525c3929bde08ef65a444df7a81f627fdd6fcb121aeae4cff6f +size 367838 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj.meta new file mode 100644 index 000000000..fc9f831ac --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/Icosphere.obj.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142ef4e5ef6852c36c9a498ddc45d23504687aef92472dfdbb13fbc18981f8f6 +size 2568 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx new file mode 100644 index 000000000..1f8d2fe11 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415df9f5e28fc8961d091b8daef28eab64cdd3357a1f9dc13bf58f258b2fbe2a +size 67916 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx.meta new file mode 100644 index 000000000..dde03a7d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Resources/strange_box.fbx.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c0e9069b8419250e5ee42297fb92a0d3a037d6d6448e550657b40d850cd942 +size 2880 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.meta new file mode 100644 index 000000000..4a6cc16b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e182778cc480992f60945e5207270353c13be8895ebb4dc122296e20016251c +size 172 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity new file mode 100644 index 000000000..db49ac048 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a4edc42436f2086684d4f3b11fcdbf99c67d12dabff2d6d4d680470f1deac9 +size 37917 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity.meta new file mode 100644 index 000000000..cc1ec7f80 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fcd66fb40d5bd69beb99eba257c1bb4859fa75a13a087233eb09c450052761 +size 409 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset new file mode 100644 index 000000000..01f73a366 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd6da959a9e1e07318c6b3595fff8566ddd55d54e45bc7cb0535a224f1e511f +size 17729 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset.meta new file mode 100644 index 000000000..303f9bf0f --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/LightingData.asset.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71640c32408019fe9d3b8618f2c0bb896546f607896de66d55e9375f7429dba1 +size 436 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr new file mode 100644 index 000000000..3886bf6c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ff38ba3c091f157ee4d5884eab5ffde8dbc75414607d620588ea99aa106de6 +size 133561 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr.meta new file mode 100644 index 000000000..ef15ff4e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/Spherical/ReflectionProbe-0.exr.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4d2d38e500f6c16d9f86adb19937e9eed92aaad49affe0429ad685ad52d36d +size 2902 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting new file mode 100644 index 000000000..9fe35c816 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff00f0fff558020e935e3248c7c585c06d4b12886cc766d6aba2cd6e0386f17 +size 1721 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting.meta b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting.meta new file mode 100644 index 000000000..59d6ce10d --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/Scenes/Spherical/SphericalSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d580a3f1879802c1a914edfa14cd23facf8bfe6da5f7684ca24a5fa0ef503e +size 426 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt b/Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt new file mode 100644 index 000000000..29d7d90d5 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a7f077d008205c95a8d5dc4ba52766f170c52eabd30a4cd0201449c85134c4 +size 326 diff --git a/Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt.meta b/Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt.meta new file mode 100644 index 000000000..2d39ad174 --- /dev/null +++ b/Packages/com.arongranberg.astar/ExampleScenes~/_Example Scenes.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf29020ee43ca7290d1fb239719a25e7c1717e7beed7357afc86540b5c8ebf47 +size 280 diff --git a/Packages/com.arongranberg.astar/Graphs.meta b/Packages/com.arongranberg.astar/Graphs.meta new file mode 100644 index 000000000..f814454ec --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6adda8a5804c83423679a861b1f77accbc3a0deaaa06a1c1f9593b67f8a1c1 +size 60 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid.meta b/Packages/com.arongranberg.astar/Graphs/Grid.meta new file mode 100644 index 000000000..b336b5fb5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0867b6559454b3a86c8891bb53d1cdc2db4108509a5392d5b576102ff6562106 +size 172 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs b/Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs new file mode 100644 index 000000000..b5e1eaf5b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b05fa7dd4711644d1132db2aa1ec48073bf48511af7e5a04e550a786f629526 +size 14681 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs.meta new file mode 100644 index 000000000..d0d0191ad --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GraphCollision.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464dd0ddc1bc99815c40c1065c1d4960b5a46dd1a71678f60e0323d08a74a873 +size 458 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs b/Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs new file mode 100644 index 000000000..5efbe0a0c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debd57367e29f378ed1f5c840d4df18046822ef64decbb9dd26daf6613bc6352 +size 1703 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs.meta new file mode 100644 index 000000000..2d6e08acc --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GridAdjacencyMapper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2423818ac7ed96b7c343757d8ad029c327318d45a0658856805c77d961ac8b9f +size 463 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs b/Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs new file mode 100644 index 000000000..b7bff9c5b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bebc3804e134f5821f7c4c195045c0bda77de3db1fdfc051d1a260f950c2a3 +size 31833 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs.meta new file mode 100644 index 000000000..88d4842d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GridGraphScanData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8860a1b11ac566741432148ec15657e991c1237ebef99d72af8e36811e9e13 +size 461 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs b/Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs new file mode 100644 index 000000000..834e230f0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c056ea120903eaaf314304e0459a821a3d7ae658b9b163de207d277af5e1a82f +size 13603 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs.meta new file mode 100644 index 000000000..4cdf04657 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/GridIterationUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8abac046f22174d6788bf7aa973cdf38f911c4f9192cb29cef1bfdae983f77d +size 466 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs.meta new file mode 100644 index 000000000..23d525022 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58271b7f84ddf4b950fed409efcc964fb6a9995f6fdc399cb7ade48500f53a43 +size 172 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs new file mode 100644 index 000000000..a4be7b6d3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476bfc11981920d07fb4fbd2c42aa3b7567dc1255a85cf75eb28334456c5f0d3 +size 2307 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs.meta new file mode 100644 index 000000000..0c20037fd --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobAllocateNodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d015543b46b1671fb33b3193fa4c96e5d31aaf77c46ab8f3541f92dcebf2a0e +size 465 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs new file mode 100644 index 000000000..4d91c01e0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:716762e009bc9ffa8117b9eab1c20ef639ae31c2ef43d0187e7c05e6515a9925 +size 10069 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs.meta new file mode 100644 index 000000000..638756b57 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCalculateGridConnections.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48079c763379b4dc8fdfcce2c2d512a30ad388401f355ece40624c5f1607fcec +size 476 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs new file mode 100644 index 000000000..69a994195 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81937c56c2aa3c55497e2fd9fc9bc82299b655e4ea62c88c7b50e8c9d5717076 +size 824 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs.meta new file mode 100644 index 000000000..8ff404023 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCheckCollisions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc26c53d7861cbf09fbfc8384e245cac3ab12f1ec47fd7dbaa04c9d1382753ad +size 467 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs new file mode 100644 index 000000000..bf4979140 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152f5cc40adfdcaf393537aaefc625a806ecaf0fa78524ce438769bc3d8d626c +size 638 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs.meta new file mode 100644 index 000000000..361277231 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobColliderHitsToBooleans.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a3ead6cf8822c688735fe40c1390726f50550fb4b2495366bc1cf27c866e9d +size 474 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs new file mode 100644 index 000000000..98b8e4235 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39016249c3b8dee149d579d65a743945818fa0e27637232c095f810406da7a78 +size 2092 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs.meta new file mode 100644 index 000000000..f4f7ca33e --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobCopyBuffers.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0b81c60a3fde26d610571dac4e04f94a2d1bcb1ce6d45d9d5b1f45ec75493d +size 463 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs.meta new file mode 100644 index 000000000..2de06318f --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobDirtyNodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a59672f8b861e960f3f79099a2d97d47c378fa238d967db9fc20c6c63f7948c +size 462 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs new file mode 100644 index 000000000..ebedc1b7e --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d959bbe821fcefa23ac0e9879d3f9298e0657f98df975f76aadb65d322dc829 +size 8442 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs.meta new file mode 100644 index 000000000..cfc8b39f8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobErosion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563816794a44d06dd61089222148eae6e9fead4778a227acb08357203e4e1423 +size 459 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs new file mode 100644 index 000000000..dbdca65fd --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a3063b915890ef4f4eca63214f5b61acc66ae43dbb9025e63f6107267ad7fe +size 5347 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs.meta new file mode 100644 index 000000000..f0d2eeaca --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobFilterDiagonalConnections.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92679ad9efdf3213fffc99d883b98d8e68ddaaefeef57931a29f34aedd81cb4 +size 477 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs new file mode 100644 index 000000000..2d764b100 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb0bfab5d26b42256c6138ab9017d7dfa5339b508abd076d300bd77df544d41 +size 740 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs.meta new file mode 100644 index 000000000..e4cb124d3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobMergeRaycastCollisionHits.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b667b318b80410380f0442d2777171a514bc4245e21c611982680bc37fd71b +size 477 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs new file mode 100644 index 000000000..d836dc9f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16435825c0386f8b7796167d6fb9cde22316fe0fcda8e5bdaf0a76d37c7351eb +size 1098 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs.meta new file mode 100644 index 000000000..219bd72d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeGridLayout.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fa2a8f5efec863f47ab83d6c996b8e0033f2eeabf345d68ede0c1312a759f4 +size 466 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs new file mode 100644 index 000000000..1af58e033 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d598008e54239e440166c3b2ae4b82f46f98cc022f71a9cadbe1bcac13caafce +size 2766 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs.meta new file mode 100644 index 000000000..08991dad4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobNodeWalkability.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b512d11370cee355f2732e3da4704eb3de3202e7d25c66a7697d3061c653140c +size 467 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs new file mode 100644 index 000000000..9ad50db88 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5078a0be9b59d5fdb8ee7060f6eab5899fefc32b51e339dbd5d546cbc3c36682 +size 1383 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs.meta new file mode 100644 index 000000000..956bdc0a5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareCapsuleCommands.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389c5c8da3c26cf3ddd84d9fd9d781fc928d3ffa448b341fe2e4cc7b75f2d540 +size 474 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs new file mode 100644 index 000000000..9a140ed12 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58134f052730cedea191cc60155a43c298b364a56956d0ac4772dc01fa5d4812 +size 3811 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs.meta new file mode 100644 index 000000000..8e881807b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareGridRaycast.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e2c4e8dcd1abd9d2690f0d8d72ae473e71aa3eb11d5176aa1bfdba2389b709 +size 470 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs new file mode 100644 index 000000000..c99a061b0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aba927e84034d09774633124dbecaeb33f8ae1f9d33a30ecf5cb40c677dec3c +size 1591 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs.meta new file mode 100644 index 000000000..97883f6bd --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareRaycasts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e154b895977f66f547a5a3bb777fa6c19c23ee27888076352a84f8e01d96f49a +size 467 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs new file mode 100644 index 000000000..bf763a258 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b8d248d8137e77d5faf1a51e7794cc3258b766e7c4cc29f2cbbee35256ced9 +size 1225 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs.meta new file mode 100644 index 000000000..27f86c33d --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobPrepareSphereCommands.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1839a012eaf8f9ba834b84fabf4d23175491e6d81c0c67ae0c452789d3bfbe24 +size 473 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs new file mode 100644 index 000000000..c1ca6ac3e --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8848b09cb7a0624d8edbfc60ec7f485d17fb129b01197413e73440c439fe854a +size 4716 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs.meta new file mode 100644 index 000000000..3d322f78b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRaycastAll.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51706c192e55e8dd20fb34c7dd7a46c29ad720db5ec0745c8c6e89a755e533ea +size 462 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs new file mode 100644 index 000000000..57cb7108d --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31ee828c7dce3013090fd0bd6adaa90931f82a7bd9d700214baaa15aa35332d +size 3178 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs.meta new file mode 100644 index 000000000..900250db6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobReadNodeData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e013a9eb53250b5c1ca154450265499ec4effdfc19127b4c2157bc2b6eee58 +size 464 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs new file mode 100644 index 000000000..152076f3a --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc644c729c84bc32968f28748dcc04f5085e884509d24ddb2e69afa7057d6bb +size 776 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs.meta new file mode 100644 index 000000000..4e55599ee --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobRelocateNodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128956784ebd3515693556d1220b8d6a38a004ce3b9572679094605b54d45556 +size 465 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs new file mode 100644 index 000000000..cdf48aca5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7418ff7aed61b8e4b7d6ff5ad817494c3bf29af99f36ba2be0e8f659b6e53e +size 3383 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs.meta new file mode 100644 index 000000000..b14ee1077 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Jobs/JobWriteNodeData.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210548f5e58e3b8e2485ad3e8143989db0154aa11958123f4eedced8864fe601 +size 465 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Rules.meta new file mode 100644 index 000000000..1b0a038d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5c53de9cb43c9c1e8f4a27cf881f4feb180fa3933737fc403a71551d553b56 +size 172 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs new file mode 100644 index 000000000..3124bfd5c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786b88f711e647a96fe739f237e54cff90ecb1ccc2105376920df27ffa9db847 +size 11094 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs.meta new file mode 100644 index 000000000..045b14b00 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/GridGraphRules.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2271067fa6471ab159219e71f4efa2bb2b3dd6afd48eb5d94f9dc1bf0df0ae56 +size 464 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs new file mode 100644 index 000000000..0a38b4959 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b06584a1a3514958c4959da7b5988b242a66633595f3006a1bebe44fff63ea1 +size 2602 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs.meta new file mode 100644 index 000000000..beb8779e5 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleAnglePenalty.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e8466d42149dba7b06a143d82215cc1eb6978171cf2afddca68f2be780491f +size 466 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs new file mode 100644 index 000000000..73e79c184 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfc369fc50dc239145fbdca85d4ab3ec63a4008acff5a82424655a0c072a1c1 +size 3051 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs.meta new file mode 100644 index 000000000..77b697aff --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleElevationPenalty.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd576495788bcfde7fbbd1b6c6d66a3f898dd95550a216cf35b1cbd7d1f5f8c4 +size 470 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs new file mode 100644 index 000000000..85941429e --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96a31adfcda40db3d1f065e5a3186c88e3d33e294309271a0a2cd91a40063a9 +size 2957 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs.meta new file mode 100644 index 000000000..8b3a3369a --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RulePerLayerModifications.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6931bb828e17b42888665e5a8062b68f5972f1aad3ea351ad91e193c61401b +size 475 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs new file mode 100644 index 000000000..7d436352b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3d898a6a4efe5f654aa002ec75b9157b280dfc8763b133df5c4c2f32734133 +size 7146 diff --git a/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs.meta b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs.meta new file mode 100644 index 000000000..67d095fef --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Grid/Rules/RuleTexture.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76408604a22d1cf72e0b914990e14b35e17c1268c6103bd4feaa255822eeddce +size 461 diff --git a/Packages/com.arongranberg.astar/Graphs/GridGraph.cs b/Packages/com.arongranberg.astar/Graphs/GridGraph.cs new file mode 100644 index 000000000..b1eca77d0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/GridGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55f1c7de26e83f666d2fff32056935759052b6daeed289c488896111d402652 +size 164915 diff --git a/Packages/com.arongranberg.astar/Graphs/GridGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/GridGraph.cs.meta new file mode 100644 index 000000000..8285f5389 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/GridGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9654a8f24c29aa6f88779668432ba52cd7d252b46c92f0220805ae58d3b09690 +size 370 diff --git a/Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs b/Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs new file mode 100644 index 000000000..64683c3e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05caa2ec01b56302307d494c559acfd51bc3566a008bf3ec642a75a42cfc6ba +size 10057 diff --git a/Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs.meta new file mode 100644 index 000000000..c3bbc0295 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/LayerGridGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4f0d4b5ac6b267faf09bae5ad2404b0dde07d8691b35710111ab9ecc9f863f +size 375 diff --git a/Packages/com.arongranberg.astar/Graphs/LinkGraph.cs b/Packages/com.arongranberg.astar/Graphs/LinkGraph.cs new file mode 100644 index 000000000..4f3ed3374 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/LinkGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dcc689ead76e6f34e471d4f961a79606679e6cc236ff55a458f02bed6f94ce +size 6684 diff --git a/Packages/com.arongranberg.astar/Graphs/LinkGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/LinkGraph.cs.meta new file mode 100644 index 000000000..3eafa98d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/LinkGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893e9eb1ac9d033fbe918bfcd76d5d52dd635dbf89518a21e7cb6e728d76d6ec +size 448 diff --git a/Packages/com.arongranberg.astar/Graphs/NavGraph.cs b/Packages/com.arongranberg.astar/Graphs/NavGraph.cs new file mode 100644 index 000000000..c5fb576fe --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/NavGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4272b34ec2e8622082e64218f6310d61bd8ea043cb4c53f859acc8a06305e791 +size 23819 diff --git a/Packages/com.arongranberg.astar/Graphs/NavGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/NavGraph.cs.meta new file mode 100644 index 000000000..b0f8229b4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/NavGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4688a6d90754d72d455f8af580519031613124a63efe7bd5acc705f4bab7040f +size 369 diff --git a/Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs b/Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs new file mode 100644 index 000000000..1f0d31d22 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dbaf6f8c7f403c009f5b12483cc6e5a4e9ff9b9a33ee8f08f37d3ef188b410 +size 16137 diff --git a/Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs.meta new file mode 100644 index 000000000..cc615fa2c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/NavMeshGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d0e08a54ed193e8bc1784d400a96edb35ded3a9a27e44cd0e3deb1fa37f98b +size 373 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh.meta new file mode 100644 index 000000000..6b22ea2a9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9311cc2965311694928abcd2b439ade70e40400ca91d3e0034f9978fb3c291 +size 172 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs new file mode 100644 index 000000000..a84412db2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33b03dbfc0f5db66173ad67df8bd56e72b71a521fa0d47efe961ff7c453b2f0 +size 13109 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs.meta new file mode 100644 index 000000000..9f14dd65c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/AABBTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e75bc0935a7e25d67130fa7c6cc4e967bf739cfe04c767fc83da933a945138 +size 377 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs new file mode 100644 index 000000000..741bf1ea4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b252d8df8f86f135cf3b43cf6742709f9ccdd2e690cd859afa030313d1431568 +size 25066 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs.meta new file mode 100644 index 000000000..b885dc29a --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/BBTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3daa539afb20f3179142699092e213863d11d2e9d73c6e0e7d2d8124ce2ca4 +size 375 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs new file mode 100644 index 000000000..0afebd311 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2127e6b53061faa278636804f33d0009511cfa18b01f41a90416a20316f9a55 +size 15219 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs.meta new file mode 100644 index 000000000..f3dabb6f2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/ColliderMeshBuilder2D.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06337fa27a965f0a3135eb030c3ec91dbefc205d0bbdc1a15e841edf9d2aa36 +size 468 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs.meta new file mode 100644 index 000000000..64d2da26b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48855b80ba96921382212588368164200611979a9e4e79708cf23ccb2442a145 +size 172 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs new file mode 100644 index 000000000..39d85c442 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7c5cf0c7f42e46509e95a3e1eb24039946f7e4e11877f94fe130a8c94458dd +size 4034 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs.meta new file mode 100644 index 000000000..4bb3a99e0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildNodes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c67214e02a6ba2b799910da7f9232a357b8c02bd82b86ed6b8f89735b1aaf06 +size 465 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs new file mode 100644 index 000000000..e24b9e4ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1ae1d29b18683013e8425680aa605e38e06eb0f7137d65ddd62ea0d96fc036 +size 4104 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs.meta new file mode 100644 index 000000000..0fabab21b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVertices.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26947a10a1aec1269514a3162c99396b467bdf90e37cb8866d509e0166f09ee2 +size 480 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs new file mode 100644 index 000000000..1b45288e7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31515c71f299a02eec88a43b672c6dddd8383ff3c2ee5a764ba87e30573c960 +size 11334 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs.meta new file mode 100644 index 000000000..709aa4994 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobBuildTileMeshFromVoxels.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3a97e05c1cbfca0758e513562bba95b603ad57d19bf541cd4600e318606e9d +size 478 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs new file mode 100644 index 000000000..095fa032c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94371b004de7fe6a1c131a1a89fad1638f502051cfdac261b16f703b63fb0201 +size 3189 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs.meta new file mode 100644 index 000000000..e1a0c7c15 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCalculateTriangleConnections.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f768abb08704f79f5ac6d7dd2b82f46c30f226769b126fe59594ed441e332136 +size 483 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs new file mode 100644 index 000000000..dcb6e17ac --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a168874a6b5c7cc276501d4638ac8cfa1935199df072dbcad084cdc790f9654a +size 6653 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs.meta new file mode 100644 index 000000000..8445365d2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConnectTiles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daeb632770a83138001fa21e7e3888fc0767f6825c71ed5df796b710481fa997 +size 467 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs new file mode 100644 index 000000000..45b08c2d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd45965645ed2c9d30561f330e08b8faea9338f0fa608db772a33783cd5fa2d7 +size 707 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs.meta new file mode 100644 index 000000000..e2fc4665b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobConvertAreasToTags.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5795d0a82e57a97a25de0a76708185942fea6e8503505a2566fefdb24f3b8fdf +size 473 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs new file mode 100644 index 000000000..3cb2ee9d6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840f53cfa1bc4acbd76d54299c9adfc16c5a8a654a88eb7819f39231077feceb +size 5784 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs.meta new file mode 100644 index 000000000..ad60e7ebc --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobCreateTiles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f9351ba170b8e358241c9c74e6f46303fb5d5c62e9aa0e777621f93df15877 +size 466 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs new file mode 100644 index 000000000..febf3f647 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f95a00dd71d7f5e836a42e1c05a150afe8edf3ce844cc1cac873d28319dd3f9 +size 1034 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs.meta new file mode 100644 index 000000000..c1b3046c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobTransformTileCoordinates.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4946e23b50cc8a0f84f9b9141ae97f6bbe1a2fb99ca96fb0c3dcb03f536c0b40 +size 479 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs new file mode 100644 index 000000000..9de898d8d --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a61e635c2d368f24ceb2b5a23d9077ed692eeec16b72e5a417b6ddef18720f +size 2087 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs.meta new file mode 100644 index 000000000..38a65751b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Jobs/JobWriteNodeConnections.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1195a94dfb8b20c36da2ae7edc68fb39f62baae5c8f295bc2a42a07bccf2af3 +size 475 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs new file mode 100644 index 000000000..13b22eaa6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b007651787168239a6e420ba098a797971377212e0a90196834a5837ac65141 +size 3928 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs.meta new file mode 100644 index 000000000..a936432c7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/NavmeshTile.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7811e42a22950b1cdf9e12871eaabea23ee6ea636c15a7b0c1ae489a939e0ebc +size 479 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs new file mode 100644 index 000000000..97b5df1e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a55ea980e9b698c22bfcb7d65a6683df0e866b75edf85435cabd77da23c3fa7 +size 2173 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs.meta new file mode 100644 index 000000000..97c1fd777 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastBuilder.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25dfd03195cca14bd60bf36c28105283202d09cd1dc1dc7addacaa94d616b09 +size 460 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs new file mode 100644 index 000000000..64719292b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cb96248e916dc5db8959d62804c0f8cc9b6fe1a3e8521038e2eccb0544fafb +size 46067 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs.meta new file mode 100644 index 000000000..3ba7653ea --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/RecastMeshGatherer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13916f0f1cfb7fc334d690db805e251ddad1d0a467f3ed544fa29501d3e3589b +size 465 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs new file mode 100644 index 000000000..7ab905a69 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b732a4a127df3aa5d975f75593c8dfce6e10d09632b91e1f61c4d451a50decac +size 16574 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs.meta new file mode 100644 index 000000000..24077bcb6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileBuilder.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6687bb2f1243754919931f49758c5e346a17ac405996fd8fc66f6c58d1d0274 +size 458 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs new file mode 100644 index 000000000..38e410cba --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741dcc2f4f8bbb813c60f34cad411352f0aa4d8f05dffa00715349cdc3f47801 +size 60464 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs.meta new file mode 100644 index 000000000..4a981e20a --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileHandler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588ef8b976f5f53e2f8d8c4405ed1626881f485f59db2bd17573e104db5a3a08 +size 393 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs new file mode 100644 index 000000000..9b9012126 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688bc536ade3e59e7656552246770d10bfe0adef2c20fc0849884df62392cd68 +size 5037 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs.meta new file mode 100644 index 000000000..6c56cbfda --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileLayout.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f6b6f78c6b056e1f6ae3050a09130cbeb73962bd23450aa69b14e26823a3c0 +size 457 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs new file mode 100644 index 000000000..b2fe38cf8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920dd9f0707cff683886d8b0f1afea4659b8a1f104060dc011c469736838d25 +size 1601 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs.meta new file mode 100644 index 000000000..d9b583763 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMesh.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98157cd520475eddef725690afc94c04214e8890f1aa56117f4fdc5caa93929b +size 455 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs new file mode 100644 index 000000000..30923ea81 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8cfcf9f2df1d54baad72700c83717d7d75525c66fbb588b31afc515feee55c +size 7840 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs.meta new file mode 100644 index 000000000..0452b1064 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/TileMeshes.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d897c7e8e601a77a094c9349047944e07185c776b65d1b32c50b0985813062 +size 457 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels.meta new file mode 100644 index 000000000..0acb4c71d --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1aee95457ae919fec20dd67eb8ece7fd56d742f13c8b488b197d93b2a601be +size 60 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs new file mode 100644 index 000000000..73ff60dcf --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2763a1033c70e234d708ebd592f995ed156f729a0ebc13467a796a3c9c4fe0b +size 3971 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs.meta new file mode 100644 index 000000000..7fe125730 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/CompactVoxelField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768d27b47a2cbd449cbdfbb9e638ba373d8235792121ab8c8f840bccadc20c37 +size 471 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs new file mode 100644 index 000000000..70dda7b5c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731a5974dbf171ad22223740c795a3f78f4c45c298eb3dca2f009cc0306ee50c +size 10957 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs.meta new file mode 100644 index 000000000..f673bf286 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/LinkedVoxelField.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2fa756bb51c2307b5eab5b9fc32bcd368df37771eb904d537c8d901a3e5ca40 +size 470 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs new file mode 100644 index 000000000..e10181704 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c524f027c6805a0cef5ef064581b1ae05c1a488854a4641792a8f08d1e05d97d +size 21910 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs.meta new file mode 100644 index 000000000..0be0dc479 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelContour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578cc1ad0fb88ce67d023b1717972eae96828b039f005f025d5066a40fd8cbb0 +size 466 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs new file mode 100644 index 000000000..c5941c71a --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a610553b45c7952a28aa568738ebfc21dd49ab254888d89e921cdeb196a2600e +size 18679 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs.meta new file mode 100644 index 000000000..10bff06bf --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelMesh.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4be3b0e9e50764091c802f0ba76bdf2a39d7f9bc22f02d41848f5c7dce5672 +size 463 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs new file mode 100644 index 000000000..1c36a1aff --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc116614c8fafaaff695bf66e557249392f90eed89f5bb538ad5d1644d7c2dbf +size 5846 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs.meta new file mode 100644 index 000000000..5653ead80 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelPolygonClipper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a2e94e41c368e02e50793e07d0d18e8c5e0971204ba550fd4a358ca1cb3475 +size 494 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs new file mode 100644 index 000000000..f93da3958 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f812834314572dac101ff1623d1a00d531304934d37e99aa48e2d8af6f86f7 +size 16864 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs.meta new file mode 100644 index 000000000..fccb08501 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRasterization.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdba9fa5a1cd4632db5f6a9ac75f51168f3a5f785fcc5ef3bc6d19f980af75a +size 472 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs new file mode 100644 index 000000000..07c9f656c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c48c6b31451feed3daa829866fe9f8a17ac39d75db323f5b4c88d268111ef86 +size 27174 diff --git a/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs.meta b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs.meta new file mode 100644 index 000000000..f2eb3f2d1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Navmesh/Voxels/VoxelRegion.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33969151626b9c98f548d68c94b19d8582494df494ea0b94c9af65df91fc277e +size 465 diff --git a/Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs b/Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs new file mode 100644 index 000000000..1b06a5358 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee09cf0d11ca4f969fb899b195ad1c918ad4c2e234ecd191506f46379e79a75 +size 88458 diff --git a/Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs.meta b/Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs.meta new file mode 100644 index 000000000..0902f81e2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/NavmeshBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cf5447245c8f9b567fa633d70d1dce8a35959dad974bc34ba10887341e622a +size 471 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes.meta b/Packages/com.arongranberg.astar/Graphs/Nodes.meta new file mode 100644 index 000000000..656c0a1a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7a42af69aaa42d31eea4a2422a37a38b76406d1e1ec1ef2a16bbe65a8dc816 +size 60 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs new file mode 100644 index 000000000..e7d01c0a3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063bdcb715378bf904acadb4405dd17b0c92954cbd804a79156e9e208bb24bd4 +size 16178 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs.meta b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs.meta new file mode 100644 index 000000000..0fdb5e2e4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a715b516395969629d2ecf2f17b7137d246851b187b81e1532cbcfe934914c4b +size 375 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs new file mode 100644 index 000000000..9693356dc --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf71792c12b48a7a6caf4035dd651c58b8155dc629ba701a7fda98a348e3fe74 +size 18921 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs.meta b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs.meta new file mode 100644 index 000000000..a251b1f19 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/GridNodeBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13611911df3a79349bf010e7977deb0a5950051a774450b76b2f4d78731502c4 +size 478 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs b/Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs new file mode 100644 index 000000000..a4bdcb75f --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39bdcefcd383368dd383d6613bb71e57cd2301db2ad21b2f364c4388b71fc3b +size 15203 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs.meta b/Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs.meta new file mode 100644 index 000000000..e9f2c7628 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/LevelGridNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442a73743d6f3b3bb29268ade16fd78c4b0db28c37fe608efb247cb43d82a7f0 +size 458 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs b/Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs new file mode 100644 index 000000000..f9c8f3d9f --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d12a5a4c43f3dcf0990ee6c64313df05cb8eedfc75d5b148583a32e8780d6e0 +size 7522 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs.meta b/Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs.meta new file mode 100644 index 000000000..017aa3af9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/PointNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007842bc7f7b4a599a2273a4ff995723ce7796a6e1c385fc361b80f95c84deb8 +size 389 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs b/Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs new file mode 100644 index 000000000..d55e9c7f3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ae0e8ef800590c553d58b7c76af435485d74f6b818681a223fecf9a1a3fa33 +size 29358 diff --git a/Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs.meta b/Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs.meta new file mode 100644 index 000000000..1b9261a6b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Nodes/TriangleMeshNode.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1feb958bf69b771af5eae45ca4c290e48ea78f0652e7ed58dcd86e1678aa93d +size 396 diff --git a/Packages/com.arongranberg.astar/Graphs/Point.meta b/Packages/com.arongranberg.astar/Graphs/Point.meta new file mode 100644 index 000000000..fb278aea7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Point.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0997e1892fdb6f8a4f92ba169dd48437d78c97e6330a46b3e2d464181afd97bd +size 172 diff --git a/Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs b/Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs new file mode 100644 index 000000000..133581847 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378c9dc7156cbfd5c2eb9b717f8e6f67f94d834d27a8a928ed3a5972532cee89 +size 14122 diff --git a/Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs.meta b/Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs.meta new file mode 100644 index 000000000..f669cd5d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Point/PointKDTree.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091413dc86987ab45660aa5f30a7b6faaad41c5f346174bb6d98bd2860ea5727 +size 477 diff --git a/Packages/com.arongranberg.astar/Graphs/PointGraph.cs b/Packages/com.arongranberg.astar/Graphs/PointGraph.cs new file mode 100644 index 000000000..28e10cf81 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/PointGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799e4d6f1e33650b191d8139aa5274ca20773c7b1618d77ccd830400b71d0ca6 +size 34378 diff --git a/Packages/com.arongranberg.astar/Graphs/PointGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/PointGraph.cs.meta new file mode 100644 index 000000000..17a473eb8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/PointGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6658a03ce8f716b962c716de3085d562f09d6712eac33d3e87b5a9bc8351e546 +size 371 diff --git a/Packages/com.arongranberg.astar/Graphs/RecastGraph.cs b/Packages/com.arongranberg.astar/Graphs/RecastGraph.cs new file mode 100644 index 000000000..041258978 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/RecastGraph.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5bf21bebc5137a20d6d19d90435f52e08d343bbe584687beefb7fb019105dd5 +size 67315 diff --git a/Packages/com.arongranberg.astar/Graphs/RecastGraph.cs.meta b/Packages/com.arongranberg.astar/Graphs/RecastGraph.cs.meta new file mode 100644 index 000000000..a57be62fe --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/RecastGraph.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba5527c4f193170659a6537a5f46784108dc6c2dbc0003947ef9fad99419511 +size 372 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities.meta b/Packages/com.arongranberg.astar/Graphs/Utilities.meta new file mode 100644 index 000000000..47f379a3c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6f4d73f1ea38ea432e0303405fdfcb13adc36937995b4a5e8daa81dafe0288 +size 60 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs new file mode 100644 index 000000000..7a9f1f754 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03349e00762613807437c07f75a6463e316fd2c6babdf72d04aaed7bd1d3acbb +size 14094 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs.meta new file mode 100644 index 000000000..b8e9f0289 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/EuclideanEmbedding.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c354e80698031d508be0282c602cd1be8e59cca841d2810f49a1f875f09b3b +size 402 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs new file mode 100644 index 000000000..a49da943b --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d059b211e7226f352df4f3eec4afe5d4ab398bae1bc6a52dbd767ec4af3d09 +size 24114 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs.meta new file mode 100644 index 000000000..b572d1f9e --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/GraphTransform.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8345aee4e389449a7826fa54e82214f8e5688933231da7b142e94a653083d936 +size 484 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs new file mode 100644 index 000000000..7695022cc --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c2687b7377b24914a4f9c6ec80966150d7c6375a15559971876c72ec93bed2 +size 6683 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs.meta new file mode 100644 index 000000000..c313e5f85 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/GridLookup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29969c5c7d11038cefce3b0c04396555fde0ec0d9f17cb771fbacec9c954853f +size 480 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs.meta new file mode 100644 index 000000000..ca031347c --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/NavMeshRenderer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f1f5e7099c80c8cf1fdfbf89ecef47522b255d10a152c7fcabfb23fc45fbb9 +size 386 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs.meta new file mode 100644 index 000000000..464812601 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastMeshObj.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785c47b6143c814447a359f45de95e956433c05e969c1f2cc4fbc43eb376d0df +size 462 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs new file mode 100644 index 000000000..6b5a9c8cb --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75f24e7437601b92d4cb3fc1d528b1102b093313bc9d44f1a9092e9c4236401 +size 16158 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs.meta new file mode 100644 index 000000000..f580fe9c9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/RecastNavmeshModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803f073768e064203db7854ffdebd3e77b1c84e16fcff852aeb13d37f13339ed +size 392 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs b/Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs new file mode 100644 index 000000000..a24620ebc --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2badda453810c931e023e8f007cfcbeab51791bf7561f64eb108acd4235ae2e4 +size 11756 diff --git a/Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs.meta b/Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs.meta new file mode 100644 index 000000000..c54fb4fd0 --- /dev/null +++ b/Packages/com.arongranberg.astar/Graphs/Utilities/UtilityJobs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d38f233074582b39a8af473f2d0bb8c9c835b554a2885312cf6e22b38993c31 +size 460 diff --git a/Packages/com.arongranberg.astar/Modifiers.meta b/Packages/com.arongranberg.astar/Modifiers.meta new file mode 100644 index 000000000..f0bc8dbb1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f93294cbd0a8547de977cc672626c7f742c71f3155ec731b981c2ac39fac035 +size 60 diff --git a/Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs b/Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs new file mode 100644 index 000000000..048e45f29 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af390534a5961de59eb8667cb93fe845bca816f15392ddd0333d5595730e48d6 +size 19198 diff --git a/Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs.meta b/Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs.meta new file mode 100644 index 000000000..1d48329ae --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/AdvancedSmooth.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e0cd6b164748a5358a7efb64e0452880f8a73a231e4da1986523bbc4e9d474 +size 378 diff --git a/Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs b/Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs new file mode 100644 index 000000000..dd75a82ae --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d1d5a602dc3660c7768e1eae7cdcbf1f228f559701d17f0a2222338346f2f4 +size 2923 diff --git a/Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs.meta b/Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs.meta new file mode 100644 index 000000000..0570f67a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/AlternativePath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a6c8efead0649fd7530c539c7af98ebfb058ca611dcff71e6f397fb5069a71 +size 379 diff --git a/Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs b/Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs new file mode 100644 index 000000000..753d72540 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cef63b990d9e30f5144a6c799600108834b794cb29bce2898276223123c780 +size 6516 diff --git a/Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs.meta b/Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs.meta new file mode 100644 index 000000000..dee7c9b15 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/FunnelModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87267ffb1f4240a501662e25131918bed6ab1ee5b212a86a6cb1434e9019a93 +size 378 diff --git a/Packages/com.arongranberg.astar/Modifiers/Modifiers.cs b/Packages/com.arongranberg.astar/Modifiers/Modifiers.cs new file mode 100644 index 000000000..3e3a68013 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/Modifiers.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b918bb5c397da9bd3654a3f96fbe438c49c91cc6d3f98ff7ee9574658d3b71 +size 2194 diff --git a/Packages/com.arongranberg.astar/Modifiers/Modifiers.cs.meta b/Packages/com.arongranberg.astar/Modifiers/Modifiers.cs.meta new file mode 100644 index 000000000..3eac56363 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/Modifiers.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f42ac831797ccbc5d450ee7413331beddf7b631702d1dfec74286adb8eaddd9 +size 373 diff --git a/Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs b/Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs new file mode 100644 index 000000000..ceb893ae6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076f9f5dae06e6883600f4e9a2053690c2d156320f7d74d58937663805470b87 +size 8583 diff --git a/Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs.meta b/Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs.meta new file mode 100644 index 000000000..9f0f47d05 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/RadiusModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482d88a089e535715d8e0ebeebc42cc9514963fb5a0b60829b1b816c3f818c61 +size 378 diff --git a/Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs b/Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs new file mode 100644 index 000000000..e2cf2abe3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e663fc93098df2a6d72b90231eb4a5b0e65e8c669fbe7b8d21f393f55e993217 +size 14285 diff --git a/Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs.meta b/Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs.meta new file mode 100644 index 000000000..961131a84 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/RaycastModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b82d230bba10d241aae5eb7387d7c0b26c9696e0bc003840475cb10d4cd4a0f +size 379 diff --git a/Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs b/Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs new file mode 100644 index 000000000..2cfe31b8e --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8602acd1c4fc4ae22a73502b43daef4200255c685ca73eb8c68e288a455811b +size 13011 diff --git a/Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs.meta b/Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs.meta new file mode 100644 index 000000000..338f8de21 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/SimpleSmoothModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f335087de8b8d5938bafbe642fd95abb2627665ecdbeb4b91133f26784faa52a +size 384 diff --git a/Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs b/Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs new file mode 100644 index 000000000..09db7ab4d --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48817fb24d56d6df2e315e67b310c21f714ba82d6591d19b0274180444131769 +size 12101 diff --git a/Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs.meta b/Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs.meta new file mode 100644 index 000000000..d7217dbc9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Modifiers/StartEndModifier.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ad3e4d0cc084c3cc2ee21e2a5c22b85ed2730004f724210086b0cdd8358472 +size 380 diff --git a/Packages/com.arongranberg.astar/Navmesh.meta b/Packages/com.arongranberg.astar/Navmesh.meta new file mode 100644 index 000000000..bcc7d4649 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08644b47da4bf07a7355e0a01ef422dbcdaa33bc129f31ea53fc1c9d9cc9a3b +size 107 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs b/Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs new file mode 100644 index 000000000..881fd61c4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874ec41261f1bace54fa9d5612d5386878975c3f681a656cb52956f6d46067d3 +size 9505 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs.meta b/Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs.meta new file mode 100644 index 000000000..29d319518 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshAdd.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fba8cbd69383710d7c9c281f6fd79dc1e3316fa2295684a606ae89f20a038eb +size 501 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs b/Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs new file mode 100644 index 000000000..c27a33f9f --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c407d45fea6143c254b7da82eeecc99c9e2edbee6a29fb151da3599b43c2f668 +size 4610 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs.meta b/Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs.meta new file mode 100644 index 000000000..172e12b6d --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshClipper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbf1081c83fd6e0a9bfe176528795d92ed6ac6d9cb6f953f223061e4b570698 +size 454 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs b/Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs new file mode 100644 index 000000000..eaae6b87e --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c52b620739024162f1160d058caad7c26aea953e3c7a610b17b8b8d7d13ab82 +size 41995 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs.meta b/Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs.meta new file mode 100644 index 000000000..c78a43ef9 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshCut.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e494629ff489be9227e3993af0217b3dae80910ea45269bdd84d4ff8b219407d +size 501 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs b/Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs new file mode 100644 index 000000000..0bf6973c3 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b819aa4020a9451b0bb48035b7f7881fe057d43415061a8c208a9fb4f39fdf +size 17337 diff --git a/Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs.meta b/Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs.meta new file mode 100644 index 000000000..7a6801080 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/NavmeshUpdates.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4821c335e69f9ed0c07c1a62c16e35f0ba814e4989888834abb9bffd738c8548 +size 475 diff --git a/Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs b/Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs new file mode 100644 index 000000000..00689d05e --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f64164c4f38c0fe04acbd0325eb4007db0b429030c9c37c101eab1da28c9bc +size 2335 diff --git a/Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs.meta b/Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs.meta new file mode 100644 index 000000000..3759cd8f1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Navmesh/RelevantGraphSurface.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e394d6cad47f1a1ac4f537bccb2a24c02e632a571a9206c615a06637f1800911 +size 395 diff --git a/Packages/com.arongranberg.astar/PackageTools.meta b/Packages/com.arongranberg.astar/PackageTools.meta new file mode 100644 index 000000000..ab211f227 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f88119e091b145637ccc1db3493960ccbf3b41a773de0723ec5502e0334c6f +size 193 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor.meta b/Packages/com.arongranberg.astar/PackageTools/Editor.meta new file mode 100644 index 000000000..56ae1cbfa --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcd4f82a7010451fe8f29273befb6a2e112ca6e72dca88ee70bf6c9e44fabd3 +size 193 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs b/Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs new file mode 100644 index 000000000..00f0e469d --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a73b0f922701e212ec9895fdf3413b737ae180a8a7d102f07580c0b853ff6e +size 2143 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs.meta new file mode 100644 index 000000000..9a97e9cc1 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/DependencyCheck.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11897c95854c758bc3219c623f096d8de7005e7a8419f0554a3cb3882a227f3c +size 467 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs new file mode 100644 index 000000000..fafa5b65b --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc652b02a680f06d12d761e412d35d6abdfd238dd8dc5c650bcd847accf77b25 +size 13489 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs.meta new file mode 100644 index 000000000..5fe455e0a --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f047a87331d97987185961a66e483154cb3d0314224cf2d5a7c4d32e5707eb +size 483 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs new file mode 100644 index 000000000..d537fa993 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f10d80183dc9c883c22df5d9eeab79e1b7a7f80676770ebb4853754b4a3204c +size 5630 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs.meta new file mode 100644 index 000000000..dde03528f --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/EditorGUIx.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5093bc8196838b913c97d0071e3fbf7bfdb380e80b76901ff545ba8686f8b64 +size 384 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs b/Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs new file mode 100644 index 000000000..06a682c6a --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b4f3f6a02ade5d2d5931dbcc432be182683ca87189df3c36f6288854603a81 +size 1354 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs.meta new file mode 100644 index 000000000..31b7c1055 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/EnumFlagDrawer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194010a2b5852ea4bbac13b2d3a2da51dbb99bd0e4eddded13abbf6834e3ee14 +size 487 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs b/Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs new file mode 100644 index 000000000..b586e7572 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16497c64da7cf48d802584977deb2013687795a8874f7012703a400e8f052f78 +size 1416 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs.meta new file mode 100644 index 000000000..272459563 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/LegacyEditorHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fcb008c06b7e5c6d48d6ba739b443a3cfc558e4f1bbcc18e14f7bbc87354bf +size 491 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs b/Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs new file mode 100644 index 000000000..42c00532d --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0aa1f01f4718f94969d40e654b7de9b68b9f303273c924a99c1cf8a08a0c3b1 +size 5401 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs.meta new file mode 100644 index 000000000..7219f9015 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/OptimizationHandler.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0221aa9ff314760fb946297efc778d45c536ca150897277ac75972fb69c313 +size 393 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef b/Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef new file mode 100644 index 000000000..1fb01631b --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9717159013d68a54735f3a3e3a8cb2b79dc2f32cf00439a74348432c9d299369 +size 1165 diff --git a/Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef.meta b/Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef.meta new file mode 100644 index 000000000..6fad0f555 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Editor/PackageToolsEditor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa133f4c9d723162bffb908538173aebdfc17eef899ebbe26354d371ac37b184 +size 397 diff --git a/Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs b/Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs new file mode 100644 index 000000000..116d41092 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966f018d1c86239eed9b470768eb727098c4f14e9311cfdb0c008f9578784b98 +size 3304 diff --git a/Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs.meta b/Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs.meta new file mode 100644 index 000000000..69fa7c250 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/EditorResourceHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3412ecdb34dc3f04ef348e9006804f21d5caa0d69bb4033462fd3f65a72995 +size 486 diff --git a/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs b/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs new file mode 100644 index 000000000..1dffac9da --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf6a91eb9db2fc9c976376958c06fd53853286560ff3b5afda171066159accc +size 192 diff --git a/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs.meta b/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs.meta new file mode 100644 index 000000000..a0687a6e9 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70017dd05b4210b96e2ce2041c8c0f27663c953b3b30208d0d27372ec8bc68ea +size 483 diff --git a/Packages/com.arongranberg.astar/PackageTools/Migrations.cs b/Packages/com.arongranberg.astar/PackageTools/Migrations.cs new file mode 100644 index 000000000..94270a217 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Migrations.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b13c94089ef0da77cd57de9e10c94d6f87124ead92d943161e8b7ba20e166f9 +size 1934 diff --git a/Packages/com.arongranberg.astar/PackageTools/Migrations.cs.meta b/Packages/com.arongranberg.astar/PackageTools/Migrations.cs.meta new file mode 100644 index 000000000..687f283d9 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/Migrations.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5babd12b1d8e1f235200232eddc0ee2bd90494d3b3ed4981f0c41f6e76d6f2 +size 455 diff --git a/Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef b/Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef new file mode 100644 index 000000000..ad008ff9e --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bf73821f57f92cfb094fc651a459f9e20608375decd7db9e651ead0869f409 +size 1123 diff --git a/Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef.meta b/Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef.meta new file mode 100644 index 000000000..66114d3ba --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/PackageTools.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09fb64dcae617dbe877124e7f0ecbe7b9ab779db904545eb63e02d05a244931 +size 384 diff --git a/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs b/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs new file mode 100644 index 000000000..8fe2301d8 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1438900649944a861d59347b92ad4c920aeaea4ba97bb3c6f3b65dda692c2376 +size 188 diff --git a/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs.meta b/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs.meta new file mode 100644 index 000000000..0c19d3dd4 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2405af418695fcb8f2983ce22569c6eee81c25e193345e4666d495cf556859f +size 490 diff --git a/Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs b/Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs new file mode 100644 index 000000000..7694927c1 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ba3e586dc9e538fbb8e8529363b6c9aab2219843129f932dddbc02334cb260 +size 5074 diff --git a/Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs.meta b/Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs.meta new file mode 100644 index 000000000..24a602136 --- /dev/null +++ b/Packages/com.arongranberg.astar/PackageTools/VersionedMonoBehaviour.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b216d453a842c31b246183d560c86930c607e851259ed17819792952d625f1 +size 488 diff --git a/Packages/com.arongranberg.astar/Pathfinders.meta b/Packages/com.arongranberg.astar/Pathfinders.meta new file mode 100644 index 000000000..d4c51fbb1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e4000d67aa04102c3bec868cc3408ed3c453d58441561ae1920c964e93d478 +size 60 diff --git a/Packages/com.arongranberg.astar/Pathfinders/ABPath.cs b/Packages/com.arongranberg.astar/Pathfinders/ABPath.cs new file mode 100644 index 000000000..7ae07eea8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/ABPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd897a2eec65ccabcbcfb059d0c2bec370c1ec2add86f41afa2a2ee5e2d17ed5 +size 20991 diff --git a/Packages/com.arongranberg.astar/Pathfinders/ABPath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/ABPath.cs.meta new file mode 100644 index 000000000..ebcf1c727 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/ABPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84f48a7506c5cc1942c3cfd76d8d3ac907fd1f50620430ebbae36f9fadfa258 +size 372 diff --git a/Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs b/Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs new file mode 100644 index 000000000..b1a9a0b26 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b9fa5c9dec70193b1a298d53ad18ac42f29f0614085efaef78b966f2140b9e +size 6134 diff --git a/Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs.meta new file mode 100644 index 000000000..da656f6b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/ConstantPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffd6a50a32d0b23a27bd386a299eca37bd082e373e520122f07041607b9d854 +size 378 diff --git a/Packages/com.arongranberg.astar/Pathfinders/FleePath.cs b/Packages/com.arongranberg.astar/Pathfinders/FleePath.cs new file mode 100644 index 000000000..867c46a4b --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/FleePath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7b44116814c90e3a4fe706f77d6be71632d30fecfec50416df5e45ddb482a3 +size 2426 diff --git a/Packages/com.arongranberg.astar/Pathfinders/FleePath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/FleePath.cs.meta new file mode 100644 index 000000000..06e32ea13 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/FleePath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc61b3572a5454c7e5015c32b18e9b0fd47ac1789f598016ef1c51b87f6a36f +size 374 diff --git a/Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs b/Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs new file mode 100644 index 000000000..9be42d962 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcf8f6315138f439fc193d3fb085f8f6ce77d0421bd6788b176f3ebb7192ac1 +size 7576 diff --git a/Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs.meta new file mode 100644 index 000000000..5dadd7567 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/FloodPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60bc4dbd9e591152dc0257ef01b09531c61113fd5409e2d222045ba5378cdf4 +size 375 diff --git a/Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs b/Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs new file mode 100644 index 000000000..dcf98164e --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5632961a0865873f5548c7e2e171b16cd031dc0bd06c896ad7840804f720e1a9 +size 5550 diff --git a/Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs.meta new file mode 100644 index 000000000..b22319dba --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/FloodPathTracer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73d86367a66533a84bbd764629ffebe6b0c25a01746487f318ca9620d0a7833 +size 381 diff --git a/Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs b/Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs new file mode 100644 index 000000000..6e8f42949 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3c106e01a72b4e935b1b02052a2b1869add32eae5ef199505fe5dc21d8e18f +size 16330 diff --git a/Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs.meta new file mode 100644 index 000000000..9f0022e8f --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/MultiTargetPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c5eb859a039d9aeda3ee5ce976843cdf84a388fc7dc3f42831b3ee261893c1 +size 381 diff --git a/Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs b/Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs new file mode 100644 index 000000000..15889c9da --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7ef5dd151151eb6048bc1643f56da15fe425f7bc48074ede1fbe6f17c81793 +size 7452 diff --git a/Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs.meta new file mode 100644 index 000000000..9ec07ae45 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/RandomPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc04b37c956840cb03ae2e396589e5677ae3d6b47acbf4a379df83b09e330026 +size 376 diff --git a/Packages/com.arongranberg.astar/Pathfinders/XPath.cs b/Packages/com.arongranberg.astar/Pathfinders/XPath.cs new file mode 100644 index 000000000..fd7478e67 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/XPath.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9200add5e0169e09176355a345c333275eb354fd3736c39eabf45d1458c99ec +size 5628 diff --git a/Packages/com.arongranberg.astar/Pathfinders/XPath.cs.meta b/Packages/com.arongranberg.astar/Pathfinders/XPath.cs.meta new file mode 100644 index 000000000..e2ac03d78 --- /dev/null +++ b/Packages/com.arongranberg.astar/Pathfinders/XPath.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a61d4804ca39556f566dc165813c338070932e07b6a36e658f00d574e40dc0 +size 371 diff --git a/Packages/com.arongranberg.astar/Plugins.meta b/Packages/com.arongranberg.astar/Plugins.meta new file mode 100644 index 000000000..3db0f0696 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7e6240fcd25cf13cff254e5b788ba0fd8c7700fd56e496f99490905ded7d1a +size 60 diff --git a/Packages/com.arongranberg.astar/Plugins/Clipper.meta b/Packages/com.arongranberg.astar/Plugins/Clipper.meta new file mode 100644 index 000000000..53e7133ec --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/Clipper.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d158812b1aadd2cc56467083c7d9e7a12cdc6fe8906970cb189716ff90a038b5 +size 60 diff --git a/Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll b/Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll new file mode 100644 index 000000000..2c63b7145 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae4b585afa04f38ba997c902d47c66182888309f441fb8024805c6e13cbb232 +size 87040 diff --git a/Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll.meta b/Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll.meta new file mode 100644 index 000000000..3967847ba --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/Clipper/Clipper2Lib.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8171fa2637d3b9d967167ba8f6d13bdafda092663b95467030ee64c50fdc80 +size 1611 diff --git a/Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt b/Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt new file mode 100644 index 000000000..7aa2e8f3e --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8291caf1cee26d23acf3eb67c9f9a2d58f1c681b16a4fbe8cbfb9e3c0b5a9b +size 1337 diff --git a/Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt.meta b/Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt.meta new file mode 100644 index 000000000..94715f3a7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/Clipper/ClipperLicense.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569ada3e3dafb7b230970b2d7b89ff7f0292124677059d0cc79fac7fe5f286cd +size 313 diff --git a/Packages/com.arongranberg.astar/Plugins/DotNetZip.meta b/Packages/com.arongranberg.astar/Plugins/DotNetZip.meta new file mode 100644 index 000000000..16b81e48f --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/DotNetZip.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5da3565565f724e5f1350b1e5a5d370cf968aa21354748e0b78037e0ac95a0a +size 60 diff --git a/Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt b/Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt new file mode 100644 index 000000000..1d5a9a3d7 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3cbf1bebbfeee07a778b961f1011c1b499e26986bfc662162d4c0b29eace8e +size 2673 diff --git a/Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt.meta b/Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt.meta new file mode 100644 index 000000000..532687cf6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/DotNetZip/DotNetZipLicense.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7203544775d0c35a55833e33c71f54f4f8678dfecce069b94b499af474e83096 +size 284 diff --git a/Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll b/Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll new file mode 100644 index 000000000..312ef19ca --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481cc0f9a53a9ba94f8ea3fc0fb2a520b41812c2fdc6ab10581751eada743d34 +size 240640 diff --git a/Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll.meta b/Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll.meta new file mode 100644 index 000000000..940946692 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9beb7cd580a12bfd626394f96a63d655eb1b6f4d318cfe5c82329cc6147c4f58 +size 1699 diff --git a/Packages/com.arongranberg.astar/Plugins/dependencies.txt b/Packages/com.arongranberg.astar/Plugins/dependencies.txt new file mode 100644 index 000000000..c9b6aede8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/dependencies.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749d92027324772247448d76a882f636c095d60ea7b817e3730dad25f5e3497d +size 498 diff --git a/Packages/com.arongranberg.astar/Plugins/dependencies.txt.meta b/Packages/com.arongranberg.astar/Plugins/dependencies.txt.meta new file mode 100644 index 000000000..a2c5e3e6d --- /dev/null +++ b/Packages/com.arongranberg.astar/Plugins/dependencies.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce342de9407e61beeecb3b3450a225f5a8185d97fbfe6f33e56b78e2feeb7952 +size 270 diff --git a/Packages/com.arongranberg.astar/RVO.meta b/Packages/com.arongranberg.astar/RVO.meta new file mode 100644 index 000000000..8e964b307 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3b97a8e58c1645f4028fe380136b6c9faaa71d622b0a194ba8145ed9628881 +size 60 diff --git a/Packages/com.arongranberg.astar/RVO/RVOController.cs b/Packages/com.arongranberg.astar/RVO/RVOController.cs new file mode 100644 index 000000000..ded5acbda --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a25803119a4c2bf30bcc9ac8ac429fa4772b62d8182630c17ff89b9c31dbb02 +size 24914 diff --git a/Packages/com.arongranberg.astar/RVO/RVOController.cs.meta b/Packages/com.arongranberg.astar/RVO/RVOController.cs.meta new file mode 100644 index 000000000..8d833f852 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2212f5ef6f98ae294c55e669e42a9c472c0d225b494b43d272b20f56f757b3d3 +size 503 diff --git a/Packages/com.arongranberg.astar/RVO/RVONavmesh.cs b/Packages/com.arongranberg.astar/RVO/RVONavmesh.cs new file mode 100644 index 000000000..3069dea75 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVONavmesh.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df796f0080c3810849b372f9e63c92ee9bf22131ca2a851ecde4296ecad26144 +size 1608 diff --git a/Packages/com.arongranberg.astar/RVO/RVONavmesh.cs.meta b/Packages/com.arongranberg.astar/RVO/RVONavmesh.cs.meta new file mode 100644 index 000000000..bca7649c0 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVONavmesh.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe12f8400a6aac7ae71ee00ce1de21de057c1ccdc6c3aa50812275563318fdd +size 368 diff --git a/Packages/com.arongranberg.astar/RVO/RVOObstacle.cs b/Packages/com.arongranberg.astar/RVO/RVOObstacle.cs new file mode 100644 index 000000000..61f0ee6dc --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOObstacle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb2a0567d7a06de7b1e374a09cc83ee2196eca15ed8a0d3562e7b73684fdc4f +size 1906 diff --git a/Packages/com.arongranberg.astar/RVO/RVOObstacle.cs.meta b/Packages/com.arongranberg.astar/RVO/RVOObstacle.cs.meta new file mode 100644 index 000000000..efef942bb --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOObstacle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef852e70d040f83a3437da28608a231763e77c78c4bb912f3c1297c9541d5448 +size 369 diff --git a/Packages/com.arongranberg.astar/RVO/RVOSimulator.cs b/Packages/com.arongranberg.astar/RVO/RVOSimulator.cs new file mode 100644 index 000000000..38c814368 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOSimulator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0b230dd51a34b8a911f7c769f14f6b6892ff657d887bb2ece9d4cbf9e31503 +size 7482 diff --git a/Packages/com.arongranberg.astar/RVO/RVOSimulator.cs.meta b/Packages/com.arongranberg.astar/RVO/RVOSimulator.cs.meta new file mode 100644 index 000000000..3b5e80f8e --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOSimulator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0c07007d4f5bf89c09f178a51e1b9b342ffee2c13faa753c2ac7058b481230 +size 386 diff --git a/Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs b/Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs new file mode 100644 index 000000000..6b518f927 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b972f4b79845c7fe1b82549a86cc563eb24661652bf7b1b36734131d3bc546c2 +size 1009 diff --git a/Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs.meta b/Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs.meta new file mode 100644 index 000000000..ee8e17607 --- /dev/null +++ b/Packages/com.arongranberg.astar/RVO/RVOSquareObstacle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047bb06381c8588d5d2ca21327de2cd19ef0e8839e0f4dfb069b58c4a2a34cb9 +size 375 diff --git a/Packages/com.arongranberg.astar/Readme.txt b/Packages/com.arongranberg.astar/Readme.txt new file mode 100644 index 000000000..885ee7006 --- /dev/null +++ b/Packages/com.arongranberg.astar/Readme.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e796a02c6230bf74d4e439ce6f436c720f10bbd412ec77bd152d5baa2bbe6cd6 +size 1044 diff --git a/Packages/com.arongranberg.astar/Readme.txt.meta b/Packages/com.arongranberg.astar/Readme.txt.meta new file mode 100644 index 000000000..b58a6e8e6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Readme.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8b565c69c0652787530ed957c4a678f72882ec0daa810a4dd6cdb51b72ffaf +size 256 diff --git a/Packages/com.arongranberg.astar/Readme_upgrading.txt b/Packages/com.arongranberg.astar/Readme_upgrading.txt new file mode 100644 index 000000000..5b2bb2a9c --- /dev/null +++ b/Packages/com.arongranberg.astar/Readme_upgrading.txt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cd06294535d2dfaec9389d65abd6c0f1d85623873fb6e9988885908132953c +size 324 diff --git a/Packages/com.arongranberg.astar/Readme_upgrading.txt.meta b/Packages/com.arongranberg.astar/Readme_upgrading.txt.meta new file mode 100644 index 000000000..585d81ffc --- /dev/null +++ b/Packages/com.arongranberg.astar/Readme_upgrading.txt.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f0a267136cfa2890aacd752a2aeef61b3fdbc5ee23591c62609d5a6c05ccaa +size 266 diff --git a/Packages/com.arongranberg.astar/Resources.meta b/Packages/com.arongranberg.astar/Resources.meta new file mode 100644 index 000000000..41f54c4a2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195191dda0e1c07324d175f4ef07b0d392b42da0902c59f08fc287d0dfdf2f0d +size 172 diff --git a/Packages/com.arongranberg.astar/Resources/handles_aaline.png b/Packages/com.arongranberg.astar/Resources/handles_aaline.png new file mode 100644 index 000000000..888fd3c8d --- /dev/null +++ b/Packages/com.arongranberg.astar/Resources/handles_aaline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c921ff14c57bbb969bd25ee69372e5b5b39c0d1e232b31e0bb9b2667554b735 +size 570 diff --git a/Packages/com.arongranberg.astar/Resources/handles_aaline.png.meta b/Packages/com.arongranberg.astar/Resources/handles_aaline.png.meta new file mode 100644 index 000000000..d968d7a25 --- /dev/null +++ b/Packages/com.arongranberg.astar/Resources/handles_aaline.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ab8110e26cb15fbada932c3cbeaf9b0d965ad0cb77d92509173f5eebded09a +size 2600 diff --git a/Packages/com.arongranberg.astar/Resources/line_falloff_1px.png b/Packages/com.arongranberg.astar/Resources/line_falloff_1px.png new file mode 100644 index 000000000..b8c569758 --- /dev/null +++ b/Packages/com.arongranberg.astar/Resources/line_falloff_1px.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13586dccbe26bc7e56cecb657aefaa551902483afdb5ce5ac99c759128baa8c5 +size 144 diff --git a/Packages/com.arongranberg.astar/Resources/line_falloff_1px.png.meta b/Packages/com.arongranberg.astar/Resources/line_falloff_1px.png.meta new file mode 100644 index 000000000..6f6674fa1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Resources/line_falloff_1px.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7685ca179175be0b8a5a9ee522fe086b9dbde6e42c826bbcbc3d7257ac8aa9f +size 1403 diff --git a/Packages/com.arongranberg.astar/TurnBased.meta b/Packages/com.arongranberg.astar/TurnBased.meta new file mode 100644 index 000000000..b6d497a6b --- /dev/null +++ b/Packages/com.arongranberg.astar/TurnBased.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a6ce07f0e9291ec2216a292d8e6d5090dcec2d4470ce827b174d97b7e13318 +size 193 diff --git a/Packages/com.arongranberg.astar/TurnBased/BlockManager.cs b/Packages/com.arongranberg.astar/TurnBased/BlockManager.cs new file mode 100644 index 000000000..bb9e9654c --- /dev/null +++ b/Packages/com.arongranberg.astar/TurnBased/BlockManager.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b923ff21f22cf458ca812fe8e2e5435f725ae764341e5dd76c697af10f616a +size 6527 diff --git a/Packages/com.arongranberg.astar/TurnBased/BlockManager.cs.meta b/Packages/com.arongranberg.astar/TurnBased/BlockManager.cs.meta new file mode 100644 index 000000000..ddbf75bbf --- /dev/null +++ b/Packages/com.arongranberg.astar/TurnBased/BlockManager.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd7ebddb50b361a75189a97c2d1158f0bd0c93b4acd1322375a29ac4529d820 +size 475 diff --git a/Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs b/Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs new file mode 100644 index 000000000..1666d71f3 --- /dev/null +++ b/Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c06bd2d1b3916734af46e4a9d805942aa1aeeed05ae7ef7755599071afc5e1 +size 2109 diff --git a/Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs.meta b/Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs.meta new file mode 100644 index 000000000..674627176 --- /dev/null +++ b/Packages/com.arongranberg.astar/TurnBased/SingleNodeBlocker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a9703ad362d4c006b72c442fd9ea9ca56adea2bd9a61cc71ba56a6e2f7a1f4 +size 480 diff --git a/Packages/com.arongranberg.astar/Utilities.meta b/Packages/com.arongranberg.astar/Utilities.meta new file mode 100644 index 000000000..523e74f1a --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef81a07f3b18b313968fe4b90d903da6ebbea94a422ba481e6147eef45dbd78 +size 60 diff --git a/Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs b/Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs new file mode 100644 index 000000000..4cdd5a49c --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f157d86ac8c837e25e6b0703927557106dc7f882de23bba5a1a2a0caaf68e9 +size 2281 diff --git a/Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs.meta b/Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs.meta new file mode 100644 index 000000000..e2095a4a8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/AnimationLinkTraverser.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf07403b2033d5609c2476efbad6ba624ae943a0aa99b7736b2051cbc33b4ea6 +size 485 diff --git a/Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs b/Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs new file mode 100644 index 000000000..a4eea998c --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26618b51f5867ed7b667ff28f2d6e98378bab0d3a91d604cd7764ba4611b6ce6 +size 692 diff --git a/Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs.meta b/Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs.meta new file mode 100644 index 000000000..ce6ad329e --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/AstarChecksum.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c003367e206bc396de949ac088af7a6914ca8095b9af4cd8c4a01141fa5a67 +size 377 diff --git a/Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs b/Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs new file mode 100644 index 000000000..d75097c79 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a701029192eff210a8578f3a821fd0d386a8b55da7143d6762c5e550b96daabd +size 9543 diff --git a/Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs.meta b/Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs.meta new file mode 100644 index 000000000..11be7bfd1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/BatchedEvents.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ad5b2d5aeef5aeb31307bb303580350ba9e84e0fe96b883dcef71d5ebf5321 +size 455 diff --git a/Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs b/Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs new file mode 100644 index 000000000..68867e64c --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eff5aab750fc74fba7e1aa25c2ef5a1bf8a8788e23fee90ac9cc8140369e88a +size 4139 diff --git a/Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs.meta b/Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs.meta new file mode 100644 index 000000000..cce62e3db --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/DotNetReplacements.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffefb54e83ef51ccc212354ad2566b736d8fc4fb00203005cf8a0e15361a8ca6 +size 382 diff --git a/Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs b/Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs.meta b/Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs.meta new file mode 100644 index 000000000..2bdbc8d8b --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/DynamicGridObstacle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e837a63ae19c083c0bb45708495b03a1f6a5076633af5a5a6d5d6acf45a04aca +size 461 diff --git a/Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs b/Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs new file mode 100644 index 000000000..e7b585403 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee18389ba24f0274241243852398bb20840212390fdfd59a52eafe726c170a37 +size 10257 diff --git a/Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs.meta b/Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs.meta new file mode 100644 index 000000000..dc8e0aadc --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/DynamicObstacle.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de8b0e9dd98293eda1274ca83560f224cb8f472b34bdc27b4298acc48c365a6f +size 511 diff --git a/Packages/com.arongranberg.astar/Utilities/Funnel.cs b/Packages/com.arongranberg.astar/Utilities/Funnel.cs new file mode 100644 index 000000000..b4e37ea89 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/Funnel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8320ad635bf7ed66776c77371e35f2d75fc1cfc3e4e8142220ae0be72e76aa43 +size 39557 diff --git a/Packages/com.arongranberg.astar/Utilities/Funnel.cs.meta b/Packages/com.arongranberg.astar/Utilities/Funnel.cs.meta new file mode 100644 index 000000000..b2ad0d7b1 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/Funnel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c940cf3187b7699f238ed61f5405a1d0fea672f8391b69d5cdb5f741592bce +size 469 diff --git a/Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs b/Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs new file mode 100644 index 000000000..d204bf251 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c59a4956b48dead4ca4aa7073063d616b0300ad46ab6927dbe3e2ee015a0a3 +size 8984 diff --git a/Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs.meta b/Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs.meta new file mode 100644 index 000000000..c03a2eb2d --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/GraphGizmoHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce4ee02ae1ad716bb3b858e6f01966558a39755cb23c0b33a525911d8f42881 +size 479 diff --git a/Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs b/Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs new file mode 100644 index 000000000..615f2183f --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6ce01a7333f0f0dbd111fc0d07497bc977b9d8c9f672cf96b141181735550f +size 4882 diff --git a/Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs.meta b/Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs.meta new file mode 100644 index 000000000..a8dfd4a16 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/GraphUpdateUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41506b0b7c3833eaf2321260938072a95ecc73a3c489fa117b0a96bab28344a +size 384 diff --git a/Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs b/Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs new file mode 100644 index 000000000..35dff1bcb --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1f84d7fbcb526901f16dec113e699dedd9f38d418688c6a47b64d574121f21 +size 24539 diff --git a/Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs.meta b/Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs.meta new file mode 100644 index 000000000..c1c0682fe --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/GridStringPulling.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b63ce04dac432e238788ebb03c75b4d8cb53c56ac5a298d5772093acdc5fa07 +size 459 diff --git a/Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs b/Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs new file mode 100644 index 000000000..3508a196a --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b2f90e55c920223012386c98dba27f4842cf46bb4d4fbc9592ac91356fd778 +size 2866 diff --git a/Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs.meta b/Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs.meta new file mode 100644 index 000000000..c309d3f59 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/IJobParallelForBatched.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719d120ade9bd36cc39d14f5952b693e244c91b9af836516daca871f1481136f +size 464 diff --git a/Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs b/Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs new file mode 100644 index 000000000..1ab25a304 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0362016cbfaed6697961a7887a9fa2b727fc0414a5868c81ed2ae31973ac3c4 +size 32347 diff --git a/Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs.meta b/Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs.meta new file mode 100644 index 000000000..670376fa6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/JobDependencyTracker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b6c2d8549752a7acf719f4ba5baa0a7ab59efa3470acc4f58fab8307d55a1f +size 462 diff --git a/Packages/com.arongranberg.astar/Utilities/MeshUtility.cs b/Packages/com.arongranberg.astar/Utilities/MeshUtility.cs new file mode 100644 index 000000000..e64d799b6 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/MeshUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f10557afca0e9a47f242c135bf8ae1a605da205f9443f540f2a2b38fc71cc2 +size 7164 diff --git a/Packages/com.arongranberg.astar/Utilities/MeshUtility.cs.meta b/Packages/com.arongranberg.astar/Utilities/MeshUtility.cs.meta new file mode 100644 index 000000000..3f65e8f38 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/MeshUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c988dfaed3a538e569f7d4b94b6d9f8df3f48a41fd1d0a675f5cb9bcdd5ed0f0 +size 453 diff --git a/Packages/com.arongranberg.astar/Utilities/PathTracer.cs b/Packages/com.arongranberg.astar/Utilities/PathTracer.cs new file mode 100644 index 000000000..840c16d84 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/PathTracer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a8abdc6f69bc8d1492d7afc1848d97215371f425b23c142cd4081c73e95bf1 +size 91205 diff --git a/Packages/com.arongranberg.astar/Utilities/PathTracer.cs.meta b/Packages/com.arongranberg.astar/Utilities/PathTracer.cs.meta new file mode 100644 index 000000000..df9242dc4 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/PathTracer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efe78171490e6cafa7f35a0637b5d53165c1ad3718240899f2f7879d5e644f5 +size 452 diff --git a/Packages/com.arongranberg.astar/Utilities/PathUtilities.cs b/Packages/com.arongranberg.astar/Utilities/PathUtilities.cs new file mode 100644 index 000000000..8419b7f3c --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/PathUtilities.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecb252d7916b016207b1c3b91f44b05e4888652453adf9f227b88a93bf76f25 +size 28784 diff --git a/Packages/com.arongranberg.astar/Utilities/PathUtilities.cs.meta b/Packages/com.arongranberg.astar/Utilities/PathUtilities.cs.meta new file mode 100644 index 000000000..a09a3b038 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/PathUtilities.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b5f4103c0d3266166f150bea9e67cd03efad1b5dd7d0e68be143d1f346baa0 +size 377 diff --git a/Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs b/Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs new file mode 100644 index 000000000..bd0f1c561 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426883dbfaa7a14c33b73ccfffcb686d784a346bedde61b7e5638a7aff21b2c0 +size 11031 diff --git a/Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs.meta b/Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs.meta new file mode 100644 index 000000000..644dbf30b --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/ProceduralGraphMover.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a14d5b9516cd39cfe9e63b23c251b792da5fb762029ec31b0ed70d8e968038 +size 513 diff --git a/Packages/com.arongranberg.astar/Utilities/Promise.cs b/Packages/com.arongranberg.astar/Utilities/Promise.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/Promise.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Utilities/Promise.cs.meta b/Packages/com.arongranberg.astar/Utilities/Promise.cs.meta new file mode 100644 index 000000000..dad1bd65e --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/Promise.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e75364f6c82dc02da79e9be8f7b56b08e29bda83484314b6f7257ec07ff9998 +size 449 diff --git a/Packages/com.arongranberg.astar/Utilities/RWLock.cs b/Packages/com.arongranberg.astar/Utilities/RWLock.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/RWLock.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Utilities/RWLock.cs.meta b/Packages/com.arongranberg.astar/Utilities/RWLock.cs.meta new file mode 100644 index 000000000..425d2d2b8 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/RWLock.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cbb1f21c9440bd392609e2620045f710873e9e21af6f061a4221800961d5f4 +size 448 diff --git a/Packages/com.arongranberg.astar/Utilities/SpinLock.cs b/Packages/com.arongranberg.astar/Utilities/SpinLock.cs new file mode 100644 index 000000000..697aeb240 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/SpinLock.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12297d02fd989c56a259f521a92007b5a750f1988edd771ba95d2b4bd8f0887 +size 191 diff --git a/Packages/com.arongranberg.astar/Utilities/SpinLock.cs.meta b/Packages/com.arongranberg.astar/Utilities/SpinLock.cs.meta new file mode 100644 index 000000000..51c830f11 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/SpinLock.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4239fd7b04ebbc184d336d1665a2480142c212c850d3cf052364b74005df0bb +size 450 diff --git a/Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs b/Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs new file mode 100644 index 000000000..b29b917c2 --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0609487e83c8cd429082a0ce0a691de752a363ec69fff2864433468564d2e433 +size 1166 diff --git a/Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs.meta b/Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs.meta new file mode 100644 index 000000000..b2bbaf1fb --- /dev/null +++ b/Packages/com.arongranberg.astar/Utilities/UnityReferenceHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11d3290f9ec0d4790b9147778f42f59be978b65390b4294de4496e1b70f9508 +size 384 diff --git a/Packages/com.arongranberg.astar/defines.csv b/Packages/com.arongranberg.astar/defines.csv new file mode 100644 index 000000000..9057ef26d --- /dev/null +++ b/Packages/com.arongranberg.astar/defines.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbeb2f95f15918e7735d84738b7451a9a64fbf2ba42254e1d2e9cb57b36bafde +size 1783 diff --git a/Packages/com.arongranberg.astar/defines.csv.meta b/Packages/com.arongranberg.astar/defines.csv.meta new file mode 100644 index 000000000..b3aa2ad84 --- /dev/null +++ b/Packages/com.arongranberg.astar/defines.csv.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2032626c05bbbc6590c2571de886120fb7a37b3954a9ae765759d5280a80b89a +size 290 diff --git a/Packages/com.arongranberg.astar/link.xml b/Packages/com.arongranberg.astar/link.xml new file mode 100644 index 000000000..d70ac087a --- /dev/null +++ b/Packages/com.arongranberg.astar/link.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a596503df8fe932459f2f950a74060979645332c0f4c1889d8a30899b41a3c81 +size 1417 diff --git a/Packages/com.arongranberg.astar/link.xml.meta b/Packages/com.arongranberg.astar/link.xml.meta new file mode 100644 index 000000000..b5a3b6c9a --- /dev/null +++ b/Packages/com.arongranberg.astar/link.xml.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd606fec7dd391ba01b3f62cd95e4fd869e88f684c807776c4e6722165617875 +size 254 diff --git a/Packages/com.arongranberg.astar/package.json b/Packages/com.arongranberg.astar/package.json new file mode 100644 index 000000000..334c497c6 --- /dev/null +++ b/Packages/com.arongranberg.astar/package.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7b5df49da0ea02ffecb092b9e0510681185491cfd56c45f751a8eb70208bfa +size 2327 diff --git a/Packages/com.arongranberg.astar/package.json.meta b/Packages/com.arongranberg.astar/package.json.meta new file mode 100644 index 000000000..26a176078 --- /dev/null +++ b/Packages/com.arongranberg.astar/package.json.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3673e5062697d29a412634137f77b63c440c98eed2e69662b3a497fe0ee945d +size 356 diff --git a/Packages/com.singularitygroup.hotreload/Documentation.meta b/Packages/com.singularitygroup.hotreload/Documentation.meta new file mode 100644 index 000000000..f0ce125fa --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Documentation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3990c5b87db98095b8dcd0da66e07f4b34c9fea026fcaffb62e30d51ca029fc +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf b/Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf new file mode 100644 index 000000000..88e15f447 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecee7d3a815e5e97ac5dc988fc577c1790a91eba83192ae646accdfbc4c5064 +size 33649 diff --git a/Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf.meta b/Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf.meta new file mode 100644 index 000000000..c76533c90 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Documentation/Documentation.pdf.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb8219d3b4b9d94380684eb91f0c7082f22db4fc89ced98c0d74940719ea0f4 +size 396 diff --git a/Packages/com.singularitygroup.hotreload/Editor.meta b/Packages/com.singularitygroup.hotreload/Editor.meta new file mode 100644 index 000000000..de7825420 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce3c7ebe877c5828f911f08c2b36d7d702317514f2d89cfb9e88a354b96e172 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Attribution.meta b/Packages/com.singularitygroup.hotreload/Editor/Attribution.meta new file mode 100644 index 000000000..7047de63d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Attribution.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfe4fa0fbb9e263ab1b33f6bc5e5fb4046ccc1d0ff12f2603a3eb696f007428 +size 86 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs b/Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs new file mode 100644 index 000000000..843312731 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c44b941060b33428e32174610a6fbf66bdc81cfcff06e885a210cc4dbaa580 +size 2442 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs.meta new file mode 100644 index 000000000..8b00d44be --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Attribution/Attribution.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e54d37bed3c932b25c8283b98112e2f2cca362744665ba84e1e652e08588a59 +size 330 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs b/Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs new file mode 100644 index 000000000..7d6e17ef0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e03591a1157c202a7edeef7b126421c1e6fd8726aaf1c1d00894cec9d7b67fa +size 4106 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs.meta new file mode 100644 index 000000000..938e20553 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Attribution/VSAttribution.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8120c03f96a35b9a3e316b4f440a3545ceaa308377423ffe3908f4f7054a16ee +size 332 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI.meta new file mode 100644 index 000000000..4e576bb3a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402e0b3f5d4b039af24d0435a1c75293f94b18acf3777f4e6ab543fa762f4a8c +size 86 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs new file mode 100644 index 000000000..22b228551 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8465d6ace06209274f0892a07693368b20ed846da7f77f9a00ccad196e79cbc7 +size 5558 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs.meta new file mode 100644 index 000000000..d83f12e40 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/CliUtils.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb4641228c685a219f6dfc9e21092ad764dd85b590a2ba8515d443307ba03ad +size 316 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs new file mode 100644 index 000000000..1e51182b9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261130054baaa9450618204498eb4be9e071b10fa61721d256ad7c822b49ab3d +size 392 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs.meta new file mode 100644 index 000000000..dc671e2d4 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/FallbackCliController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a16ef6abb36c2bac617d1add41693c9c00a7f6332f5a74a690b0c43ec6c6f32 +size 329 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs new file mode 100644 index 000000000..d3fce24e8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbb096020b6334e1d166dc83acbf68afa48c8b2f9efb82c3b3f3a81fd8f6add +size 11220 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs.meta new file mode 100644 index 000000000..db8265d5f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/HotReloadCli.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047d28c1183fe61b740ff157e6441182154ce9de6b9d3fe71234b7f0483b698d +size 320 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs new file mode 100644 index 000000000..d861c5c43 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0669228321b09d57cbcd95b158f62f434107a95c56879fd7d9c7ef484e758d0d +size 298 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs.meta new file mode 100644 index 000000000..8a7981cfc --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/ICliController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d58bb4da0c89bcd1c237d176d545188933d9f77dfc6f32f28c898d72da0c69c +size 322 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs new file mode 100644 index 000000000..c984e1514 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7836c4239373ce97f5b3b6ca9d67417b88c1c8c07ac59cfbeaf8bfde97758ca0 +size 2957 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs.meta new file mode 100644 index 000000000..c25a428db --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/LinuxCliController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e42445e72d293481f571443d87165c32308a6faaad5bda61f5adaa05ef4bdf +size 326 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs new file mode 100644 index 000000000..7651e7073 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b7cd764c3c3ff65e98c9887d1bc9b909c40188194821254e3a76bce207b2e0 +size 9024 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs.meta new file mode 100644 index 000000000..453d0beff --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/OsxCliController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a871b6ed6d22b84dd4ae64e729771f34a6e5f519f2b61f124ac30772027fea1a +size 324 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs new file mode 100644 index 000000000..b3dae461f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca8b24e7d60c716c6dc1fd2e1861198c9bccc9e4b8b82050426bdce52a8d6a +size 384 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs.meta new file mode 100644 index 000000000..3ae240908 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/StartArgs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfaf6336638114105459b211bc544cdfc189dc5c727f6c696a27a1ead66b69ff +size 476 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs b/Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs new file mode 100644 index 000000000..84c16ea66 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c787b30a3e290d4ab609bce96eb1ae5b71e2f5405082d54303e287abf9db0f0c +size 1046 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs.meta new file mode 100644 index 000000000..1c61111f8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CLI/WindowsCliController.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dbf0f34587503e72f81e9c5cf89bfc95856d39f24e33df76d61bbc329a8077 +size 328 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker.meta b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker.meta new file mode 100644 index 000000000..90ae9207a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac28c42e9edc660b1c0c859493977d1e4be01e7496a4600eca0e9e141de60d +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs new file mode 100644 index 000000000..411bf7aea --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56cacecfa3114781bae3a42cd46487a3609cdf05724908db20f2add75436fb0 +size 2676 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs.meta new file mode 100644 index 000000000..81926be77 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/DefaultCompileChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f8e2cf43a15c5fdf0e64bd21da8c751458e69ce0716bc3da4bbdc90e69ad8 +size 499 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs new file mode 100644 index 000000000..70ffddb19 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f00342e7e39f71a14d7084e4bfca5664607b98c1ee73f8cd6b0230039df74cf +size 467 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs.meta new file mode 100644 index 000000000..b5da9e71f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/ICompileChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa7a1a081e97cf3e6b4c01978635084ef894233ed00b2314ff46e49a6038bf2 +size 493 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs new file mode 100644 index 000000000..35edf0db8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac54e6e8e378b76f0290a42ce7979caeca61afd7568e7d4b1a6f23f8fb5b5035 +size 2170 diff --git a/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs.meta new file mode 100644 index 000000000..4024ea3d1 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/CompileChecker/LegacyCompileChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9caf3498464a7f45bf5959dc7a32581f1f0d50d3a7b2a035cb5c9286d0c0cd +size 498 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Constants.cs b/Packages/com.singularitygroup.hotreload/Editor/Constants.cs new file mode 100644 index 000000000..7f8551fa2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Constants.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799b22971803be1f576a1589d29328a3ace3c32112c82c039e00428672d6a4e8 +size 2968 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Constants.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Constants.cs.meta new file mode 100644 index 000000000..698c2e2a5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Constants.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30be18038097387761aeec564567e4bb8c501a3600fe619cb3259d8995c20303 +size 472 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Demo.meta b/Packages/com.singularitygroup.hotreload/Editor/Demo.meta new file mode 100644 index 000000000..810af6be8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7c34d8cae987540be1d9929f2cf74d8ebb880fbae438e46e124c84af2ad4e3 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs b/Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs new file mode 100644 index 000000000..5f7c5f821 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f265ba7549809b0b4a67fa11992bc175838f48f43d43f46618b68f721772a005 +size 757 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs.meta new file mode 100644 index 000000000..1178857cf --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Demo/EditorDemo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f9779c60962e8ec1fa14d1fe5f4fade1b8a09a3e2dc60204a037befbb47bf5 +size 478 diff --git a/Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs b/Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs new file mode 100644 index 000000000..1e161b7fc --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b271f45d31d430ff5c2449502195dfb8625ae237a7375fc7eb5de1100c6dab +size 64555 diff --git a/Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs.meta new file mode 100644 index 000000000..019a51eb1 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/EditorCodePatcher.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1861c0164f1d7f2755387ac9f3571dc303dee6f6bfe56cbe63834e3bc40e7773 +size 480 diff --git a/Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs b/Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs new file mode 100644 index 000000000..867d6e608 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6cd70827b97df7ebac1ff235eb14453c693ae359dcb02734ba679510811c7a +size 9240 diff --git a/Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs.meta new file mode 100644 index 000000000..f7ec21ca8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/EditorIndicationState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba591c1e743559823eb468d2dc806c74dcce58dfa5e4418e3ad219ffcf28920a +size 325 diff --git a/Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs b/Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs new file mode 100644 index 000000000..edff8b15b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c14fa7c6a7577907781812056f66ddff18086ff2772052c5ff0e3ee47f6c8f +size 4030 diff --git a/Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs.meta new file mode 100644 index 000000000..66041b519 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/GitUtil.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a135429ba8f5c38e2ac4a107d772bb673b1cbb7edea53359d9cb3d604eecc3e9 +size 470 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers.meta new file mode 100644 index 000000000..8449e899b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6d3622599e579974b47b487c8075fe760cd7570537810324ca9bf70e1919dc +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs new file mode 100644 index 000000000..462d0b802 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62c2985116af92a2998884c4ac48e1793b1904ceaafdebb558853a73c2860ab +size 8196 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs.meta new file mode 100644 index 000000000..8d061f44c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/AssemblyOmission.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd288b085c0fc756c2aca77f4ecb942d504f4243464fddcffac2f42d58b2e59 +size 328 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs new file mode 100644 index 000000000..f15762366 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fc2973e93f30e6c87d77e87e599e6811d46c7672be2ca8b2496a2a7fba2bbe +size 6514 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs.meta new file mode 100644 index 000000000..b169e28f1 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/BuildInfoHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9de0fc4a093350fc460c8aedd469f1d2ad31bab37af10fc1c00c8ad0ef1c51e +size 327 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs new file mode 100644 index 000000000..eacb6b27c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b78712cd258f9ed40e5b17fb81d2cf897d5214d74cd061e0b865489727cc098 +size 4431 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs.meta new file mode 100644 index 000000000..7c2b9ebb5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/EditorWindowHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91369cbcbcf2ed5a4b1116fe71e0e5992d4bfbb194156240b29c336889de6b16 +size 489 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs new file mode 100644 index 000000000..97b3a2984 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d79307bbc398e8417d26ff29362bb803bca3f8d4c447920398f997707057ea7 +size 7409 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs.meta new file mode 100644 index 000000000..46c15597d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/GUIHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd30ca194cbc0e10b0a6303e732e7dcb32c36e588d5ad6c0ec2f66263d78241c +size 321 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs new file mode 100644 index 000000000..6b540aefe --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7da82954b4967f0bdadfeda8e4c519a7465244a4405403e71ea1a3a7f12eb9 +size 31419 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs.meta new file mode 100644 index 000000000..6bbf773c0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadSuggestionsHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad7abf023112722c914b274fa4f99eb887979f458e8f54b013f8e788ebfc75a +size 341 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs new file mode 100644 index 000000000..1283fe182 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d770b643104c511d0ef72a9fbf01b24cd186dbb2b4cde22c6bfc8060899673f3 +size 33213 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs.meta new file mode 100644 index 000000000..fe192e82d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/HotReloadTimelineHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4b466ba375d7928c189bc25edac0a02efe51bb34c29df1438976d30d98e083 +size 335 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs new file mode 100644 index 000000000..d3bfb2908 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4209bd461e833603d2896f23fc29d47a7bf2749473cc3f032184d33dba39b532 +size 3493 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs.meta new file mode 100644 index 000000000..fbeb1f8d7 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/Spinner.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254ae1bc2835cf7dbf929367f15d18171f7e9bc5f396775c064213bd9b068730 +size 319 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs new file mode 100644 index 000000000..753dba8cb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adda9dc47448d060842603ca54cd7de60cd9dd9ec2d114f2654ebd263da439c2 +size 3923 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs.meta new file mode 100644 index 000000000..faa759482 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Helpers/UnitySettingsHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f52f9ebe4bca33d4cc572fec671116c068e89bdf01e3e06d098691e72c02492 +size 331 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs b/Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs new file mode 100644 index 000000000..cb4fa1b18 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030035f8bf51cb8e3340d015175c88d5cebf8b330836d781ceaf2351d62299bc +size 1372 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs.meta new file mode 100644 index 000000000..1a1c4bd8a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadAttributeProcessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f20da991ed7fc6544f31f89792cd21a0e77febe977a182f1842d174d8a14a58 +size 490 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs b/Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs new file mode 100644 index 000000000..07e0fa8f3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2b80df6ab25748326656a5cfc3fb7d07d56727d3be6d17b81f7e64e22b795e +size 3817 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs.meta new file mode 100644 index 000000000..55d50e070 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadEventPopup.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35da216d5833e2ecb41f12d9717fce20a73df02d3e308a8380b69f7f45b811bf +size 323 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs b/Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs new file mode 100644 index 000000000..137b02d0c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31e8390192713766b0df28328630ba51006410766d0c1326e1ef493a23c72bb +size 7405 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs.meta new file mode 100644 index 000000000..13fd9508a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadOverlay.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7ddd547bd336db9ce4f9018b596aa54502ab70f52ab4c1368ea9420b90d8d4 +size 320 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs b/Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs new file mode 100644 index 000000000..9f283702b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66203c5fb327808ac96eed4c1ce54201ea2e302d7b50669b7cfcbab594b6b152 +size 24537 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs.meta new file mode 100644 index 000000000..8adebe4d6 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadPrefs.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf1a2c481b2efbbb1eeeebec09abbf1285ac6095ffd71045b900bf089118ea8 +size 477 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs b/Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs new file mode 100644 index 000000000..65d47e40c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f9f6567d314599271604b5f119f77cef0e758dc4b8af766e643de5c7ca8032 +size 2942 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs.meta new file mode 100644 index 000000000..3b5bd5370 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadSettingsEditor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70db0a63a562236c03857fee524011f646163a78ba1b8570c66eeedcd825213 +size 486 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs b/Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs new file mode 100644 index 000000000..0043919e2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925b1780df48e24f9602ce47994e6c0c164f66268c9b4f2c0c6a9bac53a4cf80 +size 4486 diff --git a/Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs.meta new file mode 100644 index 000000000..d11dd2988 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/HotReloadState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ea21ee729cf0c6a2f9749a652e7bced8e325b94ad33f64c40fcd2e4fabc9b9 +size 318 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png b/Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png new file mode 100644 index 000000000..400c1b222 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8896d704ad0a4334211c03a6fadd980dba2fb8e7e54b56a42d76cd088e1c924c +size 2407 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png.meta new file mode 100644 index 000000000..61dda3407 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Icon_Player.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05da8cf5a1bcb4b00135f82590c6f7045328136262f152d1b24da60795285ebe +size 3768 diff --git a/Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs b/Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs new file mode 100644 index 000000000..d336896da --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc42494bae0241d1c38d29be61de16934a6a50b8bf7dc8808fb4addc528ee1f6 +size 4819 diff --git a/Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs.meta new file mode 100644 index 000000000..bb687401f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/InspectorFreezeFix.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed37b9b00c613c493cbc0816560a43443169a3fee96c2b11c39dc89761d39b2 +size 325 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation.meta b/Packages/com.singularitygroup.hotreload/Editor/Installation.meta new file mode 100644 index 000000000..96390b95e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435b58880f950fa20887e6d1ecad583a5faaae835320435912467b63ad360417 +size 86 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs b/Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs new file mode 100644 index 000000000..38bf65258 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623e43e9869682df7fb745a31c4bb0e7ebf3cca59c57eb10294e168e4dd7eb25 +size 5066 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs.meta new file mode 100644 index 000000000..4aa5806cf --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/DownloadUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda579affe51b290c6d66c7d5a3b64e94cf8ac161694c56f027194f9381ce203 +size 335 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs b/Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs new file mode 100644 index 000000000..13557f813 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d97f05ce913c82287e4775ec3b4b28a64910bb1625872e378e21f8e3f6e7d04 +size 596 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs.meta new file mode 100644 index 000000000..86b714c4e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/ExponentialBackoff.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301c4c269528a88db0d3bd1ee9a0a94dfcf97e1636570ee8a122b2e8d4d55fcc +size 338 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs b/Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs new file mode 100644 index 000000000..cd039eac2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7792a4075452e5e93f2420f004f6af3a0d28529c90ad70e2e7dd7021ccef159 +size 3014 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs.meta new file mode 100644 index 000000000..cb777b237 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/InstallUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a21ef0f78cbaa9591320b046fc8cd31b0a99a33f7cefb21ffac91a433dfb1d3 +size 490 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs b/Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs new file mode 100644 index 000000000..6cf92850f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34637c94f6f0fc4ab7b5b0275a3435d4a46e6c225542ddee72fc092e2b0fc244 +size 7907 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs.meta new file mode 100644 index 000000000..59a3a8014 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/ServerDownloader.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af663f598703c550aec116850e23fcfc7b6fd8bcf86ef67cfa73dd9dfacd368 +size 336 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs b/Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs new file mode 100644 index 000000000..f06905ae9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab9a720666791c116b36c88c671785ec24af1ba89537ff195a7200c16c0eec2 +size 4099 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs.meta new file mode 100644 index 000000000..d734f4104 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Installation/UpdateUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff93e21aa73730c140b30ff896b9603f4eb624baa9061972f9a6846d5dbe48f2 +size 333 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild.meta b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild.meta new file mode 100644 index 000000000..8c464c3ce --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e044cb2fa76bec3145985ba5a4e789a3672debe7ba48cbf2443cf411d85d5c4e +size 83 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs new file mode 100644 index 000000000..e2e38b70c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdaee8d1a0f9f0cd16c48ff19d713a767a489c2181ae450afcb1d29dd7c76e0 +size 1598 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs.meta new file mode 100644 index 000000000..5d73e26ff --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/BuildGenerateBuildInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82765421d1051d3604a489c98ae1f30c9fc6bb248540a3194c0b919ff589b0e +size 341 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs new file mode 100644 index 000000000..9c4c99960 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea3805468e26dc27d8e4ae05af1aabc7f8fb89acc4b7611421c1e314ab72d6da +size 4767 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs.meta new file mode 100644 index 000000000..3f8de566e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/HotReloadBuildHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0abcf7e21186e95c52eb6b040f8cade1dc4990eef7e354a98d5cc801f12aa25 +size 336 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs new file mode 100644 index 000000000..93875a182 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6532107d22540f8d0a3d05aac1e8475774fa900e837185eac8d9e2f3310da2 +size 6924 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs.meta new file mode 100644 index 000000000..e175d65a3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildModifyAndroidManifest.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa3214d373ec078916d09704a3872fa235a8d479daea9a154115ae6bb61bc19f +size 346 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs new file mode 100644 index 000000000..45d3000d3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f56e8908ae8c8eb0beee7983e02e8e1edf8668cac7c5a4b8889e63c0dfb340 +size 947 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs.meta new file mode 100644 index 000000000..bbe38bc19 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PostbuildSendProjectState.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93339d485372caef7b74a1fd0f75861d2f7d9e766e10a64d43ca4387c5089674 +size 500 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs new file mode 100644 index 000000000..e5322f2d9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99993457a2f6b87221dade7c5eb7721ce565bfc2103277ce3872f266ba5d03ff +size 2484 diff --git a/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs.meta new file mode 100644 index 000000000..a9e93e952 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/PlayerBuild/PrebuildIncludeResources.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe585d71014b2b1e505b4f0d67420a03a182ca68324039c9d8c47fc0239ab34a +size 499 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration.meta new file mode 100644 index 000000000..7948c3181 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6b0eecaf36e1e4dbf6fa3b5adc0309f8ff68978023eb905f4d0cbae9713780 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs new file mode 100644 index 000000000..317f07653 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b69b02089c65a39ec7eb50ac8b42afcb6b6490a61b8c57f7fae605f344761f7 +size 1230 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs.meta new file mode 100644 index 000000000..5b96cbdee --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/FileIOProvider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582a7bbeaa403607bf90967a44449a742c1dd4852d47b50d85e47aea4fb3a2db +size 495 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs new file mode 100644 index 000000000..5de1c1e68 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118535327d9359d584b8465a5e5e6cd67ee921ab250631bf183f6526ee6a12b8 +size 224 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs.meta new file mode 100644 index 000000000..b82163d51 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/GUIDProvider.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf60b64bafaa8c9df0f0040c78071f1c7f635a05e58fe691e4ee74749b21f7d +size 493 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs new file mode 100644 index 000000000..9b92e8486 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2be3ff8312ae37b3ae02021e0cae681add3ac2bfc0bac8919b2f00240f9f1d +size 304 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs.meta new file mode 100644 index 000000000..f6162099b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IFileIO.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea0238e93470af04463b6d897b5b62d44ef3c3c5309e3a73b85b24d74820e90 +size 332 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs new file mode 100644 index 000000000..27f3ffa55 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba886652df201519d8cb2b9675c154e4c3d89cc9c72ef4603b1005f6d2ebc42c +size 146 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs.meta new file mode 100644 index 000000000..19fa99e75 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IGUIDGenerator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf85d6b9ed6c364d4a2cfe5da3b340e7531f469d4b023c89b71da8903a5f62b7 +size 339 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs new file mode 100644 index 000000000..f4dca7da4 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00abe87df1baa0ea3a8bf690c998ca828b5741631b608f15ad948a5b61f29475 +size 2018 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs.meta new file mode 100644 index 000000000..3c1805671 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/IHotReloadProjectGenerationPostProcessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69d45c5bb82a14d986cf5ff1ec3e635be0ed22be67e20cebc98631c52174f9a +size 362 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs new file mode 100644 index 000000000..6d1122506 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0bcbfeb28cc554b25067a905fb7aed6de1f681256c72f49858c8d38147ab5f +size 454 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs.meta new file mode 100644 index 000000000..b4cb4fab1 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenenerationPostProcessor.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832fb6affec7dfcbb5141aa81680b9a2b976f5cbd40e4d04d7a0d59e8a04355d +size 354 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs new file mode 100644 index 000000000..e1749fd74 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935a7a49445d093e9b3d3cf4484e8b9b62ad7f99142c5e027d538b2d4f44747b +size 40513 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs.meta new file mode 100644 index 000000000..4ddf7e006 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGeneration.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b339dde415c78d1b8575922269d80bfb95327298e63d513e8023615e5c674d3 +size 498 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs new file mode 100644 index 000000000..bea9f1f6b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75bcaa917f291b06cc74aabacfc049669acfdc8650581c4ef152b7fe41820cd +size 293 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs.meta new file mode 100644 index 000000000..f546197ed --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectGenerationFlag.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e39d02f87abdfa01cceff3ddcefc021ff43e0a829b92bd8da2ebc0e56dc709d +size 346 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs new file mode 100644 index 000000000..b9e021785 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ea53a88331b8a8c3ba70b3146a2ff2e95e40122315d99a8b77bf8074852632 +size 2999 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs.meta new file mode 100644 index 000000000..7af6c4315 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/ProjectPart.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af24c969bf1da28e67baf7efcdcce8bd91e02690a7e2cc90e636bca25193b486 +size 336 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs new file mode 100644 index 000000000..c2adba20c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1665cb04273fc504b8a9455facd5b8db27e174737b0976ea5d5811544dc898c1 +size 777 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs.meta new file mode 100644 index 000000000..3e8f391c2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/SolutionGuidGenerator.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8de9d05df833e7966964f2bdb48bb2fe0e832a928d00028e5bcc2ebcb40525 +size 346 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util.meta new file mode 100644 index 000000000..b6fcb8223 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77b494a09ce67156011b68cde78aff1489100f9211c687a4291a9b74050fa52 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs new file mode 100644 index 000000000..6e40bf072 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15a3bfc3ff6a9c0b5faab90984c63d20a378dea3d4eda873de94e6df499feea +size 730 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs.meta new file mode 100644 index 000000000..d35fa2d75 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/FileSystemUtil.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec2c3c873a7e26c3cf32ff6444a2e55f8e7f2327c149720bbcc267238c9199c +size 500 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs new file mode 100644 index 000000000..209e68f43 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db366f97a467664ddc721d44b48487eec3626d4d414906e6c624b0a0bfd61915 +size 305 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs.meta new file mode 100644 index 000000000..652c76967 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ProjectGeneration/Util/StringUtils.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c346230937871710f73823cd64d14f939f29cc50f67a6626ba115dd9e59e3de +size 341 diff --git a/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings.meta b/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings.meta new file mode 100644 index 000000000..8c598c92e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f9375187e22c81436d91542842474b2cfd0398994f26d08e585196b3a31221 +size 83 diff --git a/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs b/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs new file mode 100644 index 000000000..4bdd9cc1a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f41e666ad22385617fd13c68cea5f27b0c240fe49dfafb5f430f36edfbac53a +size 11181 diff --git a/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs.meta new file mode 100644 index 000000000..316d60678 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/RequiredSettings/RequiredSettingChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a71adca4d71b50fb72b72d411236013023f4453c95eba601347ea8a68e494f0 +size 343 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources.meta new file mode 100644 index 000000000..dc2ff725f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e8bf187fffaa54503c2bf91052dee577da587c8c13caedad4517bce9ae5f67 +size 86 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png new file mode 100644 index 000000000..46fd4c3ae --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c770da2825aaf3114860a822afc135d91749ec4586a9496c70140e32ba62dc19 +size 117 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png.meta new file mode 100644 index 000000000..208cee4cc --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_Stop.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dd92ad96abea5dc6b0880a2d481e278a822f5e26939b29e06b0d5e9aeb6f58 +size 2980 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png new file mode 100644 index 000000000..96e302954 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4caf48ffec32583a2f61be1c1af342e54d94ac4f078de8b218e9656a32a6b3c3 +size 270 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png.meta new file mode 100644 index 000000000..ab7618181 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Icn_play.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2b7ee68429253ac090b2bf5c0b721c78b848448ddbef851d436ff34a92e93b +size 2980 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png new file mode 100644 index 000000000..6d1cf732c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a0a7e83379189986586cba57db249c3e7d27223d0446ef7d8eae2eb6017fd0 +size 3927 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png.meta new file mode 100644 index 000000000..8f723ffb5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_DarkMode.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b576758613ba65ee2c1fc4c8f764f8633fdf3a281e4d4d020b6ec5670698879 +size 2186 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png new file mode 100644 index 000000000..bfb6c3ae4 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f58aa87b1712d2f2d7c5e156f1111c4e4ec5def6d212da2a0a28ef609b3344 +size 3879 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png.meta new file mode 100644 index 000000000..d3d05e732 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/Logo_HotReload_LightMode.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e3672f0dbdb4611331076bee35f0d8333a7c662c606ec6d345e56afa276341 +size 2187 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png new file mode 100644 index 000000000..d410ef544 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9497a0a69417c84884856582c7e2d85d39e2f7076c17d625941c11ed362138 +size 862 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png.meta new file mode 100644 index 000000000..9266f5f7d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/alert_info.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5103db4d66fe4b8e85ff2bbd6e3e1090ebe70824767e08312a5c7e6bd8e138 +size 3188 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png new file mode 100644 index 000000000..af674539f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6e2a9528651997a513f9ce66a38e04302a4800c525e2eed52b0645d6594cc0 +size 5463 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png.meta new file mode 100644 index 000000000..c8641bc08 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/applied_patch.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa69adfb283d10f7b012a1959f083b42f70d65e4223e1167d823171566f268d +size 3191 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png new file mode 100644 index 000000000..1c3a0e096 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52f24dbba911126df31e9fc3ad52fcd236ef2b56412d48245743b4c1318dbee +size 6101 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png.meta new file mode 100644 index 000000000..31c4aad36 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/blue.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6d93e1e44f02bc91f792c78067aca2febb8a7f9e15bac202dedd8670724432 +size 2317 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/close.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/close.png new file mode 100644 index 000000000..d825bed4d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/close.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db8c38c9c2f63e46cf998df1ea20c23d7c6791f1103dc58608fb0eeff6d902a +size 252 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/close.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/close.png.meta new file mode 100644 index 000000000..0d0a474e8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/close.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa40efa0d021e96c9222e7af5d7c607deb5a69d0c16d9c5343e886eab03efa4 +size 3183 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/error.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/error.png new file mode 100644 index 000000000..9a64c7a74 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/error.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d469082005e515e85f420cf9357c156b44c787da8955a20f6cd5c80eefc2d0 +size 5489 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/error.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/error.png.meta new file mode 100644 index 000000000..40de2e40b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/error.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa846ff9190943989522632b83504001c6297c83424e5aaa2f1831942fca0d5 +size 3183 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/events.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/events.png new file mode 100644 index 000000000..93431a890 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/events.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ad0f74d3cbb4cae61daf87e09e1ef6f5402c6a17e98d06809525d18df24318 +size 4309 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/events.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/events.png.meta new file mode 100644 index 000000000..2f1614706 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/events.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e3f79f8b4942a1a89c6319d01d636ad5f0627121564ee1fea56287dc6ee3ab +size 3184 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png new file mode 100644 index 000000000..7fa9b1d81 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebdff48405a621b65703f4af8e30532014164c4f7a5440f4c5f7673c383b791 +size 4865 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png.meta new file mode 100644 index 000000000..216fb8aeb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_closed.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b85a14d3f1eb44e2046bc07a10a90d6f99f3bcb638963b633d8d4160493db0 +size 3224 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png new file mode 100644 index 000000000..b4a61b848 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d346553b06a91fda82558b452f806f076546cc78dc245183cc2db548afa78b18 +size 4861 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png.meta new file mode 100644 index 000000000..0f944239a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/foldout_open.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98386d277a2d5b1eb172c33fb82da91af13d30ea33b916cfabb2a19c4a2fb09 +size 3222 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/green.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/green.png new file mode 100644 index 000000000..594c5401a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8e612e36e855801e01582f6e8b6e5f64fb020b287b4b8195f12fcfee17748a +size 352 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/green.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/green.png.meta new file mode 100644 index 000000000..4f1beb7f2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/green.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8d12a56217192073a1a04d79d9e2bbd50048d9cdb7cc51f9646d40ece830cd +size 3131 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png new file mode 100644 index 000000000..711dbf20e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f23b3321b32eec5bd251866b1ba79247c0888dd3f5a72882777123584572700 +size 493 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png.meta new file mode 100644 index 000000000..d4e5dcd40 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/grey.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e6cc1fbbfed4f4632f135f98dd0213044c849e33f0b579ad03805e9ea61be2 +size 3095 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png new file mode 100644 index 000000000..a44a30d2a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d3c28600238fa1e8212f16772ba920a3555379ec7f8d061efd50e3618c19c9 +size 916 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png.meta new file mode 100644 index 000000000..6314d98c6 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_check_circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2c7a04536e02a96d592fb797a4738ddc8b6b946d79a92ff15c043339ea9d87 +size 2180 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png new file mode 100644 index 000000000..971313d45 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd052cd94d2e05b22843fe55f32465ccb539c1b8f6b2559a8302b4c7aa4de457 +size 648 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png.meta new file mode 100644 index 000000000..0bad7e72c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_black.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc4f169e3ff432e8d0b1b835208544651334b6e1d9bc54d4c338c936b2e6e44 +size 3784 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png new file mode 100644 index 000000000..898a5d9c8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ed006d1f6c49c56e5a8ccbb45df6373635b5d7465f74f6eee15d82a4d777ea +size 743 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png.meta new file mode 100644 index 000000000..777194d66 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_circle_gray.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179bce122d40b08e0c67e81fae753c61549a0f0d547f69654028007b8c63b30b +size 3783 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png new file mode 100644 index 000000000..7948ceb69 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044e54da0d17e6d27ac63c446ade939339c6e765b4ee760cef5d6f3dec64650d +size 822 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png.meta new file mode 100644 index 000000000..2cfb33f4a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_loading_star_light_mode_96.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af92ac0d0e003c6fe7ce32ac90160c64e798c03e88fca701bf45cb65bf5b135c +size 3135 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png new file mode 100644 index 000000000..e81308559 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dc4e283e28fe26dcd85a673cbe4cf6f9914af64a625169c1183a99fc057398 +size 941 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png.meta new file mode 100644 index 000000000..1d9aeaa58 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/icon_warning_circle.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d05df670939e25425897c389ebd51b2ba165471c8f8b01aed7f6dd0297e64 +size 2182 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png new file mode 100644 index 000000000..2fd8b669d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c346d2613f2d84c401495ac3c6172bd1d0b0bf07eacc2999616d119eef0045fc +size 5947 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png.meta new file mode 100644 index 000000000..7758bb9b5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/infos.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791a4324260cbafa578031da352ef655eb2ba57ba3eae4f1b7c6f94272aa0527 +size 3183 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png new file mode 100644 index 000000000..1e2eb3e71 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc685114900ed6682987d5a05f0769d22e7b6b5a7abb63782459af40253ae0f5 +size 455 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png.meta new file mode 100644 index 000000000..e6cc1e029 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/logo.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43364b6696c711c5d2d32acff9c93871d8f59379de2dc6f593b9e8bf4327eb7f +size 3182 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/red.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/red.png new file mode 100644 index 000000000..baac28ec1 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489ba3163076d8409e952234553aa8d1ae1fe9493696269d4bdd2a4725650ace +size 345 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/red.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/red.png.meta new file mode 100644 index 000000000..64a1ff91d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/red.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0774fe1951237f14821fc9b3d8346f7d06b35623824b191723609d6ec3641648 +size 3094 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png new file mode 100644 index 000000000..a7d608e12 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76e1e341c19580bda12db7ccd473b443424a6ce8216ba1a241d87dbb9a22b0a +size 4838 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png.meta new file mode 100644 index 000000000..8280677fd --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/red_dot.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f6ca31b1df1be805bc5f53cd73dcc3d846866ea67099cc0d4bdb23efe0d369 +size 3185 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png new file mode 100644 index 000000000..b55f5ea02 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dfb47455eccbdb991faa398c9aa59ea1ef99fb80765146277c484d060f2057 +size 287 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png.meta new file mode 100644 index 000000000..ad668582b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/refresh.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ec14e25da7b6f8f44d893d853df117d5f605ebd0346e7a0921c2c1d3b14160 +size 3185 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png new file mode 100644 index 000000000..c2609ce32 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bc72064c0a3a3ce9cb87d7ec6c02e6c1a0ee67e2dae11b9326b0a9f51b36539 +size 763 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png.meta new file mode 100644 index 000000000..52774bdfd --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/report_bug.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79199da14b8620ea6c313d22793eed0e1d15732736d4118575c6437874ea5dd8 +size 3188 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png new file mode 100644 index 000000000..46821a025 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb15037f2d34d094a3c531c4dfe3a62d703b86b407d6275596f42c5fb506c43 +size 720 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png.meta new file mode 100644 index 000000000..c478ee0d5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/undetected.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf254ea15b946eb68eee18a6af3ad4e764cfdac006a52f8c5c9cedffbf867968 +size 2982 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png new file mode 100644 index 000000000..fea8cccff --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3130b5aa169f6758b0661207854ff4d38ff3b078128b8c158f28a61b82aab778 +size 5523 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png.meta new file mode 100644 index 000000000..9c46028d4 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/warning.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e093b4deeb95a9559c70a667203fc7fbf133d0af292ad3b4063e45910cb1e1e +size 3185 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png b/Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png new file mode 100644 index 000000000..1d2cf4619 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98debe6b05c95bb869286731ab525b6ab8accdf78db7594a081be2b082f653f0 +size 348 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png.meta b/Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png.meta new file mode 100644 index 000000000..3d8c8928b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Resources/yellow.png.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c797678c20df7b1b81e5e95e08d3d906430b19bf6ae8e23c90563b7cbda6da9 +size 3097 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs b/Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs new file mode 100644 index 000000000..0c2a1fdc1 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76356c2633b64387c1c0fcfe18f3f8c0e6c25eb40033f2c4a74d67f2d9b44e67 +size 992 diff --git a/Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs.meta new file mode 100644 index 000000000..2f59cef64 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/ServerHealthCheck.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980297d0e9614e58555d739a0d4e02a1c985006bbba7e6691d163e56767e0684 +size 324 diff --git a/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef new file mode 100644 index 000000000..273811318 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578e511813ebdfee88a96b2d820e1e918c14689e5a45ae5a9a5e2f61f0323c92 +size 1085 diff --git a/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef.meta b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef.meta new file mode 100644 index 000000000..b1488c7af --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.Editor.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88edf339a060271d0830bb3773f5109c8218e6b98b768aaf455d784dc9e77a10 +size 423 diff --git a/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll new file mode 100644 index 000000000..41a8b7e62 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2564097c046febed74a3046ae5dd9637c3200122dbf06a3a614c23313f27a6 +size 370688 diff --git a/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll.meta b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll.meta new file mode 100644 index 000000000..2f73d258a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/SingularityGroup.HotReload.EditorDependencies.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83f4fe3ab71bc74edb91d1793022156f52795a096d38ff583fa5b61e8e4cb3a +size 911 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Versioning.meta b/Packages/com.singularitygroup.hotreload/Editor/Versioning.meta new file mode 100644 index 000000000..bda6fd1b2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Versioning.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8479d73e225735519352553c5cce4e8bbd5112339ed073173ca4c5d4bef39f06 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs b/Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs new file mode 100644 index 000000000..f2f3da65b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66ec6b7be61e49dfdbe629be33b15842f1a2c986593323bc44b79178b40c3ed +size 12318 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs.meta new file mode 100644 index 000000000..b098dfa12 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Versioning/PackageUpdateChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14eb125c32f4b7854e700354dbec15e4938245c10b65765eb57398810fefebb8 +size 494 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs b/Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs new file mode 100644 index 000000000..6dc3469f3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d764c140a53e73f9df920d729a2e0481e780a26e1c4265e9d4f5d21ddf22aa3 +size 20586 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs.meta new file mode 100644 index 000000000..b6e87c2d8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Versioning/SemVer.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a89656fedb4a76817b049790f2b380db10d235a8c4e6aa3ecda2ea5a93c475 +size 480 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window.meta b/Packages/com.singularitygroup.hotreload/Editor/Window.meta new file mode 100644 index 000000000..e482d3b83 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24e43095ac033ada86cba9d241533d5cc6ba1028b7ffa10f3139e642a1e74a1 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI.meta new file mode 100644 index 000000000..d58d60568 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6e9dab63e9fbd5a394d10865f836fd7a372c0f4bac348d9dda0150ddf7c27f +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons.meta new file mode 100644 index 000000000..2935f97d2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5558f0c6cbb6dcc1339235b64257c47b1d7ce11569d564d4d30d91cf8072a8 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs new file mode 100644 index 000000000..4fbd5e09a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8ddbb97e3eda02bc666965735c57e35cb86ca1bb83703748389400827313b5 +size 1629 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs.meta new file mode 100644 index 000000000..07ac4a71f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenDialogueButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7331005c49ecc934daaa7a4b10c964a3b5a196ae73337c04a2acf46d129eb203 +size 344 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs new file mode 100644 index 000000000..d8908c6c7 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9483610ec87e99b310cbe96ee938f8e9f5d34966e7b4b1f7cb1b54b4ee9aa0d +size 931 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs.meta new file mode 100644 index 000000000..a3c91d78f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Buttons/OpenURLButton.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62677fdfd317f6a169fa33181cdcaf6cc0227455bcdceba2dc70f0572fdae21 +size 495 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs new file mode 100644 index 000000000..6b7d1d2dc --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b03000dc2d113700d8f5998ca68f1dd74205005e6facccf0f165f136c681c7 +size 4233 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs.meta new file mode 100644 index 000000000..d308f3f09 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/EditorTextures.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c644c38c44dd443499cb22fff9cf7ffc55631ae2a6fa8acbdadc615fd26fd0 +size 329 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs new file mode 100644 index 000000000..2ca8c52b8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2ec2b64615a520c9c572ca7d0583b20b10ae3045eb51d42a60cb92086620ff +size 118 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs.meta new file mode 100644 index 000000000..a830b1155 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/IGUIComponent.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4904d0e4b4e673dc10d8f2ad19a41e66c3d561454352466fc17a15664ae56c +size 487 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options.meta new file mode 100644 index 000000000..d2deaf5ba --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d8f615cfd653f6347dd47b4ada995079ef41f9f7d3b85d4a3524f8b29da357 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs new file mode 100644 index 000000000..643242a92 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a70f3dfc8e1c893ec756a1f283d87059c7cf115c74d39148ed31ed96f2d9245 +size 1841 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs.meta new file mode 100644 index 000000000..4c88149a0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/AllowAndroidAppToMakeHttpRequestsOption.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf01a945b396bd86ff26c77b99d2a8e129fd3d55573a629343897ce7f17d1c44 +size 521 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base.meta new file mode 100644 index 000000000..b5c3bc219 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e217495acd1ab9ecec839bb2cbd937022c1ccf7962f8978e79727ca91c4de7 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs new file mode 100644 index 000000000..b55fe71d3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cea602131d640c22e2363fc1f59457729ae307aa4aea3cf256aadab2888ea2 +size 2005 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs.meta new file mode 100644 index 000000000..40202b34a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/HotReloadOptionBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321bf99a9c7a9c3d21ee6e412e409e27c4d7060a80f26c9b687d4b88c3e73784 +size 506 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs new file mode 100644 index 000000000..058953d59 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e2606cd585b581f8653d2ea5de0e32636a560a6d37738870fc2a519f6c59de +size 1211 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs.meta new file mode 100644 index 000000000..4cc4a76ce --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/Base/OptionInterfaces.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5132c7a417ee5ce74b4248556782c246d5f418c6a77bcc5329c351f5c9a3d55 +size 344 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs new file mode 100644 index 000000000..06e1aa99c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b3cf77ba19764aa31a1d0f24a02ebd39a964a01ca6a271af470d7ebd9a266d +size 2871 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs.meta new file mode 100644 index 000000000..7a0c976bd --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/ExposeServerOption.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16573b8610df6265c1b6b143fafff77e40a15857c984ba9b75753b6d88498263 +size 500 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs new file mode 100644 index 000000000..1e482406e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1011339581a428e8602579f6977fb0ef05a8bd1f0403664263561f89d521a5f +size 1189 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs.meta new file mode 100644 index 000000000..c04fbb019 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Options/IncludeInBuildOption.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3961a3ae0a0db5d549eb6817630b508101a2c4bec7256a045d1e5415ca7a96e +size 502 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs.meta new file mode 100644 index 000000000..36ab55287 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174f0074e50e15dde157d8de0149e937760b38638b2ff043be3c419e84b315a1 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base.meta new file mode 100644 index 000000000..a53d5d0fa --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394c920bfc1f61dfa1a3a612ade66c262df2b38bc6783f8cbfa5f39fd37003a1 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs new file mode 100644 index 000000000..2730423e7 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e847e88b693cb88a2f816877ebf647c959e2f8c0140a67956445fe9a3a2035a +size 926 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs.meta new file mode 100644 index 000000000..1e648ec8d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Base/HotReloadTabBase.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052961c4685d24866b74db66ec8d34551d9fba78e07ccea783ef5f00495248b7 +size 500 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers.meta new file mode 100644 index 000000000..bc0781e1a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7bd971ac863ab7d1d23e35fb767572cac2222db2d04f4c50c1996d538c7972 +size 83 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs new file mode 100644 index 000000000..73cbcef23 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f45e5db2017e5cc084181983a9ab32129bf6babf911060bf9771aa4bdf16776 +size 14039 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs.meta new file mode 100644 index 000000000..1b2432a58 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/Helpers/RedeemLicenseHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a155ea8a29a316abdf408ee9851ecc012e6ecc8ed7704b30ab132384e0e2018 +size 347 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs new file mode 100644 index 000000000..5953821e0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69152fb260118d5205be74b33c84e534cba57cd3f5be1a189024695d673d286 +size 15813 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs.meta new file mode 100644 index 000000000..b33c4ad5d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadAboutTab.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1638d23485f02afb6971c09389efba0efd7d8a395f5200d11f3e4f46f085ef9 +size 496 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs new file mode 100644 index 000000000..a07efa69a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646198627960f0de51214f4154ccab2fcd228b703cb6e1f2efca3a46d98f081d +size 2102 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs.meta new file mode 100644 index 000000000..47489d69e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadOptionsSection.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75315db8cd4b00e9cced1693a38668b36c29dfa26c2233a7d070291a6e60ccb +size 502 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs new file mode 100644 index 000000000..27d53225e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d92311144f96f41fab753ad98cf172e154c7c27174f648c7122b8c878ef34f +size 75547 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs.meta new file mode 100644 index 000000000..f066c0937 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadRunTab.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7809354e38377ecfdd4b13be2d053147b32710d2c369676222846282d44decc0 +size 494 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs new file mode 100644 index 000000000..12fa3bc5c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b326a8bb43adef0af4f333537c5fd317d8e89831ab13729f40e152030a31723b +size 47606 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs.meta new file mode 100644 index 000000000..10785f257 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/GUI/Tabs/HotReloadSettingsTab.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4981a0a9d558a99aca78c223c54e52c857c5ba63ffeb1006230475ec88acb37 +size 340 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs new file mode 100644 index 000000000..e2c9af3d2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edc493e50bb2738b57dc3c170de164525426e7f8dfcb61bbce457119c555e0a +size 17698 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs.meta new file mode 100644 index 000000000..29a2bfb76 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/HotReloadWindow.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08013ea61cd0e3276d9a86d22d4689832b48009cad9381b78720f25a2d3e38b +size 485 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs new file mode 100644 index 000000000..21005dcea --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4da91c224b1065a8cb13d45f4fcdbadda51703c7f9e16d6a71ca8ae6b1c14a +size 135 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs.meta new file mode 100644 index 000000000..026a01922 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/ShowOnStartupEnum.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6916055ce2a3940a86a190f67560fca74c60d4fc854933c67edf957ecbb7ce +size 487 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/Styles.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/Styles.meta new file mode 100644 index 000000000..2f357ab59 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/Styles.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a1ac68ac06f7996d409f369a7eecfcb04a1cda0c28bb8d44d56771146349d1 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs b/Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs new file mode 100644 index 000000000..a3c908a44 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c523ca0a76432e21b06c861568bdd79ba930335bf53156e552a3b126e470fc34 +size 31362 diff --git a/Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs.meta b/Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs.meta new file mode 100644 index 000000000..dbe89e721 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Editor/Window/Styles/HotReloadWindowStyles.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc8f95494d9139bc74951fdbe7485b95d4dc62c83f1082d706ecbd4277e78aa +size 498 diff --git a/Packages/com.singularitygroup.hotreload/LICENSE.md b/Packages/com.singularitygroup.hotreload/LICENSE.md new file mode 100644 index 000000000..7b883a294 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/LICENSE.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19df14f117e75aaca714626c979175a8927b943604dd86d96255b69bedb3408 +size 4675 diff --git a/Packages/com.singularitygroup.hotreload/LICENSE.md.meta b/Packages/com.singularitygroup.hotreload/LICENSE.md.meta new file mode 100644 index 000000000..667909ba0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/LICENSE.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6483cb0021ac92eb7f33813f6c9acfe4c50e2dbb09e06481d5f04528bd1a2c06 +size 378 diff --git a/Packages/com.singularitygroup.hotreload/README.md b/Packages/com.singularitygroup.hotreload/README.md new file mode 100644 index 000000000..c06fef729 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/README.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425aa1c208b9a03074ef9fb949657948f0f75a8a45c589773b20a3cf9bb6d2c3 +size 372 diff --git a/Packages/com.singularitygroup.hotreload/README.md.meta b/Packages/com.singularitygroup.hotreload/README.md.meta new file mode 100644 index 000000000..6c3903f52 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/README.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0f95f3d379fc93067cbb67bc07a045a3df776dec3851dc5730bb206c8db7f2 +size 303 diff --git a/Packages/com.singularitygroup.hotreload/Runtime.meta b/Packages/com.singularitygroup.hotreload/Runtime.meta new file mode 100644 index 000000000..03c604ccb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04d2a3349ec0e793a85042358d922a2b23b3df2d5c061367225caef5d737eed +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs b/Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs new file mode 100644 index 000000000..55a47c2bb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11972f755f9c11bceb2e33175ac464b4d815c49b9a7fa923a8495ed70f58a0b9 +size 1892 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs.meta new file mode 100644 index 000000000..4321bf6d9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/AppCallbackListener.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6946007331486e6f9e9d409d8fda1d546bb0cbf358f36a1c11ac2bd7552c8ca +size 324 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs b/Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs new file mode 100644 index 000000000..71d32fc46 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6db729e383b2aa414481b9b23130693c0eaea865f6edc96a18773caac8bb2d +size 6638 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs.meta new file mode 100644 index 000000000..9a434b879 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/BuildInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebc89b0ceb6d4ef1af7dcb57e55514321c61e83e0742c7e71e898dafc2d907b +size 314 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Burst.meta b/Packages/com.singularitygroup.hotreload/Runtime/Burst.meta new file mode 100644 index 000000000..702a0f916 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Burst.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:474a665387383e6b8dae782d41302e9cf52e09acb838b24070a6bbcf76e250bc +size 83 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs b/Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs new file mode 100644 index 000000000..978198781 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069fec7fa2816f9c3df15a9d1a3812dc11ba8b86db8268c0a76ca1ba1a2ee427 +size 703 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs.meta new file mode 100644 index 000000000..bbeccaf48 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Burst/JobHotReloadUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e50bee5d8001824789d6201e83570ce733312c0d24552d25eb637c4fde237e +size 333 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs b/Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs new file mode 100644 index 000000000..83352a8a3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95169433866ba516b5c64b7844caa144637232fd6cb9d9c7c432c5eab984d0a +size 1490 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs.meta new file mode 100644 index 000000000..7a1226950 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/BurstChecker.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d05c3d2812a6b8cb01fa2b35b4bbbfda37edc50106ed552f7a470cef16c9933 +size 317 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs b/Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs new file mode 100644 index 000000000..8c3dc2076 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759df0908deeb17f83a47ad96759dce4e124f58232645f802105e00766842898 +size 38155 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs.meta new file mode 100644 index 000000000..a22bbf3a0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/CodePatcher.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d10046c98008b4a5199a34553b1f746f55f306469d6e45dc53565dbf282a1c6 +size 475 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo.meta new file mode 100644 index 000000000..4aae254c5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74beaae68dcc5ea155a281e914bee4f4ce86f80ee1c33c4fa41d97485dbd5c7b +size 83 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes.meta new file mode 100644 index 000000000..1bb22a3ef --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ae21a5c736a4d452568e510d464dbde0fcfcc1b9c77ebd121957f8a9702753 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity new file mode 100644 index 000000000..16f6ae02c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9040f40f6002f64718dc947859b6e4c845cfadc70f2dd6f83499d1ba3688947 +size 29755 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity.meta new file mode 100644 index 000000000..4dcfa5f2a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBasicDemo.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d0651e4b1b2b1ba0b0af8065ddb76b4408a4ad0a013608dabfd3b9a11c9d62 +size 409 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity new file mode 100644 index 000000000..36fc76d71 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a15a4e302e4eb13b43e70087fdb969385200681fad814f9d4e1e60baec3ef74 +size 260696 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity.meta new file mode 100644 index 000000000..b733e3ed6 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemo.unity.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe1d98b5222c20264126e91acbee1cbd4b050316578327bc9158fa51f5e3492 +size 409 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting new file mode 100644 index 000000000..256106f80 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef298c7f2f82707ca0d15648f5f1c24f7bb9fd039d0c54d749669a3282aa322 +size 1877 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting.meta new file mode 100644 index 000000000..eeda5c141 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scenes/HotReloadBurstDemoSettings.lighting.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57367fdbdb407001b638098649bdffdd667cbbaf807a9206ea8f6714c307a78b +size 465 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts.meta new file mode 100644 index 000000000..8517bad3f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c464cc89c362719de10c28acd6719a7bf875a5fcbefacf5f5115615bb28b65 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs new file mode 100644 index 000000000..fda5ef209 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e602abdca032d1a0d54589270a798aeca7ae60d1c3934fa9e80a20c4d96ba6 +size 7982 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs.meta new file mode 100644 index 000000000..c6b04c60c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBasicDemo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b3a4341a3d2906976b95f0b953b909c4e77598477437860eb1bf8b73848a3c +size 495 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs new file mode 100644 index 000000000..178bf6561 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26539ca34b698efb7b4cb5426f5d086e5c15b9145878ee39aeabc843da51a79d +size 2341 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs.meta new file mode 100644 index 000000000..571d0a3b2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/HotReloadBurstJobsDemo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3144b4fd067d327223e8bf9258485fe00080a9a23a25a93854d679b6e16200 +size 499 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs new file mode 100644 index 000000000..a574406cc --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7debfc193a5bfe1f01aaa1854e2a1b42f4966b351c5f595468e4eefd4775b4 +size 739 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs.meta new file mode 100644 index 000000000..434c42c5e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Demo/Scripts/IDemo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66481928be9b372ca2ef3ff2422fd3e0d59276bfb18322f5401ed2ef9f29694 +size 326 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab new file mode 100644 index 000000000..164a59271 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e56c69eed76716780350a495ffbb00f97155daa04846e2c43608f55814fff1 +size 87650 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab.meta b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab.meta new file mode 100644 index 000000000..0493891ad --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadPrompts.prefab.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0bc688886e4361a273e0e0db083f4815ecd9d80adf0ca569283da2525187e26 +size 395 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs new file mode 100644 index 000000000..1c791bade --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ac15393432d937c7b3834ab150f1ff7b2f140a21de8a38b161e0cb1deebde1 +size 5047 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs.meta new file mode 100644 index 000000000..40ba5c434 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/HotReloadSettingsObject.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b0b5a4b89940ebf2fc91bf844f9a16116e8971a9797a8e67766121513d3854 +size 588 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs b/Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs new file mode 100644 index 000000000..b4f1a95e0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72009d2afcb14c2c655145ed1e47a4f2552eb51c221360fabdc5bdde0d2e7d3e +size 434 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs.meta new file mode 100644 index 000000000..e95df711f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/HttpClientUtils.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4878b0facbf1fd9db916cc9a0d93062a92735f440aad6923f0326119a303b4 +size 323 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs b/Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs new file mode 100644 index 000000000..02c839f85 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56da49080e3e949735578b83592535aac97a1948e6cac3c44ac1dda51943e21 +size 301 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs.meta new file mode 100644 index 000000000..c5d48f938 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/IServerHealthCheck.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7f72863dc445f5fa5245596fe4e40ec4ab5abe2ef0faf9550cd13dd4b9fe52 +size 323 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs b/Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs new file mode 100644 index 000000000..0e26461bf --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519f48c6c4be28c37e076e6a3a2cea0cf0fd3399848a2be96db3355ef9f960f1 +size 879 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs.meta new file mode 100644 index 000000000..35656cb18 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/InstallQRDialog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8962cd386d3f7a7d43c5c73d7f8f760a76c5c8fc82d5739403656c92438303ef +size 320 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs b/Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs new file mode 100644 index 000000000..b8ff515f9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb75a85ad4237765ab1fa915ed7f33eef09dcf290879fd6267a1656a322483b3 +size 2189 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs.meta new file mode 100644 index 000000000..7b90fee78 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/IpHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c595d1703d0cf63b99b67ba959e3cf21c9c9cfff52fce31638fa6294573c3d05 +size 313 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs.meta new file mode 100644 index 000000000..0aa30c9ba --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00c9fa9e3bf94c72157d1505ffc55ca24a76521bd416f630dfead45fb35158d +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly.meta new file mode 100644 index 000000000..9db7a1697 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9d6fd46e9f867895a02d2a7c1bab8e228c077eaa03a68e89ebe8f36d6fa1f9 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll new file mode 100644 index 000000000..315e39aad --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003122b2897d33e5e315efe41ee0783d011623feea8b2a30ccaa76df65bc3bfa +size 3046912 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll.meta new file mode 100644 index 000000000..016f9e2dd --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64adf90b869b07e728f9af58dd480abd6cacfa4c33967fef30f14d4827104cb9 +size 2004 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll new file mode 100644 index 000000000..ea183dd2c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecbe9751506c15cc437be9f0b4d7e902b461c00160c47adb106a3244be31b8f +size 40448 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta new file mode 100644 index 000000000..db0abbb20 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93858adf8d6aaebe6eac7e18ff496a074de3e5dc01bf70d5018ad1fb9c6ab069 +size 1953 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll new file mode 100644 index 000000000..c01ffcbda --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e4cd4292bf9329cf30e9ae8e4a12104d9697a811175673480fdff2299572cf +size 39424 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta new file mode 100644 index 000000000..504d3b992 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98dbadd6c5d05785bde3eed7419d586faefd1eff0d424752e3ae789302fef9a7 +size 1953 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll new file mode 100644 index 000000000..6d856c7e8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0296671a44c3b4e6538f9bdc94659087024104289cb27f6500573bd4fd69dbde +size 480256 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta new file mode 100644 index 000000000..169c43f57 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/EditorOnly/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3de2734fe790f25fd9aebd51c1e9ac1186264187907da04dd29e90f37242cf +size 1953 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice.meta new file mode 100644 index 000000000..df36361f2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478f13e2f8501571b5a3eccdab51f8dec8d2173802b2113fe228392842bfc1c1 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll new file mode 100644 index 000000000..315e39aad --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003122b2897d33e5e315efe41ee0783d011623feea8b2a30ccaa76df65bc3bfa +size 3046912 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll.meta new file mode 100644 index 000000000..ee63d7209 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1949a9982569cd37c7ecee3f40215bcff165ceeb6487032d003cb03916d1e1 +size 1939 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll new file mode 100644 index 000000000..ea183dd2c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecbe9751506c15cc437be9f0b4d7e902b461c00160c47adb106a3244be31b8f +size 40448 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta new file mode 100644 index 000000000..10f00d31e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2019.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a864d4d2ad6773a66b2f7c7dd9dd113f95b8d6c66bddd68f1a9b2e8e2b24a2 +size 1969 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll new file mode 100644 index 000000000..c01ffcbda --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e4cd4292bf9329cf30e9ae8e4a12104d9697a811175673480fdff2299572cf +size 39424 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta new file mode 100644 index 000000000..29f7b7e2b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2020.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6899940293f96d0a5712c2bcc1f3740657d7ecbb7848eced4b954f4bdd50185d +size 1969 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll new file mode 100644 index 000000000..6d856c7e8 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0296671a44c3b4e6538f9bdc94659087024104289cb27f6500573bd4fd69dbde +size 480256 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta new file mode 100644 index 000000000..46e1abb04 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Libs/OnDevice/SingularityGroup.HotReload.RuntimeDependencies2022.dll.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64aecb6c78d0f1326b6abb3eae7340775db9457cdad0e0512cffeb40acf33556 +size 1969 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs b/Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs new file mode 100644 index 000000000..55fde4df7 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ee3ab72d82bd229eae157e0eff68845196ced19a356ec6f27f9255fa4d3325 +size 5712 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs.meta new file mode 100644 index 000000000..25967802b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MethodCompatiblity.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213f83f53bbb589f937ded8e6bf99e564789f91db669f87039a9de6f8df7eefa +size 482 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs b/Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs new file mode 100644 index 000000000..ad97f5d37 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48326ced25e51883aeb6e1d6f5dc4c0c895194374ec528b5142424880780201d +size 30636 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs.meta new file mode 100644 index 000000000..b3d863180 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MethodPatchResponsesConverter.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a3df13ab282fbc41edacacff3eef77f2fb9e2f39cfa9f39622be0ab98c4d48 +size 334 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs b/Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs new file mode 100644 index 000000000..e4d758008 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaeb84a4c6c0df5c945abe9e977e9cd96e00affdabed1aa2ada097446e00dd9 +size 1484 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs.meta new file mode 100644 index 000000000..309c4b49c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MethodUtils.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea399e5bc586e569b14df40704e5f99b195699674df40df5e04ef8b92929bad +size 475 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours.meta b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours.meta new file mode 100644 index 000000000..149d413fe --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36bdaae4e407db4e99b47eff3df722fb1275a8213d0b5205b0b7069a8d0b220c +size 83 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs new file mode 100644 index 000000000..727949fea --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68f0dcf79e50f642bbae9cd46c47fe5f80f5b6efc3abfdd3cc69ae2cd2a33ab +size 2780 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs.meta new file mode 100644 index 000000000..3e851de80 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/ConnectionDialog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d508bc13daa85d36128a3ba3637cb6841991b4e3ebcb1c59cf45400bb3721a73 +size 336 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs new file mode 100644 index 000000000..2a6539cb7 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f45490e8ac4cddf75d4ced7d9a2466823e441137be08015826b5cc0c46a164 +size 5593 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs.meta new file mode 100644 index 000000000..405fe6a36 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/Prompts.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b079525cbb628b713ea9ae12406f4ecdee23510a13301243ca12cd3456e786d +size 327 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs new file mode 100644 index 000000000..e58541447 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abff20361e9c71672ff1228fd0607a6d24baf17ac7daf835a2a4f1f7523d95c +size 2163 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs.meta new file mode 100644 index 000000000..b3ef547f6 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/QuestionDialog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d367ca48814e0ee71cd7598a0ad0c65ed49c36c2d6790585b6f1ba975d31fb +size 334 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs new file mode 100644 index 000000000..2e0c646d9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70eef4ed82914b9b2a81ca5434457b6721e69e461f4282b92680611389756a6d +size 4126 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs.meta new file mode 100644 index 000000000..1ddd2896f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoBehaviours/RetryDialog.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a71cc14a4684725c2ca22e47cfb9eaeeadcab0165a9fa76fa776e083e9ffac +size 331 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs b/Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs new file mode 100644 index 000000000..d602d1e6f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b6b5d1bcdbf26bef8cb0890b4affd4879ca02e45ca90d9002c1d919f66f413 +size 9445 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs.meta new file mode 100644 index 000000000..165c6fb23 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/MonoMethod.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4013b1ff8b6b70070fc7c0a8ac2538fa61bdf5327debf6944d2b6f31b20506 +size 474 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/OSX.meta b/Packages/com.singularitygroup.hotreload/Runtime/OSX.meta new file mode 100644 index 000000000..78c3bea50 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/OSX.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ce26c2981783efef6661655668a1a4368e88e74e1b071f50c4fa1336b27b5f +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib b/Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib new file mode 100644 index 000000000..20b4a351a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd19081e7700711c139e73631ac0d09005f07d6a0f7450351062d1e4552ac88 +size 152352 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib.meta b/Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib.meta new file mode 100644 index 000000000..d6c1d1971 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/OSX/HotReloadNativeHelper.dylib.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfc3bf94280ec1f6c1554f6b70350891b0de621089c41e128cfa4506cbbddf8 +size 1750 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs b/Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs new file mode 100644 index 000000000..be145cefb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0465c8ee8a4404e6117879a6800e82f6b59f35bc8d4adfc6854e7fed0721927 +size 9930 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs.meta new file mode 100644 index 000000000..428b77b33 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/OnHotReloadDispatch.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591ed2022a26f0754a67c9d804285780341570c6a66a52530e0a8136a07d473d +size 324 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs b/Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs new file mode 100644 index 000000000..487d0d260 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c280aa47f976ea6219becd46e22e3af7383aaa92362efeebee8e47dc25163c3 +size 752 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs.meta new file mode 100644 index 000000000..9cb52dec2 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PackageConst.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72833bfe4163e800ff8c9261c24fa1d40b76e35e5aea4fd30066514d7611660 +size 476 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs b/Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs new file mode 100644 index 000000000..bec75ea81 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d3fe54aa634d585ec4e0375bd8fd74309aefc2d3813b668fef4fca63e3d42d +size 1648 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs.meta new file mode 100644 index 000000000..5d12911e5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PatchServerInfo.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10e7ca1f520936c88b3cd35ed29d82f7eff551da16994b3b052780f220ffbd4 +size 479 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs b/Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs new file mode 100644 index 000000000..f010f07e5 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dff2d0399a165abc5f92d7398a2b1ac292374b6de2b06578e3aa538f5c7fb6 +size 477 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs.meta new file mode 100644 index 000000000..cff37daca --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PersistencePaths.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba96116803eee91175235f39cea4ab26b8b4ee73a529716430691eb2e23f0f4 +size 480 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs b/Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs new file mode 100644 index 000000000..05af0ad8e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe8eabc1db92988eb8ff004309dcf964128242f7c9d25c55c2f2b69939ecd23 +size 5741 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs.meta new file mode 100644 index 000000000..99911506a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PlayerCodePatcher.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e845a1273957febeb513c63332e9f677947f0a205e0d0c8b1df4a1490246771a +size 322 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs b/Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs new file mode 100644 index 000000000..c4a2e4844 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d996bcf33b497c7b84b9263f00ad636e2128fcbaac176bb81966fbd8f788721e +size 6295 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs.meta new file mode 100644 index 000000000..30871a90a --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/PlayerEntrypoint.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2882f6a4266072ac9bce842e60d253cab26db7fda457e18870fe974b0c77a1e +size 321 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public.meta new file mode 100644 index 000000000..a8d829d7b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5703755faf270c86def46d1ecd7414aa8f46458986608d0e7d4b52f963c6f21b +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs b/Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs new file mode 100644 index 000000000..48f11b65d --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6178ee2a15612f312d7660e35f563cd5b2c307571de5a29aefdb932d9ef9485 +size 611 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs.meta new file mode 100644 index 000000000..6c06eb639 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/HotReloadLogging.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac577c0fd8b2025e8cfed12fb344d6500ece639bb1269a898365c36ac005dc2 +size 487 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs new file mode 100644 index 000000000..da8a810ea --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05b3edf44cb1b58728d3afe86f7b9f9e36406ef6ebd3e9e7098b37829af7f79 +size 1277 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs.meta new file mode 100644 index 000000000..57369b051 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReload.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e503314ceb517a78fd941f06b6bc6021b69604834f4323044bf3f3b1075127 +size 488 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs new file mode 100644 index 000000000..6495533ca --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a526bcd3f894b14c48e0595f3e0a105331d784532a834b0275b35fe9022e21a4 +size 865 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs.meta new file mode 100644 index 000000000..91d0d16fb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/InvokeOnHotReloadLocal.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a7611fc4939e8f9c9b7584cfd8ffbd8fb04bad6adc9d684c30b9bf3665578b +size 334 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs b/Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs new file mode 100644 index 000000000..c933b681f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50029b197fef31a0afcb4b6e9570ba6da6d5c4c865e3a02637c91192d90b3ea5 +size 3987 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs.meta new file mode 100644 index 000000000..95b6f08a0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/Log.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdb32a3187462edff601b8277d09892f754cbdd7d791d4411257886bfad20f7 +size 315 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs b/Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs new file mode 100644 index 000000000..da9e0c5b3 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a892c3b71480f98c3496148fe0bd55d345f8fa4432b6262427abed42ee8699d +size 777 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs.meta new file mode 100644 index 000000000..28e6dc344 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/LogLevel.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e57a294549ded908032aa68239377c2450b5f2207b6feb25c27fddfee499f9b +size 479 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef b/Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef new file mode 100644 index 000000000..e03e3a593 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319018534605a6b92f84c6afa08adb77e48268109a5d45c568e569c9bdce03f3 +size 60 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef.meta b/Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef.meta new file mode 100644 index 000000000..5cbb4ec72 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/Public/SingularityGroup.HotReload.Runtime.Public.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f76b155a7ffb5911d92e4f72def02a47bb55b19743d8fe7532d9e826fcc5a19 +size 439 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs b/Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs new file mode 100644 index 000000000..f4fdfc49b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95741f7b18f81255585571f7915001a9a5a3c97b41596d529fdbf5e033f2408e +size 20983 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs.meta new file mode 100644 index 000000000..7cb3f7943 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/RequestHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a185e640f314056d030d833db780bc09e42f470627a62b3576ed359dc5dddbf +size 477 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs b/Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs new file mode 100644 index 000000000..756a85ffa --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c25e2c26e7a27403ceb73d65c2d4dd085e8ed6178382218a21384529c1c40c +size 11010 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs.meta new file mode 100644 index 000000000..dcfd148fa --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/ServerHandshake.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578018529cebda7fadb37ab3583b4c55391a07d3f734a35f9f86bd0245b4f557 +size 320 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs b/Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs new file mode 100644 index 000000000..d569d850b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9b19128978bc74089f1009c8761f8b6c83a4e3d734f4b9f07f41a294f3b529 +size 2246 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs.meta new file mode 100644 index 000000000..951467ea4 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/ServerHealthCheck.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c27a85e48331f5f85d356043c143c1257e3c8e7a3feaaa132a7e2538114f7ac +size 322 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef b/Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef new file mode 100644 index 000000000..23c413618 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8bd2bf4750d57b5a71cc7ef2011e13f526761d5dc1bed55610d890fc0c2795 +size 965 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef.meta b/Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef.meta new file mode 100644 index 000000000..71be0628b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/SingularityGroup.HotReload.Runtime.asmdef.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45419649b355317b7a0f2b086c1a78048b8929e48cab8a2a4cca1ebcf21e552b +size 425 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs new file mode 100644 index 000000000..72be63eb7 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32997d4f3763ed3b513fa10294376ed2ad19e40605ea3ad112c800741cf0d720 +size 3889 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs.meta new file mode 100644 index 000000000..da924cc98 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolver.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15feb4a6f8673631640268f8e535cb5212d04d6aec2fad080ec57f1b3b15bcfa +size 478 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs new file mode 100644 index 000000000..feb544cb0 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fb70061f2ec377aafc230a033584cab4fed2ac3849d7436a1a8fe190d9f022 +size 792 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs.meta new file mode 100644 index 000000000..16efdf34e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/SymbolResolvingFailedException.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7c4d150f6c5cb1ec04b269ce613c7c26c4bfff549ca9c36ee8e07b28ac5171 +size 494 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs b/Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs new file mode 100644 index 000000000..49a72c656 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a9cee3b8504809c5ebca5e1f55967cfa8de9f3751e3a6a0677f63263b4d071 +size 1806 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs.meta new file mode 100644 index 000000000..6677b5c05 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/TaskExtensions.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebb1fbe98509a2af5cea115ec9e1844741c79f3f587f5bd817203bfb2143d20 +size 478 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs b/Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs new file mode 100644 index 000000000..7f623707c --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5265b63d9a770bade6de3021be20bcb5c2a63fd17e8c9a5b4e6023901a0dcb9 +size 7863 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs.meta new file mode 100644 index 000000000..61918ba36 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/ThreadUtility.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ab8ce6d5893d65cd154fa70e7d5fe15432f6cc8eb32ab768f42bd081fef30 +size 321 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs b/Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs new file mode 100644 index 000000000..1026fb185 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484bb54d3662fbf10534e47c7a085a0f1f004ac68fa201e70bde1322ac8e5a70 +size 1692 diff --git a/Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs.meta b/Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs.meta new file mode 100644 index 000000000..4cf109d7e --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Runtime/UnityHelper.cs.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4a22825a19ecb0265ec4f6364017b74c3e8d4cd6f5d4c209f6216e3fc3bc32 +size 316 diff --git a/Packages/com.singularitygroup.hotreload/Server.meta b/Packages/com.singularitygroup.hotreload/Server.meta new file mode 100644 index 000000000..93e7adfeb --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882487bc91145c7adcbbc4f1cf1ac04f45ba82470261a09c5365a5e28c9cc00b +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql b/Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql new file mode 100644 index 000000000..26e47589b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaed9a18cebc1df263082a94076321d9ec4bd4bd904080a99b3a6fc150cf0f2b +size 2841 diff --git a/Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql.meta b/Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql.meta new file mode 100644 index 000000000..ace13698f --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/hot-reload-config.graphql.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a204f693989673bf9045c12d018372da125753eb9a9c1bdcc21841b7785834e1 +size 397 diff --git a/Packages/com.singularitygroup.hotreload/Server/linux-x64.meta b/Packages/com.singularitygroup.hotreload/Server/linux-x64.meta new file mode 100644 index 000000000..b343c0855 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/linux-x64.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717a9a20c7693975328573ee712f04537ad08f346850c204d4f1bf16f794c444 +size 172 diff --git a/Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh b/Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh new file mode 100644 index 000000000..5e3836063 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b373652dd75557c3f2a4ed763fa9d1957f72367c751453794e19256ae5e3ca +size 2001 diff --git a/Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh.meta b/Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh.meta new file mode 100644 index 000000000..d673d4a68 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/linux-x64/hotreload-start-script.sh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951f62ffcc4faf09ea2daa661215384c906669a531ba0322ae509b3154ef089d +size 407 diff --git a/Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh b/Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh new file mode 100644 index 000000000..0e22e6142 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc1f4adc8f98c6bad38056a9f2159d9f51c6713d9482d6197e70a9a3b90870d +size 1488 diff --git a/Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh.meta b/Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh.meta new file mode 100644 index 000000000..c4e6442da --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Server/linux-x64/terminal-run.sh.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6162a05dd190424c8260827b7b88b9856e3883bb8e2ad37b717136c36e8aca7 +size 397 diff --git a/Packages/com.singularitygroup.hotreload/Third Party Notices.md b/Packages/com.singularitygroup.hotreload/Third Party Notices.md new file mode 100644 index 000000000..f8c70d642 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Third Party Notices.md @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60bbb4d777e38f727fde05a8a2670b2ef59734015db86e50d7e68dee16c877e5 +size 15411 diff --git a/Packages/com.singularitygroup.hotreload/Third Party Notices.md.meta b/Packages/com.singularitygroup.hotreload/Third Party Notices.md.meta new file mode 100644 index 000000000..6760d617b --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/Third Party Notices.md.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dda42942943c8dc26924ca2f4ff845ab977106bdf9ad671a0817c7847716d29 +size 390 diff --git a/Packages/com.singularitygroup.hotreload/package.json b/Packages/com.singularitygroup.hotreload/package.json new file mode 100644 index 000000000..f34d10fe9 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/package.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac525e4ee749c81f62095dc9bd566c20e8dc7622c92f4e0a7b3035e0e25d503 +size 447 diff --git a/Packages/com.singularitygroup.hotreload/package.json.meta b/Packages/com.singularitygroup.hotreload/package.json.meta new file mode 100644 index 000000000..64a03e321 --- /dev/null +++ b/Packages/com.singularitygroup.hotreload/package.json.meta @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b7dd933f77f798103fc3dcea54917cb2d95ebd6bd9c7b7d675a7105d0dd38e +size 380 diff --git a/Packages/manifest.json b/Packages/manifest.json index cb57e0d26..9981a58d9 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2681014b8acb0129ef9c58c21f2238e464cb55aa8b7322c60d1cfd5f9ea1cc8 -size 2001 +oid sha256:925387400e567fde4d9a6403be13ca69d5342c95c466f170a22d4addfa3503a1 +size 2993 diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index d27f58132..840e42997 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8dceeda1e5bb15593bc4738d7a1c85c91f67bcb2118437c7632d77a3a86acb0 -size 13576 +oid sha256:a05600fc65f24bd97e4ba34f8745b0fc3bbc17195cb15c5d4df5fb6421c2ce40 +size 23903 diff --git a/ProjectSettings/InputManager.asset b/ProjectSettings/InputManager.asset index f002ee5af..aacfa7b12 100644 --- a/ProjectSettings/InputManager.asset +++ b/ProjectSettings/InputManager.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a1bb836a1008d26d0860d143e9d9df7ca41731d30a72901b518063819c62df2 -size 9731 +oid sha256:31054e21110c59a23dcda0e309b8b6b2013e1e0a65d4d90dd30772486c376941 +size 11889 diff --git a/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset index 7658c7920..a3145a505 100644 --- a/ProjectSettings/PackageManagerSettings.asset +++ b/ProjectSettings/PackageManagerSettings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7dabba589abe7fc2b45bd3d3fba3fe9be97043492703f716da2d9131c13a807 -size 1003 +oid sha256:31808e75ea5d12de8eb501d322476ddf72d1aa5c03df4959fe9f07815e189710 +size 986 diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json new file mode 100644 index 000000000..234052a68 --- /dev/null +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb573090482d6be471c1e0c67922fa18aebd6023711bb97e863c39b89a2c6ee +size 1764 diff --git a/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json b/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json new file mode 100644 index 000000000..1d34d4ced --- /dev/null +++ b/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40f81b0dcc795e422f5ca0881fe7dad4e26cb8fdb33244a70f110835c1a8d44 +size 64 diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 7c4322dab..85fe6532b 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f5991d638fa684f6f53875dc05c12866c19730f28c73f8a206639afe67db93f -size 25347 +oid sha256:b28130c6ae72d025023cb457896dc32324087838b09be00697974eae6e4e5069 +size 27210 diff --git a/ProjectSettings/TimeManager.asset b/ProjectSettings/TimeManager.asset index 38794bfd4..69d49d44f 100644 --- a/ProjectSettings/TimeManager.asset +++ b/ProjectSettings/TimeManager.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a83e54adbbda7c9f4851103a0c6ab7f6448a3343d4ea5b7620452fa08416ecd -size 202 +oid sha256:941da168adf01284b53e33b36753ac2ad74e93578f6dd60daa8f42d11e6dfa16 +size 305 diff --git a/ProjectSettings/com.arongranberg.astar/settings.asset b/ProjectSettings/com.arongranberg.astar/settings.asset new file mode 100644 index 000000000..31315e65b --- /dev/null +++ b/ProjectSettings/com.arongranberg.astar/settings.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07099d4704ed78cb5b1f0167b182612becdfc754b48f52ad11d41f0715607972 +size 410